/*!
 * Bootstrap v4.0.0-alpha.5 (https://getbootstrap.com)
 * Copyright 2011-2016 The Bootstrap Authors
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v4.2.0 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

progress {
    vertical-align: baseline;
}

template,
[hidden] {
    display: none;
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
    outline-width: 0;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: inherit;
}

b,
strong {
    font-weight: bolder;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background-color: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

figure {
    margin: 1em 40px;
}

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

button,
input,
optgroup,
select,
textarea {
    font: inherit;
    margin: 0;
}

optgroup {
    font-weight: bold;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

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

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

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

textarea {
    overflow: auto;
}

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

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

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

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

::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.54;
}

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

@media print {
    *,
    *::before,
    *::after,
    *::first-letter,
    p::first-line,
    div::first-line,
    blockquote::first-line,
    li::first-line {
        text-shadow: none !important;
        box-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    abbr[title]::after {
        content: " (" attr(title) ")";
    }
    pre {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    .navbar {
        display: none;
    }
    .btn > .caret,
    .dropup > .btn > .caret {
        border-top-color: #000 !important;
    }
    .tag {
        border: 1px solid #000;
    }
    .table {
        border-collapse: collapse !important;
    }
    .table td,
    .table th {
        background-color: #fff !important;
    }
    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important;
    }
}

html {
    box-sizing: border-box;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

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

html {
    font-size: 16px;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    color: #373a3c;
    background-color: #fff;
}

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

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

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

abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #818a91;
}

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

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

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

dt {
    font-weight: bold;
}

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

blockquote {
    margin: 0 0 1rem;
}

a {
    color: #0275d8;
    text-decoration: none;
}

a:focus, a:hover {
    color: #014c8c;
    text-decoration: underline;
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

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: none;
}

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

figure {
    margin: 0 0 1rem;
}

img {
    vertical-align: middle;
}

[role="button"] {
    cursor: pointer;
}

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

table {
    border-collapse: collapse;
    background-color: transparent;
}

caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #818a91;
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: left;
}

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

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

input,
button,
select,
textarea {
    line-height: inherit;
}

input[type="radio"]:disabled,
input[type="checkbox"]:disabled {
    cursor: not-allowed;
}

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

textarea {
    resize: vertical;
}

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

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

input[type="search"] {
    -webkit-appearance: none;
}

output {
    display: inline-block;
}

[hidden] {
    display: none !important;
}

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

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

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

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

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

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

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

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

.display-1 {
    font-size: 6rem;
    font-weight: 300;
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
}

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

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

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

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

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

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

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

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

.blockquote {
    padding: 0.5rem 1rem;
    margin-bottom: 1rem;
    font-size: 1.25rem;
    border-left: 0.25rem solid #eceeef;
}

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

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

.blockquote-reverse {
    padding-right: 1rem;
    padding-left: 0;
    text-align: right;
    border-right: 0.25rem solid #eceeef;
    border-left: 0;
}

.blockquote-reverse .blockquote-footer::before {
    content: "";
}

.blockquote-reverse .blockquote-footer::after {
    content: "\00A0 \2014";
}

.img-fluid, .carousel-inner > .carousel-item > img,
.carousel-inner > .carousel-item > a > img {
    max-width: 100%;
    height: auto;
}

.img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0.25rem;
    transition: all .2s ease-in-out;
    max-width: 100%;
    height: auto;
}

.figure {
    display: inline-block;
}

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

.figure-caption {
    font-size: 90%;
    color: #818a91;
}

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

code {
    padding: 0.2rem 0.4rem;
    font-size: 90%;
    color: #bd4147;
    background-color: #f7f7f9;
    border-radius: 0.25rem;
}

kbd {
    padding: 0.2rem 0.4rem;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 0.2rem;
}

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

pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 90%;
    color: #373a3c;
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    background-color: transparent;
    border-radius: 0;
}

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
    .row {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media (min-width: 768px) {
    .row {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media (min-width: 992px) {
    .row {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media (min-width: 1200px) {
    .row {
        margin-right: -15px;
        margin-left: -15px;
    }
}

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

@media (min-width: 576px) {
    .col-xs, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (min-width: 768px) {
    .col-xs, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (min-width: 992px) {
    .col-xs, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (min-width: 1200px) {
    .col-xs, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
        padding-right: 15px;
        padding-left: 15px;
    }
}

.col-xs {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.col-xs-1 {
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
}

.col-xs-2 {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
}

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

.col-xs-4 {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}

.col-xs-5 {
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
}

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

.col-xs-7 {
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
}

.col-xs-8 {
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
}

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

.col-xs-10 {
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
}

.col-xs-11 {
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
}

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

.pull-xs-0 {
    right: auto;
}

.pull-xs-1 {
    right: 8.3333333333%;
}

.pull-xs-2 {
    right: 16.6666666667%;
}

.pull-xs-3 {
    right: 25%;
}

.pull-xs-4 {
    right: 33.3333333333%;
}

.pull-xs-5 {
    right: 41.6666666667%;
}

.pull-xs-6 {
    right: 50%;
}

.pull-xs-7 {
    right: 58.3333333333%;
}

.pull-xs-8 {
    right: 66.6666666667%;
}

.pull-xs-9 {
    right: 75%;
}

.pull-xs-10 {
    right: 83.3333333333%;
}

.pull-xs-11 {
    right: 91.6666666667%;
}

.pull-xs-12 {
    right: 100%;
}

.push-xs-0 {
    left: auto;
}

.push-xs-1 {
    left: 8.3333333333%;
}

.push-xs-2 {
    left: 16.6666666667%;
}

.push-xs-3 {
    left: 25%;
}

.push-xs-4 {
    left: 33.3333333333%;
}

.push-xs-5 {
    left: 41.6666666667%;
}

.push-xs-6 {
    left: 50%;
}

.push-xs-7 {
    left: 58.3333333333%;
}

.push-xs-8 {
    left: 66.6666666667%;
}

.push-xs-9 {
    left: 75%;
}

.push-xs-10 {
    left: 83.3333333333%;
}

.push-xs-11 {
    left: 91.6666666667%;
}

.push-xs-12 {
    left: 100%;
}

.offset-xs-1 {
    margin-left: 8.3333333333%;
}

.offset-xs-2 {
    margin-left: 16.6666666667%;
}

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

.offset-xs-4 {
    margin-left: 33.3333333333%;
}

.offset-xs-5 {
    margin-left: 41.6666666667%;
}

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

.offset-xs-7 {
    margin-left: 58.3333333333%;
}

.offset-xs-8 {
    margin-left: 66.6666666667%;
}

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

.offset-xs-10 {
    margin-left: 83.3333333333%;
}

.offset-xs-11 {
    margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-sm-1 {
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }
    .col-sm-2 {
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .col-sm-5 {
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }
    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }
    .col-sm-8 {
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }
    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-sm-10 {
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }
    .col-sm-11 {
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }
    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .pull-sm-0 {
        right: auto;
    }
    .pull-sm-1 {
        right: 8.3333333333%;
    }
    .pull-sm-2 {
        right: 16.6666666667%;
    }
    .pull-sm-3 {
        right: 25%;
    }
    .pull-sm-4 {
        right: 33.3333333333%;
    }
    .pull-sm-5 {
        right: 41.6666666667%;
    }
    .pull-sm-6 {
        right: 50%;
    }
    .pull-sm-7 {
        right: 58.3333333333%;
    }
    .pull-sm-8 {
        right: 66.6666666667%;
    }
    .pull-sm-9 {
        right: 75%;
    }
    .pull-sm-10 {
        right: 83.3333333333%;
    }
    .pull-sm-11 {
        right: 91.6666666667%;
    }
    .pull-sm-12 {
        right: 100%;
    }
    .push-sm-0 {
        left: auto;
    }
    .push-sm-1 {
        left: 8.3333333333%;
    }
    .push-sm-2 {
        left: 16.6666666667%;
    }
    .push-sm-3 {
        left: 25%;
    }
    .push-sm-4 {
        left: 33.3333333333%;
    }
    .push-sm-5 {
        left: 41.6666666667%;
    }
    .push-sm-6 {
        left: 50%;
    }
    .push-sm-7 {
        left: 58.3333333333%;
    }
    .push-sm-8 {
        left: 66.6666666667%;
    }
    .push-sm-9 {
        left: 75%;
    }
    .push-sm-10 {
        left: 83.3333333333%;
    }
    .push-sm-11 {
        left: 91.6666666667%;
    }
    .push-sm-12 {
        left: 100%;
    }
    .offset-sm-0 {
        margin-left: 0%;
    }
    .offset-sm-1 {
        margin-left: 8.3333333333%;
    }
    .offset-sm-2 {
        margin-left: 16.6666666667%;
    }
    .offset-sm-3 {
        margin-left: 25%;
    }
    .offset-sm-4 {
        margin-left: 33.3333333333%;
    }
    .offset-sm-5 {
        margin-left: 41.6666666667%;
    }
    .offset-sm-6 {
        margin-left: 50%;
    }
    .offset-sm-7 {
        margin-left: 58.3333333333%;
    }
    .offset-sm-8 {
        margin-left: 66.6666666667%;
    }
    .offset-sm-9 {
        margin-left: 75%;
    }
    .offset-sm-10 {
        margin-left: 83.3333333333%;
    }
    .offset-sm-11 {
        margin-left: 91.6666666667%;
    }
}

@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-md-1 {
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }
    .col-md-2 {
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-4 {
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .col-md-5 {
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }
    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-7 {
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }
    .col-md-8 {
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }
    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-10 {
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }
    .col-md-11 {
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }
    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .pull-md-0 {
        right: auto;
    }
    .pull-md-1 {
        right: 8.3333333333%;
    }
    .pull-md-2 {
        right: 16.6666666667%;
    }
    .pull-md-3 {
        right: 25%;
    }
    .pull-md-4 {
        right: 33.3333333333%;
    }
    .pull-md-5 {
        right: 41.6666666667%;
    }
    .pull-md-6 {
        right: 50%;
    }
    .pull-md-7 {
        right: 58.3333333333%;
    }
    .pull-md-8 {
        right: 66.6666666667%;
    }
    .pull-md-9 {
        right: 75%;
    }
    .pull-md-10 {
        right: 83.3333333333%;
    }
    .pull-md-11 {
        right: 91.6666666667%;
    }
    .pull-md-12 {
        right: 100%;
    }
    .push-md-0 {
        left: auto;
    }
    .push-md-1 {
        left: 8.3333333333%;
    }
    .push-md-2 {
        left: 16.6666666667%;
    }
    .push-md-3 {
        left: 25%;
    }
    .push-md-4 {
        left: 33.3333333333%;
    }
    .push-md-5 {
        left: 41.6666666667%;
    }
    .push-md-6 {
        left: 50%;
    }
    .push-md-7 {
        left: 58.3333333333%;
    }
    .push-md-8 {
        left: 66.6666666667%;
    }
    .push-md-9 {
        left: 75%;
    }
    .push-md-10 {
        left: 83.3333333333%;
    }
    .push-md-11 {
        left: 91.6666666667%;
    }
    .push-md-12 {
        left: 100%;
    }
    .offset-md-0 {
        margin-left: 0%;
    }
    .offset-md-1 {
        margin-left: 8.3333333333%;
    }
    .offset-md-2 {
        margin-left: 16.6666666667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.3333333333%;
    }
    .offset-md-5 {
        margin-left: 41.6666666667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.3333333333%;
    }
    .offset-md-8 {
        margin-left: 66.6666666667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.3333333333%;
    }
    .offset-md-11 {
        margin-left: 91.6666666667%;
    }
}

@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-lg-1 {
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }
    .col-lg-2 {
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .col-lg-5 {
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }
    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }
    .col-lg-8 {
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }
    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }
    .col-lg-11 {
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }
    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .pull-lg-0 {
        right: auto;
    }
    .pull-lg-1 {
        right: 8.3333333333%;
    }
    .pull-lg-2 {
        right: 16.6666666667%;
    }
    .pull-lg-3 {
        right: 25%;
    }
    .pull-lg-4 {
        right: 33.3333333333%;
    }
    .pull-lg-5 {
        right: 41.6666666667%;
    }
    .pull-lg-6 {
        right: 50%;
    }
    .pull-lg-7 {
        right: 58.3333333333%;
    }
    .pull-lg-8 {
        right: 66.6666666667%;
    }
    .pull-lg-9 {
        right: 75%;
    }
    .pull-lg-10 {
        right: 83.3333333333%;
    }
    .pull-lg-11 {
        right: 91.6666666667%;
    }
    .pull-lg-12 {
        right: 100%;
    }
    .push-lg-0 {
        left: auto;
    }
    .push-lg-1 {
        left: 8.3333333333%;
    }
    .push-lg-2 {
        left: 16.6666666667%;
    }
    .push-lg-3 {
        left: 25%;
    }
    .push-lg-4 {
        left: 33.3333333333%;
    }
    .push-lg-5 {
        left: 41.6666666667%;
    }
    .push-lg-6 {
        left: 50%;
    }
    .push-lg-7 {
        left: 58.3333333333%;
    }
    .push-lg-8 {
        left: 66.6666666667%;
    }
    .push-lg-9 {
        left: 75%;
    }
    .push-lg-10 {
        left: 83.3333333333%;
    }
    .push-lg-11 {
        left: 91.6666666667%;
    }
    .push-lg-12 {
        left: 100%;
    }
    .offset-lg-0 {
        margin-left: 0%;
    }
    .offset-lg-1 {
        margin-left: 8.3333333333%;
    }
    .offset-lg-2 {
        margin-left: 16.6666666667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.3333333333%;
    }
    .offset-lg-5 {
        margin-left: 41.6666666667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.3333333333%;
    }
    .offset-lg-8 {
        margin-left: 66.6666666667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.3333333333%;
    }
    .offset-lg-11 {
        margin-left: 91.6666666667%;
    }
}

@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-xl-1 {
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }
    .col-xl-2 {
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xl-4 {
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .col-xl-5 {
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }
    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xl-7 {
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }
    .col-xl-8 {
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }
    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xl-10 {
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }
    .col-xl-11 {
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }
    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .pull-xl-0 {
        right: auto;
    }
    .pull-xl-1 {
        right: 8.3333333333%;
    }
    .pull-xl-2 {
        right: 16.6666666667%;
    }
    .pull-xl-3 {
        right: 25%;
    }
    .pull-xl-4 {
        right: 33.3333333333%;
    }
    .pull-xl-5 {
        right: 41.6666666667%;
    }
    .pull-xl-6 {
        right: 50%;
    }
    .pull-xl-7 {
        right: 58.3333333333%;
    }
    .pull-xl-8 {
        right: 66.6666666667%;
    }
    .pull-xl-9 {
        right: 75%;
    }
    .pull-xl-10 {
        right: 83.3333333333%;
    }
    .pull-xl-11 {
        right: 91.6666666667%;
    }
    .pull-xl-12 {
        right: 100%;
    }
    .push-xl-0 {
        left: auto;
    }
    .push-xl-1 {
        left: 8.3333333333%;
    }
    .push-xl-2 {
        left: 16.6666666667%;
    }
    .push-xl-3 {
        left: 25%;
    }
    .push-xl-4 {
        left: 33.3333333333%;
    }
    .push-xl-5 {
        left: 41.6666666667%;
    }
    .push-xl-6 {
        left: 50%;
    }
    .push-xl-7 {
        left: 58.3333333333%;
    }
    .push-xl-8 {
        left: 66.6666666667%;
    }
    .push-xl-9 {
        left: 75%;
    }
    .push-xl-10 {
        left: 83.3333333333%;
    }
    .push-xl-11 {
        left: 91.6666666667%;
    }
    .push-xl-12 {
        left: 100%;
    }
    .offset-xl-0 {
        margin-left: 0%;
    }
    .offset-xl-1 {
        margin-left: 8.3333333333%;
    }
    .offset-xl-2 {
        margin-left: 16.6666666667%;
    }
    .offset-xl-3 {
        margin-left: 25%;
    }
    .offset-xl-4 {
        margin-left: 33.3333333333%;
    }
    .offset-xl-5 {
        margin-left: 41.6666666667%;
    }
    .offset-xl-6 {
        margin-left: 50%;
    }
    .offset-xl-7 {
        margin-left: 58.3333333333%;
    }
    .offset-xl-8 {
        margin-left: 66.6666666667%;
    }
    .offset-xl-9 {
        margin-left: 75%;
    }
    .offset-xl-10 {
        margin-left: 83.3333333333%;
    }
    .offset-xl-11 {
        margin-left: 91.6666666667%;
    }
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
}

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

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

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

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

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

.table-bordered {
    border: 1px solid #eceeef;
}

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

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

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

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

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

.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, 0.075);
}

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

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

.table-hover .table-success:hover {
    background-color: #d0e9c6;
}

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

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

.table-hover .table-info:hover {
    background-color: #c4e3f3;
}

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

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

.table-hover .table-warning:hover {
    background-color: #faf2cc;
}

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

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

.table-hover .table-danger:hover {
    background-color: #ebcccc;
}

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

.thead-inverse th {
    color: #fff;
    background-color: #373a3c;
}

.thead-default th {
    color: #55595c;
    background-color: #eceeef;
}

.table-inverse {
    color: #eceeef;
    background-color: #373a3c;
}

.table-inverse th,
.table-inverse td,
.table-inverse thead th {
    border-color: #55595c;
}

.table-inverse.table-bordered {
    border: 0;
}

.table-responsive {
    display: block;
    width: 100%;
    min-height: 0%;
    overflow-x: auto;
}

.table-reflow thead {
    float: left;
}

.table-reflow tbody {
    display: block;
    white-space: nowrap;
}

.table-reflow th,
.table-reflow td {
    border-top: 1px solid #eceeef;
    border-left: 1px solid #eceeef;
}

.table-reflow th:last-child,
.table-reflow td:last-child {
    border-right: 1px solid #eceeef;
}

.table-reflow thead:last-child tr:last-child th,
.table-reflow thead:last-child tr:last-child td,
.table-reflow tbody:last-child tr:last-child th,
.table-reflow tbody:last-child tr:last-child td,
.table-reflow tfoot:last-child tr:last-child th,
.table-reflow tfoot:last-child tr:last-child td {
    border-bottom: 1px solid #eceeef;
}

.table-reflow tr {
    float: left;
}

.table-reflow tr th,
.table-reflow tr td {
    display: block !important;
    border: 1px solid #eceeef;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.5rem 0.75rem;
    font-size: 1rem;
    line-height: 1.25;
    color: #55595c;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

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

.form-control:focus {
    color: #55595c;
    background-color: #fff;
    border-color: #66afe9;
    outline: none;
}

.form-control::-webkit-input-placeholder {
    color: #999;
    opacity: 1;
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #999;
    opacity: 1;
}

.form-control::placeholder {
    color: #999;
    opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #eceeef;
    opacity: 1;
}

.form-control:disabled {
    cursor: not-allowed;
}

select.form-control:not([size]):not([multiple]) {
    height: calc(2.5rem - 2px);
}

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

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

.col-form-label {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 0;
}

.col-form-label-lg {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 1.25rem;
}

.col-form-label-sm {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    font-size: 0.875rem;
}

.col-form-legend {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 0;
    font-size: 1rem;
}

.form-control-static {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    line-height: 1.25;
    border: solid transparent;
    border-width: 1px 0;
}

.form-control-static.form-control-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn, .form-control-static.form-control-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn {
    padding-right: 0;
    padding-left: 0;
}

.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.2rem;
}

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > select.input-group-addon:not([size]):not([multiple]),
.input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]) {
    height: 1.8125rem;
}

.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
    border-radius: 0.3rem;
}

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > select.input-group-addon:not([size]):not([multiple]),
.input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]) {
    height: 3.1666666667rem;
}

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

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

.form-check {
    position: relative;
    display: block;
    margin-bottom: 0.75rem;
}

.form-check + .form-check {
    margin-top: -.25rem;
}

.form-check.disabled .form-check-label {
    color: #818a91;
    cursor: not-allowed;
}

.form-check-label {
    padding-left: 1.25rem;
    margin-bottom: 0;
    cursor: pointer;
}

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

.form-check-input:only-child {
    position: static;
}

.form-check-inline {
    position: relative;
    display: inline-block;
    padding-left: 1.25rem;
    margin-bottom: 0;
    vertical-align: middle;
    cursor: pointer;
}

.form-check-inline + .form-check-inline {
    margin-left: .75rem;
}

.form-check-inline.disabled {
    color: #818a91;
    cursor: not-allowed;
}

.form-control-feedback {
    margin-top: 0.25rem;
}

.form-control-success,
.form-control-warning,
.form-control-danger {
    padding-right: 2.25rem;
    background-repeat: no-repeat;
    background-position: center right 0.625rem;
    background-size: 1.25rem 1.25rem;
}

.has-success .form-control-feedback,
.has-success .form-control-label,
.has-success .form-check-label,
.has-success .form-check-inline,
.has-success .custom-control {
    color: #5cb85c;
}

.has-success .form-control {
    border-color: #5cb85c;
}

.has-success .form-control:focus {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #a3d7a3;
}

.has-success .input-group-addon {
    color: #5cb85c;
    border-color: #5cb85c;
    background-color: #eaf6ea;
}

.has-success .form-control-success {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='#5cb85c' 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");
}

.has-warning .form-control-feedback,
.has-warning .form-control-label,
.has-warning .form-check-label,
.has-warning .form-check-inline,
.has-warning .custom-control {
    color: #f0ad4e;
}

.has-warning .form-control {
    border-color: #f0ad4e;
}

.has-warning .form-control:focus {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f8d9ac;
}

.has-warning .input-group-addon {
    color: #f0ad4e;
    border-color: #f0ad4e;
    background-color: white;
}

.has-warning .form-control-warning {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='#f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E");
}

.has-danger .form-control-feedback,
.has-danger .form-control-label,
.has-danger .form-check-label,
.has-danger .form-check-inline,
.has-danger .custom-control {
    color: #d9534f;
}

.has-danger .form-control {
    border-color: #d9534f;
}

.has-danger .form-control:focus {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #eba5a3;
}

.has-danger .input-group-addon {
    color: #d9534f;
    border-color: #d9534f;
    background-color: #fdf7f7;
}

.has-danger .form-control-danger {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='#d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' 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");
}

@media (min-width: 576px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .form-inline .form-control-static {
        display: inline-block;
    }
    .form-inline .input-group {
        display: inline-table;
        width: auto;
        vertical-align: middle;
    }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
        width: auto;
    }
    .form-inline .input-group > .form-control {
        width: 100%;
    }
    .form-inline .form-control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .form-check {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .form-check-label {
        padding-left: 0;
    }
    .form-inline .form-check-input {
        position: relative;
        margin-left: 0;
    }
    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}

.btn {
    display: inline-block;
    font-weight: normal;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    border-radius: 0.25rem;
}

.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

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

.btn.focus {
    text-decoration: none;
}

.btn:active, .btn.active {
    background-image: none;
    outline: 0;
}

.btn.disabled, .btn:disabled {
    cursor: not-allowed;
    opacity: .65;
}

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

.btn-primary {
    color: #fff;
    background-color: #0275d8;
    border-color: #0275d8;
}

.btn-primary:hover {
    color: #fff;
    background-color: #025aa5;
    border-color: #01549b;
}

.btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #025aa5;
    border-color: #01549b;
}

.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #025aa5;
    border-color: #01549b;
    background-image: none;
}

.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
.open > .btn-primary.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle.focus {
    color: #fff;
    background-color: #014682;
    border-color: #01315a;
}

.btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary:disabled:focus, .btn-primary:disabled.focus {
    background-color: #0275d8;
    border-color: #0275d8;
}

.btn-primary.disabled:hover, .btn-primary:disabled:hover {
    background-color: #0275d8;
    border-color: #0275d8;
}

.btn-secondary {
    color: #373a3c;
    background-color: #fff;
    border-color: #ccc;
}

.btn-secondary:hover {
    color: #373a3c;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.btn-secondary:focus, .btn-secondary.focus {
    color: #373a3c;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.btn-secondary:active, .btn-secondary.active,
.open > .btn-secondary.dropdown-toggle {
    color: #373a3c;
    background-color: #e6e6e6;
    border-color: #adadad;
    background-image: none;
}

.btn-secondary:active:hover, .btn-secondary:active:focus, .btn-secondary:active.focus, .btn-secondary.active:hover, .btn-secondary.active:focus, .btn-secondary.active.focus,
.open > .btn-secondary.dropdown-toggle:hover,
.open > .btn-secondary.dropdown-toggle:focus,
.open > .btn-secondary.dropdown-toggle.focus {
    color: #373a3c;
    background-color: #d4d4d4;
    border-color: #8c8c8c;
}

.btn-secondary.disabled:focus, .btn-secondary.disabled.focus, .btn-secondary:disabled:focus, .btn-secondary:disabled.focus {
    background-color: #fff;
    border-color: #ccc;
}

.btn-secondary.disabled:hover, .btn-secondary:disabled:hover {
    background-color: #fff;
    border-color: #ccc;
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de;
}

.btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #2aabd2;
}

.btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #2aabd2;
}

.btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #2aabd2;
    background-image: none;
}

.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
.open > .btn-info.dropdown-toggle:hover,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle.focus {
    color: #fff;
    background-color: #269abc;
    border-color: #1f7e9a;
}

.btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info:disabled:focus, .btn-info:disabled.focus {
    background-color: #5bc0de;
    border-color: #5bc0de;
}

.btn-info.disabled:hover, .btn-info:disabled:hover {
    background-color: #5bc0de;
    border-color: #5bc0de;
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c;
}

.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #419641;
}

.btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #419641;
}

.btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #419641;
    background-image: none;
}

.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
.open > .btn-success.dropdown-toggle:hover,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle.focus {
    color: #fff;
    background-color: #398439;
    border-color: #2d672d;
}

.btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success:disabled:focus, .btn-success:disabled.focus {
    background-color: #5cb85c;
    border-color: #5cb85c;
}

.btn-success.disabled:hover, .btn-success:disabled:hover {
    background-color: #5cb85c;
    border-color: #5cb85c;
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

.btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #eb9316;
}

.btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #eb9316;
}

.btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #eb9316;
    background-image: none;
}

.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
.open > .btn-warning.dropdown-toggle:hover,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle.focus {
    color: #fff;
    background-color: #d58512;
    border-color: #b06d0f;
}

.btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning:disabled:focus, .btn-warning:disabled.focus {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

.btn-warning.disabled:hover, .btn-warning:disabled:hover {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

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

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

.btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #c12e2a;
}

.btn-danger:active, .btn-danger.active,
.open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #c12e2a;
    background-image: none;
}

.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
.open > .btn-danger.dropdown-toggle:hover,
.open > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle.focus {
    color: #fff;
    background-color: #ac2925;
    border-color: #8b211e;
}

.btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger:disabled:focus, .btn-danger:disabled.focus {
    background-color: #d9534f;
    border-color: #d9534f;
}

.btn-danger.disabled:hover, .btn-danger:disabled:hover {
    background-color: #d9534f;
    border-color: #d9534f;
}

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

.btn-outline-primary:hover {
    color: #fff;
    background-color: #0275d8;
    border-color: #0275d8;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
    color: #fff;
    background-color: #0275d8;
    border-color: #0275d8;
}

.btn-outline-primary:active, .btn-outline-primary.active,
.open > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #0275d8;
    border-color: #0275d8;
}

.btn-outline-primary:active:hover, .btn-outline-primary:active:focus, .btn-outline-primary:active.focus, .btn-outline-primary.active:hover, .btn-outline-primary.active:focus, .btn-outline-primary.active.focus,
.open > .btn-outline-primary.dropdown-toggle:hover,
.open > .btn-outline-primary.dropdown-toggle:focus,
.open > .btn-outline-primary.dropdown-toggle.focus {
    color: #fff;
    background-color: #014682;
    border-color: #01315a;
}

.btn-outline-primary.disabled:focus, .btn-outline-primary.disabled.focus, .btn-outline-primary:disabled:focus, .btn-outline-primary:disabled.focus {
    border-color: #43a7fd;
}

.btn-outline-primary.disabled:hover, .btn-outline-primary:disabled:hover {
    border-color: #43a7fd;
}

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

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

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
    color: #fff;
    background-color: #ccc;
    border-color: #ccc;
}

.btn-outline-secondary:active, .btn-outline-secondary.active,
.open > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #ccc;
    border-color: #ccc;
}

.btn-outline-secondary:active:hover, .btn-outline-secondary:active:focus, .btn-outline-secondary:active.focus, .btn-outline-secondary.active:hover, .btn-outline-secondary.active:focus, .btn-outline-secondary.active.focus,
.open > .btn-outline-secondary.dropdown-toggle:hover,
.open > .btn-outline-secondary.dropdown-toggle:focus,
.open > .btn-outline-secondary.dropdown-toggle.focus {
    color: #fff;
    background-color: #a1a1a1;
    border-color: #8c8c8c;
}

.btn-outline-secondary.disabled:focus, .btn-outline-secondary.disabled.focus, .btn-outline-secondary:disabled:focus, .btn-outline-secondary:disabled.focus {
    border-color: white;
}

.btn-outline-secondary.disabled:hover, .btn-outline-secondary:disabled:hover {
    border-color: white;
}

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

.btn-outline-info:hover {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de;
}

.btn-outline-info:focus, .btn-outline-info.focus {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de;
}

.btn-outline-info:active, .btn-outline-info.active,
.open > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de;
}

.btn-outline-info:active:hover, .btn-outline-info:active:focus, .btn-outline-info:active.focus, .btn-outline-info.active:hover, .btn-outline-info.active:focus, .btn-outline-info.active.focus,
.open > .btn-outline-info.dropdown-toggle:hover,
.open > .btn-outline-info.dropdown-toggle:focus,
.open > .btn-outline-info.dropdown-toggle.focus {
    color: #fff;
    background-color: #269abc;
    border-color: #1f7e9a;
}

.btn-outline-info.disabled:focus, .btn-outline-info.disabled.focus, .btn-outline-info:disabled:focus, .btn-outline-info:disabled.focus {
    border-color: #b0e1ef;
}

.btn-outline-info.disabled:hover, .btn-outline-info:disabled:hover {
    border-color: #b0e1ef;
}

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

.btn-outline-success:hover {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c;
}

.btn-outline-success:focus, .btn-outline-success.focus {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c;
}

.btn-outline-success:active, .btn-outline-success.active,
.open > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c;
}

.btn-outline-success:active:hover, .btn-outline-success:active:focus, .btn-outline-success:active.focus, .btn-outline-success.active:hover, .btn-outline-success.active:focus, .btn-outline-success.active.focus,
.open > .btn-outline-success.dropdown-toggle:hover,
.open > .btn-outline-success.dropdown-toggle:focus,
.open > .btn-outline-success.dropdown-toggle.focus {
    color: #fff;
    background-color: #398439;
    border-color: #2d672d;
}

.btn-outline-success.disabled:focus, .btn-outline-success.disabled.focus, .btn-outline-success:disabled:focus, .btn-outline-success:disabled.focus {
    border-color: #a3d7a3;
}

.btn-outline-success.disabled:hover, .btn-outline-success:disabled:hover {
    border-color: #a3d7a3;
}

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

.btn-outline-warning:hover {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

.btn-outline-warning:active, .btn-outline-warning.active,
.open > .btn-outline-warning.dropdown-toggle {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

.btn-outline-warning:active:hover, .btn-outline-warning:active:focus, .btn-outline-warning:active.focus, .btn-outline-warning.active:hover, .btn-outline-warning.active:focus, .btn-outline-warning.active.focus,
.open > .btn-outline-warning.dropdown-toggle:hover,
.open > .btn-outline-warning.dropdown-toggle:focus,
.open > .btn-outline-warning.dropdown-toggle.focus {
    color: #fff;
    background-color: #d58512;
    border-color: #b06d0f;
}

.btn-outline-warning.disabled:focus, .btn-outline-warning.disabled.focus, .btn-outline-warning:disabled:focus, .btn-outline-warning:disabled.focus {
    border-color: #f8d9ac;
}

.btn-outline-warning.disabled:hover, .btn-outline-warning:disabled:hover {
    border-color: #f8d9ac;
}

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

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

.btn-outline-danger:focus, .btn-outline-danger.focus {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f;
}

.btn-outline-danger:active, .btn-outline-danger.active,
.open > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f;
}

.btn-outline-danger:active:hover, .btn-outline-danger:active:focus, .btn-outline-danger:active.focus, .btn-outline-danger.active:hover, .btn-outline-danger.active:focus, .btn-outline-danger.active.focus,
.open > .btn-outline-danger.dropdown-toggle:hover,
.open > .btn-outline-danger.dropdown-toggle:focus,
.open > .btn-outline-danger.dropdown-toggle.focus {
    color: #fff;
    background-color: #ac2925;
    border-color: #8b211e;
}

.btn-outline-danger.disabled:focus, .btn-outline-danger.disabled.focus, .btn-outline-danger:disabled:focus, .btn-outline-danger:disabled.focus {
    border-color: #eba5a3;
}

.btn-outline-danger.disabled:hover, .btn-outline-danger:disabled:hover {
    border-color: #eba5a3;
}

.btn-link {
    font-weight: normal;
    color: #0275d8;
    border-radius: 0;
}

.btn-link, .btn-link:active, .btn-link.active, .btn-link:disabled {
    background-color: transparent;
}

.btn-link, .btn-link:focus, .btn-link:active {
    border-color: transparent;
}

.btn-link:hover {
    border-color: transparent;
}

.btn-link:focus, .btn-link:hover {
    color: #014c8c;
    text-decoration: underline;
    background-color: transparent;
}

.btn-link:disabled:focus, .btn-link:disabled:hover {
    color: #818a91;
    text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
    border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.2rem;
}

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

.btn-block + .btn-block {
    margin-top: 0.5rem;
}

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

.fade {
    opacity: 0;
    transition: opacity .15s linear;
}

.fade.in {
    opacity: 1;
}

.collapse {
    display: none;
}

.collapse.in {
    display: block;
}

tr.collapse.in {
    display: table-row;
}

tbody.collapse.in {
    display: table-row-group;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition-timing-function: ease;
    transition-duration: .35s;
    transition-property: height;
}

.dropup,
.dropdown {
    position: relative;
}

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

.dropdown-toggle:focus {
    outline: 0;
}

.dropup .dropdown-toggle::after {
    border-top: 0;
    border-bottom: 0.3em solid;
}

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

.dropdown-divider {
    height: 1px;
    margin: 0.5rem 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 3px 1.5rem;
    clear: both;
    font-weight: normal;
    color: #373a3c;
    text-align: inherit;
    white-space: nowrap;
    background: none;
    border: 0;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #2b2d2f;
    text-decoration: none;
    background-color: #f5f5f5;
}

.dropdown-item.active, .dropdown-item.active:focus, .dropdown-item.active:hover {
    color: #fff;
    text-decoration: none;
    background-color: #0275d8;
    outline: 0;
}

.dropdown-item.disabled, .dropdown-item.disabled:focus, .dropdown-item.disabled:hover {
    color: #818a91;
}

.dropdown-item.disabled:focus, .dropdown-item.disabled:hover {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: "progid:DXImageTransform.Microsoft.gradient(enabled = false)";
}

.open > .dropdown-menu {
    display: block;
}

.open > a {
    outline: 0;
}

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

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

.dropdown-header {
    display: block;
    padding: 0.5rem 1.5rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #818a91;
    white-space: nowrap;
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 0.3em solid;
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 0.125rem;
}

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

.btn-group > .btn,
.btn-group-vertical > .btn {
    position: relative;
    float: left;
    margin-bottom: 0;
}

.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
    z-index: 2;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
    z-index: 2;
}

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

.btn-toolbar {
    margin-left: -0.5rem;
}

.btn-toolbar::after {
    content: "";
    display: table;
    clear: both;
}

.btn-toolbar .btn-group,
.btn-toolbar .input-group {
    float: left;
}

.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
    margin-left: 0.5rem;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}

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

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

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

.btn-group > .btn-group {
    float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}

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

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

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0;
}

.btn + .dropdown-toggle-split {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
}

.btn + .dropdown-toggle-split::after {
    margin-left: 0;
}

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

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

.btn .caret {
    margin-left: 0;
}

.btn-lg .caret, .btn-group-lg > .btn .caret {
    border-width: 0.3em 0.3em 0;
    border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
    border-width: 0 0.3em 0.3em;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}

.btn-group-vertical > .btn-group::after {
    content: "";
    display: table;
    clear: both;
}

.btn-group-vertical > .btn-group > .btn {
    float: none;
}

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

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}

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

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

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}

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

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

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

.input-group {
    position: relative;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    -ms-flex: 1;
    flex: 1;
    margin-bottom: 0;
}

.input-group .form-control:focus, .input-group .form-control:active, .input-group .form-control:hover {
    z-index: 3;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.input-group-addon,
.input-group-btn {
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon {
    padding: 0.5rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.25;
    color: #55595c;
    text-align: center;
    background-color: #eceeef;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

.input-group-addon.form-control-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.2rem;
}

.input-group-addon.form-control-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
    border-radius: 0.3rem;
}

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

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

.input-group-addon:not(:last-child) {
    border-right: 0;
}

.input-group .form-control:not(:first-child),
.input-group-addon:not(:first-child),
.input-group-btn:not(:first-child) > .btn,
.input-group-btn:not(:first-child) > .btn-group > .btn,
.input-group-btn:not(:first-child) > .dropdown-toggle,
.input-group-btn:not(:last-child) > .btn:not(:first-child),
.input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.form-control + .input-group-addon:not(:first-child) {
    border-left: 0;
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

.input-group-btn > .btn {
    position: relative;
}

.input-group-btn > .btn + .btn {
    margin-left: -1px;
}

.input-group-btn > .btn:focus, .input-group-btn > .btn:active, .input-group-btn > .btn:hover {
    z-index: 3;
}

.input-group-btn:not(:last-child) > .btn,
.input-group-btn:not(:last-child) > .btn-group {
    margin-right: -1px;
}

.input-group-btn:not(:first-child) > .btn,
.input-group-btn:not(:first-child) > .btn-group {
    z-index: 2;
    margin-left: -1px;
}

.input-group-btn:not(:first-child) > .btn:focus, .input-group-btn:not(:first-child) > .btn:active, .input-group-btn:not(:first-child) > .btn:hover,
.input-group-btn:not(:first-child) > .btn-group:focus,
.input-group-btn:not(:first-child) > .btn-group:active,
.input-group-btn:not(:first-child) > .btn-group:hover {
    z-index: 3;
}

.custom-control {
    position: relative;
    display: inline-block;
    padding-left: 1.5rem;
    cursor: pointer;
}

.custom-control + .custom-control {
    margin-left: 1rem;
}

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

.custom-control-input:checked ~ .custom-control-indicator {
    color: #fff;
    background-color: #0074d9;
}

.custom-control-input:focus ~ .custom-control-indicator {
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.2rem #0074d9;
}

.custom-control-input:active ~ .custom-control-indicator {
    color: #fff;
    background-color: #84c6ff;
}

.custom-control-input:disabled ~ .custom-control-indicator {
    cursor: not-allowed;
    background-color: #eee;
}

.custom-control-input:disabled ~ .custom-control-description {
    color: #767676;
    cursor: not-allowed;
}

.custom-control-indicator {
    position: absolute;
    top: .25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #ddd;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

.custom-checkbox .custom-control-indicator {
    border-radius: 0.25rem;
}

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

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

.custom-radio .custom-control-indicator {
    border-radius: 50%;
}

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

.custom-controls-stacked .custom-control {
    float: left;
    clear: left;
}

.custom-controls-stacked .custom-control + .custom-control {
    margin-left: 0;
}

.custom-select {
    display: inline-block;
    max-width: 100%;
    height: calc(2.5rem - 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    padding-right: 0.75rem \9;
    color: #55595c;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='#333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
    background-image: none \9;
    background-size: 8px 10px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.custom-select:focus {
    border-color: #51a7e8;
    outline: none;
}

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

.custom-select:disabled {
    color: #818a91;
    cursor: not-allowed;
    background-color: #eceeef;
}

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

.custom-select-sm {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    font-size: 75%;
}

.custom-file {
    position: relative;
    display: inline-block;
    max-width: 100%;
    height: 2.5rem;
    cursor: pointer;
}

.custom-file-input {
    min-width: 14rem;
    max-width: 100%;
    margin: 0;
    filter: alpha(opacity=0);
    opacity: 0;
}

.custom-file-control {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 5;
    height: 2.5rem;
    padding: 0.5rem 1rem;
    line-height: 1.5;
    color: #555;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0.25rem;
}

.custom-file-control:lang(en)::after {
    content: "Choose file...";
}

.custom-file-control::before {
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    z-index: 6;
    display: block;
    height: 2.5rem;
    padding: 0.5rem 1rem;
    line-height: 1.5;
    color: #555;
    background-color: #eee;
    border: 1px solid #ddd;
    border-radius: 0 0.25rem 0.25rem 0;
}

.custom-file-control:lang(en)::before {
    content: "Browse";
}

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

.nav-link {
    display: inline-block;
}

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

.nav-link.disabled {
    color: #818a91;
}

.nav-link.disabled, .nav-link.disabled:focus, .nav-link.disabled:hover {
    color: #818a91;
    cursor: not-allowed;
    background-color: transparent;
}

.nav-inline .nav-item {
    display: inline-block;
}

.nav-inline .nav-item + .nav-item,
.nav-inline .nav-link + .nav-link {
    margin-left: 1rem;
}

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

.nav-tabs::after {
    content: "";
    display: table;
    clear: both;
}

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

.nav-tabs .nav-item + .nav-item {
    margin-left: 0.2rem;
}

.nav-tabs .nav-link {
    display: block;
    padding: 0.5em 1em;
    border: 1px solid transparent;
    border-top-right-radius: 0.25rem;
    border-top-left-radius: 0.25rem;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: #eceeef #eceeef #ddd;
}

.nav-tabs .nav-link.disabled, .nav-tabs .nav-link.disabled:focus, .nav-tabs .nav-link.disabled:hover {
    color: #818a91;
    background-color: transparent;
    border-color: transparent;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-link.active:focus, .nav-tabs .nav-link.active:hover,
.nav-tabs .nav-item.open .nav-link,
.nav-tabs .nav-item.open .nav-link:focus,
.nav-tabs .nav-item.open .nav-link:hover {
    color: #55595c;
    background-color: #fff;
    border-color: #ddd #ddd transparent;
}

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

.nav-pills::after {
    content: "";
    display: table;
    clear: both;
}

.nav-pills .nav-item {
    float: left;
}

.nav-pills .nav-item + .nav-item {
    margin-left: 0.2rem;
}

.nav-pills .nav-link {
    display: block;
    padding: 0.5em 1em;
    border-radius: 0.25rem;
}

.nav-pills .nav-link.active, .nav-pills .nav-link.active:focus, .nav-pills .nav-link.active:hover,
.nav-pills .nav-item.open .nav-link,
.nav-pills .nav-item.open .nav-link:focus,
.nav-pills .nav-item.open .nav-link:hover {
    color: #fff;
    cursor: default;
    background-color: #0275d8;
}

.nav-stacked .nav-item {
    display: block;
    float: none;
}

.nav-stacked .nav-item + .nav-item {
    margin-top: 0.2rem;
    margin-left: 0;
}

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

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

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

.navbar::after {
    content: "";
    display: table;
    clear: both;
}

@media (min-width: 576px) {
    .navbar {
        border-radius: 0.25rem;
    }
}

.navbar-full {
    z-index: 1000;
}

@media (min-width: 576px) {
    .navbar-full {
        border-radius: 0;
    }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

@media (min-width: 576px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0;
    }
}

.navbar-fixed-top {
    top: 0;
}

.navbar-fixed-bottom {
    bottom: 0;
}

.navbar-sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1030;
    width: 100%;
}

@media (min-width: 576px) {
    .navbar-sticky-top {
        border-radius: 0;
    }
}

.navbar-brand {
    float: left;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
}

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

.navbar-divider {
    float: left;
    width: 1px;
    padding-top: 0.425rem;
    padding-bottom: 0.425rem;
    margin-right: 1rem;
    margin-left: 1rem;
    overflow: hidden;
}

.navbar-divider::before {
    content: "\00a0";
}

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

.navbar-toggler {
    width: 2.5em;
    height: 2em;
    padding: 0.5rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background: transparent no-repeat center center;
    background-size: 24px 24px;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

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

.navbar-toggleable-xs::after {
    content: "";
    display: table;
    clear: both;
}

@media (max-width: 575px) {
    .navbar-toggleable-xs .navbar-brand {
        display: block;
        float: none;
        margin-top: .5rem;
        margin-right: 0;
    }
    .navbar-toggleable-xs .navbar-nav {
        margin-top: .5rem;
        margin-bottom: .5rem;
    }
    .navbar-toggleable-xs .navbar-nav .dropdown-menu {
        position: static;
        float: none;
    }
}

@media (min-width: 576px) {
    .navbar-toggleable-xs {
        display: block;
    }
}

.navbar-toggleable-sm::after {
    content: "";
    display: table;
    clear: both;
}

@media (max-width: 767px) {
    .navbar-toggleable-sm .navbar-brand {
        display: block;
        float: none;
        margin-top: .5rem;
        margin-right: 0;
    }
    .navbar-toggleable-sm .navbar-nav {
        margin-top: .5rem;
        margin-bottom: .5rem;
    }
    .navbar-toggleable-sm .navbar-nav .dropdown-menu {
        position: static;
        float: none;
    }
}

@media (min-width: 768px) {
    .navbar-toggleable-sm {
        display: block;
    }
}

.navbar-toggleable-md::after {
    content: "";
    display: table;
    clear: both;
}

@media (max-width: 991px) {
    .navbar-toggleable-md .navbar-brand {
        display: block;
        float: none;
        margin-top: .5rem;
        margin-right: 0;
    }
    .navbar-toggleable-md .navbar-nav {
        margin-top: .5rem;
        margin-bottom: .5rem;
    }
    .navbar-toggleable-md .navbar-nav .dropdown-menu {
        position: static;
        float: none;
    }
}

@media (min-width: 992px) {
    .navbar-toggleable-md {
        display: block;
    }
}

.navbar-toggleable-lg::after {
    content: "";
    display: table;
    clear: both;
}

@media (max-width: 1199px) {
    .navbar-toggleable-lg .navbar-brand {
        display: block;
        float: none;
        margin-top: .5rem;
        margin-right: 0;
    }
    .navbar-toggleable-lg .navbar-nav {
        margin-top: .5rem;
        margin-bottom: .5rem;
    }
    .navbar-toggleable-lg .navbar-nav .dropdown-menu {
        position: static;
        float: none;
    }
}

@media (min-width: 1200px) {
    .navbar-toggleable-lg {
        display: block;
    }
}

.navbar-toggleable-xl {
    display: block;
}

.navbar-toggleable-xl::after {
    content: "";
    display: table;
    clear: both;
}

.navbar-toggleable-xl .navbar-brand {
    display: block;
    float: none;
    margin-top: .5rem;
    margin-right: 0;
}

.navbar-toggleable-xl .navbar-nav {
    margin-top: .5rem;
    margin-bottom: .5rem;
}

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

.navbar-nav .nav-item {
    float: left;
}

.navbar-nav .nav-link {
    display: block;
    padding-top: .425rem;
    padding-bottom: .425rem;
}

.navbar-nav .nav-link + .nav-link {
    margin-left: 1rem;
}

.navbar-nav .nav-item + .nav-item {
    margin-left: 1rem;
}

.navbar-light .navbar-brand,
.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.9);
}

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

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

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

.navbar-light .navbar-nav .open > .nav-link, .navbar-light .navbar-nav .open > .nav-link:focus, .navbar-light .navbar-nav .open > .nav-link:hover,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .active > .nav-link:focus,
.navbar-light .navbar-nav .active > .nav-link:hover,
.navbar-light .navbar-nav .nav-link.open,
.navbar-light .navbar-nav .nav-link.open:focus,
.navbar-light .navbar-nav .nav-link.open:hover,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.active:focus,
.navbar-light .navbar-nav .nav-link.active:hover {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-divider {
    background-color: rgba(0, 0, 0, 0.075);
}

.navbar-dark .navbar-brand,
.navbar-dark .navbar-toggler {
    color: white;
}

.navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-toggler:focus,
.navbar-dark .navbar-toggler:hover {
    color: white;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .open > .nav-link, .navbar-dark .navbar-nav .open > .nav-link:focus, .navbar-dark .navbar-nav .open > .nav-link:hover,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link:focus,
.navbar-dark .navbar-nav .active > .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.open,
.navbar-dark .navbar-nav .nav-link.open:focus,
.navbar-dark .navbar-nav .nav-link.open:hover,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.active:focus,
.navbar-dark .navbar-nav .nav-link.active:hover {
    color: white;
}

.navbar-dark .navbar-toggler {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-divider {
    background-color: rgba(255, 255, 255, 0.075);
}

.navbar-toggleable-xs::after {
    content: "";
    display: table;
    clear: both;
}

@media (max-width: 575px) {
    .navbar-toggleable-xs .navbar-nav .nav-item {
        float: none;
        margin-left: 0;
    }
}

@media (min-width: 576px) {
    .navbar-toggleable-xs {
        display: block !important;
    }
}

.navbar-toggleable-sm::after {
    content: "";
    display: table;
    clear: both;
}

@media (max-width: 767px) {
    .navbar-toggleable-sm .navbar-nav .nav-item {
        float: none;
        margin-left: 0;
    }
}

@media (min-width: 768px) {
    .navbar-toggleable-sm {
        display: block !important;
    }
}

.navbar-toggleable-md::after {
    content: "";
    display: table;
    clear: both;
}

@media (max-width: 991px) {
    .navbar-toggleable-md .navbar-nav .nav-item {
        float: none;
        margin-left: 0;
    }
}

@media (min-width: 992px) {
    .navbar-toggleable-md {
        display: block !important;
    }
}

.card {
    position: relative;
    display: block;
    margin-bottom: 0.75rem;
    background-color: #fff;
    border-radius: 0.25rem;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.card-block {
    padding: 1.25rem;
}

.card-block::after {
    content: "";
    display: table;
    clear: both;
}

.card-title {
    margin-bottom: 0.75rem;
}

.card-subtitle {
    margin-top: -0.375rem;
    margin-bottom: 0;
}

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

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

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

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

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

.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: #f5f5f5;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header::after {
    content: "";
    display: table;
    clear: both;
}

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

.card-footer {
    padding: 0.75rem 1.25rem;
    background-color: #f5f5f5;
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer::after {
    content: "";
    display: table;
    clear: both;
}

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

.card-header-tabs {
    margin-right: -0.625rem;
    margin-bottom: -0.75rem;
    margin-left: -0.625rem;
    border-bottom: 0;
}

.card-header-pills {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}

.card-primary {
    background-color: #0275d8;
    border-color: #0275d8;
}

.card-primary .card-header,
.card-primary .card-footer {
    background-color: transparent;
}

.card-success {
    background-color: #5cb85c;
    border-color: #5cb85c;
}

.card-success .card-header,
.card-success .card-footer {
    background-color: transparent;
}

.card-info {
    background-color: #5bc0de;
    border-color: #5bc0de;
}

.card-info .card-header,
.card-info .card-footer {
    background-color: transparent;
}

.card-warning {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

.card-warning .card-header,
.card-warning .card-footer {
    background-color: transparent;
}

.card-danger {
    background-color: #d9534f;
    border-color: #d9534f;
}

.card-danger .card-header,
.card-danger .card-footer {
    background-color: transparent;
}

.card-outline-primary {
    background-color: transparent;
    border-color: #0275d8;
}

.card-outline-secondary {
    background-color: transparent;
    border-color: #ccc;
}

.card-outline-info {
    background-color: transparent;
    border-color: #5bc0de;
}

.card-outline-success {
    background-color: transparent;
    border-color: #5cb85c;
}

.card-outline-warning {
    background-color: transparent;
    border-color: #f0ad4e;
}

.card-outline-danger {
    background-color: transparent;
    border-color: #d9534f;
}

.card-inverse .card-header,
.card-inverse .card-footer {
    border-color: rgba(255, 255, 255, 0.2);
}

.card-inverse .card-header,
.card-inverse .card-footer,
.card-inverse .card-title,
.card-inverse .card-blockquote {
    color: #fff;
}

.card-inverse .card-link,
.card-inverse .card-text,
.card-inverse .card-subtitle,
.card-inverse .card-blockquote .blockquote-footer {
    color: rgba(255, 255, 255, 0.65);
}

.card-inverse .card-link:focus, .card-inverse .card-link:hover {
    color: #fff;
}

.card-blockquote {
    padding: 0;
    margin-bottom: 0;
    border-left: 0;
}

.card-img {
    border-radius: calc(0.25rem - 1px);
}

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

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

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

@media (min-width: 576px) {
    .card-deck {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -0.625rem;
        margin-bottom: 0.75rem;
        margin-left: -0.625rem;
    }
    .card-deck .card {
        -ms-flex: 1 0 0px;
        flex: 1 0 0;
        margin-right: 0.625rem;
        margin-bottom: 0;
        margin-left: 0.625rem;
    }
}

@media (min-width: 576px) {
    .card-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }
    .card-group .card {
        -ms-flex: 1 0 0px;
        flex: 1 0 0;
    }
    .card-group .card + .card {
        margin-left: 0;
        border-left: 0;
    }
    .card-group .card:first-child {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }
    .card-group .card:first-child .card-img-top {
        border-top-right-radius: 0;
    }
    .card-group .card:first-child .card-img-bottom {
        border-bottom-right-radius: 0;
    }
    .card-group .card:last-child {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }
    .card-group .card:last-child .card-img-top {
        border-top-left-radius: 0;
    }
    .card-group .card:last-child .card-img-bottom {
        border-bottom-left-radius: 0;
    }
    .card-group .card:not(:first-child):not(:last-child) {
        border-radius: 0;
    }
    .card-group .card:not(:first-child):not(:last-child) .card-img-top,
    .card-group .card:not(:first-child):not(:last-child) .card-img-bottom {
        border-radius: 0;
    }
}

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

.breadcrumb {
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #eceeef;
    border-radius: 0.25rem;
}

.breadcrumb::after {
    content: "";
    display: table;
    clear: both;
}

.breadcrumb-item {
    float: left;
}

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    color: #818a91;
    content: "/";
}

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

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

.breadcrumb-item.active {
    color: #818a91;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin-top: 1rem;
    margin-bottom: 1rem;
    border-radius: 0.25rem;
}

.page-item {
    display: inline;
}

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

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

.page-item.active .page-link, .page-item.active .page-link:focus, .page-item.active .page-link:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #0275d8;
    border-color: #0275d8;
}

.page-item.disabled .page-link, .page-item.disabled .page-link:focus, .page-item.disabled .page-link:hover {
    color: #818a91;
    pointer-events: none;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}

.page-link {
    position: relative;
    float: left;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    color: #0275d8;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.page-link:focus, .page-link:hover {
    color: #014c8c;
    background-color: #eceeef;
    border-color: #ddd;
}

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

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

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

.pagination-sm .page-link {
    padding: 0.275rem 0.75rem;
    font-size: 0.875rem;
}

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

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

.tag {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}

.tag:empty {
    display: none;
}

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

a.tag:focus, a.tag:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.tag-pill {
    padding-right: 0.6em;
    padding-left: 0.6em;
    border-radius: 10rem;
}

.tag-default {
    background-color: #818a91;
}

.tag-default[href]:focus, .tag-default[href]:hover {
    background-color: #687077;
}

.tag-primary {
    background-color: #0275d8;
}

.tag-primary[href]:focus, .tag-primary[href]:hover {
    background-color: #025aa5;
}

.tag-success {
    background-color: #5cb85c;
}

.tag-success[href]:focus, .tag-success[href]:hover {
    background-color: #449d44;
}

.tag-info {
    background-color: #5bc0de;
}

.tag-info[href]:focus, .tag-info[href]:hover {
    background-color: #31b0d5;
}

.tag-warning {
    background-color: #f0ad4e;
}

.tag-warning[href]:focus, .tag-warning[href]:hover {
    background-color: #ec971f;
}

.tag-danger {
    background-color: #d9534f;
}

.tag-danger[href]:focus, .tag-danger[href]:hover {
    background-color: #c9302c;
}

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

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

.jumbotron-hr {
    border-top-color: #d0d5d8;
}

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

.alert {
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.alert-heading {
    color: inherit;
}

.alert-link {
    font-weight: bold;
}

.alert-dismissible {
    padding-right: 2.5rem;
}

.alert-dismissible .close {
    position: relative;
    top: -.125rem;
    right: -1.25rem;
    color: inherit;
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d0e9c6;
    color: #3c763d;
}

.alert-success hr {
    border-top-color: #c1e2b3;
}

.alert-success .alert-link {
    color: #2b542c;
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bcdff1;
    color: #31708f;
}

.alert-info hr {
    border-top-color: #a6d5ec;
}

.alert-info .alert-link {
    color: #245269;
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faf2cc;
    color: #8a6d3b;
}

.alert-warning hr {
    border-top-color: #f7ecb5;
}

.alert-warning .alert-link {
    color: #66512c;
}

.alert-danger {
    background-color: #f2dede;
    border-color: #ebcccc;
    color: #a94442;
}

.alert-danger hr {
    border-top-color: #e4b9b9;
}

.alert-danger .alert-link {
    color: #843534;
}

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

.progress {
    display: block;
    width: 100%;
    height: 1rem;
    margin-bottom: 1rem;
}

.progress[value] {
    background-color: #eee;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
}

.progress[value]::-ms-fill {
    background-color: #0074d9;
    border: 0;
}

.progress[value]::-moz-progress-bar {
    background-color: #0074d9;
    border-bottom-left-radius: 0.25rem;
    border-top-left-radius: 0.25rem;
}

.progress[value]::-webkit-progress-value {
    background-color: #0074d9;
    border-bottom-left-radius: 0.25rem;
    border-top-left-radius: 0.25rem;
}

.progress[value="100"]::-moz-progress-bar {
    border-bottom-right-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.progress[value="100"]::-webkit-progress-value {
    border-bottom-right-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.progress[value]::-webkit-progress-bar {
    background-color: #eee;
    border-radius: 0.25rem;
}

base::-moz-progress-bar,
.progress[value] {
    background-color: #eee;
    border-radius: 0.25rem;
}

@media screen and (min-width: 0\0) {
    .progress {
        background-color: #eee;
        border-radius: 0.25rem;
    }
    .progress-bar {
        display: inline-block;
        height: 1rem;
        text-indent: -999rem;
        background-color: #0074d9;
        border-bottom-left-radius: 0.25rem;
        border-top-left-radius: 0.25rem;
    }
    .progress[width="100%"] {
        border-bottom-right-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
    }
}

.progress-striped[value]::-webkit-progress-value {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem;
}

.progress-striped[value]::-moz-progress-bar {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem;
}

.progress-striped[value]::-ms-fill {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem;
}

@media screen and (min-width: 0\0) {
    .progress-bar-striped {
        background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
        background-size: 1rem 1rem;
    }
}

.progress-animated[value]::-webkit-progress-value {
    animation: progress-bar-stripes 2s linear infinite;
}

.progress-animated[value]::-moz-progress-bar {
    animation: progress-bar-stripes 2s linear infinite;
}

@media screen and (min-width: 0\0) {
    .progress-animated .progress-bar-striped {
        animation: progress-bar-stripes 2s linear infinite;
    }
}

.progress-success[value]::-webkit-progress-value {
    background-color: #5cb85c;
}

.progress-success[value]::-moz-progress-bar {
    background-color: #5cb85c;
}

.progress-success[value]::-ms-fill {
    background-color: #5cb85c;
}

@media screen and (min-width: 0\0) {
    .progress-success .progress-bar {
        background-color: #5cb85c;
    }
}

.progress-info[value]::-webkit-progress-value {
    background-color: #5bc0de;
}

.progress-info[value]::-moz-progress-bar {
    background-color: #5bc0de;
}

.progress-info[value]::-ms-fill {
    background-color: #5bc0de;
}

@media screen and (min-width: 0\0) {
    .progress-info .progress-bar {
        background-color: #5bc0de;
    }
}

.progress-warning[value]::-webkit-progress-value {
    background-color: #f0ad4e;
}

.progress-warning[value]::-moz-progress-bar {
    background-color: #f0ad4e;
}

.progress-warning[value]::-ms-fill {
    background-color: #f0ad4e;
}

@media screen and (min-width: 0\0) {
    .progress-warning .progress-bar {
        background-color: #f0ad4e;
    }
}

.progress-danger[value]::-webkit-progress-value {
    background-color: #d9534f;
}

.progress-danger[value]::-moz-progress-bar {
    background-color: #d9534f;
}

.progress-danger[value]::-ms-fill {
    background-color: #d9534f;
}

@media screen and (min-width: 0\0) {
    .progress-danger .progress-bar {
        background-color: #d9534f;
    }
}

.media {
    display: -ms-flexbox;
    display: flex;
}

.media-body {
    -ms-flex: 1;
    flex: 1;
}

.media-middle {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.media-bottom {
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.media-object {
    display: block;
}

.media-object.img-thumbnail {
    max-width: none;
}

.media-right {
    padding-left: 10px;
}

.media-left {
    padding-right: 10px;
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.media-list {
    padding-left: 0;
    list-style: none;
}

.list-group {
    padding-left: 0;
    margin-bottom: 0;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}

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

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

.list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover {
    color: #818a91;
    cursor: not-allowed;
    background-color: #eceeef;
}

.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading {
    color: inherit;
}

.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text {
    color: #818a91;
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    text-decoration: none;
    background-color: #0275d8;
    border-color: #0275d8;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small {
    color: inherit;
}

.list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text {
    color: #a8d6fe;
}

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

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

.list-group-item-action .list-group-item-heading {
    color: #333;
}

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

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
    color: #3c763d;
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
    color: inherit;
}

a.list-group-item-success:focus, a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
    color: #3c763d;
    background-color: #d0e9c6;
}

a.list-group-item-success.active, a.list-group-item-success.active:focus, a.list-group-item-success.active:hover,
button.list-group-item-success.active,
button.list-group-item-success.active:focus,
button.list-group-item-success.active:hover {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d;
}

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
    color: #31708f;
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
    color: inherit;
}

a.list-group-item-info:focus, a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
    color: #31708f;
    background-color: #c4e3f3;
}

a.list-group-item-info.active, a.list-group-item-info.active:focus, a.list-group-item-info.active:hover,
button.list-group-item-info.active,
button.list-group-item-info.active:focus,
button.list-group-item-info.active:hover {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f;
}

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
    color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
    color: inherit;
}

a.list-group-item-warning:focus, a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
    color: #8a6d3b;
    background-color: #faf2cc;
}

a.list-group-item-warning.active, a.list-group-item-warning.active:focus, a.list-group-item-warning.active:hover,
button.list-group-item-warning.active,
button.list-group-item-warning.active:focus,
button.list-group-item-warning.active:hover {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b;
}

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
    color: #a94442;
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
    color: inherit;
}

a.list-group-item-danger:focus, a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
    color: #a94442;
    background-color: #ebcccc;
}

a.list-group-item-danger.active, a.list-group-item-danger.active:focus, a.list-group-item-danger.active:hover,
button.list-group-item-danger.active,
button.list-group-item-danger.active:focus,
button.list-group-item-danger.active:hover {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442;
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
}

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

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

.embed-responsive-21by9 {
    padding-bottom: 42.8571428571%;
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
    padding-bottom: 75%;
}

.embed-responsive-1by1 {
    padding-bottom: 100%;
}

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

.close:focus, .close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5;
}

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

.modal-open {
    overflow: hidden;
}

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

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

.modal.in .modal-dialog {
    transform: translate(0, 0);
}

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

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}

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

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.in {
    opacity: 0.5;
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.modal-header::after {
    content: "";
    display: table;
    clear: both;
}

.modal-header .close {
    margin-top: -2px;
}

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

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.modal-footer::after {
    content: "";
    display: table;
    clear: both;
}

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

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 600px;
        margin: 30px auto;
    }
    .modal-sm {
        max-width: 300px;
    }
}

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

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    font-size: 0.875rem;
    word-wrap: break-word;
    opacity: 0;
}

.tooltip.in {
    opacity: 0.9;
}

.tooltip.tooltip-top, .tooltip.bs-tether-element-attached-bottom {
    padding: 5px 0;
    margin-top: -3px;
}

.tooltip.tooltip-top .tooltip-inner::before, .tooltip.bs-tether-element-attached-bottom .tooltip-inner::before {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    content: "";
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.tooltip-right, .tooltip.bs-tether-element-attached-left {
    padding: 0 5px;
    margin-left: 3px;
}

.tooltip.tooltip-right .tooltip-inner::before, .tooltip.bs-tether-element-attached-left .tooltip-inner::before {
    top: 50%;
    left: 0;
    margin-top: -5px;
    content: "";
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
}

.tooltip.tooltip-bottom, .tooltip.bs-tether-element-attached-top {
    padding: 5px 0;
    margin-top: 3px;
}

.tooltip.tooltip-bottom .tooltip-inner::before, .tooltip.bs-tether-element-attached-top .tooltip-inner::before {
    top: 0;
    left: 50%;
    margin-left: -5px;
    content: "";
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip.tooltip-left, .tooltip.bs-tether-element-attached-right {
    padding: 0 5px;
    margin-left: -3px;
}

.tooltip.tooltip-left .tooltip-inner::before, .tooltip.bs-tether-element-attached-right .tooltip-inner::before {
    top: 50%;
    right: 0;
    margin-top: -5px;
    content: "";
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 0.25rem;
}

.tooltip-inner::before {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    padding: 1px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    font-size: 0.875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
}

.popover.popover-top, .popover.bs-tether-element-attached-bottom {
    margin-top: -10px;
}

.popover.popover-top::before, .popover.popover-top::after, .popover.bs-tether-element-attached-bottom::before, .popover.bs-tether-element-attached-bottom::after {
    left: 50%;
    border-bottom-width: 0;
}

.popover.popover-top::before, .popover.bs-tether-element-attached-bottom::before {
    bottom: -11px;
    margin-left: -11px;
    border-top-color: rgba(0, 0, 0, 0.25);
}

.popover.popover-top::after, .popover.bs-tether-element-attached-bottom::after {
    bottom: -10px;
    margin-left: -10px;
    border-top-color: #fff;
}

.popover.popover-right, .popover.bs-tether-element-attached-left {
    margin-left: 10px;
}

.popover.popover-right::before, .popover.popover-right::after, .popover.bs-tether-element-attached-left::before, .popover.bs-tether-element-attached-left::after {
    top: 50%;
    border-left-width: 0;
}

.popover.popover-right::before, .popover.bs-tether-element-attached-left::before {
    left: -11px;
    margin-top: -11px;
    border-right-color: rgba(0, 0, 0, 0.25);
}

.popover.popover-right::after, .popover.bs-tether-element-attached-left::after {
    left: -10px;
    margin-top: -10px;
    border-right-color: #fff;
}

.popover.popover-bottom, .popover.bs-tether-element-attached-top {
    margin-top: 10px;
}

.popover.popover-bottom::before, .popover.popover-bottom::after, .popover.bs-tether-element-attached-top::before, .popover.bs-tether-element-attached-top::after {
    left: 50%;
    border-top-width: 0;
}

.popover.popover-bottom::before, .popover.bs-tether-element-attached-top::before {
    top: -11px;
    margin-left: -11px;
    border-bottom-color: rgba(0, 0, 0, 0.25);
}

.popover.popover-bottom::after, .popover.bs-tether-element-attached-top::after {
    top: -10px;
    margin-left: -10px;
    border-bottom-color: #f7f7f7;
}

.popover.popover-bottom .popover-title::before, .popover.bs-tether-element-attached-top .popover-title::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 20px;
    margin-left: -10px;
    content: "";
    border-bottom: 1px solid #f7f7f7;
}

.popover.popover-left, .popover.bs-tether-element-attached-right {
    margin-left: -10px;
}

.popover.popover-left::before, .popover.popover-left::after, .popover.bs-tether-element-attached-right::before, .popover.bs-tether-element-attached-right::after {
    top: 50%;
    border-right-width: 0;
}

.popover.popover-left::before, .popover.bs-tether-element-attached-right::before {
    right: -11px;
    margin-top: -11px;
    border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.popover-left::after, .popover.bs-tether-element-attached-right::after {
    right: -10px;
    margin-top: -10px;
    border-left-color: #fff;
}

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 1rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 0.2375rem 0.2375rem 0 0;
}

.popover-title:empty {
    display: none;
}

.popover-content {
    padding: 9px 14px;
}

.popover::before,
.popover::after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover::before {
    content: "";
    border-width: 11px;
}

.popover::after {
    content: "";
    border-width: 10px;
}

.carousel {
    position: relative;
}

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

.carousel-inner > .carousel-item {
    position: relative;
    display: none;
    transition: .6s ease-in-out left;
}

.carousel-inner > .carousel-item > img,
.carousel-inner > .carousel-item > a > img {
    line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-inner > .carousel-item {
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        perspective: 1000px;
    }
    .carousel-inner > .carousel-item.next, .carousel-inner > .carousel-item.active.right {
        left: 0;
        transform: translate3d(100%, 0, 0);
    }
    .carousel-inner > .carousel-item.prev, .carousel-inner > .carousel-item.active.left {
        left: 0;
        transform: translate3d(-100%, 0, 0);
    }
    .carousel-inner > .carousel-item.next.left, .carousel-inner > .carousel-item.prev.right, .carousel-inner > .carousel-item.active {
        left: 0;
        transform: translate3d(0, 0, 0);
    }
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
    display: block;
}

.carousel-inner > .active {
    left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}

.carousel-inner > .next {
    left: 100%;
}

.carousel-inner > .prev {
    left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
    left: 0;
}

.carousel-inner > .active.left {
    left: -100%;
}

.carousel-inner > .active.right {
    left: 100%;
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    opacity: 0.5;
}

.carousel-control.left {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

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

.carousel-control .icon-prev,
.carousel-control .icon-next {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    font-family: serif;
    line-height: 1;
}

.carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px;
}

.carousel-control .icon-next {
    right: 50%;
    margin-right: -10px;
}

.carousel-control .icon-prev::before {
    content: "\2039";
}

.carousel-control .icon-next::before {
    content: "\203a";
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 10px;
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
    text-shadow: none;
}

@media (min-width: 576px) {
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px;
    }
    .carousel-control .icon-prev {
        margin-left: -15px;
    }
    .carousel-control .icon-next {
        margin-right: -15px;
    }
    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px;
    }
    .carousel-indicators {
        bottom: 20px;
    }
}

.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-faded {
    background-color: #f7f7f9;
}

.bg-primary, .btn.btn-primary, .btn.btn-primary.btn-flat, .btn.btn-primary.btn-rounded {
    background-color: #0275d8 !important;
}

a.bg-primary:focus, a.btn.btn-primary:focus, a.bg-primary:hover, a.btn.btn-primary:hover {
    background-color: #025aa5 !important;
}

.bg-success, .btn.btn-success, .btn.btn-success.btn-flat, .btn.btn-success.btn-rounded {
    background-color: #5cb85c !important;
}

a.bg-success:focus, a.btn.btn-success:focus, a.bg-success:hover, a.btn.btn-success:hover {
    background-color: #449d44 !important;
}

.bg-info, .btn.btn-info, .btn.btn-info.btn-flat, .btn.btn-info.btn-rounded {
    background-color: #5bc0de !important;
}

a.bg-info:focus, a.btn.btn-info:focus, a.bg-info:hover, a.btn.btn-info:hover {
    background-color: #31b0d5 !important;
}

.bg-warning, .ta-toolbar .btn.btn-default, .note-btn.btn.btn-default, .btn.btn-warning, .btn.btn-warning.btn-flat, .btn.btn-warning.btn-rounded {
    background-color: #f0ad4e !important;
}

a.bg-warning:focus, .ta-toolbar a.btn.btn-default:focus, a.note-btn.btn.btn-default:focus, a.btn.btn-warning:focus, a.bg-warning:hover, .ta-toolbar a.btn.btn-default:hover, a.note-btn.btn.btn-default:hover, a.btn.btn-warning:hover {
    background-color: #ec971f !important;
}

.bg-danger, .btn.btn-danger, .btn.btn-danger.btn-flat, .btn.btn-danger.btn-rounded {
    background-color: #d9534f !important;
}

a.bg-danger:focus, a.btn.btn-danger:focus, a.bg-danger:hover, a.btn.btn-danger:hover {
    background-color: #c9302c !important;
}

.bg-inverse {
    background-color: #373a3c !important;
}

a.bg-inverse:focus, a.bg-inverse:hover {
    background-color: #1f2021 !important;
}

.rounded {
    border-radius: 0.25rem;
}

.rounded-top {
    border-top-right-radius: 0.25rem;
    border-top-left-radius: 0.25rem;
}

.rounded-right {
    border-bottom-right-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.rounded-bottom {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.rounded-left {
    border-bottom-left-radius: 0.25rem;
    border-top-left-radius: 0.25rem;
}

.rounded-circle {
    border-radius: 50%;
}

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

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

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

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

.flex-xs-first {
    -ms-flex-order: -1;
    order: -1;
}

.flex-xs-last {
    -ms-flex-order: 1;
    order: 1;
}

.flex-xs-unordered {
    -ms-flex-order: 0;
    order: 0;
}

.flex-items-xs-top {
    -ms-flex-align: start;
    align-items: flex-start;
}

.flex-items-xs-middle {
    -ms-flex-align: center;
    align-items: center;
}

.flex-items-xs-bottom {
    -ms-flex-align: end;
    align-items: flex-end;
}

.flex-xs-top {
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.flex-xs-middle {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.flex-xs-bottom {
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.flex-items-xs-left {
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.flex-items-xs-center {
    -ms-flex-pack: center;
    justify-content: center;
}

.flex-items-xs-right {
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.flex-items-xs-around {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.flex-items-xs-between {
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (min-width: 576px) {
    .flex-sm-first {
        -ms-flex-order: -1;
        order: -1;
    }
    .flex-sm-last {
        -ms-flex-order: 1;
        order: 1;
    }
    .flex-sm-unordered {
        -ms-flex-order: 0;
        order: 0;
    }
}

@media (min-width: 576px) {
    .flex-items-sm-top {
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .flex-items-sm-middle {
        -ms-flex-align: center;
        align-items: center;
    }
    .flex-items-sm-bottom {
        -ms-flex-align: end;
        align-items: flex-end;
    }
}

@media (min-width: 576px) {
    .flex-sm-top {
        -ms-flex-item-align: start;
        align-self: flex-start;
    }
    .flex-sm-middle {
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }
    .flex-sm-bottom {
        -ms-flex-item-align: end;
        align-self: flex-end;
    }
}

@media (min-width: 576px) {
    .flex-items-sm-left {
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .flex-items-sm-center {
        -ms-flex-pack: center;
        justify-content: center;
    }
    .flex-items-sm-right {
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .flex-items-sm-around {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
    .flex-items-sm-between {
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media (min-width: 768px) {
    .flex-md-first {
        -ms-flex-order: -1;
        order: -1;
    }
    .flex-md-last {
        -ms-flex-order: 1;
        order: 1;
    }
    .flex-md-unordered {
        -ms-flex-order: 0;
        order: 0;
    }
}

@media (min-width: 768px) {
    .flex-items-md-top {
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .flex-items-md-middle {
        -ms-flex-align: center;
        align-items: center;
    }
    .flex-items-md-bottom {
        -ms-flex-align: end;
        align-items: flex-end;
    }
}

@media (min-width: 768px) {
    .flex-md-top {
        -ms-flex-item-align: start;
        align-self: flex-start;
    }
    .flex-md-middle {
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }
    .flex-md-bottom {
        -ms-flex-item-align: end;
        align-self: flex-end;
    }
}

@media (min-width: 768px) {
    .flex-items-md-left {
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .flex-items-md-center {
        -ms-flex-pack: center;
        justify-content: center;
    }
    .flex-items-md-right {
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .flex-items-md-around {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
    .flex-items-md-between {
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media (min-width: 992px) {
    .flex-lg-first {
        -ms-flex-order: -1;
        order: -1;
    }
    .flex-lg-last {
        -ms-flex-order: 1;
        order: 1;
    }
    .flex-lg-unordered {
        -ms-flex-order: 0;
        order: 0;
    }
}

@media (min-width: 992px) {
    .flex-items-lg-top {
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .flex-items-lg-middle {
        -ms-flex-align: center;
        align-items: center;
    }
    .flex-items-lg-bottom {
        -ms-flex-align: end;
        align-items: flex-end;
    }
}

@media (min-width: 992px) {
    .flex-lg-top {
        -ms-flex-item-align: start;
        align-self: flex-start;
    }
    .flex-lg-middle {
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }
    .flex-lg-bottom {
        -ms-flex-item-align: end;
        align-self: flex-end;
    }
}

@media (min-width: 992px) {
    .flex-items-lg-left {
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .flex-items-lg-center {
        -ms-flex-pack: center;
        justify-content: center;
    }
    .flex-items-lg-right {
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .flex-items-lg-around {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
    .flex-items-lg-between {
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media (min-width: 1200px) {
    .flex-xl-first {
        -ms-flex-order: -1;
        order: -1;
    }
    .flex-xl-last {
        -ms-flex-order: 1;
        order: 1;
    }
    .flex-xl-unordered {
        -ms-flex-order: 0;
        order: 0;
    }
}

@media (min-width: 1200px) {
    .flex-items-xl-top {
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .flex-items-xl-middle {
        -ms-flex-align: center;
        align-items: center;
    }
    .flex-items-xl-bottom {
        -ms-flex-align: end;
        align-items: flex-end;
    }
}

@media (min-width: 1200px) {
    .flex-xl-top {
        -ms-flex-item-align: start;
        align-self: flex-start;
    }
    .flex-xl-middle {
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }
    .flex-xl-bottom {
        -ms-flex-item-align: end;
        align-self: flex-end;
    }
}

@media (min-width: 1200px) {
    .flex-items-xl-left {
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .flex-items-xl-center {
        -ms-flex-pack: center;
        justify-content: center;
    }
    .flex-items-xl-right {
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .flex-items-xl-around {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
    .flex-items-xl-between {
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.float-xs-left {
    float: left !important;
}

.float-xs-right {
    float: right !important;
}

.float-xs-none {
    float: none !important;
}

@media (min-width: 576px) {
    .float-sm-left {
        float: left !important;
    }
    .float-sm-right {
        float: right !important;
    }
    .float-sm-none {
        float: none !important;
    }
}

@media (min-width: 768px) {
    .float-md-left {
        float: left !important;
    }
    .float-md-right {
        float: right !important;
    }
    .float-md-none {
        float: none !important;
    }
}

@media (min-width: 992px) {
    .float-lg-left {
        float: left !important;
    }
    .float-lg-right {
        float: right !important;
    }
    .float-lg-none {
        float: none !important;
    }
}

@media (min-width: 1200px) {
    .float-xl-left {
        float: left !important;
    }
    .float-xl-right {
        float: right !important;
    }
    .float-xl-none {
        float: none !important;
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

.w-100 {
    width: 100% !important;
}

.h-100 {
    height: 100% !important;
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}

.m-0 {
    margin: 0 0 !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mr-0 {
    margin-right: 0 !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.ml-0 {
    margin-left: 0 !important;
}

.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

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

.mt-1 {
    margin-top: 1rem !important;
}

.mr-1 {
    margin-right: 1rem !important;
}

.mb-1 {
    margin-bottom: 1rem !important;
}

.ml-1 {
    margin-left: 1rem !important;
}

.mx-1 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
}

.my-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.m-2 {
    margin: 1.5rem 1.5rem !important;
}

.mt-2 {
    margin-top: 1.5rem !important;
}

.mr-2 {
    margin-right: 1.5rem !important;
}

.mb-2 {
    margin-bottom: 1.5rem !important;
}

.ml-2 {
    margin-left: 1.5rem !important;
}

.mx-2 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
}

.my-2 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}

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

.mt-3 {
    margin-top: 3rem !important;
}

.mr-3 {
    margin-right: 3rem !important;
}

.mb-3 {
    margin-bottom: 3rem !important;
}

.ml-3 {
    margin-left: 3rem !important;
}

.mx-3 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
}

.my-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}

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

.pt-0 {
    padding-top: 0 !important;
}

.pr-0 {
    padding-right: 0 !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pl-0 {
    padding-left: 0 !important;
}

.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.p-1 {
    padding: 1rem 1rem !important;
}

.pt-1 {
    padding-top: 1rem !important;
}

.pr-1 {
    padding-right: 1rem !important;
}

.pb-1 {
    padding-bottom: 1rem !important;
}

.pl-1 {
    padding-left: 1rem !important;
}

.px-1 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

.py-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.p-2 {
    padding: 1.5rem 1.5rem !important;
}

.pt-2 {
    padding-top: 1.5rem !important;
}

.pr-2 {
    padding-right: 1.5rem !important;
}

.pb-2 {
    padding-bottom: 1.5rem !important;
}

.pl-2 {
    padding-left: 1.5rem !important;
}

.px-2 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}

.py-2 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

.p-3 {
    padding: 3rem 3rem !important;
}

.pt-3 {
    padding-top: 3rem !important;
}

.pr-3 {
    padding-right: 3rem !important;
}

.pb-3 {
    padding-bottom: 3rem !important;
}

.pl-3 {
    padding-left: 3rem !important;
}

.px-3 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}

.py-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.pos-f-t {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.text-justify {
    text-align: justify !important;
}

.text-nowrap {
    white-space: nowrap !important;
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-xs-left {
    text-align: left !important;
}

.text-xs-right {
    text-align: right !important;
}

.text-xs-center {
    text-align: center !important;
}

@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important;
    }
    .text-sm-right {
        text-align: right !important;
    }
    .text-sm-center {
        text-align: center !important;
    }
}

@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important;
    }
    .text-md-right {
        text-align: right !important;
    }
    .text-md-center {
        text-align: center !important;
    }
}

@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important;
    }
    .text-lg-right {
        text-align: right !important;
    }
    .text-lg-center {
        text-align: center !important;
    }
}

@media (min-width: 1200px) {
    .text-xl-left {
        text-align: left !important;
    }
    .text-xl-right {
        text-align: right !important;
    }
    .text-xl-center {
        text-align: center !important;
    }
}

.text-lowercase {
    text-transform: lowercase !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-capitalize {
    text-transform: capitalize !important;
}

.font-weight-normal {
    font-weight: normal;
}

.font-weight-bold {
    font-weight: bold;
}

.font-italic {
    font-style: italic;
}

.text-white {
    color: #fff !important;
}

.text-muted {
    color: #818a91 !important;
}

a.text-muted:focus, a.text-muted:hover {
    color: #687077 !important;
}

.text-primary {
    color: #0275d8 !important;
}

a.text-primary:focus, a.text-primary:hover {
    color: #025aa5 !important;
}

.text-success {
    color: #5cb85c !important;
}

a.text-success:focus, a.text-success:hover {
    color: #449d44 !important;
}

.text-info {
    color: #5bc0de !important;
}

a.text-info:focus, a.text-info:hover {
    color: #31b0d5 !important;
}

.text-warning {
    color: #f0ad4e !important;
}

a.text-warning:focus, a.text-warning:hover {
    color: #ec971f !important;
}

.text-danger {
    color: #d9534f !important;
}

a.text-danger:focus, a.text-danger:hover {
    color: #c9302c !important;
}

.text-gray-dark {
    color: #373a3c !important;
}

a.text-gray-dark:focus, a.text-gray-dark:hover {
    color: #1f2021 !important;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.invisible {
    visibility: hidden !important;
}

.hidden-xs-up {
    display: none !important;
}

@media (max-width: 575px) {
    .hidden-xs-down {
        display: none !important;
    }
}

@media (min-width: 576px) {
    .hidden-sm-up {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .hidden-sm-down {
        display: none !important;
    }
}

@media (min-width: 768px) {
    .hidden-md-up {
        display: none !important;
    }
}

@media (max-width: 991px) {
    .hidden-md-down {
        display: none !important;
    }
}

@media (min-width: 992px) {
    .hidden-lg-up {
        display: none !important;
    }
}

@media (max-width: 1199px) {
    .hidden-lg-down {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-xl-up {
        display: none !important;
    }
}

.hidden-xl-down {
    display: none !important;
}

.visible-print-block {
    display: none !important;
}

@media print {
    .visible-print-block {
        display: block !important;
    }
}

.visible-print-inline {
    display: none !important;
}

@media print {
    .visible-print-inline {
        display: inline !important;
    }
}

.visible-print-inline-block {
    display: none !important;
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    .hidden-print {
        display: none !important;
    }
}

/*
//red
//#5c0e0a
//#911710
//#c71f16

//pink
#5c0a33
#911051

//purple
#320a5c
#4f1091

//blue
#110a5c
#1b1091
#2516c7
#0a2e5c
#104891
#0a4e5c
#0a5c49
#0a5c49
#0a5c15
#3e5c0a
#5c590a
#242424

//light
#faddd1
#fad3d1
#fad1e6
#e5d1fa
#d4d1fa
#d1e3fa
#d1f3fa
#d1faf0
#d1fad7
#ebfad1
#faf9d1
#faefd1
#fae6d1
#f2e2d9
#ffffff
*/
/**
* generates shades for color between 100-900
* @var $name color name
* @var $color color hex
* @var $amount amount to apply to lighten and darken functions
*/
body,
html {
    height: 100%;
    min-height: 100%;
}

body {
    font-family: 'Roboto', 'Helvetica', sans-serif !important;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    font-smoothing: antialiased;
    padding-bottom: 0;
    margin-bottom: 0;
    overflow-x: hidden;
    position: relative;
}

/*::-moz-selection {
    background-color: #5cb85c;
}

::selection {
    background-color: #5cb85c;
}*/

.fullsize {
    position: fixed;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    z-index: -1;
    opacity: 1;
    background: transparent !important;
}

.fullsize.fullsize-light {
    opacity: 0.33;
}

.fullsize.fullsize-medium {
    opacity: 0.5;
}

.fullsize.fullsize-dark {
    opacity: 0.66;
}

.fullsize > img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    min-width: 50%;
    min-height: 50%;
}

.footer {
    text-align: right;
    padding: 20px 10px;
    font-size: 13px;
}

.hidden {
    display: none !important;
}

.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.pace-inactive {
    display: none;
}

.pace .pace-progress {
    background: #d9534f;
    position: fixed;
    z-index: 9999 !important;
    top: 0;
    right: 100%;
    width: 100%;
    height: 3px;
}

[data-layout="empty-layout"] {
    display: none;
}

[data-palette="palette-0"] {
    display: none;
}

[data-direction="none"] {
    display: none;
}

*[data-direction="ltr"] {
    direction: ltr;
    unicode-bidi: embed;
}

*[data-direction="rtl"] {
    direction: rtl;
    unicode-bidi: embed;
}

[data-direction="rtl"] .pull-right {
    float: left !important;
}

[data-direction="rtl"] .pull-left {
    float: right !important;
}

[data-direction="rtl"] .text-right {
    text-align: left !important;
}

[data-direction="rtl"] .text-left {
    text-align: right !important;
}

[data-direction="ltr"] .hidden-ltr {
    display: none !important;
}

[data-direction="rtl"] .hidden-rtl {
    display: none !important;
}

.widget {
    padding: 20px;
    margin-bottom: 20px;
}

.widget > .row {
    margin-bottom: 20px;
}

.widget > .row:last-child {
    margin-bottom: 0;
}

.widget h4 {
    margin-bottom: 20px;
}

.no-bg,
.bg-transparent {
    background-color: transparent !important;
}

.bg-white, .btn.btn-white, .btn.btn-white.btn-flat, .btn.btn-white.btn-rounded {
    background-color: #ffffff !important;
}

.bg-white-hover:hover, .btn.btn-white:hover, .bg-white-hover:active, .btn.btn-white:active, .bg-white-hover:focus, .btn.btn-white:focus {
    background-color: #e6e6e6 !important;
}

.bg-white-odd:nth-child(odd) {
    background-color: #ffffff !important;
}

.bg-white-even:nth-child(even) {
    background-color: #ffffff !important;
}

[data-bg="white"] {
    background-color: #ffffff !important;
}

.color-white, .screenshots .dropdown-menu, .screenshots .dropdown-menu a, .screenshots .dropdown-menu a:hover, .btn, .btn.btn-default, .btn.btn-default i, .btn.btn-default.btn-flat, .btn.btn-default.btn-flat i, .btn.btn-default.btn-rounded, .btn.btn-default.btn-rounded i, .btn.btn-primary, .btn.btn-primary i, .btn.btn-primary.btn-flat, .btn.btn-primary.btn-flat i, .btn.btn-primary.btn-rounded, .btn.btn-primary.btn-rounded i, .btn.btn-info, .btn.btn-info i, .btn.btn-info.btn-flat, .btn.btn-info.btn-flat i, .btn.btn-info.btn-rounded, .btn.btn-info.btn-rounded i, .btn.btn-warning, .btn.btn-warning i, .btn.btn-warning.btn-flat, .btn.btn-warning.btn-flat i, .btn.btn-warning.btn-rounded, .btn.btn-warning.btn-rounded i, .btn.btn-success, .btn.btn-success i, .btn.btn-success.btn-flat, .btn.btn-success.btn-flat i, .btn.btn-success.btn-rounded, .btn.btn-success.btn-rounded i, .btn.btn-danger, .btn.btn-danger i, .btn.btn-danger.btn-flat, .btn.btn-danger.btn-flat i, .btn.btn-danger.btn-rounded, .btn.btn-danger.btn-rounded i, .btn.btn-white, .btn.btn-white i, .btn.btn-white.btn-flat, .btn.btn-white.btn-flat i, .btn.btn-white.btn-rounded, .btn.btn-white.btn-rounded i, .btn.btn-white.btn-outline, .btn.btn-white.btn-outline i, .btn.btn-white.btn-outline.btn-rounded, .btn.btn-white.btn-outline.btn-rounded i, .btn.btn-black, .btn.btn-black i, .btn.btn-black.btn-flat, .btn.btn-black.btn-flat i, .btn.btn-black.btn-rounded, .btn.btn-black.btn-rounded i, .btn.btn-facebook, .btn.btn-facebook i, .btn.btn-facebook.btn-flat, .btn.btn-facebook.btn-flat i, .btn.btn-facebook.btn-rounded, .btn.btn-facebook.btn-rounded i, .btn.btn-twitter, .btn.btn-twitter i, .btn.btn-twitter.btn-flat, .btn.btn-twitter.btn-flat i, .btn.btn-twitter.btn-rounded, .btn.btn-twitter.btn-rounded i, .btn.btn-google, .btn.btn-google i, .btn.btn-google.btn-flat, .btn.btn-google.btn-flat i, .btn.btn-google.btn-rounded, .btn.btn-google.btn-rounded i, .btn.btn-default-100, .btn.btn-default-100 i, .btn.btn-default-100.btn-flat, .btn.btn-default-100.btn-flat i, .btn.btn-default-100.btn-rounded, .btn.btn-default-100.btn-rounded i, .btn.btn-default-200, .btn.btn-default-200 i, .btn.btn-default-200.btn-flat, .btn.btn-default-200.btn-flat i, .btn.btn-default-200.btn-rounded, .btn.btn-default-200.btn-rounded i, .btn.btn-default-300, .btn.btn-default-300 i, .btn.btn-default-300.btn-flat, .btn.btn-default-300.btn-flat i, .btn.btn-default-300.btn-rounded, .btn.btn-default-300.btn-rounded i, .btn.btn-default-400, .btn.btn-default-400 i, .btn.btn-default-400.btn-flat, .btn.btn-default-400.btn-flat i, .btn.btn-default-400.btn-rounded, .btn.btn-default-400.btn-rounded i, .btn.btn-default-500, .btn.btn-default-500 i, .btn.btn-default-500.btn-flat, .btn.btn-default-500.btn-flat i, .btn.btn-default-500.btn-rounded, .btn.btn-default-500.btn-rounded i, .btn.btn-default-600, .btn.btn-default-600 i, .btn.btn-default-600.btn-flat, .btn.btn-default-600.btn-flat i, .btn.btn-default-600.btn-rounded, .btn.btn-default-600.btn-rounded i, .btn.btn-default-700, .btn.btn-default-700 i, .btn.btn-default-700.btn-flat, .btn.btn-default-700.btn-flat i, .btn.btn-default-700.btn-rounded, .btn.btn-default-700.btn-rounded i, .btn.btn-default-800, .btn.btn-default-800 i, .btn.btn-default-800.btn-flat, .btn.btn-default-800.btn-flat i, .btn.btn-default-800.btn-rounded, .btn.btn-default-800.btn-rounded i, .btn.btn-default-900, .btn.btn-default-900 i, .btn.btn-default-900.btn-flat, .btn.btn-default-900.btn-flat i, .btn.btn-default-900.btn-rounded, .btn.btn-default-900.btn-rounded i, .btn.btn-primary-100, .btn.btn-primary-100 i, .btn.btn-primary-100.btn-flat, .btn.btn-primary-100.btn-flat i, .btn.btn-primary-100.btn-rounded, .btn.btn-primary-100.btn-rounded i, .btn.btn-primary-200, .btn.btn-primary-200 i, .btn.btn-primary-200.btn-flat, .btn.btn-primary-200.btn-flat i, .btn.btn-primary-200.btn-rounded, .btn.btn-primary-200.btn-rounded i, .btn.btn-primary-300, .btn.btn-primary-300 i, .btn.btn-primary-300.btn-flat, .btn.btn-primary-300.btn-flat i, .btn.btn-primary-300.btn-rounded, .btn.btn-primary-300.btn-rounded i, .btn.btn-primary-400, .btn.btn-primary-400 i, .btn.btn-primary-400.btn-flat, .btn.btn-primary-400.btn-flat i, .btn.btn-primary-400.btn-rounded, .btn.btn-primary-400.btn-rounded i, .btn.btn-primary-500, .btn.btn-primary-500 i, .btn.btn-primary-500.btn-flat, .btn.btn-primary-500.btn-flat i, .btn.btn-primary-500.btn-rounded, .btn.btn-primary-500.btn-rounded i, .btn.btn-primary-600, .btn.btn-primary-600 i, .btn.btn-primary-600.btn-flat, .btn.btn-primary-600.btn-flat i, .btn.btn-primary-600.btn-rounded, .btn.btn-primary-600.btn-rounded i, .btn.btn-primary-700, .btn.btn-primary-700 i, .btn.btn-primary-700.btn-flat, .btn.btn-primary-700.btn-flat i, .btn.btn-primary-700.btn-rounded, .btn.btn-primary-700.btn-rounded i, .btn.btn-primary-800, .btn.btn-primary-800 i, .btn.btn-primary-800.btn-flat, .btn.btn-primary-800.btn-flat i, .btn.btn-primary-800.btn-rounded, .btn.btn-primary-800.btn-rounded i, .btn.btn-primary-900, .btn.btn-primary-900 i, .btn.btn-primary-900.btn-flat, .btn.btn-primary-900.btn-flat i, .btn.btn-primary-900.btn-rounded, .btn.btn-primary-900.btn-rounded i, .btn.btn-info-100, .btn.btn-info-100 i, .btn.btn-info-100.btn-flat, .btn.btn-info-100.btn-flat i, .btn.btn-info-100.btn-rounded, .btn.btn-info-100.btn-rounded i, .btn.btn-info-200, .btn.btn-info-200 i, .btn.btn-info-200.btn-flat, .btn.btn-info-200.btn-flat i, .btn.btn-info-200.btn-rounded, .btn.btn-info-200.btn-rounded i, .btn.btn-info-300, .btn.btn-info-300 i, .btn.btn-info-300.btn-flat, .btn.btn-info-300.btn-flat i, .btn.btn-info-300.btn-rounded, .btn.btn-info-300.btn-rounded i, .btn.btn-info-400, .btn.btn-info-400 i, .btn.btn-info-400.btn-flat, .btn.btn-info-400.btn-flat i, .btn.btn-info-400.btn-rounded, .btn.btn-info-400.btn-rounded i, .btn.btn-info-500, .btn.btn-info-500 i, .btn.btn-info-500.btn-flat, .btn.btn-info-500.btn-flat i, .btn.btn-info-500.btn-rounded, .btn.btn-info-500.btn-rounded i, .btn.btn-info-600, .btn.btn-info-600 i, .btn.btn-info-600.btn-flat, .btn.btn-info-600.btn-flat i, .btn.btn-info-600.btn-rounded, .btn.btn-info-600.btn-rounded i, .btn.btn-info-700, .btn.btn-info-700 i, .btn.btn-info-700.btn-flat, .btn.btn-info-700.btn-flat i, .btn.btn-info-700.btn-rounded, .btn.btn-info-700.btn-rounded i, .btn.btn-info-800, .btn.btn-info-800 i, .btn.btn-info-800.btn-flat, .btn.btn-info-800.btn-flat i, .btn.btn-info-800.btn-rounded, .btn.btn-info-800.btn-rounded i, .btn.btn-info-900, .btn.btn-info-900 i, .btn.btn-info-900.btn-flat, .btn.btn-info-900.btn-flat i, .btn.btn-info-900.btn-rounded, .btn.btn-info-900.btn-rounded i, .btn.btn-warning-100, .btn.btn-warning-100 i, .btn.btn-warning-100.btn-flat, .btn.btn-warning-100.btn-flat i, .btn.btn-warning-100.btn-rounded, .btn.btn-warning-100.btn-rounded i, .btn.btn-warning-200, .btn.btn-warning-200 i, .btn.btn-warning-200.btn-flat, .btn.btn-warning-200.btn-flat i, .btn.btn-warning-200.btn-rounded, .btn.btn-warning-200.btn-rounded i, .btn.btn-warning-300, .btn.btn-warning-300 i, .btn.btn-warning-300.btn-flat, .btn.btn-warning-300.btn-flat i, .btn.btn-warning-300.btn-rounded, .btn.btn-warning-300.btn-rounded i, .btn.btn-warning-400, .btn.btn-warning-400 i, .btn.btn-warning-400.btn-flat, .btn.btn-warning-400.btn-flat i, .btn.btn-warning-400.btn-rounded, .btn.btn-warning-400.btn-rounded i, .btn.btn-warning-500, .btn.btn-warning-500 i, .btn.btn-warning-500.btn-flat, .btn.btn-warning-500.btn-flat i, .btn.btn-warning-500.btn-rounded, .btn.btn-warning-500.btn-rounded i, .btn.btn-warning-600, .btn.btn-warning-600 i, .btn.btn-warning-600.btn-flat, .btn.btn-warning-600.btn-flat i, .btn.btn-warning-600.btn-rounded, .btn.btn-warning-600.btn-rounded i, .btn.btn-warning-700, .btn.btn-warning-700 i, .btn.btn-warning-700.btn-flat, .btn.btn-warning-700.btn-flat i, .btn.btn-warning-700.btn-rounded, .btn.btn-warning-700.btn-rounded i, .btn.btn-warning-800, .btn.btn-warning-800 i, .btn.btn-warning-800.btn-flat, .btn.btn-warning-800.btn-flat i, .btn.btn-warning-800.btn-rounded, .btn.btn-warning-800.btn-rounded i, .btn.btn-warning-900, .btn.btn-warning-900 i, .btn.btn-warning-900.btn-flat, .btn.btn-warning-900.btn-flat i, .btn.btn-warning-900.btn-rounded, .btn.btn-warning-900.btn-rounded i, .btn.btn-success-100, .btn.btn-success-100 i, .btn.btn-success-100.btn-flat, .btn.btn-success-100.btn-flat i, .btn.btn-success-100.btn-rounded, .btn.btn-success-100.btn-rounded i, .btn.btn-success-200, .btn.btn-success-200 i, .btn.btn-success-200.btn-flat, .btn.btn-success-200.btn-flat i, .btn.btn-success-200.btn-rounded, .btn.btn-success-200.btn-rounded i, .btn.btn-success-300, .btn.btn-success-300 i, .btn.btn-success-300.btn-flat, .btn.btn-success-300.btn-flat i, .btn.btn-success-300.btn-rounded, .btn.btn-success-300.btn-rounded i, .btn.btn-success-400, .btn.btn-success-400 i, .btn.btn-success-400.btn-flat, .btn.btn-success-400.btn-flat i, .btn.btn-success-400.btn-rounded, .btn.btn-success-400.btn-rounded i, .btn.btn-success-500, .btn.btn-success-500 i, .btn.btn-success-500.btn-flat, .btn.btn-success-500.btn-flat i, .btn.btn-success-500.btn-rounded, .btn.btn-success-500.btn-rounded i, .btn.btn-success-600, .btn.btn-success-600 i, .btn.btn-success-600.btn-flat, .btn.btn-success-600.btn-flat i, .btn.btn-success-600.btn-rounded, .btn.btn-success-600.btn-rounded i, .btn.btn-success-700, .btn.btn-success-700 i, .btn.btn-success-700.btn-flat, .btn.btn-success-700.btn-flat i, .btn.btn-success-700.btn-rounded, .btn.btn-success-700.btn-rounded i, .btn.btn-success-800, .btn.btn-success-800 i, .btn.btn-success-800.btn-flat, .btn.btn-success-800.btn-flat i, .btn.btn-success-800.btn-rounded, .btn.btn-success-800.btn-rounded i, .btn.btn-success-900, .btn.btn-success-900 i, .btn.btn-success-900.btn-flat, .btn.btn-success-900.btn-flat i, .btn.btn-success-900.btn-rounded, .btn.btn-success-900.btn-rounded i, .btn.btn-danger-100, .btn.btn-danger-100 i, .btn.btn-danger-100.btn-flat, .btn.btn-danger-100.btn-flat i, .btn.btn-danger-100.btn-rounded, .btn.btn-danger-100.btn-rounded i, .btn.btn-danger-200, .btn.btn-danger-200 i, .btn.btn-danger-200.btn-flat, .btn.btn-danger-200.btn-flat i, .btn.btn-danger-200.btn-rounded, .btn.btn-danger-200.btn-rounded i, .btn.btn-danger-300, .btn.btn-danger-300 i, .btn.btn-danger-300.btn-flat, .btn.btn-danger-300.btn-flat i, .btn.btn-danger-300.btn-rounded, .btn.btn-danger-300.btn-rounded i, .btn.btn-danger-400, .btn.btn-danger-400 i, .btn.btn-danger-400.btn-flat, .btn.btn-danger-400.btn-flat i, .btn.btn-danger-400.btn-rounded, .btn.btn-danger-400.btn-rounded i, .btn.btn-danger-500, .btn.btn-danger-500 i, .btn.btn-danger-500.btn-flat, .btn.btn-danger-500.btn-flat i, .btn.btn-danger-500.btn-rounded, .btn.btn-danger-500.btn-rounded i, .btn.btn-danger-600, .btn.btn-danger-600 i, .btn.btn-danger-600.btn-flat, .btn.btn-danger-600.btn-flat i, .btn.btn-danger-600.btn-rounded, .btn.btn-danger-600.btn-rounded i, .btn.btn-danger-700, .btn.btn-danger-700 i, .btn.btn-danger-700.btn-flat, .btn.btn-danger-700.btn-flat i, .btn.btn-danger-700.btn-rounded, .btn.btn-danger-700.btn-rounded i, .btn.btn-danger-800, .btn.btn-danger-800 i, .btn.btn-danger-800.btn-flat, .btn.btn-danger-800.btn-flat i, .btn.btn-danger-800.btn-rounded, .btn.btn-danger-800.btn-rounded i, .btn.btn-danger-900, .btn.btn-danger-900 i, .btn.btn-danger-900.btn-flat, .btn.btn-danger-900.btn-flat i, .btn.btn-danger-900.btn-rounded, .btn.btn-danger-900.btn-rounded i {
    color: #ffffff !important;
}

.color-white-hover:hover, .btn:hover, .btn.btn-default:hover, .btn.btn-default i:hover, .btn.btn-default.btn-flat:hover, .btn.btn-default.btn-flat i:hover, .btn.btn-default.btn-rounded:hover, .btn.btn-default.btn-rounded i:hover, .btn.btn-primary:hover, .btn.btn-primary i:hover, .btn.btn-primary.btn-flat:hover, .btn.btn-primary.btn-flat i:hover, .btn.btn-primary.btn-rounded:hover, .btn.btn-primary.btn-rounded i:hover, .btn.btn-info:hover, .btn.btn-info i:hover, .btn.btn-info.btn-flat:hover, .btn.btn-info.btn-flat i:hover, .btn.btn-info.btn-rounded:hover, .btn.btn-info.btn-rounded i:hover, .btn.btn-warning:hover, .btn.btn-warning i:hover, .btn.btn-warning.btn-flat:hover, .btn.btn-warning.btn-flat i:hover, .btn.btn-warning.btn-rounded:hover, .btn.btn-warning.btn-rounded i:hover, .btn.btn-success:hover, .btn.btn-success i:hover, .btn.btn-success.btn-flat:hover, .btn.btn-success.btn-flat i:hover, .btn.btn-success.btn-rounded:hover, .btn.btn-success.btn-rounded i:hover, .btn.btn-danger:hover, .btn.btn-danger i:hover, .btn.btn-danger.btn-flat:hover, .btn.btn-danger.btn-flat i:hover, .btn.btn-danger.btn-rounded:hover, .btn.btn-danger.btn-rounded i:hover, .btn.btn-white:hover, .btn.btn-white i:hover, .btn.btn-white.btn-flat:hover, .btn.btn-white.btn-flat i:hover, .btn.btn-white.btn-rounded:hover, .btn.btn-white.btn-rounded i:hover, .btn.btn-white.btn-outline:hover, .btn.btn-white.btn-outline:hover i:hover, .btn.btn-white.btn-outline:active i:hover, .btn.btn-white.btn-outline:focus i:hover, .btn.btn-white.btn-outline.btn-rounded:hover, .btn.btn-white.btn-outline.btn-rounded:hover i:hover, .btn.btn-white.btn-outline.btn-rounded:active i:hover, .btn.btn-white.btn-outline.btn-rounded:focus i:hover, .btn.btn-black:hover, .btn.btn-black i:hover, .btn.btn-black.btn-flat:hover, .btn.btn-black.btn-flat i:hover, .btn.btn-black.btn-rounded:hover, .btn.btn-black.btn-rounded i:hover, .btn.btn-facebook:hover, .btn.btn-facebook i:hover, .btn.btn-facebook.btn-flat:hover, .btn.btn-facebook.btn-flat i:hover, .btn.btn-facebook.btn-rounded:hover, .btn.btn-facebook.btn-rounded i:hover, .btn.btn-twitter:hover, .btn.btn-twitter i:hover, .btn.btn-twitter.btn-flat:hover, .btn.btn-twitter.btn-flat i:hover, .btn.btn-twitter.btn-rounded:hover, .btn.btn-twitter.btn-rounded i:hover, .btn.btn-google:hover, .btn.btn-google i:hover, .btn.btn-google.btn-flat:hover, .btn.btn-google.btn-flat i:hover, .btn.btn-google.btn-rounded:hover, .btn.btn-google.btn-rounded i:hover, .btn.btn-default-100:hover, .btn.btn-default-100 i:hover, .btn.btn-default-100.btn-flat:hover, .btn.btn-default-100.btn-flat i:hover, .btn.btn-default-100.btn-rounded:hover, .btn.btn-default-100.btn-rounded i:hover, .btn.btn-default-200:hover, .btn.btn-default-200 i:hover, .btn.btn-default-200.btn-flat:hover, .btn.btn-default-200.btn-flat i:hover, .btn.btn-default-200.btn-rounded:hover, .btn.btn-default-200.btn-rounded i:hover, .btn.btn-default-300:hover, .btn.btn-default-300 i:hover, .btn.btn-default-300.btn-flat:hover, .btn.btn-default-300.btn-flat i:hover, .btn.btn-default-300.btn-rounded:hover, .btn.btn-default-300.btn-rounded i:hover, .btn.btn-default-400:hover, .btn.btn-default-400 i:hover, .btn.btn-default-400.btn-flat:hover, .btn.btn-default-400.btn-flat i:hover, .btn.btn-default-400.btn-rounded:hover, .btn.btn-default-400.btn-rounded i:hover, .btn.btn-default-500:hover, .btn.btn-default-500 i:hover, .btn.btn-default-500.btn-flat:hover, .btn.btn-default-500.btn-flat i:hover, .btn.btn-default-500.btn-rounded:hover, .btn.btn-default-500.btn-rounded i:hover, .btn.btn-default-600:hover, .btn.btn-default-600 i:hover, .btn.btn-default-600.btn-flat:hover, .btn.btn-default-600.btn-flat i:hover, .btn.btn-default-600.btn-rounded:hover, .btn.btn-default-600.btn-rounded i:hover, .btn.btn-default-700:hover, .btn.btn-default-700 i:hover, .btn.btn-default-700.btn-flat:hover, .btn.btn-default-700.btn-flat i:hover, .btn.btn-default-700.btn-rounded:hover, .btn.btn-default-700.btn-rounded i:hover, .btn.btn-default-800:hover, .btn.btn-default-800 i:hover, .btn.btn-default-800.btn-flat:hover, .btn.btn-default-800.btn-flat i:hover, .btn.btn-default-800.btn-rounded:hover, .btn.btn-default-800.btn-rounded i:hover, .btn.btn-default-900:hover, .btn.btn-default-900 i:hover, .btn.btn-default-900.btn-flat:hover, .btn.btn-default-900.btn-flat i:hover, .btn.btn-default-900.btn-rounded:hover, .btn.btn-default-900.btn-rounded i:hover, .btn.btn-primary-100:hover, .btn.btn-primary-100 i:hover, .btn.btn-primary-100.btn-flat:hover, .btn.btn-primary-100.btn-flat i:hover, .btn.btn-primary-100.btn-rounded:hover, .btn.btn-primary-100.btn-rounded i:hover, .btn.btn-primary-200:hover, .btn.btn-primary-200 i:hover, .btn.btn-primary-200.btn-flat:hover, .btn.btn-primary-200.btn-flat i:hover, .btn.btn-primary-200.btn-rounded:hover, .btn.btn-primary-200.btn-rounded i:hover, .btn.btn-primary-300:hover, .btn.btn-primary-300 i:hover, .btn.btn-primary-300.btn-flat:hover, .btn.btn-primary-300.btn-flat i:hover, .btn.btn-primary-300.btn-rounded:hover, .btn.btn-primary-300.btn-rounded i:hover, .btn.btn-primary-400:hover, .btn.btn-primary-400 i:hover, .btn.btn-primary-400.btn-flat:hover, .btn.btn-primary-400.btn-flat i:hover, .btn.btn-primary-400.btn-rounded:hover, .btn.btn-primary-400.btn-rounded i:hover, .btn.btn-primary-500:hover, .btn.btn-primary-500 i:hover, .btn.btn-primary-500.btn-flat:hover, .btn.btn-primary-500.btn-flat i:hover, .btn.btn-primary-500.btn-rounded:hover, .btn.btn-primary-500.btn-rounded i:hover, .btn.btn-primary-600:hover, .btn.btn-primary-600 i:hover, .btn.btn-primary-600.btn-flat:hover, .btn.btn-primary-600.btn-flat i:hover, .btn.btn-primary-600.btn-rounded:hover, .btn.btn-primary-600.btn-rounded i:hover, .btn.btn-primary-700:hover, .btn.btn-primary-700 i:hover, .btn.btn-primary-700.btn-flat:hover, .btn.btn-primary-700.btn-flat i:hover, .btn.btn-primary-700.btn-rounded:hover, .btn.btn-primary-700.btn-rounded i:hover, .btn.btn-primary-800:hover, .btn.btn-primary-800 i:hover, .btn.btn-primary-800.btn-flat:hover, .btn.btn-primary-800.btn-flat i:hover, .btn.btn-primary-800.btn-rounded:hover, .btn.btn-primary-800.btn-rounded i:hover, .btn.btn-primary-900:hover, .btn.btn-primary-900 i:hover, .btn.btn-primary-900.btn-flat:hover, .btn.btn-primary-900.btn-flat i:hover, .btn.btn-primary-900.btn-rounded:hover, .btn.btn-primary-900.btn-rounded i:hover, .btn.btn-info-100:hover, .btn.btn-info-100 i:hover, .btn.btn-info-100.btn-flat:hover, .btn.btn-info-100.btn-flat i:hover, .btn.btn-info-100.btn-rounded:hover, .btn.btn-info-100.btn-rounded i:hover, .btn.btn-info-200:hover, .btn.btn-info-200 i:hover, .btn.btn-info-200.btn-flat:hover, .btn.btn-info-200.btn-flat i:hover, .btn.btn-info-200.btn-rounded:hover, .btn.btn-info-200.btn-rounded i:hover, .btn.btn-info-300:hover, .btn.btn-info-300 i:hover, .btn.btn-info-300.btn-flat:hover, .btn.btn-info-300.btn-flat i:hover, .btn.btn-info-300.btn-rounded:hover, .btn.btn-info-300.btn-rounded i:hover, .btn.btn-info-400:hover, .btn.btn-info-400 i:hover, .btn.btn-info-400.btn-flat:hover, .btn.btn-info-400.btn-flat i:hover, .btn.btn-info-400.btn-rounded:hover, .btn.btn-info-400.btn-rounded i:hover, .btn.btn-info-500:hover, .btn.btn-info-500 i:hover, .btn.btn-info-500.btn-flat:hover, .btn.btn-info-500.btn-flat i:hover, .btn.btn-info-500.btn-rounded:hover, .btn.btn-info-500.btn-rounded i:hover, .btn.btn-info-600:hover, .btn.btn-info-600 i:hover, .btn.btn-info-600.btn-flat:hover, .btn.btn-info-600.btn-flat i:hover, .btn.btn-info-600.btn-rounded:hover, .btn.btn-info-600.btn-rounded i:hover, .btn.btn-info-700:hover, .btn.btn-info-700 i:hover, .btn.btn-info-700.btn-flat:hover, .btn.btn-info-700.btn-flat i:hover, .btn.btn-info-700.btn-rounded:hover, .btn.btn-info-700.btn-rounded i:hover, .btn.btn-info-800:hover, .btn.btn-info-800 i:hover, .btn.btn-info-800.btn-flat:hover, .btn.btn-info-800.btn-flat i:hover, .btn.btn-info-800.btn-rounded:hover, .btn.btn-info-800.btn-rounded i:hover, .btn.btn-info-900:hover, .btn.btn-info-900 i:hover, .btn.btn-info-900.btn-flat:hover, .btn.btn-info-900.btn-flat i:hover, .btn.btn-info-900.btn-rounded:hover, .btn.btn-info-900.btn-rounded i:hover, .btn.btn-warning-100:hover, .btn.btn-warning-100 i:hover, .btn.btn-warning-100.btn-flat:hover, .btn.btn-warning-100.btn-flat i:hover, .btn.btn-warning-100.btn-rounded:hover, .btn.btn-warning-100.btn-rounded i:hover, .btn.btn-warning-200:hover, .btn.btn-warning-200 i:hover, .btn.btn-warning-200.btn-flat:hover, .btn.btn-warning-200.btn-flat i:hover, .btn.btn-warning-200.btn-rounded:hover, .btn.btn-warning-200.btn-rounded i:hover, .btn.btn-warning-300:hover, .btn.btn-warning-300 i:hover, .btn.btn-warning-300.btn-flat:hover, .btn.btn-warning-300.btn-flat i:hover, .btn.btn-warning-300.btn-rounded:hover, .btn.btn-warning-300.btn-rounded i:hover, .btn.btn-warning-400:hover, .btn.btn-warning-400 i:hover, .btn.btn-warning-400.btn-flat:hover, .btn.btn-warning-400.btn-flat i:hover, .btn.btn-warning-400.btn-rounded:hover, .btn.btn-warning-400.btn-rounded i:hover, .btn.btn-warning-500:hover, .btn.btn-warning-500 i:hover, .btn.btn-warning-500.btn-flat:hover, .btn.btn-warning-500.btn-flat i:hover, .btn.btn-warning-500.btn-rounded:hover, .btn.btn-warning-500.btn-rounded i:hover, .btn.btn-warning-600:hover, .btn.btn-warning-600 i:hover, .btn.btn-warning-600.btn-flat:hover, .btn.btn-warning-600.btn-flat i:hover, .btn.btn-warning-600.btn-rounded:hover, .btn.btn-warning-600.btn-rounded i:hover, .btn.btn-warning-700:hover, .btn.btn-warning-700 i:hover, .btn.btn-warning-700.btn-flat:hover, .btn.btn-warning-700.btn-flat i:hover, .btn.btn-warning-700.btn-rounded:hover, .btn.btn-warning-700.btn-rounded i:hover, .btn.btn-warning-800:hover, .btn.btn-warning-800 i:hover, .btn.btn-warning-800.btn-flat:hover, .btn.btn-warning-800.btn-flat i:hover, .btn.btn-warning-800.btn-rounded:hover, .btn.btn-warning-800.btn-rounded i:hover, .btn.btn-warning-900:hover, .btn.btn-warning-900 i:hover, .btn.btn-warning-900.btn-flat:hover, .btn.btn-warning-900.btn-flat i:hover, .btn.btn-warning-900.btn-rounded:hover, .btn.btn-warning-900.btn-rounded i:hover, .btn.btn-success-100:hover, .btn.btn-success-100 i:hover, .btn.btn-success-100.btn-flat:hover, .btn.btn-success-100.btn-flat i:hover, .btn.btn-success-100.btn-rounded:hover, .btn.btn-success-100.btn-rounded i:hover, .btn.btn-success-200:hover, .btn.btn-success-200 i:hover, .btn.btn-success-200.btn-flat:hover, .btn.btn-success-200.btn-flat i:hover, .btn.btn-success-200.btn-rounded:hover, .btn.btn-success-200.btn-rounded i:hover, .btn.btn-success-300:hover, .btn.btn-success-300 i:hover, .btn.btn-success-300.btn-flat:hover, .btn.btn-success-300.btn-flat i:hover, .btn.btn-success-300.btn-rounded:hover, .btn.btn-success-300.btn-rounded i:hover, .btn.btn-success-400:hover, .btn.btn-success-400 i:hover, .btn.btn-success-400.btn-flat:hover, .btn.btn-success-400.btn-flat i:hover, .btn.btn-success-400.btn-rounded:hover, .btn.btn-success-400.btn-rounded i:hover, .btn.btn-success-500:hover, .btn.btn-success-500 i:hover, .btn.btn-success-500.btn-flat:hover, .btn.btn-success-500.btn-flat i:hover, .btn.btn-success-500.btn-rounded:hover, .btn.btn-success-500.btn-rounded i:hover, .btn.btn-success-600:hover, .btn.btn-success-600 i:hover, .btn.btn-success-600.btn-flat:hover, .btn.btn-success-600.btn-flat i:hover, .btn.btn-success-600.btn-rounded:hover, .btn.btn-success-600.btn-rounded i:hover, .btn.btn-success-700:hover, .btn.btn-success-700 i:hover, .btn.btn-success-700.btn-flat:hover, .btn.btn-success-700.btn-flat i:hover, .btn.btn-success-700.btn-rounded:hover, .btn.btn-success-700.btn-rounded i:hover, .btn.btn-success-800:hover, .btn.btn-success-800 i:hover, .btn.btn-success-800.btn-flat:hover, .btn.btn-success-800.btn-flat i:hover, .btn.btn-success-800.btn-rounded:hover, .btn.btn-success-800.btn-rounded i:hover, .btn.btn-success-900:hover, .btn.btn-success-900 i:hover, .btn.btn-success-900.btn-flat:hover, .btn.btn-success-900.btn-flat i:hover, .btn.btn-success-900.btn-rounded:hover, .btn.btn-success-900.btn-rounded i:hover, .btn.btn-danger-100:hover, .btn.btn-danger-100 i:hover, .btn.btn-danger-100.btn-flat:hover, .btn.btn-danger-100.btn-flat i:hover, .btn.btn-danger-100.btn-rounded:hover, .btn.btn-danger-100.btn-rounded i:hover, .btn.btn-danger-200:hover, .btn.btn-danger-200 i:hover, .btn.btn-danger-200.btn-flat:hover, .btn.btn-danger-200.btn-flat i:hover, .btn.btn-danger-200.btn-rounded:hover, .btn.btn-danger-200.btn-rounded i:hover, .btn.btn-danger-300:hover, .btn.btn-danger-300 i:hover, .btn.btn-danger-300.btn-flat:hover, .btn.btn-danger-300.btn-flat i:hover, .btn.btn-danger-300.btn-rounded:hover, .btn.btn-danger-300.btn-rounded i:hover, .btn.btn-danger-400:hover, .btn.btn-danger-400 i:hover, .btn.btn-danger-400.btn-flat:hover, .btn.btn-danger-400.btn-flat i:hover, .btn.btn-danger-400.btn-rounded:hover, .btn.btn-danger-400.btn-rounded i:hover, .btn.btn-danger-500:hover, .btn.btn-danger-500 i:hover, .btn.btn-danger-500.btn-flat:hover, .btn.btn-danger-500.btn-flat i:hover, .btn.btn-danger-500.btn-rounded:hover, .btn.btn-danger-500.btn-rounded i:hover, .btn.btn-danger-600:hover, .btn.btn-danger-600 i:hover, .btn.btn-danger-600.btn-flat:hover, .btn.btn-danger-600.btn-flat i:hover, .btn.btn-danger-600.btn-rounded:hover, .btn.btn-danger-600.btn-rounded i:hover, .btn.btn-danger-700:hover, .btn.btn-danger-700 i:hover, .btn.btn-danger-700.btn-flat:hover, .btn.btn-danger-700.btn-flat i:hover, .btn.btn-danger-700.btn-rounded:hover, .btn.btn-danger-700.btn-rounded i:hover, .btn.btn-danger-800:hover, .btn.btn-danger-800 i:hover, .btn.btn-danger-800.btn-flat:hover, .btn.btn-danger-800.btn-flat i:hover, .btn.btn-danger-800.btn-rounded:hover, .btn.btn-danger-800.btn-rounded i:hover, .btn.btn-danger-900:hover, .btn.btn-danger-900 i:hover, .btn.btn-danger-900.btn-flat:hover, .btn.btn-danger-900.btn-flat i:hover, .btn.btn-danger-900.btn-rounded:hover, .btn.btn-danger-900.btn-rounded i:hover, .color-white-hover:active, .btn:active, .btn.btn-default:active, .btn.btn-default i:active, .btn.btn-default.btn-flat:active, .btn.btn-default.btn-flat i:active, .btn.btn-default.btn-rounded:active, .btn.btn-default.btn-rounded i:active, .btn.btn-primary:active, .btn.btn-primary i:active, .btn.btn-primary.btn-flat:active, .btn.btn-primary.btn-flat i:active, .btn.btn-primary.btn-rounded:active, .btn.btn-primary.btn-rounded i:active, .btn.btn-info:active, .btn.btn-info i:active, .btn.btn-info.btn-flat:active, .btn.btn-info.btn-flat i:active, .btn.btn-info.btn-rounded:active, .btn.btn-info.btn-rounded i:active, .btn.btn-warning:active, .btn.btn-warning i:active, .btn.btn-warning.btn-flat:active, .btn.btn-warning.btn-flat i:active, .btn.btn-warning.btn-rounded:active, .btn.btn-warning.btn-rounded i:active, .btn.btn-success:active, .btn.btn-success i:active, .btn.btn-success.btn-flat:active, .btn.btn-success.btn-flat i:active, .btn.btn-success.btn-rounded:active, .btn.btn-success.btn-rounded i:active, .btn.btn-danger:active, .btn.btn-danger i:active, .btn.btn-danger.btn-flat:active, .btn.btn-danger.btn-flat i:active, .btn.btn-danger.btn-rounded:active, .btn.btn-danger.btn-rounded i:active, .btn.btn-white:active, .btn.btn-white i:active, .btn.btn-white.btn-flat:active, .btn.btn-white.btn-flat i:active, .btn.btn-white.btn-rounded:active, .btn.btn-white.btn-rounded i:active, .btn.btn-white.btn-outline:active, .btn.btn-white.btn-outline:hover i:active, .btn.btn-white.btn-outline:active i:active, .btn.btn-white.btn-outline:focus i:active, .btn.btn-white.btn-outline.btn-rounded:active, .btn.btn-white.btn-outline.btn-rounded:hover i:active, .btn.btn-white.btn-outline.btn-rounded:active i:active, .btn.btn-white.btn-outline.btn-rounded:focus i:active, .btn.btn-black:active, .btn.btn-black i:active, .btn.btn-black.btn-flat:active, .btn.btn-black.btn-flat i:active, .btn.btn-black.btn-rounded:active, .btn.btn-black.btn-rounded i:active, .btn.btn-facebook:active, .btn.btn-facebook i:active, .btn.btn-facebook.btn-flat:active, .btn.btn-facebook.btn-flat i:active, .btn.btn-facebook.btn-rounded:active, .btn.btn-facebook.btn-rounded i:active, .btn.btn-twitter:active, .btn.btn-twitter i:active, .btn.btn-twitter.btn-flat:active, .btn.btn-twitter.btn-flat i:active, .btn.btn-twitter.btn-rounded:active, .btn.btn-twitter.btn-rounded i:active, .btn.btn-google:active, .btn.btn-google i:active, .btn.btn-google.btn-flat:active, .btn.btn-google.btn-flat i:active, .btn.btn-google.btn-rounded:active, .btn.btn-google.btn-rounded i:active, .btn.btn-default-100:active, .btn.btn-default-100 i:active, .btn.btn-default-100.btn-flat:active, .btn.btn-default-100.btn-flat i:active, .btn.btn-default-100.btn-rounded:active, .btn.btn-default-100.btn-rounded i:active, .btn.btn-default-200:active, .btn.btn-default-200 i:active, .btn.btn-default-200.btn-flat:active, .btn.btn-default-200.btn-flat i:active, .btn.btn-default-200.btn-rounded:active, .btn.btn-default-200.btn-rounded i:active, .btn.btn-default-300:active, .btn.btn-default-300 i:active, .btn.btn-default-300.btn-flat:active, .btn.btn-default-300.btn-flat i:active, .btn.btn-default-300.btn-rounded:active, .btn.btn-default-300.btn-rounded i:active, .btn.btn-default-400:active, .btn.btn-default-400 i:active, .btn.btn-default-400.btn-flat:active, .btn.btn-default-400.btn-flat i:active, .btn.btn-default-400.btn-rounded:active, .btn.btn-default-400.btn-rounded i:active, .btn.btn-default-500:active, .btn.btn-default-500 i:active, .btn.btn-default-500.btn-flat:active, .btn.btn-default-500.btn-flat i:active, .btn.btn-default-500.btn-rounded:active, .btn.btn-default-500.btn-rounded i:active, .btn.btn-default-600:active, .btn.btn-default-600 i:active, .btn.btn-default-600.btn-flat:active, .btn.btn-default-600.btn-flat i:active, .btn.btn-default-600.btn-rounded:active, .btn.btn-default-600.btn-rounded i:active, .btn.btn-default-700:active, .btn.btn-default-700 i:active, .btn.btn-default-700.btn-flat:active, .btn.btn-default-700.btn-flat i:active, .btn.btn-default-700.btn-rounded:active, .btn.btn-default-700.btn-rounded i:active, .btn.btn-default-800:active, .btn.btn-default-800 i:active, .btn.btn-default-800.btn-flat:active, .btn.btn-default-800.btn-flat i:active, .btn.btn-default-800.btn-rounded:active, .btn.btn-default-800.btn-rounded i:active, .btn.btn-default-900:active, .btn.btn-default-900 i:active, .btn.btn-default-900.btn-flat:active, .btn.btn-default-900.btn-flat i:active, .btn.btn-default-900.btn-rounded:active, .btn.btn-default-900.btn-rounded i:active, .btn.btn-primary-100:active, .btn.btn-primary-100 i:active, .btn.btn-primary-100.btn-flat:active, .btn.btn-primary-100.btn-flat i:active, .btn.btn-primary-100.btn-rounded:active, .btn.btn-primary-100.btn-rounded i:active, .btn.btn-primary-200:active, .btn.btn-primary-200 i:active, .btn.btn-primary-200.btn-flat:active, .btn.btn-primary-200.btn-flat i:active, .btn.btn-primary-200.btn-rounded:active, .btn.btn-primary-200.btn-rounded i:active, .btn.btn-primary-300:active, .btn.btn-primary-300 i:active, .btn.btn-primary-300.btn-flat:active, .btn.btn-primary-300.btn-flat i:active, .btn.btn-primary-300.btn-rounded:active, .btn.btn-primary-300.btn-rounded i:active, .btn.btn-primary-400:active, .btn.btn-primary-400 i:active, .btn.btn-primary-400.btn-flat:active, .btn.btn-primary-400.btn-flat i:active, .btn.btn-primary-400.btn-rounded:active, .btn.btn-primary-400.btn-rounded i:active, .btn.btn-primary-500:active, .btn.btn-primary-500 i:active, .btn.btn-primary-500.btn-flat:active, .btn.btn-primary-500.btn-flat i:active, .btn.btn-primary-500.btn-rounded:active, .btn.btn-primary-500.btn-rounded i:active, .btn.btn-primary-600:active, .btn.btn-primary-600 i:active, .btn.btn-primary-600.btn-flat:active, .btn.btn-primary-600.btn-flat i:active, .btn.btn-primary-600.btn-rounded:active, .btn.btn-primary-600.btn-rounded i:active, .btn.btn-primary-700:active, .btn.btn-primary-700 i:active, .btn.btn-primary-700.btn-flat:active, .btn.btn-primary-700.btn-flat i:active, .btn.btn-primary-700.btn-rounded:active, .btn.btn-primary-700.btn-rounded i:active, .btn.btn-primary-800:active, .btn.btn-primary-800 i:active, .btn.btn-primary-800.btn-flat:active, .btn.btn-primary-800.btn-flat i:active, .btn.btn-primary-800.btn-rounded:active, .btn.btn-primary-800.btn-rounded i:active, .btn.btn-primary-900:active, .btn.btn-primary-900 i:active, .btn.btn-primary-900.btn-flat:active, .btn.btn-primary-900.btn-flat i:active, .btn.btn-primary-900.btn-rounded:active, .btn.btn-primary-900.btn-rounded i:active, .btn.btn-info-100:active, .btn.btn-info-100 i:active, .btn.btn-info-100.btn-flat:active, .btn.btn-info-100.btn-flat i:active, .btn.btn-info-100.btn-rounded:active, .btn.btn-info-100.btn-rounded i:active, .btn.btn-info-200:active, .btn.btn-info-200 i:active, .btn.btn-info-200.btn-flat:active, .btn.btn-info-200.btn-flat i:active, .btn.btn-info-200.btn-rounded:active, .btn.btn-info-200.btn-rounded i:active, .btn.btn-info-300:active, .btn.btn-info-300 i:active, .btn.btn-info-300.btn-flat:active, .btn.btn-info-300.btn-flat i:active, .btn.btn-info-300.btn-rounded:active, .btn.btn-info-300.btn-rounded i:active, .btn.btn-info-400:active, .btn.btn-info-400 i:active, .btn.btn-info-400.btn-flat:active, .btn.btn-info-400.btn-flat i:active, .btn.btn-info-400.btn-rounded:active, .btn.btn-info-400.btn-rounded i:active, .btn.btn-info-500:active, .btn.btn-info-500 i:active, .btn.btn-info-500.btn-flat:active, .btn.btn-info-500.btn-flat i:active, .btn.btn-info-500.btn-rounded:active, .btn.btn-info-500.btn-rounded i:active, .btn.btn-info-600:active, .btn.btn-info-600 i:active, .btn.btn-info-600.btn-flat:active, .btn.btn-info-600.btn-flat i:active, .btn.btn-info-600.btn-rounded:active, .btn.btn-info-600.btn-rounded i:active, .btn.btn-info-700:active, .btn.btn-info-700 i:active, .btn.btn-info-700.btn-flat:active, .btn.btn-info-700.btn-flat i:active, .btn.btn-info-700.btn-rounded:active, .btn.btn-info-700.btn-rounded i:active, .btn.btn-info-800:active, .btn.btn-info-800 i:active, .btn.btn-info-800.btn-flat:active, .btn.btn-info-800.btn-flat i:active, .btn.btn-info-800.btn-rounded:active, .btn.btn-info-800.btn-rounded i:active, .btn.btn-info-900:active, .btn.btn-info-900 i:active, .btn.btn-info-900.btn-flat:active, .btn.btn-info-900.btn-flat i:active, .btn.btn-info-900.btn-rounded:active, .btn.btn-info-900.btn-rounded i:active, .btn.btn-warning-100:active, .btn.btn-warning-100 i:active, .btn.btn-warning-100.btn-flat:active, .btn.btn-warning-100.btn-flat i:active, .btn.btn-warning-100.btn-rounded:active, .btn.btn-warning-100.btn-rounded i:active, .btn.btn-warning-200:active, .btn.btn-warning-200 i:active, .btn.btn-warning-200.btn-flat:active, .btn.btn-warning-200.btn-flat i:active, .btn.btn-warning-200.btn-rounded:active, .btn.btn-warning-200.btn-rounded i:active, .btn.btn-warning-300:active, .btn.btn-warning-300 i:active, .btn.btn-warning-300.btn-flat:active, .btn.btn-warning-300.btn-flat i:active, .btn.btn-warning-300.btn-rounded:active, .btn.btn-warning-300.btn-rounded i:active, .btn.btn-warning-400:active, .btn.btn-warning-400 i:active, .btn.btn-warning-400.btn-flat:active, .btn.btn-warning-400.btn-flat i:active, .btn.btn-warning-400.btn-rounded:active, .btn.btn-warning-400.btn-rounded i:active, .btn.btn-warning-500:active, .btn.btn-warning-500 i:active, .btn.btn-warning-500.btn-flat:active, .btn.btn-warning-500.btn-flat i:active, .btn.btn-warning-500.btn-rounded:active, .btn.btn-warning-500.btn-rounded i:active, .btn.btn-warning-600:active, .btn.btn-warning-600 i:active, .btn.btn-warning-600.btn-flat:active, .btn.btn-warning-600.btn-flat i:active, .btn.btn-warning-600.btn-rounded:active, .btn.btn-warning-600.btn-rounded i:active, .btn.btn-warning-700:active, .btn.btn-warning-700 i:active, .btn.btn-warning-700.btn-flat:active, .btn.btn-warning-700.btn-flat i:active, .btn.btn-warning-700.btn-rounded:active, .btn.btn-warning-700.btn-rounded i:active, .btn.btn-warning-800:active, .btn.btn-warning-800 i:active, .btn.btn-warning-800.btn-flat:active, .btn.btn-warning-800.btn-flat i:active, .btn.btn-warning-800.btn-rounded:active, .btn.btn-warning-800.btn-rounded i:active, .btn.btn-warning-900:active, .btn.btn-warning-900 i:active, .btn.btn-warning-900.btn-flat:active, .btn.btn-warning-900.btn-flat i:active, .btn.btn-warning-900.btn-rounded:active, .btn.btn-warning-900.btn-rounded i:active, .btn.btn-success-100:active, .btn.btn-success-100 i:active, .btn.btn-success-100.btn-flat:active, .btn.btn-success-100.btn-flat i:active, .btn.btn-success-100.btn-rounded:active, .btn.btn-success-100.btn-rounded i:active, .btn.btn-success-200:active, .btn.btn-success-200 i:active, .btn.btn-success-200.btn-flat:active, .btn.btn-success-200.btn-flat i:active, .btn.btn-success-200.btn-rounded:active, .btn.btn-success-200.btn-rounded i:active, .btn.btn-success-300:active, .btn.btn-success-300 i:active, .btn.btn-success-300.btn-flat:active, .btn.btn-success-300.btn-flat i:active, .btn.btn-success-300.btn-rounded:active, .btn.btn-success-300.btn-rounded i:active, .btn.btn-success-400:active, .btn.btn-success-400 i:active, .btn.btn-success-400.btn-flat:active, .btn.btn-success-400.btn-flat i:active, .btn.btn-success-400.btn-rounded:active, .btn.btn-success-400.btn-rounded i:active, .btn.btn-success-500:active, .btn.btn-success-500 i:active, .btn.btn-success-500.btn-flat:active, .btn.btn-success-500.btn-flat i:active, .btn.btn-success-500.btn-rounded:active, .btn.btn-success-500.btn-rounded i:active, .btn.btn-success-600:active, .btn.btn-success-600 i:active, .btn.btn-success-600.btn-flat:active, .btn.btn-success-600.btn-flat i:active, .btn.btn-success-600.btn-rounded:active, .btn.btn-success-600.btn-rounded i:active, .btn.btn-success-700:active, .btn.btn-success-700 i:active, .btn.btn-success-700.btn-flat:active, .btn.btn-success-700.btn-flat i:active, .btn.btn-success-700.btn-rounded:active, .btn.btn-success-700.btn-rounded i:active, .btn.btn-success-800:active, .btn.btn-success-800 i:active, .btn.btn-success-800.btn-flat:active, .btn.btn-success-800.btn-flat i:active, .btn.btn-success-800.btn-rounded:active, .btn.btn-success-800.btn-rounded i:active, .btn.btn-success-900:active, .btn.btn-success-900 i:active, .btn.btn-success-900.btn-flat:active, .btn.btn-success-900.btn-flat i:active, .btn.btn-success-900.btn-rounded:active, .btn.btn-success-900.btn-rounded i:active, .btn.btn-danger-100:active, .btn.btn-danger-100 i:active, .btn.btn-danger-100.btn-flat:active, .btn.btn-danger-100.btn-flat i:active, .btn.btn-danger-100.btn-rounded:active, .btn.btn-danger-100.btn-rounded i:active, .btn.btn-danger-200:active, .btn.btn-danger-200 i:active, .btn.btn-danger-200.btn-flat:active, .btn.btn-danger-200.btn-flat i:active, .btn.btn-danger-200.btn-rounded:active, .btn.btn-danger-200.btn-rounded i:active, .btn.btn-danger-300:active, .btn.btn-danger-300 i:active, .btn.btn-danger-300.btn-flat:active, .btn.btn-danger-300.btn-flat i:active, .btn.btn-danger-300.btn-rounded:active, .btn.btn-danger-300.btn-rounded i:active, .btn.btn-danger-400:active, .btn.btn-danger-400 i:active, .btn.btn-danger-400.btn-flat:active, .btn.btn-danger-400.btn-flat i:active, .btn.btn-danger-400.btn-rounded:active, .btn.btn-danger-400.btn-rounded i:active, .btn.btn-danger-500:active, .btn.btn-danger-500 i:active, .btn.btn-danger-500.btn-flat:active, .btn.btn-danger-500.btn-flat i:active, .btn.btn-danger-500.btn-rounded:active, .btn.btn-danger-500.btn-rounded i:active, .btn.btn-danger-600:active, .btn.btn-danger-600 i:active, .btn.btn-danger-600.btn-flat:active, .btn.btn-danger-600.btn-flat i:active, .btn.btn-danger-600.btn-rounded:active, .btn.btn-danger-600.btn-rounded i:active, .btn.btn-danger-700:active, .btn.btn-danger-700 i:active, .btn.btn-danger-700.btn-flat:active, .btn.btn-danger-700.btn-flat i:active, .btn.btn-danger-700.btn-rounded:active, .btn.btn-danger-700.btn-rounded i:active, .btn.btn-danger-800:active, .btn.btn-danger-800 i:active, .btn.btn-danger-800.btn-flat:active, .btn.btn-danger-800.btn-flat i:active, .btn.btn-danger-800.btn-rounded:active, .btn.btn-danger-800.btn-rounded i:active, .btn.btn-danger-900:active, .btn.btn-danger-900 i:active, .btn.btn-danger-900.btn-flat:active, .btn.btn-danger-900.btn-flat i:active, .btn.btn-danger-900.btn-rounded:active, .btn.btn-danger-900.btn-rounded i:active, .color-white-hover:focus, .btn:focus, .btn.btn-default:focus, .btn.btn-default i:focus, .btn.btn-default.btn-flat:focus, .btn.btn-default.btn-flat i:focus, .btn.btn-default.btn-rounded:focus, .btn.btn-default.btn-rounded i:focus, .btn.btn-primary:focus, .btn.btn-primary i:focus, .btn.btn-primary.btn-flat:focus, .btn.btn-primary.btn-flat i:focus, .btn.btn-primary.btn-rounded:focus, .btn.btn-primary.btn-rounded i:focus, .btn.btn-info:focus, .btn.btn-info i:focus, .btn.btn-info.btn-flat:focus, .btn.btn-info.btn-flat i:focus, .btn.btn-info.btn-rounded:focus, .btn.btn-info.btn-rounded i:focus, .btn.btn-warning:focus, .btn.btn-warning i:focus, .btn.btn-warning.btn-flat:focus, .btn.btn-warning.btn-flat i:focus, .btn.btn-warning.btn-rounded:focus, .btn.btn-warning.btn-rounded i:focus, .btn.btn-success:focus, .btn.btn-success i:focus, .btn.btn-success.btn-flat:focus, .btn.btn-success.btn-flat i:focus, .btn.btn-success.btn-rounded:focus, .btn.btn-success.btn-rounded i:focus, .btn.btn-danger:focus, .btn.btn-danger i:focus, .btn.btn-danger.btn-flat:focus, .btn.btn-danger.btn-flat i:focus, .btn.btn-danger.btn-rounded:focus, .btn.btn-danger.btn-rounded i:focus, .btn.btn-white:focus, .btn.btn-white i:focus, .btn.btn-white.btn-flat:focus, .btn.btn-white.btn-flat i:focus, .btn.btn-white.btn-rounded:focus, .btn.btn-white.btn-rounded i:focus, .btn.btn-white.btn-outline:focus, .btn.btn-white.btn-outline:hover i:focus, .btn.btn-white.btn-outline:active i:focus, .btn.btn-white.btn-outline:focus i:focus, .btn.btn-white.btn-outline.btn-rounded:focus, .btn.btn-white.btn-outline.btn-rounded:hover i:focus, .btn.btn-white.btn-outline.btn-rounded:active i:focus, .btn.btn-white.btn-outline.btn-rounded:focus i:focus, .btn.btn-black:focus, .btn.btn-black i:focus, .btn.btn-black.btn-flat:focus, .btn.btn-black.btn-flat i:focus, .btn.btn-black.btn-rounded:focus, .btn.btn-black.btn-rounded i:focus, .btn.btn-facebook:focus, .btn.btn-facebook i:focus, .btn.btn-facebook.btn-flat:focus, .btn.btn-facebook.btn-flat i:focus, .btn.btn-facebook.btn-rounded:focus, .btn.btn-facebook.btn-rounded i:focus, .btn.btn-twitter:focus, .btn.btn-twitter i:focus, .btn.btn-twitter.btn-flat:focus, .btn.btn-twitter.btn-flat i:focus, .btn.btn-twitter.btn-rounded:focus, .btn.btn-twitter.btn-rounded i:focus, .btn.btn-google:focus, .btn.btn-google i:focus, .btn.btn-google.btn-flat:focus, .btn.btn-google.btn-flat i:focus, .btn.btn-google.btn-rounded:focus, .btn.btn-google.btn-rounded i:focus, .btn.btn-default-100:focus, .btn.btn-default-100 i:focus, .btn.btn-default-100.btn-flat:focus, .btn.btn-default-100.btn-flat i:focus, .btn.btn-default-100.btn-rounded:focus, .btn.btn-default-100.btn-rounded i:focus, .btn.btn-default-200:focus, .btn.btn-default-200 i:focus, .btn.btn-default-200.btn-flat:focus, .btn.btn-default-200.btn-flat i:focus, .btn.btn-default-200.btn-rounded:focus, .btn.btn-default-200.btn-rounded i:focus, .btn.btn-default-300:focus, .btn.btn-default-300 i:focus, .btn.btn-default-300.btn-flat:focus, .btn.btn-default-300.btn-flat i:focus, .btn.btn-default-300.btn-rounded:focus, .btn.btn-default-300.btn-rounded i:focus, .btn.btn-default-400:focus, .btn.btn-default-400 i:focus, .btn.btn-default-400.btn-flat:focus, .btn.btn-default-400.btn-flat i:focus, .btn.btn-default-400.btn-rounded:focus, .btn.btn-default-400.btn-rounded i:focus, .btn.btn-default-500:focus, .btn.btn-default-500 i:focus, .btn.btn-default-500.btn-flat:focus, .btn.btn-default-500.btn-flat i:focus, .btn.btn-default-500.btn-rounded:focus, .btn.btn-default-500.btn-rounded i:focus, .btn.btn-default-600:focus, .btn.btn-default-600 i:focus, .btn.btn-default-600.btn-flat:focus, .btn.btn-default-600.btn-flat i:focus, .btn.btn-default-600.btn-rounded:focus, .btn.btn-default-600.btn-rounded i:focus, .btn.btn-default-700:focus, .btn.btn-default-700 i:focus, .btn.btn-default-700.btn-flat:focus, .btn.btn-default-700.btn-flat i:focus, .btn.btn-default-700.btn-rounded:focus, .btn.btn-default-700.btn-rounded i:focus, .btn.btn-default-800:focus, .btn.btn-default-800 i:focus, .btn.btn-default-800.btn-flat:focus, .btn.btn-default-800.btn-flat i:focus, .btn.btn-default-800.btn-rounded:focus, .btn.btn-default-800.btn-rounded i:focus, .btn.btn-default-900:focus, .btn.btn-default-900 i:focus, .btn.btn-default-900.btn-flat:focus, .btn.btn-default-900.btn-flat i:focus, .btn.btn-default-900.btn-rounded:focus, .btn.btn-default-900.btn-rounded i:focus, .btn.btn-primary-100:focus, .btn.btn-primary-100 i:focus, .btn.btn-primary-100.btn-flat:focus, .btn.btn-primary-100.btn-flat i:focus, .btn.btn-primary-100.btn-rounded:focus, .btn.btn-primary-100.btn-rounded i:focus, .btn.btn-primary-200:focus, .btn.btn-primary-200 i:focus, .btn.btn-primary-200.btn-flat:focus, .btn.btn-primary-200.btn-flat i:focus, .btn.btn-primary-200.btn-rounded:focus, .btn.btn-primary-200.btn-rounded i:focus, .btn.btn-primary-300:focus, .btn.btn-primary-300 i:focus, .btn.btn-primary-300.btn-flat:focus, .btn.btn-primary-300.btn-flat i:focus, .btn.btn-primary-300.btn-rounded:focus, .btn.btn-primary-300.btn-rounded i:focus, .btn.btn-primary-400:focus, .btn.btn-primary-400 i:focus, .btn.btn-primary-400.btn-flat:focus, .btn.btn-primary-400.btn-flat i:focus, .btn.btn-primary-400.btn-rounded:focus, .btn.btn-primary-400.btn-rounded i:focus, .btn.btn-primary-500:focus, .btn.btn-primary-500 i:focus, .btn.btn-primary-500.btn-flat:focus, .btn.btn-primary-500.btn-flat i:focus, .btn.btn-primary-500.btn-rounded:focus, .btn.btn-primary-500.btn-rounded i:focus, .btn.btn-primary-600:focus, .btn.btn-primary-600 i:focus, .btn.btn-primary-600.btn-flat:focus, .btn.btn-primary-600.btn-flat i:focus, .btn.btn-primary-600.btn-rounded:focus, .btn.btn-primary-600.btn-rounded i:focus, .btn.btn-primary-700:focus, .btn.btn-primary-700 i:focus, .btn.btn-primary-700.btn-flat:focus, .btn.btn-primary-700.btn-flat i:focus, .btn.btn-primary-700.btn-rounded:focus, .btn.btn-primary-700.btn-rounded i:focus, .btn.btn-primary-800:focus, .btn.btn-primary-800 i:focus, .btn.btn-primary-800.btn-flat:focus, .btn.btn-primary-800.btn-flat i:focus, .btn.btn-primary-800.btn-rounded:focus, .btn.btn-primary-800.btn-rounded i:focus, .btn.btn-primary-900:focus, .btn.btn-primary-900 i:focus, .btn.btn-primary-900.btn-flat:focus, .btn.btn-primary-900.btn-flat i:focus, .btn.btn-primary-900.btn-rounded:focus, .btn.btn-primary-900.btn-rounded i:focus, .btn.btn-info-100:focus, .btn.btn-info-100 i:focus, .btn.btn-info-100.btn-flat:focus, .btn.btn-info-100.btn-flat i:focus, .btn.btn-info-100.btn-rounded:focus, .btn.btn-info-100.btn-rounded i:focus, .btn.btn-info-200:focus, .btn.btn-info-200 i:focus, .btn.btn-info-200.btn-flat:focus, .btn.btn-info-200.btn-flat i:focus, .btn.btn-info-200.btn-rounded:focus, .btn.btn-info-200.btn-rounded i:focus, .btn.btn-info-300:focus, .btn.btn-info-300 i:focus, .btn.btn-info-300.btn-flat:focus, .btn.btn-info-300.btn-flat i:focus, .btn.btn-info-300.btn-rounded:focus, .btn.btn-info-300.btn-rounded i:focus, .btn.btn-info-400:focus, .btn.btn-info-400 i:focus, .btn.btn-info-400.btn-flat:focus, .btn.btn-info-400.btn-flat i:focus, .btn.btn-info-400.btn-rounded:focus, .btn.btn-info-400.btn-rounded i:focus, .btn.btn-info-500:focus, .btn.btn-info-500 i:focus, .btn.btn-info-500.btn-flat:focus, .btn.btn-info-500.btn-flat i:focus, .btn.btn-info-500.btn-rounded:focus, .btn.btn-info-500.btn-rounded i:focus, .btn.btn-info-600:focus, .btn.btn-info-600 i:focus, .btn.btn-info-600.btn-flat:focus, .btn.btn-info-600.btn-flat i:focus, .btn.btn-info-600.btn-rounded:focus, .btn.btn-info-600.btn-rounded i:focus, .btn.btn-info-700:focus, .btn.btn-info-700 i:focus, .btn.btn-info-700.btn-flat:focus, .btn.btn-info-700.btn-flat i:focus, .btn.btn-info-700.btn-rounded:focus, .btn.btn-info-700.btn-rounded i:focus, .btn.btn-info-800:focus, .btn.btn-info-800 i:focus, .btn.btn-info-800.btn-flat:focus, .btn.btn-info-800.btn-flat i:focus, .btn.btn-info-800.btn-rounded:focus, .btn.btn-info-800.btn-rounded i:focus, .btn.btn-info-900:focus, .btn.btn-info-900 i:focus, .btn.btn-info-900.btn-flat:focus, .btn.btn-info-900.btn-flat i:focus, .btn.btn-info-900.btn-rounded:focus, .btn.btn-info-900.btn-rounded i:focus, .btn.btn-warning-100:focus, .btn.btn-warning-100 i:focus, .btn.btn-warning-100.btn-flat:focus, .btn.btn-warning-100.btn-flat i:focus, .btn.btn-warning-100.btn-rounded:focus, .btn.btn-warning-100.btn-rounded i:focus, .btn.btn-warning-200:focus, .btn.btn-warning-200 i:focus, .btn.btn-warning-200.btn-flat:focus, .btn.btn-warning-200.btn-flat i:focus, .btn.btn-warning-200.btn-rounded:focus, .btn.btn-warning-200.btn-rounded i:focus, .btn.btn-warning-300:focus, .btn.btn-warning-300 i:focus, .btn.btn-warning-300.btn-flat:focus, .btn.btn-warning-300.btn-flat i:focus, .btn.btn-warning-300.btn-rounded:focus, .btn.btn-warning-300.btn-rounded i:focus, .btn.btn-warning-400:focus, .btn.btn-warning-400 i:focus, .btn.btn-warning-400.btn-flat:focus, .btn.btn-warning-400.btn-flat i:focus, .btn.btn-warning-400.btn-rounded:focus, .btn.btn-warning-400.btn-rounded i:focus, .btn.btn-warning-500:focus, .btn.btn-warning-500 i:focus, .btn.btn-warning-500.btn-flat:focus, .btn.btn-warning-500.btn-flat i:focus, .btn.btn-warning-500.btn-rounded:focus, .btn.btn-warning-500.btn-rounded i:focus, .btn.btn-warning-600:focus, .btn.btn-warning-600 i:focus, .btn.btn-warning-600.btn-flat:focus, .btn.btn-warning-600.btn-flat i:focus, .btn.btn-warning-600.btn-rounded:focus, .btn.btn-warning-600.btn-rounded i:focus, .btn.btn-warning-700:focus, .btn.btn-warning-700 i:focus, .btn.btn-warning-700.btn-flat:focus, .btn.btn-warning-700.btn-flat i:focus, .btn.btn-warning-700.btn-rounded:focus, .btn.btn-warning-700.btn-rounded i:focus, .btn.btn-warning-800:focus, .btn.btn-warning-800 i:focus, .btn.btn-warning-800.btn-flat:focus, .btn.btn-warning-800.btn-flat i:focus, .btn.btn-warning-800.btn-rounded:focus, .btn.btn-warning-800.btn-rounded i:focus, .btn.btn-warning-900:focus, .btn.btn-warning-900 i:focus, .btn.btn-warning-900.btn-flat:focus, .btn.btn-warning-900.btn-flat i:focus, .btn.btn-warning-900.btn-rounded:focus, .btn.btn-warning-900.btn-rounded i:focus, .btn.btn-success-100:focus, .btn.btn-success-100 i:focus, .btn.btn-success-100.btn-flat:focus, .btn.btn-success-100.btn-flat i:focus, .btn.btn-success-100.btn-rounded:focus, .btn.btn-success-100.btn-rounded i:focus, .btn.btn-success-200:focus, .btn.btn-success-200 i:focus, .btn.btn-success-200.btn-flat:focus, .btn.btn-success-200.btn-flat i:focus, .btn.btn-success-200.btn-rounded:focus, .btn.btn-success-200.btn-rounded i:focus, .btn.btn-success-300:focus, .btn.btn-success-300 i:focus, .btn.btn-success-300.btn-flat:focus, .btn.btn-success-300.btn-flat i:focus, .btn.btn-success-300.btn-rounded:focus, .btn.btn-success-300.btn-rounded i:focus, .btn.btn-success-400:focus, .btn.btn-success-400 i:focus, .btn.btn-success-400.btn-flat:focus, .btn.btn-success-400.btn-flat i:focus, .btn.btn-success-400.btn-rounded:focus, .btn.btn-success-400.btn-rounded i:focus, .btn.btn-success-500:focus, .btn.btn-success-500 i:focus, .btn.btn-success-500.btn-flat:focus, .btn.btn-success-500.btn-flat i:focus, .btn.btn-success-500.btn-rounded:focus, .btn.btn-success-500.btn-rounded i:focus, .btn.btn-success-600:focus, .btn.btn-success-600 i:focus, .btn.btn-success-600.btn-flat:focus, .btn.btn-success-600.btn-flat i:focus, .btn.btn-success-600.btn-rounded:focus, .btn.btn-success-600.btn-rounded i:focus, .btn.btn-success-700:focus, .btn.btn-success-700 i:focus, .btn.btn-success-700.btn-flat:focus, .btn.btn-success-700.btn-flat i:focus, .btn.btn-success-700.btn-rounded:focus, .btn.btn-success-700.btn-rounded i:focus, .btn.btn-success-800:focus, .btn.btn-success-800 i:focus, .btn.btn-success-800.btn-flat:focus, .btn.btn-success-800.btn-flat i:focus, .btn.btn-success-800.btn-rounded:focus, .btn.btn-success-800.btn-rounded i:focus, .btn.btn-success-900:focus, .btn.btn-success-900 i:focus, .btn.btn-success-900.btn-flat:focus, .btn.btn-success-900.btn-flat i:focus, .btn.btn-success-900.btn-rounded:focus, .btn.btn-success-900.btn-rounded i:focus, .btn.btn-danger-100:focus, .btn.btn-danger-100 i:focus, .btn.btn-danger-100.btn-flat:focus, .btn.btn-danger-100.btn-flat i:focus, .btn.btn-danger-100.btn-rounded:focus, .btn.btn-danger-100.btn-rounded i:focus, .btn.btn-danger-200:focus, .btn.btn-danger-200 i:focus, .btn.btn-danger-200.btn-flat:focus, .btn.btn-danger-200.btn-flat i:focus, .btn.btn-danger-200.btn-rounded:focus, .btn.btn-danger-200.btn-rounded i:focus, .btn.btn-danger-300:focus, .btn.btn-danger-300 i:focus, .btn.btn-danger-300.btn-flat:focus, .btn.btn-danger-300.btn-flat i:focus, .btn.btn-danger-300.btn-rounded:focus, .btn.btn-danger-300.btn-rounded i:focus, .btn.btn-danger-400:focus, .btn.btn-danger-400 i:focus, .btn.btn-danger-400.btn-flat:focus, .btn.btn-danger-400.btn-flat i:focus, .btn.btn-danger-400.btn-rounded:focus, .btn.btn-danger-400.btn-rounded i:focus, .btn.btn-danger-500:focus, .btn.btn-danger-500 i:focus, .btn.btn-danger-500.btn-flat:focus, .btn.btn-danger-500.btn-flat i:focus, .btn.btn-danger-500.btn-rounded:focus, .btn.btn-danger-500.btn-rounded i:focus, .btn.btn-danger-600:focus, .btn.btn-danger-600 i:focus, .btn.btn-danger-600.btn-flat:focus, .btn.btn-danger-600.btn-flat i:focus, .btn.btn-danger-600.btn-rounded:focus, .btn.btn-danger-600.btn-rounded i:focus, .btn.btn-danger-700:focus, .btn.btn-danger-700 i:focus, .btn.btn-danger-700.btn-flat:focus, .btn.btn-danger-700.btn-flat i:focus, .btn.btn-danger-700.btn-rounded:focus, .btn.btn-danger-700.btn-rounded i:focus, .btn.btn-danger-800:focus, .btn.btn-danger-800 i:focus, .btn.btn-danger-800.btn-flat:focus, .btn.btn-danger-800.btn-flat i:focus, .btn.btn-danger-800.btn-rounded:focus, .btn.btn-danger-800.btn-rounded i:focus, .btn.btn-danger-900:focus, .btn.btn-danger-900 i:focus, .btn.btn-danger-900.btn-flat:focus, .btn.btn-danger-900.btn-flat i:focus, .btn.btn-danger-900.btn-rounded:focus, .btn.btn-danger-900.btn-rounded i:focus {
    color: #e6e6e6 !important;
}

[data-color="white"] {
    color: #ffffff !important;
}

.border-color-white, .btn.btn-white, .btn.btn-white.btn-flat, .btn.btn-white.btn-rounded, .btn.btn-white.btn-outline, .btn.btn-white.btn-outline.btn-rounded {
    border-color: #ffffff !important;
}

.border-color-white-hover:hover, .btn.btn-white:hover, .btn.btn-white.btn-outline.btn-rounded:hover, .border-color-white-hover:active, .btn.btn-white:active, .btn.btn-white.btn-outline.btn-rounded:active, .border-color-white-hover:focus, .btn.btn-white:focus, .btn.btn-white.btn-outline.btn-rounded:focus {
    border-color: #e6e6e6 !important;
}

[data-border-color="white"] {
    border-color: #ffffff !important;
}

.bg-black, .btn.btn-black, .btn.btn-black.btn-flat, .btn.btn-black.btn-rounded {
    background-color: #000000 !important;
}

.bg-black-hover:hover, .btn.btn-black:hover, .bg-black-hover:active, .btn.btn-black:active, .bg-black-hover:focus, .btn.btn-black:focus {
    background-color: black !important;
}

.bg-black-odd:nth-child(odd) {
    background-color: #000000 !important;
}

.bg-black-even:nth-child(even) {
    background-color: #000000 !important;
}

[data-bg="black"] {
    background-color: #000000 !important;
}

.color-black, .btn.btn-black.btn-outline, .btn.btn-black.btn-outline i, .btn.btn-black.btn-outline.btn-rounded, .btn.btn-black.btn-outline.btn-rounded i {
    color: #000000 !important;
}

.color-black-hover:hover, .btn.btn-black.btn-outline:hover, .btn.btn-black.btn-outline:hover i:hover, .btn.btn-black.btn-outline:active i:hover, .btn.btn-black.btn-outline:focus i:hover, .color-black-hover:active, .btn.btn-black.btn-outline:active, .btn.btn-black.btn-outline:hover i:active, .btn.btn-black.btn-outline:active i:active, .btn.btn-black.btn-outline:focus i:active, .color-black-hover:focus, .btn.btn-black.btn-outline:focus, .btn.btn-black.btn-outline:hover i:focus, .btn.btn-black.btn-outline:active i:focus, .btn.btn-black.btn-outline:focus i:focus {
    color: black !important;
}

[data-color="black"] {
    color: #000000 !important;
}

.border-color-black, .btn.btn-black, .btn.btn-black.btn-flat, .btn.btn-black.btn-rounded, .btn.btn-black.btn-outline, .btn.btn-black.btn-outline.btn-rounded {
    border-color: #000000 !important;
}

.border-color-black-hover:hover, .btn.btn-black:hover, .btn.btn-black.btn-outline.btn-rounded:hover, .border-color-black-hover:active, .btn.btn-black:active, .btn.btn-black.btn-outline.btn-rounded:active, .border-color-black-hover:focus, .btn.btn-black:focus, .btn.btn-black.btn-outline.btn-rounded:focus {
    border-color: black !important;
}

[data-border-color="black"] {
    border-color: #000000 !important;
}

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

.bg-light-hover:hover, .bg-light-hover:active, .bg-light-hover:focus {
    background-color: gainsboro !important;
}

.bg-light-odd:nth-child(odd) {
    background-color: #f5f5f5 !important;
}

.bg-light-even:nth-child(even) {
    background-color: #f5f5f5 !important;
}

[data-bg="light"] {
    background-color: #f5f5f5 !important;
}

.color-light {
    color: #f5f5f5 !important;
}

.color-light-hover:hover, .color-light-hover:active, .color-light-hover:focus {
    color: gainsboro !important;
}

[data-color="light"] {
    color: #f5f5f5 !important;
}

.border-color-light {
    border-color: #f5f5f5 !important;
}

.border-color-light-hover:hover, .border-color-light-hover:active, .border-color-light-hover:focus {
    border-color: gainsboro !important;
}

[data-border-color="light"] {
    border-color: #f5f5f5 !important;
}

.bg-dark {
    background-color: #262932 !important;
}

.bg-dark-hover:hover, .bg-dark-hover:active, .bg-dark-hover:focus {
    background-color: #101115 !important;
}

.bg-dark-odd:nth-child(odd) {
    background-color: #262932 !important;
}

.bg-dark-even:nth-child(even) {
    background-color: #262932 !important;
}

[data-bg="dark"] {
    background-color: #262932 !important;
}

.color-dark {
    color: #262932 !important;
}

.color-dark-hover:hover, .color-dark-hover:active, .color-dark-hover:focus {
    color: #101115 !important;
}

[data-color="dark"] {
    color: #262932 !important;
}

.border-color-dark {
    border-color: #262932 !important;
}

.border-color-dark-hover:hover, .border-color-dark-hover:active, .border-color-dark-hover:focus {
    border-color: #101115 !important;
}

[data-border-color="dark"] {
    border-color: #262932 !important;
}

.bg-twitter, .btn.btn-twitter, .btn.btn-twitter.btn-flat, .btn.btn-twitter.btn-rounded {
    background-color: #00aced !important;
}

.bg-twitter-hover:hover, .btn.btn-twitter:hover, .bg-twitter-hover:active, .btn.btn-twitter:active, .bg-twitter-hover:focus, .btn.btn-twitter:focus {
    background-color: #0087ba !important;
}

.bg-twitter-odd:nth-child(odd) {
    background-color: #00aced !important;
}

.bg-twitter-even:nth-child(even) {
    background-color: #00aced !important;
}

[data-bg="twitter"] {
    background-color: #00aced !important;
}

.color-twitter, .btn.btn-twitter.btn-outline, .btn.btn-twitter.btn-outline i, .btn.btn-twitter.btn-outline.btn-rounded, .btn.btn-twitter.btn-outline.btn-rounded i {
    color: #00aced !important;
}

.color-twitter-hover:hover, .btn.btn-twitter.btn-outline:hover, .btn.btn-twitter.btn-outline:hover i:hover, .btn.btn-twitter.btn-outline:active i:hover, .btn.btn-twitter.btn-outline:focus i:hover, .color-twitter-hover:active, .btn.btn-twitter.btn-outline:active, .btn.btn-twitter.btn-outline:hover i:active, .btn.btn-twitter.btn-outline:active i:active, .btn.btn-twitter.btn-outline:focus i:active, .color-twitter-hover:focus, .btn.btn-twitter.btn-outline:focus, .btn.btn-twitter.btn-outline:hover i:focus, .btn.btn-twitter.btn-outline:active i:focus, .btn.btn-twitter.btn-outline:focus i:focus {
    color: #0087ba !important;
}

[data-color="twitter"] {
    color: #00aced !important;
}

.border-color-twitter, .btn.btn-twitter, .btn.btn-twitter.btn-flat, .btn.btn-twitter.btn-rounded, .btn.btn-twitter.btn-outline, .btn.btn-twitter.btn-outline.btn-rounded {
    border-color: #00aced !important;
}

.border-color-twitter-hover:hover, .btn.btn-twitter:hover, .btn.btn-twitter.btn-outline.btn-rounded:hover, .border-color-twitter-hover:active, .btn.btn-twitter:active, .btn.btn-twitter.btn-outline.btn-rounded:active, .border-color-twitter-hover:focus, .btn.btn-twitter:focus, .btn.btn-twitter.btn-outline.btn-rounded:focus {
    border-color: #0087ba !important;
}

[data-border-color="twitter"] {
    border-color: #00aced !important;
}

.bg-facebook, .btn.btn-facebook, .btn.btn-facebook.btn-flat, .btn.btn-facebook.btn-rounded {
    background-color: #3b5998 !important;
}

.bg-facebook-hover:hover, .btn.btn-facebook:hover, .bg-facebook-hover:active, .btn.btn-facebook:active, .bg-facebook-hover:focus, .btn.btn-facebook:focus {
    background-color: #2d4373 !important;
}

.bg-facebook-odd:nth-child(odd) {
    background-color: #3b5998 !important;
}

.bg-facebook-even:nth-child(even) {
    background-color: #3b5998 !important;
}

[data-bg="facebook"] {
    background-color: #3b5998 !important;
}

.color-facebook, .btn.btn-facebook.btn-outline, .btn.btn-facebook.btn-outline i, .btn.btn-facebook.btn-outline.btn-rounded, .btn.btn-facebook.btn-outline.btn-rounded i {
    color: #3b5998 !important;
}

.color-facebook-hover:hover, .btn.btn-facebook.btn-outline:hover, .btn.btn-facebook.btn-outline:hover i:hover, .btn.btn-facebook.btn-outline:active i:hover, .btn.btn-facebook.btn-outline:focus i:hover, .color-facebook-hover:active, .btn.btn-facebook.btn-outline:active, .btn.btn-facebook.btn-outline:hover i:active, .btn.btn-facebook.btn-outline:active i:active, .btn.btn-facebook.btn-outline:focus i:active, .color-facebook-hover:focus, .btn.btn-facebook.btn-outline:focus, .btn.btn-facebook.btn-outline:hover i:focus, .btn.btn-facebook.btn-outline:active i:focus, .btn.btn-facebook.btn-outline:focus i:focus {
    color: #2d4373 !important;
}

[data-color="facebook"] {
    color: #3b5998 !important;
}

.border-color-facebook, .btn.btn-facebook, .btn.btn-facebook.btn-flat, .btn.btn-facebook.btn-rounded, .btn.btn-facebook.btn-outline, .btn.btn-facebook.btn-outline.btn-rounded {
    border-color: #3b5998 !important;
}

.border-color-facebook-hover:hover, .btn.btn-facebook:hover, .btn.btn-facebook.btn-outline.btn-rounded:hover, .border-color-facebook-hover:active, .btn.btn-facebook:active, .btn.btn-facebook.btn-outline.btn-rounded:active, .border-color-facebook-hover:focus, .btn.btn-facebook:focus, .btn.btn-facebook.btn-outline.btn-rounded:focus {
    border-color: #2d4373 !important;
}

[data-border-color="facebook"] {
    border-color: #3b5998 !important;
}

.bg-google, .btn.btn-google, .btn.btn-google.btn-flat, .btn.btn-google.btn-rounded {
    background-color: #dd4b39 !important;
}

.bg-google-hover:hover, .btn.btn-google:hover, .bg-google-hover:active, .btn.btn-google:active, .bg-google-hover:focus, .btn.btn-google:focus {
    background-color: #c23321 !important;
}

.bg-google-odd:nth-child(odd) {
    background-color: #dd4b39 !important;
}

.bg-google-even:nth-child(even) {
    background-color: #dd4b39 !important;
}

[data-bg="google"] {
    background-color: #dd4b39 !important;
}

.color-google, .btn.btn-google.btn-outline, .btn.btn-google.btn-outline i, .btn.btn-google.btn-outline.btn-rounded, .btn.btn-google.btn-outline.btn-rounded i {
    color: #dd4b39 !important;
}

.color-google-hover:hover, .btn.btn-google.btn-outline:hover, .btn.btn-google.btn-outline:hover i:hover, .btn.btn-google.btn-outline:active i:hover, .btn.btn-google.btn-outline:focus i:hover, .color-google-hover:active, .btn.btn-google.btn-outline:active, .btn.btn-google.btn-outline:hover i:active, .btn.btn-google.btn-outline:active i:active, .btn.btn-google.btn-outline:focus i:active, .color-google-hover:focus, .btn.btn-google.btn-outline:focus, .btn.btn-google.btn-outline:hover i:focus, .btn.btn-google.btn-outline:active i:focus, .btn.btn-google.btn-outline:focus i:focus {
    color: #c23321 !important;
}

[data-color="google"] {
    color: #dd4b39 !important;
}

.border-color-google, .btn.btn-google, .btn.btn-google.btn-flat, .btn.btn-google.btn-rounded, .btn.btn-google.btn-outline, .btn.btn-google.btn-outline.btn-rounded {
    border-color: #dd4b39 !important;
}

.border-color-google-hover:hover, .btn.btn-google:hover, .btn.btn-google.btn-outline.btn-rounded:hover, .border-color-google-hover:active, .btn.btn-google:active, .btn.btn-google.btn-outline.btn-rounded:active, .border-color-google-hover:focus, .btn.btn-google:focus, .btn.btn-google.btn-outline.btn-rounded:focus {
    border-color: #c23321 !important;
}

[data-border-color="google"] {
    border-color: #dd4b39 !important;
}

.bg-bg-1 {
    background-color: #0267bf !important;
}

.bg-bg-1-hover:hover, .bg-bg-1-hover:active, .bg-bg-1-hover:focus {
    background-color: #014c8c !important;
}

.bg-bg-1-odd:nth-child(odd) {
    background-color: #0267bf !important;
}

.bg-bg-1-even:nth-child(even) {
    background-color: #0267bf !important;
}

[data-bg="bg-1"] {
    background-color: #0267bf !important;
}

.color-bg-1 {
    color: #0267bf !important;
}

.color-bg-1-hover:hover, .color-bg-1-hover:active, .color-bg-1-hover:focus {
    color: #014c8c !important;
}

[data-color="bg-1"] {
    color: #0267bf !important;
}

.border-color-bg-1 {
    border-color: #0267bf !important;
}

.border-color-bg-1-hover:hover, .border-color-bg-1-hover:active, .border-color-bg-1-hover:focus {
    border-color: #014c8c !important;
}

[data-border-color="bg-1"] {
    border-color: #0267bf !important;
}

.bg-bg-1-100 {
    background-color: #299bfd !important;
}

.bg-bg-1-100-hover:hover, .bg-bg-1-100-hover:active, .bg-bg-1-100-hover:focus {
    background-color: #0283f1 !important;
}

.bg-bg-1-100-odd:nth-child(odd) {
    background-color: #299bfd !important;
}

.bg-bg-1-100-even:nth-child(even) {
    background-color: #299bfd !important;
}

[data-bg="bg-1-100"] {
    background-color: #299bfd !important;
}

.color-bg-1-100 {
    color: #299bfd !important;
}

.color-bg-1-100-hover:hover, .color-bg-1-100-hover:active, .color-bg-1-100-hover:focus {
    color: #0283f1 !important;
}

[data-color="bg-1-100"] {
    color: #299bfd !important;
}

.border-color-bg-1-100 {
    border-color: #299bfd !important;
}

.border-color-bg-1-100-hover:hover, .border-color-bg-1-100-hover:active, .border-color-bg-1-100-hover:focus {
    border-color: #0283f1 !important;
}

[data-border-color="bg-1-100"] {
    border-color: #299bfd !important;
}

.bg-bg-1-200 {
    background-color: #108ffd !important;
}

.bg-bg-1-200-hover:hover, .bg-bg-1-200-hover:active, .bg-bg-1-200-hover:focus {
    background-color: #0275d8 !important;
}

.bg-bg-1-200-odd:nth-child(odd) {
    background-color: #108ffd !important;
}

.bg-bg-1-200-even:nth-child(even) {
    background-color: #108ffd !important;
}

[data-bg="bg-1-200"] {
    background-color: #108ffd !important;
}

.color-bg-1-200 {
    color: #108ffd !important;
}

.color-bg-1-200-hover:hover, .color-bg-1-200-hover:active, .color-bg-1-200-hover:focus {
    color: #0275d8 !important;
}

[data-color="bg-1-200"] {
    color: #108ffd !important;
}

.border-color-bg-1-200 {
    border-color: #108ffd !important;
}

.border-color-bg-1-200-hover:hover, .border-color-bg-1-200-hover:active, .border-color-bg-1-200-hover:focus {
    border-color: #0275d8 !important;
}

[data-border-color="bg-1-200"] {
    border-color: #108ffd !important;
}

.bg-bg-1-300 {
    background-color: #0283f1 !important;
}

.bg-bg-1-300-hover:hover, .bg-bg-1-300-hover:active, .bg-bg-1-300-hover:focus {
    background-color: #0267bf !important;
}

.bg-bg-1-300-odd:nth-child(odd) {
    background-color: #0283f1 !important;
}

.bg-bg-1-300-even:nth-child(even) {
    background-color: #0283f1 !important;
}

[data-bg="bg-1-300"] {
    background-color: #0283f1 !important;
}

.color-bg-1-300 {
    color: #0283f1 !important;
}

.color-bg-1-300-hover:hover, .color-bg-1-300-hover:active, .color-bg-1-300-hover:focus {
    color: #0267bf !important;
}

[data-color="bg-1-300"] {
    color: #0283f1 !important;
}

.border-color-bg-1-300 {
    border-color: #0283f1 !important;
}

.border-color-bg-1-300-hover:hover, .border-color-bg-1-300-hover:active, .border-color-bg-1-300-hover:focus {
    border-color: #0267bf !important;
}

[data-border-color="bg-1-300"] {
    border-color: #0283f1 !important;
}

.bg-bg-1-400 {
    background-color: #0275d8 !important;
}

.bg-bg-1-400-hover:hover, .bg-bg-1-400-hover:active, .bg-bg-1-400-hover:focus {
    background-color: #025aa5 !important;
}

.bg-bg-1-400-odd:nth-child(odd) {
    background-color: #0275d8 !important;
}

.bg-bg-1-400-even:nth-child(even) {
    background-color: #0275d8 !important;
}

[data-bg="bg-1-400"] {
    background-color: #0275d8 !important;
}

.color-bg-1-400 {
    color: #0275d8 !important;
}

.color-bg-1-400-hover:hover, .color-bg-1-400-hover:active, .color-bg-1-400-hover:focus {
    color: #025aa5 !important;
}

[data-color="bg-1-400"] {
    color: #0275d8 !important;
}

.border-color-bg-1-400 {
    border-color: #0275d8 !important;
}

.border-color-bg-1-400-hover:hover, .border-color-bg-1-400-hover:active, .border-color-bg-1-400-hover:focus {
    border-color: #025aa5 !important;
}

[data-border-color="bg-1-400"] {
    border-color: #0275d8 !important;
}

.bg-bg-1-500 {
    background-color: #0267bf !important;
}

.bg-bg-1-500-hover:hover, .bg-bg-1-500-hover:active, .bg-bg-1-500-hover:focus {
    background-color: #014c8c !important;
}

.bg-bg-1-500-odd:nth-child(odd) {
    background-color: #0267bf !important;
}

.bg-bg-1-500-even:nth-child(even) {
    background-color: #0267bf !important;
}

[data-bg="bg-1-500"] {
    background-color: #0267bf !important;
}

.color-bg-1-500 {
    color: #0267bf !important;
}

.color-bg-1-500-hover:hover, .color-bg-1-500-hover:active, .color-bg-1-500-hover:focus {
    color: #014c8c !important;
}

[data-color="bg-1-500"] {
    color: #0267bf !important;
}

.border-color-bg-1-500 {
    border-color: #0267bf !important;
}

.border-color-bg-1-500-hover:hover, .border-color-bg-1-500-hover:active, .border-color-bg-1-500-hover:focus {
    border-color: #014c8c !important;
}

[data-border-color="bg-1-500"] {
    border-color: #0267bf !important;
}

.bg-bg-1-600 {
    background-color: #025aa5 !important;
}

.bg-bg-1-600-hover:hover, .bg-bg-1-600-hover:active, .bg-bg-1-600-hover:focus {
    background-color: #013e73 !important;
}

.bg-bg-1-600-odd:nth-child(odd) {
    background-color: #025aa5 !important;
}

.bg-bg-1-600-even:nth-child(even) {
    background-color: #025aa5 !important;
}

[data-bg="bg-1-600"] {
    background-color: #025aa5 !important;
}

.color-bg-1-600 {
    color: #025aa5 !important;
}

.color-bg-1-600-hover:hover, .color-bg-1-600-hover:active, .color-bg-1-600-hover:focus {
    color: #013e73 !important;
}

[data-color="bg-1-600"] {
    color: #025aa5 !important;
}

.border-color-bg-1-600 {
    border-color: #025aa5 !important;
}

.border-color-bg-1-600-hover:hover, .border-color-bg-1-600-hover:active, .border-color-bg-1-600-hover:focus {
    border-color: #013e73 !important;
}

[data-border-color="bg-1-600"] {
    border-color: #025aa5 !important;
}

.bg-bg-1-700 {
    background-color: #014c8c !important;
}

.bg-bg-1-700-hover:hover, .bg-bg-1-700-hover:active, .bg-bg-1-700-hover:focus {
    background-color: #01315a !important;
}

.bg-bg-1-700-odd:nth-child(odd) {
    background-color: #014c8c !important;
}

.bg-bg-1-700-even:nth-child(even) {
    background-color: #014c8c !important;
}

[data-bg="bg-1-700"] {
    background-color: #014c8c !important;
}

.color-bg-1-700 {
    color: #014c8c !important;
}

.color-bg-1-700-hover:hover, .color-bg-1-700-hover:active, .color-bg-1-700-hover:focus {
    color: #01315a !important;
}

[data-color="bg-1-700"] {
    color: #014c8c !important;
}

.border-color-bg-1-700 {
    border-color: #014c8c !important;
}

.border-color-bg-1-700-hover:hover, .border-color-bg-1-700-hover:active, .border-color-bg-1-700-hover:focus {
    border-color: #01315a !important;
}

[data-border-color="bg-1-700"] {
    border-color: #014c8c !important;
}

.bg-bg-1-800 {
    background-color: #013e73 !important;
}

.bg-bg-1-800-hover:hover, .bg-bg-1-800-hover:active, .bg-bg-1-800-hover:focus {
    background-color: #012340 !important;
}

.bg-bg-1-800-odd:nth-child(odd) {
    background-color: #013e73 !important;
}

.bg-bg-1-800-even:nth-child(even) {
    background-color: #013e73 !important;
}

[data-bg="bg-1-800"] {
    background-color: #013e73 !important;
}

.color-bg-1-800 {
    color: #013e73 !important;
}

.color-bg-1-800-hover:hover, .color-bg-1-800-hover:active, .color-bg-1-800-hover:focus {
    color: #012340 !important;
}

[data-color="bg-1-800"] {
    color: #013e73 !important;
}

.border-color-bg-1-800 {
    border-color: #013e73 !important;
}

.border-color-bg-1-800-hover:hover, .border-color-bg-1-800-hover:active, .border-color-bg-1-800-hover:focus {
    border-color: #012340 !important;
}

[data-border-color="bg-1-800"] {
    border-color: #013e73 !important;
}

.bg-bg-1-900 {
    background-color: #01315a !important;
}

.bg-bg-1-900-hover:hover, .bg-bg-1-900-hover:active, .bg-bg-1-900-hover:focus {
    background-color: #001527 !important;
}

.bg-bg-1-900-odd:nth-child(odd) {
    background-color: #01315a !important;
}

.bg-bg-1-900-even:nth-child(even) {
    background-color: #01315a !important;
}

[data-bg="bg-1-900"] {
    background-color: #01315a !important;
}

.color-bg-1-900 {
    color: #01315a !important;
}

.color-bg-1-900-hover:hover, .color-bg-1-900-hover:active, .color-bg-1-900-hover:focus {
    color: #001527 !important;
}

[data-color="bg-1-900"] {
    color: #01315a !important;
}

.border-color-bg-1-900 {
    border-color: #01315a !important;
}

.border-color-bg-1-900-hover:hover, .border-color-bg-1-900-hover:active, .border-color-bg-1-900-hover:focus {
    border-color: #001527 !important;
}

[data-border-color="bg-1-900"] {
    border-color: #01315a !important;
}

.bg-bg-2 {
    background-color: #002451 !important;
}

.bg-bg-2-hover:hover, .bg-bg-2-hover:active, .bg-bg-2-hover:focus {
    background-color: #000d1e !important;
}

.bg-bg-2-odd:nth-child(odd) {
    background-color: #002451 !important;
}

.bg-bg-2-even:nth-child(even) {
    background-color: #002451 !important;
}

[data-bg="bg-2"] {
    background-color: #002451 !important;
}

.color-bg-2 {
    color: #002451 !important;
}

.color-bg-2-hover:hover, .color-bg-2-hover:active, .color-bg-2-hover:focus {
    color: #000d1e !important;
}

[data-color="bg-2"] {
    color: #002451 !important;
}

.border-color-bg-2 {
    border-color: #002451 !important;
}

.border-color-bg-2-hover:hover, .border-color-bg-2-hover:active, .border-color-bg-2-hover:focus {
    border-color: #000d1e !important;
}

[data-border-color="bg-2"] {
    border-color: #002451 !important;
}

.bg-bg-2-100 {
    background-color: #0051b7 !important;
}

.bg-bg-2-100-hover:hover, .bg-bg-2-100-hover:active, .bg-bg-2-100-hover:focus {
    background-color: #003b84 !important;
}

.bg-bg-2-100-odd:nth-child(odd) {
    background-color: #0051b7 !important;
}

.bg-bg-2-100-even:nth-child(even) {
    background-color: #0051b7 !important;
}

[data-bg="bg-2-100"] {
    background-color: #0051b7 !important;
}

.color-bg-2-100 {
    color: #0051b7 !important;
}

.color-bg-2-100-hover:hover, .color-bg-2-100-hover:active, .color-bg-2-100-hover:focus {
    color: #003b84 !important;
}

[data-color="bg-2-100"] {
    color: #0051b7 !important;
}

.border-color-bg-2-100 {
    border-color: #0051b7 !important;
}

.border-color-bg-2-100-hover:hover, .border-color-bg-2-100-hover:active, .border-color-bg-2-100-hover:focus {
    border-color: #003b84 !important;
}

[data-border-color="bg-2-100"] {
    border-color: #0051b7 !important;
}

.bg-bg-2-200 {
    background-color: #00469e !important;
}

.bg-bg-2-200-hover:hover, .bg-bg-2-200-hover:active, .bg-bg-2-200-hover:focus {
    background-color: #002f6b !important;
}

.bg-bg-2-200-odd:nth-child(odd) {
    background-color: #00469e !important;
}

.bg-bg-2-200-even:nth-child(even) {
    background-color: #00469e !important;
}

[data-bg="bg-2-200"] {
    background-color: #00469e !important;
}

.color-bg-2-200 {
    color: #00469e !important;
}

.color-bg-2-200-hover:hover, .color-bg-2-200-hover:active, .color-bg-2-200-hover:focus {
    color: #002f6b !important;
}

[data-color="bg-2-200"] {
    color: #00469e !important;
}

.border-color-bg-2-200 {
    border-color: #00469e !important;
}

.border-color-bg-2-200-hover:hover, .border-color-bg-2-200-hover:active, .border-color-bg-2-200-hover:focus {
    border-color: #002f6b !important;
}

[data-border-color="bg-2-200"] {
    border-color: #00469e !important;
}

.bg-bg-2-300 {
    background-color: #003b84 !important;
}

.bg-bg-2-300-hover:hover, .bg-bg-2-300-hover:active, .bg-bg-2-300-hover:focus {
    background-color: #002451 !important;
}

.bg-bg-2-300-odd:nth-child(odd) {
    background-color: #003b84 !important;
}

.bg-bg-2-300-even:nth-child(even) {
    background-color: #003b84 !important;
}

[data-bg="bg-2-300"] {
    background-color: #003b84 !important;
}

.color-bg-2-300 {
    color: #003b84 !important;
}

.color-bg-2-300-hover:hover, .color-bg-2-300-hover:active, .color-bg-2-300-hover:focus {
    color: #002451 !important;
}

[data-color="bg-2-300"] {
    color: #003b84 !important;
}

.border-color-bg-2-300 {
    border-color: #003b84 !important;
}

.border-color-bg-2-300-hover:hover, .border-color-bg-2-300-hover:active, .border-color-bg-2-300-hover:focus {
    border-color: #002451 !important;
}

[data-border-color="bg-2-300"] {
    border-color: #003b84 !important;
}

.bg-bg-2-400 {
    background-color: #002f6b !important;
}

.bg-bg-2-400-hover:hover, .bg-bg-2-400-hover:active, .bg-bg-2-400-hover:focus {
    background-color: #001938 !important;
}

.bg-bg-2-400-odd:nth-child(odd) {
    background-color: #002f6b !important;
}

.bg-bg-2-400-even:nth-child(even) {
    background-color: #002f6b !important;
}

[data-bg="bg-2-400"] {
    background-color: #002f6b !important;
}

.color-bg-2-400 {
    color: #002f6b !important;
}

.color-bg-2-400-hover:hover, .color-bg-2-400-hover:active, .color-bg-2-400-hover:focus {
    color: #001938 !important;
}

[data-color="bg-2-400"] {
    color: #002f6b !important;
}

.border-color-bg-2-400 {
    border-color: #002f6b !important;
}

.border-color-bg-2-400-hover:hover, .border-color-bg-2-400-hover:active, .border-color-bg-2-400-hover:focus {
    border-color: #001938 !important;
}

[data-border-color="bg-2-400"] {
    border-color: #002f6b !important;
}

.bg-bg-2-500 {
    background-color: #002451 !important;
}

.bg-bg-2-500-hover:hover, .bg-bg-2-500-hover:active, .bg-bg-2-500-hover:focus {
    background-color: #000d1e !important;
}

.bg-bg-2-500-odd:nth-child(odd) {
    background-color: #002451 !important;
}

.bg-bg-2-500-even:nth-child(even) {
    background-color: #002451 !important;
}

[data-bg="bg-2-500"] {
    background-color: #002451 !important;
}

.color-bg-2-500 {
    color: #002451 !important;
}

.color-bg-2-500-hover:hover, .color-bg-2-500-hover:active, .color-bg-2-500-hover:focus {
    color: #000d1e !important;
}

[data-color="bg-2-500"] {
    color: #002451 !important;
}

.border-color-bg-2-500 {
    border-color: #002451 !important;
}

.border-color-bg-2-500-hover:hover, .border-color-bg-2-500-hover:active, .border-color-bg-2-500-hover:focus {
    border-color: #000d1e !important;
}

[data-border-color="bg-2-500"] {
    border-color: #002451 !important;
}

.bg-bg-2-600 {
    background-color: #001938 !important;
}

.bg-bg-2-600-hover:hover, .bg-bg-2-600-hover:active, .bg-bg-2-600-hover:focus {
    background-color: #000205 !important;
}

.bg-bg-2-600-odd:nth-child(odd) {
    background-color: #001938 !important;
}

.bg-bg-2-600-even:nth-child(even) {
    background-color: #001938 !important;
}

[data-bg="bg-2-600"] {
    background-color: #001938 !important;
}

.color-bg-2-600 {
    color: #001938 !important;
}

.color-bg-2-600-hover:hover, .color-bg-2-600-hover:active, .color-bg-2-600-hover:focus {
    color: #000205 !important;
}

[data-color="bg-2-600"] {
    color: #001938 !important;
}

.border-color-bg-2-600 {
    border-color: #001938 !important;
}

.border-color-bg-2-600-hover:hover, .border-color-bg-2-600-hover:active, .border-color-bg-2-600-hover:focus {
    border-color: #000205 !important;
}

[data-border-color="bg-2-600"] {
    border-color: #001938 !important;
}

.bg-bg-2-700 {
    background-color: #000d1e !important;
}

.bg-bg-2-700-hover:hover, .bg-bg-2-700-hover:active, .bg-bg-2-700-hover:focus {
    background-color: black !important;
}

.bg-bg-2-700-odd:nth-child(odd) {
    background-color: #000d1e !important;
}

.bg-bg-2-700-even:nth-child(even) {
    background-color: #000d1e !important;
}

[data-bg="bg-2-700"] {
    background-color: #000d1e !important;
}

.color-bg-2-700 {
    color: #000d1e !important;
}

.color-bg-2-700-hover:hover, .color-bg-2-700-hover:active, .color-bg-2-700-hover:focus {
    color: black !important;
}

[data-color="bg-2-700"] {
    color: #000d1e !important;
}

.border-color-bg-2-700 {
    border-color: #000d1e !important;
}

.border-color-bg-2-700-hover:hover, .border-color-bg-2-700-hover:active, .border-color-bg-2-700-hover:focus {
    border-color: black !important;
}

[data-border-color="bg-2-700"] {
    border-color: #000d1e !important;
}

.bg-bg-2-800 {
    background-color: #000205 !important;
}

.bg-bg-2-800-hover:hover, .bg-bg-2-800-hover:active, .bg-bg-2-800-hover:focus {
    background-color: black !important;
}

.bg-bg-2-800-odd:nth-child(odd) {
    background-color: #000205 !important;
}

.bg-bg-2-800-even:nth-child(even) {
    background-color: #000205 !important;
}

[data-bg="bg-2-800"] {
    background-color: #000205 !important;
}

.color-bg-2-800 {
    color: #000205 !important;
}

.color-bg-2-800-hover:hover, .color-bg-2-800-hover:active, .color-bg-2-800-hover:focus {
    color: black !important;
}

[data-color="bg-2-800"] {
    color: #000205 !important;
}

.border-color-bg-2-800 {
    border-color: #000205 !important;
}

.border-color-bg-2-800-hover:hover, .border-color-bg-2-800-hover:active, .border-color-bg-2-800-hover:focus {
    border-color: black !important;
}

[data-border-color="bg-2-800"] {
    border-color: #000205 !important;
}

.bg-bg-2-900 {
    background-color: black !important;
}

.bg-bg-2-900-hover:hover, .bg-bg-2-900-hover:active, .bg-bg-2-900-hover:focus {
    background-color: black !important;
}

.bg-bg-2-900-odd:nth-child(odd) {
    background-color: black !important;
}

.bg-bg-2-900-even:nth-child(even) {
    background-color: black !important;
}

[data-bg="bg-2-900"] {
    background-color: black !important;
}

.color-bg-2-900 {
    color: black !important;
}

.color-bg-2-900-hover:hover, .color-bg-2-900-hover:active, .color-bg-2-900-hover:focus {
    color: black !important;
}

[data-color="bg-2-900"] {
    color: black !important;
}

.border-color-bg-2-900 {
    border-color: black !important;
}

.border-color-bg-2-900-hover:hover, .border-color-bg-2-900-hover:active, .border-color-bg-2-900-hover:focus {
    border-color: black !important;
}

[data-border-color="bg-2-900"] {
    border-color: black !important;
}

.bg-bg-3 {
    background-color: #262932 !important;
}

.bg-bg-3-hover:hover, .bg-bg-3-hover:active, .bg-bg-3-hover:focus {
    background-color: #101115 !important;
}

.bg-bg-3-odd:nth-child(odd) {
    background-color: #262932 !important;
}

.bg-bg-3-even:nth-child(even) {
    background-color: #262932 !important;
}

[data-bg="bg-3"] {
    background-color: #262932 !important;
}

.color-bg-3 {
    color: #262932 !important;
}

.color-bg-3-hover:hover, .color-bg-3-hover:active, .color-bg-3-hover:focus {
    color: #101115 !important;
}

[data-color="bg-3"] {
    color: #262932 !important;
}

.border-color-bg-3 {
    border-color: #262932 !important;
}

.border-color-bg-3-hover:hover, .border-color-bg-3-hover:active, .border-color-bg-3-hover:focus {
    border-color: #101115 !important;
}

[data-border-color="bg-3"] {
    border-color: #262932 !important;
}

.bg-bg-3-100 {
    background-color: #52596c !important;
}

.bg-bg-3-100-hover:hover, .bg-bg-3-100-hover:active, .bg-bg-3-100-hover:focus {
    background-color: #3c414f !important;
}

.bg-bg-3-100-odd:nth-child(odd) {
    background-color: #52596c !important;
}

.bg-bg-3-100-even:nth-child(even) {
    background-color: #52596c !important;
}

[data-bg="bg-3-100"] {
    background-color: #52596c !important;
}

.color-bg-3-100 {
    color: #52596c !important;
}

.color-bg-3-100-hover:hover, .color-bg-3-100-hover:active, .color-bg-3-100-hover:focus {
    color: #3c414f !important;
}

[data-color="bg-3-100"] {
    color: #52596c !important;
}

.border-color-bg-3-100 {
    border-color: #52596c !important;
}

.border-color-bg-3-100-hover:hover, .border-color-bg-3-100-hover:active, .border-color-bg-3-100-hover:focus {
    border-color: #3c414f !important;
}

[data-border-color="bg-3-100"] {
    border-color: #52596c !important;
}

.bg-bg-3-200 {
    background-color: #474d5d !important;
}

.bg-bg-3-200-hover:hover, .bg-bg-3-200-hover:active, .bg-bg-3-200-hover:focus {
    background-color: #313540 !important;
}

.bg-bg-3-200-odd:nth-child(odd) {
    background-color: #474d5d !important;
}

.bg-bg-3-200-even:nth-child(even) {
    background-color: #474d5d !important;
}

[data-bg="bg-3-200"] {
    background-color: #474d5d !important;
}

.color-bg-3-200 {
    color: #474d5d !important;
}

.color-bg-3-200-hover:hover, .color-bg-3-200-hover:active, .color-bg-3-200-hover:focus {
    color: #313540 !important;
}

[data-color="bg-3-200"] {
    color: #474d5d !important;
}

.border-color-bg-3-200 {
    border-color: #474d5d !important;
}

.border-color-bg-3-200-hover:hover, .border-color-bg-3-200-hover:active, .border-color-bg-3-200-hover:focus {
    border-color: #313540 !important;
}

[data-border-color="bg-3-200"] {
    border-color: #474d5d !important;
}

.bg-bg-3-300 {
    background-color: #3c414f !important;
}

.bg-bg-3-300-hover:hover, .bg-bg-3-300-hover:active, .bg-bg-3-300-hover:focus {
    background-color: #262932 !important;
}

.bg-bg-3-300-odd:nth-child(odd) {
    background-color: #3c414f !important;
}

.bg-bg-3-300-even:nth-child(even) {
    background-color: #3c414f !important;
}

[data-bg="bg-3-300"] {
    background-color: #3c414f !important;
}

.color-bg-3-300 {
    color: #3c414f !important;
}

.color-bg-3-300-hover:hover, .color-bg-3-300-hover:active, .color-bg-3-300-hover:focus {
    color: #262932 !important;
}

[data-color="bg-3-300"] {
    color: #3c414f !important;
}

.border-color-bg-3-300 {
    border-color: #3c414f !important;
}

.border-color-bg-3-300-hover:hover, .border-color-bg-3-300-hover:active, .border-color-bg-3-300-hover:focus {
    border-color: #262932 !important;
}

[data-border-color="bg-3-300"] {
    border-color: #3c414f !important;
}

.bg-bg-3-400 {
    background-color: #313540 !important;
}

.bg-bg-3-400-hover:hover, .bg-bg-3-400-hover:active, .bg-bg-3-400-hover:focus {
    background-color: #1b1d24 !important;
}

.bg-bg-3-400-odd:nth-child(odd) {
    background-color: #313540 !important;
}

.bg-bg-3-400-even:nth-child(even) {
    background-color: #313540 !important;
}

[data-bg="bg-3-400"] {
    background-color: #313540 !important;
}

.color-bg-3-400 {
    color: #313540 !important;
}

.color-bg-3-400-hover:hover, .color-bg-3-400-hover:active, .color-bg-3-400-hover:focus {
    color: #1b1d24 !important;
}

[data-color="bg-3-400"] {
    color: #313540 !important;
}

.border-color-bg-3-400 {
    border-color: #313540 !important;
}

.border-color-bg-3-400-hover:hover, .border-color-bg-3-400-hover:active, .border-color-bg-3-400-hover:focus {
    border-color: #1b1d24 !important;
}

[data-border-color="bg-3-400"] {
    border-color: #313540 !important;
}

.bg-bg-3-500 {
    background-color: #262932 !important;
}

.bg-bg-3-500-hover:hover, .bg-bg-3-500-hover:active, .bg-bg-3-500-hover:focus {
    background-color: #101115 !important;
}

.bg-bg-3-500-odd:nth-child(odd) {
    background-color: #262932 !important;
}

.bg-bg-3-500-even:nth-child(even) {
    background-color: #262932 !important;
}

[data-bg="bg-3-500"] {
    background-color: #262932 !important;
}

.color-bg-3-500 {
    color: #262932 !important;
}

.color-bg-3-500-hover:hover, .color-bg-3-500-hover:active, .color-bg-3-500-hover:focus {
    color: #101115 !important;
}

[data-color="bg-3-500"] {
    color: #262932 !important;
}

.border-color-bg-3-500 {
    border-color: #262932 !important;
}

.border-color-bg-3-500-hover:hover, .border-color-bg-3-500-hover:active, .border-color-bg-3-500-hover:focus {
    border-color: #101115 !important;
}

[data-border-color="bg-3-500"] {
    border-color: #262932 !important;
}

.bg-bg-3-600 {
    background-color: #1b1d24 !important;
}

.bg-bg-3-600-hover:hover, .bg-bg-3-600-hover:active, .bg-bg-3-600-hover:focus {
    background-color: #050507 !important;
}

.bg-bg-3-600-odd:nth-child(odd) {
    background-color: #1b1d24 !important;
}

.bg-bg-3-600-even:nth-child(even) {
    background-color: #1b1d24 !important;
}

[data-bg="bg-3-600"] {
    background-color: #1b1d24 !important;
}

.color-bg-3-600 {
    color: #1b1d24 !important;
}

.color-bg-3-600-hover:hover, .color-bg-3-600-hover:active, .color-bg-3-600-hover:focus {
    color: #050507 !important;
}

[data-color="bg-3-600"] {
    color: #1b1d24 !important;
}

.border-color-bg-3-600 {
    border-color: #1b1d24 !important;
}

.border-color-bg-3-600-hover:hover, .border-color-bg-3-600-hover:active, .border-color-bg-3-600-hover:focus {
    border-color: #050507 !important;
}

[data-border-color="bg-3-600"] {
    border-color: #1b1d24 !important;
}

.bg-bg-3-700 {
    background-color: #101115 !important;
}

.bg-bg-3-700-hover:hover, .bg-bg-3-700-hover:active, .bg-bg-3-700-hover:focus {
    background-color: black !important;
}

.bg-bg-3-700-odd:nth-child(odd) {
    background-color: #101115 !important;
}

.bg-bg-3-700-even:nth-child(even) {
    background-color: #101115 !important;
}

[data-bg="bg-3-700"] {
    background-color: #101115 !important;
}

.color-bg-3-700 {
    color: #101115 !important;
}

.color-bg-3-700-hover:hover, .color-bg-3-700-hover:active, .color-bg-3-700-hover:focus {
    color: black !important;
}

[data-color="bg-3-700"] {
    color: #101115 !important;
}

.border-color-bg-3-700 {
    border-color: #101115 !important;
}

.border-color-bg-3-700-hover:hover, .border-color-bg-3-700-hover:active, .border-color-bg-3-700-hover:focus {
    border-color: black !important;
}

[data-border-color="bg-3-700"] {
    border-color: #101115 !important;
}

.bg-bg-3-800 {
    background-color: #050507 !important;
}

.bg-bg-3-800-hover:hover, .bg-bg-3-800-hover:active, .bg-bg-3-800-hover:focus {
    background-color: black !important;
}

.bg-bg-3-800-odd:nth-child(odd) {
    background-color: #050507 !important;
}

.bg-bg-3-800-even:nth-child(even) {
    background-color: #050507 !important;
}

[data-bg="bg-3-800"] {
    background-color: #050507 !important;
}

.color-bg-3-800 {
    color: #050507 !important;
}

.color-bg-3-800-hover:hover, .color-bg-3-800-hover:active, .color-bg-3-800-hover:focus {
    color: black !important;
}

[data-color="bg-3-800"] {
    color: #050507 !important;
}

.border-color-bg-3-800 {
    border-color: #050507 !important;
}

.border-color-bg-3-800-hover:hover, .border-color-bg-3-800-hover:active, .border-color-bg-3-800-hover:focus {
    border-color: black !important;
}

[data-border-color="bg-3-800"] {
    border-color: #050507 !important;
}

.bg-bg-3-900 {
    background-color: black !important;
}

.bg-bg-3-900-hover:hover, .bg-bg-3-900-hover:active, .bg-bg-3-900-hover:focus {
    background-color: black !important;
}

.bg-bg-3-900-odd:nth-child(odd) {
    background-color: black !important;
}

.bg-bg-3-900-even:nth-child(even) {
    background-color: black !important;
}

[data-bg="bg-3-900"] {
    background-color: black !important;
}

.color-bg-3-900 {
    color: black !important;
}

.color-bg-3-900-hover:hover, .color-bg-3-900-hover:active, .color-bg-3-900-hover:focus {
    color: black !important;
}

[data-color="bg-3-900"] {
    color: black !important;
}

.border-color-bg-3-900 {
    border-color: black !important;
}

.border-color-bg-3-900-hover:hover, .border-color-bg-3-900-hover:active, .border-color-bg-3-900-hover:focus {
    border-color: black !important;
}

[data-border-color="bg-3-900"] {
    border-color: black !important;
}

.bg-bg-4 {
    background-color: #000000 !important;
}

.bg-bg-4-hover:hover, .bg-bg-4-hover:active, .bg-bg-4-hover:focus {
    background-color: black !important;
}

.bg-bg-4-odd:nth-child(odd) {
    background-color: #000000 !important;
}

.bg-bg-4-even:nth-child(even) {
    background-color: #000000 !important;
}

[data-bg="bg-4"] {
    background-color: #000000 !important;
}

.color-bg-4 {
    color: #000000 !important;
}

.color-bg-4-hover:hover, .color-bg-4-hover:active, .color-bg-4-hover:focus {
    color: black !important;
}

[data-color="bg-4"] {
    color: #000000 !important;
}

.border-color-bg-4 {
    border-color: #000000 !important;
}

.border-color-bg-4-hover:hover, .border-color-bg-4-hover:active, .border-color-bg-4-hover:focus {
    border-color: black !important;
}

[data-border-color="bg-4"] {
    border-color: #000000 !important;
}

.bg-bg-4-100 {
    background-color: #333333 !important;
}

.bg-bg-4-100-hover:hover, .bg-bg-4-100-hover:active, .bg-bg-4-100-hover:focus {
    background-color: #1a1a1a !important;
}

.bg-bg-4-100-odd:nth-child(odd) {
    background-color: #333333 !important;
}

.bg-bg-4-100-even:nth-child(even) {
    background-color: #333333 !important;
}

[data-bg="bg-4-100"] {
    background-color: #333333 !important;
}

.color-bg-4-100 {
    color: #333333 !important;
}

.color-bg-4-100-hover:hover, .color-bg-4-100-hover:active, .color-bg-4-100-hover:focus {
    color: #1a1a1a !important;
}

[data-color="bg-4-100"] {
    color: #333333 !important;
}

.border-color-bg-4-100 {
    border-color: #333333 !important;
}

.border-color-bg-4-100-hover:hover, .border-color-bg-4-100-hover:active, .border-color-bg-4-100-hover:focus {
    border-color: #1a1a1a !important;
}

[data-border-color="bg-4-100"] {
    border-color: #333333 !important;
}

.bg-bg-4-200 {
    background-color: #262626 !important;
}

.bg-bg-4-200-hover:hover, .bg-bg-4-200-hover:active, .bg-bg-4-200-hover:focus {
    background-color: #0d0d0d !important;
}

.bg-bg-4-200-odd:nth-child(odd) {
    background-color: #262626 !important;
}

.bg-bg-4-200-even:nth-child(even) {
    background-color: #262626 !important;
}

[data-bg="bg-4-200"] {
    background-color: #262626 !important;
}

.color-bg-4-200 {
    color: #262626 !important;
}

.color-bg-4-200-hover:hover, .color-bg-4-200-hover:active, .color-bg-4-200-hover:focus {
    color: #0d0d0d !important;
}

[data-color="bg-4-200"] {
    color: #262626 !important;
}

.border-color-bg-4-200 {
    border-color: #262626 !important;
}

.border-color-bg-4-200-hover:hover, .border-color-bg-4-200-hover:active, .border-color-bg-4-200-hover:focus {
    border-color: #0d0d0d !important;
}

[data-border-color="bg-4-200"] {
    border-color: #262626 !important;
}

.bg-bg-4-300 {
    background-color: #1a1a1a !important;
}

.bg-bg-4-300-hover:hover, .bg-bg-4-300-hover:active, .bg-bg-4-300-hover:focus {
    background-color: black !important;
}

.bg-bg-4-300-odd:nth-child(odd) {
    background-color: #1a1a1a !important;
}

.bg-bg-4-300-even:nth-child(even) {
    background-color: #1a1a1a !important;
}

[data-bg="bg-4-300"] {
    background-color: #1a1a1a !important;
}

.color-bg-4-300 {
    color: #1a1a1a !important;
}

.color-bg-4-300-hover:hover, .color-bg-4-300-hover:active, .color-bg-4-300-hover:focus {
    color: black !important;
}

[data-color="bg-4-300"] {
    color: #1a1a1a !important;
}

.border-color-bg-4-300 {
    border-color: #1a1a1a !important;
}

.border-color-bg-4-300-hover:hover, .border-color-bg-4-300-hover:active, .border-color-bg-4-300-hover:focus {
    border-color: black !important;
}

[data-border-color="bg-4-300"] {
    border-color: #1a1a1a !important;
}

.bg-bg-4-400 {
    background-color: #0d0d0d !important;
}

.bg-bg-4-400-hover:hover, .bg-bg-4-400-hover:active, .bg-bg-4-400-hover:focus {
    background-color: black !important;
}

.bg-bg-4-400-odd:nth-child(odd) {
    background-color: #0d0d0d !important;
}

.bg-bg-4-400-even:nth-child(even) {
    background-color: #0d0d0d !important;
}

[data-bg="bg-4-400"] {
    background-color: #0d0d0d !important;
}

.color-bg-4-400 {
    color: #0d0d0d !important;
}

.color-bg-4-400-hover:hover, .color-bg-4-400-hover:active, .color-bg-4-400-hover:focus {
    color: black !important;
}

[data-color="bg-4-400"] {
    color: #0d0d0d !important;
}

.border-color-bg-4-400 {
    border-color: #0d0d0d !important;
}

.border-color-bg-4-400-hover:hover, .border-color-bg-4-400-hover:active, .border-color-bg-4-400-hover:focus {
    border-color: black !important;
}

[data-border-color="bg-4-400"] {
    border-color: #0d0d0d !important;
}

.bg-bg-4-500 {
    background-color: #000000 !important;
}

.bg-bg-4-500-hover:hover, .bg-bg-4-500-hover:active, .bg-bg-4-500-hover:focus {
    background-color: black !important;
}

.bg-bg-4-500-odd:nth-child(odd) {
    background-color: #000000 !important;
}

.bg-bg-4-500-even:nth-child(even) {
    background-color: #000000 !important;
}

[data-bg="bg-4-500"] {
    background-color: #000000 !important;
}

.color-bg-4-500 {
    color: #000000 !important;
}

.color-bg-4-500-hover:hover, .color-bg-4-500-hover:active, .color-bg-4-500-hover:focus {
    color: black !important;
}

[data-color="bg-4-500"] {
    color: #000000 !important;
}

.border-color-bg-4-500 {
    border-color: #000000 !important;
}

.border-color-bg-4-500-hover:hover, .border-color-bg-4-500-hover:active, .border-color-bg-4-500-hover:focus {
    border-color: black !important;
}

[data-border-color="bg-4-500"] {
    border-color: #000000 !important;
}

.bg-bg-4-600 {
    background-color: black !important;
}

.bg-bg-4-600-hover:hover, .bg-bg-4-600-hover:active, .bg-bg-4-600-hover:focus {
    background-color: black !important;
}

.bg-bg-4-600-odd:nth-child(odd) {
    background-color: black !important;
}

.bg-bg-4-600-even:nth-child(even) {
    background-color: black !important;
}

[data-bg="bg-4-600"] {
    background-color: black !important;
}

.color-bg-4-600 {
    color: black !important;
}

.color-bg-4-600-hover:hover, .color-bg-4-600-hover:active, .color-bg-4-600-hover:focus {
    color: black !important;
}

[data-color="bg-4-600"] {
    color: black !important;
}

.border-color-bg-4-600 {
    border-color: black !important;
}

.border-color-bg-4-600-hover:hover, .border-color-bg-4-600-hover:active, .border-color-bg-4-600-hover:focus {
    border-color: black !important;
}

[data-border-color="bg-4-600"] {
    border-color: black !important;
}

.bg-bg-4-700 {
    background-color: black !important;
}

.bg-bg-4-700-hover:hover, .bg-bg-4-700-hover:active, .bg-bg-4-700-hover:focus {
    background-color: black !important;
}

.bg-bg-4-700-odd:nth-child(odd) {
    background-color: black !important;
}

.bg-bg-4-700-even:nth-child(even) {
    background-color: black !important;
}

[data-bg="bg-4-700"] {
    background-color: black !important;
}

.color-bg-4-700 {
    color: black !important;
}

.color-bg-4-700-hover:hover, .color-bg-4-700-hover:active, .color-bg-4-700-hover:focus {
    color: black !important;
}

[data-color="bg-4-700"] {
    color: black !important;
}

.border-color-bg-4-700 {
    border-color: black !important;
}

.border-color-bg-4-700-hover:hover, .border-color-bg-4-700-hover:active, .border-color-bg-4-700-hover:focus {
    border-color: black !important;
}

[data-border-color="bg-4-700"] {
    border-color: black !important;
}

.bg-bg-4-800 {
    background-color: black !important;
}

.bg-bg-4-800-hover:hover, .bg-bg-4-800-hover:active, .bg-bg-4-800-hover:focus {
    background-color: black !important;
}

.bg-bg-4-800-odd:nth-child(odd) {
    background-color: black !important;
}

.bg-bg-4-800-even:nth-child(even) {
    background-color: black !important;
}

[data-bg="bg-4-800"] {
    background-color: black !important;
}

.color-bg-4-800 {
    color: black !important;
}

.color-bg-4-800-hover:hover, .color-bg-4-800-hover:active, .color-bg-4-800-hover:focus {
    color: black !important;
}

[data-color="bg-4-800"] {
    color: black !important;
}

.border-color-bg-4-800 {
    border-color: black !important;
}

.border-color-bg-4-800-hover:hover, .border-color-bg-4-800-hover:active, .border-color-bg-4-800-hover:focus {
    border-color: black !important;
}

[data-border-color="bg-4-800"] {
    border-color: black !important;
}

.bg-bg-4-900 {
    background-color: black !important;
}

.bg-bg-4-900-hover:hover, .bg-bg-4-900-hover:active, .bg-bg-4-900-hover:focus {
    background-color: black !important;
}

.bg-bg-4-900-odd:nth-child(odd) {
    background-color: black !important;
}

.bg-bg-4-900-even:nth-child(even) {
    background-color: black !important;
}

[data-bg="bg-4-900"] {
    background-color: black !important;
}

.color-bg-4-900 {
    color: black !important;
}

.color-bg-4-900-hover:hover, .color-bg-4-900-hover:active, .color-bg-4-900-hover:focus {
    color: black !important;
}

[data-color="bg-4-900"] {
    color: black !important;
}

.border-color-bg-4-900 {
    border-color: black !important;
}

.border-color-bg-4-900-hover:hover, .border-color-bg-4-900-hover:active, .border-color-bg-4-900-hover:focus {
    border-color: black !important;
}

[data-border-color="bg-4-900"] {
    border-color: black !important;
}

.bg-bg-5 {
    background-color: #461C6E !important;
}

.bg-bg-5-hover:hover, .bg-bg-5-hover:active, .bg-bg-5-hover:focus {
    background-color: #2c1245 !important;
}

.bg-bg-5-odd:nth-child(odd) {
    background-color: #461C6E !important;
}

.bg-bg-5-even:nth-child(even) {
    background-color: #461C6E !important;
}

[data-bg="bg-5"] {
    background-color: #461C6E !important;
}

.color-bg-5 {
    color: #461C6E !important;
}

.color-bg-5-hover:hover, .color-bg-5-hover:active, .color-bg-5-hover:focus {
    color: #2c1245 !important;
}

[data-color="bg-5"] {
    color: #461C6E !important;
}

.border-color-bg-5 {
    border-color: #461C6E !important;
}

.border-color-bg-5-hover:hover, .border-color-bg-5-hover:active, .border-color-bg-5-hover:focus {
    border-color: #2c1245 !important;
}

[data-border-color="bg-5"] {
    border-color: #461C6E !important;
}

.bg-bg-5-100 {
    background-color: #7a31bf !important;
}

.bg-bg-5-100-hover:hover, .bg-bg-5-100-hover:active, .bg-bg-5-100-hover:focus {
    background-color: #602697 !important;
}

.bg-bg-5-100-odd:nth-child(odd) {
    background-color: #7a31bf !important;
}

.bg-bg-5-100-even:nth-child(even) {
    background-color: #7a31bf !important;
}

[data-bg="bg-5-100"] {
    background-color: #7a31bf !important;
}

.color-bg-5-100 {
    color: #7a31bf !important;
}

.color-bg-5-100-hover:hover, .color-bg-5-100-hover:active, .color-bg-5-100-hover:focus {
    color: #602697 !important;
}

[data-color="bg-5-100"] {
    color: #7a31bf !important;
}

.border-color-bg-5-100 {
    border-color: #7a31bf !important;
}

.border-color-bg-5-100-hover:hover, .border-color-bg-5-100-hover:active, .border-color-bg-5-100-hover:focus {
    border-color: #602697 !important;
}

[data-border-color="bg-5-100"] {
    border-color: #7a31bf !important;
}

.bg-bg-5-200 {
    background-color: #6d2cab !important;
}

.bg-bg-5-200-hover:hover, .bg-bg-5-200-hover:active, .bg-bg-5-200-hover:focus {
    background-color: #532182 !important;
}

.bg-bg-5-200-odd:nth-child(odd) {
    background-color: #6d2cab !important;
}

.bg-bg-5-200-even:nth-child(even) {
    background-color: #6d2cab !important;
}

[data-bg="bg-5-200"] {
    background-color: #6d2cab !important;
}

.color-bg-5-200 {
    color: #6d2cab !important;
}

.color-bg-5-200-hover:hover, .color-bg-5-200-hover:active, .color-bg-5-200-hover:focus {
    color: #532182 !important;
}

[data-color="bg-5-200"] {
    color: #6d2cab !important;
}

.border-color-bg-5-200 {
    border-color: #6d2cab !important;
}

.border-color-bg-5-200-hover:hover, .border-color-bg-5-200-hover:active, .border-color-bg-5-200-hover:focus {
    border-color: #532182 !important;
}

[data-border-color="bg-5-200"] {
    border-color: #6d2cab !important;
}

.bg-bg-5-300 {
    background-color: #602697 !important;
}

.bg-bg-5-300-hover:hover, .bg-bg-5-300-hover:active, .bg-bg-5-300-hover:focus {
    background-color: #461c6e !important;
}

.bg-bg-5-300-odd:nth-child(odd) {
    background-color: #602697 !important;
}

.bg-bg-5-300-even:nth-child(even) {
    background-color: #602697 !important;
}

[data-bg="bg-5-300"] {
    background-color: #602697 !important;
}

.color-bg-5-300 {
    color: #602697 !important;
}

.color-bg-5-300-hover:hover, .color-bg-5-300-hover:active, .color-bg-5-300-hover:focus {
    color: #461c6e !important;
}

[data-color="bg-5-300"] {
    color: #602697 !important;
}

.border-color-bg-5-300 {
    border-color: #602697 !important;
}

.border-color-bg-5-300-hover:hover, .border-color-bg-5-300-hover:active, .border-color-bg-5-300-hover:focus {
    border-color: #461c6e !important;
}

[data-border-color="bg-5-300"] {
    border-color: #602697 !important;
}

.bg-bg-5-400 {
    background-color: #532182 !important;
}

.bg-bg-5-400-hover:hover, .bg-bg-5-400-hover:active, .bg-bg-5-400-hover:focus {
    background-color: #39175a !important;
}

.bg-bg-5-400-odd:nth-child(odd) {
    background-color: #532182 !important;
}

.bg-bg-5-400-even:nth-child(even) {
    background-color: #532182 !important;
}

[data-bg="bg-5-400"] {
    background-color: #532182 !important;
}

.color-bg-5-400 {
    color: #532182 !important;
}

.color-bg-5-400-hover:hover, .color-bg-5-400-hover:active, .color-bg-5-400-hover:focus {
    color: #39175a !important;
}

[data-color="bg-5-400"] {
    color: #532182 !important;
}

.border-color-bg-5-400 {
    border-color: #532182 !important;
}

.border-color-bg-5-400-hover:hover, .border-color-bg-5-400-hover:active, .border-color-bg-5-400-hover:focus {
    border-color: #39175a !important;
}

[data-border-color="bg-5-400"] {
    border-color: #532182 !important;
}

.bg-bg-5-500 {
    background-color: #461C6E !important;
}

.bg-bg-5-500-hover:hover, .bg-bg-5-500-hover:active, .bg-bg-5-500-hover:focus {
    background-color: #2c1245 !important;
}

.bg-bg-5-500-odd:nth-child(odd) {
    background-color: #461C6E !important;
}

.bg-bg-5-500-even:nth-child(even) {
    background-color: #461C6E !important;
}

[data-bg="bg-5-500"] {
    background-color: #461C6E !important;
}

.color-bg-5-500 {
    color: #461C6E !important;
}

.color-bg-5-500-hover:hover, .color-bg-5-500-hover:active, .color-bg-5-500-hover:focus {
    color: #2c1245 !important;
}

[data-color="bg-5-500"] {
    color: #461C6E !important;
}

.border-color-bg-5-500 {
    border-color: #461C6E !important;
}

.border-color-bg-5-500-hover:hover, .border-color-bg-5-500-hover:active, .border-color-bg-5-500-hover:focus {
    border-color: #2c1245 !important;
}

[data-border-color="bg-5-500"] {
    border-color: #461C6E !important;
}

.bg-bg-5-600 {
    background-color: #39175a !important;
}

.bg-bg-5-600-hover:hover, .bg-bg-5-600-hover:active, .bg-bg-5-600-hover:focus {
    background-color: #1f0c31 !important;
}

.bg-bg-5-600-odd:nth-child(odd) {
    background-color: #39175a !important;
}

.bg-bg-5-600-even:nth-child(even) {
    background-color: #39175a !important;
}

[data-bg="bg-5-600"] {
    background-color: #39175a !important;
}

.color-bg-5-600 {
    color: #39175a !important;
}

.color-bg-5-600-hover:hover, .color-bg-5-600-hover:active, .color-bg-5-600-hover:focus {
    color: #1f0c31 !important;
}

[data-color="bg-5-600"] {
    color: #39175a !important;
}

.border-color-bg-5-600 {
    border-color: #39175a !important;
}

.border-color-bg-5-600-hover:hover, .border-color-bg-5-600-hover:active, .border-color-bg-5-600-hover:focus {
    border-color: #1f0c31 !important;
}

[data-border-color="bg-5-600"] {
    border-color: #39175a !important;
}

.bg-bg-5-700 {
    background-color: #2c1245 !important;
}

.bg-bg-5-700-hover:hover, .bg-bg-5-700-hover:active, .bg-bg-5-700-hover:focus {
    background-color: #12071d !important;
}

.bg-bg-5-700-odd:nth-child(odd) {
    background-color: #2c1245 !important;
}

.bg-bg-5-700-even:nth-child(even) {
    background-color: #2c1245 !important;
}

[data-bg="bg-5-700"] {
    background-color: #2c1245 !important;
}

.color-bg-5-700 {
    color: #2c1245 !important;
}

.color-bg-5-700-hover:hover, .color-bg-5-700-hover:active, .color-bg-5-700-hover:focus {
    color: #12071d !important;
}

[data-color="bg-5-700"] {
    color: #2c1245 !important;
}

.border-color-bg-5-700 {
    border-color: #2c1245 !important;
}

.border-color-bg-5-700-hover:hover, .border-color-bg-5-700-hover:active, .border-color-bg-5-700-hover:focus {
    border-color: #12071d !important;
}

[data-border-color="bg-5-700"] {
    border-color: #2c1245 !important;
}

.bg-bg-5-800 {
    background-color: #1f0c31 !important;
}

.bg-bg-5-800-hover:hover, .bg-bg-5-800-hover:active, .bg-bg-5-800-hover:focus {
    background-color: #050208 !important;
}

.bg-bg-5-800-odd:nth-child(odd) {
    background-color: #1f0c31 !important;
}

.bg-bg-5-800-even:nth-child(even) {
    background-color: #1f0c31 !important;
}

[data-bg="bg-5-800"] {
    background-color: #1f0c31 !important;
}

.color-bg-5-800 {
    color: #1f0c31 !important;
}

.color-bg-5-800-hover:hover, .color-bg-5-800-hover:active, .color-bg-5-800-hover:focus {
    color: #050208 !important;
}

[data-color="bg-5-800"] {
    color: #1f0c31 !important;
}

.border-color-bg-5-800 {
    border-color: #1f0c31 !important;
}

.border-color-bg-5-800-hover:hover, .border-color-bg-5-800-hover:active, .border-color-bg-5-800-hover:focus {
    border-color: #050208 !important;
}

[data-border-color="bg-5-800"] {
    border-color: #1f0c31 !important;
}

.bg-bg-5-900 {
    background-color: #12071d !important;
}

.bg-bg-5-900-hover:hover, .bg-bg-5-900-hover:active, .bg-bg-5-900-hover:focus {
    background-color: black !important;
}

.bg-bg-5-900-odd:nth-child(odd) {
    background-color: #12071d !important;
}

.bg-bg-5-900-even:nth-child(even) {
    background-color: #12071d !important;
}

[data-bg="bg-5-900"] {
    background-color: #12071d !important;
}

.color-bg-5-900 {
    color: #12071d !important;
}

.color-bg-5-900-hover:hover, .color-bg-5-900-hover:active, .color-bg-5-900-hover:focus {
    color: black !important;
}

[data-color="bg-5-900"] {
    color: #12071d !important;
}

.border-color-bg-5-900 {
    border-color: #12071d !important;
}

.border-color-bg-5-900-hover:hover, .border-color-bg-5-900-hover:active, .border-color-bg-5-900-hover:focus {
    border-color: black !important;
}

[data-border-color="bg-5-900"] {
    border-color: #12071d !important;
}

.bg-bg-6 {
    background-color: #ffffff !important;
}

.bg-bg-6-hover:hover, .bg-bg-6-hover:active, .bg-bg-6-hover:focus {
    background-color: #e6e6e6 !important;
}

.bg-bg-6-odd:nth-child(odd) {
    background-color: #ffffff !important;
}

.bg-bg-6-even:nth-child(even) {
    background-color: #ffffff !important;
}

[data-bg="bg-6"] {
    background-color: #ffffff !important;
}

.color-bg-6 {
    color: #ffffff !important;
}

.color-bg-6-hover:hover, .color-bg-6-hover:active, .color-bg-6-hover:focus {
    color: #e6e6e6 !important;
}

[data-color="bg-6"] {
    color: #ffffff !important;
}

.border-color-bg-6 {
    border-color: #ffffff !important;
}

.border-color-bg-6-hover:hover, .border-color-bg-6-hover:active, .border-color-bg-6-hover:focus {
    border-color: #e6e6e6 !important;
}

[data-border-color="bg-6"] {
    border-color: #ffffff !important;
}

.bg-bg-6-100 {
    background-color: white !important;
}

.bg-bg-6-100-hover:hover, .bg-bg-6-100-hover:active, .bg-bg-6-100-hover:focus {
    background-color: #e6e6e6 !important;
}

.bg-bg-6-100-odd:nth-child(odd) {
    background-color: white !important;
}

.bg-bg-6-100-even:nth-child(even) {
    background-color: white !important;
}

[data-bg="bg-6-100"] {
    background-color: white !important;
}

.color-bg-6-100 {
    color: white !important;
}

.color-bg-6-100-hover:hover, .color-bg-6-100-hover:active, .color-bg-6-100-hover:focus {
    color: #e6e6e6 !important;
}

[data-color="bg-6-100"] {
    color: white !important;
}

.border-color-bg-6-100 {
    border-color: white !important;
}

.border-color-bg-6-100-hover:hover, .border-color-bg-6-100-hover:active, .border-color-bg-6-100-hover:focus {
    border-color: #e6e6e6 !important;
}

[data-border-color="bg-6-100"] {
    border-color: white !important;
}

.bg-bg-6-200 {
    background-color: white !important;
}

.bg-bg-6-200-hover:hover, .bg-bg-6-200-hover:active, .bg-bg-6-200-hover:focus {
    background-color: #e6e6e6 !important;
}

.bg-bg-6-200-odd:nth-child(odd) {
    background-color: white !important;
}

.bg-bg-6-200-even:nth-child(even) {
    background-color: white !important;
}

[data-bg="bg-6-200"] {
    background-color: white !important;
}

.color-bg-6-200 {
    color: white !important;
}

.color-bg-6-200-hover:hover, .color-bg-6-200-hover:active, .color-bg-6-200-hover:focus {
    color: #e6e6e6 !important;
}

[data-color="bg-6-200"] {
    color: white !important;
}

.border-color-bg-6-200 {
    border-color: white !important;
}

.border-color-bg-6-200-hover:hover, .border-color-bg-6-200-hover:active, .border-color-bg-6-200-hover:focus {
    border-color: #e6e6e6 !important;
}

[data-border-color="bg-6-200"] {
    border-color: white !important;
}

.bg-bg-6-300 {
    background-color: white !important;
}

.bg-bg-6-300-hover:hover, .bg-bg-6-300-hover:active, .bg-bg-6-300-hover:focus {
    background-color: #e6e6e6 !important;
}

.bg-bg-6-300-odd:nth-child(odd) {
    background-color: white !important;
}

.bg-bg-6-300-even:nth-child(even) {
    background-color: white !important;
}

[data-bg="bg-6-300"] {
    background-color: white !important;
}

.color-bg-6-300 {
    color: white !important;
}

.color-bg-6-300-hover:hover, .color-bg-6-300-hover:active, .color-bg-6-300-hover:focus {
    color: #e6e6e6 !important;
}

[data-color="bg-6-300"] {
    color: white !important;
}

.border-color-bg-6-300 {
    border-color: white !important;
}

.border-color-bg-6-300-hover:hover, .border-color-bg-6-300-hover:active, .border-color-bg-6-300-hover:focus {
    border-color: #e6e6e6 !important;
}

[data-border-color="bg-6-300"] {
    border-color: white !important;
}

.bg-bg-6-400 {
    background-color: white !important;
}

.bg-bg-6-400-hover:hover, .bg-bg-6-400-hover:active, .bg-bg-6-400-hover:focus {
    background-color: #e6e6e6 !important;
}

.bg-bg-6-400-odd:nth-child(odd) {
    background-color: white !important;
}

.bg-bg-6-400-even:nth-child(even) {
    background-color: white !important;
}

[data-bg="bg-6-400"] {
    background-color: white !important;
}

.color-bg-6-400 {
    color: white !important;
}

.color-bg-6-400-hover:hover, .color-bg-6-400-hover:active, .color-bg-6-400-hover:focus {
    color: #e6e6e6 !important;
}

[data-color="bg-6-400"] {
    color: white !important;
}

.border-color-bg-6-400 {
    border-color: white !important;
}

.border-color-bg-6-400-hover:hover, .border-color-bg-6-400-hover:active, .border-color-bg-6-400-hover:focus {
    border-color: #e6e6e6 !important;
}

[data-border-color="bg-6-400"] {
    border-color: white !important;
}

.bg-bg-6-500 {
    background-color: #ffffff !important;
}

.bg-bg-6-500-hover:hover, .bg-bg-6-500-hover:active, .bg-bg-6-500-hover:focus {
    background-color: #e6e6e6 !important;
}

.bg-bg-6-500-odd:nth-child(odd) {
    background-color: #ffffff !important;
}

.bg-bg-6-500-even:nth-child(even) {
    background-color: #ffffff !important;
}

[data-bg="bg-6-500"] {
    background-color: #ffffff !important;
}

.color-bg-6-500 {
    color: #ffffff !important;
}

.color-bg-6-500-hover:hover, .color-bg-6-500-hover:active, .color-bg-6-500-hover:focus {
    color: #e6e6e6 !important;
}

[data-color="bg-6-500"] {
    color: #ffffff !important;
}

.border-color-bg-6-500 {
    border-color: #ffffff !important;
}

.border-color-bg-6-500-hover:hover, .border-color-bg-6-500-hover:active, .border-color-bg-6-500-hover:focus {
    border-color: #e6e6e6 !important;
}

[data-border-color="bg-6-500"] {
    border-color: #ffffff !important;
}

.bg-bg-6-600 {
    background-color: #f2f2f2 !important;
}

.bg-bg-6-600-hover:hover, .bg-bg-6-600-hover:active, .bg-bg-6-600-hover:focus {
    background-color: #d9d9d9 !important;
}

.bg-bg-6-600-odd:nth-child(odd) {
    background-color: #f2f2f2 !important;
}

.bg-bg-6-600-even:nth-child(even) {
    background-color: #f2f2f2 !important;
}

[data-bg="bg-6-600"] {
    background-color: #f2f2f2 !important;
}

.color-bg-6-600 {
    color: #f2f2f2 !important;
}

.color-bg-6-600-hover:hover, .color-bg-6-600-hover:active, .color-bg-6-600-hover:focus {
    color: #d9d9d9 !important;
}

[data-color="bg-6-600"] {
    color: #f2f2f2 !important;
}

.border-color-bg-6-600 {
    border-color: #f2f2f2 !important;
}

.border-color-bg-6-600-hover:hover, .border-color-bg-6-600-hover:active, .border-color-bg-6-600-hover:focus {
    border-color: #d9d9d9 !important;
}

[data-border-color="bg-6-600"] {
    border-color: #f2f2f2 !important;
}

.bg-bg-6-700 {
    background-color: #e6e6e6 !important;
}

.bg-bg-6-700-hover:hover, .bg-bg-6-700-hover:active, .bg-bg-6-700-hover:focus {
    background-color: #cccccc !important;
}

.bg-bg-6-700-odd:nth-child(odd) {
    background-color: #e6e6e6 !important;
}

.bg-bg-6-700-even:nth-child(even) {
    background-color: #e6e6e6 !important;
}

[data-bg="bg-6-700"] {
    background-color: #e6e6e6 !important;
}

.color-bg-6-700 {
    color: #e6e6e6 !important;
}

.color-bg-6-700-hover:hover, .color-bg-6-700-hover:active, .color-bg-6-700-hover:focus {
    color: #cccccc !important;
}

[data-color="bg-6-700"] {
    color: #e6e6e6 !important;
}

.border-color-bg-6-700 {
    border-color: #e6e6e6 !important;
}

.border-color-bg-6-700-hover:hover, .border-color-bg-6-700-hover:active, .border-color-bg-6-700-hover:focus {
    border-color: #cccccc !important;
}

[data-border-color="bg-6-700"] {
    border-color: #e6e6e6 !important;
}

.bg-bg-6-800 {
    background-color: #d9d9d9 !important;
}

.bg-bg-6-800-hover:hover, .bg-bg-6-800-hover:active, .bg-bg-6-800-hover:focus {
    background-color: #bfbfbf !important;
}

.bg-bg-6-800-odd:nth-child(odd) {
    background-color: #d9d9d9 !important;
}

.bg-bg-6-800-even:nth-child(even) {
    background-color: #d9d9d9 !important;
}

[data-bg="bg-6-800"] {
    background-color: #d9d9d9 !important;
}

.color-bg-6-800 {
    color: #d9d9d9 !important;
}

.color-bg-6-800-hover:hover, .color-bg-6-800-hover:active, .color-bg-6-800-hover:focus {
    color: #bfbfbf !important;
}

[data-color="bg-6-800"] {
    color: #d9d9d9 !important;
}

.border-color-bg-6-800 {
    border-color: #d9d9d9 !important;
}

.border-color-bg-6-800-hover:hover, .border-color-bg-6-800-hover:active, .border-color-bg-6-800-hover:focus {
    border-color: #bfbfbf !important;
}

[data-border-color="bg-6-800"] {
    border-color: #d9d9d9 !important;
}

.bg-bg-6-900 {
    background-color: #cccccc !important;
}

.bg-bg-6-900-hover:hover, .bg-bg-6-900-hover:active, .bg-bg-6-900-hover:focus {
    background-color: #b3b3b3 !important;
}

.bg-bg-6-900-odd:nth-child(odd) {
    background-color: #cccccc !important;
}

.bg-bg-6-900-even:nth-child(even) {
    background-color: #cccccc !important;
}

[data-bg="bg-6-900"] {
    background-color: #cccccc !important;
}

.color-bg-6-900 {
    color: #cccccc !important;
}

.color-bg-6-900-hover:hover, .color-bg-6-900-hover:active, .color-bg-6-900-hover:focus {
    color: #b3b3b3 !important;
}

[data-color="bg-6-900"] {
    color: #cccccc !important;
}

.border-color-bg-6-900 {
    border-color: #cccccc !important;
}

.border-color-bg-6-900-hover:hover, .border-color-bg-6-900-hover:active, .border-color-bg-6-900-hover:focus {
    border-color: #b3b3b3 !important;
}

[data-border-color="bg-6-900"] {
    border-color: #cccccc !important;
}

.bg-bg-7 {
    background-color: #f5f5f5 !important;
}

.bg-bg-7-hover:hover, .bg-bg-7-hover:active, .bg-bg-7-hover:focus {
    background-color: gainsboro !important;
}

.bg-bg-7-odd:nth-child(odd) {
    background-color: #f5f5f5 !important;
}

.bg-bg-7-even:nth-child(even) {
    background-color: #f5f5f5 !important;
}

[data-bg="bg-7"] {
    background-color: #f5f5f5 !important;
}

.color-bg-7 {
    color: #f5f5f5 !important;
}

.color-bg-7-hover:hover, .color-bg-7-hover:active, .color-bg-7-hover:focus {
    color: gainsboro !important;
}

[data-color="bg-7"] {
    color: #f5f5f5 !important;
}

.border-color-bg-7 {
    border-color: #f5f5f5 !important;
}

.border-color-bg-7-hover:hover, .border-color-bg-7-hover:active, .border-color-bg-7-hover:focus {
    border-color: gainsboro !important;
}

[data-border-color="bg-7"] {
    border-color: #f5f5f5 !important;
}

.bg-bg-7-100 {
    background-color: white !important;
}

.bg-bg-7-100-hover:hover, .bg-bg-7-100-hover:active, .bg-bg-7-100-hover:focus {
    background-color: #e6e6e6 !important;
}

.bg-bg-7-100-odd:nth-child(odd) {
    background-color: white !important;
}

.bg-bg-7-100-even:nth-child(even) {
    background-color: white !important;
}

[data-bg="bg-7-100"] {
    background-color: white !important;
}

.color-bg-7-100 {
    color: white !important;
}

.color-bg-7-100-hover:hover, .color-bg-7-100-hover:active, .color-bg-7-100-hover:focus {
    color: #e6e6e6 !important;
}

[data-color="bg-7-100"] {
    color: white !important;
}

.border-color-bg-7-100 {
    border-color: white !important;
}

.border-color-bg-7-100-hover:hover, .border-color-bg-7-100-hover:active, .border-color-bg-7-100-hover:focus {
    border-color: #e6e6e6 !important;
}

[data-border-color="bg-7-100"] {
    border-color: white !important;
}

.bg-bg-7-200 {
    background-color: white !important;
}

.bg-bg-7-200-hover:hover, .bg-bg-7-200-hover:active, .bg-bg-7-200-hover:focus {
    background-color: #e6e6e6 !important;
}

.bg-bg-7-200-odd:nth-child(odd) {
    background-color: white !important;
}

.bg-bg-7-200-even:nth-child(even) {
    background-color: white !important;
}

[data-bg="bg-7-200"] {
    background-color: white !important;
}

.color-bg-7-200 {
    color: white !important;
}

.color-bg-7-200-hover:hover, .color-bg-7-200-hover:active, .color-bg-7-200-hover:focus {
    color: #e6e6e6 !important;
}

[data-color="bg-7-200"] {
    color: white !important;
}

.border-color-bg-7-200 {
    border-color: white !important;
}

.border-color-bg-7-200-hover:hover, .border-color-bg-7-200-hover:active, .border-color-bg-7-200-hover:focus {
    border-color: #e6e6e6 !important;
}

[data-border-color="bg-7-200"] {
    border-color: white !important;
}

.bg-bg-7-300 {
    background-color: white !important;
}

.bg-bg-7-300-hover:hover, .bg-bg-7-300-hover:active, .bg-bg-7-300-hover:focus {
    background-color: #e6e6e6 !important;
}

.bg-bg-7-300-odd:nth-child(odd) {
    background-color: white !important;
}

.bg-bg-7-300-even:nth-child(even) {
    background-color: white !important;
}

[data-bg="bg-7-300"] {
    background-color: white !important;
}

.color-bg-7-300 {
    color: white !important;
}

.color-bg-7-300-hover:hover, .color-bg-7-300-hover:active, .color-bg-7-300-hover:focus {
    color: #e6e6e6 !important;
}

[data-color="bg-7-300"] {
    color: white !important;
}

.border-color-bg-7-300 {
    border-color: white !important;
}

.border-color-bg-7-300-hover:hover, .border-color-bg-7-300-hover:active, .border-color-bg-7-300-hover:focus {
    border-color: #e6e6e6 !important;
}

[data-border-color="bg-7-300"] {
    border-color: white !important;
}

.bg-bg-7-400 {
    background-color: white !important;
}

.bg-bg-7-400-hover:hover, .bg-bg-7-400-hover:active, .bg-bg-7-400-hover:focus {
    background-color: #e6e6e6 !important;
}

.bg-bg-7-400-odd:nth-child(odd) {
    background-color: white !important;
}

.bg-bg-7-400-even:nth-child(even) {
    background-color: white !important;
}

[data-bg="bg-7-400"] {
    background-color: white !important;
}

.color-bg-7-400 {
    color: white !important;
}

.color-bg-7-400-hover:hover, .color-bg-7-400-hover:active, .color-bg-7-400-hover:focus {
    color: #e6e6e6 !important;
}

[data-color="bg-7-400"] {
    color: white !important;
}

.border-color-bg-7-400 {
    border-color: white !important;
}

.border-color-bg-7-400-hover:hover, .border-color-bg-7-400-hover:active, .border-color-bg-7-400-hover:focus {
    border-color: #e6e6e6 !important;
}

[data-border-color="bg-7-400"] {
    border-color: white !important;
}

.bg-bg-7-500 {
    background-color: #f5f5f5 !important;
}

.bg-bg-7-500-hover:hover, .bg-bg-7-500-hover:active, .bg-bg-7-500-hover:focus {
    background-color: gainsboro !important;
}

.bg-bg-7-500-odd:nth-child(odd) {
    background-color: #f5f5f5 !important;
}

.bg-bg-7-500-even:nth-child(even) {
    background-color: #f5f5f5 !important;
}

[data-bg="bg-7-500"] {
    background-color: #f5f5f5 !important;
}

.color-bg-7-500 {
    color: #f5f5f5 !important;
}

.color-bg-7-500-hover:hover, .color-bg-7-500-hover:active, .color-bg-7-500-hover:focus {
    color: gainsboro !important;
}

[data-color="bg-7-500"] {
    color: #f5f5f5 !important;
}

.border-color-bg-7-500 {
    border-color: #f5f5f5 !important;
}

.border-color-bg-7-500-hover:hover, .border-color-bg-7-500-hover:active, .border-color-bg-7-500-hover:focus {
    border-color: gainsboro !important;
}

[data-border-color="bg-7-500"] {
    border-color: #f5f5f5 !important;
}

.bg-bg-7-600 {
    background-color: #e8e8e8 !important;
}

.bg-bg-7-600-hover:hover, .bg-bg-7-600-hover:active, .bg-bg-7-600-hover:focus {
    background-color: #cfcfcf !important;
}

.bg-bg-7-600-odd:nth-child(odd) {
    background-color: #e8e8e8 !important;
}

.bg-bg-7-600-even:nth-child(even) {
    background-color: #e8e8e8 !important;
}

[data-bg="bg-7-600"] {
    background-color: #e8e8e8 !important;
}

.color-bg-7-600 {
    color: #e8e8e8 !important;
}

.color-bg-7-600-hover:hover, .color-bg-7-600-hover:active, .color-bg-7-600-hover:focus {
    color: #cfcfcf !important;
}

[data-color="bg-7-600"] {
    color: #e8e8e8 !important;
}

.border-color-bg-7-600 {
    border-color: #e8e8e8 !important;
}

.border-color-bg-7-600-hover:hover, .border-color-bg-7-600-hover:active, .border-color-bg-7-600-hover:focus {
    border-color: #cfcfcf !important;
}

[data-border-color="bg-7-600"] {
    border-color: #e8e8e8 !important;
}

.bg-bg-7-700 {
    background-color: gainsboro !important;
}

.bg-bg-7-700-hover:hover, .bg-bg-7-700-hover:active, .bg-bg-7-700-hover:focus {
    background-color: #c2c2c2 !important;
}

.bg-bg-7-700-odd:nth-child(odd) {
    background-color: gainsboro !important;
}

.bg-bg-7-700-even:nth-child(even) {
    background-color: gainsboro !important;
}

[data-bg="bg-7-700"] {
    background-color: gainsboro !important;
}

.color-bg-7-700 {
    color: gainsboro !important;
}

.color-bg-7-700-hover:hover, .color-bg-7-700-hover:active, .color-bg-7-700-hover:focus {
    color: #c2c2c2 !important;
}

[data-color="bg-7-700"] {
    color: gainsboro !important;
}

.border-color-bg-7-700 {
    border-color: gainsboro !important;
}

.border-color-bg-7-700-hover:hover, .border-color-bg-7-700-hover:active, .border-color-bg-7-700-hover:focus {
    border-color: #c2c2c2 !important;
}

[data-border-color="bg-7-700"] {
    border-color: gainsboro !important;
}

.bg-bg-7-800 {
    background-color: #cfcfcf !important;
}

.bg-bg-7-800-hover:hover, .bg-bg-7-800-hover:active, .bg-bg-7-800-hover:focus {
    background-color: #b5b5b5 !important;
}

.bg-bg-7-800-odd:nth-child(odd) {
    background-color: #cfcfcf !important;
}

.bg-bg-7-800-even:nth-child(even) {
    background-color: #cfcfcf !important;
}

[data-bg="bg-7-800"] {
    background-color: #cfcfcf !important;
}

.color-bg-7-800 {
    color: #cfcfcf !important;
}

.color-bg-7-800-hover:hover, .color-bg-7-800-hover:active, .color-bg-7-800-hover:focus {
    color: #b5b5b5 !important;
}

[data-color="bg-7-800"] {
    color: #cfcfcf !important;
}

.border-color-bg-7-800 {
    border-color: #cfcfcf !important;
}

.border-color-bg-7-800-hover:hover, .border-color-bg-7-800-hover:active, .border-color-bg-7-800-hover:focus {
    border-color: #b5b5b5 !important;
}

[data-border-color="bg-7-800"] {
    border-color: #cfcfcf !important;
}

.bg-bg-7-900 {
    background-color: #c2c2c2 !important;
}

.bg-bg-7-900-hover:hover, .bg-bg-7-900-hover:active, .bg-bg-7-900-hover:focus {
    background-color: darkgray !important;
}

.bg-bg-7-900-odd:nth-child(odd) {
    background-color: #c2c2c2 !important;
}

.bg-bg-7-900-even:nth-child(even) {
    background-color: #c2c2c2 !important;
}

[data-bg="bg-7-900"] {
    background-color: #c2c2c2 !important;
}

.color-bg-7-900 {
    color: #c2c2c2 !important;
}

.color-bg-7-900-hover:hover, .color-bg-7-900-hover:active, .color-bg-7-900-hover:focus {
    color: darkgray !important;
}

[data-color="bg-7-900"] {
    color: #c2c2c2 !important;
}

.border-color-bg-7-900 {
    border-color: #c2c2c2 !important;
}

.border-color-bg-7-900-hover:hover, .border-color-bg-7-900-hover:active, .border-color-bg-7-900-hover:focus {
    border-color: darkgray !important;
}

[data-border-color="bg-7-900"] {
    border-color: #c2c2c2 !important;
}

.bg-light-100 {
    background-color: white !important;
}

.bg-light-100-hover:hover, .bg-light-100-hover:active, .bg-light-100-hover:focus {
    background-color: #e6e6e6 !important;
}

.bg-light-100-odd:nth-child(odd) {
    background-color: white !important;
}

.bg-light-100-even:nth-child(even) {
    background-color: white !important;
}

[data-bg="light-100"] {
    background-color: white !important;
}

.color-light-100 {
    color: white !important;
}

.color-light-100-hover:hover, .color-light-100-hover:active, .color-light-100-hover:focus {
    color: #e6e6e6 !important;
}

[data-color="light-100"] {
    color: white !important;
}

.border-color-light-100 {
    border-color: white !important;
}

.border-color-light-100-hover:hover, .border-color-light-100-hover:active, .border-color-light-100-hover:focus {
    border-color: #e6e6e6 !important;
}

[data-border-color="light-100"] {
    border-color: white !important;
}

.bg-light-200 {
    background-color: white !important;
}

.bg-light-200-hover:hover, .bg-light-200-hover:active, .bg-light-200-hover:focus {
    background-color: #e6e6e6 !important;
}

.bg-light-200-odd:nth-child(odd) {
    background-color: white !important;
}

.bg-light-200-even:nth-child(even) {
    background-color: white !important;
}

[data-bg="light-200"] {
    background-color: white !important;
}

.color-light-200 {
    color: white !important;
}

.color-light-200-hover:hover, .color-light-200-hover:active, .color-light-200-hover:focus {
    color: #e6e6e6 !important;
}

[data-color="light-200"] {
    color: white !important;
}

.border-color-light-200 {
    border-color: white !important;
}

.border-color-light-200-hover:hover, .border-color-light-200-hover:active, .border-color-light-200-hover:focus {
    border-color: #e6e6e6 !important;
}

[data-border-color="light-200"] {
    border-color: white !important;
}

.bg-light-300 {
    background-color: white !important;
}

.bg-light-300-hover:hover, .bg-light-300-hover:active, .bg-light-300-hover:focus {
    background-color: #e6e6e6 !important;
}

.bg-light-300-odd:nth-child(odd) {
    background-color: white !important;
}

.bg-light-300-even:nth-child(even) {
    background-color: white !important;
}

[data-bg="light-300"] {
    background-color: white !important;
}

.color-light-300 {
    color: white !important;
}

.color-light-300-hover:hover, .color-light-300-hover:active, .color-light-300-hover:focus {
    color: #e6e6e6 !important;
}

[data-color="light-300"] {
    color: white !important;
}

.border-color-light-300 {
    border-color: white !important;
}

.border-color-light-300-hover:hover, .border-color-light-300-hover:active, .border-color-light-300-hover:focus {
    border-color: #e6e6e6 !important;
}

[data-border-color="light-300"] {
    border-color: white !important;
}

.bg-light-400 {
    background-color: #fdfdfd !important;
}

.bg-light-400-hover:hover, .bg-light-400-hover:active, .bg-light-400-hover:focus {
    background-color: #e3e3e3 !important;
}

.bg-light-400-odd:nth-child(odd) {
    background-color: #fdfdfd !important;
}

.bg-light-400-even:nth-child(even) {
    background-color: #fdfdfd !important;
}

[data-bg="light-400"] {
    background-color: #fdfdfd !important;
}

.color-light-400 {
    color: #fdfdfd !important;
}

.color-light-400-hover:hover, .color-light-400-hover:active, .color-light-400-hover:focus {
    color: #e3e3e3 !important;
}

[data-color="light-400"] {
    color: #fdfdfd !important;
}

.border-color-light-400 {
    border-color: #fdfdfd !important;
}

.border-color-light-400-hover:hover, .border-color-light-400-hover:active, .border-color-light-400-hover:focus {
    border-color: #e3e3e3 !important;
}

[data-border-color="light-400"] {
    border-color: #fdfdfd !important;
}

.bg-light-500 {
    background-color: #f5f5f5 !important;
}

.bg-light-500-hover:hover, .bg-light-500-hover:active, .bg-light-500-hover:focus {
    background-color: gainsboro !important;
}

.bg-light-500-odd:nth-child(odd) {
    background-color: #f5f5f5 !important;
}

.bg-light-500-even:nth-child(even) {
    background-color: #f5f5f5 !important;
}

[data-bg="light-500"] {
    background-color: #f5f5f5 !important;
}

.color-light-500 {
    color: #f5f5f5 !important;
}

.color-light-500-hover:hover, .color-light-500-hover:active, .color-light-500-hover:focus {
    color: gainsboro !important;
}

[data-color="light-500"] {
    color: #f5f5f5 !important;
}

.border-color-light-500 {
    border-color: #f5f5f5 !important;
}

.border-color-light-500-hover:hover, .border-color-light-500-hover:active, .border-color-light-500-hover:focus {
    border-color: gainsboro !important;
}

[data-border-color="light-500"] {
    border-color: #f5f5f5 !important;
}

.bg-light-600 {
    background-color: #ededed !important;
}

.bg-light-600-hover:hover, .bg-light-600-hover:active, .bg-light-600-hover:focus {
    background-color: #d4d4d4 !important;
}

.bg-light-600-odd:nth-child(odd) {
    background-color: #ededed !important;
}

.bg-light-600-even:nth-child(even) {
    background-color: #ededed !important;
}

[data-bg="light-600"] {
    background-color: #ededed !important;
}

.color-light-600 {
    color: #ededed !important;
}

.color-light-600-hover:hover, .color-light-600-hover:active, .color-light-600-hover:focus {
    color: #d4d4d4 !important;
}

[data-color="light-600"] {
    color: #ededed !important;
}

.border-color-light-600 {
    border-color: #ededed !important;
}

.border-color-light-600-hover:hover, .border-color-light-600-hover:active, .border-color-light-600-hover:focus {
    border-color: #d4d4d4 !important;
}

[data-border-color="light-600"] {
    border-color: #ededed !important;
}

.bg-light-700 {
    background-color: #e6e6e6 !important;
}

.bg-light-700-hover:hover, .bg-light-700-hover:active, .bg-light-700-hover:focus {
    background-color: #cccccc !important;
}

.bg-light-700-odd:nth-child(odd) {
    background-color: #e6e6e6 !important;
}

.bg-light-700-even:nth-child(even) {
    background-color: #e6e6e6 !important;
}

[data-bg="light-700"] {
    background-color: #e6e6e6 !important;
}

.color-light-700 {
    color: #e6e6e6 !important;
}

.color-light-700-hover:hover, .color-light-700-hover:active, .color-light-700-hover:focus {
    color: #cccccc !important;
}

[data-color="light-700"] {
    color: #e6e6e6 !important;
}

.border-color-light-700 {
    border-color: #e6e6e6 !important;
}

.border-color-light-700-hover:hover, .border-color-light-700-hover:active, .border-color-light-700-hover:focus {
    border-color: #cccccc !important;
}

[data-border-color="light-700"] {
    border-color: #e6e6e6 !important;
}

.bg-light-800 {
    background-color: #dedede !important;
}

.bg-light-800-hover:hover, .bg-light-800-hover:active, .bg-light-800-hover:focus {
    background-color: #c5c5c5 !important;
}

.bg-light-800-odd:nth-child(odd) {
    background-color: #dedede !important;
}

.bg-light-800-even:nth-child(even) {
    background-color: #dedede !important;
}

[data-bg="light-800"] {
    background-color: #dedede !important;
}

.color-light-800 {
    color: #dedede !important;
}

.color-light-800-hover:hover, .color-light-800-hover:active, .color-light-800-hover:focus {
    color: #c5c5c5 !important;
}

[data-color="light-800"] {
    color: #dedede !important;
}

.border-color-light-800 {
    border-color: #dedede !important;
}

.border-color-light-800-hover:hover, .border-color-light-800-hover:active, .border-color-light-800-hover:focus {
    border-color: #c5c5c5 !important;
}

[data-border-color="light-800"] {
    border-color: #dedede !important;
}

.bg-light-900 {
    background-color: #d6d6d6 !important;
}

.bg-light-900-hover:hover, .bg-light-900-hover:active, .bg-light-900-hover:focus {
    background-color: #bdbdbd !important;
}

.bg-light-900-odd:nth-child(odd) {
    background-color: #d6d6d6 !important;
}

.bg-light-900-even:nth-child(even) {
    background-color: #d6d6d6 !important;
}

[data-bg="light-900"] {
    background-color: #d6d6d6 !important;
}

.color-light-900 {
    color: #d6d6d6 !important;
}

.color-light-900-hover:hover, .color-light-900-hover:active, .color-light-900-hover:focus {
    color: #bdbdbd !important;
}

[data-color="light-900"] {
    color: #d6d6d6 !important;
}

.border-color-light-900 {
    border-color: #d6d6d6 !important;
}

.border-color-light-900-hover:hover, .border-color-light-900-hover:active, .border-color-light-900-hover:focus {
    border-color: #bdbdbd !important;
}

[data-border-color="light-900"] {
    border-color: #d6d6d6 !important;
}

.bg-dark-100 {
    background-color: #404655 !important;
}

.bg-dark-100-hover:hover, .bg-dark-100-hover:active, .bg-dark-100-hover:focus {
    background-color: #2a2e38 !important;
}

.bg-dark-100-odd:nth-child(odd) {
    background-color: #404655 !important;
}

.bg-dark-100-even:nth-child(even) {
    background-color: #404655 !important;
}

[data-bg="dark-100"] {
    background-color: #404655 !important;
}

.color-dark-100 {
    color: #404655 !important;
}

.color-dark-100-hover:hover, .color-dark-100-hover:active, .color-dark-100-hover:focus {
    color: #2a2e38 !important;
}

[data-color="dark-100"] {
    color: #404655 !important;
}

.border-color-dark-100 {
    border-color: #404655 !important;
}

.border-color-dark-100-hover:hover, .border-color-dark-100-hover:active, .border-color-dark-100-hover:focus {
    border-color: #2a2e38 !important;
}

[data-border-color="dark-100"] {
    border-color: #404655 !important;
}

.bg-dark-200 {
    background-color: #3a3e4c !important;
}

.bg-dark-200-hover:hover, .bg-dark-200-hover:active, .bg-dark-200-hover:focus {
    background-color: #24272f !important;
}

.bg-dark-200-odd:nth-child(odd) {
    background-color: #3a3e4c !important;
}

.bg-dark-200-even:nth-child(even) {
    background-color: #3a3e4c !important;
}

[data-bg="dark-200"] {
    background-color: #3a3e4c !important;
}

.color-dark-200 {
    color: #3a3e4c !important;
}

.color-dark-200-hover:hover, .color-dark-200-hover:active, .color-dark-200-hover:focus {
    color: #24272f !important;
}

[data-color="dark-200"] {
    color: #3a3e4c !important;
}

.border-color-dark-200 {
    border-color: #3a3e4c !important;
}

.border-color-dark-200-hover:hover, .border-color-dark-200-hover:active, .border-color-dark-200-hover:focus {
    border-color: #24272f !important;
}

[data-border-color="dark-200"] {
    border-color: #3a3e4c !important;
}

.bg-dark-300 {
    background-color: #333743 !important;
}

.bg-dark-300-hover:hover, .bg-dark-300-hover:active, .bg-dark-300-hover:focus {
    background-color: #1d1f26 !important;
}

.bg-dark-300-odd:nth-child(odd) {
    background-color: #333743 !important;
}

.bg-dark-300-even:nth-child(even) {
    background-color: #333743 !important;
}

[data-bg="dark-300"] {
    background-color: #333743 !important;
}

.color-dark-300 {
    color: #333743 !important;
}

.color-dark-300-hover:hover, .color-dark-300-hover:active, .color-dark-300-hover:focus {
    color: #1d1f26 !important;
}

[data-color="dark-300"] {
    color: #333743 !important;
}

.border-color-dark-300 {
    border-color: #333743 !important;
}

.border-color-dark-300-hover:hover, .border-color-dark-300-hover:active, .border-color-dark-300-hover:focus {
    border-color: #1d1f26 !important;
}

[data-border-color="dark-300"] {
    border-color: #333743 !important;
}

.bg-dark-400 {
    background-color: #2d303b !important;
}

.bg-dark-400-hover:hover, .bg-dark-400-hover:active, .bg-dark-400-hover:focus {
    background-color: #17181e !important;
}

.bg-dark-400-odd:nth-child(odd) {
    background-color: #2d303b !important;
}

.bg-dark-400-even:nth-child(even) {
    background-color: #2d303b !important;
}

[data-bg="dark-400"] {
    background-color: #2d303b !important;
}

.color-dark-400 {
    color: #2d303b !important;
}

.color-dark-400-hover:hover, .color-dark-400-hover:active, .color-dark-400-hover:focus {
    color: #17181e !important;
}

[data-color="dark-400"] {
    color: #2d303b !important;
}

.border-color-dark-400 {
    border-color: #2d303b !important;
}

.border-color-dark-400-hover:hover, .border-color-dark-400-hover:active, .border-color-dark-400-hover:focus {
    border-color: #17181e !important;
}

[data-border-color="dark-400"] {
    border-color: #2d303b !important;
}

.bg-dark-500 {
    background-color: #262932 !important;
}

.bg-dark-500-hover:hover, .bg-dark-500-hover:active, .bg-dark-500-hover:focus {
    background-color: #101115 !important;
}

.bg-dark-500-odd:nth-child(odd) {
    background-color: #262932 !important;
}

.bg-dark-500-even:nth-child(even) {
    background-color: #262932 !important;
}

[data-bg="dark-500"] {
    background-color: #262932 !important;
}

.color-dark-500 {
    color: #262932 !important;
}

.color-dark-500-hover:hover, .color-dark-500-hover:active, .color-dark-500-hover:focus {
    color: #101115 !important;
}

[data-color="dark-500"] {
    color: #262932 !important;
}

.border-color-dark-500 {
    border-color: #262932 !important;
}

.border-color-dark-500-hover:hover, .border-color-dark-500-hover:active, .border-color-dark-500-hover:focus {
    border-color: #101115 !important;
}

[data-border-color="dark-500"] {
    border-color: #262932 !important;
}

.bg-dark-600 {
    background-color: #1f2229 !important;
}

.bg-dark-600-hover:hover, .bg-dark-600-hover:active, .bg-dark-600-hover:focus {
    background-color: #090a0c !important;
}

.bg-dark-600-odd:nth-child(odd) {
    background-color: #1f2229 !important;
}

.bg-dark-600-even:nth-child(even) {
    background-color: #1f2229 !important;
}

[data-bg="dark-600"] {
    background-color: #1f2229 !important;
}

.color-dark-600 {
    color: #1f2229 !important;
}

.color-dark-600-hover:hover, .color-dark-600-hover:active, .color-dark-600-hover:focus {
    color: #090a0c !important;
}

[data-color="dark-600"] {
    color: #1f2229 !important;
}

.border-color-dark-600 {
    border-color: #1f2229 !important;
}

.border-color-dark-600-hover:hover, .border-color-dark-600-hover:active, .border-color-dark-600-hover:focus {
    border-color: #090a0c !important;
}

[data-border-color="dark-600"] {
    border-color: #1f2229 !important;
}

.bg-dark-700 {
    background-color: #191b21 !important;
}

.bg-dark-700-hover:hover, .bg-dark-700-hover:active, .bg-dark-700-hover:focus {
    background-color: #030304 !important;
}

.bg-dark-700-odd:nth-child(odd) {
    background-color: #191b21 !important;
}

.bg-dark-700-even:nth-child(even) {
    background-color: #191b21 !important;
}

[data-bg="dark-700"] {
    background-color: #191b21 !important;
}

.color-dark-700 {
    color: #191b21 !important;
}

.color-dark-700-hover:hover, .color-dark-700-hover:active, .color-dark-700-hover:focus {
    color: #030304 !important;
}

[data-color="dark-700"] {
    color: #191b21 !important;
}

.border-color-dark-700 {
    border-color: #191b21 !important;
}

.border-color-dark-700-hover:hover, .border-color-dark-700-hover:active, .border-color-dark-700-hover:focus {
    border-color: #030304 !important;
}

[data-border-color="dark-700"] {
    border-color: #191b21 !important;
}

.bg-dark-800 {
    background-color: #121418 !important;
}

.bg-dark-800-hover:hover, .bg-dark-800-hover:active, .bg-dark-800-hover:focus {
    background-color: black !important;
}

.bg-dark-800-odd:nth-child(odd) {
    background-color: #121418 !important;
}

.bg-dark-800-even:nth-child(even) {
    background-color: #121418 !important;
}

[data-bg="dark-800"] {
    background-color: #121418 !important;
}

.color-dark-800 {
    color: #121418 !important;
}

.color-dark-800-hover:hover, .color-dark-800-hover:active, .color-dark-800-hover:focus {
    color: black !important;
}

[data-color="dark-800"] {
    color: #121418 !important;
}

.border-color-dark-800 {
    border-color: #121418 !important;
}

.border-color-dark-800-hover:hover, .border-color-dark-800-hover:active, .border-color-dark-800-hover:focus {
    border-color: black !important;
}

[data-border-color="dark-800"] {
    border-color: #121418 !important;
}

.bg-dark-900 {
    background-color: #0c0c0f !important;
}

.bg-dark-900-hover:hover, .bg-dark-900-hover:active, .bg-dark-900-hover:focus {
    background-color: black !important;
}

.bg-dark-900-odd:nth-child(odd) {
    background-color: #0c0c0f !important;
}

.bg-dark-900-even:nth-child(even) {
    background-color: #0c0c0f !important;
}

[data-bg="dark-900"] {
    background-color: #0c0c0f !important;
}

.color-dark-900 {
    color: #0c0c0f !important;
}

.color-dark-900-hover:hover, .color-dark-900-hover:active, .color-dark-900-hover:focus {
    color: black !important;
}

[data-color="dark-900"] {
    color: #0c0c0f !important;
}

.border-color-dark-900 {
    border-color: #0c0c0f !important;
}

.border-color-dark-900-hover:hover, .border-color-dark-900-hover:active, .border-color-dark-900-hover:focus {
    border-color: black !important;
}

[data-border-color="dark-900"] {
    border-color: #0c0c0f !important;
}

.bg-default, .btn.btn-default, .btn.btn-default.btn-flat, .btn.btn-default.btn-rounded {
    background-color: #5bc0de !important;
}

.bg-default-hover:hover, .btn.btn-default:hover, .bg-default-hover:active, .btn.btn-default:active, .bg-default-hover:focus, .btn.btn-default:focus {
    background-color: #31b0d5 !important;
}

.bg-default-odd:nth-child(odd) {
    background-color: #5bc0de !important;
}

.bg-default-even:nth-child(even) {
    background-color: #5bc0de !important;
}

[data-bg="default"] {
    background-color: #5bc0de !important;
}

.color-default, .btn.btn-default.btn-outline, .btn.btn-default.btn-outline i, .btn.btn-default.btn-outline.btn-rounded, .btn.btn-default.btn-outline.btn-rounded i {
    color: #5bc0de !important;
}

.color-default-hover:hover, .btn.btn-default.btn-outline:hover, .btn.btn-default.btn-outline:hover i:hover, .btn.btn-default.btn-outline:active i:hover, .btn.btn-default.btn-outline:focus i:hover, .color-default-hover:active, .btn.btn-default.btn-outline:active, .btn.btn-default.btn-outline:hover i:active, .btn.btn-default.btn-outline:active i:active, .btn.btn-default.btn-outline:focus i:active, .color-default-hover:focus, .btn.btn-default.btn-outline:focus, .btn.btn-default.btn-outline:hover i:focus, .btn.btn-default.btn-outline:active i:focus, .btn.btn-default.btn-outline:focus i:focus {
    color: #31b0d5 !important;
}

[data-color="default"] {
    color: #5bc0de !important;
}

.border-color-default, .btn.btn-default, .btn.btn-default.btn-flat, .btn.btn-default.btn-rounded, .btn.btn-default.btn-outline, .btn.btn-default.btn-outline.btn-rounded {
    border-color: #5bc0de !important;
}

.border-color-default-hover:hover, .btn.btn-default:hover, .btn.btn-default.btn-outline.btn-rounded:hover, .border-color-default-hover:active, .btn.btn-default:active, .btn.btn-default.btn-outline.btn-rounded:active, .border-color-default-hover:focus, .btn.btn-default:focus, .btn.btn-default.btn-outline.btn-rounded:focus {
    border-color: #31b0d5 !important;
}

[data-border-color="default"] {
    border-color: #5bc0de !important;
}

.bg-default-100, .btn.btn-default-100, .btn.btn-default-100.btn-flat, .btn.btn-default-100.btn-rounded {
    background-color: #d6d6d6 !important;
}

.bg-default-100-hover:hover, .btn.btn-default-100:hover, .bg-default-100-hover:active, .btn.btn-default-100:active, .bg-default-100-hover:focus, .btn.btn-default-100:focus {
    background-color: #63c3e0 !important;
}

.bg-default-100-odd:nth-child(odd) {
    background-color: #8ed4e8 !important;
}

.bg-default-100-even:nth-child(even) {
    background-color: #8ed4e8 !important;
}

[data-bg="default-100"] {
    background-color: #8ed4e8 !important;
}

.color-default-100, .btn.btn-default-100.btn-outline, .btn.btn-default-100.btn-outline i, .btn.btn-default-100.btn-outline.btn-rounded, .btn.btn-default-100.btn-outline.btn-rounded i {
    color: #8ed4e8 !important;
}

.color-default-100-hover:hover, .btn.btn-default-100.btn-outline:hover, .btn.btn-default-100.btn-outline:hover i:hover, .btn.btn-default-100.btn-outline:active i:hover, .btn.btn-default-100.btn-outline:focus i:hover, .color-default-100-hover:active, .btn.btn-default-100.btn-outline:active, .btn.btn-default-100.btn-outline:hover i:active, .btn.btn-default-100.btn-outline:active i:active, .btn.btn-default-100.btn-outline:focus i:active, .color-default-100-hover:focus, .btn.btn-default-100.btn-outline:focus, .btn.btn-default-100.btn-outline:hover i:focus, .btn.btn-default-100.btn-outline:active i:focus, .btn.btn-default-100.btn-outline:focus i:focus {
    color: #63c3e0 !important;
}

[data-color="default-100"] {
    color: #8ed4e8 !important;
}

.border-color-default-100, .btn.btn-default-100, .btn.btn-default-100.btn-flat, .btn.btn-default-100.btn-rounded, .btn.btn-default-100.btn-outline, .btn.btn-default-100.btn-outline.btn-rounded {
    border-color: #8ed4e8 !important;
}

.border-color-default-100-hover:hover, .btn.btn-default-100:hover, .btn.btn-default-100.btn-outline.btn-rounded:hover, .border-color-default-100-hover:active, .btn.btn-default-100:active, .btn.btn-default-100.btn-outline.btn-rounded:active, .border-color-default-100-hover:focus, .btn.btn-default-100:focus, .btn.btn-default-100.btn-outline.btn-rounded:focus {
    border-color: #63c3e0 !important;
}

[data-border-color="default-100"] {
    border-color: #8ed4e8 !important;
}

.bg-default-200, .btn.btn-default-200, .btn.btn-default-200.btn-flat, .btn.btn-default-200.btn-rounded {
    background-color: #81cfe6 !important;
}

.bg-default-200-hover:hover, .btn.btn-default-200:hover, .bg-default-200-hover:active, .btn.btn-default-200:active, .bg-default-200-hover:focus, .btn.btn-default-200:focus {
    background-color: #57bedd !important;
}

.bg-default-200-odd:nth-child(odd) {
    background-color: #81cfe6 !important;
}

.bg-default-200-even:nth-child(even) {
    background-color: #81cfe6 !important;
}

[data-bg="default-200"] {
    background-color: #81cfe6 !important;
}

.color-default-200, .btn.btn-default-200.btn-outline, .btn.btn-default-200.btn-outline i, .btn.btn-default-200.btn-outline.btn-rounded, .btn.btn-default-200.btn-outline.btn-rounded i {
    color: #81cfe6 !important;
}

.color-default-200-hover:hover, .btn.btn-default-200.btn-outline:hover, .btn.btn-default-200.btn-outline:hover i:hover, .btn.btn-default-200.btn-outline:active i:hover, .btn.btn-default-200.btn-outline:focus i:hover, .color-default-200-hover:active, .btn.btn-default-200.btn-outline:active, .btn.btn-default-200.btn-outline:hover i:active, .btn.btn-default-200.btn-outline:active i:active, .btn.btn-default-200.btn-outline:focus i:active, .color-default-200-hover:focus, .btn.btn-default-200.btn-outline:focus, .btn.btn-default-200.btn-outline:hover i:focus, .btn.btn-default-200.btn-outline:active i:focus, .btn.btn-default-200.btn-outline:focus i:focus {
    color: #57bedd !important;
}

[data-color="default-200"] {
    color: #81cfe6 !important;
}

.border-color-default-200, .btn.btn-default-200, .btn.btn-default-200.btn-flat, .btn.btn-default-200.btn-rounded, .btn.btn-default-200.btn-outline, .btn.btn-default-200.btn-outline.btn-rounded {
    border-color: #81cfe6 !important;
}

.border-color-default-200-hover:hover, .btn.btn-default-200:hover, .btn.btn-default-200.btn-outline.btn-rounded:hover, .border-color-default-200-hover:active, .btn.btn-default-200:active, .btn.btn-default-200.btn-outline.btn-rounded:active, .border-color-default-200-hover:focus, .btn.btn-default-200:focus, .btn.btn-default-200.btn-outline.btn-rounded:focus {
    border-color: #57bedd !important;
}

[data-border-color="default-200"] {
    border-color: #81cfe6 !important;
}

.bg-default-300, .btn.btn-default-300, .btn.btn-default-300.btn-flat, .btn.btn-default-300.btn-rounded {
    background-color: #74cae3 !important;
}

.bg-default-300-hover:hover, .btn.btn-default-300:hover, .bg-default-300-hover:active, .btn.btn-default-300:active, .bg-default-300-hover:focus, .btn.btn-default-300:focus {
    background-color: #4ab9db !important;
}

.bg-default-300-odd:nth-child(odd) {
    background-color: #74cae3 !important;
}

.bg-default-300-even:nth-child(even) {
    background-color: #74cae3 !important;
}

[data-bg="default-300"] {
    background-color: #74cae3 !important;
}

.color-default-300, .btn.btn-default-300.btn-outline, .btn.btn-default-300.btn-outline i, .btn.btn-default-300.btn-outline.btn-rounded, .btn.btn-default-300.btn-outline.btn-rounded i {
    color: #74cae3 !important;
}

.color-default-300-hover:hover, .btn.btn-default-300.btn-outline:hover, .btn.btn-default-300.btn-outline:hover i:hover, .btn.btn-default-300.btn-outline:active i:hover, .btn.btn-default-300.btn-outline:focus i:hover, .color-default-300-hover:active, .btn.btn-default-300.btn-outline:active, .btn.btn-default-300.btn-outline:hover i:active, .btn.btn-default-300.btn-outline:active i:active, .btn.btn-default-300.btn-outline:focus i:active, .color-default-300-hover:focus, .btn.btn-default-300.btn-outline:focus, .btn.btn-default-300.btn-outline:hover i:focus, .btn.btn-default-300.btn-outline:active i:focus, .btn.btn-default-300.btn-outline:focus i:focus {
    color: #4ab9db !important;
}

[data-color="default-300"] {
    color: #74cae3 !important;
}

.border-color-default-300, .btn.btn-default-300, .btn.btn-default-300.btn-flat, .btn.btn-default-300.btn-rounded, .btn.btn-default-300.btn-outline, .btn.btn-default-300.btn-outline.btn-rounded {
    border-color: #74cae3 !important;
}

.border-color-default-300-hover:hover, .btn.btn-default-300:hover, .btn.btn-default-300.btn-outline.btn-rounded:hover, .border-color-default-300-hover:active, .btn.btn-default-300:active, .btn.btn-default-300.btn-outline.btn-rounded:active, .border-color-default-300-hover:focus, .btn.btn-default-300:focus, .btn.btn-default-300.btn-outline.btn-rounded:focus {
    border-color: #4ab9db !important;
}

[data-border-color="default-300"] {
    border-color: #74cae3 !important;
}

.bg-default-400, .btn.btn-default-400, .btn.btn-default-400.btn-flat, .btn.btn-default-400.btn-rounded {
    background-color: #68c5e1 !important;
}

.bg-default-400-hover:hover, .btn.btn-default-400:hover, .bg-default-400-hover:active, .btn.btn-default-400:active, .bg-default-400-hover:focus, .btn.btn-default-400:focus {
    background-color: #3db5d8 !important;
}

.bg-default-400-odd:nth-child(odd) {
    background-color: #68c5e1 !important;
}

.bg-default-400-even:nth-child(even) {
    background-color: #68c5e1 !important;
}

[data-bg="default-400"] {
    background-color: #68c5e1 !important;
}

.color-default-400, .btn.btn-default-400.btn-outline, .btn.btn-default-400.btn-outline i, .btn.btn-default-400.btn-outline.btn-rounded, .btn.btn-default-400.btn-outline.btn-rounded i {
    color: #68c5e1 !important;
}

.color-default-400-hover:hover, .btn.btn-default-400.btn-outline:hover, .btn.btn-default-400.btn-outline:hover i:hover, .btn.btn-default-400.btn-outline:active i:hover, .btn.btn-default-400.btn-outline:focus i:hover, .color-default-400-hover:active, .btn.btn-default-400.btn-outline:active, .btn.btn-default-400.btn-outline:hover i:active, .btn.btn-default-400.btn-outline:active i:active, .btn.btn-default-400.btn-outline:focus i:active, .color-default-400-hover:focus, .btn.btn-default-400.btn-outline:focus, .btn.btn-default-400.btn-outline:hover i:focus, .btn.btn-default-400.btn-outline:active i:focus, .btn.btn-default-400.btn-outline:focus i:focus {
    color: #3db5d8 !important;
}

[data-color="default-400"] {
    color: #68c5e1 !important;
}

.border-color-default-400, .btn.btn-default-400, .btn.btn-default-400.btn-flat, .btn.btn-default-400.btn-rounded, .btn.btn-default-400.btn-outline, .btn.btn-default-400.btn-outline.btn-rounded {
    border-color: #68c5e1 !important;
}

.border-color-default-400-hover:hover, .btn.btn-default-400:hover, .btn.btn-default-400.btn-outline.btn-rounded:hover, .border-color-default-400-hover:active, .btn.btn-default-400:active, .btn.btn-default-400.btn-outline.btn-rounded:active, .border-color-default-400-hover:focus, .btn.btn-default-400:focus, .btn.btn-default-400.btn-outline.btn-rounded:focus {
    border-color: #3db5d8 !important;
}

[data-border-color="default-400"] {
    border-color: #68c5e1 !important;
}

.bg-default-500, .btn.btn-default-500, .btn.btn-default-500.btn-flat, .btn.btn-default-500.btn-rounded {
    background-color: #5bc0de !important;
}

.bg-default-500-hover:hover, .btn.btn-default-500:hover, .bg-default-500-hover:active, .btn.btn-default-500:active, .bg-default-500-hover:focus, .btn.btn-default-500:focus {
    background-color: #31b0d5 !important;
}

.bg-default-500-odd:nth-child(odd) {
    background-color: #5bc0de !important;
}

.bg-default-500-even:nth-child(even) {
    background-color: #5bc0de !important;
}

[data-bg="default-500"] {
    background-color: #5bc0de !important;
}

.color-default-500, .btn.btn-default-500.btn-outline, .btn.btn-default-500.btn-outline i, .btn.btn-default-500.btn-outline.btn-rounded, .btn.btn-default-500.btn-outline.btn-rounded i {
    color: #5bc0de !important;
}

.color-default-500-hover:hover, .btn.btn-default-500.btn-outline:hover, .btn.btn-default-500.btn-outline:hover i:hover, .btn.btn-default-500.btn-outline:active i:hover, .btn.btn-default-500.btn-outline:focus i:hover, .color-default-500-hover:active, .btn.btn-default-500.btn-outline:active, .btn.btn-default-500.btn-outline:hover i:active, .btn.btn-default-500.btn-outline:active i:active, .btn.btn-default-500.btn-outline:focus i:active, .color-default-500-hover:focus, .btn.btn-default-500.btn-outline:focus, .btn.btn-default-500.btn-outline:hover i:focus, .btn.btn-default-500.btn-outline:active i:focus, .btn.btn-default-500.btn-outline:focus i:focus {
    color: #31b0d5 !important;
}

[data-color="default-500"] {
    color: #5bc0de !important;
}

.border-color-default-500, .btn.btn-default-500, .btn.btn-default-500.btn-flat, .btn.btn-default-500.btn-rounded, .btn.btn-default-500.btn-outline, .btn.btn-default-500.btn-outline.btn-rounded {
    border-color: #5bc0de !important;
}

.border-color-default-500-hover:hover, .btn.btn-default-500:hover, .btn.btn-default-500.btn-outline.btn-rounded:hover, .border-color-default-500-hover:active, .btn.btn-default-500:active, .btn.btn-default-500.btn-outline.btn-rounded:active, .border-color-default-500-hover:focus, .btn.btn-default-500:focus, .btn.btn-default-500.btn-outline.btn-rounded:focus {
    border-color: #31b0d5 !important;
}

[data-border-color="default-500"] {
    border-color: #5bc0de !important;
}

.bg-default-600, .btn.btn-default-600, .btn.btn-default-600.btn-flat, .btn.btn-default-600.btn-rounded {
    background-color: #4ebbdb !important;
}

.bg-default-600-hover:hover, .btn.btn-default-600:hover, .bg-default-600-hover:active, .btn.btn-default-600:active, .bg-default-600-hover:focus, .btn.btn-default-600:focus {
    background-color: #29a8cd !important;
}

.bg-default-600-odd:nth-child(odd) {
    background-color: #4ebbdb !important;
}

.bg-default-600-even:nth-child(even) {
    background-color: #4ebbdb !important;
}

[data-bg="default-600"] {
    background-color: #4ebbdb !important;
}

.color-default-600, .btn.btn-default-600.btn-outline, .btn.btn-default-600.btn-outline i, .btn.btn-default-600.btn-outline.btn-rounded, .btn.btn-default-600.btn-outline.btn-rounded i {
    color: #4ebbdb !important;
}

.color-default-600-hover:hover, .btn.btn-default-600.btn-outline:hover, .btn.btn-default-600.btn-outline:hover i:hover, .btn.btn-default-600.btn-outline:active i:hover, .btn.btn-default-600.btn-outline:focus i:hover, .color-default-600-hover:active, .btn.btn-default-600.btn-outline:active, .btn.btn-default-600.btn-outline:hover i:active, .btn.btn-default-600.btn-outline:active i:active, .btn.btn-default-600.btn-outline:focus i:active, .color-default-600-hover:focus, .btn.btn-default-600.btn-outline:focus, .btn.btn-default-600.btn-outline:hover i:focus, .btn.btn-default-600.btn-outline:active i:focus, .btn.btn-default-600.btn-outline:focus i:focus {
    color: #29a8cd !important;
}

[data-color="default-600"] {
    color: #4ebbdb !important;
}

.border-color-default-600, .btn.btn-default-600, .btn.btn-default-600.btn-flat, .btn.btn-default-600.btn-rounded, .btn.btn-default-600.btn-outline, .btn.btn-default-600.btn-outline.btn-rounded {
    border-color: #4ebbdb !important;
}

.border-color-default-600-hover:hover, .btn.btn-default-600:hover, .btn.btn-default-600.btn-outline.btn-rounded:hover, .border-color-default-600-hover:active, .btn.btn-default-600:active, .btn.btn-default-600.btn-outline.btn-rounded:active, .border-color-default-600-hover:focus, .btn.btn-default-600:focus, .btn.btn-default-600.btn-outline.btn-rounded:focus {
    border-color: #29a8cd !important;
}

[data-border-color="default-600"] {
    border-color: #4ebbdb !important;
}

.bg-default-700, .btn.btn-default-700, .btn.btn-default-700.btn-flat, .btn.btn-default-700.btn-rounded {
    background-color: #42b6d9 !important;
}

.bg-default-700-hover:hover, .btn.btn-default-700:hover, .bg-default-700-hover:active, .btn.btn-default-700:active, .bg-default-700-hover:focus, .btn.btn-default-700:focus {
    background-color: #279dc1 !important;
}

.bg-default-700-odd:nth-child(odd) {
    background-color: #42b6d9 !important;
}

.bg-default-700-even:nth-child(even) {
    background-color: #42b6d9 !important;
}

[data-bg="default-700"] {
    background-color: #42b6d9 !important;
}

.color-default-700, .btn.btn-default-700.btn-outline, .btn.btn-default-700.btn-outline i, .btn.btn-default-700.btn-outline.btn-rounded, .btn.btn-default-700.btn-outline.btn-rounded i {
    color: #42b6d9 !important;
}

.color-default-700-hover:hover, .btn.btn-default-700.btn-outline:hover, .btn.btn-default-700.btn-outline:hover i:hover, .btn.btn-default-700.btn-outline:active i:hover, .btn.btn-default-700.btn-outline:focus i:hover, .color-default-700-hover:active, .btn.btn-default-700.btn-outline:active, .btn.btn-default-700.btn-outline:hover i:active, .btn.btn-default-700.btn-outline:active i:active, .btn.btn-default-700.btn-outline:focus i:active, .color-default-700-hover:focus, .btn.btn-default-700.btn-outline:focus, .btn.btn-default-700.btn-outline:hover i:focus, .btn.btn-default-700.btn-outline:active i:focus, .btn.btn-default-700.btn-outline:focus i:focus {
    color: #279dc1 !important;
}

[data-color="default-700"] {
    color: #42b6d9 !important;
}

.border-color-default-700, .btn.btn-default-700, .btn.btn-default-700.btn-flat, .btn.btn-default-700.btn-rounded, .btn.btn-default-700.btn-outline, .btn.btn-default-700.btn-outline.btn-rounded {
    border-color: #42b6d9 !important;
}

.border-color-default-700-hover:hover, .btn.btn-default-700:hover, .btn.btn-default-700.btn-outline.btn-rounded:hover, .border-color-default-700-hover:active, .btn.btn-default-700:active, .btn.btn-default-700.btn-outline.btn-rounded:active, .border-color-default-700-hover:focus, .btn.btn-default-700:focus, .btn.btn-default-700.btn-outline.btn-rounded:focus {
    border-color: #279dc1 !important;
}

[data-border-color="default-700"] {
    border-color: #42b6d9 !important;
}

.bg-default-800, .btn.btn-default-800, .btn.btn-default-800.btn-flat, .btn.btn-default-800.btn-rounded {
    background-color: #35b1d6 !important;
}

.bg-default-800-hover:hover, .btn.btn-default-800:hover, .bg-default-800-hover:active, .btn.btn-default-800:active, .bg-default-800-hover:focus, .btn.btn-default-800:focus {
    background-color: #2493b4 !important;
}

.bg-default-800-odd:nth-child(odd) {
    background-color: #35b1d6 !important;
}

.bg-default-800-even:nth-child(even) {
    background-color: #35b1d6 !important;
}

[data-bg="default-800"] {
    background-color: #35b1d6 !important;
}

.color-default-800, .btn.btn-default-800.btn-outline, .btn.btn-default-800.btn-outline i, .btn.btn-default-800.btn-outline.btn-rounded, .btn.btn-default-800.btn-outline.btn-rounded i {
    color: #35b1d6 !important;
}

.color-default-800-hover:hover, .btn.btn-default-800.btn-outline:hover, .btn.btn-default-800.btn-outline:hover i:hover, .btn.btn-default-800.btn-outline:active i:hover, .btn.btn-default-800.btn-outline:focus i:hover, .color-default-800-hover:active, .btn.btn-default-800.btn-outline:active, .btn.btn-default-800.btn-outline:hover i:active, .btn.btn-default-800.btn-outline:active i:active, .btn.btn-default-800.btn-outline:focus i:active, .color-default-800-hover:focus, .btn.btn-default-800.btn-outline:focus, .btn.btn-default-800.btn-outline:hover i:focus, .btn.btn-default-800.btn-outline:active i:focus, .btn.btn-default-800.btn-outline:focus i:focus {
    color: #2493b4 !important;
}

[data-color="default-800"] {
    color: #35b1d6 !important;
}

.border-color-default-800, .btn.btn-default-800, .btn.btn-default-800.btn-flat, .btn.btn-default-800.btn-rounded, .btn.btn-default-800.btn-outline, .btn.btn-default-800.btn-outline.btn-rounded {
    border-color: #35b1d6 !important;
}

.border-color-default-800-hover:hover, .btn.btn-default-800:hover, .btn.btn-default-800.btn-outline.btn-rounded:hover, .border-color-default-800-hover:active, .btn.btn-default-800:active, .btn.btn-default-800.btn-outline.btn-rounded:active, .border-color-default-800-hover:focus, .btn.btn-default-800:focus, .btn.btn-default-800.btn-outline.btn-rounded:focus {
    border-color: #2493b4 !important;
}

[data-border-color="default-800"] {
    border-color: #35b1d6 !important;
}

.bg-default-900, .btn.btn-default-900, .btn.btn-default-900.btn-flat, .btn.btn-default-900.btn-rounded {
    background-color: #2aabd2 !important;
}

.bg-default-900-hover:hover, .btn.btn-default-900:hover, .bg-default-900-hover:active, .btn.btn-default-900:active, .bg-default-900-hover:focus, .btn.btn-default-900:focus {
    background-color: #2289a7 !important;
}

.bg-default-900-odd:nth-child(odd) {
    background-color: #2aabd2 !important;
}

.bg-default-900-even:nth-child(even) {
    background-color: #2aabd2 !important;
}

[data-bg="default-900"] {
    background-color: #2aabd2 !important;
}

.color-default-900, .btn.btn-default-900.btn-outline, .btn.btn-default-900.btn-outline i, .btn.btn-default-900.btn-outline.btn-rounded, .btn.btn-default-900.btn-outline.btn-rounded i {
    color: #2aabd2 !important;
}

.color-default-900-hover:hover, .btn.btn-default-900.btn-outline:hover, .btn.btn-default-900.btn-outline:hover i:hover, .btn.btn-default-900.btn-outline:active i:hover, .btn.btn-default-900.btn-outline:focus i:hover, .color-default-900-hover:active, .btn.btn-default-900.btn-outline:active, .btn.btn-default-900.btn-outline:hover i:active, .btn.btn-default-900.btn-outline:active i:active, .btn.btn-default-900.btn-outline:focus i:active, .color-default-900-hover:focus, .btn.btn-default-900.btn-outline:focus, .btn.btn-default-900.btn-outline:hover i:focus, .btn.btn-default-900.btn-outline:active i:focus, .btn.btn-default-900.btn-outline:focus i:focus {
    color: #2289a7 !important;
}

[data-color="default-900"] {
    color: #2aabd2 !important;
}

.border-color-default-900, .btn.btn-default-900, .btn.btn-default-900.btn-flat, .btn.btn-default-900.btn-rounded, .btn.btn-default-900.btn-outline, .btn.btn-default-900.btn-outline.btn-rounded {
    border-color: #2aabd2 !important;
}

.border-color-default-900-hover:hover, .btn.btn-default-900:hover, .btn.btn-default-900.btn-outline.btn-rounded:hover, .border-color-default-900-hover:active, .btn.btn-default-900:active, .btn.btn-default-900.btn-outline.btn-rounded:active, .border-color-default-900-hover:focus, .btn.btn-default-900:focus, .btn.btn-default-900.btn-outline.btn-rounded:focus {
    border-color: #2289a7 !important;
}

[data-border-color="default-900"] {
    border-color: #2aabd2 !important;
}

.bg-primary, .btn.btn-primary, .btn.btn-primary.btn-flat, .btn.btn-primary.btn-rounded {
    background-color: #0275d8 !important;
}

.bg-primary-hover:hover, .btn.btn-primary:hover, .bg-primary-hover:active, .btn.btn-primary:active, .bg-primary-hover:focus, .btn.btn-primary:focus {
    background-color: #025aa5 !important;
}

.bg-primary-odd:nth-child(odd) {
    background-color: #0275d8 !important;
}

.bg-primary-even:nth-child(even) {
    background-color: #0275d8 !important;
}

[data-bg="primary"] {
    background-color: #0275d8 !important;
}

.color-primary, .btn.btn-primary.btn-outline, .btn.btn-primary.btn-outline i, .btn.btn-primary.btn-outline.btn-rounded, .btn.btn-primary.btn-outline.btn-rounded i {
    color: #0275d8 !important;
}

.color-primary-hover:hover, .btn.btn-primary.btn-outline:hover, .btn.btn-primary.btn-outline:hover i:hover, .btn.btn-primary.btn-outline:active i:hover, .btn.btn-primary.btn-outline:focus i:hover, .color-primary-hover:active, .btn.btn-primary.btn-outline:active, .btn.btn-primary.btn-outline:hover i:active, .btn.btn-primary.btn-outline:active i:active, .btn.btn-primary.btn-outline:focus i:active, .color-primary-hover:focus, .btn.btn-primary.btn-outline:focus, .btn.btn-primary.btn-outline:hover i:focus, .btn.btn-primary.btn-outline:active i:focus, .btn.btn-primary.btn-outline:focus i:focus {
    color: #025aa5 !important;
}

[data-color="primary"] {
    color: #0275d8 !important;
}

.border-color-primary, .btn.btn-primary, .btn.btn-primary.btn-flat, .btn.btn-primary.btn-rounded, .btn.btn-primary.btn-outline, .btn.btn-primary.btn-outline.btn-rounded {
    border-color: #0275d8 !important;
}

.border-color-primary-hover:hover, .btn.btn-primary:hover, .btn.btn-primary.btn-outline.btn-rounded:hover, .border-color-primary-hover:active, .btn.btn-primary:active, .btn.btn-primary.btn-outline.btn-rounded:active, .border-color-primary-hover:focus, .btn.btn-primary:focus, .btn.btn-primary.btn-outline.btn-rounded:focus {
    border-color: #025aa5 !important;
}

[data-border-color="primary"] {
    border-color: #0275d8 !important;
}

.bg-primary-100, .btn.btn-primary-100, .btn.btn-primary-100.btn-flat, .btn.btn-primary-100.btn-rounded {
    background-color: #1a94fd !important;
}

.bg-primary-100-hover:hover, .btn.btn-primary-100:hover, .bg-primary-100-hover:active, .btn.btn-primary-100:active, .bg-primary-100-hover:focus, .btn.btn-primary-100:focus {
    background-color: #027ae2 !important;
}

.bg-primary-100-odd:nth-child(odd) {
    background-color: #1a94fd !important;
}

.bg-primary-100-even:nth-child(even) {
    background-color: #1a94fd !important;
}

[data-bg="primary-100"] {
    background-color: #1a94fd !important;
}

.color-primary-100, .btn.btn-primary-100.btn-outline, .btn.btn-primary-100.btn-outline i, .btn.btn-primary-100.btn-outline.btn-rounded, .btn.btn-primary-100.btn-outline.btn-rounded i {
    color: #1a94fd !important;
}

.color-primary-100-hover:hover, .btn.btn-primary-100.btn-outline:hover, .btn.btn-primary-100.btn-outline:hover i:hover, .btn.btn-primary-100.btn-outline:active i:hover, .btn.btn-primary-100.btn-outline:focus i:hover, .color-primary-100-hover:active, .btn.btn-primary-100.btn-outline:active, .btn.btn-primary-100.btn-outline:hover i:active, .btn.btn-primary-100.btn-outline:active i:active, .btn.btn-primary-100.btn-outline:focus i:active, .color-primary-100-hover:focus, .btn.btn-primary-100.btn-outline:focus, .btn.btn-primary-100.btn-outline:hover i:focus, .btn.btn-primary-100.btn-outline:active i:focus, .btn.btn-primary-100.btn-outline:focus i:focus {
    color: #027ae2 !important;
}

[data-color="primary-100"] {
    color: #1a94fd !important;
}

.border-color-primary-100, .btn.btn-primary-100, .btn.btn-primary-100.btn-flat, .btn.btn-primary-100.btn-rounded, .btn.btn-primary-100.btn-outline, .btn.btn-primary-100.btn-outline.btn-rounded {
    border-color: #1a94fd !important;
}

.border-color-primary-100-hover:hover, .btn.btn-primary-100:hover, .btn.btn-primary-100.btn-outline.btn-rounded:hover, .border-color-primary-100-hover:active, .btn.btn-primary-100:active, .btn.btn-primary-100.btn-outline.btn-rounded:active, .border-color-primary-100-hover:focus, .btn.btn-primary-100:focus, .btn.btn-primary-100.btn-outline.btn-rounded:focus {
    border-color: #027ae2 !important;
}

[data-border-color="primary-100"] {
    border-color: #1a94fd !important;
}

.bg-primary-200, .btn.btn-primary-200, .btn.btn-primary-200.btn-flat, .btn.btn-primary-200.btn-rounded {
    background-color: #0b8dfd !important;
}

.bg-primary-200-hover:hover, .btn.btn-primary-200:hover, .bg-primary-200-hover:active, .btn.btn-primary-200:active, .bg-primary-200-hover:focus, .btn.btn-primary-200:focus {
    background-color: #0272d3 !important;
}

.bg-primary-200-odd:nth-child(odd) {
    background-color: #0b8dfd !important;
}

.bg-primary-200-even:nth-child(even) {
    background-color: #0b8dfd !important;
}

[data-bg="primary-200"] {
    background-color: #0b8dfd !important;
}

.color-primary-200, .btn.btn-primary-200.btn-outline, .btn.btn-primary-200.btn-outline i, .btn.btn-primary-200.btn-outline.btn-rounded, .btn.btn-primary-200.btn-outline.btn-rounded i {
    color: #0b8dfd !important;
}

.color-primary-200-hover:hover, .btn.btn-primary-200.btn-outline:hover, .btn.btn-primary-200.btn-outline:hover i:hover, .btn.btn-primary-200.btn-outline:active i:hover, .btn.btn-primary-200.btn-outline:focus i:hover, .color-primary-200-hover:active, .btn.btn-primary-200.btn-outline:active, .btn.btn-primary-200.btn-outline:hover i:active, .btn.btn-primary-200.btn-outline:active i:active, .btn.btn-primary-200.btn-outline:focus i:active, .color-primary-200-hover:focus, .btn.btn-primary-200.btn-outline:focus, .btn.btn-primary-200.btn-outline:hover i:focus, .btn.btn-primary-200.btn-outline:active i:focus, .btn.btn-primary-200.btn-outline:focus i:focus {
    color: #0272d3 !important;
}

[data-color="primary-200"] {
    color: #0b8dfd !important;
}

.border-color-primary-200, .btn.btn-primary-200, .btn.btn-primary-200.btn-flat, .btn.btn-primary-200.btn-rounded, .btn.btn-primary-200.btn-outline, .btn.btn-primary-200.btn-outline.btn-rounded {
    border-color: #0b8dfd !important;
}

.border-color-primary-200-hover:hover, .btn.btn-primary-200:hover, .btn.btn-primary-200.btn-outline.btn-rounded:hover, .border-color-primary-200-hover:active, .btn.btn-primary-200:active, .btn.btn-primary-200.btn-outline.btn-rounded:active, .border-color-primary-200-hover:focus, .btn.btn-primary-200:focus, .btn.btn-primary-200.btn-outline.btn-rounded:focus {
    border-color: #0272d3 !important;
}

[data-border-color="primary-200"] {
    border-color: #0b8dfd !important;
}

.bg-primary-300, .btn.btn-primary-300, .btn.btn-primary-300.btn-flat, .btn.btn-primary-300.btn-rounded {
    background-color: #0285f6 !important;
}

.bg-primary-300-hover:hover, .btn.btn-primary-300:hover, .bg-primary-300-hover:active, .btn.btn-primary-300:active, .bg-primary-300-hover:focus, .btn.btn-primary-300:focus {
    background-color: #026ac4 !important;
}

.bg-primary-300-odd:nth-child(odd) {
    background-color: #0285f6 !important;
}

.bg-primary-300-even:nth-child(even) {
    background-color: #0285f6 !important;
}

[data-bg="primary-300"] {
    background-color: #0285f6 !important;
}

.color-primary-300, .btn.btn-primary-300.btn-outline, .btn.btn-primary-300.btn-outline i, .btn.btn-primary-300.btn-outline.btn-rounded, .btn.btn-primary-300.btn-outline.btn-rounded i {
    color: #0285f6 !important;
}

.color-primary-300-hover:hover, .btn.btn-primary-300.btn-outline:hover, .btn.btn-primary-300.btn-outline:hover i:hover, .btn.btn-primary-300.btn-outline:active i:hover, .btn.btn-primary-300.btn-outline:focus i:hover, .color-primary-300-hover:active, .btn.btn-primary-300.btn-outline:active, .btn.btn-primary-300.btn-outline:hover i:active, .btn.btn-primary-300.btn-outline:active i:active, .btn.btn-primary-300.btn-outline:focus i:active, .color-primary-300-hover:focus, .btn.btn-primary-300.btn-outline:focus, .btn.btn-primary-300.btn-outline:hover i:focus, .btn.btn-primary-300.btn-outline:active i:focus, .btn.btn-primary-300.btn-outline:focus i:focus {
    color: #026ac4 !important;
}

[data-color="primary-300"] {
    color: #0285f6 !important;
}

.border-color-primary-300, .btn.btn-primary-300, .btn.btn-primary-300.btn-flat, .btn.btn-primary-300.btn-rounded, .btn.btn-primary-300.btn-outline, .btn.btn-primary-300.btn-outline.btn-rounded {
    border-color: #0285f6 !important;
}

.border-color-primary-300-hover:hover, .btn.btn-primary-300:hover, .btn.btn-primary-300.btn-outline.btn-rounded:hover, .border-color-primary-300-hover:active, .btn.btn-primary-300:active, .btn.btn-primary-300.btn-outline.btn-rounded:active, .border-color-primary-300-hover:focus, .btn.btn-primary-300:focus, .btn.btn-primary-300.btn-outline.btn-rounded:focus {
    border-color: #026ac4 !important;
}

[data-border-color="primary-300"] {
    border-color: #0285f6 !important;
}

.bg-primary-400, .btn.btn-primary-400, .btn.btn-primary-400.btn-flat, .btn.btn-primary-400.btn-rounded {
    background-color: #027de7 !important;
}

.bg-primary-400-hover:hover, .btn.btn-primary-400:hover, .bg-primary-400-hover:active, .btn.btn-primary-400:active, .bg-primary-400-hover:focus, .btn.btn-primary-400:focus {
    background-color: #0262b5 !important;
}

.bg-primary-400-odd:nth-child(odd) {
    background-color: #027de7 !important;
}

.bg-primary-400-even:nth-child(even) {
    background-color: #027de7 !important;
}

[data-bg="primary-400"] {
    background-color: #027de7 !important;
}

.color-primary-400, .btn.btn-primary-400.btn-outline, .btn.btn-primary-400.btn-outline i, .btn.btn-primary-400.btn-outline.btn-rounded, .btn.btn-primary-400.btn-outline.btn-rounded i {
    color: #027de7 !important;
}

.color-primary-400-hover:hover, .btn.btn-primary-400.btn-outline:hover, .btn.btn-primary-400.btn-outline:hover i:hover, .btn.btn-primary-400.btn-outline:active i:hover, .btn.btn-primary-400.btn-outline:focus i:hover, .color-primary-400-hover:active, .btn.btn-primary-400.btn-outline:active, .btn.btn-primary-400.btn-outline:hover i:active, .btn.btn-primary-400.btn-outline:active i:active, .btn.btn-primary-400.btn-outline:focus i:active, .color-primary-400-hover:focus, .btn.btn-primary-400.btn-outline:focus, .btn.btn-primary-400.btn-outline:hover i:focus, .btn.btn-primary-400.btn-outline:active i:focus, .btn.btn-primary-400.btn-outline:focus i:focus {
    color: #0262b5 !important;
}

[data-color="primary-400"] {
    color: #027de7 !important;
}

.border-color-primary-400, .btn.btn-primary-400, .btn.btn-primary-400.btn-flat, .btn.btn-primary-400.btn-rounded, .btn.btn-primary-400.btn-outline, .btn.btn-primary-400.btn-outline.btn-rounded {
    border-color: #027de7 !important;
}

.border-color-primary-400-hover:hover, .btn.btn-primary-400:hover, .btn.btn-primary-400.btn-outline.btn-rounded:hover, .border-color-primary-400-hover:active, .btn.btn-primary-400:active, .btn.btn-primary-400.btn-outline.btn-rounded:active, .border-color-primary-400-hover:focus, .btn.btn-primary-400:focus, .btn.btn-primary-400.btn-outline.btn-rounded:focus {
    border-color: #0262b5 !important;
}

[data-border-color="primary-400"] {
    border-color: #027de7 !important;
}

.bg-primary-500, .btn.btn-primary-500, .btn.btn-primary-500.btn-flat, .btn.btn-primary-500.btn-rounded {
    background-color: #0275d8 !important;
}

.bg-primary-500-hover:hover, .btn.btn-primary-500:hover, .bg-primary-500-hover:active, .btn.btn-primary-500:active, .bg-primary-500-hover:focus, .btn.btn-primary-500:focus {
    background-color: #025aa5 !important;
}

.bg-primary-500-odd:nth-child(odd) {
    background-color: #0275d8 !important;
}

.bg-primary-500-even:nth-child(even) {
    background-color: #0275d8 !important;
}

[data-bg="primary-500"] {
    background-color: #0275d8 !important;
}

.color-primary-500, .btn.btn-primary-500.btn-outline, .btn.btn-primary-500.btn-outline i, .btn.btn-primary-500.btn-outline.btn-rounded, .btn.btn-primary-500.btn-outline.btn-rounded i {
    color: #0275d8 !important;
}

.color-primary-500-hover:hover, .btn.btn-primary-500.btn-outline:hover, .btn.btn-primary-500.btn-outline:hover i:hover, .btn.btn-primary-500.btn-outline:active i:hover, .btn.btn-primary-500.btn-outline:focus i:hover, .color-primary-500-hover:active, .btn.btn-primary-500.btn-outline:active, .btn.btn-primary-500.btn-outline:hover i:active, .btn.btn-primary-500.btn-outline:active i:active, .btn.btn-primary-500.btn-outline:focus i:active, .color-primary-500-hover:focus, .btn.btn-primary-500.btn-outline:focus, .btn.btn-primary-500.btn-outline:hover i:focus, .btn.btn-primary-500.btn-outline:active i:focus, .btn.btn-primary-500.btn-outline:focus i:focus {
    color: #025aa5 !important;
}

[data-color="primary-500"] {
    color: #0275d8 !important;
}

.border-color-primary-500, .btn.btn-primary-500, .btn.btn-primary-500.btn-flat, .btn.btn-primary-500.btn-rounded, .btn.btn-primary-500.btn-outline, .btn.btn-primary-500.btn-outline.btn-rounded {
    border-color: #0275d8 !important;
}

.border-color-primary-500-hover:hover, .btn.btn-primary-500:hover, .btn.btn-primary-500.btn-outline.btn-rounded:hover, .border-color-primary-500-hover:active, .btn.btn-primary-500:active, .btn.btn-primary-500.btn-outline.btn-rounded:active, .border-color-primary-500-hover:focus, .btn.btn-primary-500:focus, .btn.btn-primary-500.btn-outline.btn-rounded:focus {
    border-color: #025aa5 !important;
}

[data-border-color="primary-500"] {
    border-color: #0275d8 !important;
}

.bg-primary-600, .btn.btn-primary-600, .btn.btn-primary-600.btn-flat, .btn.btn-primary-600.btn-rounded {
    background-color: #026dc9 !important;
}

.bg-primary-600-hover:hover, .btn.btn-primary-600:hover, .bg-primary-600-hover:active, .btn.btn-primary-600:active, .bg-primary-600-hover:focus, .btn.btn-primary-600:focus {
    background-color: #015196 !important;
}

.bg-primary-600-odd:nth-child(odd) {
    background-color: #026dc9 !important;
}

.bg-primary-600-even:nth-child(even) {
    background-color: #026dc9 !important;
}

[data-bg="primary-600"] {
    background-color: #026dc9 !important;
}

.color-primary-600, .btn.btn-primary-600.btn-outline, .btn.btn-primary-600.btn-outline i, .btn.btn-primary-600.btn-outline.btn-rounded, .btn.btn-primary-600.btn-outline.btn-rounded i {
    color: #026dc9 !important;
}

.color-primary-600-hover:hover, .btn.btn-primary-600.btn-outline:hover, .btn.btn-primary-600.btn-outline:hover i:hover, .btn.btn-primary-600.btn-outline:active i:hover, .btn.btn-primary-600.btn-outline:focus i:hover, .color-primary-600-hover:active, .btn.btn-primary-600.btn-outline:active, .btn.btn-primary-600.btn-outline:hover i:active, .btn.btn-primary-600.btn-outline:active i:active, .btn.btn-primary-600.btn-outline:focus i:active, .color-primary-600-hover:focus, .btn.btn-primary-600.btn-outline:focus, .btn.btn-primary-600.btn-outline:hover i:focus, .btn.btn-primary-600.btn-outline:active i:focus, .btn.btn-primary-600.btn-outline:focus i:focus {
    color: #015196 !important;
}

[data-color="primary-600"] {
    color: #026dc9 !important;
}

.border-color-primary-600, .btn.btn-primary-600, .btn.btn-primary-600.btn-flat, .btn.btn-primary-600.btn-rounded, .btn.btn-primary-600.btn-outline, .btn.btn-primary-600.btn-outline.btn-rounded {
    border-color: #026dc9 !important;
}

.border-color-primary-600-hover:hover, .btn.btn-primary-600:hover, .btn.btn-primary-600.btn-outline.btn-rounded:hover, .border-color-primary-600-hover:active, .btn.btn-primary-600:active, .btn.btn-primary-600.btn-outline.btn-rounded:active, .border-color-primary-600-hover:focus, .btn.btn-primary-600:focus, .btn.btn-primary-600.btn-outline.btn-rounded:focus {
    border-color: #015196 !important;
}

[data-border-color="primary-600"] {
    border-color: #026dc9 !important;
}

.bg-primary-700, .btn.btn-primary-700, .btn.btn-primary-700.btn-flat, .btn.btn-primary-700.btn-rounded {
    background-color: #0265ba !important;
}

.bg-primary-700-hover:hover, .btn.btn-primary-700:hover, .bg-primary-700-hover:active, .btn.btn-primary-700:active, .bg-primary-700-hover:focus, .btn.btn-primary-700:focus {
    background-color: #014987 !important;
}

.bg-primary-700-odd:nth-child(odd) {
    background-color: #0265ba !important;
}

.bg-primary-700-even:nth-child(even) {
    background-color: #0265ba !important;
}

[data-bg="primary-700"] {
    background-color: #0265ba !important;
}

.color-primary-700, .btn.btn-primary-700.btn-outline, .btn.btn-primary-700.btn-outline i, .btn.btn-primary-700.btn-outline.btn-rounded, .btn.btn-primary-700.btn-outline.btn-rounded i {
    color: #0265ba !important;
}

.color-primary-700-hover:hover, .btn.btn-primary-700.btn-outline:hover, .btn.btn-primary-700.btn-outline:hover i:hover, .btn.btn-primary-700.btn-outline:active i:hover, .btn.btn-primary-700.btn-outline:focus i:hover, .color-primary-700-hover:active, .btn.btn-primary-700.btn-outline:active, .btn.btn-primary-700.btn-outline:hover i:active, .btn.btn-primary-700.btn-outline:active i:active, .btn.btn-primary-700.btn-outline:focus i:active, .color-primary-700-hover:focus, .btn.btn-primary-700.btn-outline:focus, .btn.btn-primary-700.btn-outline:hover i:focus, .btn.btn-primary-700.btn-outline:active i:focus, .btn.btn-primary-700.btn-outline:focus i:focus {
    color: #014987 !important;
}

[data-color="primary-700"] {
    color: #0265ba !important;
}

.border-color-primary-700, .btn.btn-primary-700, .btn.btn-primary-700.btn-flat, .btn.btn-primary-700.btn-rounded, .btn.btn-primary-700.btn-outline, .btn.btn-primary-700.btn-outline.btn-rounded {
    border-color: #0265ba !important;
}

.border-color-primary-700-hover:hover, .btn.btn-primary-700:hover, .btn.btn-primary-700.btn-outline.btn-rounded:hover, .border-color-primary-700-hover:active, .btn.btn-primary-700:active, .btn.btn-primary-700.btn-outline.btn-rounded:active, .border-color-primary-700-hover:focus, .btn.btn-primary-700:focus, .btn.btn-primary-700.btn-outline.btn-rounded:focus {
    border-color: #014987 !important;
}

[data-border-color="primary-700"] {
    border-color: #0265ba !important;
}

.bg-primary-800, .btn.btn-primary-800, .btn.btn-primary-800.btn-flat, .btn.btn-primary-800.btn-rounded {
    background-color: #025cab !important;
}

.bg-primary-800-hover:hover, .btn.btn-primary-800:hover, .bg-primary-800-hover:active, .btn.btn-primary-800:active, .bg-primary-800-hover:focus, .btn.btn-primary-800:focus {
    background-color: #014178 !important;
}

.bg-primary-800-odd:nth-child(odd) {
    background-color: #025cab !important;
}

.bg-primary-800-even:nth-child(even) {
    background-color: #025cab !important;
}

[data-bg="primary-800"] {
    background-color: #025cab !important;
}

.color-primary-800, .btn.btn-primary-800.btn-outline, .btn.btn-primary-800.btn-outline i, .btn.btn-primary-800.btn-outline.btn-rounded, .btn.btn-primary-800.btn-outline.btn-rounded i {
    color: #025cab !important;
}

.color-primary-800-hover:hover, .btn.btn-primary-800.btn-outline:hover, .btn.btn-primary-800.btn-outline:hover i:hover, .btn.btn-primary-800.btn-outline:active i:hover, .btn.btn-primary-800.btn-outline:focus i:hover, .color-primary-800-hover:active, .btn.btn-primary-800.btn-outline:active, .btn.btn-primary-800.btn-outline:hover i:active, .btn.btn-primary-800.btn-outline:active i:active, .btn.btn-primary-800.btn-outline:focus i:active, .color-primary-800-hover:focus, .btn.btn-primary-800.btn-outline:focus, .btn.btn-primary-800.btn-outline:hover i:focus, .btn.btn-primary-800.btn-outline:active i:focus, .btn.btn-primary-800.btn-outline:focus i:focus {
    color: #014178 !important;
}

[data-color="primary-800"] {
    color: #025cab !important;
}

.border-color-primary-800, .btn.btn-primary-800, .btn.btn-primary-800.btn-flat, .btn.btn-primary-800.btn-rounded, .btn.btn-primary-800.btn-outline, .btn.btn-primary-800.btn-outline.btn-rounded {
    border-color: #025cab !important;
}

.border-color-primary-800-hover:hover, .btn.btn-primary-800:hover, .btn.btn-primary-800.btn-outline.btn-rounded:hover, .border-color-primary-800-hover:active, .btn.btn-primary-800:active, .btn.btn-primary-800.btn-outline.btn-rounded:active, .border-color-primary-800-hover:focus, .btn.btn-primary-800:focus, .btn.btn-primary-800.btn-outline.btn-rounded:focus {
    border-color: #014178 !important;
}

[data-border-color="primary-800"] {
    border-color: #025cab !important;
}

.bg-primary-900, .btn.btn-primary-900, .btn.btn-primary-900.btn-flat, .btn.btn-primary-900.btn-rounded {
    background-color: #01549b !important;
}

.bg-primary-900-hover:hover, .btn.btn-primary-900:hover, .bg-primary-900-hover:active, .btn.btn-primary-900:active, .bg-primary-900-hover:focus, .btn.btn-primary-900:focus {
    background-color: #013969 !important;
}

.bg-primary-900-odd:nth-child(odd) {
    background-color: #01549b !important;
}

.bg-primary-900-even:nth-child(even) {
    background-color: #01549b !important;
}

[data-bg="primary-900"] {
    background-color: #01549b !important;
}

.color-primary-900, .btn.btn-primary-900.btn-outline, .btn.btn-primary-900.btn-outline i, .btn.btn-primary-900.btn-outline.btn-rounded, .btn.btn-primary-900.btn-outline.btn-rounded i {
    color: #01549b !important;
}

.color-primary-900-hover:hover, .btn.btn-primary-900.btn-outline:hover, .btn.btn-primary-900.btn-outline:hover i:hover, .btn.btn-primary-900.btn-outline:active i:hover, .btn.btn-primary-900.btn-outline:focus i:hover, .color-primary-900-hover:active, .btn.btn-primary-900.btn-outline:active, .btn.btn-primary-900.btn-outline:hover i:active, .btn.btn-primary-900.btn-outline:active i:active, .btn.btn-primary-900.btn-outline:focus i:active, .color-primary-900-hover:focus, .btn.btn-primary-900.btn-outline:focus, .btn.btn-primary-900.btn-outline:hover i:focus, .btn.btn-primary-900.btn-outline:active i:focus, .btn.btn-primary-900.btn-outline:focus i:focus {
    color: #013969 !important;
}

[data-color="primary-900"] {
    color: #01549b !important;
}

.border-color-primary-900, .btn.btn-primary-900, .btn.btn-primary-900.btn-flat, .btn.btn-primary-900.btn-rounded, .btn.btn-primary-900.btn-outline, .btn.btn-primary-900.btn-outline.btn-rounded {
    border-color: #01549b !important;
}

.border-color-primary-900-hover:hover, .btn.btn-primary-900:hover, .btn.btn-primary-900.btn-outline.btn-rounded:hover, .border-color-primary-900-hover:active, .btn.btn-primary-900:active, .btn.btn-primary-900.btn-outline.btn-rounded:active, .border-color-primary-900-hover:focus, .btn.btn-primary-900:focus, .btn.btn-primary-900.btn-outline.btn-rounded:focus {
    border-color: #013969 !important;
}

[data-border-color="primary-900"] {
    border-color: #01549b !important;
}

.bg-info, .btn.btn-info, .btn.btn-info.btn-flat, .btn.btn-info.btn-rounded {
    background-color: #00aced !important;
}

.bg-info-hover:hover, .btn.btn-info:hover, .bg-info-hover:active, .btn.btn-info:active, .bg-info-hover:focus, .btn.btn-info:focus {
    background-color: #0087ba !important;
}

.bg-info-odd:nth-child(odd) {
    background-color: #00aced !important;
}

.bg-info-even:nth-child(even) {
    background-color: #00aced !important;
}

[data-bg="info"] {
    background-color: #00aced !important;
}

.color-info, .btn.btn-info.btn-outline, .btn.btn-info.btn-outline i, .btn.btn-info.btn-outline.btn-rounded, .btn.btn-info.btn-outline.btn-rounded i {
    color: #00aced !important;
}

.color-info-hover:hover, .btn.btn-info.btn-outline:hover, .btn.btn-info.btn-outline:hover i:hover, .btn.btn-info.btn-outline:active i:hover, .btn.btn-info.btn-outline:focus i:hover, .color-info-hover:active, .btn.btn-info.btn-outline:active, .btn.btn-info.btn-outline:hover i:active, .btn.btn-info.btn-outline:active i:active, .btn.btn-info.btn-outline:focus i:active, .color-info-hover:focus, .btn.btn-info.btn-outline:focus, .btn.btn-info.btn-outline:hover i:focus, .btn.btn-info.btn-outline:active i:focus, .btn.btn-info.btn-outline:focus i:focus {
    color: #0087ba !important;
}

[data-color="info"] {
    color: #00aced !important;
}

.border-color-info, .btn.btn-info, .btn.btn-info.btn-flat, .btn.btn-info.btn-rounded, .btn.btn-info.btn-outline, .btn.btn-info.btn-outline.btn-rounded {
    border-color: #00aced !important;
}

.border-color-info-hover:hover, .btn.btn-info:hover, .btn.btn-info.btn-outline.btn-rounded:hover, .border-color-info-hover:active, .btn.btn-info:active, .btn.btn-info.btn-outline.btn-rounded:active, .border-color-info-hover:focus, .btn.btn-info:focus, .btn.btn-info.btn-outline.btn-rounded:focus {
    border-color: #0087ba !important;
}

[data-border-color="info"] {
    border-color: #00aced !important;
}

.bg-info-100, .btn.btn-info-100, .btn.btn-info-100.btn-flat, .btn.btn-info-100.btn-rounded {
    background-color: #2bc5ff !important;
}

.bg-info-100-hover:hover, .btn.btn-info-100:hover, .bg-info-100-hover:active, .btn.btn-info-100:active, .bg-info-100-hover:focus, .btn.btn-info-100:focus {
    background-color: #00b3f7 !important;
}

.bg-info-100-odd:nth-child(odd) {
    background-color: #2bc5ff !important;
}

.bg-info-100-even:nth-child(even) {
    background-color: #2bc5ff !important;
}

[data-bg="info-100"] {
    background-color: #2bc5ff !important;
}

.color-info-100, .btn.btn-info-100.btn-outline, .btn.btn-info-100.btn-outline i, .btn.btn-info-100.btn-outline.btn-rounded, .btn.btn-info-100.btn-outline.btn-rounded i {
    color: #2bc5ff !important;
}

.color-info-100-hover:hover, .btn.btn-info-100.btn-outline:hover, .btn.btn-info-100.btn-outline:hover i:hover, .btn.btn-info-100.btn-outline:active i:hover, .btn.btn-info-100.btn-outline:focus i:hover, .color-info-100-hover:active, .btn.btn-info-100.btn-outline:active, .btn.btn-info-100.btn-outline:hover i:active, .btn.btn-info-100.btn-outline:active i:active, .btn.btn-info-100.btn-outline:focus i:active, .color-info-100-hover:focus, .btn.btn-info-100.btn-outline:focus, .btn.btn-info-100.btn-outline:hover i:focus, .btn.btn-info-100.btn-outline:active i:focus, .btn.btn-info-100.btn-outline:focus i:focus {
    color: #00b3f7 !important;
}

[data-color="info-100"] {
    color: #2bc5ff !important;
}

.border-color-info-100, .btn.btn-info-100, .btn.btn-info-100.btn-flat, .btn.btn-info-100.btn-rounded, .btn.btn-info-100.btn-outline, .btn.btn-info-100.btn-outline.btn-rounded {
    border-color: #2bc5ff !important;
}

.border-color-info-100-hover:hover, .btn.btn-info-100:hover, .btn.btn-info-100.btn-outline.btn-rounded:hover, .border-color-info-100-hover:active, .btn.btn-info-100:active, .btn.btn-info-100.btn-outline.btn-rounded:active, .border-color-info-100-hover:focus, .btn.btn-info-100:focus, .btn.btn-info-100.btn-outline.btn-rounded:focus {
    border-color: #00b3f7 !important;
}

[data-border-color="info-100"] {
    border-color: #2bc5ff !important;
}

.bg-info-200, .btn.btn-info-200, .btn.btn-info-200.btn-flat, .btn.btn-info-200.btn-rounded {
    background-color: #1cc1ff !important;
}

.bg-info-200-hover:hover, .btn.btn-info-200:hover, .bg-info-200-hover:active, .btn.btn-info-200:active, .bg-info-200-hover:focus, .btn.btn-info-200:focus {
    background-color: #00a8e8 !important;
}

.bg-info-200-odd:nth-child(odd) {
    background-color: #1cc1ff !important;
}

.bg-info-200-even:nth-child(even) {
    background-color: #1cc1ff !important;
}

[data-bg="info-200"] {
    background-color: #1cc1ff !important;
}

.color-info-200, .btn.btn-info-200.btn-outline, .btn.btn-info-200.btn-outline i, .btn.btn-info-200.btn-outline.btn-rounded, .btn.btn-info-200.btn-outline.btn-rounded i {
    color: #1cc1ff !important;
}

.color-info-200-hover:hover, .btn.btn-info-200.btn-outline:hover, .btn.btn-info-200.btn-outline:hover i:hover, .btn.btn-info-200.btn-outline:active i:hover, .btn.btn-info-200.btn-outline:focus i:hover, .color-info-200-hover:active, .btn.btn-info-200.btn-outline:active, .btn.btn-info-200.btn-outline:hover i:active, .btn.btn-info-200.btn-outline:active i:active, .btn.btn-info-200.btn-outline:focus i:active, .color-info-200-hover:focus, .btn.btn-info-200.btn-outline:focus, .btn.btn-info-200.btn-outline:hover i:focus, .btn.btn-info-200.btn-outline:active i:focus, .btn.btn-info-200.btn-outline:focus i:focus {
    color: #00a8e8 !important;
}

[data-color="info-200"] {
    color: #1cc1ff !important;
}

.border-color-info-200, .btn.btn-info-200, .btn.btn-info-200.btn-flat, .btn.btn-info-200.btn-rounded, .btn.btn-info-200.btn-outline, .btn.btn-info-200.btn-outline.btn-rounded {
    border-color: #1cc1ff !important;
}

.border-color-info-200-hover:hover, .btn.btn-info-200:hover, .btn.btn-info-200.btn-outline.btn-rounded:hover, .border-color-info-200-hover:active, .btn.btn-info-200:active, .btn.btn-info-200.btn-outline.btn-rounded:active, .border-color-info-200-hover:focus, .btn.btn-info-200:focus, .btn.btn-info-200.btn-outline.btn-rounded:focus {
    border-color: #00a8e8 !important;
}

[data-border-color="info-200"] {
    border-color: #1cc1ff !important;
}

.bg-info-300, .btn.btn-info-300, .btn.btn-info-300.btn-flat, .btn.btn-info-300.btn-rounded {
    background-color: #0dbdff !important;
}

.bg-info-300-hover:hover, .btn.btn-info-300:hover, .bg-info-300-hover:active, .btn.btn-info-300:active, .bg-info-300-hover:focus, .btn.btn-info-300:focus {
    background-color: #009dd9 !important;
}

.bg-info-300-odd:nth-child(odd) {
    background-color: #0dbdff !important;
}

.bg-info-300-even:nth-child(even) {
    background-color: #0dbdff !important;
}

[data-bg="info-300"] {
    background-color: #0dbdff !important;
}

.color-info-300, .btn.btn-info-300.btn-outline, .btn.btn-info-300.btn-outline i, .btn.btn-info-300.btn-outline.btn-rounded, .btn.btn-info-300.btn-outline.btn-rounded i {
    color: #0dbdff !important;
}

.color-info-300-hover:hover, .btn.btn-info-300.btn-outline:hover, .btn.btn-info-300.btn-outline:hover i:hover, .btn.btn-info-300.btn-outline:active i:hover, .btn.btn-info-300.btn-outline:focus i:hover, .color-info-300-hover:active, .btn.btn-info-300.btn-outline:active, .btn.btn-info-300.btn-outline:hover i:active, .btn.btn-info-300.btn-outline:active i:active, .btn.btn-info-300.btn-outline:focus i:active, .color-info-300-hover:focus, .btn.btn-info-300.btn-outline:focus, .btn.btn-info-300.btn-outline:hover i:focus, .btn.btn-info-300.btn-outline:active i:focus, .btn.btn-info-300.btn-outline:focus i:focus {
    color: #009dd9 !important;
}

[data-color="info-300"] {
    color: #0dbdff !important;
}

.border-color-info-300, .btn.btn-info-300, .btn.btn-info-300.btn-flat, .btn.btn-info-300.btn-rounded, .btn.btn-info-300.btn-outline, .btn.btn-info-300.btn-outline.btn-rounded {
    border-color: #0dbdff !important;
}

.border-color-info-300-hover:hover, .btn.btn-info-300:hover, .btn.btn-info-300.btn-outline.btn-rounded:hover, .border-color-info-300-hover:active, .btn.btn-info-300:active, .btn.btn-info-300.btn-outline.btn-rounded:active, .border-color-info-300-hover:focus, .btn.btn-info-300:focus, .btn.btn-info-300.btn-outline.btn-rounded:focus {
    border-color: #009dd9 !important;
}

[data-border-color="info-300"] {
    border-color: #0dbdff !important;
}

.bg-info-400, .btn.btn-info-400, .btn.btn-info-400.btn-flat, .btn.btn-info-400.btn-rounded {
    background-color: #00b7fc !important;
}

.bg-info-400-hover:hover, .btn.btn-info-400:hover, .bg-info-400-hover:active, .btn.btn-info-400:active, .bg-info-400-hover:focus, .btn.btn-info-400:focus {
    background-color: #0092c9 !important;
}

.bg-info-400-odd:nth-child(odd) {
    background-color: #00b7fc !important;
}

.bg-info-400-even:nth-child(even) {
    background-color: #00b7fc !important;
}

[data-bg="info-400"] {
    background-color: #00b7fc !important;
}

.color-info-400, .btn.btn-info-400.btn-outline, .btn.btn-info-400.btn-outline i, .btn.btn-info-400.btn-outline.btn-rounded, .btn.btn-info-400.btn-outline.btn-rounded i {
    color: #00b7fc !important;
}

.color-info-400-hover:hover, .btn.btn-info-400.btn-outline:hover, .btn.btn-info-400.btn-outline:hover i:hover, .btn.btn-info-400.btn-outline:active i:hover, .btn.btn-info-400.btn-outline:focus i:hover, .color-info-400-hover:active, .btn.btn-info-400.btn-outline:active, .btn.btn-info-400.btn-outline:hover i:active, .btn.btn-info-400.btn-outline:active i:active, .btn.btn-info-400.btn-outline:focus i:active, .color-info-400-hover:focus, .btn.btn-info-400.btn-outline:focus, .btn.btn-info-400.btn-outline:hover i:focus, .btn.btn-info-400.btn-outline:active i:focus, .btn.btn-info-400.btn-outline:focus i:focus {
    color: #0092c9 !important;
}

[data-color="info-400"] {
    color: #00b7fc !important;
}

.border-color-info-400, .btn.btn-info-400, .btn.btn-info-400.btn-flat, .btn.btn-info-400.btn-rounded, .btn.btn-info-400.btn-outline, .btn.btn-info-400.btn-outline.btn-rounded {
    border-color: #00b7fc !important;
}

.border-color-info-400-hover:hover, .btn.btn-info-400:hover, .btn.btn-info-400.btn-outline.btn-rounded:hover, .border-color-info-400-hover:active, .btn.btn-info-400:active, .btn.btn-info-400.btn-outline.btn-rounded:active, .border-color-info-400-hover:focus, .btn.btn-info-400:focus, .btn.btn-info-400.btn-outline.btn-rounded:focus {
    border-color: #0092c9 !important;
}

[data-border-color="info-400"] {
    border-color: #00b7fc !important;
}

.bg-info-500, .screenshots .dropdown-menu, .screenshots .dropdown-menu a, .btn.btn-info-500, .btn.btn-info-500.btn-flat, .btn.btn-info-500.btn-rounded {
    background-color: #00aced !important;
}

.bg-info-500-hover:hover, .btn.btn-info-500:hover, .bg-info-500-hover:active, .btn.btn-info-500:active, .bg-info-500-hover:focus, .btn.btn-info-500:focus {
    background-color: #0087ba !important;
}

.bg-info-500-odd:nth-child(odd) {
    background-color: #00aced !important;
}

.bg-info-500-even:nth-child(even) {
    background-color: #00aced !important;
}

[data-bg="info-500"] {
    background-color: #00aced !important;
}

.color-info-500, .btn.btn-info-500.btn-outline, .btn.btn-info-500.btn-outline i, .btn.btn-info-500.btn-outline.btn-rounded, .btn.btn-info-500.btn-outline.btn-rounded i {
    color: #00aced !important;
}

.color-info-500-hover:hover, .btn.btn-info-500.btn-outline:hover, .btn.btn-info-500.btn-outline:hover i:hover, .btn.btn-info-500.btn-outline:active i:hover, .btn.btn-info-500.btn-outline:focus i:hover, .color-info-500-hover:active, .btn.btn-info-500.btn-outline:active, .btn.btn-info-500.btn-outline:hover i:active, .btn.btn-info-500.btn-outline:active i:active, .btn.btn-info-500.btn-outline:focus i:active, .color-info-500-hover:focus, .btn.btn-info-500.btn-outline:focus, .btn.btn-info-500.btn-outline:hover i:focus, .btn.btn-info-500.btn-outline:active i:focus, .btn.btn-info-500.btn-outline:focus i:focus {
    color: #0087ba !important;
}

[data-color="info-500"] {
    color: #00aced !important;
}

.border-color-info-500, .btn.btn-info-500, .btn.btn-info-500.btn-flat, .btn.btn-info-500.btn-rounded, .btn.btn-info-500.btn-outline, .btn.btn-info-500.btn-outline.btn-rounded {
    border-color: #00aced !important;
}

.border-color-info-500-hover:hover, .btn.btn-info-500:hover, .btn.btn-info-500.btn-outline.btn-rounded:hover, .border-color-info-500-hover:active, .btn.btn-info-500:active, .btn.btn-info-500.btn-outline.btn-rounded:active, .border-color-info-500-hover:focus, .btn.btn-info-500:focus, .btn.btn-info-500.btn-outline.btn-rounded:focus {
    border-color: #0087ba !important;
}

[data-border-color="info-500"] {
    border-color: #00aced !important;
}

.bg-info-600, .btn.btn-info-600, .btn.btn-info-600.btn-flat, .btn.btn-info-600.btn-rounded {
    background-color: #00a1de !important;
}

.bg-info-600-hover:hover, .btn.btn-info-600:hover, .bg-info-600-hover:active, .btn.btn-info-600:active, .bg-info-600-hover:focus, .btn.btn-info-600:focus {
    background-color: #007cab !important;
}

.bg-info-600-odd:nth-child(odd) {
    background-color: #00a1de !important;
}

.bg-info-600-even:nth-child(even) {
    background-color: #00a1de !important;
}

[data-bg="info-600"] {
    background-color: #00a1de !important;
}

.color-info-600, .btn.btn-info-600.btn-outline, .btn.btn-info-600.btn-outline i, .btn.btn-info-600.btn-outline.btn-rounded, .btn.btn-info-600.btn-outline.btn-rounded i {
    color: #00a1de !important;
}

.color-info-600-hover:hover, .btn.btn-info-600.btn-outline:hover, .btn.btn-info-600.btn-outline:hover i:hover, .btn.btn-info-600.btn-outline:active i:hover, .btn.btn-info-600.btn-outline:focus i:hover, .color-info-600-hover:active, .btn.btn-info-600.btn-outline:active, .btn.btn-info-600.btn-outline:hover i:active, .btn.btn-info-600.btn-outline:active i:active, .btn.btn-info-600.btn-outline:focus i:active, .color-info-600-hover:focus, .btn.btn-info-600.btn-outline:focus, .btn.btn-info-600.btn-outline:hover i:focus, .btn.btn-info-600.btn-outline:active i:focus, .btn.btn-info-600.btn-outline:focus i:focus {
    color: #007cab !important;
}

[data-color="info-600"] {
    color: #00a1de !important;
}

.border-color-info-600, .btn.btn-info-600, .btn.btn-info-600.btn-flat, .btn.btn-info-600.btn-rounded, .btn.btn-info-600.btn-outline, .btn.btn-info-600.btn-outline.btn-rounded {
    border-color: #00a1de !important;
}

.border-color-info-600-hover:hover, .btn.btn-info-600:hover, .btn.btn-info-600.btn-outline.btn-rounded:hover, .border-color-info-600-hover:active, .btn.btn-info-600:active, .btn.btn-info-600.btn-outline.btn-rounded:active, .border-color-info-600-hover:focus, .btn.btn-info-600:focus, .btn.btn-info-600.btn-outline.btn-rounded:focus {
    border-color: #007cab !important;
}

[data-border-color="info-600"] {
    border-color: #00a1de !important;
}

.bg-info-700, .screenshots .dropdown-menu a:hover, .btn.btn-info-700, .btn.btn-info-700.btn-flat, .btn.btn-info-700.btn-rounded {
    background-color: #0096ce !important;
}

.bg-info-700-hover:hover, .btn.btn-info-700:hover, .bg-info-700-hover:active, .btn.btn-info-700:active, .bg-info-700-hover:focus, .btn.btn-info-700:focus {
    background-color: #00719b !important;
}

.bg-info-700-odd:nth-child(odd) {
    background-color: #0096ce !important;
}

.bg-info-700-even:nth-child(even) {
    background-color: #0096ce !important;
}

[data-bg="info-700"] {
    background-color: #0096ce !important;
}

.color-info-700, .btn.btn-info-700.btn-outline, .btn.btn-info-700.btn-outline i, .btn.btn-info-700.btn-outline.btn-rounded, .btn.btn-info-700.btn-outline.btn-rounded i {
    color: #0096ce !important;
}

.color-info-700-hover:hover, .btn.btn-info-700.btn-outline:hover, .btn.btn-info-700.btn-outline:hover i:hover, .btn.btn-info-700.btn-outline:active i:hover, .btn.btn-info-700.btn-outline:focus i:hover, .color-info-700-hover:active, .btn.btn-info-700.btn-outline:active, .btn.btn-info-700.btn-outline:hover i:active, .btn.btn-info-700.btn-outline:active i:active, .btn.btn-info-700.btn-outline:focus i:active, .color-info-700-hover:focus, .btn.btn-info-700.btn-outline:focus, .btn.btn-info-700.btn-outline:hover i:focus, .btn.btn-info-700.btn-outline:active i:focus, .btn.btn-info-700.btn-outline:focus i:focus {
    color: #00719b !important;
}

[data-color="info-700"] {
    color: #0096ce !important;
}

.border-color-info-700, .btn.btn-info-700, .btn.btn-info-700.btn-flat, .btn.btn-info-700.btn-rounded, .btn.btn-info-700.btn-outline, .btn.btn-info-700.btn-outline.btn-rounded {
    border-color: #0096ce !important;
}

.border-color-info-700-hover:hover, .btn.btn-info-700:hover, .btn.btn-info-700.btn-outline.btn-rounded:hover, .border-color-info-700-hover:active, .btn.btn-info-700:active, .btn.btn-info-700.btn-outline.btn-rounded:active, .border-color-info-700-hover:focus, .btn.btn-info-700:focus, .btn.btn-info-700.btn-outline.btn-rounded:focus {
    border-color: #00719b !important;
}

[data-border-color="info-700"] {
    border-color: #0096ce !important;
}

.bg-info-800, .btn.btn-info-800, .btn.btn-info-800.btn-flat, .btn.btn-info-800.btn-rounded {
    background-color: #008bbf !important;
}

.bg-info-800-hover:hover, .btn.btn-info-800:hover, .bg-info-800-hover:active, .btn.btn-info-800:active, .bg-info-800-hover:focus, .btn.btn-info-800:focus {
    background-color: #00668c !important;
}

.bg-info-800-odd:nth-child(odd) {
    background-color: #008bbf !important;
}

.bg-info-800-even:nth-child(even) {
    background-color: #008bbf !important;
}

[data-bg="info-800"] {
    background-color: #008bbf !important;
}

.color-info-800, .btn.btn-info-800.btn-outline, .btn.btn-info-800.btn-outline i, .btn.btn-info-800.btn-outline.btn-rounded, .btn.btn-info-800.btn-outline.btn-rounded i {
    color: #008bbf !important;
}

.color-info-800-hover:hover, .btn.btn-info-800.btn-outline:hover, .btn.btn-info-800.btn-outline:hover i:hover, .btn.btn-info-800.btn-outline:active i:hover, .btn.btn-info-800.btn-outline:focus i:hover, .color-info-800-hover:active, .btn.btn-info-800.btn-outline:active, .btn.btn-info-800.btn-outline:hover i:active, .btn.btn-info-800.btn-outline:active i:active, .btn.btn-info-800.btn-outline:focus i:active, .color-info-800-hover:focus, .btn.btn-info-800.btn-outline:focus, .btn.btn-info-800.btn-outline:hover i:focus, .btn.btn-info-800.btn-outline:active i:focus, .btn.btn-info-800.btn-outline:focus i:focus {
    color: #00668c !important;
}

[data-color="info-800"] {
    color: #008bbf !important;
}

.border-color-info-800, .btn.btn-info-800, .btn.btn-info-800.btn-flat, .btn.btn-info-800.btn-rounded, .btn.btn-info-800.btn-outline, .btn.btn-info-800.btn-outline.btn-rounded {
    border-color: #008bbf !important;
}

.border-color-info-800-hover:hover, .btn.btn-info-800:hover, .btn.btn-info-800.btn-outline.btn-rounded:hover, .border-color-info-800-hover:active, .btn.btn-info-800:active, .btn.btn-info-800.btn-outline.btn-rounded:active, .border-color-info-800-hover:focus, .btn.btn-info-800:focus, .btn.btn-info-800.btn-outline.btn-rounded:focus {
    border-color: #00668c !important;
}

[data-border-color="info-800"] {
    border-color: #008bbf !important;
}

.bg-info-900, .btn.btn-info-900, .btn.btn-info-900.btn-flat, .btn.btn-info-900.btn-rounded {
    background-color: #0080b0 !important;
}

.bg-info-900-hover:hover, .btn.btn-info-900:hover, .bg-info-900-hover:active, .btn.btn-info-900:active, .bg-info-900-hover:focus, .btn.btn-info-900:focus {
    background-color: #005b7d !important;
}

.bg-info-900-odd:nth-child(odd) {
    background-color: #0080b0 !important;
}

.bg-info-900-even:nth-child(even) {
    background-color: #0080b0 !important;
}

[data-bg="info-900"] {
    background-color: #0080b0 !important;
}

.color-info-900, .btn.btn-info-900.btn-outline, .btn.btn-info-900.btn-outline i, .btn.btn-info-900.btn-outline.btn-rounded, .btn.btn-info-900.btn-outline.btn-rounded i {
    color: #0080b0 !important;
}

.color-info-900-hover:hover, .btn.btn-info-900.btn-outline:hover, .btn.btn-info-900.btn-outline:hover i:hover, .btn.btn-info-900.btn-outline:active i:hover, .btn.btn-info-900.btn-outline:focus i:hover, .color-info-900-hover:active, .btn.btn-info-900.btn-outline:active, .btn.btn-info-900.btn-outline:hover i:active, .btn.btn-info-900.btn-outline:active i:active, .btn.btn-info-900.btn-outline:focus i:active, .color-info-900-hover:focus, .btn.btn-info-900.btn-outline:focus, .btn.btn-info-900.btn-outline:hover i:focus, .btn.btn-info-900.btn-outline:active i:focus, .btn.btn-info-900.btn-outline:focus i:focus {
    color: #005b7d !important;
}

[data-color="info-900"] {
    color: #0080b0 !important;
}

.border-color-info-900, .btn.btn-info-900, .btn.btn-info-900.btn-flat, .btn.btn-info-900.btn-rounded, .btn.btn-info-900.btn-outline, .btn.btn-info-900.btn-outline.btn-rounded {
    border-color: #0080b0 !important;
}

.border-color-info-900-hover:hover, .btn.btn-info-900:hover, .btn.btn-info-900.btn-outline.btn-rounded:hover, .border-color-info-900-hover:active, .btn.btn-info-900:active, .btn.btn-info-900.btn-outline.btn-rounded:active, .border-color-info-900-hover:focus, .btn.btn-info-900:focus, .btn.btn-info-900.btn-outline.btn-rounded:focus {
    border-color: #005b7d !important;
}

[data-border-color="info-900"] {
    border-color: #0080b0 !important;
}

.bg-warning, .ta-toolbar .btn.btn-default, .note-btn.btn.btn-default, .btn.btn-warning, .btn.btn-warning.btn-flat, .btn.btn-warning.btn-rounded {
    background-color: #f0ad4e !important;
}

.bg-warning-hover:hover, .ta-toolbar .btn.btn-default:hover, .note-btn.btn.btn-default:hover, .btn.btn-warning:hover, .bg-warning-hover:active, .ta-toolbar .btn.btn-default:active, .note-btn.btn.btn-default:active, .btn.btn-warning:active, .bg-warning-hover:focus, .ta-toolbar .btn.btn-default:focus, .note-btn.btn.btn-default:focus, .btn.btn-warning:focus {
    background-color: #ec971f !important;
}

.bg-warning-odd:nth-child(odd) {
    background-color: #f0ad4e !important;
}

.bg-warning-even:nth-child(even) {
    background-color: #f0ad4e !important;
}

[data-bg="warning"] {
    background-color: #f0ad4e !important;
}

.color-warning, .btn.btn-warning.btn-outline, .btn.btn-warning.btn-outline i, .btn.btn-warning.btn-outline.btn-rounded, .btn.btn-warning.btn-outline.btn-rounded i {
    color: #f0ad4e !important;
}

.color-warning-hover:hover, .btn.btn-warning.btn-outline:hover, .btn.btn-warning.btn-outline:hover i:hover, .btn.btn-warning.btn-outline:active i:hover, .btn.btn-warning.btn-outline:focus i:hover, .color-warning-hover:active, .btn.btn-warning.btn-outline:active, .btn.btn-warning.btn-outline:hover i:active, .btn.btn-warning.btn-outline:active i:active, .btn.btn-warning.btn-outline:focus i:active, .color-warning-hover:focus, .btn.btn-warning.btn-outline:focus, .btn.btn-warning.btn-outline:hover i:focus, .btn.btn-warning.btn-outline:active i:focus, .btn.btn-warning.btn-outline:focus i:focus {
    color: #ec971f !important;
}

[data-color="warning"] {
    color: #f0ad4e !important;
}

.border-color-warning, .ta-toolbar .btn.btn-default, .note-btn.btn.btn-default, .btn.btn-warning, .btn.btn-warning.btn-flat, .btn.btn-warning.btn-rounded, .btn.btn-warning.btn-outline, .btn.btn-warning.btn-outline.btn-rounded {
    border-color: #f0ad4e !important;
}

.border-color-warning-hover:hover, .ta-toolbar .btn.btn-default:hover, .note-btn.btn.btn-default:hover, .btn.btn-warning:hover, .btn.btn-warning.btn-outline.btn-rounded:hover, .border-color-warning-hover:active, .ta-toolbar .btn.btn-default:active, .note-btn.btn.btn-default:active, .btn.btn-warning:active, .btn.btn-warning.btn-outline.btn-rounded:active, .border-color-warning-hover:focus, .ta-toolbar .btn.btn-default:focus, .note-btn.btn.btn-default:focus, .btn.btn-warning:focus, .btn.btn-warning.btn-outline.btn-rounded:focus {
    border-color: #ec971f !important;
}

[data-border-color="warning"] {
    border-color: #f0ad4e !important;
}

.bg-warning-100, .btn.btn-warning-100, .btn.btn-warning-100.btn-flat, .btn.btn-warning-100.btn-rounded {
    background-color: #f5c786 !important;
}

.bg-warning-100-hover:hover, .btn.btn-warning-100:hover, .bg-warning-100-hover:active, .btn.btn-warning-100:active, .bg-warning-100-hover:focus, .btn.btn-warning-100:focus {
    background-color: #f1b157 !important;
}

.bg-warning-100-odd:nth-child(odd) {
    background-color: #f5c786 !important;
}

.bg-warning-100-even:nth-child(even) {
    background-color: #f5c786 !important;
}

[data-bg="warning-100"] {
    background-color: #f5c786 !important;
}

.color-warning-100, .btn.btn-warning-100.btn-outline, .btn.btn-warning-100.btn-outline i, .btn.btn-warning-100.btn-outline.btn-rounded, .btn.btn-warning-100.btn-outline.btn-rounded i {
    color: #f5c786 !important;
}

.color-warning-100-hover:hover, .btn.btn-warning-100.btn-outline:hover, .btn.btn-warning-100.btn-outline:hover i:hover, .btn.btn-warning-100.btn-outline:active i:hover, .btn.btn-warning-100.btn-outline:focus i:hover, .color-warning-100-hover:active, .btn.btn-warning-100.btn-outline:active, .btn.btn-warning-100.btn-outline:hover i:active, .btn.btn-warning-100.btn-outline:active i:active, .btn.btn-warning-100.btn-outline:focus i:active, .color-warning-100-hover:focus, .btn.btn-warning-100.btn-outline:focus, .btn.btn-warning-100.btn-outline:hover i:focus, .btn.btn-warning-100.btn-outline:active i:focus, .btn.btn-warning-100.btn-outline:focus i:focus {
    color: #f1b157 !important;
}

[data-color="warning-100"] {
    color: #f5c786 !important;
}

.border-color-warning-100, .btn.btn-warning-100, .btn.btn-warning-100.btn-flat, .btn.btn-warning-100.btn-rounded, .btn.btn-warning-100.btn-outline, .btn.btn-warning-100.btn-outline.btn-rounded {
    border-color: #f5c786 !important;
}

.border-color-warning-100-hover:hover, .btn.btn-warning-100:hover, .btn.btn-warning-100.btn-outline.btn-rounded:hover, .border-color-warning-100-hover:active, .btn.btn-warning-100:active, .btn.btn-warning-100.btn-outline.btn-rounded:active, .border-color-warning-100-hover:focus, .btn.btn-warning-100:focus, .btn.btn-warning-100.btn-outline.btn-rounded:focus {
    border-color: #f1b157 !important;
}

[data-border-color="warning-100"] {
    border-color: #f5c786 !important;
}

.bg-warning-200, .btn.btn-warning-200, .btn.btn-warning-200.btn-flat, .btn.btn-warning-200.btn-rounded {
    background-color: #f4c178 !important;
}

.bg-warning-200-hover:hover, .btn.btn-warning-200:hover, .bg-warning-200-hover:active, .btn.btn-warning-200:active, .bg-warning-200-hover:focus, .btn.btn-warning-200:focus {
    background-color: #f0ab49 !important;
}

.bg-warning-200-odd:nth-child(odd) {
    background-color: #f4c178 !important;
}

.bg-warning-200-even:nth-child(even) {
    background-color: #f4c178 !important;
}

[data-bg="warning-200"] {
    background-color: #f4c178 !important;
}

.color-warning-200, .btn.btn-warning-200.btn-outline, .btn.btn-warning-200.btn-outline i, .btn.btn-warning-200.btn-outline.btn-rounded, .btn.btn-warning-200.btn-outline.btn-rounded i {
    color: #f4c178 !important;
}

.color-warning-200-hover:hover, .btn.btn-warning-200.btn-outline:hover, .btn.btn-warning-200.btn-outline:hover i:hover, .btn.btn-warning-200.btn-outline:active i:hover, .btn.btn-warning-200.btn-outline:focus i:hover, .color-warning-200-hover:active, .btn.btn-warning-200.btn-outline:active, .btn.btn-warning-200.btn-outline:hover i:active, .btn.btn-warning-200.btn-outline:active i:active, .btn.btn-warning-200.btn-outline:focus i:active, .color-warning-200-hover:focus, .btn.btn-warning-200.btn-outline:focus, .btn.btn-warning-200.btn-outline:hover i:focus, .btn.btn-warning-200.btn-outline:active i:focus, .btn.btn-warning-200.btn-outline:focus i:focus {
    color: #f0ab49 !important;
}

[data-color="warning-200"] {
    color: #f4c178 !important;
}

.border-color-warning-200, .btn.btn-warning-200, .btn.btn-warning-200.btn-flat, .btn.btn-warning-200.btn-rounded, .btn.btn-warning-200.btn-outline, .btn.btn-warning-200.btn-outline.btn-rounded {
    border-color: #f4c178 !important;
}

.border-color-warning-200-hover:hover, .btn.btn-warning-200:hover, .btn.btn-warning-200.btn-outline.btn-rounded:hover, .border-color-warning-200-hover:active, .btn.btn-warning-200:active, .btn.btn-warning-200.btn-outline.btn-rounded:active, .border-color-warning-200-hover:focus, .btn.btn-warning-200:focus, .btn.btn-warning-200.btn-outline.btn-rounded:focus {
    border-color: #f0ab49 !important;
}

[data-border-color="warning-200"] {
    border-color: #f4c178 !important;
}

.bg-warning-300, .btn.btn-warning-300, .btn.btn-warning-300.btn-flat, .btn.btn-warning-300.btn-rounded {
    background-color: #f2ba6a !important;
}

.bg-warning-300-hover:hover, .btn.btn-warning-300:hover, .bg-warning-300-hover:active, .btn.btn-warning-300:active, .bg-warning-300-hover:focus, .btn.btn-warning-300:focus {
    background-color: #eea43b !important;
}

.bg-warning-300-odd:nth-child(odd) {
    background-color: #f2ba6a !important;
}

.bg-warning-300-even:nth-child(even) {
    background-color: #f2ba6a !important;
}

[data-bg="warning-300"] {
    background-color: #f2ba6a !important;
}

.color-warning-300, .btn.btn-warning-300.btn-outline, .btn.btn-warning-300.btn-outline i, .btn.btn-warning-300.btn-outline.btn-rounded, .btn.btn-warning-300.btn-outline.btn-rounded i {
    color: #f2ba6a !important;
}

.color-warning-300-hover:hover, .btn.btn-warning-300.btn-outline:hover, .btn.btn-warning-300.btn-outline:hover i:hover, .btn.btn-warning-300.btn-outline:active i:hover, .btn.btn-warning-300.btn-outline:focus i:hover, .color-warning-300-hover:active, .btn.btn-warning-300.btn-outline:active, .btn.btn-warning-300.btn-outline:hover i:active, .btn.btn-warning-300.btn-outline:active i:active, .btn.btn-warning-300.btn-outline:focus i:active, .color-warning-300-hover:focus, .btn.btn-warning-300.btn-outline:focus, .btn.btn-warning-300.btn-outline:hover i:focus, .btn.btn-warning-300.btn-outline:active i:focus, .btn.btn-warning-300.btn-outline:focus i:focus {
    color: #eea43b !important;
}

[data-color="warning-300"] {
    color: #f2ba6a !important;
}

.border-color-warning-300, .btn.btn-warning-300, .btn.btn-warning-300.btn-flat, .btn.btn-warning-300.btn-rounded, .btn.btn-warning-300.btn-outline, .btn.btn-warning-300.btn-outline.btn-rounded {
    border-color: #f2ba6a !important;
}

.border-color-warning-300-hover:hover, .btn.btn-warning-300:hover, .btn.btn-warning-300.btn-outline.btn-rounded:hover, .border-color-warning-300-hover:active, .btn.btn-warning-300:active, .btn.btn-warning-300.btn-outline.btn-rounded:active, .border-color-warning-300-hover:focus, .btn.btn-warning-300:focus, .btn.btn-warning-300.btn-outline.btn-rounded:focus {
    border-color: #eea43b !important;
}

[data-border-color="warning-300"] {
    border-color: #f2ba6a !important;
}

.bg-warning-400, .btn.btn-warning-400, .btn.btn-warning-400.btn-flat, .btn.btn-warning-400.btn-rounded {
    background-color: #f1b45c !important;
}

.bg-warning-400-hover:hover, .btn.btn-warning-400:hover, .bg-warning-400-hover:active, .btn.btn-warning-400:active, .bg-warning-400-hover:focus, .btn.btn-warning-400:focus {
    background-color: #ed9e2d !important;
}

.bg-warning-400-odd:nth-child(odd) {
    background-color: #f1b45c !important;
}

.bg-warning-400-even:nth-child(even) {
    background-color: #f1b45c !important;
}

[data-bg="warning-400"] {
    background-color: #f1b45c !important;
}

.color-warning-400, .btn.btn-warning-400.btn-outline, .btn.btn-warning-400.btn-outline i, .btn.btn-warning-400.btn-outline.btn-rounded, .btn.btn-warning-400.btn-outline.btn-rounded i {
    color: #f1b45c !important;
}

.color-warning-400-hover:hover, .btn.btn-warning-400.btn-outline:hover, .btn.btn-warning-400.btn-outline:hover i:hover, .btn.btn-warning-400.btn-outline:active i:hover, .btn.btn-warning-400.btn-outline:focus i:hover, .color-warning-400-hover:active, .btn.btn-warning-400.btn-outline:active, .btn.btn-warning-400.btn-outline:hover i:active, .btn.btn-warning-400.btn-outline:active i:active, .btn.btn-warning-400.btn-outline:focus i:active, .color-warning-400-hover:focus, .btn.btn-warning-400.btn-outline:focus, .btn.btn-warning-400.btn-outline:hover i:focus, .btn.btn-warning-400.btn-outline:active i:focus, .btn.btn-warning-400.btn-outline:focus i:focus {
    color: #ed9e2d !important;
}

[data-color="warning-400"] {
    color: #f1b45c !important;
}

.border-color-warning-400, .btn.btn-warning-400, .btn.btn-warning-400.btn-flat, .btn.btn-warning-400.btn-rounded, .btn.btn-warning-400.btn-outline, .btn.btn-warning-400.btn-outline.btn-rounded {
    border-color: #f1b45c !important;
}

.border-color-warning-400-hover:hover, .btn.btn-warning-400:hover, .btn.btn-warning-400.btn-outline.btn-rounded:hover, .border-color-warning-400-hover:active, .btn.btn-warning-400:active, .btn.btn-warning-400.btn-outline.btn-rounded:active, .border-color-warning-400-hover:focus, .btn.btn-warning-400:focus, .btn.btn-warning-400.btn-outline.btn-rounded:focus {
    border-color: #ed9e2d !important;
}

[data-border-color="warning-400"] {
    border-color: #f1b45c !important;
}

.bg-warning-500, .btn.btn-warning-500, .btn.btn-warning-500.btn-flat, .btn.btn-warning-500.btn-rounded {
    background-color: #f0ad4e !important;
}

.bg-warning-500-hover:hover, .btn.btn-warning-500:hover, .bg-warning-500-hover:active, .btn.btn-warning-500:active, .bg-warning-500-hover:focus, .btn.btn-warning-500:focus {
    background-color: #ec971f !important;
}

.bg-warning-500-odd:nth-child(odd) {
    background-color: #f0ad4e !important;
}

.bg-warning-500-even:nth-child(even) {
    background-color: #f0ad4e !important;
}

[data-bg="warning-500"] {
    background-color: #f0ad4e !important;
}

.color-warning-500, .btn.btn-warning-500.btn-outline, .btn.btn-warning-500.btn-outline i, .btn.btn-warning-500.btn-outline.btn-rounded, .btn.btn-warning-500.btn-outline.btn-rounded i {
    color: #f0ad4e !important;
}

.color-warning-500-hover:hover, .btn.btn-warning-500.btn-outline:hover, .btn.btn-warning-500.btn-outline:hover i:hover, .btn.btn-warning-500.btn-outline:active i:hover, .btn.btn-warning-500.btn-outline:focus i:hover, .color-warning-500-hover:active, .btn.btn-warning-500.btn-outline:active, .btn.btn-warning-500.btn-outline:hover i:active, .btn.btn-warning-500.btn-outline:active i:active, .btn.btn-warning-500.btn-outline:focus i:active, .color-warning-500-hover:focus, .btn.btn-warning-500.btn-outline:focus, .btn.btn-warning-500.btn-outline:hover i:focus, .btn.btn-warning-500.btn-outline:active i:focus, .btn.btn-warning-500.btn-outline:focus i:focus {
    color: #ec971f !important;
}

[data-color="warning-500"] {
    color: #f0ad4e !important;
}

.border-color-warning-500, .btn.btn-warning-500, .btn.btn-warning-500.btn-flat, .btn.btn-warning-500.btn-rounded, .btn.btn-warning-500.btn-outline, .btn.btn-warning-500.btn-outline.btn-rounded {
    border-color: #f0ad4e !important;
}

.border-color-warning-500-hover:hover, .btn.btn-warning-500:hover, .btn.btn-warning-500.btn-outline.btn-rounded:hover, .border-color-warning-500-hover:active, .btn.btn-warning-500:active, .btn.btn-warning-500.btn-outline.btn-rounded:active, .border-color-warning-500-hover:focus, .btn.btn-warning-500:focus, .btn.btn-warning-500.btn-outline.btn-rounded:focus {
    border-color: #ec971f !important;
}

[data-border-color="warning-500"] {
    border-color: #f0ad4e !important;
}

.bg-warning-600, .btn.btn-warning-600, .btn.btn-warning-600.btn-flat, .btn.btn-warning-600.btn-rounded {
    background-color: #efa640 !important;
}

.bg-warning-600-hover:hover, .btn.btn-warning-600:hover, .bg-warning-600-hover:active, .btn.btn-warning-600:active, .bg-warning-600-hover:focus, .btn.btn-warning-600:focus {
    background-color: #e89014 !important;
}

.bg-warning-600-odd:nth-child(odd) {
    background-color: #efa640 !important;
}

.bg-warning-600-even:nth-child(even) {
    background-color: #efa640 !important;
}

[data-bg="warning-600"] {
    background-color: #efa640 !important;
}

.color-warning-600, .btn.btn-warning-600.btn-outline, .btn.btn-warning-600.btn-outline i, .btn.btn-warning-600.btn-outline.btn-rounded, .btn.btn-warning-600.btn-outline.btn-rounded i {
    color: #efa640 !important;
}

.color-warning-600-hover:hover, .btn.btn-warning-600.btn-outline:hover, .btn.btn-warning-600.btn-outline:hover i:hover, .btn.btn-warning-600.btn-outline:active i:hover, .btn.btn-warning-600.btn-outline:focus i:hover, .color-warning-600-hover:active, .btn.btn-warning-600.btn-outline:active, .btn.btn-warning-600.btn-outline:hover i:active, .btn.btn-warning-600.btn-outline:active i:active, .btn.btn-warning-600.btn-outline:focus i:active, .color-warning-600-hover:focus, .btn.btn-warning-600.btn-outline:focus, .btn.btn-warning-600.btn-outline:hover i:focus, .btn.btn-warning-600.btn-outline:active i:focus, .btn.btn-warning-600.btn-outline:focus i:focus {
    color: #e89014 !important;
}

[data-color="warning-600"] {
    color: #efa640 !important;
}

.border-color-warning-600, .btn.btn-warning-600, .btn.btn-warning-600.btn-flat, .btn.btn-warning-600.btn-rounded, .btn.btn-warning-600.btn-outline, .btn.btn-warning-600.btn-outline.btn-rounded {
    border-color: #efa640 !important;
}

.border-color-warning-600-hover:hover, .btn.btn-warning-600:hover, .btn.btn-warning-600.btn-outline.btn-rounded:hover, .border-color-warning-600-hover:active, .btn.btn-warning-600:active, .btn.btn-warning-600.btn-outline.btn-rounded:active, .border-color-warning-600-hover:focus, .btn.btn-warning-600:focus, .btn.btn-warning-600.btn-outline.btn-rounded:focus {
    border-color: #e89014 !important;
}

[data-border-color="warning-600"] {
    border-color: #efa640 !important;
}

.bg-warning-700, .btn.btn-warning-700, .btn.btn-warning-700.btn-flat, .btn.btn-warning-700.btn-rounded {
    background-color: #eea032 !important;
}

.bg-warning-700-hover:hover, .btn.btn-warning-700:hover, .bg-warning-700-hover:active, .btn.btn-warning-700:active, .bg-warning-700-hover:focus, .btn.btn-warning-700:focus {
    background-color: #da8712 !important;
}

.bg-warning-700-odd:nth-child(odd) {
    background-color: #eea032 !important;
}

.bg-warning-700-even:nth-child(even) {
    background-color: #eea032 !important;
}

[data-bg="warning-700"] {
    background-color: #eea032 !important;
}

.color-warning-700, .btn.btn-warning-700.btn-outline, .btn.btn-warning-700.btn-outline i, .btn.btn-warning-700.btn-outline.btn-rounded, .btn.btn-warning-700.btn-outline.btn-rounded i {
    color: #eea032 !important;
}

.color-warning-700-hover:hover, .btn.btn-warning-700.btn-outline:hover, .btn.btn-warning-700.btn-outline:hover i:hover, .btn.btn-warning-700.btn-outline:active i:hover, .btn.btn-warning-700.btn-outline:focus i:hover, .color-warning-700-hover:active, .btn.btn-warning-700.btn-outline:active, .btn.btn-warning-700.btn-outline:hover i:active, .btn.btn-warning-700.btn-outline:active i:active, .btn.btn-warning-700.btn-outline:focus i:active, .color-warning-700-hover:focus, .btn.btn-warning-700.btn-outline:focus, .btn.btn-warning-700.btn-outline:hover i:focus, .btn.btn-warning-700.btn-outline:active i:focus, .btn.btn-warning-700.btn-outline:focus i:focus {
    color: #da8712 !important;
}

[data-color="warning-700"] {
    color: #eea032 !important;
}

.border-color-warning-700, .btn.btn-warning-700, .btn.btn-warning-700.btn-flat, .btn.btn-warning-700.btn-rounded, .btn.btn-warning-700.btn-outline, .btn.btn-warning-700.btn-outline.btn-rounded {
    border-color: #eea032 !important;
}

.border-color-warning-700-hover:hover, .btn.btn-warning-700:hover, .btn.btn-warning-700.btn-outline.btn-rounded:hover, .border-color-warning-700-hover:active, .btn.btn-warning-700:active, .btn.btn-warning-700.btn-outline.btn-rounded:active, .border-color-warning-700-hover:focus, .btn.btn-warning-700:focus, .btn.btn-warning-700.btn-outline.btn-rounded:focus {
    border-color: #da8712 !important;
}

[data-border-color="warning-700"] {
    border-color: #eea032 !important;
}

.bg-warning-800, .btn.btn-warning-800, .btn.btn-warning-800.btn-flat, .btn.btn-warning-800.btn-rounded {
    background-color: #ec9924 !important;
}

.bg-warning-800-hover:hover, .btn.btn-warning-800:hover, .bg-warning-800-hover:active, .btn.btn-warning-800:active, .bg-warning-800-hover:focus, .btn.btn-warning-800:focus {
    background-color: #cc7f11 !important;
}

.bg-warning-800-odd:nth-child(odd) {
    background-color: #ec9924 !important;
}

.bg-warning-800-even:nth-child(even) {
    background-color: #ec9924 !important;
}

[data-bg="warning-800"] {
    background-color: #ec9924 !important;
}

.color-warning-800, .btn.btn-warning-800.btn-outline, .btn.btn-warning-800.btn-outline i, .btn.btn-warning-800.btn-outline.btn-rounded, .btn.btn-warning-800.btn-outline.btn-rounded i {
    color: #ec9924 !important;
}

.color-warning-800-hover:hover, .btn.btn-warning-800.btn-outline:hover, .btn.btn-warning-800.btn-outline:hover i:hover, .btn.btn-warning-800.btn-outline:active i:hover, .btn.btn-warning-800.btn-outline:focus i:hover, .color-warning-800-hover:active, .btn.btn-warning-800.btn-outline:active, .btn.btn-warning-800.btn-outline:hover i:active, .btn.btn-warning-800.btn-outline:active i:active, .btn.btn-warning-800.btn-outline:focus i:active, .color-warning-800-hover:focus, .btn.btn-warning-800.btn-outline:focus, .btn.btn-warning-800.btn-outline:hover i:focus, .btn.btn-warning-800.btn-outline:active i:focus, .btn.btn-warning-800.btn-outline:focus i:focus {
    color: #cc7f11 !important;
}

[data-color="warning-800"] {
    color: #ec9924 !important;
}

.border-color-warning-800, .btn.btn-warning-800, .btn.btn-warning-800.btn-flat, .btn.btn-warning-800.btn-rounded, .btn.btn-warning-800.btn-outline, .btn.btn-warning-800.btn-outline.btn-rounded {
    border-color: #ec9924 !important;
}

.border-color-warning-800-hover:hover, .btn.btn-warning-800:hover, .btn.btn-warning-800.btn-outline.btn-rounded:hover, .border-color-warning-800-hover:active, .btn.btn-warning-800:active, .btn.btn-warning-800.btn-outline.btn-rounded:active, .border-color-warning-800-hover:focus, .btn.btn-warning-800:focus, .btn.btn-warning-800.btn-outline.btn-rounded:focus {
    border-color: #cc7f11 !important;
}

[data-border-color="warning-800"] {
    border-color: #ec9924 !important;
}

.bg-warning-900, .btn.btn-warning-900, .btn.btn-warning-900.btn-flat, .btn.btn-warning-900.btn-rounded {
    background-color: #eb9316 !important;
}

.bg-warning-900-hover:hover, .btn.btn-warning-900:hover, .bg-warning-900-hover:active, .btn.btn-warning-900:active, .bg-warning-900-hover:focus, .btn.btn-warning-900:focus {
    background-color: #be7610 !important;
}

.bg-warning-900-odd:nth-child(odd) {
    background-color: #eb9316 !important;
}

.bg-warning-900-even:nth-child(even) {
    background-color: #eb9316 !important;
}

[data-bg="warning-900"] {
    background-color: #eb9316 !important;
}

.color-warning-900, .btn.btn-warning-900.btn-outline, .btn.btn-warning-900.btn-outline i, .btn.btn-warning-900.btn-outline.btn-rounded, .btn.btn-warning-900.btn-outline.btn-rounded i {
    color: #eb9316 !important;
}

.color-warning-900-hover:hover, .btn.btn-warning-900.btn-outline:hover, .btn.btn-warning-900.btn-outline:hover i:hover, .btn.btn-warning-900.btn-outline:active i:hover, .btn.btn-warning-900.btn-outline:focus i:hover, .color-warning-900-hover:active, .btn.btn-warning-900.btn-outline:active, .btn.btn-warning-900.btn-outline:hover i:active, .btn.btn-warning-900.btn-outline:active i:active, .btn.btn-warning-900.btn-outline:focus i:active, .color-warning-900-hover:focus, .btn.btn-warning-900.btn-outline:focus, .btn.btn-warning-900.btn-outline:hover i:focus, .btn.btn-warning-900.btn-outline:active i:focus, .btn.btn-warning-900.btn-outline:focus i:focus {
    color: #be7610 !important;
}

[data-color="warning-900"] {
    color: #eb9316 !important;
}

.border-color-warning-900, .btn.btn-warning-900, .btn.btn-warning-900.btn-flat, .btn.btn-warning-900.btn-rounded, .btn.btn-warning-900.btn-outline, .btn.btn-warning-900.btn-outline.btn-rounded {
    border-color: #eb9316 !important;
}

.border-color-warning-900-hover:hover, .btn.btn-warning-900:hover, .btn.btn-warning-900.btn-outline.btn-rounded:hover, .border-color-warning-900-hover:active, .btn.btn-warning-900:active, .btn.btn-warning-900.btn-outline.btn-rounded:active, .border-color-warning-900-hover:focus, .btn.btn-warning-900:focus, .btn.btn-warning-900.btn-outline.btn-rounded:focus {
    border-color: #be7610 !important;
}

[data-border-color="warning-900"] {
    border-color: #eb9316 !important;
}

.bg-success, .btn.btn-success, .btn.btn-success.btn-flat, .btn.btn-success.btn-rounded {
    background-color: #5cb85c !important;
}

.bg-success-hover:hover, .btn.btn-success:hover, .bg-success-hover:active, .btn.btn-success:active, .bg-success-hover:focus, .btn.btn-success:focus {
    background-color: #449d44 !important;
}

.bg-success-odd:nth-child(odd) {
    background-color: #5cb85c !important;
}

.bg-success-even:nth-child(even) {
    background-color: #5cb85c !important;
}

[data-bg="success"] {
    background-color: #5cb85c !important;
}

.color-success, .btn.btn-success.btn-outline, .btn.btn-success.btn-outline i, .btn.btn-success.btn-outline.btn-rounded, .btn.btn-success.btn-outline.btn-rounded i {
    color: #5cb85c !important;
}

.color-success-hover:hover, .btn.btn-success.btn-outline:hover, .btn.btn-success.btn-outline:hover i:hover, .btn.btn-success.btn-outline:active i:hover, .btn.btn-success.btn-outline:focus i:hover, .color-success-hover:active, .btn.btn-success.btn-outline:active, .btn.btn-success.btn-outline:hover i:active, .btn.btn-success.btn-outline:active i:active, .btn.btn-success.btn-outline:focus i:active, .color-success-hover:focus, .btn.btn-success.btn-outline:focus, .btn.btn-success.btn-outline:hover i:focus, .btn.btn-success.btn-outline:active i:focus, .btn.btn-success.btn-outline:focus i:focus {
    color: #449d44 !important;
}

[data-color="success"] {
    color: #5cb85c !important;
}

.border-color-success, .btn.btn-success, .btn.btn-success.btn-flat, .btn.btn-success.btn-rounded, .btn.btn-success.btn-outline, .btn.btn-success.btn-outline.btn-rounded {
    border-color: #5cb85c !important;
}

.border-color-success-hover:hover, .btn.btn-success:hover, .btn.btn-success.btn-outline.btn-rounded:hover, .border-color-success-hover:active, .btn.btn-success:active, .btn.btn-success.btn-outline.btn-rounded:active, .border-color-success-hover:focus, .btn.btn-success:focus, .btn.btn-success.btn-outline.btn-rounded:focus {
    border-color: #449d44 !important;
}

[data-border-color="success"] {
    border-color: #5cb85c !important;
}

.bg-success-100, .btn.btn-success-100, .btn.btn-success-100.btn-flat, .btn.btn-success-100.btn-rounded {
    background-color: #87cb87 !important;
}

.bg-success-100-hover:hover, .btn.btn-success-100:hover, .bg-success-100-hover:active, .btn.btn-success-100:active, .bg-success-100-hover:focus, .btn.btn-success-100:focus {
    background-color: #63bb63 !important;
}

.bg-success-100-odd:nth-child(odd) {
    background-color: #87cb87 !important;
}

.bg-success-100-even:nth-child(even) {
    background-color: #87cb87 !important;
}

[data-bg="success-100"] {
    background-color: #87cb87 !important;
}

.color-success-100, .btn.btn-success-100.btn-outline, .btn.btn-success-100.btn-outline i, .btn.btn-success-100.btn-outline.btn-rounded, .btn.btn-success-100.btn-outline.btn-rounded i {
    color: #87cb87 !important;
}

.color-success-100-hover:hover, .btn.btn-success-100.btn-outline:hover, .btn.btn-success-100.btn-outline:hover i:hover, .btn.btn-success-100.btn-outline:active i:hover, .btn.btn-success-100.btn-outline:focus i:hover, .color-success-100-hover:active, .btn.btn-success-100.btn-outline:active, .btn.btn-success-100.btn-outline:hover i:active, .btn.btn-success-100.btn-outline:active i:active, .btn.btn-success-100.btn-outline:focus i:active, .color-success-100-hover:focus, .btn.btn-success-100.btn-outline:focus, .btn.btn-success-100.btn-outline:hover i:focus, .btn.btn-success-100.btn-outline:active i:focus, .btn.btn-success-100.btn-outline:focus i:focus {
    color: #63bb63 !important;
}

[data-color="success-100"] {
    color: #87cb87 !important;
}

.border-color-success-100, .btn.btn-success-100, .btn.btn-success-100.btn-flat, .btn.btn-success-100.btn-rounded, .btn.btn-success-100.btn-outline, .btn.btn-success-100.btn-outline.btn-rounded {
    border-color: #87cb87 !important;
}

.border-color-success-100-hover:hover, .btn.btn-success-100:hover, .btn.btn-success-100.btn-outline.btn-rounded:hover, .border-color-success-100-hover:active, .btn.btn-success-100:active, .btn.btn-success-100.btn-outline.btn-rounded:active, .border-color-success-100-hover:focus, .btn.btn-success-100:focus, .btn.btn-success-100.btn-outline.btn-rounded:focus {
    border-color: #63bb63 !important;
}

[data-border-color="success-100"] {
    border-color: #87cb87 !important;
}

.bg-success-200, .btn.btn-success-200, .btn.btn-success-200.btn-flat, .btn.btn-success-200.btn-rounded {
    background-color: #7cc67c !important;
}

.bg-success-200-hover:hover, .btn.btn-success-200:hover, .bg-success-200-hover:active, .btn.btn-success-200:active, .bg-success-200-hover:focus, .btn.btn-success-200:focus {
    background-color: #58b658 !important;
}

.bg-success-200-odd:nth-child(odd) {
    background-color: #7cc67c !important;
}

.bg-success-200-even:nth-child(even) {
    background-color: #7cc67c !important;
}

[data-bg="success-200"] {
    background-color: #7cc67c !important;
}

.color-success-200, .btn.btn-success-200.btn-outline, .btn.btn-success-200.btn-outline i, .btn.btn-success-200.btn-outline.btn-rounded, .btn.btn-success-200.btn-outline.btn-rounded i {
    color: #7cc67c !important;
}

.color-success-200-hover:hover, .btn.btn-success-200.btn-outline:hover, .btn.btn-success-200.btn-outline:hover i:hover, .btn.btn-success-200.btn-outline:active i:hover, .btn.btn-success-200.btn-outline:focus i:hover, .color-success-200-hover:active, .btn.btn-success-200.btn-outline:active, .btn.btn-success-200.btn-outline:hover i:active, .btn.btn-success-200.btn-outline:active i:active, .btn.btn-success-200.btn-outline:focus i:active, .color-success-200-hover:focus, .btn.btn-success-200.btn-outline:focus, .btn.btn-success-200.btn-outline:hover i:focus, .btn.btn-success-200.btn-outline:active i:focus, .btn.btn-success-200.btn-outline:focus i:focus {
    color: #58b658 !important;
}

[data-color="success-200"] {
    color: #7cc67c !important;
}

.border-color-success-200, .btn.btn-success-200, .btn.btn-success-200.btn-flat, .btn.btn-success-200.btn-rounded, .btn.btn-success-200.btn-outline, .btn.btn-success-200.btn-outline.btn-rounded {
    border-color: #7cc67c !important;
}

.border-color-success-200-hover:hover, .btn.btn-success-200:hover, .btn.btn-success-200.btn-outline.btn-rounded:hover, .border-color-success-200-hover:active, .btn.btn-success-200:active, .btn.btn-success-200.btn-outline.btn-rounded:active, .border-color-success-200-hover:focus, .btn.btn-success-200:focus, .btn.btn-success-200.btn-outline.btn-rounded:focus {
    border-color: #58b658 !important;
}

[data-border-color="success-200"] {
    border-color: #7cc67c !important;
}

.bg-success-300, .btn.btn-success-300, .btn.btn-success-300.btn-flat, .btn.btn-success-300.btn-rounded {
    background-color: #71c171 !important;
}

.bg-success-300-hover:hover, .btn.btn-success-300:hover, .bg-success-300-hover:active, .btn.btn-success-300:active, .bg-success-300-hover:focus, .btn.btn-success-300:focus {
    background-color: #4eb24e !important;
}

.bg-success-300-odd:nth-child(odd) {
    background-color: #71c171 !important;
}

.bg-success-300-even:nth-child(even) {
    background-color: #71c171 !important;
}

[data-bg="success-300"] {
    background-color: #71c171 !important;
}

.color-success-300, .btn.btn-success-300.btn-outline, .btn.btn-success-300.btn-outline i, .btn.btn-success-300.btn-outline.btn-rounded, .btn.btn-success-300.btn-outline.btn-rounded i {
    color: #71c171 !important;
}

.color-success-300-hover:hover, .btn.btn-success-300.btn-outline:hover, .btn.btn-success-300.btn-outline:hover i:hover, .btn.btn-success-300.btn-outline:active i:hover, .btn.btn-success-300.btn-outline:focus i:hover, .color-success-300-hover:active, .btn.btn-success-300.btn-outline:active, .btn.btn-success-300.btn-outline:hover i:active, .btn.btn-success-300.btn-outline:active i:active, .btn.btn-success-300.btn-outline:focus i:active, .color-success-300-hover:focus, .btn.btn-success-300.btn-outline:focus, .btn.btn-success-300.btn-outline:hover i:focus, .btn.btn-success-300.btn-outline:active i:focus, .btn.btn-success-300.btn-outline:focus i:focus {
    color: #4eb24e !important;
}

[data-color="success-300"] {
    color: #71c171 !important;
}

.border-color-success-300, .btn.btn-success-300, .btn.btn-success-300.btn-flat, .btn.btn-success-300.btn-rounded, .btn.btn-success-300.btn-outline, .btn.btn-success-300.btn-outline.btn-rounded {
    border-color: #71c171 !important;
}

.border-color-success-300-hover:hover, .btn.btn-success-300:hover, .btn.btn-success-300.btn-outline.btn-rounded:hover, .border-color-success-300-hover:active, .btn.btn-success-300:active, .btn.btn-success-300.btn-outline.btn-rounded:active, .border-color-success-300-hover:focus, .btn.btn-success-300:focus, .btn.btn-success-300.btn-outline.btn-rounded:focus {
    border-color: #4eb24e !important;
}

[data-border-color="success-300"] {
    border-color: #71c171 !important;
}

.bg-success-400, .btn.btn-success-400, .btn.btn-success-400.btn-flat, .btn.btn-success-400.btn-rounded {
    background-color: #67bd67 !important;
}

.bg-success-400-hover:hover, .btn.btn-success-400:hover, .bg-success-400-hover:active, .btn.btn-success-400:active, .bg-success-400-hover:focus, .btn.btn-success-400:focus {
    background-color: #49a749 !important;
}

.bg-success-400-odd:nth-child(odd) {
    background-color: #67bd67 !important;
}

.bg-success-400-even:nth-child(even) {
    background-color: #67bd67 !important;
}

[data-bg="success-400"] {
    background-color: #67bd67 !important;
}

.color-success-400, .btn.btn-success-400.btn-outline, .btn.btn-success-400.btn-outline i, .btn.btn-success-400.btn-outline.btn-rounded, .btn.btn-success-400.btn-outline.btn-rounded i {
    color: #67bd67 !important;
}

.color-success-400-hover:hover, .btn.btn-success-400.btn-outline:hover, .btn.btn-success-400.btn-outline:hover i:hover, .btn.btn-success-400.btn-outline:active i:hover, .btn.btn-success-400.btn-outline:focus i:hover, .color-success-400-hover:active, .btn.btn-success-400.btn-outline:active, .btn.btn-success-400.btn-outline:hover i:active, .btn.btn-success-400.btn-outline:active i:active, .btn.btn-success-400.btn-outline:focus i:active, .color-success-400-hover:focus, .btn.btn-success-400.btn-outline:focus, .btn.btn-success-400.btn-outline:hover i:focus, .btn.btn-success-400.btn-outline:active i:focus, .btn.btn-success-400.btn-outline:focus i:focus {
    color: #49a749 !important;
}

[data-color="success-400"] {
    color: #67bd67 !important;
}

.border-color-success-400, .btn.btn-success-400, .btn.btn-success-400.btn-flat, .btn.btn-success-400.btn-rounded, .btn.btn-success-400.btn-outline, .btn.btn-success-400.btn-outline.btn-rounded {
    border-color: #67bd67 !important;
}

.border-color-success-400-hover:hover, .btn.btn-success-400:hover, .btn.btn-success-400.btn-outline.btn-rounded:hover, .border-color-success-400-hover:active, .btn.btn-success-400:active, .btn.btn-success-400.btn-outline.btn-rounded:active, .border-color-success-400-hover:focus, .btn.btn-success-400:focus, .btn.btn-success-400.btn-outline.btn-rounded:focus {
    border-color: #49a749 !important;
}

[data-border-color="success-400"] {
    border-color: #67bd67 !important;
}

.bg-success-500, .btn.btn-success-500, .btn.btn-success-500.btn-flat, .btn.btn-success-500.btn-rounded {
    background-color: #5cb85c !important;
}

.bg-success-500-hover:hover, .btn.btn-success-500:hover, .bg-success-500-hover:active, .btn.btn-success-500:active, .bg-success-500-hover:focus, .btn.btn-success-500:focus {
    background-color: #449d44 !important;
}

.bg-success-500-odd:nth-child(odd) {
    background-color: #5cb85c !important;
}

.bg-success-500-even:nth-child(even) {
    background-color: #5cb85c !important;
}

[data-bg="success-500"] {
    background-color: #5cb85c !important;
}

.color-success-500, .btn.btn-success-500.btn-outline, .btn.btn-success-500.btn-outline i, .btn.btn-success-500.btn-outline.btn-rounded, .btn.btn-success-500.btn-outline.btn-rounded i {
    color: #5cb85c !important;
}

.color-success-500-hover:hover, .btn.btn-success-500.btn-outline:hover, .btn.btn-success-500.btn-outline:hover i:hover, .btn.btn-success-500.btn-outline:active i:hover, .btn.btn-success-500.btn-outline:focus i:hover, .color-success-500-hover:active, .btn.btn-success-500.btn-outline:active, .btn.btn-success-500.btn-outline:hover i:active, .btn.btn-success-500.btn-outline:active i:active, .btn.btn-success-500.btn-outline:focus i:active, .color-success-500-hover:focus, .btn.btn-success-500.btn-outline:focus, .btn.btn-success-500.btn-outline:hover i:focus, .btn.btn-success-500.btn-outline:active i:focus, .btn.btn-success-500.btn-outline:focus i:focus {
    color: #449d44 !important;
}

[data-color="success-500"] {
    color: #5cb85c !important;
}

.border-color-success-500, .btn.btn-success-500, .btn.btn-success-500.btn-flat, .btn.btn-success-500.btn-rounded, .btn.btn-success-500.btn-outline, .btn.btn-success-500.btn-outline.btn-rounded {
    border-color: #5cb85c !important;
}

.border-color-success-500-hover:hover, .btn.btn-success-500:hover, .btn.btn-success-500.btn-outline.btn-rounded:hover, .border-color-success-500-hover:active, .btn.btn-success-500:active, .btn.btn-success-500.btn-outline.btn-rounded:active, .border-color-success-500-hover:focus, .btn.btn-success-500:focus, .btn.btn-success-500.btn-outline.btn-rounded:focus {
    border-color: #449d44 !important;
}

[data-border-color="success-500"] {
    border-color: #5cb85c !important;
}

.bg-success-600, .btn.btn-success-600, .btn.btn-success-600.btn-flat, .btn.btn-success-600.btn-rounded {
    background-color: #51b351 !important;
}

.bg-success-600-hover:hover, .btn.btn-success-600:hover, .bg-success-600-hover:active, .btn.btn-success-600:active, .bg-success-600-hover:focus, .btn.btn-success-600:focus {
    background-color: #409240 !important;
}

.bg-success-600-odd:nth-child(odd) {
    background-color: #51b351 !important;
}

.bg-success-600-even:nth-child(even) {
    background-color: #51b351 !important;
}

[data-bg="success-600"] {
    background-color: #51b351 !important;
}

.color-success-600, .btn.btn-success-600.btn-outline, .btn.btn-success-600.btn-outline i, .btn.btn-success-600.btn-outline.btn-rounded, .btn.btn-success-600.btn-outline.btn-rounded i {
    color: #51b351 !important;
}

.color-success-600-hover:hover, .btn.btn-success-600.btn-outline:hover, .btn.btn-success-600.btn-outline:hover i:hover, .btn.btn-success-600.btn-outline:active i:hover, .btn.btn-success-600.btn-outline:focus i:hover, .color-success-600-hover:active, .btn.btn-success-600.btn-outline:active, .btn.btn-success-600.btn-outline:hover i:active, .btn.btn-success-600.btn-outline:active i:active, .btn.btn-success-600.btn-outline:focus i:active, .color-success-600-hover:focus, .btn.btn-success-600.btn-outline:focus, .btn.btn-success-600.btn-outline:hover i:focus, .btn.btn-success-600.btn-outline:active i:focus, .btn.btn-success-600.btn-outline:focus i:focus {
    color: #409240 !important;
}

[data-color="success-600"] {
    color: #51b351 !important;
}

.border-color-success-600, .btn.btn-success-600, .btn.btn-success-600.btn-flat, .btn.btn-success-600.btn-rounded, .btn.btn-success-600.btn-outline, .btn.btn-success-600.btn-outline.btn-rounded {
    border-color: #51b351 !important;
}

.border-color-success-600-hover:hover, .btn.btn-success-600:hover, .btn.btn-success-600.btn-outline.btn-rounded:hover, .border-color-success-600-hover:active, .btn.btn-success-600:active, .btn.btn-success-600.btn-outline.btn-rounded:active, .border-color-success-600-hover:focus, .btn.btn-success-600:focus, .btn.btn-success-600.btn-outline.btn-rounded:focus {
    border-color: #409240 !important;
}

[data-border-color="success-600"] {
    border-color: #51b351 !important;
}

.bg-success-700, .btn.btn-success-700, .btn.btn-success-700.btn-flat, .btn.btn-success-700.btn-rounded {
    background-color: #4aab4a !important;
}

.bg-success-700-hover:hover, .btn.btn-success-700:hover, .bg-success-700-hover:active, .btn.btn-success-700:active, .bg-success-700-hover:focus, .btn.btn-success-700:focus {
    background-color: #3b873b !important;
}

.bg-success-700-odd:nth-child(odd) {
    background-color: #4aab4a !important;
}

.bg-success-700-even:nth-child(even) {
    background-color: #4aab4a !important;
}

[data-bg="success-700"] {
    background-color: #4aab4a !important;
}

.color-success-700, .btn.btn-success-700.btn-outline, .btn.btn-success-700.btn-outline i, .btn.btn-success-700.btn-outline.btn-rounded, .btn.btn-success-700.btn-outline.btn-rounded i {
    color: #4aab4a !important;
}

.color-success-700-hover:hover, .btn.btn-success-700.btn-outline:hover, .btn.btn-success-700.btn-outline:hover i:hover, .btn.btn-success-700.btn-outline:active i:hover, .btn.btn-success-700.btn-outline:focus i:hover, .color-success-700-hover:active, .btn.btn-success-700.btn-outline:active, .btn.btn-success-700.btn-outline:hover i:active, .btn.btn-success-700.btn-outline:active i:active, .btn.btn-success-700.btn-outline:focus i:active, .color-success-700-hover:focus, .btn.btn-success-700.btn-outline:focus, .btn.btn-success-700.btn-outline:hover i:focus, .btn.btn-success-700.btn-outline:active i:focus, .btn.btn-success-700.btn-outline:focus i:focus {
    color: #3b873b !important;
}

[data-color="success-700"] {
    color: #4aab4a !important;
}

.border-color-success-700, .btn.btn-success-700, .btn.btn-success-700.btn-flat, .btn.btn-success-700.btn-rounded, .btn.btn-success-700.btn-outline, .btn.btn-success-700.btn-outline.btn-rounded {
    border-color: #4aab4a !important;
}

.border-color-success-700-hover:hover, .btn.btn-success-700:hover, .btn.btn-success-700.btn-outline.btn-rounded:hover, .border-color-success-700-hover:active, .btn.btn-success-700:active, .btn.btn-success-700.btn-outline.btn-rounded:active, .border-color-success-700-hover:focus, .btn.btn-success-700:focus, .btn.btn-success-700.btn-outline.btn-rounded:focus {
    border-color: #3b873b !important;
}

[data-border-color="success-700"] {
    border-color: #4aab4a !important;
}

.bg-success-800, .btn.btn-success-800, .btn.btn-success-800.btn-flat, .btn.btn-success-800.btn-rounded {
    background-color: #46a046 !important;
}

.bg-success-800-hover:hover, .btn.btn-success-800:hover, .bg-success-800-hover:active, .btn.btn-success-800:active, .bg-success-800-hover:focus, .btn.btn-success-800:focus {
    background-color: #367d36 !important;
}

.bg-success-800-odd:nth-child(odd) {
    background-color: #46a046 !important;
}

.bg-success-800-even:nth-child(even) {
    background-color: #46a046 !important;
}

[data-bg="success-800"] {
    background-color: #46a046 !important;
}

.color-success-800, .btn.btn-success-800.btn-outline, .btn.btn-success-800.btn-outline i, .btn.btn-success-800.btn-outline.btn-rounded, .btn.btn-success-800.btn-outline.btn-rounded i {
    color: #46a046 !important;
}

.color-success-800-hover:hover, .btn.btn-success-800.btn-outline:hover, .btn.btn-success-800.btn-outline:hover i:hover, .btn.btn-success-800.btn-outline:active i:hover, .btn.btn-success-800.btn-outline:focus i:hover, .color-success-800-hover:active, .btn.btn-success-800.btn-outline:active, .btn.btn-success-800.btn-outline:hover i:active, .btn.btn-success-800.btn-outline:active i:active, .btn.btn-success-800.btn-outline:focus i:active, .color-success-800-hover:focus, .btn.btn-success-800.btn-outline:focus, .btn.btn-success-800.btn-outline:hover i:focus, .btn.btn-success-800.btn-outline:active i:focus, .btn.btn-success-800.btn-outline:focus i:focus {
    color: #367d36 !important;
}

[data-color="success-800"] {
    color: #46a046 !important;
}

.border-color-success-800, .btn.btn-success-800, .btn.btn-success-800.btn-flat, .btn.btn-success-800.btn-rounded, .btn.btn-success-800.btn-outline, .btn.btn-success-800.btn-outline.btn-rounded {
    border-color: #46a046 !important;
}

.border-color-success-800-hover:hover, .btn.btn-success-800:hover, .btn.btn-success-800.btn-outline.btn-rounded:hover, .border-color-success-800-hover:active, .btn.btn-success-800:active, .btn.btn-success-800.btn-outline.btn-rounded:active, .border-color-success-800-hover:focus, .btn.btn-success-800:focus, .btn.btn-success-800.btn-outline.btn-rounded:focus {
    border-color: #367d36 !important;
}

[data-border-color="success-800"] {
    border-color: #46a046 !important;
}

.bg-success-900, .btn.btn-success-900, .btn.btn-success-900.btn-flat, .btn.btn-success-900.btn-rounded {
    background-color: #419641 !important;
}

.bg-success-900-hover:hover, .btn.btn-success-900:hover, .bg-success-900-hover:active, .btn.btn-success-900:active, .bg-success-900-hover:focus, .btn.btn-success-900:focus {
    background-color: #327232 !important;
}

.bg-success-900-odd:nth-child(odd) {
    background-color: #419641 !important;
}

.bg-success-900-even:nth-child(even) {
    background-color: #419641 !important;
}

[data-bg="success-900"] {
    background-color: #419641 !important;
}

.color-success-900, .btn.btn-success-900.btn-outline, .btn.btn-success-900.btn-outline i, .btn.btn-success-900.btn-outline.btn-rounded, .btn.btn-success-900.btn-outline.btn-rounded i {
    color: #419641 !important;
}

.color-success-900-hover:hover, .btn.btn-success-900.btn-outline:hover, .btn.btn-success-900.btn-outline:hover i:hover, .btn.btn-success-900.btn-outline:active i:hover, .btn.btn-success-900.btn-outline:focus i:hover, .color-success-900-hover:active, .btn.btn-success-900.btn-outline:active, .btn.btn-success-900.btn-outline:hover i:active, .btn.btn-success-900.btn-outline:active i:active, .btn.btn-success-900.btn-outline:focus i:active, .color-success-900-hover:focus, .btn.btn-success-900.btn-outline:focus, .btn.btn-success-900.btn-outline:hover i:focus, .btn.btn-success-900.btn-outline:active i:focus, .btn.btn-success-900.btn-outline:focus i:focus {
    color: #327232 !important;
}

[data-color="success-900"] {
    color: #419641 !important;
}

.border-color-success-900, .btn.btn-success-900, .btn.btn-success-900.btn-flat, .btn.btn-success-900.btn-rounded, .btn.btn-success-900.btn-outline, .btn.btn-success-900.btn-outline.btn-rounded {
    border-color: #419641 !important;
}

.border-color-success-900-hover:hover, .btn.btn-success-900:hover, .btn.btn-success-900.btn-outline.btn-rounded:hover, .border-color-success-900-hover:active, .btn.btn-success-900:active, .btn.btn-success-900.btn-outline.btn-rounded:active, .border-color-success-900-hover:focus, .btn.btn-success-900:focus, .btn.btn-success-900.btn-outline.btn-rounded:focus {
    border-color: #327232 !important;
}

[data-border-color="success-900"] {
    border-color: #419641 !important;
}

.bg-danger, .btn.btn-danger, .btn.btn-danger.btn-flat, .btn.btn-danger.btn-rounded {
    background-color: #d9534f !important;
}

.bg-danger-hover:hover, .btn.btn-danger:hover, .bg-danger-hover:active, .btn.btn-danger:active, .bg-danger-hover:focus, .btn.btn-danger:focus {
    background-color: #c9302c !important;
}

.bg-danger-odd:nth-child(odd) {
    background-color: #d9534f !important;
}

.bg-danger-even:nth-child(even) {
    background-color: #d9534f !important;
}

[data-bg="danger"] {
    background-color: #d9534f !important;
}

.color-danger, .btn.btn-danger.btn-outline, .btn.btn-danger.btn-outline i, .btn.btn-danger.btn-outline.btn-rounded, .btn.btn-danger.btn-outline.btn-rounded i {
    color: #d9534f !important;
}

.color-danger-hover:hover, .btn.btn-danger.btn-outline:hover, .btn.btn-danger.btn-outline:hover i:hover, .btn.btn-danger.btn-outline:active i:hover, .btn.btn-danger.btn-outline:focus i:hover, .color-danger-hover:active, .btn.btn-danger.btn-outline:active, .btn.btn-danger.btn-outline:hover i:active, .btn.btn-danger.btn-outline:active i:active, .btn.btn-danger.btn-outline:focus i:active, .color-danger-hover:focus, .btn.btn-danger.btn-outline:focus, .btn.btn-danger.btn-outline:hover i:focus, .btn.btn-danger.btn-outline:active i:focus, .btn.btn-danger.btn-outline:focus i:focus {
    color: #c9302c !important;
}

[data-color="danger"] {
    color: #d9534f !important;
}

.border-color-danger, .btn.btn-danger, .btn.btn-danger.btn-flat, .btn.btn-danger.btn-rounded, .btn.btn-danger.btn-outline, .btn.btn-danger.btn-outline.btn-rounded {
    border-color: #d9534f !important;
}

.border-color-danger-hover:hover, .btn.btn-danger:hover, .btn.btn-danger.btn-outline.btn-rounded:hover, .border-color-danger-hover:active, .btn.btn-danger:active, .btn.btn-danger.btn-outline.btn-rounded:active, .border-color-danger-hover:focus, .btn.btn-danger:focus, .btn.btn-danger.btn-outline.btn-rounded:focus {
    border-color: #c9302c !important;
}

[data-border-color="danger"] {
    border-color: #d9534f !important;
}

.bg-danger-100, .btn.btn-danger-100, .btn.btn-danger-100.btn-flat, .btn.btn-danger-100.btn-rounded {
    background-color: #e48481 !important;
}

.bg-danger-100-hover:hover, .btn.btn-danger-100:hover, .bg-danger-100-hover:active, .btn.btn-danger-100:active, .bg-danger-100-hover:focus, .btn.btn-danger-100:focus {
    background-color: #db5b57 !important;
}

.bg-danger-100-odd:nth-child(odd) {
    background-color: #e48481 !important;
}

.bg-danger-100-even:nth-child(even) {
    background-color: #e48481 !important;
}

[data-bg="danger-100"] {
    background-color: #e48481 !important;
}

.color-danger-100, .btn.btn-danger-100.btn-outline, .btn.btn-danger-100.btn-outline i, .btn.btn-danger-100.btn-outline.btn-rounded, .btn.btn-danger-100.btn-outline.btn-rounded i {
    color: #e48481 !important;
}

.color-danger-100-hover:hover, .btn.btn-danger-100.btn-outline:hover, .btn.btn-danger-100.btn-outline:hover i:hover, .btn.btn-danger-100.btn-outline:active i:hover, .btn.btn-danger-100.btn-outline:focus i:hover, .color-danger-100-hover:active, .btn.btn-danger-100.btn-outline:active, .btn.btn-danger-100.btn-outline:hover i:active, .btn.btn-danger-100.btn-outline:active i:active, .btn.btn-danger-100.btn-outline:focus i:active, .color-danger-100-hover:focus, .btn.btn-danger-100.btn-outline:focus, .btn.btn-danger-100.btn-outline:hover i:focus, .btn.btn-danger-100.btn-outline:active i:focus, .btn.btn-danger-100.btn-outline:focus i:focus {
    color: #db5b57 !important;
}

[data-color="danger-100"] {
    color: #e48481 !important;
}

.border-color-danger-100, .btn.btn-danger-100, .btn.btn-danger-100.btn-flat, .btn.btn-danger-100.btn-rounded, .btn.btn-danger-100.btn-outline, .btn.btn-danger-100.btn-outline.btn-rounded {
    border-color: #e48481 !important;
}

.border-color-danger-100-hover:hover, .btn.btn-danger-100:hover, .btn.btn-danger-100.btn-outline.btn-rounded:hover, .border-color-danger-100-hover:active, .btn.btn-danger-100:active, .btn.btn-danger-100.btn-outline.btn-rounded:active, .border-color-danger-100-hover:focus, .btn.btn-danger-100:focus, .btn.btn-danger-100.btn-outline.btn-rounded:focus {
    border-color: #db5b57 !important;
}

[data-border-color="danger-100"] {
    border-color: #e48481 !important;
}

.bg-danger-200, .btn.btn-danger-200, .btn.btn-danger-200.btn-flat, .btn.btn-danger-200.btn-rounded {
    background-color: #e17875 !important;
}

.bg-danger-200-hover:hover, .btn.btn-danger-200:hover, .bg-danger-200-hover:active, .btn.btn-danger-200:active, .bg-danger-200-hover:focus, .btn.btn-danger-200:focus {
    background-color: #d84f4b !important;
}

.bg-danger-200-odd:nth-child(odd) {
    background-color: #e17875 !important;
}

.bg-danger-200-even:nth-child(even) {
    background-color: #e17875 !important;
}

[data-bg="danger-200"] {
    background-color: #e17875 !important;
}

.color-danger-200, .btn.btn-danger-200.btn-outline, .btn.btn-danger-200.btn-outline i, .btn.btn-danger-200.btn-outline.btn-rounded, .btn.btn-danger-200.btn-outline.btn-rounded i {
    color: #e17875 !important;
}

.color-danger-200-hover:hover, .btn.btn-danger-200.btn-outline:hover, .btn.btn-danger-200.btn-outline:hover i:hover, .btn.btn-danger-200.btn-outline:active i:hover, .btn.btn-danger-200.btn-outline:focus i:hover, .color-danger-200-hover:active, .btn.btn-danger-200.btn-outline:active, .btn.btn-danger-200.btn-outline:hover i:active, .btn.btn-danger-200.btn-outline:active i:active, .btn.btn-danger-200.btn-outline:focus i:active, .color-danger-200-hover:focus, .btn.btn-danger-200.btn-outline:focus, .btn.btn-danger-200.btn-outline:hover i:focus, .btn.btn-danger-200.btn-outline:active i:focus, .btn.btn-danger-200.btn-outline:focus i:focus {
    color: #d84f4b !important;
}

[data-color="danger-200"] {
    color: #e17875 !important;
}

.border-color-danger-200, .btn.btn-danger-200, .btn.btn-danger-200.btn-flat, .btn.btn-danger-200.btn-rounded, .btn.btn-danger-200.btn-outline, .btn.btn-danger-200.btn-outline.btn-rounded {
    border-color: #e17875 !important;
}

.border-color-danger-200-hover:hover, .btn.btn-danger-200:hover, .btn.btn-danger-200.btn-outline.btn-rounded:hover, .border-color-danger-200-hover:active, .btn.btn-danger-200:active, .btn.btn-danger-200.btn-outline.btn-rounded:active, .border-color-danger-200-hover:focus, .btn.btn-danger-200:focus, .btn.btn-danger-200.btn-outline.btn-rounded:focus {
    border-color: #d84f4b !important;
}

[data-border-color="danger-200"] {
    border-color: #e17875 !important;
}

.bg-danger-300, .btn.btn-danger-300, .btn.btn-danger-300.btn-flat, .btn.btn-danger-300.btn-rounded {
    background-color: #de6c68 !important;
}

.bg-danger-300-hover:hover, .btn.btn-danger-300:hover, .bg-danger-300-hover:active, .btn.btn-danger-300:active, .bg-danger-300-hover:focus, .btn.btn-danger-300:focus {
    background-color: #d5433e !important;
}

.bg-danger-300-odd:nth-child(odd) {
    background-color: #de6c68 !important;
}

.bg-danger-300-even:nth-child(even) {
    background-color: #de6c68 !important;
}

[data-bg="danger-300"] {
    background-color: #de6c68 !important;
}

.color-danger-300, .btn.btn-danger-300.btn-outline, .btn.btn-danger-300.btn-outline i, .btn.btn-danger-300.btn-outline.btn-rounded, .btn.btn-danger-300.btn-outline.btn-rounded i {
    color: #de6c68 !important;
}

.color-danger-300-hover:hover, .btn.btn-danger-300.btn-outline:hover, .btn.btn-danger-300.btn-outline:hover i:hover, .btn.btn-danger-300.btn-outline:active i:hover, .btn.btn-danger-300.btn-outline:focus i:hover, .color-danger-300-hover:active, .btn.btn-danger-300.btn-outline:active, .btn.btn-danger-300.btn-outline:hover i:active, .btn.btn-danger-300.btn-outline:active i:active, .btn.btn-danger-300.btn-outline:focus i:active, .color-danger-300-hover:focus, .btn.btn-danger-300.btn-outline:focus, .btn.btn-danger-300.btn-outline:hover i:focus, .btn.btn-danger-300.btn-outline:active i:focus, .btn.btn-danger-300.btn-outline:focus i:focus {
    color: #d5433e !important;
}

[data-color="danger-300"] {
    color: #de6c68 !important;
}

.border-color-danger-300, .btn.btn-danger-300, .btn.btn-danger-300.btn-flat, .btn.btn-danger-300.btn-rounded, .btn.btn-danger-300.btn-outline, .btn.btn-danger-300.btn-outline.btn-rounded {
    border-color: #de6c68 !important;
}

.border-color-danger-300-hover:hover, .btn.btn-danger-300:hover, .btn.btn-danger-300.btn-outline.btn-rounded:hover, .border-color-danger-300-hover:active, .btn.btn-danger-300:active, .btn.btn-danger-300.btn-outline.btn-rounded:active, .border-color-danger-300-hover:focus, .btn.btn-danger-300:focus, .btn.btn-danger-300.btn-outline.btn-rounded:focus {
    border-color: #d5433e !important;
}

[data-border-color="danger-300"] {
    border-color: #de6c68 !important;
}

.bg-danger-400, .btn.btn-danger-400, .btn.btn-danger-400.btn-flat, .btn.btn-danger-400.btn-rounded {
    background-color: #dc5f5c !important;
}

.bg-danger-400-hover:hover, .btn.btn-danger-400:hover, .bg-danger-400-hover:active, .btn.btn-danger-400:active, .bg-danger-400-hover:focus, .btn.btn-danger-400:focus {
    background-color: #d33632 !important;
}

.bg-danger-400-odd:nth-child(odd) {
    background-color: #dc5f5c !important;
}

.bg-danger-400-even:nth-child(even) {
    background-color: #dc5f5c !important;
}

[data-bg="danger-400"] {
    background-color: #dc5f5c !important;
}

.color-danger-400, .btn.btn-danger-400.btn-outline, .btn.btn-danger-400.btn-outline i, .btn.btn-danger-400.btn-outline.btn-rounded, .btn.btn-danger-400.btn-outline.btn-rounded i {
    color: #dc5f5c !important;
}

.color-danger-400-hover:hover, .btn.btn-danger-400.btn-outline:hover, .btn.btn-danger-400.btn-outline:hover i:hover, .btn.btn-danger-400.btn-outline:active i:hover, .btn.btn-danger-400.btn-outline:focus i:hover, .color-danger-400-hover:active, .btn.btn-danger-400.btn-outline:active, .btn.btn-danger-400.btn-outline:hover i:active, .btn.btn-danger-400.btn-outline:active i:active, .btn.btn-danger-400.btn-outline:focus i:active, .color-danger-400-hover:focus, .btn.btn-danger-400.btn-outline:focus, .btn.btn-danger-400.btn-outline:hover i:focus, .btn.btn-danger-400.btn-outline:active i:focus, .btn.btn-danger-400.btn-outline:focus i:focus {
    color: #d33632 !important;
}

[data-color="danger-400"] {
    color: #dc5f5c !important;
}

.border-color-danger-400, .btn.btn-danger-400, .btn.btn-danger-400.btn-flat, .btn.btn-danger-400.btn-rounded, .btn.btn-danger-400.btn-outline, .btn.btn-danger-400.btn-outline.btn-rounded {
    border-color: #dc5f5c !important;
}

.border-color-danger-400-hover:hover, .btn.btn-danger-400:hover, .btn.btn-danger-400.btn-outline.btn-rounded:hover, .border-color-danger-400-hover:active, .btn.btn-danger-400:active, .btn.btn-danger-400.btn-outline.btn-rounded:active, .border-color-danger-400-hover:focus, .btn.btn-danger-400:focus, .btn.btn-danger-400.btn-outline.btn-rounded:focus {
    border-color: #d33632 !important;
}

[data-border-color="danger-400"] {
    border-color: #dc5f5c !important;
}

.bg-danger-500, .btn.btn-danger-500, .btn.btn-danger-500.btn-flat, .btn.btn-danger-500.btn-rounded {
    background-color: #d9534f !important;
}

.bg-danger-500-hover:hover, .btn.btn-danger-500:hover, .bg-danger-500-hover:active, .btn.btn-danger-500:active, .bg-danger-500-hover:focus, .btn.btn-danger-500:focus {
    background-color: #c9302c !important;
}

.bg-danger-500-odd:nth-child(odd) {
    background-color: #d9534f !important;
}

.bg-danger-500-even:nth-child(even) {
    background-color: #d9534f !important;
}

[data-bg="danger-500"] {
    background-color: #d9534f !important;
}

.color-danger-500, .btn.btn-danger-500.btn-outline, .btn.btn-danger-500.btn-outline i, .btn.btn-danger-500.btn-outline.btn-rounded, .btn.btn-danger-500.btn-outline.btn-rounded i {
    color: #d9534f !important;
}

.color-danger-500-hover:hover, .btn.btn-danger-500.btn-outline:hover, .btn.btn-danger-500.btn-outline:hover i:hover, .btn.btn-danger-500.btn-outline:active i:hover, .btn.btn-danger-500.btn-outline:focus i:hover, .color-danger-500-hover:active, .btn.btn-danger-500.btn-outline:active, .btn.btn-danger-500.btn-outline:hover i:active, .btn.btn-danger-500.btn-outline:active i:active, .btn.btn-danger-500.btn-outline:focus i:active, .color-danger-500-hover:focus, .btn.btn-danger-500.btn-outline:focus, .btn.btn-danger-500.btn-outline:hover i:focus, .btn.btn-danger-500.btn-outline:active i:focus, .btn.btn-danger-500.btn-outline:focus i:focus {
    color: #c9302c !important;
}

[data-color="danger-500"] {
    color: #d9534f !important;
}

.border-color-danger-500, .btn.btn-danger-500, .btn.btn-danger-500.btn-flat, .btn.btn-danger-500.btn-rounded, .btn.btn-danger-500.btn-outline, .btn.btn-danger-500.btn-outline.btn-rounded {
    border-color: #d9534f !important;
}

.border-color-danger-500-hover:hover, .btn.btn-danger-500:hover, .btn.btn-danger-500.btn-outline.btn-rounded:hover, .border-color-danger-500-hover:active, .btn.btn-danger-500:active, .btn.btn-danger-500.btn-outline.btn-rounded:active, .border-color-danger-500-hover:focus, .btn.btn-danger-500:focus, .btn.btn-danger-500.btn-outline.btn-rounded:focus {
    border-color: #c9302c !important;
}

[data-border-color="danger-500"] {
    border-color: #d9534f !important;
}

.bg-danger-600, .btn.btn-danger-600, .btn.btn-danger-600.btn-flat, .btn.btn-danger-600.btn-rounded {
    background-color: #d64742 !important;
}

.bg-danger-600-hover:hover, .btn.btn-danger-600:hover, .bg-danger-600-hover:active, .btn.btn-danger-600:active, .bg-danger-600-hover:focus, .btn.btn-danger-600:focus {
    background-color: #bd2d29 !important;
}

.bg-danger-600-odd:nth-child(odd) {
    background-color: #d64742 !important;
}

.bg-danger-600-even:nth-child(even) {
    background-color: #d64742 !important;
}

[data-bg="danger-600"] {
    background-color: #d64742 !important;
}

.color-danger-600, .btn.btn-danger-600.btn-outline, .btn.btn-danger-600.btn-outline i, .btn.btn-danger-600.btn-outline.btn-rounded, .btn.btn-danger-600.btn-outline.btn-rounded i {
    color: #d64742 !important;
}

.color-danger-600-hover:hover, .btn.btn-danger-600.btn-outline:hover, .btn.btn-danger-600.btn-outline:hover i:hover, .btn.btn-danger-600.btn-outline:active i:hover, .btn.btn-danger-600.btn-outline:focus i:hover, .color-danger-600-hover:active, .btn.btn-danger-600.btn-outline:active, .btn.btn-danger-600.btn-outline:hover i:active, .btn.btn-danger-600.btn-outline:active i:active, .btn.btn-danger-600.btn-outline:focus i:active, .color-danger-600-hover:focus, .btn.btn-danger-600.btn-outline:focus, .btn.btn-danger-600.btn-outline:hover i:focus, .btn.btn-danger-600.btn-outline:active i:focus, .btn.btn-danger-600.btn-outline:focus i:focus {
    color: #bd2d29 !important;
}

[data-color="danger-600"] {
    color: #d64742 !important;
}

.border-color-danger-600, .btn.btn-danger-600, .btn.btn-danger-600.btn-flat, .btn.btn-danger-600.btn-rounded, .btn.btn-danger-600.btn-outline, .btn.btn-danger-600.btn-outline.btn-rounded {
    border-color: #d64742 !important;
}

.border-color-danger-600-hover:hover, .btn.btn-danger-600:hover, .btn.btn-danger-600.btn-outline.btn-rounded:hover, .border-color-danger-600-hover:active, .btn.btn-danger-600:active, .btn.btn-danger-600.btn-outline.btn-rounded:active, .border-color-danger-600-hover:focus, .btn.btn-danger-600:focus, .btn.btn-danger-600.btn-outline.btn-rounded:focus {
    border-color: #bd2d29 !important;
}

[data-border-color="danger-600"] {
    border-color: #d64742 !important;
}

.bg-danger-700, .btn.btn-danger-700, .btn.btn-danger-700.btn-flat, .btn.btn-danger-700.btn-rounded {
    background-color: #d43a36 !important;
}

.bg-danger-700-hover:hover, .btn.btn-danger-700:hover, .bg-danger-700-hover:active, .btn.btn-danger-700:active, .bg-danger-700-hover:focus, .btn.btn-danger-700:focus {
    background-color: #b02a26 !important;
}

.bg-danger-700-odd:nth-child(odd) {
    background-color: #d43a36 !important;
}

.bg-danger-700-even:nth-child(even) {
    background-color: #d43a36 !important;
}

[data-bg="danger-700"] {
    background-color: #d43a36 !important;
}

.color-danger-700, .btn.btn-danger-700.btn-outline, .btn.btn-danger-700.btn-outline i, .btn.btn-danger-700.btn-outline.btn-rounded, .btn.btn-danger-700.btn-outline.btn-rounded i {
    color: #d43a36 !important;
}

.color-danger-700-hover:hover, .btn.btn-danger-700.btn-outline:hover, .btn.btn-danger-700.btn-outline:hover i:hover, .btn.btn-danger-700.btn-outline:active i:hover, .btn.btn-danger-700.btn-outline:focus i:hover, .color-danger-700-hover:active, .btn.btn-danger-700.btn-outline:active, .btn.btn-danger-700.btn-outline:hover i:active, .btn.btn-danger-700.btn-outline:active i:active, .btn.btn-danger-700.btn-outline:focus i:active, .color-danger-700-hover:focus, .btn.btn-danger-700.btn-outline:focus, .btn.btn-danger-700.btn-outline:hover i:focus, .btn.btn-danger-700.btn-outline:active i:focus, .btn.btn-danger-700.btn-outline:focus i:focus {
    color: #b02a26 !important;
}

[data-color="danger-700"] {
    color: #d43a36 !important;
}

.border-color-danger-700, .btn.btn-danger-700, .btn.btn-danger-700.btn-flat, .btn.btn-danger-700.btn-rounded, .btn.btn-danger-700.btn-outline, .btn.btn-danger-700.btn-outline.btn-rounded {
    border-color: #d43a36 !important;
}

.border-color-danger-700-hover:hover, .btn.btn-danger-700:hover, .btn.btn-danger-700.btn-outline.btn-rounded:hover, .border-color-danger-700-hover:active, .btn.btn-danger-700:active, .btn.btn-danger-700.btn-outline.btn-rounded:active, .border-color-danger-700-hover:focus, .btn.btn-danger-700:focus, .btn.btn-danger-700.btn-outline.btn-rounded:focus {
    border-color: #b02a26 !important;
}

[data-border-color="danger-700"] {
    border-color: #d43a36 !important;
}

.bg-danger-800, .btn.btn-danger-800, .btn.btn-danger-800.btn-flat, .btn.btn-danger-800.btn-rounded {
    background-color: #ce312c !important;
}

.bg-danger-800-hover:hover, .btn.btn-danger-800:hover, .bg-danger-800-hover:active, .btn.btn-danger-800:active, .bg-danger-800-hover:focus, .btn.btn-danger-800:focus {
    background-color: #a42723 !important;
}

.bg-danger-800-odd:nth-child(odd) {
    background-color: #ce312c !important;
}

.bg-danger-800-even:nth-child(even) {
    background-color: #ce312c !important;
}

[data-bg="danger-800"] {
    background-color: #ce312c !important;
}

.color-danger-800, .btn.btn-danger-800.btn-outline, .btn.btn-danger-800.btn-outline i, .btn.btn-danger-800.btn-outline.btn-rounded, .btn.btn-danger-800.btn-outline.btn-rounded i {
    color: #ce312c !important;
}

.color-danger-800-hover:hover, .btn.btn-danger-800.btn-outline:hover, .btn.btn-danger-800.btn-outline:hover i:hover, .btn.btn-danger-800.btn-outline:active i:hover, .btn.btn-danger-800.btn-outline:focus i:hover, .color-danger-800-hover:active, .btn.btn-danger-800.btn-outline:active, .btn.btn-danger-800.btn-outline:hover i:active, .btn.btn-danger-800.btn-outline:active i:active, .btn.btn-danger-800.btn-outline:focus i:active, .color-danger-800-hover:focus, .btn.btn-danger-800.btn-outline:focus, .btn.btn-danger-800.btn-outline:hover i:focus, .btn.btn-danger-800.btn-outline:active i:focus, .btn.btn-danger-800.btn-outline:focus i:focus {
    color: #a42723 !important;
}

[data-color="danger-800"] {
    color: #ce312c !important;
}

.border-color-danger-800, .btn.btn-danger-800, .btn.btn-danger-800.btn-flat, .btn.btn-danger-800.btn-rounded, .btn.btn-danger-800.btn-outline, .btn.btn-danger-800.btn-outline.btn-rounded {
    border-color: #ce312c !important;
}

.border-color-danger-800-hover:hover, .btn.btn-danger-800:hover, .btn.btn-danger-800.btn-outline.btn-rounded:hover, .border-color-danger-800-hover:active, .btn.btn-danger-800:active, .btn.btn-danger-800.btn-outline.btn-rounded:active, .border-color-danger-800-hover:focus, .btn.btn-danger-800:focus, .btn.btn-danger-800.btn-outline.btn-rounded:focus {
    border-color: #a42723 !important;
}

[data-border-color="danger-800"] {
    border-color: #ce312c !important;
}

.bg-danger-900, .btn.btn-danger-900, .btn.btn-danger-900.btn-flat, .btn.btn-danger-900.btn-rounded {
    background-color: #c12e2a !important;
}

.bg-danger-900-hover:hover, .btn.btn-danger-900:hover, .bg-danger-900-hover:active, .btn.btn-danger-900:active, .bg-danger-900-hover:focus, .btn.btn-danger-900:focus {
    background-color: #972421 !important;
}

.bg-danger-900-odd:nth-child(odd) {
    background-color: #c12e2a !important;
}

.bg-danger-900-even:nth-child(even) {
    background-color: #c12e2a !important;
}

[data-bg="danger-900"] {
    background-color: #c12e2a !important;
}

.color-danger-900, .btn.btn-danger-900.btn-outline, .btn.btn-danger-900.btn-outline i, .btn.btn-danger-900.btn-outline.btn-rounded, .btn.btn-danger-900.btn-outline.btn-rounded i {
    color: #c12e2a !important;
}

.color-danger-900-hover:hover, .btn.btn-danger-900.btn-outline:hover, .btn.btn-danger-900.btn-outline:hover i:hover, .btn.btn-danger-900.btn-outline:active i:hover, .btn.btn-danger-900.btn-outline:focus i:hover, .color-danger-900-hover:active, .btn.btn-danger-900.btn-outline:active, .btn.btn-danger-900.btn-outline:hover i:active, .btn.btn-danger-900.btn-outline:active i:active, .btn.btn-danger-900.btn-outline:focus i:active, .color-danger-900-hover:focus, .btn.btn-danger-900.btn-outline:focus, .btn.btn-danger-900.btn-outline:hover i:focus, .btn.btn-danger-900.btn-outline:active i:focus, .btn.btn-danger-900.btn-outline:focus i:focus {
    color: #972421 !important;
}

[data-color="danger-900"] {
    color: #c12e2a !important;
}

.border-color-danger-900, .btn.btn-danger-900, .btn.btn-danger-900.btn-flat, .btn.btn-danger-900.btn-rounded, .btn.btn-danger-900.btn-outline, .btn.btn-danger-900.btn-outline.btn-rounded {
    border-color: #c12e2a !important;
}

.border-color-danger-900-hover:hover, .btn.btn-danger-900:hover, .btn.btn-danger-900.btn-outline.btn-rounded:hover, .border-color-danger-900-hover:active, .btn.btn-danger-900:active, .btn.btn-danger-900.btn-outline.btn-rounded:active, .border-color-danger-900-hover:focus, .btn.btn-danger-900:focus, .btn.btn-danger-900.btn-outline.btn-rounded:focus {
    border-color: #972421 !important;
}

[data-border-color="danger-900"] {
    border-color: #c12e2a !important;
}

[data-palette="palette-1"] .text-default-color {
    color: #ffffff;
}

[data-palette="palette-1"] .bg-default-color {
    background-color: #242424;
}

[data-palette="palette-1"] .bg-hover-color {
    background-color: #4a4a4a;
}

[data-palette="palette-1"] .bg-even-color {
    background-color: #313131;
}

[data-palette="palette-1"] .bg-odd-color {
    background-color: #3e3e3e;
}

[data-palette="palette-2"] .text-default-color {
    color: #ffffff;
}

[data-palette="palette-2"] .bg-default-color {
    background-color: #262932;
}

[data-palette="palette-2"] .bg-hover-color {
    background-color: #474d5d;
}

[data-palette="palette-2"] .bg-even-color {
    background-color: #313540;
}

[data-palette="palette-2"] .bg-odd-color {
    background-color: #3c414f;
}

[data-palette="palette-3"] .text-default-color {
    color: #ffffff;
}

[data-palette="palette-3"] .bg-default-color {
    background-color: #000000;
}

[data-palette="palette-3"] .bg-hover-color {
    background-color: #262626;
}

[data-palette="palette-3"] .bg-even-color {
    background-color: #0d0d0d;
}

[data-palette="palette-3"] .bg-odd-color {
    background-color: #1a1a1a;
}

[data-palette="palette-4"] .text-default-color {
    color: #262932;
}

[data-palette="palette-4"] .bg-default-color {
    background-color: #ffffff;
}

[data-palette="palette-4"] .bg-hover-color {
    background-color: #e6e6e6;
}

[data-palette="palette-4"] .bg-even-color {
    background-color: #ffffff;
}

[data-palette="palette-4"] .bg-odd-color {
    background-color: #f2f2f2;
}

[data-palette="palette-5"] .text-default-color {
    color: #262932;
}

[data-palette="palette-5"] .bg-default-color {
    background-color: #ffffff;
}

[data-palette="palette-5"] .bg-hover-color {
    background-color: #e6e6e6;
}

[data-palette="palette-5"] .bg-even-color {
    background-color: #ffffff;
}

[data-palette="palette-5"] .bg-odd-color {
    background-color: #f2f2f2;
}

[data-palette="palette-6"] .text-default-color {
    color: #262932;
}

[data-palette="palette-6"] .bg-default-color {
    background-color: #ffffff;
}

[data-palette="palette-6"] .bg-hover-color {
    background-color: #e6e6e6;
}

[data-palette="palette-6"] .bg-even-color {
    background-color: #ffffff;
}

[data-palette="palette-6"] .bg-odd-color {
    background-color: #f2f2f2;
}

[data-palette="palette-7"] .text-default-color {
    color: #ffffff;
}

[data-palette="palette-7"] .bg-default-color {
    background-color: #0267bf;
}

[data-palette="palette-7"] .bg-hover-color {
    background-color: #108ffd;
}

[data-palette="palette-7"] .bg-even-color {
    background-color: #0275d8;
}

[data-palette="palette-7"] .bg-odd-color {
    background-color: #0283f1;
}

[data-palette="palette-8"] .text-default-color {
    color: #ffffff;
}

[data-palette="palette-8"] .bg-default-color {
    background-color: #025aa5;
}

[data-palette="palette-8"] .bg-hover-color {
    background-color: #0283f1;
}

[data-palette="palette-8"] .bg-even-color {
    background-color: #0267bf;
}

[data-palette="palette-8"] .bg-odd-color {
    background-color: #0275d8;
}

[data-palette="palette-9"] .text-default-color {
    color: #ffffff;
}

[data-palette="palette-9"] .bg-default-color {
    background-color: #014c8c;
}

[data-palette="palette-9"] .bg-hover-color {
    background-color: #0275d8;
}

[data-palette="palette-9"] .bg-even-color {
    background-color: #025aa5;
}

[data-palette="palette-9"] .bg-odd-color {
    background-color: #0267bf;
}

[data-palette="palette-10"] .text-default-color {
    color: #ffffff;
}

[data-palette="palette-10"] .bg-default-color {
    background-color: #110a5c;
}

[data-palette="palette-10"] .bg-hover-color {
    background-color: #1e12a1;
}

[data-palette="palette-10"] .bg-even-color {
    background-color: #150d73;
}

[data-palette="palette-10"] .bg-odd-color {
    background-color: #1a0f8a;
}

[data-palette="palette-11"] .text-default-color {
    color: #ffffff;
}

[data-palette="palette-11"] .bg-default-color {
    background-color: #1b1091;
}

[data-palette="palette-11"] .bg-hover-color {
    background-color: #2818d6;
}

[data-palette="palette-11"] .bg-even-color {
    background-color: #1f13a8;
}

[data-palette="palette-11"] .bg-odd-color {
    background-color: #2415bf;
}

[data-palette="palette-12"] .text-default-color {
    color: #ffffff;
}

[data-palette="palette-12"] .bg-default-color {
    background-color: #2516c7;
}

[data-palette="palette-12"] .bg-hover-color {
    background-color: #4e40ea;
}

[data-palette="palette-12"] .bg-even-color {
    background-color: #2919de;
}

[data-palette="palette-12"] .bg-odd-color {
    background-color: #3929e7;
}

[data-palette="palette-13"] .text-default-color {
    color: #ffffff;
}

[data-palette="palette-13"] .bg-default-color {
    background-color: #320a5c;
}

[data-palette="palette-13"] .bg-hover-color {
    background-color: #5812a1;
}

[data-palette="palette-13"] .bg-even-color {
    background-color: #3f0d73;
}

[data-palette="palette-13"] .bg-odd-color {
    background-color: #4b0f8a;
}

[data-palette="palette-14"] .text-default-color {
    color: #ffffff;
}

[data-palette="palette-14"] .bg-default-color {
    background-color: #4f1091;
}

[data-palette="palette-14"] .bg-hover-color {
    background-color: #7518d6;
}

[data-palette="palette-14"] .bg-even-color {
    background-color: #5c13a8;
}

[data-palette="palette-14"] .bg-odd-color {
    background-color: #6815bf;
}

[data-palette="palette-15"] .text-default-color {
    color: #ffffff;
}

[data-palette="palette-15"] .bg-default-color {
    background-color: #6c16c7;
}

[data-palette="palette-15"] .bg-hover-color {
    background-color: #9240ea;
}

[data-palette="palette-15"] .bg-even-color {
    background-color: #7819de;
}

[data-palette="palette-15"] .bg-odd-color {
    background-color: #8529e7;
}

[data-palette="palette-16"] .text-default-color {
    color: #ffffff;
}

[data-palette="palette-16"] .bg-default-color {
    background-color: #911051;
}

[data-palette="palette-16"] .bg-hover-color {
    background-color: #d61877;
}

[data-palette="palette-16"] .bg-even-color {
    background-color: #a8135e;
}

[data-palette="palette-16"] .bg-odd-color {
    background-color: #bf156b;
}

[data-palette="palette-17"] .text-default-color {
    color: #ffffff;
}

[data-palette="palette-17"] .bg-default-color {
    background-color: #c7166f;
}

[data-palette="palette-17"] .bg-hover-color {
    background-color: #ea4095;
}

[data-palette="palette-17"] .bg-even-color {
    background-color: #de197c;
}

[data-palette="palette-17"] .bg-odd-color {
    background-color: #e72989;
}

[data-palette="palette-18"] .text-default-color {
    color: #ffffff;
}

[data-palette="palette-18"] .bg-default-color {
    background-color: #911710;
}

[data-palette="palette-18"] .bg-hover-color {
    background-color: #d62218;
}

[data-palette="palette-18"] .bg-even-color {
    background-color: #a81b13;
}

[data-palette="palette-18"] .bg-odd-color {
    background-color: #bf1e15;
}

[data-palette="palette-19"] .text-default-color {
    color: #ffffff;
}

[data-palette="palette-19"] .bg-default-color {
    background-color: #c71f16;
}

[data-palette="palette-19"] .bg-hover-color {
    background-color: #ea4840;
}

[data-palette="palette-19"] .bg-even-color {
    background-color: #de2319;
}

[data-palette="palette-19"] .bg-odd-color {
    background-color: #e73229;
}

[data-palette="palette-20"] .text-default-color {
    color: #ffffff;
}

[data-palette="palette-20"] .bg-default-color {
    background-color: #0a5c15;
}

[data-palette="palette-20"] .bg-hover-color {
    background-color: #12a125;
}

[data-palette="palette-20"] .bg-even-color {
    background-color: #0d731a;
}

[data-palette="palette-20"] .bg-odd-color {
    background-color: #0f8a20;
}

[data-palette="palette-21"] .text-default-color {
    color: #ffffff;
}

[data-palette="palette-21"] .bg-default-color {
    background-color: #3e5c0a;
}

[data-palette="palette-21"] .bg-hover-color {
    background-color: #6da112;
}

[data-palette="palette-21"] .bg-even-color {
    background-color: #4e730d;
}

[data-palette="palette-21"] .bg-odd-color {
    background-color: #5d8a0f;
}

[data-palette="palette-22"] .text-default-color {
    color: #ffffff;
}

[data-palette="palette-22"] .bg-default-color {
    background-color: #4d2c19;
}

[data-palette="palette-22"] .bg-hover-color {
    background-color: #874d2c;
}

[data-palette="palette-22"] .bg-even-color {
    background-color: #60371f;
}

[data-palette="palette-22"] .bg-odd-color {
    background-color: #744226;
}

[data-palette="palette-23"] .text-default-color {
    color: #ffffff;
}

[data-palette="palette-23"] .bg-default-color {
    background-color: #794628;
}

[data-palette="palette-23"] .bg-hover-color {
    background-color: #b2673b;
}

[data-palette="palette-23"] .bg-even-color {
    background-color: #8c512e;
}

[data-palette="palette-23"] .bg-odd-color {
    background-color: #9f5c35;
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2015 Daniel Eden
 */
.animated, .carousel .carousel-item.active .carousel-bounce, .carousel .carousel-item.active .carousel-flash, .carousel .carousel-item.active .carousel-pulse, .carousel .carousel-item.active .carousel-rubberBand, .carousel .carousel-item.active .carousel-shake, .carousel .carousel-item.active .carousel-headShake, .carousel .carousel-item.active .carousel-swing, .carousel .carousel-item.active .carousel-tada, .carousel .carousel-item.active .carousel-wobble, .carousel .carousel-item.active .carousel-jello, .carousel .carousel-item.active .carousel-bounceIn, .carousel .carousel-item.active .carousel-bounceInDown, .carousel .carousel-item.active .carousel-bounceInLeft, .carousel .carousel-item.active .carousel-bounceInRight, .carousel .carousel-item.active .carousel-bounceInUp, .carousel .carousel-item.active .carousel-bounceOut, .carousel .carousel-item.active .carousel-bounceOutDown, .carousel .carousel-item.active .carousel-bounceOutLeft, .carousel .carousel-item.active .carousel-bounceOutRight, .carousel .carousel-item.active .carousel-bounceOutUp, .carousel .carousel-item.active .carousel-fadeIn, .carousel .carousel-item.active .carousel-fadeInDown, .carousel .carousel-item.active .carousel-fadeInDownBig, .carousel .carousel-item.active .carousel-fadeInLeft, .carousel .carousel-item.active .carousel-fadeInLeftBig, .carousel .carousel-item.active .carousel-fadeInRight, .carousel .carousel-item.active .carousel-fadeInRightBig, .carousel .carousel-item.active .carousel-fadeInUp, .carousel .carousel-item.active .carousel-fadeInUpBig, .carousel .carousel-item.active .carousel-fadeOut, .carousel .carousel-item.active .carousel-fadeOutDown, .carousel .carousel-item.active .carousel-fadeOutDownBig, .carousel .carousel-item.active .carousel-fadeOutLeft, .carousel .carousel-item.active .carousel-fadeOutLeftBig, .carousel .carousel-item.active .carousel-fadeOutRight, .carousel .carousel-item.active .carousel-fadeOutRightBig, .carousel .carousel-item.active .carousel-fadeOutUp, .carousel .carousel-item.active .carousel-fadeOutUpBig, .carousel .carousel-item.active .carousel-flip, .carousel .carousel-item.active .carousel-flipInX, .carousel .carousel-item.active .carousel-flipInY, .carousel .carousel-item.active .carousel-flipOutX, .carousel .carousel-item.active .carousel-flipOutY, .carousel .carousel-item.active .carousel-lightSpeedIn, .carousel .carousel-item.active .carousel-lightSpeedOut, .carousel .carousel-item.active .carousel-rotateIn, .carousel .carousel-item.active .carousel-rotateInDownLeft, .carousel .carousel-item.active .carousel-rotateInDownRight, .carousel .carousel-item.active .carousel-rotateInUpLeft, .carousel .carousel-item.active .carousel-rotateInUpRight, .carousel .carousel-item.active .carousel-rotateOut, .carousel .carousel-item.active .carousel-rotateOutDownLeft, .carousel .carousel-item.active .carousel-rotateOutDownRight, .carousel .carousel-item.active .carousel-rotateOutUpLeft, .carousel .carousel-item.active .carousel-rotateOutUpRight, .carousel .carousel-item.active .carousel-hinge, .carousel .carousel-item.active .carousel-rollIn, .carousel .carousel-item.active .carousel-rollOut, .carousel .carousel-item.active .carousel-zoomIn, .carousel .carousel-item.active .carousel-zoomInDown, .carousel .carousel-item.active .carousel-zoomInLeft, .carousel .carousel-item.active .carousel-zoomInRight, .carousel .carousel-item.active .carousel-zoomInUp, .carousel .carousel-item.active .carousel-zoomOut, .carousel .carousel-item.active .carousel-zoomOutDown, .carousel .carousel-item.active .carousel-zoomOutLeft, .carousel .carousel-item.active .carousel-zoomOutRight, .carousel .carousel-item.active .carousel-zoomOutUp, .carousel .carousel-item.active .carousel-slideInDown, .carousel .carousel-item.active .carousel-slideInLeft, .carousel .carousel-item.active .carousel-slideInRight, .carousel .carousel-item.active .carousel-slideInUp, .carousel .carousel-item.active .carousel-slideOutDown, .carousel .carousel-item.active .carousel-slideOutLeft, .carousel .carousel-item.active .carousel-slideOutRight, .carousel .carousel-item.active .carousel-slideOutUp, .open > .dropdown-menu-bounce, .open > .dropdown-menu-flash, .open > .dropdown-menu-pulse, .open > .dropdown-menu-rubberBand, .open > .dropdown-menu-shake, .open > .dropdown-menu-headShake, .open > .dropdown-menu-swing, .open > .dropdown-menu-tada, .open > .dropdown-menu-wobble, .open > .dropdown-menu-jello, .open > .dropdown-menu-bounceIn, .open > .dropdown-menu-bounceInDown, .open > .dropdown-menu-bounceInLeft, .open > .dropdown-menu-bounceInRight, .open > .dropdown-menu-bounceInUp, .open > .dropdown-menu-fadeIn, .open > .dropdown-menu-fadeInDown, .open > .dropdown-menu-fadeInDownBig, .open > .dropdown-menu-fadeInLeft, .open > .dropdown-menu-fadeInLeftBig, .open > .dropdown-menu-fadeInRight, .open > .dropdown-menu-fadeInRightBig, .open > .dropdown-menu-fadeInUp, .open > .dropdown-menu-fadeInUpBig, .open > .dropdown-menu-lightSpeedIn, .open > .dropdown-menu-lightSpeedOut, .open > .dropdown-menu-slideInDown, .open > .dropdown-menu-slideInLeft, .open > .dropdown-menu-slideInRight, .open > .dropdown-menu-slideInUp {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.animated.infinite, .carousel .carousel-item.active .infinite.carousel-bounce, .carousel .carousel-item.active .infinite.carousel-flash, .carousel .carousel-item.active .infinite.carousel-pulse, .carousel .carousel-item.active .infinite.carousel-rubberBand, .carousel .carousel-item.active .infinite.carousel-shake, .carousel .carousel-item.active .infinite.carousel-headShake, .carousel .carousel-item.active .infinite.carousel-swing, .carousel .carousel-item.active .infinite.carousel-tada, .carousel .carousel-item.active .infinite.carousel-wobble, .carousel .carousel-item.active .infinite.carousel-jello, .carousel .carousel-item.active .infinite.carousel-bounceIn, .carousel .carousel-item.active .infinite.carousel-bounceInDown, .carousel .carousel-item.active .infinite.carousel-bounceInLeft, .carousel .carousel-item.active .infinite.carousel-bounceInRight, .carousel .carousel-item.active .infinite.carousel-bounceInUp, .carousel .carousel-item.active .infinite.carousel-bounceOut, .carousel .carousel-item.active .infinite.carousel-bounceOutDown, .carousel .carousel-item.active .infinite.carousel-bounceOutLeft, .carousel .carousel-item.active .infinite.carousel-bounceOutRight, .carousel .carousel-item.active .infinite.carousel-bounceOutUp, .carousel .carousel-item.active .infinite.carousel-fadeIn, .carousel .carousel-item.active .infinite.carousel-fadeInDown, .carousel .carousel-item.active .infinite.carousel-fadeInDownBig, .carousel .carousel-item.active .infinite.carousel-fadeInLeft, .carousel .carousel-item.active .infinite.carousel-fadeInLeftBig, .carousel .carousel-item.active .infinite.carousel-fadeInRight, .carousel .carousel-item.active .infinite.carousel-fadeInRightBig, .carousel .carousel-item.active .infinite.carousel-fadeInUp, .carousel .carousel-item.active .infinite.carousel-fadeInUpBig, .carousel .carousel-item.active .infinite.carousel-fadeOut, .carousel .carousel-item.active .infinite.carousel-fadeOutDown, .carousel .carousel-item.active .infinite.carousel-fadeOutDownBig, .carousel .carousel-item.active .infinite.carousel-fadeOutLeft, .carousel .carousel-item.active .infinite.carousel-fadeOutLeftBig, .carousel .carousel-item.active .infinite.carousel-fadeOutRight, .carousel .carousel-item.active .infinite.carousel-fadeOutRightBig, .carousel .carousel-item.active .infinite.carousel-fadeOutUp, .carousel .carousel-item.active .infinite.carousel-fadeOutUpBig, .carousel .carousel-item.active .infinite.carousel-flip, .carousel .carousel-item.active .infinite.carousel-flipInX, .carousel .carousel-item.active .infinite.carousel-flipInY, .carousel .carousel-item.active .infinite.carousel-flipOutX, .carousel .carousel-item.active .infinite.carousel-flipOutY, .carousel .carousel-item.active .infinite.carousel-lightSpeedIn, .carousel .carousel-item.active .infinite.carousel-lightSpeedOut, .carousel .carousel-item.active .infinite.carousel-rotateIn, .carousel .carousel-item.active .infinite.carousel-rotateInDownLeft, .carousel .carousel-item.active .infinite.carousel-rotateInDownRight, .carousel .carousel-item.active .infinite.carousel-rotateInUpLeft, .carousel .carousel-item.active .infinite.carousel-rotateInUpRight, .carousel .carousel-item.active .infinite.carousel-rotateOut, .carousel .carousel-item.active .infinite.carousel-rotateOutDownLeft, .carousel .carousel-item.active .infinite.carousel-rotateOutDownRight, .carousel .carousel-item.active .infinite.carousel-rotateOutUpLeft, .carousel .carousel-item.active .infinite.carousel-rotateOutUpRight, .carousel .carousel-item.active .infinite.carousel-hinge, .carousel .carousel-item.active .infinite.carousel-rollIn, .carousel .carousel-item.active .infinite.carousel-rollOut, .carousel .carousel-item.active .infinite.carousel-zoomIn, .carousel .carousel-item.active .infinite.carousel-zoomInDown, .carousel .carousel-item.active .infinite.carousel-zoomInLeft, .carousel .carousel-item.active .infinite.carousel-zoomInRight, .carousel .carousel-item.active .infinite.carousel-zoomInUp, .carousel .carousel-item.active .infinite.carousel-zoomOut, .carousel .carousel-item.active .infinite.carousel-zoomOutDown, .carousel .carousel-item.active .infinite.carousel-zoomOutLeft, .carousel .carousel-item.active .infinite.carousel-zoomOutRight, .carousel .carousel-item.active .infinite.carousel-zoomOutUp, .carousel .carousel-item.active .infinite.carousel-slideInDown, .carousel .carousel-item.active .infinite.carousel-slideInLeft, .carousel .carousel-item.active .infinite.carousel-slideInRight, .carousel .carousel-item.active .infinite.carousel-slideInUp, .carousel .carousel-item.active .infinite.carousel-slideOutDown, .carousel .carousel-item.active .infinite.carousel-slideOutLeft, .carousel .carousel-item.active .infinite.carousel-slideOutRight, .carousel .carousel-item.active .infinite.carousel-slideOutUp, .open > .infinite.dropdown-menu-bounce, .open > .infinite.dropdown-menu-flash, .open > .infinite.dropdown-menu-pulse, .open > .infinite.dropdown-menu-rubberBand, .open > .infinite.dropdown-menu-shake, .open > .infinite.dropdown-menu-headShake, .open > .infinite.dropdown-menu-swing, .open > .infinite.dropdown-menu-tada, .open > .infinite.dropdown-menu-wobble, .open > .infinite.dropdown-menu-jello, .open > .infinite.dropdown-menu-bounceIn, .open > .infinite.dropdown-menu-bounceInDown, .open > .infinite.dropdown-menu-bounceInLeft, .open > .infinite.dropdown-menu-bounceInRight, .open > .infinite.dropdown-menu-bounceInUp, .open > .infinite.dropdown-menu-fadeIn, .open > .infinite.dropdown-menu-fadeInDown, .open > .infinite.dropdown-menu-fadeInDownBig, .open > .infinite.dropdown-menu-fadeInLeft, .open > .infinite.dropdown-menu-fadeInLeftBig, .open > .infinite.dropdown-menu-fadeInRight, .open > .infinite.dropdown-menu-fadeInRightBig, .open > .infinite.dropdown-menu-fadeInUp, .open > .infinite.dropdown-menu-fadeInUpBig, .open > .infinite.dropdown-menu-lightSpeedIn, .open > .infinite.dropdown-menu-lightSpeedOut, .open > .infinite.dropdown-menu-slideInDown, .open > .infinite.dropdown-menu-slideInLeft, .open > .infinite.dropdown-menu-slideInRight, .open > .infinite.dropdown-menu-slideInUp {
    animation-iteration-count: infinite;
}

.animated.hinge, .carousel .carousel-item.active .hinge.carousel-bounce, .carousel .carousel-item.active .carousel-bounce.carousel-hinge, .carousel .carousel-item.active .hinge.carousel-flash, .carousel .carousel-item.active .carousel-flash.carousel-hinge, .carousel .carousel-item.active .hinge.carousel-pulse, .carousel .carousel-item.active .carousel-pulse.carousel-hinge, .carousel .carousel-item.active .hinge.carousel-rubberBand, .carousel .carousel-item.active .carousel-rubberBand.carousel-hinge, .carousel .carousel-item.active .hinge.carousel-shake, .carousel .carousel-item.active .carousel-shake.carousel-hinge, .carousel .carousel-item.active .hinge.carousel-headShake, .carousel .carousel-item.active .carousel-headShake.carousel-hinge, .carousel .carousel-item.active .hinge.carousel-swing, .carousel .carousel-item.active .carousel-swing.carousel-hinge, .carousel .carousel-item.active .hinge.carousel-tada, .carousel .carousel-item.active .carousel-tada.carousel-hinge, .carousel .carousel-item.active .hinge.carousel-wobble, .carousel .carousel-item.active .carousel-wobble.carousel-hinge, .carousel .carousel-item.active .hinge.carousel-jello, .carousel .carousel-item.active .carousel-jello.carousel-hinge, .carousel .carousel-item.active .hinge.carousel-bounceIn, .carousel .carousel-item.active .carousel-bounceIn.carousel-hinge, .carousel .carousel-item.active .hinge.carousel-bounceInDown, .carousel .carousel-item.active .carousel-bounceInDown.carousel-hinge, .carousel .carousel-item.active .hinge.carousel-bounceInLeft, .carousel .carousel-item.active .carousel-bounceInLeft.carousel-hinge, .carousel .carousel-item.active .hinge.carousel-bounceInRight, .carousel .carousel-item.active .carousel-bounceInRight.carousel-hinge, .carousel .carousel-item.active .hinge.carousel-bounceInUp, .carousel .carousel-item.active .carousel-bounceInUp.carousel-hinge, .carousel .carousel-item.active .hinge.carousel-bounceOut, .carousel .carousel-item.active .carousel-bounceOut.carousel-hinge, .carousel .carousel-item.active .hinge.carousel-bounceOutDown, .carousel .carousel-item.active .carousel-bounceOutDown.carousel-hinge, .carousel .carousel-item.active .hinge.carousel-bounceOutLeft, .carousel .carousel-item.active .carousel-bounceOutLeft.carousel-hinge, .carousel .carousel-item.active .hinge.carousel-bounceOutRight, .carousel .carousel-item.active .carousel-bounceOutRight.carousel-hinge, .carousel .carousel-item.active .hinge.carousel-bounceOutUp, .carousel .carousel-item.active .carousel-bounceOutUp.carousel-hinge, .carousel .carousel-item.active .hinge.carousel-fadeIn, .carousel .carousel-item.active .carousel-fadeIn.carousel-hinge, .carousel .carousel-item.active .hinge.carousel-fadeInDown, .carousel .carousel-item.active .carousel-fadeInDown.carousel-hinge, .carousel .carousel-item.active .hinge.carousel-fadeInDownBig, .carousel .carousel-item.active .carousel-fadeInDownBig.carousel-hinge, .carousel .carousel-item.active .hinge.carousel-fadeInLeft, .carousel .carousel-item.active .carousel-fadeInLeft.carousel-hinge, .carousel .carousel-item.active .hinge.carousel-fadeInLeftBig, .carousel .carousel-item.active .carousel-fadeInLeftBig.carousel-hinge, .carousel .carousel-item.active .hinge.carousel-fadeInRight, .carousel .carousel-item.active .carousel-fadeInRight.carousel-hinge, .carousel .carousel-item.active .hinge.carousel-fadeInRightBig, .carousel .carousel-item.active .carousel-fadeInRightBig.carousel-hinge, .carousel .carousel-item.active .hinge.carousel-fadeInUp, .carousel .carousel-item.active .carousel-fadeInUp.carousel-hinge, .carousel .carousel-item.active .hinge.carousel-fadeInUpBig, .carousel .carousel-item.active .carousel-fadeInUpBig.carousel-hinge, .carousel .carousel-item.active .hinge.carousel-fadeOut, .carousel .carousel-item.active .carousel-fadeOut.carousel-hinge, .carousel .carousel-item.active .hinge.carousel-fadeOutDown, .carousel .carousel-item.active .carousel-fadeOutDown.carousel-hinge, .carousel .carousel-item.active .hinge.carousel-fadeOutDownBig, .carousel .carousel-item.active .carousel-fadeOutDownBig.carousel-hinge, .carousel .carousel-item.active .hinge.carousel-fadeOutLeft, .carousel .carousel-item.active .carousel-fadeOutLeft.carousel-hinge, .carousel .carousel-item.active .hinge.carousel-fadeOutLeftBig, .carousel .carousel-item.active .carousel-fadeOutLeftBig.carousel-hinge, .carousel .carousel-item.active .hinge.carousel-fadeOutRight, .carousel .carousel-item.active .carousel-fadeOutRight.carousel-hinge, .carousel .carousel-item.active .hinge.carousel-fadeOutRightBig, .carousel .carousel-item.active .carousel-fadeOutRightBig.carousel-hinge, .carousel .carousel-item.active .hinge.carousel-fadeOutUp, .carousel .carousel-item.active .carousel-fadeOutUp.carousel-hinge, .carousel .carousel-item.active .hinge.carousel-fadeOutUpBig, .carousel .carousel-item.active .carousel-fadeOutUpBig.carousel-hinge, .carousel .carousel-item.active .hinge.carousel-flip, .carousel .carousel-item.active .carousel-flip.carousel-hinge, .carousel .carousel-item.active .hinge.carousel-flipInX, .carousel .carousel-item.active .carousel-flipInX.carousel-hinge, .carousel .carousel-item.active .hinge.carousel-flipInY, .carousel .carousel-item.active .carousel-flipInY.carousel-hinge, .carousel .carousel-item.active .hinge.carousel-flipOutX, .carousel .carousel-item.active .carousel-flipOutX.carousel-hinge, .carousel .carousel-item.active .hinge.carousel-flipOutY, .carousel .carousel-item.active .carousel-flipOutY.carousel-hinge, .carousel .carousel-item.active .hinge.carousel-lightSpeedIn, .carousel .carousel-item.active .carousel-lightSpeedIn.carousel-hinge, .carousel .carousel-item.active .hinge.carousel-lightSpeedOut, .carousel .carousel-item.active .carousel-lightSpeedOut.carousel-hinge, .carousel .carousel-item.active .hinge.carousel-rotateIn, .carousel .carousel-item.active .carousel-rotateIn.carousel-hinge, .carousel .carousel-item.active .hinge.carousel-rotateInDownLeft, .carousel .carousel-item.active .carousel-rotateInDownLeft.carousel-hinge, .carousel .carousel-item.active .hinge.carousel-rotateInDownRight, .carousel .carousel-item.active .carousel-rotateInDownRight.carousel-hinge, .carousel .carousel-item.active .hinge.carousel-rotateInUpLeft, .carousel .carousel-item.active .carousel-rotateInUpLeft.carousel-hinge, .carousel .carousel-item.active .hinge.carousel-rotateInUpRight, .carousel .carousel-item.active .carousel-rotateInUpRight.carousel-hinge, .carousel .carousel-item.active .hinge.carousel-rotateOut, .carousel .carousel-item.active .carousel-rotateOut.carousel-hinge, .carousel .carousel-item.active .hinge.carousel-rotateOutDownLeft, .carousel .carousel-item.active .carousel-rotateOutDownLeft.carousel-hinge, .carousel .carousel-item.active .hinge.carousel-rotateOutDownRight, .carousel .carousel-item.active .carousel-rotateOutDownRight.carousel-hinge, .carousel .carousel-item.active .hinge.carousel-rotateOutUpLeft, .carousel .carousel-item.active .carousel-rotateOutUpLeft.carousel-hinge, .carousel .carousel-item.active .hinge.carousel-rotateOutUpRight, .carousel .carousel-item.active .carousel-rotateOutUpRight.carousel-hinge, .carousel .carousel-item.active .carousel-hinge, .carousel .carousel-item.active .hinge.carousel-rollIn, .carousel .carousel-item.active .carousel-rollIn.carousel-hinge, .carousel .carousel-item.active .hinge.carousel-rollOut, .carousel .carousel-item.active .carousel-rollOut.carousel-hinge, .carousel .carousel-item.active .hinge.carousel-zoomIn, .carousel .carousel-item.active .carousel-zoomIn.carousel-hinge, .carousel .carousel-item.active .hinge.carousel-zoomInDown, .carousel .carousel-item.active .carousel-zoomInDown.carousel-hinge, .carousel .carousel-item.active .hinge.carousel-zoomInLeft, .carousel .carousel-item.active .carousel-zoomInLeft.carousel-hinge, .carousel .carousel-item.active .hinge.carousel-zoomInRight, .carousel .carousel-item.active .carousel-zoomInRight.carousel-hinge, .carousel .carousel-item.active .hinge.carousel-zoomInUp, .carousel .carousel-item.active .carousel-zoomInUp.carousel-hinge, .carousel .carousel-item.active .hinge.carousel-zoomOut, .carousel .carousel-item.active .carousel-zoomOut.carousel-hinge, .carousel .carousel-item.active .hinge.carousel-zoomOutDown, .carousel .carousel-item.active .carousel-zoomOutDown.carousel-hinge, .carousel .carousel-item.active .hinge.carousel-zoomOutLeft, .carousel .carousel-item.active .carousel-zoomOutLeft.carousel-hinge, .carousel .carousel-item.active .hinge.carousel-zoomOutRight, .carousel .carousel-item.active .carousel-zoomOutRight.carousel-hinge, .carousel .carousel-item.active .hinge.carousel-zoomOutUp, .carousel .carousel-item.active .carousel-zoomOutUp.carousel-hinge, .carousel .carousel-item.active .hinge.carousel-slideInDown, .carousel .carousel-item.active .carousel-slideInDown.carousel-hinge, .carousel .carousel-item.active .hinge.carousel-slideInLeft, .carousel .carousel-item.active .carousel-slideInLeft.carousel-hinge, .carousel .carousel-item.active .hinge.carousel-slideInRight, .carousel .carousel-item.active .carousel-slideInRight.carousel-hinge, .carousel .carousel-item.active .hinge.carousel-slideInUp, .carousel .carousel-item.active .carousel-slideInUp.carousel-hinge, .carousel .carousel-item.active .hinge.carousel-slideOutDown, .carousel .carousel-item.active .carousel-slideOutDown.carousel-hinge, .carousel .carousel-item.active .hinge.carousel-slideOutLeft, .carousel .carousel-item.active .carousel-slideOutLeft.carousel-hinge, .carousel .carousel-item.active .hinge.carousel-slideOutRight, .carousel .carousel-item.active .carousel-slideOutRight.carousel-hinge, .carousel .carousel-item.active .hinge.carousel-slideOutUp, .carousel .carousel-item.active .carousel-slideOutUp.carousel-hinge, .open > .hinge.dropdown-menu-bounce, .carousel .carousel-item.active .open > .dropdown-menu-bounce.carousel-hinge, .open > .hinge.dropdown-menu-flash, .carousel .carousel-item.active .open > .dropdown-menu-flash.carousel-hinge, .open > .hinge.dropdown-menu-pulse, .carousel .carousel-item.active .open > .dropdown-menu-pulse.carousel-hinge, .open > .hinge.dropdown-menu-rubberBand, .carousel .carousel-item.active .open > .dropdown-menu-rubberBand.carousel-hinge, .open > .hinge.dropdown-menu-shake, .carousel .carousel-item.active .open > .dropdown-menu-shake.carousel-hinge, .open > .hinge.dropdown-menu-headShake, .carousel .carousel-item.active .open > .dropdown-menu-headShake.carousel-hinge, .open > .hinge.dropdown-menu-swing, .carousel .carousel-item.active .open > .dropdown-menu-swing.carousel-hinge, .open > .hinge.dropdown-menu-tada, .carousel .carousel-item.active .open > .dropdown-menu-tada.carousel-hinge, .open > .hinge.dropdown-menu-wobble, .carousel .carousel-item.active .open > .dropdown-menu-wobble.carousel-hinge, .open > .hinge.dropdown-menu-jello, .carousel .carousel-item.active .open > .dropdown-menu-jello.carousel-hinge, .open > .hinge.dropdown-menu-bounceIn, .carousel .carousel-item.active .open > .dropdown-menu-bounceIn.carousel-hinge, .open > .hinge.dropdown-menu-bounceInDown, .carousel .carousel-item.active .open > .dropdown-menu-bounceInDown.carousel-hinge, .open > .hinge.dropdown-menu-bounceInLeft, .carousel .carousel-item.active .open > .dropdown-menu-bounceInLeft.carousel-hinge, .open > .hinge.dropdown-menu-bounceInRight, .carousel .carousel-item.active .open > .dropdown-menu-bounceInRight.carousel-hinge, .open > .hinge.dropdown-menu-bounceInUp, .carousel .carousel-item.active .open > .dropdown-menu-bounceInUp.carousel-hinge, .open > .hinge.dropdown-menu-fadeIn, .carousel .carousel-item.active .open > .dropdown-menu-fadeIn.carousel-hinge, .open > .hinge.dropdown-menu-fadeInDown, .carousel .carousel-item.active .open > .dropdown-menu-fadeInDown.carousel-hinge, .open > .hinge.dropdown-menu-fadeInDownBig, .carousel .carousel-item.active .open > .dropdown-menu-fadeInDownBig.carousel-hinge, .open > .hinge.dropdown-menu-fadeInLeft, .carousel .carousel-item.active .open > .dropdown-menu-fadeInLeft.carousel-hinge, .open > .hinge.dropdown-menu-fadeInLeftBig, .carousel .carousel-item.active .open > .dropdown-menu-fadeInLeftBig.carousel-hinge, .open > .hinge.dropdown-menu-fadeInRight, .carousel .carousel-item.active .open > .dropdown-menu-fadeInRight.carousel-hinge, .open > .hinge.dropdown-menu-fadeInRightBig, .carousel .carousel-item.active .open > .dropdown-menu-fadeInRightBig.carousel-hinge, .open > .hinge.dropdown-menu-fadeInUp, .carousel .carousel-item.active .open > .dropdown-menu-fadeInUp.carousel-hinge, .open > .hinge.dropdown-menu-fadeInUpBig, .carousel .carousel-item.active .open > .dropdown-menu-fadeInUpBig.carousel-hinge, .open > .hinge.dropdown-menu-lightSpeedIn, .carousel .carousel-item.active .open > .dropdown-menu-lightSpeedIn.carousel-hinge, .open > .hinge.dropdown-menu-lightSpeedOut, .carousel .carousel-item.active .open > .dropdown-menu-lightSpeedOut.carousel-hinge, .open > .hinge.dropdown-menu-slideInDown, .carousel .carousel-item.active .open > .dropdown-menu-slideInDown.carousel-hinge, .open > .hinge.dropdown-menu-slideInLeft, .carousel .carousel-item.active .open > .dropdown-menu-slideInLeft.carousel-hinge, .open > .hinge.dropdown-menu-slideInRight, .carousel .carousel-item.active .open > .dropdown-menu-slideInRight.carousel-hinge, .open > .hinge.dropdown-menu-slideInUp, .carousel .carousel-item.active .open > .dropdown-menu-slideInUp.carousel-hinge {
    animation-duration: 2s;
}

.animated.flipOutX, .carousel .carousel-item.active .flipOutX.carousel-bounce, .carousel .carousel-item.active .carousel-bounce.carousel-flipOutX, .carousel .carousel-item.active .flipOutX.carousel-flash, .carousel .carousel-item.active .carousel-flash.carousel-flipOutX, .carousel .carousel-item.active .flipOutX.carousel-pulse, .carousel .carousel-item.active .carousel-pulse.carousel-flipOutX, .carousel .carousel-item.active .flipOutX.carousel-rubberBand, .carousel .carousel-item.active .carousel-rubberBand.carousel-flipOutX, .carousel .carousel-item.active .flipOutX.carousel-shake, .carousel .carousel-item.active .carousel-shake.carousel-flipOutX, .carousel .carousel-item.active .flipOutX.carousel-headShake, .carousel .carousel-item.active .carousel-headShake.carousel-flipOutX, .carousel .carousel-item.active .flipOutX.carousel-swing, .carousel .carousel-item.active .carousel-swing.carousel-flipOutX, .carousel .carousel-item.active .flipOutX.carousel-tada, .carousel .carousel-item.active .carousel-tada.carousel-flipOutX, .carousel .carousel-item.active .flipOutX.carousel-wobble, .carousel .carousel-item.active .carousel-wobble.carousel-flipOutX, .carousel .carousel-item.active .flipOutX.carousel-jello, .carousel .carousel-item.active .carousel-jello.carousel-flipOutX, .carousel .carousel-item.active .flipOutX.carousel-bounceIn, .carousel .carousel-item.active .carousel-bounceIn.carousel-flipOutX, .carousel .carousel-item.active .flipOutX.carousel-bounceInDown, .carousel .carousel-item.active .carousel-bounceInDown.carousel-flipOutX, .carousel .carousel-item.active .flipOutX.carousel-bounceInLeft, .carousel .carousel-item.active .carousel-bounceInLeft.carousel-flipOutX, .carousel .carousel-item.active .flipOutX.carousel-bounceInRight, .carousel .carousel-item.active .carousel-bounceInRight.carousel-flipOutX, .carousel .carousel-item.active .flipOutX.carousel-bounceInUp, .carousel .carousel-item.active .carousel-bounceInUp.carousel-flipOutX, .carousel .carousel-item.active .flipOutX.carousel-bounceOut, .carousel .carousel-item.active .carousel-bounceOut.carousel-flipOutX, .carousel .carousel-item.active .flipOutX.carousel-bounceOutDown, .carousel .carousel-item.active .carousel-bounceOutDown.carousel-flipOutX, .carousel .carousel-item.active .flipOutX.carousel-bounceOutLeft, .carousel .carousel-item.active .carousel-bounceOutLeft.carousel-flipOutX, .carousel .carousel-item.active .flipOutX.carousel-bounceOutRight, .carousel .carousel-item.active .carousel-bounceOutRight.carousel-flipOutX, .carousel .carousel-item.active .flipOutX.carousel-bounceOutUp, .carousel .carousel-item.active .carousel-bounceOutUp.carousel-flipOutX, .carousel .carousel-item.active .flipOutX.carousel-fadeIn, .carousel .carousel-item.active .carousel-fadeIn.carousel-flipOutX, .carousel .carousel-item.active .flipOutX.carousel-fadeInDown, .carousel .carousel-item.active .carousel-fadeInDown.carousel-flipOutX, .carousel .carousel-item.active .flipOutX.carousel-fadeInDownBig, .carousel .carousel-item.active .carousel-fadeInDownBig.carousel-flipOutX, .carousel .carousel-item.active .flipOutX.carousel-fadeInLeft, .carousel .carousel-item.active .carousel-fadeInLeft.carousel-flipOutX, .carousel .carousel-item.active .flipOutX.carousel-fadeInLeftBig, .carousel .carousel-item.active .carousel-fadeInLeftBig.carousel-flipOutX, .carousel .carousel-item.active .flipOutX.carousel-fadeInRight, .carousel .carousel-item.active .carousel-fadeInRight.carousel-flipOutX, .carousel .carousel-item.active .flipOutX.carousel-fadeInRightBig, .carousel .carousel-item.active .carousel-fadeInRightBig.carousel-flipOutX, .carousel .carousel-item.active .flipOutX.carousel-fadeInUp, .carousel .carousel-item.active .carousel-fadeInUp.carousel-flipOutX, .carousel .carousel-item.active .flipOutX.carousel-fadeInUpBig, .carousel .carousel-item.active .carousel-fadeInUpBig.carousel-flipOutX, .carousel .carousel-item.active .flipOutX.carousel-fadeOut, .carousel .carousel-item.active .carousel-fadeOut.carousel-flipOutX, .carousel .carousel-item.active .flipOutX.carousel-fadeOutDown, .carousel .carousel-item.active .carousel-fadeOutDown.carousel-flipOutX, .carousel .carousel-item.active .flipOutX.carousel-fadeOutDownBig, .carousel .carousel-item.active .carousel-fadeOutDownBig.carousel-flipOutX, .carousel .carousel-item.active .flipOutX.carousel-fadeOutLeft, .carousel .carousel-item.active .carousel-fadeOutLeft.carousel-flipOutX, .carousel .carousel-item.active .flipOutX.carousel-fadeOutLeftBig, .carousel .carousel-item.active .carousel-fadeOutLeftBig.carousel-flipOutX, .carousel .carousel-item.active .flipOutX.carousel-fadeOutRight, .carousel .carousel-item.active .carousel-fadeOutRight.carousel-flipOutX, .carousel .carousel-item.active .flipOutX.carousel-fadeOutRightBig, .carousel .carousel-item.active .carousel-fadeOutRightBig.carousel-flipOutX, .carousel .carousel-item.active .flipOutX.carousel-fadeOutUp, .carousel .carousel-item.active .carousel-fadeOutUp.carousel-flipOutX, .carousel .carousel-item.active .flipOutX.carousel-fadeOutUpBig, .carousel .carousel-item.active .carousel-fadeOutUpBig.carousel-flipOutX, .carousel .carousel-item.active .flipOutX.carousel-flip, .carousel .carousel-item.active .carousel-flip.carousel-flipOutX, .carousel .carousel-item.active .flipOutX.carousel-flipInX, .carousel .carousel-item.active .carousel-flipInX.carousel-flipOutX, .carousel .carousel-item.active .flipOutX.carousel-flipInY, .carousel .carousel-item.active .carousel-flipInY.carousel-flipOutX, .carousel .carousel-item.active .carousel-flipOutX, .carousel .carousel-item.active .flipOutX.carousel-flipOutY, .carousel .carousel-item.active .carousel-flipOutY.carousel-flipOutX, .carousel .carousel-item.active .flipOutX.carousel-lightSpeedIn, .carousel .carousel-item.active .carousel-lightSpeedIn.carousel-flipOutX, .carousel .carousel-item.active .flipOutX.carousel-lightSpeedOut, .carousel .carousel-item.active .carousel-lightSpeedOut.carousel-flipOutX, .carousel .carousel-item.active .flipOutX.carousel-rotateIn, .carousel .carousel-item.active .carousel-rotateIn.carousel-flipOutX, .carousel .carousel-item.active .flipOutX.carousel-rotateInDownLeft, .carousel .carousel-item.active .carousel-rotateInDownLeft.carousel-flipOutX, .carousel .carousel-item.active .flipOutX.carousel-rotateInDownRight, .carousel .carousel-item.active .carousel-rotateInDownRight.carousel-flipOutX, .carousel .carousel-item.active .flipOutX.carousel-rotateInUpLeft, .carousel .carousel-item.active .carousel-rotateInUpLeft.carousel-flipOutX, .carousel .carousel-item.active .flipOutX.carousel-rotateInUpRight, .carousel .carousel-item.active .carousel-rotateInUpRight.carousel-flipOutX, .carousel .carousel-item.active .flipOutX.carousel-rotateOut, .carousel .carousel-item.active .carousel-rotateOut.carousel-flipOutX, .carousel .carousel-item.active .flipOutX.carousel-rotateOutDownLeft, .carousel .carousel-item.active .carousel-rotateOutDownLeft.carousel-flipOutX, .carousel .carousel-item.active .flipOutX.carousel-rotateOutDownRight, .carousel .carousel-item.active .carousel-rotateOutDownRight.carousel-flipOutX, .carousel .carousel-item.active .flipOutX.carousel-rotateOutUpLeft, .carousel .carousel-item.active .carousel-rotateOutUpLeft.carousel-flipOutX, .carousel .carousel-item.active .flipOutX.carousel-rotateOutUpRight, .carousel .carousel-item.active .carousel-rotateOutUpRight.carousel-flipOutX, .carousel .carousel-item.active .flipOutX.carousel-hinge, .carousel .carousel-item.active .carousel-hinge.carousel-flipOutX, .carousel .carousel-item.active .flipOutX.carousel-rollIn, .carousel .carousel-item.active .carousel-rollIn.carousel-flipOutX, .carousel .carousel-item.active .flipOutX.carousel-rollOut, .carousel .carousel-item.active .carousel-rollOut.carousel-flipOutX, .carousel .carousel-item.active .flipOutX.carousel-zoomIn, .carousel .carousel-item.active .carousel-zoomIn.carousel-flipOutX, .carousel .carousel-item.active .flipOutX.carousel-zoomInDown, .carousel .carousel-item.active .carousel-zoomInDown.carousel-flipOutX, .carousel .carousel-item.active .flipOutX.carousel-zoomInLeft, .carousel .carousel-item.active .carousel-zoomInLeft.carousel-flipOutX, .carousel .carousel-item.active .flipOutX.carousel-zoomInRight, .carousel .carousel-item.active .carousel-zoomInRight.carousel-flipOutX, .carousel .carousel-item.active .flipOutX.carousel-zoomInUp, .carousel .carousel-item.active .carousel-zoomInUp.carousel-flipOutX, .carousel .carousel-item.active .flipOutX.carousel-zoomOut, .carousel .carousel-item.active .carousel-zoomOut.carousel-flipOutX, .carousel .carousel-item.active .flipOutX.carousel-zoomOutDown, .carousel .carousel-item.active .carousel-zoomOutDown.carousel-flipOutX, .carousel .carousel-item.active .flipOutX.carousel-zoomOutLeft, .carousel .carousel-item.active .carousel-zoomOutLeft.carousel-flipOutX, .carousel .carousel-item.active .flipOutX.carousel-zoomOutRight, .carousel .carousel-item.active .carousel-zoomOutRight.carousel-flipOutX, .carousel .carousel-item.active .flipOutX.carousel-zoomOutUp, .carousel .carousel-item.active .carousel-zoomOutUp.carousel-flipOutX, .carousel .carousel-item.active .flipOutX.carousel-slideInDown, .carousel .carousel-item.active .carousel-slideInDown.carousel-flipOutX, .carousel .carousel-item.active .flipOutX.carousel-slideInLeft, .carousel .carousel-item.active .carousel-slideInLeft.carousel-flipOutX, .carousel .carousel-item.active .flipOutX.carousel-slideInRight, .carousel .carousel-item.active .carousel-slideInRight.carousel-flipOutX, .carousel .carousel-item.active .flipOutX.carousel-slideInUp, .carousel .carousel-item.active .carousel-slideInUp.carousel-flipOutX, .carousel .carousel-item.active .flipOutX.carousel-slideOutDown, .carousel .carousel-item.active .carousel-slideOutDown.carousel-flipOutX, .carousel .carousel-item.active .flipOutX.carousel-slideOutLeft, .carousel .carousel-item.active .carousel-slideOutLeft.carousel-flipOutX, .carousel .carousel-item.active .flipOutX.carousel-slideOutRight, .carousel .carousel-item.active .carousel-slideOutRight.carousel-flipOutX, .carousel .carousel-item.active .flipOutX.carousel-slideOutUp, .carousel .carousel-item.active .carousel-slideOutUp.carousel-flipOutX, .open > .flipOutX.dropdown-menu-bounce, .carousel .carousel-item.active .open > .dropdown-menu-bounce.carousel-flipOutX, .open > .flipOutX.dropdown-menu-flash, .carousel .carousel-item.active .open > .dropdown-menu-flash.carousel-flipOutX, .open > .flipOutX.dropdown-menu-pulse, .carousel .carousel-item.active .open > .dropdown-menu-pulse.carousel-flipOutX, .open > .flipOutX.dropdown-menu-rubberBand, .carousel .carousel-item.active .open > .dropdown-menu-rubberBand.carousel-flipOutX, .open > .flipOutX.dropdown-menu-shake, .carousel .carousel-item.active .open > .dropdown-menu-shake.carousel-flipOutX, .open > .flipOutX.dropdown-menu-headShake, .carousel .carousel-item.active .open > .dropdown-menu-headShake.carousel-flipOutX, .open > .flipOutX.dropdown-menu-swing, .carousel .carousel-item.active .open > .dropdown-menu-swing.carousel-flipOutX, .open > .flipOutX.dropdown-menu-tada, .carousel .carousel-item.active .open > .dropdown-menu-tada.carousel-flipOutX, .open > .flipOutX.dropdown-menu-wobble, .carousel .carousel-item.active .open > .dropdown-menu-wobble.carousel-flipOutX, .open > .flipOutX.dropdown-menu-jello, .carousel .carousel-item.active .open > .dropdown-menu-jello.carousel-flipOutX, .open > .flipOutX.dropdown-menu-bounceIn, .carousel .carousel-item.active .open > .dropdown-menu-bounceIn.carousel-flipOutX, .open > .flipOutX.dropdown-menu-bounceInDown, .carousel .carousel-item.active .open > .dropdown-menu-bounceInDown.carousel-flipOutX, .open > .flipOutX.dropdown-menu-bounceInLeft, .carousel .carousel-item.active .open > .dropdown-menu-bounceInLeft.carousel-flipOutX, .open > .flipOutX.dropdown-menu-bounceInRight, .carousel .carousel-item.active .open > .dropdown-menu-bounceInRight.carousel-flipOutX, .open > .flipOutX.dropdown-menu-bounceInUp, .carousel .carousel-item.active .open > .dropdown-menu-bounceInUp.carousel-flipOutX, .open > .flipOutX.dropdown-menu-fadeIn, .carousel .carousel-item.active .open > .dropdown-menu-fadeIn.carousel-flipOutX, .open > .flipOutX.dropdown-menu-fadeInDown, .carousel .carousel-item.active .open > .dropdown-menu-fadeInDown.carousel-flipOutX, .open > .flipOutX.dropdown-menu-fadeInDownBig, .carousel .carousel-item.active .open > .dropdown-menu-fadeInDownBig.carousel-flipOutX, .open > .flipOutX.dropdown-menu-fadeInLeft, .carousel .carousel-item.active .open > .dropdown-menu-fadeInLeft.carousel-flipOutX, .open > .flipOutX.dropdown-menu-fadeInLeftBig, .carousel .carousel-item.active .open > .dropdown-menu-fadeInLeftBig.carousel-flipOutX, .open > .flipOutX.dropdown-menu-fadeInRight, .carousel .carousel-item.active .open > .dropdown-menu-fadeInRight.carousel-flipOutX, .open > .flipOutX.dropdown-menu-fadeInRightBig, .carousel .carousel-item.active .open > .dropdown-menu-fadeInRightBig.carousel-flipOutX, .open > .flipOutX.dropdown-menu-fadeInUp, .carousel .carousel-item.active .open > .dropdown-menu-fadeInUp.carousel-flipOutX, .open > .flipOutX.dropdown-menu-fadeInUpBig, .carousel .carousel-item.active .open > .dropdown-menu-fadeInUpBig.carousel-flipOutX, .open > .flipOutX.dropdown-menu-lightSpeedIn, .carousel .carousel-item.active .open > .dropdown-menu-lightSpeedIn.carousel-flipOutX, .open > .flipOutX.dropdown-menu-lightSpeedOut, .carousel .carousel-item.active .open > .dropdown-menu-lightSpeedOut.carousel-flipOutX, .open > .flipOutX.dropdown-menu-slideInDown, .carousel .carousel-item.active .open > .dropdown-menu-slideInDown.carousel-flipOutX, .open > .flipOutX.dropdown-menu-slideInLeft, .carousel .carousel-item.active .open > .dropdown-menu-slideInLeft.carousel-flipOutX, .open > .flipOutX.dropdown-menu-slideInRight, .carousel .carousel-item.active .open > .dropdown-menu-slideInRight.carousel-flipOutX, .open > .flipOutX.dropdown-menu-slideInUp, .carousel .carousel-item.active .open > .dropdown-menu-slideInUp.carousel-flipOutX,
.animated.flipOutY,
.carousel .carousel-item.active .flipOutY.carousel-bounce,
.carousel .carousel-item.active .carousel-bounce.carousel-flipOutY,
.carousel .carousel-item.active .flipOutY.carousel-flash,
.carousel .carousel-item.active .carousel-flash.carousel-flipOutY,
.carousel .carousel-item.active .flipOutY.carousel-pulse,
.carousel .carousel-item.active .carousel-pulse.carousel-flipOutY,
.carousel .carousel-item.active .flipOutY.carousel-rubberBand,
.carousel .carousel-item.active .carousel-rubberBand.carousel-flipOutY,
.carousel .carousel-item.active .flipOutY.carousel-shake,
.carousel .carousel-item.active .carousel-shake.carousel-flipOutY,
.carousel .carousel-item.active .flipOutY.carousel-headShake,
.carousel .carousel-item.active .carousel-headShake.carousel-flipOutY,
.carousel .carousel-item.active .flipOutY.carousel-swing,
.carousel .carousel-item.active .carousel-swing.carousel-flipOutY,
.carousel .carousel-item.active .flipOutY.carousel-tada,
.carousel .carousel-item.active .carousel-tada.carousel-flipOutY,
.carousel .carousel-item.active .flipOutY.carousel-wobble,
.carousel .carousel-item.active .carousel-wobble.carousel-flipOutY,
.carousel .carousel-item.active .flipOutY.carousel-jello,
.carousel .carousel-item.active .carousel-jello.carousel-flipOutY,
.carousel .carousel-item.active .flipOutY.carousel-bounceIn,
.carousel .carousel-item.active .carousel-bounceIn.carousel-flipOutY,
.carousel .carousel-item.active .flipOutY.carousel-bounceInDown,
.carousel .carousel-item.active .carousel-bounceInDown.carousel-flipOutY,
.carousel .carousel-item.active .flipOutY.carousel-bounceInLeft,
.carousel .carousel-item.active .carousel-bounceInLeft.carousel-flipOutY,
.carousel .carousel-item.active .flipOutY.carousel-bounceInRight,
.carousel .carousel-item.active .carousel-bounceInRight.carousel-flipOutY,
.carousel .carousel-item.active .flipOutY.carousel-bounceInUp,
.carousel .carousel-item.active .carousel-bounceInUp.carousel-flipOutY,
.carousel .carousel-item.active .flipOutY.carousel-bounceOut,
.carousel .carousel-item.active .carousel-bounceOut.carousel-flipOutY,
.carousel .carousel-item.active .flipOutY.carousel-bounceOutDown,
.carousel .carousel-item.active .carousel-bounceOutDown.carousel-flipOutY,
.carousel .carousel-item.active .flipOutY.carousel-bounceOutLeft,
.carousel .carousel-item.active .carousel-bounceOutLeft.carousel-flipOutY,
.carousel .carousel-item.active .flipOutY.carousel-bounceOutRight,
.carousel .carousel-item.active .carousel-bounceOutRight.carousel-flipOutY,
.carousel .carousel-item.active .flipOutY.carousel-bounceOutUp,
.carousel .carousel-item.active .carousel-bounceOutUp.carousel-flipOutY,
.carousel .carousel-item.active .flipOutY.carousel-fadeIn,
.carousel .carousel-item.active .carousel-fadeIn.carousel-flipOutY,
.carousel .carousel-item.active .flipOutY.carousel-fadeInDown,
.carousel .carousel-item.active .carousel-fadeInDown.carousel-flipOutY,
.carousel .carousel-item.active .flipOutY.carousel-fadeInDownBig,
.carousel .carousel-item.active .carousel-fadeInDownBig.carousel-flipOutY,
.carousel .carousel-item.active .flipOutY.carousel-fadeInLeft,
.carousel .carousel-item.active .carousel-fadeInLeft.carousel-flipOutY,
.carousel .carousel-item.active .flipOutY.carousel-fadeInLeftBig,
.carousel .carousel-item.active .carousel-fadeInLeftBig.carousel-flipOutY,
.carousel .carousel-item.active .flipOutY.carousel-fadeInRight,
.carousel .carousel-item.active .carousel-fadeInRight.carousel-flipOutY,
.carousel .carousel-item.active .flipOutY.carousel-fadeInRightBig,
.carousel .carousel-item.active .carousel-fadeInRightBig.carousel-flipOutY,
.carousel .carousel-item.active .flipOutY.carousel-fadeInUp,
.carousel .carousel-item.active .carousel-fadeInUp.carousel-flipOutY,
.carousel .carousel-item.active .flipOutY.carousel-fadeInUpBig,
.carousel .carousel-item.active .carousel-fadeInUpBig.carousel-flipOutY,
.carousel .carousel-item.active .flipOutY.carousel-fadeOut,
.carousel .carousel-item.active .carousel-fadeOut.carousel-flipOutY,
.carousel .carousel-item.active .flipOutY.carousel-fadeOutDown,
.carousel .carousel-item.active .carousel-fadeOutDown.carousel-flipOutY,
.carousel .carousel-item.active .flipOutY.carousel-fadeOutDownBig,
.carousel .carousel-item.active .carousel-fadeOutDownBig.carousel-flipOutY,
.carousel .carousel-item.active .flipOutY.carousel-fadeOutLeft,
.carousel .carousel-item.active .carousel-fadeOutLeft.carousel-flipOutY,
.carousel .carousel-item.active .flipOutY.carousel-fadeOutLeftBig,
.carousel .carousel-item.active .carousel-fadeOutLeftBig.carousel-flipOutY,
.carousel .carousel-item.active .flipOutY.carousel-fadeOutRight,
.carousel .carousel-item.active .carousel-fadeOutRight.carousel-flipOutY,
.carousel .carousel-item.active .flipOutY.carousel-fadeOutRightBig,
.carousel .carousel-item.active .carousel-fadeOutRightBig.carousel-flipOutY,
.carousel .carousel-item.active .flipOutY.carousel-fadeOutUp,
.carousel .carousel-item.active .carousel-fadeOutUp.carousel-flipOutY,
.carousel .carousel-item.active .flipOutY.carousel-fadeOutUpBig,
.carousel .carousel-item.active .carousel-fadeOutUpBig.carousel-flipOutY,
.carousel .carousel-item.active .flipOutY.carousel-flip,
.carousel .carousel-item.active .carousel-flip.carousel-flipOutY,
.carousel .carousel-item.active .flipOutY.carousel-flipInX,
.carousel .carousel-item.active .carousel-flipInX.carousel-flipOutY,
.carousel .carousel-item.active .flipOutY.carousel-flipInY,
.carousel .carousel-item.active .carousel-flipInY.carousel-flipOutY,
.carousel .carousel-item.active .flipOutY.carousel-flipOutX,
.carousel .carousel-item.active .carousel-flipOutX.carousel-flipOutY,
.carousel .carousel-item.active .carousel-flipOutY,
.carousel .carousel-item.active .flipOutY.carousel-lightSpeedIn,
.carousel .carousel-item.active .carousel-lightSpeedIn.carousel-flipOutY,
.carousel .carousel-item.active .flipOutY.carousel-lightSpeedOut,
.carousel .carousel-item.active .carousel-lightSpeedOut.carousel-flipOutY,
.carousel .carousel-item.active .flipOutY.carousel-rotateIn,
.carousel .carousel-item.active .carousel-rotateIn.carousel-flipOutY,
.carousel .carousel-item.active .flipOutY.carousel-rotateInDownLeft,
.carousel .carousel-item.active .carousel-rotateInDownLeft.carousel-flipOutY,
.carousel .carousel-item.active .flipOutY.carousel-rotateInDownRight,
.carousel .carousel-item.active .carousel-rotateInDownRight.carousel-flipOutY,
.carousel .carousel-item.active .flipOutY.carousel-rotateInUpLeft,
.carousel .carousel-item.active .carousel-rotateInUpLeft.carousel-flipOutY,
.carousel .carousel-item.active .flipOutY.carousel-rotateInUpRight,
.carousel .carousel-item.active .carousel-rotateInUpRight.carousel-flipOutY,
.carousel .carousel-item.active .flipOutY.carousel-rotateOut,
.carousel .carousel-item.active .carousel-rotateOut.carousel-flipOutY,
.carousel .carousel-item.active .flipOutY.carousel-rotateOutDownLeft,
.carousel .carousel-item.active .carousel-rotateOutDownLeft.carousel-flipOutY,
.carousel .carousel-item.active .flipOutY.carousel-rotateOutDownRight,
.carousel .carousel-item.active .carousel-rotateOutDownRight.carousel-flipOutY,
.carousel .carousel-item.active .flipOutY.carousel-rotateOutUpLeft,
.carousel .carousel-item.active .carousel-rotateOutUpLeft.carousel-flipOutY,
.carousel .carousel-item.active .flipOutY.carousel-rotateOutUpRight,
.carousel .carousel-item.active .carousel-rotateOutUpRight.carousel-flipOutY,
.carousel .carousel-item.active .flipOutY.carousel-hinge,
.carousel .carousel-item.active .carousel-hinge.carousel-flipOutY,
.carousel .carousel-item.active .flipOutY.carousel-rollIn,
.carousel .carousel-item.active .carousel-rollIn.carousel-flipOutY,
.carousel .carousel-item.active .flipOutY.carousel-rollOut,
.carousel .carousel-item.active .carousel-rollOut.carousel-flipOutY,
.carousel .carousel-item.active .flipOutY.carousel-zoomIn,
.carousel .carousel-item.active .carousel-zoomIn.carousel-flipOutY,
.carousel .carousel-item.active .flipOutY.carousel-zoomInDown,
.carousel .carousel-item.active .carousel-zoomInDown.carousel-flipOutY,
.carousel .carousel-item.active .flipOutY.carousel-zoomInLeft,
.carousel .carousel-item.active .carousel-zoomInLeft.carousel-flipOutY,
.carousel .carousel-item.active .flipOutY.carousel-zoomInRight,
.carousel .carousel-item.active .carousel-zoomInRight.carousel-flipOutY,
.carousel .carousel-item.active .flipOutY.carousel-zoomInUp,
.carousel .carousel-item.active .carousel-zoomInUp.carousel-flipOutY,
.carousel .carousel-item.active .flipOutY.carousel-zoomOut,
.carousel .carousel-item.active .carousel-zoomOut.carousel-flipOutY,
.carousel .carousel-item.active .flipOutY.carousel-zoomOutDown,
.carousel .carousel-item.active .carousel-zoomOutDown.carousel-flipOutY,
.carousel .carousel-item.active .flipOutY.carousel-zoomOutLeft,
.carousel .carousel-item.active .carousel-zoomOutLeft.carousel-flipOutY,
.carousel .carousel-item.active .flipOutY.carousel-zoomOutRight,
.carousel .carousel-item.active .carousel-zoomOutRight.carousel-flipOutY,
.carousel .carousel-item.active .flipOutY.carousel-zoomOutUp,
.carousel .carousel-item.active .carousel-zoomOutUp.carousel-flipOutY,
.carousel .carousel-item.active .flipOutY.carousel-slideInDown,
.carousel .carousel-item.active .carousel-slideInDown.carousel-flipOutY,
.carousel .carousel-item.active .flipOutY.carousel-slideInLeft,
.carousel .carousel-item.active .carousel-slideInLeft.carousel-flipOutY,
.carousel .carousel-item.active .flipOutY.carousel-slideInRight,
.carousel .carousel-item.active .carousel-slideInRight.carousel-flipOutY,
.carousel .carousel-item.active .flipOutY.carousel-slideInUp,
.carousel .carousel-item.active .carousel-slideInUp.carousel-flipOutY,
.carousel .carousel-item.active .flipOutY.carousel-slideOutDown,
.carousel .carousel-item.active .carousel-slideOutDown.carousel-flipOutY,
.carousel .carousel-item.active .flipOutY.carousel-slideOutLeft,
.carousel .carousel-item.active .carousel-slideOutLeft.carousel-flipOutY,
.carousel .carousel-item.active .flipOutY.carousel-slideOutRight,
.carousel .carousel-item.active .carousel-slideOutRight.carousel-flipOutY,
.carousel .carousel-item.active .flipOutY.carousel-slideOutUp,
.carousel .carousel-item.active .carousel-slideOutUp.carousel-flipOutY,
.open > .flipOutY.dropdown-menu-bounce,
.carousel .carousel-item.active .open > .dropdown-menu-bounce.carousel-flipOutY,
.open > .flipOutY.dropdown-menu-flash,
.carousel .carousel-item.active .open > .dropdown-menu-flash.carousel-flipOutY,
.open > .flipOutY.dropdown-menu-pulse,
.carousel .carousel-item.active .open > .dropdown-menu-pulse.carousel-flipOutY,
.open > .flipOutY.dropdown-menu-rubberBand,
.carousel .carousel-item.active .open > .dropdown-menu-rubberBand.carousel-flipOutY,
.open > .flipOutY.dropdown-menu-shake,
.carousel .carousel-item.active .open > .dropdown-menu-shake.carousel-flipOutY,
.open > .flipOutY.dropdown-menu-headShake,
.carousel .carousel-item.active .open > .dropdown-menu-headShake.carousel-flipOutY,
.open > .flipOutY.dropdown-menu-swing,
.carousel .carousel-item.active .open > .dropdown-menu-swing.carousel-flipOutY,
.open > .flipOutY.dropdown-menu-tada,
.carousel .carousel-item.active .open > .dropdown-menu-tada.carousel-flipOutY,
.open > .flipOutY.dropdown-menu-wobble,
.carousel .carousel-item.active .open > .dropdown-menu-wobble.carousel-flipOutY,
.open > .flipOutY.dropdown-menu-jello,
.carousel .carousel-item.active .open > .dropdown-menu-jello.carousel-flipOutY,
.open > .flipOutY.dropdown-menu-bounceIn,
.carousel .carousel-item.active .open > .dropdown-menu-bounceIn.carousel-flipOutY,
.open > .flipOutY.dropdown-menu-bounceInDown,
.carousel .carousel-item.active .open > .dropdown-menu-bounceInDown.carousel-flipOutY,
.open > .flipOutY.dropdown-menu-bounceInLeft,
.carousel .carousel-item.active .open > .dropdown-menu-bounceInLeft.carousel-flipOutY,
.open > .flipOutY.dropdown-menu-bounceInRight,
.carousel .carousel-item.active .open > .dropdown-menu-bounceInRight.carousel-flipOutY,
.open > .flipOutY.dropdown-menu-bounceInUp,
.carousel .carousel-item.active .open > .dropdown-menu-bounceInUp.carousel-flipOutY,
.open > .flipOutY.dropdown-menu-fadeIn,
.carousel .carousel-item.active .open > .dropdown-menu-fadeIn.carousel-flipOutY,
.open > .flipOutY.dropdown-menu-fadeInDown,
.carousel .carousel-item.active .open > .dropdown-menu-fadeInDown.carousel-flipOutY,
.open > .flipOutY.dropdown-menu-fadeInDownBig,
.carousel .carousel-item.active .open > .dropdown-menu-fadeInDownBig.carousel-flipOutY,
.open > .flipOutY.dropdown-menu-fadeInLeft,
.carousel .carousel-item.active .open > .dropdown-menu-fadeInLeft.carousel-flipOutY,
.open > .flipOutY.dropdown-menu-fadeInLeftBig,
.carousel .carousel-item.active .open > .dropdown-menu-fadeInLeftBig.carousel-flipOutY,
.open > .flipOutY.dropdown-menu-fadeInRight,
.carousel .carousel-item.active .open > .dropdown-menu-fadeInRight.carousel-flipOutY,
.open > .flipOutY.dropdown-menu-fadeInRightBig,
.carousel .carousel-item.active .open > .dropdown-menu-fadeInRightBig.carousel-flipOutY,
.open > .flipOutY.dropdown-menu-fadeInUp,
.carousel .carousel-item.active .open > .dropdown-menu-fadeInUp.carousel-flipOutY,
.open > .flipOutY.dropdown-menu-fadeInUpBig,
.carousel .carousel-item.active .open > .dropdown-menu-fadeInUpBig.carousel-flipOutY,
.open > .flipOutY.dropdown-menu-lightSpeedIn,
.carousel .carousel-item.active .open > .dropdown-menu-lightSpeedIn.carousel-flipOutY,
.open > .flipOutY.dropdown-menu-lightSpeedOut,
.carousel .carousel-item.active .open > .dropdown-menu-lightSpeedOut.carousel-flipOutY,
.open > .flipOutY.dropdown-menu-slideInDown,
.carousel .carousel-item.active .open > .dropdown-menu-slideInDown.carousel-flipOutY,
.open > .flipOutY.dropdown-menu-slideInLeft,
.carousel .carousel-item.active .open > .dropdown-menu-slideInLeft.carousel-flipOutY,
.open > .flipOutY.dropdown-menu-slideInRight,
.carousel .carousel-item.active .open > .dropdown-menu-slideInRight.carousel-flipOutY,
.open > .flipOutY.dropdown-menu-slideInUp,
.carousel .carousel-item.active .open > .dropdown-menu-slideInUp.carousel-flipOutY,
.animated.bounceIn,
.carousel .carousel-item.active .bounceIn.carousel-bounce,
.carousel .carousel-item.active .carousel-bounce.carousel-bounceIn,
.carousel .carousel-item.active .open > .carousel-bounce.dropdown-menu-bounceIn,
.carousel .carousel-item.active .bounceIn.carousel-flash,
.carousel .carousel-item.active .carousel-flash.carousel-bounceIn,
.carousel .carousel-item.active .open > .carousel-flash.dropdown-menu-bounceIn,
.carousel .carousel-item.active .bounceIn.carousel-pulse,
.carousel .carousel-item.active .carousel-pulse.carousel-bounceIn,
.carousel .carousel-item.active .open > .carousel-pulse.dropdown-menu-bounceIn,
.carousel .carousel-item.active .bounceIn.carousel-rubberBand,
.carousel .carousel-item.active .carousel-rubberBand.carousel-bounceIn,
.carousel .carousel-item.active .open > .carousel-rubberBand.dropdown-menu-bounceIn,
.carousel .carousel-item.active .bounceIn.carousel-shake,
.carousel .carousel-item.active .carousel-shake.carousel-bounceIn,
.carousel .carousel-item.active .open > .carousel-shake.dropdown-menu-bounceIn,
.carousel .carousel-item.active .bounceIn.carousel-headShake,
.carousel .carousel-item.active .carousel-headShake.carousel-bounceIn,
.carousel .carousel-item.active .open > .carousel-headShake.dropdown-menu-bounceIn,
.carousel .carousel-item.active .bounceIn.carousel-swing,
.carousel .carousel-item.active .carousel-swing.carousel-bounceIn,
.carousel .carousel-item.active .open > .carousel-swing.dropdown-menu-bounceIn,
.carousel .carousel-item.active .bounceIn.carousel-tada,
.carousel .carousel-item.active .carousel-tada.carousel-bounceIn,
.carousel .carousel-item.active .open > .carousel-tada.dropdown-menu-bounceIn,
.carousel .carousel-item.active .bounceIn.carousel-wobble,
.carousel .carousel-item.active .carousel-wobble.carousel-bounceIn,
.carousel .carousel-item.active .open > .carousel-wobble.dropdown-menu-bounceIn,
.carousel .carousel-item.active .bounceIn.carousel-jello,
.carousel .carousel-item.active .carousel-jello.carousel-bounceIn,
.carousel .carousel-item.active .open > .carousel-jello.dropdown-menu-bounceIn,
.carousel .carousel-item.active .carousel-bounceIn,
.carousel .carousel-item.active .bounceIn.carousel-bounceInDown,
.carousel .carousel-item.active .carousel-bounceInDown.carousel-bounceIn,
.carousel .carousel-item.active .open > .carousel-bounceInDown.dropdown-menu-bounceIn,
.carousel .carousel-item.active .bounceIn.carousel-bounceInLeft,
.carousel .carousel-item.active .carousel-bounceInLeft.carousel-bounceIn,
.carousel .carousel-item.active .open > .carousel-bounceInLeft.dropdown-menu-bounceIn,
.carousel .carousel-item.active .bounceIn.carousel-bounceInRight,
.carousel .carousel-item.active .carousel-bounceInRight.carousel-bounceIn,
.carousel .carousel-item.active .open > .carousel-bounceInRight.dropdown-menu-bounceIn,
.carousel .carousel-item.active .bounceIn.carousel-bounceInUp,
.carousel .carousel-item.active .carousel-bounceInUp.carousel-bounceIn,
.carousel .carousel-item.active .open > .carousel-bounceInUp.dropdown-menu-bounceIn,
.carousel .carousel-item.active .bounceIn.carousel-bounceOut,
.carousel .carousel-item.active .carousel-bounceOut.carousel-bounceIn,
.carousel .carousel-item.active .open > .carousel-bounceOut.dropdown-menu-bounceIn,
.carousel .carousel-item.active .bounceIn.carousel-bounceOutDown,
.carousel .carousel-item.active .carousel-bounceOutDown.carousel-bounceIn,
.carousel .carousel-item.active .open > .carousel-bounceOutDown.dropdown-menu-bounceIn,
.carousel .carousel-item.active .bounceIn.carousel-bounceOutLeft,
.carousel .carousel-item.active .carousel-bounceOutLeft.carousel-bounceIn,
.carousel .carousel-item.active .open > .carousel-bounceOutLeft.dropdown-menu-bounceIn,
.carousel .carousel-item.active .bounceIn.carousel-bounceOutRight,
.carousel .carousel-item.active .carousel-bounceOutRight.carousel-bounceIn,
.carousel .carousel-item.active .open > .carousel-bounceOutRight.dropdown-menu-bounceIn,
.carousel .carousel-item.active .bounceIn.carousel-bounceOutUp,
.carousel .carousel-item.active .carousel-bounceOutUp.carousel-bounceIn,
.carousel .carousel-item.active .open > .carousel-bounceOutUp.dropdown-menu-bounceIn,
.carousel .carousel-item.active .bounceIn.carousel-fadeIn,
.carousel .carousel-item.active .carousel-fadeIn.carousel-bounceIn,
.carousel .carousel-item.active .open > .carousel-fadeIn.dropdown-menu-bounceIn,
.carousel .carousel-item.active .bounceIn.carousel-fadeInDown,
.carousel .carousel-item.active .carousel-fadeInDown.carousel-bounceIn,
.carousel .carousel-item.active .open > .carousel-fadeInDown.dropdown-menu-bounceIn,
.carousel .carousel-item.active .bounceIn.carousel-fadeInDownBig,
.carousel .carousel-item.active .carousel-fadeInDownBig.carousel-bounceIn,
.carousel .carousel-item.active .open > .carousel-fadeInDownBig.dropdown-menu-bounceIn,
.carousel .carousel-item.active .bounceIn.carousel-fadeInLeft,
.carousel .carousel-item.active .carousel-fadeInLeft.carousel-bounceIn,
.carousel .carousel-item.active .open > .carousel-fadeInLeft.dropdown-menu-bounceIn,
.carousel .carousel-item.active .bounceIn.carousel-fadeInLeftBig,
.carousel .carousel-item.active .carousel-fadeInLeftBig.carousel-bounceIn,
.carousel .carousel-item.active .open > .carousel-fadeInLeftBig.dropdown-menu-bounceIn,
.carousel .carousel-item.active .bounceIn.carousel-fadeInRight,
.carousel .carousel-item.active .carousel-fadeInRight.carousel-bounceIn,
.carousel .carousel-item.active .open > .carousel-fadeInRight.dropdown-menu-bounceIn,
.carousel .carousel-item.active .bounceIn.carousel-fadeInRightBig,
.carousel .carousel-item.active .carousel-fadeInRightBig.carousel-bounceIn,
.carousel .carousel-item.active .open > .carousel-fadeInRightBig.dropdown-menu-bounceIn,
.carousel .carousel-item.active .bounceIn.carousel-fadeInUp,
.carousel .carousel-item.active .carousel-fadeInUp.carousel-bounceIn,
.carousel .carousel-item.active .open > .carousel-fadeInUp.dropdown-menu-bounceIn,
.carousel .carousel-item.active .bounceIn.carousel-fadeInUpBig,
.carousel .carousel-item.active .carousel-fadeInUpBig.carousel-bounceIn,
.carousel .carousel-item.active .open > .carousel-fadeInUpBig.dropdown-menu-bounceIn,
.carousel .carousel-item.active .bounceIn.carousel-fadeOut,
.carousel .carousel-item.active .carousel-fadeOut.carousel-bounceIn,
.carousel .carousel-item.active .open > .carousel-fadeOut.dropdown-menu-bounceIn,
.carousel .carousel-item.active .bounceIn.carousel-fadeOutDown,
.carousel .carousel-item.active .carousel-fadeOutDown.carousel-bounceIn,
.carousel .carousel-item.active .open > .carousel-fadeOutDown.dropdown-menu-bounceIn,
.carousel .carousel-item.active .bounceIn.carousel-fadeOutDownBig,
.carousel .carousel-item.active .carousel-fadeOutDownBig.carousel-bounceIn,
.carousel .carousel-item.active .open > .carousel-fadeOutDownBig.dropdown-menu-bounceIn,
.carousel .carousel-item.active .bounceIn.carousel-fadeOutLeft,
.carousel .carousel-item.active .carousel-fadeOutLeft.carousel-bounceIn,
.carousel .carousel-item.active .open > .carousel-fadeOutLeft.dropdown-menu-bounceIn,
.carousel .carousel-item.active .bounceIn.carousel-fadeOutLeftBig,
.carousel .carousel-item.active .carousel-fadeOutLeftBig.carousel-bounceIn,
.carousel .carousel-item.active .open > .carousel-fadeOutLeftBig.dropdown-menu-bounceIn,
.carousel .carousel-item.active .bounceIn.carousel-fadeOutRight,
.carousel .carousel-item.active .carousel-fadeOutRight.carousel-bounceIn,
.carousel .carousel-item.active .open > .carousel-fadeOutRight.dropdown-menu-bounceIn,
.carousel .carousel-item.active .bounceIn.carousel-fadeOutRightBig,
.carousel .carousel-item.active .carousel-fadeOutRightBig.carousel-bounceIn,
.carousel .carousel-item.active .open > .carousel-fadeOutRightBig.dropdown-menu-bounceIn,
.carousel .carousel-item.active .bounceIn.carousel-fadeOutUp,
.carousel .carousel-item.active .carousel-fadeOutUp.carousel-bounceIn,
.carousel .carousel-item.active .open > .carousel-fadeOutUp.dropdown-menu-bounceIn,
.carousel .carousel-item.active .bounceIn.carousel-fadeOutUpBig,
.carousel .carousel-item.active .carousel-fadeOutUpBig.carousel-bounceIn,
.carousel .carousel-item.active .open > .carousel-fadeOutUpBig.dropdown-menu-bounceIn,
.carousel .carousel-item.active .bounceIn.carousel-flip,
.carousel .carousel-item.active .carousel-flip.carousel-bounceIn,
.carousel .carousel-item.active .open > .carousel-flip.dropdown-menu-bounceIn,
.carousel .carousel-item.active .bounceIn.carousel-flipInX,
.carousel .carousel-item.active .carousel-flipInX.carousel-bounceIn,
.carousel .carousel-item.active .open > .carousel-flipInX.dropdown-menu-bounceIn,
.carousel .carousel-item.active .bounceIn.carousel-flipInY,
.carousel .carousel-item.active .carousel-flipInY.carousel-bounceIn,
.carousel .carousel-item.active .open > .carousel-flipInY.dropdown-menu-bounceIn,
.carousel .carousel-item.active .bounceIn.carousel-flipOutX,
.carousel .carousel-item.active .carousel-flipOutX.carousel-bounceIn,
.carousel .carousel-item.active .open > .carousel-flipOutX.dropdown-menu-bounceIn,
.carousel .carousel-item.active .bounceIn.carousel-flipOutY,
.carousel .carousel-item.active .carousel-flipOutY.carousel-bounceIn,
.carousel .carousel-item.active .open > .carousel-flipOutY.dropdown-menu-bounceIn,
.carousel .carousel-item.active .bounceIn.carousel-lightSpeedIn,
.carousel .carousel-item.active .carousel-lightSpeedIn.carousel-bounceIn,
.carousel .carousel-item.active .open > .carousel-lightSpeedIn.dropdown-menu-bounceIn,
.carousel .carousel-item.active .bounceIn.carousel-lightSpeedOut,
.carousel .carousel-item.active .carousel-lightSpeedOut.carousel-bounceIn,
.carousel .carousel-item.active .open > .carousel-lightSpeedOut.dropdown-menu-bounceIn,
.carousel .carousel-item.active .bounceIn.carousel-rotateIn,
.carousel .carousel-item.active .carousel-rotateIn.carousel-bounceIn,
.carousel .carousel-item.active .open > .carousel-rotateIn.dropdown-menu-bounceIn,
.carousel .carousel-item.active .bounceIn.carousel-rotateInDownLeft,
.carousel .carousel-item.active .carousel-rotateInDownLeft.carousel-bounceIn,
.carousel .carousel-item.active .open > .carousel-rotateInDownLeft.dropdown-menu-bounceIn,
.carousel .carousel-item.active .bounceIn.carousel-rotateInDownRight,
.carousel .carousel-item.active .carousel-rotateInDownRight.carousel-bounceIn,
.carousel .carousel-item.active .open > .carousel-rotateInDownRight.dropdown-menu-bounceIn,
.carousel .carousel-item.active .bounceIn.carousel-rotateInUpLeft,
.carousel .carousel-item.active .carousel-rotateInUpLeft.carousel-bounceIn,
.carousel .carousel-item.active .open > .carousel-rotateInUpLeft.dropdown-menu-bounceIn,
.carousel .carousel-item.active .bounceIn.carousel-rotateInUpRight,
.carousel .carousel-item.active .carousel-rotateInUpRight.carousel-bounceIn,
.carousel .carousel-item.active .open > .carousel-rotateInUpRight.dropdown-menu-bounceIn,
.carousel .carousel-item.active .bounceIn.carousel-rotateOut,
.carousel .carousel-item.active .carousel-rotateOut.carousel-bounceIn,
.carousel .carousel-item.active .open > .carousel-rotateOut.dropdown-menu-bounceIn,
.carousel .carousel-item.active .bounceIn.carousel-rotateOutDownLeft,
.carousel .carousel-item.active .carousel-rotateOutDownLeft.carousel-bounceIn,
.carousel .carousel-item.active .open > .carousel-rotateOutDownLeft.dropdown-menu-bounceIn,
.carousel .carousel-item.active .bounceIn.carousel-rotateOutDownRight,
.carousel .carousel-item.active .carousel-rotateOutDownRight.carousel-bounceIn,
.carousel .carousel-item.active .open > .carousel-rotateOutDownRight.dropdown-menu-bounceIn,
.carousel .carousel-item.active .bounceIn.carousel-rotateOutUpLeft,
.carousel .carousel-item.active .carousel-rotateOutUpLeft.carousel-bounceIn,
.carousel .carousel-item.active .open > .carousel-rotateOutUpLeft.dropdown-menu-bounceIn,
.carousel .carousel-item.active .bounceIn.carousel-rotateOutUpRight,
.carousel .carousel-item.active .carousel-rotateOutUpRight.carousel-bounceIn,
.carousel .carousel-item.active .open > .carousel-rotateOutUpRight.dropdown-menu-bounceIn,
.carousel .carousel-item.active .bounceIn.carousel-hinge,
.carousel .carousel-item.active .carousel-hinge.carousel-bounceIn,
.carousel .carousel-item.active .open > .carousel-hinge.dropdown-menu-bounceIn,
.carousel .carousel-item.active .bounceIn.carousel-rollIn,
.carousel .carousel-item.active .carousel-rollIn.carousel-bounceIn,
.carousel .carousel-item.active .open > .carousel-rollIn.dropdown-menu-bounceIn,
.carousel .carousel-item.active .bounceIn.carousel-rollOut,
.carousel .carousel-item.active .carousel-rollOut.carousel-bounceIn,
.carousel .carousel-item.active .open > .carousel-rollOut.dropdown-menu-bounceIn,
.carousel .carousel-item.active .bounceIn.carousel-zoomIn,
.carousel .carousel-item.active .carousel-zoomIn.carousel-bounceIn,
.carousel .carousel-item.active .open > .carousel-zoomIn.dropdown-menu-bounceIn,
.carousel .carousel-item.active .bounceIn.carousel-zoomInDown,
.carousel .carousel-item.active .carousel-zoomInDown.carousel-bounceIn,
.carousel .carousel-item.active .open > .carousel-zoomInDown.dropdown-menu-bounceIn,
.carousel .carousel-item.active .bounceIn.carousel-zoomInLeft,
.carousel .carousel-item.active .carousel-zoomInLeft.carousel-bounceIn,
.carousel .carousel-item.active .open > .carousel-zoomInLeft.dropdown-menu-bounceIn,
.carousel .carousel-item.active .bounceIn.carousel-zoomInRight,
.carousel .carousel-item.active .carousel-zoomInRight.carousel-bounceIn,
.carousel .carousel-item.active .open > .carousel-zoomInRight.dropdown-menu-bounceIn,
.carousel .carousel-item.active .bounceIn.carousel-zoomInUp,
.carousel .carousel-item.active .carousel-zoomInUp.carousel-bounceIn,
.carousel .carousel-item.active .open > .carousel-zoomInUp.dropdown-menu-bounceIn,
.carousel .carousel-item.active .bounceIn.carousel-zoomOut,
.carousel .carousel-item.active .carousel-zoomOut.carousel-bounceIn,
.carousel .carousel-item.active .open > .carousel-zoomOut.dropdown-menu-bounceIn,
.carousel .carousel-item.active .bounceIn.carousel-zoomOutDown,
.carousel .carousel-item.active .carousel-zoomOutDown.carousel-bounceIn,
.carousel .carousel-item.active .open > .carousel-zoomOutDown.dropdown-menu-bounceIn,
.carousel .carousel-item.active .bounceIn.carousel-zoomOutLeft,
.carousel .carousel-item.active .carousel-zoomOutLeft.carousel-bounceIn,
.carousel .carousel-item.active .open > .carousel-zoomOutLeft.dropdown-menu-bounceIn,
.carousel .carousel-item.active .bounceIn.carousel-zoomOutRight,
.carousel .carousel-item.active .carousel-zoomOutRight.carousel-bounceIn,
.carousel .carousel-item.active .open > .carousel-zoomOutRight.dropdown-menu-bounceIn,
.carousel .carousel-item.active .bounceIn.carousel-zoomOutUp,
.carousel .carousel-item.active .carousel-zoomOutUp.carousel-bounceIn,
.carousel .carousel-item.active .open > .carousel-zoomOutUp.dropdown-menu-bounceIn,
.carousel .carousel-item.active .bounceIn.carousel-slideInDown,
.carousel .carousel-item.active .carousel-slideInDown.carousel-bounceIn,
.carousel .carousel-item.active .open > .carousel-slideInDown.dropdown-menu-bounceIn,
.carousel .carousel-item.active .bounceIn.carousel-slideInLeft,
.carousel .carousel-item.active .carousel-slideInLeft.carousel-bounceIn,
.carousel .carousel-item.active .open > .carousel-slideInLeft.dropdown-menu-bounceIn,
.carousel .carousel-item.active .bounceIn.carousel-slideInRight,
.carousel .carousel-item.active .carousel-slideInRight.carousel-bounceIn,
.carousel .carousel-item.active .open > .carousel-slideInRight.dropdown-menu-bounceIn,
.carousel .carousel-item.active .bounceIn.carousel-slideInUp,
.carousel .carousel-item.active .carousel-slideInUp.carousel-bounceIn,
.carousel .carousel-item.active .open > .carousel-slideInUp.dropdown-menu-bounceIn,
.carousel .carousel-item.active .bounceIn.carousel-slideOutDown,
.carousel .carousel-item.active .carousel-slideOutDown.carousel-bounceIn,
.carousel .carousel-item.active .open > .carousel-slideOutDown.dropdown-menu-bounceIn,
.carousel .carousel-item.active .bounceIn.carousel-slideOutLeft,
.carousel .carousel-item.active .carousel-slideOutLeft.carousel-bounceIn,
.carousel .carousel-item.active .open > .carousel-slideOutLeft.dropdown-menu-bounceIn,
.carousel .carousel-item.active .bounceIn.carousel-slideOutRight,
.carousel .carousel-item.active .carousel-slideOutRight.carousel-bounceIn,
.carousel .carousel-item.active .open > .carousel-slideOutRight.dropdown-menu-bounceIn,
.carousel .carousel-item.active .bounceIn.carousel-slideOutUp,
.carousel .carousel-item.active .carousel-slideOutUp.carousel-bounceIn,
.carousel .carousel-item.active .open > .carousel-slideOutUp.dropdown-menu-bounceIn,
.open > .bounceIn.dropdown-menu-bounce,
.carousel .carousel-item.active .open > .dropdown-menu-bounce.carousel-bounceIn,
.open > .dropdown-menu-bounce.dropdown-menu-bounceIn,
.open > .bounceIn.dropdown-menu-flash,
.carousel .carousel-item.active .open > .dropdown-menu-flash.carousel-bounceIn,
.open > .dropdown-menu-flash.dropdown-menu-bounceIn,
.open > .bounceIn.dropdown-menu-pulse,
.carousel .carousel-item.active .open > .dropdown-menu-pulse.carousel-bounceIn,
.open > .dropdown-menu-pulse.dropdown-menu-bounceIn,
.open > .bounceIn.dropdown-menu-rubberBand,
.carousel .carousel-item.active .open > .dropdown-menu-rubberBand.carousel-bounceIn,
.open > .dropdown-menu-rubberBand.dropdown-menu-bounceIn,
.open > .bounceIn.dropdown-menu-shake,
.carousel .carousel-item.active .open > .dropdown-menu-shake.carousel-bounceIn,
.open > .dropdown-menu-shake.dropdown-menu-bounceIn,
.open > .bounceIn.dropdown-menu-headShake,
.carousel .carousel-item.active .open > .dropdown-menu-headShake.carousel-bounceIn,
.open > .dropdown-menu-headShake.dropdown-menu-bounceIn,
.open > .bounceIn.dropdown-menu-swing,
.carousel .carousel-item.active .open > .dropdown-menu-swing.carousel-bounceIn,
.open > .dropdown-menu-swing.dropdown-menu-bounceIn,
.open > .bounceIn.dropdown-menu-tada,
.carousel .carousel-item.active .open > .dropdown-menu-tada.carousel-bounceIn,
.open > .dropdown-menu-tada.dropdown-menu-bounceIn,
.open > .bounceIn.dropdown-menu-wobble,
.carousel .carousel-item.active .open > .dropdown-menu-wobble.carousel-bounceIn,
.open > .dropdown-menu-wobble.dropdown-menu-bounceIn,
.open > .bounceIn.dropdown-menu-jello,
.carousel .carousel-item.active .open > .dropdown-menu-jello.carousel-bounceIn,
.open > .dropdown-menu-jello.dropdown-menu-bounceIn,
.open > .dropdown-menu-bounceIn,
.open > .bounceIn.dropdown-menu-bounceInDown,
.carousel .carousel-item.active .open > .dropdown-menu-bounceInDown.carousel-bounceIn,
.open > .dropdown-menu-bounceInDown.dropdown-menu-bounceIn,
.open > .bounceIn.dropdown-menu-bounceInLeft,
.carousel .carousel-item.active .open > .dropdown-menu-bounceInLeft.carousel-bounceIn,
.open > .dropdown-menu-bounceInLeft.dropdown-menu-bounceIn,
.open > .bounceIn.dropdown-menu-bounceInRight,
.carousel .carousel-item.active .open > .dropdown-menu-bounceInRight.carousel-bounceIn,
.open > .dropdown-menu-bounceInRight.dropdown-menu-bounceIn,
.open > .bounceIn.dropdown-menu-bounceInUp,
.carousel .carousel-item.active .open > .dropdown-menu-bounceInUp.carousel-bounceIn,
.open > .dropdown-menu-bounceInUp.dropdown-menu-bounceIn,
.open > .bounceIn.dropdown-menu-fadeIn,
.carousel .carousel-item.active .open > .dropdown-menu-fadeIn.carousel-bounceIn,
.open > .dropdown-menu-fadeIn.dropdown-menu-bounceIn,
.open > .bounceIn.dropdown-menu-fadeInDown,
.carousel .carousel-item.active .open > .dropdown-menu-fadeInDown.carousel-bounceIn,
.open > .dropdown-menu-fadeInDown.dropdown-menu-bounceIn,
.open > .bounceIn.dropdown-menu-fadeInDownBig,
.carousel .carousel-item.active .open > .dropdown-menu-fadeInDownBig.carousel-bounceIn,
.open > .dropdown-menu-fadeInDownBig.dropdown-menu-bounceIn,
.open > .bounceIn.dropdown-menu-fadeInLeft,
.carousel .carousel-item.active .open > .dropdown-menu-fadeInLeft.carousel-bounceIn,
.open > .dropdown-menu-fadeInLeft.dropdown-menu-bounceIn,
.open > .bounceIn.dropdown-menu-fadeInLeftBig,
.carousel .carousel-item.active .open > .dropdown-menu-fadeInLeftBig.carousel-bounceIn,
.open > .dropdown-menu-fadeInLeftBig.dropdown-menu-bounceIn,
.open > .bounceIn.dropdown-menu-fadeInRight,
.carousel .carousel-item.active .open > .dropdown-menu-fadeInRight.carousel-bounceIn,
.open > .dropdown-menu-fadeInRight.dropdown-menu-bounceIn,
.open > .bounceIn.dropdown-menu-fadeInRightBig,
.carousel .carousel-item.active .open > .dropdown-menu-fadeInRightBig.carousel-bounceIn,
.open > .dropdown-menu-fadeInRightBig.dropdown-menu-bounceIn,
.open > .bounceIn.dropdown-menu-fadeInUp,
.carousel .carousel-item.active .open > .dropdown-menu-fadeInUp.carousel-bounceIn,
.open > .dropdown-menu-fadeInUp.dropdown-menu-bounceIn,
.open > .bounceIn.dropdown-menu-fadeInUpBig,
.carousel .carousel-item.active .open > .dropdown-menu-fadeInUpBig.carousel-bounceIn,
.open > .dropdown-menu-fadeInUpBig.dropdown-menu-bounceIn,
.open > .bounceIn.dropdown-menu-lightSpeedIn,
.carousel .carousel-item.active .open > .dropdown-menu-lightSpeedIn.carousel-bounceIn,
.open > .dropdown-menu-lightSpeedIn.dropdown-menu-bounceIn,
.open > .bounceIn.dropdown-menu-lightSpeedOut,
.carousel .carousel-item.active .open > .dropdown-menu-lightSpeedOut.carousel-bounceIn,
.open > .dropdown-menu-lightSpeedOut.dropdown-menu-bounceIn,
.open > .bounceIn.dropdown-menu-slideInDown,
.carousel .carousel-item.active .open > .dropdown-menu-slideInDown.carousel-bounceIn,
.open > .dropdown-menu-slideInDown.dropdown-menu-bounceIn,
.open > .bounceIn.dropdown-menu-slideInLeft,
.carousel .carousel-item.active .open > .dropdown-menu-slideInLeft.carousel-bounceIn,
.open > .dropdown-menu-slideInLeft.dropdown-menu-bounceIn,
.open > .bounceIn.dropdown-menu-slideInRight,
.carousel .carousel-item.active .open > .dropdown-menu-slideInRight.carousel-bounceIn,
.open > .dropdown-menu-slideInRight.dropdown-menu-bounceIn,
.open > .bounceIn.dropdown-menu-slideInUp,
.carousel .carousel-item.active .open > .dropdown-menu-slideInUp.carousel-bounceIn,
.open > .dropdown-menu-slideInUp.dropdown-menu-bounceIn,
.animated.bounceOut,
.carousel .carousel-item.active .bounceOut.carousel-bounce,
.carousel .carousel-item.active .carousel-bounce.carousel-bounceOut,
.carousel .carousel-item.active .bounceOut.carousel-flash,
.carousel .carousel-item.active .carousel-flash.carousel-bounceOut,
.carousel .carousel-item.active .bounceOut.carousel-pulse,
.carousel .carousel-item.active .carousel-pulse.carousel-bounceOut,
.carousel .carousel-item.active .bounceOut.carousel-rubberBand,
.carousel .carousel-item.active .carousel-rubberBand.carousel-bounceOut,
.carousel .carousel-item.active .bounceOut.carousel-shake,
.carousel .carousel-item.active .carousel-shake.carousel-bounceOut,
.carousel .carousel-item.active .bounceOut.carousel-headShake,
.carousel .carousel-item.active .carousel-headShake.carousel-bounceOut,
.carousel .carousel-item.active .bounceOut.carousel-swing,
.carousel .carousel-item.active .carousel-swing.carousel-bounceOut,
.carousel .carousel-item.active .bounceOut.carousel-tada,
.carousel .carousel-item.active .carousel-tada.carousel-bounceOut,
.carousel .carousel-item.active .bounceOut.carousel-wobble,
.carousel .carousel-item.active .carousel-wobble.carousel-bounceOut,
.carousel .carousel-item.active .bounceOut.carousel-jello,
.carousel .carousel-item.active .carousel-jello.carousel-bounceOut,
.carousel .carousel-item.active .bounceOut.carousel-bounceIn,
.carousel .carousel-item.active .carousel-bounceIn.carousel-bounceOut,
.carousel .carousel-item.active .bounceOut.carousel-bounceInDown,
.carousel .carousel-item.active .carousel-bounceInDown.carousel-bounceOut,
.carousel .carousel-item.active .bounceOut.carousel-bounceInLeft,
.carousel .carousel-item.active .carousel-bounceInLeft.carousel-bounceOut,
.carousel .carousel-item.active .bounceOut.carousel-bounceInRight,
.carousel .carousel-item.active .carousel-bounceInRight.carousel-bounceOut,
.carousel .carousel-item.active .bounceOut.carousel-bounceInUp,
.carousel .carousel-item.active .carousel-bounceInUp.carousel-bounceOut,
.carousel .carousel-item.active .carousel-bounceOut,
.carousel .carousel-item.active .bounceOut.carousel-bounceOutDown,
.carousel .carousel-item.active .carousel-bounceOutDown.carousel-bounceOut,
.carousel .carousel-item.active .bounceOut.carousel-bounceOutLeft,
.carousel .carousel-item.active .carousel-bounceOutLeft.carousel-bounceOut,
.carousel .carousel-item.active .bounceOut.carousel-bounceOutRight,
.carousel .carousel-item.active .carousel-bounceOutRight.carousel-bounceOut,
.carousel .carousel-item.active .bounceOut.carousel-bounceOutUp,
.carousel .carousel-item.active .carousel-bounceOutUp.carousel-bounceOut,
.carousel .carousel-item.active .bounceOut.carousel-fadeIn,
.carousel .carousel-item.active .carousel-fadeIn.carousel-bounceOut,
.carousel .carousel-item.active .bounceOut.carousel-fadeInDown,
.carousel .carousel-item.active .carousel-fadeInDown.carousel-bounceOut,
.carousel .carousel-item.active .bounceOut.carousel-fadeInDownBig,
.carousel .carousel-item.active .carousel-fadeInDownBig.carousel-bounceOut,
.carousel .carousel-item.active .bounceOut.carousel-fadeInLeft,
.carousel .carousel-item.active .carousel-fadeInLeft.carousel-bounceOut,
.carousel .carousel-item.active .bounceOut.carousel-fadeInLeftBig,
.carousel .carousel-item.active .carousel-fadeInLeftBig.carousel-bounceOut,
.carousel .carousel-item.active .bounceOut.carousel-fadeInRight,
.carousel .carousel-item.active .carousel-fadeInRight.carousel-bounceOut,
.carousel .carousel-item.active .bounceOut.carousel-fadeInRightBig,
.carousel .carousel-item.active .carousel-fadeInRightBig.carousel-bounceOut,
.carousel .carousel-item.active .bounceOut.carousel-fadeInUp,
.carousel .carousel-item.active .carousel-fadeInUp.carousel-bounceOut,
.carousel .carousel-item.active .bounceOut.carousel-fadeInUpBig,
.carousel .carousel-item.active .carousel-fadeInUpBig.carousel-bounceOut,
.carousel .carousel-item.active .bounceOut.carousel-fadeOut,
.carousel .carousel-item.active .carousel-fadeOut.carousel-bounceOut,
.carousel .carousel-item.active .bounceOut.carousel-fadeOutDown,
.carousel .carousel-item.active .carousel-fadeOutDown.carousel-bounceOut,
.carousel .carousel-item.active .bounceOut.carousel-fadeOutDownBig,
.carousel .carousel-item.active .carousel-fadeOutDownBig.carousel-bounceOut,
.carousel .carousel-item.active .bounceOut.carousel-fadeOutLeft,
.carousel .carousel-item.active .carousel-fadeOutLeft.carousel-bounceOut,
.carousel .carousel-item.active .bounceOut.carousel-fadeOutLeftBig,
.carousel .carousel-item.active .carousel-fadeOutLeftBig.carousel-bounceOut,
.carousel .carousel-item.active .bounceOut.carousel-fadeOutRight,
.carousel .carousel-item.active .carousel-fadeOutRight.carousel-bounceOut,
.carousel .carousel-item.active .bounceOut.carousel-fadeOutRightBig,
.carousel .carousel-item.active .carousel-fadeOutRightBig.carousel-bounceOut,
.carousel .carousel-item.active .bounceOut.carousel-fadeOutUp,
.carousel .carousel-item.active .carousel-fadeOutUp.carousel-bounceOut,
.carousel .carousel-item.active .bounceOut.carousel-fadeOutUpBig,
.carousel .carousel-item.active .carousel-fadeOutUpBig.carousel-bounceOut,
.carousel .carousel-item.active .bounceOut.carousel-flip,
.carousel .carousel-item.active .carousel-flip.carousel-bounceOut,
.carousel .carousel-item.active .bounceOut.carousel-flipInX,
.carousel .carousel-item.active .carousel-flipInX.carousel-bounceOut,
.carousel .carousel-item.active .bounceOut.carousel-flipInY,
.carousel .carousel-item.active .carousel-flipInY.carousel-bounceOut,
.carousel .carousel-item.active .bounceOut.carousel-flipOutX,
.carousel .carousel-item.active .carousel-flipOutX.carousel-bounceOut,
.carousel .carousel-item.active .bounceOut.carousel-flipOutY,
.carousel .carousel-item.active .carousel-flipOutY.carousel-bounceOut,
.carousel .carousel-item.active .bounceOut.carousel-lightSpeedIn,
.carousel .carousel-item.active .carousel-lightSpeedIn.carousel-bounceOut,
.carousel .carousel-item.active .bounceOut.carousel-lightSpeedOut,
.carousel .carousel-item.active .carousel-lightSpeedOut.carousel-bounceOut,
.carousel .carousel-item.active .bounceOut.carousel-rotateIn,
.carousel .carousel-item.active .carousel-rotateIn.carousel-bounceOut,
.carousel .carousel-item.active .bounceOut.carousel-rotateInDownLeft,
.carousel .carousel-item.active .carousel-rotateInDownLeft.carousel-bounceOut,
.carousel .carousel-item.active .bounceOut.carousel-rotateInDownRight,
.carousel .carousel-item.active .carousel-rotateInDownRight.carousel-bounceOut,
.carousel .carousel-item.active .bounceOut.carousel-rotateInUpLeft,
.carousel .carousel-item.active .carousel-rotateInUpLeft.carousel-bounceOut,
.carousel .carousel-item.active .bounceOut.carousel-rotateInUpRight,
.carousel .carousel-item.active .carousel-rotateInUpRight.carousel-bounceOut,
.carousel .carousel-item.active .bounceOut.carousel-rotateOut,
.carousel .carousel-item.active .carousel-rotateOut.carousel-bounceOut,
.carousel .carousel-item.active .bounceOut.carousel-rotateOutDownLeft,
.carousel .carousel-item.active .carousel-rotateOutDownLeft.carousel-bounceOut,
.carousel .carousel-item.active .bounceOut.carousel-rotateOutDownRight,
.carousel .carousel-item.active .carousel-rotateOutDownRight.carousel-bounceOut,
.carousel .carousel-item.active .bounceOut.carousel-rotateOutUpLeft,
.carousel .carousel-item.active .carousel-rotateOutUpLeft.carousel-bounceOut,
.carousel .carousel-item.active .bounceOut.carousel-rotateOutUpRight,
.carousel .carousel-item.active .carousel-rotateOutUpRight.carousel-bounceOut,
.carousel .carousel-item.active .bounceOut.carousel-hinge,
.carousel .carousel-item.active .carousel-hinge.carousel-bounceOut,
.carousel .carousel-item.active .bounceOut.carousel-rollIn,
.carousel .carousel-item.active .carousel-rollIn.carousel-bounceOut,
.carousel .carousel-item.active .bounceOut.carousel-rollOut,
.carousel .carousel-item.active .carousel-rollOut.carousel-bounceOut,
.carousel .carousel-item.active .bounceOut.carousel-zoomIn,
.carousel .carousel-item.active .carousel-zoomIn.carousel-bounceOut,
.carousel .carousel-item.active .bounceOut.carousel-zoomInDown,
.carousel .carousel-item.active .carousel-zoomInDown.carousel-bounceOut,
.carousel .carousel-item.active .bounceOut.carousel-zoomInLeft,
.carousel .carousel-item.active .carousel-zoomInLeft.carousel-bounceOut,
.carousel .carousel-item.active .bounceOut.carousel-zoomInRight,
.carousel .carousel-item.active .carousel-zoomInRight.carousel-bounceOut,
.carousel .carousel-item.active .bounceOut.carousel-zoomInUp,
.carousel .carousel-item.active .carousel-zoomInUp.carousel-bounceOut,
.carousel .carousel-item.active .bounceOut.carousel-zoomOut,
.carousel .carousel-item.active .carousel-zoomOut.carousel-bounceOut,
.carousel .carousel-item.active .bounceOut.carousel-zoomOutDown,
.carousel .carousel-item.active .carousel-zoomOutDown.carousel-bounceOut,
.carousel .carousel-item.active .bounceOut.carousel-zoomOutLeft,
.carousel .carousel-item.active .carousel-zoomOutLeft.carousel-bounceOut,
.carousel .carousel-item.active .bounceOut.carousel-zoomOutRight,
.carousel .carousel-item.active .carousel-zoomOutRight.carousel-bounceOut,
.carousel .carousel-item.active .bounceOut.carousel-zoomOutUp,
.carousel .carousel-item.active .carousel-zoomOutUp.carousel-bounceOut,
.carousel .carousel-item.active .bounceOut.carousel-slideInDown,
.carousel .carousel-item.active .carousel-slideInDown.carousel-bounceOut,
.carousel .carousel-item.active .bounceOut.carousel-slideInLeft,
.carousel .carousel-item.active .carousel-slideInLeft.carousel-bounceOut,
.carousel .carousel-item.active .bounceOut.carousel-slideInRight,
.carousel .carousel-item.active .carousel-slideInRight.carousel-bounceOut,
.carousel .carousel-item.active .bounceOut.carousel-slideInUp,
.carousel .carousel-item.active .carousel-slideInUp.carousel-bounceOut,
.carousel .carousel-item.active .bounceOut.carousel-slideOutDown,
.carousel .carousel-item.active .carousel-slideOutDown.carousel-bounceOut,
.carousel .carousel-item.active .bounceOut.carousel-slideOutLeft,
.carousel .carousel-item.active .carousel-slideOutLeft.carousel-bounceOut,
.carousel .carousel-item.active .bounceOut.carousel-slideOutRight,
.carousel .carousel-item.active .carousel-slideOutRight.carousel-bounceOut,
.carousel .carousel-item.active .bounceOut.carousel-slideOutUp,
.carousel .carousel-item.active .carousel-slideOutUp.carousel-bounceOut,
.open > .bounceOut.dropdown-menu-bounce,
.carousel .carousel-item.active .open > .dropdown-menu-bounce.carousel-bounceOut,
.open > .bounceOut.dropdown-menu-flash,
.carousel .carousel-item.active .open > .dropdown-menu-flash.carousel-bounceOut,
.open > .bounceOut.dropdown-menu-pulse,
.carousel .carousel-item.active .open > .dropdown-menu-pulse.carousel-bounceOut,
.open > .bounceOut.dropdown-menu-rubberBand,
.carousel .carousel-item.active .open > .dropdown-menu-rubberBand.carousel-bounceOut,
.open > .bounceOut.dropdown-menu-shake,
.carousel .carousel-item.active .open > .dropdown-menu-shake.carousel-bounceOut,
.open > .bounceOut.dropdown-menu-headShake,
.carousel .carousel-item.active .open > .dropdown-menu-headShake.carousel-bounceOut,
.open > .bounceOut.dropdown-menu-swing,
.carousel .carousel-item.active .open > .dropdown-menu-swing.carousel-bounceOut,
.open > .bounceOut.dropdown-menu-tada,
.carousel .carousel-item.active .open > .dropdown-menu-tada.carousel-bounceOut,
.open > .bounceOut.dropdown-menu-wobble,
.carousel .carousel-item.active .open > .dropdown-menu-wobble.carousel-bounceOut,
.open > .bounceOut.dropdown-menu-jello,
.carousel .carousel-item.active .open > .dropdown-menu-jello.carousel-bounceOut,
.open > .bounceOut.dropdown-menu-bounceIn,
.carousel .carousel-item.active .open > .dropdown-menu-bounceIn.carousel-bounceOut,
.open > .bounceOut.dropdown-menu-bounceInDown,
.carousel .carousel-item.active .open > .dropdown-menu-bounceInDown.carousel-bounceOut,
.open > .bounceOut.dropdown-menu-bounceInLeft,
.carousel .carousel-item.active .open > .dropdown-menu-bounceInLeft.carousel-bounceOut,
.open > .bounceOut.dropdown-menu-bounceInRight,
.carousel .carousel-item.active .open > .dropdown-menu-bounceInRight.carousel-bounceOut,
.open > .bounceOut.dropdown-menu-bounceInUp,
.carousel .carousel-item.active .open > .dropdown-menu-bounceInUp.carousel-bounceOut,
.open > .bounceOut.dropdown-menu-fadeIn,
.carousel .carousel-item.active .open > .dropdown-menu-fadeIn.carousel-bounceOut,
.open > .bounceOut.dropdown-menu-fadeInDown,
.carousel .carousel-item.active .open > .dropdown-menu-fadeInDown.carousel-bounceOut,
.open > .bounceOut.dropdown-menu-fadeInDownBig,
.carousel .carousel-item.active .open > .dropdown-menu-fadeInDownBig.carousel-bounceOut,
.open > .bounceOut.dropdown-menu-fadeInLeft,
.carousel .carousel-item.active .open > .dropdown-menu-fadeInLeft.carousel-bounceOut,
.open > .bounceOut.dropdown-menu-fadeInLeftBig,
.carousel .carousel-item.active .open > .dropdown-menu-fadeInLeftBig.carousel-bounceOut,
.open > .bounceOut.dropdown-menu-fadeInRight,
.carousel .carousel-item.active .open > .dropdown-menu-fadeInRight.carousel-bounceOut,
.open > .bounceOut.dropdown-menu-fadeInRightBig,
.carousel .carousel-item.active .open > .dropdown-menu-fadeInRightBig.carousel-bounceOut,
.open > .bounceOut.dropdown-menu-fadeInUp,
.carousel .carousel-item.active .open > .dropdown-menu-fadeInUp.carousel-bounceOut,
.open > .bounceOut.dropdown-menu-fadeInUpBig,
.carousel .carousel-item.active .open > .dropdown-menu-fadeInUpBig.carousel-bounceOut,
.open > .bounceOut.dropdown-menu-lightSpeedIn,
.carousel .carousel-item.active .open > .dropdown-menu-lightSpeedIn.carousel-bounceOut,
.open > .bounceOut.dropdown-menu-lightSpeedOut,
.carousel .carousel-item.active .open > .dropdown-menu-lightSpeedOut.carousel-bounceOut,
.open > .bounceOut.dropdown-menu-slideInDown,
.carousel .carousel-item.active .open > .dropdown-menu-slideInDown.carousel-bounceOut,
.open > .bounceOut.dropdown-menu-slideInLeft,
.carousel .carousel-item.active .open > .dropdown-menu-slideInLeft.carousel-bounceOut,
.open > .bounceOut.dropdown-menu-slideInRight,
.carousel .carousel-item.active .open > .dropdown-menu-slideInRight.carousel-bounceOut,
.open > .bounceOut.dropdown-menu-slideInUp,
.carousel .carousel-item.active .open > .dropdown-menu-slideInUp.carousel-bounceOut {
    animation-duration: .75s;
}

@keyframes bounce {
    from, 20%, 53%, 80%, to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transform: translate3d(0, 0, 0);
    }
    40%, 43% {
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transform: translate3d(0, -30px, 0);
    }
    70% {
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transform: translate3d(0, -15px, 0);
    }
    90% {
        transform: translate3d(0, -4px, 0);
    }
}

.bounce, .carousel .carousel-item.active .carousel-bounce, .open > .dropdown-menu-bounce {
    animation-name: bounce;
    transform-origin: center bottom;
}

@keyframes flash {
    from, 50%, to {
        opacity: 1;
    }
    25%, 75% {
        opacity: 0;
    }
}

.flash, .carousel .carousel-item.active .carousel-flash, .open > .dropdown-menu-flash {
    animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes pulse {
    from {
        transform: scale3d(1, 1, 1);
    }
    50% {
        transform: scale3d(1.05, 1.05, 1.05);
    }
    to {
        transform: scale3d(1, 1, 1);
    }
}

.pulse, .carousel .carousel-item.active .carousel-pulse, .open > .dropdown-menu-pulse {
    animation-name: pulse;
}

@keyframes rubberBand {
    from {
        transform: scale3d(1, 1, 1);
    }
    30% {
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        transform: scale3d(0.95, 1.05, 1);
    }
    75% {
        transform: scale3d(1.05, 0.95, 1);
    }
    to {
        transform: scale3d(1, 1, 1);
    }
}

.rubberBand, .carousel .carousel-item.active .carousel-rubberBand, .open > .dropdown-menu-rubberBand {
    animation-name: rubberBand;
}

@keyframes shake {
    from, to {
        transform: translate3d(0, 0, 0);
    }
    10%, 30%, 50%, 70%, 90% {
        transform: translate3d(-10px, 0, 0);
    }
    20%, 40%, 60%, 80% {
        transform: translate3d(10px, 0, 0);
    }
}

.shake, .carousel .carousel-item.active .carousel-shake, .open > .dropdown-menu-shake {
    animation-name: shake;
}

@keyframes headShake {
    0% {
        transform: translateX(0);
    }
    6.5% {
        transform: translateX(-6px) rotateY(-9deg);
    }
    18.5% {
        transform: translateX(5px) rotateY(7deg);
    }
    31.5% {
        transform: translateX(-3px) rotateY(-5deg);
    }
    43.5% {
        transform: translateX(2px) rotateY(3deg);
    }
    50% {
        transform: translateX(0);
    }
}

.headShake, .carousel .carousel-item.active .carousel-headShake, .open > .dropdown-menu-headShake {
    animation-timing-function: ease-in-out;
    animation-name: headShake;
}

@keyframes swing {
    20% {
        transform: rotate3d(0, 0, 1, 15deg);
    }
    40% {
        transform: rotate3d(0, 0, 1, -10deg);
    }
    60% {
        transform: rotate3d(0, 0, 1, 5deg);
    }
    80% {
        transform: rotate3d(0, 0, 1, -5deg);
    }
    to {
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

.swing, .carousel .carousel-item.active .carousel-swing, .open > .dropdown-menu-swing {
    transform-origin: top center;
    animation-name: swing;
}

@keyframes tada {
    from {
        transform: scale3d(1, 1, 1);
    }
    10%, 20% {
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }
    30%, 50%, 70%, 90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40%, 60%, 80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
    to {
        transform: scale3d(1, 1, 1);
    }
}

.tada, .carousel .carousel-item.active .carousel-tada, .open > .dropdown-menu-tada {
    animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes wobble {
    from {
        transform: none;
    }
    15% {
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }
    30% {
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }
    45% {
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }
    60% {
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }
    75% {
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }
    to {
        transform: none;
    }
}

.wobble, .carousel .carousel-item.active .carousel-wobble, .open > .dropdown-menu-wobble {
    animation-name: wobble;
}

@keyframes jello {
    from, 11.1%, to {
        transform: none;
    }
    22.2% {
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }
    33.3% {
        transform: skewX(6.25deg) skewY(6.25deg);
    }
    44.4% {
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }
    55.5% {
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }
    66.6% {
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }
    77.7% {
        transform: skewX(0.390625deg) skewY(0.390625deg);
    }
    88.8% {
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    }
}

.jello, .carousel .carousel-item.active .carousel-jello, .open > .dropdown-menu-jello {
    animation-name: jello;
    transform-origin: center;
}

@keyframes bounceIn {
    from, 20%, 40%, 60%, 80%, to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        transform: scale3d(0.97, 0.97, 0.97);
    }
    to {
        opacity: 1;
        transform: scale3d(1, 1, 1);
    }
}

.bounceIn, .carousel .carousel-item.active .carousel-bounceIn, .open > .dropdown-menu-bounceIn {
    animation-name: bounceIn;
}

@keyframes bounceInDown {
    from, 60%, 75%, 90%, to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        transform: translate3d(0, -3000px, 0);
    }
    60% {
        opacity: 1;
        transform: translate3d(0, 25px, 0);
    }
    75% {
        transform: translate3d(0, -10px, 0);
    }
    90% {
        transform: translate3d(0, 5px, 0);
    }
    to {
        transform: none;
    }
}

.bounceInDown, .carousel .carousel-item.active .carousel-bounceInDown, .open > .dropdown-menu-bounceInDown {
    animation-name: bounceInDown;
}

@keyframes bounceInLeft {
    from, 60%, 75%, 90%, to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        transform: translate3d(-3000px, 0, 0);
    }
    60% {
        opacity: 1;
        transform: translate3d(25px, 0, 0);
    }
    75% {
        transform: translate3d(-10px, 0, 0);
    }
    90% {
        transform: translate3d(5px, 0, 0);
    }
    to {
        transform: none;
    }
}

.bounceInLeft, .carousel .carousel-item.active .carousel-bounceInLeft, .open > .dropdown-menu-bounceInLeft {
    animation-name: bounceInLeft;
}

@keyframes bounceInRight {
    from, 60%, 75%, 90%, to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    from {
        opacity: 0;
        transform: translate3d(3000px, 0, 0);
    }
    60% {
        opacity: 1;
        transform: translate3d(-25px, 0, 0);
    }
    75% {
        transform: translate3d(10px, 0, 0);
    }
    90% {
        transform: translate3d(-5px, 0, 0);
    }
    to {
        transform: none;
    }
}

.bounceInRight, .carousel .carousel-item.active .carousel-bounceInRight, .open > .dropdown-menu-bounceInRight {
    animation-name: bounceInRight;
}

@keyframes bounceInUp {
    from, 60%, 75%, 90%, to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    from {
        opacity: 0;
        transform: translate3d(0, 3000px, 0);
    }
    60% {
        opacity: 1;
        transform: translate3d(0, -20px, 0);
    }
    75% {
        transform: translate3d(0, 10px, 0);
    }
    90% {
        transform: translate3d(0, -5px, 0);
    }
    to {
        transform: translate3d(0, 0, 0);
    }
}

.bounceInUp, .carousel .carousel-item.active .carousel-bounceInUp, .open > .dropdown-menu-bounceInUp {
    animation-name: bounceInUp;
}

@keyframes bounceOut {
    20% {
        transform: scale3d(0.9, 0.9, 0.9);
    }
    50%, 55% {
        opacity: 1;
        transform: scale3d(1.1, 1.1, 1.1);
    }
    to {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }
}

.bounceOut, .carousel .carousel-item.active .carousel-bounceOut {
    animation-name: bounceOut;
}

@keyframes bounceOutDown {
    20% {
        transform: translate3d(0, 10px, 0);
    }
    40%, 45% {
        opacity: 1;
        transform: translate3d(0, -20px, 0);
    }
    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0);
    }
}

.bounceOutDown, .carousel .carousel-item.active .carousel-bounceOutDown {
    animation-name: bounceOutDown;
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        transform: translate3d(20px, 0, 0);
    }
    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0);
    }
}

.bounceOutLeft, .carousel .carousel-item.active .carousel-bounceOutLeft {
    animation-name: bounceOutLeft;
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        transform: translate3d(-20px, 0, 0);
    }
    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0);
    }
}

.bounceOutRight, .carousel .carousel-item.active .carousel-bounceOutRight {
    animation-name: bounceOutRight;
}

@keyframes bounceOutUp {
    20% {
        transform: translate3d(0, -10px, 0);
    }
    40%, 45% {
        opacity: 1;
        transform: translate3d(0, 20px, 0);
    }
    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0);
    }
}

.bounceOutUp, .carousel .carousel-item.active .carousel-bounceOutUp {
    animation-name: bounceOutUp;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.fadeIn, .carousel .carousel-item.active .carousel-fadeIn, .open > .dropdown-menu-fadeIn {
    animation-name: fadeIn;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInDown, .carousel .carousel-item.active .carousel-fadeInDown, .open > .dropdown-menu-fadeInDown {
    animation-name: fadeInDown;
}

@keyframes fadeInDownBig {
    from {
        opacity: 0;
        transform: translate3d(0, -2000px, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInDownBig, .carousel .carousel-item.active .carousel-fadeInDownBig, .open > .dropdown-menu-fadeInDownBig {
    animation-name: fadeInDownBig;
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInLeft, .carousel .carousel-item.active .carousel-fadeInLeft, .open > .dropdown-menu-fadeInLeft {
    animation-name: fadeInLeft;
}

@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInLeftBig, .carousel .carousel-item.active .carousel-fadeInLeftBig, .open > .dropdown-menu-fadeInLeftBig {
    animation-name: fadeInLeftBig;
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInRight, .carousel .carousel-item.active .carousel-fadeInRight, .open > .dropdown-menu-fadeInRight {
    animation-name: fadeInRight;
}

@keyframes fadeInRightBig {
    from {
        opacity: 0;
        transform: translate3d(2000px, 0, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInRightBig, .carousel .carousel-item.active .carousel-fadeInRightBig, .open > .dropdown-menu-fadeInRightBig {
    animation-name: fadeInRightBig;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInUp, .carousel .carousel-item.active .carousel-fadeInUp, .open > .dropdown-menu-fadeInUp {
    animation-name: fadeInUp;
}

@keyframes fadeInUpBig {
    from {
        opacity: 0;
        transform: translate3d(0, 2000px, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInUpBig, .carousel .carousel-item.active .carousel-fadeInUpBig, .open > .dropdown-menu-fadeInUpBig {
    animation-name: fadeInUpBig;
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

.fadeOut, .carousel .carousel-item.active .carousel-fadeOut {
    animation-name: fadeOut;
}

@keyframes fadeOutDown {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }
}

.fadeOutDown, .carousel .carousel-item.active .carousel-fadeOutDown {
    animation-name: fadeOutDown;
}

@keyframes fadeOutDownBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0);
    }
}

.fadeOutDownBig, .carousel .carousel-item.active .carousel-fadeOutDownBig {
    animation-name: fadeOutDownBig;
}

@keyframes fadeOutLeft {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }
}

.fadeOutLeft, .carousel .carousel-item.active .carousel-fadeOutLeft {
    animation-name: fadeOutLeft;
}

@keyframes fadeOutLeftBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0);
    }
}

.fadeOutLeftBig, .carousel .carousel-item.active .carousel-fadeOutLeftBig {
    animation-name: fadeOutLeftBig;
}

@keyframes fadeOutRight {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }
}

.fadeOutRight, .carousel .carousel-item.active .carousel-fadeOutRight {
    animation-name: fadeOutRight;
}

@keyframes fadeOutRightBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0);
    }
}

.fadeOutRightBig, .carousel .carousel-item.active .carousel-fadeOutRightBig {
    animation-name: fadeOutRightBig;
}

@keyframes fadeOutUp {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }
}

.fadeOutUp, .carousel .carousel-item.active .carousel-fadeOutUp {
    animation-name: fadeOutUp;
}

@keyframes fadeOutUpBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0);
    }
}

.fadeOutUpBig, .carousel .carousel-item.active .carousel-fadeOutUpBig {
    animation-name: fadeOutUpBig;
}

@keyframes flip {
    from {
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        animation-timing-function: ease-out;
    }
    40% {
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        animation-timing-function: ease-out;
    }
    50% {
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        animation-timing-function: ease-in;
    }
    80% {
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        animation-timing-function: ease-in;
    }
    to {
        transform: perspective(400px);
        animation-timing-function: ease-in;
    }
}

.animated.flip, .carousel .carousel-item.active .flip.carousel-bounce, .carousel .carousel-item.active .carousel-bounce.carousel-flip, .carousel .carousel-item.active .flip.carousel-flash, .carousel .carousel-item.active .carousel-flash.carousel-flip, .carousel .carousel-item.active .flip.carousel-pulse, .carousel .carousel-item.active .carousel-pulse.carousel-flip, .carousel .carousel-item.active .flip.carousel-rubberBand, .carousel .carousel-item.active .carousel-rubberBand.carousel-flip, .carousel .carousel-item.active .flip.carousel-shake, .carousel .carousel-item.active .carousel-shake.carousel-flip, .carousel .carousel-item.active .flip.carousel-headShake, .carousel .carousel-item.active .carousel-headShake.carousel-flip, .carousel .carousel-item.active .flip.carousel-swing, .carousel .carousel-item.active .carousel-swing.carousel-flip, .carousel .carousel-item.active .flip.carousel-tada, .carousel .carousel-item.active .carousel-tada.carousel-flip, .carousel .carousel-item.active .flip.carousel-wobble, .carousel .carousel-item.active .carousel-wobble.carousel-flip, .carousel .carousel-item.active .flip.carousel-jello, .carousel .carousel-item.active .carousel-jello.carousel-flip, .carousel .carousel-item.active .flip.carousel-bounceIn, .carousel .carousel-item.active .carousel-bounceIn.carousel-flip, .carousel .carousel-item.active .flip.carousel-bounceInDown, .carousel .carousel-item.active .carousel-bounceInDown.carousel-flip, .carousel .carousel-item.active .flip.carousel-bounceInLeft, .carousel .carousel-item.active .carousel-bounceInLeft.carousel-flip, .carousel .carousel-item.active .flip.carousel-bounceInRight, .carousel .carousel-item.active .carousel-bounceInRight.carousel-flip, .carousel .carousel-item.active .flip.carousel-bounceInUp, .carousel .carousel-item.active .carousel-bounceInUp.carousel-flip, .carousel .carousel-item.active .flip.carousel-bounceOut, .carousel .carousel-item.active .carousel-bounceOut.carousel-flip, .carousel .carousel-item.active .flip.carousel-bounceOutDown, .carousel .carousel-item.active .carousel-bounceOutDown.carousel-flip, .carousel .carousel-item.active .flip.carousel-bounceOutLeft, .carousel .carousel-item.active .carousel-bounceOutLeft.carousel-flip, .carousel .carousel-item.active .flip.carousel-bounceOutRight, .carousel .carousel-item.active .carousel-bounceOutRight.carousel-flip, .carousel .carousel-item.active .flip.carousel-bounceOutUp, .carousel .carousel-item.active .carousel-bounceOutUp.carousel-flip, .carousel .carousel-item.active .flip.carousel-fadeIn, .carousel .carousel-item.active .carousel-fadeIn.carousel-flip, .carousel .carousel-item.active .flip.carousel-fadeInDown, .carousel .carousel-item.active .carousel-fadeInDown.carousel-flip, .carousel .carousel-item.active .flip.carousel-fadeInDownBig, .carousel .carousel-item.active .carousel-fadeInDownBig.carousel-flip, .carousel .carousel-item.active .flip.carousel-fadeInLeft, .carousel .carousel-item.active .carousel-fadeInLeft.carousel-flip, .carousel .carousel-item.active .flip.carousel-fadeInLeftBig, .carousel .carousel-item.active .carousel-fadeInLeftBig.carousel-flip, .carousel .carousel-item.active .flip.carousel-fadeInRight, .carousel .carousel-item.active .carousel-fadeInRight.carousel-flip, .carousel .carousel-item.active .flip.carousel-fadeInRightBig, .carousel .carousel-item.active .carousel-fadeInRightBig.carousel-flip, .carousel .carousel-item.active .flip.carousel-fadeInUp, .carousel .carousel-item.active .carousel-fadeInUp.carousel-flip, .carousel .carousel-item.active .flip.carousel-fadeInUpBig, .carousel .carousel-item.active .carousel-fadeInUpBig.carousel-flip, .carousel .carousel-item.active .flip.carousel-fadeOut, .carousel .carousel-item.active .carousel-fadeOut.carousel-flip, .carousel .carousel-item.active .flip.carousel-fadeOutDown, .carousel .carousel-item.active .carousel-fadeOutDown.carousel-flip, .carousel .carousel-item.active .flip.carousel-fadeOutDownBig, .carousel .carousel-item.active .carousel-fadeOutDownBig.carousel-flip, .carousel .carousel-item.active .flip.carousel-fadeOutLeft, .carousel .carousel-item.active .carousel-fadeOutLeft.carousel-flip, .carousel .carousel-item.active .flip.carousel-fadeOutLeftBig, .carousel .carousel-item.active .carousel-fadeOutLeftBig.carousel-flip, .carousel .carousel-item.active .flip.carousel-fadeOutRight, .carousel .carousel-item.active .carousel-fadeOutRight.carousel-flip, .carousel .carousel-item.active .flip.carousel-fadeOutRightBig, .carousel .carousel-item.active .carousel-fadeOutRightBig.carousel-flip, .carousel .carousel-item.active .flip.carousel-fadeOutUp, .carousel .carousel-item.active .carousel-fadeOutUp.carousel-flip, .carousel .carousel-item.active .flip.carousel-fadeOutUpBig, .carousel .carousel-item.active .carousel-fadeOutUpBig.carousel-flip, .carousel .carousel-item.active .carousel-flip, .carousel .carousel-item.active .flip.carousel-flipInX, .carousel .carousel-item.active .carousel-flipInX.carousel-flip, .carousel .carousel-item.active .flip.carousel-flipInY, .carousel .carousel-item.active .carousel-flipInY.carousel-flip, .carousel .carousel-item.active .flip.carousel-flipOutX, .carousel .carousel-item.active .carousel-flipOutX.carousel-flip, .carousel .carousel-item.active .flip.carousel-flipOutY, .carousel .carousel-item.active .carousel-flipOutY.carousel-flip, .carousel .carousel-item.active .flip.carousel-lightSpeedIn, .carousel .carousel-item.active .carousel-lightSpeedIn.carousel-flip, .carousel .carousel-item.active .flip.carousel-lightSpeedOut, .carousel .carousel-item.active .carousel-lightSpeedOut.carousel-flip, .carousel .carousel-item.active .flip.carousel-rotateIn, .carousel .carousel-item.active .carousel-rotateIn.carousel-flip, .carousel .carousel-item.active .flip.carousel-rotateInDownLeft, .carousel .carousel-item.active .carousel-rotateInDownLeft.carousel-flip, .carousel .carousel-item.active .flip.carousel-rotateInDownRight, .carousel .carousel-item.active .carousel-rotateInDownRight.carousel-flip, .carousel .carousel-item.active .flip.carousel-rotateInUpLeft, .carousel .carousel-item.active .carousel-rotateInUpLeft.carousel-flip, .carousel .carousel-item.active .flip.carousel-rotateInUpRight, .carousel .carousel-item.active .carousel-rotateInUpRight.carousel-flip, .carousel .carousel-item.active .flip.carousel-rotateOut, .carousel .carousel-item.active .carousel-rotateOut.carousel-flip, .carousel .carousel-item.active .flip.carousel-rotateOutDownLeft, .carousel .carousel-item.active .carousel-rotateOutDownLeft.carousel-flip, .carousel .carousel-item.active .flip.carousel-rotateOutDownRight, .carousel .carousel-item.active .carousel-rotateOutDownRight.carousel-flip, .carousel .carousel-item.active .flip.carousel-rotateOutUpLeft, .carousel .carousel-item.active .carousel-rotateOutUpLeft.carousel-flip, .carousel .carousel-item.active .flip.carousel-rotateOutUpRight, .carousel .carousel-item.active .carousel-rotateOutUpRight.carousel-flip, .carousel .carousel-item.active .flip.carousel-hinge, .carousel .carousel-item.active .carousel-hinge.carousel-flip, .carousel .carousel-item.active .flip.carousel-rollIn, .carousel .carousel-item.active .carousel-rollIn.carousel-flip, .carousel .carousel-item.active .flip.carousel-rollOut, .carousel .carousel-item.active .carousel-rollOut.carousel-flip, .carousel .carousel-item.active .flip.carousel-zoomIn, .carousel .carousel-item.active .carousel-zoomIn.carousel-flip, .carousel .carousel-item.active .flip.carousel-zoomInDown, .carousel .carousel-item.active .carousel-zoomInDown.carousel-flip, .carousel .carousel-item.active .flip.carousel-zoomInLeft, .carousel .carousel-item.active .carousel-zoomInLeft.carousel-flip, .carousel .carousel-item.active .flip.carousel-zoomInRight, .carousel .carousel-item.active .carousel-zoomInRight.carousel-flip, .carousel .carousel-item.active .flip.carousel-zoomInUp, .carousel .carousel-item.active .carousel-zoomInUp.carousel-flip, .carousel .carousel-item.active .flip.carousel-zoomOut, .carousel .carousel-item.active .carousel-zoomOut.carousel-flip, .carousel .carousel-item.active .flip.carousel-zoomOutDown, .carousel .carousel-item.active .carousel-zoomOutDown.carousel-flip, .carousel .carousel-item.active .flip.carousel-zoomOutLeft, .carousel .carousel-item.active .carousel-zoomOutLeft.carousel-flip, .carousel .carousel-item.active .flip.carousel-zoomOutRight, .carousel .carousel-item.active .carousel-zoomOutRight.carousel-flip, .carousel .carousel-item.active .flip.carousel-zoomOutUp, .carousel .carousel-item.active .carousel-zoomOutUp.carousel-flip, .carousel .carousel-item.active .flip.carousel-slideInDown, .carousel .carousel-item.active .carousel-slideInDown.carousel-flip, .carousel .carousel-item.active .flip.carousel-slideInLeft, .carousel .carousel-item.active .carousel-slideInLeft.carousel-flip, .carousel .carousel-item.active .flip.carousel-slideInRight, .carousel .carousel-item.active .carousel-slideInRight.carousel-flip, .carousel .carousel-item.active .flip.carousel-slideInUp, .carousel .carousel-item.active .carousel-slideInUp.carousel-flip, .carousel .carousel-item.active .flip.carousel-slideOutDown, .carousel .carousel-item.active .carousel-slideOutDown.carousel-flip, .carousel .carousel-item.active .flip.carousel-slideOutLeft, .carousel .carousel-item.active .carousel-slideOutLeft.carousel-flip, .carousel .carousel-item.active .flip.carousel-slideOutRight, .carousel .carousel-item.active .carousel-slideOutRight.carousel-flip, .carousel .carousel-item.active .flip.carousel-slideOutUp, .carousel .carousel-item.active .carousel-slideOutUp.carousel-flip, .open > .flip.dropdown-menu-bounce, .carousel .carousel-item.active .open > .dropdown-menu-bounce.carousel-flip, .open > .flip.dropdown-menu-flash, .carousel .carousel-item.active .open > .dropdown-menu-flash.carousel-flip, .open > .flip.dropdown-menu-pulse, .carousel .carousel-item.active .open > .dropdown-menu-pulse.carousel-flip, .open > .flip.dropdown-menu-rubberBand, .carousel .carousel-item.active .open > .dropdown-menu-rubberBand.carousel-flip, .open > .flip.dropdown-menu-shake, .carousel .carousel-item.active .open > .dropdown-menu-shake.carousel-flip, .open > .flip.dropdown-menu-headShake, .carousel .carousel-item.active .open > .dropdown-menu-headShake.carousel-flip, .open > .flip.dropdown-menu-swing, .carousel .carousel-item.active .open > .dropdown-menu-swing.carousel-flip, .open > .flip.dropdown-menu-tada, .carousel .carousel-item.active .open > .dropdown-menu-tada.carousel-flip, .open > .flip.dropdown-menu-wobble, .carousel .carousel-item.active .open > .dropdown-menu-wobble.carousel-flip, .open > .flip.dropdown-menu-jello, .carousel .carousel-item.active .open > .dropdown-menu-jello.carousel-flip, .open > .flip.dropdown-menu-bounceIn, .carousel .carousel-item.active .open > .dropdown-menu-bounceIn.carousel-flip, .open > .flip.dropdown-menu-bounceInDown, .carousel .carousel-item.active .open > .dropdown-menu-bounceInDown.carousel-flip, .open > .flip.dropdown-menu-bounceInLeft, .carousel .carousel-item.active .open > .dropdown-menu-bounceInLeft.carousel-flip, .open > .flip.dropdown-menu-bounceInRight, .carousel .carousel-item.active .open > .dropdown-menu-bounceInRight.carousel-flip, .open > .flip.dropdown-menu-bounceInUp, .carousel .carousel-item.active .open > .dropdown-menu-bounceInUp.carousel-flip, .open > .flip.dropdown-menu-fadeIn, .carousel .carousel-item.active .open > .dropdown-menu-fadeIn.carousel-flip, .open > .flip.dropdown-menu-fadeInDown, .carousel .carousel-item.active .open > .dropdown-menu-fadeInDown.carousel-flip, .open > .flip.dropdown-menu-fadeInDownBig, .carousel .carousel-item.active .open > .dropdown-menu-fadeInDownBig.carousel-flip, .open > .flip.dropdown-menu-fadeInLeft, .carousel .carousel-item.active .open > .dropdown-menu-fadeInLeft.carousel-flip, .open > .flip.dropdown-menu-fadeInLeftBig, .carousel .carousel-item.active .open > .dropdown-menu-fadeInLeftBig.carousel-flip, .open > .flip.dropdown-menu-fadeInRight, .carousel .carousel-item.active .open > .dropdown-menu-fadeInRight.carousel-flip, .open > .flip.dropdown-menu-fadeInRightBig, .carousel .carousel-item.active .open > .dropdown-menu-fadeInRightBig.carousel-flip, .open > .flip.dropdown-menu-fadeInUp, .carousel .carousel-item.active .open > .dropdown-menu-fadeInUp.carousel-flip, .open > .flip.dropdown-menu-fadeInUpBig, .carousel .carousel-item.active .open > .dropdown-menu-fadeInUpBig.carousel-flip, .open > .flip.dropdown-menu-lightSpeedIn, .carousel .carousel-item.active .open > .dropdown-menu-lightSpeedIn.carousel-flip, .open > .flip.dropdown-menu-lightSpeedOut, .carousel .carousel-item.active .open > .dropdown-menu-lightSpeedOut.carousel-flip, .open > .flip.dropdown-menu-slideInDown, .carousel .carousel-item.active .open > .dropdown-menu-slideInDown.carousel-flip, .open > .flip.dropdown-menu-slideInLeft, .carousel .carousel-item.active .open > .dropdown-menu-slideInLeft.carousel-flip, .open > .flip.dropdown-menu-slideInRight, .carousel .carousel-item.active .open > .dropdown-menu-slideInRight.carousel-flip, .open > .flip.dropdown-menu-slideInUp, .carousel .carousel-item.active .open > .dropdown-menu-slideInUp.carousel-flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    animation-name: flip;
}

@keyframes flipInX {
    from {
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        animation-timing-function: ease-in;
    }
    60% {
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }
    80% {
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    to {
        transform: perspective(400px);
    }
}

.flipInX, .carousel .carousel-item.active .carousel-flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipInX;
}

@keyframes flipInY {
    from {
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        animation-timing-function: ease-in;
    }
    60% {
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }
    80% {
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }
    to {
        transform: perspective(400px);
    }
}

.flipInY, .carousel .carousel-item.active .carousel-flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipInY;
}

@keyframes flipOutX {
    from {
        transform: perspective(400px);
    }
    30% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }
    to {
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

.flipOutX, .carousel .carousel-item.active .carousel-flipOutX {
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

@keyframes flipOutY {
    from {
        transform: perspective(400px);
    }
    30% {
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }
    to {
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

.flipOutY, .carousel .carousel-item.active .carousel-flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipOutY;
}

@keyframes lightSpeedIn {
    from {
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }
    60% {
        transform: skewX(20deg);
        opacity: 1;
    }
    80% {
        transform: skewX(-5deg);
        opacity: 1;
    }
    to {
        transform: none;
        opacity: 1;
    }
}

.lightSpeedIn, .carousel .carousel-item.active .carousel-lightSpeedIn, .open > .dropdown-menu-lightSpeedIn {
    animation-name: lightSpeedIn;
    animation-timing-function: ease-out;
}

@keyframes lightSpeedOut {
    from {
        opacity: 1;
    }
    to {
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

.lightSpeedOut, .carousel .carousel-item.active .carousel-lightSpeedOut, .open > .dropdown-menu-lightSpeedOut {
    animation-name: lightSpeedOut;
    animation-timing-function: ease-in;
}

@keyframes rotateIn {
    from {
        transform-origin: center;
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }
    to {
        transform-origin: center;
        transform: none;
        opacity: 1;
    }
}

.rotateIn, .carousel .carousel-item.active .carousel-rotateIn {
    animation-name: rotateIn;
}

@keyframes rotateInDownLeft {
    from {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
    to {
        transform-origin: left bottom;
        transform: none;
        opacity: 1;
    }
}

.rotateInDownLeft, .carousel .carousel-item.active .carousel-rotateInDownLeft {
    animation-name: rotateInDownLeft;
}

@keyframes rotateInDownRight {
    from {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    to {
        transform-origin: right bottom;
        transform: none;
        opacity: 1;
    }
}

.rotateInDownRight, .carousel .carousel-item.active .carousel-rotateInDownRight {
    animation-name: rotateInDownRight;
}

@keyframes rotateInUpLeft {
    from {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    to {
        transform-origin: left bottom;
        transform: none;
        opacity: 1;
    }
}

.rotateInUpLeft, .carousel .carousel-item.active .carousel-rotateInUpLeft {
    animation-name: rotateInUpLeft;
}

@keyframes rotateInUpRight {
    from {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }
    to {
        transform-origin: right bottom;
        transform: none;
        opacity: 1;
    }
}

.rotateInUpRight, .carousel .carousel-item.active .carousel-rotateInUpRight {
    animation-name: rotateInUpRight;
}

@keyframes rotateOut {
    from {
        transform-origin: center;
        opacity: 1;
    }
    to {
        transform-origin: center;
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}

.rotateOut, .carousel .carousel-item.active .carousel-rotateOut {
    animation-name: rotateOut;
}

@keyframes rotateOutDownLeft {
    from {
        transform-origin: left bottom;
        opacity: 1;
    }
    to {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}

.rotateOutDownLeft, .carousel .carousel-item.active .carousel-rotateOutDownLeft {
    animation-name: rotateOutDownLeft;
}

@keyframes rotateOutDownRight {
    from {
        transform-origin: right bottom;
        opacity: 1;
    }
    to {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

.rotateOutDownRight, .carousel .carousel-item.active .carousel-rotateOutDownRight {
    animation-name: rotateOutDownRight;
}

@keyframes rotateOutUpLeft {
    from {
        transform-origin: left bottom;
        opacity: 1;
    }
    to {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

.rotateOutUpLeft, .carousel .carousel-item.active .carousel-rotateOutUpLeft {
    animation-name: rotateOutUpLeft;
}

@keyframes rotateOutUpRight {
    from {
        transform-origin: right bottom;
        opacity: 1;
    }
    to {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}

.rotateOutUpRight, .carousel .carousel-item.active .carousel-rotateOutUpRight {
    animation-name: rotateOutUpRight;
}

@keyframes hinge {
    0% {
        transform-origin: top left;
        animation-timing-function: ease-in-out;
    }
    20%, 60% {
        transform: rotate3d(0, 0, 1, 80deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
    }
    40%, 80% {
        transform: rotate3d(0, 0, 1, 60deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }
    to {
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

.hinge, .carousel .carousel-item.active .carousel-hinge {
    animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollIn {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

.rollIn, .carousel .carousel-item.active .carousel-rollIn {
    animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}

.rollOut, .carousel .carousel-item.active .carousel-rollOut {
    animation-name: rollOut;
}

@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}

.zoomIn, .carousel .carousel-item.active .carousel-zoomIn {
    animation-name: zoomIn;
}

@keyframes zoomInDown {
    from {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInDown, .carousel .carousel-item.active .carousel-zoomInDown {
    animation-name: zoomInDown;
}

@keyframes zoomInLeft {
    from {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInLeft, .carousel .carousel-item.active .carousel-zoomInLeft {
    animation-name: zoomInLeft;
}

@keyframes zoomInRight {
    from {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInRight, .carousel .carousel-item.active .carousel-zoomInRight {
    animation-name: zoomInRight;
}

@keyframes zoomInUp {
    from {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInUp, .carousel .carousel-item.active .carousel-zoomInUp {
    animation-name: zoomInUp;
}

@keyframes zoomOut {
    from {
        opacity: 1;
    }
    50% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }
    to {
        opacity: 0;
    }
}

.zoomOut, .carousel .carousel-item.active .carousel-zoomOut {
    animation-name: zoomOut;
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomOutDown, .carousel .carousel-item.active .carousel-zoomOutDown {
    animation-name: zoomOutDown;
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }
    to {
        opacity: 0;
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform-origin: left center;
    }
}

.zoomOutLeft, .carousel .carousel-item.active .carousel-zoomOutLeft {
    animation-name: zoomOutLeft;
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }
    to {
        opacity: 0;
        transform: scale(0.1) translate3d(2000px, 0, 0);
        transform-origin: right center;
    }
}

.zoomOutRight, .carousel .carousel-item.active .carousel-zoomOutRight {
    animation-name: zoomOutRight;
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomOutUp, .carousel .carousel-item.active .carousel-zoomOutUp {
    animation-name: zoomOutUp;
}

@keyframes slideInDown {
    from {
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }
    to {
        transform: translate3d(0, 0, 0);
    }
}

.slideInDown, .carousel .carousel-item.active .carousel-slideInDown, .open > .dropdown-menu-slideInDown {
    animation-name: slideInDown;
}

@keyframes slideInLeft {
    from {
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    to {
        transform: translate3d(0, 0, 0);
    }
}

.slideInLeft, .carousel .carousel-item.active .carousel-slideInLeft, .open > .dropdown-menu-slideInLeft {
    animation-name: slideInLeft;
}

@keyframes slideInRight {
    from {
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }
    to {
        transform: translate3d(0, 0, 0);
    }
}

.slideInRight, .carousel .carousel-item.active .carousel-slideInRight, .open > .dropdown-menu-slideInRight {
    animation-name: slideInRight;
}

@keyframes slideInUp {
    from {
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }
    to {
        transform: translate3d(0, 0, 0);
    }
}

.slideInUp, .carousel .carousel-item.active .carousel-slideInUp, .open > .dropdown-menu-slideInUp {
    animation-name: slideInUp;
}

@keyframes slideOutDown {
    from {
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        transform: translate3d(0, 100%, 0);
    }
}

.slideOutDown, .carousel .carousel-item.active .carousel-slideOutDown {
    animation-name: slideOutDown;
}

@keyframes slideOutLeft {
    from {
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        transform: translate3d(-100%, 0, 0);
    }
}

.slideOutLeft, .carousel .carousel-item.active .carousel-slideOutLeft {
    animation-name: slideOutLeft;
}

@keyframes slideOutRight {
    from {
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        transform: translate3d(100%, 0, 0);
    }
}

.slideOutRight, .carousel .carousel-item.active .carousel-slideOutRight {
    animation-name: slideOutRight;
}

@keyframes slideOutUp {
    from {
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        transform: translate3d(0, -100%, 0);
    }
}

.slideOutUp, .carousel .carousel-item.active .carousel-slideOutUp {
    animation-name: slideOutUp;
}

.hfx {
    width: 300px;
    height: 200px;
    display: block;
    background: #ccc;
    margin: 20px;
}

.underlined-primary, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-primary .nav-tabs.nav-animated-border-from-center .nav-item .nav-link.active, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-primary .nav-tabs.nav-animated-border-from-left .nav-item .nav-link.active, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-primary .nav-tabs.nav-animated-border-from-right .nav-item .nav-link.active, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-primary .nav-tabs.nav-animated-border-from-center .nav-item .nav-link.active, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-primary .nav-tabs.nav-animated-border-from-left .nav-item .nav-link.active, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-primary .nav-tabs.nav-animated-border-from-right .nav-item .nav-link.active {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    position: relative;
}

.underlined-primary:before, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-primary .nav-tabs.nav-animated-border-from-center .nav-item .nav-link.active:before, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-primary .nav-tabs.nav-animated-border-from-left .nav-item .nav-link.active:before, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-primary .nav-tabs.nav-animated-border-from-right .nav-item .nav-link.active:before, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-primary .nav-tabs.nav-animated-border-from-center .nav-item .nav-link.active:before, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-primary .nav-tabs.nav-animated-border-from-left .nav-item .nav-link.active:before, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-primary .nav-tabs.nav-animated-border-from-right .nav-item .nav-link.active:before {
    content: "";
    position: absolute;
    bottom: 0;
    background: #0275d8;
    height: 3px;
    display: inline-block;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
    z-index: 2;
    left: 0;
    right: 0;
    min-width: 100%;
}

.underline-from-center-primary, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-primary .nav-tabs.nav-animated-border-from-center .nav-item a, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-primary .nav-tabs.nav-animated-border-from-center .nav-item .active, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-primary .nav-tabs.nav-animated-border-from-center .nav-item a, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-primary .nav-tabs.nav-animated-border-from-center .nav-item .active {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    position: relative;
}

.underline-from-center-primary:before, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-primary .nav-tabs.nav-animated-border-from-center .nav-item a:before, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-primary .nav-tabs.nav-animated-border-from-center .nav-item .active:before, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-primary .nav-tabs.nav-animated-border-from-center .nav-item a:before, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-primary .nav-tabs.nav-animated-border-from-center .nav-item .active:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    bottom: 0;
    background: #0275d8;
    height: 3px;
    min-width: 0;
    display: inline-block;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}

.underline-from-center-primary:hover:before, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-primary .nav-tabs.nav-animated-border-from-center .nav-item a:hover:before, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-primary .nav-tabs.nav-animated-border-from-center .nav-item .active:hover:before, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-primary .nav-tabs.nav-animated-border-from-center .nav-item a:hover:before, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-primary .nav-tabs.nav-animated-border-from-center .nav-item .active:hover:before {
    z-index: 2;
    left: 0;
    right: 0;
    min-width: 100%;
}

.underline-from-left-primary, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-primary .nav-tabs.nav-animated-border-from-left .nav-item a, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-primary .nav-tabs.nav-animated-border-from-left .nav-item .active, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-primary .nav-tabs.nav-animated-border-from-left .nav-item a, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-primary .nav-tabs.nav-animated-border-from-left .nav-item .active {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    position: relative;
}

.underline-from-left-primary:before, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-primary .nav-tabs.nav-animated-border-from-left .nav-item a:before, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-primary .nav-tabs.nav-animated-border-from-left .nav-item .active:before, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-primary .nav-tabs.nav-animated-border-from-left .nav-item a:before, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-primary .nav-tabs.nav-animated-border-from-left .nav-item .active:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0%;
    bottom: 0;
    background: #0275d8;
    height: 3px;
    min-width: 0;
    display: inline-block;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}

.underline-from-left-primary:hover:before, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-primary .nav-tabs.nav-animated-border-from-left .nav-item a:hover:before, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-primary .nav-tabs.nav-animated-border-from-left .nav-item .active:hover:before, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-primary .nav-tabs.nav-animated-border-from-left .nav-item a:hover:before, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-primary .nav-tabs.nav-animated-border-from-left .nav-item .active:hover:before {
    z-index: 2;
    min-width: 100%;
}

.underline-from-right-primary, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-primary .nav-tabs.nav-animated-border-from-right .nav-item a, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-primary .nav-tabs.nav-animated-border-from-right .nav-item .active, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-primary .nav-tabs.nav-animated-border-from-right .nav-item a, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-primary .nav-tabs.nav-animated-border-from-right .nav-item .active {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    position: relative;
}

.underline-from-right-primary:before, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-primary .nav-tabs.nav-animated-border-from-right .nav-item a:before, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-primary .nav-tabs.nav-animated-border-from-right .nav-item .active:before, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-primary .nav-tabs.nav-animated-border-from-right .nav-item a:before, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-primary .nav-tabs.nav-animated-border-from-right .nav-item .active:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 100%;
    bottom: 0;
    background: #0275d8;
    height: 3px;
    min-width: 0;
    display: inline-block;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}

.underline-from-right-primary:hover:before, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-primary .nav-tabs.nav-animated-border-from-right .nav-item a:hover:before, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-primary .nav-tabs.nav-animated-border-from-right .nav-item .active:hover:before, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-primary .nav-tabs.nav-animated-border-from-right .nav-item a:hover:before, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-primary .nav-tabs.nav-animated-border-from-right .nav-item .active:hover:before {
    z-index: 2;
    left: 0;
    min-width: 100%;
}

.overline-from-center-primary {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    position: relative;
}

.overline-from-center-primary:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    top: 0;
    background: #0275d8;
    height: 3px;
    min-width: 0;
    display: inline-block;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}

.overline-from-center-primary:hover:before {
    z-index: 2;
    left: 0;
    right: 0;
    min-width: 100%;
}

.overline-from-left-primary {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    position: relative;
}

.overline-from-left-primary:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0%;
    top: 0;
    background: #0275d8;
    height: 3px;
    min-width: 0;
    display: inline-block;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}

.overline-from-left-primary:hover:before {
    z-index: 2;
    min-width: 100%;
}

.overline-from-right-primary {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    position: relative;
}

.overline-from-right-primary:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 100%;
    top: 0;
    background: #0275d8;
    height: 3px;
    min-width: 0;
    display: inline-block;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}

.overline-from-right-primary:hover:before {
    z-index: 2;
    left: 0;
    min-width: 100%;
}

.underlined-default, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-default .nav-tabs.nav-animated-border-from-center .nav-item .nav-link.active, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-default .nav-tabs.nav-animated-border-from-left .nav-item .nav-link.active, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-default .nav-tabs.nav-animated-border-from-right .nav-item .nav-link.active, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-default .nav-tabs.nav-animated-border-from-center .nav-item .nav-link.active, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-default .nav-tabs.nav-animated-border-from-left .nav-item .nav-link.active, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-default .nav-tabs.nav-animated-border-from-right .nav-item .nav-link.active {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    position: relative;
}

.underlined-default:before, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-default .nav-tabs.nav-animated-border-from-center .nav-item .nav-link.active:before, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-default .nav-tabs.nav-animated-border-from-left .nav-item .nav-link.active:before, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-default .nav-tabs.nav-animated-border-from-right .nav-item .nav-link.active:before, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-default .nav-tabs.nav-animated-border-from-center .nav-item .nav-link.active:before, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-default .nav-tabs.nav-animated-border-from-left .nav-item .nav-link.active:before, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-default .nav-tabs.nav-animated-border-from-right .nav-item .nav-link.active:before {
    content: "";
    position: absolute;
    bottom: 0;
    background: #5bc0de;
    height: 3px;
    display: inline-block;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
    z-index: 2;
    left: 0;
    right: 0;
    min-width: 100%;
}

.underline-from-center-default, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-default .nav-tabs.nav-animated-border-from-center .nav-item a, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-default .nav-tabs.nav-animated-border-from-center .nav-item .active, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-default .nav-tabs.nav-animated-border-from-center .nav-item a, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-default .nav-tabs.nav-animated-border-from-center .nav-item .active {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    position: relative;
}

.underline-from-center-default:before, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-default .nav-tabs.nav-animated-border-from-center .nav-item a:before, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-default .nav-tabs.nav-animated-border-from-center .nav-item .active:before, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-default .nav-tabs.nav-animated-border-from-center .nav-item a:before, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-default .nav-tabs.nav-animated-border-from-center .nav-item .active:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    bottom: 0;
    background: #5bc0de;
    height: 3px;
    min-width: 0;
    display: inline-block;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}

.underline-from-center-default:hover:before, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-default .nav-tabs.nav-animated-border-from-center .nav-item a:hover:before, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-default .nav-tabs.nav-animated-border-from-center .nav-item .active:hover:before, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-default .nav-tabs.nav-animated-border-from-center .nav-item a:hover:before, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-default .nav-tabs.nav-animated-border-from-center .nav-item .active:hover:before {
    z-index: 2;
    left: 0;
    right: 0;
    min-width: 100%;
}

.underline-from-left-default, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-default .nav-tabs.nav-animated-border-from-left .nav-item a, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-default .nav-tabs.nav-animated-border-from-left .nav-item .active, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-default .nav-tabs.nav-animated-border-from-left .nav-item a, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-default .nav-tabs.nav-animated-border-from-left .nav-item .active {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    position: relative;
}

.underline-from-left-default:before, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-default .nav-tabs.nav-animated-border-from-left .nav-item a:before, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-default .nav-tabs.nav-animated-border-from-left .nav-item .active:before, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-default .nav-tabs.nav-animated-border-from-left .nav-item a:before, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-default .nav-tabs.nav-animated-border-from-left .nav-item .active:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0%;
    bottom: 0;
    background: #5bc0de;
    height: 3px;
    min-width: 0;
    display: inline-block;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}

.underline-from-left-default:hover:before, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-default .nav-tabs.nav-animated-border-from-left .nav-item a:hover:before, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-default .nav-tabs.nav-animated-border-from-left .nav-item .active:hover:before, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-default .nav-tabs.nav-animated-border-from-left .nav-item a:hover:before, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-default .nav-tabs.nav-animated-border-from-left .nav-item .active:hover:before {
    z-index: 2;
    min-width: 100%;
}

.underline-from-right-default, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-default .nav-tabs.nav-animated-border-from-right .nav-item a, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-default .nav-tabs.nav-animated-border-from-right .nav-item .active, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-default .nav-tabs.nav-animated-border-from-right .nav-item a, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-default .nav-tabs.nav-animated-border-from-right .nav-item .active {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    position: relative;
}

.underline-from-right-default:before, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-default .nav-tabs.nav-animated-border-from-right .nav-item a:before, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-default .nav-tabs.nav-animated-border-from-right .nav-item .active:before, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-default .nav-tabs.nav-animated-border-from-right .nav-item a:before, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-default .nav-tabs.nav-animated-border-from-right .nav-item .active:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 100%;
    bottom: 0;
    background: #5bc0de;
    height: 3px;
    min-width: 0;
    display: inline-block;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}

.underline-from-right-default:hover:before, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-default .nav-tabs.nav-animated-border-from-right .nav-item a:hover:before, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-default .nav-tabs.nav-animated-border-from-right .nav-item .active:hover:before, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-default .nav-tabs.nav-animated-border-from-right .nav-item a:hover:before, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-default .nav-tabs.nav-animated-border-from-right .nav-item .active:hover:before {
    z-index: 2;
    left: 0;
    min-width: 100%;
}

.overline-from-center-default {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    position: relative;
}

.overline-from-center-default:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    top: 0;
    background: #5bc0de;
    height: 3px;
    min-width: 0;
    display: inline-block;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}

.overline-from-center-default:hover:before {
    z-index: 2;
    left: 0;
    right: 0;
    min-width: 100%;
}

.overline-from-left-default {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    position: relative;
}

.overline-from-left-default:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0%;
    top: 0;
    background: #5bc0de;
    height: 3px;
    min-width: 0;
    display: inline-block;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}

.overline-from-left-default:hover:before {
    z-index: 2;
    min-width: 100%;
}

.overline-from-right-default {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    position: relative;
}

.overline-from-right-default:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 100%;
    top: 0;
    background: #5bc0de;
    height: 3px;
    min-width: 0;
    display: inline-block;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}

.overline-from-right-default:hover:before {
    z-index: 2;
    left: 0;
    min-width: 100%;
}

.underlined-success, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-success .nav-tabs.nav-animated-border-from-center .nav-item .nav-link.active, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-success .nav-tabs.nav-animated-border-from-left .nav-item .nav-link.active, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-success .nav-tabs.nav-animated-border-from-right .nav-item .nav-link.active, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-success .nav-tabs.nav-animated-border-from-center .nav-item .nav-link.active, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-success .nav-tabs.nav-animated-border-from-left .nav-item .nav-link.active, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-success .nav-tabs.nav-animated-border-from-right .nav-item .nav-link.active {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    position: relative;
}

.underlined-success:before, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-success .nav-tabs.nav-animated-border-from-center .nav-item .nav-link.active:before, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-success .nav-tabs.nav-animated-border-from-left .nav-item .nav-link.active:before, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-success .nav-tabs.nav-animated-border-from-right .nav-item .nav-link.active:before, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-success .nav-tabs.nav-animated-border-from-center .nav-item .nav-link.active:before, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-success .nav-tabs.nav-animated-border-from-left .nav-item .nav-link.active:before, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-success .nav-tabs.nav-animated-border-from-right .nav-item .nav-link.active:before {
    content: "";
    position: absolute;
    bottom: 0;
    background: #5cb85c;
    height: 3px;
    display: inline-block;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
    z-index: 2;
    left: 0;
    right: 0;
    min-width: 100%;
}

.underline-from-center-success, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-success .nav-tabs.nav-animated-border-from-center .nav-item a, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-success .nav-tabs.nav-animated-border-from-center .nav-item .active, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-success .nav-tabs.nav-animated-border-from-center .nav-item a, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-success .nav-tabs.nav-animated-border-from-center .nav-item .active {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    position: relative;
}

.underline-from-center-success:before, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-success .nav-tabs.nav-animated-border-from-center .nav-item a:before, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-success .nav-tabs.nav-animated-border-from-center .nav-item .active:before, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-success .nav-tabs.nav-animated-border-from-center .nav-item a:before, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-success .nav-tabs.nav-animated-border-from-center .nav-item .active:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    bottom: 0;
    background: #5cb85c;
    height: 3px;
    min-width: 0;
    display: inline-block;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}

.underline-from-center-success:hover:before, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-success .nav-tabs.nav-animated-border-from-center .nav-item a:hover:before, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-success .nav-tabs.nav-animated-border-from-center .nav-item .active:hover:before, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-success .nav-tabs.nav-animated-border-from-center .nav-item a:hover:before, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-success .nav-tabs.nav-animated-border-from-center .nav-item .active:hover:before {
    z-index: 2;
    left: 0;
    right: 0;
    min-width: 100%;
}

.underline-from-left-success, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-success .nav-tabs.nav-animated-border-from-left .nav-item a, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-success .nav-tabs.nav-animated-border-from-left .nav-item .active, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-success .nav-tabs.nav-animated-border-from-left .nav-item a, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-success .nav-tabs.nav-animated-border-from-left .nav-item .active {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    position: relative;
}

.underline-from-left-success:before, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-success .nav-tabs.nav-animated-border-from-left .nav-item a:before, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-success .nav-tabs.nav-animated-border-from-left .nav-item .active:before, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-success .nav-tabs.nav-animated-border-from-left .nav-item a:before, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-success .nav-tabs.nav-animated-border-from-left .nav-item .active:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0%;
    bottom: 0;
    background: #5cb85c;
    height: 3px;
    min-width: 0;
    display: inline-block;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}

.underline-from-left-success:hover:before, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-success .nav-tabs.nav-animated-border-from-left .nav-item a:hover:before, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-success .nav-tabs.nav-animated-border-from-left .nav-item .active:hover:before, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-success .nav-tabs.nav-animated-border-from-left .nav-item a:hover:before, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-success .nav-tabs.nav-animated-border-from-left .nav-item .active:hover:before {
    z-index: 2;
    min-width: 100%;
}

.underline-from-right-success, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-success .nav-tabs.nav-animated-border-from-right .nav-item a, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-success .nav-tabs.nav-animated-border-from-right .nav-item .active, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-success .nav-tabs.nav-animated-border-from-right .nav-item a, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-success .nav-tabs.nav-animated-border-from-right .nav-item .active {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    position: relative;
}

.underline-from-right-success:before, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-success .nav-tabs.nav-animated-border-from-right .nav-item a:before, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-success .nav-tabs.nav-animated-border-from-right .nav-item .active:before, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-success .nav-tabs.nav-animated-border-from-right .nav-item a:before, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-success .nav-tabs.nav-animated-border-from-right .nav-item .active:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 100%;
    bottom: 0;
    background: #5cb85c;
    height: 3px;
    min-width: 0;
    display: inline-block;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}

.underline-from-right-success:hover:before, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-success .nav-tabs.nav-animated-border-from-right .nav-item a:hover:before, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-success .nav-tabs.nav-animated-border-from-right .nav-item .active:hover:before, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-success .nav-tabs.nav-animated-border-from-right .nav-item a:hover:before, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-success .nav-tabs.nav-animated-border-from-right .nav-item .active:hover:before {
    z-index: 2;
    left: 0;
    min-width: 100%;
}

.overline-from-center-success {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    position: relative;
}

.overline-from-center-success:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    top: 0;
    background: #5cb85c;
    height: 3px;
    min-width: 0;
    display: inline-block;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}

.overline-from-center-success:hover:before {
    z-index: 2;
    left: 0;
    right: 0;
    min-width: 100%;
}

.overline-from-left-success {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    position: relative;
}

.overline-from-left-success:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0%;
    top: 0;
    background: #5cb85c;
    height: 3px;
    min-width: 0;
    display: inline-block;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}

.overline-from-left-success:hover:before {
    z-index: 2;
    min-width: 100%;
}

.overline-from-right-success {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    position: relative;
}

.overline-from-right-success:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 100%;
    top: 0;
    background: #5cb85c;
    height: 3px;
    min-width: 0;
    display: inline-block;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}

.overline-from-right-success:hover:before {
    z-index: 2;
    left: 0;
    min-width: 100%;
}

.underlined-info, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-info .nav-tabs.nav-animated-border-from-center .nav-item .nav-link.active, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-info .nav-tabs.nav-animated-border-from-left .nav-item .nav-link.active, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-info .nav-tabs.nav-animated-border-from-right .nav-item .nav-link.active, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-info .nav-tabs.nav-animated-border-from-center .nav-item .nav-link.active, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-info .nav-tabs.nav-animated-border-from-left .nav-item .nav-link.active, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-info .nav-tabs.nav-animated-border-from-right .nav-item .nav-link.active {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    position: relative;
}

.underlined-info:before, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-info .nav-tabs.nav-animated-border-from-center .nav-item .nav-link.active:before, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-info .nav-tabs.nav-animated-border-from-left .nav-item .nav-link.active:before, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-info .nav-tabs.nav-animated-border-from-right .nav-item .nav-link.active:before, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-info .nav-tabs.nav-animated-border-from-center .nav-item .nav-link.active:before, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-info .nav-tabs.nav-animated-border-from-left .nav-item .nav-link.active:before, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-info .nav-tabs.nav-animated-border-from-right .nav-item .nav-link.active:before {
    content: "";
    position: absolute;
    bottom: 0;
    background: #00aced;
    height: 3px;
    display: inline-block;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
    z-index: 2;
    left: 0;
    right: 0;
    min-width: 100%;
}

.underline-from-center-info, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-info .nav-tabs.nav-animated-border-from-center .nav-item a, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-info .nav-tabs.nav-animated-border-from-center .nav-item .active, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-info .nav-tabs.nav-animated-border-from-center .nav-item a, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-info .nav-tabs.nav-animated-border-from-center .nav-item .active {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    position: relative;
}

.underline-from-center-info:before, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-info .nav-tabs.nav-animated-border-from-center .nav-item a:before, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-info .nav-tabs.nav-animated-border-from-center .nav-item .active:before, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-info .nav-tabs.nav-animated-border-from-center .nav-item a:before, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-info .nav-tabs.nav-animated-border-from-center .nav-item .active:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    bottom: 0;
    background: #00aced;
    height: 3px;
    min-width: 0;
    display: inline-block;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}

.underline-from-center-info:hover:before, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-info .nav-tabs.nav-animated-border-from-center .nav-item a:hover:before, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-info .nav-tabs.nav-animated-border-from-center .nav-item .active:hover:before, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-info .nav-tabs.nav-animated-border-from-center .nav-item a:hover:before, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-info .nav-tabs.nav-animated-border-from-center .nav-item .active:hover:before {
    z-index: 2;
    left: 0;
    right: 0;
    min-width: 100%;
}

.underline-from-left-info, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-info .nav-tabs.nav-animated-border-from-left .nav-item a, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-info .nav-tabs.nav-animated-border-from-left .nav-item .active, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-info .nav-tabs.nav-animated-border-from-left .nav-item a, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-info .nav-tabs.nav-animated-border-from-left .nav-item .active {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    position: relative;
}

.underline-from-left-info:before, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-info .nav-tabs.nav-animated-border-from-left .nav-item a:before, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-info .nav-tabs.nav-animated-border-from-left .nav-item .active:before, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-info .nav-tabs.nav-animated-border-from-left .nav-item a:before, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-info .nav-tabs.nav-animated-border-from-left .nav-item .active:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0%;
    bottom: 0;
    background: #00aced;
    height: 3px;
    min-width: 0;
    display: inline-block;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}

.underline-from-left-info:hover:before, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-info .nav-tabs.nav-animated-border-from-left .nav-item a:hover:before, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-info .nav-tabs.nav-animated-border-from-left .nav-item .active:hover:before, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-info .nav-tabs.nav-animated-border-from-left .nav-item a:hover:before, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-info .nav-tabs.nav-animated-border-from-left .nav-item .active:hover:before {
    z-index: 2;
    min-width: 100%;
}

.underline-from-right-info, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-info .nav-tabs.nav-animated-border-from-right .nav-item a, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-info .nav-tabs.nav-animated-border-from-right .nav-item .active, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-info .nav-tabs.nav-animated-border-from-right .nav-item a, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-info .nav-tabs.nav-animated-border-from-right .nav-item .active {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    position: relative;
}

.underline-from-right-info:before, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-info .nav-tabs.nav-animated-border-from-right .nav-item a:before, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-info .nav-tabs.nav-animated-border-from-right .nav-item .active:before, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-info .nav-tabs.nav-animated-border-from-right .nav-item a:before, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-info .nav-tabs.nav-animated-border-from-right .nav-item .active:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 100%;
    bottom: 0;
    background: #00aced;
    height: 3px;
    min-width: 0;
    display: inline-block;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}

.underline-from-right-info:hover:before, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-info .nav-tabs.nav-animated-border-from-right .nav-item a:hover:before, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-info .nav-tabs.nav-animated-border-from-right .nav-item .active:hover:before, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-info .nav-tabs.nav-animated-border-from-right .nav-item a:hover:before, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-info .nav-tabs.nav-animated-border-from-right .nav-item .active:hover:before {
    z-index: 2;
    left: 0;
    min-width: 100%;
}

.overline-from-center-info {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    position: relative;
}

.overline-from-center-info:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    top: 0;
    background: #00aced;
    height: 3px;
    min-width: 0;
    display: inline-block;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}

.overline-from-center-info:hover:before {
    z-index: 2;
    left: 0;
    right: 0;
    min-width: 100%;
}

.overline-from-left-info {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    position: relative;
}

.overline-from-left-info:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0%;
    top: 0;
    background: #00aced;
    height: 3px;
    min-width: 0;
    display: inline-block;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}

.overline-from-left-info:hover:before {
    z-index: 2;
    min-width: 100%;
}

.overline-from-right-info {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    position: relative;
}

.overline-from-right-info:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 100%;
    top: 0;
    background: #00aced;
    height: 3px;
    min-width: 0;
    display: inline-block;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}

.overline-from-right-info:hover:before {
    z-index: 2;
    left: 0;
    min-width: 100%;
}

.underlined-warning, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-warning .nav-tabs.nav-animated-border-from-center .nav-item .nav-link.active, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-warning .nav-tabs.nav-animated-border-from-left .nav-item .nav-link.active, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-warning .nav-tabs.nav-animated-border-from-right .nav-item .nav-link.active, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-warning .nav-tabs.nav-animated-border-from-center .nav-item .nav-link.active, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-warning .nav-tabs.nav-animated-border-from-left .nav-item .nav-link.active, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-warning .nav-tabs.nav-animated-border-from-right .nav-item .nav-link.active {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    position: relative;
}

.underlined-warning:before, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-warning .nav-tabs.nav-animated-border-from-center .nav-item .nav-link.active:before, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-warning .nav-tabs.nav-animated-border-from-left .nav-item .nav-link.active:before, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-warning .nav-tabs.nav-animated-border-from-right .nav-item .nav-link.active:before, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-warning .nav-tabs.nav-animated-border-from-center .nav-item .nav-link.active:before, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-warning .nav-tabs.nav-animated-border-from-left .nav-item .nav-link.active:before, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-warning .nav-tabs.nav-animated-border-from-right .nav-item .nav-link.active:before {
    content: "";
    position: absolute;
    bottom: 0;
    background: #f0ad4e;
    height: 3px;
    display: inline-block;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
    z-index: 2;
    left: 0;
    right: 0;
    min-width: 100%;
}

.underline-from-center-warning, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-warning .nav-tabs.nav-animated-border-from-center .nav-item a, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-warning .nav-tabs.nav-animated-border-from-center .nav-item .active, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-warning .nav-tabs.nav-animated-border-from-center .nav-item a, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-warning .nav-tabs.nav-animated-border-from-center .nav-item .active {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    position: relative;
}

.underline-from-center-warning:before, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-warning .nav-tabs.nav-animated-border-from-center .nav-item a:before, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-warning .nav-tabs.nav-animated-border-from-center .nav-item .active:before, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-warning .nav-tabs.nav-animated-border-from-center .nav-item a:before, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-warning .nav-tabs.nav-animated-border-from-center .nav-item .active:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    bottom: 0;
    background: #f0ad4e;
    height: 3px;
    min-width: 0;
    display: inline-block;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}

.underline-from-center-warning:hover:before, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-warning .nav-tabs.nav-animated-border-from-center .nav-item a:hover:before, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-warning .nav-tabs.nav-animated-border-from-center .nav-item .active:hover:before, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-warning .nav-tabs.nav-animated-border-from-center .nav-item a:hover:before, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-warning .nav-tabs.nav-animated-border-from-center .nav-item .active:hover:before {
    z-index: 2;
    left: 0;
    right: 0;
    min-width: 100%;
}

.underline-from-left-warning, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-warning .nav-tabs.nav-animated-border-from-left .nav-item a, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-warning .nav-tabs.nav-animated-border-from-left .nav-item .active, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-warning .nav-tabs.nav-animated-border-from-left .nav-item a, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-warning .nav-tabs.nav-animated-border-from-left .nav-item .active {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    position: relative;
}

.underline-from-left-warning:before, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-warning .nav-tabs.nav-animated-border-from-left .nav-item a:before, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-warning .nav-tabs.nav-animated-border-from-left .nav-item .active:before, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-warning .nav-tabs.nav-animated-border-from-left .nav-item a:before, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-warning .nav-tabs.nav-animated-border-from-left .nav-item .active:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0%;
    bottom: 0;
    background: #f0ad4e;
    height: 3px;
    min-width: 0;
    display: inline-block;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}

.underline-from-left-warning:hover:before, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-warning .nav-tabs.nav-animated-border-from-left .nav-item a:hover:before, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-warning .nav-tabs.nav-animated-border-from-left .nav-item .active:hover:before, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-warning .nav-tabs.nav-animated-border-from-left .nav-item a:hover:before, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-warning .nav-tabs.nav-animated-border-from-left .nav-item .active:hover:before {
    z-index: 2;
    min-width: 100%;
}

.underline-from-right-warning, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-warning .nav-tabs.nav-animated-border-from-right .nav-item a, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-warning .nav-tabs.nav-animated-border-from-right .nav-item .active, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-warning .nav-tabs.nav-animated-border-from-right .nav-item a, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-warning .nav-tabs.nav-animated-border-from-right .nav-item .active {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    position: relative;
}

.underline-from-right-warning:before, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-warning .nav-tabs.nav-animated-border-from-right .nav-item a:before, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-warning .nav-tabs.nav-animated-border-from-right .nav-item .active:before, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-warning .nav-tabs.nav-animated-border-from-right .nav-item a:before, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-warning .nav-tabs.nav-animated-border-from-right .nav-item .active:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 100%;
    bottom: 0;
    background: #f0ad4e;
    height: 3px;
    min-width: 0;
    display: inline-block;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}

.underline-from-right-warning:hover:before, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-warning .nav-tabs.nav-animated-border-from-right .nav-item a:hover:before, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-warning .nav-tabs.nav-animated-border-from-right .nav-item .active:hover:before, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-warning .nav-tabs.nav-animated-border-from-right .nav-item a:hover:before, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-warning .nav-tabs.nav-animated-border-from-right .nav-item .active:hover:before {
    z-index: 2;
    left: 0;
    min-width: 100%;
}

.overline-from-center-warning {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    position: relative;
}

.overline-from-center-warning:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    top: 0;
    background: #f0ad4e;
    height: 3px;
    min-width: 0;
    display: inline-block;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}

.overline-from-center-warning:hover:before {
    z-index: 2;
    left: 0;
    right: 0;
    min-width: 100%;
}

.overline-from-left-warning {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    position: relative;
}

.overline-from-left-warning:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0%;
    top: 0;
    background: #f0ad4e;
    height: 3px;
    min-width: 0;
    display: inline-block;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}

.overline-from-left-warning:hover:before {
    z-index: 2;
    min-width: 100%;
}

.overline-from-right-warning {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    position: relative;
}

.overline-from-right-warning:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 100%;
    top: 0;
    background: #f0ad4e;
    height: 3px;
    min-width: 0;
    display: inline-block;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}

.overline-from-right-warning:hover:before {
    z-index: 2;
    left: 0;
    min-width: 100%;
}

.underlined-danger, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-danger .nav-tabs.nav-animated-border-from-center .nav-item .nav-link.active, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-danger .nav-tabs.nav-animated-border-from-left .nav-item .nav-link.active, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-danger .nav-tabs.nav-animated-border-from-right .nav-item .nav-link.active, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-danger .nav-tabs.nav-animated-border-from-center .nav-item .nav-link.active, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-danger .nav-tabs.nav-animated-border-from-left .nav-item .nav-link.active, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-danger .nav-tabs.nav-animated-border-from-right .nav-item .nav-link.active {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    position: relative;
}

.underlined-danger:before, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-danger .nav-tabs.nav-animated-border-from-center .nav-item .nav-link.active:before, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-danger .nav-tabs.nav-animated-border-from-left .nav-item .nav-link.active:before, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-danger .nav-tabs.nav-animated-border-from-right .nav-item .nav-link.active:before, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-danger .nav-tabs.nav-animated-border-from-center .nav-item .nav-link.active:before, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-danger .nav-tabs.nav-animated-border-from-left .nav-item .nav-link.active:before, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-danger .nav-tabs.nav-animated-border-from-right .nav-item .nav-link.active:before {
    content: "";
    position: absolute;
    bottom: 0;
    background: #d9534f;
    height: 3px;
    display: inline-block;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
    z-index: 2;
    left: 0;
    right: 0;
    min-width: 100%;
}

.underline-from-center-danger, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-danger .nav-tabs.nav-animated-border-from-center .nav-item a, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-danger .nav-tabs.nav-animated-border-from-center .nav-item .active, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-danger .nav-tabs.nav-animated-border-from-center .nav-item a, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-danger .nav-tabs.nav-animated-border-from-center .nav-item .active {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    position: relative;
}

.underline-from-center-danger:before, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-danger .nav-tabs.nav-animated-border-from-center .nav-item a:before, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-danger .nav-tabs.nav-animated-border-from-center .nav-item .active:before, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-danger .nav-tabs.nav-animated-border-from-center .nav-item a:before, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-danger .nav-tabs.nav-animated-border-from-center .nav-item .active:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    bottom: 0;
    background: #d9534f;
    height: 3px;
    min-width: 0;
    display: inline-block;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}

.underline-from-center-danger:hover:before, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-danger .nav-tabs.nav-animated-border-from-center .nav-item a:hover:before, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-danger .nav-tabs.nav-animated-border-from-center .nav-item .active:hover:before, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-danger .nav-tabs.nav-animated-border-from-center .nav-item a:hover:before, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-danger .nav-tabs.nav-animated-border-from-center .nav-item .active:hover:before {
    z-index: 2;
    left: 0;
    right: 0;
    min-width: 100%;
}

.underline-from-left-danger, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-danger .nav-tabs.nav-animated-border-from-left .nav-item a, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-danger .nav-tabs.nav-animated-border-from-left .nav-item .active, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-danger .nav-tabs.nav-animated-border-from-left .nav-item a, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-danger .nav-tabs.nav-animated-border-from-left .nav-item .active {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    position: relative;
}

.underline-from-left-danger:before, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-danger .nav-tabs.nav-animated-border-from-left .nav-item a:before, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-danger .nav-tabs.nav-animated-border-from-left .nav-item .active:before, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-danger .nav-tabs.nav-animated-border-from-left .nav-item a:before, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-danger .nav-tabs.nav-animated-border-from-left .nav-item .active:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0%;
    bottom: 0;
    background: #d9534f;
    height: 3px;
    min-width: 0;
    display: inline-block;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}

.underline-from-left-danger:hover:before, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-danger .nav-tabs.nav-animated-border-from-left .nav-item a:hover:before, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-danger .nav-tabs.nav-animated-border-from-left .nav-item .active:hover:before, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-danger .nav-tabs.nav-animated-border-from-left .nav-item a:hover:before, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-danger .nav-tabs.nav-animated-border-from-left .nav-item .active:hover:before {
    z-index: 2;
    min-width: 100%;
}

.underline-from-right-danger, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-danger .nav-tabs.nav-animated-border-from-right .nav-item a, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-danger .nav-tabs.nav-animated-border-from-right .nav-item .active, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-danger .nav-tabs.nav-animated-border-from-right .nav-item a, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-danger .nav-tabs.nav-animated-border-from-right .nav-item .active {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    position: relative;
}

.underline-from-right-danger:before, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-danger .nav-tabs.nav-animated-border-from-right .nav-item a:before, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-danger .nav-tabs.nav-animated-border-from-right .nav-item .active:before, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-danger .nav-tabs.nav-animated-border-from-right .nav-item a:before, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-danger .nav-tabs.nav-animated-border-from-right .nav-item .active:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 100%;
    bottom: 0;
    background: #d9534f;
    height: 3px;
    min-width: 0;
    display: inline-block;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}

.underline-from-right-danger:hover:before, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-danger .nav-tabs.nav-animated-border-from-right .nav-item a:hover:before, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-danger .nav-tabs.nav-animated-border-from-right .nav-item .active:hover:before, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-danger .nav-tabs.nav-animated-border-from-right .nav-item a:hover:before, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-danger .nav-tabs.nav-animated-border-from-right .nav-item .active:hover:before {
    z-index: 2;
    left: 0;
    min-width: 100%;
}

.overline-from-center-danger {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    position: relative;
}

.overline-from-center-danger:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    top: 0;
    background: #d9534f;
    height: 3px;
    min-width: 0;
    display: inline-block;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}

.overline-from-center-danger:hover:before {
    z-index: 2;
    left: 0;
    right: 0;
    min-width: 100%;
}

.overline-from-left-danger {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    position: relative;
}

.overline-from-left-danger:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0%;
    top: 0;
    background: #d9534f;
    height: 3px;
    min-width: 0;
    display: inline-block;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}

.overline-from-left-danger:hover:before {
    z-index: 2;
    min-width: 100%;
}

.overline-from-right-danger {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    position: relative;
}

.overline-from-right-danger:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 100%;
    top: 0;
    background: #d9534f;
    height: 3px;
    min-width: 0;
    display: inline-block;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}

.overline-from-right-danger:hover:before {
    z-index: 2;
    left: 0;
    min-width: 100%;
}

.delay-0 {
    animation-delay: 0ms;
}

.delay-100 {
    animation-delay: 100ms;
}

.delay-200 {
    animation-delay: 200ms;
}

.delay-300 {
    animation-delay: 300ms;
}

.delay-400 {
    animation-delay: 400ms;
}

.delay-500 {
    animation-delay: 500ms;
}

.delay-600 {
    animation-delay: 600ms;
}

.delay-700 {
    animation-delay: 700ms;
}

.delay-800 {
    animation-delay: 800ms;
}

.delay-900 {
    animation-delay: 900ms;
}

.delay-1000 {
    animation-delay: 1000ms;
}

.delay-1100 {
    animation-delay: 1100ms;
}

.delay-1200 {
    animation-delay: 1200ms;
}

.delay-1300 {
    animation-delay: 1300ms;
}

.delay-1400 {
    animation-delay: 1400ms;
}

.delay-1500 {
    animation-delay: 1500ms;
}

.delay-1600 {
    animation-delay: 1600ms;
}

.delay-1700 {
    animation-delay: 1700ms;
}

.delay-1800 {
    animation-delay: 1800ms;
}

.delay-1900 {
    animation-delay: 1900ms;
}

.delay-2000 {
    animation-delay: 2000ms;
}

.delay-2100 {
    animation-delay: 2100ms;
}

.delay-2200 {
    animation-delay: 2200ms;
}

.delay-2300 {
    animation-delay: 2300ms;
}

.delay-2400 {
    animation-delay: 2400ms;
}

.delay-2500 {
    animation-delay: 2500ms;
}

.delay-2600 {
    animation-delay: 2600ms;
}

.delay-2700 {
    animation-delay: 2700ms;
}

.delay-2800 {
    animation-delay: 2800ms;
}

.delay-2900 {
    animation-delay: 2900ms;
}

.delay-3000 {
    animation-delay: 3000ms;
}

.delay-3100 {
    animation-delay: 3100ms;
}

.delay-3200 {
    animation-delay: 3200ms;
}

.delay-3300 {
    animation-delay: 3300ms;
}

.delay-3400 {
    animation-delay: 3400ms;
}

.delay-3500 {
    animation-delay: 3500ms;
}

.delay-3600 {
    animation-delay: 3600ms;
}

.delay-3700 {
    animation-delay: 3700ms;
}

.delay-3800 {
    animation-delay: 3800ms;
}

.delay-3900 {
    animation-delay: 3900ms;
}

.delay-4000 {
    animation-delay: 4000ms;
}

.delay-4100 {
    animation-delay: 4100ms;
}

.delay-4200 {
    animation-delay: 4200ms;
}

.delay-4300 {
    animation-delay: 4300ms;
}

.delay-4400 {
    animation-delay: 4400ms;
}

.delay-4500 {
    animation-delay: 4500ms;
}

.delay-4600 {
    animation-delay: 4600ms;
}

.delay-4700 {
    animation-delay: 4700ms;
}

.delay-4800 {
    animation-delay: 4800ms;
}

.delay-4900 {
    animation-delay: 4900ms;
}

.delay-5000 {
    animation-delay: 5000ms;
}

[data-direction="rtl"] .col-xs-1, [data-direction="rtl"] .col-xs-2, [data-direction="rtl"] .col-xs-3, [data-direction="rtl"] .col-xs-4, [data-direction="rtl"] .col-xs-5, [data-direction="rtl"] .col-xs-6, [data-direction="rtl"] .col-xs-7, [data-direction="rtl"] .col-xs-8, [data-direction="rtl"] .col-xs-9, [data-direction="rtl"] .col-xs-10, [data-direction="rtl"] .col-xs-11, [data-direction="rtl"] .col-xs-12, [data-direction="rtl"] .col-sm-1, [data-direction="rtl"] .col-sm-2, [data-direction="rtl"] .col-sm-3, [data-direction="rtl"] .col-sm-4, [data-direction="rtl"] .col-sm-5, [data-direction="rtl"] .col-sm-6, [data-direction="rtl"] .col-sm-7, [data-direction="rtl"] .col-sm-8, [data-direction="rtl"] .col-sm-9, [data-direction="rtl"] .col-sm-10, [data-direction="rtl"] .col-sm-11, [data-direction="rtl"] .col-sm-12, [data-direction="rtl"] .col-md-1, [data-direction="rtl"] .col-md-2, [data-direction="rtl"] .col-md-3, [data-direction="rtl"] .col-md-4, [data-direction="rtl"] .col-md-5, [data-direction="rtl"] .col-md-6, [data-direction="rtl"] .col-md-7, [data-direction="rtl"] .col-md-8, [data-direction="rtl"] .col-md-9, [data-direction="rtl"] .col-md-10, [data-direction="rtl"] .col-md-11, [data-direction="rtl"] .col-md-12, [data-direction="rtl"] .col-lg-1, [data-direction="rtl"] .col-lg-2, [data-direction="rtl"] .col-lg-3, [data-direction="rtl"] .col-lg-4, [data-direction="rtl"] .col-lg-5, [data-direction="rtl"] .col-lg-6, [data-direction="rtl"] .col-lg-7, [data-direction="rtl"] .col-lg-8, [data-direction="rtl"] .col-lg-9, [data-direction="rtl"] .col-lg-10, [data-direction="rtl"] .col-lg-11, [data-direction="rtl"] .col-lg-12, [data-direction="rtl"] .col-xl-1, [data-direction="rtl"] .col-xl-2, [data-direction="rtl"] .col-xl-3, [data-direction="rtl"] .col-xl-4, [data-direction="rtl"] .col-xl-5, [data-direction="rtl"] .col-xl-6, [data-direction="rtl"] .col-xl-7, [data-direction="rtl"] .col-xl-8, [data-direction="rtl"] .col-xl-9, [data-direction="rtl"] .col-xl-10, [data-direction="rtl"] .col-xl-11, [data-direction="rtl"] .col-xl-12 {
    position: relative;
    min-height: 1px;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
}

[data-direction="rtl"] .col-xs-1,
[data-direction="rtl"] .col-xs-2,
[data-direction="rtl"] .col-xs-3,
[data-direction="rtl"] .col-xs-4,
[data-direction="rtl"] .col-xs-5,
[data-direction="rtl"] .col-xs-6,
[data-direction="rtl"] .col-xs-7,
[data-direction="rtl"] .col-xs-8,
[data-direction="rtl"] .col-xs-9,
[data-direction="rtl"] .col-xs-10,
[data-direction="rtl"] .col-xs-11,
[data-direction="rtl"] .col-xs-12 {
    float: right;
}

[data-direction="rtl"] .col-xs-1 {
    width: 8.33333%;
}

[data-direction="rtl"] .col-xs-2 {
    width: 16.66667%;
}

[data-direction="rtl"] .col-xs-3 {
    width: 25%;
}

[data-direction="rtl"] .col-xs-4 {
    width: 33.33333%;
}

[data-direction="rtl"] .col-xs-5 {
    width: 41.66667%;
}

[data-direction="rtl"] .col-xs-6 {
    width: 50%;
}

[data-direction="rtl"] .col-xs-7 {
    width: 58.33333%;
}

[data-direction="rtl"] .col-xs-8 {
    width: 66.66667%;
}

[data-direction="rtl"] .col-xs-9 {
    width: 75%;
}

[data-direction="rtl"] .col-xs-10 {
    width: 83.33333%;
}

[data-direction="rtl"] .col-xs-11 {
    width: 91.66667%;
}

[data-direction="rtl"] .col-xs-12 {
    width: 100%;
}

[data-direction="rtl"] .col-xs-pull-0 {
    left: auto;
}

[data-direction="rtl"] .col-xs-pull-1 {
    left: 8.33333%;
}

[data-direction="rtl"] .col-xs-pull-2 {
    left: 16.66667%;
}

[data-direction="rtl"] .col-xs-pull-3 {
    left: 25%;
}

[data-direction="rtl"] .col-xs-pull-4 {
    left: 33.33333%;
}

[data-direction="rtl"] .col-xs-pull-5 {
    left: 41.66667%;
}

[data-direction="rtl"] .col-xs-pull-6 {
    left: 50%;
}

[data-direction="rtl"] .col-xs-pull-7 {
    left: 58.33333%;
}

[data-direction="rtl"] .col-xs-pull-8 {
    left: 66.66667%;
}

[data-direction="rtl"] .col-xs-pull-9 {
    left: 75%;
}

[data-direction="rtl"] .col-xs-pull-10 {
    left: 83.33333%;
}

[data-direction="rtl"] .col-xs-pull-11 {
    left: 91.66667%;
}

[data-direction="rtl"] .col-xs-pull-12 {
    left: 100%;
}

[data-direction="rtl"] .col-xs-push-0 {
    right: auto;
}

[data-direction="rtl"] .col-xs-push-1 {
    right: 8.33333%;
}

[data-direction="rtl"] .col-xs-push-2 {
    right: 16.66667%;
}

[data-direction="rtl"] .col-xs-push-3 {
    right: 25%;
}

[data-direction="rtl"] .col-xs-push-4 {
    right: 33.33333%;
}

[data-direction="rtl"] .col-xs-push-5 {
    right: 41.66667%;
}

[data-direction="rtl"] .col-xs-push-6 {
    right: 50%;
}

[data-direction="rtl"] .col-xs-push-7 {
    right: 58.33333%;
}

[data-direction="rtl"] .col-xs-push-8 {
    right: 66.66667%;
}

[data-direction="rtl"] .col-xs-push-9 {
    right: 75%;
}

[data-direction="rtl"] .col-xs-push-10 {
    right: 83.33333%;
}

[data-direction="rtl"] .col-xs-push-11 {
    right: 91.66667%;
}

[data-direction="rtl"] .col-xs-push-12 {
    right: 100%;
}

[data-direction="rtl"] .col-xs-offset-0 {
    margin-right: 0%;
}

[data-direction="rtl"] .col-xs-offset-1 {
    margin-right: 8.33333%;
}

[data-direction="rtl"] .col-xs-offset-2 {
    margin-right: 16.66667%;
}

[data-direction="rtl"] .col-xs-offset-3 {
    margin-right: 25%;
}

[data-direction="rtl"] .col-xs-offset-4 {
    margin-right: 33.33333%;
}

[data-direction="rtl"] .col-xs-offset-5 {
    margin-right: 41.66667%;
}

[data-direction="rtl"] .col-xs-offset-6 {
    margin-right: 50%;
}

[data-direction="rtl"] .col-xs-offset-7 {
    margin-right: 58.33333%;
}

[data-direction="rtl"] .col-xs-offset-8 {
    margin-right: 66.66667%;
}

[data-direction="rtl"] .col-xs-offset-9 {
    margin-right: 75%;
}

[data-direction="rtl"] .col-xs-offset-10 {
    margin-right: 83.33333%;
}

[data-direction="rtl"] .col-xs-offset-11 {
    margin-right: 91.66667%;
}

[data-direction="rtl"] .col-xs-offset-12 {
    margin-right: 100%;
}

@media (min-width: 544px) {
    [data-direction="rtl"] .col-sm-1, [data-direction="rtl"] .col-sm-2, [data-direction="rtl"] .col-sm-3, [data-direction="rtl"] .col-sm-4, [data-direction="rtl"] .col-sm-5, [data-direction="rtl"] .col-sm-6, [data-direction="rtl"] .col-sm-7, [data-direction="rtl"] .col-sm-8, [data-direction="rtl"] .col-sm-9, [data-direction="rtl"] .col-sm-10, [data-direction="rtl"] .col-sm-11, [data-direction="rtl"] .col-sm-12 {
        float: right;
    }
    [data-direction="rtl"] .col-sm-1 {
        width: 8.33333%;
    }
    [data-direction="rtl"] .col-sm-2 {
        width: 16.66667%;
    }
    [data-direction="rtl"] .col-sm-3 {
        width: 25%;
    }
    [data-direction="rtl"] .col-sm-4 {
        width: 33.33333%;
    }
    [data-direction="rtl"] .col-sm-5 {
        width: 41.66667%;
    }
    [data-direction="rtl"] .col-sm-6 {
        width: 50%;
    }
    [data-direction="rtl"] .col-sm-7 {
        width: 58.33333%;
    }
    [data-direction="rtl"] .col-sm-8 {
        width: 66.66667%;
    }
    [data-direction="rtl"] .col-sm-9 {
        width: 75%;
    }
    [data-direction="rtl"] .col-sm-10 {
        width: 83.33333%;
    }
    [data-direction="rtl"] .col-sm-11 {
        width: 91.66667%;
    }
    [data-direction="rtl"] .col-sm-12 {
        width: 100%;
    }
    [data-direction="rtl"] .col-sm-pull-0 {
        left: auto;
    }
    [data-direction="rtl"] .col-sm-pull-1 {
        left: 8.33333%;
    }
    [data-direction="rtl"] .col-sm-pull-2 {
        left: 16.66667%;
    }
    [data-direction="rtl"] .col-sm-pull-3 {
        left: 25%;
    }
    [data-direction="rtl"] .col-sm-pull-4 {
        left: 33.33333%;
    }
    [data-direction="rtl"] .col-sm-pull-5 {
        left: 41.66667%;
    }
    [data-direction="rtl"] .col-sm-pull-6 {
        left: 50%;
    }
    [data-direction="rtl"] .col-sm-pull-7 {
        left: 58.33333%;
    }
    [data-direction="rtl"] .col-sm-pull-8 {
        left: 66.66667%;
    }
    [data-direction="rtl"] .col-sm-pull-9 {
        left: 75%;
    }
    [data-direction="rtl"] .col-sm-pull-10 {
        left: 83.33333%;
    }
    [data-direction="rtl"] .col-sm-pull-11 {
        left: 91.66667%;
    }
    [data-direction="rtl"] .col-sm-pull-12 {
        left: 100%;
    }
    [data-direction="rtl"] .col-sm-push-0 {
        right: auto;
    }
    [data-direction="rtl"] .col-sm-push-1 {
        right: 8.33333%;
    }
    [data-direction="rtl"] .col-sm-push-2 {
        right: 16.66667%;
    }
    [data-direction="rtl"] .col-sm-push-3 {
        right: 25%;
    }
    [data-direction="rtl"] .col-sm-push-4 {
        right: 33.33333%;
    }
    [data-direction="rtl"] .col-sm-push-5 {
        right: 41.66667%;
    }
    [data-direction="rtl"] .col-sm-push-6 {
        right: 50%;
    }
    [data-direction="rtl"] .col-sm-push-7 {
        right: 58.33333%;
    }
    [data-direction="rtl"] .col-sm-push-8 {
        right: 66.66667%;
    }
    [data-direction="rtl"] .col-sm-push-9 {
        right: 75%;
    }
    [data-direction="rtl"] .col-sm-push-10 {
        right: 83.33333%;
    }
    [data-direction="rtl"] .col-sm-push-11 {
        right: 91.66667%;
    }
    [data-direction="rtl"] .col-sm-push-12 {
        right: 100%;
    }
    [data-direction="rtl"] .col-sm-offset-0 {
        margin-right: 0%;
    }
    [data-direction="rtl"] .col-sm-offset-1 {
        margin-right: 8.33333%;
    }
    [data-direction="rtl"] .col-sm-offset-2 {
        margin-right: 16.66667%;
    }
    [data-direction="rtl"] .col-sm-offset-3 {
        margin-right: 25%;
    }
    [data-direction="rtl"] .col-sm-offset-4 {
        margin-right: 33.33333%;
    }
    [data-direction="rtl"] .col-sm-offset-5 {
        margin-right: 41.66667%;
    }
    [data-direction="rtl"] .col-sm-offset-6 {
        margin-right: 50%;
    }
    [data-direction="rtl"] .col-sm-offset-7 {
        margin-right: 58.33333%;
    }
    [data-direction="rtl"] .col-sm-offset-8 {
        margin-right: 66.66667%;
    }
    [data-direction="rtl"] .col-sm-offset-9 {
        margin-right: 75%;
    }
    [data-direction="rtl"] .col-sm-offset-10 {
        margin-right: 83.33333%;
    }
    [data-direction="rtl"] .col-sm-offset-11 {
        margin-right: 91.66667%;
    }
    [data-direction="rtl"] .col-sm-offset-12 {
        margin-right: 100%;
    }
}

@media (min-width: 768px) {
    [data-direction="rtl"] .col-md-1, [data-direction="rtl"] .col-md-2, [data-direction="rtl"] .col-md-3, [data-direction="rtl"] .col-md-4, [data-direction="rtl"] .col-md-5, [data-direction="rtl"] .col-md-6, [data-direction="rtl"] .col-md-7, [data-direction="rtl"] .col-md-8, [data-direction="rtl"] .col-md-9, [data-direction="rtl"] .col-md-10, [data-direction="rtl"] .col-md-11, [data-direction="rtl"] .col-md-12 {
        float: right;
    }
    [data-direction="rtl"] .col-md-1 {
        width: 8.33333%;
    }
    [data-direction="rtl"] .col-md-2 {
        width: 16.66667%;
    }
    [data-direction="rtl"] .col-md-3 {
        width: 25%;
    }
    [data-direction="rtl"] .col-md-4 {
        width: 33.33333%;
    }
    [data-direction="rtl"] .col-md-5 {
        width: 41.66667%;
    }
    [data-direction="rtl"] .col-md-6 {
        width: 50%;
    }
    [data-direction="rtl"] .col-md-7 {
        width: 58.33333%;
    }
    [data-direction="rtl"] .col-md-8 {
        width: 66.66667%;
    }
    [data-direction="rtl"] .col-md-9 {
        width: 75%;
    }
    [data-direction="rtl"] .col-md-10 {
        width: 83.33333%;
    }
    [data-direction="rtl"] .col-md-11 {
        width: 91.66667%;
    }
    [data-direction="rtl"] .col-md-12 {
        width: 100%;
    }
    [data-direction="rtl"] .col-md-pull-0 {
        left: auto;
    }
    [data-direction="rtl"] .col-md-pull-1 {
        left: 8.33333%;
    }
    [data-direction="rtl"] .col-md-pull-2 {
        left: 16.66667%;
    }
    [data-direction="rtl"] .col-md-pull-3 {
        left: 25%;
    }
    [data-direction="rtl"] .col-md-pull-4 {
        left: 33.33333%;
    }
    [data-direction="rtl"] .col-md-pull-5 {
        left: 41.66667%;
    }
    [data-direction="rtl"] .col-md-pull-6 {
        left: 50%;
    }
    [data-direction="rtl"] .col-md-pull-7 {
        left: 58.33333%;
    }
    [data-direction="rtl"] .col-md-pull-8 {
        left: 66.66667%;
    }
    [data-direction="rtl"] .col-md-pull-9 {
        left: 75%;
    }
    [data-direction="rtl"] .col-md-pull-10 {
        left: 83.33333%;
    }
    [data-direction="rtl"] .col-md-pull-11 {
        left: 91.66667%;
    }
    [data-direction="rtl"] .col-md-pull-12 {
        left: 100%;
    }
    [data-direction="rtl"] .col-md-push-0 {
        right: auto;
    }
    [data-direction="rtl"] .col-md-push-1 {
        right: 8.33333%;
    }
    [data-direction="rtl"] .col-md-push-2 {
        right: 16.66667%;
    }
    [data-direction="rtl"] .col-md-push-3 {
        right: 25%;
    }
    [data-direction="rtl"] .col-md-push-4 {
        right: 33.33333%;
    }
    [data-direction="rtl"] .col-md-push-5 {
        right: 41.66667%;
    }
    [data-direction="rtl"] .col-md-push-6 {
        right: 50%;
    }
    [data-direction="rtl"] .col-md-push-7 {
        right: 58.33333%;
    }
    [data-direction="rtl"] .col-md-push-8 {
        right: 66.66667%;
    }
    [data-direction="rtl"] .col-md-push-9 {
        right: 75%;
    }
    [data-direction="rtl"] .col-md-push-10 {
        right: 83.33333%;
    }
    [data-direction="rtl"] .col-md-push-11 {
        right: 91.66667%;
    }
    [data-direction="rtl"] .col-md-push-12 {
        right: 100%;
    }
    [data-direction="rtl"] .col-md-offset-0 {
        margin-right: 0%;
    }
    [data-direction="rtl"] .col-md-offset-1 {
        margin-right: 8.33333%;
    }
    [data-direction="rtl"] .col-md-offset-2 {
        margin-right: 16.66667%;
    }
    [data-direction="rtl"] .col-md-offset-3 {
        margin-right: 25%;
    }
    [data-direction="rtl"] .col-md-offset-4 {
        margin-right: 33.33333%;
    }
    [data-direction="rtl"] .col-md-offset-5 {
        margin-right: 41.66667%;
    }
    [data-direction="rtl"] .col-md-offset-6 {
        margin-right: 50%;
    }
    [data-direction="rtl"] .col-md-offset-7 {
        margin-right: 58.33333%;
    }
    [data-direction="rtl"] .col-md-offset-8 {
        margin-right: 66.66667%;
    }
    [data-direction="rtl"] .col-md-offset-9 {
        margin-right: 75%;
    }
    [data-direction="rtl"] .col-md-offset-10 {
        margin-right: 83.33333%;
    }
    [data-direction="rtl"] .col-md-offset-11 {
        margin-right: 91.66667%;
    }
    [data-direction="rtl"] .col-md-offset-12 {
        margin-right: 100%;
    }
}

@media (min-width: 992px) {
    [data-direction="rtl"] .col-lg-1, [data-direction="rtl"] .col-lg-2, [data-direction="rtl"] .col-lg-3, [data-direction="rtl"] .col-lg-4, [data-direction="rtl"] .col-lg-5, [data-direction="rtl"] .col-lg-6, [data-direction="rtl"] .col-lg-7, [data-direction="rtl"] .col-lg-8, [data-direction="rtl"] .col-lg-9, [data-direction="rtl"] .col-lg-10, [data-direction="rtl"] .col-lg-11, [data-direction="rtl"] .col-lg-12 {
        float: right;
    }
    [data-direction="rtl"] .col-lg-1 {
        width: 8.33333%;
    }
    [data-direction="rtl"] .col-lg-2 {
        width: 16.66667%;
    }
    [data-direction="rtl"] .col-lg-3 {
        width: 25%;
    }
    [data-direction="rtl"] .col-lg-4 {
        width: 33.33333%;
    }
    [data-direction="rtl"] .col-lg-5 {
        width: 41.66667%;
    }
    [data-direction="rtl"] .col-lg-6 {
        width: 50%;
    }
    [data-direction="rtl"] .col-lg-7 {
        width: 58.33333%;
    }
    [data-direction="rtl"] .col-lg-8 {
        width: 66.66667%;
    }
    [data-direction="rtl"] .col-lg-9 {
        width: 75%;
    }
    [data-direction="rtl"] .col-lg-10 {
        width: 83.33333%;
    }
    [data-direction="rtl"] .col-lg-11 {
        width: 91.66667%;
    }
    [data-direction="rtl"] .col-lg-12 {
        width: 100%;
    }
    [data-direction="rtl"] .col-lg-pull-0 {
        left: auto;
    }
    [data-direction="rtl"] .col-lg-pull-1 {
        left: 8.33333%;
    }
    [data-direction="rtl"] .col-lg-pull-2 {
        left: 16.66667%;
    }
    [data-direction="rtl"] .col-lg-pull-3 {
        left: 25%;
    }
    [data-direction="rtl"] .col-lg-pull-4 {
        left: 33.33333%;
    }
    [data-direction="rtl"] .col-lg-pull-5 {
        left: 41.66667%;
    }
    [data-direction="rtl"] .col-lg-pull-6 {
        left: 50%;
    }
    [data-direction="rtl"] .col-lg-pull-7 {
        left: 58.33333%;
    }
    [data-direction="rtl"] .col-lg-pull-8 {
        left: 66.66667%;
    }
    [data-direction="rtl"] .col-lg-pull-9 {
        left: 75%;
    }
    [data-direction="rtl"] .col-lg-pull-10 {
        left: 83.33333%;
    }
    [data-direction="rtl"] .col-lg-pull-11 {
        left: 91.66667%;
    }
    [data-direction="rtl"] .col-lg-pull-12 {
        left: 100%;
    }
    [data-direction="rtl"] .col-lg-push-0 {
        right: auto;
    }
    [data-direction="rtl"] .col-lg-push-1 {
        right: 8.33333%;
    }
    [data-direction="rtl"] .col-lg-push-2 {
        right: 16.66667%;
    }
    [data-direction="rtl"] .col-lg-push-3 {
        right: 25%;
    }
    [data-direction="rtl"] .col-lg-push-4 {
        right: 33.33333%;
    }
    [data-direction="rtl"] .col-lg-push-5 {
        right: 41.66667%;
    }
    [data-direction="rtl"] .col-lg-push-6 {
        right: 50%;
    }
    [data-direction="rtl"] .col-lg-push-7 {
        right: 58.33333%;
    }
    [data-direction="rtl"] .col-lg-push-8 {
        right: 66.66667%;
    }
    [data-direction="rtl"] .col-lg-push-9 {
        right: 75%;
    }
    [data-direction="rtl"] .col-lg-push-10 {
        right: 83.33333%;
    }
    [data-direction="rtl"] .col-lg-push-11 {
        right: 91.66667%;
    }
    [data-direction="rtl"] .col-lg-push-12 {
        right: 100%;
    }
    [data-direction="rtl"] .col-lg-offset-0 {
        margin-right: 0%;
    }
    [data-direction="rtl"] .col-lg-offset-1 {
        margin-right: 8.33333%;
    }
    [data-direction="rtl"] .col-lg-offset-2 {
        margin-right: 16.66667%;
    }
    [data-direction="rtl"] .col-lg-offset-3 {
        margin-right: 25%;
    }
    [data-direction="rtl"] .col-lg-offset-4 {
        margin-right: 33.33333%;
    }
    [data-direction="rtl"] .col-lg-offset-5 {
        margin-right: 41.66667%;
    }
    [data-direction="rtl"] .col-lg-offset-6 {
        margin-right: 50%;
    }
    [data-direction="rtl"] .col-lg-offset-7 {
        margin-right: 58.33333%;
    }
    [data-direction="rtl"] .col-lg-offset-8 {
        margin-right: 66.66667%;
    }
    [data-direction="rtl"] .col-lg-offset-9 {
        margin-right: 75%;
    }
    [data-direction="rtl"] .col-lg-offset-10 {
        margin-right: 83.33333%;
    }
    [data-direction="rtl"] .col-lg-offset-11 {
        margin-right: 91.66667%;
    }
    [data-direction="rtl"] .col-lg-offset-12 {
        margin-right: 100%;
    }
}

@media (min-width: 1200px) {
    [data-direction="rtl"] .col-xl-1, [data-direction="rtl"] .col-xl-2, [data-direction="rtl"] .col-xl-3, [data-direction="rtl"] .col-xl-4, [data-direction="rtl"] .col-xl-5, [data-direction="rtl"] .col-xl-6, [data-direction="rtl"] .col-xl-7, [data-direction="rtl"] .col-xl-8, [data-direction="rtl"] .col-xl-9, [data-direction="rtl"] .col-xl-10, [data-direction="rtl"] .col-xl-11, [data-direction="rtl"] .col-xl-12 {
        float: right;
    }
    [data-direction="rtl"] .col-xl-1 {
        width: 8.33333%;
    }
    [data-direction="rtl"] .col-xl-2 {
        width: 16.66667%;
    }
    [data-direction="rtl"] .col-xl-3 {
        width: 25%;
    }
    [data-direction="rtl"] .col-xl-4 {
        width: 33.33333%;
    }
    [data-direction="rtl"] .col-xl-5 {
        width: 41.66667%;
    }
    [data-direction="rtl"] .col-xl-6 {
        width: 50%;
    }
    [data-direction="rtl"] .col-xl-7 {
        width: 58.33333%;
    }
    [data-direction="rtl"] .col-xl-8 {
        width: 66.66667%;
    }
    [data-direction="rtl"] .col-xl-9 {
        width: 75%;
    }
    [data-direction="rtl"] .col-xl-10 {
        width: 83.33333%;
    }
    [data-direction="rtl"] .col-xl-11 {
        width: 91.66667%;
    }
    [data-direction="rtl"] .col-xl-12 {
        width: 100%;
    }
    [data-direction="rtl"] .col-xl-pull-0 {
        left: auto;
    }
    [data-direction="rtl"] .col-xl-pull-1 {
        left: 8.33333%;
    }
    [data-direction="rtl"] .col-xl-pull-2 {
        left: 16.66667%;
    }
    [data-direction="rtl"] .col-xl-pull-3 {
        left: 25%;
    }
    [data-direction="rtl"] .col-xl-pull-4 {
        left: 33.33333%;
    }
    [data-direction="rtl"] .col-xl-pull-5 {
        left: 41.66667%;
    }
    [data-direction="rtl"] .col-xl-pull-6 {
        left: 50%;
    }
    [data-direction="rtl"] .col-xl-pull-7 {
        left: 58.33333%;
    }
    [data-direction="rtl"] .col-xl-pull-8 {
        left: 66.66667%;
    }
    [data-direction="rtl"] .col-xl-pull-9 {
        left: 75%;
    }
    [data-direction="rtl"] .col-xl-pull-10 {
        left: 83.33333%;
    }
    [data-direction="rtl"] .col-xl-pull-11 {
        left: 91.66667%;
    }
    [data-direction="rtl"] .col-xl-pull-12 {
        left: 100%;
    }
    [data-direction="rtl"] .col-xl-push-0 {
        right: auto;
    }
    [data-direction="rtl"] .col-xl-push-1 {
        right: 8.33333%;
    }
    [data-direction="rtl"] .col-xl-push-2 {
        right: 16.66667%;
    }
    [data-direction="rtl"] .col-xl-push-3 {
        right: 25%;
    }
    [data-direction="rtl"] .col-xl-push-4 {
        right: 33.33333%;
    }
    [data-direction="rtl"] .col-xl-push-5 {
        right: 41.66667%;
    }
    [data-direction="rtl"] .col-xl-push-6 {
        right: 50%;
    }
    [data-direction="rtl"] .col-xl-push-7 {
        right: 58.33333%;
    }
    [data-direction="rtl"] .col-xl-push-8 {
        right: 66.66667%;
    }
    [data-direction="rtl"] .col-xl-push-9 {
        right: 75%;
    }
    [data-direction="rtl"] .col-xl-push-10 {
        right: 83.33333%;
    }
    [data-direction="rtl"] .col-xl-push-11 {
        right: 91.66667%;
    }
    [data-direction="rtl"] .col-xl-push-12 {
        right: 100%;
    }
    [data-direction="rtl"] .col-xl-offset-0 {
        margin-right: 0%;
    }
    [data-direction="rtl"] .col-xl-offset-1 {
        margin-right: 8.33333%;
    }
    [data-direction="rtl"] .col-xl-offset-2 {
        margin-right: 16.66667%;
    }
    [data-direction="rtl"] .col-xl-offset-3 {
        margin-right: 25%;
    }
    [data-direction="rtl"] .col-xl-offset-4 {
        margin-right: 33.33333%;
    }
    [data-direction="rtl"] .col-xl-offset-5 {
        margin-right: 41.66667%;
    }
    [data-direction="rtl"] .col-xl-offset-6 {
        margin-right: 50%;
    }
    [data-direction="rtl"] .col-xl-offset-7 {
        margin-right: 58.33333%;
    }
    [data-direction="rtl"] .col-xl-offset-8 {
        margin-right: 66.66667%;
    }
    [data-direction="rtl"] .col-xl-offset-9 {
        margin-right: 75%;
    }
    [data-direction="rtl"] .col-xl-offset-10 {
        margin-right: 83.33333%;
    }
    [data-direction="rtl"] .col-xl-offset-11 {
        margin-right: 91.66667%;
    }
    [data-direction="rtl"] .col-xl-offset-12 {
        margin-right: 100%;
    }
}

.activity-widget-1 {
    width: 100%;
    position: relative;
    font-size: 14px;
}

.activity-widget-1 .list-group {
    margin: 0;
    padding: 0;
}

.activity-widget-1 .list-group .list-group-item {
    border-radius: 0;
    border-left: 0;
    border-right: 0;
    border: 0;
    padding: 14px;
}

.activity-widget-1 .list-group .list-group-item .tag {
    display: inline-block;
    margin: -2px 10px 0 0;
}

[data-direction="rtl"] .activity-widget-1 .list-group .list-group-item .tag {
    margin: -2px 0 0 10px;
}

.activity-widget-1 .list-group .list-group-item:first-child {
    border-top: 0;
}

.activity-widget-1 .list-group .list-group-item:last-child {
    border-bottom: 0;
}

.activity-widget-1 .list-group .text-xs {
    margin: 3px 0 0 5px;
}

[data-direction="rtl"] .activity-widget-1 .list-group .text-xs {
    margin: 3px 5px 0 0;
}

.activity-widget-1 .list-group .capitalize {
    text-transform: capitalize;
}

[data-palette="palette-1"] .activity-widget-1 .list-group-item:nth-child(odd) {
    background-color: #3e3e3e;
}

[data-palette="palette-1"] .activity-widget-1 .list-group-item:nth-child(even) {
    background-color: #313131;
}

[data-palette="palette-2"] .activity-widget-1 .list-group-item:nth-child(odd) {
    background-color: #3c414f;
}

[data-palette="palette-2"] .activity-widget-1 .list-group-item:nth-child(even) {
    background-color: #313540;
}

[data-palette="palette-3"] .activity-widget-1 .list-group-item:nth-child(odd) {
    background-color: #1a1a1a;
}

[data-palette="palette-3"] .activity-widget-1 .list-group-item:nth-child(even) {
    background-color: #0d0d0d;
}

[data-palette="palette-4"] .activity-widget-1 .list-group-item:nth-child(odd) {
    background-color: #f2f2f2;
}

[data-palette="palette-4"] .activity-widget-1 .list-group-item:nth-child(even) {
    background-color: #ffffff;
}

[data-palette="palette-5"] .activity-widget-1 .list-group-item:nth-child(odd) {
    background-color: #f2f2f2;
}

[data-palette="palette-5"] .activity-widget-1 .list-group-item:nth-child(even) {
    background-color: #ffffff;
}

[data-palette="palette-6"] .activity-widget-1 .list-group-item:nth-child(odd) {
    background-color: #f2f2f2;
}

[data-palette="palette-6"] .activity-widget-1 .list-group-item:nth-child(even) {
    background-color: #ffffff;
}

[data-palette="palette-7"] .activity-widget-1 .list-group-item:nth-child(odd) {
    background-color: #0283f1;
}

[data-palette="palette-7"] .activity-widget-1 .list-group-item:nth-child(even) {
    background-color: #0275d8;
}

[data-palette="palette-8"] .activity-widget-1 .list-group-item:nth-child(odd) {
    background-color: #0275d8;
}

[data-palette="palette-8"] .activity-widget-1 .list-group-item:nth-child(even) {
    background-color: #0267bf;
}

[data-palette="palette-9"] .activity-widget-1 .list-group-item:nth-child(odd) {
    background-color: #0267bf;
}

[data-palette="palette-9"] .activity-widget-1 .list-group-item:nth-child(even) {
    background-color: #025aa5;
}

[data-palette="palette-10"] .activity-widget-1 .list-group-item:nth-child(odd) {
    background-color: #1a0f8a;
}

[data-palette="palette-10"] .activity-widget-1 .list-group-item:nth-child(even) {
    background-color: #150d73;
}

[data-palette="palette-11"] .activity-widget-1 .list-group-item:nth-child(odd) {
    background-color: #2415bf;
}

[data-palette="palette-11"] .activity-widget-1 .list-group-item:nth-child(even) {
    background-color: #1f13a8;
}

[data-palette="palette-12"] .activity-widget-1 .list-group-item:nth-child(odd) {
    background-color: #3929e7;
}

[data-palette="palette-12"] .activity-widget-1 .list-group-item:nth-child(even) {
    background-color: #2919de;
}

[data-palette="palette-13"] .activity-widget-1 .list-group-item:nth-child(odd) {
    background-color: #4b0f8a;
}

[data-palette="palette-13"] .activity-widget-1 .list-group-item:nth-child(even) {
    background-color: #3f0d73;
}

[data-palette="palette-14"] .activity-widget-1 .list-group-item:nth-child(odd) {
    background-color: #6815bf;
}

[data-palette="palette-14"] .activity-widget-1 .list-group-item:nth-child(even) {
    background-color: #5c13a8;
}

[data-palette="palette-15"] .activity-widget-1 .list-group-item:nth-child(odd) {
    background-color: #8529e7;
}

[data-palette="palette-15"] .activity-widget-1 .list-group-item:nth-child(even) {
    background-color: #7819de;
}

[data-palette="palette-16"] .activity-widget-1 .list-group-item:nth-child(odd) {
    background-color: #bf156b;
}

[data-palette="palette-16"] .activity-widget-1 .list-group-item:nth-child(even) {
    background-color: #a8135e;
}

[data-palette="palette-17"] .activity-widget-1 .list-group-item:nth-child(odd) {
    background-color: #e72989;
}

[data-palette="palette-17"] .activity-widget-1 .list-group-item:nth-child(even) {
    background-color: #de197c;
}

[data-palette="palette-18"] .activity-widget-1 .list-group-item:nth-child(odd) {
    background-color: #bf1e15;
}

[data-palette="palette-18"] .activity-widget-1 .list-group-item:nth-child(even) {
    background-color: #a81b13;
}

[data-palette="palette-19"] .activity-widget-1 .list-group-item:nth-child(odd) {
    background-color: #e73229;
}

[data-palette="palette-19"] .activity-widget-1 .list-group-item:nth-child(even) {
    background-color: #de2319;
}

[data-palette="palette-20"] .activity-widget-1 .list-group-item:nth-child(odd) {
    background-color: #0f8a20;
}

[data-palette="palette-20"] .activity-widget-1 .list-group-item:nth-child(even) {
    background-color: #0d731a;
}

[data-palette="palette-21"] .activity-widget-1 .list-group-item:nth-child(odd) {
    background-color: #5d8a0f;
}

[data-palette="palette-21"] .activity-widget-1 .list-group-item:nth-child(even) {
    background-color: #4e730d;
}

[data-palette="palette-22"] .activity-widget-1 .list-group-item:nth-child(odd) {
    background-color: #744226;
}

[data-palette="palette-22"] .activity-widget-1 .list-group-item:nth-child(even) {
    background-color: #60371f;
}

[data-palette="palette-23"] .activity-widget-1 .list-group-item:nth-child(odd) {
    background-color: #9f5c35;
}

[data-palette="palette-23"] .activity-widget-1 .list-group-item:nth-child(even) {
    background-color: #8c512e;
}

.activity-widget-2 {
    width: 100%;
    position: relative;
    padding: 10px 0;
}

.activity-widget-2 h5 {
    margin-bottom: 20px;
    text-align: left;
}

[data-direction="rtl"] .activity-widget-2 h5 {
    text-align: right;
}

.activity-widget-2 .form-group {
    margin-bottom: 20px;
}

.activity-widget-2 .list-group {
    margin: 0;
    padding: 0;
}

.activity-widget-2 .list-group .list-group-item .c-indicator {
    margin-top: 2px;
}

[data-palette="palette-1"] .activity-widget-2 .list-group .list-group-item {
    color: #ffffff;
    border-color: transparent !important;
}

[data-palette="palette-1"] .activity-widget-2 .list-group .list-group-item:nth-child(odd) {
    background-color: #3e3e3e;
}

[data-palette="palette-1"] .activity-widget-2 .list-group .list-group-item:nth-child(even) {
    background-color: #313131;
}

[data-palette="palette-1"] .activity-widget-2 .list-group .list-group-item .custom-control-indicator {
    background-color: #242424;
}

[data-palette="palette-2"] .activity-widget-2 .list-group .list-group-item {
    color: #ffffff;
    border-color: transparent !important;
}

[data-palette="palette-2"] .activity-widget-2 .list-group .list-group-item:nth-child(odd) {
    background-color: #3c414f;
}

[data-palette="palette-2"] .activity-widget-2 .list-group .list-group-item:nth-child(even) {
    background-color: #313540;
}

[data-palette="palette-2"] .activity-widget-2 .list-group .list-group-item .custom-control-indicator {
    background-color: #262932;
}

[data-palette="palette-3"] .activity-widget-2 .list-group .list-group-item {
    color: #ffffff;
    border-color: transparent !important;
}

[data-palette="palette-3"] .activity-widget-2 .list-group .list-group-item:nth-child(odd) {
    background-color: #1a1a1a;
}

[data-palette="palette-3"] .activity-widget-2 .list-group .list-group-item:nth-child(even) {
    background-color: #0d0d0d;
}

[data-palette="palette-3"] .activity-widget-2 .list-group .list-group-item .custom-control-indicator {
    background-color: black;
}

[data-palette="palette-4"] .activity-widget-2 .list-group .list-group-item {
    color: #262932;
    border-color: transparent !important;
}

[data-palette="palette-4"] .activity-widget-2 .list-group .list-group-item:nth-child(odd) {
    background-color: #f2f2f2;
}

[data-palette="palette-4"] .activity-widget-2 .list-group .list-group-item:nth-child(even) {
    background-color: #ffffff;
}

[data-palette="palette-4"] .activity-widget-2 .list-group .list-group-item .custom-control-indicator {
    background-color: #bfbfbf;
}

[data-palette="palette-5"] .activity-widget-2 .list-group .list-group-item {
    color: #262932;
    border-color: transparent !important;
}

[data-palette="palette-5"] .activity-widget-2 .list-group .list-group-item:nth-child(odd) {
    background-color: #f2f2f2;
}

[data-palette="palette-5"] .activity-widget-2 .list-group .list-group-item:nth-child(even) {
    background-color: #ffffff;
}

[data-palette="palette-5"] .activity-widget-2 .list-group .list-group-item .custom-control-indicator {
    background-color: #bfbfbf;
}

[data-palette="palette-6"] .activity-widget-2 .list-group .list-group-item {
    color: #262932;
    border-color: transparent !important;
}

[data-palette="palette-6"] .activity-widget-2 .list-group .list-group-item:nth-child(odd) {
    background-color: #f2f2f2;
}

[data-palette="palette-6"] .activity-widget-2 .list-group .list-group-item:nth-child(even) {
    background-color: #ffffff;
}

[data-palette="palette-6"] .activity-widget-2 .list-group .list-group-item .custom-control-indicator {
    background-color: #bfbfbf;
}

[data-palette="palette-7"] .activity-widget-2 .list-group .list-group-item {
    color: #ffffff;
    border-color: transparent !important;
}

[data-palette="palette-7"] .activity-widget-2 .list-group .list-group-item:nth-child(odd) {
    background-color: #0283f1;
}

[data-palette="palette-7"] .activity-widget-2 .list-group .list-group-item:nth-child(even) {
    background-color: #0275d8;
}

[data-palette="palette-7"] .activity-widget-2 .list-group .list-group-item .custom-control-indicator {
    background-color: #0267bf;
}

[data-palette="palette-8"] .activity-widget-2 .list-group .list-group-item {
    color: #ffffff;
    border-color: transparent !important;
}

[data-palette="palette-8"] .activity-widget-2 .list-group .list-group-item:nth-child(odd) {
    background-color: #0275d8;
}

[data-palette="palette-8"] .activity-widget-2 .list-group .list-group-item:nth-child(even) {
    background-color: #0267bf;
}

[data-palette="palette-8"] .activity-widget-2 .list-group .list-group-item .custom-control-indicator {
    background-color: #025aa5;
}

[data-palette="palette-9"] .activity-widget-2 .list-group .list-group-item {
    color: #ffffff;
    border-color: transparent !important;
}

[data-palette="palette-9"] .activity-widget-2 .list-group .list-group-item:nth-child(odd) {
    background-color: #0267bf;
}

[data-palette="palette-9"] .activity-widget-2 .list-group .list-group-item:nth-child(even) {
    background-color: #025aa5;
}

[data-palette="palette-9"] .activity-widget-2 .list-group .list-group-item .custom-control-indicator {
    background-color: #014c8c;
}

[data-palette="palette-10"] .activity-widget-2 .list-group .list-group-item {
    color: #ffffff;
    border-color: transparent !important;
}

[data-palette="palette-10"] .activity-widget-2 .list-group .list-group-item:nth-child(odd) {
    background-color: #1a0f8a;
}

[data-palette="palette-10"] .activity-widget-2 .list-group .list-group-item:nth-child(even) {
    background-color: #150d73;
}

[data-palette="palette-10"] .activity-widget-2 .list-group .list-group-item .custom-control-indicator {
    background-color: #110a5c;
}

[data-palette="palette-11"] .activity-widget-2 .list-group .list-group-item {
    color: #ffffff;
    border-color: transparent !important;
}

[data-palette="palette-11"] .activity-widget-2 .list-group .list-group-item:nth-child(odd) {
    background-color: #2415bf;
}

[data-palette="palette-11"] .activity-widget-2 .list-group .list-group-item:nth-child(even) {
    background-color: #1f13a8;
}

[data-palette="palette-11"] .activity-widget-2 .list-group .list-group-item .custom-control-indicator {
    background-color: #1b1091;
}

[data-palette="palette-12"] .activity-widget-2 .list-group .list-group-item {
    color: #ffffff;
    border-color: transparent !important;
}

[data-palette="palette-12"] .activity-widget-2 .list-group .list-group-item:nth-child(odd) {
    background-color: #3929e7;
}

[data-palette="palette-12"] .activity-widget-2 .list-group .list-group-item:nth-child(even) {
    background-color: #2919de;
}

[data-palette="palette-12"] .activity-widget-2 .list-group .list-group-item .custom-control-indicator {
    background-color: #2516c7;
}

[data-palette="palette-13"] .activity-widget-2 .list-group .list-group-item {
    color: #ffffff;
    border-color: transparent !important;
}

[data-palette="palette-13"] .activity-widget-2 .list-group .list-group-item:nth-child(odd) {
    background-color: #4b0f8a;
}

[data-palette="palette-13"] .activity-widget-2 .list-group .list-group-item:nth-child(even) {
    background-color: #3f0d73;
}

[data-palette="palette-13"] .activity-widget-2 .list-group .list-group-item .custom-control-indicator {
    background-color: #320a5c;
}

[data-palette="palette-14"] .activity-widget-2 .list-group .list-group-item {
    color: #ffffff;
    border-color: transparent !important;
}

[data-palette="palette-14"] .activity-widget-2 .list-group .list-group-item:nth-child(odd) {
    background-color: #6815bf;
}

[data-palette="palette-14"] .activity-widget-2 .list-group .list-group-item:nth-child(even) {
    background-color: #5c13a8;
}

[data-palette="palette-14"] .activity-widget-2 .list-group .list-group-item .custom-control-indicator {
    background-color: #4f1091;
}

[data-palette="palette-15"] .activity-widget-2 .list-group .list-group-item {
    color: #ffffff;
    border-color: transparent !important;
}

[data-palette="palette-15"] .activity-widget-2 .list-group .list-group-item:nth-child(odd) {
    background-color: #8529e7;
}

[data-palette="palette-15"] .activity-widget-2 .list-group .list-group-item:nth-child(even) {
    background-color: #7819de;
}

[data-palette="palette-15"] .activity-widget-2 .list-group .list-group-item .custom-control-indicator {
    background-color: #6c16c7;
}

[data-palette="palette-16"] .activity-widget-2 .list-group .list-group-item {
    color: #ffffff;
    border-color: transparent !important;
}

[data-palette="palette-16"] .activity-widget-2 .list-group .list-group-item:nth-child(odd) {
    background-color: #bf156b;
}

[data-palette="palette-16"] .activity-widget-2 .list-group .list-group-item:nth-child(even) {
    background-color: #a8135e;
}

[data-palette="palette-16"] .activity-widget-2 .list-group .list-group-item .custom-control-indicator {
    background-color: #911051;
}

[data-palette="palette-17"] .activity-widget-2 .list-group .list-group-item {
    color: #ffffff;
    border-color: transparent !important;
}

[data-palette="palette-17"] .activity-widget-2 .list-group .list-group-item:nth-child(odd) {
    background-color: #e72989;
}

[data-palette="palette-17"] .activity-widget-2 .list-group .list-group-item:nth-child(even) {
    background-color: #de197c;
}

[data-palette="palette-17"] .activity-widget-2 .list-group .list-group-item .custom-control-indicator {
    background-color: #c7166f;
}

[data-palette="palette-18"] .activity-widget-2 .list-group .list-group-item {
    color: #ffffff;
    border-color: transparent !important;
}

[data-palette="palette-18"] .activity-widget-2 .list-group .list-group-item:nth-child(odd) {
    background-color: #bf1e15;
}

[data-palette="palette-18"] .activity-widget-2 .list-group .list-group-item:nth-child(even) {
    background-color: #a81b13;
}

[data-palette="palette-18"] .activity-widget-2 .list-group .list-group-item .custom-control-indicator {
    background-color: #911710;
}

[data-palette="palette-19"] .activity-widget-2 .list-group .list-group-item {
    color: #ffffff;
    border-color: transparent !important;
}

[data-palette="palette-19"] .activity-widget-2 .list-group .list-group-item:nth-child(odd) {
    background-color: #e73229;
}

[data-palette="palette-19"] .activity-widget-2 .list-group .list-group-item:nth-child(even) {
    background-color: #de2319;
}

[data-palette="palette-19"] .activity-widget-2 .list-group .list-group-item .custom-control-indicator {
    background-color: #c71f16;
}

[data-palette="palette-20"] .activity-widget-2 .list-group .list-group-item {
    color: #ffffff;
    border-color: transparent !important;
}

[data-palette="palette-20"] .activity-widget-2 .list-group .list-group-item:nth-child(odd) {
    background-color: #0f8a20;
}

[data-palette="palette-20"] .activity-widget-2 .list-group .list-group-item:nth-child(even) {
    background-color: #0d731a;
}

[data-palette="palette-20"] .activity-widget-2 .list-group .list-group-item .custom-control-indicator {
    background-color: #0a5c15;
}

[data-palette="palette-21"] .activity-widget-2 .list-group .list-group-item {
    color: #ffffff;
    border-color: transparent !important;
}

[data-palette="palette-21"] .activity-widget-2 .list-group .list-group-item:nth-child(odd) {
    background-color: #5d8a0f;
}

[data-palette="palette-21"] .activity-widget-2 .list-group .list-group-item:nth-child(even) {
    background-color: #4e730d;
}

[data-palette="palette-21"] .activity-widget-2 .list-group .list-group-item .custom-control-indicator {
    background-color: #3e5c0a;
}

[data-palette="palette-22"] .activity-widget-2 .list-group .list-group-item {
    color: #ffffff;
    border-color: transparent !important;
}

[data-palette="palette-22"] .activity-widget-2 .list-group .list-group-item:nth-child(odd) {
    background-color: #744226;
}

[data-palette="palette-22"] .activity-widget-2 .list-group .list-group-item:nth-child(even) {
    background-color: #60371f;
}

[data-palette="palette-22"] .activity-widget-2 .list-group .list-group-item .custom-control-indicator {
    background-color: #4d2c19;
}

[data-palette="palette-23"] .activity-widget-2 .list-group .list-group-item {
    color: #ffffff;
    border-color: transparent !important;
}

[data-palette="palette-23"] .activity-widget-2 .list-group .list-group-item:nth-child(odd) {
    background-color: #9f5c35;
}

[data-palette="palette-23"] .activity-widget-2 .list-group .list-group-item:nth-child(even) {
    background-color: #8c512e;
}

[data-palette="palette-23"] .activity-widget-2 .list-group .list-group-item .custom-control-indicator {
    background-color: #794628;
}

.activity-widget-3 .media-left {
    padding: 10px 20px 0 0;
}

[data-direction="rtl"] .activity-widget-3 .media-left {
    padding: 10px 0 0 20px;
}

.activity-widget-3 .row {
    padding: 0;
    margin: 0;
}

.activity-widget-3 .media {
    width: 100%;
    padding: 10px;
}

.activity-widget-3 .media .media-body {
    padding-top: 7px;
}

.activity-widget-3 h5 {
    font-size: 14px;
    font-weight: normal;
}

.activity-widget-3 p {
    font-size: 14px;
    margin-bottom: 5px;
}

.activity-widget-3 p.text-muted {
    font-size: 13px;
}

[data-palette="palette-1"] .activity-widget-3 .row:nth-child(odd) {
    background-color: #3e3e3e;
}

[data-palette="palette-1"] .activity-widget-3 .row:nth-child(even) {
    background-color: #313131;
}

[data-palette="palette-1"] .activity-widget-3 h5 {
    color: #ffffff;
}

[data-palette="palette-2"] .activity-widget-3 .row:nth-child(odd) {
    background-color: #3c414f;
}

[data-palette="palette-2"] .activity-widget-3 .row:nth-child(even) {
    background-color: #313540;
}

[data-palette="palette-2"] .activity-widget-3 h5 {
    color: #ffffff;
}

[data-palette="palette-3"] .activity-widget-3 .row:nth-child(odd) {
    background-color: #1a1a1a;
}

[data-palette="palette-3"] .activity-widget-3 .row:nth-child(even) {
    background-color: #0d0d0d;
}

[data-palette="palette-3"] .activity-widget-3 h5 {
    color: #ffffff;
}

[data-palette="palette-4"] .activity-widget-3 .row:nth-child(odd) {
    background-color: #f2f2f2;
}

[data-palette="palette-4"] .activity-widget-3 .row:nth-child(even) {
    background-color: #ffffff;
}

[data-palette="palette-4"] .activity-widget-3 h5 {
    color: #262932;
}

[data-palette="palette-5"] .activity-widget-3 .row:nth-child(odd) {
    background-color: #f2f2f2;
}

[data-palette="palette-5"] .activity-widget-3 .row:nth-child(even) {
    background-color: #ffffff;
}

[data-palette="palette-5"] .activity-widget-3 h5 {
    color: #262932;
}

[data-palette="palette-6"] .activity-widget-3 .row:nth-child(odd) {
    background-color: #f2f2f2;
}

[data-palette="palette-6"] .activity-widget-3 .row:nth-child(even) {
    background-color: #ffffff;
}

[data-palette="palette-6"] .activity-widget-3 h5 {
    color: #262932;
}

[data-palette="palette-7"] .activity-widget-3 .row:nth-child(odd) {
    background-color: #0283f1;
}

[data-palette="palette-7"] .activity-widget-3 .row:nth-child(even) {
    background-color: #0275d8;
}

[data-palette="palette-7"] .activity-widget-3 h5 {
    color: #ffffff;
}

[data-palette="palette-8"] .activity-widget-3 .row:nth-child(odd) {
    background-color: #0275d8;
}

[data-palette="palette-8"] .activity-widget-3 .row:nth-child(even) {
    background-color: #0267bf;
}

[data-palette="palette-8"] .activity-widget-3 h5 {
    color: #ffffff;
}

[data-palette="palette-9"] .activity-widget-3 .row:nth-child(odd) {
    background-color: #0267bf;
}

[data-palette="palette-9"] .activity-widget-3 .row:nth-child(even) {
    background-color: #025aa5;
}

[data-palette="palette-9"] .activity-widget-3 h5 {
    color: #ffffff;
}

[data-palette="palette-10"] .activity-widget-3 .row:nth-child(odd) {
    background-color: #1a0f8a;
}

[data-palette="palette-10"] .activity-widget-3 .row:nth-child(even) {
    background-color: #150d73;
}

[data-palette="palette-10"] .activity-widget-3 h5 {
    color: #ffffff;
}

[data-palette="palette-11"] .activity-widget-3 .row:nth-child(odd) {
    background-color: #2415bf;
}

[data-palette="palette-11"] .activity-widget-3 .row:nth-child(even) {
    background-color: #1f13a8;
}

[data-palette="palette-11"] .activity-widget-3 h5 {
    color: #ffffff;
}

[data-palette="palette-12"] .activity-widget-3 .row:nth-child(odd) {
    background-color: #3929e7;
}

[data-palette="palette-12"] .activity-widget-3 .row:nth-child(even) {
    background-color: #2919de;
}

[data-palette="palette-12"] .activity-widget-3 h5 {
    color: #ffffff;
}

[data-palette="palette-13"] .activity-widget-3 .row:nth-child(odd) {
    background-color: #4b0f8a;
}

[data-palette="palette-13"] .activity-widget-3 .row:nth-child(even) {
    background-color: #3f0d73;
}

[data-palette="palette-13"] .activity-widget-3 h5 {
    color: #ffffff;
}

[data-palette="palette-14"] .activity-widget-3 .row:nth-child(odd) {
    background-color: #6815bf;
}

[data-palette="palette-14"] .activity-widget-3 .row:nth-child(even) {
    background-color: #5c13a8;
}

[data-palette="palette-14"] .activity-widget-3 h5 {
    color: #ffffff;
}

[data-palette="palette-15"] .activity-widget-3 .row:nth-child(odd) {
    background-color: #8529e7;
}

[data-palette="palette-15"] .activity-widget-3 .row:nth-child(even) {
    background-color: #7819de;
}

[data-palette="palette-15"] .activity-widget-3 h5 {
    color: #ffffff;
}

[data-palette="palette-16"] .activity-widget-3 .row:nth-child(odd) {
    background-color: #bf156b;
}

[data-palette="palette-16"] .activity-widget-3 .row:nth-child(even) {
    background-color: #a8135e;
}

[data-palette="palette-16"] .activity-widget-3 h5 {
    color: #ffffff;
}

[data-palette="palette-17"] .activity-widget-3 .row:nth-child(odd) {
    background-color: #e72989;
}

[data-palette="palette-17"] .activity-widget-3 .row:nth-child(even) {
    background-color: #de197c;
}

[data-palette="palette-17"] .activity-widget-3 h5 {
    color: #ffffff;
}

[data-palette="palette-18"] .activity-widget-3 .row:nth-child(odd) {
    background-color: #bf1e15;
}

[data-palette="palette-18"] .activity-widget-3 .row:nth-child(even) {
    background-color: #a81b13;
}

[data-palette="palette-18"] .activity-widget-3 h5 {
    color: #ffffff;
}

[data-palette="palette-19"] .activity-widget-3 .row:nth-child(odd) {
    background-color: #e73229;
}

[data-palette="palette-19"] .activity-widget-3 .row:nth-child(even) {
    background-color: #de2319;
}

[data-palette="palette-19"] .activity-widget-3 h5 {
    color: #ffffff;
}

[data-palette="palette-20"] .activity-widget-3 .row:nth-child(odd) {
    background-color: #0f8a20;
}

[data-palette="palette-20"] .activity-widget-3 .row:nth-child(even) {
    background-color: #0d731a;
}

[data-palette="palette-20"] .activity-widget-3 h5 {
    color: #ffffff;
}

[data-palette="palette-21"] .activity-widget-3 .row:nth-child(odd) {
    background-color: #5d8a0f;
}

[data-palette="palette-21"] .activity-widget-3 .row:nth-child(even) {
    background-color: #4e730d;
}

[data-palette="palette-21"] .activity-widget-3 h5 {
    color: #ffffff;
}

[data-palette="palette-22"] .activity-widget-3 .row:nth-child(odd) {
    background-color: #744226;
}

[data-palette="palette-22"] .activity-widget-3 .row:nth-child(even) {
    background-color: #60371f;
}

[data-palette="palette-22"] .activity-widget-3 h5 {
    color: #ffffff;
}

[data-palette="palette-23"] .activity-widget-3 .row:nth-child(odd) {
    background-color: #9f5c35;
}

[data-palette="palette-23"] .activity-widget-3 .row:nth-child(even) {
    background-color: #8c512e;
}

[data-palette="palette-23"] .activity-widget-3 h5 {
    color: #ffffff;
}

.activity-widget-4 .media-left {
    padding: 15px 20px 0 0;
}

[data-direction="rtl"] .activity-widget-4 .media-left {
    padding: 15px 0 0 20px;
}

.activity-widget-4 .row {
    padding: 0;
    margin: 0;
}

.activity-widget-4 .media {
    width: 100%;
    padding: 10px;
}

.activity-widget-4 h5 {
    font-size: 16px;
}

.activity-widget-4 p {
    font-size: 14px;
    margin-bottom: 5px;
}

.activity-widget-4 p.text-muted {
    font-size: 13px;
}

[data-palette="palette-1"] .activity-widget-4 .row:nth-child(odd) {
    background-color: #3e3e3e;
}

[data-palette="palette-1"] .activity-widget-4 .row:nth-child(even) {
    background-color: #313131;
}

[data-palette="palette-1"] .activity-widget-4 h5 {
    color: #ffffff;
}

[data-palette="palette-2"] .activity-widget-4 .row:nth-child(odd) {
    background-color: #3c414f;
}

[data-palette="palette-2"] .activity-widget-4 .row:nth-child(even) {
    background-color: #313540;
}

[data-palette="palette-2"] .activity-widget-4 h5 {
    color: #ffffff;
}

[data-palette="palette-3"] .activity-widget-4 .row:nth-child(odd) {
    background-color: #1a1a1a;
}

[data-palette="palette-3"] .activity-widget-4 .row:nth-child(even) {
    background-color: #0d0d0d;
}

[data-palette="palette-3"] .activity-widget-4 h5 {
    color: #ffffff;
}

[data-palette="palette-4"] .activity-widget-4 .row:nth-child(odd) {
    background-color: #f2f2f2;
}

[data-palette="palette-4"] .activity-widget-4 .row:nth-child(even) {
    background-color: #ffffff;
}

[data-palette="palette-4"] .activity-widget-4 h5 {
    color: #262932;
}

[data-palette="palette-5"] .activity-widget-4 .row:nth-child(odd) {
    background-color: #f2f2f2;
}

[data-palette="palette-5"] .activity-widget-4 .row:nth-child(even) {
    background-color: #ffffff;
}

[data-palette="palette-5"] .activity-widget-4 h5 {
    color: #262932;
}

[data-palette="palette-6"] .activity-widget-4 .row:nth-child(odd) {
    background-color: #f2f2f2;
}

[data-palette="palette-6"] .activity-widget-4 .row:nth-child(even) {
    background-color: #ffffff;
}

[data-palette="palette-6"] .activity-widget-4 h5 {
    color: #262932;
}

[data-palette="palette-7"] .activity-widget-4 .row:nth-child(odd) {
    background-color: #0283f1;
}

[data-palette="palette-7"] .activity-widget-4 .row:nth-child(even) {
    background-color: #0275d8;
}

[data-palette="palette-7"] .activity-widget-4 h5 {
    color: #ffffff;
}

[data-palette="palette-8"] .activity-widget-4 .row:nth-child(odd) {
    background-color: #0275d8;
}

[data-palette="palette-8"] .activity-widget-4 .row:nth-child(even) {
    background-color: #0267bf;
}

[data-palette="palette-8"] .activity-widget-4 h5 {
    color: #ffffff;
}

[data-palette="palette-9"] .activity-widget-4 .row:nth-child(odd) {
    background-color: #0267bf;
}

[data-palette="palette-9"] .activity-widget-4 .row:nth-child(even) {
    background-color: #025aa5;
}

[data-palette="palette-9"] .activity-widget-4 h5 {
    color: #ffffff;
}

[data-palette="palette-10"] .activity-widget-4 .row:nth-child(odd) {
    background-color: #1a0f8a;
}

[data-palette="palette-10"] .activity-widget-4 .row:nth-child(even) {
    background-color: #150d73;
}

[data-palette="palette-10"] .activity-widget-4 h5 {
    color: #ffffff;
}

[data-palette="palette-11"] .activity-widget-4 .row:nth-child(odd) {
    background-color: #2415bf;
}

[data-palette="palette-11"] .activity-widget-4 .row:nth-child(even) {
    background-color: #1f13a8;
}

[data-palette="palette-11"] .activity-widget-4 h5 {
    color: #ffffff;
}

[data-palette="palette-12"] .activity-widget-4 .row:nth-child(odd) {
    background-color: #3929e7;
}

[data-palette="palette-12"] .activity-widget-4 .row:nth-child(even) {
    background-color: #2919de;
}

[data-palette="palette-12"] .activity-widget-4 h5 {
    color: #ffffff;
}

[data-palette="palette-13"] .activity-widget-4 .row:nth-child(odd) {
    background-color: #4b0f8a;
}

[data-palette="palette-13"] .activity-widget-4 .row:nth-child(even) {
    background-color: #3f0d73;
}

[data-palette="palette-13"] .activity-widget-4 h5 {
    color: #ffffff;
}

[data-palette="palette-14"] .activity-widget-4 .row:nth-child(odd) {
    background-color: #6815bf;
}

[data-palette="palette-14"] .activity-widget-4 .row:nth-child(even) {
    background-color: #5c13a8;
}

[data-palette="palette-14"] .activity-widget-4 h5 {
    color: #ffffff;
}

[data-palette="palette-15"] .activity-widget-4 .row:nth-child(odd) {
    background-color: #8529e7;
}

[data-palette="palette-15"] .activity-widget-4 .row:nth-child(even) {
    background-color: #7819de;
}

[data-palette="palette-15"] .activity-widget-4 h5 {
    color: #ffffff;
}

[data-palette="palette-16"] .activity-widget-4 .row:nth-child(odd) {
    background-color: #bf156b;
}

[data-palette="palette-16"] .activity-widget-4 .row:nth-child(even) {
    background-color: #a8135e;
}

[data-palette="palette-16"] .activity-widget-4 h5 {
    color: #ffffff;
}

[data-palette="palette-17"] .activity-widget-4 .row:nth-child(odd) {
    background-color: #e72989;
}

[data-palette="palette-17"] .activity-widget-4 .row:nth-child(even) {
    background-color: #de197c;
}

[data-palette="palette-17"] .activity-widget-4 h5 {
    color: #ffffff;
}

[data-palette="palette-18"] .activity-widget-4 .row:nth-child(odd) {
    background-color: #bf1e15;
}

[data-palette="palette-18"] .activity-widget-4 .row:nth-child(even) {
    background-color: #a81b13;
}

[data-palette="palette-18"] .activity-widget-4 h5 {
    color: #ffffff;
}

[data-palette="palette-19"] .activity-widget-4 .row:nth-child(odd) {
    background-color: #e73229;
}

[data-palette="palette-19"] .activity-widget-4 .row:nth-child(even) {
    background-color: #de2319;
}

[data-palette="palette-19"] .activity-widget-4 h5 {
    color: #ffffff;
}

[data-palette="palette-20"] .activity-widget-4 .row:nth-child(odd) {
    background-color: #0f8a20;
}

[data-palette="palette-20"] .activity-widget-4 .row:nth-child(even) {
    background-color: #0d731a;
}

[data-palette="palette-20"] .activity-widget-4 h5 {
    color: #ffffff;
}

[data-palette="palette-21"] .activity-widget-4 .row:nth-child(odd) {
    background-color: #5d8a0f;
}

[data-palette="palette-21"] .activity-widget-4 .row:nth-child(even) {
    background-color: #4e730d;
}

[data-palette="palette-21"] .activity-widget-4 h5 {
    color: #ffffff;
}

[data-palette="palette-22"] .activity-widget-4 .row:nth-child(odd) {
    background-color: #744226;
}

[data-palette="palette-22"] .activity-widget-4 .row:nth-child(even) {
    background-color: #60371f;
}

[data-palette="palette-22"] .activity-widget-4 h5 {
    color: #ffffff;
}

[data-palette="palette-23"] .activity-widget-4 .row:nth-child(odd) {
    background-color: #9f5c35;
}

[data-palette="palette-23"] .activity-widget-4 .row:nth-child(even) {
    background-color: #8c512e;
}

[data-palette="palette-23"] .activity-widget-4 h5 {
    color: #ffffff;
}

.activity-widget-5 {
    width: 100%;
    position: relative;
}

.activity-widget-5 .media {
    padding: 0;
    margin: 0;
}

.activity-widget-5 .media-left {
    padding: 10px 20px 0 0;
}

[data-direction="rtl"] .activity-widget-5 .media-left {
    padding: 10px 0 0 20px;
}

.activity-widget-5 h5 {
    font-size: 16px;
}

.activity-widget-5 p {
    font-size: 14px;
}

.activity-widget-5 p.text-muted {
    font-size: 13px;
}

[data-direction="ltr"] .area-chart-widget-1 {
    width: 100%;
    position: relative;
    height: 200px;
}

[data-direction="ltr"] .area-chart-widget-1 .row, [data-direction="ltr"] .area-chart-widget-1 .col-xs-12 {
    margin: 0;
    padding: 0;
}

[data-direction="ltr"] .area-chart-widget-1 .ct-chart {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    display: block;
    width: 100%;
    min-height: 200px !important;
    height: 200px !important;
}

[data-direction="ltr"] .area-chart-widget-1 .chart-placeholder {
    min-height: 200px !important;
    height: 200px !important;
}

[data-direction="ltr"] .area-chart-widget-1 .ct-label {
    display: none;
}

[data-direction="ltr"] .area-chart-widget-1 .title {
    z-index: 2;
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 14px;
}

[data-direction="ltr"] .area-chart-widget-1 .amount {
    z-index: 2;
    position: absolute;
    top: 35px;
    left: 20px;
    font-size: 42px;
    font-weight: 700;
}

[data-direction="ltr"] .area-chart-widget-1 .percent {
    z-index: 2;
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 24px;
    font-weight: 700;
}

[data-direction="ltr"] .area-chart-widget-1 .subtitle {
    z-index: 2;
    position: absolute;
    top: 50px;
    right: 20px;
    font-size: 12px;
}

[data-direction="rtl"] .area-chart-widget-1 {
    width: 100%;
    position: relative;
    height: 200px;
}

[data-direction="rtl"] .area-chart-widget-1 .row, [data-direction="rtl"] .area-chart-widget-1 .col-xs-12 {
    margin: 0;
    padding: 0;
}

[data-direction="rtl"] .area-chart-widget-1 .ct-chart {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    display: block;
    width: 100%;
    min-height: 200px !important;
    height: 200px !important;
}

[data-direction="rtl"] .area-chart-widget-1 .chart-placeholder {
    min-height: 200px !important;
    height: 200px !important;
}

[data-direction="rtl"] .area-chart-widget-1 .ct-label {
    display: none;
}

[data-direction="rtl"] .area-chart-widget-1 .title {
    z-index: 2;
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 14px;
}

[data-direction="rtl"] .area-chart-widget-1 .amount {
    z-index: 2;
    position: absolute;
    top: 35px;
    right: 20px;
    font-size: 42px;
    font-weight: 700;
}

[data-direction="rtl"] .area-chart-widget-1 .percent {
    z-index: 2;
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 24px;
    font-weight: 700;
}

[data-direction="rtl"] .area-chart-widget-1 .subtitle {
    z-index: 2;
    position: absolute;
    top: 50px;
    left: 20px;
    font-size: 12px;
}

.area-chart-widget-2 {
    width: 100%;
    position: relative;
    height: 200px;
}

.area-chart-widget-2 .row,
.area-chart-widget-2 .col-xs-12 {
    margin: 0;
    padding: 0;
}

.area-chart-widget-2 .ct-chart {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    display: block;
    width: 100%;
    min-height: 200px !important;
    height: 200px !important;
}

.area-chart-widget-2 .chart-placeholder {
    min-height: 200px !important;
    height: 200px !important;
}

.area-chart-widget-2 .ct-label {
    display: none;
}

.area-chart-widget-2 .title {
    z-index: 2;
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 14px;
}

.area-chart-widget-2 .amount {
    z-index: 2;
    position: absolute;
    top: 35px;
    left: 20px;
    font-size: 42px;
    font-weight: 700;
}

.area-chart-widget-2 .percent {
    z-index: 2;
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 24px;
    font-weight: 700;
}

.area-chart-widget-2 .subtitle {
    z-index: 2;
    position: absolute;
    top: 50px;
    right: 20px;
    font-size: 12px;
}

.area-chart-widget-3 {
    width: 100%;
    position: relative;
    height: 200px;
}

.area-chart-widget-3 .row,
.area-chart-widget-3 .col-xs-12 {
    margin: 0;
    padding: 0;
}

.area-chart-widget-3 .ct-chart {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    display: block;
    width: 100%;
    min-height: 200px !important;
    height: 200px !important;
}

.area-chart-widget-3 .chart-placeholder {
    min-height: 200px !important;
    height: 200px !important;
}

.area-chart-widget-3 .ct-label {
    display: none;
}

.area-chart-widget-3 .title {
    z-index: 2;
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 14px;
}

.area-chart-widget-3 .amount {
    z-index: 2;
    position: absolute;
    top: 35px;
    left: 20px;
    font-size: 42px;
    font-weight: 700;
}

.area-chart-widget-3 .percent {
    z-index: 2;
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 24px;
    font-weight: 700;
}

.area-chart-widget-3 .subtitle {
    z-index: 2;
    position: absolute;
    top: 50px;
    right: 20px;
    font-size: 12px;
}

[data-direction="ltr"] .bar-chart-widget-1 {
    width: 100%;
    position: relative;
    height: 200px;
}

[data-direction="ltr"] .bar-chart-widget-1 .row, [data-direction="ltr"] .bar-chart-widget-1 .col-xs-12 {
    margin: 0;
    padding: 0;
}

[data-direction="ltr"] .bar-chart-widget-1 .ct-chart {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    display: block;
    width: 100%;
    min-height: 200px !important;
    height: 200px !important;
}

[data-direction="ltr"] .bar-chart-widget-1 .chart-placeholder {
    min-height: 200px !important;
    height: 200px !important;
}

[data-direction="ltr"] .bar-chart-widget-1 .ct-label {
    display: none;
}

[data-direction="ltr"] .bar-chart-widget-1 .title {
    z-index: 2;
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 14px;
}

[data-direction="ltr"] .bar-chart-widget-1 .amount {
    z-index: 2;
    position: absolute;
    top: 35px;
    left: 20px;
    font-size: 42px;
    font-weight: 700;
}

[data-direction="ltr"] .bar-chart-widget-1 .percent {
    z-index: 2;
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 24px;
    font-weight: 700;
}

[data-direction="ltr"] .bar-chart-widget-1 .subtitle {
    z-index: 2;
    position: absolute;
    top: 50px;
    right: 20px;
    font-size: 12px;
}

[data-direction="rtl"] .bar-chart-widget-1 {
    width: 100%;
    position: relative;
    height: 200px;
}

[data-direction="rtl"] .bar-chart-widget-1 .row, [data-direction="rtl"] .bar-chart-widget-1 .col-xs-12 {
    margin: 0;
    padding: 0;
}

[data-direction="rtl"] .bar-chart-widget-1 .ct-chart {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    display: block;
    width: 100%;
    min-height: 200px !important;
    height: 200px !important;
}

[data-direction="rtl"] .bar-chart-widget-1 .chart-placeholder {
    min-height: 200px !important;
    height: 200px !important;
}

[data-direction="rtl"] .bar-chart-widget-1 .ct-label {
    display: none;
}

[data-direction="rtl"] .bar-chart-widget-1 .title {
    z-index: 2;
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 14px;
}

[data-direction="rtl"] .bar-chart-widget-1 .amount {
    z-index: 2;
    position: absolute;
    top: 35px;
    right: 20px;
    font-size: 42px;
    font-weight: 700;
}

[data-direction="rtl"] .bar-chart-widget-1 .percent {
    z-index: 2;
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 24px;
    font-weight: 700;
}

[data-direction="rtl"] .bar-chart-widget-1 .subtitle {
    z-index: 2;
    position: absolute;
    top: 50px;
    left: 20px;
    font-size: 12px;
}

.bar-chart-widget-6 {
    background: transparent !important;
    min-height: 100px;
    overflow: hidden;
    width: 100%;
    font-weight: 300;
    padding: 0;
}

[data-palette="palette-1"] .bar-chart-widget-6 {
    color: #ffffff !important;
}

[data-palette="palette-2"] .bar-chart-widget-6 {
    color: #ffffff !important;
}

[data-palette="palette-3"] .bar-chart-widget-6 {
    color: #ffffff !important;
}

[data-palette="palette-4"] .bar-chart-widget-6 {
    color: #262932 !important;
}

[data-palette="palette-5"] .bar-chart-widget-6 {
    color: #262932 !important;
}

[data-palette="palette-6"] .bar-chart-widget-6 {
    color: #262932 !important;
}

[data-palette="palette-7"] .bar-chart-widget-6 {
    color: #ffffff !important;
}

[data-palette="palette-8"] .bar-chart-widget-6 {
    color: #ffffff !important;
}

[data-palette="palette-9"] .bar-chart-widget-6 {
    color: #ffffff !important;
}

[data-palette="palette-10"] .bar-chart-widget-6 {
    color: #ffffff !important;
}

[data-palette="palette-11"] .bar-chart-widget-6 {
    color: #ffffff !important;
}

[data-palette="palette-12"] .bar-chart-widget-6 {
    color: #ffffff !important;
}

[data-palette="palette-13"] .bar-chart-widget-6 {
    color: #ffffff !important;
}

[data-palette="palette-14"] .bar-chart-widget-6 {
    color: #ffffff !important;
}

[data-palette="palette-15"] .bar-chart-widget-6 {
    color: #ffffff !important;
}

[data-palette="palette-16"] .bar-chart-widget-6 {
    color: #ffffff !important;
}

[data-palette="palette-17"] .bar-chart-widget-6 {
    color: #ffffff !important;
}

[data-palette="palette-18"] .bar-chart-widget-6 {
    color: #ffffff !important;
}

[data-palette="palette-19"] .bar-chart-widget-6 {
    color: #ffffff !important;
}

[data-palette="palette-20"] .bar-chart-widget-6 {
    color: #ffffff !important;
}

[data-palette="palette-21"] .bar-chart-widget-6 {
    color: #ffffff !important;
}

[data-palette="palette-22"] .bar-chart-widget-6 {
    color: #ffffff !important;
}

[data-palette="palette-23"] .bar-chart-widget-6 {
    color: #ffffff !important;
}

.ct-chart {
    direction: ltr !important;
    unicode-bidi: embed !important;
    display: block;
    min-height: 100px;
    width: 100%;
    height: 250px;
}

.ct-chart.h300 {
    height: 300px;
}

.ct-label {
    font-size: 0.8rem;
}

.series-a-white .ct-series.ct-series-a .ct-area {
    fill: #ffffff;
}

.series-a-white .ct-series.ct-series-a .ct-line {
    stroke: #ffffff;
    stroke-width: 3px;
}

.series-a-white .ct-series.ct-series-a .ct-point {
    stroke: #ffffff;
    stroke-width: 6px;
}

.series-a-white .ct-series.ct-series-a .ct-bar {
    stroke: #ffffff;
}

.series-a-white .ct-series.ct-series-a .ct-slice-pie {
    fill: #ffffff;
}

.series-a-white .ct-series.ct-series-a .ct-slice-donut {
    stroke: #ffffff;
}

.series-a-white.opacity-75 .ct-series.ct-series-a .ct-area {
    fill: #ffffff;
    fill-opacity: 0.65;
}

.series-a-white.opacity-75 .ct-series.ct-series-a .ct-line {
    stroke: #ffffff;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-a-white.opacity-75 .ct-series.ct-series-a .ct-point {
    stroke: #ffffff;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-a-white.opacity-75 .ct-series.ct-series-a .ct-bar {
    stroke: #ffffff;
    stroke-opacity: 0.75;
}

.series-a-white.opacity-75 .ct-series.ct-series-a .ct-slice-pie {
    fill: #ffffff;
    fill-opacity: 0.75;
}

.series-a-white.opacity-75 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #ffffff;
    stroke-opacity: 0.75;
}

.series-a-black .ct-series.ct-series-a .ct-area {
    fill: #000000;
}

.series-a-black .ct-series.ct-series-a .ct-line {
    stroke: #000000;
    stroke-width: 3px;
}

.series-a-black .ct-series.ct-series-a .ct-point {
    stroke: #000000;
    stroke-width: 6px;
}

.series-a-black .ct-series.ct-series-a .ct-bar {
    stroke: #000000;
}

.series-a-black .ct-series.ct-series-a .ct-slice-pie {
    fill: #000000;
}

.series-a-black .ct-series.ct-series-a .ct-slice-donut {
    stroke: #000000;
}

.series-a-black.opacity-75 .ct-series.ct-series-a .ct-area {
    fill: #000000;
    fill-opacity: 0.65;
}

.series-a-black.opacity-75 .ct-series.ct-series-a .ct-line {
    stroke: #000000;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-a-black.opacity-75 .ct-series.ct-series-a .ct-point {
    stroke: #000000;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-a-black.opacity-75 .ct-series.ct-series-a .ct-bar {
    stroke: #000000;
    stroke-opacity: 0.75;
}

.series-a-black.opacity-75 .ct-series.ct-series-a .ct-slice-pie {
    fill: #000000;
    fill-opacity: 0.75;
}

.series-a-black.opacity-75 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #000000;
    stroke-opacity: 0.75;
}

.series-a-light .ct-series.ct-series-a .ct-area {
    fill: #f5f5f5;
}

.series-a-light .ct-series.ct-series-a .ct-line {
    stroke: #f5f5f5;
    stroke-width: 3px;
}

.series-a-light .ct-series.ct-series-a .ct-point {
    stroke: #f5f5f5;
    stroke-width: 6px;
}

.series-a-light .ct-series.ct-series-a .ct-bar {
    stroke: #f5f5f5;
}

.series-a-light .ct-series.ct-series-a .ct-slice-pie {
    fill: #f5f5f5;
}

.series-a-light .ct-series.ct-series-a .ct-slice-donut {
    stroke: #f5f5f5;
}

.series-a-light.opacity-75 .ct-series.ct-series-a .ct-area {
    fill: #f5f5f5;
    fill-opacity: 0.65;
}

.series-a-light.opacity-75 .ct-series.ct-series-a .ct-line {
    stroke: #f5f5f5;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-a-light.opacity-75 .ct-series.ct-series-a .ct-point {
    stroke: #f5f5f5;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-a-light.opacity-75 .ct-series.ct-series-a .ct-bar {
    stroke: #f5f5f5;
    stroke-opacity: 0.75;
}

.series-a-light.opacity-75 .ct-series.ct-series-a .ct-slice-pie {
    fill: #f5f5f5;
    fill-opacity: 0.75;
}

.series-a-light.opacity-75 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #f5f5f5;
    stroke-opacity: 0.75;
}

.series-a-dark .ct-series.ct-series-a .ct-area {
    fill: #262932;
}

.series-a-dark .ct-series.ct-series-a .ct-line {
    stroke: #262932;
    stroke-width: 3px;
}

.series-a-dark .ct-series.ct-series-a .ct-point {
    stroke: #262932;
    stroke-width: 6px;
}

.series-a-dark .ct-series.ct-series-a .ct-bar {
    stroke: #262932;
}

.series-a-dark .ct-series.ct-series-a .ct-slice-pie {
    fill: #262932;
}

.series-a-dark .ct-series.ct-series-a .ct-slice-donut {
    stroke: #262932;
}

.series-a-dark.opacity-75 .ct-series.ct-series-a .ct-area {
    fill: #262932;
    fill-opacity: 0.65;
}

.series-a-dark.opacity-75 .ct-series.ct-series-a .ct-line {
    stroke: #262932;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-a-dark.opacity-75 .ct-series.ct-series-a .ct-point {
    stroke: #262932;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-a-dark.opacity-75 .ct-series.ct-series-a .ct-bar {
    stroke: #262932;
    stroke-opacity: 0.75;
}

.series-a-dark.opacity-75 .ct-series.ct-series-a .ct-slice-pie {
    fill: #262932;
    fill-opacity: 0.75;
}

.series-a-dark.opacity-75 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #262932;
    stroke-opacity: 0.75;
}

.series-a-twitter .ct-series.ct-series-a .ct-area {
    fill: #00aced;
}

.series-a-twitter .ct-series.ct-series-a .ct-line {
    stroke: #00aced;
    stroke-width: 3px;
}

.series-a-twitter .ct-series.ct-series-a .ct-point {
    stroke: #00aced;
    stroke-width: 6px;
}

.series-a-twitter .ct-series.ct-series-a .ct-bar {
    stroke: #00aced;
}

.series-a-twitter .ct-series.ct-series-a .ct-slice-pie {
    fill: #00aced;
}

.series-a-twitter .ct-series.ct-series-a .ct-slice-donut {
    stroke: #00aced;
}

.series-a-twitter.opacity-75 .ct-series.ct-series-a .ct-area {
    fill: #00aced;
    fill-opacity: 0.65;
}

.series-a-twitter.opacity-75 .ct-series.ct-series-a .ct-line {
    stroke: #00aced;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-a-twitter.opacity-75 .ct-series.ct-series-a .ct-point {
    stroke: #00aced;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-a-twitter.opacity-75 .ct-series.ct-series-a .ct-bar {
    stroke: #00aced;
    stroke-opacity: 0.75;
}

.series-a-twitter.opacity-75 .ct-series.ct-series-a .ct-slice-pie {
    fill: #00aced;
    fill-opacity: 0.75;
}

.series-a-twitter.opacity-75 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #00aced;
    stroke-opacity: 0.75;
}

.series-a-facebook .ct-series.ct-series-a .ct-area {
    fill: #3b5998;
}

.series-a-facebook .ct-series.ct-series-a .ct-line {
    stroke: #3b5998;
    stroke-width: 3px;
}

.series-a-facebook .ct-series.ct-series-a .ct-point {
    stroke: #3b5998;
    stroke-width: 6px;
}

.series-a-facebook .ct-series.ct-series-a .ct-bar {
    stroke: #3b5998;
}

.series-a-facebook .ct-series.ct-series-a .ct-slice-pie {
    fill: #3b5998;
}

.series-a-facebook .ct-series.ct-series-a .ct-slice-donut {
    stroke: #3b5998;
}

.series-a-facebook.opacity-75 .ct-series.ct-series-a .ct-area {
    fill: #3b5998;
    fill-opacity: 0.65;
}

.series-a-facebook.opacity-75 .ct-series.ct-series-a .ct-line {
    stroke: #3b5998;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-a-facebook.opacity-75 .ct-series.ct-series-a .ct-point {
    stroke: #3b5998;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-a-facebook.opacity-75 .ct-series.ct-series-a .ct-bar {
    stroke: #3b5998;
    stroke-opacity: 0.75;
}

.series-a-facebook.opacity-75 .ct-series.ct-series-a .ct-slice-pie {
    fill: #3b5998;
    fill-opacity: 0.75;
}

.series-a-facebook.opacity-75 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #3b5998;
    stroke-opacity: 0.75;
}

.series-a-google .ct-series.ct-series-a .ct-area {
    fill: #dd4b39;
}

.series-a-google .ct-series.ct-series-a .ct-line {
    stroke: #dd4b39;
    stroke-width: 3px;
}

.series-a-google .ct-series.ct-series-a .ct-point {
    stroke: #dd4b39;
    stroke-width: 6px;
}

.series-a-google .ct-series.ct-series-a .ct-bar {
    stroke: #dd4b39;
}

.series-a-google .ct-series.ct-series-a .ct-slice-pie {
    fill: #dd4b39;
}

.series-a-google .ct-series.ct-series-a .ct-slice-donut {
    stroke: #dd4b39;
}

.series-a-google.opacity-75 .ct-series.ct-series-a .ct-area {
    fill: #dd4b39;
    fill-opacity: 0.65;
}

.series-a-google.opacity-75 .ct-series.ct-series-a .ct-line {
    stroke: #dd4b39;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-a-google.opacity-75 .ct-series.ct-series-a .ct-point {
    stroke: #dd4b39;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-a-google.opacity-75 .ct-series.ct-series-a .ct-bar {
    stroke: #dd4b39;
    stroke-opacity: 0.75;
}

.series-a-google.opacity-75 .ct-series.ct-series-a .ct-slice-pie {
    fill: #dd4b39;
    fill-opacity: 0.75;
}

.series-a-google.opacity-75 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #dd4b39;
    stroke-opacity: 0.75;
}

.series-a-bg-1 .ct-series.ct-series-a .ct-area {
    fill: #0267bf;
}

.series-a-bg-1 .ct-series.ct-series-a .ct-line {
    stroke: #0267bf;
    stroke-width: 3px;
}

.series-a-bg-1 .ct-series.ct-series-a .ct-point {
    stroke: #0267bf;
    stroke-width: 6px;
}

.series-a-bg-1 .ct-series.ct-series-a .ct-bar {
    stroke: #0267bf;
}

.series-a-bg-1 .ct-series.ct-series-a .ct-slice-pie {
    fill: #0267bf;
}

.series-a-bg-1 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #0267bf;
}

.series-a-bg-1.opacity-75 .ct-series.ct-series-a .ct-area {
    fill: #0267bf;
    fill-opacity: 0.65;
}

.series-a-bg-1.opacity-75 .ct-series.ct-series-a .ct-line {
    stroke: #0267bf;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-a-bg-1.opacity-75 .ct-series.ct-series-a .ct-point {
    stroke: #0267bf;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-a-bg-1.opacity-75 .ct-series.ct-series-a .ct-bar {
    stroke: #0267bf;
    stroke-opacity: 0.75;
}

.series-a-bg-1.opacity-75 .ct-series.ct-series-a .ct-slice-pie {
    fill: #0267bf;
    fill-opacity: 0.75;
}

.series-a-bg-1.opacity-75 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #0267bf;
    stroke-opacity: 0.75;
}

.series-a-bg-1-100 .ct-series.ct-series-a .ct-area {
    fill: #299bfd;
}

.series-a-bg-1-100 .ct-series.ct-series-a .ct-line {
    stroke: #299bfd;
    stroke-width: 3px;
}

.series-a-bg-1-100 .ct-series.ct-series-a .ct-point {
    stroke: #299bfd;
    stroke-width: 6px;
}

.series-a-bg-1-100 .ct-series.ct-series-a .ct-bar {
    stroke: #299bfd;
}

.series-a-bg-1-100 .ct-series.ct-series-a .ct-slice-pie {
    fill: #299bfd;
}

.series-a-bg-1-100 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #299bfd;
}

.series-a-bg-1-100.opacity-75 .ct-series.ct-series-a .ct-area {
    fill: #299bfd;
    fill-opacity: 0.65;
}

.series-a-bg-1-100.opacity-75 .ct-series.ct-series-a .ct-line {
    stroke: #299bfd;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-a-bg-1-100.opacity-75 .ct-series.ct-series-a .ct-point {
    stroke: #299bfd;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-a-bg-1-100.opacity-75 .ct-series.ct-series-a .ct-bar {
    stroke: #299bfd;
    stroke-opacity: 0.75;
}

.series-a-bg-1-100.opacity-75 .ct-series.ct-series-a .ct-slice-pie {
    fill: #299bfd;
    fill-opacity: 0.75;
}

.series-a-bg-1-100.opacity-75 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #299bfd;
    stroke-opacity: 0.75;
}

.series-a-bg-1-200 .ct-series.ct-series-a .ct-area {
    fill: #108ffd;
}

.series-a-bg-1-200 .ct-series.ct-series-a .ct-line {
    stroke: #108ffd;
    stroke-width: 3px;
}

.series-a-bg-1-200 .ct-series.ct-series-a .ct-point {
    stroke: #108ffd;
    stroke-width: 6px;
}

.series-a-bg-1-200 .ct-series.ct-series-a .ct-bar {
    stroke: #108ffd;
}

.series-a-bg-1-200 .ct-series.ct-series-a .ct-slice-pie {
    fill: #108ffd;
}

.series-a-bg-1-200 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #108ffd;
}

.series-a-bg-1-200.opacity-75 .ct-series.ct-series-a .ct-area {
    fill: #108ffd;
    fill-opacity: 0.65;
}

.series-a-bg-1-200.opacity-75 .ct-series.ct-series-a .ct-line {
    stroke: #108ffd;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-a-bg-1-200.opacity-75 .ct-series.ct-series-a .ct-point {
    stroke: #108ffd;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-a-bg-1-200.opacity-75 .ct-series.ct-series-a .ct-bar {
    stroke: #108ffd;
    stroke-opacity: 0.75;
}

.series-a-bg-1-200.opacity-75 .ct-series.ct-series-a .ct-slice-pie {
    fill: #108ffd;
    fill-opacity: 0.75;
}

.series-a-bg-1-200.opacity-75 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #108ffd;
    stroke-opacity: 0.75;
}

.series-a-bg-1-300 .ct-series.ct-series-a .ct-area {
    fill: #0283f1;
}

.series-a-bg-1-300 .ct-series.ct-series-a .ct-line {
    stroke: #0283f1;
    stroke-width: 3px;
}

.series-a-bg-1-300 .ct-series.ct-series-a .ct-point {
    stroke: #0283f1;
    stroke-width: 6px;
}

.series-a-bg-1-300 .ct-series.ct-series-a .ct-bar {
    stroke: #0283f1;
}

.series-a-bg-1-300 .ct-series.ct-series-a .ct-slice-pie {
    fill: #0283f1;
}

.series-a-bg-1-300 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #0283f1;
}

.series-a-bg-1-300.opacity-75 .ct-series.ct-series-a .ct-area {
    fill: #0283f1;
    fill-opacity: 0.65;
}

.series-a-bg-1-300.opacity-75 .ct-series.ct-series-a .ct-line {
    stroke: #0283f1;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-a-bg-1-300.opacity-75 .ct-series.ct-series-a .ct-point {
    stroke: #0283f1;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-a-bg-1-300.opacity-75 .ct-series.ct-series-a .ct-bar {
    stroke: #0283f1;
    stroke-opacity: 0.75;
}

.series-a-bg-1-300.opacity-75 .ct-series.ct-series-a .ct-slice-pie {
    fill: #0283f1;
    fill-opacity: 0.75;
}

.series-a-bg-1-300.opacity-75 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #0283f1;
    stroke-opacity: 0.75;
}

.series-a-bg-1-400 .ct-series.ct-series-a .ct-area {
    fill: #0275d8;
}

.series-a-bg-1-400 .ct-series.ct-series-a .ct-line {
    stroke: #0275d8;
    stroke-width: 3px;
}

.series-a-bg-1-400 .ct-series.ct-series-a .ct-point {
    stroke: #0275d8;
    stroke-width: 6px;
}

.series-a-bg-1-400 .ct-series.ct-series-a .ct-bar {
    stroke: #0275d8;
}

.series-a-bg-1-400 .ct-series.ct-series-a .ct-slice-pie {
    fill: #0275d8;
}

.series-a-bg-1-400 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #0275d8;
}

.series-a-bg-1-400.opacity-75 .ct-series.ct-series-a .ct-area {
    fill: #0275d8;
    fill-opacity: 0.65;
}

.series-a-bg-1-400.opacity-75 .ct-series.ct-series-a .ct-line {
    stroke: #0275d8;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-a-bg-1-400.opacity-75 .ct-series.ct-series-a .ct-point {
    stroke: #0275d8;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-a-bg-1-400.opacity-75 .ct-series.ct-series-a .ct-bar {
    stroke: #0275d8;
    stroke-opacity: 0.75;
}

.series-a-bg-1-400.opacity-75 .ct-series.ct-series-a .ct-slice-pie {
    fill: #0275d8;
    fill-opacity: 0.75;
}

.series-a-bg-1-400.opacity-75 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #0275d8;
    stroke-opacity: 0.75;
}

.series-a-bg-1-500 .ct-series.ct-series-a .ct-area {
    fill: #0267bf;
}

.series-a-bg-1-500 .ct-series.ct-series-a .ct-line {
    stroke: #0267bf;
    stroke-width: 3px;
}

.series-a-bg-1-500 .ct-series.ct-series-a .ct-point {
    stroke: #0267bf;
    stroke-width: 6px;
}

.series-a-bg-1-500 .ct-series.ct-series-a .ct-bar {
    stroke: #0267bf;
}

.series-a-bg-1-500 .ct-series.ct-series-a .ct-slice-pie {
    fill: #0267bf;
}

.series-a-bg-1-500 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #0267bf;
}

.series-a-bg-1-500.opacity-75 .ct-series.ct-series-a .ct-area {
    fill: #0267bf;
    fill-opacity: 0.65;
}

.series-a-bg-1-500.opacity-75 .ct-series.ct-series-a .ct-line {
    stroke: #0267bf;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-a-bg-1-500.opacity-75 .ct-series.ct-series-a .ct-point {
    stroke: #0267bf;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-a-bg-1-500.opacity-75 .ct-series.ct-series-a .ct-bar {
    stroke: #0267bf;
    stroke-opacity: 0.75;
}

.series-a-bg-1-500.opacity-75 .ct-series.ct-series-a .ct-slice-pie {
    fill: #0267bf;
    fill-opacity: 0.75;
}

.series-a-bg-1-500.opacity-75 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #0267bf;
    stroke-opacity: 0.75;
}

.series-a-bg-1-600 .ct-series.ct-series-a .ct-area {
    fill: #025aa5;
}

.series-a-bg-1-600 .ct-series.ct-series-a .ct-line {
    stroke: #025aa5;
    stroke-width: 3px;
}

.series-a-bg-1-600 .ct-series.ct-series-a .ct-point {
    stroke: #025aa5;
    stroke-width: 6px;
}

.series-a-bg-1-600 .ct-series.ct-series-a .ct-bar {
    stroke: #025aa5;
}

.series-a-bg-1-600 .ct-series.ct-series-a .ct-slice-pie {
    fill: #025aa5;
}

.series-a-bg-1-600 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #025aa5;
}

.series-a-bg-1-600.opacity-75 .ct-series.ct-series-a .ct-area {
    fill: #025aa5;
    fill-opacity: 0.65;
}

.series-a-bg-1-600.opacity-75 .ct-series.ct-series-a .ct-line {
    stroke: #025aa5;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-a-bg-1-600.opacity-75 .ct-series.ct-series-a .ct-point {
    stroke: #025aa5;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-a-bg-1-600.opacity-75 .ct-series.ct-series-a .ct-bar {
    stroke: #025aa5;
    stroke-opacity: 0.75;
}

.series-a-bg-1-600.opacity-75 .ct-series.ct-series-a .ct-slice-pie {
    fill: #025aa5;
    fill-opacity: 0.75;
}

.series-a-bg-1-600.opacity-75 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #025aa5;
    stroke-opacity: 0.75;
}

.series-a-bg-1-700 .ct-series.ct-series-a .ct-area {
    fill: #014c8c;
}

.series-a-bg-1-700 .ct-series.ct-series-a .ct-line {
    stroke: #014c8c;
    stroke-width: 3px;
}

.series-a-bg-1-700 .ct-series.ct-series-a .ct-point {
    stroke: #014c8c;
    stroke-width: 6px;
}

.series-a-bg-1-700 .ct-series.ct-series-a .ct-bar {
    stroke: #014c8c;
}

.series-a-bg-1-700 .ct-series.ct-series-a .ct-slice-pie {
    fill: #014c8c;
}

.series-a-bg-1-700 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #014c8c;
}

.series-a-bg-1-700.opacity-75 .ct-series.ct-series-a .ct-area {
    fill: #014c8c;
    fill-opacity: 0.65;
}

.series-a-bg-1-700.opacity-75 .ct-series.ct-series-a .ct-line {
    stroke: #014c8c;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-a-bg-1-700.opacity-75 .ct-series.ct-series-a .ct-point {
    stroke: #014c8c;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-a-bg-1-700.opacity-75 .ct-series.ct-series-a .ct-bar {
    stroke: #014c8c;
    stroke-opacity: 0.75;
}

.series-a-bg-1-700.opacity-75 .ct-series.ct-series-a .ct-slice-pie {
    fill: #014c8c;
    fill-opacity: 0.75;
}

.series-a-bg-1-700.opacity-75 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #014c8c;
    stroke-opacity: 0.75;
}

.series-a-bg-1-800 .ct-series.ct-series-a .ct-area {
    fill: #013e73;
}

.series-a-bg-1-800 .ct-series.ct-series-a .ct-line {
    stroke: #013e73;
    stroke-width: 3px;
}

.series-a-bg-1-800 .ct-series.ct-series-a .ct-point {
    stroke: #013e73;
    stroke-width: 6px;
}

.series-a-bg-1-800 .ct-series.ct-series-a .ct-bar {
    stroke: #013e73;
}

.series-a-bg-1-800 .ct-series.ct-series-a .ct-slice-pie {
    fill: #013e73;
}

.series-a-bg-1-800 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #013e73;
}

.series-a-bg-1-800.opacity-75 .ct-series.ct-series-a .ct-area {
    fill: #013e73;
    fill-opacity: 0.65;
}

.series-a-bg-1-800.opacity-75 .ct-series.ct-series-a .ct-line {
    stroke: #013e73;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-a-bg-1-800.opacity-75 .ct-series.ct-series-a .ct-point {
    stroke: #013e73;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-a-bg-1-800.opacity-75 .ct-series.ct-series-a .ct-bar {
    stroke: #013e73;
    stroke-opacity: 0.75;
}

.series-a-bg-1-800.opacity-75 .ct-series.ct-series-a .ct-slice-pie {
    fill: #013e73;
    fill-opacity: 0.75;
}

.series-a-bg-1-800.opacity-75 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #013e73;
    stroke-opacity: 0.75;
}

.series-a-bg-1-900 .ct-series.ct-series-a .ct-area {
    fill: #01315a;
}

.series-a-bg-1-900 .ct-series.ct-series-a .ct-line {
    stroke: #01315a;
    stroke-width: 3px;
}

.series-a-bg-1-900 .ct-series.ct-series-a .ct-point {
    stroke: #01315a;
    stroke-width: 6px;
}

.series-a-bg-1-900 .ct-series.ct-series-a .ct-bar {
    stroke: #01315a;
}

.series-a-bg-1-900 .ct-series.ct-series-a .ct-slice-pie {
    fill: #01315a;
}

.series-a-bg-1-900 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #01315a;
}

.series-a-bg-1-900.opacity-75 .ct-series.ct-series-a .ct-area {
    fill: #01315a;
    fill-opacity: 0.65;
}

.series-a-bg-1-900.opacity-75 .ct-series.ct-series-a .ct-line {
    stroke: #01315a;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-a-bg-1-900.opacity-75 .ct-series.ct-series-a .ct-point {
    stroke: #01315a;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-a-bg-1-900.opacity-75 .ct-series.ct-series-a .ct-bar {
    stroke: #01315a;
    stroke-opacity: 0.75;
}

.series-a-bg-1-900.opacity-75 .ct-series.ct-series-a .ct-slice-pie {
    fill: #01315a;
    fill-opacity: 0.75;
}

.series-a-bg-1-900.opacity-75 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #01315a;
    stroke-opacity: 0.75;
}

.series-a-bg-2 .ct-series.ct-series-a .ct-area {
    fill: #002451;
}

.series-a-bg-2 .ct-series.ct-series-a .ct-line {
    stroke: #002451;
    stroke-width: 3px;
}

.series-a-bg-2 .ct-series.ct-series-a .ct-point {
    stroke: #002451;
    stroke-width: 6px;
}

.series-a-bg-2 .ct-series.ct-series-a .ct-bar {
    stroke: #002451;
}

.series-a-bg-2 .ct-series.ct-series-a .ct-slice-pie {
    fill: #002451;
}

.series-a-bg-2 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #002451;
}

.series-a-bg-2.opacity-75 .ct-series.ct-series-a .ct-area {
    fill: #002451;
    fill-opacity: 0.65;
}

.series-a-bg-2.opacity-75 .ct-series.ct-series-a .ct-line {
    stroke: #002451;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-a-bg-2.opacity-75 .ct-series.ct-series-a .ct-point {
    stroke: #002451;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-a-bg-2.opacity-75 .ct-series.ct-series-a .ct-bar {
    stroke: #002451;
    stroke-opacity: 0.75;
}

.series-a-bg-2.opacity-75 .ct-series.ct-series-a .ct-slice-pie {
    fill: #002451;
    fill-opacity: 0.75;
}

.series-a-bg-2.opacity-75 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #002451;
    stroke-opacity: 0.75;
}

.series-a-bg-2-100 .ct-series.ct-series-a .ct-area {
    fill: #0051b7;
}

.series-a-bg-2-100 .ct-series.ct-series-a .ct-line {
    stroke: #0051b7;
    stroke-width: 3px;
}

.series-a-bg-2-100 .ct-series.ct-series-a .ct-point {
    stroke: #0051b7;
    stroke-width: 6px;
}

.series-a-bg-2-100 .ct-series.ct-series-a .ct-bar {
    stroke: #0051b7;
}

.series-a-bg-2-100 .ct-series.ct-series-a .ct-slice-pie {
    fill: #0051b7;
}

.series-a-bg-2-100 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #0051b7;
}

.series-a-bg-2-100.opacity-75 .ct-series.ct-series-a .ct-area {
    fill: #0051b7;
    fill-opacity: 0.65;
}

.series-a-bg-2-100.opacity-75 .ct-series.ct-series-a .ct-line {
    stroke: #0051b7;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-a-bg-2-100.opacity-75 .ct-series.ct-series-a .ct-point {
    stroke: #0051b7;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-a-bg-2-100.opacity-75 .ct-series.ct-series-a .ct-bar {
    stroke: #0051b7;
    stroke-opacity: 0.75;
}

.series-a-bg-2-100.opacity-75 .ct-series.ct-series-a .ct-slice-pie {
    fill: #0051b7;
    fill-opacity: 0.75;
}

.series-a-bg-2-100.opacity-75 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #0051b7;
    stroke-opacity: 0.75;
}

.series-a-bg-2-200 .ct-series.ct-series-a .ct-area {
    fill: #00469e;
}

.series-a-bg-2-200 .ct-series.ct-series-a .ct-line {
    stroke: #00469e;
    stroke-width: 3px;
}

.series-a-bg-2-200 .ct-series.ct-series-a .ct-point {
    stroke: #00469e;
    stroke-width: 6px;
}

.series-a-bg-2-200 .ct-series.ct-series-a .ct-bar {
    stroke: #00469e;
}

.series-a-bg-2-200 .ct-series.ct-series-a .ct-slice-pie {
    fill: #00469e;
}

.series-a-bg-2-200 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #00469e;
}

.series-a-bg-2-200.opacity-75 .ct-series.ct-series-a .ct-area {
    fill: #00469e;
    fill-opacity: 0.65;
}

.series-a-bg-2-200.opacity-75 .ct-series.ct-series-a .ct-line {
    stroke: #00469e;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-a-bg-2-200.opacity-75 .ct-series.ct-series-a .ct-point {
    stroke: #00469e;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-a-bg-2-200.opacity-75 .ct-series.ct-series-a .ct-bar {
    stroke: #00469e;
    stroke-opacity: 0.75;
}

.series-a-bg-2-200.opacity-75 .ct-series.ct-series-a .ct-slice-pie {
    fill: #00469e;
    fill-opacity: 0.75;
}

.series-a-bg-2-200.opacity-75 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #00469e;
    stroke-opacity: 0.75;
}

.series-a-bg-2-300 .ct-series.ct-series-a .ct-area {
    fill: #003b84;
}

.series-a-bg-2-300 .ct-series.ct-series-a .ct-line {
    stroke: #003b84;
    stroke-width: 3px;
}

.series-a-bg-2-300 .ct-series.ct-series-a .ct-point {
    stroke: #003b84;
    stroke-width: 6px;
}

.series-a-bg-2-300 .ct-series.ct-series-a .ct-bar {
    stroke: #003b84;
}

.series-a-bg-2-300 .ct-series.ct-series-a .ct-slice-pie {
    fill: #003b84;
}

.series-a-bg-2-300 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #003b84;
}

.series-a-bg-2-300.opacity-75 .ct-series.ct-series-a .ct-area {
    fill: #003b84;
    fill-opacity: 0.65;
}

.series-a-bg-2-300.opacity-75 .ct-series.ct-series-a .ct-line {
    stroke: #003b84;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-a-bg-2-300.opacity-75 .ct-series.ct-series-a .ct-point {
    stroke: #003b84;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-a-bg-2-300.opacity-75 .ct-series.ct-series-a .ct-bar {
    stroke: #003b84;
    stroke-opacity: 0.75;
}

.series-a-bg-2-300.opacity-75 .ct-series.ct-series-a .ct-slice-pie {
    fill: #003b84;
    fill-opacity: 0.75;
}

.series-a-bg-2-300.opacity-75 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #003b84;
    stroke-opacity: 0.75;
}

.series-a-bg-2-400 .ct-series.ct-series-a .ct-area {
    fill: #002f6b;
}

.series-a-bg-2-400 .ct-series.ct-series-a .ct-line {
    stroke: #002f6b;
    stroke-width: 3px;
}

.series-a-bg-2-400 .ct-series.ct-series-a .ct-point {
    stroke: #002f6b;
    stroke-width: 6px;
}

.series-a-bg-2-400 .ct-series.ct-series-a .ct-bar {
    stroke: #002f6b;
}

.series-a-bg-2-400 .ct-series.ct-series-a .ct-slice-pie {
    fill: #002f6b;
}

.series-a-bg-2-400 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #002f6b;
}

.series-a-bg-2-400.opacity-75 .ct-series.ct-series-a .ct-area {
    fill: #002f6b;
    fill-opacity: 0.65;
}

.series-a-bg-2-400.opacity-75 .ct-series.ct-series-a .ct-line {
    stroke: #002f6b;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-a-bg-2-400.opacity-75 .ct-series.ct-series-a .ct-point {
    stroke: #002f6b;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-a-bg-2-400.opacity-75 .ct-series.ct-series-a .ct-bar {
    stroke: #002f6b;
    stroke-opacity: 0.75;
}

.series-a-bg-2-400.opacity-75 .ct-series.ct-series-a .ct-slice-pie {
    fill: #002f6b;
    fill-opacity: 0.75;
}

.series-a-bg-2-400.opacity-75 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #002f6b;
    stroke-opacity: 0.75;
}

.series-a-bg-2-500 .ct-series.ct-series-a .ct-area {
    fill: #002451;
}

.series-a-bg-2-500 .ct-series.ct-series-a .ct-line {
    stroke: #002451;
    stroke-width: 3px;
}

.series-a-bg-2-500 .ct-series.ct-series-a .ct-point {
    stroke: #002451;
    stroke-width: 6px;
}

.series-a-bg-2-500 .ct-series.ct-series-a .ct-bar {
    stroke: #002451;
}

.series-a-bg-2-500 .ct-series.ct-series-a .ct-slice-pie {
    fill: #002451;
}

.series-a-bg-2-500 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #002451;
}

.series-a-bg-2-500.opacity-75 .ct-series.ct-series-a .ct-area {
    fill: #002451;
    fill-opacity: 0.65;
}

.series-a-bg-2-500.opacity-75 .ct-series.ct-series-a .ct-line {
    stroke: #002451;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-a-bg-2-500.opacity-75 .ct-series.ct-series-a .ct-point {
    stroke: #002451;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-a-bg-2-500.opacity-75 .ct-series.ct-series-a .ct-bar {
    stroke: #002451;
    stroke-opacity: 0.75;
}

.series-a-bg-2-500.opacity-75 .ct-series.ct-series-a .ct-slice-pie {
    fill: #002451;
    fill-opacity: 0.75;
}

.series-a-bg-2-500.opacity-75 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #002451;
    stroke-opacity: 0.75;
}

.series-a-bg-2-600 .ct-series.ct-series-a .ct-area {
    fill: #001938;
}

.series-a-bg-2-600 .ct-series.ct-series-a .ct-line {
    stroke: #001938;
    stroke-width: 3px;
}

.series-a-bg-2-600 .ct-series.ct-series-a .ct-point {
    stroke: #001938;
    stroke-width: 6px;
}

.series-a-bg-2-600 .ct-series.ct-series-a .ct-bar {
    stroke: #001938;
}

.series-a-bg-2-600 .ct-series.ct-series-a .ct-slice-pie {
    fill: #001938;
}

.series-a-bg-2-600 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #001938;
}

.series-a-bg-2-600.opacity-75 .ct-series.ct-series-a .ct-area {
    fill: #001938;
    fill-opacity: 0.65;
}

.series-a-bg-2-600.opacity-75 .ct-series.ct-series-a .ct-line {
    stroke: #001938;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-a-bg-2-600.opacity-75 .ct-series.ct-series-a .ct-point {
    stroke: #001938;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-a-bg-2-600.opacity-75 .ct-series.ct-series-a .ct-bar {
    stroke: #001938;
    stroke-opacity: 0.75;
}

.series-a-bg-2-600.opacity-75 .ct-series.ct-series-a .ct-slice-pie {
    fill: #001938;
    fill-opacity: 0.75;
}

.series-a-bg-2-600.opacity-75 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #001938;
    stroke-opacity: 0.75;
}

.series-a-bg-2-700 .ct-series.ct-series-a .ct-area {
    fill: #000d1e;
}

.series-a-bg-2-700 .ct-series.ct-series-a .ct-line {
    stroke: #000d1e;
    stroke-width: 3px;
}

.series-a-bg-2-700 .ct-series.ct-series-a .ct-point {
    stroke: #000d1e;
    stroke-width: 6px;
}

.series-a-bg-2-700 .ct-series.ct-series-a .ct-bar {
    stroke: #000d1e;
}

.series-a-bg-2-700 .ct-series.ct-series-a .ct-slice-pie {
    fill: #000d1e;
}

.series-a-bg-2-700 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #000d1e;
}

.series-a-bg-2-700.opacity-75 .ct-series.ct-series-a .ct-area {
    fill: #000d1e;
    fill-opacity: 0.65;
}

.series-a-bg-2-700.opacity-75 .ct-series.ct-series-a .ct-line {
    stroke: #000d1e;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-a-bg-2-700.opacity-75 .ct-series.ct-series-a .ct-point {
    stroke: #000d1e;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-a-bg-2-700.opacity-75 .ct-series.ct-series-a .ct-bar {
    stroke: #000d1e;
    stroke-opacity: 0.75;
}

.series-a-bg-2-700.opacity-75 .ct-series.ct-series-a .ct-slice-pie {
    fill: #000d1e;
    fill-opacity: 0.75;
}

.series-a-bg-2-700.opacity-75 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #000d1e;
    stroke-opacity: 0.75;
}

.series-a-bg-2-800 .ct-series.ct-series-a .ct-area {
    fill: #000205;
}

.series-a-bg-2-800 .ct-series.ct-series-a .ct-line {
    stroke: #000205;
    stroke-width: 3px;
}

.series-a-bg-2-800 .ct-series.ct-series-a .ct-point {
    stroke: #000205;
    stroke-width: 6px;
}

.series-a-bg-2-800 .ct-series.ct-series-a .ct-bar {
    stroke: #000205;
}

.series-a-bg-2-800 .ct-series.ct-series-a .ct-slice-pie {
    fill: #000205;
}

.series-a-bg-2-800 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #000205;
}

.series-a-bg-2-800.opacity-75 .ct-series.ct-series-a .ct-area {
    fill: #000205;
    fill-opacity: 0.65;
}

.series-a-bg-2-800.opacity-75 .ct-series.ct-series-a .ct-line {
    stroke: #000205;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-a-bg-2-800.opacity-75 .ct-series.ct-series-a .ct-point {
    stroke: #000205;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-a-bg-2-800.opacity-75 .ct-series.ct-series-a .ct-bar {
    stroke: #000205;
    stroke-opacity: 0.75;
}

.series-a-bg-2-800.opacity-75 .ct-series.ct-series-a .ct-slice-pie {
    fill: #000205;
    fill-opacity: 0.75;
}

.series-a-bg-2-800.opacity-75 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #000205;
    stroke-opacity: 0.75;
}

.series-a-bg-2-900 .ct-series.ct-series-a .ct-area {
    fill: black;
}

.series-a-bg-2-900 .ct-series.ct-series-a .ct-line {
    stroke: black;
    stroke-width: 3px;
}

.series-a-bg-2-900 .ct-series.ct-series-a .ct-point {
    stroke: black;
    stroke-width: 6px;
}

.series-a-bg-2-900 .ct-series.ct-series-a .ct-bar {
    stroke: black;
}

.series-a-bg-2-900 .ct-series.ct-series-a .ct-slice-pie {
    fill: black;
}

.series-a-bg-2-900 .ct-series.ct-series-a .ct-slice-donut {
    stroke: black;
}

.series-a-bg-2-900.opacity-75 .ct-series.ct-series-a .ct-area {
    fill: black;
    fill-opacity: 0.65;
}

.series-a-bg-2-900.opacity-75 .ct-series.ct-series-a .ct-line {
    stroke: black;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-a-bg-2-900.opacity-75 .ct-series.ct-series-a .ct-point {
    stroke: black;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-a-bg-2-900.opacity-75 .ct-series.ct-series-a .ct-bar {
    stroke: black;
    stroke-opacity: 0.75;
}

.series-a-bg-2-900.opacity-75 .ct-series.ct-series-a .ct-slice-pie {
    fill: black;
    fill-opacity: 0.75;
}

.series-a-bg-2-900.opacity-75 .ct-series.ct-series-a .ct-slice-donut {
    stroke: black;
    stroke-opacity: 0.75;
}

.series-a-bg-3 .ct-series.ct-series-a .ct-area {
    fill: #262932;
}

.series-a-bg-3 .ct-series.ct-series-a .ct-line {
    stroke: #262932;
    stroke-width: 3px;
}

.series-a-bg-3 .ct-series.ct-series-a .ct-point {
    stroke: #262932;
    stroke-width: 6px;
}

.series-a-bg-3 .ct-series.ct-series-a .ct-bar {
    stroke: #262932;
}

.series-a-bg-3 .ct-series.ct-series-a .ct-slice-pie {
    fill: #262932;
}

.series-a-bg-3 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #262932;
}

.series-a-bg-3.opacity-75 .ct-series.ct-series-a .ct-area {
    fill: #262932;
    fill-opacity: 0.65;
}

.series-a-bg-3.opacity-75 .ct-series.ct-series-a .ct-line {
    stroke: #262932;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-a-bg-3.opacity-75 .ct-series.ct-series-a .ct-point {
    stroke: #262932;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-a-bg-3.opacity-75 .ct-series.ct-series-a .ct-bar {
    stroke: #262932;
    stroke-opacity: 0.75;
}

.series-a-bg-3.opacity-75 .ct-series.ct-series-a .ct-slice-pie {
    fill: #262932;
    fill-opacity: 0.75;
}

.series-a-bg-3.opacity-75 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #262932;
    stroke-opacity: 0.75;
}

.series-a-bg-3-100 .ct-series.ct-series-a .ct-area {
    fill: #52596c;
}

.series-a-bg-3-100 .ct-series.ct-series-a .ct-line {
    stroke: #52596c;
    stroke-width: 3px;
}

.series-a-bg-3-100 .ct-series.ct-series-a .ct-point {
    stroke: #52596c;
    stroke-width: 6px;
}

.series-a-bg-3-100 .ct-series.ct-series-a .ct-bar {
    stroke: #52596c;
}

.series-a-bg-3-100 .ct-series.ct-series-a .ct-slice-pie {
    fill: #52596c;
}

.series-a-bg-3-100 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #52596c;
}

.series-a-bg-3-100.opacity-75 .ct-series.ct-series-a .ct-area {
    fill: #52596c;
    fill-opacity: 0.65;
}

.series-a-bg-3-100.opacity-75 .ct-series.ct-series-a .ct-line {
    stroke: #52596c;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-a-bg-3-100.opacity-75 .ct-series.ct-series-a .ct-point {
    stroke: #52596c;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-a-bg-3-100.opacity-75 .ct-series.ct-series-a .ct-bar {
    stroke: #52596c;
    stroke-opacity: 0.75;
}

.series-a-bg-3-100.opacity-75 .ct-series.ct-series-a .ct-slice-pie {
    fill: #52596c;
    fill-opacity: 0.75;
}

.series-a-bg-3-100.opacity-75 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #52596c;
    stroke-opacity: 0.75;
}

.series-a-bg-3-200 .ct-series.ct-series-a .ct-area {
    fill: #474d5d;
}

.series-a-bg-3-200 .ct-series.ct-series-a .ct-line {
    stroke: #474d5d;
    stroke-width: 3px;
}

.series-a-bg-3-200 .ct-series.ct-series-a .ct-point {
    stroke: #474d5d;
    stroke-width: 6px;
}

.series-a-bg-3-200 .ct-series.ct-series-a .ct-bar {
    stroke: #474d5d;
}

.series-a-bg-3-200 .ct-series.ct-series-a .ct-slice-pie {
    fill: #474d5d;
}

.series-a-bg-3-200 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #474d5d;
}

.series-a-bg-3-200.opacity-75 .ct-series.ct-series-a .ct-area {
    fill: #474d5d;
    fill-opacity: 0.65;
}

.series-a-bg-3-200.opacity-75 .ct-series.ct-series-a .ct-line {
    stroke: #474d5d;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-a-bg-3-200.opacity-75 .ct-series.ct-series-a .ct-point {
    stroke: #474d5d;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-a-bg-3-200.opacity-75 .ct-series.ct-series-a .ct-bar {
    stroke: #474d5d;
    stroke-opacity: 0.75;
}

.series-a-bg-3-200.opacity-75 .ct-series.ct-series-a .ct-slice-pie {
    fill: #474d5d;
    fill-opacity: 0.75;
}

.series-a-bg-3-200.opacity-75 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #474d5d;
    stroke-opacity: 0.75;
}

.series-a-bg-3-300 .ct-series.ct-series-a .ct-area {
    fill: #3c414f;
}

.series-a-bg-3-300 .ct-series.ct-series-a .ct-line {
    stroke: #3c414f;
    stroke-width: 3px;
}

.series-a-bg-3-300 .ct-series.ct-series-a .ct-point {
    stroke: #3c414f;
    stroke-width: 6px;
}

.series-a-bg-3-300 .ct-series.ct-series-a .ct-bar {
    stroke: #3c414f;
}

.series-a-bg-3-300 .ct-series.ct-series-a .ct-slice-pie {
    fill: #3c414f;
}

.series-a-bg-3-300 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #3c414f;
}

.series-a-bg-3-300.opacity-75 .ct-series.ct-series-a .ct-area {
    fill: #3c414f;
    fill-opacity: 0.65;
}

.series-a-bg-3-300.opacity-75 .ct-series.ct-series-a .ct-line {
    stroke: #3c414f;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-a-bg-3-300.opacity-75 .ct-series.ct-series-a .ct-point {
    stroke: #3c414f;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-a-bg-3-300.opacity-75 .ct-series.ct-series-a .ct-bar {
    stroke: #3c414f;
    stroke-opacity: 0.75;
}

.series-a-bg-3-300.opacity-75 .ct-series.ct-series-a .ct-slice-pie {
    fill: #3c414f;
    fill-opacity: 0.75;
}

.series-a-bg-3-300.opacity-75 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #3c414f;
    stroke-opacity: 0.75;
}

.series-a-bg-3-400 .ct-series.ct-series-a .ct-area {
    fill: #313540;
}

.series-a-bg-3-400 .ct-series.ct-series-a .ct-line {
    stroke: #313540;
    stroke-width: 3px;
}

.series-a-bg-3-400 .ct-series.ct-series-a .ct-point {
    stroke: #313540;
    stroke-width: 6px;
}

.series-a-bg-3-400 .ct-series.ct-series-a .ct-bar {
    stroke: #313540;
}

.series-a-bg-3-400 .ct-series.ct-series-a .ct-slice-pie {
    fill: #313540;
}

.series-a-bg-3-400 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #313540;
}

.series-a-bg-3-400.opacity-75 .ct-series.ct-series-a .ct-area {
    fill: #313540;
    fill-opacity: 0.65;
}

.series-a-bg-3-400.opacity-75 .ct-series.ct-series-a .ct-line {
    stroke: #313540;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-a-bg-3-400.opacity-75 .ct-series.ct-series-a .ct-point {
    stroke: #313540;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-a-bg-3-400.opacity-75 .ct-series.ct-series-a .ct-bar {
    stroke: #313540;
    stroke-opacity: 0.75;
}

.series-a-bg-3-400.opacity-75 .ct-series.ct-series-a .ct-slice-pie {
    fill: #313540;
    fill-opacity: 0.75;
}

.series-a-bg-3-400.opacity-75 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #313540;
    stroke-opacity: 0.75;
}

.series-a-bg-3-500 .ct-series.ct-series-a .ct-area {
    fill: #262932;
}

.series-a-bg-3-500 .ct-series.ct-series-a .ct-line {
    stroke: #262932;
    stroke-width: 3px;
}

.series-a-bg-3-500 .ct-series.ct-series-a .ct-point {
    stroke: #262932;
    stroke-width: 6px;
}

.series-a-bg-3-500 .ct-series.ct-series-a .ct-bar {
    stroke: #262932;
}

.series-a-bg-3-500 .ct-series.ct-series-a .ct-slice-pie {
    fill: #262932;
}

.series-a-bg-3-500 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #262932;
}

.series-a-bg-3-500.opacity-75 .ct-series.ct-series-a .ct-area {
    fill: #262932;
    fill-opacity: 0.65;
}

.series-a-bg-3-500.opacity-75 .ct-series.ct-series-a .ct-line {
    stroke: #262932;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-a-bg-3-500.opacity-75 .ct-series.ct-series-a .ct-point {
    stroke: #262932;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-a-bg-3-500.opacity-75 .ct-series.ct-series-a .ct-bar {
    stroke: #262932;
    stroke-opacity: 0.75;
}

.series-a-bg-3-500.opacity-75 .ct-series.ct-series-a .ct-slice-pie {
    fill: #262932;
    fill-opacity: 0.75;
}

.series-a-bg-3-500.opacity-75 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #262932;
    stroke-opacity: 0.75;
}

.series-a-bg-3-600 .ct-series.ct-series-a .ct-area {
    fill: #1b1d24;
}

.series-a-bg-3-600 .ct-series.ct-series-a .ct-line {
    stroke: #1b1d24;
    stroke-width: 3px;
}

.series-a-bg-3-600 .ct-series.ct-series-a .ct-point {
    stroke: #1b1d24;
    stroke-width: 6px;
}

.series-a-bg-3-600 .ct-series.ct-series-a .ct-bar {
    stroke: #1b1d24;
}

.series-a-bg-3-600 .ct-series.ct-series-a .ct-slice-pie {
    fill: #1b1d24;
}

.series-a-bg-3-600 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #1b1d24;
}

.series-a-bg-3-600.opacity-75 .ct-series.ct-series-a .ct-area {
    fill: #1b1d24;
    fill-opacity: 0.65;
}

.series-a-bg-3-600.opacity-75 .ct-series.ct-series-a .ct-line {
    stroke: #1b1d24;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-a-bg-3-600.opacity-75 .ct-series.ct-series-a .ct-point {
    stroke: #1b1d24;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-a-bg-3-600.opacity-75 .ct-series.ct-series-a .ct-bar {
    stroke: #1b1d24;
    stroke-opacity: 0.75;
}

.series-a-bg-3-600.opacity-75 .ct-series.ct-series-a .ct-slice-pie {
    fill: #1b1d24;
    fill-opacity: 0.75;
}

.series-a-bg-3-600.opacity-75 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #1b1d24;
    stroke-opacity: 0.75;
}

.series-a-bg-3-700 .ct-series.ct-series-a .ct-area {
    fill: #101115;
}

.series-a-bg-3-700 .ct-series.ct-series-a .ct-line {
    stroke: #101115;
    stroke-width: 3px;
}

.series-a-bg-3-700 .ct-series.ct-series-a .ct-point {
    stroke: #101115;
    stroke-width: 6px;
}

.series-a-bg-3-700 .ct-series.ct-series-a .ct-bar {
    stroke: #101115;
}

.series-a-bg-3-700 .ct-series.ct-series-a .ct-slice-pie {
    fill: #101115;
}

.series-a-bg-3-700 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #101115;
}

.series-a-bg-3-700.opacity-75 .ct-series.ct-series-a .ct-area {
    fill: #101115;
    fill-opacity: 0.65;
}

.series-a-bg-3-700.opacity-75 .ct-series.ct-series-a .ct-line {
    stroke: #101115;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-a-bg-3-700.opacity-75 .ct-series.ct-series-a .ct-point {
    stroke: #101115;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-a-bg-3-700.opacity-75 .ct-series.ct-series-a .ct-bar {
    stroke: #101115;
    stroke-opacity: 0.75;
}

.series-a-bg-3-700.opacity-75 .ct-series.ct-series-a .ct-slice-pie {
    fill: #101115;
    fill-opacity: 0.75;
}

.series-a-bg-3-700.opacity-75 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #101115;
    stroke-opacity: 0.75;
}

.series-a-bg-3-800 .ct-series.ct-series-a .ct-area {
    fill: #050507;
}

.series-a-bg-3-800 .ct-series.ct-series-a .ct-line {
    stroke: #050507;
    stroke-width: 3px;
}

.series-a-bg-3-800 .ct-series.ct-series-a .ct-point {
    stroke: #050507;
    stroke-width: 6px;
}

.series-a-bg-3-800 .ct-series.ct-series-a .ct-bar {
    stroke: #050507;
}

.series-a-bg-3-800 .ct-series.ct-series-a .ct-slice-pie {
    fill: #050507;
}

.series-a-bg-3-800 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #050507;
}

.series-a-bg-3-800.opacity-75 .ct-series.ct-series-a .ct-area {
    fill: #050507;
    fill-opacity: 0.65;
}

.series-a-bg-3-800.opacity-75 .ct-series.ct-series-a .ct-line {
    stroke: #050507;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-a-bg-3-800.opacity-75 .ct-series.ct-series-a .ct-point {
    stroke: #050507;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-a-bg-3-800.opacity-75 .ct-series.ct-series-a .ct-bar {
    stroke: #050507;
    stroke-opacity: 0.75;
}

.series-a-bg-3-800.opacity-75 .ct-series.ct-series-a .ct-slice-pie {
    fill: #050507;
    fill-opacity: 0.75;
}

.series-a-bg-3-800.opacity-75 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #050507;
    stroke-opacity: 0.75;
}

.series-a-bg-3-900 .ct-series.ct-series-a .ct-area {
    fill: black;
}

.series-a-bg-3-900 .ct-series.ct-series-a .ct-line {
    stroke: black;
    stroke-width: 3px;
}

.series-a-bg-3-900 .ct-series.ct-series-a .ct-point {
    stroke: black;
    stroke-width: 6px;
}

.series-a-bg-3-900 .ct-series.ct-series-a .ct-bar {
    stroke: black;
}

.series-a-bg-3-900 .ct-series.ct-series-a .ct-slice-pie {
    fill: black;
}

.series-a-bg-3-900 .ct-series.ct-series-a .ct-slice-donut {
    stroke: black;
}

.series-a-bg-3-900.opacity-75 .ct-series.ct-series-a .ct-area {
    fill: black;
    fill-opacity: 0.65;
}

.series-a-bg-3-900.opacity-75 .ct-series.ct-series-a .ct-line {
    stroke: black;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-a-bg-3-900.opacity-75 .ct-series.ct-series-a .ct-point {
    stroke: black;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-a-bg-3-900.opacity-75 .ct-series.ct-series-a .ct-bar {
    stroke: black;
    stroke-opacity: 0.75;
}

.series-a-bg-3-900.opacity-75 .ct-series.ct-series-a .ct-slice-pie {
    fill: black;
    fill-opacity: 0.75;
}

.series-a-bg-3-900.opacity-75 .ct-series.ct-series-a .ct-slice-donut {
    stroke: black;
    stroke-opacity: 0.75;
}

.series-a-bg-4 .ct-series.ct-series-a .ct-area {
    fill: #000000;
}

.series-a-bg-4 .ct-series.ct-series-a .ct-line {
    stroke: #000000;
    stroke-width: 3px;
}

.series-a-bg-4 .ct-series.ct-series-a .ct-point {
    stroke: #000000;
    stroke-width: 6px;
}

.series-a-bg-4 .ct-series.ct-series-a .ct-bar {
    stroke: #000000;
}

.series-a-bg-4 .ct-series.ct-series-a .ct-slice-pie {
    fill: #000000;
}

.series-a-bg-4 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #000000;
}

.series-a-bg-4.opacity-75 .ct-series.ct-series-a .ct-area {
    fill: #000000;
    fill-opacity: 0.65;
}

.series-a-bg-4.opacity-75 .ct-series.ct-series-a .ct-line {
    stroke: #000000;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-a-bg-4.opacity-75 .ct-series.ct-series-a .ct-point {
    stroke: #000000;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-a-bg-4.opacity-75 .ct-series.ct-series-a .ct-bar {
    stroke: #000000;
    stroke-opacity: 0.75;
}

.series-a-bg-4.opacity-75 .ct-series.ct-series-a .ct-slice-pie {
    fill: #000000;
    fill-opacity: 0.75;
}

.series-a-bg-4.opacity-75 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #000000;
    stroke-opacity: 0.75;
}

.series-a-bg-4-100 .ct-series.ct-series-a .ct-area {
    fill: #333333;
}

.series-a-bg-4-100 .ct-series.ct-series-a .ct-line {
    stroke: #333333;
    stroke-width: 3px;
}

.series-a-bg-4-100 .ct-series.ct-series-a .ct-point {
    stroke: #333333;
    stroke-width: 6px;
}

.series-a-bg-4-100 .ct-series.ct-series-a .ct-bar {
    stroke: #333333;
}

.series-a-bg-4-100 .ct-series.ct-series-a .ct-slice-pie {
    fill: #333333;
}

.series-a-bg-4-100 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #333333;
}

.series-a-bg-4-100.opacity-75 .ct-series.ct-series-a .ct-area {
    fill: #333333;
    fill-opacity: 0.65;
}

.series-a-bg-4-100.opacity-75 .ct-series.ct-series-a .ct-line {
    stroke: #333333;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-a-bg-4-100.opacity-75 .ct-series.ct-series-a .ct-point {
    stroke: #333333;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-a-bg-4-100.opacity-75 .ct-series.ct-series-a .ct-bar {
    stroke: #333333;
    stroke-opacity: 0.75;
}

.series-a-bg-4-100.opacity-75 .ct-series.ct-series-a .ct-slice-pie {
    fill: #333333;
    fill-opacity: 0.75;
}

.series-a-bg-4-100.opacity-75 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #333333;
    stroke-opacity: 0.75;
}

.series-a-bg-4-200 .ct-series.ct-series-a .ct-area {
    fill: #262626;
}

.series-a-bg-4-200 .ct-series.ct-series-a .ct-line {
    stroke: #262626;
    stroke-width: 3px;
}

.series-a-bg-4-200 .ct-series.ct-series-a .ct-point {
    stroke: #262626;
    stroke-width: 6px;
}

.series-a-bg-4-200 .ct-series.ct-series-a .ct-bar {
    stroke: #262626;
}

.series-a-bg-4-200 .ct-series.ct-series-a .ct-slice-pie {
    fill: #262626;
}

.series-a-bg-4-200 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #262626;
}

.series-a-bg-4-200.opacity-75 .ct-series.ct-series-a .ct-area {
    fill: #262626;
    fill-opacity: 0.65;
}

.series-a-bg-4-200.opacity-75 .ct-series.ct-series-a .ct-line {
    stroke: #262626;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-a-bg-4-200.opacity-75 .ct-series.ct-series-a .ct-point {
    stroke: #262626;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-a-bg-4-200.opacity-75 .ct-series.ct-series-a .ct-bar {
    stroke: #262626;
    stroke-opacity: 0.75;
}

.series-a-bg-4-200.opacity-75 .ct-series.ct-series-a .ct-slice-pie {
    fill: #262626;
    fill-opacity: 0.75;
}

.series-a-bg-4-200.opacity-75 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #262626;
    stroke-opacity: 0.75;
}

.series-a-bg-4-300 .ct-series.ct-series-a .ct-area {
    fill: #1a1a1a;
}

.series-a-bg-4-300 .ct-series.ct-series-a .ct-line {
    stroke: #1a1a1a;
    stroke-width: 3px;
}

.series-a-bg-4-300 .ct-series.ct-series-a .ct-point {
    stroke: #1a1a1a;
    stroke-width: 6px;
}

.series-a-bg-4-300 .ct-series.ct-series-a .ct-bar {
    stroke: #1a1a1a;
}

.series-a-bg-4-300 .ct-series.ct-series-a .ct-slice-pie {
    fill: #1a1a1a;
}

.series-a-bg-4-300 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #1a1a1a;
}

.series-a-bg-4-300.opacity-75 .ct-series.ct-series-a .ct-area {
    fill: #1a1a1a;
    fill-opacity: 0.65;
}

.series-a-bg-4-300.opacity-75 .ct-series.ct-series-a .ct-line {
    stroke: #1a1a1a;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-a-bg-4-300.opacity-75 .ct-series.ct-series-a .ct-point {
    stroke: #1a1a1a;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-a-bg-4-300.opacity-75 .ct-series.ct-series-a .ct-bar {
    stroke: #1a1a1a;
    stroke-opacity: 0.75;
}

.series-a-bg-4-300.opacity-75 .ct-series.ct-series-a .ct-slice-pie {
    fill: #1a1a1a;
    fill-opacity: 0.75;
}

.series-a-bg-4-300.opacity-75 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #1a1a1a;
    stroke-opacity: 0.75;
}

.series-a-bg-4-400 .ct-series.ct-series-a .ct-area {
    fill: #0d0d0d;
}

.series-a-bg-4-400 .ct-series.ct-series-a .ct-line {
    stroke: #0d0d0d;
    stroke-width: 3px;
}

.series-a-bg-4-400 .ct-series.ct-series-a .ct-point {
    stroke: #0d0d0d;
    stroke-width: 6px;
}

.series-a-bg-4-400 .ct-series.ct-series-a .ct-bar {
    stroke: #0d0d0d;
}

.series-a-bg-4-400 .ct-series.ct-series-a .ct-slice-pie {
    fill: #0d0d0d;
}

.series-a-bg-4-400 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #0d0d0d;
}

.series-a-bg-4-400.opacity-75 .ct-series.ct-series-a .ct-area {
    fill: #0d0d0d;
    fill-opacity: 0.65;
}

.series-a-bg-4-400.opacity-75 .ct-series.ct-series-a .ct-line {
    stroke: #0d0d0d;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-a-bg-4-400.opacity-75 .ct-series.ct-series-a .ct-point {
    stroke: #0d0d0d;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-a-bg-4-400.opacity-75 .ct-series.ct-series-a .ct-bar {
    stroke: #0d0d0d;
    stroke-opacity: 0.75;
}

.series-a-bg-4-400.opacity-75 .ct-series.ct-series-a .ct-slice-pie {
    fill: #0d0d0d;
    fill-opacity: 0.75;
}

.series-a-bg-4-400.opacity-75 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #0d0d0d;
    stroke-opacity: 0.75;
}

.series-a-bg-4-500 .ct-series.ct-series-a .ct-area {
    fill: #000000;
}

.series-a-bg-4-500 .ct-series.ct-series-a .ct-line {
    stroke: #000000;
    stroke-width: 3px;
}

.series-a-bg-4-500 .ct-series.ct-series-a .ct-point {
    stroke: #000000;
    stroke-width: 6px;
}

.series-a-bg-4-500 .ct-series.ct-series-a .ct-bar {
    stroke: #000000;
}

.series-a-bg-4-500 .ct-series.ct-series-a .ct-slice-pie {
    fill: #000000;
}

.series-a-bg-4-500 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #000000;
}

.series-a-bg-4-500.opacity-75 .ct-series.ct-series-a .ct-area {
    fill: #000000;
    fill-opacity: 0.65;
}

.series-a-bg-4-500.opacity-75 .ct-series.ct-series-a .ct-line {
    stroke: #000000;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-a-bg-4-500.opacity-75 .ct-series.ct-series-a .ct-point {
    stroke: #000000;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-a-bg-4-500.opacity-75 .ct-series.ct-series-a .ct-bar {
    stroke: #000000;
    stroke-opacity: 0.75;
}

.series-a-bg-4-500.opacity-75 .ct-series.ct-series-a .ct-slice-pie {
    fill: #000000;
    fill-opacity: 0.75;
}

.series-a-bg-4-500.opacity-75 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #000000;
    stroke-opacity: 0.75;
}

.series-a-bg-4-600 .ct-series.ct-series-a .ct-area {
    fill: black;
}

.series-a-bg-4-600 .ct-series.ct-series-a .ct-line {
    stroke: black;
    stroke-width: 3px;
}

.series-a-bg-4-600 .ct-series.ct-series-a .ct-point {
    stroke: black;
    stroke-width: 6px;
}

.series-a-bg-4-600 .ct-series.ct-series-a .ct-bar {
    stroke: black;
}

.series-a-bg-4-600 .ct-series.ct-series-a .ct-slice-pie {
    fill: black;
}

.series-a-bg-4-600 .ct-series.ct-series-a .ct-slice-donut {
    stroke: black;
}

.series-a-bg-4-600.opacity-75 .ct-series.ct-series-a .ct-area {
    fill: black;
    fill-opacity: 0.65;
}

.series-a-bg-4-600.opacity-75 .ct-series.ct-series-a .ct-line {
    stroke: black;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-a-bg-4-600.opacity-75 .ct-series.ct-series-a .ct-point {
    stroke: black;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-a-bg-4-600.opacity-75 .ct-series.ct-series-a .ct-bar {
    stroke: black;
    stroke-opacity: 0.75;
}

.series-a-bg-4-600.opacity-75 .ct-series.ct-series-a .ct-slice-pie {
    fill: black;
    fill-opacity: 0.75;
}

.series-a-bg-4-600.opacity-75 .ct-series.ct-series-a .ct-slice-donut {
    stroke: black;
    stroke-opacity: 0.75;
}

.series-a-bg-4-700 .ct-series.ct-series-a .ct-area {
    fill: black;
}

.series-a-bg-4-700 .ct-series.ct-series-a .ct-line {
    stroke: black;
    stroke-width: 3px;
}

.series-a-bg-4-700 .ct-series.ct-series-a .ct-point {
    stroke: black;
    stroke-width: 6px;
}

.series-a-bg-4-700 .ct-series.ct-series-a .ct-bar {
    stroke: black;
}

.series-a-bg-4-700 .ct-series.ct-series-a .ct-slice-pie {
    fill: black;
}

.series-a-bg-4-700 .ct-series.ct-series-a .ct-slice-donut {
    stroke: black;
}

.series-a-bg-4-700.opacity-75 .ct-series.ct-series-a .ct-area {
    fill: black;
    fill-opacity: 0.65;
}

.series-a-bg-4-700.opacity-75 .ct-series.ct-series-a .ct-line {
    stroke: black;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-a-bg-4-700.opacity-75 .ct-series.ct-series-a .ct-point {
    stroke: black;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-a-bg-4-700.opacity-75 .ct-series.ct-series-a .ct-bar {
    stroke: black;
    stroke-opacity: 0.75;
}

.series-a-bg-4-700.opacity-75 .ct-series.ct-series-a .ct-slice-pie {
    fill: black;
    fill-opacity: 0.75;
}

.series-a-bg-4-700.opacity-75 .ct-series.ct-series-a .ct-slice-donut {
    stroke: black;
    stroke-opacity: 0.75;
}

.series-a-bg-4-800 .ct-series.ct-series-a .ct-area {
    fill: black;
}

.series-a-bg-4-800 .ct-series.ct-series-a .ct-line {
    stroke: black;
    stroke-width: 3px;
}

.series-a-bg-4-800 .ct-series.ct-series-a .ct-point {
    stroke: black;
    stroke-width: 6px;
}

.series-a-bg-4-800 .ct-series.ct-series-a .ct-bar {
    stroke: black;
}

.series-a-bg-4-800 .ct-series.ct-series-a .ct-slice-pie {
    fill: black;
}

.series-a-bg-4-800 .ct-series.ct-series-a .ct-slice-donut {
    stroke: black;
}

.series-a-bg-4-800.opacity-75 .ct-series.ct-series-a .ct-area {
    fill: black;
    fill-opacity: 0.65;
}

.series-a-bg-4-800.opacity-75 .ct-series.ct-series-a .ct-line {
    stroke: black;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-a-bg-4-800.opacity-75 .ct-series.ct-series-a .ct-point {
    stroke: black;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-a-bg-4-800.opacity-75 .ct-series.ct-series-a .ct-bar {
    stroke: black;
    stroke-opacity: 0.75;
}

.series-a-bg-4-800.opacity-75 .ct-series.ct-series-a .ct-slice-pie {
    fill: black;
    fill-opacity: 0.75;
}

.series-a-bg-4-800.opacity-75 .ct-series.ct-series-a .ct-slice-donut {
    stroke: black;
    stroke-opacity: 0.75;
}

.series-a-bg-4-900 .ct-series.ct-series-a .ct-area {
    fill: black;
}

.series-a-bg-4-900 .ct-series.ct-series-a .ct-line {
    stroke: black;
    stroke-width: 3px;
}

.series-a-bg-4-900 .ct-series.ct-series-a .ct-point {
    stroke: black;
    stroke-width: 6px;
}

.series-a-bg-4-900 .ct-series.ct-series-a .ct-bar {
    stroke: black;
}

.series-a-bg-4-900 .ct-series.ct-series-a .ct-slice-pie {
    fill: black;
}

.series-a-bg-4-900 .ct-series.ct-series-a .ct-slice-donut {
    stroke: black;
}

.series-a-bg-4-900.opacity-75 .ct-series.ct-series-a .ct-area {
    fill: black;
    fill-opacity: 0.65;
}

.series-a-bg-4-900.opacity-75 .ct-series.ct-series-a .ct-line {
    stroke: black;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-a-bg-4-900.opacity-75 .ct-series.ct-series-a .ct-point {
    stroke: black;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-a-bg-4-900.opacity-75 .ct-series.ct-series-a .ct-bar {
    stroke: black;
    stroke-opacity: 0.75;
}

.series-a-bg-4-900.opacity-75 .ct-series.ct-series-a .ct-slice-pie {
    fill: black;
    fill-opacity: 0.75;
}

.series-a-bg-4-900.opacity-75 .ct-series.ct-series-a .ct-slice-donut {
    stroke: black;
    stroke-opacity: 0.75;
}

.series-a-bg-5 .ct-series.ct-series-a .ct-area {
    fill: #461C6E;
}

.series-a-bg-5 .ct-series.ct-series-a .ct-line {
    stroke: #461C6E;
    stroke-width: 3px;
}

.series-a-bg-5 .ct-series.ct-series-a .ct-point {
    stroke: #461C6E;
    stroke-width: 6px;
}

.series-a-bg-5 .ct-series.ct-series-a .ct-bar {
    stroke: #461C6E;
}

.series-a-bg-5 .ct-series.ct-series-a .ct-slice-pie {
    fill: #461C6E;
}

.series-a-bg-5 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #461C6E;
}

.series-a-bg-5.opacity-75 .ct-series.ct-series-a .ct-area {
    fill: #461C6E;
    fill-opacity: 0.65;
}

.series-a-bg-5.opacity-75 .ct-series.ct-series-a .ct-line {
    stroke: #461C6E;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-a-bg-5.opacity-75 .ct-series.ct-series-a .ct-point {
    stroke: #461C6E;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-a-bg-5.opacity-75 .ct-series.ct-series-a .ct-bar {
    stroke: #461C6E;
    stroke-opacity: 0.75;
}

.series-a-bg-5.opacity-75 .ct-series.ct-series-a .ct-slice-pie {
    fill: #461C6E;
    fill-opacity: 0.75;
}

.series-a-bg-5.opacity-75 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #461C6E;
    stroke-opacity: 0.75;
}

.series-a-bg-5-100 .ct-series.ct-series-a .ct-area {
    fill: #7a31bf;
}

.series-a-bg-5-100 .ct-series.ct-series-a .ct-line {
    stroke: #7a31bf;
    stroke-width: 3px;
}

.series-a-bg-5-100 .ct-series.ct-series-a .ct-point {
    stroke: #7a31bf;
    stroke-width: 6px;
}

.series-a-bg-5-100 .ct-series.ct-series-a .ct-bar {
    stroke: #7a31bf;
}

.series-a-bg-5-100 .ct-series.ct-series-a .ct-slice-pie {
    fill: #7a31bf;
}

.series-a-bg-5-100 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #7a31bf;
}

.series-a-bg-5-100.opacity-75 .ct-series.ct-series-a .ct-area {
    fill: #7a31bf;
    fill-opacity: 0.65;
}

.series-a-bg-5-100.opacity-75 .ct-series.ct-series-a .ct-line {
    stroke: #7a31bf;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-a-bg-5-100.opacity-75 .ct-series.ct-series-a .ct-point {
    stroke: #7a31bf;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-a-bg-5-100.opacity-75 .ct-series.ct-series-a .ct-bar {
    stroke: #7a31bf;
    stroke-opacity: 0.75;
}

.series-a-bg-5-100.opacity-75 .ct-series.ct-series-a .ct-slice-pie {
    fill: #7a31bf;
    fill-opacity: 0.75;
}

.series-a-bg-5-100.opacity-75 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #7a31bf;
    stroke-opacity: 0.75;
}

.series-a-bg-5-200 .ct-series.ct-series-a .ct-area {
    fill: #6d2cab;
}

.series-a-bg-5-200 .ct-series.ct-series-a .ct-line {
    stroke: #6d2cab;
    stroke-width: 3px;
}

.series-a-bg-5-200 .ct-series.ct-series-a .ct-point {
    stroke: #6d2cab;
    stroke-width: 6px;
}

.series-a-bg-5-200 .ct-series.ct-series-a .ct-bar {
    stroke: #6d2cab;
}

.series-a-bg-5-200 .ct-series.ct-series-a .ct-slice-pie {
    fill: #6d2cab;
}

.series-a-bg-5-200 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #6d2cab;
}

.series-a-bg-5-200.opacity-75 .ct-series.ct-series-a .ct-area {
    fill: #6d2cab;
    fill-opacity: 0.65;
}

.series-a-bg-5-200.opacity-75 .ct-series.ct-series-a .ct-line {
    stroke: #6d2cab;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-a-bg-5-200.opacity-75 .ct-series.ct-series-a .ct-point {
    stroke: #6d2cab;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-a-bg-5-200.opacity-75 .ct-series.ct-series-a .ct-bar {
    stroke: #6d2cab;
    stroke-opacity: 0.75;
}

.series-a-bg-5-200.opacity-75 .ct-series.ct-series-a .ct-slice-pie {
    fill: #6d2cab;
    fill-opacity: 0.75;
}

.series-a-bg-5-200.opacity-75 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #6d2cab;
    stroke-opacity: 0.75;
}

.series-a-bg-5-300 .ct-series.ct-series-a .ct-area {
    fill: #602697;
}

.series-a-bg-5-300 .ct-series.ct-series-a .ct-line {
    stroke: #602697;
    stroke-width: 3px;
}

.series-a-bg-5-300 .ct-series.ct-series-a .ct-point {
    stroke: #602697;
    stroke-width: 6px;
}

.series-a-bg-5-300 .ct-series.ct-series-a .ct-bar {
    stroke: #602697;
}

.series-a-bg-5-300 .ct-series.ct-series-a .ct-slice-pie {
    fill: #602697;
}

.series-a-bg-5-300 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #602697;
}

.series-a-bg-5-300.opacity-75 .ct-series.ct-series-a .ct-area {
    fill: #602697;
    fill-opacity: 0.65;
}

.series-a-bg-5-300.opacity-75 .ct-series.ct-series-a .ct-line {
    stroke: #602697;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-a-bg-5-300.opacity-75 .ct-series.ct-series-a .ct-point {
    stroke: #602697;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-a-bg-5-300.opacity-75 .ct-series.ct-series-a .ct-bar {
    stroke: #602697;
    stroke-opacity: 0.75;
}

.series-a-bg-5-300.opacity-75 .ct-series.ct-series-a .ct-slice-pie {
    fill: #602697;
    fill-opacity: 0.75;
}

.series-a-bg-5-300.opacity-75 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #602697;
    stroke-opacity: 0.75;
}

.series-a-bg-5-400 .ct-series.ct-series-a .ct-area {
    fill: #532182;
}

.series-a-bg-5-400 .ct-series.ct-series-a .ct-line {
    stroke: #532182;
    stroke-width: 3px;
}

.series-a-bg-5-400 .ct-series.ct-series-a .ct-point {
    stroke: #532182;
    stroke-width: 6px;
}

.series-a-bg-5-400 .ct-series.ct-series-a .ct-bar {
    stroke: #532182;
}

.series-a-bg-5-400 .ct-series.ct-series-a .ct-slice-pie {
    fill: #532182;
}

.series-a-bg-5-400 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #532182;
}

.series-a-bg-5-400.opacity-75 .ct-series.ct-series-a .ct-area {
    fill: #532182;
    fill-opacity: 0.65;
}

.series-a-bg-5-400.opacity-75 .ct-series.ct-series-a .ct-line {
    stroke: #532182;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-a-bg-5-400.opacity-75 .ct-series.ct-series-a .ct-point {
    stroke: #532182;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-a-bg-5-400.opacity-75 .ct-series.ct-series-a .ct-bar {
    stroke: #532182;
    stroke-opacity: 0.75;
}

.series-a-bg-5-400.opacity-75 .ct-series.ct-series-a .ct-slice-pie {
    fill: #532182;
    fill-opacity: 0.75;
}

.series-a-bg-5-400.opacity-75 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #532182;
    stroke-opacity: 0.75;
}

.series-a-bg-5-500 .ct-series.ct-series-a .ct-area {
    fill: #461C6E;
}

.series-a-bg-5-500 .ct-series.ct-series-a .ct-line {
    stroke: #461C6E;
    stroke-width: 3px;
}

.series-a-bg-5-500 .ct-series.ct-series-a .ct-point {
    stroke: #461C6E;
    stroke-width: 6px;
}

.series-a-bg-5-500 .ct-series.ct-series-a .ct-bar {
    stroke: #461C6E;
}

.series-a-bg-5-500 .ct-series.ct-series-a .ct-slice-pie {
    fill: #461C6E;
}

.series-a-bg-5-500 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #461C6E;
}

.series-a-bg-5-500.opacity-75 .ct-series.ct-series-a .ct-area {
    fill: #461C6E;
    fill-opacity: 0.65;
}

.series-a-bg-5-500.opacity-75 .ct-series.ct-series-a .ct-line {
    stroke: #461C6E;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-a-bg-5-500.opacity-75 .ct-series.ct-series-a .ct-point {
    stroke: #461C6E;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-a-bg-5-500.opacity-75 .ct-series.ct-series-a .ct-bar {
    stroke: #461C6E;
    stroke-opacity: 0.75;
}

.series-a-bg-5-500.opacity-75 .ct-series.ct-series-a .ct-slice-pie {
    fill: #461C6E;
    fill-opacity: 0.75;
}

.series-a-bg-5-500.opacity-75 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #461C6E;
    stroke-opacity: 0.75;
}

.series-a-bg-5-600 .ct-series.ct-series-a .ct-area {
    fill: #39175a;
}

.series-a-bg-5-600 .ct-series.ct-series-a .ct-line {
    stroke: #39175a;
    stroke-width: 3px;
}

.series-a-bg-5-600 .ct-series.ct-series-a .ct-point {
    stroke: #39175a;
    stroke-width: 6px;
}

.series-a-bg-5-600 .ct-series.ct-series-a .ct-bar {
    stroke: #39175a;
}

.series-a-bg-5-600 .ct-series.ct-series-a .ct-slice-pie {
    fill: #39175a;
}

.series-a-bg-5-600 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #39175a;
}

.series-a-bg-5-600.opacity-75 .ct-series.ct-series-a .ct-area {
    fill: #39175a;
    fill-opacity: 0.65;
}

.series-a-bg-5-600.opacity-75 .ct-series.ct-series-a .ct-line {
    stroke: #39175a;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-a-bg-5-600.opacity-75 .ct-series.ct-series-a .ct-point {
    stroke: #39175a;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-a-bg-5-600.opacity-75 .ct-series.ct-series-a .ct-bar {
    stroke: #39175a;
    stroke-opacity: 0.75;
}

.series-a-bg-5-600.opacity-75 .ct-series.ct-series-a .ct-slice-pie {
    fill: #39175a;
    fill-opacity: 0.75;
}

.series-a-bg-5-600.opacity-75 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #39175a;
    stroke-opacity: 0.75;
}

.series-a-bg-5-700 .ct-series.ct-series-a .ct-area {
    fill: #2c1245;
}

.series-a-bg-5-700 .ct-series.ct-series-a .ct-line {
    stroke: #2c1245;
    stroke-width: 3px;
}

.series-a-bg-5-700 .ct-series.ct-series-a .ct-point {
    stroke: #2c1245;
    stroke-width: 6px;
}

.series-a-bg-5-700 .ct-series.ct-series-a .ct-bar {
    stroke: #2c1245;
}

.series-a-bg-5-700 .ct-series.ct-series-a .ct-slice-pie {
    fill: #2c1245;
}

.series-a-bg-5-700 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #2c1245;
}

.series-a-bg-5-700.opacity-75 .ct-series.ct-series-a .ct-area {
    fill: #2c1245;
    fill-opacity: 0.65;
}

.series-a-bg-5-700.opacity-75 .ct-series.ct-series-a .ct-line {
    stroke: #2c1245;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-a-bg-5-700.opacity-75 .ct-series.ct-series-a .ct-point {
    stroke: #2c1245;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-a-bg-5-700.opacity-75 .ct-series.ct-series-a .ct-bar {
    stroke: #2c1245;
    stroke-opacity: 0.75;
}

.series-a-bg-5-700.opacity-75 .ct-series.ct-series-a .ct-slice-pie {
    fill: #2c1245;
    fill-opacity: 0.75;
}

.series-a-bg-5-700.opacity-75 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #2c1245;
    stroke-opacity: 0.75;
}

.series-a-bg-5-800 .ct-series.ct-series-a .ct-area {
    fill: #1f0c31;
}

.series-a-bg-5-800 .ct-series.ct-series-a .ct-line {
    stroke: #1f0c31;
    stroke-width: 3px;
}

.series-a-bg-5-800 .ct-series.ct-series-a .ct-point {
    stroke: #1f0c31;
    stroke-width: 6px;
}

.series-a-bg-5-800 .ct-series.ct-series-a .ct-bar {
    stroke: #1f0c31;
}

.series-a-bg-5-800 .ct-series.ct-series-a .ct-slice-pie {
    fill: #1f0c31;
}

.series-a-bg-5-800 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #1f0c31;
}

.series-a-bg-5-800.opacity-75 .ct-series.ct-series-a .ct-area {
    fill: #1f0c31;
    fill-opacity: 0.65;
}

.series-a-bg-5-800.opacity-75 .ct-series.ct-series-a .ct-line {
    stroke: #1f0c31;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-a-bg-5-800.opacity-75 .ct-series.ct-series-a .ct-point {
    stroke: #1f0c31;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-a-bg-5-800.opacity-75 .ct-series.ct-series-a .ct-bar {
    stroke: #1f0c31;
    stroke-opacity: 0.75;
}

.series-a-bg-5-800.opacity-75 .ct-series.ct-series-a .ct-slice-pie {
    fill: #1f0c31;
    fill-opacity: 0.75;
}

.series-a-bg-5-800.opacity-75 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #1f0c31;
    stroke-opacity: 0.75;
}

.series-a-bg-5-900 .ct-series.ct-series-a .ct-area {
    fill: #12071d;
}

.series-a-bg-5-900 .ct-series.ct-series-a .ct-line {
    stroke: #12071d;
    stroke-width: 3px;
}

.series-a-bg-5-900 .ct-series.ct-series-a .ct-point {
    stroke: #12071d;
    stroke-width: 6px;
}

.series-a-bg-5-900 .ct-series.ct-series-a .ct-bar {
    stroke: #12071d;
}

.series-a-bg-5-900 .ct-series.ct-series-a .ct-slice-pie {
    fill: #12071d;
}

.series-a-bg-5-900 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #12071d;
}

.series-a-bg-5-900.opacity-75 .ct-series.ct-series-a .ct-area {
    fill: #12071d;
    fill-opacity: 0.65;
}

.series-a-bg-5-900.opacity-75 .ct-series.ct-series-a .ct-line {
    stroke: #12071d;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-a-bg-5-900.opacity-75 .ct-series.ct-series-a .ct-point {
    stroke: #12071d;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-a-bg-5-900.opacity-75 .ct-series.ct-series-a .ct-bar {
    stroke: #12071d;
    stroke-opacity: 0.75;
}

.series-a-bg-5-900.opacity-75 .ct-series.ct-series-a .ct-slice-pie {
    fill: #12071d;
    fill-opacity: 0.75;
}

.series-a-bg-5-900.opacity-75 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #12071d;
    stroke-opacity: 0.75;
}

.series-a-bg-6 .ct-series.ct-series-a .ct-area {
    fill: #ffffff;
}

.series-a-bg-6 .ct-series.ct-series-a .ct-line {
    stroke: #ffffff;
    stroke-width: 3px;
}

.series-a-bg-6 .ct-series.ct-series-a .ct-point {
    stroke: #ffffff;
    stroke-width: 6px;
}

.series-a-bg-6 .ct-series.ct-series-a .ct-bar {
    stroke: #ffffff;
}

.series-a-bg-6 .ct-series.ct-series-a .ct-slice-pie {
    fill: #ffffff;
}

.series-a-bg-6 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #ffffff;
}

.series-a-bg-6.opacity-75 .ct-series.ct-series-a .ct-area {
    fill: #ffffff;
    fill-opacity: 0.65;
}

.series-a-bg-6.opacity-75 .ct-series.ct-series-a .ct-line {
    stroke: #ffffff;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-a-bg-6.opacity-75 .ct-series.ct-series-a .ct-point {
    stroke: #ffffff;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-a-bg-6.opacity-75 .ct-series.ct-series-a .ct-bar {
    stroke: #ffffff;
    stroke-opacity: 0.75;
}

.series-a-bg-6.opacity-75 .ct-series.ct-series-a .ct-slice-pie {
    fill: #ffffff;
    fill-opacity: 0.75;
}

.series-a-bg-6.opacity-75 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #ffffff;
    stroke-opacity: 0.75;
}

.series-a-bg-6-100 .ct-series.ct-series-a .ct-area {
    fill: white;
}

.series-a-bg-6-100 .ct-series.ct-series-a .ct-line {
    stroke: white;
    stroke-width: 3px;
}

.series-a-bg-6-100 .ct-series.ct-series-a .ct-point {
    stroke: white;
    stroke-width: 6px;
}

.series-a-bg-6-100 .ct-series.ct-series-a .ct-bar {
    stroke: white;
}

.series-a-bg-6-100 .ct-series.ct-series-a .ct-slice-pie {
    fill: white;
}

.series-a-bg-6-100 .ct-series.ct-series-a .ct-slice-donut {
    stroke: white;
}

.series-a-bg-6-100.opacity-75 .ct-series.ct-series-a .ct-area {
    fill: white;
    fill-opacity: 0.65;
}

.series-a-bg-6-100.opacity-75 .ct-series.ct-series-a .ct-line {
    stroke: white;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-a-bg-6-100.opacity-75 .ct-series.ct-series-a .ct-point {
    stroke: white;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-a-bg-6-100.opacity-75 .ct-series.ct-series-a .ct-bar {
    stroke: white;
    stroke-opacity: 0.75;
}

.series-a-bg-6-100.opacity-75 .ct-series.ct-series-a .ct-slice-pie {
    fill: white;
    fill-opacity: 0.75;
}

.series-a-bg-6-100.opacity-75 .ct-series.ct-series-a .ct-slice-donut {
    stroke: white;
    stroke-opacity: 0.75;
}

.series-a-bg-6-200 .ct-series.ct-series-a .ct-area {
    fill: white;
}

.series-a-bg-6-200 .ct-series.ct-series-a .ct-line {
    stroke: white;
    stroke-width: 3px;
}

.series-a-bg-6-200 .ct-series.ct-series-a .ct-point {
    stroke: white;
    stroke-width: 6px;
}

.series-a-bg-6-200 .ct-series.ct-series-a .ct-bar {
    stroke: white;
}

.series-a-bg-6-200 .ct-series.ct-series-a .ct-slice-pie {
    fill: white;
}

.series-a-bg-6-200 .ct-series.ct-series-a .ct-slice-donut {
    stroke: white;
}

.series-a-bg-6-200.opacity-75 .ct-series.ct-series-a .ct-area {
    fill: white;
    fill-opacity: 0.65;
}

.series-a-bg-6-200.opacity-75 .ct-series.ct-series-a .ct-line {
    stroke: white;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-a-bg-6-200.opacity-75 .ct-series.ct-series-a .ct-point {
    stroke: white;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-a-bg-6-200.opacity-75 .ct-series.ct-series-a .ct-bar {
    stroke: white;
    stroke-opacity: 0.75;
}

.series-a-bg-6-200.opacity-75 .ct-series.ct-series-a .ct-slice-pie {
    fill: white;
    fill-opacity: 0.75;
}

.series-a-bg-6-200.opacity-75 .ct-series.ct-series-a .ct-slice-donut {
    stroke: white;
    stroke-opacity: 0.75;
}

.series-a-bg-6-300 .ct-series.ct-series-a .ct-area {
    fill: white;
}

.series-a-bg-6-300 .ct-series.ct-series-a .ct-line {
    stroke: white;
    stroke-width: 3px;
}

.series-a-bg-6-300 .ct-series.ct-series-a .ct-point {
    stroke: white;
    stroke-width: 6px;
}

.series-a-bg-6-300 .ct-series.ct-series-a .ct-bar {
    stroke: white;
}

.series-a-bg-6-300 .ct-series.ct-series-a .ct-slice-pie {
    fill: white;
}

.series-a-bg-6-300 .ct-series.ct-series-a .ct-slice-donut {
    stroke: white;
}

.series-a-bg-6-300.opacity-75 .ct-series.ct-series-a .ct-area {
    fill: white;
    fill-opacity: 0.65;
}

.series-a-bg-6-300.opacity-75 .ct-series.ct-series-a .ct-line {
    stroke: white;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-a-bg-6-300.opacity-75 .ct-series.ct-series-a .ct-point {
    stroke: white;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-a-bg-6-300.opacity-75 .ct-series.ct-series-a .ct-bar {
    stroke: white;
    stroke-opacity: 0.75;
}

.series-a-bg-6-300.opacity-75 .ct-series.ct-series-a .ct-slice-pie {
    fill: white;
    fill-opacity: 0.75;
}

.series-a-bg-6-300.opacity-75 .ct-series.ct-series-a .ct-slice-donut {
    stroke: white;
    stroke-opacity: 0.75;
}

.series-a-bg-6-400 .ct-series.ct-series-a .ct-area {
    fill: white;
}

.series-a-bg-6-400 .ct-series.ct-series-a .ct-line {
    stroke: white;
    stroke-width: 3px;
}

.series-a-bg-6-400 .ct-series.ct-series-a .ct-point {
    stroke: white;
    stroke-width: 6px;
}

.series-a-bg-6-400 .ct-series.ct-series-a .ct-bar {
    stroke: white;
}

.series-a-bg-6-400 .ct-series.ct-series-a .ct-slice-pie {
    fill: white;
}

.series-a-bg-6-400 .ct-series.ct-series-a .ct-slice-donut {
    stroke: white;
}

.series-a-bg-6-400.opacity-75 .ct-series.ct-series-a .ct-area {
    fill: white;
    fill-opacity: 0.65;
}

.series-a-bg-6-400.opacity-75 .ct-series.ct-series-a .ct-line {
    stroke: white;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-a-bg-6-400.opacity-75 .ct-series.ct-series-a .ct-point {
    stroke: white;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-a-bg-6-400.opacity-75 .ct-series.ct-series-a .ct-bar {
    stroke: white;
    stroke-opacity: 0.75;
}

.series-a-bg-6-400.opacity-75 .ct-series.ct-series-a .ct-slice-pie {
    fill: white;
    fill-opacity: 0.75;
}

.series-a-bg-6-400.opacity-75 .ct-series.ct-series-a .ct-slice-donut {
    stroke: white;
    stroke-opacity: 0.75;
}

.series-a-bg-6-500 .ct-series.ct-series-a .ct-area {
    fill: #ffffff;
}

.series-a-bg-6-500 .ct-series.ct-series-a .ct-line {
    stroke: #ffffff;
    stroke-width: 3px;
}

.series-a-bg-6-500 .ct-series.ct-series-a .ct-point {
    stroke: #ffffff;
    stroke-width: 6px;
}

.series-a-bg-6-500 .ct-series.ct-series-a .ct-bar {
    stroke: #ffffff;
}

.series-a-bg-6-500 .ct-series.ct-series-a .ct-slice-pie {
    fill: #ffffff;
}

.series-a-bg-6-500 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #ffffff;
}

.series-a-bg-6-500.opacity-75 .ct-series.ct-series-a .ct-area {
    fill: #ffffff;
    fill-opacity: 0.65;
}

.series-a-bg-6-500.opacity-75 .ct-series.ct-series-a .ct-line {
    stroke: #ffffff;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-a-bg-6-500.opacity-75 .ct-series.ct-series-a .ct-point {
    stroke: #ffffff;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-a-bg-6-500.opacity-75 .ct-series.ct-series-a .ct-bar {
    stroke: #ffffff;
    stroke-opacity: 0.75;
}

.series-a-bg-6-500.opacity-75 .ct-series.ct-series-a .ct-slice-pie {
    fill: #ffffff;
    fill-opacity: 0.75;
}

.series-a-bg-6-500.opacity-75 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #ffffff;
    stroke-opacity: 0.75;
}

.series-a-bg-6-600 .ct-series.ct-series-a .ct-area {
    fill: #f2f2f2;
}

.series-a-bg-6-600 .ct-series.ct-series-a .ct-line {
    stroke: #f2f2f2;
    stroke-width: 3px;
}

.series-a-bg-6-600 .ct-series.ct-series-a .ct-point {
    stroke: #f2f2f2;
    stroke-width: 6px;
}

.series-a-bg-6-600 .ct-series.ct-series-a .ct-bar {
    stroke: #f2f2f2;
}

.series-a-bg-6-600 .ct-series.ct-series-a .ct-slice-pie {
    fill: #f2f2f2;
}

.series-a-bg-6-600 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #f2f2f2;
}

.series-a-bg-6-600.opacity-75 .ct-series.ct-series-a .ct-area {
    fill: #f2f2f2;
    fill-opacity: 0.65;
}

.series-a-bg-6-600.opacity-75 .ct-series.ct-series-a .ct-line {
    stroke: #f2f2f2;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-a-bg-6-600.opacity-75 .ct-series.ct-series-a .ct-point {
    stroke: #f2f2f2;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-a-bg-6-600.opacity-75 .ct-series.ct-series-a .ct-bar {
    stroke: #f2f2f2;
    stroke-opacity: 0.75;
}

.series-a-bg-6-600.opacity-75 .ct-series.ct-series-a .ct-slice-pie {
    fill: #f2f2f2;
    fill-opacity: 0.75;
}

.series-a-bg-6-600.opacity-75 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #f2f2f2;
    stroke-opacity: 0.75;
}

.series-a-bg-6-700 .ct-series.ct-series-a .ct-area {
    fill: #e6e6e6;
}

.series-a-bg-6-700 .ct-series.ct-series-a .ct-line {
    stroke: #e6e6e6;
    stroke-width: 3px;
}

.series-a-bg-6-700 .ct-series.ct-series-a .ct-point {
    stroke: #e6e6e6;
    stroke-width: 6px;
}

.series-a-bg-6-700 .ct-series.ct-series-a .ct-bar {
    stroke: #e6e6e6;
}

.series-a-bg-6-700 .ct-series.ct-series-a .ct-slice-pie {
    fill: #e6e6e6;
}

.series-a-bg-6-700 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #e6e6e6;
}

.series-a-bg-6-700.opacity-75 .ct-series.ct-series-a .ct-area {
    fill: #e6e6e6;
    fill-opacity: 0.65;
}

.series-a-bg-6-700.opacity-75 .ct-series.ct-series-a .ct-line {
    stroke: #e6e6e6;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-a-bg-6-700.opacity-75 .ct-series.ct-series-a .ct-point {
    stroke: #e6e6e6;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-a-bg-6-700.opacity-75 .ct-series.ct-series-a .ct-bar {
    stroke: #e6e6e6;
    stroke-opacity: 0.75;
}

.series-a-bg-6-700.opacity-75 .ct-series.ct-series-a .ct-slice-pie {
    fill: #e6e6e6;
    fill-opacity: 0.75;
}

.series-a-bg-6-700.opacity-75 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #e6e6e6;
    stroke-opacity: 0.75;
}

.series-a-bg-6-800 .ct-series.ct-series-a .ct-area {
    fill: #d9d9d9;
}

.series-a-bg-6-800 .ct-series.ct-series-a .ct-line {
    stroke: #d9d9d9;
    stroke-width: 3px;
}

.series-a-bg-6-800 .ct-series.ct-series-a .ct-point {
    stroke: #d9d9d9;
    stroke-width: 6px;
}

.series-a-bg-6-800 .ct-series.ct-series-a .ct-bar {
    stroke: #d9d9d9;
}

.series-a-bg-6-800 .ct-series.ct-series-a .ct-slice-pie {
    fill: #d9d9d9;
}

.series-a-bg-6-800 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #d9d9d9;
}

.series-a-bg-6-800.opacity-75 .ct-series.ct-series-a .ct-area {
    fill: #d9d9d9;
    fill-opacity: 0.65;
}

.series-a-bg-6-800.opacity-75 .ct-series.ct-series-a .ct-line {
    stroke: #d9d9d9;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-a-bg-6-800.opacity-75 .ct-series.ct-series-a .ct-point {
    stroke: #d9d9d9;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-a-bg-6-800.opacity-75 .ct-series.ct-series-a .ct-bar {
    stroke: #d9d9d9;
    stroke-opacity: 0.75;
}

.series-a-bg-6-800.opacity-75 .ct-series.ct-series-a .ct-slice-pie {
    fill: #d9d9d9;
    fill-opacity: 0.75;
}

.series-a-bg-6-800.opacity-75 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #d9d9d9;
    stroke-opacity: 0.75;
}

.series-a-bg-6-900 .ct-series.ct-series-a .ct-area {
    fill: #cccccc;
}

.series-a-bg-6-900 .ct-series.ct-series-a .ct-line {
    stroke: #cccccc;
    stroke-width: 3px;
}

.series-a-bg-6-900 .ct-series.ct-series-a .ct-point {
    stroke: #cccccc;
    stroke-width: 6px;
}

.series-a-bg-6-900 .ct-series.ct-series-a .ct-bar {
    stroke: #cccccc;
}

.series-a-bg-6-900 .ct-series.ct-series-a .ct-slice-pie {
    fill: #cccccc;
}

.series-a-bg-6-900 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #cccccc;
}

.series-a-bg-6-900.opacity-75 .ct-series.ct-series-a .ct-area {
    fill: #cccccc;
    fill-opacity: 0.65;
}

.series-a-bg-6-900.opacity-75 .ct-series.ct-series-a .ct-line {
    stroke: #cccccc;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-a-bg-6-900.opacity-75 .ct-series.ct-series-a .ct-point {
    stroke: #cccccc;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-a-bg-6-900.opacity-75 .ct-series.ct-series-a .ct-bar {
    stroke: #cccccc;
    stroke-opacity: 0.75;
}

.series-a-bg-6-900.opacity-75 .ct-series.ct-series-a .ct-slice-pie {
    fill: #cccccc;
    fill-opacity: 0.75;
}

.series-a-bg-6-900.opacity-75 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #cccccc;
    stroke-opacity: 0.75;
}

.series-a-bg-7 .ct-series.ct-series-a .ct-area {
    fill: #f5f5f5;
}

.series-a-bg-7 .ct-series.ct-series-a .ct-line {
    stroke: #f5f5f5;
    stroke-width: 3px;
}

.series-a-bg-7 .ct-series.ct-series-a .ct-point {
    stroke: #f5f5f5;
    stroke-width: 6px;
}

.series-a-bg-7 .ct-series.ct-series-a .ct-bar {
    stroke: #f5f5f5;
}

.series-a-bg-7 .ct-series.ct-series-a .ct-slice-pie {
    fill: #f5f5f5;
}

.series-a-bg-7 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #f5f5f5;
}

.series-a-bg-7.opacity-75 .ct-series.ct-series-a .ct-area {
    fill: #f5f5f5;
    fill-opacity: 0.65;
}

.series-a-bg-7.opacity-75 .ct-series.ct-series-a .ct-line {
    stroke: #f5f5f5;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-a-bg-7.opacity-75 .ct-series.ct-series-a .ct-point {
    stroke: #f5f5f5;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-a-bg-7.opacity-75 .ct-series.ct-series-a .ct-bar {
    stroke: #f5f5f5;
    stroke-opacity: 0.75;
}

.series-a-bg-7.opacity-75 .ct-series.ct-series-a .ct-slice-pie {
    fill: #f5f5f5;
    fill-opacity: 0.75;
}

.series-a-bg-7.opacity-75 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #f5f5f5;
    stroke-opacity: 0.75;
}

.series-a-bg-7-100 .ct-series.ct-series-a .ct-area {
    fill: white;
}

.series-a-bg-7-100 .ct-series.ct-series-a .ct-line {
    stroke: white;
    stroke-width: 3px;
}

.series-a-bg-7-100 .ct-series.ct-series-a .ct-point {
    stroke: white;
    stroke-width: 6px;
}

.series-a-bg-7-100 .ct-series.ct-series-a .ct-bar {
    stroke: white;
}

.series-a-bg-7-100 .ct-series.ct-series-a .ct-slice-pie {
    fill: white;
}

.series-a-bg-7-100 .ct-series.ct-series-a .ct-slice-donut {
    stroke: white;
}

.series-a-bg-7-100.opacity-75 .ct-series.ct-series-a .ct-area {
    fill: white;
    fill-opacity: 0.65;
}

.series-a-bg-7-100.opacity-75 .ct-series.ct-series-a .ct-line {
    stroke: white;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-a-bg-7-100.opacity-75 .ct-series.ct-series-a .ct-point {
    stroke: white;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-a-bg-7-100.opacity-75 .ct-series.ct-series-a .ct-bar {
    stroke: white;
    stroke-opacity: 0.75;
}

.series-a-bg-7-100.opacity-75 .ct-series.ct-series-a .ct-slice-pie {
    fill: white;
    fill-opacity: 0.75;
}

.series-a-bg-7-100.opacity-75 .ct-series.ct-series-a .ct-slice-donut {
    stroke: white;
    stroke-opacity: 0.75;
}

.series-a-bg-7-200 .ct-series.ct-series-a .ct-area {
    fill: white;
}

.series-a-bg-7-200 .ct-series.ct-series-a .ct-line {
    stroke: white;
    stroke-width: 3px;
}

.series-a-bg-7-200 .ct-series.ct-series-a .ct-point {
    stroke: white;
    stroke-width: 6px;
}

.series-a-bg-7-200 .ct-series.ct-series-a .ct-bar {
    stroke: white;
}

.series-a-bg-7-200 .ct-series.ct-series-a .ct-slice-pie {
    fill: white;
}

.series-a-bg-7-200 .ct-series.ct-series-a .ct-slice-donut {
    stroke: white;
}

.series-a-bg-7-200.opacity-75 .ct-series.ct-series-a .ct-area {
    fill: white;
    fill-opacity: 0.65;
}

.series-a-bg-7-200.opacity-75 .ct-series.ct-series-a .ct-line {
    stroke: white;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-a-bg-7-200.opacity-75 .ct-series.ct-series-a .ct-point {
    stroke: white;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-a-bg-7-200.opacity-75 .ct-series.ct-series-a .ct-bar {
    stroke: white;
    stroke-opacity: 0.75;
}

.series-a-bg-7-200.opacity-75 .ct-series.ct-series-a .ct-slice-pie {
    fill: white;
    fill-opacity: 0.75;
}

.series-a-bg-7-200.opacity-75 .ct-series.ct-series-a .ct-slice-donut {
    stroke: white;
    stroke-opacity: 0.75;
}

.series-a-bg-7-300 .ct-series.ct-series-a .ct-area {
    fill: white;
}

.series-a-bg-7-300 .ct-series.ct-series-a .ct-line {
    stroke: white;
    stroke-width: 3px;
}

.series-a-bg-7-300 .ct-series.ct-series-a .ct-point {
    stroke: white;
    stroke-width: 6px;
}

.series-a-bg-7-300 .ct-series.ct-series-a .ct-bar {
    stroke: white;
}

.series-a-bg-7-300 .ct-series.ct-series-a .ct-slice-pie {
    fill: white;
}

.series-a-bg-7-300 .ct-series.ct-series-a .ct-slice-donut {
    stroke: white;
}

.series-a-bg-7-300.opacity-75 .ct-series.ct-series-a .ct-area {
    fill: white;
    fill-opacity: 0.65;
}

.series-a-bg-7-300.opacity-75 .ct-series.ct-series-a .ct-line {
    stroke: white;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-a-bg-7-300.opacity-75 .ct-series.ct-series-a .ct-point {
    stroke: white;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-a-bg-7-300.opacity-75 .ct-series.ct-series-a .ct-bar {
    stroke: white;
    stroke-opacity: 0.75;
}

.series-a-bg-7-300.opacity-75 .ct-series.ct-series-a .ct-slice-pie {
    fill: white;
    fill-opacity: 0.75;
}

.series-a-bg-7-300.opacity-75 .ct-series.ct-series-a .ct-slice-donut {
    stroke: white;
    stroke-opacity: 0.75;
}

.series-a-bg-7-400 .ct-series.ct-series-a .ct-area {
    fill: white;
}

.series-a-bg-7-400 .ct-series.ct-series-a .ct-line {
    stroke: white;
    stroke-width: 3px;
}

.series-a-bg-7-400 .ct-series.ct-series-a .ct-point {
    stroke: white;
    stroke-width: 6px;
}

.series-a-bg-7-400 .ct-series.ct-series-a .ct-bar {
    stroke: white;
}

.series-a-bg-7-400 .ct-series.ct-series-a .ct-slice-pie {
    fill: white;
}

.series-a-bg-7-400 .ct-series.ct-series-a .ct-slice-donut {
    stroke: white;
}

.series-a-bg-7-400.opacity-75 .ct-series.ct-series-a .ct-area {
    fill: white;
    fill-opacity: 0.65;
}

.series-a-bg-7-400.opacity-75 .ct-series.ct-series-a .ct-line {
    stroke: white;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-a-bg-7-400.opacity-75 .ct-series.ct-series-a .ct-point {
    stroke: white;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-a-bg-7-400.opacity-75 .ct-series.ct-series-a .ct-bar {
    stroke: white;
    stroke-opacity: 0.75;
}

.series-a-bg-7-400.opacity-75 .ct-series.ct-series-a .ct-slice-pie {
    fill: white;
    fill-opacity: 0.75;
}

.series-a-bg-7-400.opacity-75 .ct-series.ct-series-a .ct-slice-donut {
    stroke: white;
    stroke-opacity: 0.75;
}

.series-a-bg-7-500 .ct-series.ct-series-a .ct-area {
    fill: #f5f5f5;
}

.series-a-bg-7-500 .ct-series.ct-series-a .ct-line {
    stroke: #f5f5f5;
    stroke-width: 3px;
}

.series-a-bg-7-500 .ct-series.ct-series-a .ct-point {
    stroke: #f5f5f5;
    stroke-width: 6px;
}

.series-a-bg-7-500 .ct-series.ct-series-a .ct-bar {
    stroke: #f5f5f5;
}

.series-a-bg-7-500 .ct-series.ct-series-a .ct-slice-pie {
    fill: #f5f5f5;
}

.series-a-bg-7-500 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #f5f5f5;
}

.series-a-bg-7-500.opacity-75 .ct-series.ct-series-a .ct-area {
    fill: #f5f5f5;
    fill-opacity: 0.65;
}

.series-a-bg-7-500.opacity-75 .ct-series.ct-series-a .ct-line {
    stroke: #f5f5f5;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-a-bg-7-500.opacity-75 .ct-series.ct-series-a .ct-point {
    stroke: #f5f5f5;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-a-bg-7-500.opacity-75 .ct-series.ct-series-a .ct-bar {
    stroke: #f5f5f5;
    stroke-opacity: 0.75;
}

.series-a-bg-7-500.opacity-75 .ct-series.ct-series-a .ct-slice-pie {
    fill: #f5f5f5;
    fill-opacity: 0.75;
}

.series-a-bg-7-500.opacity-75 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #f5f5f5;
    stroke-opacity: 0.75;
}

.series-a-bg-7-600 .ct-series.ct-series-a .ct-area {
    fill: #e8e8e8;
}

.series-a-bg-7-600 .ct-series.ct-series-a .ct-line {
    stroke: #e8e8e8;
    stroke-width: 3px;
}

.series-a-bg-7-600 .ct-series.ct-series-a .ct-point {
    stroke: #e8e8e8;
    stroke-width: 6px;
}

.series-a-bg-7-600 .ct-series.ct-series-a .ct-bar {
    stroke: #e8e8e8;
}

.series-a-bg-7-600 .ct-series.ct-series-a .ct-slice-pie {
    fill: #e8e8e8;
}

.series-a-bg-7-600 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #e8e8e8;
}

.series-a-bg-7-600.opacity-75 .ct-series.ct-series-a .ct-area {
    fill: #e8e8e8;
    fill-opacity: 0.65;
}

.series-a-bg-7-600.opacity-75 .ct-series.ct-series-a .ct-line {
    stroke: #e8e8e8;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-a-bg-7-600.opacity-75 .ct-series.ct-series-a .ct-point {
    stroke: #e8e8e8;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-a-bg-7-600.opacity-75 .ct-series.ct-series-a .ct-bar {
    stroke: #e8e8e8;
    stroke-opacity: 0.75;
}

.series-a-bg-7-600.opacity-75 .ct-series.ct-series-a .ct-slice-pie {
    fill: #e8e8e8;
    fill-opacity: 0.75;
}

.series-a-bg-7-600.opacity-75 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #e8e8e8;
    stroke-opacity: 0.75;
}

.series-a-bg-7-700 .ct-series.ct-series-a .ct-area {
    fill: gainsboro;
}

.series-a-bg-7-700 .ct-series.ct-series-a .ct-line {
    stroke: gainsboro;
    stroke-width: 3px;
}

.series-a-bg-7-700 .ct-series.ct-series-a .ct-point {
    stroke: gainsboro;
    stroke-width: 6px;
}

.series-a-bg-7-700 .ct-series.ct-series-a .ct-bar {
    stroke: gainsboro;
}

.series-a-bg-7-700 .ct-series.ct-series-a .ct-slice-pie {
    fill: gainsboro;
}

.series-a-bg-7-700 .ct-series.ct-series-a .ct-slice-donut {
    stroke: gainsboro;
}

.series-a-bg-7-700.opacity-75 .ct-series.ct-series-a .ct-area {
    fill: gainsboro;
    fill-opacity: 0.65;
}

.series-a-bg-7-700.opacity-75 .ct-series.ct-series-a .ct-line {
    stroke: gainsboro;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-a-bg-7-700.opacity-75 .ct-series.ct-series-a .ct-point {
    stroke: gainsboro;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-a-bg-7-700.opacity-75 .ct-series.ct-series-a .ct-bar {
    stroke: gainsboro;
    stroke-opacity: 0.75;
}

.series-a-bg-7-700.opacity-75 .ct-series.ct-series-a .ct-slice-pie {
    fill: gainsboro;
    fill-opacity: 0.75;
}

.series-a-bg-7-700.opacity-75 .ct-series.ct-series-a .ct-slice-donut {
    stroke: gainsboro;
    stroke-opacity: 0.75;
}

.series-a-bg-7-800 .ct-series.ct-series-a .ct-area {
    fill: #cfcfcf;
}

.series-a-bg-7-800 .ct-series.ct-series-a .ct-line {
    stroke: #cfcfcf;
    stroke-width: 3px;
}

.series-a-bg-7-800 .ct-series.ct-series-a .ct-point {
    stroke: #cfcfcf;
    stroke-width: 6px;
}

.series-a-bg-7-800 .ct-series.ct-series-a .ct-bar {
    stroke: #cfcfcf;
}

.series-a-bg-7-800 .ct-series.ct-series-a .ct-slice-pie {
    fill: #cfcfcf;
}

.series-a-bg-7-800 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #cfcfcf;
}

.series-a-bg-7-800.opacity-75 .ct-series.ct-series-a .ct-area {
    fill: #cfcfcf;
    fill-opacity: 0.65;
}

.series-a-bg-7-800.opacity-75 .ct-series.ct-series-a .ct-line {
    stroke: #cfcfcf;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-a-bg-7-800.opacity-75 .ct-series.ct-series-a .ct-point {
    stroke: #cfcfcf;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-a-bg-7-800.opacity-75 .ct-series.ct-series-a .ct-bar {
    stroke: #cfcfcf;
    stroke-opacity: 0.75;
}

.series-a-bg-7-800.opacity-75 .ct-series.ct-series-a .ct-slice-pie {
    fill: #cfcfcf;
    fill-opacity: 0.75;
}

.series-a-bg-7-800.opacity-75 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #cfcfcf;
    stroke-opacity: 0.75;
}

.series-a-bg-7-900 .ct-series.ct-series-a .ct-area {
    fill: #c2c2c2;
}

.series-a-bg-7-900 .ct-series.ct-series-a .ct-line {
    stroke: #c2c2c2;
    stroke-width: 3px;
}

.series-a-bg-7-900 .ct-series.ct-series-a .ct-point {
    stroke: #c2c2c2;
    stroke-width: 6px;
}

.series-a-bg-7-900 .ct-series.ct-series-a .ct-bar {
    stroke: #c2c2c2;
}

.series-a-bg-7-900 .ct-series.ct-series-a .ct-slice-pie {
    fill: #c2c2c2;
}

.series-a-bg-7-900 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #c2c2c2;
}

.series-a-bg-7-900.opacity-75 .ct-series.ct-series-a .ct-area {
    fill: #c2c2c2;
    fill-opacity: 0.65;
}

.series-a-bg-7-900.opacity-75 .ct-series.ct-series-a .ct-line {
    stroke: #c2c2c2;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-a-bg-7-900.opacity-75 .ct-series.ct-series-a .ct-point {
    stroke: #c2c2c2;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-a-bg-7-900.opacity-75 .ct-series.ct-series-a .ct-bar {
    stroke: #c2c2c2;
    stroke-opacity: 0.75;
}

.series-a-bg-7-900.opacity-75 .ct-series.ct-series-a .ct-slice-pie {
    fill: #c2c2c2;
    fill-opacity: 0.75;
}

.series-a-bg-7-900.opacity-75 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #c2c2c2;
    stroke-opacity: 0.75;
}

.series-a-light-100 .ct-series.ct-series-a .ct-area {
    fill: white;
}

.series-a-light-100 .ct-series.ct-series-a .ct-line {
    stroke: white;
    stroke-width: 3px;
}

.series-a-light-100 .ct-series.ct-series-a .ct-point {
    stroke: white;
    stroke-width: 6px;
}

.series-a-light-100 .ct-series.ct-series-a .ct-bar {
    stroke: white;
}

.series-a-light-100 .ct-series.ct-series-a .ct-slice-pie {
    fill: white;
}

.series-a-light-100 .ct-series.ct-series-a .ct-slice-donut {
    stroke: white;
}

.series-a-light-100.opacity-75 .ct-series.ct-series-a .ct-area {
    fill: white;
    fill-opacity: 0.65;
}

.series-a-light-100.opacity-75 .ct-series.ct-series-a .ct-line {
    stroke: white;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-a-light-100.opacity-75 .ct-series.ct-series-a .ct-point {
    stroke: white;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-a-light-100.opacity-75 .ct-series.ct-series-a .ct-bar {
    stroke: white;
    stroke-opacity: 0.75;
}

.series-a-light-100.opacity-75 .ct-series.ct-series-a .ct-slice-pie {
    fill: white;
    fill-opacity: 0.75;
}

.series-a-light-100.opacity-75 .ct-series.ct-series-a .ct-slice-donut {
    stroke: white;
    stroke-opacity: 0.75;
}

.series-a-light-200 .ct-series.ct-series-a .ct-area {
    fill: white;
}

.series-a-light-200 .ct-series.ct-series-a .ct-line {
    stroke: white;
    stroke-width: 3px;
}

.series-a-light-200 .ct-series.ct-series-a .ct-point {
    stroke: white;
    stroke-width: 6px;
}

.series-a-light-200 .ct-series.ct-series-a .ct-bar {
    stroke: white;
}

.series-a-light-200 .ct-series.ct-series-a .ct-slice-pie {
    fill: white;
}

.series-a-light-200 .ct-series.ct-series-a .ct-slice-donut {
    stroke: white;
}

.series-a-light-200.opacity-75 .ct-series.ct-series-a .ct-area {
    fill: white;
    fill-opacity: 0.65;
}

.series-a-light-200.opacity-75 .ct-series.ct-series-a .ct-line {
    stroke: white;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-a-light-200.opacity-75 .ct-series.ct-series-a .ct-point {
    stroke: white;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-a-light-200.opacity-75 .ct-series.ct-series-a .ct-bar {
    stroke: white;
    stroke-opacity: 0.75;
}

.series-a-light-200.opacity-75 .ct-series.ct-series-a .ct-slice-pie {
    fill: white;
    fill-opacity: 0.75;
}

.series-a-light-200.opacity-75 .ct-series.ct-series-a .ct-slice-donut {
    stroke: white;
    stroke-opacity: 0.75;
}

.series-a-light-300 .ct-series.ct-series-a .ct-area {
    fill: white;
}

.series-a-light-300 .ct-series.ct-series-a .ct-line {
    stroke: white;
    stroke-width: 3px;
}

.series-a-light-300 .ct-series.ct-series-a .ct-point {
    stroke: white;
    stroke-width: 6px;
}

.series-a-light-300 .ct-series.ct-series-a .ct-bar {
    stroke: white;
}

.series-a-light-300 .ct-series.ct-series-a .ct-slice-pie {
    fill: white;
}

.series-a-light-300 .ct-series.ct-series-a .ct-slice-donut {
    stroke: white;
}

.series-a-light-300.opacity-75 .ct-series.ct-series-a .ct-area {
    fill: white;
    fill-opacity: 0.65;
}

.series-a-light-300.opacity-75 .ct-series.ct-series-a .ct-line {
    stroke: white;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-a-light-300.opacity-75 .ct-series.ct-series-a .ct-point {
    stroke: white;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-a-light-300.opacity-75 .ct-series.ct-series-a .ct-bar {
    stroke: white;
    stroke-opacity: 0.75;
}

.series-a-light-300.opacity-75 .ct-series.ct-series-a .ct-slice-pie {
    fill: white;
    fill-opacity: 0.75;
}

.series-a-light-300.opacity-75 .ct-series.ct-series-a .ct-slice-donut {
    stroke: white;
    stroke-opacity: 0.75;
}

.series-a-light-400 .ct-series.ct-series-a .ct-area {
    fill: #fdfdfd;
}

.series-a-light-400 .ct-series.ct-series-a .ct-line {
    stroke: #fdfdfd;
    stroke-width: 3px;
}

.series-a-light-400 .ct-series.ct-series-a .ct-point {
    stroke: #fdfdfd;
    stroke-width: 6px;
}

.series-a-light-400 .ct-series.ct-series-a .ct-bar {
    stroke: #fdfdfd;
}

.series-a-light-400 .ct-series.ct-series-a .ct-slice-pie {
    fill: #fdfdfd;
}

.series-a-light-400 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #fdfdfd;
}

.series-a-light-400.opacity-75 .ct-series.ct-series-a .ct-area {
    fill: #fdfdfd;
    fill-opacity: 0.65;
}

.series-a-light-400.opacity-75 .ct-series.ct-series-a .ct-line {
    stroke: #fdfdfd;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-a-light-400.opacity-75 .ct-series.ct-series-a .ct-point {
    stroke: #fdfdfd;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-a-light-400.opacity-75 .ct-series.ct-series-a .ct-bar {
    stroke: #fdfdfd;
    stroke-opacity: 0.75;
}

.series-a-light-400.opacity-75 .ct-series.ct-series-a .ct-slice-pie {
    fill: #fdfdfd;
    fill-opacity: 0.75;
}

.series-a-light-400.opacity-75 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #fdfdfd;
    stroke-opacity: 0.75;
}

.series-a-light-500 .ct-series.ct-series-a .ct-area {
    fill: #f5f5f5;
}

.series-a-light-500 .ct-series.ct-series-a .ct-line {
    stroke: #f5f5f5;
    stroke-width: 3px;
}

.series-a-light-500 .ct-series.ct-series-a .ct-point {
    stroke: #f5f5f5;
    stroke-width: 6px;
}

.series-a-light-500 .ct-series.ct-series-a .ct-bar {
    stroke: #f5f5f5;
}

.series-a-light-500 .ct-series.ct-series-a .ct-slice-pie {
    fill: #f5f5f5;
}

.series-a-light-500 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #f5f5f5;
}

.series-a-light-500.opacity-75 .ct-series.ct-series-a .ct-area {
    fill: #f5f5f5;
    fill-opacity: 0.65;
}

.series-a-light-500.opacity-75 .ct-series.ct-series-a .ct-line {
    stroke: #f5f5f5;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-a-light-500.opacity-75 .ct-series.ct-series-a .ct-point {
    stroke: #f5f5f5;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-a-light-500.opacity-75 .ct-series.ct-series-a .ct-bar {
    stroke: #f5f5f5;
    stroke-opacity: 0.75;
}

.series-a-light-500.opacity-75 .ct-series.ct-series-a .ct-slice-pie {
    fill: #f5f5f5;
    fill-opacity: 0.75;
}

.series-a-light-500.opacity-75 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #f5f5f5;
    stroke-opacity: 0.75;
}

.series-a-light-600 .ct-series.ct-series-a .ct-area {
    fill: #ededed;
}

.series-a-light-600 .ct-series.ct-series-a .ct-line {
    stroke: #ededed;
    stroke-width: 3px;
}

.series-a-light-600 .ct-series.ct-series-a .ct-point {
    stroke: #ededed;
    stroke-width: 6px;
}

.series-a-light-600 .ct-series.ct-series-a .ct-bar {
    stroke: #ededed;
}

.series-a-light-600 .ct-series.ct-series-a .ct-slice-pie {
    fill: #ededed;
}

.series-a-light-600 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #ededed;
}

.series-a-light-600.opacity-75 .ct-series.ct-series-a .ct-area {
    fill: #ededed;
    fill-opacity: 0.65;
}

.series-a-light-600.opacity-75 .ct-series.ct-series-a .ct-line {
    stroke: #ededed;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-a-light-600.opacity-75 .ct-series.ct-series-a .ct-point {
    stroke: #ededed;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-a-light-600.opacity-75 .ct-series.ct-series-a .ct-bar {
    stroke: #ededed;
    stroke-opacity: 0.75;
}

.series-a-light-600.opacity-75 .ct-series.ct-series-a .ct-slice-pie {
    fill: #ededed;
    fill-opacity: 0.75;
}

.series-a-light-600.opacity-75 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #ededed;
    stroke-opacity: 0.75;
}

.series-a-light-700 .ct-series.ct-series-a .ct-area {
    fill: #e6e6e6;
}

.series-a-light-700 .ct-series.ct-series-a .ct-line {
    stroke: #e6e6e6;
    stroke-width: 3px;
}

.series-a-light-700 .ct-series.ct-series-a .ct-point {
    stroke: #e6e6e6;
    stroke-width: 6px;
}

.series-a-light-700 .ct-series.ct-series-a .ct-bar {
    stroke: #e6e6e6;
}

.series-a-light-700 .ct-series.ct-series-a .ct-slice-pie {
    fill: #e6e6e6;
}

.series-a-light-700 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #e6e6e6;
}

.series-a-light-700.opacity-75 .ct-series.ct-series-a .ct-area {
    fill: #e6e6e6;
    fill-opacity: 0.65;
}

.series-a-light-700.opacity-75 .ct-series.ct-series-a .ct-line {
    stroke: #e6e6e6;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-a-light-700.opacity-75 .ct-series.ct-series-a .ct-point {
    stroke: #e6e6e6;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-a-light-700.opacity-75 .ct-series.ct-series-a .ct-bar {
    stroke: #e6e6e6;
    stroke-opacity: 0.75;
}

.series-a-light-700.opacity-75 .ct-series.ct-series-a .ct-slice-pie {
    fill: #e6e6e6;
    fill-opacity: 0.75;
}

.series-a-light-700.opacity-75 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #e6e6e6;
    stroke-opacity: 0.75;
}

.series-a-light-800 .ct-series.ct-series-a .ct-area {
    fill: #dedede;
}

.series-a-light-800 .ct-series.ct-series-a .ct-line {
    stroke: #dedede;
    stroke-width: 3px;
}

.series-a-light-800 .ct-series.ct-series-a .ct-point {
    stroke: #dedede;
    stroke-width: 6px;
}

.series-a-light-800 .ct-series.ct-series-a .ct-bar {
    stroke: #dedede;
}

.series-a-light-800 .ct-series.ct-series-a .ct-slice-pie {
    fill: #dedede;
}

.series-a-light-800 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #dedede;
}

.series-a-light-800.opacity-75 .ct-series.ct-series-a .ct-area {
    fill: #dedede;
    fill-opacity: 0.65;
}

.series-a-light-800.opacity-75 .ct-series.ct-series-a .ct-line {
    stroke: #dedede;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-a-light-800.opacity-75 .ct-series.ct-series-a .ct-point {
    stroke: #dedede;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-a-light-800.opacity-75 .ct-series.ct-series-a .ct-bar {
    stroke: #dedede;
    stroke-opacity: 0.75;
}

.series-a-light-800.opacity-75 .ct-series.ct-series-a .ct-slice-pie {
    fill: #dedede;
    fill-opacity: 0.75;
}

.series-a-light-800.opacity-75 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #dedede;
    stroke-opacity: 0.75;
}

.series-a-light-900 .ct-series.ct-series-a .ct-area {
    fill: #d6d6d6;
}

.series-a-light-900 .ct-series.ct-series-a .ct-line {
    stroke: #d6d6d6;
    stroke-width: 3px;
}

.series-a-light-900 .ct-series.ct-series-a .ct-point {
    stroke: #d6d6d6;
    stroke-width: 6px;
}

.series-a-light-900 .ct-series.ct-series-a .ct-bar {
    stroke: #d6d6d6;
}

.series-a-light-900 .ct-series.ct-series-a .ct-slice-pie {
    fill: #d6d6d6;
}

.series-a-light-900 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #d6d6d6;
}

.series-a-light-900.opacity-75 .ct-series.ct-series-a .ct-area {
    fill: #d6d6d6;
    fill-opacity: 0.65;
}

.series-a-light-900.opacity-75 .ct-series.ct-series-a .ct-line {
    stroke: #d6d6d6;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-a-light-900.opacity-75 .ct-series.ct-series-a .ct-point {
    stroke: #d6d6d6;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-a-light-900.opacity-75 .ct-series.ct-series-a .ct-bar {
    stroke: #d6d6d6;
    stroke-opacity: 0.75;
}

.series-a-light-900.opacity-75 .ct-series.ct-series-a .ct-slice-pie {
    fill: #d6d6d6;
    fill-opacity: 0.75;
}

.series-a-light-900.opacity-75 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #d6d6d6;
    stroke-opacity: 0.75;
}

.series-a-dark-100 .ct-series.ct-series-a .ct-area {
    fill: #404655;
}

.series-a-dark-100 .ct-series.ct-series-a .ct-line {
    stroke: #404655;
    stroke-width: 3px;
}

.series-a-dark-100 .ct-series.ct-series-a .ct-point {
    stroke: #404655;
    stroke-width: 6px;
}

.series-a-dark-100 .ct-series.ct-series-a .ct-bar {
    stroke: #404655;
}

.series-a-dark-100 .ct-series.ct-series-a .ct-slice-pie {
    fill: #404655;
}

.series-a-dark-100 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #404655;
}

.series-a-dark-100.opacity-75 .ct-series.ct-series-a .ct-area {
    fill: #404655;
    fill-opacity: 0.65;
}

.series-a-dark-100.opacity-75 .ct-series.ct-series-a .ct-line {
    stroke: #404655;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-a-dark-100.opacity-75 .ct-series.ct-series-a .ct-point {
    stroke: #404655;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-a-dark-100.opacity-75 .ct-series.ct-series-a .ct-bar {
    stroke: #404655;
    stroke-opacity: 0.75;
}

.series-a-dark-100.opacity-75 .ct-series.ct-series-a .ct-slice-pie {
    fill: #404655;
    fill-opacity: 0.75;
}

.series-a-dark-100.opacity-75 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #404655;
    stroke-opacity: 0.75;
}

.series-a-dark-200 .ct-series.ct-series-a .ct-area {
    fill: #3a3e4c;
}

.series-a-dark-200 .ct-series.ct-series-a .ct-line {
    stroke: #3a3e4c;
    stroke-width: 3px;
}

.series-a-dark-200 .ct-series.ct-series-a .ct-point {
    stroke: #3a3e4c;
    stroke-width: 6px;
}

.series-a-dark-200 .ct-series.ct-series-a .ct-bar {
    stroke: #3a3e4c;
}

.series-a-dark-200 .ct-series.ct-series-a .ct-slice-pie {
    fill: #3a3e4c;
}

.series-a-dark-200 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #3a3e4c;
}

.series-a-dark-200.opacity-75 .ct-series.ct-series-a .ct-area {
    fill: #3a3e4c;
    fill-opacity: 0.65;
}

.series-a-dark-200.opacity-75 .ct-series.ct-series-a .ct-line {
    stroke: #3a3e4c;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-a-dark-200.opacity-75 .ct-series.ct-series-a .ct-point {
    stroke: #3a3e4c;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-a-dark-200.opacity-75 .ct-series.ct-series-a .ct-bar {
    stroke: #3a3e4c;
    stroke-opacity: 0.75;
}

.series-a-dark-200.opacity-75 .ct-series.ct-series-a .ct-slice-pie {
    fill: #3a3e4c;
    fill-opacity: 0.75;
}

.series-a-dark-200.opacity-75 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #3a3e4c;
    stroke-opacity: 0.75;
}

.series-a-dark-300 .ct-series.ct-series-a .ct-area {
    fill: #333743;
}

.series-a-dark-300 .ct-series.ct-series-a .ct-line {
    stroke: #333743;
    stroke-width: 3px;
}

.series-a-dark-300 .ct-series.ct-series-a .ct-point {
    stroke: #333743;
    stroke-width: 6px;
}

.series-a-dark-300 .ct-series.ct-series-a .ct-bar {
    stroke: #333743;
}

.series-a-dark-300 .ct-series.ct-series-a .ct-slice-pie {
    fill: #333743;
}

.series-a-dark-300 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #333743;
}

.series-a-dark-300.opacity-75 .ct-series.ct-series-a .ct-area {
    fill: #333743;
    fill-opacity: 0.65;
}

.series-a-dark-300.opacity-75 .ct-series.ct-series-a .ct-line {
    stroke: #333743;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-a-dark-300.opacity-75 .ct-series.ct-series-a .ct-point {
    stroke: #333743;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-a-dark-300.opacity-75 .ct-series.ct-series-a .ct-bar {
    stroke: #333743;
    stroke-opacity: 0.75;
}

.series-a-dark-300.opacity-75 .ct-series.ct-series-a .ct-slice-pie {
    fill: #333743;
    fill-opacity: 0.75;
}

.series-a-dark-300.opacity-75 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #333743;
    stroke-opacity: 0.75;
}

.series-a-dark-400 .ct-series.ct-series-a .ct-area {
    fill: #2d303b;
}

.series-a-dark-400 .ct-series.ct-series-a .ct-line {
    stroke: #2d303b;
    stroke-width: 3px;
}

.series-a-dark-400 .ct-series.ct-series-a .ct-point {
    stroke: #2d303b;
    stroke-width: 6px;
}

.series-a-dark-400 .ct-series.ct-series-a .ct-bar {
    stroke: #2d303b;
}

.series-a-dark-400 .ct-series.ct-series-a .ct-slice-pie {
    fill: #2d303b;
}

.series-a-dark-400 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #2d303b;
}

.series-a-dark-400.opacity-75 .ct-series.ct-series-a .ct-area {
    fill: #2d303b;
    fill-opacity: 0.65;
}

.series-a-dark-400.opacity-75 .ct-series.ct-series-a .ct-line {
    stroke: #2d303b;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-a-dark-400.opacity-75 .ct-series.ct-series-a .ct-point {
    stroke: #2d303b;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-a-dark-400.opacity-75 .ct-series.ct-series-a .ct-bar {
    stroke: #2d303b;
    stroke-opacity: 0.75;
}

.series-a-dark-400.opacity-75 .ct-series.ct-series-a .ct-slice-pie {
    fill: #2d303b;
    fill-opacity: 0.75;
}

.series-a-dark-400.opacity-75 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #2d303b;
    stroke-opacity: 0.75;
}

.series-a-dark-500 .ct-series.ct-series-a .ct-area {
    fill: #262932;
}

.series-a-dark-500 .ct-series.ct-series-a .ct-line {
    stroke: #262932;
    stroke-width: 3px;
}

.series-a-dark-500 .ct-series.ct-series-a .ct-point {
    stroke: #262932;
    stroke-width: 6px;
}

.series-a-dark-500 .ct-series.ct-series-a .ct-bar {
    stroke: #262932;
}

.series-a-dark-500 .ct-series.ct-series-a .ct-slice-pie {
    fill: #262932;
}

.series-a-dark-500 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #262932;
}

.series-a-dark-500.opacity-75 .ct-series.ct-series-a .ct-area {
    fill: #262932;
    fill-opacity: 0.65;
}

.series-a-dark-500.opacity-75 .ct-series.ct-series-a .ct-line {
    stroke: #262932;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-a-dark-500.opacity-75 .ct-series.ct-series-a .ct-point {
    stroke: #262932;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-a-dark-500.opacity-75 .ct-series.ct-series-a .ct-bar {
    stroke: #262932;
    stroke-opacity: 0.75;
}

.series-a-dark-500.opacity-75 .ct-series.ct-series-a .ct-slice-pie {
    fill: #262932;
    fill-opacity: 0.75;
}

.series-a-dark-500.opacity-75 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #262932;
    stroke-opacity: 0.75;
}

.series-a-dark-600 .ct-series.ct-series-a .ct-area {
    fill: #1f2229;
}

.series-a-dark-600 .ct-series.ct-series-a .ct-line {
    stroke: #1f2229;
    stroke-width: 3px;
}

.series-a-dark-600 .ct-series.ct-series-a .ct-point {
    stroke: #1f2229;
    stroke-width: 6px;
}

.series-a-dark-600 .ct-series.ct-series-a .ct-bar {
    stroke: #1f2229;
}

.series-a-dark-600 .ct-series.ct-series-a .ct-slice-pie {
    fill: #1f2229;
}

.series-a-dark-600 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #1f2229;
}

.series-a-dark-600.opacity-75 .ct-series.ct-series-a .ct-area {
    fill: #1f2229;
    fill-opacity: 0.65;
}

.series-a-dark-600.opacity-75 .ct-series.ct-series-a .ct-line {
    stroke: #1f2229;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-a-dark-600.opacity-75 .ct-series.ct-series-a .ct-point {
    stroke: #1f2229;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-a-dark-600.opacity-75 .ct-series.ct-series-a .ct-bar {
    stroke: #1f2229;
    stroke-opacity: 0.75;
}

.series-a-dark-600.opacity-75 .ct-series.ct-series-a .ct-slice-pie {
    fill: #1f2229;
    fill-opacity: 0.75;
}

.series-a-dark-600.opacity-75 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #1f2229;
    stroke-opacity: 0.75;
}

.series-a-dark-700 .ct-series.ct-series-a .ct-area {
    fill: #191b21;
}

.series-a-dark-700 .ct-series.ct-series-a .ct-line {
    stroke: #191b21;
    stroke-width: 3px;
}

.series-a-dark-700 .ct-series.ct-series-a .ct-point {
    stroke: #191b21;
    stroke-width: 6px;
}

.series-a-dark-700 .ct-series.ct-series-a .ct-bar {
    stroke: #191b21;
}

.series-a-dark-700 .ct-series.ct-series-a .ct-slice-pie {
    fill: #191b21;
}

.series-a-dark-700 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #191b21;
}

.series-a-dark-700.opacity-75 .ct-series.ct-series-a .ct-area {
    fill: #191b21;
    fill-opacity: 0.65;
}

.series-a-dark-700.opacity-75 .ct-series.ct-series-a .ct-line {
    stroke: #191b21;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-a-dark-700.opacity-75 .ct-series.ct-series-a .ct-point {
    stroke: #191b21;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-a-dark-700.opacity-75 .ct-series.ct-series-a .ct-bar {
    stroke: #191b21;
    stroke-opacity: 0.75;
}

.series-a-dark-700.opacity-75 .ct-series.ct-series-a .ct-slice-pie {
    fill: #191b21;
    fill-opacity: 0.75;
}

.series-a-dark-700.opacity-75 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #191b21;
    stroke-opacity: 0.75;
}

.series-a-dark-800 .ct-series.ct-series-a .ct-area {
    fill: #121418;
}

.series-a-dark-800 .ct-series.ct-series-a .ct-line {
    stroke: #121418;
    stroke-width: 3px;
}

.series-a-dark-800 .ct-series.ct-series-a .ct-point {
    stroke: #121418;
    stroke-width: 6px;
}

.series-a-dark-800 .ct-series.ct-series-a .ct-bar {
    stroke: #121418;
}

.series-a-dark-800 .ct-series.ct-series-a .ct-slice-pie {
    fill: #121418;
}

.series-a-dark-800 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #121418;
}

.series-a-dark-800.opacity-75 .ct-series.ct-series-a .ct-area {
    fill: #121418;
    fill-opacity: 0.65;
}

.series-a-dark-800.opacity-75 .ct-series.ct-series-a .ct-line {
    stroke: #121418;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-a-dark-800.opacity-75 .ct-series.ct-series-a .ct-point {
    stroke: #121418;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-a-dark-800.opacity-75 .ct-series.ct-series-a .ct-bar {
    stroke: #121418;
    stroke-opacity: 0.75;
}

.series-a-dark-800.opacity-75 .ct-series.ct-series-a .ct-slice-pie {
    fill: #121418;
    fill-opacity: 0.75;
}

.series-a-dark-800.opacity-75 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #121418;
    stroke-opacity: 0.75;
}

.series-a-dark-900 .ct-series.ct-series-a .ct-area {
    fill: #0c0c0f;
}

.series-a-dark-900 .ct-series.ct-series-a .ct-line {
    stroke: #0c0c0f;
    stroke-width: 3px;
}

.series-a-dark-900 .ct-series.ct-series-a .ct-point {
    stroke: #0c0c0f;
    stroke-width: 6px;
}

.series-a-dark-900 .ct-series.ct-series-a .ct-bar {
    stroke: #0c0c0f;
}

.series-a-dark-900 .ct-series.ct-series-a .ct-slice-pie {
    fill: #0c0c0f;
}

.series-a-dark-900 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #0c0c0f;
}

.series-a-dark-900.opacity-75 .ct-series.ct-series-a .ct-area {
    fill: #0c0c0f;
    fill-opacity: 0.65;
}

.series-a-dark-900.opacity-75 .ct-series.ct-series-a .ct-line {
    stroke: #0c0c0f;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-a-dark-900.opacity-75 .ct-series.ct-series-a .ct-point {
    stroke: #0c0c0f;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-a-dark-900.opacity-75 .ct-series.ct-series-a .ct-bar {
    stroke: #0c0c0f;
    stroke-opacity: 0.75;
}

.series-a-dark-900.opacity-75 .ct-series.ct-series-a .ct-slice-pie {
    fill: #0c0c0f;
    fill-opacity: 0.75;
}

.series-a-dark-900.opacity-75 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #0c0c0f;
    stroke-opacity: 0.75;
}

.series-a-default .ct-series.ct-series-a .ct-area {
    fill: #5bc0de;
}

.series-a-default .ct-series.ct-series-a .ct-line {
    stroke: #5bc0de;
    stroke-width: 3px;
}

.series-a-default .ct-series.ct-series-a .ct-point {
    stroke: #5bc0de;
    stroke-width: 6px;
}

.series-a-default .ct-series.ct-series-a .ct-bar {
    stroke: #5bc0de;
}

.series-a-default .ct-series.ct-series-a .ct-slice-pie {
    fill: #5bc0de;
}

.series-a-default .ct-series.ct-series-a .ct-slice-donut {
    stroke: #5bc0de;
}

.series-a-default.opacity-75 .ct-series.ct-series-a .ct-area {
    fill: #5bc0de;
    fill-opacity: 0.65;
}

.series-a-default.opacity-75 .ct-series.ct-series-a .ct-line {
    stroke: #5bc0de;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-a-default.opacity-75 .ct-series.ct-series-a .ct-point {
    stroke: #5bc0de;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-a-default.opacity-75 .ct-series.ct-series-a .ct-bar {
    stroke: #5bc0de;
    stroke-opacity: 0.75;
}

.series-a-default.opacity-75 .ct-series.ct-series-a .ct-slice-pie {
    fill: #5bc0de;
    fill-opacity: 0.75;
}

.series-a-default.opacity-75 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #5bc0de;
    stroke-opacity: 0.75;
}

.series-a-default-100 .ct-series.ct-series-a .ct-area {
    fill: #8ed4e8;
}

.series-a-default-100 .ct-series.ct-series-a .ct-line {
    stroke: #8ed4e8;
    stroke-width: 3px;
}

.series-a-default-100 .ct-series.ct-series-a .ct-point {
    stroke: #8ed4e8;
    stroke-width: 6px;
}

.series-a-default-100 .ct-series.ct-series-a .ct-bar {
    stroke: #8ed4e8;
}

.series-a-default-100 .ct-series.ct-series-a .ct-slice-pie {
    fill: #8ed4e8;
}

.series-a-default-100 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #8ed4e8;
}

.series-a-default-100.opacity-75 .ct-series.ct-series-a .ct-area {
    fill: #8ed4e8;
    fill-opacity: 0.65;
}

.series-a-default-100.opacity-75 .ct-series.ct-series-a .ct-line {
    stroke: #8ed4e8;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-a-default-100.opacity-75 .ct-series.ct-series-a .ct-point {
    stroke: #8ed4e8;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-a-default-100.opacity-75 .ct-series.ct-series-a .ct-bar {
    stroke: #8ed4e8;
    stroke-opacity: 0.75;
}

.series-a-default-100.opacity-75 .ct-series.ct-series-a .ct-slice-pie {
    fill: #8ed4e8;
    fill-opacity: 0.75;
}

.series-a-default-100.opacity-75 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #8ed4e8;
    stroke-opacity: 0.75;
}

.series-a-default-200 .ct-series.ct-series-a .ct-area {
    fill: #81cfe6;
}

.series-a-default-200 .ct-series.ct-series-a .ct-line {
    stroke: #81cfe6;
    stroke-width: 3px;
}

.series-a-default-200 .ct-series.ct-series-a .ct-point {
    stroke: #81cfe6;
    stroke-width: 6px;
}

.series-a-default-200 .ct-series.ct-series-a .ct-bar {
    stroke: #81cfe6;
}

.series-a-default-200 .ct-series.ct-series-a .ct-slice-pie {
    fill: #81cfe6;
}

.series-a-default-200 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #81cfe6;
}

.series-a-default-200.opacity-75 .ct-series.ct-series-a .ct-area {
    fill: #81cfe6;
    fill-opacity: 0.65;
}

.series-a-default-200.opacity-75 .ct-series.ct-series-a .ct-line {
    stroke: #81cfe6;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-a-default-200.opacity-75 .ct-series.ct-series-a .ct-point {
    stroke: #81cfe6;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-a-default-200.opacity-75 .ct-series.ct-series-a .ct-bar {
    stroke: #81cfe6;
    stroke-opacity: 0.75;
}

.series-a-default-200.opacity-75 .ct-series.ct-series-a .ct-slice-pie {
    fill: #81cfe6;
    fill-opacity: 0.75;
}

.series-a-default-200.opacity-75 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #81cfe6;
    stroke-opacity: 0.75;
}

.series-a-default-300 .ct-series.ct-series-a .ct-area {
    fill: #74cae3;
}

.series-a-default-300 .ct-series.ct-series-a .ct-line {
    stroke: #74cae3;
    stroke-width: 3px;
}

.series-a-default-300 .ct-series.ct-series-a .ct-point {
    stroke: #74cae3;
    stroke-width: 6px;
}

.series-a-default-300 .ct-series.ct-series-a .ct-bar {
    stroke: #74cae3;
}

.series-a-default-300 .ct-series.ct-series-a .ct-slice-pie {
    fill: #74cae3;
}

.series-a-default-300 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #74cae3;
}

.series-a-default-300.opacity-75 .ct-series.ct-series-a .ct-area {
    fill: #74cae3;
    fill-opacity: 0.65;
}

.series-a-default-300.opacity-75 .ct-series.ct-series-a .ct-line {
    stroke: #74cae3;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-a-default-300.opacity-75 .ct-series.ct-series-a .ct-point {
    stroke: #74cae3;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-a-default-300.opacity-75 .ct-series.ct-series-a .ct-bar {
    stroke: #74cae3;
    stroke-opacity: 0.75;
}

.series-a-default-300.opacity-75 .ct-series.ct-series-a .ct-slice-pie {
    fill: #74cae3;
    fill-opacity: 0.75;
}

.series-a-default-300.opacity-75 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #74cae3;
    stroke-opacity: 0.75;
}

.series-a-default-400 .ct-series.ct-series-a .ct-area {
    fill: #68c5e1;
}

.series-a-default-400 .ct-series.ct-series-a .ct-line {
    stroke: #68c5e1;
    stroke-width: 3px;
}

.series-a-default-400 .ct-series.ct-series-a .ct-point {
    stroke: #68c5e1;
    stroke-width: 6px;
}

.series-a-default-400 .ct-series.ct-series-a .ct-bar {
    stroke: #68c5e1;
}

.series-a-default-400 .ct-series.ct-series-a .ct-slice-pie {
    fill: #68c5e1;
}

.series-a-default-400 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #68c5e1;
}

.series-a-default-400.opacity-75 .ct-series.ct-series-a .ct-area {
    fill: #68c5e1;
    fill-opacity: 0.65;
}

.series-a-default-400.opacity-75 .ct-series.ct-series-a .ct-line {
    stroke: #68c5e1;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-a-default-400.opacity-75 .ct-series.ct-series-a .ct-point {
    stroke: #68c5e1;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-a-default-400.opacity-75 .ct-series.ct-series-a .ct-bar {
    stroke: #68c5e1;
    stroke-opacity: 0.75;
}

.series-a-default-400.opacity-75 .ct-series.ct-series-a .ct-slice-pie {
    fill: #68c5e1;
    fill-opacity: 0.75;
}

.series-a-default-400.opacity-75 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #68c5e1;
    stroke-opacity: 0.75;
}

.series-a-default-500 .ct-series.ct-series-a .ct-area {
    fill: #5bc0de;
}

.series-a-default-500 .ct-series.ct-series-a .ct-line {
    stroke: #5bc0de;
    stroke-width: 3px;
}

.series-a-default-500 .ct-series.ct-series-a .ct-point {
    stroke: #5bc0de;
    stroke-width: 6px;
}

.series-a-default-500 .ct-series.ct-series-a .ct-bar {
    stroke: #5bc0de;
}

.series-a-default-500 .ct-series.ct-series-a .ct-slice-pie {
    fill: #5bc0de;
}

.series-a-default-500 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #5bc0de;
}

.series-a-default-500.opacity-75 .ct-series.ct-series-a .ct-area {
    fill: #5bc0de;
    fill-opacity: 0.65;
}

.series-a-default-500.opacity-75 .ct-series.ct-series-a .ct-line {
    stroke: #5bc0de;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-a-default-500.opacity-75 .ct-series.ct-series-a .ct-point {
    stroke: #5bc0de;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-a-default-500.opacity-75 .ct-series.ct-series-a .ct-bar {
    stroke: #5bc0de;
    stroke-opacity: 0.75;
}

.series-a-default-500.opacity-75 .ct-series.ct-series-a .ct-slice-pie {
    fill: #5bc0de;
    fill-opacity: 0.75;
}

.series-a-default-500.opacity-75 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #5bc0de;
    stroke-opacity: 0.75;
}

.series-a-default-600 .ct-series.ct-series-a .ct-area {
    fill: #4ebbdb;
}

.series-a-default-600 .ct-series.ct-series-a .ct-line {
    stroke: #4ebbdb;
    stroke-width: 3px;
}

.series-a-default-600 .ct-series.ct-series-a .ct-point {
    stroke: #4ebbdb;
    stroke-width: 6px;
}

.series-a-default-600 .ct-series.ct-series-a .ct-bar {
    stroke: #4ebbdb;
}

.series-a-default-600 .ct-series.ct-series-a .ct-slice-pie {
    fill: #4ebbdb;
}

.series-a-default-600 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #4ebbdb;
}

.series-a-default-600.opacity-75 .ct-series.ct-series-a .ct-area {
    fill: #4ebbdb;
    fill-opacity: 0.65;
}

.series-a-default-600.opacity-75 .ct-series.ct-series-a .ct-line {
    stroke: #4ebbdb;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-a-default-600.opacity-75 .ct-series.ct-series-a .ct-point {
    stroke: #4ebbdb;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-a-default-600.opacity-75 .ct-series.ct-series-a .ct-bar {
    stroke: #4ebbdb;
    stroke-opacity: 0.75;
}

.series-a-default-600.opacity-75 .ct-series.ct-series-a .ct-slice-pie {
    fill: #4ebbdb;
    fill-opacity: 0.75;
}

.series-a-default-600.opacity-75 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #4ebbdb;
    stroke-opacity: 0.75;
}

.series-a-default-700 .ct-series.ct-series-a .ct-area {
    fill: #42b6d9;
}

.series-a-default-700 .ct-series.ct-series-a .ct-line {
    stroke: #42b6d9;
    stroke-width: 3px;
}

.series-a-default-700 .ct-series.ct-series-a .ct-point {
    stroke: #42b6d9;
    stroke-width: 6px;
}

.series-a-default-700 .ct-series.ct-series-a .ct-bar {
    stroke: #42b6d9;
}

.series-a-default-700 .ct-series.ct-series-a .ct-slice-pie {
    fill: #42b6d9;
}

.series-a-default-700 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #42b6d9;
}

.series-a-default-700.opacity-75 .ct-series.ct-series-a .ct-area {
    fill: #42b6d9;
    fill-opacity: 0.65;
}

.series-a-default-700.opacity-75 .ct-series.ct-series-a .ct-line {
    stroke: #42b6d9;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-a-default-700.opacity-75 .ct-series.ct-series-a .ct-point {
    stroke: #42b6d9;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-a-default-700.opacity-75 .ct-series.ct-series-a .ct-bar {
    stroke: #42b6d9;
    stroke-opacity: 0.75;
}

.series-a-default-700.opacity-75 .ct-series.ct-series-a .ct-slice-pie {
    fill: #42b6d9;
    fill-opacity: 0.75;
}

.series-a-default-700.opacity-75 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #42b6d9;
    stroke-opacity: 0.75;
}

.series-a-default-800 .ct-series.ct-series-a .ct-area {
    fill: #35b1d6;
}

.series-a-default-800 .ct-series.ct-series-a .ct-line {
    stroke: #35b1d6;
    stroke-width: 3px;
}

.series-a-default-800 .ct-series.ct-series-a .ct-point {
    stroke: #35b1d6;
    stroke-width: 6px;
}

.series-a-default-800 .ct-series.ct-series-a .ct-bar {
    stroke: #35b1d6;
}

.series-a-default-800 .ct-series.ct-series-a .ct-slice-pie {
    fill: #35b1d6;
}

.series-a-default-800 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #35b1d6;
}

.series-a-default-800.opacity-75 .ct-series.ct-series-a .ct-area {
    fill: #35b1d6;
    fill-opacity: 0.65;
}

.series-a-default-800.opacity-75 .ct-series.ct-series-a .ct-line {
    stroke: #35b1d6;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-a-default-800.opacity-75 .ct-series.ct-series-a .ct-point {
    stroke: #35b1d6;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-a-default-800.opacity-75 .ct-series.ct-series-a .ct-bar {
    stroke: #35b1d6;
    stroke-opacity: 0.75;
}

.series-a-default-800.opacity-75 .ct-series.ct-series-a .ct-slice-pie {
    fill: #35b1d6;
    fill-opacity: 0.75;
}

.series-a-default-800.opacity-75 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #35b1d6;
    stroke-opacity: 0.75;
}

.series-a-default-900 .ct-series.ct-series-a .ct-area {
    fill: #2aabd2;
}

.series-a-default-900 .ct-series.ct-series-a .ct-line {
    stroke: #2aabd2;
    stroke-width: 3px;
}

.series-a-default-900 .ct-series.ct-series-a .ct-point {
    stroke: #2aabd2;
    stroke-width: 6px;
}

.series-a-default-900 .ct-series.ct-series-a .ct-bar {
    stroke: #2aabd2;
}

.series-a-default-900 .ct-series.ct-series-a .ct-slice-pie {
    fill: #2aabd2;
}

.series-a-default-900 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #2aabd2;
}

.series-a-default-900.opacity-75 .ct-series.ct-series-a .ct-area {
    fill: #2aabd2;
    fill-opacity: 0.65;
}

.series-a-default-900.opacity-75 .ct-series.ct-series-a .ct-line {
    stroke: #2aabd2;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-a-default-900.opacity-75 .ct-series.ct-series-a .ct-point {
    stroke: #2aabd2;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-a-default-900.opacity-75 .ct-series.ct-series-a .ct-bar {
    stroke: #2aabd2;
    stroke-opacity: 0.75;
}

.series-a-default-900.opacity-75 .ct-series.ct-series-a .ct-slice-pie {
    fill: #2aabd2;
    fill-opacity: 0.75;
}

.series-a-default-900.opacity-75 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #2aabd2;
    stroke-opacity: 0.75;
}

.series-a-primary .ct-series.ct-series-a .ct-area {
    fill: #0275d8;
}

.series-a-primary .ct-series.ct-series-a .ct-line {
    stroke: #0275d8;
    stroke-width: 3px;
}

.series-a-primary .ct-series.ct-series-a .ct-point {
    stroke: #0275d8;
    stroke-width: 6px;
}

.series-a-primary .ct-series.ct-series-a .ct-bar {
    stroke: #0275d8;
}

.series-a-primary .ct-series.ct-series-a .ct-slice-pie {
    fill: #0275d8;
}

.series-a-primary .ct-series.ct-series-a .ct-slice-donut {
    stroke: #0275d8;
}

.series-a-primary.opacity-75 .ct-series.ct-series-a .ct-area {
    fill: #0275d8;
    fill-opacity: 0.65;
}

.series-a-primary.opacity-75 .ct-series.ct-series-a .ct-line {
    stroke: #0275d8;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-a-primary.opacity-75 .ct-series.ct-series-a .ct-point {
    stroke: #0275d8;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-a-primary.opacity-75 .ct-series.ct-series-a .ct-bar {
    stroke: #0275d8;
    stroke-opacity: 0.75;
}

.series-a-primary.opacity-75 .ct-series.ct-series-a .ct-slice-pie {
    fill: #0275d8;
    fill-opacity: 0.75;
}

.series-a-primary.opacity-75 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #0275d8;
    stroke-opacity: 0.75;
}

.series-a-primary-100 .ct-series.ct-series-a .ct-area {
    fill: #1a94fd;
}

.series-a-primary-100 .ct-series.ct-series-a .ct-line {
    stroke: #1a94fd;
    stroke-width: 3px;
}

.series-a-primary-100 .ct-series.ct-series-a .ct-point {
    stroke: #1a94fd;
    stroke-width: 6px;
}

.series-a-primary-100 .ct-series.ct-series-a .ct-bar {
    stroke: #1a94fd;
}

.series-a-primary-100 .ct-series.ct-series-a .ct-slice-pie {
    fill: #1a94fd;
}

.series-a-primary-100 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #1a94fd;
}

.series-a-primary-100.opacity-75 .ct-series.ct-series-a .ct-area {
    fill: #1a94fd;
    fill-opacity: 0.65;
}

.series-a-primary-100.opacity-75 .ct-series.ct-series-a .ct-line {
    stroke: #1a94fd;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-a-primary-100.opacity-75 .ct-series.ct-series-a .ct-point {
    stroke: #1a94fd;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-a-primary-100.opacity-75 .ct-series.ct-series-a .ct-bar {
    stroke: #1a94fd;
    stroke-opacity: 0.75;
}

.series-a-primary-100.opacity-75 .ct-series.ct-series-a .ct-slice-pie {
    fill: #1a94fd;
    fill-opacity: 0.75;
}

.series-a-primary-100.opacity-75 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #1a94fd;
    stroke-opacity: 0.75;
}

.series-a-primary-200 .ct-series.ct-series-a .ct-area {
    fill: #0b8dfd;
}

.series-a-primary-200 .ct-series.ct-series-a .ct-line {
    stroke: #0b8dfd;
    stroke-width: 3px;
}

.series-a-primary-200 .ct-series.ct-series-a .ct-point {
    stroke: #0b8dfd;
    stroke-width: 6px;
}

.series-a-primary-200 .ct-series.ct-series-a .ct-bar {
    stroke: #0b8dfd;
}

.series-a-primary-200 .ct-series.ct-series-a .ct-slice-pie {
    fill: #0b8dfd;
}

.series-a-primary-200 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #0b8dfd;
}

.series-a-primary-200.opacity-75 .ct-series.ct-series-a .ct-area {
    fill: #0b8dfd;
    fill-opacity: 0.65;
}

.series-a-primary-200.opacity-75 .ct-series.ct-series-a .ct-line {
    stroke: #0b8dfd;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-a-primary-200.opacity-75 .ct-series.ct-series-a .ct-point {
    stroke: #0b8dfd;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-a-primary-200.opacity-75 .ct-series.ct-series-a .ct-bar {
    stroke: #0b8dfd;
    stroke-opacity: 0.75;
}

.series-a-primary-200.opacity-75 .ct-series.ct-series-a .ct-slice-pie {
    fill: #0b8dfd;
    fill-opacity: 0.75;
}

.series-a-primary-200.opacity-75 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #0b8dfd;
    stroke-opacity: 0.75;
}

.series-a-primary-300 .ct-series.ct-series-a .ct-area {
    fill: #0285f6;
}

.series-a-primary-300 .ct-series.ct-series-a .ct-line {
    stroke: #0285f6;
    stroke-width: 3px;
}

.series-a-primary-300 .ct-series.ct-series-a .ct-point {
    stroke: #0285f6;
    stroke-width: 6px;
}

.series-a-primary-300 .ct-series.ct-series-a .ct-bar {
    stroke: #0285f6;
}

.series-a-primary-300 .ct-series.ct-series-a .ct-slice-pie {
    fill: #0285f6;
}

.series-a-primary-300 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #0285f6;
}

.series-a-primary-300.opacity-75 .ct-series.ct-series-a .ct-area {
    fill: #0285f6;
    fill-opacity: 0.65;
}

.series-a-primary-300.opacity-75 .ct-series.ct-series-a .ct-line {
    stroke: #0285f6;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-a-primary-300.opacity-75 .ct-series.ct-series-a .ct-point {
    stroke: #0285f6;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-a-primary-300.opacity-75 .ct-series.ct-series-a .ct-bar {
    stroke: #0285f6;
    stroke-opacity: 0.75;
}

.series-a-primary-300.opacity-75 .ct-series.ct-series-a .ct-slice-pie {
    fill: #0285f6;
    fill-opacity: 0.75;
}

.series-a-primary-300.opacity-75 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #0285f6;
    stroke-opacity: 0.75;
}

.series-a-primary-400 .ct-series.ct-series-a .ct-area {
    fill: #027de7;
}

.series-a-primary-400 .ct-series.ct-series-a .ct-line {
    stroke: #027de7;
    stroke-width: 3px;
}

.series-a-primary-400 .ct-series.ct-series-a .ct-point {
    stroke: #027de7;
    stroke-width: 6px;
}

.series-a-primary-400 .ct-series.ct-series-a .ct-bar {
    stroke: #027de7;
}

.series-a-primary-400 .ct-series.ct-series-a .ct-slice-pie {
    fill: #027de7;
}

.series-a-primary-400 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #027de7;
}

.series-a-primary-400.opacity-75 .ct-series.ct-series-a .ct-area {
    fill: #027de7;
    fill-opacity: 0.65;
}

.series-a-primary-400.opacity-75 .ct-series.ct-series-a .ct-line {
    stroke: #027de7;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-a-primary-400.opacity-75 .ct-series.ct-series-a .ct-point {
    stroke: #027de7;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-a-primary-400.opacity-75 .ct-series.ct-series-a .ct-bar {
    stroke: #027de7;
    stroke-opacity: 0.75;
}

.series-a-primary-400.opacity-75 .ct-series.ct-series-a .ct-slice-pie {
    fill: #027de7;
    fill-opacity: 0.75;
}

.series-a-primary-400.opacity-75 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #027de7;
    stroke-opacity: 0.75;
}

.series-a-primary-500 .ct-series.ct-series-a .ct-area {
    fill: #0275d8;
}

.series-a-primary-500 .ct-series.ct-series-a .ct-line {
    stroke: #0275d8;
    stroke-width: 3px;
}

.series-a-primary-500 .ct-series.ct-series-a .ct-point {
    stroke: #0275d8;
    stroke-width: 6px;
}

.series-a-primary-500 .ct-series.ct-series-a .ct-bar {
    stroke: #0275d8;
}

.series-a-primary-500 .ct-series.ct-series-a .ct-slice-pie {
    fill: #0275d8;
}

.series-a-primary-500 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #0275d8;
}

.series-a-primary-500.opacity-75 .ct-series.ct-series-a .ct-area {
    fill: #0275d8;
    fill-opacity: 0.65;
}

.series-a-primary-500.opacity-75 .ct-series.ct-series-a .ct-line {
    stroke: #0275d8;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-a-primary-500.opacity-75 .ct-series.ct-series-a .ct-point {
    stroke: #0275d8;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-a-primary-500.opacity-75 .ct-series.ct-series-a .ct-bar {
    stroke: #0275d8;
    stroke-opacity: 0.75;
}

.series-a-primary-500.opacity-75 .ct-series.ct-series-a .ct-slice-pie {
    fill: #0275d8;
    fill-opacity: 0.75;
}

.series-a-primary-500.opacity-75 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #0275d8;
    stroke-opacity: 0.75;
}

.series-a-primary-600 .ct-series.ct-series-a .ct-area {
    fill: #026dc9;
}

.series-a-primary-600 .ct-series.ct-series-a .ct-line {
    stroke: #026dc9;
    stroke-width: 3px;
}

.series-a-primary-600 .ct-series.ct-series-a .ct-point {
    stroke: #026dc9;
    stroke-width: 6px;
}

.series-a-primary-600 .ct-series.ct-series-a .ct-bar {
    stroke: #026dc9;
}

.series-a-primary-600 .ct-series.ct-series-a .ct-slice-pie {
    fill: #026dc9;
}

.series-a-primary-600 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #026dc9;
}

.series-a-primary-600.opacity-75 .ct-series.ct-series-a .ct-area {
    fill: #026dc9;
    fill-opacity: 0.65;
}

.series-a-primary-600.opacity-75 .ct-series.ct-series-a .ct-line {
    stroke: #026dc9;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-a-primary-600.opacity-75 .ct-series.ct-series-a .ct-point {
    stroke: #026dc9;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-a-primary-600.opacity-75 .ct-series.ct-series-a .ct-bar {
    stroke: #026dc9;
    stroke-opacity: 0.75;
}

.series-a-primary-600.opacity-75 .ct-series.ct-series-a .ct-slice-pie {
    fill: #026dc9;
    fill-opacity: 0.75;
}

.series-a-primary-600.opacity-75 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #026dc9;
    stroke-opacity: 0.75;
}

.series-a-primary-700 .ct-series.ct-series-a .ct-area {
    fill: #0265ba;
}

.series-a-primary-700 .ct-series.ct-series-a .ct-line {
    stroke: #0265ba;
    stroke-width: 3px;
}

.series-a-primary-700 .ct-series.ct-series-a .ct-point {
    stroke: #0265ba;
    stroke-width: 6px;
}

.series-a-primary-700 .ct-series.ct-series-a .ct-bar {
    stroke: #0265ba;
}

.series-a-primary-700 .ct-series.ct-series-a .ct-slice-pie {
    fill: #0265ba;
}

.series-a-primary-700 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #0265ba;
}

.series-a-primary-700.opacity-75 .ct-series.ct-series-a .ct-area {
    fill: #0265ba;
    fill-opacity: 0.65;
}

.series-a-primary-700.opacity-75 .ct-series.ct-series-a .ct-line {
    stroke: #0265ba;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-a-primary-700.opacity-75 .ct-series.ct-series-a .ct-point {
    stroke: #0265ba;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-a-primary-700.opacity-75 .ct-series.ct-series-a .ct-bar {
    stroke: #0265ba;
    stroke-opacity: 0.75;
}

.series-a-primary-700.opacity-75 .ct-series.ct-series-a .ct-slice-pie {
    fill: #0265ba;
    fill-opacity: 0.75;
}

.series-a-primary-700.opacity-75 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #0265ba;
    stroke-opacity: 0.75;
}

.series-a-primary-800 .ct-series.ct-series-a .ct-area {
    fill: #025cab;
}

.series-a-primary-800 .ct-series.ct-series-a .ct-line {
    stroke: #025cab;
    stroke-width: 3px;
}

.series-a-primary-800 .ct-series.ct-series-a .ct-point {
    stroke: #025cab;
    stroke-width: 6px;
}

.series-a-primary-800 .ct-series.ct-series-a .ct-bar {
    stroke: #025cab;
}

.series-a-primary-800 .ct-series.ct-series-a .ct-slice-pie {
    fill: #025cab;
}

.series-a-primary-800 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #025cab;
}

.series-a-primary-800.opacity-75 .ct-series.ct-series-a .ct-area {
    fill: #025cab;
    fill-opacity: 0.65;
}

.series-a-primary-800.opacity-75 .ct-series.ct-series-a .ct-line {
    stroke: #025cab;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-a-primary-800.opacity-75 .ct-series.ct-series-a .ct-point {
    stroke: #025cab;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-a-primary-800.opacity-75 .ct-series.ct-series-a .ct-bar {
    stroke: #025cab;
    stroke-opacity: 0.75;
}

.series-a-primary-800.opacity-75 .ct-series.ct-series-a .ct-slice-pie {
    fill: #025cab;
    fill-opacity: 0.75;
}

.series-a-primary-800.opacity-75 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #025cab;
    stroke-opacity: 0.75;
}

.series-a-primary-900 .ct-series.ct-series-a .ct-area {
    fill: #01549b;
}

.series-a-primary-900 .ct-series.ct-series-a .ct-line {
    stroke: #01549b;
    stroke-width: 3px;
}

.series-a-primary-900 .ct-series.ct-series-a .ct-point {
    stroke: #01549b;
    stroke-width: 6px;
}

.series-a-primary-900 .ct-series.ct-series-a .ct-bar {
    stroke: #01549b;
}

.series-a-primary-900 .ct-series.ct-series-a .ct-slice-pie {
    fill: #01549b;
}

.series-a-primary-900 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #01549b;
}

.series-a-primary-900.opacity-75 .ct-series.ct-series-a .ct-area {
    fill: #01549b;
    fill-opacity: 0.65;
}

.series-a-primary-900.opacity-75 .ct-series.ct-series-a .ct-line {
    stroke: #01549b;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-a-primary-900.opacity-75 .ct-series.ct-series-a .ct-point {
    stroke: #01549b;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-a-primary-900.opacity-75 .ct-series.ct-series-a .ct-bar {
    stroke: #01549b;
    stroke-opacity: 0.75;
}

.series-a-primary-900.opacity-75 .ct-series.ct-series-a .ct-slice-pie {
    fill: #01549b;
    fill-opacity: 0.75;
}

.series-a-primary-900.opacity-75 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #01549b;
    stroke-opacity: 0.75;
}

.series-a-info .ct-series.ct-series-a .ct-area {
    fill: #00aced;
}

.series-a-info .ct-series.ct-series-a .ct-line {
    stroke: #00aced;
    stroke-width: 3px;
}

.series-a-info .ct-series.ct-series-a .ct-point {
    stroke: #00aced;
    stroke-width: 6px;
}

.series-a-info .ct-series.ct-series-a .ct-bar {
    stroke: #00aced;
}

.series-a-info .ct-series.ct-series-a .ct-slice-pie {
    fill: #00aced;
}

.series-a-info .ct-series.ct-series-a .ct-slice-donut {
    stroke: #00aced;
}

.series-a-info.opacity-75 .ct-series.ct-series-a .ct-area {
    fill: #00aced;
    fill-opacity: 0.65;
}

.series-a-info.opacity-75 .ct-series.ct-series-a .ct-line {
    stroke: #00aced;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-a-info.opacity-75 .ct-series.ct-series-a .ct-point {
    stroke: #00aced;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-a-info.opacity-75 .ct-series.ct-series-a .ct-bar {
    stroke: #00aced;
    stroke-opacity: 0.75;
}

.series-a-info.opacity-75 .ct-series.ct-series-a .ct-slice-pie {
    fill: #00aced;
    fill-opacity: 0.75;
}

.series-a-info.opacity-75 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #00aced;
    stroke-opacity: 0.75;
}

.series-a-info-100 .ct-series.ct-series-a .ct-area {
    fill: #2bc5ff;
}

.series-a-info-100 .ct-series.ct-series-a .ct-line {
    stroke: #2bc5ff;
    stroke-width: 3px;
}

.series-a-info-100 .ct-series.ct-series-a .ct-point {
    stroke: #2bc5ff;
    stroke-width: 6px;
}

.series-a-info-100 .ct-series.ct-series-a .ct-bar {
    stroke: #2bc5ff;
}

.series-a-info-100 .ct-series.ct-series-a .ct-slice-pie {
    fill: #2bc5ff;
}

.series-a-info-100 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #2bc5ff;
}

.series-a-info-100.opacity-75 .ct-series.ct-series-a .ct-area {
    fill: #2bc5ff;
    fill-opacity: 0.65;
}

.series-a-info-100.opacity-75 .ct-series.ct-series-a .ct-line {
    stroke: #2bc5ff;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-a-info-100.opacity-75 .ct-series.ct-series-a .ct-point {
    stroke: #2bc5ff;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-a-info-100.opacity-75 .ct-series.ct-series-a .ct-bar {
    stroke: #2bc5ff;
    stroke-opacity: 0.75;
}

.series-a-info-100.opacity-75 .ct-series.ct-series-a .ct-slice-pie {
    fill: #2bc5ff;
    fill-opacity: 0.75;
}

.series-a-info-100.opacity-75 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #2bc5ff;
    stroke-opacity: 0.75;
}

.series-a-info-200 .ct-series.ct-series-a .ct-area {
    fill: #1cc1ff;
}

.series-a-info-200 .ct-series.ct-series-a .ct-line {
    stroke: #1cc1ff;
    stroke-width: 3px;
}

.series-a-info-200 .ct-series.ct-series-a .ct-point {
    stroke: #1cc1ff;
    stroke-width: 6px;
}

.series-a-info-200 .ct-series.ct-series-a .ct-bar {
    stroke: #1cc1ff;
}

.series-a-info-200 .ct-series.ct-series-a .ct-slice-pie {
    fill: #1cc1ff;
}

.series-a-info-200 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #1cc1ff;
}

.series-a-info-200.opacity-75 .ct-series.ct-series-a .ct-area {
    fill: #1cc1ff;
    fill-opacity: 0.65;
}

.series-a-info-200.opacity-75 .ct-series.ct-series-a .ct-line {
    stroke: #1cc1ff;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-a-info-200.opacity-75 .ct-series.ct-series-a .ct-point {
    stroke: #1cc1ff;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-a-info-200.opacity-75 .ct-series.ct-series-a .ct-bar {
    stroke: #1cc1ff;
    stroke-opacity: 0.75;
}

.series-a-info-200.opacity-75 .ct-series.ct-series-a .ct-slice-pie {
    fill: #1cc1ff;
    fill-opacity: 0.75;
}

.series-a-info-200.opacity-75 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #1cc1ff;
    stroke-opacity: 0.75;
}

.series-a-info-300 .ct-series.ct-series-a .ct-area {
    fill: #0dbdff;
}

.series-a-info-300 .ct-series.ct-series-a .ct-line {
    stroke: #0dbdff;
    stroke-width: 3px;
}

.series-a-info-300 .ct-series.ct-series-a .ct-point {
    stroke: #0dbdff;
    stroke-width: 6px;
}

.series-a-info-300 .ct-series.ct-series-a .ct-bar {
    stroke: #0dbdff;
}

.series-a-info-300 .ct-series.ct-series-a .ct-slice-pie {
    fill: #0dbdff;
}

.series-a-info-300 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #0dbdff;
}

.series-a-info-300.opacity-75 .ct-series.ct-series-a .ct-area {
    fill: #0dbdff;
    fill-opacity: 0.65;
}

.series-a-info-300.opacity-75 .ct-series.ct-series-a .ct-line {
    stroke: #0dbdff;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-a-info-300.opacity-75 .ct-series.ct-series-a .ct-point {
    stroke: #0dbdff;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-a-info-300.opacity-75 .ct-series.ct-series-a .ct-bar {
    stroke: #0dbdff;
    stroke-opacity: 0.75;
}

.series-a-info-300.opacity-75 .ct-series.ct-series-a .ct-slice-pie {
    fill: #0dbdff;
    fill-opacity: 0.75;
}

.series-a-info-300.opacity-75 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #0dbdff;
    stroke-opacity: 0.75;
}

.series-a-info-400 .ct-series.ct-series-a .ct-area {
    fill: #00b7fc;
}

.series-a-info-400 .ct-series.ct-series-a .ct-line {
    stroke: #00b7fc;
    stroke-width: 3px;
}

.series-a-info-400 .ct-series.ct-series-a .ct-point {
    stroke: #00b7fc;
    stroke-width: 6px;
}

.series-a-info-400 .ct-series.ct-series-a .ct-bar {
    stroke: #00b7fc;
}

.series-a-info-400 .ct-series.ct-series-a .ct-slice-pie {
    fill: #00b7fc;
}

.series-a-info-400 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #00b7fc;
}

.series-a-info-400.opacity-75 .ct-series.ct-series-a .ct-area {
    fill: #00b7fc;
    fill-opacity: 0.65;
}

.series-a-info-400.opacity-75 .ct-series.ct-series-a .ct-line {
    stroke: #00b7fc;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-a-info-400.opacity-75 .ct-series.ct-series-a .ct-point {
    stroke: #00b7fc;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-a-info-400.opacity-75 .ct-series.ct-series-a .ct-bar {
    stroke: #00b7fc;
    stroke-opacity: 0.75;
}

.series-a-info-400.opacity-75 .ct-series.ct-series-a .ct-slice-pie {
    fill: #00b7fc;
    fill-opacity: 0.75;
}

.series-a-info-400.opacity-75 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #00b7fc;
    stroke-opacity: 0.75;
}

.series-a-info-500 .ct-series.ct-series-a .ct-area {
    fill: #00aced;
}

.series-a-info-500 .ct-series.ct-series-a .ct-line {
    stroke: #00aced;
    stroke-width: 3px;
}

.series-a-info-500 .ct-series.ct-series-a .ct-point {
    stroke: #00aced;
    stroke-width: 6px;
}

.series-a-info-500 .ct-series.ct-series-a .ct-bar {
    stroke: #00aced;
}

.series-a-info-500 .ct-series.ct-series-a .ct-slice-pie {
    fill: #00aced;
}

.series-a-info-500 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #00aced;
}

.series-a-info-500.opacity-75 .ct-series.ct-series-a .ct-area {
    fill: #00aced;
    fill-opacity: 0.65;
}

.series-a-info-500.opacity-75 .ct-series.ct-series-a .ct-line {
    stroke: #00aced;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-a-info-500.opacity-75 .ct-series.ct-series-a .ct-point {
    stroke: #00aced;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-a-info-500.opacity-75 .ct-series.ct-series-a .ct-bar {
    stroke: #00aced;
    stroke-opacity: 0.75;
}

.series-a-info-500.opacity-75 .ct-series.ct-series-a .ct-slice-pie {
    fill: #00aced;
    fill-opacity: 0.75;
}

.series-a-info-500.opacity-75 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #00aced;
    stroke-opacity: 0.75;
}

.series-a-info-600 .ct-series.ct-series-a .ct-area {
    fill: #00a1de;
}

.series-a-info-600 .ct-series.ct-series-a .ct-line {
    stroke: #00a1de;
    stroke-width: 3px;
}

.series-a-info-600 .ct-series.ct-series-a .ct-point {
    stroke: #00a1de;
    stroke-width: 6px;
}

.series-a-info-600 .ct-series.ct-series-a .ct-bar {
    stroke: #00a1de;
}

.series-a-info-600 .ct-series.ct-series-a .ct-slice-pie {
    fill: #00a1de;
}

.series-a-info-600 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #00a1de;
}

.series-a-info-600.opacity-75 .ct-series.ct-series-a .ct-area {
    fill: #00a1de;
    fill-opacity: 0.65;
}

.series-a-info-600.opacity-75 .ct-series.ct-series-a .ct-line {
    stroke: #00a1de;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-a-info-600.opacity-75 .ct-series.ct-series-a .ct-point {
    stroke: #00a1de;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-a-info-600.opacity-75 .ct-series.ct-series-a .ct-bar {
    stroke: #00a1de;
    stroke-opacity: 0.75;
}

.series-a-info-600.opacity-75 .ct-series.ct-series-a .ct-slice-pie {
    fill: #00a1de;
    fill-opacity: 0.75;
}

.series-a-info-600.opacity-75 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #00a1de;
    stroke-opacity: 0.75;
}

.series-a-info-700 .ct-series.ct-series-a .ct-area {
    fill: #0096ce;
}

.series-a-info-700 .ct-series.ct-series-a .ct-line {
    stroke: #0096ce;
    stroke-width: 3px;
}

.series-a-info-700 .ct-series.ct-series-a .ct-point {
    stroke: #0096ce;
    stroke-width: 6px;
}

.series-a-info-700 .ct-series.ct-series-a .ct-bar {
    stroke: #0096ce;
}

.series-a-info-700 .ct-series.ct-series-a .ct-slice-pie {
    fill: #0096ce;
}

.series-a-info-700 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #0096ce;
}

.series-a-info-700.opacity-75 .ct-series.ct-series-a .ct-area {
    fill: #0096ce;
    fill-opacity: 0.65;
}

.series-a-info-700.opacity-75 .ct-series.ct-series-a .ct-line {
    stroke: #0096ce;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-a-info-700.opacity-75 .ct-series.ct-series-a .ct-point {
    stroke: #0096ce;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-a-info-700.opacity-75 .ct-series.ct-series-a .ct-bar {
    stroke: #0096ce;
    stroke-opacity: 0.75;
}

.series-a-info-700.opacity-75 .ct-series.ct-series-a .ct-slice-pie {
    fill: #0096ce;
    fill-opacity: 0.75;
}

.series-a-info-700.opacity-75 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #0096ce;
    stroke-opacity: 0.75;
}

.series-a-info-800 .ct-series.ct-series-a .ct-area {
    fill: #008bbf;
}

.series-a-info-800 .ct-series.ct-series-a .ct-line {
    stroke: #008bbf;
    stroke-width: 3px;
}

.series-a-info-800 .ct-series.ct-series-a .ct-point {
    stroke: #008bbf;
    stroke-width: 6px;
}

.series-a-info-800 .ct-series.ct-series-a .ct-bar {
    stroke: #008bbf;
}

.series-a-info-800 .ct-series.ct-series-a .ct-slice-pie {
    fill: #008bbf;
}

.series-a-info-800 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #008bbf;
}

.series-a-info-800.opacity-75 .ct-series.ct-series-a .ct-area {
    fill: #008bbf;
    fill-opacity: 0.65;
}

.series-a-info-800.opacity-75 .ct-series.ct-series-a .ct-line {
    stroke: #008bbf;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-a-info-800.opacity-75 .ct-series.ct-series-a .ct-point {
    stroke: #008bbf;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-a-info-800.opacity-75 .ct-series.ct-series-a .ct-bar {
    stroke: #008bbf;
    stroke-opacity: 0.75;
}

.series-a-info-800.opacity-75 .ct-series.ct-series-a .ct-slice-pie {
    fill: #008bbf;
    fill-opacity: 0.75;
}

.series-a-info-800.opacity-75 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #008bbf;
    stroke-opacity: 0.75;
}

.series-a-info-900 .ct-series.ct-series-a .ct-area {
    fill: #0080b0;
}

.series-a-info-900 .ct-series.ct-series-a .ct-line {
    stroke: #0080b0;
    stroke-width: 3px;
}

.series-a-info-900 .ct-series.ct-series-a .ct-point {
    stroke: #0080b0;
    stroke-width: 6px;
}

.series-a-info-900 .ct-series.ct-series-a .ct-bar {
    stroke: #0080b0;
}

.series-a-info-900 .ct-series.ct-series-a .ct-slice-pie {
    fill: #0080b0;
}

.series-a-info-900 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #0080b0;
}

.series-a-info-900.opacity-75 .ct-series.ct-series-a .ct-area {
    fill: #0080b0;
    fill-opacity: 0.65;
}

.series-a-info-900.opacity-75 .ct-series.ct-series-a .ct-line {
    stroke: #0080b0;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-a-info-900.opacity-75 .ct-series.ct-series-a .ct-point {
    stroke: #0080b0;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-a-info-900.opacity-75 .ct-series.ct-series-a .ct-bar {
    stroke: #0080b0;
    stroke-opacity: 0.75;
}

.series-a-info-900.opacity-75 .ct-series.ct-series-a .ct-slice-pie {
    fill: #0080b0;
    fill-opacity: 0.75;
}

.series-a-info-900.opacity-75 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #0080b0;
    stroke-opacity: 0.75;
}

.series-a-warning .ct-series.ct-series-a .ct-area {
    fill: #f0ad4e;
}

.series-a-warning .ct-series.ct-series-a .ct-line {
    stroke: #f0ad4e;
    stroke-width: 3px;
}

.series-a-warning .ct-series.ct-series-a .ct-point {
    stroke: #f0ad4e;
    stroke-width: 6px;
}

.series-a-warning .ct-series.ct-series-a .ct-bar {
    stroke: #f0ad4e;
}

.series-a-warning .ct-series.ct-series-a .ct-slice-pie {
    fill: #f0ad4e;
}

.series-a-warning .ct-series.ct-series-a .ct-slice-donut {
    stroke: #f0ad4e;
}

.series-a-warning.opacity-75 .ct-series.ct-series-a .ct-area {
    fill: #f0ad4e;
    fill-opacity: 0.65;
}

.series-a-warning.opacity-75 .ct-series.ct-series-a .ct-line {
    stroke: #f0ad4e;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-a-warning.opacity-75 .ct-series.ct-series-a .ct-point {
    stroke: #f0ad4e;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-a-warning.opacity-75 .ct-series.ct-series-a .ct-bar {
    stroke: #f0ad4e;
    stroke-opacity: 0.75;
}

.series-a-warning.opacity-75 .ct-series.ct-series-a .ct-slice-pie {
    fill: #f0ad4e;
    fill-opacity: 0.75;
}

.series-a-warning.opacity-75 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #f0ad4e;
    stroke-opacity: 0.75;
}

.series-a-warning-100 .ct-series.ct-series-a .ct-area {
    fill: #f5c786;
}

.series-a-warning-100 .ct-series.ct-series-a .ct-line {
    stroke: #f5c786;
    stroke-width: 3px;
}

.series-a-warning-100 .ct-series.ct-series-a .ct-point {
    stroke: #f5c786;
    stroke-width: 6px;
}

.series-a-warning-100 .ct-series.ct-series-a .ct-bar {
    stroke: #f5c786;
}

.series-a-warning-100 .ct-series.ct-series-a .ct-slice-pie {
    fill: #f5c786;
}

.series-a-warning-100 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #f5c786;
}

.series-a-warning-100.opacity-75 .ct-series.ct-series-a .ct-area {
    fill: #f5c786;
    fill-opacity: 0.65;
}

.series-a-warning-100.opacity-75 .ct-series.ct-series-a .ct-line {
    stroke: #f5c786;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-a-warning-100.opacity-75 .ct-series.ct-series-a .ct-point {
    stroke: #f5c786;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-a-warning-100.opacity-75 .ct-series.ct-series-a .ct-bar {
    stroke: #f5c786;
    stroke-opacity: 0.75;
}

.series-a-warning-100.opacity-75 .ct-series.ct-series-a .ct-slice-pie {
    fill: #f5c786;
    fill-opacity: 0.75;
}

.series-a-warning-100.opacity-75 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #f5c786;
    stroke-opacity: 0.75;
}

.series-a-warning-200 .ct-series.ct-series-a .ct-area {
    fill: #f4c178;
}

.series-a-warning-200 .ct-series.ct-series-a .ct-line {
    stroke: #f4c178;
    stroke-width: 3px;
}

.series-a-warning-200 .ct-series.ct-series-a .ct-point {
    stroke: #f4c178;
    stroke-width: 6px;
}

.series-a-warning-200 .ct-series.ct-series-a .ct-bar {
    stroke: #f4c178;
}

.series-a-warning-200 .ct-series.ct-series-a .ct-slice-pie {
    fill: #f4c178;
}

.series-a-warning-200 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #f4c178;
}

.series-a-warning-200.opacity-75 .ct-series.ct-series-a .ct-area {
    fill: #f4c178;
    fill-opacity: 0.65;
}

.series-a-warning-200.opacity-75 .ct-series.ct-series-a .ct-line {
    stroke: #f4c178;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-a-warning-200.opacity-75 .ct-series.ct-series-a .ct-point {
    stroke: #f4c178;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-a-warning-200.opacity-75 .ct-series.ct-series-a .ct-bar {
    stroke: #f4c178;
    stroke-opacity: 0.75;
}

.series-a-warning-200.opacity-75 .ct-series.ct-series-a .ct-slice-pie {
    fill: #f4c178;
    fill-opacity: 0.75;
}

.series-a-warning-200.opacity-75 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #f4c178;
    stroke-opacity: 0.75;
}

.series-a-warning-300 .ct-series.ct-series-a .ct-area {
    fill: #f2ba6a;
}

.series-a-warning-300 .ct-series.ct-series-a .ct-line {
    stroke: #f2ba6a;
    stroke-width: 3px;
}

.series-a-warning-300 .ct-series.ct-series-a .ct-point {
    stroke: #f2ba6a;
    stroke-width: 6px;
}

.series-a-warning-300 .ct-series.ct-series-a .ct-bar {
    stroke: #f2ba6a;
}

.series-a-warning-300 .ct-series.ct-series-a .ct-slice-pie {
    fill: #f2ba6a;
}

.series-a-warning-300 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #f2ba6a;
}

.series-a-warning-300.opacity-75 .ct-series.ct-series-a .ct-area {
    fill: #f2ba6a;
    fill-opacity: 0.65;
}

.series-a-warning-300.opacity-75 .ct-series.ct-series-a .ct-line {
    stroke: #f2ba6a;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-a-warning-300.opacity-75 .ct-series.ct-series-a .ct-point {
    stroke: #f2ba6a;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-a-warning-300.opacity-75 .ct-series.ct-series-a .ct-bar {
    stroke: #f2ba6a;
    stroke-opacity: 0.75;
}

.series-a-warning-300.opacity-75 .ct-series.ct-series-a .ct-slice-pie {
    fill: #f2ba6a;
    fill-opacity: 0.75;
}

.series-a-warning-300.opacity-75 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #f2ba6a;
    stroke-opacity: 0.75;
}

.series-a-warning-400 .ct-series.ct-series-a .ct-area {
    fill: #f1b45c;
}

.series-a-warning-400 .ct-series.ct-series-a .ct-line {
    stroke: #f1b45c;
    stroke-width: 3px;
}

.series-a-warning-400 .ct-series.ct-series-a .ct-point {
    stroke: #f1b45c;
    stroke-width: 6px;
}

.series-a-warning-400 .ct-series.ct-series-a .ct-bar {
    stroke: #f1b45c;
}

.series-a-warning-400 .ct-series.ct-series-a .ct-slice-pie {
    fill: #f1b45c;
}

.series-a-warning-400 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #f1b45c;
}

.series-a-warning-400.opacity-75 .ct-series.ct-series-a .ct-area {
    fill: #f1b45c;
    fill-opacity: 0.65;
}

.series-a-warning-400.opacity-75 .ct-series.ct-series-a .ct-line {
    stroke: #f1b45c;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-a-warning-400.opacity-75 .ct-series.ct-series-a .ct-point {
    stroke: #f1b45c;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-a-warning-400.opacity-75 .ct-series.ct-series-a .ct-bar {
    stroke: #f1b45c;
    stroke-opacity: 0.75;
}

.series-a-warning-400.opacity-75 .ct-series.ct-series-a .ct-slice-pie {
    fill: #f1b45c;
    fill-opacity: 0.75;
}

.series-a-warning-400.opacity-75 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #f1b45c;
    stroke-opacity: 0.75;
}

.series-a-warning-500 .ct-series.ct-series-a .ct-area {
    fill: #f0ad4e;
}

.series-a-warning-500 .ct-series.ct-series-a .ct-line {
    stroke: #f0ad4e;
    stroke-width: 3px;
}

.series-a-warning-500 .ct-series.ct-series-a .ct-point {
    stroke: #f0ad4e;
    stroke-width: 6px;
}

.series-a-warning-500 .ct-series.ct-series-a .ct-bar {
    stroke: #f0ad4e;
}

.series-a-warning-500 .ct-series.ct-series-a .ct-slice-pie {
    fill: #f0ad4e;
}

.series-a-warning-500 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #f0ad4e;
}

.series-a-warning-500.opacity-75 .ct-series.ct-series-a .ct-area {
    fill: #f0ad4e;
    fill-opacity: 0.65;
}

.series-a-warning-500.opacity-75 .ct-series.ct-series-a .ct-line {
    stroke: #f0ad4e;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-a-warning-500.opacity-75 .ct-series.ct-series-a .ct-point {
    stroke: #f0ad4e;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-a-warning-500.opacity-75 .ct-series.ct-series-a .ct-bar {
    stroke: #f0ad4e;
    stroke-opacity: 0.75;
}

.series-a-warning-500.opacity-75 .ct-series.ct-series-a .ct-slice-pie {
    fill: #f0ad4e;
    fill-opacity: 0.75;
}

.series-a-warning-500.opacity-75 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #f0ad4e;
    stroke-opacity: 0.75;
}

.series-a-warning-600 .ct-series.ct-series-a .ct-area {
    fill: #efa640;
}

.series-a-warning-600 .ct-series.ct-series-a .ct-line {
    stroke: #efa640;
    stroke-width: 3px;
}

.series-a-warning-600 .ct-series.ct-series-a .ct-point {
    stroke: #efa640;
    stroke-width: 6px;
}

.series-a-warning-600 .ct-series.ct-series-a .ct-bar {
    stroke: #efa640;
}

.series-a-warning-600 .ct-series.ct-series-a .ct-slice-pie {
    fill: #efa640;
}

.series-a-warning-600 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #efa640;
}

.series-a-warning-600.opacity-75 .ct-series.ct-series-a .ct-area {
    fill: #efa640;
    fill-opacity: 0.65;
}

.series-a-warning-600.opacity-75 .ct-series.ct-series-a .ct-line {
    stroke: #efa640;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-a-warning-600.opacity-75 .ct-series.ct-series-a .ct-point {
    stroke: #efa640;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-a-warning-600.opacity-75 .ct-series.ct-series-a .ct-bar {
    stroke: #efa640;
    stroke-opacity: 0.75;
}

.series-a-warning-600.opacity-75 .ct-series.ct-series-a .ct-slice-pie {
    fill: #efa640;
    fill-opacity: 0.75;
}

.series-a-warning-600.opacity-75 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #efa640;
    stroke-opacity: 0.75;
}

.series-a-warning-700 .ct-series.ct-series-a .ct-area {
    fill: #eea032;
}

.series-a-warning-700 .ct-series.ct-series-a .ct-line {
    stroke: #eea032;
    stroke-width: 3px;
}

.series-a-warning-700 .ct-series.ct-series-a .ct-point {
    stroke: #eea032;
    stroke-width: 6px;
}

.series-a-warning-700 .ct-series.ct-series-a .ct-bar {
    stroke: #eea032;
}

.series-a-warning-700 .ct-series.ct-series-a .ct-slice-pie {
    fill: #eea032;
}

.series-a-warning-700 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #eea032;
}

.series-a-warning-700.opacity-75 .ct-series.ct-series-a .ct-area {
    fill: #eea032;
    fill-opacity: 0.65;
}

.series-a-warning-700.opacity-75 .ct-series.ct-series-a .ct-line {
    stroke: #eea032;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-a-warning-700.opacity-75 .ct-series.ct-series-a .ct-point {
    stroke: #eea032;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-a-warning-700.opacity-75 .ct-series.ct-series-a .ct-bar {
    stroke: #eea032;
    stroke-opacity: 0.75;
}

.series-a-warning-700.opacity-75 .ct-series.ct-series-a .ct-slice-pie {
    fill: #eea032;
    fill-opacity: 0.75;
}

.series-a-warning-700.opacity-75 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #eea032;
    stroke-opacity: 0.75;
}

.series-a-warning-800 .ct-series.ct-series-a .ct-area {
    fill: #ec9924;
}

.series-a-warning-800 .ct-series.ct-series-a .ct-line {
    stroke: #ec9924;
    stroke-width: 3px;
}

.series-a-warning-800 .ct-series.ct-series-a .ct-point {
    stroke: #ec9924;
    stroke-width: 6px;
}

.series-a-warning-800 .ct-series.ct-series-a .ct-bar {
    stroke: #ec9924;
}

.series-a-warning-800 .ct-series.ct-series-a .ct-slice-pie {
    fill: #ec9924;
}

.series-a-warning-800 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #ec9924;
}

.series-a-warning-800.opacity-75 .ct-series.ct-series-a .ct-area {
    fill: #ec9924;
    fill-opacity: 0.65;
}

.series-a-warning-800.opacity-75 .ct-series.ct-series-a .ct-line {
    stroke: #ec9924;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-a-warning-800.opacity-75 .ct-series.ct-series-a .ct-point {
    stroke: #ec9924;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-a-warning-800.opacity-75 .ct-series.ct-series-a .ct-bar {
    stroke: #ec9924;
    stroke-opacity: 0.75;
}

.series-a-warning-800.opacity-75 .ct-series.ct-series-a .ct-slice-pie {
    fill: #ec9924;
    fill-opacity: 0.75;
}

.series-a-warning-800.opacity-75 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #ec9924;
    stroke-opacity: 0.75;
}

.series-a-warning-900 .ct-series.ct-series-a .ct-area {
    fill: #eb9316;
}

.series-a-warning-900 .ct-series.ct-series-a .ct-line {
    stroke: #eb9316;
    stroke-width: 3px;
}

.series-a-warning-900 .ct-series.ct-series-a .ct-point {
    stroke: #eb9316;
    stroke-width: 6px;
}

.series-a-warning-900 .ct-series.ct-series-a .ct-bar {
    stroke: #eb9316;
}

.series-a-warning-900 .ct-series.ct-series-a .ct-slice-pie {
    fill: #eb9316;
}

.series-a-warning-900 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #eb9316;
}

.series-a-warning-900.opacity-75 .ct-series.ct-series-a .ct-area {
    fill: #eb9316;
    fill-opacity: 0.65;
}

.series-a-warning-900.opacity-75 .ct-series.ct-series-a .ct-line {
    stroke: #eb9316;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-a-warning-900.opacity-75 .ct-series.ct-series-a .ct-point {
    stroke: #eb9316;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-a-warning-900.opacity-75 .ct-series.ct-series-a .ct-bar {
    stroke: #eb9316;
    stroke-opacity: 0.75;
}

.series-a-warning-900.opacity-75 .ct-series.ct-series-a .ct-slice-pie {
    fill: #eb9316;
    fill-opacity: 0.75;
}

.series-a-warning-900.opacity-75 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #eb9316;
    stroke-opacity: 0.75;
}

.series-a-success .ct-series.ct-series-a .ct-area {
    fill: #5cb85c;
}

.series-a-success .ct-series.ct-series-a .ct-line {
    stroke: #5cb85c;
    stroke-width: 3px;
}

.series-a-success .ct-series.ct-series-a .ct-point {
    stroke: #5cb85c;
    stroke-width: 6px;
}

.series-a-success .ct-series.ct-series-a .ct-bar {
    stroke: #5cb85c;
}

.series-a-success .ct-series.ct-series-a .ct-slice-pie {
    fill: #5cb85c;
}

.series-a-success .ct-series.ct-series-a .ct-slice-donut {
    stroke: #5cb85c;
}

.series-a-success.opacity-75 .ct-series.ct-series-a .ct-area {
    fill: #5cb85c;
    fill-opacity: 0.65;
}

.series-a-success.opacity-75 .ct-series.ct-series-a .ct-line {
    stroke: #5cb85c;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-a-success.opacity-75 .ct-series.ct-series-a .ct-point {
    stroke: #5cb85c;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-a-success.opacity-75 .ct-series.ct-series-a .ct-bar {
    stroke: #5cb85c;
    stroke-opacity: 0.75;
}

.series-a-success.opacity-75 .ct-series.ct-series-a .ct-slice-pie {
    fill: #5cb85c;
    fill-opacity: 0.75;
}

.series-a-success.opacity-75 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #5cb85c;
    stroke-opacity: 0.75;
}

.series-a-success-100 .ct-series.ct-series-a .ct-area {
    fill: #87cb87;
}

.series-a-success-100 .ct-series.ct-series-a .ct-line {
    stroke: #87cb87;
    stroke-width: 3px;
}

.series-a-success-100 .ct-series.ct-series-a .ct-point {
    stroke: #87cb87;
    stroke-width: 6px;
}

.series-a-success-100 .ct-series.ct-series-a .ct-bar {
    stroke: #87cb87;
}

.series-a-success-100 .ct-series.ct-series-a .ct-slice-pie {
    fill: #87cb87;
}

.series-a-success-100 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #87cb87;
}

.series-a-success-100.opacity-75 .ct-series.ct-series-a .ct-area {
    fill: #87cb87;
    fill-opacity: 0.65;
}

.series-a-success-100.opacity-75 .ct-series.ct-series-a .ct-line {
    stroke: #87cb87;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-a-success-100.opacity-75 .ct-series.ct-series-a .ct-point {
    stroke: #87cb87;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-a-success-100.opacity-75 .ct-series.ct-series-a .ct-bar {
    stroke: #87cb87;
    stroke-opacity: 0.75;
}

.series-a-success-100.opacity-75 .ct-series.ct-series-a .ct-slice-pie {
    fill: #87cb87;
    fill-opacity: 0.75;
}

.series-a-success-100.opacity-75 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #87cb87;
    stroke-opacity: 0.75;
}

.series-a-success-200 .ct-series.ct-series-a .ct-area {
    fill: #7cc67c;
}

.series-a-success-200 .ct-series.ct-series-a .ct-line {
    stroke: #7cc67c;
    stroke-width: 3px;
}

.series-a-success-200 .ct-series.ct-series-a .ct-point {
    stroke: #7cc67c;
    stroke-width: 6px;
}

.series-a-success-200 .ct-series.ct-series-a .ct-bar {
    stroke: #7cc67c;
}

.series-a-success-200 .ct-series.ct-series-a .ct-slice-pie {
    fill: #7cc67c;
}

.series-a-success-200 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #7cc67c;
}

.series-a-success-200.opacity-75 .ct-series.ct-series-a .ct-area {
    fill: #7cc67c;
    fill-opacity: 0.65;
}

.series-a-success-200.opacity-75 .ct-series.ct-series-a .ct-line {
    stroke: #7cc67c;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-a-success-200.opacity-75 .ct-series.ct-series-a .ct-point {
    stroke: #7cc67c;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-a-success-200.opacity-75 .ct-series.ct-series-a .ct-bar {
    stroke: #7cc67c;
    stroke-opacity: 0.75;
}

.series-a-success-200.opacity-75 .ct-series.ct-series-a .ct-slice-pie {
    fill: #7cc67c;
    fill-opacity: 0.75;
}

.series-a-success-200.opacity-75 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #7cc67c;
    stroke-opacity: 0.75;
}

.series-a-success-300 .ct-series.ct-series-a .ct-area {
    fill: #71c171;
}

.series-a-success-300 .ct-series.ct-series-a .ct-line {
    stroke: #71c171;
    stroke-width: 3px;
}

.series-a-success-300 .ct-series.ct-series-a .ct-point {
    stroke: #71c171;
    stroke-width: 6px;
}

.series-a-success-300 .ct-series.ct-series-a .ct-bar {
    stroke: #71c171;
}

.series-a-success-300 .ct-series.ct-series-a .ct-slice-pie {
    fill: #71c171;
}

.series-a-success-300 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #71c171;
}

.series-a-success-300.opacity-75 .ct-series.ct-series-a .ct-area {
    fill: #71c171;
    fill-opacity: 0.65;
}

.series-a-success-300.opacity-75 .ct-series.ct-series-a .ct-line {
    stroke: #71c171;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-a-success-300.opacity-75 .ct-series.ct-series-a .ct-point {
    stroke: #71c171;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-a-success-300.opacity-75 .ct-series.ct-series-a .ct-bar {
    stroke: #71c171;
    stroke-opacity: 0.75;
}

.series-a-success-300.opacity-75 .ct-series.ct-series-a .ct-slice-pie {
    fill: #71c171;
    fill-opacity: 0.75;
}

.series-a-success-300.opacity-75 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #71c171;
    stroke-opacity: 0.75;
}

.series-a-success-400 .ct-series.ct-series-a .ct-area {
    fill: #67bd67;
}

.series-a-success-400 .ct-series.ct-series-a .ct-line {
    stroke: #67bd67;
    stroke-width: 3px;
}

.series-a-success-400 .ct-series.ct-series-a .ct-point {
    stroke: #67bd67;
    stroke-width: 6px;
}

.series-a-success-400 .ct-series.ct-series-a .ct-bar {
    stroke: #67bd67;
}

.series-a-success-400 .ct-series.ct-series-a .ct-slice-pie {
    fill: #67bd67;
}

.series-a-success-400 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #67bd67;
}

.series-a-success-400.opacity-75 .ct-series.ct-series-a .ct-area {
    fill: #67bd67;
    fill-opacity: 0.65;
}

.series-a-success-400.opacity-75 .ct-series.ct-series-a .ct-line {
    stroke: #67bd67;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-a-success-400.opacity-75 .ct-series.ct-series-a .ct-point {
    stroke: #67bd67;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-a-success-400.opacity-75 .ct-series.ct-series-a .ct-bar {
    stroke: #67bd67;
    stroke-opacity: 0.75;
}

.series-a-success-400.opacity-75 .ct-series.ct-series-a .ct-slice-pie {
    fill: #67bd67;
    fill-opacity: 0.75;
}

.series-a-success-400.opacity-75 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #67bd67;
    stroke-opacity: 0.75;
}

.series-a-success-500 .ct-series.ct-series-a .ct-area {
    fill: #5cb85c;
}

.series-a-success-500 .ct-series.ct-series-a .ct-line {
    stroke: #5cb85c;
    stroke-width: 3px;
}

.series-a-success-500 .ct-series.ct-series-a .ct-point {
    stroke: #5cb85c;
    stroke-width: 6px;
}

.series-a-success-500 .ct-series.ct-series-a .ct-bar {
    stroke: #5cb85c;
}

.series-a-success-500 .ct-series.ct-series-a .ct-slice-pie {
    fill: #5cb85c;
}

.series-a-success-500 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #5cb85c;
}

.series-a-success-500.opacity-75 .ct-series.ct-series-a .ct-area {
    fill: #5cb85c;
    fill-opacity: 0.65;
}

.series-a-success-500.opacity-75 .ct-series.ct-series-a .ct-line {
    stroke: #5cb85c;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-a-success-500.opacity-75 .ct-series.ct-series-a .ct-point {
    stroke: #5cb85c;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-a-success-500.opacity-75 .ct-series.ct-series-a .ct-bar {
    stroke: #5cb85c;
    stroke-opacity: 0.75;
}

.series-a-success-500.opacity-75 .ct-series.ct-series-a .ct-slice-pie {
    fill: #5cb85c;
    fill-opacity: 0.75;
}

.series-a-success-500.opacity-75 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #5cb85c;
    stroke-opacity: 0.75;
}

.series-a-success-600 .ct-series.ct-series-a .ct-area {
    fill: #51b351;
}

.series-a-success-600 .ct-series.ct-series-a .ct-line {
    stroke: #51b351;
    stroke-width: 3px;
}

.series-a-success-600 .ct-series.ct-series-a .ct-point {
    stroke: #51b351;
    stroke-width: 6px;
}

.series-a-success-600 .ct-series.ct-series-a .ct-bar {
    stroke: #51b351;
}

.series-a-success-600 .ct-series.ct-series-a .ct-slice-pie {
    fill: #51b351;
}

.series-a-success-600 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #51b351;
}

.series-a-success-600.opacity-75 .ct-series.ct-series-a .ct-area {
    fill: #51b351;
    fill-opacity: 0.65;
}

.series-a-success-600.opacity-75 .ct-series.ct-series-a .ct-line {
    stroke: #51b351;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-a-success-600.opacity-75 .ct-series.ct-series-a .ct-point {
    stroke: #51b351;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-a-success-600.opacity-75 .ct-series.ct-series-a .ct-bar {
    stroke: #51b351;
    stroke-opacity: 0.75;
}

.series-a-success-600.opacity-75 .ct-series.ct-series-a .ct-slice-pie {
    fill: #51b351;
    fill-opacity: 0.75;
}

.series-a-success-600.opacity-75 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #51b351;
    stroke-opacity: 0.75;
}

.series-a-success-700 .ct-series.ct-series-a .ct-area {
    fill: #4aab4a;
}

.series-a-success-700 .ct-series.ct-series-a .ct-line {
    stroke: #4aab4a;
    stroke-width: 3px;
}

.series-a-success-700 .ct-series.ct-series-a .ct-point {
    stroke: #4aab4a;
    stroke-width: 6px;
}

.series-a-success-700 .ct-series.ct-series-a .ct-bar {
    stroke: #4aab4a;
}

.series-a-success-700 .ct-series.ct-series-a .ct-slice-pie {
    fill: #4aab4a;
}

.series-a-success-700 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #4aab4a;
}

.series-a-success-700.opacity-75 .ct-series.ct-series-a .ct-area {
    fill: #4aab4a;
    fill-opacity: 0.65;
}

.series-a-success-700.opacity-75 .ct-series.ct-series-a .ct-line {
    stroke: #4aab4a;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-a-success-700.opacity-75 .ct-series.ct-series-a .ct-point {
    stroke: #4aab4a;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-a-success-700.opacity-75 .ct-series.ct-series-a .ct-bar {
    stroke: #4aab4a;
    stroke-opacity: 0.75;
}

.series-a-success-700.opacity-75 .ct-series.ct-series-a .ct-slice-pie {
    fill: #4aab4a;
    fill-opacity: 0.75;
}

.series-a-success-700.opacity-75 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #4aab4a;
    stroke-opacity: 0.75;
}

.series-a-success-800 .ct-series.ct-series-a .ct-area {
    fill: #46a046;
}

.series-a-success-800 .ct-series.ct-series-a .ct-line {
    stroke: #46a046;
    stroke-width: 3px;
}

.series-a-success-800 .ct-series.ct-series-a .ct-point {
    stroke: #46a046;
    stroke-width: 6px;
}

.series-a-success-800 .ct-series.ct-series-a .ct-bar {
    stroke: #46a046;
}

.series-a-success-800 .ct-series.ct-series-a .ct-slice-pie {
    fill: #46a046;
}

.series-a-success-800 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #46a046;
}

.series-a-success-800.opacity-75 .ct-series.ct-series-a .ct-area {
    fill: #46a046;
    fill-opacity: 0.65;
}

.series-a-success-800.opacity-75 .ct-series.ct-series-a .ct-line {
    stroke: #46a046;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-a-success-800.opacity-75 .ct-series.ct-series-a .ct-point {
    stroke: #46a046;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-a-success-800.opacity-75 .ct-series.ct-series-a .ct-bar {
    stroke: #46a046;
    stroke-opacity: 0.75;
}

.series-a-success-800.opacity-75 .ct-series.ct-series-a .ct-slice-pie {
    fill: #46a046;
    fill-opacity: 0.75;
}

.series-a-success-800.opacity-75 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #46a046;
    stroke-opacity: 0.75;
}

.series-a-success-900 .ct-series.ct-series-a .ct-area {
    fill: #419641;
}

.series-a-success-900 .ct-series.ct-series-a .ct-line {
    stroke: #419641;
    stroke-width: 3px;
}

.series-a-success-900 .ct-series.ct-series-a .ct-point {
    stroke: #419641;
    stroke-width: 6px;
}

.series-a-success-900 .ct-series.ct-series-a .ct-bar {
    stroke: #419641;
}

.series-a-success-900 .ct-series.ct-series-a .ct-slice-pie {
    fill: #419641;
}

.series-a-success-900 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #419641;
}

.series-a-success-900.opacity-75 .ct-series.ct-series-a .ct-area {
    fill: #419641;
    fill-opacity: 0.65;
}

.series-a-success-900.opacity-75 .ct-series.ct-series-a .ct-line {
    stroke: #419641;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-a-success-900.opacity-75 .ct-series.ct-series-a .ct-point {
    stroke: #419641;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-a-success-900.opacity-75 .ct-series.ct-series-a .ct-bar {
    stroke: #419641;
    stroke-opacity: 0.75;
}

.series-a-success-900.opacity-75 .ct-series.ct-series-a .ct-slice-pie {
    fill: #419641;
    fill-opacity: 0.75;
}

.series-a-success-900.opacity-75 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #419641;
    stroke-opacity: 0.75;
}

.series-a-danger .ct-series.ct-series-a .ct-area {
    fill: #d9534f;
}

.series-a-danger .ct-series.ct-series-a .ct-line {
    stroke: #d9534f;
    stroke-width: 3px;
}

.series-a-danger .ct-series.ct-series-a .ct-point {
    stroke: #d9534f;
    stroke-width: 6px;
}

.series-a-danger .ct-series.ct-series-a .ct-bar {
    stroke: #d9534f;
}

.series-a-danger .ct-series.ct-series-a .ct-slice-pie {
    fill: #d9534f;
}

.series-a-danger .ct-series.ct-series-a .ct-slice-donut {
    stroke: #d9534f;
}

.series-a-danger.opacity-75 .ct-series.ct-series-a .ct-area {
    fill: #d9534f;
    fill-opacity: 0.65;
}

.series-a-danger.opacity-75 .ct-series.ct-series-a .ct-line {
    stroke: #d9534f;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-a-danger.opacity-75 .ct-series.ct-series-a .ct-point {
    stroke: #d9534f;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-a-danger.opacity-75 .ct-series.ct-series-a .ct-bar {
    stroke: #d9534f;
    stroke-opacity: 0.75;
}

.series-a-danger.opacity-75 .ct-series.ct-series-a .ct-slice-pie {
    fill: #d9534f;
    fill-opacity: 0.75;
}

.series-a-danger.opacity-75 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #d9534f;
    stroke-opacity: 0.75;
}

.series-a-danger-100 .ct-series.ct-series-a .ct-area {
    fill: #e48481;
}

.series-a-danger-100 .ct-series.ct-series-a .ct-line {
    stroke: #e48481;
    stroke-width: 3px;
}

.series-a-danger-100 .ct-series.ct-series-a .ct-point {
    stroke: #e48481;
    stroke-width: 6px;
}

.series-a-danger-100 .ct-series.ct-series-a .ct-bar {
    stroke: #e48481;
}

.series-a-danger-100 .ct-series.ct-series-a .ct-slice-pie {
    fill: #e48481;
}

.series-a-danger-100 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #e48481;
}

.series-a-danger-100.opacity-75 .ct-series.ct-series-a .ct-area {
    fill: #e48481;
    fill-opacity: 0.65;
}

.series-a-danger-100.opacity-75 .ct-series.ct-series-a .ct-line {
    stroke: #e48481;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-a-danger-100.opacity-75 .ct-series.ct-series-a .ct-point {
    stroke: #e48481;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-a-danger-100.opacity-75 .ct-series.ct-series-a .ct-bar {
    stroke: #e48481;
    stroke-opacity: 0.75;
}

.series-a-danger-100.opacity-75 .ct-series.ct-series-a .ct-slice-pie {
    fill: #e48481;
    fill-opacity: 0.75;
}

.series-a-danger-100.opacity-75 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #e48481;
    stroke-opacity: 0.75;
}

.series-a-danger-200 .ct-series.ct-series-a .ct-area {
    fill: #e17875;
}

.series-a-danger-200 .ct-series.ct-series-a .ct-line {
    stroke: #e17875;
    stroke-width: 3px;
}

.series-a-danger-200 .ct-series.ct-series-a .ct-point {
    stroke: #e17875;
    stroke-width: 6px;
}

.series-a-danger-200 .ct-series.ct-series-a .ct-bar {
    stroke: #e17875;
}

.series-a-danger-200 .ct-series.ct-series-a .ct-slice-pie {
    fill: #e17875;
}

.series-a-danger-200 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #e17875;
}

.series-a-danger-200.opacity-75 .ct-series.ct-series-a .ct-area {
    fill: #e17875;
    fill-opacity: 0.65;
}

.series-a-danger-200.opacity-75 .ct-series.ct-series-a .ct-line {
    stroke: #e17875;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-a-danger-200.opacity-75 .ct-series.ct-series-a .ct-point {
    stroke: #e17875;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-a-danger-200.opacity-75 .ct-series.ct-series-a .ct-bar {
    stroke: #e17875;
    stroke-opacity: 0.75;
}

.series-a-danger-200.opacity-75 .ct-series.ct-series-a .ct-slice-pie {
    fill: #e17875;
    fill-opacity: 0.75;
}

.series-a-danger-200.opacity-75 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #e17875;
    stroke-opacity: 0.75;
}

.series-a-danger-300 .ct-series.ct-series-a .ct-area {
    fill: #de6c68;
}

.series-a-danger-300 .ct-series.ct-series-a .ct-line {
    stroke: #de6c68;
    stroke-width: 3px;
}

.series-a-danger-300 .ct-series.ct-series-a .ct-point {
    stroke: #de6c68;
    stroke-width: 6px;
}

.series-a-danger-300 .ct-series.ct-series-a .ct-bar {
    stroke: #de6c68;
}

.series-a-danger-300 .ct-series.ct-series-a .ct-slice-pie {
    fill: #de6c68;
}

.series-a-danger-300 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #de6c68;
}

.series-a-danger-300.opacity-75 .ct-series.ct-series-a .ct-area {
    fill: #de6c68;
    fill-opacity: 0.65;
}

.series-a-danger-300.opacity-75 .ct-series.ct-series-a .ct-line {
    stroke: #de6c68;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-a-danger-300.opacity-75 .ct-series.ct-series-a .ct-point {
    stroke: #de6c68;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-a-danger-300.opacity-75 .ct-series.ct-series-a .ct-bar {
    stroke: #de6c68;
    stroke-opacity: 0.75;
}

.series-a-danger-300.opacity-75 .ct-series.ct-series-a .ct-slice-pie {
    fill: #de6c68;
    fill-opacity: 0.75;
}

.series-a-danger-300.opacity-75 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #de6c68;
    stroke-opacity: 0.75;
}

.series-a-danger-400 .ct-series.ct-series-a .ct-area {
    fill: #dc5f5c;
}

.series-a-danger-400 .ct-series.ct-series-a .ct-line {
    stroke: #dc5f5c;
    stroke-width: 3px;
}

.series-a-danger-400 .ct-series.ct-series-a .ct-point {
    stroke: #dc5f5c;
    stroke-width: 6px;
}

.series-a-danger-400 .ct-series.ct-series-a .ct-bar {
    stroke: #dc5f5c;
}

.series-a-danger-400 .ct-series.ct-series-a .ct-slice-pie {
    fill: #dc5f5c;
}

.series-a-danger-400 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #dc5f5c;
}

.series-a-danger-400.opacity-75 .ct-series.ct-series-a .ct-area {
    fill: #dc5f5c;
    fill-opacity: 0.65;
}

.series-a-danger-400.opacity-75 .ct-series.ct-series-a .ct-line {
    stroke: #dc5f5c;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-a-danger-400.opacity-75 .ct-series.ct-series-a .ct-point {
    stroke: #dc5f5c;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-a-danger-400.opacity-75 .ct-series.ct-series-a .ct-bar {
    stroke: #dc5f5c;
    stroke-opacity: 0.75;
}

.series-a-danger-400.opacity-75 .ct-series.ct-series-a .ct-slice-pie {
    fill: #dc5f5c;
    fill-opacity: 0.75;
}

.series-a-danger-400.opacity-75 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #dc5f5c;
    stroke-opacity: 0.75;
}

.series-a-danger-500 .ct-series.ct-series-a .ct-area {
    fill: #d9534f;
}

.series-a-danger-500 .ct-series.ct-series-a .ct-line {
    stroke: #d9534f;
    stroke-width: 3px;
}

.series-a-danger-500 .ct-series.ct-series-a .ct-point {
    stroke: #d9534f;
    stroke-width: 6px;
}

.series-a-danger-500 .ct-series.ct-series-a .ct-bar {
    stroke: #d9534f;
}

.series-a-danger-500 .ct-series.ct-series-a .ct-slice-pie {
    fill: #d9534f;
}

.series-a-danger-500 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #d9534f;
}

.series-a-danger-500.opacity-75 .ct-series.ct-series-a .ct-area {
    fill: #d9534f;
    fill-opacity: 0.65;
}

.series-a-danger-500.opacity-75 .ct-series.ct-series-a .ct-line {
    stroke: #d9534f;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-a-danger-500.opacity-75 .ct-series.ct-series-a .ct-point {
    stroke: #d9534f;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-a-danger-500.opacity-75 .ct-series.ct-series-a .ct-bar {
    stroke: #d9534f;
    stroke-opacity: 0.75;
}

.series-a-danger-500.opacity-75 .ct-series.ct-series-a .ct-slice-pie {
    fill: #d9534f;
    fill-opacity: 0.75;
}

.series-a-danger-500.opacity-75 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #d9534f;
    stroke-opacity: 0.75;
}

.series-a-danger-600 .ct-series.ct-series-a .ct-area {
    fill: #d64742;
}

.series-a-danger-600 .ct-series.ct-series-a .ct-line {
    stroke: #d64742;
    stroke-width: 3px;
}

.series-a-danger-600 .ct-series.ct-series-a .ct-point {
    stroke: #d64742;
    stroke-width: 6px;
}

.series-a-danger-600 .ct-series.ct-series-a .ct-bar {
    stroke: #d64742;
}

.series-a-danger-600 .ct-series.ct-series-a .ct-slice-pie {
    fill: #d64742;
}

.series-a-danger-600 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #d64742;
}

.series-a-danger-600.opacity-75 .ct-series.ct-series-a .ct-area {
    fill: #d64742;
    fill-opacity: 0.65;
}

.series-a-danger-600.opacity-75 .ct-series.ct-series-a .ct-line {
    stroke: #d64742;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-a-danger-600.opacity-75 .ct-series.ct-series-a .ct-point {
    stroke: #d64742;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-a-danger-600.opacity-75 .ct-series.ct-series-a .ct-bar {
    stroke: #d64742;
    stroke-opacity: 0.75;
}

.series-a-danger-600.opacity-75 .ct-series.ct-series-a .ct-slice-pie {
    fill: #d64742;
    fill-opacity: 0.75;
}

.series-a-danger-600.opacity-75 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #d64742;
    stroke-opacity: 0.75;
}

.series-a-danger-700 .ct-series.ct-series-a .ct-area {
    fill: #d43a36;
}

.series-a-danger-700 .ct-series.ct-series-a .ct-line {
    stroke: #d43a36;
    stroke-width: 3px;
}

.series-a-danger-700 .ct-series.ct-series-a .ct-point {
    stroke: #d43a36;
    stroke-width: 6px;
}

.series-a-danger-700 .ct-series.ct-series-a .ct-bar {
    stroke: #d43a36;
}

.series-a-danger-700 .ct-series.ct-series-a .ct-slice-pie {
    fill: #d43a36;
}

.series-a-danger-700 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #d43a36;
}

.series-a-danger-700.opacity-75 .ct-series.ct-series-a .ct-area {
    fill: #d43a36;
    fill-opacity: 0.65;
}

.series-a-danger-700.opacity-75 .ct-series.ct-series-a .ct-line {
    stroke: #d43a36;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-a-danger-700.opacity-75 .ct-series.ct-series-a .ct-point {
    stroke: #d43a36;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-a-danger-700.opacity-75 .ct-series.ct-series-a .ct-bar {
    stroke: #d43a36;
    stroke-opacity: 0.75;
}

.series-a-danger-700.opacity-75 .ct-series.ct-series-a .ct-slice-pie {
    fill: #d43a36;
    fill-opacity: 0.75;
}

.series-a-danger-700.opacity-75 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #d43a36;
    stroke-opacity: 0.75;
}

.series-a-danger-800 .ct-series.ct-series-a .ct-area {
    fill: #ce312c;
}

.series-a-danger-800 .ct-series.ct-series-a .ct-line {
    stroke: #ce312c;
    stroke-width: 3px;
}

.series-a-danger-800 .ct-series.ct-series-a .ct-point {
    stroke: #ce312c;
    stroke-width: 6px;
}

.series-a-danger-800 .ct-series.ct-series-a .ct-bar {
    stroke: #ce312c;
}

.series-a-danger-800 .ct-series.ct-series-a .ct-slice-pie {
    fill: #ce312c;
}

.series-a-danger-800 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #ce312c;
}

.series-a-danger-800.opacity-75 .ct-series.ct-series-a .ct-area {
    fill: #ce312c;
    fill-opacity: 0.65;
}

.series-a-danger-800.opacity-75 .ct-series.ct-series-a .ct-line {
    stroke: #ce312c;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-a-danger-800.opacity-75 .ct-series.ct-series-a .ct-point {
    stroke: #ce312c;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-a-danger-800.opacity-75 .ct-series.ct-series-a .ct-bar {
    stroke: #ce312c;
    stroke-opacity: 0.75;
}

.series-a-danger-800.opacity-75 .ct-series.ct-series-a .ct-slice-pie {
    fill: #ce312c;
    fill-opacity: 0.75;
}

.series-a-danger-800.opacity-75 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #ce312c;
    stroke-opacity: 0.75;
}

.series-a-danger-900 .ct-series.ct-series-a .ct-area {
    fill: #c12e2a;
}

.series-a-danger-900 .ct-series.ct-series-a .ct-line {
    stroke: #c12e2a;
    stroke-width: 3px;
}

.series-a-danger-900 .ct-series.ct-series-a .ct-point {
    stroke: #c12e2a;
    stroke-width: 6px;
}

.series-a-danger-900 .ct-series.ct-series-a .ct-bar {
    stroke: #c12e2a;
}

.series-a-danger-900 .ct-series.ct-series-a .ct-slice-pie {
    fill: #c12e2a;
}

.series-a-danger-900 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #c12e2a;
}

.series-a-danger-900.opacity-75 .ct-series.ct-series-a .ct-area {
    fill: #c12e2a;
    fill-opacity: 0.65;
}

.series-a-danger-900.opacity-75 .ct-series.ct-series-a .ct-line {
    stroke: #c12e2a;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-a-danger-900.opacity-75 .ct-series.ct-series-a .ct-point {
    stroke: #c12e2a;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-a-danger-900.opacity-75 .ct-series.ct-series-a .ct-bar {
    stroke: #c12e2a;
    stroke-opacity: 0.75;
}

.series-a-danger-900.opacity-75 .ct-series.ct-series-a .ct-slice-pie {
    fill: #c12e2a;
    fill-opacity: 0.75;
}

.series-a-danger-900.opacity-75 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #c12e2a;
    stroke-opacity: 0.75;
}

.series-b-white .ct-series.ct-series-b .ct-area {
    fill: #ffffff;
}

.series-b-white .ct-series.ct-series-b .ct-line {
    stroke: #ffffff;
    stroke-width: 3px;
}

.series-b-white .ct-series.ct-series-b .ct-point {
    stroke: #ffffff;
    stroke-width: 6px;
}

.series-b-white .ct-series.ct-series-b .ct-bar {
    stroke: #ffffff;
}

.series-b-white .ct-series.ct-series-b .ct-slice-pie {
    fill: #ffffff;
}

.series-b-white .ct-series.ct-series-b .ct-slice-donut {
    stroke: #ffffff;
}

.series-b-white.opacity-75 .ct-series.ct-series-b .ct-area {
    fill: #ffffff;
    fill-opacity: 0.65;
}

.series-b-white.opacity-75 .ct-series.ct-series-b .ct-line {
    stroke: #ffffff;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-b-white.opacity-75 .ct-series.ct-series-b .ct-point {
    stroke: #ffffff;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-b-white.opacity-75 .ct-series.ct-series-b .ct-bar {
    stroke: #ffffff;
    stroke-opacity: 0.75;
}

.series-b-white.opacity-75 .ct-series.ct-series-b .ct-slice-pie {
    fill: #ffffff;
    fill-opacity: 0.75;
}

.series-b-white.opacity-75 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #ffffff;
    stroke-opacity: 0.75;
}

.series-b-black .ct-series.ct-series-b .ct-area {
    fill: #000000;
}

.series-b-black .ct-series.ct-series-b .ct-line {
    stroke: #000000;
    stroke-width: 3px;
}

.series-b-black .ct-series.ct-series-b .ct-point {
    stroke: #000000;
    stroke-width: 6px;
}

.series-b-black .ct-series.ct-series-b .ct-bar {
    stroke: #000000;
}

.series-b-black .ct-series.ct-series-b .ct-slice-pie {
    fill: #000000;
}

.series-b-black .ct-series.ct-series-b .ct-slice-donut {
    stroke: #000000;
}

.series-b-black.opacity-75 .ct-series.ct-series-b .ct-area {
    fill: #000000;
    fill-opacity: 0.65;
}

.series-b-black.opacity-75 .ct-series.ct-series-b .ct-line {
    stroke: #000000;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-b-black.opacity-75 .ct-series.ct-series-b .ct-point {
    stroke: #000000;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-b-black.opacity-75 .ct-series.ct-series-b .ct-bar {
    stroke: #000000;
    stroke-opacity: 0.75;
}

.series-b-black.opacity-75 .ct-series.ct-series-b .ct-slice-pie {
    fill: #000000;
    fill-opacity: 0.75;
}

.series-b-black.opacity-75 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #000000;
    stroke-opacity: 0.75;
}

.series-b-light .ct-series.ct-series-b .ct-area {
    fill: #f5f5f5;
}

.series-b-light .ct-series.ct-series-b .ct-line {
    stroke: #f5f5f5;
    stroke-width: 3px;
}

.series-b-light .ct-series.ct-series-b .ct-point {
    stroke: #f5f5f5;
    stroke-width: 6px;
}

.series-b-light .ct-series.ct-series-b .ct-bar {
    stroke: #f5f5f5;
}

.series-b-light .ct-series.ct-series-b .ct-slice-pie {
    fill: #f5f5f5;
}

.series-b-light .ct-series.ct-series-b .ct-slice-donut {
    stroke: #f5f5f5;
}

.series-b-light.opacity-75 .ct-series.ct-series-b .ct-area {
    fill: #f5f5f5;
    fill-opacity: 0.65;
}

.series-b-light.opacity-75 .ct-series.ct-series-b .ct-line {
    stroke: #f5f5f5;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-b-light.opacity-75 .ct-series.ct-series-b .ct-point {
    stroke: #f5f5f5;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-b-light.opacity-75 .ct-series.ct-series-b .ct-bar {
    stroke: #f5f5f5;
    stroke-opacity: 0.75;
}

.series-b-light.opacity-75 .ct-series.ct-series-b .ct-slice-pie {
    fill: #f5f5f5;
    fill-opacity: 0.75;
}

.series-b-light.opacity-75 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #f5f5f5;
    stroke-opacity: 0.75;
}

.series-b-dark .ct-series.ct-series-b .ct-area {
    fill: #262932;
}

.series-b-dark .ct-series.ct-series-b .ct-line {
    stroke: #262932;
    stroke-width: 3px;
}

.series-b-dark .ct-series.ct-series-b .ct-point {
    stroke: #262932;
    stroke-width: 6px;
}

.series-b-dark .ct-series.ct-series-b .ct-bar {
    stroke: #262932;
}

.series-b-dark .ct-series.ct-series-b .ct-slice-pie {
    fill: #262932;
}

.series-b-dark .ct-series.ct-series-b .ct-slice-donut {
    stroke: #262932;
}

.series-b-dark.opacity-75 .ct-series.ct-series-b .ct-area {
    fill: #262932;
    fill-opacity: 0.65;
}

.series-b-dark.opacity-75 .ct-series.ct-series-b .ct-line {
    stroke: #262932;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-b-dark.opacity-75 .ct-series.ct-series-b .ct-point {
    stroke: #262932;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-b-dark.opacity-75 .ct-series.ct-series-b .ct-bar {
    stroke: #262932;
    stroke-opacity: 0.75;
}

.series-b-dark.opacity-75 .ct-series.ct-series-b .ct-slice-pie {
    fill: #262932;
    fill-opacity: 0.75;
}

.series-b-dark.opacity-75 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #262932;
    stroke-opacity: 0.75;
}

.series-b-twitter .ct-series.ct-series-b .ct-area {
    fill: #00aced;
}

.series-b-twitter .ct-series.ct-series-b .ct-line {
    stroke: #00aced;
    stroke-width: 3px;
}

.series-b-twitter .ct-series.ct-series-b .ct-point {
    stroke: #00aced;
    stroke-width: 6px;
}

.series-b-twitter .ct-series.ct-series-b .ct-bar {
    stroke: #00aced;
}

.series-b-twitter .ct-series.ct-series-b .ct-slice-pie {
    fill: #00aced;
}

.series-b-twitter .ct-series.ct-series-b .ct-slice-donut {
    stroke: #00aced;
}

.series-b-twitter.opacity-75 .ct-series.ct-series-b .ct-area {
    fill: #00aced;
    fill-opacity: 0.65;
}

.series-b-twitter.opacity-75 .ct-series.ct-series-b .ct-line {
    stroke: #00aced;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-b-twitter.opacity-75 .ct-series.ct-series-b .ct-point {
    stroke: #00aced;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-b-twitter.opacity-75 .ct-series.ct-series-b .ct-bar {
    stroke: #00aced;
    stroke-opacity: 0.75;
}

.series-b-twitter.opacity-75 .ct-series.ct-series-b .ct-slice-pie {
    fill: #00aced;
    fill-opacity: 0.75;
}

.series-b-twitter.opacity-75 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #00aced;
    stroke-opacity: 0.75;
}

.series-b-facebook .ct-series.ct-series-b .ct-area {
    fill: #3b5998;
}

.series-b-facebook .ct-series.ct-series-b .ct-line {
    stroke: #3b5998;
    stroke-width: 3px;
}

.series-b-facebook .ct-series.ct-series-b .ct-point {
    stroke: #3b5998;
    stroke-width: 6px;
}

.series-b-facebook .ct-series.ct-series-b .ct-bar {
    stroke: #3b5998;
}

.series-b-facebook .ct-series.ct-series-b .ct-slice-pie {
    fill: #3b5998;
}

.series-b-facebook .ct-series.ct-series-b .ct-slice-donut {
    stroke: #3b5998;
}

.series-b-facebook.opacity-75 .ct-series.ct-series-b .ct-area {
    fill: #3b5998;
    fill-opacity: 0.65;
}

.series-b-facebook.opacity-75 .ct-series.ct-series-b .ct-line {
    stroke: #3b5998;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-b-facebook.opacity-75 .ct-series.ct-series-b .ct-point {
    stroke: #3b5998;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-b-facebook.opacity-75 .ct-series.ct-series-b .ct-bar {
    stroke: #3b5998;
    stroke-opacity: 0.75;
}

.series-b-facebook.opacity-75 .ct-series.ct-series-b .ct-slice-pie {
    fill: #3b5998;
    fill-opacity: 0.75;
}

.series-b-facebook.opacity-75 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #3b5998;
    stroke-opacity: 0.75;
}

.series-b-google .ct-series.ct-series-b .ct-area {
    fill: #dd4b39;
}

.series-b-google .ct-series.ct-series-b .ct-line {
    stroke: #dd4b39;
    stroke-width: 3px;
}

.series-b-google .ct-series.ct-series-b .ct-point {
    stroke: #dd4b39;
    stroke-width: 6px;
}

.series-b-google .ct-series.ct-series-b .ct-bar {
    stroke: #dd4b39;
}

.series-b-google .ct-series.ct-series-b .ct-slice-pie {
    fill: #dd4b39;
}

.series-b-google .ct-series.ct-series-b .ct-slice-donut {
    stroke: #dd4b39;
}

.series-b-google.opacity-75 .ct-series.ct-series-b .ct-area {
    fill: #dd4b39;
    fill-opacity: 0.65;
}

.series-b-google.opacity-75 .ct-series.ct-series-b .ct-line {
    stroke: #dd4b39;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-b-google.opacity-75 .ct-series.ct-series-b .ct-point {
    stroke: #dd4b39;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-b-google.opacity-75 .ct-series.ct-series-b .ct-bar {
    stroke: #dd4b39;
    stroke-opacity: 0.75;
}

.series-b-google.opacity-75 .ct-series.ct-series-b .ct-slice-pie {
    fill: #dd4b39;
    fill-opacity: 0.75;
}

.series-b-google.opacity-75 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #dd4b39;
    stroke-opacity: 0.75;
}

.series-b-bg-1 .ct-series.ct-series-b .ct-area {
    fill: #0267bf;
}

.series-b-bg-1 .ct-series.ct-series-b .ct-line {
    stroke: #0267bf;
    stroke-width: 3px;
}

.series-b-bg-1 .ct-series.ct-series-b .ct-point {
    stroke: #0267bf;
    stroke-width: 6px;
}

.series-b-bg-1 .ct-series.ct-series-b .ct-bar {
    stroke: #0267bf;
}

.series-b-bg-1 .ct-series.ct-series-b .ct-slice-pie {
    fill: #0267bf;
}

.series-b-bg-1 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #0267bf;
}

.series-b-bg-1.opacity-75 .ct-series.ct-series-b .ct-area {
    fill: #0267bf;
    fill-opacity: 0.65;
}

.series-b-bg-1.opacity-75 .ct-series.ct-series-b .ct-line {
    stroke: #0267bf;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-b-bg-1.opacity-75 .ct-series.ct-series-b .ct-point {
    stroke: #0267bf;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-b-bg-1.opacity-75 .ct-series.ct-series-b .ct-bar {
    stroke: #0267bf;
    stroke-opacity: 0.75;
}

.series-b-bg-1.opacity-75 .ct-series.ct-series-b .ct-slice-pie {
    fill: #0267bf;
    fill-opacity: 0.75;
}

.series-b-bg-1.opacity-75 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #0267bf;
    stroke-opacity: 0.75;
}

.series-b-bg-1-100 .ct-series.ct-series-b .ct-area {
    fill: #299bfd;
}

.series-b-bg-1-100 .ct-series.ct-series-b .ct-line {
    stroke: #299bfd;
    stroke-width: 3px;
}

.series-b-bg-1-100 .ct-series.ct-series-b .ct-point {
    stroke: #299bfd;
    stroke-width: 6px;
}

.series-b-bg-1-100 .ct-series.ct-series-b .ct-bar {
    stroke: #299bfd;
}

.series-b-bg-1-100 .ct-series.ct-series-b .ct-slice-pie {
    fill: #299bfd;
}

.series-b-bg-1-100 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #299bfd;
}

.series-b-bg-1-100.opacity-75 .ct-series.ct-series-b .ct-area {
    fill: #299bfd;
    fill-opacity: 0.65;
}

.series-b-bg-1-100.opacity-75 .ct-series.ct-series-b .ct-line {
    stroke: #299bfd;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-b-bg-1-100.opacity-75 .ct-series.ct-series-b .ct-point {
    stroke: #299bfd;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-b-bg-1-100.opacity-75 .ct-series.ct-series-b .ct-bar {
    stroke: #299bfd;
    stroke-opacity: 0.75;
}

.series-b-bg-1-100.opacity-75 .ct-series.ct-series-b .ct-slice-pie {
    fill: #299bfd;
    fill-opacity: 0.75;
}

.series-b-bg-1-100.opacity-75 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #299bfd;
    stroke-opacity: 0.75;
}

.series-b-bg-1-200 .ct-series.ct-series-b .ct-area {
    fill: #108ffd;
}

.series-b-bg-1-200 .ct-series.ct-series-b .ct-line {
    stroke: #108ffd;
    stroke-width: 3px;
}

.series-b-bg-1-200 .ct-series.ct-series-b .ct-point {
    stroke: #108ffd;
    stroke-width: 6px;
}

.series-b-bg-1-200 .ct-series.ct-series-b .ct-bar {
    stroke: #108ffd;
}

.series-b-bg-1-200 .ct-series.ct-series-b .ct-slice-pie {
    fill: #108ffd;
}

.series-b-bg-1-200 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #108ffd;
}

.series-b-bg-1-200.opacity-75 .ct-series.ct-series-b .ct-area {
    fill: #108ffd;
    fill-opacity: 0.65;
}

.series-b-bg-1-200.opacity-75 .ct-series.ct-series-b .ct-line {
    stroke: #108ffd;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-b-bg-1-200.opacity-75 .ct-series.ct-series-b .ct-point {
    stroke: #108ffd;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-b-bg-1-200.opacity-75 .ct-series.ct-series-b .ct-bar {
    stroke: #108ffd;
    stroke-opacity: 0.75;
}

.series-b-bg-1-200.opacity-75 .ct-series.ct-series-b .ct-slice-pie {
    fill: #108ffd;
    fill-opacity: 0.75;
}

.series-b-bg-1-200.opacity-75 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #108ffd;
    stroke-opacity: 0.75;
}

.series-b-bg-1-300 .ct-series.ct-series-b .ct-area {
    fill: #0283f1;
}

.series-b-bg-1-300 .ct-series.ct-series-b .ct-line {
    stroke: #0283f1;
    stroke-width: 3px;
}

.series-b-bg-1-300 .ct-series.ct-series-b .ct-point {
    stroke: #0283f1;
    stroke-width: 6px;
}

.series-b-bg-1-300 .ct-series.ct-series-b .ct-bar {
    stroke: #0283f1;
}

.series-b-bg-1-300 .ct-series.ct-series-b .ct-slice-pie {
    fill: #0283f1;
}

.series-b-bg-1-300 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #0283f1;
}

.series-b-bg-1-300.opacity-75 .ct-series.ct-series-b .ct-area {
    fill: #0283f1;
    fill-opacity: 0.65;
}

.series-b-bg-1-300.opacity-75 .ct-series.ct-series-b .ct-line {
    stroke: #0283f1;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-b-bg-1-300.opacity-75 .ct-series.ct-series-b .ct-point {
    stroke: #0283f1;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-b-bg-1-300.opacity-75 .ct-series.ct-series-b .ct-bar {
    stroke: #0283f1;
    stroke-opacity: 0.75;
}

.series-b-bg-1-300.opacity-75 .ct-series.ct-series-b .ct-slice-pie {
    fill: #0283f1;
    fill-opacity: 0.75;
}

.series-b-bg-1-300.opacity-75 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #0283f1;
    stroke-opacity: 0.75;
}

.series-b-bg-1-400 .ct-series.ct-series-b .ct-area {
    fill: #0275d8;
}

.series-b-bg-1-400 .ct-series.ct-series-b .ct-line {
    stroke: #0275d8;
    stroke-width: 3px;
}

.series-b-bg-1-400 .ct-series.ct-series-b .ct-point {
    stroke: #0275d8;
    stroke-width: 6px;
}

.series-b-bg-1-400 .ct-series.ct-series-b .ct-bar {
    stroke: #0275d8;
}

.series-b-bg-1-400 .ct-series.ct-series-b .ct-slice-pie {
    fill: #0275d8;
}

.series-b-bg-1-400 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #0275d8;
}

.series-b-bg-1-400.opacity-75 .ct-series.ct-series-b .ct-area {
    fill: #0275d8;
    fill-opacity: 0.65;
}

.series-b-bg-1-400.opacity-75 .ct-series.ct-series-b .ct-line {
    stroke: #0275d8;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-b-bg-1-400.opacity-75 .ct-series.ct-series-b .ct-point {
    stroke: #0275d8;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-b-bg-1-400.opacity-75 .ct-series.ct-series-b .ct-bar {
    stroke: #0275d8;
    stroke-opacity: 0.75;
}

.series-b-bg-1-400.opacity-75 .ct-series.ct-series-b .ct-slice-pie {
    fill: #0275d8;
    fill-opacity: 0.75;
}

.series-b-bg-1-400.opacity-75 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #0275d8;
    stroke-opacity: 0.75;
}

.series-b-bg-1-500 .ct-series.ct-series-b .ct-area {
    fill: #0267bf;
}

.series-b-bg-1-500 .ct-series.ct-series-b .ct-line {
    stroke: #0267bf;
    stroke-width: 3px;
}

.series-b-bg-1-500 .ct-series.ct-series-b .ct-point {
    stroke: #0267bf;
    stroke-width: 6px;
}

.series-b-bg-1-500 .ct-series.ct-series-b .ct-bar {
    stroke: #0267bf;
}

.series-b-bg-1-500 .ct-series.ct-series-b .ct-slice-pie {
    fill: #0267bf;
}

.series-b-bg-1-500 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #0267bf;
}

.series-b-bg-1-500.opacity-75 .ct-series.ct-series-b .ct-area {
    fill: #0267bf;
    fill-opacity: 0.65;
}

.series-b-bg-1-500.opacity-75 .ct-series.ct-series-b .ct-line {
    stroke: #0267bf;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-b-bg-1-500.opacity-75 .ct-series.ct-series-b .ct-point {
    stroke: #0267bf;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-b-bg-1-500.opacity-75 .ct-series.ct-series-b .ct-bar {
    stroke: #0267bf;
    stroke-opacity: 0.75;
}

.series-b-bg-1-500.opacity-75 .ct-series.ct-series-b .ct-slice-pie {
    fill: #0267bf;
    fill-opacity: 0.75;
}

.series-b-bg-1-500.opacity-75 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #0267bf;
    stroke-opacity: 0.75;
}

.series-b-bg-1-600 .ct-series.ct-series-b .ct-area {
    fill: #025aa5;
}

.series-b-bg-1-600 .ct-series.ct-series-b .ct-line {
    stroke: #025aa5;
    stroke-width: 3px;
}

.series-b-bg-1-600 .ct-series.ct-series-b .ct-point {
    stroke: #025aa5;
    stroke-width: 6px;
}

.series-b-bg-1-600 .ct-series.ct-series-b .ct-bar {
    stroke: #025aa5;
}

.series-b-bg-1-600 .ct-series.ct-series-b .ct-slice-pie {
    fill: #025aa5;
}

.series-b-bg-1-600 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #025aa5;
}

.series-b-bg-1-600.opacity-75 .ct-series.ct-series-b .ct-area {
    fill: #025aa5;
    fill-opacity: 0.65;
}

.series-b-bg-1-600.opacity-75 .ct-series.ct-series-b .ct-line {
    stroke: #025aa5;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-b-bg-1-600.opacity-75 .ct-series.ct-series-b .ct-point {
    stroke: #025aa5;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-b-bg-1-600.opacity-75 .ct-series.ct-series-b .ct-bar {
    stroke: #025aa5;
    stroke-opacity: 0.75;
}

.series-b-bg-1-600.opacity-75 .ct-series.ct-series-b .ct-slice-pie {
    fill: #025aa5;
    fill-opacity: 0.75;
}

.series-b-bg-1-600.opacity-75 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #025aa5;
    stroke-opacity: 0.75;
}

.series-b-bg-1-700 .ct-series.ct-series-b .ct-area {
    fill: #014c8c;
}

.series-b-bg-1-700 .ct-series.ct-series-b .ct-line {
    stroke: #014c8c;
    stroke-width: 3px;
}

.series-b-bg-1-700 .ct-series.ct-series-b .ct-point {
    stroke: #014c8c;
    stroke-width: 6px;
}

.series-b-bg-1-700 .ct-series.ct-series-b .ct-bar {
    stroke: #014c8c;
}

.series-b-bg-1-700 .ct-series.ct-series-b .ct-slice-pie {
    fill: #014c8c;
}

.series-b-bg-1-700 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #014c8c;
}

.series-b-bg-1-700.opacity-75 .ct-series.ct-series-b .ct-area {
    fill: #014c8c;
    fill-opacity: 0.65;
}

.series-b-bg-1-700.opacity-75 .ct-series.ct-series-b .ct-line {
    stroke: #014c8c;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-b-bg-1-700.opacity-75 .ct-series.ct-series-b .ct-point {
    stroke: #014c8c;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-b-bg-1-700.opacity-75 .ct-series.ct-series-b .ct-bar {
    stroke: #014c8c;
    stroke-opacity: 0.75;
}

.series-b-bg-1-700.opacity-75 .ct-series.ct-series-b .ct-slice-pie {
    fill: #014c8c;
    fill-opacity: 0.75;
}

.series-b-bg-1-700.opacity-75 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #014c8c;
    stroke-opacity: 0.75;
}

.series-b-bg-1-800 .ct-series.ct-series-b .ct-area {
    fill: #013e73;
}

.series-b-bg-1-800 .ct-series.ct-series-b .ct-line {
    stroke: #013e73;
    stroke-width: 3px;
}

.series-b-bg-1-800 .ct-series.ct-series-b .ct-point {
    stroke: #013e73;
    stroke-width: 6px;
}

.series-b-bg-1-800 .ct-series.ct-series-b .ct-bar {
    stroke: #013e73;
}

.series-b-bg-1-800 .ct-series.ct-series-b .ct-slice-pie {
    fill: #013e73;
}

.series-b-bg-1-800 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #013e73;
}

.series-b-bg-1-800.opacity-75 .ct-series.ct-series-b .ct-area {
    fill: #013e73;
    fill-opacity: 0.65;
}

.series-b-bg-1-800.opacity-75 .ct-series.ct-series-b .ct-line {
    stroke: #013e73;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-b-bg-1-800.opacity-75 .ct-series.ct-series-b .ct-point {
    stroke: #013e73;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-b-bg-1-800.opacity-75 .ct-series.ct-series-b .ct-bar {
    stroke: #013e73;
    stroke-opacity: 0.75;
}

.series-b-bg-1-800.opacity-75 .ct-series.ct-series-b .ct-slice-pie {
    fill: #013e73;
    fill-opacity: 0.75;
}

.series-b-bg-1-800.opacity-75 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #013e73;
    stroke-opacity: 0.75;
}

.series-b-bg-1-900 .ct-series.ct-series-b .ct-area {
    fill: #01315a;
}

.series-b-bg-1-900 .ct-series.ct-series-b .ct-line {
    stroke: #01315a;
    stroke-width: 3px;
}

.series-b-bg-1-900 .ct-series.ct-series-b .ct-point {
    stroke: #01315a;
    stroke-width: 6px;
}

.series-b-bg-1-900 .ct-series.ct-series-b .ct-bar {
    stroke: #01315a;
}

.series-b-bg-1-900 .ct-series.ct-series-b .ct-slice-pie {
    fill: #01315a;
}

.series-b-bg-1-900 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #01315a;
}

.series-b-bg-1-900.opacity-75 .ct-series.ct-series-b .ct-area {
    fill: #01315a;
    fill-opacity: 0.65;
}

.series-b-bg-1-900.opacity-75 .ct-series.ct-series-b .ct-line {
    stroke: #01315a;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-b-bg-1-900.opacity-75 .ct-series.ct-series-b .ct-point {
    stroke: #01315a;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-b-bg-1-900.opacity-75 .ct-series.ct-series-b .ct-bar {
    stroke: #01315a;
    stroke-opacity: 0.75;
}

.series-b-bg-1-900.opacity-75 .ct-series.ct-series-b .ct-slice-pie {
    fill: #01315a;
    fill-opacity: 0.75;
}

.series-b-bg-1-900.opacity-75 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #01315a;
    stroke-opacity: 0.75;
}

.series-b-bg-2 .ct-series.ct-series-b .ct-area {
    fill: #002451;
}

.series-b-bg-2 .ct-series.ct-series-b .ct-line {
    stroke: #002451;
    stroke-width: 3px;
}

.series-b-bg-2 .ct-series.ct-series-b .ct-point {
    stroke: #002451;
    stroke-width: 6px;
}

.series-b-bg-2 .ct-series.ct-series-b .ct-bar {
    stroke: #002451;
}

.series-b-bg-2 .ct-series.ct-series-b .ct-slice-pie {
    fill: #002451;
}

.series-b-bg-2 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #002451;
}

.series-b-bg-2.opacity-75 .ct-series.ct-series-b .ct-area {
    fill: #002451;
    fill-opacity: 0.65;
}

.series-b-bg-2.opacity-75 .ct-series.ct-series-b .ct-line {
    stroke: #002451;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-b-bg-2.opacity-75 .ct-series.ct-series-b .ct-point {
    stroke: #002451;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-b-bg-2.opacity-75 .ct-series.ct-series-b .ct-bar {
    stroke: #002451;
    stroke-opacity: 0.75;
}

.series-b-bg-2.opacity-75 .ct-series.ct-series-b .ct-slice-pie {
    fill: #002451;
    fill-opacity: 0.75;
}

.series-b-bg-2.opacity-75 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #002451;
    stroke-opacity: 0.75;
}

.series-b-bg-2-100 .ct-series.ct-series-b .ct-area {
    fill: #0051b7;
}

.series-b-bg-2-100 .ct-series.ct-series-b .ct-line {
    stroke: #0051b7;
    stroke-width: 3px;
}

.series-b-bg-2-100 .ct-series.ct-series-b .ct-point {
    stroke: #0051b7;
    stroke-width: 6px;
}

.series-b-bg-2-100 .ct-series.ct-series-b .ct-bar {
    stroke: #0051b7;
}

.series-b-bg-2-100 .ct-series.ct-series-b .ct-slice-pie {
    fill: #0051b7;
}

.series-b-bg-2-100 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #0051b7;
}

.series-b-bg-2-100.opacity-75 .ct-series.ct-series-b .ct-area {
    fill: #0051b7;
    fill-opacity: 0.65;
}

.series-b-bg-2-100.opacity-75 .ct-series.ct-series-b .ct-line {
    stroke: #0051b7;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-b-bg-2-100.opacity-75 .ct-series.ct-series-b .ct-point {
    stroke: #0051b7;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-b-bg-2-100.opacity-75 .ct-series.ct-series-b .ct-bar {
    stroke: #0051b7;
    stroke-opacity: 0.75;
}

.series-b-bg-2-100.opacity-75 .ct-series.ct-series-b .ct-slice-pie {
    fill: #0051b7;
    fill-opacity: 0.75;
}

.series-b-bg-2-100.opacity-75 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #0051b7;
    stroke-opacity: 0.75;
}

.series-b-bg-2-200 .ct-series.ct-series-b .ct-area {
    fill: #00469e;
}

.series-b-bg-2-200 .ct-series.ct-series-b .ct-line {
    stroke: #00469e;
    stroke-width: 3px;
}

.series-b-bg-2-200 .ct-series.ct-series-b .ct-point {
    stroke: #00469e;
    stroke-width: 6px;
}

.series-b-bg-2-200 .ct-series.ct-series-b .ct-bar {
    stroke: #00469e;
}

.series-b-bg-2-200 .ct-series.ct-series-b .ct-slice-pie {
    fill: #00469e;
}

.series-b-bg-2-200 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #00469e;
}

.series-b-bg-2-200.opacity-75 .ct-series.ct-series-b .ct-area {
    fill: #00469e;
    fill-opacity: 0.65;
}

.series-b-bg-2-200.opacity-75 .ct-series.ct-series-b .ct-line {
    stroke: #00469e;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-b-bg-2-200.opacity-75 .ct-series.ct-series-b .ct-point {
    stroke: #00469e;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-b-bg-2-200.opacity-75 .ct-series.ct-series-b .ct-bar {
    stroke: #00469e;
    stroke-opacity: 0.75;
}

.series-b-bg-2-200.opacity-75 .ct-series.ct-series-b .ct-slice-pie {
    fill: #00469e;
    fill-opacity: 0.75;
}

.series-b-bg-2-200.opacity-75 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #00469e;
    stroke-opacity: 0.75;
}

.series-b-bg-2-300 .ct-series.ct-series-b .ct-area {
    fill: #003b84;
}

.series-b-bg-2-300 .ct-series.ct-series-b .ct-line {
    stroke: #003b84;
    stroke-width: 3px;
}

.series-b-bg-2-300 .ct-series.ct-series-b .ct-point {
    stroke: #003b84;
    stroke-width: 6px;
}

.series-b-bg-2-300 .ct-series.ct-series-b .ct-bar {
    stroke: #003b84;
}

.series-b-bg-2-300 .ct-series.ct-series-b .ct-slice-pie {
    fill: #003b84;
}

.series-b-bg-2-300 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #003b84;
}

.series-b-bg-2-300.opacity-75 .ct-series.ct-series-b .ct-area {
    fill: #003b84;
    fill-opacity: 0.65;
}

.series-b-bg-2-300.opacity-75 .ct-series.ct-series-b .ct-line {
    stroke: #003b84;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-b-bg-2-300.opacity-75 .ct-series.ct-series-b .ct-point {
    stroke: #003b84;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-b-bg-2-300.opacity-75 .ct-series.ct-series-b .ct-bar {
    stroke: #003b84;
    stroke-opacity: 0.75;
}

.series-b-bg-2-300.opacity-75 .ct-series.ct-series-b .ct-slice-pie {
    fill: #003b84;
    fill-opacity: 0.75;
}

.series-b-bg-2-300.opacity-75 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #003b84;
    stroke-opacity: 0.75;
}

.series-b-bg-2-400 .ct-series.ct-series-b .ct-area {
    fill: #002f6b;
}

.series-b-bg-2-400 .ct-series.ct-series-b .ct-line {
    stroke: #002f6b;
    stroke-width: 3px;
}

.series-b-bg-2-400 .ct-series.ct-series-b .ct-point {
    stroke: #002f6b;
    stroke-width: 6px;
}

.series-b-bg-2-400 .ct-series.ct-series-b .ct-bar {
    stroke: #002f6b;
}

.series-b-bg-2-400 .ct-series.ct-series-b .ct-slice-pie {
    fill: #002f6b;
}

.series-b-bg-2-400 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #002f6b;
}

.series-b-bg-2-400.opacity-75 .ct-series.ct-series-b .ct-area {
    fill: #002f6b;
    fill-opacity: 0.65;
}

.series-b-bg-2-400.opacity-75 .ct-series.ct-series-b .ct-line {
    stroke: #002f6b;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-b-bg-2-400.opacity-75 .ct-series.ct-series-b .ct-point {
    stroke: #002f6b;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-b-bg-2-400.opacity-75 .ct-series.ct-series-b .ct-bar {
    stroke: #002f6b;
    stroke-opacity: 0.75;
}

.series-b-bg-2-400.opacity-75 .ct-series.ct-series-b .ct-slice-pie {
    fill: #002f6b;
    fill-opacity: 0.75;
}

.series-b-bg-2-400.opacity-75 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #002f6b;
    stroke-opacity: 0.75;
}

.series-b-bg-2-500 .ct-series.ct-series-b .ct-area {
    fill: #002451;
}

.series-b-bg-2-500 .ct-series.ct-series-b .ct-line {
    stroke: #002451;
    stroke-width: 3px;
}

.series-b-bg-2-500 .ct-series.ct-series-b .ct-point {
    stroke: #002451;
    stroke-width: 6px;
}

.series-b-bg-2-500 .ct-series.ct-series-b .ct-bar {
    stroke: #002451;
}

.series-b-bg-2-500 .ct-series.ct-series-b .ct-slice-pie {
    fill: #002451;
}

.series-b-bg-2-500 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #002451;
}

.series-b-bg-2-500.opacity-75 .ct-series.ct-series-b .ct-area {
    fill: #002451;
    fill-opacity: 0.65;
}

.series-b-bg-2-500.opacity-75 .ct-series.ct-series-b .ct-line {
    stroke: #002451;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-b-bg-2-500.opacity-75 .ct-series.ct-series-b .ct-point {
    stroke: #002451;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-b-bg-2-500.opacity-75 .ct-series.ct-series-b .ct-bar {
    stroke: #002451;
    stroke-opacity: 0.75;
}

.series-b-bg-2-500.opacity-75 .ct-series.ct-series-b .ct-slice-pie {
    fill: #002451;
    fill-opacity: 0.75;
}

.series-b-bg-2-500.opacity-75 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #002451;
    stroke-opacity: 0.75;
}

.series-b-bg-2-600 .ct-series.ct-series-b .ct-area {
    fill: #001938;
}

.series-b-bg-2-600 .ct-series.ct-series-b .ct-line {
    stroke: #001938;
    stroke-width: 3px;
}

.series-b-bg-2-600 .ct-series.ct-series-b .ct-point {
    stroke: #001938;
    stroke-width: 6px;
}

.series-b-bg-2-600 .ct-series.ct-series-b .ct-bar {
    stroke: #001938;
}

.series-b-bg-2-600 .ct-series.ct-series-b .ct-slice-pie {
    fill: #001938;
}

.series-b-bg-2-600 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #001938;
}

.series-b-bg-2-600.opacity-75 .ct-series.ct-series-b .ct-area {
    fill: #001938;
    fill-opacity: 0.65;
}

.series-b-bg-2-600.opacity-75 .ct-series.ct-series-b .ct-line {
    stroke: #001938;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-b-bg-2-600.opacity-75 .ct-series.ct-series-b .ct-point {
    stroke: #001938;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-b-bg-2-600.opacity-75 .ct-series.ct-series-b .ct-bar {
    stroke: #001938;
    stroke-opacity: 0.75;
}

.series-b-bg-2-600.opacity-75 .ct-series.ct-series-b .ct-slice-pie {
    fill: #001938;
    fill-opacity: 0.75;
}

.series-b-bg-2-600.opacity-75 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #001938;
    stroke-opacity: 0.75;
}

.series-b-bg-2-700 .ct-series.ct-series-b .ct-area {
    fill: #000d1e;
}

.series-b-bg-2-700 .ct-series.ct-series-b .ct-line {
    stroke: #000d1e;
    stroke-width: 3px;
}

.series-b-bg-2-700 .ct-series.ct-series-b .ct-point {
    stroke: #000d1e;
    stroke-width: 6px;
}

.series-b-bg-2-700 .ct-series.ct-series-b .ct-bar {
    stroke: #000d1e;
}

.series-b-bg-2-700 .ct-series.ct-series-b .ct-slice-pie {
    fill: #000d1e;
}

.series-b-bg-2-700 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #000d1e;
}

.series-b-bg-2-700.opacity-75 .ct-series.ct-series-b .ct-area {
    fill: #000d1e;
    fill-opacity: 0.65;
}

.series-b-bg-2-700.opacity-75 .ct-series.ct-series-b .ct-line {
    stroke: #000d1e;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-b-bg-2-700.opacity-75 .ct-series.ct-series-b .ct-point {
    stroke: #000d1e;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-b-bg-2-700.opacity-75 .ct-series.ct-series-b .ct-bar {
    stroke: #000d1e;
    stroke-opacity: 0.75;
}

.series-b-bg-2-700.opacity-75 .ct-series.ct-series-b .ct-slice-pie {
    fill: #000d1e;
    fill-opacity: 0.75;
}

.series-b-bg-2-700.opacity-75 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #000d1e;
    stroke-opacity: 0.75;
}

.series-b-bg-2-800 .ct-series.ct-series-b .ct-area {
    fill: #000205;
}

.series-b-bg-2-800 .ct-series.ct-series-b .ct-line {
    stroke: #000205;
    stroke-width: 3px;
}

.series-b-bg-2-800 .ct-series.ct-series-b .ct-point {
    stroke: #000205;
    stroke-width: 6px;
}

.series-b-bg-2-800 .ct-series.ct-series-b .ct-bar {
    stroke: #000205;
}

.series-b-bg-2-800 .ct-series.ct-series-b .ct-slice-pie {
    fill: #000205;
}

.series-b-bg-2-800 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #000205;
}

.series-b-bg-2-800.opacity-75 .ct-series.ct-series-b .ct-area {
    fill: #000205;
    fill-opacity: 0.65;
}

.series-b-bg-2-800.opacity-75 .ct-series.ct-series-b .ct-line {
    stroke: #000205;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-b-bg-2-800.opacity-75 .ct-series.ct-series-b .ct-point {
    stroke: #000205;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-b-bg-2-800.opacity-75 .ct-series.ct-series-b .ct-bar {
    stroke: #000205;
    stroke-opacity: 0.75;
}

.series-b-bg-2-800.opacity-75 .ct-series.ct-series-b .ct-slice-pie {
    fill: #000205;
    fill-opacity: 0.75;
}

.series-b-bg-2-800.opacity-75 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #000205;
    stroke-opacity: 0.75;
}

.series-b-bg-2-900 .ct-series.ct-series-b .ct-area {
    fill: black;
}

.series-b-bg-2-900 .ct-series.ct-series-b .ct-line {
    stroke: black;
    stroke-width: 3px;
}

.series-b-bg-2-900 .ct-series.ct-series-b .ct-point {
    stroke: black;
    stroke-width: 6px;
}

.series-b-bg-2-900 .ct-series.ct-series-b .ct-bar {
    stroke: black;
}

.series-b-bg-2-900 .ct-series.ct-series-b .ct-slice-pie {
    fill: black;
}

.series-b-bg-2-900 .ct-series.ct-series-b .ct-slice-donut {
    stroke: black;
}

.series-b-bg-2-900.opacity-75 .ct-series.ct-series-b .ct-area {
    fill: black;
    fill-opacity: 0.65;
}

.series-b-bg-2-900.opacity-75 .ct-series.ct-series-b .ct-line {
    stroke: black;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-b-bg-2-900.opacity-75 .ct-series.ct-series-b .ct-point {
    stroke: black;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-b-bg-2-900.opacity-75 .ct-series.ct-series-b .ct-bar {
    stroke: black;
    stroke-opacity: 0.75;
}

.series-b-bg-2-900.opacity-75 .ct-series.ct-series-b .ct-slice-pie {
    fill: black;
    fill-opacity: 0.75;
}

.series-b-bg-2-900.opacity-75 .ct-series.ct-series-b .ct-slice-donut {
    stroke: black;
    stroke-opacity: 0.75;
}

.series-b-bg-3 .ct-series.ct-series-b .ct-area {
    fill: #262932;
}

.series-b-bg-3 .ct-series.ct-series-b .ct-line {
    stroke: #262932;
    stroke-width: 3px;
}

.series-b-bg-3 .ct-series.ct-series-b .ct-point {
    stroke: #262932;
    stroke-width: 6px;
}

.series-b-bg-3 .ct-series.ct-series-b .ct-bar {
    stroke: #262932;
}

.series-b-bg-3 .ct-series.ct-series-b .ct-slice-pie {
    fill: #262932;
}

.series-b-bg-3 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #262932;
}

.series-b-bg-3.opacity-75 .ct-series.ct-series-b .ct-area {
    fill: #262932;
    fill-opacity: 0.65;
}

.series-b-bg-3.opacity-75 .ct-series.ct-series-b .ct-line {
    stroke: #262932;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-b-bg-3.opacity-75 .ct-series.ct-series-b .ct-point {
    stroke: #262932;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-b-bg-3.opacity-75 .ct-series.ct-series-b .ct-bar {
    stroke: #262932;
    stroke-opacity: 0.75;
}

.series-b-bg-3.opacity-75 .ct-series.ct-series-b .ct-slice-pie {
    fill: #262932;
    fill-opacity: 0.75;
}

.series-b-bg-3.opacity-75 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #262932;
    stroke-opacity: 0.75;
}

.series-b-bg-3-100 .ct-series.ct-series-b .ct-area {
    fill: #52596c;
}

.series-b-bg-3-100 .ct-series.ct-series-b .ct-line {
    stroke: #52596c;
    stroke-width: 3px;
}

.series-b-bg-3-100 .ct-series.ct-series-b .ct-point {
    stroke: #52596c;
    stroke-width: 6px;
}

.series-b-bg-3-100 .ct-series.ct-series-b .ct-bar {
    stroke: #52596c;
}

.series-b-bg-3-100 .ct-series.ct-series-b .ct-slice-pie {
    fill: #52596c;
}

.series-b-bg-3-100 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #52596c;
}

.series-b-bg-3-100.opacity-75 .ct-series.ct-series-b .ct-area {
    fill: #52596c;
    fill-opacity: 0.65;
}

.series-b-bg-3-100.opacity-75 .ct-series.ct-series-b .ct-line {
    stroke: #52596c;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-b-bg-3-100.opacity-75 .ct-series.ct-series-b .ct-point {
    stroke: #52596c;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-b-bg-3-100.opacity-75 .ct-series.ct-series-b .ct-bar {
    stroke: #52596c;
    stroke-opacity: 0.75;
}

.series-b-bg-3-100.opacity-75 .ct-series.ct-series-b .ct-slice-pie {
    fill: #52596c;
    fill-opacity: 0.75;
}

.series-b-bg-3-100.opacity-75 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #52596c;
    stroke-opacity: 0.75;
}

.series-b-bg-3-200 .ct-series.ct-series-b .ct-area {
    fill: #474d5d;
}

.series-b-bg-3-200 .ct-series.ct-series-b .ct-line {
    stroke: #474d5d;
    stroke-width: 3px;
}

.series-b-bg-3-200 .ct-series.ct-series-b .ct-point {
    stroke: #474d5d;
    stroke-width: 6px;
}

.series-b-bg-3-200 .ct-series.ct-series-b .ct-bar {
    stroke: #474d5d;
}

.series-b-bg-3-200 .ct-series.ct-series-b .ct-slice-pie {
    fill: #474d5d;
}

.series-b-bg-3-200 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #474d5d;
}

.series-b-bg-3-200.opacity-75 .ct-series.ct-series-b .ct-area {
    fill: #474d5d;
    fill-opacity: 0.65;
}

.series-b-bg-3-200.opacity-75 .ct-series.ct-series-b .ct-line {
    stroke: #474d5d;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-b-bg-3-200.opacity-75 .ct-series.ct-series-b .ct-point {
    stroke: #474d5d;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-b-bg-3-200.opacity-75 .ct-series.ct-series-b .ct-bar {
    stroke: #474d5d;
    stroke-opacity: 0.75;
}

.series-b-bg-3-200.opacity-75 .ct-series.ct-series-b .ct-slice-pie {
    fill: #474d5d;
    fill-opacity: 0.75;
}

.series-b-bg-3-200.opacity-75 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #474d5d;
    stroke-opacity: 0.75;
}

.series-b-bg-3-300 .ct-series.ct-series-b .ct-area {
    fill: #3c414f;
}

.series-b-bg-3-300 .ct-series.ct-series-b .ct-line {
    stroke: #3c414f;
    stroke-width: 3px;
}

.series-b-bg-3-300 .ct-series.ct-series-b .ct-point {
    stroke: #3c414f;
    stroke-width: 6px;
}

.series-b-bg-3-300 .ct-series.ct-series-b .ct-bar {
    stroke: #3c414f;
}

.series-b-bg-3-300 .ct-series.ct-series-b .ct-slice-pie {
    fill: #3c414f;
}

.series-b-bg-3-300 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #3c414f;
}

.series-b-bg-3-300.opacity-75 .ct-series.ct-series-b .ct-area {
    fill: #3c414f;
    fill-opacity: 0.65;
}

.series-b-bg-3-300.opacity-75 .ct-series.ct-series-b .ct-line {
    stroke: #3c414f;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-b-bg-3-300.opacity-75 .ct-series.ct-series-b .ct-point {
    stroke: #3c414f;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-b-bg-3-300.opacity-75 .ct-series.ct-series-b .ct-bar {
    stroke: #3c414f;
    stroke-opacity: 0.75;
}

.series-b-bg-3-300.opacity-75 .ct-series.ct-series-b .ct-slice-pie {
    fill: #3c414f;
    fill-opacity: 0.75;
}

.series-b-bg-3-300.opacity-75 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #3c414f;
    stroke-opacity: 0.75;
}

.series-b-bg-3-400 .ct-series.ct-series-b .ct-area {
    fill: #313540;
}

.series-b-bg-3-400 .ct-series.ct-series-b .ct-line {
    stroke: #313540;
    stroke-width: 3px;
}

.series-b-bg-3-400 .ct-series.ct-series-b .ct-point {
    stroke: #313540;
    stroke-width: 6px;
}

.series-b-bg-3-400 .ct-series.ct-series-b .ct-bar {
    stroke: #313540;
}

.series-b-bg-3-400 .ct-series.ct-series-b .ct-slice-pie {
    fill: #313540;
}

.series-b-bg-3-400 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #313540;
}

.series-b-bg-3-400.opacity-75 .ct-series.ct-series-b .ct-area {
    fill: #313540;
    fill-opacity: 0.65;
}

.series-b-bg-3-400.opacity-75 .ct-series.ct-series-b .ct-line {
    stroke: #313540;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-b-bg-3-400.opacity-75 .ct-series.ct-series-b .ct-point {
    stroke: #313540;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-b-bg-3-400.opacity-75 .ct-series.ct-series-b .ct-bar {
    stroke: #313540;
    stroke-opacity: 0.75;
}

.series-b-bg-3-400.opacity-75 .ct-series.ct-series-b .ct-slice-pie {
    fill: #313540;
    fill-opacity: 0.75;
}

.series-b-bg-3-400.opacity-75 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #313540;
    stroke-opacity: 0.75;
}

.series-b-bg-3-500 .ct-series.ct-series-b .ct-area {
    fill: #262932;
}

.series-b-bg-3-500 .ct-series.ct-series-b .ct-line {
    stroke: #262932;
    stroke-width: 3px;
}

.series-b-bg-3-500 .ct-series.ct-series-b .ct-point {
    stroke: #262932;
    stroke-width: 6px;
}

.series-b-bg-3-500 .ct-series.ct-series-b .ct-bar {
    stroke: #262932;
}

.series-b-bg-3-500 .ct-series.ct-series-b .ct-slice-pie {
    fill: #262932;
}

.series-b-bg-3-500 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #262932;
}

.series-b-bg-3-500.opacity-75 .ct-series.ct-series-b .ct-area {
    fill: #262932;
    fill-opacity: 0.65;
}

.series-b-bg-3-500.opacity-75 .ct-series.ct-series-b .ct-line {
    stroke: #262932;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-b-bg-3-500.opacity-75 .ct-series.ct-series-b .ct-point {
    stroke: #262932;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-b-bg-3-500.opacity-75 .ct-series.ct-series-b .ct-bar {
    stroke: #262932;
    stroke-opacity: 0.75;
}

.series-b-bg-3-500.opacity-75 .ct-series.ct-series-b .ct-slice-pie {
    fill: #262932;
    fill-opacity: 0.75;
}

.series-b-bg-3-500.opacity-75 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #262932;
    stroke-opacity: 0.75;
}

.series-b-bg-3-600 .ct-series.ct-series-b .ct-area {
    fill: #1b1d24;
}

.series-b-bg-3-600 .ct-series.ct-series-b .ct-line {
    stroke: #1b1d24;
    stroke-width: 3px;
}

.series-b-bg-3-600 .ct-series.ct-series-b .ct-point {
    stroke: #1b1d24;
    stroke-width: 6px;
}

.series-b-bg-3-600 .ct-series.ct-series-b .ct-bar {
    stroke: #1b1d24;
}

.series-b-bg-3-600 .ct-series.ct-series-b .ct-slice-pie {
    fill: #1b1d24;
}

.series-b-bg-3-600 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #1b1d24;
}

.series-b-bg-3-600.opacity-75 .ct-series.ct-series-b .ct-area {
    fill: #1b1d24;
    fill-opacity: 0.65;
}

.series-b-bg-3-600.opacity-75 .ct-series.ct-series-b .ct-line {
    stroke: #1b1d24;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-b-bg-3-600.opacity-75 .ct-series.ct-series-b .ct-point {
    stroke: #1b1d24;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-b-bg-3-600.opacity-75 .ct-series.ct-series-b .ct-bar {
    stroke: #1b1d24;
    stroke-opacity: 0.75;
}

.series-b-bg-3-600.opacity-75 .ct-series.ct-series-b .ct-slice-pie {
    fill: #1b1d24;
    fill-opacity: 0.75;
}

.series-b-bg-3-600.opacity-75 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #1b1d24;
    stroke-opacity: 0.75;
}

.series-b-bg-3-700 .ct-series.ct-series-b .ct-area {
    fill: #101115;
}

.series-b-bg-3-700 .ct-series.ct-series-b .ct-line {
    stroke: #101115;
    stroke-width: 3px;
}

.series-b-bg-3-700 .ct-series.ct-series-b .ct-point {
    stroke: #101115;
    stroke-width: 6px;
}

.series-b-bg-3-700 .ct-series.ct-series-b .ct-bar {
    stroke: #101115;
}

.series-b-bg-3-700 .ct-series.ct-series-b .ct-slice-pie {
    fill: #101115;
}

.series-b-bg-3-700 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #101115;
}

.series-b-bg-3-700.opacity-75 .ct-series.ct-series-b .ct-area {
    fill: #101115;
    fill-opacity: 0.65;
}

.series-b-bg-3-700.opacity-75 .ct-series.ct-series-b .ct-line {
    stroke: #101115;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-b-bg-3-700.opacity-75 .ct-series.ct-series-b .ct-point {
    stroke: #101115;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-b-bg-3-700.opacity-75 .ct-series.ct-series-b .ct-bar {
    stroke: #101115;
    stroke-opacity: 0.75;
}

.series-b-bg-3-700.opacity-75 .ct-series.ct-series-b .ct-slice-pie {
    fill: #101115;
    fill-opacity: 0.75;
}

.series-b-bg-3-700.opacity-75 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #101115;
    stroke-opacity: 0.75;
}

.series-b-bg-3-800 .ct-series.ct-series-b .ct-area {
    fill: #050507;
}

.series-b-bg-3-800 .ct-series.ct-series-b .ct-line {
    stroke: #050507;
    stroke-width: 3px;
}

.series-b-bg-3-800 .ct-series.ct-series-b .ct-point {
    stroke: #050507;
    stroke-width: 6px;
}

.series-b-bg-3-800 .ct-series.ct-series-b .ct-bar {
    stroke: #050507;
}

.series-b-bg-3-800 .ct-series.ct-series-b .ct-slice-pie {
    fill: #050507;
}

.series-b-bg-3-800 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #050507;
}

.series-b-bg-3-800.opacity-75 .ct-series.ct-series-b .ct-area {
    fill: #050507;
    fill-opacity: 0.65;
}

.series-b-bg-3-800.opacity-75 .ct-series.ct-series-b .ct-line {
    stroke: #050507;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-b-bg-3-800.opacity-75 .ct-series.ct-series-b .ct-point {
    stroke: #050507;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-b-bg-3-800.opacity-75 .ct-series.ct-series-b .ct-bar {
    stroke: #050507;
    stroke-opacity: 0.75;
}

.series-b-bg-3-800.opacity-75 .ct-series.ct-series-b .ct-slice-pie {
    fill: #050507;
    fill-opacity: 0.75;
}

.series-b-bg-3-800.opacity-75 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #050507;
    stroke-opacity: 0.75;
}

.series-b-bg-3-900 .ct-series.ct-series-b .ct-area {
    fill: black;
}

.series-b-bg-3-900 .ct-series.ct-series-b .ct-line {
    stroke: black;
    stroke-width: 3px;
}

.series-b-bg-3-900 .ct-series.ct-series-b .ct-point {
    stroke: black;
    stroke-width: 6px;
}

.series-b-bg-3-900 .ct-series.ct-series-b .ct-bar {
    stroke: black;
}

.series-b-bg-3-900 .ct-series.ct-series-b .ct-slice-pie {
    fill: black;
}

.series-b-bg-3-900 .ct-series.ct-series-b .ct-slice-donut {
    stroke: black;
}

.series-b-bg-3-900.opacity-75 .ct-series.ct-series-b .ct-area {
    fill: black;
    fill-opacity: 0.65;
}

.series-b-bg-3-900.opacity-75 .ct-series.ct-series-b .ct-line {
    stroke: black;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-b-bg-3-900.opacity-75 .ct-series.ct-series-b .ct-point {
    stroke: black;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-b-bg-3-900.opacity-75 .ct-series.ct-series-b .ct-bar {
    stroke: black;
    stroke-opacity: 0.75;
}

.series-b-bg-3-900.opacity-75 .ct-series.ct-series-b .ct-slice-pie {
    fill: black;
    fill-opacity: 0.75;
}

.series-b-bg-3-900.opacity-75 .ct-series.ct-series-b .ct-slice-donut {
    stroke: black;
    stroke-opacity: 0.75;
}

.series-b-bg-4 .ct-series.ct-series-b .ct-area {
    fill: #000000;
}

.series-b-bg-4 .ct-series.ct-series-b .ct-line {
    stroke: #000000;
    stroke-width: 3px;
}

.series-b-bg-4 .ct-series.ct-series-b .ct-point {
    stroke: #000000;
    stroke-width: 6px;
}

.series-b-bg-4 .ct-series.ct-series-b .ct-bar {
    stroke: #000000;
}

.series-b-bg-4 .ct-series.ct-series-b .ct-slice-pie {
    fill: #000000;
}

.series-b-bg-4 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #000000;
}

.series-b-bg-4.opacity-75 .ct-series.ct-series-b .ct-area {
    fill: #000000;
    fill-opacity: 0.65;
}

.series-b-bg-4.opacity-75 .ct-series.ct-series-b .ct-line {
    stroke: #000000;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-b-bg-4.opacity-75 .ct-series.ct-series-b .ct-point {
    stroke: #000000;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-b-bg-4.opacity-75 .ct-series.ct-series-b .ct-bar {
    stroke: #000000;
    stroke-opacity: 0.75;
}

.series-b-bg-4.opacity-75 .ct-series.ct-series-b .ct-slice-pie {
    fill: #000000;
    fill-opacity: 0.75;
}

.series-b-bg-4.opacity-75 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #000000;
    stroke-opacity: 0.75;
}

.series-b-bg-4-100 .ct-series.ct-series-b .ct-area {
    fill: #333333;
}

.series-b-bg-4-100 .ct-series.ct-series-b .ct-line {
    stroke: #333333;
    stroke-width: 3px;
}

.series-b-bg-4-100 .ct-series.ct-series-b .ct-point {
    stroke: #333333;
    stroke-width: 6px;
}

.series-b-bg-4-100 .ct-series.ct-series-b .ct-bar {
    stroke: #333333;
}

.series-b-bg-4-100 .ct-series.ct-series-b .ct-slice-pie {
    fill: #333333;
}

.series-b-bg-4-100 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #333333;
}

.series-b-bg-4-100.opacity-75 .ct-series.ct-series-b .ct-area {
    fill: #333333;
    fill-opacity: 0.65;
}

.series-b-bg-4-100.opacity-75 .ct-series.ct-series-b .ct-line {
    stroke: #333333;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-b-bg-4-100.opacity-75 .ct-series.ct-series-b .ct-point {
    stroke: #333333;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-b-bg-4-100.opacity-75 .ct-series.ct-series-b .ct-bar {
    stroke: #333333;
    stroke-opacity: 0.75;
}

.series-b-bg-4-100.opacity-75 .ct-series.ct-series-b .ct-slice-pie {
    fill: #333333;
    fill-opacity: 0.75;
}

.series-b-bg-4-100.opacity-75 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #333333;
    stroke-opacity: 0.75;
}

.series-b-bg-4-200 .ct-series.ct-series-b .ct-area {
    fill: #262626;
}

.series-b-bg-4-200 .ct-series.ct-series-b .ct-line {
    stroke: #262626;
    stroke-width: 3px;
}

.series-b-bg-4-200 .ct-series.ct-series-b .ct-point {
    stroke: #262626;
    stroke-width: 6px;
}

.series-b-bg-4-200 .ct-series.ct-series-b .ct-bar {
    stroke: #262626;
}

.series-b-bg-4-200 .ct-series.ct-series-b .ct-slice-pie {
    fill: #262626;
}

.series-b-bg-4-200 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #262626;
}

.series-b-bg-4-200.opacity-75 .ct-series.ct-series-b .ct-area {
    fill: #262626;
    fill-opacity: 0.65;
}

.series-b-bg-4-200.opacity-75 .ct-series.ct-series-b .ct-line {
    stroke: #262626;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-b-bg-4-200.opacity-75 .ct-series.ct-series-b .ct-point {
    stroke: #262626;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-b-bg-4-200.opacity-75 .ct-series.ct-series-b .ct-bar {
    stroke: #262626;
    stroke-opacity: 0.75;
}

.series-b-bg-4-200.opacity-75 .ct-series.ct-series-b .ct-slice-pie {
    fill: #262626;
    fill-opacity: 0.75;
}

.series-b-bg-4-200.opacity-75 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #262626;
    stroke-opacity: 0.75;
}

.series-b-bg-4-300 .ct-series.ct-series-b .ct-area {
    fill: #1a1a1a;
}

.series-b-bg-4-300 .ct-series.ct-series-b .ct-line {
    stroke: #1a1a1a;
    stroke-width: 3px;
}

.series-b-bg-4-300 .ct-series.ct-series-b .ct-point {
    stroke: #1a1a1a;
    stroke-width: 6px;
}

.series-b-bg-4-300 .ct-series.ct-series-b .ct-bar {
    stroke: #1a1a1a;
}

.series-b-bg-4-300 .ct-series.ct-series-b .ct-slice-pie {
    fill: #1a1a1a;
}

.series-b-bg-4-300 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #1a1a1a;
}

.series-b-bg-4-300.opacity-75 .ct-series.ct-series-b .ct-area {
    fill: #1a1a1a;
    fill-opacity: 0.65;
}

.series-b-bg-4-300.opacity-75 .ct-series.ct-series-b .ct-line {
    stroke: #1a1a1a;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-b-bg-4-300.opacity-75 .ct-series.ct-series-b .ct-point {
    stroke: #1a1a1a;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-b-bg-4-300.opacity-75 .ct-series.ct-series-b .ct-bar {
    stroke: #1a1a1a;
    stroke-opacity: 0.75;
}

.series-b-bg-4-300.opacity-75 .ct-series.ct-series-b .ct-slice-pie {
    fill: #1a1a1a;
    fill-opacity: 0.75;
}

.series-b-bg-4-300.opacity-75 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #1a1a1a;
    stroke-opacity: 0.75;
}

.series-b-bg-4-400 .ct-series.ct-series-b .ct-area {
    fill: #0d0d0d;
}

.series-b-bg-4-400 .ct-series.ct-series-b .ct-line {
    stroke: #0d0d0d;
    stroke-width: 3px;
}

.series-b-bg-4-400 .ct-series.ct-series-b .ct-point {
    stroke: #0d0d0d;
    stroke-width: 6px;
}

.series-b-bg-4-400 .ct-series.ct-series-b .ct-bar {
    stroke: #0d0d0d;
}

.series-b-bg-4-400 .ct-series.ct-series-b .ct-slice-pie {
    fill: #0d0d0d;
}

.series-b-bg-4-400 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #0d0d0d;
}

.series-b-bg-4-400.opacity-75 .ct-series.ct-series-b .ct-area {
    fill: #0d0d0d;
    fill-opacity: 0.65;
}

.series-b-bg-4-400.opacity-75 .ct-series.ct-series-b .ct-line {
    stroke: #0d0d0d;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-b-bg-4-400.opacity-75 .ct-series.ct-series-b .ct-point {
    stroke: #0d0d0d;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-b-bg-4-400.opacity-75 .ct-series.ct-series-b .ct-bar {
    stroke: #0d0d0d;
    stroke-opacity: 0.75;
}

.series-b-bg-4-400.opacity-75 .ct-series.ct-series-b .ct-slice-pie {
    fill: #0d0d0d;
    fill-opacity: 0.75;
}

.series-b-bg-4-400.opacity-75 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #0d0d0d;
    stroke-opacity: 0.75;
}

.series-b-bg-4-500 .ct-series.ct-series-b .ct-area {
    fill: #000000;
}

.series-b-bg-4-500 .ct-series.ct-series-b .ct-line {
    stroke: #000000;
    stroke-width: 3px;
}

.series-b-bg-4-500 .ct-series.ct-series-b .ct-point {
    stroke: #000000;
    stroke-width: 6px;
}

.series-b-bg-4-500 .ct-series.ct-series-b .ct-bar {
    stroke: #000000;
}

.series-b-bg-4-500 .ct-series.ct-series-b .ct-slice-pie {
    fill: #000000;
}

.series-b-bg-4-500 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #000000;
}

.series-b-bg-4-500.opacity-75 .ct-series.ct-series-b .ct-area {
    fill: #000000;
    fill-opacity: 0.65;
}

.series-b-bg-4-500.opacity-75 .ct-series.ct-series-b .ct-line {
    stroke: #000000;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-b-bg-4-500.opacity-75 .ct-series.ct-series-b .ct-point {
    stroke: #000000;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-b-bg-4-500.opacity-75 .ct-series.ct-series-b .ct-bar {
    stroke: #000000;
    stroke-opacity: 0.75;
}

.series-b-bg-4-500.opacity-75 .ct-series.ct-series-b .ct-slice-pie {
    fill: #000000;
    fill-opacity: 0.75;
}

.series-b-bg-4-500.opacity-75 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #000000;
    stroke-opacity: 0.75;
}

.series-b-bg-4-600 .ct-series.ct-series-b .ct-area {
    fill: black;
}

.series-b-bg-4-600 .ct-series.ct-series-b .ct-line {
    stroke: black;
    stroke-width: 3px;
}

.series-b-bg-4-600 .ct-series.ct-series-b .ct-point {
    stroke: black;
    stroke-width: 6px;
}

.series-b-bg-4-600 .ct-series.ct-series-b .ct-bar {
    stroke: black;
}

.series-b-bg-4-600 .ct-series.ct-series-b .ct-slice-pie {
    fill: black;
}

.series-b-bg-4-600 .ct-series.ct-series-b .ct-slice-donut {
    stroke: black;
}

.series-b-bg-4-600.opacity-75 .ct-series.ct-series-b .ct-area {
    fill: black;
    fill-opacity: 0.65;
}

.series-b-bg-4-600.opacity-75 .ct-series.ct-series-b .ct-line {
    stroke: black;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-b-bg-4-600.opacity-75 .ct-series.ct-series-b .ct-point {
    stroke: black;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-b-bg-4-600.opacity-75 .ct-series.ct-series-b .ct-bar {
    stroke: black;
    stroke-opacity: 0.75;
}

.series-b-bg-4-600.opacity-75 .ct-series.ct-series-b .ct-slice-pie {
    fill: black;
    fill-opacity: 0.75;
}

.series-b-bg-4-600.opacity-75 .ct-series.ct-series-b .ct-slice-donut {
    stroke: black;
    stroke-opacity: 0.75;
}

.series-b-bg-4-700 .ct-series.ct-series-b .ct-area {
    fill: black;
}

.series-b-bg-4-700 .ct-series.ct-series-b .ct-line {
    stroke: black;
    stroke-width: 3px;
}

.series-b-bg-4-700 .ct-series.ct-series-b .ct-point {
    stroke: black;
    stroke-width: 6px;
}

.series-b-bg-4-700 .ct-series.ct-series-b .ct-bar {
    stroke: black;
}

.series-b-bg-4-700 .ct-series.ct-series-b .ct-slice-pie {
    fill: black;
}

.series-b-bg-4-700 .ct-series.ct-series-b .ct-slice-donut {
    stroke: black;
}

.series-b-bg-4-700.opacity-75 .ct-series.ct-series-b .ct-area {
    fill: black;
    fill-opacity: 0.65;
}

.series-b-bg-4-700.opacity-75 .ct-series.ct-series-b .ct-line {
    stroke: black;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-b-bg-4-700.opacity-75 .ct-series.ct-series-b .ct-point {
    stroke: black;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-b-bg-4-700.opacity-75 .ct-series.ct-series-b .ct-bar {
    stroke: black;
    stroke-opacity: 0.75;
}

.series-b-bg-4-700.opacity-75 .ct-series.ct-series-b .ct-slice-pie {
    fill: black;
    fill-opacity: 0.75;
}

.series-b-bg-4-700.opacity-75 .ct-series.ct-series-b .ct-slice-donut {
    stroke: black;
    stroke-opacity: 0.75;
}

.series-b-bg-4-800 .ct-series.ct-series-b .ct-area {
    fill: black;
}

.series-b-bg-4-800 .ct-series.ct-series-b .ct-line {
    stroke: black;
    stroke-width: 3px;
}

.series-b-bg-4-800 .ct-series.ct-series-b .ct-point {
    stroke: black;
    stroke-width: 6px;
}

.series-b-bg-4-800 .ct-series.ct-series-b .ct-bar {
    stroke: black;
}

.series-b-bg-4-800 .ct-series.ct-series-b .ct-slice-pie {
    fill: black;
}

.series-b-bg-4-800 .ct-series.ct-series-b .ct-slice-donut {
    stroke: black;
}

.series-b-bg-4-800.opacity-75 .ct-series.ct-series-b .ct-area {
    fill: black;
    fill-opacity: 0.65;
}

.series-b-bg-4-800.opacity-75 .ct-series.ct-series-b .ct-line {
    stroke: black;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-b-bg-4-800.opacity-75 .ct-series.ct-series-b .ct-point {
    stroke: black;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-b-bg-4-800.opacity-75 .ct-series.ct-series-b .ct-bar {
    stroke: black;
    stroke-opacity: 0.75;
}

.series-b-bg-4-800.opacity-75 .ct-series.ct-series-b .ct-slice-pie {
    fill: black;
    fill-opacity: 0.75;
}

.series-b-bg-4-800.opacity-75 .ct-series.ct-series-b .ct-slice-donut {
    stroke: black;
    stroke-opacity: 0.75;
}

.series-b-bg-4-900 .ct-series.ct-series-b .ct-area {
    fill: black;
}

.series-b-bg-4-900 .ct-series.ct-series-b .ct-line {
    stroke: black;
    stroke-width: 3px;
}

.series-b-bg-4-900 .ct-series.ct-series-b .ct-point {
    stroke: black;
    stroke-width: 6px;
}

.series-b-bg-4-900 .ct-series.ct-series-b .ct-bar {
    stroke: black;
}

.series-b-bg-4-900 .ct-series.ct-series-b .ct-slice-pie {
    fill: black;
}

.series-b-bg-4-900 .ct-series.ct-series-b .ct-slice-donut {
    stroke: black;
}

.series-b-bg-4-900.opacity-75 .ct-series.ct-series-b .ct-area {
    fill: black;
    fill-opacity: 0.65;
}

.series-b-bg-4-900.opacity-75 .ct-series.ct-series-b .ct-line {
    stroke: black;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-b-bg-4-900.opacity-75 .ct-series.ct-series-b .ct-point {
    stroke: black;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-b-bg-4-900.opacity-75 .ct-series.ct-series-b .ct-bar {
    stroke: black;
    stroke-opacity: 0.75;
}

.series-b-bg-4-900.opacity-75 .ct-series.ct-series-b .ct-slice-pie {
    fill: black;
    fill-opacity: 0.75;
}

.series-b-bg-4-900.opacity-75 .ct-series.ct-series-b .ct-slice-donut {
    stroke: black;
    stroke-opacity: 0.75;
}

.series-b-bg-5 .ct-series.ct-series-b .ct-area {
    fill: #461C6E;
}

.series-b-bg-5 .ct-series.ct-series-b .ct-line {
    stroke: #461C6E;
    stroke-width: 3px;
}

.series-b-bg-5 .ct-series.ct-series-b .ct-point {
    stroke: #461C6E;
    stroke-width: 6px;
}

.series-b-bg-5 .ct-series.ct-series-b .ct-bar {
    stroke: #461C6E;
}

.series-b-bg-5 .ct-series.ct-series-b .ct-slice-pie {
    fill: #461C6E;
}

.series-b-bg-5 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #461C6E;
}

.series-b-bg-5.opacity-75 .ct-series.ct-series-b .ct-area {
    fill: #461C6E;
    fill-opacity: 0.65;
}

.series-b-bg-5.opacity-75 .ct-series.ct-series-b .ct-line {
    stroke: #461C6E;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-b-bg-5.opacity-75 .ct-series.ct-series-b .ct-point {
    stroke: #461C6E;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-b-bg-5.opacity-75 .ct-series.ct-series-b .ct-bar {
    stroke: #461C6E;
    stroke-opacity: 0.75;
}

.series-b-bg-5.opacity-75 .ct-series.ct-series-b .ct-slice-pie {
    fill: #461C6E;
    fill-opacity: 0.75;
}

.series-b-bg-5.opacity-75 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #461C6E;
    stroke-opacity: 0.75;
}

.series-b-bg-5-100 .ct-series.ct-series-b .ct-area {
    fill: #7a31bf;
}

.series-b-bg-5-100 .ct-series.ct-series-b .ct-line {
    stroke: #7a31bf;
    stroke-width: 3px;
}

.series-b-bg-5-100 .ct-series.ct-series-b .ct-point {
    stroke: #7a31bf;
    stroke-width: 6px;
}

.series-b-bg-5-100 .ct-series.ct-series-b .ct-bar {
    stroke: #7a31bf;
}

.series-b-bg-5-100 .ct-series.ct-series-b .ct-slice-pie {
    fill: #7a31bf;
}

.series-b-bg-5-100 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #7a31bf;
}

.series-b-bg-5-100.opacity-75 .ct-series.ct-series-b .ct-area {
    fill: #7a31bf;
    fill-opacity: 0.65;
}

.series-b-bg-5-100.opacity-75 .ct-series.ct-series-b .ct-line {
    stroke: #7a31bf;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-b-bg-5-100.opacity-75 .ct-series.ct-series-b .ct-point {
    stroke: #7a31bf;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-b-bg-5-100.opacity-75 .ct-series.ct-series-b .ct-bar {
    stroke: #7a31bf;
    stroke-opacity: 0.75;
}

.series-b-bg-5-100.opacity-75 .ct-series.ct-series-b .ct-slice-pie {
    fill: #7a31bf;
    fill-opacity: 0.75;
}

.series-b-bg-5-100.opacity-75 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #7a31bf;
    stroke-opacity: 0.75;
}

.series-b-bg-5-200 .ct-series.ct-series-b .ct-area {
    fill: #6d2cab;
}

.series-b-bg-5-200 .ct-series.ct-series-b .ct-line {
    stroke: #6d2cab;
    stroke-width: 3px;
}

.series-b-bg-5-200 .ct-series.ct-series-b .ct-point {
    stroke: #6d2cab;
    stroke-width: 6px;
}

.series-b-bg-5-200 .ct-series.ct-series-b .ct-bar {
    stroke: #6d2cab;
}

.series-b-bg-5-200 .ct-series.ct-series-b .ct-slice-pie {
    fill: #6d2cab;
}

.series-b-bg-5-200 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #6d2cab;
}

.series-b-bg-5-200.opacity-75 .ct-series.ct-series-b .ct-area {
    fill: #6d2cab;
    fill-opacity: 0.65;
}

.series-b-bg-5-200.opacity-75 .ct-series.ct-series-b .ct-line {
    stroke: #6d2cab;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-b-bg-5-200.opacity-75 .ct-series.ct-series-b .ct-point {
    stroke: #6d2cab;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-b-bg-5-200.opacity-75 .ct-series.ct-series-b .ct-bar {
    stroke: #6d2cab;
    stroke-opacity: 0.75;
}

.series-b-bg-5-200.opacity-75 .ct-series.ct-series-b .ct-slice-pie {
    fill: #6d2cab;
    fill-opacity: 0.75;
}

.series-b-bg-5-200.opacity-75 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #6d2cab;
    stroke-opacity: 0.75;
}

.series-b-bg-5-300 .ct-series.ct-series-b .ct-area {
    fill: #602697;
}

.series-b-bg-5-300 .ct-series.ct-series-b .ct-line {
    stroke: #602697;
    stroke-width: 3px;
}

.series-b-bg-5-300 .ct-series.ct-series-b .ct-point {
    stroke: #602697;
    stroke-width: 6px;
}

.series-b-bg-5-300 .ct-series.ct-series-b .ct-bar {
    stroke: #602697;
}

.series-b-bg-5-300 .ct-series.ct-series-b .ct-slice-pie {
    fill: #602697;
}

.series-b-bg-5-300 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #602697;
}

.series-b-bg-5-300.opacity-75 .ct-series.ct-series-b .ct-area {
    fill: #602697;
    fill-opacity: 0.65;
}

.series-b-bg-5-300.opacity-75 .ct-series.ct-series-b .ct-line {
    stroke: #602697;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-b-bg-5-300.opacity-75 .ct-series.ct-series-b .ct-point {
    stroke: #602697;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-b-bg-5-300.opacity-75 .ct-series.ct-series-b .ct-bar {
    stroke: #602697;
    stroke-opacity: 0.75;
}

.series-b-bg-5-300.opacity-75 .ct-series.ct-series-b .ct-slice-pie {
    fill: #602697;
    fill-opacity: 0.75;
}

.series-b-bg-5-300.opacity-75 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #602697;
    stroke-opacity: 0.75;
}

.series-b-bg-5-400 .ct-series.ct-series-b .ct-area {
    fill: #532182;
}

.series-b-bg-5-400 .ct-series.ct-series-b .ct-line {
    stroke: #532182;
    stroke-width: 3px;
}

.series-b-bg-5-400 .ct-series.ct-series-b .ct-point {
    stroke: #532182;
    stroke-width: 6px;
}

.series-b-bg-5-400 .ct-series.ct-series-b .ct-bar {
    stroke: #532182;
}

.series-b-bg-5-400 .ct-series.ct-series-b .ct-slice-pie {
    fill: #532182;
}

.series-b-bg-5-400 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #532182;
}

.series-b-bg-5-400.opacity-75 .ct-series.ct-series-b .ct-area {
    fill: #532182;
    fill-opacity: 0.65;
}

.series-b-bg-5-400.opacity-75 .ct-series.ct-series-b .ct-line {
    stroke: #532182;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-b-bg-5-400.opacity-75 .ct-series.ct-series-b .ct-point {
    stroke: #532182;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-b-bg-5-400.opacity-75 .ct-series.ct-series-b .ct-bar {
    stroke: #532182;
    stroke-opacity: 0.75;
}

.series-b-bg-5-400.opacity-75 .ct-series.ct-series-b .ct-slice-pie {
    fill: #532182;
    fill-opacity: 0.75;
}

.series-b-bg-5-400.opacity-75 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #532182;
    stroke-opacity: 0.75;
}

.series-b-bg-5-500 .ct-series.ct-series-b .ct-area {
    fill: #461C6E;
}

.series-b-bg-5-500 .ct-series.ct-series-b .ct-line {
    stroke: #461C6E;
    stroke-width: 3px;
}

.series-b-bg-5-500 .ct-series.ct-series-b .ct-point {
    stroke: #461C6E;
    stroke-width: 6px;
}

.series-b-bg-5-500 .ct-series.ct-series-b .ct-bar {
    stroke: #461C6E;
}

.series-b-bg-5-500 .ct-series.ct-series-b .ct-slice-pie {
    fill: #461C6E;
}

.series-b-bg-5-500 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #461C6E;
}

.series-b-bg-5-500.opacity-75 .ct-series.ct-series-b .ct-area {
    fill: #461C6E;
    fill-opacity: 0.65;
}

.series-b-bg-5-500.opacity-75 .ct-series.ct-series-b .ct-line {
    stroke: #461C6E;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-b-bg-5-500.opacity-75 .ct-series.ct-series-b .ct-point {
    stroke: #461C6E;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-b-bg-5-500.opacity-75 .ct-series.ct-series-b .ct-bar {
    stroke: #461C6E;
    stroke-opacity: 0.75;
}

.series-b-bg-5-500.opacity-75 .ct-series.ct-series-b .ct-slice-pie {
    fill: #461C6E;
    fill-opacity: 0.75;
}

.series-b-bg-5-500.opacity-75 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #461C6E;
    stroke-opacity: 0.75;
}

.series-b-bg-5-600 .ct-series.ct-series-b .ct-area {
    fill: #39175a;
}

.series-b-bg-5-600 .ct-series.ct-series-b .ct-line {
    stroke: #39175a;
    stroke-width: 3px;
}

.series-b-bg-5-600 .ct-series.ct-series-b .ct-point {
    stroke: #39175a;
    stroke-width: 6px;
}

.series-b-bg-5-600 .ct-series.ct-series-b .ct-bar {
    stroke: #39175a;
}

.series-b-bg-5-600 .ct-series.ct-series-b .ct-slice-pie {
    fill: #39175a;
}

.series-b-bg-5-600 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #39175a;
}

.series-b-bg-5-600.opacity-75 .ct-series.ct-series-b .ct-area {
    fill: #39175a;
    fill-opacity: 0.65;
}

.series-b-bg-5-600.opacity-75 .ct-series.ct-series-b .ct-line {
    stroke: #39175a;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-b-bg-5-600.opacity-75 .ct-series.ct-series-b .ct-point {
    stroke: #39175a;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-b-bg-5-600.opacity-75 .ct-series.ct-series-b .ct-bar {
    stroke: #39175a;
    stroke-opacity: 0.75;
}

.series-b-bg-5-600.opacity-75 .ct-series.ct-series-b .ct-slice-pie {
    fill: #39175a;
    fill-opacity: 0.75;
}

.series-b-bg-5-600.opacity-75 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #39175a;
    stroke-opacity: 0.75;
}

.series-b-bg-5-700 .ct-series.ct-series-b .ct-area {
    fill: #2c1245;
}

.series-b-bg-5-700 .ct-series.ct-series-b .ct-line {
    stroke: #2c1245;
    stroke-width: 3px;
}

.series-b-bg-5-700 .ct-series.ct-series-b .ct-point {
    stroke: #2c1245;
    stroke-width: 6px;
}

.series-b-bg-5-700 .ct-series.ct-series-b .ct-bar {
    stroke: #2c1245;
}

.series-b-bg-5-700 .ct-series.ct-series-b .ct-slice-pie {
    fill: #2c1245;
}

.series-b-bg-5-700 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #2c1245;
}

.series-b-bg-5-700.opacity-75 .ct-series.ct-series-b .ct-area {
    fill: #2c1245;
    fill-opacity: 0.65;
}

.series-b-bg-5-700.opacity-75 .ct-series.ct-series-b .ct-line {
    stroke: #2c1245;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-b-bg-5-700.opacity-75 .ct-series.ct-series-b .ct-point {
    stroke: #2c1245;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-b-bg-5-700.opacity-75 .ct-series.ct-series-b .ct-bar {
    stroke: #2c1245;
    stroke-opacity: 0.75;
}

.series-b-bg-5-700.opacity-75 .ct-series.ct-series-b .ct-slice-pie {
    fill: #2c1245;
    fill-opacity: 0.75;
}

.series-b-bg-5-700.opacity-75 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #2c1245;
    stroke-opacity: 0.75;
}

.series-b-bg-5-800 .ct-series.ct-series-b .ct-area {
    fill: #1f0c31;
}

.series-b-bg-5-800 .ct-series.ct-series-b .ct-line {
    stroke: #1f0c31;
    stroke-width: 3px;
}

.series-b-bg-5-800 .ct-series.ct-series-b .ct-point {
    stroke: #1f0c31;
    stroke-width: 6px;
}

.series-b-bg-5-800 .ct-series.ct-series-b .ct-bar {
    stroke: #1f0c31;
}

.series-b-bg-5-800 .ct-series.ct-series-b .ct-slice-pie {
    fill: #1f0c31;
}

.series-b-bg-5-800 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #1f0c31;
}

.series-b-bg-5-800.opacity-75 .ct-series.ct-series-b .ct-area {
    fill: #1f0c31;
    fill-opacity: 0.65;
}

.series-b-bg-5-800.opacity-75 .ct-series.ct-series-b .ct-line {
    stroke: #1f0c31;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-b-bg-5-800.opacity-75 .ct-series.ct-series-b .ct-point {
    stroke: #1f0c31;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-b-bg-5-800.opacity-75 .ct-series.ct-series-b .ct-bar {
    stroke: #1f0c31;
    stroke-opacity: 0.75;
}

.series-b-bg-5-800.opacity-75 .ct-series.ct-series-b .ct-slice-pie {
    fill: #1f0c31;
    fill-opacity: 0.75;
}

.series-b-bg-5-800.opacity-75 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #1f0c31;
    stroke-opacity: 0.75;
}

.series-b-bg-5-900 .ct-series.ct-series-b .ct-area {
    fill: #12071d;
}

.series-b-bg-5-900 .ct-series.ct-series-b .ct-line {
    stroke: #12071d;
    stroke-width: 3px;
}

.series-b-bg-5-900 .ct-series.ct-series-b .ct-point {
    stroke: #12071d;
    stroke-width: 6px;
}

.series-b-bg-5-900 .ct-series.ct-series-b .ct-bar {
    stroke: #12071d;
}

.series-b-bg-5-900 .ct-series.ct-series-b .ct-slice-pie {
    fill: #12071d;
}

.series-b-bg-5-900 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #12071d;
}

.series-b-bg-5-900.opacity-75 .ct-series.ct-series-b .ct-area {
    fill: #12071d;
    fill-opacity: 0.65;
}

.series-b-bg-5-900.opacity-75 .ct-series.ct-series-b .ct-line {
    stroke: #12071d;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-b-bg-5-900.opacity-75 .ct-series.ct-series-b .ct-point {
    stroke: #12071d;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-b-bg-5-900.opacity-75 .ct-series.ct-series-b .ct-bar {
    stroke: #12071d;
    stroke-opacity: 0.75;
}

.series-b-bg-5-900.opacity-75 .ct-series.ct-series-b .ct-slice-pie {
    fill: #12071d;
    fill-opacity: 0.75;
}

.series-b-bg-5-900.opacity-75 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #12071d;
    stroke-opacity: 0.75;
}

.series-b-bg-6 .ct-series.ct-series-b .ct-area {
    fill: #ffffff;
}

.series-b-bg-6 .ct-series.ct-series-b .ct-line {
    stroke: #ffffff;
    stroke-width: 3px;
}

.series-b-bg-6 .ct-series.ct-series-b .ct-point {
    stroke: #ffffff;
    stroke-width: 6px;
}

.series-b-bg-6 .ct-series.ct-series-b .ct-bar {
    stroke: #ffffff;
}

.series-b-bg-6 .ct-series.ct-series-b .ct-slice-pie {
    fill: #ffffff;
}

.series-b-bg-6 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #ffffff;
}

.series-b-bg-6.opacity-75 .ct-series.ct-series-b .ct-area {
    fill: #ffffff;
    fill-opacity: 0.65;
}

.series-b-bg-6.opacity-75 .ct-series.ct-series-b .ct-line {
    stroke: #ffffff;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-b-bg-6.opacity-75 .ct-series.ct-series-b .ct-point {
    stroke: #ffffff;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-b-bg-6.opacity-75 .ct-series.ct-series-b .ct-bar {
    stroke: #ffffff;
    stroke-opacity: 0.75;
}

.series-b-bg-6.opacity-75 .ct-series.ct-series-b .ct-slice-pie {
    fill: #ffffff;
    fill-opacity: 0.75;
}

.series-b-bg-6.opacity-75 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #ffffff;
    stroke-opacity: 0.75;
}

.series-b-bg-6-100 .ct-series.ct-series-b .ct-area {
    fill: white;
}

.series-b-bg-6-100 .ct-series.ct-series-b .ct-line {
    stroke: white;
    stroke-width: 3px;
}

.series-b-bg-6-100 .ct-series.ct-series-b .ct-point {
    stroke: white;
    stroke-width: 6px;
}

.series-b-bg-6-100 .ct-series.ct-series-b .ct-bar {
    stroke: white;
}

.series-b-bg-6-100 .ct-series.ct-series-b .ct-slice-pie {
    fill: white;
}

.series-b-bg-6-100 .ct-series.ct-series-b .ct-slice-donut {
    stroke: white;
}

.series-b-bg-6-100.opacity-75 .ct-series.ct-series-b .ct-area {
    fill: white;
    fill-opacity: 0.65;
}

.series-b-bg-6-100.opacity-75 .ct-series.ct-series-b .ct-line {
    stroke: white;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-b-bg-6-100.opacity-75 .ct-series.ct-series-b .ct-point {
    stroke: white;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-b-bg-6-100.opacity-75 .ct-series.ct-series-b .ct-bar {
    stroke: white;
    stroke-opacity: 0.75;
}

.series-b-bg-6-100.opacity-75 .ct-series.ct-series-b .ct-slice-pie {
    fill: white;
    fill-opacity: 0.75;
}

.series-b-bg-6-100.opacity-75 .ct-series.ct-series-b .ct-slice-donut {
    stroke: white;
    stroke-opacity: 0.75;
}

.series-b-bg-6-200 .ct-series.ct-series-b .ct-area {
    fill: white;
}

.series-b-bg-6-200 .ct-series.ct-series-b .ct-line {
    stroke: white;
    stroke-width: 3px;
}

.series-b-bg-6-200 .ct-series.ct-series-b .ct-point {
    stroke: white;
    stroke-width: 6px;
}

.series-b-bg-6-200 .ct-series.ct-series-b .ct-bar {
    stroke: white;
}

.series-b-bg-6-200 .ct-series.ct-series-b .ct-slice-pie {
    fill: white;
}

.series-b-bg-6-200 .ct-series.ct-series-b .ct-slice-donut {
    stroke: white;
}

.series-b-bg-6-200.opacity-75 .ct-series.ct-series-b .ct-area {
    fill: white;
    fill-opacity: 0.65;
}

.series-b-bg-6-200.opacity-75 .ct-series.ct-series-b .ct-line {
    stroke: white;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-b-bg-6-200.opacity-75 .ct-series.ct-series-b .ct-point {
    stroke: white;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-b-bg-6-200.opacity-75 .ct-series.ct-series-b .ct-bar {
    stroke: white;
    stroke-opacity: 0.75;
}

.series-b-bg-6-200.opacity-75 .ct-series.ct-series-b .ct-slice-pie {
    fill: white;
    fill-opacity: 0.75;
}

.series-b-bg-6-200.opacity-75 .ct-series.ct-series-b .ct-slice-donut {
    stroke: white;
    stroke-opacity: 0.75;
}

.series-b-bg-6-300 .ct-series.ct-series-b .ct-area {
    fill: white;
}

.series-b-bg-6-300 .ct-series.ct-series-b .ct-line {
    stroke: white;
    stroke-width: 3px;
}

.series-b-bg-6-300 .ct-series.ct-series-b .ct-point {
    stroke: white;
    stroke-width: 6px;
}

.series-b-bg-6-300 .ct-series.ct-series-b .ct-bar {
    stroke: white;
}

.series-b-bg-6-300 .ct-series.ct-series-b .ct-slice-pie {
    fill: white;
}

.series-b-bg-6-300 .ct-series.ct-series-b .ct-slice-donut {
    stroke: white;
}

.series-b-bg-6-300.opacity-75 .ct-series.ct-series-b .ct-area {
    fill: white;
    fill-opacity: 0.65;
}

.series-b-bg-6-300.opacity-75 .ct-series.ct-series-b .ct-line {
    stroke: white;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-b-bg-6-300.opacity-75 .ct-series.ct-series-b .ct-point {
    stroke: white;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-b-bg-6-300.opacity-75 .ct-series.ct-series-b .ct-bar {
    stroke: white;
    stroke-opacity: 0.75;
}

.series-b-bg-6-300.opacity-75 .ct-series.ct-series-b .ct-slice-pie {
    fill: white;
    fill-opacity: 0.75;
}

.series-b-bg-6-300.opacity-75 .ct-series.ct-series-b .ct-slice-donut {
    stroke: white;
    stroke-opacity: 0.75;
}

.series-b-bg-6-400 .ct-series.ct-series-b .ct-area {
    fill: white;
}

.series-b-bg-6-400 .ct-series.ct-series-b .ct-line {
    stroke: white;
    stroke-width: 3px;
}

.series-b-bg-6-400 .ct-series.ct-series-b .ct-point {
    stroke: white;
    stroke-width: 6px;
}

.series-b-bg-6-400 .ct-series.ct-series-b .ct-bar {
    stroke: white;
}

.series-b-bg-6-400 .ct-series.ct-series-b .ct-slice-pie {
    fill: white;
}

.series-b-bg-6-400 .ct-series.ct-series-b .ct-slice-donut {
    stroke: white;
}

.series-b-bg-6-400.opacity-75 .ct-series.ct-series-b .ct-area {
    fill: white;
    fill-opacity: 0.65;
}

.series-b-bg-6-400.opacity-75 .ct-series.ct-series-b .ct-line {
    stroke: white;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-b-bg-6-400.opacity-75 .ct-series.ct-series-b .ct-point {
    stroke: white;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-b-bg-6-400.opacity-75 .ct-series.ct-series-b .ct-bar {
    stroke: white;
    stroke-opacity: 0.75;
}

.series-b-bg-6-400.opacity-75 .ct-series.ct-series-b .ct-slice-pie {
    fill: white;
    fill-opacity: 0.75;
}

.series-b-bg-6-400.opacity-75 .ct-series.ct-series-b .ct-slice-donut {
    stroke: white;
    stroke-opacity: 0.75;
}

.series-b-bg-6-500 .ct-series.ct-series-b .ct-area {
    fill: #ffffff;
}

.series-b-bg-6-500 .ct-series.ct-series-b .ct-line {
    stroke: #ffffff;
    stroke-width: 3px;
}

.series-b-bg-6-500 .ct-series.ct-series-b .ct-point {
    stroke: #ffffff;
    stroke-width: 6px;
}

.series-b-bg-6-500 .ct-series.ct-series-b .ct-bar {
    stroke: #ffffff;
}

.series-b-bg-6-500 .ct-series.ct-series-b .ct-slice-pie {
    fill: #ffffff;
}

.series-b-bg-6-500 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #ffffff;
}

.series-b-bg-6-500.opacity-75 .ct-series.ct-series-b .ct-area {
    fill: #ffffff;
    fill-opacity: 0.65;
}

.series-b-bg-6-500.opacity-75 .ct-series.ct-series-b .ct-line {
    stroke: #ffffff;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-b-bg-6-500.opacity-75 .ct-series.ct-series-b .ct-point {
    stroke: #ffffff;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-b-bg-6-500.opacity-75 .ct-series.ct-series-b .ct-bar {
    stroke: #ffffff;
    stroke-opacity: 0.75;
}

.series-b-bg-6-500.opacity-75 .ct-series.ct-series-b .ct-slice-pie {
    fill: #ffffff;
    fill-opacity: 0.75;
}

.series-b-bg-6-500.opacity-75 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #ffffff;
    stroke-opacity: 0.75;
}

.series-b-bg-6-600 .ct-series.ct-series-b .ct-area {
    fill: #f2f2f2;
}

.series-b-bg-6-600 .ct-series.ct-series-b .ct-line {
    stroke: #f2f2f2;
    stroke-width: 3px;
}

.series-b-bg-6-600 .ct-series.ct-series-b .ct-point {
    stroke: #f2f2f2;
    stroke-width: 6px;
}

.series-b-bg-6-600 .ct-series.ct-series-b .ct-bar {
    stroke: #f2f2f2;
}

.series-b-bg-6-600 .ct-series.ct-series-b .ct-slice-pie {
    fill: #f2f2f2;
}

.series-b-bg-6-600 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #f2f2f2;
}

.series-b-bg-6-600.opacity-75 .ct-series.ct-series-b .ct-area {
    fill: #f2f2f2;
    fill-opacity: 0.65;
}

.series-b-bg-6-600.opacity-75 .ct-series.ct-series-b .ct-line {
    stroke: #f2f2f2;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-b-bg-6-600.opacity-75 .ct-series.ct-series-b .ct-point {
    stroke: #f2f2f2;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-b-bg-6-600.opacity-75 .ct-series.ct-series-b .ct-bar {
    stroke: #f2f2f2;
    stroke-opacity: 0.75;
}

.series-b-bg-6-600.opacity-75 .ct-series.ct-series-b .ct-slice-pie {
    fill: #f2f2f2;
    fill-opacity: 0.75;
}

.series-b-bg-6-600.opacity-75 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #f2f2f2;
    stroke-opacity: 0.75;
}

.series-b-bg-6-700 .ct-series.ct-series-b .ct-area {
    fill: #e6e6e6;
}

.series-b-bg-6-700 .ct-series.ct-series-b .ct-line {
    stroke: #e6e6e6;
    stroke-width: 3px;
}

.series-b-bg-6-700 .ct-series.ct-series-b .ct-point {
    stroke: #e6e6e6;
    stroke-width: 6px;
}

.series-b-bg-6-700 .ct-series.ct-series-b .ct-bar {
    stroke: #e6e6e6;
}

.series-b-bg-6-700 .ct-series.ct-series-b .ct-slice-pie {
    fill: #e6e6e6;
}

.series-b-bg-6-700 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #e6e6e6;
}

.series-b-bg-6-700.opacity-75 .ct-series.ct-series-b .ct-area {
    fill: #e6e6e6;
    fill-opacity: 0.65;
}

.series-b-bg-6-700.opacity-75 .ct-series.ct-series-b .ct-line {
    stroke: #e6e6e6;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-b-bg-6-700.opacity-75 .ct-series.ct-series-b .ct-point {
    stroke: #e6e6e6;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-b-bg-6-700.opacity-75 .ct-series.ct-series-b .ct-bar {
    stroke: #e6e6e6;
    stroke-opacity: 0.75;
}

.series-b-bg-6-700.opacity-75 .ct-series.ct-series-b .ct-slice-pie {
    fill: #e6e6e6;
    fill-opacity: 0.75;
}

.series-b-bg-6-700.opacity-75 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #e6e6e6;
    stroke-opacity: 0.75;
}

.series-b-bg-6-800 .ct-series.ct-series-b .ct-area {
    fill: #d9d9d9;
}

.series-b-bg-6-800 .ct-series.ct-series-b .ct-line {
    stroke: #d9d9d9;
    stroke-width: 3px;
}

.series-b-bg-6-800 .ct-series.ct-series-b .ct-point {
    stroke: #d9d9d9;
    stroke-width: 6px;
}

.series-b-bg-6-800 .ct-series.ct-series-b .ct-bar {
    stroke: #d9d9d9;
}

.series-b-bg-6-800 .ct-series.ct-series-b .ct-slice-pie {
    fill: #d9d9d9;
}

.series-b-bg-6-800 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #d9d9d9;
}

.series-b-bg-6-800.opacity-75 .ct-series.ct-series-b .ct-area {
    fill: #d9d9d9;
    fill-opacity: 0.65;
}

.series-b-bg-6-800.opacity-75 .ct-series.ct-series-b .ct-line {
    stroke: #d9d9d9;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-b-bg-6-800.opacity-75 .ct-series.ct-series-b .ct-point {
    stroke: #d9d9d9;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-b-bg-6-800.opacity-75 .ct-series.ct-series-b .ct-bar {
    stroke: #d9d9d9;
    stroke-opacity: 0.75;
}

.series-b-bg-6-800.opacity-75 .ct-series.ct-series-b .ct-slice-pie {
    fill: #d9d9d9;
    fill-opacity: 0.75;
}

.series-b-bg-6-800.opacity-75 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #d9d9d9;
    stroke-opacity: 0.75;
}

.series-b-bg-6-900 .ct-series.ct-series-b .ct-area {
    fill: #cccccc;
}

.series-b-bg-6-900 .ct-series.ct-series-b .ct-line {
    stroke: #cccccc;
    stroke-width: 3px;
}

.series-b-bg-6-900 .ct-series.ct-series-b .ct-point {
    stroke: #cccccc;
    stroke-width: 6px;
}

.series-b-bg-6-900 .ct-series.ct-series-b .ct-bar {
    stroke: #cccccc;
}

.series-b-bg-6-900 .ct-series.ct-series-b .ct-slice-pie {
    fill: #cccccc;
}

.series-b-bg-6-900 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #cccccc;
}

.series-b-bg-6-900.opacity-75 .ct-series.ct-series-b .ct-area {
    fill: #cccccc;
    fill-opacity: 0.65;
}

.series-b-bg-6-900.opacity-75 .ct-series.ct-series-b .ct-line {
    stroke: #cccccc;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-b-bg-6-900.opacity-75 .ct-series.ct-series-b .ct-point {
    stroke: #cccccc;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-b-bg-6-900.opacity-75 .ct-series.ct-series-b .ct-bar {
    stroke: #cccccc;
    stroke-opacity: 0.75;
}

.series-b-bg-6-900.opacity-75 .ct-series.ct-series-b .ct-slice-pie {
    fill: #cccccc;
    fill-opacity: 0.75;
}

.series-b-bg-6-900.opacity-75 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #cccccc;
    stroke-opacity: 0.75;
}

.series-b-bg-7 .ct-series.ct-series-b .ct-area {
    fill: #f5f5f5;
}

.series-b-bg-7 .ct-series.ct-series-b .ct-line {
    stroke: #f5f5f5;
    stroke-width: 3px;
}

.series-b-bg-7 .ct-series.ct-series-b .ct-point {
    stroke: #f5f5f5;
    stroke-width: 6px;
}

.series-b-bg-7 .ct-series.ct-series-b .ct-bar {
    stroke: #f5f5f5;
}

.series-b-bg-7 .ct-series.ct-series-b .ct-slice-pie {
    fill: #f5f5f5;
}

.series-b-bg-7 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #f5f5f5;
}

.series-b-bg-7.opacity-75 .ct-series.ct-series-b .ct-area {
    fill: #f5f5f5;
    fill-opacity: 0.65;
}

.series-b-bg-7.opacity-75 .ct-series.ct-series-b .ct-line {
    stroke: #f5f5f5;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-b-bg-7.opacity-75 .ct-series.ct-series-b .ct-point {
    stroke: #f5f5f5;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-b-bg-7.opacity-75 .ct-series.ct-series-b .ct-bar {
    stroke: #f5f5f5;
    stroke-opacity: 0.75;
}

.series-b-bg-7.opacity-75 .ct-series.ct-series-b .ct-slice-pie {
    fill: #f5f5f5;
    fill-opacity: 0.75;
}

.series-b-bg-7.opacity-75 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #f5f5f5;
    stroke-opacity: 0.75;
}

.series-b-bg-7-100 .ct-series.ct-series-b .ct-area {
    fill: white;
}

.series-b-bg-7-100 .ct-series.ct-series-b .ct-line {
    stroke: white;
    stroke-width: 3px;
}

.series-b-bg-7-100 .ct-series.ct-series-b .ct-point {
    stroke: white;
    stroke-width: 6px;
}

.series-b-bg-7-100 .ct-series.ct-series-b .ct-bar {
    stroke: white;
}

.series-b-bg-7-100 .ct-series.ct-series-b .ct-slice-pie {
    fill: white;
}

.series-b-bg-7-100 .ct-series.ct-series-b .ct-slice-donut {
    stroke: white;
}

.series-b-bg-7-100.opacity-75 .ct-series.ct-series-b .ct-area {
    fill: white;
    fill-opacity: 0.65;
}

.series-b-bg-7-100.opacity-75 .ct-series.ct-series-b .ct-line {
    stroke: white;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-b-bg-7-100.opacity-75 .ct-series.ct-series-b .ct-point {
    stroke: white;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-b-bg-7-100.opacity-75 .ct-series.ct-series-b .ct-bar {
    stroke: white;
    stroke-opacity: 0.75;
}

.series-b-bg-7-100.opacity-75 .ct-series.ct-series-b .ct-slice-pie {
    fill: white;
    fill-opacity: 0.75;
}

.series-b-bg-7-100.opacity-75 .ct-series.ct-series-b .ct-slice-donut {
    stroke: white;
    stroke-opacity: 0.75;
}

.series-b-bg-7-200 .ct-series.ct-series-b .ct-area {
    fill: white;
}

.series-b-bg-7-200 .ct-series.ct-series-b .ct-line {
    stroke: white;
    stroke-width: 3px;
}

.series-b-bg-7-200 .ct-series.ct-series-b .ct-point {
    stroke: white;
    stroke-width: 6px;
}

.series-b-bg-7-200 .ct-series.ct-series-b .ct-bar {
    stroke: white;
}

.series-b-bg-7-200 .ct-series.ct-series-b .ct-slice-pie {
    fill: white;
}

.series-b-bg-7-200 .ct-series.ct-series-b .ct-slice-donut {
    stroke: white;
}

.series-b-bg-7-200.opacity-75 .ct-series.ct-series-b .ct-area {
    fill: white;
    fill-opacity: 0.65;
}

.series-b-bg-7-200.opacity-75 .ct-series.ct-series-b .ct-line {
    stroke: white;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-b-bg-7-200.opacity-75 .ct-series.ct-series-b .ct-point {
    stroke: white;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-b-bg-7-200.opacity-75 .ct-series.ct-series-b .ct-bar {
    stroke: white;
    stroke-opacity: 0.75;
}

.series-b-bg-7-200.opacity-75 .ct-series.ct-series-b .ct-slice-pie {
    fill: white;
    fill-opacity: 0.75;
}

.series-b-bg-7-200.opacity-75 .ct-series.ct-series-b .ct-slice-donut {
    stroke: white;
    stroke-opacity: 0.75;
}

.series-b-bg-7-300 .ct-series.ct-series-b .ct-area {
    fill: white;
}

.series-b-bg-7-300 .ct-series.ct-series-b .ct-line {
    stroke: white;
    stroke-width: 3px;
}

.series-b-bg-7-300 .ct-series.ct-series-b .ct-point {
    stroke: white;
    stroke-width: 6px;
}

.series-b-bg-7-300 .ct-series.ct-series-b .ct-bar {
    stroke: white;
}

.series-b-bg-7-300 .ct-series.ct-series-b .ct-slice-pie {
    fill: white;
}

.series-b-bg-7-300 .ct-series.ct-series-b .ct-slice-donut {
    stroke: white;
}

.series-b-bg-7-300.opacity-75 .ct-series.ct-series-b .ct-area {
    fill: white;
    fill-opacity: 0.65;
}

.series-b-bg-7-300.opacity-75 .ct-series.ct-series-b .ct-line {
    stroke: white;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-b-bg-7-300.opacity-75 .ct-series.ct-series-b .ct-point {
    stroke: white;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-b-bg-7-300.opacity-75 .ct-series.ct-series-b .ct-bar {
    stroke: white;
    stroke-opacity: 0.75;
}

.series-b-bg-7-300.opacity-75 .ct-series.ct-series-b .ct-slice-pie {
    fill: white;
    fill-opacity: 0.75;
}

.series-b-bg-7-300.opacity-75 .ct-series.ct-series-b .ct-slice-donut {
    stroke: white;
    stroke-opacity: 0.75;
}

.series-b-bg-7-400 .ct-series.ct-series-b .ct-area {
    fill: white;
}

.series-b-bg-7-400 .ct-series.ct-series-b .ct-line {
    stroke: white;
    stroke-width: 3px;
}

.series-b-bg-7-400 .ct-series.ct-series-b .ct-point {
    stroke: white;
    stroke-width: 6px;
}

.series-b-bg-7-400 .ct-series.ct-series-b .ct-bar {
    stroke: white;
}

.series-b-bg-7-400 .ct-series.ct-series-b .ct-slice-pie {
    fill: white;
}

.series-b-bg-7-400 .ct-series.ct-series-b .ct-slice-donut {
    stroke: white;
}

.series-b-bg-7-400.opacity-75 .ct-series.ct-series-b .ct-area {
    fill: white;
    fill-opacity: 0.65;
}

.series-b-bg-7-400.opacity-75 .ct-series.ct-series-b .ct-line {
    stroke: white;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-b-bg-7-400.opacity-75 .ct-series.ct-series-b .ct-point {
    stroke: white;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-b-bg-7-400.opacity-75 .ct-series.ct-series-b .ct-bar {
    stroke: white;
    stroke-opacity: 0.75;
}

.series-b-bg-7-400.opacity-75 .ct-series.ct-series-b .ct-slice-pie {
    fill: white;
    fill-opacity: 0.75;
}

.series-b-bg-7-400.opacity-75 .ct-series.ct-series-b .ct-slice-donut {
    stroke: white;
    stroke-opacity: 0.75;
}

.series-b-bg-7-500 .ct-series.ct-series-b .ct-area {
    fill: #f5f5f5;
}

.series-b-bg-7-500 .ct-series.ct-series-b .ct-line {
    stroke: #f5f5f5;
    stroke-width: 3px;
}

.series-b-bg-7-500 .ct-series.ct-series-b .ct-point {
    stroke: #f5f5f5;
    stroke-width: 6px;
}

.series-b-bg-7-500 .ct-series.ct-series-b .ct-bar {
    stroke: #f5f5f5;
}

.series-b-bg-7-500 .ct-series.ct-series-b .ct-slice-pie {
    fill: #f5f5f5;
}

.series-b-bg-7-500 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #f5f5f5;
}

.series-b-bg-7-500.opacity-75 .ct-series.ct-series-b .ct-area {
    fill: #f5f5f5;
    fill-opacity: 0.65;
}

.series-b-bg-7-500.opacity-75 .ct-series.ct-series-b .ct-line {
    stroke: #f5f5f5;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-b-bg-7-500.opacity-75 .ct-series.ct-series-b .ct-point {
    stroke: #f5f5f5;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-b-bg-7-500.opacity-75 .ct-series.ct-series-b .ct-bar {
    stroke: #f5f5f5;
    stroke-opacity: 0.75;
}

.series-b-bg-7-500.opacity-75 .ct-series.ct-series-b .ct-slice-pie {
    fill: #f5f5f5;
    fill-opacity: 0.75;
}

.series-b-bg-7-500.opacity-75 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #f5f5f5;
    stroke-opacity: 0.75;
}

.series-b-bg-7-600 .ct-series.ct-series-b .ct-area {
    fill: #e8e8e8;
}

.series-b-bg-7-600 .ct-series.ct-series-b .ct-line {
    stroke: #e8e8e8;
    stroke-width: 3px;
}

.series-b-bg-7-600 .ct-series.ct-series-b .ct-point {
    stroke: #e8e8e8;
    stroke-width: 6px;
}

.series-b-bg-7-600 .ct-series.ct-series-b .ct-bar {
    stroke: #e8e8e8;
}

.series-b-bg-7-600 .ct-series.ct-series-b .ct-slice-pie {
    fill: #e8e8e8;
}

.series-b-bg-7-600 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #e8e8e8;
}

.series-b-bg-7-600.opacity-75 .ct-series.ct-series-b .ct-area {
    fill: #e8e8e8;
    fill-opacity: 0.65;
}

.series-b-bg-7-600.opacity-75 .ct-series.ct-series-b .ct-line {
    stroke: #e8e8e8;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-b-bg-7-600.opacity-75 .ct-series.ct-series-b .ct-point {
    stroke: #e8e8e8;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-b-bg-7-600.opacity-75 .ct-series.ct-series-b .ct-bar {
    stroke: #e8e8e8;
    stroke-opacity: 0.75;
}

.series-b-bg-7-600.opacity-75 .ct-series.ct-series-b .ct-slice-pie {
    fill: #e8e8e8;
    fill-opacity: 0.75;
}

.series-b-bg-7-600.opacity-75 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #e8e8e8;
    stroke-opacity: 0.75;
}

.series-b-bg-7-700 .ct-series.ct-series-b .ct-area {
    fill: gainsboro;
}

.series-b-bg-7-700 .ct-series.ct-series-b .ct-line {
    stroke: gainsboro;
    stroke-width: 3px;
}

.series-b-bg-7-700 .ct-series.ct-series-b .ct-point {
    stroke: gainsboro;
    stroke-width: 6px;
}

.series-b-bg-7-700 .ct-series.ct-series-b .ct-bar {
    stroke: gainsboro;
}

.series-b-bg-7-700 .ct-series.ct-series-b .ct-slice-pie {
    fill: gainsboro;
}

.series-b-bg-7-700 .ct-series.ct-series-b .ct-slice-donut {
    stroke: gainsboro;
}

.series-b-bg-7-700.opacity-75 .ct-series.ct-series-b .ct-area {
    fill: gainsboro;
    fill-opacity: 0.65;
}

.series-b-bg-7-700.opacity-75 .ct-series.ct-series-b .ct-line {
    stroke: gainsboro;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-b-bg-7-700.opacity-75 .ct-series.ct-series-b .ct-point {
    stroke: gainsboro;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-b-bg-7-700.opacity-75 .ct-series.ct-series-b .ct-bar {
    stroke: gainsboro;
    stroke-opacity: 0.75;
}

.series-b-bg-7-700.opacity-75 .ct-series.ct-series-b .ct-slice-pie {
    fill: gainsboro;
    fill-opacity: 0.75;
}

.series-b-bg-7-700.opacity-75 .ct-series.ct-series-b .ct-slice-donut {
    stroke: gainsboro;
    stroke-opacity: 0.75;
}

.series-b-bg-7-800 .ct-series.ct-series-b .ct-area {
    fill: #cfcfcf;
}

.series-b-bg-7-800 .ct-series.ct-series-b .ct-line {
    stroke: #cfcfcf;
    stroke-width: 3px;
}

.series-b-bg-7-800 .ct-series.ct-series-b .ct-point {
    stroke: #cfcfcf;
    stroke-width: 6px;
}

.series-b-bg-7-800 .ct-series.ct-series-b .ct-bar {
    stroke: #cfcfcf;
}

.series-b-bg-7-800 .ct-series.ct-series-b .ct-slice-pie {
    fill: #cfcfcf;
}

.series-b-bg-7-800 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #cfcfcf;
}

.series-b-bg-7-800.opacity-75 .ct-series.ct-series-b .ct-area {
    fill: #cfcfcf;
    fill-opacity: 0.65;
}

.series-b-bg-7-800.opacity-75 .ct-series.ct-series-b .ct-line {
    stroke: #cfcfcf;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-b-bg-7-800.opacity-75 .ct-series.ct-series-b .ct-point {
    stroke: #cfcfcf;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-b-bg-7-800.opacity-75 .ct-series.ct-series-b .ct-bar {
    stroke: #cfcfcf;
    stroke-opacity: 0.75;
}

.series-b-bg-7-800.opacity-75 .ct-series.ct-series-b .ct-slice-pie {
    fill: #cfcfcf;
    fill-opacity: 0.75;
}

.series-b-bg-7-800.opacity-75 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #cfcfcf;
    stroke-opacity: 0.75;
}

.series-b-bg-7-900 .ct-series.ct-series-b .ct-area {
    fill: #c2c2c2;
}

.series-b-bg-7-900 .ct-series.ct-series-b .ct-line {
    stroke: #c2c2c2;
    stroke-width: 3px;
}

.series-b-bg-7-900 .ct-series.ct-series-b .ct-point {
    stroke: #c2c2c2;
    stroke-width: 6px;
}

.series-b-bg-7-900 .ct-series.ct-series-b .ct-bar {
    stroke: #c2c2c2;
}

.series-b-bg-7-900 .ct-series.ct-series-b .ct-slice-pie {
    fill: #c2c2c2;
}

.series-b-bg-7-900 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #c2c2c2;
}

.series-b-bg-7-900.opacity-75 .ct-series.ct-series-b .ct-area {
    fill: #c2c2c2;
    fill-opacity: 0.65;
}

.series-b-bg-7-900.opacity-75 .ct-series.ct-series-b .ct-line {
    stroke: #c2c2c2;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-b-bg-7-900.opacity-75 .ct-series.ct-series-b .ct-point {
    stroke: #c2c2c2;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-b-bg-7-900.opacity-75 .ct-series.ct-series-b .ct-bar {
    stroke: #c2c2c2;
    stroke-opacity: 0.75;
}

.series-b-bg-7-900.opacity-75 .ct-series.ct-series-b .ct-slice-pie {
    fill: #c2c2c2;
    fill-opacity: 0.75;
}

.series-b-bg-7-900.opacity-75 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #c2c2c2;
    stroke-opacity: 0.75;
}

.series-b-light-100 .ct-series.ct-series-b .ct-area {
    fill: white;
}

.series-b-light-100 .ct-series.ct-series-b .ct-line {
    stroke: white;
    stroke-width: 3px;
}

.series-b-light-100 .ct-series.ct-series-b .ct-point {
    stroke: white;
    stroke-width: 6px;
}

.series-b-light-100 .ct-series.ct-series-b .ct-bar {
    stroke: white;
}

.series-b-light-100 .ct-series.ct-series-b .ct-slice-pie {
    fill: white;
}

.series-b-light-100 .ct-series.ct-series-b .ct-slice-donut {
    stroke: white;
}

.series-b-light-100.opacity-75 .ct-series.ct-series-b .ct-area {
    fill: white;
    fill-opacity: 0.65;
}

.series-b-light-100.opacity-75 .ct-series.ct-series-b .ct-line {
    stroke: white;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-b-light-100.opacity-75 .ct-series.ct-series-b .ct-point {
    stroke: white;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-b-light-100.opacity-75 .ct-series.ct-series-b .ct-bar {
    stroke: white;
    stroke-opacity: 0.75;
}

.series-b-light-100.opacity-75 .ct-series.ct-series-b .ct-slice-pie {
    fill: white;
    fill-opacity: 0.75;
}

.series-b-light-100.opacity-75 .ct-series.ct-series-b .ct-slice-donut {
    stroke: white;
    stroke-opacity: 0.75;
}

.series-b-light-200 .ct-series.ct-series-b .ct-area {
    fill: white;
}

.series-b-light-200 .ct-series.ct-series-b .ct-line {
    stroke: white;
    stroke-width: 3px;
}

.series-b-light-200 .ct-series.ct-series-b .ct-point {
    stroke: white;
    stroke-width: 6px;
}

.series-b-light-200 .ct-series.ct-series-b .ct-bar {
    stroke: white;
}

.series-b-light-200 .ct-series.ct-series-b .ct-slice-pie {
    fill: white;
}

.series-b-light-200 .ct-series.ct-series-b .ct-slice-donut {
    stroke: white;
}

.series-b-light-200.opacity-75 .ct-series.ct-series-b .ct-area {
    fill: white;
    fill-opacity: 0.65;
}

.series-b-light-200.opacity-75 .ct-series.ct-series-b .ct-line {
    stroke: white;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-b-light-200.opacity-75 .ct-series.ct-series-b .ct-point {
    stroke: white;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-b-light-200.opacity-75 .ct-series.ct-series-b .ct-bar {
    stroke: white;
    stroke-opacity: 0.75;
}

.series-b-light-200.opacity-75 .ct-series.ct-series-b .ct-slice-pie {
    fill: white;
    fill-opacity: 0.75;
}

.series-b-light-200.opacity-75 .ct-series.ct-series-b .ct-slice-donut {
    stroke: white;
    stroke-opacity: 0.75;
}

.series-b-light-300 .ct-series.ct-series-b .ct-area {
    fill: white;
}

.series-b-light-300 .ct-series.ct-series-b .ct-line {
    stroke: white;
    stroke-width: 3px;
}

.series-b-light-300 .ct-series.ct-series-b .ct-point {
    stroke: white;
    stroke-width: 6px;
}

.series-b-light-300 .ct-series.ct-series-b .ct-bar {
    stroke: white;
}

.series-b-light-300 .ct-series.ct-series-b .ct-slice-pie {
    fill: white;
}

.series-b-light-300 .ct-series.ct-series-b .ct-slice-donut {
    stroke: white;
}

.series-b-light-300.opacity-75 .ct-series.ct-series-b .ct-area {
    fill: white;
    fill-opacity: 0.65;
}

.series-b-light-300.opacity-75 .ct-series.ct-series-b .ct-line {
    stroke: white;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-b-light-300.opacity-75 .ct-series.ct-series-b .ct-point {
    stroke: white;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-b-light-300.opacity-75 .ct-series.ct-series-b .ct-bar {
    stroke: white;
    stroke-opacity: 0.75;
}

.series-b-light-300.opacity-75 .ct-series.ct-series-b .ct-slice-pie {
    fill: white;
    fill-opacity: 0.75;
}

.series-b-light-300.opacity-75 .ct-series.ct-series-b .ct-slice-donut {
    stroke: white;
    stroke-opacity: 0.75;
}

.series-b-light-400 .ct-series.ct-series-b .ct-area {
    fill: #fdfdfd;
}

.series-b-light-400 .ct-series.ct-series-b .ct-line {
    stroke: #fdfdfd;
    stroke-width: 3px;
}

.series-b-light-400 .ct-series.ct-series-b .ct-point {
    stroke: #fdfdfd;
    stroke-width: 6px;
}

.series-b-light-400 .ct-series.ct-series-b .ct-bar {
    stroke: #fdfdfd;
}

.series-b-light-400 .ct-series.ct-series-b .ct-slice-pie {
    fill: #fdfdfd;
}

.series-b-light-400 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #fdfdfd;
}

.series-b-light-400.opacity-75 .ct-series.ct-series-b .ct-area {
    fill: #fdfdfd;
    fill-opacity: 0.65;
}

.series-b-light-400.opacity-75 .ct-series.ct-series-b .ct-line {
    stroke: #fdfdfd;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-b-light-400.opacity-75 .ct-series.ct-series-b .ct-point {
    stroke: #fdfdfd;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-b-light-400.opacity-75 .ct-series.ct-series-b .ct-bar {
    stroke: #fdfdfd;
    stroke-opacity: 0.75;
}

.series-b-light-400.opacity-75 .ct-series.ct-series-b .ct-slice-pie {
    fill: #fdfdfd;
    fill-opacity: 0.75;
}

.series-b-light-400.opacity-75 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #fdfdfd;
    stroke-opacity: 0.75;
}

.series-b-light-500 .ct-series.ct-series-b .ct-area {
    fill: #f5f5f5;
}

.series-b-light-500 .ct-series.ct-series-b .ct-line {
    stroke: #f5f5f5;
    stroke-width: 3px;
}

.series-b-light-500 .ct-series.ct-series-b .ct-point {
    stroke: #f5f5f5;
    stroke-width: 6px;
}

.series-b-light-500 .ct-series.ct-series-b .ct-bar {
    stroke: #f5f5f5;
}

.series-b-light-500 .ct-series.ct-series-b .ct-slice-pie {
    fill: #f5f5f5;
}

.series-b-light-500 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #f5f5f5;
}

.series-b-light-500.opacity-75 .ct-series.ct-series-b .ct-area {
    fill: #f5f5f5;
    fill-opacity: 0.65;
}

.series-b-light-500.opacity-75 .ct-series.ct-series-b .ct-line {
    stroke: #f5f5f5;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-b-light-500.opacity-75 .ct-series.ct-series-b .ct-point {
    stroke: #f5f5f5;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-b-light-500.opacity-75 .ct-series.ct-series-b .ct-bar {
    stroke: #f5f5f5;
    stroke-opacity: 0.75;
}

.series-b-light-500.opacity-75 .ct-series.ct-series-b .ct-slice-pie {
    fill: #f5f5f5;
    fill-opacity: 0.75;
}

.series-b-light-500.opacity-75 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #f5f5f5;
    stroke-opacity: 0.75;
}

.series-b-light-600 .ct-series.ct-series-b .ct-area {
    fill: #ededed;
}

.series-b-light-600 .ct-series.ct-series-b .ct-line {
    stroke: #ededed;
    stroke-width: 3px;
}

.series-b-light-600 .ct-series.ct-series-b .ct-point {
    stroke: #ededed;
    stroke-width: 6px;
}

.series-b-light-600 .ct-series.ct-series-b .ct-bar {
    stroke: #ededed;
}

.series-b-light-600 .ct-series.ct-series-b .ct-slice-pie {
    fill: #ededed;
}

.series-b-light-600 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #ededed;
}

.series-b-light-600.opacity-75 .ct-series.ct-series-b .ct-area {
    fill: #ededed;
    fill-opacity: 0.65;
}

.series-b-light-600.opacity-75 .ct-series.ct-series-b .ct-line {
    stroke: #ededed;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-b-light-600.opacity-75 .ct-series.ct-series-b .ct-point {
    stroke: #ededed;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-b-light-600.opacity-75 .ct-series.ct-series-b .ct-bar {
    stroke: #ededed;
    stroke-opacity: 0.75;
}

.series-b-light-600.opacity-75 .ct-series.ct-series-b .ct-slice-pie {
    fill: #ededed;
    fill-opacity: 0.75;
}

.series-b-light-600.opacity-75 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #ededed;
    stroke-opacity: 0.75;
}

.series-b-light-700 .ct-series.ct-series-b .ct-area {
    fill: #e6e6e6;
}

.series-b-light-700 .ct-series.ct-series-b .ct-line {
    stroke: #e6e6e6;
    stroke-width: 3px;
}

.series-b-light-700 .ct-series.ct-series-b .ct-point {
    stroke: #e6e6e6;
    stroke-width: 6px;
}

.series-b-light-700 .ct-series.ct-series-b .ct-bar {
    stroke: #e6e6e6;
}

.series-b-light-700 .ct-series.ct-series-b .ct-slice-pie {
    fill: #e6e6e6;
}

.series-b-light-700 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #e6e6e6;
}

.series-b-light-700.opacity-75 .ct-series.ct-series-b .ct-area {
    fill: #e6e6e6;
    fill-opacity: 0.65;
}

.series-b-light-700.opacity-75 .ct-series.ct-series-b .ct-line {
    stroke: #e6e6e6;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-b-light-700.opacity-75 .ct-series.ct-series-b .ct-point {
    stroke: #e6e6e6;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-b-light-700.opacity-75 .ct-series.ct-series-b .ct-bar {
    stroke: #e6e6e6;
    stroke-opacity: 0.75;
}

.series-b-light-700.opacity-75 .ct-series.ct-series-b .ct-slice-pie {
    fill: #e6e6e6;
    fill-opacity: 0.75;
}

.series-b-light-700.opacity-75 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #e6e6e6;
    stroke-opacity: 0.75;
}

.series-b-light-800 .ct-series.ct-series-b .ct-area {
    fill: #dedede;
}

.series-b-light-800 .ct-series.ct-series-b .ct-line {
    stroke: #dedede;
    stroke-width: 3px;
}

.series-b-light-800 .ct-series.ct-series-b .ct-point {
    stroke: #dedede;
    stroke-width: 6px;
}

.series-b-light-800 .ct-series.ct-series-b .ct-bar {
    stroke: #dedede;
}

.series-b-light-800 .ct-series.ct-series-b .ct-slice-pie {
    fill: #dedede;
}

.series-b-light-800 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #dedede;
}

.series-b-light-800.opacity-75 .ct-series.ct-series-b .ct-area {
    fill: #dedede;
    fill-opacity: 0.65;
}

.series-b-light-800.opacity-75 .ct-series.ct-series-b .ct-line {
    stroke: #dedede;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-b-light-800.opacity-75 .ct-series.ct-series-b .ct-point {
    stroke: #dedede;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-b-light-800.opacity-75 .ct-series.ct-series-b .ct-bar {
    stroke: #dedede;
    stroke-opacity: 0.75;
}

.series-b-light-800.opacity-75 .ct-series.ct-series-b .ct-slice-pie {
    fill: #dedede;
    fill-opacity: 0.75;
}

.series-b-light-800.opacity-75 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #dedede;
    stroke-opacity: 0.75;
}

.series-b-light-900 .ct-series.ct-series-b .ct-area {
    fill: #d6d6d6;
}

.series-b-light-900 .ct-series.ct-series-b .ct-line {
    stroke: #d6d6d6;
    stroke-width: 3px;
}

.series-b-light-900 .ct-series.ct-series-b .ct-point {
    stroke: #d6d6d6;
    stroke-width: 6px;
}

.series-b-light-900 .ct-series.ct-series-b .ct-bar {
    stroke: #d6d6d6;
}

.series-b-light-900 .ct-series.ct-series-b .ct-slice-pie {
    fill: #d6d6d6;
}

.series-b-light-900 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #d6d6d6;
}

.series-b-light-900.opacity-75 .ct-series.ct-series-b .ct-area {
    fill: #d6d6d6;
    fill-opacity: 0.65;
}

.series-b-light-900.opacity-75 .ct-series.ct-series-b .ct-line {
    stroke: #d6d6d6;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-b-light-900.opacity-75 .ct-series.ct-series-b .ct-point {
    stroke: #d6d6d6;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-b-light-900.opacity-75 .ct-series.ct-series-b .ct-bar {
    stroke: #d6d6d6;
    stroke-opacity: 0.75;
}

.series-b-light-900.opacity-75 .ct-series.ct-series-b .ct-slice-pie {
    fill: #d6d6d6;
    fill-opacity: 0.75;
}

.series-b-light-900.opacity-75 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #d6d6d6;
    stroke-opacity: 0.75;
}

.series-b-dark-100 .ct-series.ct-series-b .ct-area {
    fill: #404655;
}

.series-b-dark-100 .ct-series.ct-series-b .ct-line {
    stroke: #404655;
    stroke-width: 3px;
}

.series-b-dark-100 .ct-series.ct-series-b .ct-point {
    stroke: #404655;
    stroke-width: 6px;
}

.series-b-dark-100 .ct-series.ct-series-b .ct-bar {
    stroke: #404655;
}

.series-b-dark-100 .ct-series.ct-series-b .ct-slice-pie {
    fill: #404655;
}

.series-b-dark-100 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #404655;
}

.series-b-dark-100.opacity-75 .ct-series.ct-series-b .ct-area {
    fill: #404655;
    fill-opacity: 0.65;
}

.series-b-dark-100.opacity-75 .ct-series.ct-series-b .ct-line {
    stroke: #404655;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-b-dark-100.opacity-75 .ct-series.ct-series-b .ct-point {
    stroke: #404655;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-b-dark-100.opacity-75 .ct-series.ct-series-b .ct-bar {
    stroke: #404655;
    stroke-opacity: 0.75;
}

.series-b-dark-100.opacity-75 .ct-series.ct-series-b .ct-slice-pie {
    fill: #404655;
    fill-opacity: 0.75;
}

.series-b-dark-100.opacity-75 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #404655;
    stroke-opacity: 0.75;
}

.series-b-dark-200 .ct-series.ct-series-b .ct-area {
    fill: #3a3e4c;
}

.series-b-dark-200 .ct-series.ct-series-b .ct-line {
    stroke: #3a3e4c;
    stroke-width: 3px;
}

.series-b-dark-200 .ct-series.ct-series-b .ct-point {
    stroke: #3a3e4c;
    stroke-width: 6px;
}

.series-b-dark-200 .ct-series.ct-series-b .ct-bar {
    stroke: #3a3e4c;
}

.series-b-dark-200 .ct-series.ct-series-b .ct-slice-pie {
    fill: #3a3e4c;
}

.series-b-dark-200 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #3a3e4c;
}

.series-b-dark-200.opacity-75 .ct-series.ct-series-b .ct-area {
    fill: #3a3e4c;
    fill-opacity: 0.65;
}

.series-b-dark-200.opacity-75 .ct-series.ct-series-b .ct-line {
    stroke: #3a3e4c;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-b-dark-200.opacity-75 .ct-series.ct-series-b .ct-point {
    stroke: #3a3e4c;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-b-dark-200.opacity-75 .ct-series.ct-series-b .ct-bar {
    stroke: #3a3e4c;
    stroke-opacity: 0.75;
}

.series-b-dark-200.opacity-75 .ct-series.ct-series-b .ct-slice-pie {
    fill: #3a3e4c;
    fill-opacity: 0.75;
}

.series-b-dark-200.opacity-75 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #3a3e4c;
    stroke-opacity: 0.75;
}

.series-b-dark-300 .ct-series.ct-series-b .ct-area {
    fill: #333743;
}

.series-b-dark-300 .ct-series.ct-series-b .ct-line {
    stroke: #333743;
    stroke-width: 3px;
}

.series-b-dark-300 .ct-series.ct-series-b .ct-point {
    stroke: #333743;
    stroke-width: 6px;
}

.series-b-dark-300 .ct-series.ct-series-b .ct-bar {
    stroke: #333743;
}

.series-b-dark-300 .ct-series.ct-series-b .ct-slice-pie {
    fill: #333743;
}

.series-b-dark-300 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #333743;
}

.series-b-dark-300.opacity-75 .ct-series.ct-series-b .ct-area {
    fill: #333743;
    fill-opacity: 0.65;
}

.series-b-dark-300.opacity-75 .ct-series.ct-series-b .ct-line {
    stroke: #333743;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-b-dark-300.opacity-75 .ct-series.ct-series-b .ct-point {
    stroke: #333743;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-b-dark-300.opacity-75 .ct-series.ct-series-b .ct-bar {
    stroke: #333743;
    stroke-opacity: 0.75;
}

.series-b-dark-300.opacity-75 .ct-series.ct-series-b .ct-slice-pie {
    fill: #333743;
    fill-opacity: 0.75;
}

.series-b-dark-300.opacity-75 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #333743;
    stroke-opacity: 0.75;
}

.series-b-dark-400 .ct-series.ct-series-b .ct-area {
    fill: #2d303b;
}

.series-b-dark-400 .ct-series.ct-series-b .ct-line {
    stroke: #2d303b;
    stroke-width: 3px;
}

.series-b-dark-400 .ct-series.ct-series-b .ct-point {
    stroke: #2d303b;
    stroke-width: 6px;
}

.series-b-dark-400 .ct-series.ct-series-b .ct-bar {
    stroke: #2d303b;
}

.series-b-dark-400 .ct-series.ct-series-b .ct-slice-pie {
    fill: #2d303b;
}

.series-b-dark-400 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #2d303b;
}

.series-b-dark-400.opacity-75 .ct-series.ct-series-b .ct-area {
    fill: #2d303b;
    fill-opacity: 0.65;
}

.series-b-dark-400.opacity-75 .ct-series.ct-series-b .ct-line {
    stroke: #2d303b;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-b-dark-400.opacity-75 .ct-series.ct-series-b .ct-point {
    stroke: #2d303b;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-b-dark-400.opacity-75 .ct-series.ct-series-b .ct-bar {
    stroke: #2d303b;
    stroke-opacity: 0.75;
}

.series-b-dark-400.opacity-75 .ct-series.ct-series-b .ct-slice-pie {
    fill: #2d303b;
    fill-opacity: 0.75;
}

.series-b-dark-400.opacity-75 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #2d303b;
    stroke-opacity: 0.75;
}

.series-b-dark-500 .ct-series.ct-series-b .ct-area {
    fill: #262932;
}

.series-b-dark-500 .ct-series.ct-series-b .ct-line {
    stroke: #262932;
    stroke-width: 3px;
}

.series-b-dark-500 .ct-series.ct-series-b .ct-point {
    stroke: #262932;
    stroke-width: 6px;
}

.series-b-dark-500 .ct-series.ct-series-b .ct-bar {
    stroke: #262932;
}

.series-b-dark-500 .ct-series.ct-series-b .ct-slice-pie {
    fill: #262932;
}

.series-b-dark-500 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #262932;
}

.series-b-dark-500.opacity-75 .ct-series.ct-series-b .ct-area {
    fill: #262932;
    fill-opacity: 0.65;
}

.series-b-dark-500.opacity-75 .ct-series.ct-series-b .ct-line {
    stroke: #262932;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-b-dark-500.opacity-75 .ct-series.ct-series-b .ct-point {
    stroke: #262932;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-b-dark-500.opacity-75 .ct-series.ct-series-b .ct-bar {
    stroke: #262932;
    stroke-opacity: 0.75;
}

.series-b-dark-500.opacity-75 .ct-series.ct-series-b .ct-slice-pie {
    fill: #262932;
    fill-opacity: 0.75;
}

.series-b-dark-500.opacity-75 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #262932;
    stroke-opacity: 0.75;
}

.series-b-dark-600 .ct-series.ct-series-b .ct-area {
    fill: #1f2229;
}

.series-b-dark-600 .ct-series.ct-series-b .ct-line {
    stroke: #1f2229;
    stroke-width: 3px;
}

.series-b-dark-600 .ct-series.ct-series-b .ct-point {
    stroke: #1f2229;
    stroke-width: 6px;
}

.series-b-dark-600 .ct-series.ct-series-b .ct-bar {
    stroke: #1f2229;
}

.series-b-dark-600 .ct-series.ct-series-b .ct-slice-pie {
    fill: #1f2229;
}

.series-b-dark-600 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #1f2229;
}

.series-b-dark-600.opacity-75 .ct-series.ct-series-b .ct-area {
    fill: #1f2229;
    fill-opacity: 0.65;
}

.series-b-dark-600.opacity-75 .ct-series.ct-series-b .ct-line {
    stroke: #1f2229;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-b-dark-600.opacity-75 .ct-series.ct-series-b .ct-point {
    stroke: #1f2229;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-b-dark-600.opacity-75 .ct-series.ct-series-b .ct-bar {
    stroke: #1f2229;
    stroke-opacity: 0.75;
}

.series-b-dark-600.opacity-75 .ct-series.ct-series-b .ct-slice-pie {
    fill: #1f2229;
    fill-opacity: 0.75;
}

.series-b-dark-600.opacity-75 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #1f2229;
    stroke-opacity: 0.75;
}

.series-b-dark-700 .ct-series.ct-series-b .ct-area {
    fill: #191b21;
}

.series-b-dark-700 .ct-series.ct-series-b .ct-line {
    stroke: #191b21;
    stroke-width: 3px;
}

.series-b-dark-700 .ct-series.ct-series-b .ct-point {
    stroke: #191b21;
    stroke-width: 6px;
}

.series-b-dark-700 .ct-series.ct-series-b .ct-bar {
    stroke: #191b21;
}

.series-b-dark-700 .ct-series.ct-series-b .ct-slice-pie {
    fill: #191b21;
}

.series-b-dark-700 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #191b21;
}

.series-b-dark-700.opacity-75 .ct-series.ct-series-b .ct-area {
    fill: #191b21;
    fill-opacity: 0.65;
}

.series-b-dark-700.opacity-75 .ct-series.ct-series-b .ct-line {
    stroke: #191b21;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-b-dark-700.opacity-75 .ct-series.ct-series-b .ct-point {
    stroke: #191b21;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-b-dark-700.opacity-75 .ct-series.ct-series-b .ct-bar {
    stroke: #191b21;
    stroke-opacity: 0.75;
}

.series-b-dark-700.opacity-75 .ct-series.ct-series-b .ct-slice-pie {
    fill: #191b21;
    fill-opacity: 0.75;
}

.series-b-dark-700.opacity-75 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #191b21;
    stroke-opacity: 0.75;
}

.series-b-dark-800 .ct-series.ct-series-b .ct-area {
    fill: #121418;
}

.series-b-dark-800 .ct-series.ct-series-b .ct-line {
    stroke: #121418;
    stroke-width: 3px;
}

.series-b-dark-800 .ct-series.ct-series-b .ct-point {
    stroke: #121418;
    stroke-width: 6px;
}

.series-b-dark-800 .ct-series.ct-series-b .ct-bar {
    stroke: #121418;
}

.series-b-dark-800 .ct-series.ct-series-b .ct-slice-pie {
    fill: #121418;
}

.series-b-dark-800 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #121418;
}

.series-b-dark-800.opacity-75 .ct-series.ct-series-b .ct-area {
    fill: #121418;
    fill-opacity: 0.65;
}

.series-b-dark-800.opacity-75 .ct-series.ct-series-b .ct-line {
    stroke: #121418;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-b-dark-800.opacity-75 .ct-series.ct-series-b .ct-point {
    stroke: #121418;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-b-dark-800.opacity-75 .ct-series.ct-series-b .ct-bar {
    stroke: #121418;
    stroke-opacity: 0.75;
}

.series-b-dark-800.opacity-75 .ct-series.ct-series-b .ct-slice-pie {
    fill: #121418;
    fill-opacity: 0.75;
}

.series-b-dark-800.opacity-75 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #121418;
    stroke-opacity: 0.75;
}

.series-b-dark-900 .ct-series.ct-series-b .ct-area {
    fill: #0c0c0f;
}

.series-b-dark-900 .ct-series.ct-series-b .ct-line {
    stroke: #0c0c0f;
    stroke-width: 3px;
}

.series-b-dark-900 .ct-series.ct-series-b .ct-point {
    stroke: #0c0c0f;
    stroke-width: 6px;
}

.series-b-dark-900 .ct-series.ct-series-b .ct-bar {
    stroke: #0c0c0f;
}

.series-b-dark-900 .ct-series.ct-series-b .ct-slice-pie {
    fill: #0c0c0f;
}

.series-b-dark-900 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #0c0c0f;
}

.series-b-dark-900.opacity-75 .ct-series.ct-series-b .ct-area {
    fill: #0c0c0f;
    fill-opacity: 0.65;
}

.series-b-dark-900.opacity-75 .ct-series.ct-series-b .ct-line {
    stroke: #0c0c0f;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-b-dark-900.opacity-75 .ct-series.ct-series-b .ct-point {
    stroke: #0c0c0f;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-b-dark-900.opacity-75 .ct-series.ct-series-b .ct-bar {
    stroke: #0c0c0f;
    stroke-opacity: 0.75;
}

.series-b-dark-900.opacity-75 .ct-series.ct-series-b .ct-slice-pie {
    fill: #0c0c0f;
    fill-opacity: 0.75;
}

.series-b-dark-900.opacity-75 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #0c0c0f;
    stroke-opacity: 0.75;
}

.series-b-default .ct-series.ct-series-b .ct-area {
    fill: #5bc0de;
}

.series-b-default .ct-series.ct-series-b .ct-line {
    stroke: #5bc0de;
    stroke-width: 3px;
}

.series-b-default .ct-series.ct-series-b .ct-point {
    stroke: #5bc0de;
    stroke-width: 6px;
}

.series-b-default .ct-series.ct-series-b .ct-bar {
    stroke: #5bc0de;
}

.series-b-default .ct-series.ct-series-b .ct-slice-pie {
    fill: #5bc0de;
}

.series-b-default .ct-series.ct-series-b .ct-slice-donut {
    stroke: #5bc0de;
}

.series-b-default.opacity-75 .ct-series.ct-series-b .ct-area {
    fill: #5bc0de;
    fill-opacity: 0.65;
}

.series-b-default.opacity-75 .ct-series.ct-series-b .ct-line {
    stroke: #5bc0de;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-b-default.opacity-75 .ct-series.ct-series-b .ct-point {
    stroke: #5bc0de;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-b-default.opacity-75 .ct-series.ct-series-b .ct-bar {
    stroke: #5bc0de;
    stroke-opacity: 0.75;
}

.series-b-default.opacity-75 .ct-series.ct-series-b .ct-slice-pie {
    fill: #5bc0de;
    fill-opacity: 0.75;
}

.series-b-default.opacity-75 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #5bc0de;
    stroke-opacity: 0.75;
}

.series-b-default-100 .ct-series.ct-series-b .ct-area {
    fill: #8ed4e8;
}

.series-b-default-100 .ct-series.ct-series-b .ct-line {
    stroke: #8ed4e8;
    stroke-width: 3px;
}

.series-b-default-100 .ct-series.ct-series-b .ct-point {
    stroke: #8ed4e8;
    stroke-width: 6px;
}

.series-b-default-100 .ct-series.ct-series-b .ct-bar {
    stroke: #8ed4e8;
}

.series-b-default-100 .ct-series.ct-series-b .ct-slice-pie {
    fill: #8ed4e8;
}

.series-b-default-100 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #8ed4e8;
}

.series-b-default-100.opacity-75 .ct-series.ct-series-b .ct-area {
    fill: #8ed4e8;
    fill-opacity: 0.65;
}

.series-b-default-100.opacity-75 .ct-series.ct-series-b .ct-line {
    stroke: #8ed4e8;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-b-default-100.opacity-75 .ct-series.ct-series-b .ct-point {
    stroke: #8ed4e8;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-b-default-100.opacity-75 .ct-series.ct-series-b .ct-bar {
    stroke: #8ed4e8;
    stroke-opacity: 0.75;
}

.series-b-default-100.opacity-75 .ct-series.ct-series-b .ct-slice-pie {
    fill: #8ed4e8;
    fill-opacity: 0.75;
}

.series-b-default-100.opacity-75 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #8ed4e8;
    stroke-opacity: 0.75;
}

.series-b-default-200 .ct-series.ct-series-b .ct-area {
    fill: #81cfe6;
}

.series-b-default-200 .ct-series.ct-series-b .ct-line {
    stroke: #81cfe6;
    stroke-width: 3px;
}

.series-b-default-200 .ct-series.ct-series-b .ct-point {
    stroke: #81cfe6;
    stroke-width: 6px;
}

.series-b-default-200 .ct-series.ct-series-b .ct-bar {
    stroke: #81cfe6;
}

.series-b-default-200 .ct-series.ct-series-b .ct-slice-pie {
    fill: #81cfe6;
}

.series-b-default-200 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #81cfe6;
}

.series-b-default-200.opacity-75 .ct-series.ct-series-b .ct-area {
    fill: #81cfe6;
    fill-opacity: 0.65;
}

.series-b-default-200.opacity-75 .ct-series.ct-series-b .ct-line {
    stroke: #81cfe6;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-b-default-200.opacity-75 .ct-series.ct-series-b .ct-point {
    stroke: #81cfe6;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-b-default-200.opacity-75 .ct-series.ct-series-b .ct-bar {
    stroke: #81cfe6;
    stroke-opacity: 0.75;
}

.series-b-default-200.opacity-75 .ct-series.ct-series-b .ct-slice-pie {
    fill: #81cfe6;
    fill-opacity: 0.75;
}

.series-b-default-200.opacity-75 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #81cfe6;
    stroke-opacity: 0.75;
}

.series-b-default-300 .ct-series.ct-series-b .ct-area {
    fill: #74cae3;
}

.series-b-default-300 .ct-series.ct-series-b .ct-line {
    stroke: #74cae3;
    stroke-width: 3px;
}

.series-b-default-300 .ct-series.ct-series-b .ct-point {
    stroke: #74cae3;
    stroke-width: 6px;
}

.series-b-default-300 .ct-series.ct-series-b .ct-bar {
    stroke: #74cae3;
}

.series-b-default-300 .ct-series.ct-series-b .ct-slice-pie {
    fill: #74cae3;
}

.series-b-default-300 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #74cae3;
}

.series-b-default-300.opacity-75 .ct-series.ct-series-b .ct-area {
    fill: #74cae3;
    fill-opacity: 0.65;
}

.series-b-default-300.opacity-75 .ct-series.ct-series-b .ct-line {
    stroke: #74cae3;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-b-default-300.opacity-75 .ct-series.ct-series-b .ct-point {
    stroke: #74cae3;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-b-default-300.opacity-75 .ct-series.ct-series-b .ct-bar {
    stroke: #74cae3;
    stroke-opacity: 0.75;
}

.series-b-default-300.opacity-75 .ct-series.ct-series-b .ct-slice-pie {
    fill: #74cae3;
    fill-opacity: 0.75;
}

.series-b-default-300.opacity-75 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #74cae3;
    stroke-opacity: 0.75;
}

.series-b-default-400 .ct-series.ct-series-b .ct-area {
    fill: #68c5e1;
}

.series-b-default-400 .ct-series.ct-series-b .ct-line {
    stroke: #68c5e1;
    stroke-width: 3px;
}

.series-b-default-400 .ct-series.ct-series-b .ct-point {
    stroke: #68c5e1;
    stroke-width: 6px;
}

.series-b-default-400 .ct-series.ct-series-b .ct-bar {
    stroke: #68c5e1;
}

.series-b-default-400 .ct-series.ct-series-b .ct-slice-pie {
    fill: #68c5e1;
}

.series-b-default-400 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #68c5e1;
}

.series-b-default-400.opacity-75 .ct-series.ct-series-b .ct-area {
    fill: #68c5e1;
    fill-opacity: 0.65;
}

.series-b-default-400.opacity-75 .ct-series.ct-series-b .ct-line {
    stroke: #68c5e1;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-b-default-400.opacity-75 .ct-series.ct-series-b .ct-point {
    stroke: #68c5e1;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-b-default-400.opacity-75 .ct-series.ct-series-b .ct-bar {
    stroke: #68c5e1;
    stroke-opacity: 0.75;
}

.series-b-default-400.opacity-75 .ct-series.ct-series-b .ct-slice-pie {
    fill: #68c5e1;
    fill-opacity: 0.75;
}

.series-b-default-400.opacity-75 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #68c5e1;
    stroke-opacity: 0.75;
}

.series-b-default-500 .ct-series.ct-series-b .ct-area {
    fill: #5bc0de;
}

.series-b-default-500 .ct-series.ct-series-b .ct-line {
    stroke: #5bc0de;
    stroke-width: 3px;
}

.series-b-default-500 .ct-series.ct-series-b .ct-point {
    stroke: #5bc0de;
    stroke-width: 6px;
}

.series-b-default-500 .ct-series.ct-series-b .ct-bar {
    stroke: #5bc0de;
}

.series-b-default-500 .ct-series.ct-series-b .ct-slice-pie {
    fill: #5bc0de;
}

.series-b-default-500 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #5bc0de;
}

.series-b-default-500.opacity-75 .ct-series.ct-series-b .ct-area {
    fill: #5bc0de;
    fill-opacity: 0.65;
}

.series-b-default-500.opacity-75 .ct-series.ct-series-b .ct-line {
    stroke: #5bc0de;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-b-default-500.opacity-75 .ct-series.ct-series-b .ct-point {
    stroke: #5bc0de;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-b-default-500.opacity-75 .ct-series.ct-series-b .ct-bar {
    stroke: #5bc0de;
    stroke-opacity: 0.75;
}

.series-b-default-500.opacity-75 .ct-series.ct-series-b .ct-slice-pie {
    fill: #5bc0de;
    fill-opacity: 0.75;
}

.series-b-default-500.opacity-75 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #5bc0de;
    stroke-opacity: 0.75;
}

.series-b-default-600 .ct-series.ct-series-b .ct-area {
    fill: #4ebbdb;
}

.series-b-default-600 .ct-series.ct-series-b .ct-line {
    stroke: #4ebbdb;
    stroke-width: 3px;
}

.series-b-default-600 .ct-series.ct-series-b .ct-point {
    stroke: #4ebbdb;
    stroke-width: 6px;
}

.series-b-default-600 .ct-series.ct-series-b .ct-bar {
    stroke: #4ebbdb;
}

.series-b-default-600 .ct-series.ct-series-b .ct-slice-pie {
    fill: #4ebbdb;
}

.series-b-default-600 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #4ebbdb;
}

.series-b-default-600.opacity-75 .ct-series.ct-series-b .ct-area {
    fill: #4ebbdb;
    fill-opacity: 0.65;
}

.series-b-default-600.opacity-75 .ct-series.ct-series-b .ct-line {
    stroke: #4ebbdb;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-b-default-600.opacity-75 .ct-series.ct-series-b .ct-point {
    stroke: #4ebbdb;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-b-default-600.opacity-75 .ct-series.ct-series-b .ct-bar {
    stroke: #4ebbdb;
    stroke-opacity: 0.75;
}

.series-b-default-600.opacity-75 .ct-series.ct-series-b .ct-slice-pie {
    fill: #4ebbdb;
    fill-opacity: 0.75;
}

.series-b-default-600.opacity-75 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #4ebbdb;
    stroke-opacity: 0.75;
}

.series-b-default-700 .ct-series.ct-series-b .ct-area {
    fill: #42b6d9;
}

.series-b-default-700 .ct-series.ct-series-b .ct-line {
    stroke: #42b6d9;
    stroke-width: 3px;
}

.series-b-default-700 .ct-series.ct-series-b .ct-point {
    stroke: #42b6d9;
    stroke-width: 6px;
}

.series-b-default-700 .ct-series.ct-series-b .ct-bar {
    stroke: #42b6d9;
}

.series-b-default-700 .ct-series.ct-series-b .ct-slice-pie {
    fill: #42b6d9;
}

.series-b-default-700 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #42b6d9;
}

.series-b-default-700.opacity-75 .ct-series.ct-series-b .ct-area {
    fill: #42b6d9;
    fill-opacity: 0.65;
}

.series-b-default-700.opacity-75 .ct-series.ct-series-b .ct-line {
    stroke: #42b6d9;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-b-default-700.opacity-75 .ct-series.ct-series-b .ct-point {
    stroke: #42b6d9;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-b-default-700.opacity-75 .ct-series.ct-series-b .ct-bar {
    stroke: #42b6d9;
    stroke-opacity: 0.75;
}

.series-b-default-700.opacity-75 .ct-series.ct-series-b .ct-slice-pie {
    fill: #42b6d9;
    fill-opacity: 0.75;
}

.series-b-default-700.opacity-75 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #42b6d9;
    stroke-opacity: 0.75;
}

.series-b-default-800 .ct-series.ct-series-b .ct-area {
    fill: #35b1d6;
}

.series-b-default-800 .ct-series.ct-series-b .ct-line {
    stroke: #35b1d6;
    stroke-width: 3px;
}

.series-b-default-800 .ct-series.ct-series-b .ct-point {
    stroke: #35b1d6;
    stroke-width: 6px;
}

.series-b-default-800 .ct-series.ct-series-b .ct-bar {
    stroke: #35b1d6;
}

.series-b-default-800 .ct-series.ct-series-b .ct-slice-pie {
    fill: #35b1d6;
}

.series-b-default-800 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #35b1d6;
}

.series-b-default-800.opacity-75 .ct-series.ct-series-b .ct-area {
    fill: #35b1d6;
    fill-opacity: 0.65;
}

.series-b-default-800.opacity-75 .ct-series.ct-series-b .ct-line {
    stroke: #35b1d6;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-b-default-800.opacity-75 .ct-series.ct-series-b .ct-point {
    stroke: #35b1d6;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-b-default-800.opacity-75 .ct-series.ct-series-b .ct-bar {
    stroke: #35b1d6;
    stroke-opacity: 0.75;
}

.series-b-default-800.opacity-75 .ct-series.ct-series-b .ct-slice-pie {
    fill: #35b1d6;
    fill-opacity: 0.75;
}

.series-b-default-800.opacity-75 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #35b1d6;
    stroke-opacity: 0.75;
}

.series-b-default-900 .ct-series.ct-series-b .ct-area {
    fill: #2aabd2;
}

.series-b-default-900 .ct-series.ct-series-b .ct-line {
    stroke: #2aabd2;
    stroke-width: 3px;
}

.series-b-default-900 .ct-series.ct-series-b .ct-point {
    stroke: #2aabd2;
    stroke-width: 6px;
}

.series-b-default-900 .ct-series.ct-series-b .ct-bar {
    stroke: #2aabd2;
}

.series-b-default-900 .ct-series.ct-series-b .ct-slice-pie {
    fill: #2aabd2;
}

.series-b-default-900 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #2aabd2;
}

.series-b-default-900.opacity-75 .ct-series.ct-series-b .ct-area {
    fill: #2aabd2;
    fill-opacity: 0.65;
}

.series-b-default-900.opacity-75 .ct-series.ct-series-b .ct-line {
    stroke: #2aabd2;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-b-default-900.opacity-75 .ct-series.ct-series-b .ct-point {
    stroke: #2aabd2;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-b-default-900.opacity-75 .ct-series.ct-series-b .ct-bar {
    stroke: #2aabd2;
    stroke-opacity: 0.75;
}

.series-b-default-900.opacity-75 .ct-series.ct-series-b .ct-slice-pie {
    fill: #2aabd2;
    fill-opacity: 0.75;
}

.series-b-default-900.opacity-75 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #2aabd2;
    stroke-opacity: 0.75;
}

.series-b-primary .ct-series.ct-series-b .ct-area {
    fill: #0275d8;
}

.series-b-primary .ct-series.ct-series-b .ct-line {
    stroke: #0275d8;
    stroke-width: 3px;
}

.series-b-primary .ct-series.ct-series-b .ct-point {
    stroke: #0275d8;
    stroke-width: 6px;
}

.series-b-primary .ct-series.ct-series-b .ct-bar {
    stroke: #0275d8;
}

.series-b-primary .ct-series.ct-series-b .ct-slice-pie {
    fill: #0275d8;
}

.series-b-primary .ct-series.ct-series-b .ct-slice-donut {
    stroke: #0275d8;
}

.series-b-primary.opacity-75 .ct-series.ct-series-b .ct-area {
    fill: #0275d8;
    fill-opacity: 0.65;
}

.series-b-primary.opacity-75 .ct-series.ct-series-b .ct-line {
    stroke: #0275d8;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-b-primary.opacity-75 .ct-series.ct-series-b .ct-point {
    stroke: #0275d8;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-b-primary.opacity-75 .ct-series.ct-series-b .ct-bar {
    stroke: #0275d8;
    stroke-opacity: 0.75;
}

.series-b-primary.opacity-75 .ct-series.ct-series-b .ct-slice-pie {
    fill: #0275d8;
    fill-opacity: 0.75;
}

.series-b-primary.opacity-75 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #0275d8;
    stroke-opacity: 0.75;
}

.series-b-primary-100 .ct-series.ct-series-b .ct-area {
    fill: #1a94fd;
}

.series-b-primary-100 .ct-series.ct-series-b .ct-line {
    stroke: #1a94fd;
    stroke-width: 3px;
}

.series-b-primary-100 .ct-series.ct-series-b .ct-point {
    stroke: #1a94fd;
    stroke-width: 6px;
}

.series-b-primary-100 .ct-series.ct-series-b .ct-bar {
    stroke: #1a94fd;
}

.series-b-primary-100 .ct-series.ct-series-b .ct-slice-pie {
    fill: #1a94fd;
}

.series-b-primary-100 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #1a94fd;
}

.series-b-primary-100.opacity-75 .ct-series.ct-series-b .ct-area {
    fill: #1a94fd;
    fill-opacity: 0.65;
}

.series-b-primary-100.opacity-75 .ct-series.ct-series-b .ct-line {
    stroke: #1a94fd;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-b-primary-100.opacity-75 .ct-series.ct-series-b .ct-point {
    stroke: #1a94fd;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-b-primary-100.opacity-75 .ct-series.ct-series-b .ct-bar {
    stroke: #1a94fd;
    stroke-opacity: 0.75;
}

.series-b-primary-100.opacity-75 .ct-series.ct-series-b .ct-slice-pie {
    fill: #1a94fd;
    fill-opacity: 0.75;
}

.series-b-primary-100.opacity-75 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #1a94fd;
    stroke-opacity: 0.75;
}

.series-b-primary-200 .ct-series.ct-series-b .ct-area {
    fill: #0b8dfd;
}

.series-b-primary-200 .ct-series.ct-series-b .ct-line {
    stroke: #0b8dfd;
    stroke-width: 3px;
}

.series-b-primary-200 .ct-series.ct-series-b .ct-point {
    stroke: #0b8dfd;
    stroke-width: 6px;
}

.series-b-primary-200 .ct-series.ct-series-b .ct-bar {
    stroke: #0b8dfd;
}

.series-b-primary-200 .ct-series.ct-series-b .ct-slice-pie {
    fill: #0b8dfd;
}

.series-b-primary-200 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #0b8dfd;
}

.series-b-primary-200.opacity-75 .ct-series.ct-series-b .ct-area {
    fill: #0b8dfd;
    fill-opacity: 0.65;
}

.series-b-primary-200.opacity-75 .ct-series.ct-series-b .ct-line {
    stroke: #0b8dfd;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-b-primary-200.opacity-75 .ct-series.ct-series-b .ct-point {
    stroke: #0b8dfd;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-b-primary-200.opacity-75 .ct-series.ct-series-b .ct-bar {
    stroke: #0b8dfd;
    stroke-opacity: 0.75;
}

.series-b-primary-200.opacity-75 .ct-series.ct-series-b .ct-slice-pie {
    fill: #0b8dfd;
    fill-opacity: 0.75;
}

.series-b-primary-200.opacity-75 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #0b8dfd;
    stroke-opacity: 0.75;
}

.series-b-primary-300 .ct-series.ct-series-b .ct-area {
    fill: #0285f6;
}

.series-b-primary-300 .ct-series.ct-series-b .ct-line {
    stroke: #0285f6;
    stroke-width: 3px;
}

.series-b-primary-300 .ct-series.ct-series-b .ct-point {
    stroke: #0285f6;
    stroke-width: 6px;
}

.series-b-primary-300 .ct-series.ct-series-b .ct-bar {
    stroke: #0285f6;
}

.series-b-primary-300 .ct-series.ct-series-b .ct-slice-pie {
    fill: #0285f6;
}

.series-b-primary-300 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #0285f6;
}

.series-b-primary-300.opacity-75 .ct-series.ct-series-b .ct-area {
    fill: #0285f6;
    fill-opacity: 0.65;
}

.series-b-primary-300.opacity-75 .ct-series.ct-series-b .ct-line {
    stroke: #0285f6;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-b-primary-300.opacity-75 .ct-series.ct-series-b .ct-point {
    stroke: #0285f6;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-b-primary-300.opacity-75 .ct-series.ct-series-b .ct-bar {
    stroke: #0285f6;
    stroke-opacity: 0.75;
}

.series-b-primary-300.opacity-75 .ct-series.ct-series-b .ct-slice-pie {
    fill: #0285f6;
    fill-opacity: 0.75;
}

.series-b-primary-300.opacity-75 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #0285f6;
    stroke-opacity: 0.75;
}

.series-b-primary-400 .ct-series.ct-series-b .ct-area {
    fill: #027de7;
}

.series-b-primary-400 .ct-series.ct-series-b .ct-line {
    stroke: #027de7;
    stroke-width: 3px;
}

.series-b-primary-400 .ct-series.ct-series-b .ct-point {
    stroke: #027de7;
    stroke-width: 6px;
}

.series-b-primary-400 .ct-series.ct-series-b .ct-bar {
    stroke: #027de7;
}

.series-b-primary-400 .ct-series.ct-series-b .ct-slice-pie {
    fill: #027de7;
}

.series-b-primary-400 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #027de7;
}

.series-b-primary-400.opacity-75 .ct-series.ct-series-b .ct-area {
    fill: #027de7;
    fill-opacity: 0.65;
}

.series-b-primary-400.opacity-75 .ct-series.ct-series-b .ct-line {
    stroke: #027de7;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-b-primary-400.opacity-75 .ct-series.ct-series-b .ct-point {
    stroke: #027de7;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-b-primary-400.opacity-75 .ct-series.ct-series-b .ct-bar {
    stroke: #027de7;
    stroke-opacity: 0.75;
}

.series-b-primary-400.opacity-75 .ct-series.ct-series-b .ct-slice-pie {
    fill: #027de7;
    fill-opacity: 0.75;
}

.series-b-primary-400.opacity-75 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #027de7;
    stroke-opacity: 0.75;
}

.series-b-primary-500 .ct-series.ct-series-b .ct-area {
    fill: #0275d8;
}

.series-b-primary-500 .ct-series.ct-series-b .ct-line {
    stroke: #0275d8;
    stroke-width: 3px;
}

.series-b-primary-500 .ct-series.ct-series-b .ct-point {
    stroke: #0275d8;
    stroke-width: 6px;
}

.series-b-primary-500 .ct-series.ct-series-b .ct-bar {
    stroke: #0275d8;
}

.series-b-primary-500 .ct-series.ct-series-b .ct-slice-pie {
    fill: #0275d8;
}

.series-b-primary-500 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #0275d8;
}

.series-b-primary-500.opacity-75 .ct-series.ct-series-b .ct-area {
    fill: #0275d8;
    fill-opacity: 0.65;
}

.series-b-primary-500.opacity-75 .ct-series.ct-series-b .ct-line {
    stroke: #0275d8;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-b-primary-500.opacity-75 .ct-series.ct-series-b .ct-point {
    stroke: #0275d8;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-b-primary-500.opacity-75 .ct-series.ct-series-b .ct-bar {
    stroke: #0275d8;
    stroke-opacity: 0.75;
}

.series-b-primary-500.opacity-75 .ct-series.ct-series-b .ct-slice-pie {
    fill: #0275d8;
    fill-opacity: 0.75;
}

.series-b-primary-500.opacity-75 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #0275d8;
    stroke-opacity: 0.75;
}

.series-b-primary-600 .ct-series.ct-series-b .ct-area {
    fill: #026dc9;
}

.series-b-primary-600 .ct-series.ct-series-b .ct-line {
    stroke: #026dc9;
    stroke-width: 3px;
}

.series-b-primary-600 .ct-series.ct-series-b .ct-point {
    stroke: #026dc9;
    stroke-width: 6px;
}

.series-b-primary-600 .ct-series.ct-series-b .ct-bar {
    stroke: #026dc9;
}

.series-b-primary-600 .ct-series.ct-series-b .ct-slice-pie {
    fill: #026dc9;
}

.series-b-primary-600 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #026dc9;
}

.series-b-primary-600.opacity-75 .ct-series.ct-series-b .ct-area {
    fill: #026dc9;
    fill-opacity: 0.65;
}

.series-b-primary-600.opacity-75 .ct-series.ct-series-b .ct-line {
    stroke: #026dc9;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-b-primary-600.opacity-75 .ct-series.ct-series-b .ct-point {
    stroke: #026dc9;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-b-primary-600.opacity-75 .ct-series.ct-series-b .ct-bar {
    stroke: #026dc9;
    stroke-opacity: 0.75;
}

.series-b-primary-600.opacity-75 .ct-series.ct-series-b .ct-slice-pie {
    fill: #026dc9;
    fill-opacity: 0.75;
}

.series-b-primary-600.opacity-75 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #026dc9;
    stroke-opacity: 0.75;
}

.series-b-primary-700 .ct-series.ct-series-b .ct-area {
    fill: #0265ba;
}

.series-b-primary-700 .ct-series.ct-series-b .ct-line {
    stroke: #0265ba;
    stroke-width: 3px;
}

.series-b-primary-700 .ct-series.ct-series-b .ct-point {
    stroke: #0265ba;
    stroke-width: 6px;
}

.series-b-primary-700 .ct-series.ct-series-b .ct-bar {
    stroke: #0265ba;
}

.series-b-primary-700 .ct-series.ct-series-b .ct-slice-pie {
    fill: #0265ba;
}

.series-b-primary-700 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #0265ba;
}

.series-b-primary-700.opacity-75 .ct-series.ct-series-b .ct-area {
    fill: #0265ba;
    fill-opacity: 0.65;
}

.series-b-primary-700.opacity-75 .ct-series.ct-series-b .ct-line {
    stroke: #0265ba;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-b-primary-700.opacity-75 .ct-series.ct-series-b .ct-point {
    stroke: #0265ba;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-b-primary-700.opacity-75 .ct-series.ct-series-b .ct-bar {
    stroke: #0265ba;
    stroke-opacity: 0.75;
}

.series-b-primary-700.opacity-75 .ct-series.ct-series-b .ct-slice-pie {
    fill: #0265ba;
    fill-opacity: 0.75;
}

.series-b-primary-700.opacity-75 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #0265ba;
    stroke-opacity: 0.75;
}

.series-b-primary-800 .ct-series.ct-series-b .ct-area {
    fill: #025cab;
}

.series-b-primary-800 .ct-series.ct-series-b .ct-line {
    stroke: #025cab;
    stroke-width: 3px;
}

.series-b-primary-800 .ct-series.ct-series-b .ct-point {
    stroke: #025cab;
    stroke-width: 6px;
}

.series-b-primary-800 .ct-series.ct-series-b .ct-bar {
    stroke: #025cab;
}

.series-b-primary-800 .ct-series.ct-series-b .ct-slice-pie {
    fill: #025cab;
}

.series-b-primary-800 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #025cab;
}

.series-b-primary-800.opacity-75 .ct-series.ct-series-b .ct-area {
    fill: #025cab;
    fill-opacity: 0.65;
}

.series-b-primary-800.opacity-75 .ct-series.ct-series-b .ct-line {
    stroke: #025cab;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-b-primary-800.opacity-75 .ct-series.ct-series-b .ct-point {
    stroke: #025cab;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-b-primary-800.opacity-75 .ct-series.ct-series-b .ct-bar {
    stroke: #025cab;
    stroke-opacity: 0.75;
}

.series-b-primary-800.opacity-75 .ct-series.ct-series-b .ct-slice-pie {
    fill: #025cab;
    fill-opacity: 0.75;
}

.series-b-primary-800.opacity-75 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #025cab;
    stroke-opacity: 0.75;
}

.series-b-primary-900 .ct-series.ct-series-b .ct-area {
    fill: #01549b;
}

.series-b-primary-900 .ct-series.ct-series-b .ct-line {
    stroke: #01549b;
    stroke-width: 3px;
}

.series-b-primary-900 .ct-series.ct-series-b .ct-point {
    stroke: #01549b;
    stroke-width: 6px;
}

.series-b-primary-900 .ct-series.ct-series-b .ct-bar {
    stroke: #01549b;
}

.series-b-primary-900 .ct-series.ct-series-b .ct-slice-pie {
    fill: #01549b;
}

.series-b-primary-900 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #01549b;
}

.series-b-primary-900.opacity-75 .ct-series.ct-series-b .ct-area {
    fill: #01549b;
    fill-opacity: 0.65;
}

.series-b-primary-900.opacity-75 .ct-series.ct-series-b .ct-line {
    stroke: #01549b;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-b-primary-900.opacity-75 .ct-series.ct-series-b .ct-point {
    stroke: #01549b;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-b-primary-900.opacity-75 .ct-series.ct-series-b .ct-bar {
    stroke: #01549b;
    stroke-opacity: 0.75;
}

.series-b-primary-900.opacity-75 .ct-series.ct-series-b .ct-slice-pie {
    fill: #01549b;
    fill-opacity: 0.75;
}

.series-b-primary-900.opacity-75 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #01549b;
    stroke-opacity: 0.75;
}

.series-b-info .ct-series.ct-series-b .ct-area {
    fill: #00aced;
}

.series-b-info .ct-series.ct-series-b .ct-line {
    stroke: #00aced;
    stroke-width: 3px;
}

.series-b-info .ct-series.ct-series-b .ct-point {
    stroke: #00aced;
    stroke-width: 6px;
}

.series-b-info .ct-series.ct-series-b .ct-bar {
    stroke: #00aced;
}

.series-b-info .ct-series.ct-series-b .ct-slice-pie {
    fill: #00aced;
}

.series-b-info .ct-series.ct-series-b .ct-slice-donut {
    stroke: #00aced;
}

.series-b-info.opacity-75 .ct-series.ct-series-b .ct-area {
    fill: #00aced;
    fill-opacity: 0.65;
}

.series-b-info.opacity-75 .ct-series.ct-series-b .ct-line {
    stroke: #00aced;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-b-info.opacity-75 .ct-series.ct-series-b .ct-point {
    stroke: #00aced;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-b-info.opacity-75 .ct-series.ct-series-b .ct-bar {
    stroke: #00aced;
    stroke-opacity: 0.75;
}

.series-b-info.opacity-75 .ct-series.ct-series-b .ct-slice-pie {
    fill: #00aced;
    fill-opacity: 0.75;
}

.series-b-info.opacity-75 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #00aced;
    stroke-opacity: 0.75;
}

.series-b-info-100 .ct-series.ct-series-b .ct-area {
    fill: #2bc5ff;
}

.series-b-info-100 .ct-series.ct-series-b .ct-line {
    stroke: #2bc5ff;
    stroke-width: 3px;
}

.series-b-info-100 .ct-series.ct-series-b .ct-point {
    stroke: #2bc5ff;
    stroke-width: 6px;
}

.series-b-info-100 .ct-series.ct-series-b .ct-bar {
    stroke: #2bc5ff;
}

.series-b-info-100 .ct-series.ct-series-b .ct-slice-pie {
    fill: #2bc5ff;
}

.series-b-info-100 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #2bc5ff;
}

.series-b-info-100.opacity-75 .ct-series.ct-series-b .ct-area {
    fill: #2bc5ff;
    fill-opacity: 0.65;
}

.series-b-info-100.opacity-75 .ct-series.ct-series-b .ct-line {
    stroke: #2bc5ff;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-b-info-100.opacity-75 .ct-series.ct-series-b .ct-point {
    stroke: #2bc5ff;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-b-info-100.opacity-75 .ct-series.ct-series-b .ct-bar {
    stroke: #2bc5ff;
    stroke-opacity: 0.75;
}

.series-b-info-100.opacity-75 .ct-series.ct-series-b .ct-slice-pie {
    fill: #2bc5ff;
    fill-opacity: 0.75;
}

.series-b-info-100.opacity-75 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #2bc5ff;
    stroke-opacity: 0.75;
}

.series-b-info-200 .ct-series.ct-series-b .ct-area {
    fill: #1cc1ff;
}

.series-b-info-200 .ct-series.ct-series-b .ct-line {
    stroke: #1cc1ff;
    stroke-width: 3px;
}

.series-b-info-200 .ct-series.ct-series-b .ct-point {
    stroke: #1cc1ff;
    stroke-width: 6px;
}

.series-b-info-200 .ct-series.ct-series-b .ct-bar {
    stroke: #1cc1ff;
}

.series-b-info-200 .ct-series.ct-series-b .ct-slice-pie {
    fill: #1cc1ff;
}

.series-b-info-200 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #1cc1ff;
}

.series-b-info-200.opacity-75 .ct-series.ct-series-b .ct-area {
    fill: #1cc1ff;
    fill-opacity: 0.65;
}

.series-b-info-200.opacity-75 .ct-series.ct-series-b .ct-line {
    stroke: #1cc1ff;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-b-info-200.opacity-75 .ct-series.ct-series-b .ct-point {
    stroke: #1cc1ff;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-b-info-200.opacity-75 .ct-series.ct-series-b .ct-bar {
    stroke: #1cc1ff;
    stroke-opacity: 0.75;
}

.series-b-info-200.opacity-75 .ct-series.ct-series-b .ct-slice-pie {
    fill: #1cc1ff;
    fill-opacity: 0.75;
}

.series-b-info-200.opacity-75 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #1cc1ff;
    stroke-opacity: 0.75;
}

.series-b-info-300 .ct-series.ct-series-b .ct-area {
    fill: #0dbdff;
}

.series-b-info-300 .ct-series.ct-series-b .ct-line {
    stroke: #0dbdff;
    stroke-width: 3px;
}

.series-b-info-300 .ct-series.ct-series-b .ct-point {
    stroke: #0dbdff;
    stroke-width: 6px;
}

.series-b-info-300 .ct-series.ct-series-b .ct-bar {
    stroke: #0dbdff;
}

.series-b-info-300 .ct-series.ct-series-b .ct-slice-pie {
    fill: #0dbdff;
}

.series-b-info-300 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #0dbdff;
}

.series-b-info-300.opacity-75 .ct-series.ct-series-b .ct-area {
    fill: #0dbdff;
    fill-opacity: 0.65;
}

.series-b-info-300.opacity-75 .ct-series.ct-series-b .ct-line {
    stroke: #0dbdff;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-b-info-300.opacity-75 .ct-series.ct-series-b .ct-point {
    stroke: #0dbdff;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-b-info-300.opacity-75 .ct-series.ct-series-b .ct-bar {
    stroke: #0dbdff;
    stroke-opacity: 0.75;
}

.series-b-info-300.opacity-75 .ct-series.ct-series-b .ct-slice-pie {
    fill: #0dbdff;
    fill-opacity: 0.75;
}

.series-b-info-300.opacity-75 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #0dbdff;
    stroke-opacity: 0.75;
}

.series-b-info-400 .ct-series.ct-series-b .ct-area {
    fill: #00b7fc;
}

.series-b-info-400 .ct-series.ct-series-b .ct-line {
    stroke: #00b7fc;
    stroke-width: 3px;
}

.series-b-info-400 .ct-series.ct-series-b .ct-point {
    stroke: #00b7fc;
    stroke-width: 6px;
}

.series-b-info-400 .ct-series.ct-series-b .ct-bar {
    stroke: #00b7fc;
}

.series-b-info-400 .ct-series.ct-series-b .ct-slice-pie {
    fill: #00b7fc;
}

.series-b-info-400 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #00b7fc;
}

.series-b-info-400.opacity-75 .ct-series.ct-series-b .ct-area {
    fill: #00b7fc;
    fill-opacity: 0.65;
}

.series-b-info-400.opacity-75 .ct-series.ct-series-b .ct-line {
    stroke: #00b7fc;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-b-info-400.opacity-75 .ct-series.ct-series-b .ct-point {
    stroke: #00b7fc;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-b-info-400.opacity-75 .ct-series.ct-series-b .ct-bar {
    stroke: #00b7fc;
    stroke-opacity: 0.75;
}

.series-b-info-400.opacity-75 .ct-series.ct-series-b .ct-slice-pie {
    fill: #00b7fc;
    fill-opacity: 0.75;
}

.series-b-info-400.opacity-75 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #00b7fc;
    stroke-opacity: 0.75;
}

.series-b-info-500 .ct-series.ct-series-b .ct-area {
    fill: #00aced;
}

.series-b-info-500 .ct-series.ct-series-b .ct-line {
    stroke: #00aced;
    stroke-width: 3px;
}

.series-b-info-500 .ct-series.ct-series-b .ct-point {
    stroke: #00aced;
    stroke-width: 6px;
}

.series-b-info-500 .ct-series.ct-series-b .ct-bar {
    stroke: #00aced;
}

.series-b-info-500 .ct-series.ct-series-b .ct-slice-pie {
    fill: #00aced;
}

.series-b-info-500 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #00aced;
}

.series-b-info-500.opacity-75 .ct-series.ct-series-b .ct-area {
    fill: #00aced;
    fill-opacity: 0.65;
}

.series-b-info-500.opacity-75 .ct-series.ct-series-b .ct-line {
    stroke: #00aced;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-b-info-500.opacity-75 .ct-series.ct-series-b .ct-point {
    stroke: #00aced;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-b-info-500.opacity-75 .ct-series.ct-series-b .ct-bar {
    stroke: #00aced;
    stroke-opacity: 0.75;
}

.series-b-info-500.opacity-75 .ct-series.ct-series-b .ct-slice-pie {
    fill: #00aced;
    fill-opacity: 0.75;
}

.series-b-info-500.opacity-75 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #00aced;
    stroke-opacity: 0.75;
}

.series-b-info-600 .ct-series.ct-series-b .ct-area {
    fill: #00a1de;
}

.series-b-info-600 .ct-series.ct-series-b .ct-line {
    stroke: #00a1de;
    stroke-width: 3px;
}

.series-b-info-600 .ct-series.ct-series-b .ct-point {
    stroke: #00a1de;
    stroke-width: 6px;
}

.series-b-info-600 .ct-series.ct-series-b .ct-bar {
    stroke: #00a1de;
}

.series-b-info-600 .ct-series.ct-series-b .ct-slice-pie {
    fill: #00a1de;
}

.series-b-info-600 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #00a1de;
}

.series-b-info-600.opacity-75 .ct-series.ct-series-b .ct-area {
    fill: #00a1de;
    fill-opacity: 0.65;
}

.series-b-info-600.opacity-75 .ct-series.ct-series-b .ct-line {
    stroke: #00a1de;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-b-info-600.opacity-75 .ct-series.ct-series-b .ct-point {
    stroke: #00a1de;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-b-info-600.opacity-75 .ct-series.ct-series-b .ct-bar {
    stroke: #00a1de;
    stroke-opacity: 0.75;
}

.series-b-info-600.opacity-75 .ct-series.ct-series-b .ct-slice-pie {
    fill: #00a1de;
    fill-opacity: 0.75;
}

.series-b-info-600.opacity-75 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #00a1de;
    stroke-opacity: 0.75;
}

.series-b-info-700 .ct-series.ct-series-b .ct-area {
    fill: #0096ce;
}

.series-b-info-700 .ct-series.ct-series-b .ct-line {
    stroke: #0096ce;
    stroke-width: 3px;
}

.series-b-info-700 .ct-series.ct-series-b .ct-point {
    stroke: #0096ce;
    stroke-width: 6px;
}

.series-b-info-700 .ct-series.ct-series-b .ct-bar {
    stroke: #0096ce;
}

.series-b-info-700 .ct-series.ct-series-b .ct-slice-pie {
    fill: #0096ce;
}

.series-b-info-700 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #0096ce;
}

.series-b-info-700.opacity-75 .ct-series.ct-series-b .ct-area {
    fill: #0096ce;
    fill-opacity: 0.65;
}

.series-b-info-700.opacity-75 .ct-series.ct-series-b .ct-line {
    stroke: #0096ce;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-b-info-700.opacity-75 .ct-series.ct-series-b .ct-point {
    stroke: #0096ce;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-b-info-700.opacity-75 .ct-series.ct-series-b .ct-bar {
    stroke: #0096ce;
    stroke-opacity: 0.75;
}

.series-b-info-700.opacity-75 .ct-series.ct-series-b .ct-slice-pie {
    fill: #0096ce;
    fill-opacity: 0.75;
}

.series-b-info-700.opacity-75 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #0096ce;
    stroke-opacity: 0.75;
}

.series-b-info-800 .ct-series.ct-series-b .ct-area {
    fill: #008bbf;
}

.series-b-info-800 .ct-series.ct-series-b .ct-line {
    stroke: #008bbf;
    stroke-width: 3px;
}

.series-b-info-800 .ct-series.ct-series-b .ct-point {
    stroke: #008bbf;
    stroke-width: 6px;
}

.series-b-info-800 .ct-series.ct-series-b .ct-bar {
    stroke: #008bbf;
}

.series-b-info-800 .ct-series.ct-series-b .ct-slice-pie {
    fill: #008bbf;
}

.series-b-info-800 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #008bbf;
}

.series-b-info-800.opacity-75 .ct-series.ct-series-b .ct-area {
    fill: #008bbf;
    fill-opacity: 0.65;
}

.series-b-info-800.opacity-75 .ct-series.ct-series-b .ct-line {
    stroke: #008bbf;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-b-info-800.opacity-75 .ct-series.ct-series-b .ct-point {
    stroke: #008bbf;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-b-info-800.opacity-75 .ct-series.ct-series-b .ct-bar {
    stroke: #008bbf;
    stroke-opacity: 0.75;
}

.series-b-info-800.opacity-75 .ct-series.ct-series-b .ct-slice-pie {
    fill: #008bbf;
    fill-opacity: 0.75;
}

.series-b-info-800.opacity-75 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #008bbf;
    stroke-opacity: 0.75;
}

.series-b-info-900 .ct-series.ct-series-b .ct-area {
    fill: #0080b0;
}

.series-b-info-900 .ct-series.ct-series-b .ct-line {
    stroke: #0080b0;
    stroke-width: 3px;
}

.series-b-info-900 .ct-series.ct-series-b .ct-point {
    stroke: #0080b0;
    stroke-width: 6px;
}

.series-b-info-900 .ct-series.ct-series-b .ct-bar {
    stroke: #0080b0;
}

.series-b-info-900 .ct-series.ct-series-b .ct-slice-pie {
    fill: #0080b0;
}

.series-b-info-900 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #0080b0;
}

.series-b-info-900.opacity-75 .ct-series.ct-series-b .ct-area {
    fill: #0080b0;
    fill-opacity: 0.65;
}

.series-b-info-900.opacity-75 .ct-series.ct-series-b .ct-line {
    stroke: #0080b0;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-b-info-900.opacity-75 .ct-series.ct-series-b .ct-point {
    stroke: #0080b0;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-b-info-900.opacity-75 .ct-series.ct-series-b .ct-bar {
    stroke: #0080b0;
    stroke-opacity: 0.75;
}

.series-b-info-900.opacity-75 .ct-series.ct-series-b .ct-slice-pie {
    fill: #0080b0;
    fill-opacity: 0.75;
}

.series-b-info-900.opacity-75 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #0080b0;
    stroke-opacity: 0.75;
}

.series-b-warning .ct-series.ct-series-b .ct-area {
    fill: #f0ad4e;
}

.series-b-warning .ct-series.ct-series-b .ct-line {
    stroke: #f0ad4e;
    stroke-width: 3px;
}

.series-b-warning .ct-series.ct-series-b .ct-point {
    stroke: #f0ad4e;
    stroke-width: 6px;
}

.series-b-warning .ct-series.ct-series-b .ct-bar {
    stroke: #f0ad4e;
}

.series-b-warning .ct-series.ct-series-b .ct-slice-pie {
    fill: #f0ad4e;
}

.series-b-warning .ct-series.ct-series-b .ct-slice-donut {
    stroke: #f0ad4e;
}

.series-b-warning.opacity-75 .ct-series.ct-series-b .ct-area {
    fill: #f0ad4e;
    fill-opacity: 0.65;
}

.series-b-warning.opacity-75 .ct-series.ct-series-b .ct-line {
    stroke: #f0ad4e;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-b-warning.opacity-75 .ct-series.ct-series-b .ct-point {
    stroke: #f0ad4e;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-b-warning.opacity-75 .ct-series.ct-series-b .ct-bar {
    stroke: #f0ad4e;
    stroke-opacity: 0.75;
}

.series-b-warning.opacity-75 .ct-series.ct-series-b .ct-slice-pie {
    fill: #f0ad4e;
    fill-opacity: 0.75;
}

.series-b-warning.opacity-75 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #f0ad4e;
    stroke-opacity: 0.75;
}

.series-b-warning-100 .ct-series.ct-series-b .ct-area {
    fill: #f5c786;
}

.series-b-warning-100 .ct-series.ct-series-b .ct-line {
    stroke: #f5c786;
    stroke-width: 3px;
}

.series-b-warning-100 .ct-series.ct-series-b .ct-point {
    stroke: #f5c786;
    stroke-width: 6px;
}

.series-b-warning-100 .ct-series.ct-series-b .ct-bar {
    stroke: #f5c786;
}

.series-b-warning-100 .ct-series.ct-series-b .ct-slice-pie {
    fill: #f5c786;
}

.series-b-warning-100 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #f5c786;
}

.series-b-warning-100.opacity-75 .ct-series.ct-series-b .ct-area {
    fill: #f5c786;
    fill-opacity: 0.65;
}

.series-b-warning-100.opacity-75 .ct-series.ct-series-b .ct-line {
    stroke: #f5c786;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-b-warning-100.opacity-75 .ct-series.ct-series-b .ct-point {
    stroke: #f5c786;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-b-warning-100.opacity-75 .ct-series.ct-series-b .ct-bar {
    stroke: #f5c786;
    stroke-opacity: 0.75;
}

.series-b-warning-100.opacity-75 .ct-series.ct-series-b .ct-slice-pie {
    fill: #f5c786;
    fill-opacity: 0.75;
}

.series-b-warning-100.opacity-75 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #f5c786;
    stroke-opacity: 0.75;
}

.series-b-warning-200 .ct-series.ct-series-b .ct-area {
    fill: #f4c178;
}

.series-b-warning-200 .ct-series.ct-series-b .ct-line {
    stroke: #f4c178;
    stroke-width: 3px;
}

.series-b-warning-200 .ct-series.ct-series-b .ct-point {
    stroke: #f4c178;
    stroke-width: 6px;
}

.series-b-warning-200 .ct-series.ct-series-b .ct-bar {
    stroke: #f4c178;
}

.series-b-warning-200 .ct-series.ct-series-b .ct-slice-pie {
    fill: #f4c178;
}

.series-b-warning-200 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #f4c178;
}

.series-b-warning-200.opacity-75 .ct-series.ct-series-b .ct-area {
    fill: #f4c178;
    fill-opacity: 0.65;
}

.series-b-warning-200.opacity-75 .ct-series.ct-series-b .ct-line {
    stroke: #f4c178;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-b-warning-200.opacity-75 .ct-series.ct-series-b .ct-point {
    stroke: #f4c178;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-b-warning-200.opacity-75 .ct-series.ct-series-b .ct-bar {
    stroke: #f4c178;
    stroke-opacity: 0.75;
}

.series-b-warning-200.opacity-75 .ct-series.ct-series-b .ct-slice-pie {
    fill: #f4c178;
    fill-opacity: 0.75;
}

.series-b-warning-200.opacity-75 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #f4c178;
    stroke-opacity: 0.75;
}

.series-b-warning-300 .ct-series.ct-series-b .ct-area {
    fill: #f2ba6a;
}

.series-b-warning-300 .ct-series.ct-series-b .ct-line {
    stroke: #f2ba6a;
    stroke-width: 3px;
}

.series-b-warning-300 .ct-series.ct-series-b .ct-point {
    stroke: #f2ba6a;
    stroke-width: 6px;
}

.series-b-warning-300 .ct-series.ct-series-b .ct-bar {
    stroke: #f2ba6a;
}

.series-b-warning-300 .ct-series.ct-series-b .ct-slice-pie {
    fill: #f2ba6a;
}

.series-b-warning-300 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #f2ba6a;
}

.series-b-warning-300.opacity-75 .ct-series.ct-series-b .ct-area {
    fill: #f2ba6a;
    fill-opacity: 0.65;
}

.series-b-warning-300.opacity-75 .ct-series.ct-series-b .ct-line {
    stroke: #f2ba6a;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-b-warning-300.opacity-75 .ct-series.ct-series-b .ct-point {
    stroke: #f2ba6a;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-b-warning-300.opacity-75 .ct-series.ct-series-b .ct-bar {
    stroke: #f2ba6a;
    stroke-opacity: 0.75;
}

.series-b-warning-300.opacity-75 .ct-series.ct-series-b .ct-slice-pie {
    fill: #f2ba6a;
    fill-opacity: 0.75;
}

.series-b-warning-300.opacity-75 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #f2ba6a;
    stroke-opacity: 0.75;
}

.series-b-warning-400 .ct-series.ct-series-b .ct-area {
    fill: #f1b45c;
}

.series-b-warning-400 .ct-series.ct-series-b .ct-line {
    stroke: #f1b45c;
    stroke-width: 3px;
}

.series-b-warning-400 .ct-series.ct-series-b .ct-point {
    stroke: #f1b45c;
    stroke-width: 6px;
}

.series-b-warning-400 .ct-series.ct-series-b .ct-bar {
    stroke: #f1b45c;
}

.series-b-warning-400 .ct-series.ct-series-b .ct-slice-pie {
    fill: #f1b45c;
}

.series-b-warning-400 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #f1b45c;
}

.series-b-warning-400.opacity-75 .ct-series.ct-series-b .ct-area {
    fill: #f1b45c;
    fill-opacity: 0.65;
}

.series-b-warning-400.opacity-75 .ct-series.ct-series-b .ct-line {
    stroke: #f1b45c;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-b-warning-400.opacity-75 .ct-series.ct-series-b .ct-point {
    stroke: #f1b45c;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-b-warning-400.opacity-75 .ct-series.ct-series-b .ct-bar {
    stroke: #f1b45c;
    stroke-opacity: 0.75;
}

.series-b-warning-400.opacity-75 .ct-series.ct-series-b .ct-slice-pie {
    fill: #f1b45c;
    fill-opacity: 0.75;
}

.series-b-warning-400.opacity-75 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #f1b45c;
    stroke-opacity: 0.75;
}

.series-b-warning-500 .ct-series.ct-series-b .ct-area {
    fill: #f0ad4e;
}

.series-b-warning-500 .ct-series.ct-series-b .ct-line {
    stroke: #f0ad4e;
    stroke-width: 3px;
}

.series-b-warning-500 .ct-series.ct-series-b .ct-point {
    stroke: #f0ad4e;
    stroke-width: 6px;
}

.series-b-warning-500 .ct-series.ct-series-b .ct-bar {
    stroke: #f0ad4e;
}

.series-b-warning-500 .ct-series.ct-series-b .ct-slice-pie {
    fill: #f0ad4e;
}

.series-b-warning-500 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #f0ad4e;
}

.series-b-warning-500.opacity-75 .ct-series.ct-series-b .ct-area {
    fill: #f0ad4e;
    fill-opacity: 0.65;
}

.series-b-warning-500.opacity-75 .ct-series.ct-series-b .ct-line {
    stroke: #f0ad4e;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-b-warning-500.opacity-75 .ct-series.ct-series-b .ct-point {
    stroke: #f0ad4e;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-b-warning-500.opacity-75 .ct-series.ct-series-b .ct-bar {
    stroke: #f0ad4e;
    stroke-opacity: 0.75;
}

.series-b-warning-500.opacity-75 .ct-series.ct-series-b .ct-slice-pie {
    fill: #f0ad4e;
    fill-opacity: 0.75;
}

.series-b-warning-500.opacity-75 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #f0ad4e;
    stroke-opacity: 0.75;
}

.series-b-warning-600 .ct-series.ct-series-b .ct-area {
    fill: #efa640;
}

.series-b-warning-600 .ct-series.ct-series-b .ct-line {
    stroke: #efa640;
    stroke-width: 3px;
}

.series-b-warning-600 .ct-series.ct-series-b .ct-point {
    stroke: #efa640;
    stroke-width: 6px;
}

.series-b-warning-600 .ct-series.ct-series-b .ct-bar {
    stroke: #efa640;
}

.series-b-warning-600 .ct-series.ct-series-b .ct-slice-pie {
    fill: #efa640;
}

.series-b-warning-600 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #efa640;
}

.series-b-warning-600.opacity-75 .ct-series.ct-series-b .ct-area {
    fill: #efa640;
    fill-opacity: 0.65;
}

.series-b-warning-600.opacity-75 .ct-series.ct-series-b .ct-line {
    stroke: #efa640;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-b-warning-600.opacity-75 .ct-series.ct-series-b .ct-point {
    stroke: #efa640;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-b-warning-600.opacity-75 .ct-series.ct-series-b .ct-bar {
    stroke: #efa640;
    stroke-opacity: 0.75;
}

.series-b-warning-600.opacity-75 .ct-series.ct-series-b .ct-slice-pie {
    fill: #efa640;
    fill-opacity: 0.75;
}

.series-b-warning-600.opacity-75 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #efa640;
    stroke-opacity: 0.75;
}

.series-b-warning-700 .ct-series.ct-series-b .ct-area {
    fill: #eea032;
}

.series-b-warning-700 .ct-series.ct-series-b .ct-line {
    stroke: #eea032;
    stroke-width: 3px;
}

.series-b-warning-700 .ct-series.ct-series-b .ct-point {
    stroke: #eea032;
    stroke-width: 6px;
}

.series-b-warning-700 .ct-series.ct-series-b .ct-bar {
    stroke: #eea032;
}

.series-b-warning-700 .ct-series.ct-series-b .ct-slice-pie {
    fill: #eea032;
}

.series-b-warning-700 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #eea032;
}

.series-b-warning-700.opacity-75 .ct-series.ct-series-b .ct-area {
    fill: #eea032;
    fill-opacity: 0.65;
}

.series-b-warning-700.opacity-75 .ct-series.ct-series-b .ct-line {
    stroke: #eea032;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-b-warning-700.opacity-75 .ct-series.ct-series-b .ct-point {
    stroke: #eea032;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-b-warning-700.opacity-75 .ct-series.ct-series-b .ct-bar {
    stroke: #eea032;
    stroke-opacity: 0.75;
}

.series-b-warning-700.opacity-75 .ct-series.ct-series-b .ct-slice-pie {
    fill: #eea032;
    fill-opacity: 0.75;
}

.series-b-warning-700.opacity-75 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #eea032;
    stroke-opacity: 0.75;
}

.series-b-warning-800 .ct-series.ct-series-b .ct-area {
    fill: #ec9924;
}

.series-b-warning-800 .ct-series.ct-series-b .ct-line {
    stroke: #ec9924;
    stroke-width: 3px;
}

.series-b-warning-800 .ct-series.ct-series-b .ct-point {
    stroke: #ec9924;
    stroke-width: 6px;
}

.series-b-warning-800 .ct-series.ct-series-b .ct-bar {
    stroke: #ec9924;
}

.series-b-warning-800 .ct-series.ct-series-b .ct-slice-pie {
    fill: #ec9924;
}

.series-b-warning-800 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #ec9924;
}

.series-b-warning-800.opacity-75 .ct-series.ct-series-b .ct-area {
    fill: #ec9924;
    fill-opacity: 0.65;
}

.series-b-warning-800.opacity-75 .ct-series.ct-series-b .ct-line {
    stroke: #ec9924;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-b-warning-800.opacity-75 .ct-series.ct-series-b .ct-point {
    stroke: #ec9924;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-b-warning-800.opacity-75 .ct-series.ct-series-b .ct-bar {
    stroke: #ec9924;
    stroke-opacity: 0.75;
}

.series-b-warning-800.opacity-75 .ct-series.ct-series-b .ct-slice-pie {
    fill: #ec9924;
    fill-opacity: 0.75;
}

.series-b-warning-800.opacity-75 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #ec9924;
    stroke-opacity: 0.75;
}

.series-b-warning-900 .ct-series.ct-series-b .ct-area {
    fill: #eb9316;
}

.series-b-warning-900 .ct-series.ct-series-b .ct-line {
    stroke: #eb9316;
    stroke-width: 3px;
}

.series-b-warning-900 .ct-series.ct-series-b .ct-point {
    stroke: #eb9316;
    stroke-width: 6px;
}

.series-b-warning-900 .ct-series.ct-series-b .ct-bar {
    stroke: #eb9316;
}

.series-b-warning-900 .ct-series.ct-series-b .ct-slice-pie {
    fill: #eb9316;
}

.series-b-warning-900 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #eb9316;
}

.series-b-warning-900.opacity-75 .ct-series.ct-series-b .ct-area {
    fill: #eb9316;
    fill-opacity: 0.65;
}

.series-b-warning-900.opacity-75 .ct-series.ct-series-b .ct-line {
    stroke: #eb9316;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-b-warning-900.opacity-75 .ct-series.ct-series-b .ct-point {
    stroke: #eb9316;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-b-warning-900.opacity-75 .ct-series.ct-series-b .ct-bar {
    stroke: #eb9316;
    stroke-opacity: 0.75;
}

.series-b-warning-900.opacity-75 .ct-series.ct-series-b .ct-slice-pie {
    fill: #eb9316;
    fill-opacity: 0.75;
}

.series-b-warning-900.opacity-75 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #eb9316;
    stroke-opacity: 0.75;
}

.series-b-success .ct-series.ct-series-b .ct-area {
    fill: #5cb85c;
}

.series-b-success .ct-series.ct-series-b .ct-line {
    stroke: #5cb85c;
    stroke-width: 3px;
}

.series-b-success .ct-series.ct-series-b .ct-point {
    stroke: #5cb85c;
    stroke-width: 6px;
}

.series-b-success .ct-series.ct-series-b .ct-bar {
    stroke: #5cb85c;
}

.series-b-success .ct-series.ct-series-b .ct-slice-pie {
    fill: #5cb85c;
}

.series-b-success .ct-series.ct-series-b .ct-slice-donut {
    stroke: #5cb85c;
}

.series-b-success.opacity-75 .ct-series.ct-series-b .ct-area {
    fill: #5cb85c;
    fill-opacity: 0.65;
}

.series-b-success.opacity-75 .ct-series.ct-series-b .ct-line {
    stroke: #5cb85c;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-b-success.opacity-75 .ct-series.ct-series-b .ct-point {
    stroke: #5cb85c;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-b-success.opacity-75 .ct-series.ct-series-b .ct-bar {
    stroke: #5cb85c;
    stroke-opacity: 0.75;
}

.series-b-success.opacity-75 .ct-series.ct-series-b .ct-slice-pie {
    fill: #5cb85c;
    fill-opacity: 0.75;
}

.series-b-success.opacity-75 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #5cb85c;
    stroke-opacity: 0.75;
}

.series-b-success-100 .ct-series.ct-series-b .ct-area {
    fill: #87cb87;
}

.series-b-success-100 .ct-series.ct-series-b .ct-line {
    stroke: #87cb87;
    stroke-width: 3px;
}

.series-b-success-100 .ct-series.ct-series-b .ct-point {
    stroke: #87cb87;
    stroke-width: 6px;
}

.series-b-success-100 .ct-series.ct-series-b .ct-bar {
    stroke: #87cb87;
}

.series-b-success-100 .ct-series.ct-series-b .ct-slice-pie {
    fill: #87cb87;
}

.series-b-success-100 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #87cb87;
}

.series-b-success-100.opacity-75 .ct-series.ct-series-b .ct-area {
    fill: #87cb87;
    fill-opacity: 0.65;
}

.series-b-success-100.opacity-75 .ct-series.ct-series-b .ct-line {
    stroke: #87cb87;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-b-success-100.opacity-75 .ct-series.ct-series-b .ct-point {
    stroke: #87cb87;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-b-success-100.opacity-75 .ct-series.ct-series-b .ct-bar {
    stroke: #87cb87;
    stroke-opacity: 0.75;
}

.series-b-success-100.opacity-75 .ct-series.ct-series-b .ct-slice-pie {
    fill: #87cb87;
    fill-opacity: 0.75;
}

.series-b-success-100.opacity-75 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #87cb87;
    stroke-opacity: 0.75;
}

.series-b-success-200 .ct-series.ct-series-b .ct-area {
    fill: #7cc67c;
}

.series-b-success-200 .ct-series.ct-series-b .ct-line {
    stroke: #7cc67c;
    stroke-width: 3px;
}

.series-b-success-200 .ct-series.ct-series-b .ct-point {
    stroke: #7cc67c;
    stroke-width: 6px;
}

.series-b-success-200 .ct-series.ct-series-b .ct-bar {
    stroke: #7cc67c;
}

.series-b-success-200 .ct-series.ct-series-b .ct-slice-pie {
    fill: #7cc67c;
}

.series-b-success-200 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #7cc67c;
}

.series-b-success-200.opacity-75 .ct-series.ct-series-b .ct-area {
    fill: #7cc67c;
    fill-opacity: 0.65;
}

.series-b-success-200.opacity-75 .ct-series.ct-series-b .ct-line {
    stroke: #7cc67c;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-b-success-200.opacity-75 .ct-series.ct-series-b .ct-point {
    stroke: #7cc67c;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-b-success-200.opacity-75 .ct-series.ct-series-b .ct-bar {
    stroke: #7cc67c;
    stroke-opacity: 0.75;
}

.series-b-success-200.opacity-75 .ct-series.ct-series-b .ct-slice-pie {
    fill: #7cc67c;
    fill-opacity: 0.75;
}

.series-b-success-200.opacity-75 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #7cc67c;
    stroke-opacity: 0.75;
}

.series-b-success-300 .ct-series.ct-series-b .ct-area {
    fill: #71c171;
}

.series-b-success-300 .ct-series.ct-series-b .ct-line {
    stroke: #71c171;
    stroke-width: 3px;
}

.series-b-success-300 .ct-series.ct-series-b .ct-point {
    stroke: #71c171;
    stroke-width: 6px;
}

.series-b-success-300 .ct-series.ct-series-b .ct-bar {
    stroke: #71c171;
}

.series-b-success-300 .ct-series.ct-series-b .ct-slice-pie {
    fill: #71c171;
}

.series-b-success-300 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #71c171;
}

.series-b-success-300.opacity-75 .ct-series.ct-series-b .ct-area {
    fill: #71c171;
    fill-opacity: 0.65;
}

.series-b-success-300.opacity-75 .ct-series.ct-series-b .ct-line {
    stroke: #71c171;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-b-success-300.opacity-75 .ct-series.ct-series-b .ct-point {
    stroke: #71c171;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-b-success-300.opacity-75 .ct-series.ct-series-b .ct-bar {
    stroke: #71c171;
    stroke-opacity: 0.75;
}

.series-b-success-300.opacity-75 .ct-series.ct-series-b .ct-slice-pie {
    fill: #71c171;
    fill-opacity: 0.75;
}

.series-b-success-300.opacity-75 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #71c171;
    stroke-opacity: 0.75;
}

.series-b-success-400 .ct-series.ct-series-b .ct-area {
    fill: #67bd67;
}

.series-b-success-400 .ct-series.ct-series-b .ct-line {
    stroke: #67bd67;
    stroke-width: 3px;
}

.series-b-success-400 .ct-series.ct-series-b .ct-point {
    stroke: #67bd67;
    stroke-width: 6px;
}

.series-b-success-400 .ct-series.ct-series-b .ct-bar {
    stroke: #67bd67;
}

.series-b-success-400 .ct-series.ct-series-b .ct-slice-pie {
    fill: #67bd67;
}

.series-b-success-400 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #67bd67;
}

.series-b-success-400.opacity-75 .ct-series.ct-series-b .ct-area {
    fill: #67bd67;
    fill-opacity: 0.65;
}

.series-b-success-400.opacity-75 .ct-series.ct-series-b .ct-line {
    stroke: #67bd67;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-b-success-400.opacity-75 .ct-series.ct-series-b .ct-point {
    stroke: #67bd67;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-b-success-400.opacity-75 .ct-series.ct-series-b .ct-bar {
    stroke: #67bd67;
    stroke-opacity: 0.75;
}

.series-b-success-400.opacity-75 .ct-series.ct-series-b .ct-slice-pie {
    fill: #67bd67;
    fill-opacity: 0.75;
}

.series-b-success-400.opacity-75 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #67bd67;
    stroke-opacity: 0.75;
}

.series-b-success-500 .ct-series.ct-series-b .ct-area {
    fill: #5cb85c;
}

.series-b-success-500 .ct-series.ct-series-b .ct-line {
    stroke: #5cb85c;
    stroke-width: 3px;
}

.series-b-success-500 .ct-series.ct-series-b .ct-point {
    stroke: #5cb85c;
    stroke-width: 6px;
}

.series-b-success-500 .ct-series.ct-series-b .ct-bar {
    stroke: #5cb85c;
}

.series-b-success-500 .ct-series.ct-series-b .ct-slice-pie {
    fill: #5cb85c;
}

.series-b-success-500 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #5cb85c;
}

.series-b-success-500.opacity-75 .ct-series.ct-series-b .ct-area {
    fill: #5cb85c;
    fill-opacity: 0.65;
}

.series-b-success-500.opacity-75 .ct-series.ct-series-b .ct-line {
    stroke: #5cb85c;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-b-success-500.opacity-75 .ct-series.ct-series-b .ct-point {
    stroke: #5cb85c;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-b-success-500.opacity-75 .ct-series.ct-series-b .ct-bar {
    stroke: #5cb85c;
    stroke-opacity: 0.75;
}

.series-b-success-500.opacity-75 .ct-series.ct-series-b .ct-slice-pie {
    fill: #5cb85c;
    fill-opacity: 0.75;
}

.series-b-success-500.opacity-75 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #5cb85c;
    stroke-opacity: 0.75;
}

.series-b-success-600 .ct-series.ct-series-b .ct-area {
    fill: #51b351;
}

.series-b-success-600 .ct-series.ct-series-b .ct-line {
    stroke: #51b351;
    stroke-width: 3px;
}

.series-b-success-600 .ct-series.ct-series-b .ct-point {
    stroke: #51b351;
    stroke-width: 6px;
}

.series-b-success-600 .ct-series.ct-series-b .ct-bar {
    stroke: #51b351;
}

.series-b-success-600 .ct-series.ct-series-b .ct-slice-pie {
    fill: #51b351;
}

.series-b-success-600 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #51b351;
}

.series-b-success-600.opacity-75 .ct-series.ct-series-b .ct-area {
    fill: #51b351;
    fill-opacity: 0.65;
}

.series-b-success-600.opacity-75 .ct-series.ct-series-b .ct-line {
    stroke: #51b351;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-b-success-600.opacity-75 .ct-series.ct-series-b .ct-point {
    stroke: #51b351;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-b-success-600.opacity-75 .ct-series.ct-series-b .ct-bar {
    stroke: #51b351;
    stroke-opacity: 0.75;
}

.series-b-success-600.opacity-75 .ct-series.ct-series-b .ct-slice-pie {
    fill: #51b351;
    fill-opacity: 0.75;
}

.series-b-success-600.opacity-75 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #51b351;
    stroke-opacity: 0.75;
}

.series-b-success-700 .ct-series.ct-series-b .ct-area {
    fill: #4aab4a;
}

.series-b-success-700 .ct-series.ct-series-b .ct-line {
    stroke: #4aab4a;
    stroke-width: 3px;
}

.series-b-success-700 .ct-series.ct-series-b .ct-point {
    stroke: #4aab4a;
    stroke-width: 6px;
}

.series-b-success-700 .ct-series.ct-series-b .ct-bar {
    stroke: #4aab4a;
}

.series-b-success-700 .ct-series.ct-series-b .ct-slice-pie {
    fill: #4aab4a;
}

.series-b-success-700 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #4aab4a;
}

.series-b-success-700.opacity-75 .ct-series.ct-series-b .ct-area {
    fill: #4aab4a;
    fill-opacity: 0.65;
}

.series-b-success-700.opacity-75 .ct-series.ct-series-b .ct-line {
    stroke: #4aab4a;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-b-success-700.opacity-75 .ct-series.ct-series-b .ct-point {
    stroke: #4aab4a;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-b-success-700.opacity-75 .ct-series.ct-series-b .ct-bar {
    stroke: #4aab4a;
    stroke-opacity: 0.75;
}

.series-b-success-700.opacity-75 .ct-series.ct-series-b .ct-slice-pie {
    fill: #4aab4a;
    fill-opacity: 0.75;
}

.series-b-success-700.opacity-75 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #4aab4a;
    stroke-opacity: 0.75;
}

.series-b-success-800 .ct-series.ct-series-b .ct-area {
    fill: #46a046;
}

.series-b-success-800 .ct-series.ct-series-b .ct-line {
    stroke: #46a046;
    stroke-width: 3px;
}

.series-b-success-800 .ct-series.ct-series-b .ct-point {
    stroke: #46a046;
    stroke-width: 6px;
}

.series-b-success-800 .ct-series.ct-series-b .ct-bar {
    stroke: #46a046;
}

.series-b-success-800 .ct-series.ct-series-b .ct-slice-pie {
    fill: #46a046;
}

.series-b-success-800 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #46a046;
}

.series-b-success-800.opacity-75 .ct-series.ct-series-b .ct-area {
    fill: #46a046;
    fill-opacity: 0.65;
}

.series-b-success-800.opacity-75 .ct-series.ct-series-b .ct-line {
    stroke: #46a046;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-b-success-800.opacity-75 .ct-series.ct-series-b .ct-point {
    stroke: #46a046;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-b-success-800.opacity-75 .ct-series.ct-series-b .ct-bar {
    stroke: #46a046;
    stroke-opacity: 0.75;
}

.series-b-success-800.opacity-75 .ct-series.ct-series-b .ct-slice-pie {
    fill: #46a046;
    fill-opacity: 0.75;
}

.series-b-success-800.opacity-75 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #46a046;
    stroke-opacity: 0.75;
}

.series-b-success-900 .ct-series.ct-series-b .ct-area {
    fill: #419641;
}

.series-b-success-900 .ct-series.ct-series-b .ct-line {
    stroke: #419641;
    stroke-width: 3px;
}

.series-b-success-900 .ct-series.ct-series-b .ct-point {
    stroke: #419641;
    stroke-width: 6px;
}

.series-b-success-900 .ct-series.ct-series-b .ct-bar {
    stroke: #419641;
}

.series-b-success-900 .ct-series.ct-series-b .ct-slice-pie {
    fill: #419641;
}

.series-b-success-900 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #419641;
}

.series-b-success-900.opacity-75 .ct-series.ct-series-b .ct-area {
    fill: #419641;
    fill-opacity: 0.65;
}

.series-b-success-900.opacity-75 .ct-series.ct-series-b .ct-line {
    stroke: #419641;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-b-success-900.opacity-75 .ct-series.ct-series-b .ct-point {
    stroke: #419641;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-b-success-900.opacity-75 .ct-series.ct-series-b .ct-bar {
    stroke: #419641;
    stroke-opacity: 0.75;
}

.series-b-success-900.opacity-75 .ct-series.ct-series-b .ct-slice-pie {
    fill: #419641;
    fill-opacity: 0.75;
}

.series-b-success-900.opacity-75 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #419641;
    stroke-opacity: 0.75;
}

.series-b-danger .ct-series.ct-series-b .ct-area {
    fill: #d9534f;
}

.series-b-danger .ct-series.ct-series-b .ct-line {
    stroke: #d9534f;
    stroke-width: 3px;
}

.series-b-danger .ct-series.ct-series-b .ct-point {
    stroke: #d9534f;
    stroke-width: 6px;
}

.series-b-danger .ct-series.ct-series-b .ct-bar {
    stroke: #d9534f;
}

.series-b-danger .ct-series.ct-series-b .ct-slice-pie {
    fill: #d9534f;
}

.series-b-danger .ct-series.ct-series-b .ct-slice-donut {
    stroke: #d9534f;
}

.series-b-danger.opacity-75 .ct-series.ct-series-b .ct-area {
    fill: #d9534f;
    fill-opacity: 0.65;
}

.series-b-danger.opacity-75 .ct-series.ct-series-b .ct-line {
    stroke: #d9534f;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-b-danger.opacity-75 .ct-series.ct-series-b .ct-point {
    stroke: #d9534f;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-b-danger.opacity-75 .ct-series.ct-series-b .ct-bar {
    stroke: #d9534f;
    stroke-opacity: 0.75;
}

.series-b-danger.opacity-75 .ct-series.ct-series-b .ct-slice-pie {
    fill: #d9534f;
    fill-opacity: 0.75;
}

.series-b-danger.opacity-75 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #d9534f;
    stroke-opacity: 0.75;
}

.series-b-danger-100 .ct-series.ct-series-b .ct-area {
    fill: #e48481;
}

.series-b-danger-100 .ct-series.ct-series-b .ct-line {
    stroke: #e48481;
    stroke-width: 3px;
}

.series-b-danger-100 .ct-series.ct-series-b .ct-point {
    stroke: #e48481;
    stroke-width: 6px;
}

.series-b-danger-100 .ct-series.ct-series-b .ct-bar {
    stroke: #e48481;
}

.series-b-danger-100 .ct-series.ct-series-b .ct-slice-pie {
    fill: #e48481;
}

.series-b-danger-100 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #e48481;
}

.series-b-danger-100.opacity-75 .ct-series.ct-series-b .ct-area {
    fill: #e48481;
    fill-opacity: 0.65;
}

.series-b-danger-100.opacity-75 .ct-series.ct-series-b .ct-line {
    stroke: #e48481;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-b-danger-100.opacity-75 .ct-series.ct-series-b .ct-point {
    stroke: #e48481;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-b-danger-100.opacity-75 .ct-series.ct-series-b .ct-bar {
    stroke: #e48481;
    stroke-opacity: 0.75;
}

.series-b-danger-100.opacity-75 .ct-series.ct-series-b .ct-slice-pie {
    fill: #e48481;
    fill-opacity: 0.75;
}

.series-b-danger-100.opacity-75 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #e48481;
    stroke-opacity: 0.75;
}

.series-b-danger-200 .ct-series.ct-series-b .ct-area {
    fill: #e17875;
}

.series-b-danger-200 .ct-series.ct-series-b .ct-line {
    stroke: #e17875;
    stroke-width: 3px;
}

.series-b-danger-200 .ct-series.ct-series-b .ct-point {
    stroke: #e17875;
    stroke-width: 6px;
}

.series-b-danger-200 .ct-series.ct-series-b .ct-bar {
    stroke: #e17875;
}

.series-b-danger-200 .ct-series.ct-series-b .ct-slice-pie {
    fill: #e17875;
}

.series-b-danger-200 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #e17875;
}

.series-b-danger-200.opacity-75 .ct-series.ct-series-b .ct-area {
    fill: #e17875;
    fill-opacity: 0.65;
}

.series-b-danger-200.opacity-75 .ct-series.ct-series-b .ct-line {
    stroke: #e17875;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-b-danger-200.opacity-75 .ct-series.ct-series-b .ct-point {
    stroke: #e17875;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-b-danger-200.opacity-75 .ct-series.ct-series-b .ct-bar {
    stroke: #e17875;
    stroke-opacity: 0.75;
}

.series-b-danger-200.opacity-75 .ct-series.ct-series-b .ct-slice-pie {
    fill: #e17875;
    fill-opacity: 0.75;
}

.series-b-danger-200.opacity-75 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #e17875;
    stroke-opacity: 0.75;
}

.series-b-danger-300 .ct-series.ct-series-b .ct-area {
    fill: #de6c68;
}

.series-b-danger-300 .ct-series.ct-series-b .ct-line {
    stroke: #de6c68;
    stroke-width: 3px;
}

.series-b-danger-300 .ct-series.ct-series-b .ct-point {
    stroke: #de6c68;
    stroke-width: 6px;
}

.series-b-danger-300 .ct-series.ct-series-b .ct-bar {
    stroke: #de6c68;
}

.series-b-danger-300 .ct-series.ct-series-b .ct-slice-pie {
    fill: #de6c68;
}

.series-b-danger-300 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #de6c68;
}

.series-b-danger-300.opacity-75 .ct-series.ct-series-b .ct-area {
    fill: #de6c68;
    fill-opacity: 0.65;
}

.series-b-danger-300.opacity-75 .ct-series.ct-series-b .ct-line {
    stroke: #de6c68;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-b-danger-300.opacity-75 .ct-series.ct-series-b .ct-point {
    stroke: #de6c68;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-b-danger-300.opacity-75 .ct-series.ct-series-b .ct-bar {
    stroke: #de6c68;
    stroke-opacity: 0.75;
}

.series-b-danger-300.opacity-75 .ct-series.ct-series-b .ct-slice-pie {
    fill: #de6c68;
    fill-opacity: 0.75;
}

.series-b-danger-300.opacity-75 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #de6c68;
    stroke-opacity: 0.75;
}

.series-b-danger-400 .ct-series.ct-series-b .ct-area {
    fill: #dc5f5c;
}

.series-b-danger-400 .ct-series.ct-series-b .ct-line {
    stroke: #dc5f5c;
    stroke-width: 3px;
}

.series-b-danger-400 .ct-series.ct-series-b .ct-point {
    stroke: #dc5f5c;
    stroke-width: 6px;
}

.series-b-danger-400 .ct-series.ct-series-b .ct-bar {
    stroke: #dc5f5c;
}

.series-b-danger-400 .ct-series.ct-series-b .ct-slice-pie {
    fill: #dc5f5c;
}

.series-b-danger-400 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #dc5f5c;
}

.series-b-danger-400.opacity-75 .ct-series.ct-series-b .ct-area {
    fill: #dc5f5c;
    fill-opacity: 0.65;
}

.series-b-danger-400.opacity-75 .ct-series.ct-series-b .ct-line {
    stroke: #dc5f5c;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-b-danger-400.opacity-75 .ct-series.ct-series-b .ct-point {
    stroke: #dc5f5c;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-b-danger-400.opacity-75 .ct-series.ct-series-b .ct-bar {
    stroke: #dc5f5c;
    stroke-opacity: 0.75;
}

.series-b-danger-400.opacity-75 .ct-series.ct-series-b .ct-slice-pie {
    fill: #dc5f5c;
    fill-opacity: 0.75;
}

.series-b-danger-400.opacity-75 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #dc5f5c;
    stroke-opacity: 0.75;
}

.series-b-danger-500 .ct-series.ct-series-b .ct-area {
    fill: #d9534f;
}

.series-b-danger-500 .ct-series.ct-series-b .ct-line {
    stroke: #d9534f;
    stroke-width: 3px;
}

.series-b-danger-500 .ct-series.ct-series-b .ct-point {
    stroke: #d9534f;
    stroke-width: 6px;
}

.series-b-danger-500 .ct-series.ct-series-b .ct-bar {
    stroke: #d9534f;
}

.series-b-danger-500 .ct-series.ct-series-b .ct-slice-pie {
    fill: #d9534f;
}

.series-b-danger-500 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #d9534f;
}

.series-b-danger-500.opacity-75 .ct-series.ct-series-b .ct-area {
    fill: #d9534f;
    fill-opacity: 0.65;
}

.series-b-danger-500.opacity-75 .ct-series.ct-series-b .ct-line {
    stroke: #d9534f;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-b-danger-500.opacity-75 .ct-series.ct-series-b .ct-point {
    stroke: #d9534f;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-b-danger-500.opacity-75 .ct-series.ct-series-b .ct-bar {
    stroke: #d9534f;
    stroke-opacity: 0.75;
}

.series-b-danger-500.opacity-75 .ct-series.ct-series-b .ct-slice-pie {
    fill: #d9534f;
    fill-opacity: 0.75;
}

.series-b-danger-500.opacity-75 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #d9534f;
    stroke-opacity: 0.75;
}

.series-b-danger-600 .ct-series.ct-series-b .ct-area {
    fill: #d64742;
}

.series-b-danger-600 .ct-series.ct-series-b .ct-line {
    stroke: #d64742;
    stroke-width: 3px;
}

.series-b-danger-600 .ct-series.ct-series-b .ct-point {
    stroke: #d64742;
    stroke-width: 6px;
}

.series-b-danger-600 .ct-series.ct-series-b .ct-bar {
    stroke: #d64742;
}

.series-b-danger-600 .ct-series.ct-series-b .ct-slice-pie {
    fill: #d64742;
}

.series-b-danger-600 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #d64742;
}

.series-b-danger-600.opacity-75 .ct-series.ct-series-b .ct-area {
    fill: #d64742;
    fill-opacity: 0.65;
}

.series-b-danger-600.opacity-75 .ct-series.ct-series-b .ct-line {
    stroke: #d64742;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-b-danger-600.opacity-75 .ct-series.ct-series-b .ct-point {
    stroke: #d64742;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-b-danger-600.opacity-75 .ct-series.ct-series-b .ct-bar {
    stroke: #d64742;
    stroke-opacity: 0.75;
}

.series-b-danger-600.opacity-75 .ct-series.ct-series-b .ct-slice-pie {
    fill: #d64742;
    fill-opacity: 0.75;
}

.series-b-danger-600.opacity-75 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #d64742;
    stroke-opacity: 0.75;
}

.series-b-danger-700 .ct-series.ct-series-b .ct-area {
    fill: #d43a36;
}

.series-b-danger-700 .ct-series.ct-series-b .ct-line {
    stroke: #d43a36;
    stroke-width: 3px;
}

.series-b-danger-700 .ct-series.ct-series-b .ct-point {
    stroke: #d43a36;
    stroke-width: 6px;
}

.series-b-danger-700 .ct-series.ct-series-b .ct-bar {
    stroke: #d43a36;
}

.series-b-danger-700 .ct-series.ct-series-b .ct-slice-pie {
    fill: #d43a36;
}

.series-b-danger-700 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #d43a36;
}

.series-b-danger-700.opacity-75 .ct-series.ct-series-b .ct-area {
    fill: #d43a36;
    fill-opacity: 0.65;
}

.series-b-danger-700.opacity-75 .ct-series.ct-series-b .ct-line {
    stroke: #d43a36;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-b-danger-700.opacity-75 .ct-series.ct-series-b .ct-point {
    stroke: #d43a36;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-b-danger-700.opacity-75 .ct-series.ct-series-b .ct-bar {
    stroke: #d43a36;
    stroke-opacity: 0.75;
}

.series-b-danger-700.opacity-75 .ct-series.ct-series-b .ct-slice-pie {
    fill: #d43a36;
    fill-opacity: 0.75;
}

.series-b-danger-700.opacity-75 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #d43a36;
    stroke-opacity: 0.75;
}

.series-b-danger-800 .ct-series.ct-series-b .ct-area {
    fill: #ce312c;
}

.series-b-danger-800 .ct-series.ct-series-b .ct-line {
    stroke: #ce312c;
    stroke-width: 3px;
}

.series-b-danger-800 .ct-series.ct-series-b .ct-point {
    stroke: #ce312c;
    stroke-width: 6px;
}

.series-b-danger-800 .ct-series.ct-series-b .ct-bar {
    stroke: #ce312c;
}

.series-b-danger-800 .ct-series.ct-series-b .ct-slice-pie {
    fill: #ce312c;
}

.series-b-danger-800 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #ce312c;
}

.series-b-danger-800.opacity-75 .ct-series.ct-series-b .ct-area {
    fill: #ce312c;
    fill-opacity: 0.65;
}

.series-b-danger-800.opacity-75 .ct-series.ct-series-b .ct-line {
    stroke: #ce312c;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-b-danger-800.opacity-75 .ct-series.ct-series-b .ct-point {
    stroke: #ce312c;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-b-danger-800.opacity-75 .ct-series.ct-series-b .ct-bar {
    stroke: #ce312c;
    stroke-opacity: 0.75;
}

.series-b-danger-800.opacity-75 .ct-series.ct-series-b .ct-slice-pie {
    fill: #ce312c;
    fill-opacity: 0.75;
}

.series-b-danger-800.opacity-75 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #ce312c;
    stroke-opacity: 0.75;
}

.series-b-danger-900 .ct-series.ct-series-b .ct-area {
    fill: #c12e2a;
}

.series-b-danger-900 .ct-series.ct-series-b .ct-line {
    stroke: #c12e2a;
    stroke-width: 3px;
}

.series-b-danger-900 .ct-series.ct-series-b .ct-point {
    stroke: #c12e2a;
    stroke-width: 6px;
}

.series-b-danger-900 .ct-series.ct-series-b .ct-bar {
    stroke: #c12e2a;
}

.series-b-danger-900 .ct-series.ct-series-b .ct-slice-pie {
    fill: #c12e2a;
}

.series-b-danger-900 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #c12e2a;
}

.series-b-danger-900.opacity-75 .ct-series.ct-series-b .ct-area {
    fill: #c12e2a;
    fill-opacity: 0.65;
}

.series-b-danger-900.opacity-75 .ct-series.ct-series-b .ct-line {
    stroke: #c12e2a;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-b-danger-900.opacity-75 .ct-series.ct-series-b .ct-point {
    stroke: #c12e2a;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-b-danger-900.opacity-75 .ct-series.ct-series-b .ct-bar {
    stroke: #c12e2a;
    stroke-opacity: 0.75;
}

.series-b-danger-900.opacity-75 .ct-series.ct-series-b .ct-slice-pie {
    fill: #c12e2a;
    fill-opacity: 0.75;
}

.series-b-danger-900.opacity-75 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #c12e2a;
    stroke-opacity: 0.75;
}

.series-c-white .ct-series.ct-series-c .ct-area {
    fill: #ffffff;
}

.series-c-white .ct-series.ct-series-c .ct-line {
    stroke: #ffffff;
    stroke-width: 3px;
}

.series-c-white .ct-series.ct-series-c .ct-point {
    stroke: #ffffff;
    stroke-width: 6px;
}

.series-c-white .ct-series.ct-series-c .ct-bar {
    stroke: #ffffff;
}

.series-c-white .ct-series.ct-series-c .ct-slice-pie {
    fill: #ffffff;
}

.series-c-white .ct-series.ct-series-c .ct-slice-donut {
    stroke: #ffffff;
}

.series-c-white.opacity-75 .ct-series.ct-series-c .ct-area {
    fill: #ffffff;
    fill-opacity: 0.65;
}

.series-c-white.opacity-75 .ct-series.ct-series-c .ct-line {
    stroke: #ffffff;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-c-white.opacity-75 .ct-series.ct-series-c .ct-point {
    stroke: #ffffff;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-c-white.opacity-75 .ct-series.ct-series-c .ct-bar {
    stroke: #ffffff;
    stroke-opacity: 0.75;
}

.series-c-white.opacity-75 .ct-series.ct-series-c .ct-slice-pie {
    fill: #ffffff;
    fill-opacity: 0.75;
}

.series-c-white.opacity-75 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #ffffff;
    stroke-opacity: 0.75;
}

.series-c-black .ct-series.ct-series-c .ct-area {
    fill: #000000;
}

.series-c-black .ct-series.ct-series-c .ct-line {
    stroke: #000000;
    stroke-width: 3px;
}

.series-c-black .ct-series.ct-series-c .ct-point {
    stroke: #000000;
    stroke-width: 6px;
}

.series-c-black .ct-series.ct-series-c .ct-bar {
    stroke: #000000;
}

.series-c-black .ct-series.ct-series-c .ct-slice-pie {
    fill: #000000;
}

.series-c-black .ct-series.ct-series-c .ct-slice-donut {
    stroke: #000000;
}

.series-c-black.opacity-75 .ct-series.ct-series-c .ct-area {
    fill: #000000;
    fill-opacity: 0.65;
}

.series-c-black.opacity-75 .ct-series.ct-series-c .ct-line {
    stroke: #000000;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-c-black.opacity-75 .ct-series.ct-series-c .ct-point {
    stroke: #000000;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-c-black.opacity-75 .ct-series.ct-series-c .ct-bar {
    stroke: #000000;
    stroke-opacity: 0.75;
}

.series-c-black.opacity-75 .ct-series.ct-series-c .ct-slice-pie {
    fill: #000000;
    fill-opacity: 0.75;
}

.series-c-black.opacity-75 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #000000;
    stroke-opacity: 0.75;
}

.series-c-light .ct-series.ct-series-c .ct-area {
    fill: #f5f5f5;
}

.series-c-light .ct-series.ct-series-c .ct-line {
    stroke: #f5f5f5;
    stroke-width: 3px;
}

.series-c-light .ct-series.ct-series-c .ct-point {
    stroke: #f5f5f5;
    stroke-width: 6px;
}

.series-c-light .ct-series.ct-series-c .ct-bar {
    stroke: #f5f5f5;
}

.series-c-light .ct-series.ct-series-c .ct-slice-pie {
    fill: #f5f5f5;
}

.series-c-light .ct-series.ct-series-c .ct-slice-donut {
    stroke: #f5f5f5;
}

.series-c-light.opacity-75 .ct-series.ct-series-c .ct-area {
    fill: #f5f5f5;
    fill-opacity: 0.65;
}

.series-c-light.opacity-75 .ct-series.ct-series-c .ct-line {
    stroke: #f5f5f5;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-c-light.opacity-75 .ct-series.ct-series-c .ct-point {
    stroke: #f5f5f5;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-c-light.opacity-75 .ct-series.ct-series-c .ct-bar {
    stroke: #f5f5f5;
    stroke-opacity: 0.75;
}

.series-c-light.opacity-75 .ct-series.ct-series-c .ct-slice-pie {
    fill: #f5f5f5;
    fill-opacity: 0.75;
}

.series-c-light.opacity-75 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #f5f5f5;
    stroke-opacity: 0.75;
}

.series-c-dark .ct-series.ct-series-c .ct-area {
    fill: #262932;
}

.series-c-dark .ct-series.ct-series-c .ct-line {
    stroke: #262932;
    stroke-width: 3px;
}

.series-c-dark .ct-series.ct-series-c .ct-point {
    stroke: #262932;
    stroke-width: 6px;
}

.series-c-dark .ct-series.ct-series-c .ct-bar {
    stroke: #262932;
}

.series-c-dark .ct-series.ct-series-c .ct-slice-pie {
    fill: #262932;
}

.series-c-dark .ct-series.ct-series-c .ct-slice-donut {
    stroke: #262932;
}

.series-c-dark.opacity-75 .ct-series.ct-series-c .ct-area {
    fill: #262932;
    fill-opacity: 0.65;
}

.series-c-dark.opacity-75 .ct-series.ct-series-c .ct-line {
    stroke: #262932;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-c-dark.opacity-75 .ct-series.ct-series-c .ct-point {
    stroke: #262932;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-c-dark.opacity-75 .ct-series.ct-series-c .ct-bar {
    stroke: #262932;
    stroke-opacity: 0.75;
}

.series-c-dark.opacity-75 .ct-series.ct-series-c .ct-slice-pie {
    fill: #262932;
    fill-opacity: 0.75;
}

.series-c-dark.opacity-75 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #262932;
    stroke-opacity: 0.75;
}

.series-c-twitter .ct-series.ct-series-c .ct-area {
    fill: #00aced;
}

.series-c-twitter .ct-series.ct-series-c .ct-line {
    stroke: #00aced;
    stroke-width: 3px;
}

.series-c-twitter .ct-series.ct-series-c .ct-point {
    stroke: #00aced;
    stroke-width: 6px;
}

.series-c-twitter .ct-series.ct-series-c .ct-bar {
    stroke: #00aced;
}

.series-c-twitter .ct-series.ct-series-c .ct-slice-pie {
    fill: #00aced;
}

.series-c-twitter .ct-series.ct-series-c .ct-slice-donut {
    stroke: #00aced;
}

.series-c-twitter.opacity-75 .ct-series.ct-series-c .ct-area {
    fill: #00aced;
    fill-opacity: 0.65;
}

.series-c-twitter.opacity-75 .ct-series.ct-series-c .ct-line {
    stroke: #00aced;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-c-twitter.opacity-75 .ct-series.ct-series-c .ct-point {
    stroke: #00aced;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-c-twitter.opacity-75 .ct-series.ct-series-c .ct-bar {
    stroke: #00aced;
    stroke-opacity: 0.75;
}

.series-c-twitter.opacity-75 .ct-series.ct-series-c .ct-slice-pie {
    fill: #00aced;
    fill-opacity: 0.75;
}

.series-c-twitter.opacity-75 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #00aced;
    stroke-opacity: 0.75;
}

.series-c-facebook .ct-series.ct-series-c .ct-area {
    fill: #3b5998;
}

.series-c-facebook .ct-series.ct-series-c .ct-line {
    stroke: #3b5998;
    stroke-width: 3px;
}

.series-c-facebook .ct-series.ct-series-c .ct-point {
    stroke: #3b5998;
    stroke-width: 6px;
}

.series-c-facebook .ct-series.ct-series-c .ct-bar {
    stroke: #3b5998;
}

.series-c-facebook .ct-series.ct-series-c .ct-slice-pie {
    fill: #3b5998;
}

.series-c-facebook .ct-series.ct-series-c .ct-slice-donut {
    stroke: #3b5998;
}

.series-c-facebook.opacity-75 .ct-series.ct-series-c .ct-area {
    fill: #3b5998;
    fill-opacity: 0.65;
}

.series-c-facebook.opacity-75 .ct-series.ct-series-c .ct-line {
    stroke: #3b5998;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-c-facebook.opacity-75 .ct-series.ct-series-c .ct-point {
    stroke: #3b5998;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-c-facebook.opacity-75 .ct-series.ct-series-c .ct-bar {
    stroke: #3b5998;
    stroke-opacity: 0.75;
}

.series-c-facebook.opacity-75 .ct-series.ct-series-c .ct-slice-pie {
    fill: #3b5998;
    fill-opacity: 0.75;
}

.series-c-facebook.opacity-75 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #3b5998;
    stroke-opacity: 0.75;
}

.series-c-google .ct-series.ct-series-c .ct-area {
    fill: #dd4b39;
}

.series-c-google .ct-series.ct-series-c .ct-line {
    stroke: #dd4b39;
    stroke-width: 3px;
}

.series-c-google .ct-series.ct-series-c .ct-point {
    stroke: #dd4b39;
    stroke-width: 6px;
}

.series-c-google .ct-series.ct-series-c .ct-bar {
    stroke: #dd4b39;
}

.series-c-google .ct-series.ct-series-c .ct-slice-pie {
    fill: #dd4b39;
}

.series-c-google .ct-series.ct-series-c .ct-slice-donut {
    stroke: #dd4b39;
}

.series-c-google.opacity-75 .ct-series.ct-series-c .ct-area {
    fill: #dd4b39;
    fill-opacity: 0.65;
}

.series-c-google.opacity-75 .ct-series.ct-series-c .ct-line {
    stroke: #dd4b39;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-c-google.opacity-75 .ct-series.ct-series-c .ct-point {
    stroke: #dd4b39;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-c-google.opacity-75 .ct-series.ct-series-c .ct-bar {
    stroke: #dd4b39;
    stroke-opacity: 0.75;
}

.series-c-google.opacity-75 .ct-series.ct-series-c .ct-slice-pie {
    fill: #dd4b39;
    fill-opacity: 0.75;
}

.series-c-google.opacity-75 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #dd4b39;
    stroke-opacity: 0.75;
}

.series-c-bg-1 .ct-series.ct-series-c .ct-area {
    fill: #0267bf;
}

.series-c-bg-1 .ct-series.ct-series-c .ct-line {
    stroke: #0267bf;
    stroke-width: 3px;
}

.series-c-bg-1 .ct-series.ct-series-c .ct-point {
    stroke: #0267bf;
    stroke-width: 6px;
}

.series-c-bg-1 .ct-series.ct-series-c .ct-bar {
    stroke: #0267bf;
}

.series-c-bg-1 .ct-series.ct-series-c .ct-slice-pie {
    fill: #0267bf;
}

.series-c-bg-1 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #0267bf;
}

.series-c-bg-1.opacity-75 .ct-series.ct-series-c .ct-area {
    fill: #0267bf;
    fill-opacity: 0.65;
}

.series-c-bg-1.opacity-75 .ct-series.ct-series-c .ct-line {
    stroke: #0267bf;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-c-bg-1.opacity-75 .ct-series.ct-series-c .ct-point {
    stroke: #0267bf;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-c-bg-1.opacity-75 .ct-series.ct-series-c .ct-bar {
    stroke: #0267bf;
    stroke-opacity: 0.75;
}

.series-c-bg-1.opacity-75 .ct-series.ct-series-c .ct-slice-pie {
    fill: #0267bf;
    fill-opacity: 0.75;
}

.series-c-bg-1.opacity-75 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #0267bf;
    stroke-opacity: 0.75;
}

.series-c-bg-1-100 .ct-series.ct-series-c .ct-area {
    fill: #299bfd;
}

.series-c-bg-1-100 .ct-series.ct-series-c .ct-line {
    stroke: #299bfd;
    stroke-width: 3px;
}

.series-c-bg-1-100 .ct-series.ct-series-c .ct-point {
    stroke: #299bfd;
    stroke-width: 6px;
}

.series-c-bg-1-100 .ct-series.ct-series-c .ct-bar {
    stroke: #299bfd;
}

.series-c-bg-1-100 .ct-series.ct-series-c .ct-slice-pie {
    fill: #299bfd;
}

.series-c-bg-1-100 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #299bfd;
}

.series-c-bg-1-100.opacity-75 .ct-series.ct-series-c .ct-area {
    fill: #299bfd;
    fill-opacity: 0.65;
}

.series-c-bg-1-100.opacity-75 .ct-series.ct-series-c .ct-line {
    stroke: #299bfd;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-c-bg-1-100.opacity-75 .ct-series.ct-series-c .ct-point {
    stroke: #299bfd;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-c-bg-1-100.opacity-75 .ct-series.ct-series-c .ct-bar {
    stroke: #299bfd;
    stroke-opacity: 0.75;
}

.series-c-bg-1-100.opacity-75 .ct-series.ct-series-c .ct-slice-pie {
    fill: #299bfd;
    fill-opacity: 0.75;
}

.series-c-bg-1-100.opacity-75 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #299bfd;
    stroke-opacity: 0.75;
}

.series-c-bg-1-200 .ct-series.ct-series-c .ct-area {
    fill: #108ffd;
}

.series-c-bg-1-200 .ct-series.ct-series-c .ct-line {
    stroke: #108ffd;
    stroke-width: 3px;
}

.series-c-bg-1-200 .ct-series.ct-series-c .ct-point {
    stroke: #108ffd;
    stroke-width: 6px;
}

.series-c-bg-1-200 .ct-series.ct-series-c .ct-bar {
    stroke: #108ffd;
}

.series-c-bg-1-200 .ct-series.ct-series-c .ct-slice-pie {
    fill: #108ffd;
}

.series-c-bg-1-200 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #108ffd;
}

.series-c-bg-1-200.opacity-75 .ct-series.ct-series-c .ct-area {
    fill: #108ffd;
    fill-opacity: 0.65;
}

.series-c-bg-1-200.opacity-75 .ct-series.ct-series-c .ct-line {
    stroke: #108ffd;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-c-bg-1-200.opacity-75 .ct-series.ct-series-c .ct-point {
    stroke: #108ffd;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-c-bg-1-200.opacity-75 .ct-series.ct-series-c .ct-bar {
    stroke: #108ffd;
    stroke-opacity: 0.75;
}

.series-c-bg-1-200.opacity-75 .ct-series.ct-series-c .ct-slice-pie {
    fill: #108ffd;
    fill-opacity: 0.75;
}

.series-c-bg-1-200.opacity-75 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #108ffd;
    stroke-opacity: 0.75;
}

.series-c-bg-1-300 .ct-series.ct-series-c .ct-area {
    fill: #0283f1;
}

.series-c-bg-1-300 .ct-series.ct-series-c .ct-line {
    stroke: #0283f1;
    stroke-width: 3px;
}

.series-c-bg-1-300 .ct-series.ct-series-c .ct-point {
    stroke: #0283f1;
    stroke-width: 6px;
}

.series-c-bg-1-300 .ct-series.ct-series-c .ct-bar {
    stroke: #0283f1;
}

.series-c-bg-1-300 .ct-series.ct-series-c .ct-slice-pie {
    fill: #0283f1;
}

.series-c-bg-1-300 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #0283f1;
}

.series-c-bg-1-300.opacity-75 .ct-series.ct-series-c .ct-area {
    fill: #0283f1;
    fill-opacity: 0.65;
}

.series-c-bg-1-300.opacity-75 .ct-series.ct-series-c .ct-line {
    stroke: #0283f1;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-c-bg-1-300.opacity-75 .ct-series.ct-series-c .ct-point {
    stroke: #0283f1;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-c-bg-1-300.opacity-75 .ct-series.ct-series-c .ct-bar {
    stroke: #0283f1;
    stroke-opacity: 0.75;
}

.series-c-bg-1-300.opacity-75 .ct-series.ct-series-c .ct-slice-pie {
    fill: #0283f1;
    fill-opacity: 0.75;
}

.series-c-bg-1-300.opacity-75 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #0283f1;
    stroke-opacity: 0.75;
}

.series-c-bg-1-400 .ct-series.ct-series-c .ct-area {
    fill: #0275d8;
}

.series-c-bg-1-400 .ct-series.ct-series-c .ct-line {
    stroke: #0275d8;
    stroke-width: 3px;
}

.series-c-bg-1-400 .ct-series.ct-series-c .ct-point {
    stroke: #0275d8;
    stroke-width: 6px;
}

.series-c-bg-1-400 .ct-series.ct-series-c .ct-bar {
    stroke: #0275d8;
}

.series-c-bg-1-400 .ct-series.ct-series-c .ct-slice-pie {
    fill: #0275d8;
}

.series-c-bg-1-400 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #0275d8;
}

.series-c-bg-1-400.opacity-75 .ct-series.ct-series-c .ct-area {
    fill: #0275d8;
    fill-opacity: 0.65;
}

.series-c-bg-1-400.opacity-75 .ct-series.ct-series-c .ct-line {
    stroke: #0275d8;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-c-bg-1-400.opacity-75 .ct-series.ct-series-c .ct-point {
    stroke: #0275d8;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-c-bg-1-400.opacity-75 .ct-series.ct-series-c .ct-bar {
    stroke: #0275d8;
    stroke-opacity: 0.75;
}

.series-c-bg-1-400.opacity-75 .ct-series.ct-series-c .ct-slice-pie {
    fill: #0275d8;
    fill-opacity: 0.75;
}

.series-c-bg-1-400.opacity-75 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #0275d8;
    stroke-opacity: 0.75;
}

.series-c-bg-1-500 .ct-series.ct-series-c .ct-area {
    fill: #0267bf;
}

.series-c-bg-1-500 .ct-series.ct-series-c .ct-line {
    stroke: #0267bf;
    stroke-width: 3px;
}

.series-c-bg-1-500 .ct-series.ct-series-c .ct-point {
    stroke: #0267bf;
    stroke-width: 6px;
}

.series-c-bg-1-500 .ct-series.ct-series-c .ct-bar {
    stroke: #0267bf;
}

.series-c-bg-1-500 .ct-series.ct-series-c .ct-slice-pie {
    fill: #0267bf;
}

.series-c-bg-1-500 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #0267bf;
}

.series-c-bg-1-500.opacity-75 .ct-series.ct-series-c .ct-area {
    fill: #0267bf;
    fill-opacity: 0.65;
}

.series-c-bg-1-500.opacity-75 .ct-series.ct-series-c .ct-line {
    stroke: #0267bf;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-c-bg-1-500.opacity-75 .ct-series.ct-series-c .ct-point {
    stroke: #0267bf;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-c-bg-1-500.opacity-75 .ct-series.ct-series-c .ct-bar {
    stroke: #0267bf;
    stroke-opacity: 0.75;
}

.series-c-bg-1-500.opacity-75 .ct-series.ct-series-c .ct-slice-pie {
    fill: #0267bf;
    fill-opacity: 0.75;
}

.series-c-bg-1-500.opacity-75 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #0267bf;
    stroke-opacity: 0.75;
}

.series-c-bg-1-600 .ct-series.ct-series-c .ct-area {
    fill: #025aa5;
}

.series-c-bg-1-600 .ct-series.ct-series-c .ct-line {
    stroke: #025aa5;
    stroke-width: 3px;
}

.series-c-bg-1-600 .ct-series.ct-series-c .ct-point {
    stroke: #025aa5;
    stroke-width: 6px;
}

.series-c-bg-1-600 .ct-series.ct-series-c .ct-bar {
    stroke: #025aa5;
}

.series-c-bg-1-600 .ct-series.ct-series-c .ct-slice-pie {
    fill: #025aa5;
}

.series-c-bg-1-600 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #025aa5;
}

.series-c-bg-1-600.opacity-75 .ct-series.ct-series-c .ct-area {
    fill: #025aa5;
    fill-opacity: 0.65;
}

.series-c-bg-1-600.opacity-75 .ct-series.ct-series-c .ct-line {
    stroke: #025aa5;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-c-bg-1-600.opacity-75 .ct-series.ct-series-c .ct-point {
    stroke: #025aa5;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-c-bg-1-600.opacity-75 .ct-series.ct-series-c .ct-bar {
    stroke: #025aa5;
    stroke-opacity: 0.75;
}

.series-c-bg-1-600.opacity-75 .ct-series.ct-series-c .ct-slice-pie {
    fill: #025aa5;
    fill-opacity: 0.75;
}

.series-c-bg-1-600.opacity-75 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #025aa5;
    stroke-opacity: 0.75;
}

.series-c-bg-1-700 .ct-series.ct-series-c .ct-area {
    fill: #014c8c;
}

.series-c-bg-1-700 .ct-series.ct-series-c .ct-line {
    stroke: #014c8c;
    stroke-width: 3px;
}

.series-c-bg-1-700 .ct-series.ct-series-c .ct-point {
    stroke: #014c8c;
    stroke-width: 6px;
}

.series-c-bg-1-700 .ct-series.ct-series-c .ct-bar {
    stroke: #014c8c;
}

.series-c-bg-1-700 .ct-series.ct-series-c .ct-slice-pie {
    fill: #014c8c;
}

.series-c-bg-1-700 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #014c8c;
}

.series-c-bg-1-700.opacity-75 .ct-series.ct-series-c .ct-area {
    fill: #014c8c;
    fill-opacity: 0.65;
}

.series-c-bg-1-700.opacity-75 .ct-series.ct-series-c .ct-line {
    stroke: #014c8c;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-c-bg-1-700.opacity-75 .ct-series.ct-series-c .ct-point {
    stroke: #014c8c;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-c-bg-1-700.opacity-75 .ct-series.ct-series-c .ct-bar {
    stroke: #014c8c;
    stroke-opacity: 0.75;
}

.series-c-bg-1-700.opacity-75 .ct-series.ct-series-c .ct-slice-pie {
    fill: #014c8c;
    fill-opacity: 0.75;
}

.series-c-bg-1-700.opacity-75 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #014c8c;
    stroke-opacity: 0.75;
}

.series-c-bg-1-800 .ct-series.ct-series-c .ct-area {
    fill: #013e73;
}

.series-c-bg-1-800 .ct-series.ct-series-c .ct-line {
    stroke: #013e73;
    stroke-width: 3px;
}

.series-c-bg-1-800 .ct-series.ct-series-c .ct-point {
    stroke: #013e73;
    stroke-width: 6px;
}

.series-c-bg-1-800 .ct-series.ct-series-c .ct-bar {
    stroke: #013e73;
}

.series-c-bg-1-800 .ct-series.ct-series-c .ct-slice-pie {
    fill: #013e73;
}

.series-c-bg-1-800 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #013e73;
}

.series-c-bg-1-800.opacity-75 .ct-series.ct-series-c .ct-area {
    fill: #013e73;
    fill-opacity: 0.65;
}

.series-c-bg-1-800.opacity-75 .ct-series.ct-series-c .ct-line {
    stroke: #013e73;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-c-bg-1-800.opacity-75 .ct-series.ct-series-c .ct-point {
    stroke: #013e73;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-c-bg-1-800.opacity-75 .ct-series.ct-series-c .ct-bar {
    stroke: #013e73;
    stroke-opacity: 0.75;
}

.series-c-bg-1-800.opacity-75 .ct-series.ct-series-c .ct-slice-pie {
    fill: #013e73;
    fill-opacity: 0.75;
}

.series-c-bg-1-800.opacity-75 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #013e73;
    stroke-opacity: 0.75;
}

.series-c-bg-1-900 .ct-series.ct-series-c .ct-area {
    fill: #01315a;
}

.series-c-bg-1-900 .ct-series.ct-series-c .ct-line {
    stroke: #01315a;
    stroke-width: 3px;
}

.series-c-bg-1-900 .ct-series.ct-series-c .ct-point {
    stroke: #01315a;
    stroke-width: 6px;
}

.series-c-bg-1-900 .ct-series.ct-series-c .ct-bar {
    stroke: #01315a;
}

.series-c-bg-1-900 .ct-series.ct-series-c .ct-slice-pie {
    fill: #01315a;
}

.series-c-bg-1-900 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #01315a;
}

.series-c-bg-1-900.opacity-75 .ct-series.ct-series-c .ct-area {
    fill: #01315a;
    fill-opacity: 0.65;
}

.series-c-bg-1-900.opacity-75 .ct-series.ct-series-c .ct-line {
    stroke: #01315a;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-c-bg-1-900.opacity-75 .ct-series.ct-series-c .ct-point {
    stroke: #01315a;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-c-bg-1-900.opacity-75 .ct-series.ct-series-c .ct-bar {
    stroke: #01315a;
    stroke-opacity: 0.75;
}

.series-c-bg-1-900.opacity-75 .ct-series.ct-series-c .ct-slice-pie {
    fill: #01315a;
    fill-opacity: 0.75;
}

.series-c-bg-1-900.opacity-75 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #01315a;
    stroke-opacity: 0.75;
}

.series-c-bg-2 .ct-series.ct-series-c .ct-area {
    fill: #002451;
}

.series-c-bg-2 .ct-series.ct-series-c .ct-line {
    stroke: #002451;
    stroke-width: 3px;
}

.series-c-bg-2 .ct-series.ct-series-c .ct-point {
    stroke: #002451;
    stroke-width: 6px;
}

.series-c-bg-2 .ct-series.ct-series-c .ct-bar {
    stroke: #002451;
}

.series-c-bg-2 .ct-series.ct-series-c .ct-slice-pie {
    fill: #002451;
}

.series-c-bg-2 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #002451;
}

.series-c-bg-2.opacity-75 .ct-series.ct-series-c .ct-area {
    fill: #002451;
    fill-opacity: 0.65;
}

.series-c-bg-2.opacity-75 .ct-series.ct-series-c .ct-line {
    stroke: #002451;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-c-bg-2.opacity-75 .ct-series.ct-series-c .ct-point {
    stroke: #002451;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-c-bg-2.opacity-75 .ct-series.ct-series-c .ct-bar {
    stroke: #002451;
    stroke-opacity: 0.75;
}

.series-c-bg-2.opacity-75 .ct-series.ct-series-c .ct-slice-pie {
    fill: #002451;
    fill-opacity: 0.75;
}

.series-c-bg-2.opacity-75 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #002451;
    stroke-opacity: 0.75;
}

.series-c-bg-2-100 .ct-series.ct-series-c .ct-area {
    fill: #0051b7;
}

.series-c-bg-2-100 .ct-series.ct-series-c .ct-line {
    stroke: #0051b7;
    stroke-width: 3px;
}

.series-c-bg-2-100 .ct-series.ct-series-c .ct-point {
    stroke: #0051b7;
    stroke-width: 6px;
}

.series-c-bg-2-100 .ct-series.ct-series-c .ct-bar {
    stroke: #0051b7;
}

.series-c-bg-2-100 .ct-series.ct-series-c .ct-slice-pie {
    fill: #0051b7;
}

.series-c-bg-2-100 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #0051b7;
}

.series-c-bg-2-100.opacity-75 .ct-series.ct-series-c .ct-area {
    fill: #0051b7;
    fill-opacity: 0.65;
}

.series-c-bg-2-100.opacity-75 .ct-series.ct-series-c .ct-line {
    stroke: #0051b7;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-c-bg-2-100.opacity-75 .ct-series.ct-series-c .ct-point {
    stroke: #0051b7;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-c-bg-2-100.opacity-75 .ct-series.ct-series-c .ct-bar {
    stroke: #0051b7;
    stroke-opacity: 0.75;
}

.series-c-bg-2-100.opacity-75 .ct-series.ct-series-c .ct-slice-pie {
    fill: #0051b7;
    fill-opacity: 0.75;
}

.series-c-bg-2-100.opacity-75 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #0051b7;
    stroke-opacity: 0.75;
}

.series-c-bg-2-200 .ct-series.ct-series-c .ct-area {
    fill: #00469e;
}

.series-c-bg-2-200 .ct-series.ct-series-c .ct-line {
    stroke: #00469e;
    stroke-width: 3px;
}

.series-c-bg-2-200 .ct-series.ct-series-c .ct-point {
    stroke: #00469e;
    stroke-width: 6px;
}

.series-c-bg-2-200 .ct-series.ct-series-c .ct-bar {
    stroke: #00469e;
}

.series-c-bg-2-200 .ct-series.ct-series-c .ct-slice-pie {
    fill: #00469e;
}

.series-c-bg-2-200 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #00469e;
}

.series-c-bg-2-200.opacity-75 .ct-series.ct-series-c .ct-area {
    fill: #00469e;
    fill-opacity: 0.65;
}

.series-c-bg-2-200.opacity-75 .ct-series.ct-series-c .ct-line {
    stroke: #00469e;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-c-bg-2-200.opacity-75 .ct-series.ct-series-c .ct-point {
    stroke: #00469e;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-c-bg-2-200.opacity-75 .ct-series.ct-series-c .ct-bar {
    stroke: #00469e;
    stroke-opacity: 0.75;
}

.series-c-bg-2-200.opacity-75 .ct-series.ct-series-c .ct-slice-pie {
    fill: #00469e;
    fill-opacity: 0.75;
}

.series-c-bg-2-200.opacity-75 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #00469e;
    stroke-opacity: 0.75;
}

.series-c-bg-2-300 .ct-series.ct-series-c .ct-area {
    fill: #003b84;
}

.series-c-bg-2-300 .ct-series.ct-series-c .ct-line {
    stroke: #003b84;
    stroke-width: 3px;
}

.series-c-bg-2-300 .ct-series.ct-series-c .ct-point {
    stroke: #003b84;
    stroke-width: 6px;
}

.series-c-bg-2-300 .ct-series.ct-series-c .ct-bar {
    stroke: #003b84;
}

.series-c-bg-2-300 .ct-series.ct-series-c .ct-slice-pie {
    fill: #003b84;
}

.series-c-bg-2-300 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #003b84;
}

.series-c-bg-2-300.opacity-75 .ct-series.ct-series-c .ct-area {
    fill: #003b84;
    fill-opacity: 0.65;
}

.series-c-bg-2-300.opacity-75 .ct-series.ct-series-c .ct-line {
    stroke: #003b84;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-c-bg-2-300.opacity-75 .ct-series.ct-series-c .ct-point {
    stroke: #003b84;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-c-bg-2-300.opacity-75 .ct-series.ct-series-c .ct-bar {
    stroke: #003b84;
    stroke-opacity: 0.75;
}

.series-c-bg-2-300.opacity-75 .ct-series.ct-series-c .ct-slice-pie {
    fill: #003b84;
    fill-opacity: 0.75;
}

.series-c-bg-2-300.opacity-75 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #003b84;
    stroke-opacity: 0.75;
}

.series-c-bg-2-400 .ct-series.ct-series-c .ct-area {
    fill: #002f6b;
}

.series-c-bg-2-400 .ct-series.ct-series-c .ct-line {
    stroke: #002f6b;
    stroke-width: 3px;
}

.series-c-bg-2-400 .ct-series.ct-series-c .ct-point {
    stroke: #002f6b;
    stroke-width: 6px;
}

.series-c-bg-2-400 .ct-series.ct-series-c .ct-bar {
    stroke: #002f6b;
}

.series-c-bg-2-400 .ct-series.ct-series-c .ct-slice-pie {
    fill: #002f6b;
}

.series-c-bg-2-400 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #002f6b;
}

.series-c-bg-2-400.opacity-75 .ct-series.ct-series-c .ct-area {
    fill: #002f6b;
    fill-opacity: 0.65;
}

.series-c-bg-2-400.opacity-75 .ct-series.ct-series-c .ct-line {
    stroke: #002f6b;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-c-bg-2-400.opacity-75 .ct-series.ct-series-c .ct-point {
    stroke: #002f6b;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-c-bg-2-400.opacity-75 .ct-series.ct-series-c .ct-bar {
    stroke: #002f6b;
    stroke-opacity: 0.75;
}

.series-c-bg-2-400.opacity-75 .ct-series.ct-series-c .ct-slice-pie {
    fill: #002f6b;
    fill-opacity: 0.75;
}

.series-c-bg-2-400.opacity-75 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #002f6b;
    stroke-opacity: 0.75;
}

.series-c-bg-2-500 .ct-series.ct-series-c .ct-area {
    fill: #002451;
}

.series-c-bg-2-500 .ct-series.ct-series-c .ct-line {
    stroke: #002451;
    stroke-width: 3px;
}

.series-c-bg-2-500 .ct-series.ct-series-c .ct-point {
    stroke: #002451;
    stroke-width: 6px;
}

.series-c-bg-2-500 .ct-series.ct-series-c .ct-bar {
    stroke: #002451;
}

.series-c-bg-2-500 .ct-series.ct-series-c .ct-slice-pie {
    fill: #002451;
}

.series-c-bg-2-500 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #002451;
}

.series-c-bg-2-500.opacity-75 .ct-series.ct-series-c .ct-area {
    fill: #002451;
    fill-opacity: 0.65;
}

.series-c-bg-2-500.opacity-75 .ct-series.ct-series-c .ct-line {
    stroke: #002451;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-c-bg-2-500.opacity-75 .ct-series.ct-series-c .ct-point {
    stroke: #002451;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-c-bg-2-500.opacity-75 .ct-series.ct-series-c .ct-bar {
    stroke: #002451;
    stroke-opacity: 0.75;
}

.series-c-bg-2-500.opacity-75 .ct-series.ct-series-c .ct-slice-pie {
    fill: #002451;
    fill-opacity: 0.75;
}

.series-c-bg-2-500.opacity-75 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #002451;
    stroke-opacity: 0.75;
}

.series-c-bg-2-600 .ct-series.ct-series-c .ct-area {
    fill: #001938;
}

.series-c-bg-2-600 .ct-series.ct-series-c .ct-line {
    stroke: #001938;
    stroke-width: 3px;
}

.series-c-bg-2-600 .ct-series.ct-series-c .ct-point {
    stroke: #001938;
    stroke-width: 6px;
}

.series-c-bg-2-600 .ct-series.ct-series-c .ct-bar {
    stroke: #001938;
}

.series-c-bg-2-600 .ct-series.ct-series-c .ct-slice-pie {
    fill: #001938;
}

.series-c-bg-2-600 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #001938;
}

.series-c-bg-2-600.opacity-75 .ct-series.ct-series-c .ct-area {
    fill: #001938;
    fill-opacity: 0.65;
}

.series-c-bg-2-600.opacity-75 .ct-series.ct-series-c .ct-line {
    stroke: #001938;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-c-bg-2-600.opacity-75 .ct-series.ct-series-c .ct-point {
    stroke: #001938;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-c-bg-2-600.opacity-75 .ct-series.ct-series-c .ct-bar {
    stroke: #001938;
    stroke-opacity: 0.75;
}

.series-c-bg-2-600.opacity-75 .ct-series.ct-series-c .ct-slice-pie {
    fill: #001938;
    fill-opacity: 0.75;
}

.series-c-bg-2-600.opacity-75 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #001938;
    stroke-opacity: 0.75;
}

.series-c-bg-2-700 .ct-series.ct-series-c .ct-area {
    fill: #000d1e;
}

.series-c-bg-2-700 .ct-series.ct-series-c .ct-line {
    stroke: #000d1e;
    stroke-width: 3px;
}

.series-c-bg-2-700 .ct-series.ct-series-c .ct-point {
    stroke: #000d1e;
    stroke-width: 6px;
}

.series-c-bg-2-700 .ct-series.ct-series-c .ct-bar {
    stroke: #000d1e;
}

.series-c-bg-2-700 .ct-series.ct-series-c .ct-slice-pie {
    fill: #000d1e;
}

.series-c-bg-2-700 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #000d1e;
}

.series-c-bg-2-700.opacity-75 .ct-series.ct-series-c .ct-area {
    fill: #000d1e;
    fill-opacity: 0.65;
}

.series-c-bg-2-700.opacity-75 .ct-series.ct-series-c .ct-line {
    stroke: #000d1e;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-c-bg-2-700.opacity-75 .ct-series.ct-series-c .ct-point {
    stroke: #000d1e;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-c-bg-2-700.opacity-75 .ct-series.ct-series-c .ct-bar {
    stroke: #000d1e;
    stroke-opacity: 0.75;
}

.series-c-bg-2-700.opacity-75 .ct-series.ct-series-c .ct-slice-pie {
    fill: #000d1e;
    fill-opacity: 0.75;
}

.series-c-bg-2-700.opacity-75 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #000d1e;
    stroke-opacity: 0.75;
}

.series-c-bg-2-800 .ct-series.ct-series-c .ct-area {
    fill: #000205;
}

.series-c-bg-2-800 .ct-series.ct-series-c .ct-line {
    stroke: #000205;
    stroke-width: 3px;
}

.series-c-bg-2-800 .ct-series.ct-series-c .ct-point {
    stroke: #000205;
    stroke-width: 6px;
}

.series-c-bg-2-800 .ct-series.ct-series-c .ct-bar {
    stroke: #000205;
}

.series-c-bg-2-800 .ct-series.ct-series-c .ct-slice-pie {
    fill: #000205;
}

.series-c-bg-2-800 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #000205;
}

.series-c-bg-2-800.opacity-75 .ct-series.ct-series-c .ct-area {
    fill: #000205;
    fill-opacity: 0.65;
}

.series-c-bg-2-800.opacity-75 .ct-series.ct-series-c .ct-line {
    stroke: #000205;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-c-bg-2-800.opacity-75 .ct-series.ct-series-c .ct-point {
    stroke: #000205;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-c-bg-2-800.opacity-75 .ct-series.ct-series-c .ct-bar {
    stroke: #000205;
    stroke-opacity: 0.75;
}

.series-c-bg-2-800.opacity-75 .ct-series.ct-series-c .ct-slice-pie {
    fill: #000205;
    fill-opacity: 0.75;
}

.series-c-bg-2-800.opacity-75 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #000205;
    stroke-opacity: 0.75;
}

.series-c-bg-2-900 .ct-series.ct-series-c .ct-area {
    fill: black;
}

.series-c-bg-2-900 .ct-series.ct-series-c .ct-line {
    stroke: black;
    stroke-width: 3px;
}

.series-c-bg-2-900 .ct-series.ct-series-c .ct-point {
    stroke: black;
    stroke-width: 6px;
}

.series-c-bg-2-900 .ct-series.ct-series-c .ct-bar {
    stroke: black;
}

.series-c-bg-2-900 .ct-series.ct-series-c .ct-slice-pie {
    fill: black;
}

.series-c-bg-2-900 .ct-series.ct-series-c .ct-slice-donut {
    stroke: black;
}

.series-c-bg-2-900.opacity-75 .ct-series.ct-series-c .ct-area {
    fill: black;
    fill-opacity: 0.65;
}

.series-c-bg-2-900.opacity-75 .ct-series.ct-series-c .ct-line {
    stroke: black;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-c-bg-2-900.opacity-75 .ct-series.ct-series-c .ct-point {
    stroke: black;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-c-bg-2-900.opacity-75 .ct-series.ct-series-c .ct-bar {
    stroke: black;
    stroke-opacity: 0.75;
}

.series-c-bg-2-900.opacity-75 .ct-series.ct-series-c .ct-slice-pie {
    fill: black;
    fill-opacity: 0.75;
}

.series-c-bg-2-900.opacity-75 .ct-series.ct-series-c .ct-slice-donut {
    stroke: black;
    stroke-opacity: 0.75;
}

.series-c-bg-3 .ct-series.ct-series-c .ct-area {
    fill: #262932;
}

.series-c-bg-3 .ct-series.ct-series-c .ct-line {
    stroke: #262932;
    stroke-width: 3px;
}

.series-c-bg-3 .ct-series.ct-series-c .ct-point {
    stroke: #262932;
    stroke-width: 6px;
}

.series-c-bg-3 .ct-series.ct-series-c .ct-bar {
    stroke: #262932;
}

.series-c-bg-3 .ct-series.ct-series-c .ct-slice-pie {
    fill: #262932;
}

.series-c-bg-3 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #262932;
}

.series-c-bg-3.opacity-75 .ct-series.ct-series-c .ct-area {
    fill: #262932;
    fill-opacity: 0.65;
}

.series-c-bg-3.opacity-75 .ct-series.ct-series-c .ct-line {
    stroke: #262932;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-c-bg-3.opacity-75 .ct-series.ct-series-c .ct-point {
    stroke: #262932;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-c-bg-3.opacity-75 .ct-series.ct-series-c .ct-bar {
    stroke: #262932;
    stroke-opacity: 0.75;
}

.series-c-bg-3.opacity-75 .ct-series.ct-series-c .ct-slice-pie {
    fill: #262932;
    fill-opacity: 0.75;
}

.series-c-bg-3.opacity-75 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #262932;
    stroke-opacity: 0.75;
}

.series-c-bg-3-100 .ct-series.ct-series-c .ct-area {
    fill: #52596c;
}

.series-c-bg-3-100 .ct-series.ct-series-c .ct-line {
    stroke: #52596c;
    stroke-width: 3px;
}

.series-c-bg-3-100 .ct-series.ct-series-c .ct-point {
    stroke: #52596c;
    stroke-width: 6px;
}

.series-c-bg-3-100 .ct-series.ct-series-c .ct-bar {
    stroke: #52596c;
}

.series-c-bg-3-100 .ct-series.ct-series-c .ct-slice-pie {
    fill: #52596c;
}

.series-c-bg-3-100 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #52596c;
}

.series-c-bg-3-100.opacity-75 .ct-series.ct-series-c .ct-area {
    fill: #52596c;
    fill-opacity: 0.65;
}

.series-c-bg-3-100.opacity-75 .ct-series.ct-series-c .ct-line {
    stroke: #52596c;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-c-bg-3-100.opacity-75 .ct-series.ct-series-c .ct-point {
    stroke: #52596c;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-c-bg-3-100.opacity-75 .ct-series.ct-series-c .ct-bar {
    stroke: #52596c;
    stroke-opacity: 0.75;
}

.series-c-bg-3-100.opacity-75 .ct-series.ct-series-c .ct-slice-pie {
    fill: #52596c;
    fill-opacity: 0.75;
}

.series-c-bg-3-100.opacity-75 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #52596c;
    stroke-opacity: 0.75;
}

.series-c-bg-3-200 .ct-series.ct-series-c .ct-area {
    fill: #474d5d;
}

.series-c-bg-3-200 .ct-series.ct-series-c .ct-line {
    stroke: #474d5d;
    stroke-width: 3px;
}

.series-c-bg-3-200 .ct-series.ct-series-c .ct-point {
    stroke: #474d5d;
    stroke-width: 6px;
}

.series-c-bg-3-200 .ct-series.ct-series-c .ct-bar {
    stroke: #474d5d;
}

.series-c-bg-3-200 .ct-series.ct-series-c .ct-slice-pie {
    fill: #474d5d;
}

.series-c-bg-3-200 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #474d5d;
}

.series-c-bg-3-200.opacity-75 .ct-series.ct-series-c .ct-area {
    fill: #474d5d;
    fill-opacity: 0.65;
}

.series-c-bg-3-200.opacity-75 .ct-series.ct-series-c .ct-line {
    stroke: #474d5d;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-c-bg-3-200.opacity-75 .ct-series.ct-series-c .ct-point {
    stroke: #474d5d;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-c-bg-3-200.opacity-75 .ct-series.ct-series-c .ct-bar {
    stroke: #474d5d;
    stroke-opacity: 0.75;
}

.series-c-bg-3-200.opacity-75 .ct-series.ct-series-c .ct-slice-pie {
    fill: #474d5d;
    fill-opacity: 0.75;
}

.series-c-bg-3-200.opacity-75 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #474d5d;
    stroke-opacity: 0.75;
}

.series-c-bg-3-300 .ct-series.ct-series-c .ct-area {
    fill: #3c414f;
}

.series-c-bg-3-300 .ct-series.ct-series-c .ct-line {
    stroke: #3c414f;
    stroke-width: 3px;
}

.series-c-bg-3-300 .ct-series.ct-series-c .ct-point {
    stroke: #3c414f;
    stroke-width: 6px;
}

.series-c-bg-3-300 .ct-series.ct-series-c .ct-bar {
    stroke: #3c414f;
}

.series-c-bg-3-300 .ct-series.ct-series-c .ct-slice-pie {
    fill: #3c414f;
}

.series-c-bg-3-300 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #3c414f;
}

.series-c-bg-3-300.opacity-75 .ct-series.ct-series-c .ct-area {
    fill: #3c414f;
    fill-opacity: 0.65;
}

.series-c-bg-3-300.opacity-75 .ct-series.ct-series-c .ct-line {
    stroke: #3c414f;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-c-bg-3-300.opacity-75 .ct-series.ct-series-c .ct-point {
    stroke: #3c414f;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-c-bg-3-300.opacity-75 .ct-series.ct-series-c .ct-bar {
    stroke: #3c414f;
    stroke-opacity: 0.75;
}

.series-c-bg-3-300.opacity-75 .ct-series.ct-series-c .ct-slice-pie {
    fill: #3c414f;
    fill-opacity: 0.75;
}

.series-c-bg-3-300.opacity-75 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #3c414f;
    stroke-opacity: 0.75;
}

.series-c-bg-3-400 .ct-series.ct-series-c .ct-area {
    fill: #313540;
}

.series-c-bg-3-400 .ct-series.ct-series-c .ct-line {
    stroke: #313540;
    stroke-width: 3px;
}

.series-c-bg-3-400 .ct-series.ct-series-c .ct-point {
    stroke: #313540;
    stroke-width: 6px;
}

.series-c-bg-3-400 .ct-series.ct-series-c .ct-bar {
    stroke: #313540;
}

.series-c-bg-3-400 .ct-series.ct-series-c .ct-slice-pie {
    fill: #313540;
}

.series-c-bg-3-400 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #313540;
}

.series-c-bg-3-400.opacity-75 .ct-series.ct-series-c .ct-area {
    fill: #313540;
    fill-opacity: 0.65;
}

.series-c-bg-3-400.opacity-75 .ct-series.ct-series-c .ct-line {
    stroke: #313540;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-c-bg-3-400.opacity-75 .ct-series.ct-series-c .ct-point {
    stroke: #313540;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-c-bg-3-400.opacity-75 .ct-series.ct-series-c .ct-bar {
    stroke: #313540;
    stroke-opacity: 0.75;
}

.series-c-bg-3-400.opacity-75 .ct-series.ct-series-c .ct-slice-pie {
    fill: #313540;
    fill-opacity: 0.75;
}

.series-c-bg-3-400.opacity-75 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #313540;
    stroke-opacity: 0.75;
}

.series-c-bg-3-500 .ct-series.ct-series-c .ct-area {
    fill: #262932;
}

.series-c-bg-3-500 .ct-series.ct-series-c .ct-line {
    stroke: #262932;
    stroke-width: 3px;
}

.series-c-bg-3-500 .ct-series.ct-series-c .ct-point {
    stroke: #262932;
    stroke-width: 6px;
}

.series-c-bg-3-500 .ct-series.ct-series-c .ct-bar {
    stroke: #262932;
}

.series-c-bg-3-500 .ct-series.ct-series-c .ct-slice-pie {
    fill: #262932;
}

.series-c-bg-3-500 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #262932;
}

.series-c-bg-3-500.opacity-75 .ct-series.ct-series-c .ct-area {
    fill: #262932;
    fill-opacity: 0.65;
}

.series-c-bg-3-500.opacity-75 .ct-series.ct-series-c .ct-line {
    stroke: #262932;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-c-bg-3-500.opacity-75 .ct-series.ct-series-c .ct-point {
    stroke: #262932;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-c-bg-3-500.opacity-75 .ct-series.ct-series-c .ct-bar {
    stroke: #262932;
    stroke-opacity: 0.75;
}

.series-c-bg-3-500.opacity-75 .ct-series.ct-series-c .ct-slice-pie {
    fill: #262932;
    fill-opacity: 0.75;
}

.series-c-bg-3-500.opacity-75 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #262932;
    stroke-opacity: 0.75;
}

.series-c-bg-3-600 .ct-series.ct-series-c .ct-area {
    fill: #1b1d24;
}

.series-c-bg-3-600 .ct-series.ct-series-c .ct-line {
    stroke: #1b1d24;
    stroke-width: 3px;
}

.series-c-bg-3-600 .ct-series.ct-series-c .ct-point {
    stroke: #1b1d24;
    stroke-width: 6px;
}

.series-c-bg-3-600 .ct-series.ct-series-c .ct-bar {
    stroke: #1b1d24;
}

.series-c-bg-3-600 .ct-series.ct-series-c .ct-slice-pie {
    fill: #1b1d24;
}

.series-c-bg-3-600 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #1b1d24;
}

.series-c-bg-3-600.opacity-75 .ct-series.ct-series-c .ct-area {
    fill: #1b1d24;
    fill-opacity: 0.65;
}

.series-c-bg-3-600.opacity-75 .ct-series.ct-series-c .ct-line {
    stroke: #1b1d24;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-c-bg-3-600.opacity-75 .ct-series.ct-series-c .ct-point {
    stroke: #1b1d24;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-c-bg-3-600.opacity-75 .ct-series.ct-series-c .ct-bar {
    stroke: #1b1d24;
    stroke-opacity: 0.75;
}

.series-c-bg-3-600.opacity-75 .ct-series.ct-series-c .ct-slice-pie {
    fill: #1b1d24;
    fill-opacity: 0.75;
}

.series-c-bg-3-600.opacity-75 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #1b1d24;
    stroke-opacity: 0.75;
}

.series-c-bg-3-700 .ct-series.ct-series-c .ct-area {
    fill: #101115;
}

.series-c-bg-3-700 .ct-series.ct-series-c .ct-line {
    stroke: #101115;
    stroke-width: 3px;
}

.series-c-bg-3-700 .ct-series.ct-series-c .ct-point {
    stroke: #101115;
    stroke-width: 6px;
}

.series-c-bg-3-700 .ct-series.ct-series-c .ct-bar {
    stroke: #101115;
}

.series-c-bg-3-700 .ct-series.ct-series-c .ct-slice-pie {
    fill: #101115;
}

.series-c-bg-3-700 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #101115;
}

.series-c-bg-3-700.opacity-75 .ct-series.ct-series-c .ct-area {
    fill: #101115;
    fill-opacity: 0.65;
}

.series-c-bg-3-700.opacity-75 .ct-series.ct-series-c .ct-line {
    stroke: #101115;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-c-bg-3-700.opacity-75 .ct-series.ct-series-c .ct-point {
    stroke: #101115;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-c-bg-3-700.opacity-75 .ct-series.ct-series-c .ct-bar {
    stroke: #101115;
    stroke-opacity: 0.75;
}

.series-c-bg-3-700.opacity-75 .ct-series.ct-series-c .ct-slice-pie {
    fill: #101115;
    fill-opacity: 0.75;
}

.series-c-bg-3-700.opacity-75 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #101115;
    stroke-opacity: 0.75;
}

.series-c-bg-3-800 .ct-series.ct-series-c .ct-area {
    fill: #050507;
}

.series-c-bg-3-800 .ct-series.ct-series-c .ct-line {
    stroke: #050507;
    stroke-width: 3px;
}

.series-c-bg-3-800 .ct-series.ct-series-c .ct-point {
    stroke: #050507;
    stroke-width: 6px;
}

.series-c-bg-3-800 .ct-series.ct-series-c .ct-bar {
    stroke: #050507;
}

.series-c-bg-3-800 .ct-series.ct-series-c .ct-slice-pie {
    fill: #050507;
}

.series-c-bg-3-800 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #050507;
}

.series-c-bg-3-800.opacity-75 .ct-series.ct-series-c .ct-area {
    fill: #050507;
    fill-opacity: 0.65;
}

.series-c-bg-3-800.opacity-75 .ct-series.ct-series-c .ct-line {
    stroke: #050507;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-c-bg-3-800.opacity-75 .ct-series.ct-series-c .ct-point {
    stroke: #050507;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-c-bg-3-800.opacity-75 .ct-series.ct-series-c .ct-bar {
    stroke: #050507;
    stroke-opacity: 0.75;
}

.series-c-bg-3-800.opacity-75 .ct-series.ct-series-c .ct-slice-pie {
    fill: #050507;
    fill-opacity: 0.75;
}

.series-c-bg-3-800.opacity-75 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #050507;
    stroke-opacity: 0.75;
}

.series-c-bg-3-900 .ct-series.ct-series-c .ct-area {
    fill: black;
}

.series-c-bg-3-900 .ct-series.ct-series-c .ct-line {
    stroke: black;
    stroke-width: 3px;
}

.series-c-bg-3-900 .ct-series.ct-series-c .ct-point {
    stroke: black;
    stroke-width: 6px;
}

.series-c-bg-3-900 .ct-series.ct-series-c .ct-bar {
    stroke: black;
}

.series-c-bg-3-900 .ct-series.ct-series-c .ct-slice-pie {
    fill: black;
}

.series-c-bg-3-900 .ct-series.ct-series-c .ct-slice-donut {
    stroke: black;
}

.series-c-bg-3-900.opacity-75 .ct-series.ct-series-c .ct-area {
    fill: black;
    fill-opacity: 0.65;
}

.series-c-bg-3-900.opacity-75 .ct-series.ct-series-c .ct-line {
    stroke: black;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-c-bg-3-900.opacity-75 .ct-series.ct-series-c .ct-point {
    stroke: black;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-c-bg-3-900.opacity-75 .ct-series.ct-series-c .ct-bar {
    stroke: black;
    stroke-opacity: 0.75;
}

.series-c-bg-3-900.opacity-75 .ct-series.ct-series-c .ct-slice-pie {
    fill: black;
    fill-opacity: 0.75;
}

.series-c-bg-3-900.opacity-75 .ct-series.ct-series-c .ct-slice-donut {
    stroke: black;
    stroke-opacity: 0.75;
}

.series-c-bg-4 .ct-series.ct-series-c .ct-area {
    fill: #000000;
}

.series-c-bg-4 .ct-series.ct-series-c .ct-line {
    stroke: #000000;
    stroke-width: 3px;
}

.series-c-bg-4 .ct-series.ct-series-c .ct-point {
    stroke: #000000;
    stroke-width: 6px;
}

.series-c-bg-4 .ct-series.ct-series-c .ct-bar {
    stroke: #000000;
}

.series-c-bg-4 .ct-series.ct-series-c .ct-slice-pie {
    fill: #000000;
}

.series-c-bg-4 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #000000;
}

.series-c-bg-4.opacity-75 .ct-series.ct-series-c .ct-area {
    fill: #000000;
    fill-opacity: 0.65;
}

.series-c-bg-4.opacity-75 .ct-series.ct-series-c .ct-line {
    stroke: #000000;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-c-bg-4.opacity-75 .ct-series.ct-series-c .ct-point {
    stroke: #000000;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-c-bg-4.opacity-75 .ct-series.ct-series-c .ct-bar {
    stroke: #000000;
    stroke-opacity: 0.75;
}

.series-c-bg-4.opacity-75 .ct-series.ct-series-c .ct-slice-pie {
    fill: #000000;
    fill-opacity: 0.75;
}

.series-c-bg-4.opacity-75 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #000000;
    stroke-opacity: 0.75;
}

.series-c-bg-4-100 .ct-series.ct-series-c .ct-area {
    fill: #333333;
}

.series-c-bg-4-100 .ct-series.ct-series-c .ct-line {
    stroke: #333333;
    stroke-width: 3px;
}

.series-c-bg-4-100 .ct-series.ct-series-c .ct-point {
    stroke: #333333;
    stroke-width: 6px;
}

.series-c-bg-4-100 .ct-series.ct-series-c .ct-bar {
    stroke: #333333;
}

.series-c-bg-4-100 .ct-series.ct-series-c .ct-slice-pie {
    fill: #333333;
}

.series-c-bg-4-100 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #333333;
}

.series-c-bg-4-100.opacity-75 .ct-series.ct-series-c .ct-area {
    fill: #333333;
    fill-opacity: 0.65;
}

.series-c-bg-4-100.opacity-75 .ct-series.ct-series-c .ct-line {
    stroke: #333333;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-c-bg-4-100.opacity-75 .ct-series.ct-series-c .ct-point {
    stroke: #333333;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-c-bg-4-100.opacity-75 .ct-series.ct-series-c .ct-bar {
    stroke: #333333;
    stroke-opacity: 0.75;
}

.series-c-bg-4-100.opacity-75 .ct-series.ct-series-c .ct-slice-pie {
    fill: #333333;
    fill-opacity: 0.75;
}

.series-c-bg-4-100.opacity-75 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #333333;
    stroke-opacity: 0.75;
}

.series-c-bg-4-200 .ct-series.ct-series-c .ct-area {
    fill: #262626;
}

.series-c-bg-4-200 .ct-series.ct-series-c .ct-line {
    stroke: #262626;
    stroke-width: 3px;
}

.series-c-bg-4-200 .ct-series.ct-series-c .ct-point {
    stroke: #262626;
    stroke-width: 6px;
}

.series-c-bg-4-200 .ct-series.ct-series-c .ct-bar {
    stroke: #262626;
}

.series-c-bg-4-200 .ct-series.ct-series-c .ct-slice-pie {
    fill: #262626;
}

.series-c-bg-4-200 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #262626;
}

.series-c-bg-4-200.opacity-75 .ct-series.ct-series-c .ct-area {
    fill: #262626;
    fill-opacity: 0.65;
}

.series-c-bg-4-200.opacity-75 .ct-series.ct-series-c .ct-line {
    stroke: #262626;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-c-bg-4-200.opacity-75 .ct-series.ct-series-c .ct-point {
    stroke: #262626;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-c-bg-4-200.opacity-75 .ct-series.ct-series-c .ct-bar {
    stroke: #262626;
    stroke-opacity: 0.75;
}

.series-c-bg-4-200.opacity-75 .ct-series.ct-series-c .ct-slice-pie {
    fill: #262626;
    fill-opacity: 0.75;
}

.series-c-bg-4-200.opacity-75 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #262626;
    stroke-opacity: 0.75;
}

.series-c-bg-4-300 .ct-series.ct-series-c .ct-area {
    fill: #1a1a1a;
}

.series-c-bg-4-300 .ct-series.ct-series-c .ct-line {
    stroke: #1a1a1a;
    stroke-width: 3px;
}

.series-c-bg-4-300 .ct-series.ct-series-c .ct-point {
    stroke: #1a1a1a;
    stroke-width: 6px;
}

.series-c-bg-4-300 .ct-series.ct-series-c .ct-bar {
    stroke: #1a1a1a;
}

.series-c-bg-4-300 .ct-series.ct-series-c .ct-slice-pie {
    fill: #1a1a1a;
}

.series-c-bg-4-300 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #1a1a1a;
}

.series-c-bg-4-300.opacity-75 .ct-series.ct-series-c .ct-area {
    fill: #1a1a1a;
    fill-opacity: 0.65;
}

.series-c-bg-4-300.opacity-75 .ct-series.ct-series-c .ct-line {
    stroke: #1a1a1a;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-c-bg-4-300.opacity-75 .ct-series.ct-series-c .ct-point {
    stroke: #1a1a1a;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-c-bg-4-300.opacity-75 .ct-series.ct-series-c .ct-bar {
    stroke: #1a1a1a;
    stroke-opacity: 0.75;
}

.series-c-bg-4-300.opacity-75 .ct-series.ct-series-c .ct-slice-pie {
    fill: #1a1a1a;
    fill-opacity: 0.75;
}

.series-c-bg-4-300.opacity-75 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #1a1a1a;
    stroke-opacity: 0.75;
}

.series-c-bg-4-400 .ct-series.ct-series-c .ct-area {
    fill: #0d0d0d;
}

.series-c-bg-4-400 .ct-series.ct-series-c .ct-line {
    stroke: #0d0d0d;
    stroke-width: 3px;
}

.series-c-bg-4-400 .ct-series.ct-series-c .ct-point {
    stroke: #0d0d0d;
    stroke-width: 6px;
}

.series-c-bg-4-400 .ct-series.ct-series-c .ct-bar {
    stroke: #0d0d0d;
}

.series-c-bg-4-400 .ct-series.ct-series-c .ct-slice-pie {
    fill: #0d0d0d;
}

.series-c-bg-4-400 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #0d0d0d;
}

.series-c-bg-4-400.opacity-75 .ct-series.ct-series-c .ct-area {
    fill: #0d0d0d;
    fill-opacity: 0.65;
}

.series-c-bg-4-400.opacity-75 .ct-series.ct-series-c .ct-line {
    stroke: #0d0d0d;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-c-bg-4-400.opacity-75 .ct-series.ct-series-c .ct-point {
    stroke: #0d0d0d;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-c-bg-4-400.opacity-75 .ct-series.ct-series-c .ct-bar {
    stroke: #0d0d0d;
    stroke-opacity: 0.75;
}

.series-c-bg-4-400.opacity-75 .ct-series.ct-series-c .ct-slice-pie {
    fill: #0d0d0d;
    fill-opacity: 0.75;
}

.series-c-bg-4-400.opacity-75 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #0d0d0d;
    stroke-opacity: 0.75;
}

.series-c-bg-4-500 .ct-series.ct-series-c .ct-area {
    fill: #000000;
}

.series-c-bg-4-500 .ct-series.ct-series-c .ct-line {
    stroke: #000000;
    stroke-width: 3px;
}

.series-c-bg-4-500 .ct-series.ct-series-c .ct-point {
    stroke: #000000;
    stroke-width: 6px;
}

.series-c-bg-4-500 .ct-series.ct-series-c .ct-bar {
    stroke: #000000;
}

.series-c-bg-4-500 .ct-series.ct-series-c .ct-slice-pie {
    fill: #000000;
}

.series-c-bg-4-500 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #000000;
}

.series-c-bg-4-500.opacity-75 .ct-series.ct-series-c .ct-area {
    fill: #000000;
    fill-opacity: 0.65;
}

.series-c-bg-4-500.opacity-75 .ct-series.ct-series-c .ct-line {
    stroke: #000000;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-c-bg-4-500.opacity-75 .ct-series.ct-series-c .ct-point {
    stroke: #000000;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-c-bg-4-500.opacity-75 .ct-series.ct-series-c .ct-bar {
    stroke: #000000;
    stroke-opacity: 0.75;
}

.series-c-bg-4-500.opacity-75 .ct-series.ct-series-c .ct-slice-pie {
    fill: #000000;
    fill-opacity: 0.75;
}

.series-c-bg-4-500.opacity-75 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #000000;
    stroke-opacity: 0.75;
}

.series-c-bg-4-600 .ct-series.ct-series-c .ct-area {
    fill: black;
}

.series-c-bg-4-600 .ct-series.ct-series-c .ct-line {
    stroke: black;
    stroke-width: 3px;
}

.series-c-bg-4-600 .ct-series.ct-series-c .ct-point {
    stroke: black;
    stroke-width: 6px;
}

.series-c-bg-4-600 .ct-series.ct-series-c .ct-bar {
    stroke: black;
}

.series-c-bg-4-600 .ct-series.ct-series-c .ct-slice-pie {
    fill: black;
}

.series-c-bg-4-600 .ct-series.ct-series-c .ct-slice-donut {
    stroke: black;
}

.series-c-bg-4-600.opacity-75 .ct-series.ct-series-c .ct-area {
    fill: black;
    fill-opacity: 0.65;
}

.series-c-bg-4-600.opacity-75 .ct-series.ct-series-c .ct-line {
    stroke: black;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-c-bg-4-600.opacity-75 .ct-series.ct-series-c .ct-point {
    stroke: black;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-c-bg-4-600.opacity-75 .ct-series.ct-series-c .ct-bar {
    stroke: black;
    stroke-opacity: 0.75;
}

.series-c-bg-4-600.opacity-75 .ct-series.ct-series-c .ct-slice-pie {
    fill: black;
    fill-opacity: 0.75;
}

.series-c-bg-4-600.opacity-75 .ct-series.ct-series-c .ct-slice-donut {
    stroke: black;
    stroke-opacity: 0.75;
}

.series-c-bg-4-700 .ct-series.ct-series-c .ct-area {
    fill: black;
}

.series-c-bg-4-700 .ct-series.ct-series-c .ct-line {
    stroke: black;
    stroke-width: 3px;
}

.series-c-bg-4-700 .ct-series.ct-series-c .ct-point {
    stroke: black;
    stroke-width: 6px;
}

.series-c-bg-4-700 .ct-series.ct-series-c .ct-bar {
    stroke: black;
}

.series-c-bg-4-700 .ct-series.ct-series-c .ct-slice-pie {
    fill: black;
}

.series-c-bg-4-700 .ct-series.ct-series-c .ct-slice-donut {
    stroke: black;
}

.series-c-bg-4-700.opacity-75 .ct-series.ct-series-c .ct-area {
    fill: black;
    fill-opacity: 0.65;
}

.series-c-bg-4-700.opacity-75 .ct-series.ct-series-c .ct-line {
    stroke: black;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-c-bg-4-700.opacity-75 .ct-series.ct-series-c .ct-point {
    stroke: black;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-c-bg-4-700.opacity-75 .ct-series.ct-series-c .ct-bar {
    stroke: black;
    stroke-opacity: 0.75;
}

.series-c-bg-4-700.opacity-75 .ct-series.ct-series-c .ct-slice-pie {
    fill: black;
    fill-opacity: 0.75;
}

.series-c-bg-4-700.opacity-75 .ct-series.ct-series-c .ct-slice-donut {
    stroke: black;
    stroke-opacity: 0.75;
}

.series-c-bg-4-800 .ct-series.ct-series-c .ct-area {
    fill: black;
}

.series-c-bg-4-800 .ct-series.ct-series-c .ct-line {
    stroke: black;
    stroke-width: 3px;
}

.series-c-bg-4-800 .ct-series.ct-series-c .ct-point {
    stroke: black;
    stroke-width: 6px;
}

.series-c-bg-4-800 .ct-series.ct-series-c .ct-bar {
    stroke: black;
}

.series-c-bg-4-800 .ct-series.ct-series-c .ct-slice-pie {
    fill: black;
}

.series-c-bg-4-800 .ct-series.ct-series-c .ct-slice-donut {
    stroke: black;
}

.series-c-bg-4-800.opacity-75 .ct-series.ct-series-c .ct-area {
    fill: black;
    fill-opacity: 0.65;
}

.series-c-bg-4-800.opacity-75 .ct-series.ct-series-c .ct-line {
    stroke: black;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-c-bg-4-800.opacity-75 .ct-series.ct-series-c .ct-point {
    stroke: black;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-c-bg-4-800.opacity-75 .ct-series.ct-series-c .ct-bar {
    stroke: black;
    stroke-opacity: 0.75;
}

.series-c-bg-4-800.opacity-75 .ct-series.ct-series-c .ct-slice-pie {
    fill: black;
    fill-opacity: 0.75;
}

.series-c-bg-4-800.opacity-75 .ct-series.ct-series-c .ct-slice-donut {
    stroke: black;
    stroke-opacity: 0.75;
}

.series-c-bg-4-900 .ct-series.ct-series-c .ct-area {
    fill: black;
}

.series-c-bg-4-900 .ct-series.ct-series-c .ct-line {
    stroke: black;
    stroke-width: 3px;
}

.series-c-bg-4-900 .ct-series.ct-series-c .ct-point {
    stroke: black;
    stroke-width: 6px;
}

.series-c-bg-4-900 .ct-series.ct-series-c .ct-bar {
    stroke: black;
}

.series-c-bg-4-900 .ct-series.ct-series-c .ct-slice-pie {
    fill: black;
}

.series-c-bg-4-900 .ct-series.ct-series-c .ct-slice-donut {
    stroke: black;
}

.series-c-bg-4-900.opacity-75 .ct-series.ct-series-c .ct-area {
    fill: black;
    fill-opacity: 0.65;
}

.series-c-bg-4-900.opacity-75 .ct-series.ct-series-c .ct-line {
    stroke: black;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-c-bg-4-900.opacity-75 .ct-series.ct-series-c .ct-point {
    stroke: black;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-c-bg-4-900.opacity-75 .ct-series.ct-series-c .ct-bar {
    stroke: black;
    stroke-opacity: 0.75;
}

.series-c-bg-4-900.opacity-75 .ct-series.ct-series-c .ct-slice-pie {
    fill: black;
    fill-opacity: 0.75;
}

.series-c-bg-4-900.opacity-75 .ct-series.ct-series-c .ct-slice-donut {
    stroke: black;
    stroke-opacity: 0.75;
}

.series-c-bg-5 .ct-series.ct-series-c .ct-area {
    fill: #461C6E;
}

.series-c-bg-5 .ct-series.ct-series-c .ct-line {
    stroke: #461C6E;
    stroke-width: 3px;
}

.series-c-bg-5 .ct-series.ct-series-c .ct-point {
    stroke: #461C6E;
    stroke-width: 6px;
}

.series-c-bg-5 .ct-series.ct-series-c .ct-bar {
    stroke: #461C6E;
}

.series-c-bg-5 .ct-series.ct-series-c .ct-slice-pie {
    fill: #461C6E;
}

.series-c-bg-5 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #461C6E;
}

.series-c-bg-5.opacity-75 .ct-series.ct-series-c .ct-area {
    fill: #461C6E;
    fill-opacity: 0.65;
}

.series-c-bg-5.opacity-75 .ct-series.ct-series-c .ct-line {
    stroke: #461C6E;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-c-bg-5.opacity-75 .ct-series.ct-series-c .ct-point {
    stroke: #461C6E;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-c-bg-5.opacity-75 .ct-series.ct-series-c .ct-bar {
    stroke: #461C6E;
    stroke-opacity: 0.75;
}

.series-c-bg-5.opacity-75 .ct-series.ct-series-c .ct-slice-pie {
    fill: #461C6E;
    fill-opacity: 0.75;
}

.series-c-bg-5.opacity-75 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #461C6E;
    stroke-opacity: 0.75;
}

.series-c-bg-5-100 .ct-series.ct-series-c .ct-area {
    fill: #7a31bf;
}

.series-c-bg-5-100 .ct-series.ct-series-c .ct-line {
    stroke: #7a31bf;
    stroke-width: 3px;
}

.series-c-bg-5-100 .ct-series.ct-series-c .ct-point {
    stroke: #7a31bf;
    stroke-width: 6px;
}

.series-c-bg-5-100 .ct-series.ct-series-c .ct-bar {
    stroke: #7a31bf;
}

.series-c-bg-5-100 .ct-series.ct-series-c .ct-slice-pie {
    fill: #7a31bf;
}

.series-c-bg-5-100 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #7a31bf;
}

.series-c-bg-5-100.opacity-75 .ct-series.ct-series-c .ct-area {
    fill: #7a31bf;
    fill-opacity: 0.65;
}

.series-c-bg-5-100.opacity-75 .ct-series.ct-series-c .ct-line {
    stroke: #7a31bf;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-c-bg-5-100.opacity-75 .ct-series.ct-series-c .ct-point {
    stroke: #7a31bf;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-c-bg-5-100.opacity-75 .ct-series.ct-series-c .ct-bar {
    stroke: #7a31bf;
    stroke-opacity: 0.75;
}

.series-c-bg-5-100.opacity-75 .ct-series.ct-series-c .ct-slice-pie {
    fill: #7a31bf;
    fill-opacity: 0.75;
}

.series-c-bg-5-100.opacity-75 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #7a31bf;
    stroke-opacity: 0.75;
}

.series-c-bg-5-200 .ct-series.ct-series-c .ct-area {
    fill: #6d2cab;
}

.series-c-bg-5-200 .ct-series.ct-series-c .ct-line {
    stroke: #6d2cab;
    stroke-width: 3px;
}

.series-c-bg-5-200 .ct-series.ct-series-c .ct-point {
    stroke: #6d2cab;
    stroke-width: 6px;
}

.series-c-bg-5-200 .ct-series.ct-series-c .ct-bar {
    stroke: #6d2cab;
}

.series-c-bg-5-200 .ct-series.ct-series-c .ct-slice-pie {
    fill: #6d2cab;
}

.series-c-bg-5-200 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #6d2cab;
}

.series-c-bg-5-200.opacity-75 .ct-series.ct-series-c .ct-area {
    fill: #6d2cab;
    fill-opacity: 0.65;
}

.series-c-bg-5-200.opacity-75 .ct-series.ct-series-c .ct-line {
    stroke: #6d2cab;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-c-bg-5-200.opacity-75 .ct-series.ct-series-c .ct-point {
    stroke: #6d2cab;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-c-bg-5-200.opacity-75 .ct-series.ct-series-c .ct-bar {
    stroke: #6d2cab;
    stroke-opacity: 0.75;
}

.series-c-bg-5-200.opacity-75 .ct-series.ct-series-c .ct-slice-pie {
    fill: #6d2cab;
    fill-opacity: 0.75;
}

.series-c-bg-5-200.opacity-75 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #6d2cab;
    stroke-opacity: 0.75;
}

.series-c-bg-5-300 .ct-series.ct-series-c .ct-area {
    fill: #602697;
}

.series-c-bg-5-300 .ct-series.ct-series-c .ct-line {
    stroke: #602697;
    stroke-width: 3px;
}

.series-c-bg-5-300 .ct-series.ct-series-c .ct-point {
    stroke: #602697;
    stroke-width: 6px;
}

.series-c-bg-5-300 .ct-series.ct-series-c .ct-bar {
    stroke: #602697;
}

.series-c-bg-5-300 .ct-series.ct-series-c .ct-slice-pie {
    fill: #602697;
}

.series-c-bg-5-300 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #602697;
}

.series-c-bg-5-300.opacity-75 .ct-series.ct-series-c .ct-area {
    fill: #602697;
    fill-opacity: 0.65;
}

.series-c-bg-5-300.opacity-75 .ct-series.ct-series-c .ct-line {
    stroke: #602697;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-c-bg-5-300.opacity-75 .ct-series.ct-series-c .ct-point {
    stroke: #602697;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-c-bg-5-300.opacity-75 .ct-series.ct-series-c .ct-bar {
    stroke: #602697;
    stroke-opacity: 0.75;
}

.series-c-bg-5-300.opacity-75 .ct-series.ct-series-c .ct-slice-pie {
    fill: #602697;
    fill-opacity: 0.75;
}

.series-c-bg-5-300.opacity-75 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #602697;
    stroke-opacity: 0.75;
}

.series-c-bg-5-400 .ct-series.ct-series-c .ct-area {
    fill: #532182;
}

.series-c-bg-5-400 .ct-series.ct-series-c .ct-line {
    stroke: #532182;
    stroke-width: 3px;
}

.series-c-bg-5-400 .ct-series.ct-series-c .ct-point {
    stroke: #532182;
    stroke-width: 6px;
}

.series-c-bg-5-400 .ct-series.ct-series-c .ct-bar {
    stroke: #532182;
}

.series-c-bg-5-400 .ct-series.ct-series-c .ct-slice-pie {
    fill: #532182;
}

.series-c-bg-5-400 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #532182;
}

.series-c-bg-5-400.opacity-75 .ct-series.ct-series-c .ct-area {
    fill: #532182;
    fill-opacity: 0.65;
}

.series-c-bg-5-400.opacity-75 .ct-series.ct-series-c .ct-line {
    stroke: #532182;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-c-bg-5-400.opacity-75 .ct-series.ct-series-c .ct-point {
    stroke: #532182;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-c-bg-5-400.opacity-75 .ct-series.ct-series-c .ct-bar {
    stroke: #532182;
    stroke-opacity: 0.75;
}

.series-c-bg-5-400.opacity-75 .ct-series.ct-series-c .ct-slice-pie {
    fill: #532182;
    fill-opacity: 0.75;
}

.series-c-bg-5-400.opacity-75 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #532182;
    stroke-opacity: 0.75;
}

.series-c-bg-5-500 .ct-series.ct-series-c .ct-area {
    fill: #461C6E;
}

.series-c-bg-5-500 .ct-series.ct-series-c .ct-line {
    stroke: #461C6E;
    stroke-width: 3px;
}

.series-c-bg-5-500 .ct-series.ct-series-c .ct-point {
    stroke: #461C6E;
    stroke-width: 6px;
}

.series-c-bg-5-500 .ct-series.ct-series-c .ct-bar {
    stroke: #461C6E;
}

.series-c-bg-5-500 .ct-series.ct-series-c .ct-slice-pie {
    fill: #461C6E;
}

.series-c-bg-5-500 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #461C6E;
}

.series-c-bg-5-500.opacity-75 .ct-series.ct-series-c .ct-area {
    fill: #461C6E;
    fill-opacity: 0.65;
}

.series-c-bg-5-500.opacity-75 .ct-series.ct-series-c .ct-line {
    stroke: #461C6E;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-c-bg-5-500.opacity-75 .ct-series.ct-series-c .ct-point {
    stroke: #461C6E;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-c-bg-5-500.opacity-75 .ct-series.ct-series-c .ct-bar {
    stroke: #461C6E;
    stroke-opacity: 0.75;
}

.series-c-bg-5-500.opacity-75 .ct-series.ct-series-c .ct-slice-pie {
    fill: #461C6E;
    fill-opacity: 0.75;
}

.series-c-bg-5-500.opacity-75 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #461C6E;
    stroke-opacity: 0.75;
}

.series-c-bg-5-600 .ct-series.ct-series-c .ct-area {
    fill: #39175a;
}

.series-c-bg-5-600 .ct-series.ct-series-c .ct-line {
    stroke: #39175a;
    stroke-width: 3px;
}

.series-c-bg-5-600 .ct-series.ct-series-c .ct-point {
    stroke: #39175a;
    stroke-width: 6px;
}

.series-c-bg-5-600 .ct-series.ct-series-c .ct-bar {
    stroke: #39175a;
}

.series-c-bg-5-600 .ct-series.ct-series-c .ct-slice-pie {
    fill: #39175a;
}

.series-c-bg-5-600 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #39175a;
}

.series-c-bg-5-600.opacity-75 .ct-series.ct-series-c .ct-area {
    fill: #39175a;
    fill-opacity: 0.65;
}

.series-c-bg-5-600.opacity-75 .ct-series.ct-series-c .ct-line {
    stroke: #39175a;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-c-bg-5-600.opacity-75 .ct-series.ct-series-c .ct-point {
    stroke: #39175a;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-c-bg-5-600.opacity-75 .ct-series.ct-series-c .ct-bar {
    stroke: #39175a;
    stroke-opacity: 0.75;
}

.series-c-bg-5-600.opacity-75 .ct-series.ct-series-c .ct-slice-pie {
    fill: #39175a;
    fill-opacity: 0.75;
}

.series-c-bg-5-600.opacity-75 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #39175a;
    stroke-opacity: 0.75;
}

.series-c-bg-5-700 .ct-series.ct-series-c .ct-area {
    fill: #2c1245;
}

.series-c-bg-5-700 .ct-series.ct-series-c .ct-line {
    stroke: #2c1245;
    stroke-width: 3px;
}

.series-c-bg-5-700 .ct-series.ct-series-c .ct-point {
    stroke: #2c1245;
    stroke-width: 6px;
}

.series-c-bg-5-700 .ct-series.ct-series-c .ct-bar {
    stroke: #2c1245;
}

.series-c-bg-5-700 .ct-series.ct-series-c .ct-slice-pie {
    fill: #2c1245;
}

.series-c-bg-5-700 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #2c1245;
}

.series-c-bg-5-700.opacity-75 .ct-series.ct-series-c .ct-area {
    fill: #2c1245;
    fill-opacity: 0.65;
}

.series-c-bg-5-700.opacity-75 .ct-series.ct-series-c .ct-line {
    stroke: #2c1245;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-c-bg-5-700.opacity-75 .ct-series.ct-series-c .ct-point {
    stroke: #2c1245;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-c-bg-5-700.opacity-75 .ct-series.ct-series-c .ct-bar {
    stroke: #2c1245;
    stroke-opacity: 0.75;
}

.series-c-bg-5-700.opacity-75 .ct-series.ct-series-c .ct-slice-pie {
    fill: #2c1245;
    fill-opacity: 0.75;
}

.series-c-bg-5-700.opacity-75 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #2c1245;
    stroke-opacity: 0.75;
}

.series-c-bg-5-800 .ct-series.ct-series-c .ct-area {
    fill: #1f0c31;
}

.series-c-bg-5-800 .ct-series.ct-series-c .ct-line {
    stroke: #1f0c31;
    stroke-width: 3px;
}

.series-c-bg-5-800 .ct-series.ct-series-c .ct-point {
    stroke: #1f0c31;
    stroke-width: 6px;
}

.series-c-bg-5-800 .ct-series.ct-series-c .ct-bar {
    stroke: #1f0c31;
}

.series-c-bg-5-800 .ct-series.ct-series-c .ct-slice-pie {
    fill: #1f0c31;
}

.series-c-bg-5-800 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #1f0c31;
}

.series-c-bg-5-800.opacity-75 .ct-series.ct-series-c .ct-area {
    fill: #1f0c31;
    fill-opacity: 0.65;
}

.series-c-bg-5-800.opacity-75 .ct-series.ct-series-c .ct-line {
    stroke: #1f0c31;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-c-bg-5-800.opacity-75 .ct-series.ct-series-c .ct-point {
    stroke: #1f0c31;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-c-bg-5-800.opacity-75 .ct-series.ct-series-c .ct-bar {
    stroke: #1f0c31;
    stroke-opacity: 0.75;
}

.series-c-bg-5-800.opacity-75 .ct-series.ct-series-c .ct-slice-pie {
    fill: #1f0c31;
    fill-opacity: 0.75;
}

.series-c-bg-5-800.opacity-75 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #1f0c31;
    stroke-opacity: 0.75;
}

.series-c-bg-5-900 .ct-series.ct-series-c .ct-area {
    fill: #12071d;
}

.series-c-bg-5-900 .ct-series.ct-series-c .ct-line {
    stroke: #12071d;
    stroke-width: 3px;
}

.series-c-bg-5-900 .ct-series.ct-series-c .ct-point {
    stroke: #12071d;
    stroke-width: 6px;
}

.series-c-bg-5-900 .ct-series.ct-series-c .ct-bar {
    stroke: #12071d;
}

.series-c-bg-5-900 .ct-series.ct-series-c .ct-slice-pie {
    fill: #12071d;
}

.series-c-bg-5-900 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #12071d;
}

.series-c-bg-5-900.opacity-75 .ct-series.ct-series-c .ct-area {
    fill: #12071d;
    fill-opacity: 0.65;
}

.series-c-bg-5-900.opacity-75 .ct-series.ct-series-c .ct-line {
    stroke: #12071d;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-c-bg-5-900.opacity-75 .ct-series.ct-series-c .ct-point {
    stroke: #12071d;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-c-bg-5-900.opacity-75 .ct-series.ct-series-c .ct-bar {
    stroke: #12071d;
    stroke-opacity: 0.75;
}

.series-c-bg-5-900.opacity-75 .ct-series.ct-series-c .ct-slice-pie {
    fill: #12071d;
    fill-opacity: 0.75;
}

.series-c-bg-5-900.opacity-75 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #12071d;
    stroke-opacity: 0.75;
}

.series-c-bg-6 .ct-series.ct-series-c .ct-area {
    fill: #ffffff;
}

.series-c-bg-6 .ct-series.ct-series-c .ct-line {
    stroke: #ffffff;
    stroke-width: 3px;
}

.series-c-bg-6 .ct-series.ct-series-c .ct-point {
    stroke: #ffffff;
    stroke-width: 6px;
}

.series-c-bg-6 .ct-series.ct-series-c .ct-bar {
    stroke: #ffffff;
}

.series-c-bg-6 .ct-series.ct-series-c .ct-slice-pie {
    fill: #ffffff;
}

.series-c-bg-6 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #ffffff;
}

.series-c-bg-6.opacity-75 .ct-series.ct-series-c .ct-area {
    fill: #ffffff;
    fill-opacity: 0.65;
}

.series-c-bg-6.opacity-75 .ct-series.ct-series-c .ct-line {
    stroke: #ffffff;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-c-bg-6.opacity-75 .ct-series.ct-series-c .ct-point {
    stroke: #ffffff;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-c-bg-6.opacity-75 .ct-series.ct-series-c .ct-bar {
    stroke: #ffffff;
    stroke-opacity: 0.75;
}

.series-c-bg-6.opacity-75 .ct-series.ct-series-c .ct-slice-pie {
    fill: #ffffff;
    fill-opacity: 0.75;
}

.series-c-bg-6.opacity-75 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #ffffff;
    stroke-opacity: 0.75;
}

.series-c-bg-6-100 .ct-series.ct-series-c .ct-area {
    fill: white;
}

.series-c-bg-6-100 .ct-series.ct-series-c .ct-line {
    stroke: white;
    stroke-width: 3px;
}

.series-c-bg-6-100 .ct-series.ct-series-c .ct-point {
    stroke: white;
    stroke-width: 6px;
}

.series-c-bg-6-100 .ct-series.ct-series-c .ct-bar {
    stroke: white;
}

.series-c-bg-6-100 .ct-series.ct-series-c .ct-slice-pie {
    fill: white;
}

.series-c-bg-6-100 .ct-series.ct-series-c .ct-slice-donut {
    stroke: white;
}

.series-c-bg-6-100.opacity-75 .ct-series.ct-series-c .ct-area {
    fill: white;
    fill-opacity: 0.65;
}

.series-c-bg-6-100.opacity-75 .ct-series.ct-series-c .ct-line {
    stroke: white;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-c-bg-6-100.opacity-75 .ct-series.ct-series-c .ct-point {
    stroke: white;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-c-bg-6-100.opacity-75 .ct-series.ct-series-c .ct-bar {
    stroke: white;
    stroke-opacity: 0.75;
}

.series-c-bg-6-100.opacity-75 .ct-series.ct-series-c .ct-slice-pie {
    fill: white;
    fill-opacity: 0.75;
}

.series-c-bg-6-100.opacity-75 .ct-series.ct-series-c .ct-slice-donut {
    stroke: white;
    stroke-opacity: 0.75;
}

.series-c-bg-6-200 .ct-series.ct-series-c .ct-area {
    fill: white;
}

.series-c-bg-6-200 .ct-series.ct-series-c .ct-line {
    stroke: white;
    stroke-width: 3px;
}

.series-c-bg-6-200 .ct-series.ct-series-c .ct-point {
    stroke: white;
    stroke-width: 6px;
}

.series-c-bg-6-200 .ct-series.ct-series-c .ct-bar {
    stroke: white;
}

.series-c-bg-6-200 .ct-series.ct-series-c .ct-slice-pie {
    fill: white;
}

.series-c-bg-6-200 .ct-series.ct-series-c .ct-slice-donut {
    stroke: white;
}

.series-c-bg-6-200.opacity-75 .ct-series.ct-series-c .ct-area {
    fill: white;
    fill-opacity: 0.65;
}

.series-c-bg-6-200.opacity-75 .ct-series.ct-series-c .ct-line {
    stroke: white;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-c-bg-6-200.opacity-75 .ct-series.ct-series-c .ct-point {
    stroke: white;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-c-bg-6-200.opacity-75 .ct-series.ct-series-c .ct-bar {
    stroke: white;
    stroke-opacity: 0.75;
}

.series-c-bg-6-200.opacity-75 .ct-series.ct-series-c .ct-slice-pie {
    fill: white;
    fill-opacity: 0.75;
}

.series-c-bg-6-200.opacity-75 .ct-series.ct-series-c .ct-slice-donut {
    stroke: white;
    stroke-opacity: 0.75;
}

.series-c-bg-6-300 .ct-series.ct-series-c .ct-area {
    fill: white;
}

.series-c-bg-6-300 .ct-series.ct-series-c .ct-line {
    stroke: white;
    stroke-width: 3px;
}

.series-c-bg-6-300 .ct-series.ct-series-c .ct-point {
    stroke: white;
    stroke-width: 6px;
}

.series-c-bg-6-300 .ct-series.ct-series-c .ct-bar {
    stroke: white;
}

.series-c-bg-6-300 .ct-series.ct-series-c .ct-slice-pie {
    fill: white;
}

.series-c-bg-6-300 .ct-series.ct-series-c .ct-slice-donut {
    stroke: white;
}

.series-c-bg-6-300.opacity-75 .ct-series.ct-series-c .ct-area {
    fill: white;
    fill-opacity: 0.65;
}

.series-c-bg-6-300.opacity-75 .ct-series.ct-series-c .ct-line {
    stroke: white;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-c-bg-6-300.opacity-75 .ct-series.ct-series-c .ct-point {
    stroke: white;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-c-bg-6-300.opacity-75 .ct-series.ct-series-c .ct-bar {
    stroke: white;
    stroke-opacity: 0.75;
}

.series-c-bg-6-300.opacity-75 .ct-series.ct-series-c .ct-slice-pie {
    fill: white;
    fill-opacity: 0.75;
}

.series-c-bg-6-300.opacity-75 .ct-series.ct-series-c .ct-slice-donut {
    stroke: white;
    stroke-opacity: 0.75;
}

.series-c-bg-6-400 .ct-series.ct-series-c .ct-area {
    fill: white;
}

.series-c-bg-6-400 .ct-series.ct-series-c .ct-line {
    stroke: white;
    stroke-width: 3px;
}

.series-c-bg-6-400 .ct-series.ct-series-c .ct-point {
    stroke: white;
    stroke-width: 6px;
}

.series-c-bg-6-400 .ct-series.ct-series-c .ct-bar {
    stroke: white;
}

.series-c-bg-6-400 .ct-series.ct-series-c .ct-slice-pie {
    fill: white;
}

.series-c-bg-6-400 .ct-series.ct-series-c .ct-slice-donut {
    stroke: white;
}

.series-c-bg-6-400.opacity-75 .ct-series.ct-series-c .ct-area {
    fill: white;
    fill-opacity: 0.65;
}

.series-c-bg-6-400.opacity-75 .ct-series.ct-series-c .ct-line {
    stroke: white;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-c-bg-6-400.opacity-75 .ct-series.ct-series-c .ct-point {
    stroke: white;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-c-bg-6-400.opacity-75 .ct-series.ct-series-c .ct-bar {
    stroke: white;
    stroke-opacity: 0.75;
}

.series-c-bg-6-400.opacity-75 .ct-series.ct-series-c .ct-slice-pie {
    fill: white;
    fill-opacity: 0.75;
}

.series-c-bg-6-400.opacity-75 .ct-series.ct-series-c .ct-slice-donut {
    stroke: white;
    stroke-opacity: 0.75;
}

.series-c-bg-6-500 .ct-series.ct-series-c .ct-area {
    fill: #ffffff;
}

.series-c-bg-6-500 .ct-series.ct-series-c .ct-line {
    stroke: #ffffff;
    stroke-width: 3px;
}

.series-c-bg-6-500 .ct-series.ct-series-c .ct-point {
    stroke: #ffffff;
    stroke-width: 6px;
}

.series-c-bg-6-500 .ct-series.ct-series-c .ct-bar {
    stroke: #ffffff;
}

.series-c-bg-6-500 .ct-series.ct-series-c .ct-slice-pie {
    fill: #ffffff;
}

.series-c-bg-6-500 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #ffffff;
}

.series-c-bg-6-500.opacity-75 .ct-series.ct-series-c .ct-area {
    fill: #ffffff;
    fill-opacity: 0.65;
}

.series-c-bg-6-500.opacity-75 .ct-series.ct-series-c .ct-line {
    stroke: #ffffff;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-c-bg-6-500.opacity-75 .ct-series.ct-series-c .ct-point {
    stroke: #ffffff;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-c-bg-6-500.opacity-75 .ct-series.ct-series-c .ct-bar {
    stroke: #ffffff;
    stroke-opacity: 0.75;
}

.series-c-bg-6-500.opacity-75 .ct-series.ct-series-c .ct-slice-pie {
    fill: #ffffff;
    fill-opacity: 0.75;
}

.series-c-bg-6-500.opacity-75 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #ffffff;
    stroke-opacity: 0.75;
}

.series-c-bg-6-600 .ct-series.ct-series-c .ct-area {
    fill: #f2f2f2;
}

.series-c-bg-6-600 .ct-series.ct-series-c .ct-line {
    stroke: #f2f2f2;
    stroke-width: 3px;
}

.series-c-bg-6-600 .ct-series.ct-series-c .ct-point {
    stroke: #f2f2f2;
    stroke-width: 6px;
}

.series-c-bg-6-600 .ct-series.ct-series-c .ct-bar {
    stroke: #f2f2f2;
}

.series-c-bg-6-600 .ct-series.ct-series-c .ct-slice-pie {
    fill: #f2f2f2;
}

.series-c-bg-6-600 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #f2f2f2;
}

.series-c-bg-6-600.opacity-75 .ct-series.ct-series-c .ct-area {
    fill: #f2f2f2;
    fill-opacity: 0.65;
}

.series-c-bg-6-600.opacity-75 .ct-series.ct-series-c .ct-line {
    stroke: #f2f2f2;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-c-bg-6-600.opacity-75 .ct-series.ct-series-c .ct-point {
    stroke: #f2f2f2;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-c-bg-6-600.opacity-75 .ct-series.ct-series-c .ct-bar {
    stroke: #f2f2f2;
    stroke-opacity: 0.75;
}

.series-c-bg-6-600.opacity-75 .ct-series.ct-series-c .ct-slice-pie {
    fill: #f2f2f2;
    fill-opacity: 0.75;
}

.series-c-bg-6-600.opacity-75 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #f2f2f2;
    stroke-opacity: 0.75;
}

.series-c-bg-6-700 .ct-series.ct-series-c .ct-area {
    fill: #e6e6e6;
}

.series-c-bg-6-700 .ct-series.ct-series-c .ct-line {
    stroke: #e6e6e6;
    stroke-width: 3px;
}

.series-c-bg-6-700 .ct-series.ct-series-c .ct-point {
    stroke: #e6e6e6;
    stroke-width: 6px;
}

.series-c-bg-6-700 .ct-series.ct-series-c .ct-bar {
    stroke: #e6e6e6;
}

.series-c-bg-6-700 .ct-series.ct-series-c .ct-slice-pie {
    fill: #e6e6e6;
}

.series-c-bg-6-700 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #e6e6e6;
}

.series-c-bg-6-700.opacity-75 .ct-series.ct-series-c .ct-area {
    fill: #e6e6e6;
    fill-opacity: 0.65;
}

.series-c-bg-6-700.opacity-75 .ct-series.ct-series-c .ct-line {
    stroke: #e6e6e6;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-c-bg-6-700.opacity-75 .ct-series.ct-series-c .ct-point {
    stroke: #e6e6e6;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-c-bg-6-700.opacity-75 .ct-series.ct-series-c .ct-bar {
    stroke: #e6e6e6;
    stroke-opacity: 0.75;
}

.series-c-bg-6-700.opacity-75 .ct-series.ct-series-c .ct-slice-pie {
    fill: #e6e6e6;
    fill-opacity: 0.75;
}

.series-c-bg-6-700.opacity-75 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #e6e6e6;
    stroke-opacity: 0.75;
}

.series-c-bg-6-800 .ct-series.ct-series-c .ct-area {
    fill: #d9d9d9;
}

.series-c-bg-6-800 .ct-series.ct-series-c .ct-line {
    stroke: #d9d9d9;
    stroke-width: 3px;
}

.series-c-bg-6-800 .ct-series.ct-series-c .ct-point {
    stroke: #d9d9d9;
    stroke-width: 6px;
}

.series-c-bg-6-800 .ct-series.ct-series-c .ct-bar {
    stroke: #d9d9d9;
}

.series-c-bg-6-800 .ct-series.ct-series-c .ct-slice-pie {
    fill: #d9d9d9;
}

.series-c-bg-6-800 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #d9d9d9;
}

.series-c-bg-6-800.opacity-75 .ct-series.ct-series-c .ct-area {
    fill: #d9d9d9;
    fill-opacity: 0.65;
}

.series-c-bg-6-800.opacity-75 .ct-series.ct-series-c .ct-line {
    stroke: #d9d9d9;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-c-bg-6-800.opacity-75 .ct-series.ct-series-c .ct-point {
    stroke: #d9d9d9;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-c-bg-6-800.opacity-75 .ct-series.ct-series-c .ct-bar {
    stroke: #d9d9d9;
    stroke-opacity: 0.75;
}

.series-c-bg-6-800.opacity-75 .ct-series.ct-series-c .ct-slice-pie {
    fill: #d9d9d9;
    fill-opacity: 0.75;
}

.series-c-bg-6-800.opacity-75 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #d9d9d9;
    stroke-opacity: 0.75;
}

.series-c-bg-6-900 .ct-series.ct-series-c .ct-area {
    fill: #cccccc;
}

.series-c-bg-6-900 .ct-series.ct-series-c .ct-line {
    stroke: #cccccc;
    stroke-width: 3px;
}

.series-c-bg-6-900 .ct-series.ct-series-c .ct-point {
    stroke: #cccccc;
    stroke-width: 6px;
}

.series-c-bg-6-900 .ct-series.ct-series-c .ct-bar {
    stroke: #cccccc;
}

.series-c-bg-6-900 .ct-series.ct-series-c .ct-slice-pie {
    fill: #cccccc;
}

.series-c-bg-6-900 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #cccccc;
}

.series-c-bg-6-900.opacity-75 .ct-series.ct-series-c .ct-area {
    fill: #cccccc;
    fill-opacity: 0.65;
}

.series-c-bg-6-900.opacity-75 .ct-series.ct-series-c .ct-line {
    stroke: #cccccc;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-c-bg-6-900.opacity-75 .ct-series.ct-series-c .ct-point {
    stroke: #cccccc;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-c-bg-6-900.opacity-75 .ct-series.ct-series-c .ct-bar {
    stroke: #cccccc;
    stroke-opacity: 0.75;
}

.series-c-bg-6-900.opacity-75 .ct-series.ct-series-c .ct-slice-pie {
    fill: #cccccc;
    fill-opacity: 0.75;
}

.series-c-bg-6-900.opacity-75 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #cccccc;
    stroke-opacity: 0.75;
}

.series-c-bg-7 .ct-series.ct-series-c .ct-area {
    fill: #f5f5f5;
}

.series-c-bg-7 .ct-series.ct-series-c .ct-line {
    stroke: #f5f5f5;
    stroke-width: 3px;
}

.series-c-bg-7 .ct-series.ct-series-c .ct-point {
    stroke: #f5f5f5;
    stroke-width: 6px;
}

.series-c-bg-7 .ct-series.ct-series-c .ct-bar {
    stroke: #f5f5f5;
}

.series-c-bg-7 .ct-series.ct-series-c .ct-slice-pie {
    fill: #f5f5f5;
}

.series-c-bg-7 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #f5f5f5;
}

.series-c-bg-7.opacity-75 .ct-series.ct-series-c .ct-area {
    fill: #f5f5f5;
    fill-opacity: 0.65;
}

.series-c-bg-7.opacity-75 .ct-series.ct-series-c .ct-line {
    stroke: #f5f5f5;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-c-bg-7.opacity-75 .ct-series.ct-series-c .ct-point {
    stroke: #f5f5f5;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-c-bg-7.opacity-75 .ct-series.ct-series-c .ct-bar {
    stroke: #f5f5f5;
    stroke-opacity: 0.75;
}

.series-c-bg-7.opacity-75 .ct-series.ct-series-c .ct-slice-pie {
    fill: #f5f5f5;
    fill-opacity: 0.75;
}

.series-c-bg-7.opacity-75 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #f5f5f5;
    stroke-opacity: 0.75;
}

.series-c-bg-7-100 .ct-series.ct-series-c .ct-area {
    fill: white;
}

.series-c-bg-7-100 .ct-series.ct-series-c .ct-line {
    stroke: white;
    stroke-width: 3px;
}

.series-c-bg-7-100 .ct-series.ct-series-c .ct-point {
    stroke: white;
    stroke-width: 6px;
}

.series-c-bg-7-100 .ct-series.ct-series-c .ct-bar {
    stroke: white;
}

.series-c-bg-7-100 .ct-series.ct-series-c .ct-slice-pie {
    fill: white;
}

.series-c-bg-7-100 .ct-series.ct-series-c .ct-slice-donut {
    stroke: white;
}

.series-c-bg-7-100.opacity-75 .ct-series.ct-series-c .ct-area {
    fill: white;
    fill-opacity: 0.65;
}

.series-c-bg-7-100.opacity-75 .ct-series.ct-series-c .ct-line {
    stroke: white;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-c-bg-7-100.opacity-75 .ct-series.ct-series-c .ct-point {
    stroke: white;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-c-bg-7-100.opacity-75 .ct-series.ct-series-c .ct-bar {
    stroke: white;
    stroke-opacity: 0.75;
}

.series-c-bg-7-100.opacity-75 .ct-series.ct-series-c .ct-slice-pie {
    fill: white;
    fill-opacity: 0.75;
}

.series-c-bg-7-100.opacity-75 .ct-series.ct-series-c .ct-slice-donut {
    stroke: white;
    stroke-opacity: 0.75;
}

.series-c-bg-7-200 .ct-series.ct-series-c .ct-area {
    fill: white;
}

.series-c-bg-7-200 .ct-series.ct-series-c .ct-line {
    stroke: white;
    stroke-width: 3px;
}

.series-c-bg-7-200 .ct-series.ct-series-c .ct-point {
    stroke: white;
    stroke-width: 6px;
}

.series-c-bg-7-200 .ct-series.ct-series-c .ct-bar {
    stroke: white;
}

.series-c-bg-7-200 .ct-series.ct-series-c .ct-slice-pie {
    fill: white;
}

.series-c-bg-7-200 .ct-series.ct-series-c .ct-slice-donut {
    stroke: white;
}

.series-c-bg-7-200.opacity-75 .ct-series.ct-series-c .ct-area {
    fill: white;
    fill-opacity: 0.65;
}

.series-c-bg-7-200.opacity-75 .ct-series.ct-series-c .ct-line {
    stroke: white;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-c-bg-7-200.opacity-75 .ct-series.ct-series-c .ct-point {
    stroke: white;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-c-bg-7-200.opacity-75 .ct-series.ct-series-c .ct-bar {
    stroke: white;
    stroke-opacity: 0.75;
}

.series-c-bg-7-200.opacity-75 .ct-series.ct-series-c .ct-slice-pie {
    fill: white;
    fill-opacity: 0.75;
}

.series-c-bg-7-200.opacity-75 .ct-series.ct-series-c .ct-slice-donut {
    stroke: white;
    stroke-opacity: 0.75;
}

.series-c-bg-7-300 .ct-series.ct-series-c .ct-area {
    fill: white;
}

.series-c-bg-7-300 .ct-series.ct-series-c .ct-line {
    stroke: white;
    stroke-width: 3px;
}

.series-c-bg-7-300 .ct-series.ct-series-c .ct-point {
    stroke: white;
    stroke-width: 6px;
}

.series-c-bg-7-300 .ct-series.ct-series-c .ct-bar {
    stroke: white;
}

.series-c-bg-7-300 .ct-series.ct-series-c .ct-slice-pie {
    fill: white;
}

.series-c-bg-7-300 .ct-series.ct-series-c .ct-slice-donut {
    stroke: white;
}

.series-c-bg-7-300.opacity-75 .ct-series.ct-series-c .ct-area {
    fill: white;
    fill-opacity: 0.65;
}

.series-c-bg-7-300.opacity-75 .ct-series.ct-series-c .ct-line {
    stroke: white;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-c-bg-7-300.opacity-75 .ct-series.ct-series-c .ct-point {
    stroke: white;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-c-bg-7-300.opacity-75 .ct-series.ct-series-c .ct-bar {
    stroke: white;
    stroke-opacity: 0.75;
}

.series-c-bg-7-300.opacity-75 .ct-series.ct-series-c .ct-slice-pie {
    fill: white;
    fill-opacity: 0.75;
}

.series-c-bg-7-300.opacity-75 .ct-series.ct-series-c .ct-slice-donut {
    stroke: white;
    stroke-opacity: 0.75;
}

.series-c-bg-7-400 .ct-series.ct-series-c .ct-area {
    fill: white;
}

.series-c-bg-7-400 .ct-series.ct-series-c .ct-line {
    stroke: white;
    stroke-width: 3px;
}

.series-c-bg-7-400 .ct-series.ct-series-c .ct-point {
    stroke: white;
    stroke-width: 6px;
}

.series-c-bg-7-400 .ct-series.ct-series-c .ct-bar {
    stroke: white;
}

.series-c-bg-7-400 .ct-series.ct-series-c .ct-slice-pie {
    fill: white;
}

.series-c-bg-7-400 .ct-series.ct-series-c .ct-slice-donut {
    stroke: white;
}

.series-c-bg-7-400.opacity-75 .ct-series.ct-series-c .ct-area {
    fill: white;
    fill-opacity: 0.65;
}

.series-c-bg-7-400.opacity-75 .ct-series.ct-series-c .ct-line {
    stroke: white;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-c-bg-7-400.opacity-75 .ct-series.ct-series-c .ct-point {
    stroke: white;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-c-bg-7-400.opacity-75 .ct-series.ct-series-c .ct-bar {
    stroke: white;
    stroke-opacity: 0.75;
}

.series-c-bg-7-400.opacity-75 .ct-series.ct-series-c .ct-slice-pie {
    fill: white;
    fill-opacity: 0.75;
}

.series-c-bg-7-400.opacity-75 .ct-series.ct-series-c .ct-slice-donut {
    stroke: white;
    stroke-opacity: 0.75;
}

.series-c-bg-7-500 .ct-series.ct-series-c .ct-area {
    fill: #f5f5f5;
}

.series-c-bg-7-500 .ct-series.ct-series-c .ct-line {
    stroke: #f5f5f5;
    stroke-width: 3px;
}

.series-c-bg-7-500 .ct-series.ct-series-c .ct-point {
    stroke: #f5f5f5;
    stroke-width: 6px;
}

.series-c-bg-7-500 .ct-series.ct-series-c .ct-bar {
    stroke: #f5f5f5;
}

.series-c-bg-7-500 .ct-series.ct-series-c .ct-slice-pie {
    fill: #f5f5f5;
}

.series-c-bg-7-500 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #f5f5f5;
}

.series-c-bg-7-500.opacity-75 .ct-series.ct-series-c .ct-area {
    fill: #f5f5f5;
    fill-opacity: 0.65;
}

.series-c-bg-7-500.opacity-75 .ct-series.ct-series-c .ct-line {
    stroke: #f5f5f5;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-c-bg-7-500.opacity-75 .ct-series.ct-series-c .ct-point {
    stroke: #f5f5f5;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-c-bg-7-500.opacity-75 .ct-series.ct-series-c .ct-bar {
    stroke: #f5f5f5;
    stroke-opacity: 0.75;
}

.series-c-bg-7-500.opacity-75 .ct-series.ct-series-c .ct-slice-pie {
    fill: #f5f5f5;
    fill-opacity: 0.75;
}

.series-c-bg-7-500.opacity-75 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #f5f5f5;
    stroke-opacity: 0.75;
}

.series-c-bg-7-600 .ct-series.ct-series-c .ct-area {
    fill: #e8e8e8;
}

.series-c-bg-7-600 .ct-series.ct-series-c .ct-line {
    stroke: #e8e8e8;
    stroke-width: 3px;
}

.series-c-bg-7-600 .ct-series.ct-series-c .ct-point {
    stroke: #e8e8e8;
    stroke-width: 6px;
}

.series-c-bg-7-600 .ct-series.ct-series-c .ct-bar {
    stroke: #e8e8e8;
}

.series-c-bg-7-600 .ct-series.ct-series-c .ct-slice-pie {
    fill: #e8e8e8;
}

.series-c-bg-7-600 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #e8e8e8;
}

.series-c-bg-7-600.opacity-75 .ct-series.ct-series-c .ct-area {
    fill: #e8e8e8;
    fill-opacity: 0.65;
}

.series-c-bg-7-600.opacity-75 .ct-series.ct-series-c .ct-line {
    stroke: #e8e8e8;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-c-bg-7-600.opacity-75 .ct-series.ct-series-c .ct-point {
    stroke: #e8e8e8;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-c-bg-7-600.opacity-75 .ct-series.ct-series-c .ct-bar {
    stroke: #e8e8e8;
    stroke-opacity: 0.75;
}

.series-c-bg-7-600.opacity-75 .ct-series.ct-series-c .ct-slice-pie {
    fill: #e8e8e8;
    fill-opacity: 0.75;
}

.series-c-bg-7-600.opacity-75 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #e8e8e8;
    stroke-opacity: 0.75;
}

.series-c-bg-7-700 .ct-series.ct-series-c .ct-area {
    fill: gainsboro;
}

.series-c-bg-7-700 .ct-series.ct-series-c .ct-line {
    stroke: gainsboro;
    stroke-width: 3px;
}

.series-c-bg-7-700 .ct-series.ct-series-c .ct-point {
    stroke: gainsboro;
    stroke-width: 6px;
}

.series-c-bg-7-700 .ct-series.ct-series-c .ct-bar {
    stroke: gainsboro;
}

.series-c-bg-7-700 .ct-series.ct-series-c .ct-slice-pie {
    fill: gainsboro;
}

.series-c-bg-7-700 .ct-series.ct-series-c .ct-slice-donut {
    stroke: gainsboro;
}

.series-c-bg-7-700.opacity-75 .ct-series.ct-series-c .ct-area {
    fill: gainsboro;
    fill-opacity: 0.65;
}

.series-c-bg-7-700.opacity-75 .ct-series.ct-series-c .ct-line {
    stroke: gainsboro;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-c-bg-7-700.opacity-75 .ct-series.ct-series-c .ct-point {
    stroke: gainsboro;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-c-bg-7-700.opacity-75 .ct-series.ct-series-c .ct-bar {
    stroke: gainsboro;
    stroke-opacity: 0.75;
}

.series-c-bg-7-700.opacity-75 .ct-series.ct-series-c .ct-slice-pie {
    fill: gainsboro;
    fill-opacity: 0.75;
}

.series-c-bg-7-700.opacity-75 .ct-series.ct-series-c .ct-slice-donut {
    stroke: gainsboro;
    stroke-opacity: 0.75;
}

.series-c-bg-7-800 .ct-series.ct-series-c .ct-area {
    fill: #cfcfcf;
}

.series-c-bg-7-800 .ct-series.ct-series-c .ct-line {
    stroke: #cfcfcf;
    stroke-width: 3px;
}

.series-c-bg-7-800 .ct-series.ct-series-c .ct-point {
    stroke: #cfcfcf;
    stroke-width: 6px;
}

.series-c-bg-7-800 .ct-series.ct-series-c .ct-bar {
    stroke: #cfcfcf;
}

.series-c-bg-7-800 .ct-series.ct-series-c .ct-slice-pie {
    fill: #cfcfcf;
}

.series-c-bg-7-800 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #cfcfcf;
}

.series-c-bg-7-800.opacity-75 .ct-series.ct-series-c .ct-area {
    fill: #cfcfcf;
    fill-opacity: 0.65;
}

.series-c-bg-7-800.opacity-75 .ct-series.ct-series-c .ct-line {
    stroke: #cfcfcf;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-c-bg-7-800.opacity-75 .ct-series.ct-series-c .ct-point {
    stroke: #cfcfcf;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-c-bg-7-800.opacity-75 .ct-series.ct-series-c .ct-bar {
    stroke: #cfcfcf;
    stroke-opacity: 0.75;
}

.series-c-bg-7-800.opacity-75 .ct-series.ct-series-c .ct-slice-pie {
    fill: #cfcfcf;
    fill-opacity: 0.75;
}

.series-c-bg-7-800.opacity-75 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #cfcfcf;
    stroke-opacity: 0.75;
}

.series-c-bg-7-900 .ct-series.ct-series-c .ct-area {
    fill: #c2c2c2;
}

.series-c-bg-7-900 .ct-series.ct-series-c .ct-line {
    stroke: #c2c2c2;
    stroke-width: 3px;
}

.series-c-bg-7-900 .ct-series.ct-series-c .ct-point {
    stroke: #c2c2c2;
    stroke-width: 6px;
}

.series-c-bg-7-900 .ct-series.ct-series-c .ct-bar {
    stroke: #c2c2c2;
}

.series-c-bg-7-900 .ct-series.ct-series-c .ct-slice-pie {
    fill: #c2c2c2;
}

.series-c-bg-7-900 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #c2c2c2;
}

.series-c-bg-7-900.opacity-75 .ct-series.ct-series-c .ct-area {
    fill: #c2c2c2;
    fill-opacity: 0.65;
}

.series-c-bg-7-900.opacity-75 .ct-series.ct-series-c .ct-line {
    stroke: #c2c2c2;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-c-bg-7-900.opacity-75 .ct-series.ct-series-c .ct-point {
    stroke: #c2c2c2;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-c-bg-7-900.opacity-75 .ct-series.ct-series-c .ct-bar {
    stroke: #c2c2c2;
    stroke-opacity: 0.75;
}

.series-c-bg-7-900.opacity-75 .ct-series.ct-series-c .ct-slice-pie {
    fill: #c2c2c2;
    fill-opacity: 0.75;
}

.series-c-bg-7-900.opacity-75 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #c2c2c2;
    stroke-opacity: 0.75;
}

.series-c-light-100 .ct-series.ct-series-c .ct-area {
    fill: white;
}

.series-c-light-100 .ct-series.ct-series-c .ct-line {
    stroke: white;
    stroke-width: 3px;
}

.series-c-light-100 .ct-series.ct-series-c .ct-point {
    stroke: white;
    stroke-width: 6px;
}

.series-c-light-100 .ct-series.ct-series-c .ct-bar {
    stroke: white;
}

.series-c-light-100 .ct-series.ct-series-c .ct-slice-pie {
    fill: white;
}

.series-c-light-100 .ct-series.ct-series-c .ct-slice-donut {
    stroke: white;
}

.series-c-light-100.opacity-75 .ct-series.ct-series-c .ct-area {
    fill: white;
    fill-opacity: 0.65;
}

.series-c-light-100.opacity-75 .ct-series.ct-series-c .ct-line {
    stroke: white;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-c-light-100.opacity-75 .ct-series.ct-series-c .ct-point {
    stroke: white;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-c-light-100.opacity-75 .ct-series.ct-series-c .ct-bar {
    stroke: white;
    stroke-opacity: 0.75;
}

.series-c-light-100.opacity-75 .ct-series.ct-series-c .ct-slice-pie {
    fill: white;
    fill-opacity: 0.75;
}

.series-c-light-100.opacity-75 .ct-series.ct-series-c .ct-slice-donut {
    stroke: white;
    stroke-opacity: 0.75;
}

.series-c-light-200 .ct-series.ct-series-c .ct-area {
    fill: white;
}

.series-c-light-200 .ct-series.ct-series-c .ct-line {
    stroke: white;
    stroke-width: 3px;
}

.series-c-light-200 .ct-series.ct-series-c .ct-point {
    stroke: white;
    stroke-width: 6px;
}

.series-c-light-200 .ct-series.ct-series-c .ct-bar {
    stroke: white;
}

.series-c-light-200 .ct-series.ct-series-c .ct-slice-pie {
    fill: white;
}

.series-c-light-200 .ct-series.ct-series-c .ct-slice-donut {
    stroke: white;
}

.series-c-light-200.opacity-75 .ct-series.ct-series-c .ct-area {
    fill: white;
    fill-opacity: 0.65;
}

.series-c-light-200.opacity-75 .ct-series.ct-series-c .ct-line {
    stroke: white;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-c-light-200.opacity-75 .ct-series.ct-series-c .ct-point {
    stroke: white;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-c-light-200.opacity-75 .ct-series.ct-series-c .ct-bar {
    stroke: white;
    stroke-opacity: 0.75;
}

.series-c-light-200.opacity-75 .ct-series.ct-series-c .ct-slice-pie {
    fill: white;
    fill-opacity: 0.75;
}

.series-c-light-200.opacity-75 .ct-series.ct-series-c .ct-slice-donut {
    stroke: white;
    stroke-opacity: 0.75;
}

.series-c-light-300 .ct-series.ct-series-c .ct-area {
    fill: white;
}

.series-c-light-300 .ct-series.ct-series-c .ct-line {
    stroke: white;
    stroke-width: 3px;
}

.series-c-light-300 .ct-series.ct-series-c .ct-point {
    stroke: white;
    stroke-width: 6px;
}

.series-c-light-300 .ct-series.ct-series-c .ct-bar {
    stroke: white;
}

.series-c-light-300 .ct-series.ct-series-c .ct-slice-pie {
    fill: white;
}

.series-c-light-300 .ct-series.ct-series-c .ct-slice-donut {
    stroke: white;
}

.series-c-light-300.opacity-75 .ct-series.ct-series-c .ct-area {
    fill: white;
    fill-opacity: 0.65;
}

.series-c-light-300.opacity-75 .ct-series.ct-series-c .ct-line {
    stroke: white;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-c-light-300.opacity-75 .ct-series.ct-series-c .ct-point {
    stroke: white;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-c-light-300.opacity-75 .ct-series.ct-series-c .ct-bar {
    stroke: white;
    stroke-opacity: 0.75;
}

.series-c-light-300.opacity-75 .ct-series.ct-series-c .ct-slice-pie {
    fill: white;
    fill-opacity: 0.75;
}

.series-c-light-300.opacity-75 .ct-series.ct-series-c .ct-slice-donut {
    stroke: white;
    stroke-opacity: 0.75;
}

.series-c-light-400 .ct-series.ct-series-c .ct-area {
    fill: #fdfdfd;
}

.series-c-light-400 .ct-series.ct-series-c .ct-line {
    stroke: #fdfdfd;
    stroke-width: 3px;
}

.series-c-light-400 .ct-series.ct-series-c .ct-point {
    stroke: #fdfdfd;
    stroke-width: 6px;
}

.series-c-light-400 .ct-series.ct-series-c .ct-bar {
    stroke: #fdfdfd;
}

.series-c-light-400 .ct-series.ct-series-c .ct-slice-pie {
    fill: #fdfdfd;
}

.series-c-light-400 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #fdfdfd;
}

.series-c-light-400.opacity-75 .ct-series.ct-series-c .ct-area {
    fill: #fdfdfd;
    fill-opacity: 0.65;
}

.series-c-light-400.opacity-75 .ct-series.ct-series-c .ct-line {
    stroke: #fdfdfd;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-c-light-400.opacity-75 .ct-series.ct-series-c .ct-point {
    stroke: #fdfdfd;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-c-light-400.opacity-75 .ct-series.ct-series-c .ct-bar {
    stroke: #fdfdfd;
    stroke-opacity: 0.75;
}

.series-c-light-400.opacity-75 .ct-series.ct-series-c .ct-slice-pie {
    fill: #fdfdfd;
    fill-opacity: 0.75;
}

.series-c-light-400.opacity-75 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #fdfdfd;
    stroke-opacity: 0.75;
}

.series-c-light-500 .ct-series.ct-series-c .ct-area {
    fill: #f5f5f5;
}

.series-c-light-500 .ct-series.ct-series-c .ct-line {
    stroke: #f5f5f5;
    stroke-width: 3px;
}

.series-c-light-500 .ct-series.ct-series-c .ct-point {
    stroke: #f5f5f5;
    stroke-width: 6px;
}

.series-c-light-500 .ct-series.ct-series-c .ct-bar {
    stroke: #f5f5f5;
}

.series-c-light-500 .ct-series.ct-series-c .ct-slice-pie {
    fill: #f5f5f5;
}

.series-c-light-500 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #f5f5f5;
}

.series-c-light-500.opacity-75 .ct-series.ct-series-c .ct-area {
    fill: #f5f5f5;
    fill-opacity: 0.65;
}

.series-c-light-500.opacity-75 .ct-series.ct-series-c .ct-line {
    stroke: #f5f5f5;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-c-light-500.opacity-75 .ct-series.ct-series-c .ct-point {
    stroke: #f5f5f5;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-c-light-500.opacity-75 .ct-series.ct-series-c .ct-bar {
    stroke: #f5f5f5;
    stroke-opacity: 0.75;
}

.series-c-light-500.opacity-75 .ct-series.ct-series-c .ct-slice-pie {
    fill: #f5f5f5;
    fill-opacity: 0.75;
}

.series-c-light-500.opacity-75 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #f5f5f5;
    stroke-opacity: 0.75;
}

.series-c-light-600 .ct-series.ct-series-c .ct-area {
    fill: #ededed;
}

.series-c-light-600 .ct-series.ct-series-c .ct-line {
    stroke: #ededed;
    stroke-width: 3px;
}

.series-c-light-600 .ct-series.ct-series-c .ct-point {
    stroke: #ededed;
    stroke-width: 6px;
}

.series-c-light-600 .ct-series.ct-series-c .ct-bar {
    stroke: #ededed;
}

.series-c-light-600 .ct-series.ct-series-c .ct-slice-pie {
    fill: #ededed;
}

.series-c-light-600 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #ededed;
}

.series-c-light-600.opacity-75 .ct-series.ct-series-c .ct-area {
    fill: #ededed;
    fill-opacity: 0.65;
}

.series-c-light-600.opacity-75 .ct-series.ct-series-c .ct-line {
    stroke: #ededed;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-c-light-600.opacity-75 .ct-series.ct-series-c .ct-point {
    stroke: #ededed;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-c-light-600.opacity-75 .ct-series.ct-series-c .ct-bar {
    stroke: #ededed;
    stroke-opacity: 0.75;
}

.series-c-light-600.opacity-75 .ct-series.ct-series-c .ct-slice-pie {
    fill: #ededed;
    fill-opacity: 0.75;
}

.series-c-light-600.opacity-75 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #ededed;
    stroke-opacity: 0.75;
}

.series-c-light-700 .ct-series.ct-series-c .ct-area {
    fill: #e6e6e6;
}

.series-c-light-700 .ct-series.ct-series-c .ct-line {
    stroke: #e6e6e6;
    stroke-width: 3px;
}

.series-c-light-700 .ct-series.ct-series-c .ct-point {
    stroke: #e6e6e6;
    stroke-width: 6px;
}

.series-c-light-700 .ct-series.ct-series-c .ct-bar {
    stroke: #e6e6e6;
}

.series-c-light-700 .ct-series.ct-series-c .ct-slice-pie {
    fill: #e6e6e6;
}

.series-c-light-700 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #e6e6e6;
}

.series-c-light-700.opacity-75 .ct-series.ct-series-c .ct-area {
    fill: #e6e6e6;
    fill-opacity: 0.65;
}

.series-c-light-700.opacity-75 .ct-series.ct-series-c .ct-line {
    stroke: #e6e6e6;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-c-light-700.opacity-75 .ct-series.ct-series-c .ct-point {
    stroke: #e6e6e6;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-c-light-700.opacity-75 .ct-series.ct-series-c .ct-bar {
    stroke: #e6e6e6;
    stroke-opacity: 0.75;
}

.series-c-light-700.opacity-75 .ct-series.ct-series-c .ct-slice-pie {
    fill: #e6e6e6;
    fill-opacity: 0.75;
}

.series-c-light-700.opacity-75 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #e6e6e6;
    stroke-opacity: 0.75;
}

.series-c-light-800 .ct-series.ct-series-c .ct-area {
    fill: #dedede;
}

.series-c-light-800 .ct-series.ct-series-c .ct-line {
    stroke: #dedede;
    stroke-width: 3px;
}

.series-c-light-800 .ct-series.ct-series-c .ct-point {
    stroke: #dedede;
    stroke-width: 6px;
}

.series-c-light-800 .ct-series.ct-series-c .ct-bar {
    stroke: #dedede;
}

.series-c-light-800 .ct-series.ct-series-c .ct-slice-pie {
    fill: #dedede;
}

.series-c-light-800 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #dedede;
}

.series-c-light-800.opacity-75 .ct-series.ct-series-c .ct-area {
    fill: #dedede;
    fill-opacity: 0.65;
}

.series-c-light-800.opacity-75 .ct-series.ct-series-c .ct-line {
    stroke: #dedede;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-c-light-800.opacity-75 .ct-series.ct-series-c .ct-point {
    stroke: #dedede;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-c-light-800.opacity-75 .ct-series.ct-series-c .ct-bar {
    stroke: #dedede;
    stroke-opacity: 0.75;
}

.series-c-light-800.opacity-75 .ct-series.ct-series-c .ct-slice-pie {
    fill: #dedede;
    fill-opacity: 0.75;
}

.series-c-light-800.opacity-75 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #dedede;
    stroke-opacity: 0.75;
}

.series-c-light-900 .ct-series.ct-series-c .ct-area {
    fill: #d6d6d6;
}

.series-c-light-900 .ct-series.ct-series-c .ct-line {
    stroke: #d6d6d6;
    stroke-width: 3px;
}

.series-c-light-900 .ct-series.ct-series-c .ct-point {
    stroke: #d6d6d6;
    stroke-width: 6px;
}

.series-c-light-900 .ct-series.ct-series-c .ct-bar {
    stroke: #d6d6d6;
}

.series-c-light-900 .ct-series.ct-series-c .ct-slice-pie {
    fill: #d6d6d6;
}

.series-c-light-900 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #d6d6d6;
}

.series-c-light-900.opacity-75 .ct-series.ct-series-c .ct-area {
    fill: #d6d6d6;
    fill-opacity: 0.65;
}

.series-c-light-900.opacity-75 .ct-series.ct-series-c .ct-line {
    stroke: #d6d6d6;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-c-light-900.opacity-75 .ct-series.ct-series-c .ct-point {
    stroke: #d6d6d6;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-c-light-900.opacity-75 .ct-series.ct-series-c .ct-bar {
    stroke: #d6d6d6;
    stroke-opacity: 0.75;
}

.series-c-light-900.opacity-75 .ct-series.ct-series-c .ct-slice-pie {
    fill: #d6d6d6;
    fill-opacity: 0.75;
}

.series-c-light-900.opacity-75 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #d6d6d6;
    stroke-opacity: 0.75;
}

.series-c-dark-100 .ct-series.ct-series-c .ct-area {
    fill: #404655;
}

.series-c-dark-100 .ct-series.ct-series-c .ct-line {
    stroke: #404655;
    stroke-width: 3px;
}

.series-c-dark-100 .ct-series.ct-series-c .ct-point {
    stroke: #404655;
    stroke-width: 6px;
}

.series-c-dark-100 .ct-series.ct-series-c .ct-bar {
    stroke: #404655;
}

.series-c-dark-100 .ct-series.ct-series-c .ct-slice-pie {
    fill: #404655;
}

.series-c-dark-100 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #404655;
}

.series-c-dark-100.opacity-75 .ct-series.ct-series-c .ct-area {
    fill: #404655;
    fill-opacity: 0.65;
}

.series-c-dark-100.opacity-75 .ct-series.ct-series-c .ct-line {
    stroke: #404655;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-c-dark-100.opacity-75 .ct-series.ct-series-c .ct-point {
    stroke: #404655;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-c-dark-100.opacity-75 .ct-series.ct-series-c .ct-bar {
    stroke: #404655;
    stroke-opacity: 0.75;
}

.series-c-dark-100.opacity-75 .ct-series.ct-series-c .ct-slice-pie {
    fill: #404655;
    fill-opacity: 0.75;
}

.series-c-dark-100.opacity-75 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #404655;
    stroke-opacity: 0.75;
}

.series-c-dark-200 .ct-series.ct-series-c .ct-area {
    fill: #3a3e4c;
}

.series-c-dark-200 .ct-series.ct-series-c .ct-line {
    stroke: #3a3e4c;
    stroke-width: 3px;
}

.series-c-dark-200 .ct-series.ct-series-c .ct-point {
    stroke: #3a3e4c;
    stroke-width: 6px;
}

.series-c-dark-200 .ct-series.ct-series-c .ct-bar {
    stroke: #3a3e4c;
}

.series-c-dark-200 .ct-series.ct-series-c .ct-slice-pie {
    fill: #3a3e4c;
}

.series-c-dark-200 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #3a3e4c;
}

.series-c-dark-200.opacity-75 .ct-series.ct-series-c .ct-area {
    fill: #3a3e4c;
    fill-opacity: 0.65;
}

.series-c-dark-200.opacity-75 .ct-series.ct-series-c .ct-line {
    stroke: #3a3e4c;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-c-dark-200.opacity-75 .ct-series.ct-series-c .ct-point {
    stroke: #3a3e4c;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-c-dark-200.opacity-75 .ct-series.ct-series-c .ct-bar {
    stroke: #3a3e4c;
    stroke-opacity: 0.75;
}

.series-c-dark-200.opacity-75 .ct-series.ct-series-c .ct-slice-pie {
    fill: #3a3e4c;
    fill-opacity: 0.75;
}

.series-c-dark-200.opacity-75 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #3a3e4c;
    stroke-opacity: 0.75;
}

.series-c-dark-300 .ct-series.ct-series-c .ct-area {
    fill: #333743;
}

.series-c-dark-300 .ct-series.ct-series-c .ct-line {
    stroke: #333743;
    stroke-width: 3px;
}

.series-c-dark-300 .ct-series.ct-series-c .ct-point {
    stroke: #333743;
    stroke-width: 6px;
}

.series-c-dark-300 .ct-series.ct-series-c .ct-bar {
    stroke: #333743;
}

.series-c-dark-300 .ct-series.ct-series-c .ct-slice-pie {
    fill: #333743;
}

.series-c-dark-300 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #333743;
}

.series-c-dark-300.opacity-75 .ct-series.ct-series-c .ct-area {
    fill: #333743;
    fill-opacity: 0.65;
}

.series-c-dark-300.opacity-75 .ct-series.ct-series-c .ct-line {
    stroke: #333743;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-c-dark-300.opacity-75 .ct-series.ct-series-c .ct-point {
    stroke: #333743;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-c-dark-300.opacity-75 .ct-series.ct-series-c .ct-bar {
    stroke: #333743;
    stroke-opacity: 0.75;
}

.series-c-dark-300.opacity-75 .ct-series.ct-series-c .ct-slice-pie {
    fill: #333743;
    fill-opacity: 0.75;
}

.series-c-dark-300.opacity-75 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #333743;
    stroke-opacity: 0.75;
}

.series-c-dark-400 .ct-series.ct-series-c .ct-area {
    fill: #2d303b;
}

.series-c-dark-400 .ct-series.ct-series-c .ct-line {
    stroke: #2d303b;
    stroke-width: 3px;
}

.series-c-dark-400 .ct-series.ct-series-c .ct-point {
    stroke: #2d303b;
    stroke-width: 6px;
}

.series-c-dark-400 .ct-series.ct-series-c .ct-bar {
    stroke: #2d303b;
}

.series-c-dark-400 .ct-series.ct-series-c .ct-slice-pie {
    fill: #2d303b;
}

.series-c-dark-400 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #2d303b;
}

.series-c-dark-400.opacity-75 .ct-series.ct-series-c .ct-area {
    fill: #2d303b;
    fill-opacity: 0.65;
}

.series-c-dark-400.opacity-75 .ct-series.ct-series-c .ct-line {
    stroke: #2d303b;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-c-dark-400.opacity-75 .ct-series.ct-series-c .ct-point {
    stroke: #2d303b;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-c-dark-400.opacity-75 .ct-series.ct-series-c .ct-bar {
    stroke: #2d303b;
    stroke-opacity: 0.75;
}

.series-c-dark-400.opacity-75 .ct-series.ct-series-c .ct-slice-pie {
    fill: #2d303b;
    fill-opacity: 0.75;
}

.series-c-dark-400.opacity-75 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #2d303b;
    stroke-opacity: 0.75;
}

.series-c-dark-500 .ct-series.ct-series-c .ct-area {
    fill: #262932;
}

.series-c-dark-500 .ct-series.ct-series-c .ct-line {
    stroke: #262932;
    stroke-width: 3px;
}

.series-c-dark-500 .ct-series.ct-series-c .ct-point {
    stroke: #262932;
    stroke-width: 6px;
}

.series-c-dark-500 .ct-series.ct-series-c .ct-bar {
    stroke: #262932;
}

.series-c-dark-500 .ct-series.ct-series-c .ct-slice-pie {
    fill: #262932;
}

.series-c-dark-500 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #262932;
}

.series-c-dark-500.opacity-75 .ct-series.ct-series-c .ct-area {
    fill: #262932;
    fill-opacity: 0.65;
}

.series-c-dark-500.opacity-75 .ct-series.ct-series-c .ct-line {
    stroke: #262932;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-c-dark-500.opacity-75 .ct-series.ct-series-c .ct-point {
    stroke: #262932;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-c-dark-500.opacity-75 .ct-series.ct-series-c .ct-bar {
    stroke: #262932;
    stroke-opacity: 0.75;
}

.series-c-dark-500.opacity-75 .ct-series.ct-series-c .ct-slice-pie {
    fill: #262932;
    fill-opacity: 0.75;
}

.series-c-dark-500.opacity-75 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #262932;
    stroke-opacity: 0.75;
}

.series-c-dark-600 .ct-series.ct-series-c .ct-area {
    fill: #1f2229;
}

.series-c-dark-600 .ct-series.ct-series-c .ct-line {
    stroke: #1f2229;
    stroke-width: 3px;
}

.series-c-dark-600 .ct-series.ct-series-c .ct-point {
    stroke: #1f2229;
    stroke-width: 6px;
}

.series-c-dark-600 .ct-series.ct-series-c .ct-bar {
    stroke: #1f2229;
}

.series-c-dark-600 .ct-series.ct-series-c .ct-slice-pie {
    fill: #1f2229;
}

.series-c-dark-600 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #1f2229;
}

.series-c-dark-600.opacity-75 .ct-series.ct-series-c .ct-area {
    fill: #1f2229;
    fill-opacity: 0.65;
}

.series-c-dark-600.opacity-75 .ct-series.ct-series-c .ct-line {
    stroke: #1f2229;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-c-dark-600.opacity-75 .ct-series.ct-series-c .ct-point {
    stroke: #1f2229;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-c-dark-600.opacity-75 .ct-series.ct-series-c .ct-bar {
    stroke: #1f2229;
    stroke-opacity: 0.75;
}

.series-c-dark-600.opacity-75 .ct-series.ct-series-c .ct-slice-pie {
    fill: #1f2229;
    fill-opacity: 0.75;
}

.series-c-dark-600.opacity-75 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #1f2229;
    stroke-opacity: 0.75;
}

.series-c-dark-700 .ct-series.ct-series-c .ct-area {
    fill: #191b21;
}

.series-c-dark-700 .ct-series.ct-series-c .ct-line {
    stroke: #191b21;
    stroke-width: 3px;
}

.series-c-dark-700 .ct-series.ct-series-c .ct-point {
    stroke: #191b21;
    stroke-width: 6px;
}

.series-c-dark-700 .ct-series.ct-series-c .ct-bar {
    stroke: #191b21;
}

.series-c-dark-700 .ct-series.ct-series-c .ct-slice-pie {
    fill: #191b21;
}

.series-c-dark-700 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #191b21;
}

.series-c-dark-700.opacity-75 .ct-series.ct-series-c .ct-area {
    fill: #191b21;
    fill-opacity: 0.65;
}

.series-c-dark-700.opacity-75 .ct-series.ct-series-c .ct-line {
    stroke: #191b21;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-c-dark-700.opacity-75 .ct-series.ct-series-c .ct-point {
    stroke: #191b21;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-c-dark-700.opacity-75 .ct-series.ct-series-c .ct-bar {
    stroke: #191b21;
    stroke-opacity: 0.75;
}

.series-c-dark-700.opacity-75 .ct-series.ct-series-c .ct-slice-pie {
    fill: #191b21;
    fill-opacity: 0.75;
}

.series-c-dark-700.opacity-75 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #191b21;
    stroke-opacity: 0.75;
}

.series-c-dark-800 .ct-series.ct-series-c .ct-area {
    fill: #121418;
}

.series-c-dark-800 .ct-series.ct-series-c .ct-line {
    stroke: #121418;
    stroke-width: 3px;
}

.series-c-dark-800 .ct-series.ct-series-c .ct-point {
    stroke: #121418;
    stroke-width: 6px;
}

.series-c-dark-800 .ct-series.ct-series-c .ct-bar {
    stroke: #121418;
}

.series-c-dark-800 .ct-series.ct-series-c .ct-slice-pie {
    fill: #121418;
}

.series-c-dark-800 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #121418;
}

.series-c-dark-800.opacity-75 .ct-series.ct-series-c .ct-area {
    fill: #121418;
    fill-opacity: 0.65;
}

.series-c-dark-800.opacity-75 .ct-series.ct-series-c .ct-line {
    stroke: #121418;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-c-dark-800.opacity-75 .ct-series.ct-series-c .ct-point {
    stroke: #121418;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-c-dark-800.opacity-75 .ct-series.ct-series-c .ct-bar {
    stroke: #121418;
    stroke-opacity: 0.75;
}

.series-c-dark-800.opacity-75 .ct-series.ct-series-c .ct-slice-pie {
    fill: #121418;
    fill-opacity: 0.75;
}

.series-c-dark-800.opacity-75 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #121418;
    stroke-opacity: 0.75;
}

.series-c-dark-900 .ct-series.ct-series-c .ct-area {
    fill: #0c0c0f;
}

.series-c-dark-900 .ct-series.ct-series-c .ct-line {
    stroke: #0c0c0f;
    stroke-width: 3px;
}

.series-c-dark-900 .ct-series.ct-series-c .ct-point {
    stroke: #0c0c0f;
    stroke-width: 6px;
}

.series-c-dark-900 .ct-series.ct-series-c .ct-bar {
    stroke: #0c0c0f;
}

.series-c-dark-900 .ct-series.ct-series-c .ct-slice-pie {
    fill: #0c0c0f;
}

.series-c-dark-900 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #0c0c0f;
}

.series-c-dark-900.opacity-75 .ct-series.ct-series-c .ct-area {
    fill: #0c0c0f;
    fill-opacity: 0.65;
}

.series-c-dark-900.opacity-75 .ct-series.ct-series-c .ct-line {
    stroke: #0c0c0f;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-c-dark-900.opacity-75 .ct-series.ct-series-c .ct-point {
    stroke: #0c0c0f;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-c-dark-900.opacity-75 .ct-series.ct-series-c .ct-bar {
    stroke: #0c0c0f;
    stroke-opacity: 0.75;
}

.series-c-dark-900.opacity-75 .ct-series.ct-series-c .ct-slice-pie {
    fill: #0c0c0f;
    fill-opacity: 0.75;
}

.series-c-dark-900.opacity-75 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #0c0c0f;
    stroke-opacity: 0.75;
}

.series-c-default .ct-series.ct-series-c .ct-area {
    fill: #5bc0de;
}

.series-c-default .ct-series.ct-series-c .ct-line {
    stroke: #5bc0de;
    stroke-width: 3px;
}

.series-c-default .ct-series.ct-series-c .ct-point {
    stroke: #5bc0de;
    stroke-width: 6px;
}

.series-c-default .ct-series.ct-series-c .ct-bar {
    stroke: #5bc0de;
}

.series-c-default .ct-series.ct-series-c .ct-slice-pie {
    fill: #5bc0de;
}

.series-c-default .ct-series.ct-series-c .ct-slice-donut {
    stroke: #5bc0de;
}

.series-c-default.opacity-75 .ct-series.ct-series-c .ct-area {
    fill: #5bc0de;
    fill-opacity: 0.65;
}

.series-c-default.opacity-75 .ct-series.ct-series-c .ct-line {
    stroke: #5bc0de;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-c-default.opacity-75 .ct-series.ct-series-c .ct-point {
    stroke: #5bc0de;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-c-default.opacity-75 .ct-series.ct-series-c .ct-bar {
    stroke: #5bc0de;
    stroke-opacity: 0.75;
}

.series-c-default.opacity-75 .ct-series.ct-series-c .ct-slice-pie {
    fill: #5bc0de;
    fill-opacity: 0.75;
}

.series-c-default.opacity-75 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #5bc0de;
    stroke-opacity: 0.75;
}

.series-c-default-100 .ct-series.ct-series-c .ct-area {
    fill: #8ed4e8;
}

.series-c-default-100 .ct-series.ct-series-c .ct-line {
    stroke: #8ed4e8;
    stroke-width: 3px;
}

.series-c-default-100 .ct-series.ct-series-c .ct-point {
    stroke: #8ed4e8;
    stroke-width: 6px;
}

.series-c-default-100 .ct-series.ct-series-c .ct-bar {
    stroke: #8ed4e8;
}

.series-c-default-100 .ct-series.ct-series-c .ct-slice-pie {
    fill: #8ed4e8;
}

.series-c-default-100 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #8ed4e8;
}

.series-c-default-100.opacity-75 .ct-series.ct-series-c .ct-area {
    fill: #8ed4e8;
    fill-opacity: 0.65;
}

.series-c-default-100.opacity-75 .ct-series.ct-series-c .ct-line {
    stroke: #8ed4e8;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-c-default-100.opacity-75 .ct-series.ct-series-c .ct-point {
    stroke: #8ed4e8;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-c-default-100.opacity-75 .ct-series.ct-series-c .ct-bar {
    stroke: #8ed4e8;
    stroke-opacity: 0.75;
}

.series-c-default-100.opacity-75 .ct-series.ct-series-c .ct-slice-pie {
    fill: #8ed4e8;
    fill-opacity: 0.75;
}

.series-c-default-100.opacity-75 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #8ed4e8;
    stroke-opacity: 0.75;
}

.series-c-default-200 .ct-series.ct-series-c .ct-area {
    fill: #81cfe6;
}

.series-c-default-200 .ct-series.ct-series-c .ct-line {
    stroke: #81cfe6;
    stroke-width: 3px;
}

.series-c-default-200 .ct-series.ct-series-c .ct-point {
    stroke: #81cfe6;
    stroke-width: 6px;
}

.series-c-default-200 .ct-series.ct-series-c .ct-bar {
    stroke: #81cfe6;
}

.series-c-default-200 .ct-series.ct-series-c .ct-slice-pie {
    fill: #81cfe6;
}

.series-c-default-200 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #81cfe6;
}

.series-c-default-200.opacity-75 .ct-series.ct-series-c .ct-area {
    fill: #81cfe6;
    fill-opacity: 0.65;
}

.series-c-default-200.opacity-75 .ct-series.ct-series-c .ct-line {
    stroke: #81cfe6;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-c-default-200.opacity-75 .ct-series.ct-series-c .ct-point {
    stroke: #81cfe6;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-c-default-200.opacity-75 .ct-series.ct-series-c .ct-bar {
    stroke: #81cfe6;
    stroke-opacity: 0.75;
}

.series-c-default-200.opacity-75 .ct-series.ct-series-c .ct-slice-pie {
    fill: #81cfe6;
    fill-opacity: 0.75;
}

.series-c-default-200.opacity-75 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #81cfe6;
    stroke-opacity: 0.75;
}

.series-c-default-300 .ct-series.ct-series-c .ct-area {
    fill: #74cae3;
}

.series-c-default-300 .ct-series.ct-series-c .ct-line {
    stroke: #74cae3;
    stroke-width: 3px;
}

.series-c-default-300 .ct-series.ct-series-c .ct-point {
    stroke: #74cae3;
    stroke-width: 6px;
}

.series-c-default-300 .ct-series.ct-series-c .ct-bar {
    stroke: #74cae3;
}

.series-c-default-300 .ct-series.ct-series-c .ct-slice-pie {
    fill: #74cae3;
}

.series-c-default-300 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #74cae3;
}

.series-c-default-300.opacity-75 .ct-series.ct-series-c .ct-area {
    fill: #74cae3;
    fill-opacity: 0.65;
}

.series-c-default-300.opacity-75 .ct-series.ct-series-c .ct-line {
    stroke: #74cae3;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-c-default-300.opacity-75 .ct-series.ct-series-c .ct-point {
    stroke: #74cae3;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-c-default-300.opacity-75 .ct-series.ct-series-c .ct-bar {
    stroke: #74cae3;
    stroke-opacity: 0.75;
}

.series-c-default-300.opacity-75 .ct-series.ct-series-c .ct-slice-pie {
    fill: #74cae3;
    fill-opacity: 0.75;
}

.series-c-default-300.opacity-75 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #74cae3;
    stroke-opacity: 0.75;
}

.series-c-default-400 .ct-series.ct-series-c .ct-area {
    fill: #68c5e1;
}

.series-c-default-400 .ct-series.ct-series-c .ct-line {
    stroke: #68c5e1;
    stroke-width: 3px;
}

.series-c-default-400 .ct-series.ct-series-c .ct-point {
    stroke: #68c5e1;
    stroke-width: 6px;
}

.series-c-default-400 .ct-series.ct-series-c .ct-bar {
    stroke: #68c5e1;
}

.series-c-default-400 .ct-series.ct-series-c .ct-slice-pie {
    fill: #68c5e1;
}

.series-c-default-400 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #68c5e1;
}

.series-c-default-400.opacity-75 .ct-series.ct-series-c .ct-area {
    fill: #68c5e1;
    fill-opacity: 0.65;
}

.series-c-default-400.opacity-75 .ct-series.ct-series-c .ct-line {
    stroke: #68c5e1;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-c-default-400.opacity-75 .ct-series.ct-series-c .ct-point {
    stroke: #68c5e1;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-c-default-400.opacity-75 .ct-series.ct-series-c .ct-bar {
    stroke: #68c5e1;
    stroke-opacity: 0.75;
}

.series-c-default-400.opacity-75 .ct-series.ct-series-c .ct-slice-pie {
    fill: #68c5e1;
    fill-opacity: 0.75;
}

.series-c-default-400.opacity-75 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #68c5e1;
    stroke-opacity: 0.75;
}

.series-c-default-500 .ct-series.ct-series-c .ct-area {
    fill: #5bc0de;
}

.series-c-default-500 .ct-series.ct-series-c .ct-line {
    stroke: #5bc0de;
    stroke-width: 3px;
}

.series-c-default-500 .ct-series.ct-series-c .ct-point {
    stroke: #5bc0de;
    stroke-width: 6px;
}

.series-c-default-500 .ct-series.ct-series-c .ct-bar {
    stroke: #5bc0de;
}

.series-c-default-500 .ct-series.ct-series-c .ct-slice-pie {
    fill: #5bc0de;
}

.series-c-default-500 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #5bc0de;
}

.series-c-default-500.opacity-75 .ct-series.ct-series-c .ct-area {
    fill: #5bc0de;
    fill-opacity: 0.65;
}

.series-c-default-500.opacity-75 .ct-series.ct-series-c .ct-line {
    stroke: #5bc0de;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-c-default-500.opacity-75 .ct-series.ct-series-c .ct-point {
    stroke: #5bc0de;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-c-default-500.opacity-75 .ct-series.ct-series-c .ct-bar {
    stroke: #5bc0de;
    stroke-opacity: 0.75;
}

.series-c-default-500.opacity-75 .ct-series.ct-series-c .ct-slice-pie {
    fill: #5bc0de;
    fill-opacity: 0.75;
}

.series-c-default-500.opacity-75 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #5bc0de;
    stroke-opacity: 0.75;
}

.series-c-default-600 .ct-series.ct-series-c .ct-area {
    fill: #4ebbdb;
}

.series-c-default-600 .ct-series.ct-series-c .ct-line {
    stroke: #4ebbdb;
    stroke-width: 3px;
}

.series-c-default-600 .ct-series.ct-series-c .ct-point {
    stroke: #4ebbdb;
    stroke-width: 6px;
}

.series-c-default-600 .ct-series.ct-series-c .ct-bar {
    stroke: #4ebbdb;
}

.series-c-default-600 .ct-series.ct-series-c .ct-slice-pie {
    fill: #4ebbdb;
}

.series-c-default-600 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #4ebbdb;
}

.series-c-default-600.opacity-75 .ct-series.ct-series-c .ct-area {
    fill: #4ebbdb;
    fill-opacity: 0.65;
}

.series-c-default-600.opacity-75 .ct-series.ct-series-c .ct-line {
    stroke: #4ebbdb;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-c-default-600.opacity-75 .ct-series.ct-series-c .ct-point {
    stroke: #4ebbdb;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-c-default-600.opacity-75 .ct-series.ct-series-c .ct-bar {
    stroke: #4ebbdb;
    stroke-opacity: 0.75;
}

.series-c-default-600.opacity-75 .ct-series.ct-series-c .ct-slice-pie {
    fill: #4ebbdb;
    fill-opacity: 0.75;
}

.series-c-default-600.opacity-75 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #4ebbdb;
    stroke-opacity: 0.75;
}

.series-c-default-700 .ct-series.ct-series-c .ct-area {
    fill: #42b6d9;
}

.series-c-default-700 .ct-series.ct-series-c .ct-line {
    stroke: #42b6d9;
    stroke-width: 3px;
}

.series-c-default-700 .ct-series.ct-series-c .ct-point {
    stroke: #42b6d9;
    stroke-width: 6px;
}

.series-c-default-700 .ct-series.ct-series-c .ct-bar {
    stroke: #42b6d9;
}

.series-c-default-700 .ct-series.ct-series-c .ct-slice-pie {
    fill: #42b6d9;
}

.series-c-default-700 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #42b6d9;
}

.series-c-default-700.opacity-75 .ct-series.ct-series-c .ct-area {
    fill: #42b6d9;
    fill-opacity: 0.65;
}

.series-c-default-700.opacity-75 .ct-series.ct-series-c .ct-line {
    stroke: #42b6d9;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-c-default-700.opacity-75 .ct-series.ct-series-c .ct-point {
    stroke: #42b6d9;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-c-default-700.opacity-75 .ct-series.ct-series-c .ct-bar {
    stroke: #42b6d9;
    stroke-opacity: 0.75;
}

.series-c-default-700.opacity-75 .ct-series.ct-series-c .ct-slice-pie {
    fill: #42b6d9;
    fill-opacity: 0.75;
}

.series-c-default-700.opacity-75 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #42b6d9;
    stroke-opacity: 0.75;
}

.series-c-default-800 .ct-series.ct-series-c .ct-area {
    fill: #35b1d6;
}

.series-c-default-800 .ct-series.ct-series-c .ct-line {
    stroke: #35b1d6;
    stroke-width: 3px;
}

.series-c-default-800 .ct-series.ct-series-c .ct-point {
    stroke: #35b1d6;
    stroke-width: 6px;
}

.series-c-default-800 .ct-series.ct-series-c .ct-bar {
    stroke: #35b1d6;
}

.series-c-default-800 .ct-series.ct-series-c .ct-slice-pie {
    fill: #35b1d6;
}

.series-c-default-800 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #35b1d6;
}

.series-c-default-800.opacity-75 .ct-series.ct-series-c .ct-area {
    fill: #35b1d6;
    fill-opacity: 0.65;
}

.series-c-default-800.opacity-75 .ct-series.ct-series-c .ct-line {
    stroke: #35b1d6;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-c-default-800.opacity-75 .ct-series.ct-series-c .ct-point {
    stroke: #35b1d6;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-c-default-800.opacity-75 .ct-series.ct-series-c .ct-bar {
    stroke: #35b1d6;
    stroke-opacity: 0.75;
}

.series-c-default-800.opacity-75 .ct-series.ct-series-c .ct-slice-pie {
    fill: #35b1d6;
    fill-opacity: 0.75;
}

.series-c-default-800.opacity-75 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #35b1d6;
    stroke-opacity: 0.75;
}

.series-c-default-900 .ct-series.ct-series-c .ct-area {
    fill: #2aabd2;
}

.series-c-default-900 .ct-series.ct-series-c .ct-line {
    stroke: #2aabd2;
    stroke-width: 3px;
}

.series-c-default-900 .ct-series.ct-series-c .ct-point {
    stroke: #2aabd2;
    stroke-width: 6px;
}

.series-c-default-900 .ct-series.ct-series-c .ct-bar {
    stroke: #2aabd2;
}

.series-c-default-900 .ct-series.ct-series-c .ct-slice-pie {
    fill: #2aabd2;
}

.series-c-default-900 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #2aabd2;
}

.series-c-default-900.opacity-75 .ct-series.ct-series-c .ct-area {
    fill: #2aabd2;
    fill-opacity: 0.65;
}

.series-c-default-900.opacity-75 .ct-series.ct-series-c .ct-line {
    stroke: #2aabd2;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-c-default-900.opacity-75 .ct-series.ct-series-c .ct-point {
    stroke: #2aabd2;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-c-default-900.opacity-75 .ct-series.ct-series-c .ct-bar {
    stroke: #2aabd2;
    stroke-opacity: 0.75;
}

.series-c-default-900.opacity-75 .ct-series.ct-series-c .ct-slice-pie {
    fill: #2aabd2;
    fill-opacity: 0.75;
}

.series-c-default-900.opacity-75 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #2aabd2;
    stroke-opacity: 0.75;
}

.series-c-primary .ct-series.ct-series-c .ct-area {
    fill: #0275d8;
}

.series-c-primary .ct-series.ct-series-c .ct-line {
    stroke: #0275d8;
    stroke-width: 3px;
}

.series-c-primary .ct-series.ct-series-c .ct-point {
    stroke: #0275d8;
    stroke-width: 6px;
}

.series-c-primary .ct-series.ct-series-c .ct-bar {
    stroke: #0275d8;
}

.series-c-primary .ct-series.ct-series-c .ct-slice-pie {
    fill: #0275d8;
}

.series-c-primary .ct-series.ct-series-c .ct-slice-donut {
    stroke: #0275d8;
}

.series-c-primary.opacity-75 .ct-series.ct-series-c .ct-area {
    fill: #0275d8;
    fill-opacity: 0.65;
}

.series-c-primary.opacity-75 .ct-series.ct-series-c .ct-line {
    stroke: #0275d8;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-c-primary.opacity-75 .ct-series.ct-series-c .ct-point {
    stroke: #0275d8;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-c-primary.opacity-75 .ct-series.ct-series-c .ct-bar {
    stroke: #0275d8;
    stroke-opacity: 0.75;
}

.series-c-primary.opacity-75 .ct-series.ct-series-c .ct-slice-pie {
    fill: #0275d8;
    fill-opacity: 0.75;
}

.series-c-primary.opacity-75 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #0275d8;
    stroke-opacity: 0.75;
}

.series-c-primary-100 .ct-series.ct-series-c .ct-area {
    fill: #1a94fd;
}

.series-c-primary-100 .ct-series.ct-series-c .ct-line {
    stroke: #1a94fd;
    stroke-width: 3px;
}

.series-c-primary-100 .ct-series.ct-series-c .ct-point {
    stroke: #1a94fd;
    stroke-width: 6px;
}

.series-c-primary-100 .ct-series.ct-series-c .ct-bar {
    stroke: #1a94fd;
}

.series-c-primary-100 .ct-series.ct-series-c .ct-slice-pie {
    fill: #1a94fd;
}

.series-c-primary-100 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #1a94fd;
}

.series-c-primary-100.opacity-75 .ct-series.ct-series-c .ct-area {
    fill: #1a94fd;
    fill-opacity: 0.65;
}

.series-c-primary-100.opacity-75 .ct-series.ct-series-c .ct-line {
    stroke: #1a94fd;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-c-primary-100.opacity-75 .ct-series.ct-series-c .ct-point {
    stroke: #1a94fd;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-c-primary-100.opacity-75 .ct-series.ct-series-c .ct-bar {
    stroke: #1a94fd;
    stroke-opacity: 0.75;
}

.series-c-primary-100.opacity-75 .ct-series.ct-series-c .ct-slice-pie {
    fill: #1a94fd;
    fill-opacity: 0.75;
}

.series-c-primary-100.opacity-75 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #1a94fd;
    stroke-opacity: 0.75;
}

.series-c-primary-200 .ct-series.ct-series-c .ct-area {
    fill: #0b8dfd;
}

.series-c-primary-200 .ct-series.ct-series-c .ct-line {
    stroke: #0b8dfd;
    stroke-width: 3px;
}

.series-c-primary-200 .ct-series.ct-series-c .ct-point {
    stroke: #0b8dfd;
    stroke-width: 6px;
}

.series-c-primary-200 .ct-series.ct-series-c .ct-bar {
    stroke: #0b8dfd;
}

.series-c-primary-200 .ct-series.ct-series-c .ct-slice-pie {
    fill: #0b8dfd;
}

.series-c-primary-200 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #0b8dfd;
}

.series-c-primary-200.opacity-75 .ct-series.ct-series-c .ct-area {
    fill: #0b8dfd;
    fill-opacity: 0.65;
}

.series-c-primary-200.opacity-75 .ct-series.ct-series-c .ct-line {
    stroke: #0b8dfd;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-c-primary-200.opacity-75 .ct-series.ct-series-c .ct-point {
    stroke: #0b8dfd;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-c-primary-200.opacity-75 .ct-series.ct-series-c .ct-bar {
    stroke: #0b8dfd;
    stroke-opacity: 0.75;
}

.series-c-primary-200.opacity-75 .ct-series.ct-series-c .ct-slice-pie {
    fill: #0b8dfd;
    fill-opacity: 0.75;
}

.series-c-primary-200.opacity-75 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #0b8dfd;
    stroke-opacity: 0.75;
}

.series-c-primary-300 .ct-series.ct-series-c .ct-area {
    fill: #0285f6;
}

.series-c-primary-300 .ct-series.ct-series-c .ct-line {
    stroke: #0285f6;
    stroke-width: 3px;
}

.series-c-primary-300 .ct-series.ct-series-c .ct-point {
    stroke: #0285f6;
    stroke-width: 6px;
}

.series-c-primary-300 .ct-series.ct-series-c .ct-bar {
    stroke: #0285f6;
}

.series-c-primary-300 .ct-series.ct-series-c .ct-slice-pie {
    fill: #0285f6;
}

.series-c-primary-300 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #0285f6;
}

.series-c-primary-300.opacity-75 .ct-series.ct-series-c .ct-area {
    fill: #0285f6;
    fill-opacity: 0.65;
}

.series-c-primary-300.opacity-75 .ct-series.ct-series-c .ct-line {
    stroke: #0285f6;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-c-primary-300.opacity-75 .ct-series.ct-series-c .ct-point {
    stroke: #0285f6;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-c-primary-300.opacity-75 .ct-series.ct-series-c .ct-bar {
    stroke: #0285f6;
    stroke-opacity: 0.75;
}

.series-c-primary-300.opacity-75 .ct-series.ct-series-c .ct-slice-pie {
    fill: #0285f6;
    fill-opacity: 0.75;
}

.series-c-primary-300.opacity-75 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #0285f6;
    stroke-opacity: 0.75;
}

.series-c-primary-400 .ct-series.ct-series-c .ct-area {
    fill: #027de7;
}

.series-c-primary-400 .ct-series.ct-series-c .ct-line {
    stroke: #027de7;
    stroke-width: 3px;
}

.series-c-primary-400 .ct-series.ct-series-c .ct-point {
    stroke: #027de7;
    stroke-width: 6px;
}

.series-c-primary-400 .ct-series.ct-series-c .ct-bar {
    stroke: #027de7;
}

.series-c-primary-400 .ct-series.ct-series-c .ct-slice-pie {
    fill: #027de7;
}

.series-c-primary-400 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #027de7;
}

.series-c-primary-400.opacity-75 .ct-series.ct-series-c .ct-area {
    fill: #027de7;
    fill-opacity: 0.65;
}

.series-c-primary-400.opacity-75 .ct-series.ct-series-c .ct-line {
    stroke: #027de7;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-c-primary-400.opacity-75 .ct-series.ct-series-c .ct-point {
    stroke: #027de7;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-c-primary-400.opacity-75 .ct-series.ct-series-c .ct-bar {
    stroke: #027de7;
    stroke-opacity: 0.75;
}

.series-c-primary-400.opacity-75 .ct-series.ct-series-c .ct-slice-pie {
    fill: #027de7;
    fill-opacity: 0.75;
}

.series-c-primary-400.opacity-75 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #027de7;
    stroke-opacity: 0.75;
}

.series-c-primary-500 .ct-series.ct-series-c .ct-area {
    fill: #0275d8;
}

.series-c-primary-500 .ct-series.ct-series-c .ct-line {
    stroke: #0275d8;
    stroke-width: 3px;
}

.series-c-primary-500 .ct-series.ct-series-c .ct-point {
    stroke: #0275d8;
    stroke-width: 6px;
}

.series-c-primary-500 .ct-series.ct-series-c .ct-bar {
    stroke: #0275d8;
}

.series-c-primary-500 .ct-series.ct-series-c .ct-slice-pie {
    fill: #0275d8;
}

.series-c-primary-500 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #0275d8;
}

.series-c-primary-500.opacity-75 .ct-series.ct-series-c .ct-area {
    fill: #0275d8;
    fill-opacity: 0.65;
}

.series-c-primary-500.opacity-75 .ct-series.ct-series-c .ct-line {
    stroke: #0275d8;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-c-primary-500.opacity-75 .ct-series.ct-series-c .ct-point {
    stroke: #0275d8;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-c-primary-500.opacity-75 .ct-series.ct-series-c .ct-bar {
    stroke: #0275d8;
    stroke-opacity: 0.75;
}

.series-c-primary-500.opacity-75 .ct-series.ct-series-c .ct-slice-pie {
    fill: #0275d8;
    fill-opacity: 0.75;
}

.series-c-primary-500.opacity-75 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #0275d8;
    stroke-opacity: 0.75;
}

.series-c-primary-600 .ct-series.ct-series-c .ct-area {
    fill: #026dc9;
}

.series-c-primary-600 .ct-series.ct-series-c .ct-line {
    stroke: #026dc9;
    stroke-width: 3px;
}

.series-c-primary-600 .ct-series.ct-series-c .ct-point {
    stroke: #026dc9;
    stroke-width: 6px;
}

.series-c-primary-600 .ct-series.ct-series-c .ct-bar {
    stroke: #026dc9;
}

.series-c-primary-600 .ct-series.ct-series-c .ct-slice-pie {
    fill: #026dc9;
}

.series-c-primary-600 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #026dc9;
}

.series-c-primary-600.opacity-75 .ct-series.ct-series-c .ct-area {
    fill: #026dc9;
    fill-opacity: 0.65;
}

.series-c-primary-600.opacity-75 .ct-series.ct-series-c .ct-line {
    stroke: #026dc9;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-c-primary-600.opacity-75 .ct-series.ct-series-c .ct-point {
    stroke: #026dc9;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-c-primary-600.opacity-75 .ct-series.ct-series-c .ct-bar {
    stroke: #026dc9;
    stroke-opacity: 0.75;
}

.series-c-primary-600.opacity-75 .ct-series.ct-series-c .ct-slice-pie {
    fill: #026dc9;
    fill-opacity: 0.75;
}

.series-c-primary-600.opacity-75 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #026dc9;
    stroke-opacity: 0.75;
}

.series-c-primary-700 .ct-series.ct-series-c .ct-area {
    fill: #0265ba;
}

.series-c-primary-700 .ct-series.ct-series-c .ct-line {
    stroke: #0265ba;
    stroke-width: 3px;
}

.series-c-primary-700 .ct-series.ct-series-c .ct-point {
    stroke: #0265ba;
    stroke-width: 6px;
}

.series-c-primary-700 .ct-series.ct-series-c .ct-bar {
    stroke: #0265ba;
}

.series-c-primary-700 .ct-series.ct-series-c .ct-slice-pie {
    fill: #0265ba;
}

.series-c-primary-700 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #0265ba;
}

.series-c-primary-700.opacity-75 .ct-series.ct-series-c .ct-area {
    fill: #0265ba;
    fill-opacity: 0.65;
}

.series-c-primary-700.opacity-75 .ct-series.ct-series-c .ct-line {
    stroke: #0265ba;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-c-primary-700.opacity-75 .ct-series.ct-series-c .ct-point {
    stroke: #0265ba;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-c-primary-700.opacity-75 .ct-series.ct-series-c .ct-bar {
    stroke: #0265ba;
    stroke-opacity: 0.75;
}

.series-c-primary-700.opacity-75 .ct-series.ct-series-c .ct-slice-pie {
    fill: #0265ba;
    fill-opacity: 0.75;
}

.series-c-primary-700.opacity-75 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #0265ba;
    stroke-opacity: 0.75;
}

.series-c-primary-800 .ct-series.ct-series-c .ct-area {
    fill: #025cab;
}

.series-c-primary-800 .ct-series.ct-series-c .ct-line {
    stroke: #025cab;
    stroke-width: 3px;
}

.series-c-primary-800 .ct-series.ct-series-c .ct-point {
    stroke: #025cab;
    stroke-width: 6px;
}

.series-c-primary-800 .ct-series.ct-series-c .ct-bar {
    stroke: #025cab;
}

.series-c-primary-800 .ct-series.ct-series-c .ct-slice-pie {
    fill: #025cab;
}

.series-c-primary-800 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #025cab;
}

.series-c-primary-800.opacity-75 .ct-series.ct-series-c .ct-area {
    fill: #025cab;
    fill-opacity: 0.65;
}

.series-c-primary-800.opacity-75 .ct-series.ct-series-c .ct-line {
    stroke: #025cab;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-c-primary-800.opacity-75 .ct-series.ct-series-c .ct-point {
    stroke: #025cab;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-c-primary-800.opacity-75 .ct-series.ct-series-c .ct-bar {
    stroke: #025cab;
    stroke-opacity: 0.75;
}

.series-c-primary-800.opacity-75 .ct-series.ct-series-c .ct-slice-pie {
    fill: #025cab;
    fill-opacity: 0.75;
}

.series-c-primary-800.opacity-75 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #025cab;
    stroke-opacity: 0.75;
}

.series-c-primary-900 .ct-series.ct-series-c .ct-area {
    fill: #01549b;
}

.series-c-primary-900 .ct-series.ct-series-c .ct-line {
    stroke: #01549b;
    stroke-width: 3px;
}

.series-c-primary-900 .ct-series.ct-series-c .ct-point {
    stroke: #01549b;
    stroke-width: 6px;
}

.series-c-primary-900 .ct-series.ct-series-c .ct-bar {
    stroke: #01549b;
}

.series-c-primary-900 .ct-series.ct-series-c .ct-slice-pie {
    fill: #01549b;
}

.series-c-primary-900 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #01549b;
}

.series-c-primary-900.opacity-75 .ct-series.ct-series-c .ct-area {
    fill: #01549b;
    fill-opacity: 0.65;
}

.series-c-primary-900.opacity-75 .ct-series.ct-series-c .ct-line {
    stroke: #01549b;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-c-primary-900.opacity-75 .ct-series.ct-series-c .ct-point {
    stroke: #01549b;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-c-primary-900.opacity-75 .ct-series.ct-series-c .ct-bar {
    stroke: #01549b;
    stroke-opacity: 0.75;
}

.series-c-primary-900.opacity-75 .ct-series.ct-series-c .ct-slice-pie {
    fill: #01549b;
    fill-opacity: 0.75;
}

.series-c-primary-900.opacity-75 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #01549b;
    stroke-opacity: 0.75;
}

.series-c-info .ct-series.ct-series-c .ct-area {
    fill: #00aced;
}

.series-c-info .ct-series.ct-series-c .ct-line {
    stroke: #00aced;
    stroke-width: 3px;
}

.series-c-info .ct-series.ct-series-c .ct-point {
    stroke: #00aced;
    stroke-width: 6px;
}

.series-c-info .ct-series.ct-series-c .ct-bar {
    stroke: #00aced;
}

.series-c-info .ct-series.ct-series-c .ct-slice-pie {
    fill: #00aced;
}

.series-c-info .ct-series.ct-series-c .ct-slice-donut {
    stroke: #00aced;
}

.series-c-info.opacity-75 .ct-series.ct-series-c .ct-area {
    fill: #00aced;
    fill-opacity: 0.65;
}

.series-c-info.opacity-75 .ct-series.ct-series-c .ct-line {
    stroke: #00aced;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-c-info.opacity-75 .ct-series.ct-series-c .ct-point {
    stroke: #00aced;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-c-info.opacity-75 .ct-series.ct-series-c .ct-bar {
    stroke: #00aced;
    stroke-opacity: 0.75;
}

.series-c-info.opacity-75 .ct-series.ct-series-c .ct-slice-pie {
    fill: #00aced;
    fill-opacity: 0.75;
}

.series-c-info.opacity-75 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #00aced;
    stroke-opacity: 0.75;
}

.series-c-info-100 .ct-series.ct-series-c .ct-area {
    fill: #2bc5ff;
}

.series-c-info-100 .ct-series.ct-series-c .ct-line {
    stroke: #2bc5ff;
    stroke-width: 3px;
}

.series-c-info-100 .ct-series.ct-series-c .ct-point {
    stroke: #2bc5ff;
    stroke-width: 6px;
}

.series-c-info-100 .ct-series.ct-series-c .ct-bar {
    stroke: #2bc5ff;
}

.series-c-info-100 .ct-series.ct-series-c .ct-slice-pie {
    fill: #2bc5ff;
}

.series-c-info-100 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #2bc5ff;
}

.series-c-info-100.opacity-75 .ct-series.ct-series-c .ct-area {
    fill: #2bc5ff;
    fill-opacity: 0.65;
}

.series-c-info-100.opacity-75 .ct-series.ct-series-c .ct-line {
    stroke: #2bc5ff;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-c-info-100.opacity-75 .ct-series.ct-series-c .ct-point {
    stroke: #2bc5ff;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-c-info-100.opacity-75 .ct-series.ct-series-c .ct-bar {
    stroke: #2bc5ff;
    stroke-opacity: 0.75;
}

.series-c-info-100.opacity-75 .ct-series.ct-series-c .ct-slice-pie {
    fill: #2bc5ff;
    fill-opacity: 0.75;
}

.series-c-info-100.opacity-75 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #2bc5ff;
    stroke-opacity: 0.75;
}

.series-c-info-200 .ct-series.ct-series-c .ct-area {
    fill: #1cc1ff;
}

.series-c-info-200 .ct-series.ct-series-c .ct-line {
    stroke: #1cc1ff;
    stroke-width: 3px;
}

.series-c-info-200 .ct-series.ct-series-c .ct-point {
    stroke: #1cc1ff;
    stroke-width: 6px;
}

.series-c-info-200 .ct-series.ct-series-c .ct-bar {
    stroke: #1cc1ff;
}

.series-c-info-200 .ct-series.ct-series-c .ct-slice-pie {
    fill: #1cc1ff;
}

.series-c-info-200 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #1cc1ff;
}

.series-c-info-200.opacity-75 .ct-series.ct-series-c .ct-area {
    fill: #1cc1ff;
    fill-opacity: 0.65;
}

.series-c-info-200.opacity-75 .ct-series.ct-series-c .ct-line {
    stroke: #1cc1ff;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-c-info-200.opacity-75 .ct-series.ct-series-c .ct-point {
    stroke: #1cc1ff;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-c-info-200.opacity-75 .ct-series.ct-series-c .ct-bar {
    stroke: #1cc1ff;
    stroke-opacity: 0.75;
}

.series-c-info-200.opacity-75 .ct-series.ct-series-c .ct-slice-pie {
    fill: #1cc1ff;
    fill-opacity: 0.75;
}

.series-c-info-200.opacity-75 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #1cc1ff;
    stroke-opacity: 0.75;
}

.series-c-info-300 .ct-series.ct-series-c .ct-area {
    fill: #0dbdff;
}

.series-c-info-300 .ct-series.ct-series-c .ct-line {
    stroke: #0dbdff;
    stroke-width: 3px;
}

.series-c-info-300 .ct-series.ct-series-c .ct-point {
    stroke: #0dbdff;
    stroke-width: 6px;
}

.series-c-info-300 .ct-series.ct-series-c .ct-bar {
    stroke: #0dbdff;
}

.series-c-info-300 .ct-series.ct-series-c .ct-slice-pie {
    fill: #0dbdff;
}

.series-c-info-300 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #0dbdff;
}

.series-c-info-300.opacity-75 .ct-series.ct-series-c .ct-area {
    fill: #0dbdff;
    fill-opacity: 0.65;
}

.series-c-info-300.opacity-75 .ct-series.ct-series-c .ct-line {
    stroke: #0dbdff;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-c-info-300.opacity-75 .ct-series.ct-series-c .ct-point {
    stroke: #0dbdff;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-c-info-300.opacity-75 .ct-series.ct-series-c .ct-bar {
    stroke: #0dbdff;
    stroke-opacity: 0.75;
}

.series-c-info-300.opacity-75 .ct-series.ct-series-c .ct-slice-pie {
    fill: #0dbdff;
    fill-opacity: 0.75;
}

.series-c-info-300.opacity-75 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #0dbdff;
    stroke-opacity: 0.75;
}

.series-c-info-400 .ct-series.ct-series-c .ct-area {
    fill: #00b7fc;
}

.series-c-info-400 .ct-series.ct-series-c .ct-line {
    stroke: #00b7fc;
    stroke-width: 3px;
}

.series-c-info-400 .ct-series.ct-series-c .ct-point {
    stroke: #00b7fc;
    stroke-width: 6px;
}

.series-c-info-400 .ct-series.ct-series-c .ct-bar {
    stroke: #00b7fc;
}

.series-c-info-400 .ct-series.ct-series-c .ct-slice-pie {
    fill: #00b7fc;
}

.series-c-info-400 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #00b7fc;
}

.series-c-info-400.opacity-75 .ct-series.ct-series-c .ct-area {
    fill: #00b7fc;
    fill-opacity: 0.65;
}

.series-c-info-400.opacity-75 .ct-series.ct-series-c .ct-line {
    stroke: #00b7fc;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-c-info-400.opacity-75 .ct-series.ct-series-c .ct-point {
    stroke: #00b7fc;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-c-info-400.opacity-75 .ct-series.ct-series-c .ct-bar {
    stroke: #00b7fc;
    stroke-opacity: 0.75;
}

.series-c-info-400.opacity-75 .ct-series.ct-series-c .ct-slice-pie {
    fill: #00b7fc;
    fill-opacity: 0.75;
}

.series-c-info-400.opacity-75 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #00b7fc;
    stroke-opacity: 0.75;
}

.series-c-info-500 .ct-series.ct-series-c .ct-area {
    fill: #00aced;
}

.series-c-info-500 .ct-series.ct-series-c .ct-line {
    stroke: #00aced;
    stroke-width: 3px;
}

.series-c-info-500 .ct-series.ct-series-c .ct-point {
    stroke: #00aced;
    stroke-width: 6px;
}

.series-c-info-500 .ct-series.ct-series-c .ct-bar {
    stroke: #00aced;
}

.series-c-info-500 .ct-series.ct-series-c .ct-slice-pie {
    fill: #00aced;
}

.series-c-info-500 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #00aced;
}

.series-c-info-500.opacity-75 .ct-series.ct-series-c .ct-area {
    fill: #00aced;
    fill-opacity: 0.65;
}

.series-c-info-500.opacity-75 .ct-series.ct-series-c .ct-line {
    stroke: #00aced;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-c-info-500.opacity-75 .ct-series.ct-series-c .ct-point {
    stroke: #00aced;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-c-info-500.opacity-75 .ct-series.ct-series-c .ct-bar {
    stroke: #00aced;
    stroke-opacity: 0.75;
}

.series-c-info-500.opacity-75 .ct-series.ct-series-c .ct-slice-pie {
    fill: #00aced;
    fill-opacity: 0.75;
}

.series-c-info-500.opacity-75 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #00aced;
    stroke-opacity: 0.75;
}

.series-c-info-600 .ct-series.ct-series-c .ct-area {
    fill: #00a1de;
}

.series-c-info-600 .ct-series.ct-series-c .ct-line {
    stroke: #00a1de;
    stroke-width: 3px;
}

.series-c-info-600 .ct-series.ct-series-c .ct-point {
    stroke: #00a1de;
    stroke-width: 6px;
}

.series-c-info-600 .ct-series.ct-series-c .ct-bar {
    stroke: #00a1de;
}

.series-c-info-600 .ct-series.ct-series-c .ct-slice-pie {
    fill: #00a1de;
}

.series-c-info-600 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #00a1de;
}

.series-c-info-600.opacity-75 .ct-series.ct-series-c .ct-area {
    fill: #00a1de;
    fill-opacity: 0.65;
}

.series-c-info-600.opacity-75 .ct-series.ct-series-c .ct-line {
    stroke: #00a1de;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-c-info-600.opacity-75 .ct-series.ct-series-c .ct-point {
    stroke: #00a1de;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-c-info-600.opacity-75 .ct-series.ct-series-c .ct-bar {
    stroke: #00a1de;
    stroke-opacity: 0.75;
}

.series-c-info-600.opacity-75 .ct-series.ct-series-c .ct-slice-pie {
    fill: #00a1de;
    fill-opacity: 0.75;
}

.series-c-info-600.opacity-75 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #00a1de;
    stroke-opacity: 0.75;
}

.series-c-info-700 .ct-series.ct-series-c .ct-area {
    fill: #0096ce;
}

.series-c-info-700 .ct-series.ct-series-c .ct-line {
    stroke: #0096ce;
    stroke-width: 3px;
}

.series-c-info-700 .ct-series.ct-series-c .ct-point {
    stroke: #0096ce;
    stroke-width: 6px;
}

.series-c-info-700 .ct-series.ct-series-c .ct-bar {
    stroke: #0096ce;
}

.series-c-info-700 .ct-series.ct-series-c .ct-slice-pie {
    fill: #0096ce;
}

.series-c-info-700 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #0096ce;
}

.series-c-info-700.opacity-75 .ct-series.ct-series-c .ct-area {
    fill: #0096ce;
    fill-opacity: 0.65;
}

.series-c-info-700.opacity-75 .ct-series.ct-series-c .ct-line {
    stroke: #0096ce;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-c-info-700.opacity-75 .ct-series.ct-series-c .ct-point {
    stroke: #0096ce;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-c-info-700.opacity-75 .ct-series.ct-series-c .ct-bar {
    stroke: #0096ce;
    stroke-opacity: 0.75;
}

.series-c-info-700.opacity-75 .ct-series.ct-series-c .ct-slice-pie {
    fill: #0096ce;
    fill-opacity: 0.75;
}

.series-c-info-700.opacity-75 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #0096ce;
    stroke-opacity: 0.75;
}

.series-c-info-800 .ct-series.ct-series-c .ct-area {
    fill: #008bbf;
}

.series-c-info-800 .ct-series.ct-series-c .ct-line {
    stroke: #008bbf;
    stroke-width: 3px;
}

.series-c-info-800 .ct-series.ct-series-c .ct-point {
    stroke: #008bbf;
    stroke-width: 6px;
}

.series-c-info-800 .ct-series.ct-series-c .ct-bar {
    stroke: #008bbf;
}

.series-c-info-800 .ct-series.ct-series-c .ct-slice-pie {
    fill: #008bbf;
}

.series-c-info-800 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #008bbf;
}

.series-c-info-800.opacity-75 .ct-series.ct-series-c .ct-area {
    fill: #008bbf;
    fill-opacity: 0.65;
}

.series-c-info-800.opacity-75 .ct-series.ct-series-c .ct-line {
    stroke: #008bbf;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-c-info-800.opacity-75 .ct-series.ct-series-c .ct-point {
    stroke: #008bbf;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-c-info-800.opacity-75 .ct-series.ct-series-c .ct-bar {
    stroke: #008bbf;
    stroke-opacity: 0.75;
}

.series-c-info-800.opacity-75 .ct-series.ct-series-c .ct-slice-pie {
    fill: #008bbf;
    fill-opacity: 0.75;
}

.series-c-info-800.opacity-75 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #008bbf;
    stroke-opacity: 0.75;
}

.series-c-info-900 .ct-series.ct-series-c .ct-area {
    fill: #0080b0;
}

.series-c-info-900 .ct-series.ct-series-c .ct-line {
    stroke: #0080b0;
    stroke-width: 3px;
}

.series-c-info-900 .ct-series.ct-series-c .ct-point {
    stroke: #0080b0;
    stroke-width: 6px;
}

.series-c-info-900 .ct-series.ct-series-c .ct-bar {
    stroke: #0080b0;
}

.series-c-info-900 .ct-series.ct-series-c .ct-slice-pie {
    fill: #0080b0;
}

.series-c-info-900 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #0080b0;
}

.series-c-info-900.opacity-75 .ct-series.ct-series-c .ct-area {
    fill: #0080b0;
    fill-opacity: 0.65;
}

.series-c-info-900.opacity-75 .ct-series.ct-series-c .ct-line {
    stroke: #0080b0;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-c-info-900.opacity-75 .ct-series.ct-series-c .ct-point {
    stroke: #0080b0;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-c-info-900.opacity-75 .ct-series.ct-series-c .ct-bar {
    stroke: #0080b0;
    stroke-opacity: 0.75;
}

.series-c-info-900.opacity-75 .ct-series.ct-series-c .ct-slice-pie {
    fill: #0080b0;
    fill-opacity: 0.75;
}

.series-c-info-900.opacity-75 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #0080b0;
    stroke-opacity: 0.75;
}

.series-c-warning .ct-series.ct-series-c .ct-area {
    fill: #f0ad4e;
}

.series-c-warning .ct-series.ct-series-c .ct-line {
    stroke: #f0ad4e;
    stroke-width: 3px;
}

.series-c-warning .ct-series.ct-series-c .ct-point {
    stroke: #f0ad4e;
    stroke-width: 6px;
}

.series-c-warning .ct-series.ct-series-c .ct-bar {
    stroke: #f0ad4e;
}

.series-c-warning .ct-series.ct-series-c .ct-slice-pie {
    fill: #f0ad4e;
}

.series-c-warning .ct-series.ct-series-c .ct-slice-donut {
    stroke: #f0ad4e;
}

.series-c-warning.opacity-75 .ct-series.ct-series-c .ct-area {
    fill: #f0ad4e;
    fill-opacity: 0.65;
}

.series-c-warning.opacity-75 .ct-series.ct-series-c .ct-line {
    stroke: #f0ad4e;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-c-warning.opacity-75 .ct-series.ct-series-c .ct-point {
    stroke: #f0ad4e;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-c-warning.opacity-75 .ct-series.ct-series-c .ct-bar {
    stroke: #f0ad4e;
    stroke-opacity: 0.75;
}

.series-c-warning.opacity-75 .ct-series.ct-series-c .ct-slice-pie {
    fill: #f0ad4e;
    fill-opacity: 0.75;
}

.series-c-warning.opacity-75 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #f0ad4e;
    stroke-opacity: 0.75;
}

.series-c-warning-100 .ct-series.ct-series-c .ct-area {
    fill: #f5c786;
}

.series-c-warning-100 .ct-series.ct-series-c .ct-line {
    stroke: #f5c786;
    stroke-width: 3px;
}

.series-c-warning-100 .ct-series.ct-series-c .ct-point {
    stroke: #f5c786;
    stroke-width: 6px;
}

.series-c-warning-100 .ct-series.ct-series-c .ct-bar {
    stroke: #f5c786;
}

.series-c-warning-100 .ct-series.ct-series-c .ct-slice-pie {
    fill: #f5c786;
}

.series-c-warning-100 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #f5c786;
}

.series-c-warning-100.opacity-75 .ct-series.ct-series-c .ct-area {
    fill: #f5c786;
    fill-opacity: 0.65;
}

.series-c-warning-100.opacity-75 .ct-series.ct-series-c .ct-line {
    stroke: #f5c786;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-c-warning-100.opacity-75 .ct-series.ct-series-c .ct-point {
    stroke: #f5c786;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-c-warning-100.opacity-75 .ct-series.ct-series-c .ct-bar {
    stroke: #f5c786;
    stroke-opacity: 0.75;
}

.series-c-warning-100.opacity-75 .ct-series.ct-series-c .ct-slice-pie {
    fill: #f5c786;
    fill-opacity: 0.75;
}

.series-c-warning-100.opacity-75 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #f5c786;
    stroke-opacity: 0.75;
}

.series-c-warning-200 .ct-series.ct-series-c .ct-area {
    fill: #f4c178;
}

.series-c-warning-200 .ct-series.ct-series-c .ct-line {
    stroke: #f4c178;
    stroke-width: 3px;
}

.series-c-warning-200 .ct-series.ct-series-c .ct-point {
    stroke: #f4c178;
    stroke-width: 6px;
}

.series-c-warning-200 .ct-series.ct-series-c .ct-bar {
    stroke: #f4c178;
}

.series-c-warning-200 .ct-series.ct-series-c .ct-slice-pie {
    fill: #f4c178;
}

.series-c-warning-200 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #f4c178;
}

.series-c-warning-200.opacity-75 .ct-series.ct-series-c .ct-area {
    fill: #f4c178;
    fill-opacity: 0.65;
}

.series-c-warning-200.opacity-75 .ct-series.ct-series-c .ct-line {
    stroke: #f4c178;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-c-warning-200.opacity-75 .ct-series.ct-series-c .ct-point {
    stroke: #f4c178;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-c-warning-200.opacity-75 .ct-series.ct-series-c .ct-bar {
    stroke: #f4c178;
    stroke-opacity: 0.75;
}

.series-c-warning-200.opacity-75 .ct-series.ct-series-c .ct-slice-pie {
    fill: #f4c178;
    fill-opacity: 0.75;
}

.series-c-warning-200.opacity-75 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #f4c178;
    stroke-opacity: 0.75;
}

.series-c-warning-300 .ct-series.ct-series-c .ct-area {
    fill: #f2ba6a;
}

.series-c-warning-300 .ct-series.ct-series-c .ct-line {
    stroke: #f2ba6a;
    stroke-width: 3px;
}

.series-c-warning-300 .ct-series.ct-series-c .ct-point {
    stroke: #f2ba6a;
    stroke-width: 6px;
}

.series-c-warning-300 .ct-series.ct-series-c .ct-bar {
    stroke: #f2ba6a;
}

.series-c-warning-300 .ct-series.ct-series-c .ct-slice-pie {
    fill: #f2ba6a;
}

.series-c-warning-300 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #f2ba6a;
}

.series-c-warning-300.opacity-75 .ct-series.ct-series-c .ct-area {
    fill: #f2ba6a;
    fill-opacity: 0.65;
}

.series-c-warning-300.opacity-75 .ct-series.ct-series-c .ct-line {
    stroke: #f2ba6a;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-c-warning-300.opacity-75 .ct-series.ct-series-c .ct-point {
    stroke: #f2ba6a;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-c-warning-300.opacity-75 .ct-series.ct-series-c .ct-bar {
    stroke: #f2ba6a;
    stroke-opacity: 0.75;
}

.series-c-warning-300.opacity-75 .ct-series.ct-series-c .ct-slice-pie {
    fill: #f2ba6a;
    fill-opacity: 0.75;
}

.series-c-warning-300.opacity-75 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #f2ba6a;
    stroke-opacity: 0.75;
}

.series-c-warning-400 .ct-series.ct-series-c .ct-area {
    fill: #f1b45c;
}

.series-c-warning-400 .ct-series.ct-series-c .ct-line {
    stroke: #f1b45c;
    stroke-width: 3px;
}

.series-c-warning-400 .ct-series.ct-series-c .ct-point {
    stroke: #f1b45c;
    stroke-width: 6px;
}

.series-c-warning-400 .ct-series.ct-series-c .ct-bar {
    stroke: #f1b45c;
}

.series-c-warning-400 .ct-series.ct-series-c .ct-slice-pie {
    fill: #f1b45c;
}

.series-c-warning-400 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #f1b45c;
}

.series-c-warning-400.opacity-75 .ct-series.ct-series-c .ct-area {
    fill: #f1b45c;
    fill-opacity: 0.65;
}

.series-c-warning-400.opacity-75 .ct-series.ct-series-c .ct-line {
    stroke: #f1b45c;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-c-warning-400.opacity-75 .ct-series.ct-series-c .ct-point {
    stroke: #f1b45c;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-c-warning-400.opacity-75 .ct-series.ct-series-c .ct-bar {
    stroke: #f1b45c;
    stroke-opacity: 0.75;
}

.series-c-warning-400.opacity-75 .ct-series.ct-series-c .ct-slice-pie {
    fill: #f1b45c;
    fill-opacity: 0.75;
}

.series-c-warning-400.opacity-75 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #f1b45c;
    stroke-opacity: 0.75;
}

.series-c-warning-500 .ct-series.ct-series-c .ct-area {
    fill: #f0ad4e;
}

.series-c-warning-500 .ct-series.ct-series-c .ct-line {
    stroke: #f0ad4e;
    stroke-width: 3px;
}

.series-c-warning-500 .ct-series.ct-series-c .ct-point {
    stroke: #f0ad4e;
    stroke-width: 6px;
}

.series-c-warning-500 .ct-series.ct-series-c .ct-bar {
    stroke: #f0ad4e;
}

.series-c-warning-500 .ct-series.ct-series-c .ct-slice-pie {
    fill: #f0ad4e;
}

.series-c-warning-500 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #f0ad4e;
}

.series-c-warning-500.opacity-75 .ct-series.ct-series-c .ct-area {
    fill: #f0ad4e;
    fill-opacity: 0.65;
}

.series-c-warning-500.opacity-75 .ct-series.ct-series-c .ct-line {
    stroke: #f0ad4e;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-c-warning-500.opacity-75 .ct-series.ct-series-c .ct-point {
    stroke: #f0ad4e;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-c-warning-500.opacity-75 .ct-series.ct-series-c .ct-bar {
    stroke: #f0ad4e;
    stroke-opacity: 0.75;
}

.series-c-warning-500.opacity-75 .ct-series.ct-series-c .ct-slice-pie {
    fill: #f0ad4e;
    fill-opacity: 0.75;
}

.series-c-warning-500.opacity-75 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #f0ad4e;
    stroke-opacity: 0.75;
}

.series-c-warning-600 .ct-series.ct-series-c .ct-area {
    fill: #efa640;
}

.series-c-warning-600 .ct-series.ct-series-c .ct-line {
    stroke: #efa640;
    stroke-width: 3px;
}

.series-c-warning-600 .ct-series.ct-series-c .ct-point {
    stroke: #efa640;
    stroke-width: 6px;
}

.series-c-warning-600 .ct-series.ct-series-c .ct-bar {
    stroke: #efa640;
}

.series-c-warning-600 .ct-series.ct-series-c .ct-slice-pie {
    fill: #efa640;
}

.series-c-warning-600 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #efa640;
}

.series-c-warning-600.opacity-75 .ct-series.ct-series-c .ct-area {
    fill: #efa640;
    fill-opacity: 0.65;
}

.series-c-warning-600.opacity-75 .ct-series.ct-series-c .ct-line {
    stroke: #efa640;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-c-warning-600.opacity-75 .ct-series.ct-series-c .ct-point {
    stroke: #efa640;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-c-warning-600.opacity-75 .ct-series.ct-series-c .ct-bar {
    stroke: #efa640;
    stroke-opacity: 0.75;
}

.series-c-warning-600.opacity-75 .ct-series.ct-series-c .ct-slice-pie {
    fill: #efa640;
    fill-opacity: 0.75;
}

.series-c-warning-600.opacity-75 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #efa640;
    stroke-opacity: 0.75;
}

.series-c-warning-700 .ct-series.ct-series-c .ct-area {
    fill: #eea032;
}

.series-c-warning-700 .ct-series.ct-series-c .ct-line {
    stroke: #eea032;
    stroke-width: 3px;
}

.series-c-warning-700 .ct-series.ct-series-c .ct-point {
    stroke: #eea032;
    stroke-width: 6px;
}

.series-c-warning-700 .ct-series.ct-series-c .ct-bar {
    stroke: #eea032;
}

.series-c-warning-700 .ct-series.ct-series-c .ct-slice-pie {
    fill: #eea032;
}

.series-c-warning-700 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #eea032;
}

.series-c-warning-700.opacity-75 .ct-series.ct-series-c .ct-area {
    fill: #eea032;
    fill-opacity: 0.65;
}

.series-c-warning-700.opacity-75 .ct-series.ct-series-c .ct-line {
    stroke: #eea032;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-c-warning-700.opacity-75 .ct-series.ct-series-c .ct-point {
    stroke: #eea032;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-c-warning-700.opacity-75 .ct-series.ct-series-c .ct-bar {
    stroke: #eea032;
    stroke-opacity: 0.75;
}

.series-c-warning-700.opacity-75 .ct-series.ct-series-c .ct-slice-pie {
    fill: #eea032;
    fill-opacity: 0.75;
}

.series-c-warning-700.opacity-75 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #eea032;
    stroke-opacity: 0.75;
}

.series-c-warning-800 .ct-series.ct-series-c .ct-area {
    fill: #ec9924;
}

.series-c-warning-800 .ct-series.ct-series-c .ct-line {
    stroke: #ec9924;
    stroke-width: 3px;
}

.series-c-warning-800 .ct-series.ct-series-c .ct-point {
    stroke: #ec9924;
    stroke-width: 6px;
}

.series-c-warning-800 .ct-series.ct-series-c .ct-bar {
    stroke: #ec9924;
}

.series-c-warning-800 .ct-series.ct-series-c .ct-slice-pie {
    fill: #ec9924;
}

.series-c-warning-800 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #ec9924;
}

.series-c-warning-800.opacity-75 .ct-series.ct-series-c .ct-area {
    fill: #ec9924;
    fill-opacity: 0.65;
}

.series-c-warning-800.opacity-75 .ct-series.ct-series-c .ct-line {
    stroke: #ec9924;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-c-warning-800.opacity-75 .ct-series.ct-series-c .ct-point {
    stroke: #ec9924;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-c-warning-800.opacity-75 .ct-series.ct-series-c .ct-bar {
    stroke: #ec9924;
    stroke-opacity: 0.75;
}

.series-c-warning-800.opacity-75 .ct-series.ct-series-c .ct-slice-pie {
    fill: #ec9924;
    fill-opacity: 0.75;
}

.series-c-warning-800.opacity-75 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #ec9924;
    stroke-opacity: 0.75;
}

.series-c-warning-900 .ct-series.ct-series-c .ct-area {
    fill: #eb9316;
}

.series-c-warning-900 .ct-series.ct-series-c .ct-line {
    stroke: #eb9316;
    stroke-width: 3px;
}

.series-c-warning-900 .ct-series.ct-series-c .ct-point {
    stroke: #eb9316;
    stroke-width: 6px;
}

.series-c-warning-900 .ct-series.ct-series-c .ct-bar {
    stroke: #eb9316;
}

.series-c-warning-900 .ct-series.ct-series-c .ct-slice-pie {
    fill: #eb9316;
}

.series-c-warning-900 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #eb9316;
}

.series-c-warning-900.opacity-75 .ct-series.ct-series-c .ct-area {
    fill: #eb9316;
    fill-opacity: 0.65;
}

.series-c-warning-900.opacity-75 .ct-series.ct-series-c .ct-line {
    stroke: #eb9316;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-c-warning-900.opacity-75 .ct-series.ct-series-c .ct-point {
    stroke: #eb9316;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-c-warning-900.opacity-75 .ct-series.ct-series-c .ct-bar {
    stroke: #eb9316;
    stroke-opacity: 0.75;
}

.series-c-warning-900.opacity-75 .ct-series.ct-series-c .ct-slice-pie {
    fill: #eb9316;
    fill-opacity: 0.75;
}

.series-c-warning-900.opacity-75 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #eb9316;
    stroke-opacity: 0.75;
}

.series-c-success .ct-series.ct-series-c .ct-area {
    fill: #5cb85c;
}

.series-c-success .ct-series.ct-series-c .ct-line {
    stroke: #5cb85c;
    stroke-width: 3px;
}

.series-c-success .ct-series.ct-series-c .ct-point {
    stroke: #5cb85c;
    stroke-width: 6px;
}

.series-c-success .ct-series.ct-series-c .ct-bar {
    stroke: #5cb85c;
}

.series-c-success .ct-series.ct-series-c .ct-slice-pie {
    fill: #5cb85c;
}

.series-c-success .ct-series.ct-series-c .ct-slice-donut {
    stroke: #5cb85c;
}

.series-c-success.opacity-75 .ct-series.ct-series-c .ct-area {
    fill: #5cb85c;
    fill-opacity: 0.65;
}

.series-c-success.opacity-75 .ct-series.ct-series-c .ct-line {
    stroke: #5cb85c;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-c-success.opacity-75 .ct-series.ct-series-c .ct-point {
    stroke: #5cb85c;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-c-success.opacity-75 .ct-series.ct-series-c .ct-bar {
    stroke: #5cb85c;
    stroke-opacity: 0.75;
}

.series-c-success.opacity-75 .ct-series.ct-series-c .ct-slice-pie {
    fill: #5cb85c;
    fill-opacity: 0.75;
}

.series-c-success.opacity-75 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #5cb85c;
    stroke-opacity: 0.75;
}

.series-c-success-100 .ct-series.ct-series-c .ct-area {
    fill: #87cb87;
}

.series-c-success-100 .ct-series.ct-series-c .ct-line {
    stroke: #87cb87;
    stroke-width: 3px;
}

.series-c-success-100 .ct-series.ct-series-c .ct-point {
    stroke: #87cb87;
    stroke-width: 6px;
}

.series-c-success-100 .ct-series.ct-series-c .ct-bar {
    stroke: #87cb87;
}

.series-c-success-100 .ct-series.ct-series-c .ct-slice-pie {
    fill: #87cb87;
}

.series-c-success-100 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #87cb87;
}

.series-c-success-100.opacity-75 .ct-series.ct-series-c .ct-area {
    fill: #87cb87;
    fill-opacity: 0.65;
}

.series-c-success-100.opacity-75 .ct-series.ct-series-c .ct-line {
    stroke: #87cb87;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-c-success-100.opacity-75 .ct-series.ct-series-c .ct-point {
    stroke: #87cb87;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-c-success-100.opacity-75 .ct-series.ct-series-c .ct-bar {
    stroke: #87cb87;
    stroke-opacity: 0.75;
}

.series-c-success-100.opacity-75 .ct-series.ct-series-c .ct-slice-pie {
    fill: #87cb87;
    fill-opacity: 0.75;
}

.series-c-success-100.opacity-75 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #87cb87;
    stroke-opacity: 0.75;
}

.series-c-success-200 .ct-series.ct-series-c .ct-area {
    fill: #7cc67c;
}

.series-c-success-200 .ct-series.ct-series-c .ct-line {
    stroke: #7cc67c;
    stroke-width: 3px;
}

.series-c-success-200 .ct-series.ct-series-c .ct-point {
    stroke: #7cc67c;
    stroke-width: 6px;
}

.series-c-success-200 .ct-series.ct-series-c .ct-bar {
    stroke: #7cc67c;
}

.series-c-success-200 .ct-series.ct-series-c .ct-slice-pie {
    fill: #7cc67c;
}

.series-c-success-200 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #7cc67c;
}

.series-c-success-200.opacity-75 .ct-series.ct-series-c .ct-area {
    fill: #7cc67c;
    fill-opacity: 0.65;
}

.series-c-success-200.opacity-75 .ct-series.ct-series-c .ct-line {
    stroke: #7cc67c;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-c-success-200.opacity-75 .ct-series.ct-series-c .ct-point {
    stroke: #7cc67c;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-c-success-200.opacity-75 .ct-series.ct-series-c .ct-bar {
    stroke: #7cc67c;
    stroke-opacity: 0.75;
}

.series-c-success-200.opacity-75 .ct-series.ct-series-c .ct-slice-pie {
    fill: #7cc67c;
    fill-opacity: 0.75;
}

.series-c-success-200.opacity-75 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #7cc67c;
    stroke-opacity: 0.75;
}

.series-c-success-300 .ct-series.ct-series-c .ct-area {
    fill: #71c171;
}

.series-c-success-300 .ct-series.ct-series-c .ct-line {
    stroke: #71c171;
    stroke-width: 3px;
}

.series-c-success-300 .ct-series.ct-series-c .ct-point {
    stroke: #71c171;
    stroke-width: 6px;
}

.series-c-success-300 .ct-series.ct-series-c .ct-bar {
    stroke: #71c171;
}

.series-c-success-300 .ct-series.ct-series-c .ct-slice-pie {
    fill: #71c171;
}

.series-c-success-300 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #71c171;
}

.series-c-success-300.opacity-75 .ct-series.ct-series-c .ct-area {
    fill: #71c171;
    fill-opacity: 0.65;
}

.series-c-success-300.opacity-75 .ct-series.ct-series-c .ct-line {
    stroke: #71c171;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-c-success-300.opacity-75 .ct-series.ct-series-c .ct-point {
    stroke: #71c171;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-c-success-300.opacity-75 .ct-series.ct-series-c .ct-bar {
    stroke: #71c171;
    stroke-opacity: 0.75;
}

.series-c-success-300.opacity-75 .ct-series.ct-series-c .ct-slice-pie {
    fill: #71c171;
    fill-opacity: 0.75;
}

.series-c-success-300.opacity-75 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #71c171;
    stroke-opacity: 0.75;
}

.series-c-success-400 .ct-series.ct-series-c .ct-area {
    fill: #67bd67;
}

.series-c-success-400 .ct-series.ct-series-c .ct-line {
    stroke: #67bd67;
    stroke-width: 3px;
}

.series-c-success-400 .ct-series.ct-series-c .ct-point {
    stroke: #67bd67;
    stroke-width: 6px;
}

.series-c-success-400 .ct-series.ct-series-c .ct-bar {
    stroke: #67bd67;
}

.series-c-success-400 .ct-series.ct-series-c .ct-slice-pie {
    fill: #67bd67;
}

.series-c-success-400 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #67bd67;
}

.series-c-success-400.opacity-75 .ct-series.ct-series-c .ct-area {
    fill: #67bd67;
    fill-opacity: 0.65;
}

.series-c-success-400.opacity-75 .ct-series.ct-series-c .ct-line {
    stroke: #67bd67;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-c-success-400.opacity-75 .ct-series.ct-series-c .ct-point {
    stroke: #67bd67;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-c-success-400.opacity-75 .ct-series.ct-series-c .ct-bar {
    stroke: #67bd67;
    stroke-opacity: 0.75;
}

.series-c-success-400.opacity-75 .ct-series.ct-series-c .ct-slice-pie {
    fill: #67bd67;
    fill-opacity: 0.75;
}

.series-c-success-400.opacity-75 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #67bd67;
    stroke-opacity: 0.75;
}

.series-c-success-500 .ct-series.ct-series-c .ct-area {
    fill: #5cb85c;
}

.series-c-success-500 .ct-series.ct-series-c .ct-line {
    stroke: #5cb85c;
    stroke-width: 3px;
}

.series-c-success-500 .ct-series.ct-series-c .ct-point {
    stroke: #5cb85c;
    stroke-width: 6px;
}

.series-c-success-500 .ct-series.ct-series-c .ct-bar {
    stroke: #5cb85c;
}

.series-c-success-500 .ct-series.ct-series-c .ct-slice-pie {
    fill: #5cb85c;
}

.series-c-success-500 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #5cb85c;
}

.series-c-success-500.opacity-75 .ct-series.ct-series-c .ct-area {
    fill: #5cb85c;
    fill-opacity: 0.65;
}

.series-c-success-500.opacity-75 .ct-series.ct-series-c .ct-line {
    stroke: #5cb85c;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-c-success-500.opacity-75 .ct-series.ct-series-c .ct-point {
    stroke: #5cb85c;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-c-success-500.opacity-75 .ct-series.ct-series-c .ct-bar {
    stroke: #5cb85c;
    stroke-opacity: 0.75;
}

.series-c-success-500.opacity-75 .ct-series.ct-series-c .ct-slice-pie {
    fill: #5cb85c;
    fill-opacity: 0.75;
}

.series-c-success-500.opacity-75 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #5cb85c;
    stroke-opacity: 0.75;
}

.series-c-success-600 .ct-series.ct-series-c .ct-area {
    fill: #51b351;
}

.series-c-success-600 .ct-series.ct-series-c .ct-line {
    stroke: #51b351;
    stroke-width: 3px;
}

.series-c-success-600 .ct-series.ct-series-c .ct-point {
    stroke: #51b351;
    stroke-width: 6px;
}

.series-c-success-600 .ct-series.ct-series-c .ct-bar {
    stroke: #51b351;
}

.series-c-success-600 .ct-series.ct-series-c .ct-slice-pie {
    fill: #51b351;
}

.series-c-success-600 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #51b351;
}

.series-c-success-600.opacity-75 .ct-series.ct-series-c .ct-area {
    fill: #51b351;
    fill-opacity: 0.65;
}

.series-c-success-600.opacity-75 .ct-series.ct-series-c .ct-line {
    stroke: #51b351;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-c-success-600.opacity-75 .ct-series.ct-series-c .ct-point {
    stroke: #51b351;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-c-success-600.opacity-75 .ct-series.ct-series-c .ct-bar {
    stroke: #51b351;
    stroke-opacity: 0.75;
}

.series-c-success-600.opacity-75 .ct-series.ct-series-c .ct-slice-pie {
    fill: #51b351;
    fill-opacity: 0.75;
}

.series-c-success-600.opacity-75 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #51b351;
    stroke-opacity: 0.75;
}

.series-c-success-700 .ct-series.ct-series-c .ct-area {
    fill: #4aab4a;
}

.series-c-success-700 .ct-series.ct-series-c .ct-line {
    stroke: #4aab4a;
    stroke-width: 3px;
}

.series-c-success-700 .ct-series.ct-series-c .ct-point {
    stroke: #4aab4a;
    stroke-width: 6px;
}

.series-c-success-700 .ct-series.ct-series-c .ct-bar {
    stroke: #4aab4a;
}

.series-c-success-700 .ct-series.ct-series-c .ct-slice-pie {
    fill: #4aab4a;
}

.series-c-success-700 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #4aab4a;
}

.series-c-success-700.opacity-75 .ct-series.ct-series-c .ct-area {
    fill: #4aab4a;
    fill-opacity: 0.65;
}

.series-c-success-700.opacity-75 .ct-series.ct-series-c .ct-line {
    stroke: #4aab4a;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-c-success-700.opacity-75 .ct-series.ct-series-c .ct-point {
    stroke: #4aab4a;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-c-success-700.opacity-75 .ct-series.ct-series-c .ct-bar {
    stroke: #4aab4a;
    stroke-opacity: 0.75;
}

.series-c-success-700.opacity-75 .ct-series.ct-series-c .ct-slice-pie {
    fill: #4aab4a;
    fill-opacity: 0.75;
}

.series-c-success-700.opacity-75 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #4aab4a;
    stroke-opacity: 0.75;
}

.series-c-success-800 .ct-series.ct-series-c .ct-area {
    fill: #46a046;
}

.series-c-success-800 .ct-series.ct-series-c .ct-line {
    stroke: #46a046;
    stroke-width: 3px;
}

.series-c-success-800 .ct-series.ct-series-c .ct-point {
    stroke: #46a046;
    stroke-width: 6px;
}

.series-c-success-800 .ct-series.ct-series-c .ct-bar {
    stroke: #46a046;
}

.series-c-success-800 .ct-series.ct-series-c .ct-slice-pie {
    fill: #46a046;
}

.series-c-success-800 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #46a046;
}

.series-c-success-800.opacity-75 .ct-series.ct-series-c .ct-area {
    fill: #46a046;
    fill-opacity: 0.65;
}

.series-c-success-800.opacity-75 .ct-series.ct-series-c .ct-line {
    stroke: #46a046;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-c-success-800.opacity-75 .ct-series.ct-series-c .ct-point {
    stroke: #46a046;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-c-success-800.opacity-75 .ct-series.ct-series-c .ct-bar {
    stroke: #46a046;
    stroke-opacity: 0.75;
}

.series-c-success-800.opacity-75 .ct-series.ct-series-c .ct-slice-pie {
    fill: #46a046;
    fill-opacity: 0.75;
}

.series-c-success-800.opacity-75 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #46a046;
    stroke-opacity: 0.75;
}

.series-c-success-900 .ct-series.ct-series-c .ct-area {
    fill: #419641;
}

.series-c-success-900 .ct-series.ct-series-c .ct-line {
    stroke: #419641;
    stroke-width: 3px;
}

.series-c-success-900 .ct-series.ct-series-c .ct-point {
    stroke: #419641;
    stroke-width: 6px;
}

.series-c-success-900 .ct-series.ct-series-c .ct-bar {
    stroke: #419641;
}

.series-c-success-900 .ct-series.ct-series-c .ct-slice-pie {
    fill: #419641;
}

.series-c-success-900 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #419641;
}

.series-c-success-900.opacity-75 .ct-series.ct-series-c .ct-area {
    fill: #419641;
    fill-opacity: 0.65;
}

.series-c-success-900.opacity-75 .ct-series.ct-series-c .ct-line {
    stroke: #419641;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-c-success-900.opacity-75 .ct-series.ct-series-c .ct-point {
    stroke: #419641;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-c-success-900.opacity-75 .ct-series.ct-series-c .ct-bar {
    stroke: #419641;
    stroke-opacity: 0.75;
}

.series-c-success-900.opacity-75 .ct-series.ct-series-c .ct-slice-pie {
    fill: #419641;
    fill-opacity: 0.75;
}

.series-c-success-900.opacity-75 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #419641;
    stroke-opacity: 0.75;
}

.series-c-danger .ct-series.ct-series-c .ct-area {
    fill: #d9534f;
}

.series-c-danger .ct-series.ct-series-c .ct-line {
    stroke: #d9534f;
    stroke-width: 3px;
}

.series-c-danger .ct-series.ct-series-c .ct-point {
    stroke: #d9534f;
    stroke-width: 6px;
}

.series-c-danger .ct-series.ct-series-c .ct-bar {
    stroke: #d9534f;
}

.series-c-danger .ct-series.ct-series-c .ct-slice-pie {
    fill: #d9534f;
}

.series-c-danger .ct-series.ct-series-c .ct-slice-donut {
    stroke: #d9534f;
}

.series-c-danger.opacity-75 .ct-series.ct-series-c .ct-area {
    fill: #d9534f;
    fill-opacity: 0.65;
}

.series-c-danger.opacity-75 .ct-series.ct-series-c .ct-line {
    stroke: #d9534f;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-c-danger.opacity-75 .ct-series.ct-series-c .ct-point {
    stroke: #d9534f;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-c-danger.opacity-75 .ct-series.ct-series-c .ct-bar {
    stroke: #d9534f;
    stroke-opacity: 0.75;
}

.series-c-danger.opacity-75 .ct-series.ct-series-c .ct-slice-pie {
    fill: #d9534f;
    fill-opacity: 0.75;
}

.series-c-danger.opacity-75 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #d9534f;
    stroke-opacity: 0.75;
}

.series-c-danger-100 .ct-series.ct-series-c .ct-area {
    fill: #e48481;
}

.series-c-danger-100 .ct-series.ct-series-c .ct-line {
    stroke: #e48481;
    stroke-width: 3px;
}

.series-c-danger-100 .ct-series.ct-series-c .ct-point {
    stroke: #e48481;
    stroke-width: 6px;
}

.series-c-danger-100 .ct-series.ct-series-c .ct-bar {
    stroke: #e48481;
}

.series-c-danger-100 .ct-series.ct-series-c .ct-slice-pie {
    fill: #e48481;
}

.series-c-danger-100 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #e48481;
}

.series-c-danger-100.opacity-75 .ct-series.ct-series-c .ct-area {
    fill: #e48481;
    fill-opacity: 0.65;
}

.series-c-danger-100.opacity-75 .ct-series.ct-series-c .ct-line {
    stroke: #e48481;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-c-danger-100.opacity-75 .ct-series.ct-series-c .ct-point {
    stroke: #e48481;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-c-danger-100.opacity-75 .ct-series.ct-series-c .ct-bar {
    stroke: #e48481;
    stroke-opacity: 0.75;
}

.series-c-danger-100.opacity-75 .ct-series.ct-series-c .ct-slice-pie {
    fill: #e48481;
    fill-opacity: 0.75;
}

.series-c-danger-100.opacity-75 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #e48481;
    stroke-opacity: 0.75;
}

.series-c-danger-200 .ct-series.ct-series-c .ct-area {
    fill: #e17875;
}

.series-c-danger-200 .ct-series.ct-series-c .ct-line {
    stroke: #e17875;
    stroke-width: 3px;
}

.series-c-danger-200 .ct-series.ct-series-c .ct-point {
    stroke: #e17875;
    stroke-width: 6px;
}

.series-c-danger-200 .ct-series.ct-series-c .ct-bar {
    stroke: #e17875;
}

.series-c-danger-200 .ct-series.ct-series-c .ct-slice-pie {
    fill: #e17875;
}

.series-c-danger-200 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #e17875;
}

.series-c-danger-200.opacity-75 .ct-series.ct-series-c .ct-area {
    fill: #e17875;
    fill-opacity: 0.65;
}

.series-c-danger-200.opacity-75 .ct-series.ct-series-c .ct-line {
    stroke: #e17875;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-c-danger-200.opacity-75 .ct-series.ct-series-c .ct-point {
    stroke: #e17875;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-c-danger-200.opacity-75 .ct-series.ct-series-c .ct-bar {
    stroke: #e17875;
    stroke-opacity: 0.75;
}

.series-c-danger-200.opacity-75 .ct-series.ct-series-c .ct-slice-pie {
    fill: #e17875;
    fill-opacity: 0.75;
}

.series-c-danger-200.opacity-75 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #e17875;
    stroke-opacity: 0.75;
}

.series-c-danger-300 .ct-series.ct-series-c .ct-area {
    fill: #de6c68;
}

.series-c-danger-300 .ct-series.ct-series-c .ct-line {
    stroke: #de6c68;
    stroke-width: 3px;
}

.series-c-danger-300 .ct-series.ct-series-c .ct-point {
    stroke: #de6c68;
    stroke-width: 6px;
}

.series-c-danger-300 .ct-series.ct-series-c .ct-bar {
    stroke: #de6c68;
}

.series-c-danger-300 .ct-series.ct-series-c .ct-slice-pie {
    fill: #de6c68;
}

.series-c-danger-300 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #de6c68;
}

.series-c-danger-300.opacity-75 .ct-series.ct-series-c .ct-area {
    fill: #de6c68;
    fill-opacity: 0.65;
}

.series-c-danger-300.opacity-75 .ct-series.ct-series-c .ct-line {
    stroke: #de6c68;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-c-danger-300.opacity-75 .ct-series.ct-series-c .ct-point {
    stroke: #de6c68;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-c-danger-300.opacity-75 .ct-series.ct-series-c .ct-bar {
    stroke: #de6c68;
    stroke-opacity: 0.75;
}

.series-c-danger-300.opacity-75 .ct-series.ct-series-c .ct-slice-pie {
    fill: #de6c68;
    fill-opacity: 0.75;
}

.series-c-danger-300.opacity-75 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #de6c68;
    stroke-opacity: 0.75;
}

.series-c-danger-400 .ct-series.ct-series-c .ct-area {
    fill: #dc5f5c;
}

.series-c-danger-400 .ct-series.ct-series-c .ct-line {
    stroke: #dc5f5c;
    stroke-width: 3px;
}

.series-c-danger-400 .ct-series.ct-series-c .ct-point {
    stroke: #dc5f5c;
    stroke-width: 6px;
}

.series-c-danger-400 .ct-series.ct-series-c .ct-bar {
    stroke: #dc5f5c;
}

.series-c-danger-400 .ct-series.ct-series-c .ct-slice-pie {
    fill: #dc5f5c;
}

.series-c-danger-400 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #dc5f5c;
}

.series-c-danger-400.opacity-75 .ct-series.ct-series-c .ct-area {
    fill: #dc5f5c;
    fill-opacity: 0.65;
}

.series-c-danger-400.opacity-75 .ct-series.ct-series-c .ct-line {
    stroke: #dc5f5c;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-c-danger-400.opacity-75 .ct-series.ct-series-c .ct-point {
    stroke: #dc5f5c;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-c-danger-400.opacity-75 .ct-series.ct-series-c .ct-bar {
    stroke: #dc5f5c;
    stroke-opacity: 0.75;
}

.series-c-danger-400.opacity-75 .ct-series.ct-series-c .ct-slice-pie {
    fill: #dc5f5c;
    fill-opacity: 0.75;
}

.series-c-danger-400.opacity-75 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #dc5f5c;
    stroke-opacity: 0.75;
}

.series-c-danger-500 .ct-series.ct-series-c .ct-area {
    fill: #d9534f;
}

.series-c-danger-500 .ct-series.ct-series-c .ct-line {
    stroke: #d9534f;
    stroke-width: 3px;
}

.series-c-danger-500 .ct-series.ct-series-c .ct-point {
    stroke: #d9534f;
    stroke-width: 6px;
}

.series-c-danger-500 .ct-series.ct-series-c .ct-bar {
    stroke: #d9534f;
}

.series-c-danger-500 .ct-series.ct-series-c .ct-slice-pie {
    fill: #d9534f;
}

.series-c-danger-500 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #d9534f;
}

.series-c-danger-500.opacity-75 .ct-series.ct-series-c .ct-area {
    fill: #d9534f;
    fill-opacity: 0.65;
}

.series-c-danger-500.opacity-75 .ct-series.ct-series-c .ct-line {
    stroke: #d9534f;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-c-danger-500.opacity-75 .ct-series.ct-series-c .ct-point {
    stroke: #d9534f;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-c-danger-500.opacity-75 .ct-series.ct-series-c .ct-bar {
    stroke: #d9534f;
    stroke-opacity: 0.75;
}

.series-c-danger-500.opacity-75 .ct-series.ct-series-c .ct-slice-pie {
    fill: #d9534f;
    fill-opacity: 0.75;
}

.series-c-danger-500.opacity-75 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #d9534f;
    stroke-opacity: 0.75;
}

.series-c-danger-600 .ct-series.ct-series-c .ct-area {
    fill: #d64742;
}

.series-c-danger-600 .ct-series.ct-series-c .ct-line {
    stroke: #d64742;
    stroke-width: 3px;
}

.series-c-danger-600 .ct-series.ct-series-c .ct-point {
    stroke: #d64742;
    stroke-width: 6px;
}

.series-c-danger-600 .ct-series.ct-series-c .ct-bar {
    stroke: #d64742;
}

.series-c-danger-600 .ct-series.ct-series-c .ct-slice-pie {
    fill: #d64742;
}

.series-c-danger-600 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #d64742;
}

.series-c-danger-600.opacity-75 .ct-series.ct-series-c .ct-area {
    fill: #d64742;
    fill-opacity: 0.65;
}

.series-c-danger-600.opacity-75 .ct-series.ct-series-c .ct-line {
    stroke: #d64742;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-c-danger-600.opacity-75 .ct-series.ct-series-c .ct-point {
    stroke: #d64742;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-c-danger-600.opacity-75 .ct-series.ct-series-c .ct-bar {
    stroke: #d64742;
    stroke-opacity: 0.75;
}

.series-c-danger-600.opacity-75 .ct-series.ct-series-c .ct-slice-pie {
    fill: #d64742;
    fill-opacity: 0.75;
}

.series-c-danger-600.opacity-75 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #d64742;
    stroke-opacity: 0.75;
}

.series-c-danger-700 .ct-series.ct-series-c .ct-area {
    fill: #d43a36;
}

.series-c-danger-700 .ct-series.ct-series-c .ct-line {
    stroke: #d43a36;
    stroke-width: 3px;
}

.series-c-danger-700 .ct-series.ct-series-c .ct-point {
    stroke: #d43a36;
    stroke-width: 6px;
}

.series-c-danger-700 .ct-series.ct-series-c .ct-bar {
    stroke: #d43a36;
}

.series-c-danger-700 .ct-series.ct-series-c .ct-slice-pie {
    fill: #d43a36;
}

.series-c-danger-700 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #d43a36;
}

.series-c-danger-700.opacity-75 .ct-series.ct-series-c .ct-area {
    fill: #d43a36;
    fill-opacity: 0.65;
}

.series-c-danger-700.opacity-75 .ct-series.ct-series-c .ct-line {
    stroke: #d43a36;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-c-danger-700.opacity-75 .ct-series.ct-series-c .ct-point {
    stroke: #d43a36;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-c-danger-700.opacity-75 .ct-series.ct-series-c .ct-bar {
    stroke: #d43a36;
    stroke-opacity: 0.75;
}

.series-c-danger-700.opacity-75 .ct-series.ct-series-c .ct-slice-pie {
    fill: #d43a36;
    fill-opacity: 0.75;
}

.series-c-danger-700.opacity-75 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #d43a36;
    stroke-opacity: 0.75;
}

.series-c-danger-800 .ct-series.ct-series-c .ct-area {
    fill: #ce312c;
}

.series-c-danger-800 .ct-series.ct-series-c .ct-line {
    stroke: #ce312c;
    stroke-width: 3px;
}

.series-c-danger-800 .ct-series.ct-series-c .ct-point {
    stroke: #ce312c;
    stroke-width: 6px;
}

.series-c-danger-800 .ct-series.ct-series-c .ct-bar {
    stroke: #ce312c;
}

.series-c-danger-800 .ct-series.ct-series-c .ct-slice-pie {
    fill: #ce312c;
}

.series-c-danger-800 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #ce312c;
}

.series-c-danger-800.opacity-75 .ct-series.ct-series-c .ct-area {
    fill: #ce312c;
    fill-opacity: 0.65;
}

.series-c-danger-800.opacity-75 .ct-series.ct-series-c .ct-line {
    stroke: #ce312c;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-c-danger-800.opacity-75 .ct-series.ct-series-c .ct-point {
    stroke: #ce312c;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-c-danger-800.opacity-75 .ct-series.ct-series-c .ct-bar {
    stroke: #ce312c;
    stroke-opacity: 0.75;
}

.series-c-danger-800.opacity-75 .ct-series.ct-series-c .ct-slice-pie {
    fill: #ce312c;
    fill-opacity: 0.75;
}

.series-c-danger-800.opacity-75 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #ce312c;
    stroke-opacity: 0.75;
}

.series-c-danger-900 .ct-series.ct-series-c .ct-area {
    fill: #c12e2a;
}

.series-c-danger-900 .ct-series.ct-series-c .ct-line {
    stroke: #c12e2a;
    stroke-width: 3px;
}

.series-c-danger-900 .ct-series.ct-series-c .ct-point {
    stroke: #c12e2a;
    stroke-width: 6px;
}

.series-c-danger-900 .ct-series.ct-series-c .ct-bar {
    stroke: #c12e2a;
}

.series-c-danger-900 .ct-series.ct-series-c .ct-slice-pie {
    fill: #c12e2a;
}

.series-c-danger-900 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #c12e2a;
}

.series-c-danger-900.opacity-75 .ct-series.ct-series-c .ct-area {
    fill: #c12e2a;
    fill-opacity: 0.65;
}

.series-c-danger-900.opacity-75 .ct-series.ct-series-c .ct-line {
    stroke: #c12e2a;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-c-danger-900.opacity-75 .ct-series.ct-series-c .ct-point {
    stroke: #c12e2a;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-c-danger-900.opacity-75 .ct-series.ct-series-c .ct-bar {
    stroke: #c12e2a;
    stroke-opacity: 0.75;
}

.series-c-danger-900.opacity-75 .ct-series.ct-series-c .ct-slice-pie {
    fill: #c12e2a;
    fill-opacity: 0.75;
}

.series-c-danger-900.opacity-75 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #c12e2a;
    stroke-opacity: 0.75;
}

.series-d-white .ct-series.ct-series-d .ct-area {
    fill: #ffffff;
}

.series-d-white .ct-series.ct-series-d .ct-line {
    stroke: #ffffff;
    stroke-width: 3px;
}

.series-d-white .ct-series.ct-series-d .ct-point {
    stroke: #ffffff;
    stroke-width: 6px;
}

.series-d-white .ct-series.ct-series-d .ct-bar {
    stroke: #ffffff;
}

.series-d-white .ct-series.ct-series-d .ct-slice-pie {
    fill: #ffffff;
}

.series-d-white .ct-series.ct-series-d .ct-slice-donut {
    stroke: #ffffff;
}

.series-d-white.opacity-75 .ct-series.ct-series-d .ct-area {
    fill: #ffffff;
    fill-opacity: 0.65;
}

.series-d-white.opacity-75 .ct-series.ct-series-d .ct-line {
    stroke: #ffffff;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-d-white.opacity-75 .ct-series.ct-series-d .ct-point {
    stroke: #ffffff;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-d-white.opacity-75 .ct-series.ct-series-d .ct-bar {
    stroke: #ffffff;
    stroke-opacity: 0.75;
}

.series-d-white.opacity-75 .ct-series.ct-series-d .ct-slice-pie {
    fill: #ffffff;
    fill-opacity: 0.75;
}

.series-d-white.opacity-75 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #ffffff;
    stroke-opacity: 0.75;
}

.series-d-black .ct-series.ct-series-d .ct-area {
    fill: #000000;
}

.series-d-black .ct-series.ct-series-d .ct-line {
    stroke: #000000;
    stroke-width: 3px;
}

.series-d-black .ct-series.ct-series-d .ct-point {
    stroke: #000000;
    stroke-width: 6px;
}

.series-d-black .ct-series.ct-series-d .ct-bar {
    stroke: #000000;
}

.series-d-black .ct-series.ct-series-d .ct-slice-pie {
    fill: #000000;
}

.series-d-black .ct-series.ct-series-d .ct-slice-donut {
    stroke: #000000;
}

.series-d-black.opacity-75 .ct-series.ct-series-d .ct-area {
    fill: #000000;
    fill-opacity: 0.65;
}

.series-d-black.opacity-75 .ct-series.ct-series-d .ct-line {
    stroke: #000000;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-d-black.opacity-75 .ct-series.ct-series-d .ct-point {
    stroke: #000000;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-d-black.opacity-75 .ct-series.ct-series-d .ct-bar {
    stroke: #000000;
    stroke-opacity: 0.75;
}

.series-d-black.opacity-75 .ct-series.ct-series-d .ct-slice-pie {
    fill: #000000;
    fill-opacity: 0.75;
}

.series-d-black.opacity-75 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #000000;
    stroke-opacity: 0.75;
}

.series-d-light .ct-series.ct-series-d .ct-area {
    fill: #f5f5f5;
}

.series-d-light .ct-series.ct-series-d .ct-line {
    stroke: #f5f5f5;
    stroke-width: 3px;
}

.series-d-light .ct-series.ct-series-d .ct-point {
    stroke: #f5f5f5;
    stroke-width: 6px;
}

.series-d-light .ct-series.ct-series-d .ct-bar {
    stroke: #f5f5f5;
}

.series-d-light .ct-series.ct-series-d .ct-slice-pie {
    fill: #f5f5f5;
}

.series-d-light .ct-series.ct-series-d .ct-slice-donut {
    stroke: #f5f5f5;
}

.series-d-light.opacity-75 .ct-series.ct-series-d .ct-area {
    fill: #f5f5f5;
    fill-opacity: 0.65;
}

.series-d-light.opacity-75 .ct-series.ct-series-d .ct-line {
    stroke: #f5f5f5;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-d-light.opacity-75 .ct-series.ct-series-d .ct-point {
    stroke: #f5f5f5;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-d-light.opacity-75 .ct-series.ct-series-d .ct-bar {
    stroke: #f5f5f5;
    stroke-opacity: 0.75;
}

.series-d-light.opacity-75 .ct-series.ct-series-d .ct-slice-pie {
    fill: #f5f5f5;
    fill-opacity: 0.75;
}

.series-d-light.opacity-75 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #f5f5f5;
    stroke-opacity: 0.75;
}

.series-d-dark .ct-series.ct-series-d .ct-area {
    fill: #262932;
}

.series-d-dark .ct-series.ct-series-d .ct-line {
    stroke: #262932;
    stroke-width: 3px;
}

.series-d-dark .ct-series.ct-series-d .ct-point {
    stroke: #262932;
    stroke-width: 6px;
}

.series-d-dark .ct-series.ct-series-d .ct-bar {
    stroke: #262932;
}

.series-d-dark .ct-series.ct-series-d .ct-slice-pie {
    fill: #262932;
}

.series-d-dark .ct-series.ct-series-d .ct-slice-donut {
    stroke: #262932;
}

.series-d-dark.opacity-75 .ct-series.ct-series-d .ct-area {
    fill: #262932;
    fill-opacity: 0.65;
}

.series-d-dark.opacity-75 .ct-series.ct-series-d .ct-line {
    stroke: #262932;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-d-dark.opacity-75 .ct-series.ct-series-d .ct-point {
    stroke: #262932;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-d-dark.opacity-75 .ct-series.ct-series-d .ct-bar {
    stroke: #262932;
    stroke-opacity: 0.75;
}

.series-d-dark.opacity-75 .ct-series.ct-series-d .ct-slice-pie {
    fill: #262932;
    fill-opacity: 0.75;
}

.series-d-dark.opacity-75 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #262932;
    stroke-opacity: 0.75;
}

.series-d-twitter .ct-series.ct-series-d .ct-area {
    fill: #00aced;
}

.series-d-twitter .ct-series.ct-series-d .ct-line {
    stroke: #00aced;
    stroke-width: 3px;
}

.series-d-twitter .ct-series.ct-series-d .ct-point {
    stroke: #00aced;
    stroke-width: 6px;
}

.series-d-twitter .ct-series.ct-series-d .ct-bar {
    stroke: #00aced;
}

.series-d-twitter .ct-series.ct-series-d .ct-slice-pie {
    fill: #00aced;
}

.series-d-twitter .ct-series.ct-series-d .ct-slice-donut {
    stroke: #00aced;
}

.series-d-twitter.opacity-75 .ct-series.ct-series-d .ct-area {
    fill: #00aced;
    fill-opacity: 0.65;
}

.series-d-twitter.opacity-75 .ct-series.ct-series-d .ct-line {
    stroke: #00aced;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-d-twitter.opacity-75 .ct-series.ct-series-d .ct-point {
    stroke: #00aced;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-d-twitter.opacity-75 .ct-series.ct-series-d .ct-bar {
    stroke: #00aced;
    stroke-opacity: 0.75;
}

.series-d-twitter.opacity-75 .ct-series.ct-series-d .ct-slice-pie {
    fill: #00aced;
    fill-opacity: 0.75;
}

.series-d-twitter.opacity-75 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #00aced;
    stroke-opacity: 0.75;
}

.series-d-facebook .ct-series.ct-series-d .ct-area {
    fill: #3b5998;
}

.series-d-facebook .ct-series.ct-series-d .ct-line {
    stroke: #3b5998;
    stroke-width: 3px;
}

.series-d-facebook .ct-series.ct-series-d .ct-point {
    stroke: #3b5998;
    stroke-width: 6px;
}

.series-d-facebook .ct-series.ct-series-d .ct-bar {
    stroke: #3b5998;
}

.series-d-facebook .ct-series.ct-series-d .ct-slice-pie {
    fill: #3b5998;
}

.series-d-facebook .ct-series.ct-series-d .ct-slice-donut {
    stroke: #3b5998;
}

.series-d-facebook.opacity-75 .ct-series.ct-series-d .ct-area {
    fill: #3b5998;
    fill-opacity: 0.65;
}

.series-d-facebook.opacity-75 .ct-series.ct-series-d .ct-line {
    stroke: #3b5998;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-d-facebook.opacity-75 .ct-series.ct-series-d .ct-point {
    stroke: #3b5998;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-d-facebook.opacity-75 .ct-series.ct-series-d .ct-bar {
    stroke: #3b5998;
    stroke-opacity: 0.75;
}

.series-d-facebook.opacity-75 .ct-series.ct-series-d .ct-slice-pie {
    fill: #3b5998;
    fill-opacity: 0.75;
}

.series-d-facebook.opacity-75 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #3b5998;
    stroke-opacity: 0.75;
}

.series-d-google .ct-series.ct-series-d .ct-area {
    fill: #dd4b39;
}

.series-d-google .ct-series.ct-series-d .ct-line {
    stroke: #dd4b39;
    stroke-width: 3px;
}

.series-d-google .ct-series.ct-series-d .ct-point {
    stroke: #dd4b39;
    stroke-width: 6px;
}

.series-d-google .ct-series.ct-series-d .ct-bar {
    stroke: #dd4b39;
}

.series-d-google .ct-series.ct-series-d .ct-slice-pie {
    fill: #dd4b39;
}

.series-d-google .ct-series.ct-series-d .ct-slice-donut {
    stroke: #dd4b39;
}

.series-d-google.opacity-75 .ct-series.ct-series-d .ct-area {
    fill: #dd4b39;
    fill-opacity: 0.65;
}

.series-d-google.opacity-75 .ct-series.ct-series-d .ct-line {
    stroke: #dd4b39;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-d-google.opacity-75 .ct-series.ct-series-d .ct-point {
    stroke: #dd4b39;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-d-google.opacity-75 .ct-series.ct-series-d .ct-bar {
    stroke: #dd4b39;
    stroke-opacity: 0.75;
}

.series-d-google.opacity-75 .ct-series.ct-series-d .ct-slice-pie {
    fill: #dd4b39;
    fill-opacity: 0.75;
}

.series-d-google.opacity-75 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #dd4b39;
    stroke-opacity: 0.75;
}

.series-d-bg-1 .ct-series.ct-series-d .ct-area {
    fill: #0267bf;
}

.series-d-bg-1 .ct-series.ct-series-d .ct-line {
    stroke: #0267bf;
    stroke-width: 3px;
}

.series-d-bg-1 .ct-series.ct-series-d .ct-point {
    stroke: #0267bf;
    stroke-width: 6px;
}

.series-d-bg-1 .ct-series.ct-series-d .ct-bar {
    stroke: #0267bf;
}

.series-d-bg-1 .ct-series.ct-series-d .ct-slice-pie {
    fill: #0267bf;
}

.series-d-bg-1 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #0267bf;
}

.series-d-bg-1.opacity-75 .ct-series.ct-series-d .ct-area {
    fill: #0267bf;
    fill-opacity: 0.65;
}

.series-d-bg-1.opacity-75 .ct-series.ct-series-d .ct-line {
    stroke: #0267bf;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-d-bg-1.opacity-75 .ct-series.ct-series-d .ct-point {
    stroke: #0267bf;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-d-bg-1.opacity-75 .ct-series.ct-series-d .ct-bar {
    stroke: #0267bf;
    stroke-opacity: 0.75;
}

.series-d-bg-1.opacity-75 .ct-series.ct-series-d .ct-slice-pie {
    fill: #0267bf;
    fill-opacity: 0.75;
}

.series-d-bg-1.opacity-75 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #0267bf;
    stroke-opacity: 0.75;
}

.series-d-bg-1-100 .ct-series.ct-series-d .ct-area {
    fill: #299bfd;
}

.series-d-bg-1-100 .ct-series.ct-series-d .ct-line {
    stroke: #299bfd;
    stroke-width: 3px;
}

.series-d-bg-1-100 .ct-series.ct-series-d .ct-point {
    stroke: #299bfd;
    stroke-width: 6px;
}

.series-d-bg-1-100 .ct-series.ct-series-d .ct-bar {
    stroke: #299bfd;
}

.series-d-bg-1-100 .ct-series.ct-series-d .ct-slice-pie {
    fill: #299bfd;
}

.series-d-bg-1-100 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #299bfd;
}

.series-d-bg-1-100.opacity-75 .ct-series.ct-series-d .ct-area {
    fill: #299bfd;
    fill-opacity: 0.65;
}

.series-d-bg-1-100.opacity-75 .ct-series.ct-series-d .ct-line {
    stroke: #299bfd;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-d-bg-1-100.opacity-75 .ct-series.ct-series-d .ct-point {
    stroke: #299bfd;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-d-bg-1-100.opacity-75 .ct-series.ct-series-d .ct-bar {
    stroke: #299bfd;
    stroke-opacity: 0.75;
}

.series-d-bg-1-100.opacity-75 .ct-series.ct-series-d .ct-slice-pie {
    fill: #299bfd;
    fill-opacity: 0.75;
}

.series-d-bg-1-100.opacity-75 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #299bfd;
    stroke-opacity: 0.75;
}

.series-d-bg-1-200 .ct-series.ct-series-d .ct-area {
    fill: #108ffd;
}

.series-d-bg-1-200 .ct-series.ct-series-d .ct-line {
    stroke: #108ffd;
    stroke-width: 3px;
}

.series-d-bg-1-200 .ct-series.ct-series-d .ct-point {
    stroke: #108ffd;
    stroke-width: 6px;
}

.series-d-bg-1-200 .ct-series.ct-series-d .ct-bar {
    stroke: #108ffd;
}

.series-d-bg-1-200 .ct-series.ct-series-d .ct-slice-pie {
    fill: #108ffd;
}

.series-d-bg-1-200 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #108ffd;
}

.series-d-bg-1-200.opacity-75 .ct-series.ct-series-d .ct-area {
    fill: #108ffd;
    fill-opacity: 0.65;
}

.series-d-bg-1-200.opacity-75 .ct-series.ct-series-d .ct-line {
    stroke: #108ffd;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-d-bg-1-200.opacity-75 .ct-series.ct-series-d .ct-point {
    stroke: #108ffd;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-d-bg-1-200.opacity-75 .ct-series.ct-series-d .ct-bar {
    stroke: #108ffd;
    stroke-opacity: 0.75;
}

.series-d-bg-1-200.opacity-75 .ct-series.ct-series-d .ct-slice-pie {
    fill: #108ffd;
    fill-opacity: 0.75;
}

.series-d-bg-1-200.opacity-75 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #108ffd;
    stroke-opacity: 0.75;
}

.series-d-bg-1-300 .ct-series.ct-series-d .ct-area {
    fill: #0283f1;
}

.series-d-bg-1-300 .ct-series.ct-series-d .ct-line {
    stroke: #0283f1;
    stroke-width: 3px;
}

.series-d-bg-1-300 .ct-series.ct-series-d .ct-point {
    stroke: #0283f1;
    stroke-width: 6px;
}

.series-d-bg-1-300 .ct-series.ct-series-d .ct-bar {
    stroke: #0283f1;
}

.series-d-bg-1-300 .ct-series.ct-series-d .ct-slice-pie {
    fill: #0283f1;
}

.series-d-bg-1-300 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #0283f1;
}

.series-d-bg-1-300.opacity-75 .ct-series.ct-series-d .ct-area {
    fill: #0283f1;
    fill-opacity: 0.65;
}

.series-d-bg-1-300.opacity-75 .ct-series.ct-series-d .ct-line {
    stroke: #0283f1;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-d-bg-1-300.opacity-75 .ct-series.ct-series-d .ct-point {
    stroke: #0283f1;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-d-bg-1-300.opacity-75 .ct-series.ct-series-d .ct-bar {
    stroke: #0283f1;
    stroke-opacity: 0.75;
}

.series-d-bg-1-300.opacity-75 .ct-series.ct-series-d .ct-slice-pie {
    fill: #0283f1;
    fill-opacity: 0.75;
}

.series-d-bg-1-300.opacity-75 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #0283f1;
    stroke-opacity: 0.75;
}

.series-d-bg-1-400 .ct-series.ct-series-d .ct-area {
    fill: #0275d8;
}

.series-d-bg-1-400 .ct-series.ct-series-d .ct-line {
    stroke: #0275d8;
    stroke-width: 3px;
}

.series-d-bg-1-400 .ct-series.ct-series-d .ct-point {
    stroke: #0275d8;
    stroke-width: 6px;
}

.series-d-bg-1-400 .ct-series.ct-series-d .ct-bar {
    stroke: #0275d8;
}

.series-d-bg-1-400 .ct-series.ct-series-d .ct-slice-pie {
    fill: #0275d8;
}

.series-d-bg-1-400 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #0275d8;
}

.series-d-bg-1-400.opacity-75 .ct-series.ct-series-d .ct-area {
    fill: #0275d8;
    fill-opacity: 0.65;
}

.series-d-bg-1-400.opacity-75 .ct-series.ct-series-d .ct-line {
    stroke: #0275d8;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-d-bg-1-400.opacity-75 .ct-series.ct-series-d .ct-point {
    stroke: #0275d8;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-d-bg-1-400.opacity-75 .ct-series.ct-series-d .ct-bar {
    stroke: #0275d8;
    stroke-opacity: 0.75;
}

.series-d-bg-1-400.opacity-75 .ct-series.ct-series-d .ct-slice-pie {
    fill: #0275d8;
    fill-opacity: 0.75;
}

.series-d-bg-1-400.opacity-75 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #0275d8;
    stroke-opacity: 0.75;
}

.series-d-bg-1-500 .ct-series.ct-series-d .ct-area {
    fill: #0267bf;
}

.series-d-bg-1-500 .ct-series.ct-series-d .ct-line {
    stroke: #0267bf;
    stroke-width: 3px;
}

.series-d-bg-1-500 .ct-series.ct-series-d .ct-point {
    stroke: #0267bf;
    stroke-width: 6px;
}

.series-d-bg-1-500 .ct-series.ct-series-d .ct-bar {
    stroke: #0267bf;
}

.series-d-bg-1-500 .ct-series.ct-series-d .ct-slice-pie {
    fill: #0267bf;
}

.series-d-bg-1-500 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #0267bf;
}

.series-d-bg-1-500.opacity-75 .ct-series.ct-series-d .ct-area {
    fill: #0267bf;
    fill-opacity: 0.65;
}

.series-d-bg-1-500.opacity-75 .ct-series.ct-series-d .ct-line {
    stroke: #0267bf;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-d-bg-1-500.opacity-75 .ct-series.ct-series-d .ct-point {
    stroke: #0267bf;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-d-bg-1-500.opacity-75 .ct-series.ct-series-d .ct-bar {
    stroke: #0267bf;
    stroke-opacity: 0.75;
}

.series-d-bg-1-500.opacity-75 .ct-series.ct-series-d .ct-slice-pie {
    fill: #0267bf;
    fill-opacity: 0.75;
}

.series-d-bg-1-500.opacity-75 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #0267bf;
    stroke-opacity: 0.75;
}

.series-d-bg-1-600 .ct-series.ct-series-d .ct-area {
    fill: #025aa5;
}

.series-d-bg-1-600 .ct-series.ct-series-d .ct-line {
    stroke: #025aa5;
    stroke-width: 3px;
}

.series-d-bg-1-600 .ct-series.ct-series-d .ct-point {
    stroke: #025aa5;
    stroke-width: 6px;
}

.series-d-bg-1-600 .ct-series.ct-series-d .ct-bar {
    stroke: #025aa5;
}

.series-d-bg-1-600 .ct-series.ct-series-d .ct-slice-pie {
    fill: #025aa5;
}

.series-d-bg-1-600 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #025aa5;
}

.series-d-bg-1-600.opacity-75 .ct-series.ct-series-d .ct-area {
    fill: #025aa5;
    fill-opacity: 0.65;
}

.series-d-bg-1-600.opacity-75 .ct-series.ct-series-d .ct-line {
    stroke: #025aa5;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-d-bg-1-600.opacity-75 .ct-series.ct-series-d .ct-point {
    stroke: #025aa5;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-d-bg-1-600.opacity-75 .ct-series.ct-series-d .ct-bar {
    stroke: #025aa5;
    stroke-opacity: 0.75;
}

.series-d-bg-1-600.opacity-75 .ct-series.ct-series-d .ct-slice-pie {
    fill: #025aa5;
    fill-opacity: 0.75;
}

.series-d-bg-1-600.opacity-75 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #025aa5;
    stroke-opacity: 0.75;
}

.series-d-bg-1-700 .ct-series.ct-series-d .ct-area {
    fill: #014c8c;
}

.series-d-bg-1-700 .ct-series.ct-series-d .ct-line {
    stroke: #014c8c;
    stroke-width: 3px;
}

.series-d-bg-1-700 .ct-series.ct-series-d .ct-point {
    stroke: #014c8c;
    stroke-width: 6px;
}

.series-d-bg-1-700 .ct-series.ct-series-d .ct-bar {
    stroke: #014c8c;
}

.series-d-bg-1-700 .ct-series.ct-series-d .ct-slice-pie {
    fill: #014c8c;
}

.series-d-bg-1-700 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #014c8c;
}

.series-d-bg-1-700.opacity-75 .ct-series.ct-series-d .ct-area {
    fill: #014c8c;
    fill-opacity: 0.65;
}

.series-d-bg-1-700.opacity-75 .ct-series.ct-series-d .ct-line {
    stroke: #014c8c;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-d-bg-1-700.opacity-75 .ct-series.ct-series-d .ct-point {
    stroke: #014c8c;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-d-bg-1-700.opacity-75 .ct-series.ct-series-d .ct-bar {
    stroke: #014c8c;
    stroke-opacity: 0.75;
}

.series-d-bg-1-700.opacity-75 .ct-series.ct-series-d .ct-slice-pie {
    fill: #014c8c;
    fill-opacity: 0.75;
}

.series-d-bg-1-700.opacity-75 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #014c8c;
    stroke-opacity: 0.75;
}

.series-d-bg-1-800 .ct-series.ct-series-d .ct-area {
    fill: #013e73;
}

.series-d-bg-1-800 .ct-series.ct-series-d .ct-line {
    stroke: #013e73;
    stroke-width: 3px;
}

.series-d-bg-1-800 .ct-series.ct-series-d .ct-point {
    stroke: #013e73;
    stroke-width: 6px;
}

.series-d-bg-1-800 .ct-series.ct-series-d .ct-bar {
    stroke: #013e73;
}

.series-d-bg-1-800 .ct-series.ct-series-d .ct-slice-pie {
    fill: #013e73;
}

.series-d-bg-1-800 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #013e73;
}

.series-d-bg-1-800.opacity-75 .ct-series.ct-series-d .ct-area {
    fill: #013e73;
    fill-opacity: 0.65;
}

.series-d-bg-1-800.opacity-75 .ct-series.ct-series-d .ct-line {
    stroke: #013e73;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-d-bg-1-800.opacity-75 .ct-series.ct-series-d .ct-point {
    stroke: #013e73;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-d-bg-1-800.opacity-75 .ct-series.ct-series-d .ct-bar {
    stroke: #013e73;
    stroke-opacity: 0.75;
}

.series-d-bg-1-800.opacity-75 .ct-series.ct-series-d .ct-slice-pie {
    fill: #013e73;
    fill-opacity: 0.75;
}

.series-d-bg-1-800.opacity-75 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #013e73;
    stroke-opacity: 0.75;
}

.series-d-bg-1-900 .ct-series.ct-series-d .ct-area {
    fill: #01315a;
}

.series-d-bg-1-900 .ct-series.ct-series-d .ct-line {
    stroke: #01315a;
    stroke-width: 3px;
}

.series-d-bg-1-900 .ct-series.ct-series-d .ct-point {
    stroke: #01315a;
    stroke-width: 6px;
}

.series-d-bg-1-900 .ct-series.ct-series-d .ct-bar {
    stroke: #01315a;
}

.series-d-bg-1-900 .ct-series.ct-series-d .ct-slice-pie {
    fill: #01315a;
}

.series-d-bg-1-900 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #01315a;
}

.series-d-bg-1-900.opacity-75 .ct-series.ct-series-d .ct-area {
    fill: #01315a;
    fill-opacity: 0.65;
}

.series-d-bg-1-900.opacity-75 .ct-series.ct-series-d .ct-line {
    stroke: #01315a;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-d-bg-1-900.opacity-75 .ct-series.ct-series-d .ct-point {
    stroke: #01315a;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-d-bg-1-900.opacity-75 .ct-series.ct-series-d .ct-bar {
    stroke: #01315a;
    stroke-opacity: 0.75;
}

.series-d-bg-1-900.opacity-75 .ct-series.ct-series-d .ct-slice-pie {
    fill: #01315a;
    fill-opacity: 0.75;
}

.series-d-bg-1-900.opacity-75 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #01315a;
    stroke-opacity: 0.75;
}

.series-d-bg-2 .ct-series.ct-series-d .ct-area {
    fill: #002451;
}

.series-d-bg-2 .ct-series.ct-series-d .ct-line {
    stroke: #002451;
    stroke-width: 3px;
}

.series-d-bg-2 .ct-series.ct-series-d .ct-point {
    stroke: #002451;
    stroke-width: 6px;
}

.series-d-bg-2 .ct-series.ct-series-d .ct-bar {
    stroke: #002451;
}

.series-d-bg-2 .ct-series.ct-series-d .ct-slice-pie {
    fill: #002451;
}

.series-d-bg-2 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #002451;
}

.series-d-bg-2.opacity-75 .ct-series.ct-series-d .ct-area {
    fill: #002451;
    fill-opacity: 0.65;
}

.series-d-bg-2.opacity-75 .ct-series.ct-series-d .ct-line {
    stroke: #002451;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-d-bg-2.opacity-75 .ct-series.ct-series-d .ct-point {
    stroke: #002451;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-d-bg-2.opacity-75 .ct-series.ct-series-d .ct-bar {
    stroke: #002451;
    stroke-opacity: 0.75;
}

.series-d-bg-2.opacity-75 .ct-series.ct-series-d .ct-slice-pie {
    fill: #002451;
    fill-opacity: 0.75;
}

.series-d-bg-2.opacity-75 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #002451;
    stroke-opacity: 0.75;
}

.series-d-bg-2-100 .ct-series.ct-series-d .ct-area {
    fill: #0051b7;
}

.series-d-bg-2-100 .ct-series.ct-series-d .ct-line {
    stroke: #0051b7;
    stroke-width: 3px;
}

.series-d-bg-2-100 .ct-series.ct-series-d .ct-point {
    stroke: #0051b7;
    stroke-width: 6px;
}

.series-d-bg-2-100 .ct-series.ct-series-d .ct-bar {
    stroke: #0051b7;
}

.series-d-bg-2-100 .ct-series.ct-series-d .ct-slice-pie {
    fill: #0051b7;
}

.series-d-bg-2-100 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #0051b7;
}

.series-d-bg-2-100.opacity-75 .ct-series.ct-series-d .ct-area {
    fill: #0051b7;
    fill-opacity: 0.65;
}

.series-d-bg-2-100.opacity-75 .ct-series.ct-series-d .ct-line {
    stroke: #0051b7;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-d-bg-2-100.opacity-75 .ct-series.ct-series-d .ct-point {
    stroke: #0051b7;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-d-bg-2-100.opacity-75 .ct-series.ct-series-d .ct-bar {
    stroke: #0051b7;
    stroke-opacity: 0.75;
}

.series-d-bg-2-100.opacity-75 .ct-series.ct-series-d .ct-slice-pie {
    fill: #0051b7;
    fill-opacity: 0.75;
}

.series-d-bg-2-100.opacity-75 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #0051b7;
    stroke-opacity: 0.75;
}

.series-d-bg-2-200 .ct-series.ct-series-d .ct-area {
    fill: #00469e;
}

.series-d-bg-2-200 .ct-series.ct-series-d .ct-line {
    stroke: #00469e;
    stroke-width: 3px;
}

.series-d-bg-2-200 .ct-series.ct-series-d .ct-point {
    stroke: #00469e;
    stroke-width: 6px;
}

.series-d-bg-2-200 .ct-series.ct-series-d .ct-bar {
    stroke: #00469e;
}

.series-d-bg-2-200 .ct-series.ct-series-d .ct-slice-pie {
    fill: #00469e;
}

.series-d-bg-2-200 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #00469e;
}

.series-d-bg-2-200.opacity-75 .ct-series.ct-series-d .ct-area {
    fill: #00469e;
    fill-opacity: 0.65;
}

.series-d-bg-2-200.opacity-75 .ct-series.ct-series-d .ct-line {
    stroke: #00469e;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-d-bg-2-200.opacity-75 .ct-series.ct-series-d .ct-point {
    stroke: #00469e;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-d-bg-2-200.opacity-75 .ct-series.ct-series-d .ct-bar {
    stroke: #00469e;
    stroke-opacity: 0.75;
}

.series-d-bg-2-200.opacity-75 .ct-series.ct-series-d .ct-slice-pie {
    fill: #00469e;
    fill-opacity: 0.75;
}

.series-d-bg-2-200.opacity-75 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #00469e;
    stroke-opacity: 0.75;
}

.series-d-bg-2-300 .ct-series.ct-series-d .ct-area {
    fill: #003b84;
}

.series-d-bg-2-300 .ct-series.ct-series-d .ct-line {
    stroke: #003b84;
    stroke-width: 3px;
}

.series-d-bg-2-300 .ct-series.ct-series-d .ct-point {
    stroke: #003b84;
    stroke-width: 6px;
}

.series-d-bg-2-300 .ct-series.ct-series-d .ct-bar {
    stroke: #003b84;
}

.series-d-bg-2-300 .ct-series.ct-series-d .ct-slice-pie {
    fill: #003b84;
}

.series-d-bg-2-300 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #003b84;
}

.series-d-bg-2-300.opacity-75 .ct-series.ct-series-d .ct-area {
    fill: #003b84;
    fill-opacity: 0.65;
}

.series-d-bg-2-300.opacity-75 .ct-series.ct-series-d .ct-line {
    stroke: #003b84;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-d-bg-2-300.opacity-75 .ct-series.ct-series-d .ct-point {
    stroke: #003b84;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-d-bg-2-300.opacity-75 .ct-series.ct-series-d .ct-bar {
    stroke: #003b84;
    stroke-opacity: 0.75;
}

.series-d-bg-2-300.opacity-75 .ct-series.ct-series-d .ct-slice-pie {
    fill: #003b84;
    fill-opacity: 0.75;
}

.series-d-bg-2-300.opacity-75 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #003b84;
    stroke-opacity: 0.75;
}

.series-d-bg-2-400 .ct-series.ct-series-d .ct-area {
    fill: #002f6b;
}

.series-d-bg-2-400 .ct-series.ct-series-d .ct-line {
    stroke: #002f6b;
    stroke-width: 3px;
}

.series-d-bg-2-400 .ct-series.ct-series-d .ct-point {
    stroke: #002f6b;
    stroke-width: 6px;
}

.series-d-bg-2-400 .ct-series.ct-series-d .ct-bar {
    stroke: #002f6b;
}

.series-d-bg-2-400 .ct-series.ct-series-d .ct-slice-pie {
    fill: #002f6b;
}

.series-d-bg-2-400 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #002f6b;
}

.series-d-bg-2-400.opacity-75 .ct-series.ct-series-d .ct-area {
    fill: #002f6b;
    fill-opacity: 0.65;
}

.series-d-bg-2-400.opacity-75 .ct-series.ct-series-d .ct-line {
    stroke: #002f6b;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-d-bg-2-400.opacity-75 .ct-series.ct-series-d .ct-point {
    stroke: #002f6b;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-d-bg-2-400.opacity-75 .ct-series.ct-series-d .ct-bar {
    stroke: #002f6b;
    stroke-opacity: 0.75;
}

.series-d-bg-2-400.opacity-75 .ct-series.ct-series-d .ct-slice-pie {
    fill: #002f6b;
    fill-opacity: 0.75;
}

.series-d-bg-2-400.opacity-75 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #002f6b;
    stroke-opacity: 0.75;
}

.series-d-bg-2-500 .ct-series.ct-series-d .ct-area {
    fill: #002451;
}

.series-d-bg-2-500 .ct-series.ct-series-d .ct-line {
    stroke: #002451;
    stroke-width: 3px;
}

.series-d-bg-2-500 .ct-series.ct-series-d .ct-point {
    stroke: #002451;
    stroke-width: 6px;
}

.series-d-bg-2-500 .ct-series.ct-series-d .ct-bar {
    stroke: #002451;
}

.series-d-bg-2-500 .ct-series.ct-series-d .ct-slice-pie {
    fill: #002451;
}

.series-d-bg-2-500 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #002451;
}

.series-d-bg-2-500.opacity-75 .ct-series.ct-series-d .ct-area {
    fill: #002451;
    fill-opacity: 0.65;
}

.series-d-bg-2-500.opacity-75 .ct-series.ct-series-d .ct-line {
    stroke: #002451;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-d-bg-2-500.opacity-75 .ct-series.ct-series-d .ct-point {
    stroke: #002451;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-d-bg-2-500.opacity-75 .ct-series.ct-series-d .ct-bar {
    stroke: #002451;
    stroke-opacity: 0.75;
}

.series-d-bg-2-500.opacity-75 .ct-series.ct-series-d .ct-slice-pie {
    fill: #002451;
    fill-opacity: 0.75;
}

.series-d-bg-2-500.opacity-75 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #002451;
    stroke-opacity: 0.75;
}

.series-d-bg-2-600 .ct-series.ct-series-d .ct-area {
    fill: #001938;
}

.series-d-bg-2-600 .ct-series.ct-series-d .ct-line {
    stroke: #001938;
    stroke-width: 3px;
}

.series-d-bg-2-600 .ct-series.ct-series-d .ct-point {
    stroke: #001938;
    stroke-width: 6px;
}

.series-d-bg-2-600 .ct-series.ct-series-d .ct-bar {
    stroke: #001938;
}

.series-d-bg-2-600 .ct-series.ct-series-d .ct-slice-pie {
    fill: #001938;
}

.series-d-bg-2-600 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #001938;
}

.series-d-bg-2-600.opacity-75 .ct-series.ct-series-d .ct-area {
    fill: #001938;
    fill-opacity: 0.65;
}

.series-d-bg-2-600.opacity-75 .ct-series.ct-series-d .ct-line {
    stroke: #001938;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-d-bg-2-600.opacity-75 .ct-series.ct-series-d .ct-point {
    stroke: #001938;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-d-bg-2-600.opacity-75 .ct-series.ct-series-d .ct-bar {
    stroke: #001938;
    stroke-opacity: 0.75;
}

.series-d-bg-2-600.opacity-75 .ct-series.ct-series-d .ct-slice-pie {
    fill: #001938;
    fill-opacity: 0.75;
}

.series-d-bg-2-600.opacity-75 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #001938;
    stroke-opacity: 0.75;
}

.series-d-bg-2-700 .ct-series.ct-series-d .ct-area {
    fill: #000d1e;
}

.series-d-bg-2-700 .ct-series.ct-series-d .ct-line {
    stroke: #000d1e;
    stroke-width: 3px;
}

.series-d-bg-2-700 .ct-series.ct-series-d .ct-point {
    stroke: #000d1e;
    stroke-width: 6px;
}

.series-d-bg-2-700 .ct-series.ct-series-d .ct-bar {
    stroke: #000d1e;
}

.series-d-bg-2-700 .ct-series.ct-series-d .ct-slice-pie {
    fill: #000d1e;
}

.series-d-bg-2-700 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #000d1e;
}

.series-d-bg-2-700.opacity-75 .ct-series.ct-series-d .ct-area {
    fill: #000d1e;
    fill-opacity: 0.65;
}

.series-d-bg-2-700.opacity-75 .ct-series.ct-series-d .ct-line {
    stroke: #000d1e;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-d-bg-2-700.opacity-75 .ct-series.ct-series-d .ct-point {
    stroke: #000d1e;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-d-bg-2-700.opacity-75 .ct-series.ct-series-d .ct-bar {
    stroke: #000d1e;
    stroke-opacity: 0.75;
}

.series-d-bg-2-700.opacity-75 .ct-series.ct-series-d .ct-slice-pie {
    fill: #000d1e;
    fill-opacity: 0.75;
}

.series-d-bg-2-700.opacity-75 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #000d1e;
    stroke-opacity: 0.75;
}

.series-d-bg-2-800 .ct-series.ct-series-d .ct-area {
    fill: #000205;
}

.series-d-bg-2-800 .ct-series.ct-series-d .ct-line {
    stroke: #000205;
    stroke-width: 3px;
}

.series-d-bg-2-800 .ct-series.ct-series-d .ct-point {
    stroke: #000205;
    stroke-width: 6px;
}

.series-d-bg-2-800 .ct-series.ct-series-d .ct-bar {
    stroke: #000205;
}

.series-d-bg-2-800 .ct-series.ct-series-d .ct-slice-pie {
    fill: #000205;
}

.series-d-bg-2-800 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #000205;
}

.series-d-bg-2-800.opacity-75 .ct-series.ct-series-d .ct-area {
    fill: #000205;
    fill-opacity: 0.65;
}

.series-d-bg-2-800.opacity-75 .ct-series.ct-series-d .ct-line {
    stroke: #000205;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-d-bg-2-800.opacity-75 .ct-series.ct-series-d .ct-point {
    stroke: #000205;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-d-bg-2-800.opacity-75 .ct-series.ct-series-d .ct-bar {
    stroke: #000205;
    stroke-opacity: 0.75;
}

.series-d-bg-2-800.opacity-75 .ct-series.ct-series-d .ct-slice-pie {
    fill: #000205;
    fill-opacity: 0.75;
}

.series-d-bg-2-800.opacity-75 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #000205;
    stroke-opacity: 0.75;
}

.series-d-bg-2-900 .ct-series.ct-series-d .ct-area {
    fill: black;
}

.series-d-bg-2-900 .ct-series.ct-series-d .ct-line {
    stroke: black;
    stroke-width: 3px;
}

.series-d-bg-2-900 .ct-series.ct-series-d .ct-point {
    stroke: black;
    stroke-width: 6px;
}

.series-d-bg-2-900 .ct-series.ct-series-d .ct-bar {
    stroke: black;
}

.series-d-bg-2-900 .ct-series.ct-series-d .ct-slice-pie {
    fill: black;
}

.series-d-bg-2-900 .ct-series.ct-series-d .ct-slice-donut {
    stroke: black;
}

.series-d-bg-2-900.opacity-75 .ct-series.ct-series-d .ct-area {
    fill: black;
    fill-opacity: 0.65;
}

.series-d-bg-2-900.opacity-75 .ct-series.ct-series-d .ct-line {
    stroke: black;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-d-bg-2-900.opacity-75 .ct-series.ct-series-d .ct-point {
    stroke: black;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-d-bg-2-900.opacity-75 .ct-series.ct-series-d .ct-bar {
    stroke: black;
    stroke-opacity: 0.75;
}

.series-d-bg-2-900.opacity-75 .ct-series.ct-series-d .ct-slice-pie {
    fill: black;
    fill-opacity: 0.75;
}

.series-d-bg-2-900.opacity-75 .ct-series.ct-series-d .ct-slice-donut {
    stroke: black;
    stroke-opacity: 0.75;
}

.series-d-bg-3 .ct-series.ct-series-d .ct-area {
    fill: #262932;
}

.series-d-bg-3 .ct-series.ct-series-d .ct-line {
    stroke: #262932;
    stroke-width: 3px;
}

.series-d-bg-3 .ct-series.ct-series-d .ct-point {
    stroke: #262932;
    stroke-width: 6px;
}

.series-d-bg-3 .ct-series.ct-series-d .ct-bar {
    stroke: #262932;
}

.series-d-bg-3 .ct-series.ct-series-d .ct-slice-pie {
    fill: #262932;
}

.series-d-bg-3 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #262932;
}

.series-d-bg-3.opacity-75 .ct-series.ct-series-d .ct-area {
    fill: #262932;
    fill-opacity: 0.65;
}

.series-d-bg-3.opacity-75 .ct-series.ct-series-d .ct-line {
    stroke: #262932;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-d-bg-3.opacity-75 .ct-series.ct-series-d .ct-point {
    stroke: #262932;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-d-bg-3.opacity-75 .ct-series.ct-series-d .ct-bar {
    stroke: #262932;
    stroke-opacity: 0.75;
}

.series-d-bg-3.opacity-75 .ct-series.ct-series-d .ct-slice-pie {
    fill: #262932;
    fill-opacity: 0.75;
}

.series-d-bg-3.opacity-75 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #262932;
    stroke-opacity: 0.75;
}

.series-d-bg-3-100 .ct-series.ct-series-d .ct-area {
    fill: #52596c;
}

.series-d-bg-3-100 .ct-series.ct-series-d .ct-line {
    stroke: #52596c;
    stroke-width: 3px;
}

.series-d-bg-3-100 .ct-series.ct-series-d .ct-point {
    stroke: #52596c;
    stroke-width: 6px;
}

.series-d-bg-3-100 .ct-series.ct-series-d .ct-bar {
    stroke: #52596c;
}

.series-d-bg-3-100 .ct-series.ct-series-d .ct-slice-pie {
    fill: #52596c;
}

.series-d-bg-3-100 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #52596c;
}

.series-d-bg-3-100.opacity-75 .ct-series.ct-series-d .ct-area {
    fill: #52596c;
    fill-opacity: 0.65;
}

.series-d-bg-3-100.opacity-75 .ct-series.ct-series-d .ct-line {
    stroke: #52596c;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-d-bg-3-100.opacity-75 .ct-series.ct-series-d .ct-point {
    stroke: #52596c;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-d-bg-3-100.opacity-75 .ct-series.ct-series-d .ct-bar {
    stroke: #52596c;
    stroke-opacity: 0.75;
}

.series-d-bg-3-100.opacity-75 .ct-series.ct-series-d .ct-slice-pie {
    fill: #52596c;
    fill-opacity: 0.75;
}

.series-d-bg-3-100.opacity-75 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #52596c;
    stroke-opacity: 0.75;
}

.series-d-bg-3-200 .ct-series.ct-series-d .ct-area {
    fill: #474d5d;
}

.series-d-bg-3-200 .ct-series.ct-series-d .ct-line {
    stroke: #474d5d;
    stroke-width: 3px;
}

.series-d-bg-3-200 .ct-series.ct-series-d .ct-point {
    stroke: #474d5d;
    stroke-width: 6px;
}

.series-d-bg-3-200 .ct-series.ct-series-d .ct-bar {
    stroke: #474d5d;
}

.series-d-bg-3-200 .ct-series.ct-series-d .ct-slice-pie {
    fill: #474d5d;
}

.series-d-bg-3-200 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #474d5d;
}

.series-d-bg-3-200.opacity-75 .ct-series.ct-series-d .ct-area {
    fill: #474d5d;
    fill-opacity: 0.65;
}

.series-d-bg-3-200.opacity-75 .ct-series.ct-series-d .ct-line {
    stroke: #474d5d;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-d-bg-3-200.opacity-75 .ct-series.ct-series-d .ct-point {
    stroke: #474d5d;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-d-bg-3-200.opacity-75 .ct-series.ct-series-d .ct-bar {
    stroke: #474d5d;
    stroke-opacity: 0.75;
}

.series-d-bg-3-200.opacity-75 .ct-series.ct-series-d .ct-slice-pie {
    fill: #474d5d;
    fill-opacity: 0.75;
}

.series-d-bg-3-200.opacity-75 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #474d5d;
    stroke-opacity: 0.75;
}

.series-d-bg-3-300 .ct-series.ct-series-d .ct-area {
    fill: #3c414f;
}

.series-d-bg-3-300 .ct-series.ct-series-d .ct-line {
    stroke: #3c414f;
    stroke-width: 3px;
}

.series-d-bg-3-300 .ct-series.ct-series-d .ct-point {
    stroke: #3c414f;
    stroke-width: 6px;
}

.series-d-bg-3-300 .ct-series.ct-series-d .ct-bar {
    stroke: #3c414f;
}

.series-d-bg-3-300 .ct-series.ct-series-d .ct-slice-pie {
    fill: #3c414f;
}

.series-d-bg-3-300 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #3c414f;
}

.series-d-bg-3-300.opacity-75 .ct-series.ct-series-d .ct-area {
    fill: #3c414f;
    fill-opacity: 0.65;
}

.series-d-bg-3-300.opacity-75 .ct-series.ct-series-d .ct-line {
    stroke: #3c414f;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-d-bg-3-300.opacity-75 .ct-series.ct-series-d .ct-point {
    stroke: #3c414f;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-d-bg-3-300.opacity-75 .ct-series.ct-series-d .ct-bar {
    stroke: #3c414f;
    stroke-opacity: 0.75;
}

.series-d-bg-3-300.opacity-75 .ct-series.ct-series-d .ct-slice-pie {
    fill: #3c414f;
    fill-opacity: 0.75;
}

.series-d-bg-3-300.opacity-75 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #3c414f;
    stroke-opacity: 0.75;
}

.series-d-bg-3-400 .ct-series.ct-series-d .ct-area {
    fill: #313540;
}

.series-d-bg-3-400 .ct-series.ct-series-d .ct-line {
    stroke: #313540;
    stroke-width: 3px;
}

.series-d-bg-3-400 .ct-series.ct-series-d .ct-point {
    stroke: #313540;
    stroke-width: 6px;
}

.series-d-bg-3-400 .ct-series.ct-series-d .ct-bar {
    stroke: #313540;
}

.series-d-bg-3-400 .ct-series.ct-series-d .ct-slice-pie {
    fill: #313540;
}

.series-d-bg-3-400 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #313540;
}

.series-d-bg-3-400.opacity-75 .ct-series.ct-series-d .ct-area {
    fill: #313540;
    fill-opacity: 0.65;
}

.series-d-bg-3-400.opacity-75 .ct-series.ct-series-d .ct-line {
    stroke: #313540;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-d-bg-3-400.opacity-75 .ct-series.ct-series-d .ct-point {
    stroke: #313540;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-d-bg-3-400.opacity-75 .ct-series.ct-series-d .ct-bar {
    stroke: #313540;
    stroke-opacity: 0.75;
}

.series-d-bg-3-400.opacity-75 .ct-series.ct-series-d .ct-slice-pie {
    fill: #313540;
    fill-opacity: 0.75;
}

.series-d-bg-3-400.opacity-75 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #313540;
    stroke-opacity: 0.75;
}

.series-d-bg-3-500 .ct-series.ct-series-d .ct-area {
    fill: #262932;
}

.series-d-bg-3-500 .ct-series.ct-series-d .ct-line {
    stroke: #262932;
    stroke-width: 3px;
}

.series-d-bg-3-500 .ct-series.ct-series-d .ct-point {
    stroke: #262932;
    stroke-width: 6px;
}

.series-d-bg-3-500 .ct-series.ct-series-d .ct-bar {
    stroke: #262932;
}

.series-d-bg-3-500 .ct-series.ct-series-d .ct-slice-pie {
    fill: #262932;
}

.series-d-bg-3-500 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #262932;
}

.series-d-bg-3-500.opacity-75 .ct-series.ct-series-d .ct-area {
    fill: #262932;
    fill-opacity: 0.65;
}

.series-d-bg-3-500.opacity-75 .ct-series.ct-series-d .ct-line {
    stroke: #262932;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-d-bg-3-500.opacity-75 .ct-series.ct-series-d .ct-point {
    stroke: #262932;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-d-bg-3-500.opacity-75 .ct-series.ct-series-d .ct-bar {
    stroke: #262932;
    stroke-opacity: 0.75;
}

.series-d-bg-3-500.opacity-75 .ct-series.ct-series-d .ct-slice-pie {
    fill: #262932;
    fill-opacity: 0.75;
}

.series-d-bg-3-500.opacity-75 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #262932;
    stroke-opacity: 0.75;
}

.series-d-bg-3-600 .ct-series.ct-series-d .ct-area {
    fill: #1b1d24;
}

.series-d-bg-3-600 .ct-series.ct-series-d .ct-line {
    stroke: #1b1d24;
    stroke-width: 3px;
}

.series-d-bg-3-600 .ct-series.ct-series-d .ct-point {
    stroke: #1b1d24;
    stroke-width: 6px;
}

.series-d-bg-3-600 .ct-series.ct-series-d .ct-bar {
    stroke: #1b1d24;
}

.series-d-bg-3-600 .ct-series.ct-series-d .ct-slice-pie {
    fill: #1b1d24;
}

.series-d-bg-3-600 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #1b1d24;
}

.series-d-bg-3-600.opacity-75 .ct-series.ct-series-d .ct-area {
    fill: #1b1d24;
    fill-opacity: 0.65;
}

.series-d-bg-3-600.opacity-75 .ct-series.ct-series-d .ct-line {
    stroke: #1b1d24;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-d-bg-3-600.opacity-75 .ct-series.ct-series-d .ct-point {
    stroke: #1b1d24;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-d-bg-3-600.opacity-75 .ct-series.ct-series-d .ct-bar {
    stroke: #1b1d24;
    stroke-opacity: 0.75;
}

.series-d-bg-3-600.opacity-75 .ct-series.ct-series-d .ct-slice-pie {
    fill: #1b1d24;
    fill-opacity: 0.75;
}

.series-d-bg-3-600.opacity-75 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #1b1d24;
    stroke-opacity: 0.75;
}

.series-d-bg-3-700 .ct-series.ct-series-d .ct-area {
    fill: #101115;
}

.series-d-bg-3-700 .ct-series.ct-series-d .ct-line {
    stroke: #101115;
    stroke-width: 3px;
}

.series-d-bg-3-700 .ct-series.ct-series-d .ct-point {
    stroke: #101115;
    stroke-width: 6px;
}

.series-d-bg-3-700 .ct-series.ct-series-d .ct-bar {
    stroke: #101115;
}

.series-d-bg-3-700 .ct-series.ct-series-d .ct-slice-pie {
    fill: #101115;
}

.series-d-bg-3-700 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #101115;
}

.series-d-bg-3-700.opacity-75 .ct-series.ct-series-d .ct-area {
    fill: #101115;
    fill-opacity: 0.65;
}

.series-d-bg-3-700.opacity-75 .ct-series.ct-series-d .ct-line {
    stroke: #101115;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-d-bg-3-700.opacity-75 .ct-series.ct-series-d .ct-point {
    stroke: #101115;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-d-bg-3-700.opacity-75 .ct-series.ct-series-d .ct-bar {
    stroke: #101115;
    stroke-opacity: 0.75;
}

.series-d-bg-3-700.opacity-75 .ct-series.ct-series-d .ct-slice-pie {
    fill: #101115;
    fill-opacity: 0.75;
}

.series-d-bg-3-700.opacity-75 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #101115;
    stroke-opacity: 0.75;
}

.series-d-bg-3-800 .ct-series.ct-series-d .ct-area {
    fill: #050507;
}

.series-d-bg-3-800 .ct-series.ct-series-d .ct-line {
    stroke: #050507;
    stroke-width: 3px;
}

.series-d-bg-3-800 .ct-series.ct-series-d .ct-point {
    stroke: #050507;
    stroke-width: 6px;
}

.series-d-bg-3-800 .ct-series.ct-series-d .ct-bar {
    stroke: #050507;
}

.series-d-bg-3-800 .ct-series.ct-series-d .ct-slice-pie {
    fill: #050507;
}

.series-d-bg-3-800 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #050507;
}

.series-d-bg-3-800.opacity-75 .ct-series.ct-series-d .ct-area {
    fill: #050507;
    fill-opacity: 0.65;
}

.series-d-bg-3-800.opacity-75 .ct-series.ct-series-d .ct-line {
    stroke: #050507;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-d-bg-3-800.opacity-75 .ct-series.ct-series-d .ct-point {
    stroke: #050507;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-d-bg-3-800.opacity-75 .ct-series.ct-series-d .ct-bar {
    stroke: #050507;
    stroke-opacity: 0.75;
}

.series-d-bg-3-800.opacity-75 .ct-series.ct-series-d .ct-slice-pie {
    fill: #050507;
    fill-opacity: 0.75;
}

.series-d-bg-3-800.opacity-75 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #050507;
    stroke-opacity: 0.75;
}

.series-d-bg-3-900 .ct-series.ct-series-d .ct-area {
    fill: black;
}

.series-d-bg-3-900 .ct-series.ct-series-d .ct-line {
    stroke: black;
    stroke-width: 3px;
}

.series-d-bg-3-900 .ct-series.ct-series-d .ct-point {
    stroke: black;
    stroke-width: 6px;
}

.series-d-bg-3-900 .ct-series.ct-series-d .ct-bar {
    stroke: black;
}

.series-d-bg-3-900 .ct-series.ct-series-d .ct-slice-pie {
    fill: black;
}

.series-d-bg-3-900 .ct-series.ct-series-d .ct-slice-donut {
    stroke: black;
}

.series-d-bg-3-900.opacity-75 .ct-series.ct-series-d .ct-area {
    fill: black;
    fill-opacity: 0.65;
}

.series-d-bg-3-900.opacity-75 .ct-series.ct-series-d .ct-line {
    stroke: black;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-d-bg-3-900.opacity-75 .ct-series.ct-series-d .ct-point {
    stroke: black;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-d-bg-3-900.opacity-75 .ct-series.ct-series-d .ct-bar {
    stroke: black;
    stroke-opacity: 0.75;
}

.series-d-bg-3-900.opacity-75 .ct-series.ct-series-d .ct-slice-pie {
    fill: black;
    fill-opacity: 0.75;
}

.series-d-bg-3-900.opacity-75 .ct-series.ct-series-d .ct-slice-donut {
    stroke: black;
    stroke-opacity: 0.75;
}

.series-d-bg-4 .ct-series.ct-series-d .ct-area {
    fill: #000000;
}

.series-d-bg-4 .ct-series.ct-series-d .ct-line {
    stroke: #000000;
    stroke-width: 3px;
}

.series-d-bg-4 .ct-series.ct-series-d .ct-point {
    stroke: #000000;
    stroke-width: 6px;
}

.series-d-bg-4 .ct-series.ct-series-d .ct-bar {
    stroke: #000000;
}

.series-d-bg-4 .ct-series.ct-series-d .ct-slice-pie {
    fill: #000000;
}

.series-d-bg-4 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #000000;
}

.series-d-bg-4.opacity-75 .ct-series.ct-series-d .ct-area {
    fill: #000000;
    fill-opacity: 0.65;
}

.series-d-bg-4.opacity-75 .ct-series.ct-series-d .ct-line {
    stroke: #000000;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-d-bg-4.opacity-75 .ct-series.ct-series-d .ct-point {
    stroke: #000000;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-d-bg-4.opacity-75 .ct-series.ct-series-d .ct-bar {
    stroke: #000000;
    stroke-opacity: 0.75;
}

.series-d-bg-4.opacity-75 .ct-series.ct-series-d .ct-slice-pie {
    fill: #000000;
    fill-opacity: 0.75;
}

.series-d-bg-4.opacity-75 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #000000;
    stroke-opacity: 0.75;
}

.series-d-bg-4-100 .ct-series.ct-series-d .ct-area {
    fill: #333333;
}

.series-d-bg-4-100 .ct-series.ct-series-d .ct-line {
    stroke: #333333;
    stroke-width: 3px;
}

.series-d-bg-4-100 .ct-series.ct-series-d .ct-point {
    stroke: #333333;
    stroke-width: 6px;
}

.series-d-bg-4-100 .ct-series.ct-series-d .ct-bar {
    stroke: #333333;
}

.series-d-bg-4-100 .ct-series.ct-series-d .ct-slice-pie {
    fill: #333333;
}

.series-d-bg-4-100 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #333333;
}

.series-d-bg-4-100.opacity-75 .ct-series.ct-series-d .ct-area {
    fill: #333333;
    fill-opacity: 0.65;
}

.series-d-bg-4-100.opacity-75 .ct-series.ct-series-d .ct-line {
    stroke: #333333;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-d-bg-4-100.opacity-75 .ct-series.ct-series-d .ct-point {
    stroke: #333333;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-d-bg-4-100.opacity-75 .ct-series.ct-series-d .ct-bar {
    stroke: #333333;
    stroke-opacity: 0.75;
}

.series-d-bg-4-100.opacity-75 .ct-series.ct-series-d .ct-slice-pie {
    fill: #333333;
    fill-opacity: 0.75;
}

.series-d-bg-4-100.opacity-75 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #333333;
    stroke-opacity: 0.75;
}

.series-d-bg-4-200 .ct-series.ct-series-d .ct-area {
    fill: #262626;
}

.series-d-bg-4-200 .ct-series.ct-series-d .ct-line {
    stroke: #262626;
    stroke-width: 3px;
}

.series-d-bg-4-200 .ct-series.ct-series-d .ct-point {
    stroke: #262626;
    stroke-width: 6px;
}

.series-d-bg-4-200 .ct-series.ct-series-d .ct-bar {
    stroke: #262626;
}

.series-d-bg-4-200 .ct-series.ct-series-d .ct-slice-pie {
    fill: #262626;
}

.series-d-bg-4-200 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #262626;
}

.series-d-bg-4-200.opacity-75 .ct-series.ct-series-d .ct-area {
    fill: #262626;
    fill-opacity: 0.65;
}

.series-d-bg-4-200.opacity-75 .ct-series.ct-series-d .ct-line {
    stroke: #262626;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-d-bg-4-200.opacity-75 .ct-series.ct-series-d .ct-point {
    stroke: #262626;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-d-bg-4-200.opacity-75 .ct-series.ct-series-d .ct-bar {
    stroke: #262626;
    stroke-opacity: 0.75;
}

.series-d-bg-4-200.opacity-75 .ct-series.ct-series-d .ct-slice-pie {
    fill: #262626;
    fill-opacity: 0.75;
}

.series-d-bg-4-200.opacity-75 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #262626;
    stroke-opacity: 0.75;
}

.series-d-bg-4-300 .ct-series.ct-series-d .ct-area {
    fill: #1a1a1a;
}

.series-d-bg-4-300 .ct-series.ct-series-d .ct-line {
    stroke: #1a1a1a;
    stroke-width: 3px;
}

.series-d-bg-4-300 .ct-series.ct-series-d .ct-point {
    stroke: #1a1a1a;
    stroke-width: 6px;
}

.series-d-bg-4-300 .ct-series.ct-series-d .ct-bar {
    stroke: #1a1a1a;
}

.series-d-bg-4-300 .ct-series.ct-series-d .ct-slice-pie {
    fill: #1a1a1a;
}

.series-d-bg-4-300 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #1a1a1a;
}

.series-d-bg-4-300.opacity-75 .ct-series.ct-series-d .ct-area {
    fill: #1a1a1a;
    fill-opacity: 0.65;
}

.series-d-bg-4-300.opacity-75 .ct-series.ct-series-d .ct-line {
    stroke: #1a1a1a;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-d-bg-4-300.opacity-75 .ct-series.ct-series-d .ct-point {
    stroke: #1a1a1a;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-d-bg-4-300.opacity-75 .ct-series.ct-series-d .ct-bar {
    stroke: #1a1a1a;
    stroke-opacity: 0.75;
}

.series-d-bg-4-300.opacity-75 .ct-series.ct-series-d .ct-slice-pie {
    fill: #1a1a1a;
    fill-opacity: 0.75;
}

.series-d-bg-4-300.opacity-75 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #1a1a1a;
    stroke-opacity: 0.75;
}

.series-d-bg-4-400 .ct-series.ct-series-d .ct-area {
    fill: #0d0d0d;
}

.series-d-bg-4-400 .ct-series.ct-series-d .ct-line {
    stroke: #0d0d0d;
    stroke-width: 3px;
}

.series-d-bg-4-400 .ct-series.ct-series-d .ct-point {
    stroke: #0d0d0d;
    stroke-width: 6px;
}

.series-d-bg-4-400 .ct-series.ct-series-d .ct-bar {
    stroke: #0d0d0d;
}

.series-d-bg-4-400 .ct-series.ct-series-d .ct-slice-pie {
    fill: #0d0d0d;
}

.series-d-bg-4-400 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #0d0d0d;
}

.series-d-bg-4-400.opacity-75 .ct-series.ct-series-d .ct-area {
    fill: #0d0d0d;
    fill-opacity: 0.65;
}

.series-d-bg-4-400.opacity-75 .ct-series.ct-series-d .ct-line {
    stroke: #0d0d0d;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-d-bg-4-400.opacity-75 .ct-series.ct-series-d .ct-point {
    stroke: #0d0d0d;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-d-bg-4-400.opacity-75 .ct-series.ct-series-d .ct-bar {
    stroke: #0d0d0d;
    stroke-opacity: 0.75;
}

.series-d-bg-4-400.opacity-75 .ct-series.ct-series-d .ct-slice-pie {
    fill: #0d0d0d;
    fill-opacity: 0.75;
}

.series-d-bg-4-400.opacity-75 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #0d0d0d;
    stroke-opacity: 0.75;
}

.series-d-bg-4-500 .ct-series.ct-series-d .ct-area {
    fill: #000000;
}

.series-d-bg-4-500 .ct-series.ct-series-d .ct-line {
    stroke: #000000;
    stroke-width: 3px;
}

.series-d-bg-4-500 .ct-series.ct-series-d .ct-point {
    stroke: #000000;
    stroke-width: 6px;
}

.series-d-bg-4-500 .ct-series.ct-series-d .ct-bar {
    stroke: #000000;
}

.series-d-bg-4-500 .ct-series.ct-series-d .ct-slice-pie {
    fill: #000000;
}

.series-d-bg-4-500 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #000000;
}

.series-d-bg-4-500.opacity-75 .ct-series.ct-series-d .ct-area {
    fill: #000000;
    fill-opacity: 0.65;
}

.series-d-bg-4-500.opacity-75 .ct-series.ct-series-d .ct-line {
    stroke: #000000;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-d-bg-4-500.opacity-75 .ct-series.ct-series-d .ct-point {
    stroke: #000000;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-d-bg-4-500.opacity-75 .ct-series.ct-series-d .ct-bar {
    stroke: #000000;
    stroke-opacity: 0.75;
}

.series-d-bg-4-500.opacity-75 .ct-series.ct-series-d .ct-slice-pie {
    fill: #000000;
    fill-opacity: 0.75;
}

.series-d-bg-4-500.opacity-75 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #000000;
    stroke-opacity: 0.75;
}

.series-d-bg-4-600 .ct-series.ct-series-d .ct-area {
    fill: black;
}

.series-d-bg-4-600 .ct-series.ct-series-d .ct-line {
    stroke: black;
    stroke-width: 3px;
}

.series-d-bg-4-600 .ct-series.ct-series-d .ct-point {
    stroke: black;
    stroke-width: 6px;
}

.series-d-bg-4-600 .ct-series.ct-series-d .ct-bar {
    stroke: black;
}

.series-d-bg-4-600 .ct-series.ct-series-d .ct-slice-pie {
    fill: black;
}

.series-d-bg-4-600 .ct-series.ct-series-d .ct-slice-donut {
    stroke: black;
}

.series-d-bg-4-600.opacity-75 .ct-series.ct-series-d .ct-area {
    fill: black;
    fill-opacity: 0.65;
}

.series-d-bg-4-600.opacity-75 .ct-series.ct-series-d .ct-line {
    stroke: black;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-d-bg-4-600.opacity-75 .ct-series.ct-series-d .ct-point {
    stroke: black;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-d-bg-4-600.opacity-75 .ct-series.ct-series-d .ct-bar {
    stroke: black;
    stroke-opacity: 0.75;
}

.series-d-bg-4-600.opacity-75 .ct-series.ct-series-d .ct-slice-pie {
    fill: black;
    fill-opacity: 0.75;
}

.series-d-bg-4-600.opacity-75 .ct-series.ct-series-d .ct-slice-donut {
    stroke: black;
    stroke-opacity: 0.75;
}

.series-d-bg-4-700 .ct-series.ct-series-d .ct-area {
    fill: black;
}

.series-d-bg-4-700 .ct-series.ct-series-d .ct-line {
    stroke: black;
    stroke-width: 3px;
}

.series-d-bg-4-700 .ct-series.ct-series-d .ct-point {
    stroke: black;
    stroke-width: 6px;
}

.series-d-bg-4-700 .ct-series.ct-series-d .ct-bar {
    stroke: black;
}

.series-d-bg-4-700 .ct-series.ct-series-d .ct-slice-pie {
    fill: black;
}

.series-d-bg-4-700 .ct-series.ct-series-d .ct-slice-donut {
    stroke: black;
}

.series-d-bg-4-700.opacity-75 .ct-series.ct-series-d .ct-area {
    fill: black;
    fill-opacity: 0.65;
}

.series-d-bg-4-700.opacity-75 .ct-series.ct-series-d .ct-line {
    stroke: black;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-d-bg-4-700.opacity-75 .ct-series.ct-series-d .ct-point {
    stroke: black;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-d-bg-4-700.opacity-75 .ct-series.ct-series-d .ct-bar {
    stroke: black;
    stroke-opacity: 0.75;
}

.series-d-bg-4-700.opacity-75 .ct-series.ct-series-d .ct-slice-pie {
    fill: black;
    fill-opacity: 0.75;
}

.series-d-bg-4-700.opacity-75 .ct-series.ct-series-d .ct-slice-donut {
    stroke: black;
    stroke-opacity: 0.75;
}

.series-d-bg-4-800 .ct-series.ct-series-d .ct-area {
    fill: black;
}

.series-d-bg-4-800 .ct-series.ct-series-d .ct-line {
    stroke: black;
    stroke-width: 3px;
}

.series-d-bg-4-800 .ct-series.ct-series-d .ct-point {
    stroke: black;
    stroke-width: 6px;
}

.series-d-bg-4-800 .ct-series.ct-series-d .ct-bar {
    stroke: black;
}

.series-d-bg-4-800 .ct-series.ct-series-d .ct-slice-pie {
    fill: black;
}

.series-d-bg-4-800 .ct-series.ct-series-d .ct-slice-donut {
    stroke: black;
}

.series-d-bg-4-800.opacity-75 .ct-series.ct-series-d .ct-area {
    fill: black;
    fill-opacity: 0.65;
}

.series-d-bg-4-800.opacity-75 .ct-series.ct-series-d .ct-line {
    stroke: black;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-d-bg-4-800.opacity-75 .ct-series.ct-series-d .ct-point {
    stroke: black;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-d-bg-4-800.opacity-75 .ct-series.ct-series-d .ct-bar {
    stroke: black;
    stroke-opacity: 0.75;
}

.series-d-bg-4-800.opacity-75 .ct-series.ct-series-d .ct-slice-pie {
    fill: black;
    fill-opacity: 0.75;
}

.series-d-bg-4-800.opacity-75 .ct-series.ct-series-d .ct-slice-donut {
    stroke: black;
    stroke-opacity: 0.75;
}

.series-d-bg-4-900 .ct-series.ct-series-d .ct-area {
    fill: black;
}

.series-d-bg-4-900 .ct-series.ct-series-d .ct-line {
    stroke: black;
    stroke-width: 3px;
}

.series-d-bg-4-900 .ct-series.ct-series-d .ct-point {
    stroke: black;
    stroke-width: 6px;
}

.series-d-bg-4-900 .ct-series.ct-series-d .ct-bar {
    stroke: black;
}

.series-d-bg-4-900 .ct-series.ct-series-d .ct-slice-pie {
    fill: black;
}

.series-d-bg-4-900 .ct-series.ct-series-d .ct-slice-donut {
    stroke: black;
}

.series-d-bg-4-900.opacity-75 .ct-series.ct-series-d .ct-area {
    fill: black;
    fill-opacity: 0.65;
}

.series-d-bg-4-900.opacity-75 .ct-series.ct-series-d .ct-line {
    stroke: black;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-d-bg-4-900.opacity-75 .ct-series.ct-series-d .ct-point {
    stroke: black;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-d-bg-4-900.opacity-75 .ct-series.ct-series-d .ct-bar {
    stroke: black;
    stroke-opacity: 0.75;
}

.series-d-bg-4-900.opacity-75 .ct-series.ct-series-d .ct-slice-pie {
    fill: black;
    fill-opacity: 0.75;
}

.series-d-bg-4-900.opacity-75 .ct-series.ct-series-d .ct-slice-donut {
    stroke: black;
    stroke-opacity: 0.75;
}

.series-d-bg-5 .ct-series.ct-series-d .ct-area {
    fill: #461C6E;
}

.series-d-bg-5 .ct-series.ct-series-d .ct-line {
    stroke: #461C6E;
    stroke-width: 3px;
}

.series-d-bg-5 .ct-series.ct-series-d .ct-point {
    stroke: #461C6E;
    stroke-width: 6px;
}

.series-d-bg-5 .ct-series.ct-series-d .ct-bar {
    stroke: #461C6E;
}

.series-d-bg-5 .ct-series.ct-series-d .ct-slice-pie {
    fill: #461C6E;
}

.series-d-bg-5 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #461C6E;
}

.series-d-bg-5.opacity-75 .ct-series.ct-series-d .ct-area {
    fill: #461C6E;
    fill-opacity: 0.65;
}

.series-d-bg-5.opacity-75 .ct-series.ct-series-d .ct-line {
    stroke: #461C6E;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-d-bg-5.opacity-75 .ct-series.ct-series-d .ct-point {
    stroke: #461C6E;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-d-bg-5.opacity-75 .ct-series.ct-series-d .ct-bar {
    stroke: #461C6E;
    stroke-opacity: 0.75;
}

.series-d-bg-5.opacity-75 .ct-series.ct-series-d .ct-slice-pie {
    fill: #461C6E;
    fill-opacity: 0.75;
}

.series-d-bg-5.opacity-75 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #461C6E;
    stroke-opacity: 0.75;
}

.series-d-bg-5-100 .ct-series.ct-series-d .ct-area {
    fill: #7a31bf;
}

.series-d-bg-5-100 .ct-series.ct-series-d .ct-line {
    stroke: #7a31bf;
    stroke-width: 3px;
}

.series-d-bg-5-100 .ct-series.ct-series-d .ct-point {
    stroke: #7a31bf;
    stroke-width: 6px;
}

.series-d-bg-5-100 .ct-series.ct-series-d .ct-bar {
    stroke: #7a31bf;
}

.series-d-bg-5-100 .ct-series.ct-series-d .ct-slice-pie {
    fill: #7a31bf;
}

.series-d-bg-5-100 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #7a31bf;
}

.series-d-bg-5-100.opacity-75 .ct-series.ct-series-d .ct-area {
    fill: #7a31bf;
    fill-opacity: 0.65;
}

.series-d-bg-5-100.opacity-75 .ct-series.ct-series-d .ct-line {
    stroke: #7a31bf;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-d-bg-5-100.opacity-75 .ct-series.ct-series-d .ct-point {
    stroke: #7a31bf;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-d-bg-5-100.opacity-75 .ct-series.ct-series-d .ct-bar {
    stroke: #7a31bf;
    stroke-opacity: 0.75;
}

.series-d-bg-5-100.opacity-75 .ct-series.ct-series-d .ct-slice-pie {
    fill: #7a31bf;
    fill-opacity: 0.75;
}

.series-d-bg-5-100.opacity-75 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #7a31bf;
    stroke-opacity: 0.75;
}

.series-d-bg-5-200 .ct-series.ct-series-d .ct-area {
    fill: #6d2cab;
}

.series-d-bg-5-200 .ct-series.ct-series-d .ct-line {
    stroke: #6d2cab;
    stroke-width: 3px;
}

.series-d-bg-5-200 .ct-series.ct-series-d .ct-point {
    stroke: #6d2cab;
    stroke-width: 6px;
}

.series-d-bg-5-200 .ct-series.ct-series-d .ct-bar {
    stroke: #6d2cab;
}

.series-d-bg-5-200 .ct-series.ct-series-d .ct-slice-pie {
    fill: #6d2cab;
}

.series-d-bg-5-200 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #6d2cab;
}

.series-d-bg-5-200.opacity-75 .ct-series.ct-series-d .ct-area {
    fill: #6d2cab;
    fill-opacity: 0.65;
}

.series-d-bg-5-200.opacity-75 .ct-series.ct-series-d .ct-line {
    stroke: #6d2cab;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-d-bg-5-200.opacity-75 .ct-series.ct-series-d .ct-point {
    stroke: #6d2cab;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-d-bg-5-200.opacity-75 .ct-series.ct-series-d .ct-bar {
    stroke: #6d2cab;
    stroke-opacity: 0.75;
}

.series-d-bg-5-200.opacity-75 .ct-series.ct-series-d .ct-slice-pie {
    fill: #6d2cab;
    fill-opacity: 0.75;
}

.series-d-bg-5-200.opacity-75 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #6d2cab;
    stroke-opacity: 0.75;
}

.series-d-bg-5-300 .ct-series.ct-series-d .ct-area {
    fill: #602697;
}

.series-d-bg-5-300 .ct-series.ct-series-d .ct-line {
    stroke: #602697;
    stroke-width: 3px;
}

.series-d-bg-5-300 .ct-series.ct-series-d .ct-point {
    stroke: #602697;
    stroke-width: 6px;
}

.series-d-bg-5-300 .ct-series.ct-series-d .ct-bar {
    stroke: #602697;
}

.series-d-bg-5-300 .ct-series.ct-series-d .ct-slice-pie {
    fill: #602697;
}

.series-d-bg-5-300 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #602697;
}

.series-d-bg-5-300.opacity-75 .ct-series.ct-series-d .ct-area {
    fill: #602697;
    fill-opacity: 0.65;
}

.series-d-bg-5-300.opacity-75 .ct-series.ct-series-d .ct-line {
    stroke: #602697;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-d-bg-5-300.opacity-75 .ct-series.ct-series-d .ct-point {
    stroke: #602697;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-d-bg-5-300.opacity-75 .ct-series.ct-series-d .ct-bar {
    stroke: #602697;
    stroke-opacity: 0.75;
}

.series-d-bg-5-300.opacity-75 .ct-series.ct-series-d .ct-slice-pie {
    fill: #602697;
    fill-opacity: 0.75;
}

.series-d-bg-5-300.opacity-75 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #602697;
    stroke-opacity: 0.75;
}

.series-d-bg-5-400 .ct-series.ct-series-d .ct-area {
    fill: #532182;
}

.series-d-bg-5-400 .ct-series.ct-series-d .ct-line {
    stroke: #532182;
    stroke-width: 3px;
}

.series-d-bg-5-400 .ct-series.ct-series-d .ct-point {
    stroke: #532182;
    stroke-width: 6px;
}

.series-d-bg-5-400 .ct-series.ct-series-d .ct-bar {
    stroke: #532182;
}

.series-d-bg-5-400 .ct-series.ct-series-d .ct-slice-pie {
    fill: #532182;
}

.series-d-bg-5-400 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #532182;
}

.series-d-bg-5-400.opacity-75 .ct-series.ct-series-d .ct-area {
    fill: #532182;
    fill-opacity: 0.65;
}

.series-d-bg-5-400.opacity-75 .ct-series.ct-series-d .ct-line {
    stroke: #532182;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-d-bg-5-400.opacity-75 .ct-series.ct-series-d .ct-point {
    stroke: #532182;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-d-bg-5-400.opacity-75 .ct-series.ct-series-d .ct-bar {
    stroke: #532182;
    stroke-opacity: 0.75;
}

.series-d-bg-5-400.opacity-75 .ct-series.ct-series-d .ct-slice-pie {
    fill: #532182;
    fill-opacity: 0.75;
}

.series-d-bg-5-400.opacity-75 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #532182;
    stroke-opacity: 0.75;
}

.series-d-bg-5-500 .ct-series.ct-series-d .ct-area {
    fill: #461C6E;
}

.series-d-bg-5-500 .ct-series.ct-series-d .ct-line {
    stroke: #461C6E;
    stroke-width: 3px;
}

.series-d-bg-5-500 .ct-series.ct-series-d .ct-point {
    stroke: #461C6E;
    stroke-width: 6px;
}

.series-d-bg-5-500 .ct-series.ct-series-d .ct-bar {
    stroke: #461C6E;
}

.series-d-bg-5-500 .ct-series.ct-series-d .ct-slice-pie {
    fill: #461C6E;
}

.series-d-bg-5-500 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #461C6E;
}

.series-d-bg-5-500.opacity-75 .ct-series.ct-series-d .ct-area {
    fill: #461C6E;
    fill-opacity: 0.65;
}

.series-d-bg-5-500.opacity-75 .ct-series.ct-series-d .ct-line {
    stroke: #461C6E;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-d-bg-5-500.opacity-75 .ct-series.ct-series-d .ct-point {
    stroke: #461C6E;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-d-bg-5-500.opacity-75 .ct-series.ct-series-d .ct-bar {
    stroke: #461C6E;
    stroke-opacity: 0.75;
}

.series-d-bg-5-500.opacity-75 .ct-series.ct-series-d .ct-slice-pie {
    fill: #461C6E;
    fill-opacity: 0.75;
}

.series-d-bg-5-500.opacity-75 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #461C6E;
    stroke-opacity: 0.75;
}

.series-d-bg-5-600 .ct-series.ct-series-d .ct-area {
    fill: #39175a;
}

.series-d-bg-5-600 .ct-series.ct-series-d .ct-line {
    stroke: #39175a;
    stroke-width: 3px;
}

.series-d-bg-5-600 .ct-series.ct-series-d .ct-point {
    stroke: #39175a;
    stroke-width: 6px;
}

.series-d-bg-5-600 .ct-series.ct-series-d .ct-bar {
    stroke: #39175a;
}

.series-d-bg-5-600 .ct-series.ct-series-d .ct-slice-pie {
    fill: #39175a;
}

.series-d-bg-5-600 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #39175a;
}

.series-d-bg-5-600.opacity-75 .ct-series.ct-series-d .ct-area {
    fill: #39175a;
    fill-opacity: 0.65;
}

.series-d-bg-5-600.opacity-75 .ct-series.ct-series-d .ct-line {
    stroke: #39175a;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-d-bg-5-600.opacity-75 .ct-series.ct-series-d .ct-point {
    stroke: #39175a;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-d-bg-5-600.opacity-75 .ct-series.ct-series-d .ct-bar {
    stroke: #39175a;
    stroke-opacity: 0.75;
}

.series-d-bg-5-600.opacity-75 .ct-series.ct-series-d .ct-slice-pie {
    fill: #39175a;
    fill-opacity: 0.75;
}

.series-d-bg-5-600.opacity-75 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #39175a;
    stroke-opacity: 0.75;
}

.series-d-bg-5-700 .ct-series.ct-series-d .ct-area {
    fill: #2c1245;
}

.series-d-bg-5-700 .ct-series.ct-series-d .ct-line {
    stroke: #2c1245;
    stroke-width: 3px;
}

.series-d-bg-5-700 .ct-series.ct-series-d .ct-point {
    stroke: #2c1245;
    stroke-width: 6px;
}

.series-d-bg-5-700 .ct-series.ct-series-d .ct-bar {
    stroke: #2c1245;
}

.series-d-bg-5-700 .ct-series.ct-series-d .ct-slice-pie {
    fill: #2c1245;
}

.series-d-bg-5-700 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #2c1245;
}

.series-d-bg-5-700.opacity-75 .ct-series.ct-series-d .ct-area {
    fill: #2c1245;
    fill-opacity: 0.65;
}

.series-d-bg-5-700.opacity-75 .ct-series.ct-series-d .ct-line {
    stroke: #2c1245;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-d-bg-5-700.opacity-75 .ct-series.ct-series-d .ct-point {
    stroke: #2c1245;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-d-bg-5-700.opacity-75 .ct-series.ct-series-d .ct-bar {
    stroke: #2c1245;
    stroke-opacity: 0.75;
}

.series-d-bg-5-700.opacity-75 .ct-series.ct-series-d .ct-slice-pie {
    fill: #2c1245;
    fill-opacity: 0.75;
}

.series-d-bg-5-700.opacity-75 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #2c1245;
    stroke-opacity: 0.75;
}

.series-d-bg-5-800 .ct-series.ct-series-d .ct-area {
    fill: #1f0c31;
}

.series-d-bg-5-800 .ct-series.ct-series-d .ct-line {
    stroke: #1f0c31;
    stroke-width: 3px;
}

.series-d-bg-5-800 .ct-series.ct-series-d .ct-point {
    stroke: #1f0c31;
    stroke-width: 6px;
}

.series-d-bg-5-800 .ct-series.ct-series-d .ct-bar {
    stroke: #1f0c31;
}

.series-d-bg-5-800 .ct-series.ct-series-d .ct-slice-pie {
    fill: #1f0c31;
}

.series-d-bg-5-800 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #1f0c31;
}

.series-d-bg-5-800.opacity-75 .ct-series.ct-series-d .ct-area {
    fill: #1f0c31;
    fill-opacity: 0.65;
}

.series-d-bg-5-800.opacity-75 .ct-series.ct-series-d .ct-line {
    stroke: #1f0c31;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-d-bg-5-800.opacity-75 .ct-series.ct-series-d .ct-point {
    stroke: #1f0c31;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-d-bg-5-800.opacity-75 .ct-series.ct-series-d .ct-bar {
    stroke: #1f0c31;
    stroke-opacity: 0.75;
}

.series-d-bg-5-800.opacity-75 .ct-series.ct-series-d .ct-slice-pie {
    fill: #1f0c31;
    fill-opacity: 0.75;
}

.series-d-bg-5-800.opacity-75 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #1f0c31;
    stroke-opacity: 0.75;
}

.series-d-bg-5-900 .ct-series.ct-series-d .ct-area {
    fill: #12071d;
}

.series-d-bg-5-900 .ct-series.ct-series-d .ct-line {
    stroke: #12071d;
    stroke-width: 3px;
}

.series-d-bg-5-900 .ct-series.ct-series-d .ct-point {
    stroke: #12071d;
    stroke-width: 6px;
}

.series-d-bg-5-900 .ct-series.ct-series-d .ct-bar {
    stroke: #12071d;
}

.series-d-bg-5-900 .ct-series.ct-series-d .ct-slice-pie {
    fill: #12071d;
}

.series-d-bg-5-900 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #12071d;
}

.series-d-bg-5-900.opacity-75 .ct-series.ct-series-d .ct-area {
    fill: #12071d;
    fill-opacity: 0.65;
}

.series-d-bg-5-900.opacity-75 .ct-series.ct-series-d .ct-line {
    stroke: #12071d;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-d-bg-5-900.opacity-75 .ct-series.ct-series-d .ct-point {
    stroke: #12071d;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-d-bg-5-900.opacity-75 .ct-series.ct-series-d .ct-bar {
    stroke: #12071d;
    stroke-opacity: 0.75;
}

.series-d-bg-5-900.opacity-75 .ct-series.ct-series-d .ct-slice-pie {
    fill: #12071d;
    fill-opacity: 0.75;
}

.series-d-bg-5-900.opacity-75 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #12071d;
    stroke-opacity: 0.75;
}

.series-d-bg-6 .ct-series.ct-series-d .ct-area {
    fill: #ffffff;
}

.series-d-bg-6 .ct-series.ct-series-d .ct-line {
    stroke: #ffffff;
    stroke-width: 3px;
}

.series-d-bg-6 .ct-series.ct-series-d .ct-point {
    stroke: #ffffff;
    stroke-width: 6px;
}

.series-d-bg-6 .ct-series.ct-series-d .ct-bar {
    stroke: #ffffff;
}

.series-d-bg-6 .ct-series.ct-series-d .ct-slice-pie {
    fill: #ffffff;
}

.series-d-bg-6 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #ffffff;
}

.series-d-bg-6.opacity-75 .ct-series.ct-series-d .ct-area {
    fill: #ffffff;
    fill-opacity: 0.65;
}

.series-d-bg-6.opacity-75 .ct-series.ct-series-d .ct-line {
    stroke: #ffffff;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-d-bg-6.opacity-75 .ct-series.ct-series-d .ct-point {
    stroke: #ffffff;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-d-bg-6.opacity-75 .ct-series.ct-series-d .ct-bar {
    stroke: #ffffff;
    stroke-opacity: 0.75;
}

.series-d-bg-6.opacity-75 .ct-series.ct-series-d .ct-slice-pie {
    fill: #ffffff;
    fill-opacity: 0.75;
}

.series-d-bg-6.opacity-75 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #ffffff;
    stroke-opacity: 0.75;
}

.series-d-bg-6-100 .ct-series.ct-series-d .ct-area {
    fill: white;
}

.series-d-bg-6-100 .ct-series.ct-series-d .ct-line {
    stroke: white;
    stroke-width: 3px;
}

.series-d-bg-6-100 .ct-series.ct-series-d .ct-point {
    stroke: white;
    stroke-width: 6px;
}

.series-d-bg-6-100 .ct-series.ct-series-d .ct-bar {
    stroke: white;
}

.series-d-bg-6-100 .ct-series.ct-series-d .ct-slice-pie {
    fill: white;
}

.series-d-bg-6-100 .ct-series.ct-series-d .ct-slice-donut {
    stroke: white;
}

.series-d-bg-6-100.opacity-75 .ct-series.ct-series-d .ct-area {
    fill: white;
    fill-opacity: 0.65;
}

.series-d-bg-6-100.opacity-75 .ct-series.ct-series-d .ct-line {
    stroke: white;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-d-bg-6-100.opacity-75 .ct-series.ct-series-d .ct-point {
    stroke: white;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-d-bg-6-100.opacity-75 .ct-series.ct-series-d .ct-bar {
    stroke: white;
    stroke-opacity: 0.75;
}

.series-d-bg-6-100.opacity-75 .ct-series.ct-series-d .ct-slice-pie {
    fill: white;
    fill-opacity: 0.75;
}

.series-d-bg-6-100.opacity-75 .ct-series.ct-series-d .ct-slice-donut {
    stroke: white;
    stroke-opacity: 0.75;
}

.series-d-bg-6-200 .ct-series.ct-series-d .ct-area {
    fill: white;
}

.series-d-bg-6-200 .ct-series.ct-series-d .ct-line {
    stroke: white;
    stroke-width: 3px;
}

.series-d-bg-6-200 .ct-series.ct-series-d .ct-point {
    stroke: white;
    stroke-width: 6px;
}

.series-d-bg-6-200 .ct-series.ct-series-d .ct-bar {
    stroke: white;
}

.series-d-bg-6-200 .ct-series.ct-series-d .ct-slice-pie {
    fill: white;
}

.series-d-bg-6-200 .ct-series.ct-series-d .ct-slice-donut {
    stroke: white;
}

.series-d-bg-6-200.opacity-75 .ct-series.ct-series-d .ct-area {
    fill: white;
    fill-opacity: 0.65;
}

.series-d-bg-6-200.opacity-75 .ct-series.ct-series-d .ct-line {
    stroke: white;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-d-bg-6-200.opacity-75 .ct-series.ct-series-d .ct-point {
    stroke: white;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-d-bg-6-200.opacity-75 .ct-series.ct-series-d .ct-bar {
    stroke: white;
    stroke-opacity: 0.75;
}

.series-d-bg-6-200.opacity-75 .ct-series.ct-series-d .ct-slice-pie {
    fill: white;
    fill-opacity: 0.75;
}

.series-d-bg-6-200.opacity-75 .ct-series.ct-series-d .ct-slice-donut {
    stroke: white;
    stroke-opacity: 0.75;
}

.series-d-bg-6-300 .ct-series.ct-series-d .ct-area {
    fill: white;
}

.series-d-bg-6-300 .ct-series.ct-series-d .ct-line {
    stroke: white;
    stroke-width: 3px;
}

.series-d-bg-6-300 .ct-series.ct-series-d .ct-point {
    stroke: white;
    stroke-width: 6px;
}

.series-d-bg-6-300 .ct-series.ct-series-d .ct-bar {
    stroke: white;
}

.series-d-bg-6-300 .ct-series.ct-series-d .ct-slice-pie {
    fill: white;
}

.series-d-bg-6-300 .ct-series.ct-series-d .ct-slice-donut {
    stroke: white;
}

.series-d-bg-6-300.opacity-75 .ct-series.ct-series-d .ct-area {
    fill: white;
    fill-opacity: 0.65;
}

.series-d-bg-6-300.opacity-75 .ct-series.ct-series-d .ct-line {
    stroke: white;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-d-bg-6-300.opacity-75 .ct-series.ct-series-d .ct-point {
    stroke: white;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-d-bg-6-300.opacity-75 .ct-series.ct-series-d .ct-bar {
    stroke: white;
    stroke-opacity: 0.75;
}

.series-d-bg-6-300.opacity-75 .ct-series.ct-series-d .ct-slice-pie {
    fill: white;
    fill-opacity: 0.75;
}

.series-d-bg-6-300.opacity-75 .ct-series.ct-series-d .ct-slice-donut {
    stroke: white;
    stroke-opacity: 0.75;
}

.series-d-bg-6-400 .ct-series.ct-series-d .ct-area {
    fill: white;
}

.series-d-bg-6-400 .ct-series.ct-series-d .ct-line {
    stroke: white;
    stroke-width: 3px;
}

.series-d-bg-6-400 .ct-series.ct-series-d .ct-point {
    stroke: white;
    stroke-width: 6px;
}

.series-d-bg-6-400 .ct-series.ct-series-d .ct-bar {
    stroke: white;
}

.series-d-bg-6-400 .ct-series.ct-series-d .ct-slice-pie {
    fill: white;
}

.series-d-bg-6-400 .ct-series.ct-series-d .ct-slice-donut {
    stroke: white;
}

.series-d-bg-6-400.opacity-75 .ct-series.ct-series-d .ct-area {
    fill: white;
    fill-opacity: 0.65;
}

.series-d-bg-6-400.opacity-75 .ct-series.ct-series-d .ct-line {
    stroke: white;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-d-bg-6-400.opacity-75 .ct-series.ct-series-d .ct-point {
    stroke: white;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-d-bg-6-400.opacity-75 .ct-series.ct-series-d .ct-bar {
    stroke: white;
    stroke-opacity: 0.75;
}

.series-d-bg-6-400.opacity-75 .ct-series.ct-series-d .ct-slice-pie {
    fill: white;
    fill-opacity: 0.75;
}

.series-d-bg-6-400.opacity-75 .ct-series.ct-series-d .ct-slice-donut {
    stroke: white;
    stroke-opacity: 0.75;
}

.series-d-bg-6-500 .ct-series.ct-series-d .ct-area {
    fill: #ffffff;
}

.series-d-bg-6-500 .ct-series.ct-series-d .ct-line {
    stroke: #ffffff;
    stroke-width: 3px;
}

.series-d-bg-6-500 .ct-series.ct-series-d .ct-point {
    stroke: #ffffff;
    stroke-width: 6px;
}

.series-d-bg-6-500 .ct-series.ct-series-d .ct-bar {
    stroke: #ffffff;
}

.series-d-bg-6-500 .ct-series.ct-series-d .ct-slice-pie {
    fill: #ffffff;
}

.series-d-bg-6-500 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #ffffff;
}

.series-d-bg-6-500.opacity-75 .ct-series.ct-series-d .ct-area {
    fill: #ffffff;
    fill-opacity: 0.65;
}

.series-d-bg-6-500.opacity-75 .ct-series.ct-series-d .ct-line {
    stroke: #ffffff;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-d-bg-6-500.opacity-75 .ct-series.ct-series-d .ct-point {
    stroke: #ffffff;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-d-bg-6-500.opacity-75 .ct-series.ct-series-d .ct-bar {
    stroke: #ffffff;
    stroke-opacity: 0.75;
}

.series-d-bg-6-500.opacity-75 .ct-series.ct-series-d .ct-slice-pie {
    fill: #ffffff;
    fill-opacity: 0.75;
}

.series-d-bg-6-500.opacity-75 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #ffffff;
    stroke-opacity: 0.75;
}

.series-d-bg-6-600 .ct-series.ct-series-d .ct-area {
    fill: #f2f2f2;
}

.series-d-bg-6-600 .ct-series.ct-series-d .ct-line {
    stroke: #f2f2f2;
    stroke-width: 3px;
}

.series-d-bg-6-600 .ct-series.ct-series-d .ct-point {
    stroke: #f2f2f2;
    stroke-width: 6px;
}

.series-d-bg-6-600 .ct-series.ct-series-d .ct-bar {
    stroke: #f2f2f2;
}

.series-d-bg-6-600 .ct-series.ct-series-d .ct-slice-pie {
    fill: #f2f2f2;
}

.series-d-bg-6-600 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #f2f2f2;
}

.series-d-bg-6-600.opacity-75 .ct-series.ct-series-d .ct-area {
    fill: #f2f2f2;
    fill-opacity: 0.65;
}

.series-d-bg-6-600.opacity-75 .ct-series.ct-series-d .ct-line {
    stroke: #f2f2f2;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-d-bg-6-600.opacity-75 .ct-series.ct-series-d .ct-point {
    stroke: #f2f2f2;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-d-bg-6-600.opacity-75 .ct-series.ct-series-d .ct-bar {
    stroke: #f2f2f2;
    stroke-opacity: 0.75;
}

.series-d-bg-6-600.opacity-75 .ct-series.ct-series-d .ct-slice-pie {
    fill: #f2f2f2;
    fill-opacity: 0.75;
}

.series-d-bg-6-600.opacity-75 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #f2f2f2;
    stroke-opacity: 0.75;
}

.series-d-bg-6-700 .ct-series.ct-series-d .ct-area {
    fill: #e6e6e6;
}

.series-d-bg-6-700 .ct-series.ct-series-d .ct-line {
    stroke: #e6e6e6;
    stroke-width: 3px;
}

.series-d-bg-6-700 .ct-series.ct-series-d .ct-point {
    stroke: #e6e6e6;
    stroke-width: 6px;
}

.series-d-bg-6-700 .ct-series.ct-series-d .ct-bar {
    stroke: #e6e6e6;
}

.series-d-bg-6-700 .ct-series.ct-series-d .ct-slice-pie {
    fill: #e6e6e6;
}

.series-d-bg-6-700 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #e6e6e6;
}

.series-d-bg-6-700.opacity-75 .ct-series.ct-series-d .ct-area {
    fill: #e6e6e6;
    fill-opacity: 0.65;
}

.series-d-bg-6-700.opacity-75 .ct-series.ct-series-d .ct-line {
    stroke: #e6e6e6;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-d-bg-6-700.opacity-75 .ct-series.ct-series-d .ct-point {
    stroke: #e6e6e6;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-d-bg-6-700.opacity-75 .ct-series.ct-series-d .ct-bar {
    stroke: #e6e6e6;
    stroke-opacity: 0.75;
}

.series-d-bg-6-700.opacity-75 .ct-series.ct-series-d .ct-slice-pie {
    fill: #e6e6e6;
    fill-opacity: 0.75;
}

.series-d-bg-6-700.opacity-75 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #e6e6e6;
    stroke-opacity: 0.75;
}

.series-d-bg-6-800 .ct-series.ct-series-d .ct-area {
    fill: #d9d9d9;
}

.series-d-bg-6-800 .ct-series.ct-series-d .ct-line {
    stroke: #d9d9d9;
    stroke-width: 3px;
}

.series-d-bg-6-800 .ct-series.ct-series-d .ct-point {
    stroke: #d9d9d9;
    stroke-width: 6px;
}

.series-d-bg-6-800 .ct-series.ct-series-d .ct-bar {
    stroke: #d9d9d9;
}

.series-d-bg-6-800 .ct-series.ct-series-d .ct-slice-pie {
    fill: #d9d9d9;
}

.series-d-bg-6-800 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #d9d9d9;
}

.series-d-bg-6-800.opacity-75 .ct-series.ct-series-d .ct-area {
    fill: #d9d9d9;
    fill-opacity: 0.65;
}

.series-d-bg-6-800.opacity-75 .ct-series.ct-series-d .ct-line {
    stroke: #d9d9d9;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-d-bg-6-800.opacity-75 .ct-series.ct-series-d .ct-point {
    stroke: #d9d9d9;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-d-bg-6-800.opacity-75 .ct-series.ct-series-d .ct-bar {
    stroke: #d9d9d9;
    stroke-opacity: 0.75;
}

.series-d-bg-6-800.opacity-75 .ct-series.ct-series-d .ct-slice-pie {
    fill: #d9d9d9;
    fill-opacity: 0.75;
}

.series-d-bg-6-800.opacity-75 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #d9d9d9;
    stroke-opacity: 0.75;
}

.series-d-bg-6-900 .ct-series.ct-series-d .ct-area {
    fill: #cccccc;
}

.series-d-bg-6-900 .ct-series.ct-series-d .ct-line {
    stroke: #cccccc;
    stroke-width: 3px;
}

.series-d-bg-6-900 .ct-series.ct-series-d .ct-point {
    stroke: #cccccc;
    stroke-width: 6px;
}

.series-d-bg-6-900 .ct-series.ct-series-d .ct-bar {
    stroke: #cccccc;
}

.series-d-bg-6-900 .ct-series.ct-series-d .ct-slice-pie {
    fill: #cccccc;
}

.series-d-bg-6-900 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #cccccc;
}

.series-d-bg-6-900.opacity-75 .ct-series.ct-series-d .ct-area {
    fill: #cccccc;
    fill-opacity: 0.65;
}

.series-d-bg-6-900.opacity-75 .ct-series.ct-series-d .ct-line {
    stroke: #cccccc;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-d-bg-6-900.opacity-75 .ct-series.ct-series-d .ct-point {
    stroke: #cccccc;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-d-bg-6-900.opacity-75 .ct-series.ct-series-d .ct-bar {
    stroke: #cccccc;
    stroke-opacity: 0.75;
}

.series-d-bg-6-900.opacity-75 .ct-series.ct-series-d .ct-slice-pie {
    fill: #cccccc;
    fill-opacity: 0.75;
}

.series-d-bg-6-900.opacity-75 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #cccccc;
    stroke-opacity: 0.75;
}

.series-d-bg-7 .ct-series.ct-series-d .ct-area {
    fill: #f5f5f5;
}

.series-d-bg-7 .ct-series.ct-series-d .ct-line {
    stroke: #f5f5f5;
    stroke-width: 3px;
}

.series-d-bg-7 .ct-series.ct-series-d .ct-point {
    stroke: #f5f5f5;
    stroke-width: 6px;
}

.series-d-bg-7 .ct-series.ct-series-d .ct-bar {
    stroke: #f5f5f5;
}

.series-d-bg-7 .ct-series.ct-series-d .ct-slice-pie {
    fill: #f5f5f5;
}

.series-d-bg-7 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #f5f5f5;
}

.series-d-bg-7.opacity-75 .ct-series.ct-series-d .ct-area {
    fill: #f5f5f5;
    fill-opacity: 0.65;
}

.series-d-bg-7.opacity-75 .ct-series.ct-series-d .ct-line {
    stroke: #f5f5f5;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-d-bg-7.opacity-75 .ct-series.ct-series-d .ct-point {
    stroke: #f5f5f5;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-d-bg-7.opacity-75 .ct-series.ct-series-d .ct-bar {
    stroke: #f5f5f5;
    stroke-opacity: 0.75;
}

.series-d-bg-7.opacity-75 .ct-series.ct-series-d .ct-slice-pie {
    fill: #f5f5f5;
    fill-opacity: 0.75;
}

.series-d-bg-7.opacity-75 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #f5f5f5;
    stroke-opacity: 0.75;
}

.series-d-bg-7-100 .ct-series.ct-series-d .ct-area {
    fill: white;
}

.series-d-bg-7-100 .ct-series.ct-series-d .ct-line {
    stroke: white;
    stroke-width: 3px;
}

.series-d-bg-7-100 .ct-series.ct-series-d .ct-point {
    stroke: white;
    stroke-width: 6px;
}

.series-d-bg-7-100 .ct-series.ct-series-d .ct-bar {
    stroke: white;
}

.series-d-bg-7-100 .ct-series.ct-series-d .ct-slice-pie {
    fill: white;
}

.series-d-bg-7-100 .ct-series.ct-series-d .ct-slice-donut {
    stroke: white;
}

.series-d-bg-7-100.opacity-75 .ct-series.ct-series-d .ct-area {
    fill: white;
    fill-opacity: 0.65;
}

.series-d-bg-7-100.opacity-75 .ct-series.ct-series-d .ct-line {
    stroke: white;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-d-bg-7-100.opacity-75 .ct-series.ct-series-d .ct-point {
    stroke: white;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-d-bg-7-100.opacity-75 .ct-series.ct-series-d .ct-bar {
    stroke: white;
    stroke-opacity: 0.75;
}

.series-d-bg-7-100.opacity-75 .ct-series.ct-series-d .ct-slice-pie {
    fill: white;
    fill-opacity: 0.75;
}

.series-d-bg-7-100.opacity-75 .ct-series.ct-series-d .ct-slice-donut {
    stroke: white;
    stroke-opacity: 0.75;
}

.series-d-bg-7-200 .ct-series.ct-series-d .ct-area {
    fill: white;
}

.series-d-bg-7-200 .ct-series.ct-series-d .ct-line {
    stroke: white;
    stroke-width: 3px;
}

.series-d-bg-7-200 .ct-series.ct-series-d .ct-point {
    stroke: white;
    stroke-width: 6px;
}

.series-d-bg-7-200 .ct-series.ct-series-d .ct-bar {
    stroke: white;
}

.series-d-bg-7-200 .ct-series.ct-series-d .ct-slice-pie {
    fill: white;
}

.series-d-bg-7-200 .ct-series.ct-series-d .ct-slice-donut {
    stroke: white;
}

.series-d-bg-7-200.opacity-75 .ct-series.ct-series-d .ct-area {
    fill: white;
    fill-opacity: 0.65;
}

.series-d-bg-7-200.opacity-75 .ct-series.ct-series-d .ct-line {
    stroke: white;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-d-bg-7-200.opacity-75 .ct-series.ct-series-d .ct-point {
    stroke: white;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-d-bg-7-200.opacity-75 .ct-series.ct-series-d .ct-bar {
    stroke: white;
    stroke-opacity: 0.75;
}

.series-d-bg-7-200.opacity-75 .ct-series.ct-series-d .ct-slice-pie {
    fill: white;
    fill-opacity: 0.75;
}

.series-d-bg-7-200.opacity-75 .ct-series.ct-series-d .ct-slice-donut {
    stroke: white;
    stroke-opacity: 0.75;
}

.series-d-bg-7-300 .ct-series.ct-series-d .ct-area {
    fill: white;
}

.series-d-bg-7-300 .ct-series.ct-series-d .ct-line {
    stroke: white;
    stroke-width: 3px;
}

.series-d-bg-7-300 .ct-series.ct-series-d .ct-point {
    stroke: white;
    stroke-width: 6px;
}

.series-d-bg-7-300 .ct-series.ct-series-d .ct-bar {
    stroke: white;
}

.series-d-bg-7-300 .ct-series.ct-series-d .ct-slice-pie {
    fill: white;
}

.series-d-bg-7-300 .ct-series.ct-series-d .ct-slice-donut {
    stroke: white;
}

.series-d-bg-7-300.opacity-75 .ct-series.ct-series-d .ct-area {
    fill: white;
    fill-opacity: 0.65;
}

.series-d-bg-7-300.opacity-75 .ct-series.ct-series-d .ct-line {
    stroke: white;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-d-bg-7-300.opacity-75 .ct-series.ct-series-d .ct-point {
    stroke: white;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-d-bg-7-300.opacity-75 .ct-series.ct-series-d .ct-bar {
    stroke: white;
    stroke-opacity: 0.75;
}

.series-d-bg-7-300.opacity-75 .ct-series.ct-series-d .ct-slice-pie {
    fill: white;
    fill-opacity: 0.75;
}

.series-d-bg-7-300.opacity-75 .ct-series.ct-series-d .ct-slice-donut {
    stroke: white;
    stroke-opacity: 0.75;
}

.series-d-bg-7-400 .ct-series.ct-series-d .ct-area {
    fill: white;
}

.series-d-bg-7-400 .ct-series.ct-series-d .ct-line {
    stroke: white;
    stroke-width: 3px;
}

.series-d-bg-7-400 .ct-series.ct-series-d .ct-point {
    stroke: white;
    stroke-width: 6px;
}

.series-d-bg-7-400 .ct-series.ct-series-d .ct-bar {
    stroke: white;
}

.series-d-bg-7-400 .ct-series.ct-series-d .ct-slice-pie {
    fill: white;
}

.series-d-bg-7-400 .ct-series.ct-series-d .ct-slice-donut {
    stroke: white;
}

.series-d-bg-7-400.opacity-75 .ct-series.ct-series-d .ct-area {
    fill: white;
    fill-opacity: 0.65;
}

.series-d-bg-7-400.opacity-75 .ct-series.ct-series-d .ct-line {
    stroke: white;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-d-bg-7-400.opacity-75 .ct-series.ct-series-d .ct-point {
    stroke: white;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-d-bg-7-400.opacity-75 .ct-series.ct-series-d .ct-bar {
    stroke: white;
    stroke-opacity: 0.75;
}

.series-d-bg-7-400.opacity-75 .ct-series.ct-series-d .ct-slice-pie {
    fill: white;
    fill-opacity: 0.75;
}

.series-d-bg-7-400.opacity-75 .ct-series.ct-series-d .ct-slice-donut {
    stroke: white;
    stroke-opacity: 0.75;
}

.series-d-bg-7-500 .ct-series.ct-series-d .ct-area {
    fill: #f5f5f5;
}

.series-d-bg-7-500 .ct-series.ct-series-d .ct-line {
    stroke: #f5f5f5;
    stroke-width: 3px;
}

.series-d-bg-7-500 .ct-series.ct-series-d .ct-point {
    stroke: #f5f5f5;
    stroke-width: 6px;
}

.series-d-bg-7-500 .ct-series.ct-series-d .ct-bar {
    stroke: #f5f5f5;
}

.series-d-bg-7-500 .ct-series.ct-series-d .ct-slice-pie {
    fill: #f5f5f5;
}

.series-d-bg-7-500 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #f5f5f5;
}

.series-d-bg-7-500.opacity-75 .ct-series.ct-series-d .ct-area {
    fill: #f5f5f5;
    fill-opacity: 0.65;
}

.series-d-bg-7-500.opacity-75 .ct-series.ct-series-d .ct-line {
    stroke: #f5f5f5;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-d-bg-7-500.opacity-75 .ct-series.ct-series-d .ct-point {
    stroke: #f5f5f5;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-d-bg-7-500.opacity-75 .ct-series.ct-series-d .ct-bar {
    stroke: #f5f5f5;
    stroke-opacity: 0.75;
}

.series-d-bg-7-500.opacity-75 .ct-series.ct-series-d .ct-slice-pie {
    fill: #f5f5f5;
    fill-opacity: 0.75;
}

.series-d-bg-7-500.opacity-75 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #f5f5f5;
    stroke-opacity: 0.75;
}

.series-d-bg-7-600 .ct-series.ct-series-d .ct-area {
    fill: #e8e8e8;
}

.series-d-bg-7-600 .ct-series.ct-series-d .ct-line {
    stroke: #e8e8e8;
    stroke-width: 3px;
}

.series-d-bg-7-600 .ct-series.ct-series-d .ct-point {
    stroke: #e8e8e8;
    stroke-width: 6px;
}

.series-d-bg-7-600 .ct-series.ct-series-d .ct-bar {
    stroke: #e8e8e8;
}

.series-d-bg-7-600 .ct-series.ct-series-d .ct-slice-pie {
    fill: #e8e8e8;
}

.series-d-bg-7-600 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #e8e8e8;
}

.series-d-bg-7-600.opacity-75 .ct-series.ct-series-d .ct-area {
    fill: #e8e8e8;
    fill-opacity: 0.65;
}

.series-d-bg-7-600.opacity-75 .ct-series.ct-series-d .ct-line {
    stroke: #e8e8e8;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-d-bg-7-600.opacity-75 .ct-series.ct-series-d .ct-point {
    stroke: #e8e8e8;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-d-bg-7-600.opacity-75 .ct-series.ct-series-d .ct-bar {
    stroke: #e8e8e8;
    stroke-opacity: 0.75;
}

.series-d-bg-7-600.opacity-75 .ct-series.ct-series-d .ct-slice-pie {
    fill: #e8e8e8;
    fill-opacity: 0.75;
}

.series-d-bg-7-600.opacity-75 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #e8e8e8;
    stroke-opacity: 0.75;
}

.series-d-bg-7-700 .ct-series.ct-series-d .ct-area {
    fill: gainsboro;
}

.series-d-bg-7-700 .ct-series.ct-series-d .ct-line {
    stroke: gainsboro;
    stroke-width: 3px;
}

.series-d-bg-7-700 .ct-series.ct-series-d .ct-point {
    stroke: gainsboro;
    stroke-width: 6px;
}

.series-d-bg-7-700 .ct-series.ct-series-d .ct-bar {
    stroke: gainsboro;
}

.series-d-bg-7-700 .ct-series.ct-series-d .ct-slice-pie {
    fill: gainsboro;
}

.series-d-bg-7-700 .ct-series.ct-series-d .ct-slice-donut {
    stroke: gainsboro;
}

.series-d-bg-7-700.opacity-75 .ct-series.ct-series-d .ct-area {
    fill: gainsboro;
    fill-opacity: 0.65;
}

.series-d-bg-7-700.opacity-75 .ct-series.ct-series-d .ct-line {
    stroke: gainsboro;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-d-bg-7-700.opacity-75 .ct-series.ct-series-d .ct-point {
    stroke: gainsboro;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-d-bg-7-700.opacity-75 .ct-series.ct-series-d .ct-bar {
    stroke: gainsboro;
    stroke-opacity: 0.75;
}

.series-d-bg-7-700.opacity-75 .ct-series.ct-series-d .ct-slice-pie {
    fill: gainsboro;
    fill-opacity: 0.75;
}

.series-d-bg-7-700.opacity-75 .ct-series.ct-series-d .ct-slice-donut {
    stroke: gainsboro;
    stroke-opacity: 0.75;
}

.series-d-bg-7-800 .ct-series.ct-series-d .ct-area {
    fill: #cfcfcf;
}

.series-d-bg-7-800 .ct-series.ct-series-d .ct-line {
    stroke: #cfcfcf;
    stroke-width: 3px;
}

.series-d-bg-7-800 .ct-series.ct-series-d .ct-point {
    stroke: #cfcfcf;
    stroke-width: 6px;
}

.series-d-bg-7-800 .ct-series.ct-series-d .ct-bar {
    stroke: #cfcfcf;
}

.series-d-bg-7-800 .ct-series.ct-series-d .ct-slice-pie {
    fill: #cfcfcf;
}

.series-d-bg-7-800 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #cfcfcf;
}

.series-d-bg-7-800.opacity-75 .ct-series.ct-series-d .ct-area {
    fill: #cfcfcf;
    fill-opacity: 0.65;
}

.series-d-bg-7-800.opacity-75 .ct-series.ct-series-d .ct-line {
    stroke: #cfcfcf;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-d-bg-7-800.opacity-75 .ct-series.ct-series-d .ct-point {
    stroke: #cfcfcf;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-d-bg-7-800.opacity-75 .ct-series.ct-series-d .ct-bar {
    stroke: #cfcfcf;
    stroke-opacity: 0.75;
}

.series-d-bg-7-800.opacity-75 .ct-series.ct-series-d .ct-slice-pie {
    fill: #cfcfcf;
    fill-opacity: 0.75;
}

.series-d-bg-7-800.opacity-75 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #cfcfcf;
    stroke-opacity: 0.75;
}

.series-d-bg-7-900 .ct-series.ct-series-d .ct-area {
    fill: #c2c2c2;
}

.series-d-bg-7-900 .ct-series.ct-series-d .ct-line {
    stroke: #c2c2c2;
    stroke-width: 3px;
}

.series-d-bg-7-900 .ct-series.ct-series-d .ct-point {
    stroke: #c2c2c2;
    stroke-width: 6px;
}

.series-d-bg-7-900 .ct-series.ct-series-d .ct-bar {
    stroke: #c2c2c2;
}

.series-d-bg-7-900 .ct-series.ct-series-d .ct-slice-pie {
    fill: #c2c2c2;
}

.series-d-bg-7-900 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #c2c2c2;
}

.series-d-bg-7-900.opacity-75 .ct-series.ct-series-d .ct-area {
    fill: #c2c2c2;
    fill-opacity: 0.65;
}

.series-d-bg-7-900.opacity-75 .ct-series.ct-series-d .ct-line {
    stroke: #c2c2c2;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-d-bg-7-900.opacity-75 .ct-series.ct-series-d .ct-point {
    stroke: #c2c2c2;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-d-bg-7-900.opacity-75 .ct-series.ct-series-d .ct-bar {
    stroke: #c2c2c2;
    stroke-opacity: 0.75;
}

.series-d-bg-7-900.opacity-75 .ct-series.ct-series-d .ct-slice-pie {
    fill: #c2c2c2;
    fill-opacity: 0.75;
}

.series-d-bg-7-900.opacity-75 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #c2c2c2;
    stroke-opacity: 0.75;
}

.series-d-light-100 .ct-series.ct-series-d .ct-area {
    fill: white;
}

.series-d-light-100 .ct-series.ct-series-d .ct-line {
    stroke: white;
    stroke-width: 3px;
}

.series-d-light-100 .ct-series.ct-series-d .ct-point {
    stroke: white;
    stroke-width: 6px;
}

.series-d-light-100 .ct-series.ct-series-d .ct-bar {
    stroke: white;
}

.series-d-light-100 .ct-series.ct-series-d .ct-slice-pie {
    fill: white;
}

.series-d-light-100 .ct-series.ct-series-d .ct-slice-donut {
    stroke: white;
}

.series-d-light-100.opacity-75 .ct-series.ct-series-d .ct-area {
    fill: white;
    fill-opacity: 0.65;
}

.series-d-light-100.opacity-75 .ct-series.ct-series-d .ct-line {
    stroke: white;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-d-light-100.opacity-75 .ct-series.ct-series-d .ct-point {
    stroke: white;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-d-light-100.opacity-75 .ct-series.ct-series-d .ct-bar {
    stroke: white;
    stroke-opacity: 0.75;
}

.series-d-light-100.opacity-75 .ct-series.ct-series-d .ct-slice-pie {
    fill: white;
    fill-opacity: 0.75;
}

.series-d-light-100.opacity-75 .ct-series.ct-series-d .ct-slice-donut {
    stroke: white;
    stroke-opacity: 0.75;
}

.series-d-light-200 .ct-series.ct-series-d .ct-area {
    fill: white;
}

.series-d-light-200 .ct-series.ct-series-d .ct-line {
    stroke: white;
    stroke-width: 3px;
}

.series-d-light-200 .ct-series.ct-series-d .ct-point {
    stroke: white;
    stroke-width: 6px;
}

.series-d-light-200 .ct-series.ct-series-d .ct-bar {
    stroke: white;
}

.series-d-light-200 .ct-series.ct-series-d .ct-slice-pie {
    fill: white;
}

.series-d-light-200 .ct-series.ct-series-d .ct-slice-donut {
    stroke: white;
}

.series-d-light-200.opacity-75 .ct-series.ct-series-d .ct-area {
    fill: white;
    fill-opacity: 0.65;
}

.series-d-light-200.opacity-75 .ct-series.ct-series-d .ct-line {
    stroke: white;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-d-light-200.opacity-75 .ct-series.ct-series-d .ct-point {
    stroke: white;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-d-light-200.opacity-75 .ct-series.ct-series-d .ct-bar {
    stroke: white;
    stroke-opacity: 0.75;
}

.series-d-light-200.opacity-75 .ct-series.ct-series-d .ct-slice-pie {
    fill: white;
    fill-opacity: 0.75;
}

.series-d-light-200.opacity-75 .ct-series.ct-series-d .ct-slice-donut {
    stroke: white;
    stroke-opacity: 0.75;
}

.series-d-light-300 .ct-series.ct-series-d .ct-area {
    fill: white;
}

.series-d-light-300 .ct-series.ct-series-d .ct-line {
    stroke: white;
    stroke-width: 3px;
}

.series-d-light-300 .ct-series.ct-series-d .ct-point {
    stroke: white;
    stroke-width: 6px;
}

.series-d-light-300 .ct-series.ct-series-d .ct-bar {
    stroke: white;
}

.series-d-light-300 .ct-series.ct-series-d .ct-slice-pie {
    fill: white;
}

.series-d-light-300 .ct-series.ct-series-d .ct-slice-donut {
    stroke: white;
}

.series-d-light-300.opacity-75 .ct-series.ct-series-d .ct-area {
    fill: white;
    fill-opacity: 0.65;
}

.series-d-light-300.opacity-75 .ct-series.ct-series-d .ct-line {
    stroke: white;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-d-light-300.opacity-75 .ct-series.ct-series-d .ct-point {
    stroke: white;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-d-light-300.opacity-75 .ct-series.ct-series-d .ct-bar {
    stroke: white;
    stroke-opacity: 0.75;
}

.series-d-light-300.opacity-75 .ct-series.ct-series-d .ct-slice-pie {
    fill: white;
    fill-opacity: 0.75;
}

.series-d-light-300.opacity-75 .ct-series.ct-series-d .ct-slice-donut {
    stroke: white;
    stroke-opacity: 0.75;
}

.series-d-light-400 .ct-series.ct-series-d .ct-area {
    fill: #fdfdfd;
}

.series-d-light-400 .ct-series.ct-series-d .ct-line {
    stroke: #fdfdfd;
    stroke-width: 3px;
}

.series-d-light-400 .ct-series.ct-series-d .ct-point {
    stroke: #fdfdfd;
    stroke-width: 6px;
}

.series-d-light-400 .ct-series.ct-series-d .ct-bar {
    stroke: #fdfdfd;
}

.series-d-light-400 .ct-series.ct-series-d .ct-slice-pie {
    fill: #fdfdfd;
}

.series-d-light-400 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #fdfdfd;
}

.series-d-light-400.opacity-75 .ct-series.ct-series-d .ct-area {
    fill: #fdfdfd;
    fill-opacity: 0.65;
}

.series-d-light-400.opacity-75 .ct-series.ct-series-d .ct-line {
    stroke: #fdfdfd;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-d-light-400.opacity-75 .ct-series.ct-series-d .ct-point {
    stroke: #fdfdfd;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-d-light-400.opacity-75 .ct-series.ct-series-d .ct-bar {
    stroke: #fdfdfd;
    stroke-opacity: 0.75;
}

.series-d-light-400.opacity-75 .ct-series.ct-series-d .ct-slice-pie {
    fill: #fdfdfd;
    fill-opacity: 0.75;
}

.series-d-light-400.opacity-75 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #fdfdfd;
    stroke-opacity: 0.75;
}

.series-d-light-500 .ct-series.ct-series-d .ct-area {
    fill: #f5f5f5;
}

.series-d-light-500 .ct-series.ct-series-d .ct-line {
    stroke: #f5f5f5;
    stroke-width: 3px;
}

.series-d-light-500 .ct-series.ct-series-d .ct-point {
    stroke: #f5f5f5;
    stroke-width: 6px;
}

.series-d-light-500 .ct-series.ct-series-d .ct-bar {
    stroke: #f5f5f5;
}

.series-d-light-500 .ct-series.ct-series-d .ct-slice-pie {
    fill: #f5f5f5;
}

.series-d-light-500 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #f5f5f5;
}

.series-d-light-500.opacity-75 .ct-series.ct-series-d .ct-area {
    fill: #f5f5f5;
    fill-opacity: 0.65;
}

.series-d-light-500.opacity-75 .ct-series.ct-series-d .ct-line {
    stroke: #f5f5f5;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-d-light-500.opacity-75 .ct-series.ct-series-d .ct-point {
    stroke: #f5f5f5;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-d-light-500.opacity-75 .ct-series.ct-series-d .ct-bar {
    stroke: #f5f5f5;
    stroke-opacity: 0.75;
}

.series-d-light-500.opacity-75 .ct-series.ct-series-d .ct-slice-pie {
    fill: #f5f5f5;
    fill-opacity: 0.75;
}

.series-d-light-500.opacity-75 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #f5f5f5;
    stroke-opacity: 0.75;
}

.series-d-light-600 .ct-series.ct-series-d .ct-area {
    fill: #ededed;
}

.series-d-light-600 .ct-series.ct-series-d .ct-line {
    stroke: #ededed;
    stroke-width: 3px;
}

.series-d-light-600 .ct-series.ct-series-d .ct-point {
    stroke: #ededed;
    stroke-width: 6px;
}

.series-d-light-600 .ct-series.ct-series-d .ct-bar {
    stroke: #ededed;
}

.series-d-light-600 .ct-series.ct-series-d .ct-slice-pie {
    fill: #ededed;
}

.series-d-light-600 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #ededed;
}

.series-d-light-600.opacity-75 .ct-series.ct-series-d .ct-area {
    fill: #ededed;
    fill-opacity: 0.65;
}

.series-d-light-600.opacity-75 .ct-series.ct-series-d .ct-line {
    stroke: #ededed;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-d-light-600.opacity-75 .ct-series.ct-series-d .ct-point {
    stroke: #ededed;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-d-light-600.opacity-75 .ct-series.ct-series-d .ct-bar {
    stroke: #ededed;
    stroke-opacity: 0.75;
}

.series-d-light-600.opacity-75 .ct-series.ct-series-d .ct-slice-pie {
    fill: #ededed;
    fill-opacity: 0.75;
}

.series-d-light-600.opacity-75 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #ededed;
    stroke-opacity: 0.75;
}

.series-d-light-700 .ct-series.ct-series-d .ct-area {
    fill: #e6e6e6;
}

.series-d-light-700 .ct-series.ct-series-d .ct-line {
    stroke: #e6e6e6;
    stroke-width: 3px;
}

.series-d-light-700 .ct-series.ct-series-d .ct-point {
    stroke: #e6e6e6;
    stroke-width: 6px;
}

.series-d-light-700 .ct-series.ct-series-d .ct-bar {
    stroke: #e6e6e6;
}

.series-d-light-700 .ct-series.ct-series-d .ct-slice-pie {
    fill: #e6e6e6;
}

.series-d-light-700 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #e6e6e6;
}

.series-d-light-700.opacity-75 .ct-series.ct-series-d .ct-area {
    fill: #e6e6e6;
    fill-opacity: 0.65;
}

.series-d-light-700.opacity-75 .ct-series.ct-series-d .ct-line {
    stroke: #e6e6e6;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-d-light-700.opacity-75 .ct-series.ct-series-d .ct-point {
    stroke: #e6e6e6;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-d-light-700.opacity-75 .ct-series.ct-series-d .ct-bar {
    stroke: #e6e6e6;
    stroke-opacity: 0.75;
}

.series-d-light-700.opacity-75 .ct-series.ct-series-d .ct-slice-pie {
    fill: #e6e6e6;
    fill-opacity: 0.75;
}

.series-d-light-700.opacity-75 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #e6e6e6;
    stroke-opacity: 0.75;
}

.series-d-light-800 .ct-series.ct-series-d .ct-area {
    fill: #dedede;
}

.series-d-light-800 .ct-series.ct-series-d .ct-line {
    stroke: #dedede;
    stroke-width: 3px;
}

.series-d-light-800 .ct-series.ct-series-d .ct-point {
    stroke: #dedede;
    stroke-width: 6px;
}

.series-d-light-800 .ct-series.ct-series-d .ct-bar {
    stroke: #dedede;
}

.series-d-light-800 .ct-series.ct-series-d .ct-slice-pie {
    fill: #dedede;
}

.series-d-light-800 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #dedede;
}

.series-d-light-800.opacity-75 .ct-series.ct-series-d .ct-area {
    fill: #dedede;
    fill-opacity: 0.65;
}

.series-d-light-800.opacity-75 .ct-series.ct-series-d .ct-line {
    stroke: #dedede;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-d-light-800.opacity-75 .ct-series.ct-series-d .ct-point {
    stroke: #dedede;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-d-light-800.opacity-75 .ct-series.ct-series-d .ct-bar {
    stroke: #dedede;
    stroke-opacity: 0.75;
}

.series-d-light-800.opacity-75 .ct-series.ct-series-d .ct-slice-pie {
    fill: #dedede;
    fill-opacity: 0.75;
}

.series-d-light-800.opacity-75 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #dedede;
    stroke-opacity: 0.75;
}

.series-d-light-900 .ct-series.ct-series-d .ct-area {
    fill: #d6d6d6;
}

.series-d-light-900 .ct-series.ct-series-d .ct-line {
    stroke: #d6d6d6;
    stroke-width: 3px;
}

.series-d-light-900 .ct-series.ct-series-d .ct-point {
    stroke: #d6d6d6;
    stroke-width: 6px;
}

.series-d-light-900 .ct-series.ct-series-d .ct-bar {
    stroke: #d6d6d6;
}

.series-d-light-900 .ct-series.ct-series-d .ct-slice-pie {
    fill: #d6d6d6;
}

.series-d-light-900 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #d6d6d6;
}

.series-d-light-900.opacity-75 .ct-series.ct-series-d .ct-area {
    fill: #d6d6d6;
    fill-opacity: 0.65;
}

.series-d-light-900.opacity-75 .ct-series.ct-series-d .ct-line {
    stroke: #d6d6d6;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-d-light-900.opacity-75 .ct-series.ct-series-d .ct-point {
    stroke: #d6d6d6;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-d-light-900.opacity-75 .ct-series.ct-series-d .ct-bar {
    stroke: #d6d6d6;
    stroke-opacity: 0.75;
}

.series-d-light-900.opacity-75 .ct-series.ct-series-d .ct-slice-pie {
    fill: #d6d6d6;
    fill-opacity: 0.75;
}

.series-d-light-900.opacity-75 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #d6d6d6;
    stroke-opacity: 0.75;
}

.series-d-dark-100 .ct-series.ct-series-d .ct-area {
    fill: #404655;
}

.series-d-dark-100 .ct-series.ct-series-d .ct-line {
    stroke: #404655;
    stroke-width: 3px;
}

.series-d-dark-100 .ct-series.ct-series-d .ct-point {
    stroke: #404655;
    stroke-width: 6px;
}

.series-d-dark-100 .ct-series.ct-series-d .ct-bar {
    stroke: #404655;
}

.series-d-dark-100 .ct-series.ct-series-d .ct-slice-pie {
    fill: #404655;
}

.series-d-dark-100 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #404655;
}

.series-d-dark-100.opacity-75 .ct-series.ct-series-d .ct-area {
    fill: #404655;
    fill-opacity: 0.65;
}

.series-d-dark-100.opacity-75 .ct-series.ct-series-d .ct-line {
    stroke: #404655;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-d-dark-100.opacity-75 .ct-series.ct-series-d .ct-point {
    stroke: #404655;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-d-dark-100.opacity-75 .ct-series.ct-series-d .ct-bar {
    stroke: #404655;
    stroke-opacity: 0.75;
}

.series-d-dark-100.opacity-75 .ct-series.ct-series-d .ct-slice-pie {
    fill: #404655;
    fill-opacity: 0.75;
}

.series-d-dark-100.opacity-75 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #404655;
    stroke-opacity: 0.75;
}

.series-d-dark-200 .ct-series.ct-series-d .ct-area {
    fill: #3a3e4c;
}

.series-d-dark-200 .ct-series.ct-series-d .ct-line {
    stroke: #3a3e4c;
    stroke-width: 3px;
}

.series-d-dark-200 .ct-series.ct-series-d .ct-point {
    stroke: #3a3e4c;
    stroke-width: 6px;
}

.series-d-dark-200 .ct-series.ct-series-d .ct-bar {
    stroke: #3a3e4c;
}

.series-d-dark-200 .ct-series.ct-series-d .ct-slice-pie {
    fill: #3a3e4c;
}

.series-d-dark-200 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #3a3e4c;
}

.series-d-dark-200.opacity-75 .ct-series.ct-series-d .ct-area {
    fill: #3a3e4c;
    fill-opacity: 0.65;
}

.series-d-dark-200.opacity-75 .ct-series.ct-series-d .ct-line {
    stroke: #3a3e4c;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-d-dark-200.opacity-75 .ct-series.ct-series-d .ct-point {
    stroke: #3a3e4c;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-d-dark-200.opacity-75 .ct-series.ct-series-d .ct-bar {
    stroke: #3a3e4c;
    stroke-opacity: 0.75;
}

.series-d-dark-200.opacity-75 .ct-series.ct-series-d .ct-slice-pie {
    fill: #3a3e4c;
    fill-opacity: 0.75;
}

.series-d-dark-200.opacity-75 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #3a3e4c;
    stroke-opacity: 0.75;
}

.series-d-dark-300 .ct-series.ct-series-d .ct-area {
    fill: #333743;
}

.series-d-dark-300 .ct-series.ct-series-d .ct-line {
    stroke: #333743;
    stroke-width: 3px;
}

.series-d-dark-300 .ct-series.ct-series-d .ct-point {
    stroke: #333743;
    stroke-width: 6px;
}

.series-d-dark-300 .ct-series.ct-series-d .ct-bar {
    stroke: #333743;
}

.series-d-dark-300 .ct-series.ct-series-d .ct-slice-pie {
    fill: #333743;
}

.series-d-dark-300 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #333743;
}

.series-d-dark-300.opacity-75 .ct-series.ct-series-d .ct-area {
    fill: #333743;
    fill-opacity: 0.65;
}

.series-d-dark-300.opacity-75 .ct-series.ct-series-d .ct-line {
    stroke: #333743;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-d-dark-300.opacity-75 .ct-series.ct-series-d .ct-point {
    stroke: #333743;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-d-dark-300.opacity-75 .ct-series.ct-series-d .ct-bar {
    stroke: #333743;
    stroke-opacity: 0.75;
}

.series-d-dark-300.opacity-75 .ct-series.ct-series-d .ct-slice-pie {
    fill: #333743;
    fill-opacity: 0.75;
}

.series-d-dark-300.opacity-75 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #333743;
    stroke-opacity: 0.75;
}

.series-d-dark-400 .ct-series.ct-series-d .ct-area {
    fill: #2d303b;
}

.series-d-dark-400 .ct-series.ct-series-d .ct-line {
    stroke: #2d303b;
    stroke-width: 3px;
}

.series-d-dark-400 .ct-series.ct-series-d .ct-point {
    stroke: #2d303b;
    stroke-width: 6px;
}

.series-d-dark-400 .ct-series.ct-series-d .ct-bar {
    stroke: #2d303b;
}

.series-d-dark-400 .ct-series.ct-series-d .ct-slice-pie {
    fill: #2d303b;
}

.series-d-dark-400 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #2d303b;
}

.series-d-dark-400.opacity-75 .ct-series.ct-series-d .ct-area {
    fill: #2d303b;
    fill-opacity: 0.65;
}

.series-d-dark-400.opacity-75 .ct-series.ct-series-d .ct-line {
    stroke: #2d303b;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-d-dark-400.opacity-75 .ct-series.ct-series-d .ct-point {
    stroke: #2d303b;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-d-dark-400.opacity-75 .ct-series.ct-series-d .ct-bar {
    stroke: #2d303b;
    stroke-opacity: 0.75;
}

.series-d-dark-400.opacity-75 .ct-series.ct-series-d .ct-slice-pie {
    fill: #2d303b;
    fill-opacity: 0.75;
}

.series-d-dark-400.opacity-75 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #2d303b;
    stroke-opacity: 0.75;
}

.series-d-dark-500 .ct-series.ct-series-d .ct-area {
    fill: #262932;
}

.series-d-dark-500 .ct-series.ct-series-d .ct-line {
    stroke: #262932;
    stroke-width: 3px;
}

.series-d-dark-500 .ct-series.ct-series-d .ct-point {
    stroke: #262932;
    stroke-width: 6px;
}

.series-d-dark-500 .ct-series.ct-series-d .ct-bar {
    stroke: #262932;
}

.series-d-dark-500 .ct-series.ct-series-d .ct-slice-pie {
    fill: #262932;
}

.series-d-dark-500 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #262932;
}

.series-d-dark-500.opacity-75 .ct-series.ct-series-d .ct-area {
    fill: #262932;
    fill-opacity: 0.65;
}

.series-d-dark-500.opacity-75 .ct-series.ct-series-d .ct-line {
    stroke: #262932;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-d-dark-500.opacity-75 .ct-series.ct-series-d .ct-point {
    stroke: #262932;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-d-dark-500.opacity-75 .ct-series.ct-series-d .ct-bar {
    stroke: #262932;
    stroke-opacity: 0.75;
}

.series-d-dark-500.opacity-75 .ct-series.ct-series-d .ct-slice-pie {
    fill: #262932;
    fill-opacity: 0.75;
}

.series-d-dark-500.opacity-75 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #262932;
    stroke-opacity: 0.75;
}

.series-d-dark-600 .ct-series.ct-series-d .ct-area {
    fill: #1f2229;
}

.series-d-dark-600 .ct-series.ct-series-d .ct-line {
    stroke: #1f2229;
    stroke-width: 3px;
}

.series-d-dark-600 .ct-series.ct-series-d .ct-point {
    stroke: #1f2229;
    stroke-width: 6px;
}

.series-d-dark-600 .ct-series.ct-series-d .ct-bar {
    stroke: #1f2229;
}

.series-d-dark-600 .ct-series.ct-series-d .ct-slice-pie {
    fill: #1f2229;
}

.series-d-dark-600 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #1f2229;
}

.series-d-dark-600.opacity-75 .ct-series.ct-series-d .ct-area {
    fill: #1f2229;
    fill-opacity: 0.65;
}

.series-d-dark-600.opacity-75 .ct-series.ct-series-d .ct-line {
    stroke: #1f2229;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-d-dark-600.opacity-75 .ct-series.ct-series-d .ct-point {
    stroke: #1f2229;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-d-dark-600.opacity-75 .ct-series.ct-series-d .ct-bar {
    stroke: #1f2229;
    stroke-opacity: 0.75;
}

.series-d-dark-600.opacity-75 .ct-series.ct-series-d .ct-slice-pie {
    fill: #1f2229;
    fill-opacity: 0.75;
}

.series-d-dark-600.opacity-75 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #1f2229;
    stroke-opacity: 0.75;
}

.series-d-dark-700 .ct-series.ct-series-d .ct-area {
    fill: #191b21;
}

.series-d-dark-700 .ct-series.ct-series-d .ct-line {
    stroke: #191b21;
    stroke-width: 3px;
}

.series-d-dark-700 .ct-series.ct-series-d .ct-point {
    stroke: #191b21;
    stroke-width: 6px;
}

.series-d-dark-700 .ct-series.ct-series-d .ct-bar {
    stroke: #191b21;
}

.series-d-dark-700 .ct-series.ct-series-d .ct-slice-pie {
    fill: #191b21;
}

.series-d-dark-700 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #191b21;
}

.series-d-dark-700.opacity-75 .ct-series.ct-series-d .ct-area {
    fill: #191b21;
    fill-opacity: 0.65;
}

.series-d-dark-700.opacity-75 .ct-series.ct-series-d .ct-line {
    stroke: #191b21;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-d-dark-700.opacity-75 .ct-series.ct-series-d .ct-point {
    stroke: #191b21;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-d-dark-700.opacity-75 .ct-series.ct-series-d .ct-bar {
    stroke: #191b21;
    stroke-opacity: 0.75;
}

.series-d-dark-700.opacity-75 .ct-series.ct-series-d .ct-slice-pie {
    fill: #191b21;
    fill-opacity: 0.75;
}

.series-d-dark-700.opacity-75 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #191b21;
    stroke-opacity: 0.75;
}

.series-d-dark-800 .ct-series.ct-series-d .ct-area {
    fill: #121418;
}

.series-d-dark-800 .ct-series.ct-series-d .ct-line {
    stroke: #121418;
    stroke-width: 3px;
}

.series-d-dark-800 .ct-series.ct-series-d .ct-point {
    stroke: #121418;
    stroke-width: 6px;
}

.series-d-dark-800 .ct-series.ct-series-d .ct-bar {
    stroke: #121418;
}

.series-d-dark-800 .ct-series.ct-series-d .ct-slice-pie {
    fill: #121418;
}

.series-d-dark-800 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #121418;
}

.series-d-dark-800.opacity-75 .ct-series.ct-series-d .ct-area {
    fill: #121418;
    fill-opacity: 0.65;
}

.series-d-dark-800.opacity-75 .ct-series.ct-series-d .ct-line {
    stroke: #121418;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-d-dark-800.opacity-75 .ct-series.ct-series-d .ct-point {
    stroke: #121418;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-d-dark-800.opacity-75 .ct-series.ct-series-d .ct-bar {
    stroke: #121418;
    stroke-opacity: 0.75;
}

.series-d-dark-800.opacity-75 .ct-series.ct-series-d .ct-slice-pie {
    fill: #121418;
    fill-opacity: 0.75;
}

.series-d-dark-800.opacity-75 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #121418;
    stroke-opacity: 0.75;
}

.series-d-dark-900 .ct-series.ct-series-d .ct-area {
    fill: #0c0c0f;
}

.series-d-dark-900 .ct-series.ct-series-d .ct-line {
    stroke: #0c0c0f;
    stroke-width: 3px;
}

.series-d-dark-900 .ct-series.ct-series-d .ct-point {
    stroke: #0c0c0f;
    stroke-width: 6px;
}

.series-d-dark-900 .ct-series.ct-series-d .ct-bar {
    stroke: #0c0c0f;
}

.series-d-dark-900 .ct-series.ct-series-d .ct-slice-pie {
    fill: #0c0c0f;
}

.series-d-dark-900 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #0c0c0f;
}

.series-d-dark-900.opacity-75 .ct-series.ct-series-d .ct-area {
    fill: #0c0c0f;
    fill-opacity: 0.65;
}

.series-d-dark-900.opacity-75 .ct-series.ct-series-d .ct-line {
    stroke: #0c0c0f;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-d-dark-900.opacity-75 .ct-series.ct-series-d .ct-point {
    stroke: #0c0c0f;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-d-dark-900.opacity-75 .ct-series.ct-series-d .ct-bar {
    stroke: #0c0c0f;
    stroke-opacity: 0.75;
}

.series-d-dark-900.opacity-75 .ct-series.ct-series-d .ct-slice-pie {
    fill: #0c0c0f;
    fill-opacity: 0.75;
}

.series-d-dark-900.opacity-75 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #0c0c0f;
    stroke-opacity: 0.75;
}

.series-d-default .ct-series.ct-series-d .ct-area {
    fill: #5bc0de;
}

.series-d-default .ct-series.ct-series-d .ct-line {
    stroke: #5bc0de;
    stroke-width: 3px;
}

.series-d-default .ct-series.ct-series-d .ct-point {
    stroke: #5bc0de;
    stroke-width: 6px;
}

.series-d-default .ct-series.ct-series-d .ct-bar {
    stroke: #5bc0de;
}

.series-d-default .ct-series.ct-series-d .ct-slice-pie {
    fill: #5bc0de;
}

.series-d-default .ct-series.ct-series-d .ct-slice-donut {
    stroke: #5bc0de;
}

.series-d-default.opacity-75 .ct-series.ct-series-d .ct-area {
    fill: #5bc0de;
    fill-opacity: 0.65;
}

.series-d-default.opacity-75 .ct-series.ct-series-d .ct-line {
    stroke: #5bc0de;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-d-default.opacity-75 .ct-series.ct-series-d .ct-point {
    stroke: #5bc0de;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-d-default.opacity-75 .ct-series.ct-series-d .ct-bar {
    stroke: #5bc0de;
    stroke-opacity: 0.75;
}

.series-d-default.opacity-75 .ct-series.ct-series-d .ct-slice-pie {
    fill: #5bc0de;
    fill-opacity: 0.75;
}

.series-d-default.opacity-75 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #5bc0de;
    stroke-opacity: 0.75;
}

.series-d-default-100 .ct-series.ct-series-d .ct-area {
    fill: #8ed4e8;
}

.series-d-default-100 .ct-series.ct-series-d .ct-line {
    stroke: #8ed4e8;
    stroke-width: 3px;
}

.series-d-default-100 .ct-series.ct-series-d .ct-point {
    stroke: #8ed4e8;
    stroke-width: 6px;
}

.series-d-default-100 .ct-series.ct-series-d .ct-bar {
    stroke: #8ed4e8;
}

.series-d-default-100 .ct-series.ct-series-d .ct-slice-pie {
    fill: #8ed4e8;
}

.series-d-default-100 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #8ed4e8;
}

.series-d-default-100.opacity-75 .ct-series.ct-series-d .ct-area {
    fill: #8ed4e8;
    fill-opacity: 0.65;
}

.series-d-default-100.opacity-75 .ct-series.ct-series-d .ct-line {
    stroke: #8ed4e8;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-d-default-100.opacity-75 .ct-series.ct-series-d .ct-point {
    stroke: #8ed4e8;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-d-default-100.opacity-75 .ct-series.ct-series-d .ct-bar {
    stroke: #8ed4e8;
    stroke-opacity: 0.75;
}

.series-d-default-100.opacity-75 .ct-series.ct-series-d .ct-slice-pie {
    fill: #8ed4e8;
    fill-opacity: 0.75;
}

.series-d-default-100.opacity-75 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #8ed4e8;
    stroke-opacity: 0.75;
}

.series-d-default-200 .ct-series.ct-series-d .ct-area {
    fill: #81cfe6;
}

.series-d-default-200 .ct-series.ct-series-d .ct-line {
    stroke: #81cfe6;
    stroke-width: 3px;
}

.series-d-default-200 .ct-series.ct-series-d .ct-point {
    stroke: #81cfe6;
    stroke-width: 6px;
}

.series-d-default-200 .ct-series.ct-series-d .ct-bar {
    stroke: #81cfe6;
}

.series-d-default-200 .ct-series.ct-series-d .ct-slice-pie {
    fill: #81cfe6;
}

.series-d-default-200 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #81cfe6;
}

.series-d-default-200.opacity-75 .ct-series.ct-series-d .ct-area {
    fill: #81cfe6;
    fill-opacity: 0.65;
}

.series-d-default-200.opacity-75 .ct-series.ct-series-d .ct-line {
    stroke: #81cfe6;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-d-default-200.opacity-75 .ct-series.ct-series-d .ct-point {
    stroke: #81cfe6;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-d-default-200.opacity-75 .ct-series.ct-series-d .ct-bar {
    stroke: #81cfe6;
    stroke-opacity: 0.75;
}

.series-d-default-200.opacity-75 .ct-series.ct-series-d .ct-slice-pie {
    fill: #81cfe6;
    fill-opacity: 0.75;
}

.series-d-default-200.opacity-75 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #81cfe6;
    stroke-opacity: 0.75;
}

.series-d-default-300 .ct-series.ct-series-d .ct-area {
    fill: #74cae3;
}

.series-d-default-300 .ct-series.ct-series-d .ct-line {
    stroke: #74cae3;
    stroke-width: 3px;
}

.series-d-default-300 .ct-series.ct-series-d .ct-point {
    stroke: #74cae3;
    stroke-width: 6px;
}

.series-d-default-300 .ct-series.ct-series-d .ct-bar {
    stroke: #74cae3;
}

.series-d-default-300 .ct-series.ct-series-d .ct-slice-pie {
    fill: #74cae3;
}

.series-d-default-300 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #74cae3;
}

.series-d-default-300.opacity-75 .ct-series.ct-series-d .ct-area {
    fill: #74cae3;
    fill-opacity: 0.65;
}

.series-d-default-300.opacity-75 .ct-series.ct-series-d .ct-line {
    stroke: #74cae3;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-d-default-300.opacity-75 .ct-series.ct-series-d .ct-point {
    stroke: #74cae3;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-d-default-300.opacity-75 .ct-series.ct-series-d .ct-bar {
    stroke: #74cae3;
    stroke-opacity: 0.75;
}

.series-d-default-300.opacity-75 .ct-series.ct-series-d .ct-slice-pie {
    fill: #74cae3;
    fill-opacity: 0.75;
}

.series-d-default-300.opacity-75 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #74cae3;
    stroke-opacity: 0.75;
}

.series-d-default-400 .ct-series.ct-series-d .ct-area {
    fill: #68c5e1;
}

.series-d-default-400 .ct-series.ct-series-d .ct-line {
    stroke: #68c5e1;
    stroke-width: 3px;
}

.series-d-default-400 .ct-series.ct-series-d .ct-point {
    stroke: #68c5e1;
    stroke-width: 6px;
}

.series-d-default-400 .ct-series.ct-series-d .ct-bar {
    stroke: #68c5e1;
}

.series-d-default-400 .ct-series.ct-series-d .ct-slice-pie {
    fill: #68c5e1;
}

.series-d-default-400 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #68c5e1;
}

.series-d-default-400.opacity-75 .ct-series.ct-series-d .ct-area {
    fill: #68c5e1;
    fill-opacity: 0.65;
}

.series-d-default-400.opacity-75 .ct-series.ct-series-d .ct-line {
    stroke: #68c5e1;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-d-default-400.opacity-75 .ct-series.ct-series-d .ct-point {
    stroke: #68c5e1;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-d-default-400.opacity-75 .ct-series.ct-series-d .ct-bar {
    stroke: #68c5e1;
    stroke-opacity: 0.75;
}

.series-d-default-400.opacity-75 .ct-series.ct-series-d .ct-slice-pie {
    fill: #68c5e1;
    fill-opacity: 0.75;
}

.series-d-default-400.opacity-75 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #68c5e1;
    stroke-opacity: 0.75;
}

.series-d-default-500 .ct-series.ct-series-d .ct-area {
    fill: #5bc0de;
}

.series-d-default-500 .ct-series.ct-series-d .ct-line {
    stroke: #5bc0de;
    stroke-width: 3px;
}

.series-d-default-500 .ct-series.ct-series-d .ct-point {
    stroke: #5bc0de;
    stroke-width: 6px;
}

.series-d-default-500 .ct-series.ct-series-d .ct-bar {
    stroke: #5bc0de;
}

.series-d-default-500 .ct-series.ct-series-d .ct-slice-pie {
    fill: #5bc0de;
}

.series-d-default-500 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #5bc0de;
}

.series-d-default-500.opacity-75 .ct-series.ct-series-d .ct-area {
    fill: #5bc0de;
    fill-opacity: 0.65;
}

.series-d-default-500.opacity-75 .ct-series.ct-series-d .ct-line {
    stroke: #5bc0de;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-d-default-500.opacity-75 .ct-series.ct-series-d .ct-point {
    stroke: #5bc0de;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-d-default-500.opacity-75 .ct-series.ct-series-d .ct-bar {
    stroke: #5bc0de;
    stroke-opacity: 0.75;
}

.series-d-default-500.opacity-75 .ct-series.ct-series-d .ct-slice-pie {
    fill: #5bc0de;
    fill-opacity: 0.75;
}

.series-d-default-500.opacity-75 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #5bc0de;
    stroke-opacity: 0.75;
}

.series-d-default-600 .ct-series.ct-series-d .ct-area {
    fill: #4ebbdb;
}

.series-d-default-600 .ct-series.ct-series-d .ct-line {
    stroke: #4ebbdb;
    stroke-width: 3px;
}

.series-d-default-600 .ct-series.ct-series-d .ct-point {
    stroke: #4ebbdb;
    stroke-width: 6px;
}

.series-d-default-600 .ct-series.ct-series-d .ct-bar {
    stroke: #4ebbdb;
}

.series-d-default-600 .ct-series.ct-series-d .ct-slice-pie {
    fill: #4ebbdb;
}

.series-d-default-600 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #4ebbdb;
}

.series-d-default-600.opacity-75 .ct-series.ct-series-d .ct-area {
    fill: #4ebbdb;
    fill-opacity: 0.65;
}

.series-d-default-600.opacity-75 .ct-series.ct-series-d .ct-line {
    stroke: #4ebbdb;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-d-default-600.opacity-75 .ct-series.ct-series-d .ct-point {
    stroke: #4ebbdb;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-d-default-600.opacity-75 .ct-series.ct-series-d .ct-bar {
    stroke: #4ebbdb;
    stroke-opacity: 0.75;
}

.series-d-default-600.opacity-75 .ct-series.ct-series-d .ct-slice-pie {
    fill: #4ebbdb;
    fill-opacity: 0.75;
}

.series-d-default-600.opacity-75 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #4ebbdb;
    stroke-opacity: 0.75;
}

.series-d-default-700 .ct-series.ct-series-d .ct-area {
    fill: #42b6d9;
}

.series-d-default-700 .ct-series.ct-series-d .ct-line {
    stroke: #42b6d9;
    stroke-width: 3px;
}

.series-d-default-700 .ct-series.ct-series-d .ct-point {
    stroke: #42b6d9;
    stroke-width: 6px;
}

.series-d-default-700 .ct-series.ct-series-d .ct-bar {
    stroke: #42b6d9;
}

.series-d-default-700 .ct-series.ct-series-d .ct-slice-pie {
    fill: #42b6d9;
}

.series-d-default-700 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #42b6d9;
}

.series-d-default-700.opacity-75 .ct-series.ct-series-d .ct-area {
    fill: #42b6d9;
    fill-opacity: 0.65;
}

.series-d-default-700.opacity-75 .ct-series.ct-series-d .ct-line {
    stroke: #42b6d9;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-d-default-700.opacity-75 .ct-series.ct-series-d .ct-point {
    stroke: #42b6d9;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-d-default-700.opacity-75 .ct-series.ct-series-d .ct-bar {
    stroke: #42b6d9;
    stroke-opacity: 0.75;
}

.series-d-default-700.opacity-75 .ct-series.ct-series-d .ct-slice-pie {
    fill: #42b6d9;
    fill-opacity: 0.75;
}

.series-d-default-700.opacity-75 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #42b6d9;
    stroke-opacity: 0.75;
}

.series-d-default-800 .ct-series.ct-series-d .ct-area {
    fill: #35b1d6;
}

.series-d-default-800 .ct-series.ct-series-d .ct-line {
    stroke: #35b1d6;
    stroke-width: 3px;
}

.series-d-default-800 .ct-series.ct-series-d .ct-point {
    stroke: #35b1d6;
    stroke-width: 6px;
}

.series-d-default-800 .ct-series.ct-series-d .ct-bar {
    stroke: #35b1d6;
}

.series-d-default-800 .ct-series.ct-series-d .ct-slice-pie {
    fill: #35b1d6;
}

.series-d-default-800 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #35b1d6;
}

.series-d-default-800.opacity-75 .ct-series.ct-series-d .ct-area {
    fill: #35b1d6;
    fill-opacity: 0.65;
}

.series-d-default-800.opacity-75 .ct-series.ct-series-d .ct-line {
    stroke: #35b1d6;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-d-default-800.opacity-75 .ct-series.ct-series-d .ct-point {
    stroke: #35b1d6;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-d-default-800.opacity-75 .ct-series.ct-series-d .ct-bar {
    stroke: #35b1d6;
    stroke-opacity: 0.75;
}

.series-d-default-800.opacity-75 .ct-series.ct-series-d .ct-slice-pie {
    fill: #35b1d6;
    fill-opacity: 0.75;
}

.series-d-default-800.opacity-75 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #35b1d6;
    stroke-opacity: 0.75;
}

.series-d-default-900 .ct-series.ct-series-d .ct-area {
    fill: #2aabd2;
}

.series-d-default-900 .ct-series.ct-series-d .ct-line {
    stroke: #2aabd2;
    stroke-width: 3px;
}

.series-d-default-900 .ct-series.ct-series-d .ct-point {
    stroke: #2aabd2;
    stroke-width: 6px;
}

.series-d-default-900 .ct-series.ct-series-d .ct-bar {
    stroke: #2aabd2;
}

.series-d-default-900 .ct-series.ct-series-d .ct-slice-pie {
    fill: #2aabd2;
}

.series-d-default-900 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #2aabd2;
}

.series-d-default-900.opacity-75 .ct-series.ct-series-d .ct-area {
    fill: #2aabd2;
    fill-opacity: 0.65;
}

.series-d-default-900.opacity-75 .ct-series.ct-series-d .ct-line {
    stroke: #2aabd2;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-d-default-900.opacity-75 .ct-series.ct-series-d .ct-point {
    stroke: #2aabd2;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-d-default-900.opacity-75 .ct-series.ct-series-d .ct-bar {
    stroke: #2aabd2;
    stroke-opacity: 0.75;
}

.series-d-default-900.opacity-75 .ct-series.ct-series-d .ct-slice-pie {
    fill: #2aabd2;
    fill-opacity: 0.75;
}

.series-d-default-900.opacity-75 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #2aabd2;
    stroke-opacity: 0.75;
}

.series-d-primary .ct-series.ct-series-d .ct-area {
    fill: #0275d8;
}

.series-d-primary .ct-series.ct-series-d .ct-line {
    stroke: #0275d8;
    stroke-width: 3px;
}

.series-d-primary .ct-series.ct-series-d .ct-point {
    stroke: #0275d8;
    stroke-width: 6px;
}

.series-d-primary .ct-series.ct-series-d .ct-bar {
    stroke: #0275d8;
}

.series-d-primary .ct-series.ct-series-d .ct-slice-pie {
    fill: #0275d8;
}

.series-d-primary .ct-series.ct-series-d .ct-slice-donut {
    stroke: #0275d8;
}

.series-d-primary.opacity-75 .ct-series.ct-series-d .ct-area {
    fill: #0275d8;
    fill-opacity: 0.65;
}

.series-d-primary.opacity-75 .ct-series.ct-series-d .ct-line {
    stroke: #0275d8;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-d-primary.opacity-75 .ct-series.ct-series-d .ct-point {
    stroke: #0275d8;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-d-primary.opacity-75 .ct-series.ct-series-d .ct-bar {
    stroke: #0275d8;
    stroke-opacity: 0.75;
}

.series-d-primary.opacity-75 .ct-series.ct-series-d .ct-slice-pie {
    fill: #0275d8;
    fill-opacity: 0.75;
}

.series-d-primary.opacity-75 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #0275d8;
    stroke-opacity: 0.75;
}

.series-d-primary-100 .ct-series.ct-series-d .ct-area {
    fill: #1a94fd;
}

.series-d-primary-100 .ct-series.ct-series-d .ct-line {
    stroke: #1a94fd;
    stroke-width: 3px;
}

.series-d-primary-100 .ct-series.ct-series-d .ct-point {
    stroke: #1a94fd;
    stroke-width: 6px;
}

.series-d-primary-100 .ct-series.ct-series-d .ct-bar {
    stroke: #1a94fd;
}

.series-d-primary-100 .ct-series.ct-series-d .ct-slice-pie {
    fill: #1a94fd;
}

.series-d-primary-100 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #1a94fd;
}

.series-d-primary-100.opacity-75 .ct-series.ct-series-d .ct-area {
    fill: #1a94fd;
    fill-opacity: 0.65;
}

.series-d-primary-100.opacity-75 .ct-series.ct-series-d .ct-line {
    stroke: #1a94fd;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-d-primary-100.opacity-75 .ct-series.ct-series-d .ct-point {
    stroke: #1a94fd;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-d-primary-100.opacity-75 .ct-series.ct-series-d .ct-bar {
    stroke: #1a94fd;
    stroke-opacity: 0.75;
}

.series-d-primary-100.opacity-75 .ct-series.ct-series-d .ct-slice-pie {
    fill: #1a94fd;
    fill-opacity: 0.75;
}

.series-d-primary-100.opacity-75 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #1a94fd;
    stroke-opacity: 0.75;
}

.series-d-primary-200 .ct-series.ct-series-d .ct-area {
    fill: #0b8dfd;
}

.series-d-primary-200 .ct-series.ct-series-d .ct-line {
    stroke: #0b8dfd;
    stroke-width: 3px;
}

.series-d-primary-200 .ct-series.ct-series-d .ct-point {
    stroke: #0b8dfd;
    stroke-width: 6px;
}

.series-d-primary-200 .ct-series.ct-series-d .ct-bar {
    stroke: #0b8dfd;
}

.series-d-primary-200 .ct-series.ct-series-d .ct-slice-pie {
    fill: #0b8dfd;
}

.series-d-primary-200 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #0b8dfd;
}

.series-d-primary-200.opacity-75 .ct-series.ct-series-d .ct-area {
    fill: #0b8dfd;
    fill-opacity: 0.65;
}

.series-d-primary-200.opacity-75 .ct-series.ct-series-d .ct-line {
    stroke: #0b8dfd;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-d-primary-200.opacity-75 .ct-series.ct-series-d .ct-point {
    stroke: #0b8dfd;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-d-primary-200.opacity-75 .ct-series.ct-series-d .ct-bar {
    stroke: #0b8dfd;
    stroke-opacity: 0.75;
}

.series-d-primary-200.opacity-75 .ct-series.ct-series-d .ct-slice-pie {
    fill: #0b8dfd;
    fill-opacity: 0.75;
}

.series-d-primary-200.opacity-75 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #0b8dfd;
    stroke-opacity: 0.75;
}

.series-d-primary-300 .ct-series.ct-series-d .ct-area {
    fill: #0285f6;
}

.series-d-primary-300 .ct-series.ct-series-d .ct-line {
    stroke: #0285f6;
    stroke-width: 3px;
}

.series-d-primary-300 .ct-series.ct-series-d .ct-point {
    stroke: #0285f6;
    stroke-width: 6px;
}

.series-d-primary-300 .ct-series.ct-series-d .ct-bar {
    stroke: #0285f6;
}

.series-d-primary-300 .ct-series.ct-series-d .ct-slice-pie {
    fill: #0285f6;
}

.series-d-primary-300 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #0285f6;
}

.series-d-primary-300.opacity-75 .ct-series.ct-series-d .ct-area {
    fill: #0285f6;
    fill-opacity: 0.65;
}

.series-d-primary-300.opacity-75 .ct-series.ct-series-d .ct-line {
    stroke: #0285f6;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-d-primary-300.opacity-75 .ct-series.ct-series-d .ct-point {
    stroke: #0285f6;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-d-primary-300.opacity-75 .ct-series.ct-series-d .ct-bar {
    stroke: #0285f6;
    stroke-opacity: 0.75;
}

.series-d-primary-300.opacity-75 .ct-series.ct-series-d .ct-slice-pie {
    fill: #0285f6;
    fill-opacity: 0.75;
}

.series-d-primary-300.opacity-75 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #0285f6;
    stroke-opacity: 0.75;
}

.series-d-primary-400 .ct-series.ct-series-d .ct-area {
    fill: #027de7;
}

.series-d-primary-400 .ct-series.ct-series-d .ct-line {
    stroke: #027de7;
    stroke-width: 3px;
}

.series-d-primary-400 .ct-series.ct-series-d .ct-point {
    stroke: #027de7;
    stroke-width: 6px;
}

.series-d-primary-400 .ct-series.ct-series-d .ct-bar {
    stroke: #027de7;
}

.series-d-primary-400 .ct-series.ct-series-d .ct-slice-pie {
    fill: #027de7;
}

.series-d-primary-400 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #027de7;
}

.series-d-primary-400.opacity-75 .ct-series.ct-series-d .ct-area {
    fill: #027de7;
    fill-opacity: 0.65;
}

.series-d-primary-400.opacity-75 .ct-series.ct-series-d .ct-line {
    stroke: #027de7;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-d-primary-400.opacity-75 .ct-series.ct-series-d .ct-point {
    stroke: #027de7;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-d-primary-400.opacity-75 .ct-series.ct-series-d .ct-bar {
    stroke: #027de7;
    stroke-opacity: 0.75;
}

.series-d-primary-400.opacity-75 .ct-series.ct-series-d .ct-slice-pie {
    fill: #027de7;
    fill-opacity: 0.75;
}

.series-d-primary-400.opacity-75 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #027de7;
    stroke-opacity: 0.75;
}

.series-d-primary-500 .ct-series.ct-series-d .ct-area {
    fill: #0275d8;
}

.series-d-primary-500 .ct-series.ct-series-d .ct-line {
    stroke: #0275d8;
    stroke-width: 3px;
}

.series-d-primary-500 .ct-series.ct-series-d .ct-point {
    stroke: #0275d8;
    stroke-width: 6px;
}

.series-d-primary-500 .ct-series.ct-series-d .ct-bar {
    stroke: #0275d8;
}

.series-d-primary-500 .ct-series.ct-series-d .ct-slice-pie {
    fill: #0275d8;
}

.series-d-primary-500 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #0275d8;
}

.series-d-primary-500.opacity-75 .ct-series.ct-series-d .ct-area {
    fill: #0275d8;
    fill-opacity: 0.65;
}

.series-d-primary-500.opacity-75 .ct-series.ct-series-d .ct-line {
    stroke: #0275d8;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-d-primary-500.opacity-75 .ct-series.ct-series-d .ct-point {
    stroke: #0275d8;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-d-primary-500.opacity-75 .ct-series.ct-series-d .ct-bar {
    stroke: #0275d8;
    stroke-opacity: 0.75;
}

.series-d-primary-500.opacity-75 .ct-series.ct-series-d .ct-slice-pie {
    fill: #0275d8;
    fill-opacity: 0.75;
}

.series-d-primary-500.opacity-75 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #0275d8;
    stroke-opacity: 0.75;
}

.series-d-primary-600 .ct-series.ct-series-d .ct-area {
    fill: #026dc9;
}

.series-d-primary-600 .ct-series.ct-series-d .ct-line {
    stroke: #026dc9;
    stroke-width: 3px;
}

.series-d-primary-600 .ct-series.ct-series-d .ct-point {
    stroke: #026dc9;
    stroke-width: 6px;
}

.series-d-primary-600 .ct-series.ct-series-d .ct-bar {
    stroke: #026dc9;
}

.series-d-primary-600 .ct-series.ct-series-d .ct-slice-pie {
    fill: #026dc9;
}

.series-d-primary-600 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #026dc9;
}

.series-d-primary-600.opacity-75 .ct-series.ct-series-d .ct-area {
    fill: #026dc9;
    fill-opacity: 0.65;
}

.series-d-primary-600.opacity-75 .ct-series.ct-series-d .ct-line {
    stroke: #026dc9;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-d-primary-600.opacity-75 .ct-series.ct-series-d .ct-point {
    stroke: #026dc9;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-d-primary-600.opacity-75 .ct-series.ct-series-d .ct-bar {
    stroke: #026dc9;
    stroke-opacity: 0.75;
}

.series-d-primary-600.opacity-75 .ct-series.ct-series-d .ct-slice-pie {
    fill: #026dc9;
    fill-opacity: 0.75;
}

.series-d-primary-600.opacity-75 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #026dc9;
    stroke-opacity: 0.75;
}

.series-d-primary-700 .ct-series.ct-series-d .ct-area {
    fill: #0265ba;
}

.series-d-primary-700 .ct-series.ct-series-d .ct-line {
    stroke: #0265ba;
    stroke-width: 3px;
}

.series-d-primary-700 .ct-series.ct-series-d .ct-point {
    stroke: #0265ba;
    stroke-width: 6px;
}

.series-d-primary-700 .ct-series.ct-series-d .ct-bar {
    stroke: #0265ba;
}

.series-d-primary-700 .ct-series.ct-series-d .ct-slice-pie {
    fill: #0265ba;
}

.series-d-primary-700 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #0265ba;
}

.series-d-primary-700.opacity-75 .ct-series.ct-series-d .ct-area {
    fill: #0265ba;
    fill-opacity: 0.65;
}

.series-d-primary-700.opacity-75 .ct-series.ct-series-d .ct-line {
    stroke: #0265ba;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-d-primary-700.opacity-75 .ct-series.ct-series-d .ct-point {
    stroke: #0265ba;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-d-primary-700.opacity-75 .ct-series.ct-series-d .ct-bar {
    stroke: #0265ba;
    stroke-opacity: 0.75;
}

.series-d-primary-700.opacity-75 .ct-series.ct-series-d .ct-slice-pie {
    fill: #0265ba;
    fill-opacity: 0.75;
}

.series-d-primary-700.opacity-75 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #0265ba;
    stroke-opacity: 0.75;
}

.series-d-primary-800 .ct-series.ct-series-d .ct-area {
    fill: #025cab;
}

.series-d-primary-800 .ct-series.ct-series-d .ct-line {
    stroke: #025cab;
    stroke-width: 3px;
}

.series-d-primary-800 .ct-series.ct-series-d .ct-point {
    stroke: #025cab;
    stroke-width: 6px;
}

.series-d-primary-800 .ct-series.ct-series-d .ct-bar {
    stroke: #025cab;
}

.series-d-primary-800 .ct-series.ct-series-d .ct-slice-pie {
    fill: #025cab;
}

.series-d-primary-800 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #025cab;
}

.series-d-primary-800.opacity-75 .ct-series.ct-series-d .ct-area {
    fill: #025cab;
    fill-opacity: 0.65;
}

.series-d-primary-800.opacity-75 .ct-series.ct-series-d .ct-line {
    stroke: #025cab;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-d-primary-800.opacity-75 .ct-series.ct-series-d .ct-point {
    stroke: #025cab;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-d-primary-800.opacity-75 .ct-series.ct-series-d .ct-bar {
    stroke: #025cab;
    stroke-opacity: 0.75;
}

.series-d-primary-800.opacity-75 .ct-series.ct-series-d .ct-slice-pie {
    fill: #025cab;
    fill-opacity: 0.75;
}

.series-d-primary-800.opacity-75 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #025cab;
    stroke-opacity: 0.75;
}

.series-d-primary-900 .ct-series.ct-series-d .ct-area {
    fill: #01549b;
}

.series-d-primary-900 .ct-series.ct-series-d .ct-line {
    stroke: #01549b;
    stroke-width: 3px;
}

.series-d-primary-900 .ct-series.ct-series-d .ct-point {
    stroke: #01549b;
    stroke-width: 6px;
}

.series-d-primary-900 .ct-series.ct-series-d .ct-bar {
    stroke: #01549b;
}

.series-d-primary-900 .ct-series.ct-series-d .ct-slice-pie {
    fill: #01549b;
}

.series-d-primary-900 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #01549b;
}

.series-d-primary-900.opacity-75 .ct-series.ct-series-d .ct-area {
    fill: #01549b;
    fill-opacity: 0.65;
}

.series-d-primary-900.opacity-75 .ct-series.ct-series-d .ct-line {
    stroke: #01549b;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-d-primary-900.opacity-75 .ct-series.ct-series-d .ct-point {
    stroke: #01549b;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-d-primary-900.opacity-75 .ct-series.ct-series-d .ct-bar {
    stroke: #01549b;
    stroke-opacity: 0.75;
}

.series-d-primary-900.opacity-75 .ct-series.ct-series-d .ct-slice-pie {
    fill: #01549b;
    fill-opacity: 0.75;
}

.series-d-primary-900.opacity-75 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #01549b;
    stroke-opacity: 0.75;
}

.series-d-info .ct-series.ct-series-d .ct-area {
    fill: #00aced;
}

.series-d-info .ct-series.ct-series-d .ct-line {
    stroke: #00aced;
    stroke-width: 3px;
}

.series-d-info .ct-series.ct-series-d .ct-point {
    stroke: #00aced;
    stroke-width: 6px;
}

.series-d-info .ct-series.ct-series-d .ct-bar {
    stroke: #00aced;
}

.series-d-info .ct-series.ct-series-d .ct-slice-pie {
    fill: #00aced;
}

.series-d-info .ct-series.ct-series-d .ct-slice-donut {
    stroke: #00aced;
}

.series-d-info.opacity-75 .ct-series.ct-series-d .ct-area {
    fill: #00aced;
    fill-opacity: 0.65;
}

.series-d-info.opacity-75 .ct-series.ct-series-d .ct-line {
    stroke: #00aced;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-d-info.opacity-75 .ct-series.ct-series-d .ct-point {
    stroke: #00aced;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-d-info.opacity-75 .ct-series.ct-series-d .ct-bar {
    stroke: #00aced;
    stroke-opacity: 0.75;
}

.series-d-info.opacity-75 .ct-series.ct-series-d .ct-slice-pie {
    fill: #00aced;
    fill-opacity: 0.75;
}

.series-d-info.opacity-75 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #00aced;
    stroke-opacity: 0.75;
}

.series-d-info-100 .ct-series.ct-series-d .ct-area {
    fill: #2bc5ff;
}

.series-d-info-100 .ct-series.ct-series-d .ct-line {
    stroke: #2bc5ff;
    stroke-width: 3px;
}

.series-d-info-100 .ct-series.ct-series-d .ct-point {
    stroke: #2bc5ff;
    stroke-width: 6px;
}

.series-d-info-100 .ct-series.ct-series-d .ct-bar {
    stroke: #2bc5ff;
}

.series-d-info-100 .ct-series.ct-series-d .ct-slice-pie {
    fill: #2bc5ff;
}

.series-d-info-100 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #2bc5ff;
}

.series-d-info-100.opacity-75 .ct-series.ct-series-d .ct-area {
    fill: #2bc5ff;
    fill-opacity: 0.65;
}

.series-d-info-100.opacity-75 .ct-series.ct-series-d .ct-line {
    stroke: #2bc5ff;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-d-info-100.opacity-75 .ct-series.ct-series-d .ct-point {
    stroke: #2bc5ff;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-d-info-100.opacity-75 .ct-series.ct-series-d .ct-bar {
    stroke: #2bc5ff;
    stroke-opacity: 0.75;
}

.series-d-info-100.opacity-75 .ct-series.ct-series-d .ct-slice-pie {
    fill: #2bc5ff;
    fill-opacity: 0.75;
}

.series-d-info-100.opacity-75 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #2bc5ff;
    stroke-opacity: 0.75;
}

.series-d-info-200 .ct-series.ct-series-d .ct-area {
    fill: #1cc1ff;
}

.series-d-info-200 .ct-series.ct-series-d .ct-line {
    stroke: #1cc1ff;
    stroke-width: 3px;
}

.series-d-info-200 .ct-series.ct-series-d .ct-point {
    stroke: #1cc1ff;
    stroke-width: 6px;
}

.series-d-info-200 .ct-series.ct-series-d .ct-bar {
    stroke: #1cc1ff;
}

.series-d-info-200 .ct-series.ct-series-d .ct-slice-pie {
    fill: #1cc1ff;
}

.series-d-info-200 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #1cc1ff;
}

.series-d-info-200.opacity-75 .ct-series.ct-series-d .ct-area {
    fill: #1cc1ff;
    fill-opacity: 0.65;
}

.series-d-info-200.opacity-75 .ct-series.ct-series-d .ct-line {
    stroke: #1cc1ff;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-d-info-200.opacity-75 .ct-series.ct-series-d .ct-point {
    stroke: #1cc1ff;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-d-info-200.opacity-75 .ct-series.ct-series-d .ct-bar {
    stroke: #1cc1ff;
    stroke-opacity: 0.75;
}

.series-d-info-200.opacity-75 .ct-series.ct-series-d .ct-slice-pie {
    fill: #1cc1ff;
    fill-opacity: 0.75;
}

.series-d-info-200.opacity-75 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #1cc1ff;
    stroke-opacity: 0.75;
}

.series-d-info-300 .ct-series.ct-series-d .ct-area {
    fill: #0dbdff;
}

.series-d-info-300 .ct-series.ct-series-d .ct-line {
    stroke: #0dbdff;
    stroke-width: 3px;
}

.series-d-info-300 .ct-series.ct-series-d .ct-point {
    stroke: #0dbdff;
    stroke-width: 6px;
}

.series-d-info-300 .ct-series.ct-series-d .ct-bar {
    stroke: #0dbdff;
}

.series-d-info-300 .ct-series.ct-series-d .ct-slice-pie {
    fill: #0dbdff;
}

.series-d-info-300 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #0dbdff;
}

.series-d-info-300.opacity-75 .ct-series.ct-series-d .ct-area {
    fill: #0dbdff;
    fill-opacity: 0.65;
}

.series-d-info-300.opacity-75 .ct-series.ct-series-d .ct-line {
    stroke: #0dbdff;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-d-info-300.opacity-75 .ct-series.ct-series-d .ct-point {
    stroke: #0dbdff;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-d-info-300.opacity-75 .ct-series.ct-series-d .ct-bar {
    stroke: #0dbdff;
    stroke-opacity: 0.75;
}

.series-d-info-300.opacity-75 .ct-series.ct-series-d .ct-slice-pie {
    fill: #0dbdff;
    fill-opacity: 0.75;
}

.series-d-info-300.opacity-75 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #0dbdff;
    stroke-opacity: 0.75;
}

.series-d-info-400 .ct-series.ct-series-d .ct-area {
    fill: #00b7fc;
}

.series-d-info-400 .ct-series.ct-series-d .ct-line {
    stroke: #00b7fc;
    stroke-width: 3px;
}

.series-d-info-400 .ct-series.ct-series-d .ct-point {
    stroke: #00b7fc;
    stroke-width: 6px;
}

.series-d-info-400 .ct-series.ct-series-d .ct-bar {
    stroke: #00b7fc;
}

.series-d-info-400 .ct-series.ct-series-d .ct-slice-pie {
    fill: #00b7fc;
}

.series-d-info-400 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #00b7fc;
}

.series-d-info-400.opacity-75 .ct-series.ct-series-d .ct-area {
    fill: #00b7fc;
    fill-opacity: 0.65;
}

.series-d-info-400.opacity-75 .ct-series.ct-series-d .ct-line {
    stroke: #00b7fc;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-d-info-400.opacity-75 .ct-series.ct-series-d .ct-point {
    stroke: #00b7fc;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-d-info-400.opacity-75 .ct-series.ct-series-d .ct-bar {
    stroke: #00b7fc;
    stroke-opacity: 0.75;
}

.series-d-info-400.opacity-75 .ct-series.ct-series-d .ct-slice-pie {
    fill: #00b7fc;
    fill-opacity: 0.75;
}

.series-d-info-400.opacity-75 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #00b7fc;
    stroke-opacity: 0.75;
}

.series-d-info-500 .ct-series.ct-series-d .ct-area {
    fill: #00aced;
}

.series-d-info-500 .ct-series.ct-series-d .ct-line {
    stroke: #00aced;
    stroke-width: 3px;
}

.series-d-info-500 .ct-series.ct-series-d .ct-point {
    stroke: #00aced;
    stroke-width: 6px;
}

.series-d-info-500 .ct-series.ct-series-d .ct-bar {
    stroke: #00aced;
}

.series-d-info-500 .ct-series.ct-series-d .ct-slice-pie {
    fill: #00aced;
}

.series-d-info-500 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #00aced;
}

.series-d-info-500.opacity-75 .ct-series.ct-series-d .ct-area {
    fill: #00aced;
    fill-opacity: 0.65;
}

.series-d-info-500.opacity-75 .ct-series.ct-series-d .ct-line {
    stroke: #00aced;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-d-info-500.opacity-75 .ct-series.ct-series-d .ct-point {
    stroke: #00aced;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-d-info-500.opacity-75 .ct-series.ct-series-d .ct-bar {
    stroke: #00aced;
    stroke-opacity: 0.75;
}

.series-d-info-500.opacity-75 .ct-series.ct-series-d .ct-slice-pie {
    fill: #00aced;
    fill-opacity: 0.75;
}

.series-d-info-500.opacity-75 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #00aced;
    stroke-opacity: 0.75;
}

.series-d-info-600 .ct-series.ct-series-d .ct-area {
    fill: #00a1de;
}

.series-d-info-600 .ct-series.ct-series-d .ct-line {
    stroke: #00a1de;
    stroke-width: 3px;
}

.series-d-info-600 .ct-series.ct-series-d .ct-point {
    stroke: #00a1de;
    stroke-width: 6px;
}

.series-d-info-600 .ct-series.ct-series-d .ct-bar {
    stroke: #00a1de;
}

.series-d-info-600 .ct-series.ct-series-d .ct-slice-pie {
    fill: #00a1de;
}

.series-d-info-600 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #00a1de;
}

.series-d-info-600.opacity-75 .ct-series.ct-series-d .ct-area {
    fill: #00a1de;
    fill-opacity: 0.65;
}

.series-d-info-600.opacity-75 .ct-series.ct-series-d .ct-line {
    stroke: #00a1de;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-d-info-600.opacity-75 .ct-series.ct-series-d .ct-point {
    stroke: #00a1de;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-d-info-600.opacity-75 .ct-series.ct-series-d .ct-bar {
    stroke: #00a1de;
    stroke-opacity: 0.75;
}

.series-d-info-600.opacity-75 .ct-series.ct-series-d .ct-slice-pie {
    fill: #00a1de;
    fill-opacity: 0.75;
}

.series-d-info-600.opacity-75 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #00a1de;
    stroke-opacity: 0.75;
}

.series-d-info-700 .ct-series.ct-series-d .ct-area {
    fill: #0096ce;
}

.series-d-info-700 .ct-series.ct-series-d .ct-line {
    stroke: #0096ce;
    stroke-width: 3px;
}

.series-d-info-700 .ct-series.ct-series-d .ct-point {
    stroke: #0096ce;
    stroke-width: 6px;
}

.series-d-info-700 .ct-series.ct-series-d .ct-bar {
    stroke: #0096ce;
}

.series-d-info-700 .ct-series.ct-series-d .ct-slice-pie {
    fill: #0096ce;
}

.series-d-info-700 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #0096ce;
}

.series-d-info-700.opacity-75 .ct-series.ct-series-d .ct-area {
    fill: #0096ce;
    fill-opacity: 0.65;
}

.series-d-info-700.opacity-75 .ct-series.ct-series-d .ct-line {
    stroke: #0096ce;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-d-info-700.opacity-75 .ct-series.ct-series-d .ct-point {
    stroke: #0096ce;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-d-info-700.opacity-75 .ct-series.ct-series-d .ct-bar {
    stroke: #0096ce;
    stroke-opacity: 0.75;
}

.series-d-info-700.opacity-75 .ct-series.ct-series-d .ct-slice-pie {
    fill: #0096ce;
    fill-opacity: 0.75;
}

.series-d-info-700.opacity-75 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #0096ce;
    stroke-opacity: 0.75;
}

.series-d-info-800 .ct-series.ct-series-d .ct-area {
    fill: #008bbf;
}

.series-d-info-800 .ct-series.ct-series-d .ct-line {
    stroke: #008bbf;
    stroke-width: 3px;
}

.series-d-info-800 .ct-series.ct-series-d .ct-point {
    stroke: #008bbf;
    stroke-width: 6px;
}

.series-d-info-800 .ct-series.ct-series-d .ct-bar {
    stroke: #008bbf;
}

.series-d-info-800 .ct-series.ct-series-d .ct-slice-pie {
    fill: #008bbf;
}

.series-d-info-800 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #008bbf;
}

.series-d-info-800.opacity-75 .ct-series.ct-series-d .ct-area {
    fill: #008bbf;
    fill-opacity: 0.65;
}

.series-d-info-800.opacity-75 .ct-series.ct-series-d .ct-line {
    stroke: #008bbf;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-d-info-800.opacity-75 .ct-series.ct-series-d .ct-point {
    stroke: #008bbf;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-d-info-800.opacity-75 .ct-series.ct-series-d .ct-bar {
    stroke: #008bbf;
    stroke-opacity: 0.75;
}

.series-d-info-800.opacity-75 .ct-series.ct-series-d .ct-slice-pie {
    fill: #008bbf;
    fill-opacity: 0.75;
}

.series-d-info-800.opacity-75 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #008bbf;
    stroke-opacity: 0.75;
}

.series-d-info-900 .ct-series.ct-series-d .ct-area {
    fill: #0080b0;
}

.series-d-info-900 .ct-series.ct-series-d .ct-line {
    stroke: #0080b0;
    stroke-width: 3px;
}

.series-d-info-900 .ct-series.ct-series-d .ct-point {
    stroke: #0080b0;
    stroke-width: 6px;
}

.series-d-info-900 .ct-series.ct-series-d .ct-bar {
    stroke: #0080b0;
}

.series-d-info-900 .ct-series.ct-series-d .ct-slice-pie {
    fill: #0080b0;
}

.series-d-info-900 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #0080b0;
}

.series-d-info-900.opacity-75 .ct-series.ct-series-d .ct-area {
    fill: #0080b0;
    fill-opacity: 0.65;
}

.series-d-info-900.opacity-75 .ct-series.ct-series-d .ct-line {
    stroke: #0080b0;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-d-info-900.opacity-75 .ct-series.ct-series-d .ct-point {
    stroke: #0080b0;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-d-info-900.opacity-75 .ct-series.ct-series-d .ct-bar {
    stroke: #0080b0;
    stroke-opacity: 0.75;
}

.series-d-info-900.opacity-75 .ct-series.ct-series-d .ct-slice-pie {
    fill: #0080b0;
    fill-opacity: 0.75;
}

.series-d-info-900.opacity-75 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #0080b0;
    stroke-opacity: 0.75;
}

.series-d-warning .ct-series.ct-series-d .ct-area {
    fill: #f0ad4e;
}

.series-d-warning .ct-series.ct-series-d .ct-line {
    stroke: #f0ad4e;
    stroke-width: 3px;
}

.series-d-warning .ct-series.ct-series-d .ct-point {
    stroke: #f0ad4e;
    stroke-width: 6px;
}

.series-d-warning .ct-series.ct-series-d .ct-bar {
    stroke: #f0ad4e;
}

.series-d-warning .ct-series.ct-series-d .ct-slice-pie {
    fill: #f0ad4e;
}

.series-d-warning .ct-series.ct-series-d .ct-slice-donut {
    stroke: #f0ad4e;
}

.series-d-warning.opacity-75 .ct-series.ct-series-d .ct-area {
    fill: #f0ad4e;
    fill-opacity: 0.65;
}

.series-d-warning.opacity-75 .ct-series.ct-series-d .ct-line {
    stroke: #f0ad4e;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-d-warning.opacity-75 .ct-series.ct-series-d .ct-point {
    stroke: #f0ad4e;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-d-warning.opacity-75 .ct-series.ct-series-d .ct-bar {
    stroke: #f0ad4e;
    stroke-opacity: 0.75;
}

.series-d-warning.opacity-75 .ct-series.ct-series-d .ct-slice-pie {
    fill: #f0ad4e;
    fill-opacity: 0.75;
}

.series-d-warning.opacity-75 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #f0ad4e;
    stroke-opacity: 0.75;
}

.series-d-warning-100 .ct-series.ct-series-d .ct-area {
    fill: #f5c786;
}

.series-d-warning-100 .ct-series.ct-series-d .ct-line {
    stroke: #f5c786;
    stroke-width: 3px;
}

.series-d-warning-100 .ct-series.ct-series-d .ct-point {
    stroke: #f5c786;
    stroke-width: 6px;
}

.series-d-warning-100 .ct-series.ct-series-d .ct-bar {
    stroke: #f5c786;
}

.series-d-warning-100 .ct-series.ct-series-d .ct-slice-pie {
    fill: #f5c786;
}

.series-d-warning-100 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #f5c786;
}

.series-d-warning-100.opacity-75 .ct-series.ct-series-d .ct-area {
    fill: #f5c786;
    fill-opacity: 0.65;
}

.series-d-warning-100.opacity-75 .ct-series.ct-series-d .ct-line {
    stroke: #f5c786;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-d-warning-100.opacity-75 .ct-series.ct-series-d .ct-point {
    stroke: #f5c786;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-d-warning-100.opacity-75 .ct-series.ct-series-d .ct-bar {
    stroke: #f5c786;
    stroke-opacity: 0.75;
}

.series-d-warning-100.opacity-75 .ct-series.ct-series-d .ct-slice-pie {
    fill: #f5c786;
    fill-opacity: 0.75;
}

.series-d-warning-100.opacity-75 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #f5c786;
    stroke-opacity: 0.75;
}

.series-d-warning-200 .ct-series.ct-series-d .ct-area {
    fill: #f4c178;
}

.series-d-warning-200 .ct-series.ct-series-d .ct-line {
    stroke: #f4c178;
    stroke-width: 3px;
}

.series-d-warning-200 .ct-series.ct-series-d .ct-point {
    stroke: #f4c178;
    stroke-width: 6px;
}

.series-d-warning-200 .ct-series.ct-series-d .ct-bar {
    stroke: #f4c178;
}

.series-d-warning-200 .ct-series.ct-series-d .ct-slice-pie {
    fill: #f4c178;
}

.series-d-warning-200 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #f4c178;
}

.series-d-warning-200.opacity-75 .ct-series.ct-series-d .ct-area {
    fill: #f4c178;
    fill-opacity: 0.65;
}

.series-d-warning-200.opacity-75 .ct-series.ct-series-d .ct-line {
    stroke: #f4c178;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-d-warning-200.opacity-75 .ct-series.ct-series-d .ct-point {
    stroke: #f4c178;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-d-warning-200.opacity-75 .ct-series.ct-series-d .ct-bar {
    stroke: #f4c178;
    stroke-opacity: 0.75;
}

.series-d-warning-200.opacity-75 .ct-series.ct-series-d .ct-slice-pie {
    fill: #f4c178;
    fill-opacity: 0.75;
}

.series-d-warning-200.opacity-75 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #f4c178;
    stroke-opacity: 0.75;
}

.series-d-warning-300 .ct-series.ct-series-d .ct-area {
    fill: #f2ba6a;
}

.series-d-warning-300 .ct-series.ct-series-d .ct-line {
    stroke: #f2ba6a;
    stroke-width: 3px;
}

.series-d-warning-300 .ct-series.ct-series-d .ct-point {
    stroke: #f2ba6a;
    stroke-width: 6px;
}

.series-d-warning-300 .ct-series.ct-series-d .ct-bar {
    stroke: #f2ba6a;
}

.series-d-warning-300 .ct-series.ct-series-d .ct-slice-pie {
    fill: #f2ba6a;
}

.series-d-warning-300 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #f2ba6a;
}

.series-d-warning-300.opacity-75 .ct-series.ct-series-d .ct-area {
    fill: #f2ba6a;
    fill-opacity: 0.65;
}

.series-d-warning-300.opacity-75 .ct-series.ct-series-d .ct-line {
    stroke: #f2ba6a;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-d-warning-300.opacity-75 .ct-series.ct-series-d .ct-point {
    stroke: #f2ba6a;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-d-warning-300.opacity-75 .ct-series.ct-series-d .ct-bar {
    stroke: #f2ba6a;
    stroke-opacity: 0.75;
}

.series-d-warning-300.opacity-75 .ct-series.ct-series-d .ct-slice-pie {
    fill: #f2ba6a;
    fill-opacity: 0.75;
}

.series-d-warning-300.opacity-75 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #f2ba6a;
    stroke-opacity: 0.75;
}

.series-d-warning-400 .ct-series.ct-series-d .ct-area {
    fill: #f1b45c;
}

.series-d-warning-400 .ct-series.ct-series-d .ct-line {
    stroke: #f1b45c;
    stroke-width: 3px;
}

.series-d-warning-400 .ct-series.ct-series-d .ct-point {
    stroke: #f1b45c;
    stroke-width: 6px;
}

.series-d-warning-400 .ct-series.ct-series-d .ct-bar {
    stroke: #f1b45c;
}

.series-d-warning-400 .ct-series.ct-series-d .ct-slice-pie {
    fill: #f1b45c;
}

.series-d-warning-400 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #f1b45c;
}

.series-d-warning-400.opacity-75 .ct-series.ct-series-d .ct-area {
    fill: #f1b45c;
    fill-opacity: 0.65;
}

.series-d-warning-400.opacity-75 .ct-series.ct-series-d .ct-line {
    stroke: #f1b45c;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-d-warning-400.opacity-75 .ct-series.ct-series-d .ct-point {
    stroke: #f1b45c;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-d-warning-400.opacity-75 .ct-series.ct-series-d .ct-bar {
    stroke: #f1b45c;
    stroke-opacity: 0.75;
}

.series-d-warning-400.opacity-75 .ct-series.ct-series-d .ct-slice-pie {
    fill: #f1b45c;
    fill-opacity: 0.75;
}

.series-d-warning-400.opacity-75 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #f1b45c;
    stroke-opacity: 0.75;
}

.series-d-warning-500 .ct-series.ct-series-d .ct-area {
    fill: #f0ad4e;
}

.series-d-warning-500 .ct-series.ct-series-d .ct-line {
    stroke: #f0ad4e;
    stroke-width: 3px;
}

.series-d-warning-500 .ct-series.ct-series-d .ct-point {
    stroke: #f0ad4e;
    stroke-width: 6px;
}

.series-d-warning-500 .ct-series.ct-series-d .ct-bar {
    stroke: #f0ad4e;
}

.series-d-warning-500 .ct-series.ct-series-d .ct-slice-pie {
    fill: #f0ad4e;
}

.series-d-warning-500 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #f0ad4e;
}

.series-d-warning-500.opacity-75 .ct-series.ct-series-d .ct-area {
    fill: #f0ad4e;
    fill-opacity: 0.65;
}

.series-d-warning-500.opacity-75 .ct-series.ct-series-d .ct-line {
    stroke: #f0ad4e;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-d-warning-500.opacity-75 .ct-series.ct-series-d .ct-point {
    stroke: #f0ad4e;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-d-warning-500.opacity-75 .ct-series.ct-series-d .ct-bar {
    stroke: #f0ad4e;
    stroke-opacity: 0.75;
}

.series-d-warning-500.opacity-75 .ct-series.ct-series-d .ct-slice-pie {
    fill: #f0ad4e;
    fill-opacity: 0.75;
}

.series-d-warning-500.opacity-75 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #f0ad4e;
    stroke-opacity: 0.75;
}

.series-d-warning-600 .ct-series.ct-series-d .ct-area {
    fill: #efa640;
}

.series-d-warning-600 .ct-series.ct-series-d .ct-line {
    stroke: #efa640;
    stroke-width: 3px;
}

.series-d-warning-600 .ct-series.ct-series-d .ct-point {
    stroke: #efa640;
    stroke-width: 6px;
}

.series-d-warning-600 .ct-series.ct-series-d .ct-bar {
    stroke: #efa640;
}

.series-d-warning-600 .ct-series.ct-series-d .ct-slice-pie {
    fill: #efa640;
}

.series-d-warning-600 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #efa640;
}

.series-d-warning-600.opacity-75 .ct-series.ct-series-d .ct-area {
    fill: #efa640;
    fill-opacity: 0.65;
}

.series-d-warning-600.opacity-75 .ct-series.ct-series-d .ct-line {
    stroke: #efa640;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-d-warning-600.opacity-75 .ct-series.ct-series-d .ct-point {
    stroke: #efa640;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-d-warning-600.opacity-75 .ct-series.ct-series-d .ct-bar {
    stroke: #efa640;
    stroke-opacity: 0.75;
}

.series-d-warning-600.opacity-75 .ct-series.ct-series-d .ct-slice-pie {
    fill: #efa640;
    fill-opacity: 0.75;
}

.series-d-warning-600.opacity-75 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #efa640;
    stroke-opacity: 0.75;
}

.series-d-warning-700 .ct-series.ct-series-d .ct-area {
    fill: #eea032;
}

.series-d-warning-700 .ct-series.ct-series-d .ct-line {
    stroke: #eea032;
    stroke-width: 3px;
}

.series-d-warning-700 .ct-series.ct-series-d .ct-point {
    stroke: #eea032;
    stroke-width: 6px;
}

.series-d-warning-700 .ct-series.ct-series-d .ct-bar {
    stroke: #eea032;
}

.series-d-warning-700 .ct-series.ct-series-d .ct-slice-pie {
    fill: #eea032;
}

.series-d-warning-700 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #eea032;
}

.series-d-warning-700.opacity-75 .ct-series.ct-series-d .ct-area {
    fill: #eea032;
    fill-opacity: 0.65;
}

.series-d-warning-700.opacity-75 .ct-series.ct-series-d .ct-line {
    stroke: #eea032;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-d-warning-700.opacity-75 .ct-series.ct-series-d .ct-point {
    stroke: #eea032;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-d-warning-700.opacity-75 .ct-series.ct-series-d .ct-bar {
    stroke: #eea032;
    stroke-opacity: 0.75;
}

.series-d-warning-700.opacity-75 .ct-series.ct-series-d .ct-slice-pie {
    fill: #eea032;
    fill-opacity: 0.75;
}

.series-d-warning-700.opacity-75 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #eea032;
    stroke-opacity: 0.75;
}

.series-d-warning-800 .ct-series.ct-series-d .ct-area {
    fill: #ec9924;
}

.series-d-warning-800 .ct-series.ct-series-d .ct-line {
    stroke: #ec9924;
    stroke-width: 3px;
}

.series-d-warning-800 .ct-series.ct-series-d .ct-point {
    stroke: #ec9924;
    stroke-width: 6px;
}

.series-d-warning-800 .ct-series.ct-series-d .ct-bar {
    stroke: #ec9924;
}

.series-d-warning-800 .ct-series.ct-series-d .ct-slice-pie {
    fill: #ec9924;
}

.series-d-warning-800 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #ec9924;
}

.series-d-warning-800.opacity-75 .ct-series.ct-series-d .ct-area {
    fill: #ec9924;
    fill-opacity: 0.65;
}

.series-d-warning-800.opacity-75 .ct-series.ct-series-d .ct-line {
    stroke: #ec9924;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-d-warning-800.opacity-75 .ct-series.ct-series-d .ct-point {
    stroke: #ec9924;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-d-warning-800.opacity-75 .ct-series.ct-series-d .ct-bar {
    stroke: #ec9924;
    stroke-opacity: 0.75;
}

.series-d-warning-800.opacity-75 .ct-series.ct-series-d .ct-slice-pie {
    fill: #ec9924;
    fill-opacity: 0.75;
}

.series-d-warning-800.opacity-75 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #ec9924;
    stroke-opacity: 0.75;
}

.series-d-warning-900 .ct-series.ct-series-d .ct-area {
    fill: #eb9316;
}

.series-d-warning-900 .ct-series.ct-series-d .ct-line {
    stroke: #eb9316;
    stroke-width: 3px;
}

.series-d-warning-900 .ct-series.ct-series-d .ct-point {
    stroke: #eb9316;
    stroke-width: 6px;
}

.series-d-warning-900 .ct-series.ct-series-d .ct-bar {
    stroke: #eb9316;
}

.series-d-warning-900 .ct-series.ct-series-d .ct-slice-pie {
    fill: #eb9316;
}

.series-d-warning-900 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #eb9316;
}

.series-d-warning-900.opacity-75 .ct-series.ct-series-d .ct-area {
    fill: #eb9316;
    fill-opacity: 0.65;
}

.series-d-warning-900.opacity-75 .ct-series.ct-series-d .ct-line {
    stroke: #eb9316;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-d-warning-900.opacity-75 .ct-series.ct-series-d .ct-point {
    stroke: #eb9316;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-d-warning-900.opacity-75 .ct-series.ct-series-d .ct-bar {
    stroke: #eb9316;
    stroke-opacity: 0.75;
}

.series-d-warning-900.opacity-75 .ct-series.ct-series-d .ct-slice-pie {
    fill: #eb9316;
    fill-opacity: 0.75;
}

.series-d-warning-900.opacity-75 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #eb9316;
    stroke-opacity: 0.75;
}

.series-d-success .ct-series.ct-series-d .ct-area {
    fill: #5cb85c;
}

.series-d-success .ct-series.ct-series-d .ct-line {
    stroke: #5cb85c;
    stroke-width: 3px;
}

.series-d-success .ct-series.ct-series-d .ct-point {
    stroke: #5cb85c;
    stroke-width: 6px;
}

.series-d-success .ct-series.ct-series-d .ct-bar {
    stroke: #5cb85c;
}

.series-d-success .ct-series.ct-series-d .ct-slice-pie {
    fill: #5cb85c;
}

.series-d-success .ct-series.ct-series-d .ct-slice-donut {
    stroke: #5cb85c;
}

.series-d-success.opacity-75 .ct-series.ct-series-d .ct-area {
    fill: #5cb85c;
    fill-opacity: 0.65;
}

.series-d-success.opacity-75 .ct-series.ct-series-d .ct-line {
    stroke: #5cb85c;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-d-success.opacity-75 .ct-series.ct-series-d .ct-point {
    stroke: #5cb85c;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-d-success.opacity-75 .ct-series.ct-series-d .ct-bar {
    stroke: #5cb85c;
    stroke-opacity: 0.75;
}

.series-d-success.opacity-75 .ct-series.ct-series-d .ct-slice-pie {
    fill: #5cb85c;
    fill-opacity: 0.75;
}

.series-d-success.opacity-75 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #5cb85c;
    stroke-opacity: 0.75;
}

.series-d-success-100 .ct-series.ct-series-d .ct-area {
    fill: #87cb87;
}

.series-d-success-100 .ct-series.ct-series-d .ct-line {
    stroke: #87cb87;
    stroke-width: 3px;
}

.series-d-success-100 .ct-series.ct-series-d .ct-point {
    stroke: #87cb87;
    stroke-width: 6px;
}

.series-d-success-100 .ct-series.ct-series-d .ct-bar {
    stroke: #87cb87;
}

.series-d-success-100 .ct-series.ct-series-d .ct-slice-pie {
    fill: #87cb87;
}

.series-d-success-100 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #87cb87;
}

.series-d-success-100.opacity-75 .ct-series.ct-series-d .ct-area {
    fill: #87cb87;
    fill-opacity: 0.65;
}

.series-d-success-100.opacity-75 .ct-series.ct-series-d .ct-line {
    stroke: #87cb87;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-d-success-100.opacity-75 .ct-series.ct-series-d .ct-point {
    stroke: #87cb87;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-d-success-100.opacity-75 .ct-series.ct-series-d .ct-bar {
    stroke: #87cb87;
    stroke-opacity: 0.75;
}

.series-d-success-100.opacity-75 .ct-series.ct-series-d .ct-slice-pie {
    fill: #87cb87;
    fill-opacity: 0.75;
}

.series-d-success-100.opacity-75 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #87cb87;
    stroke-opacity: 0.75;
}

.series-d-success-200 .ct-series.ct-series-d .ct-area {
    fill: #7cc67c;
}

.series-d-success-200 .ct-series.ct-series-d .ct-line {
    stroke: #7cc67c;
    stroke-width: 3px;
}

.series-d-success-200 .ct-series.ct-series-d .ct-point {
    stroke: #7cc67c;
    stroke-width: 6px;
}

.series-d-success-200 .ct-series.ct-series-d .ct-bar {
    stroke: #7cc67c;
}

.series-d-success-200 .ct-series.ct-series-d .ct-slice-pie {
    fill: #7cc67c;
}

.series-d-success-200 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #7cc67c;
}

.series-d-success-200.opacity-75 .ct-series.ct-series-d .ct-area {
    fill: #7cc67c;
    fill-opacity: 0.65;
}

.series-d-success-200.opacity-75 .ct-series.ct-series-d .ct-line {
    stroke: #7cc67c;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-d-success-200.opacity-75 .ct-series.ct-series-d .ct-point {
    stroke: #7cc67c;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-d-success-200.opacity-75 .ct-series.ct-series-d .ct-bar {
    stroke: #7cc67c;
    stroke-opacity: 0.75;
}

.series-d-success-200.opacity-75 .ct-series.ct-series-d .ct-slice-pie {
    fill: #7cc67c;
    fill-opacity: 0.75;
}

.series-d-success-200.opacity-75 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #7cc67c;
    stroke-opacity: 0.75;
}

.series-d-success-300 .ct-series.ct-series-d .ct-area {
    fill: #71c171;
}

.series-d-success-300 .ct-series.ct-series-d .ct-line {
    stroke: #71c171;
    stroke-width: 3px;
}

.series-d-success-300 .ct-series.ct-series-d .ct-point {
    stroke: #71c171;
    stroke-width: 6px;
}

.series-d-success-300 .ct-series.ct-series-d .ct-bar {
    stroke: #71c171;
}

.series-d-success-300 .ct-series.ct-series-d .ct-slice-pie {
    fill: #71c171;
}

.series-d-success-300 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #71c171;
}

.series-d-success-300.opacity-75 .ct-series.ct-series-d .ct-area {
    fill: #71c171;
    fill-opacity: 0.65;
}

.series-d-success-300.opacity-75 .ct-series.ct-series-d .ct-line {
    stroke: #71c171;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-d-success-300.opacity-75 .ct-series.ct-series-d .ct-point {
    stroke: #71c171;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-d-success-300.opacity-75 .ct-series.ct-series-d .ct-bar {
    stroke: #71c171;
    stroke-opacity: 0.75;
}

.series-d-success-300.opacity-75 .ct-series.ct-series-d .ct-slice-pie {
    fill: #71c171;
    fill-opacity: 0.75;
}

.series-d-success-300.opacity-75 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #71c171;
    stroke-opacity: 0.75;
}

.series-d-success-400 .ct-series.ct-series-d .ct-area {
    fill: #67bd67;
}

.series-d-success-400 .ct-series.ct-series-d .ct-line {
    stroke: #67bd67;
    stroke-width: 3px;
}

.series-d-success-400 .ct-series.ct-series-d .ct-point {
    stroke: #67bd67;
    stroke-width: 6px;
}

.series-d-success-400 .ct-series.ct-series-d .ct-bar {
    stroke: #67bd67;
}

.series-d-success-400 .ct-series.ct-series-d .ct-slice-pie {
    fill: #67bd67;
}

.series-d-success-400 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #67bd67;
}

.series-d-success-400.opacity-75 .ct-series.ct-series-d .ct-area {
    fill: #67bd67;
    fill-opacity: 0.65;
}

.series-d-success-400.opacity-75 .ct-series.ct-series-d .ct-line {
    stroke: #67bd67;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-d-success-400.opacity-75 .ct-series.ct-series-d .ct-point {
    stroke: #67bd67;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-d-success-400.opacity-75 .ct-series.ct-series-d .ct-bar {
    stroke: #67bd67;
    stroke-opacity: 0.75;
}

.series-d-success-400.opacity-75 .ct-series.ct-series-d .ct-slice-pie {
    fill: #67bd67;
    fill-opacity: 0.75;
}

.series-d-success-400.opacity-75 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #67bd67;
    stroke-opacity: 0.75;
}

.series-d-success-500 .ct-series.ct-series-d .ct-area {
    fill: #5cb85c;
}

.series-d-success-500 .ct-series.ct-series-d .ct-line {
    stroke: #5cb85c;
    stroke-width: 3px;
}

.series-d-success-500 .ct-series.ct-series-d .ct-point {
    stroke: #5cb85c;
    stroke-width: 6px;
}

.series-d-success-500 .ct-series.ct-series-d .ct-bar {
    stroke: #5cb85c;
}

.series-d-success-500 .ct-series.ct-series-d .ct-slice-pie {
    fill: #5cb85c;
}

.series-d-success-500 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #5cb85c;
}

.series-d-success-500.opacity-75 .ct-series.ct-series-d .ct-area {
    fill: #5cb85c;
    fill-opacity: 0.65;
}

.series-d-success-500.opacity-75 .ct-series.ct-series-d .ct-line {
    stroke: #5cb85c;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-d-success-500.opacity-75 .ct-series.ct-series-d .ct-point {
    stroke: #5cb85c;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-d-success-500.opacity-75 .ct-series.ct-series-d .ct-bar {
    stroke: #5cb85c;
    stroke-opacity: 0.75;
}

.series-d-success-500.opacity-75 .ct-series.ct-series-d .ct-slice-pie {
    fill: #5cb85c;
    fill-opacity: 0.75;
}

.series-d-success-500.opacity-75 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #5cb85c;
    stroke-opacity: 0.75;
}

.series-d-success-600 .ct-series.ct-series-d .ct-area {
    fill: #51b351;
}

.series-d-success-600 .ct-series.ct-series-d .ct-line {
    stroke: #51b351;
    stroke-width: 3px;
}

.series-d-success-600 .ct-series.ct-series-d .ct-point {
    stroke: #51b351;
    stroke-width: 6px;
}

.series-d-success-600 .ct-series.ct-series-d .ct-bar {
    stroke: #51b351;
}

.series-d-success-600 .ct-series.ct-series-d .ct-slice-pie {
    fill: #51b351;
}

.series-d-success-600 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #51b351;
}

.series-d-success-600.opacity-75 .ct-series.ct-series-d .ct-area {
    fill: #51b351;
    fill-opacity: 0.65;
}

.series-d-success-600.opacity-75 .ct-series.ct-series-d .ct-line {
    stroke: #51b351;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-d-success-600.opacity-75 .ct-series.ct-series-d .ct-point {
    stroke: #51b351;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-d-success-600.opacity-75 .ct-series.ct-series-d .ct-bar {
    stroke: #51b351;
    stroke-opacity: 0.75;
}

.series-d-success-600.opacity-75 .ct-series.ct-series-d .ct-slice-pie {
    fill: #51b351;
    fill-opacity: 0.75;
}

.series-d-success-600.opacity-75 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #51b351;
    stroke-opacity: 0.75;
}

.series-d-success-700 .ct-series.ct-series-d .ct-area {
    fill: #4aab4a;
}

.series-d-success-700 .ct-series.ct-series-d .ct-line {
    stroke: #4aab4a;
    stroke-width: 3px;
}

.series-d-success-700 .ct-series.ct-series-d .ct-point {
    stroke: #4aab4a;
    stroke-width: 6px;
}

.series-d-success-700 .ct-series.ct-series-d .ct-bar {
    stroke: #4aab4a;
}

.series-d-success-700 .ct-series.ct-series-d .ct-slice-pie {
    fill: #4aab4a;
}

.series-d-success-700 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #4aab4a;
}

.series-d-success-700.opacity-75 .ct-series.ct-series-d .ct-area {
    fill: #4aab4a;
    fill-opacity: 0.65;
}

.series-d-success-700.opacity-75 .ct-series.ct-series-d .ct-line {
    stroke: #4aab4a;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-d-success-700.opacity-75 .ct-series.ct-series-d .ct-point {
    stroke: #4aab4a;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-d-success-700.opacity-75 .ct-series.ct-series-d .ct-bar {
    stroke: #4aab4a;
    stroke-opacity: 0.75;
}

.series-d-success-700.opacity-75 .ct-series.ct-series-d .ct-slice-pie {
    fill: #4aab4a;
    fill-opacity: 0.75;
}

.series-d-success-700.opacity-75 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #4aab4a;
    stroke-opacity: 0.75;
}

.series-d-success-800 .ct-series.ct-series-d .ct-area {
    fill: #46a046;
}

.series-d-success-800 .ct-series.ct-series-d .ct-line {
    stroke: #46a046;
    stroke-width: 3px;
}

.series-d-success-800 .ct-series.ct-series-d .ct-point {
    stroke: #46a046;
    stroke-width: 6px;
}

.series-d-success-800 .ct-series.ct-series-d .ct-bar {
    stroke: #46a046;
}

.series-d-success-800 .ct-series.ct-series-d .ct-slice-pie {
    fill: #46a046;
}

.series-d-success-800 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #46a046;
}

.series-d-success-800.opacity-75 .ct-series.ct-series-d .ct-area {
    fill: #46a046;
    fill-opacity: 0.65;
}

.series-d-success-800.opacity-75 .ct-series.ct-series-d .ct-line {
    stroke: #46a046;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-d-success-800.opacity-75 .ct-series.ct-series-d .ct-point {
    stroke: #46a046;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-d-success-800.opacity-75 .ct-series.ct-series-d .ct-bar {
    stroke: #46a046;
    stroke-opacity: 0.75;
}

.series-d-success-800.opacity-75 .ct-series.ct-series-d .ct-slice-pie {
    fill: #46a046;
    fill-opacity: 0.75;
}

.series-d-success-800.opacity-75 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #46a046;
    stroke-opacity: 0.75;
}

.series-d-success-900 .ct-series.ct-series-d .ct-area {
    fill: #419641;
}

.series-d-success-900 .ct-series.ct-series-d .ct-line {
    stroke: #419641;
    stroke-width: 3px;
}

.series-d-success-900 .ct-series.ct-series-d .ct-point {
    stroke: #419641;
    stroke-width: 6px;
}

.series-d-success-900 .ct-series.ct-series-d .ct-bar {
    stroke: #419641;
}

.series-d-success-900 .ct-series.ct-series-d .ct-slice-pie {
    fill: #419641;
}

.series-d-success-900 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #419641;
}

.series-d-success-900.opacity-75 .ct-series.ct-series-d .ct-area {
    fill: #419641;
    fill-opacity: 0.65;
}

.series-d-success-900.opacity-75 .ct-series.ct-series-d .ct-line {
    stroke: #419641;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-d-success-900.opacity-75 .ct-series.ct-series-d .ct-point {
    stroke: #419641;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-d-success-900.opacity-75 .ct-series.ct-series-d .ct-bar {
    stroke: #419641;
    stroke-opacity: 0.75;
}

.series-d-success-900.opacity-75 .ct-series.ct-series-d .ct-slice-pie {
    fill: #419641;
    fill-opacity: 0.75;
}

.series-d-success-900.opacity-75 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #419641;
    stroke-opacity: 0.75;
}

.series-d-danger .ct-series.ct-series-d .ct-area {
    fill: #d9534f;
}

.series-d-danger .ct-series.ct-series-d .ct-line {
    stroke: #d9534f;
    stroke-width: 3px;
}

.series-d-danger .ct-series.ct-series-d .ct-point {
    stroke: #d9534f;
    stroke-width: 6px;
}

.series-d-danger .ct-series.ct-series-d .ct-bar {
    stroke: #d9534f;
}

.series-d-danger .ct-series.ct-series-d .ct-slice-pie {
    fill: #d9534f;
}

.series-d-danger .ct-series.ct-series-d .ct-slice-donut {
    stroke: #d9534f;
}

.series-d-danger.opacity-75 .ct-series.ct-series-d .ct-area {
    fill: #d9534f;
    fill-opacity: 0.65;
}

.series-d-danger.opacity-75 .ct-series.ct-series-d .ct-line {
    stroke: #d9534f;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-d-danger.opacity-75 .ct-series.ct-series-d .ct-point {
    stroke: #d9534f;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-d-danger.opacity-75 .ct-series.ct-series-d .ct-bar {
    stroke: #d9534f;
    stroke-opacity: 0.75;
}

.series-d-danger.opacity-75 .ct-series.ct-series-d .ct-slice-pie {
    fill: #d9534f;
    fill-opacity: 0.75;
}

.series-d-danger.opacity-75 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #d9534f;
    stroke-opacity: 0.75;
}

.series-d-danger-100 .ct-series.ct-series-d .ct-area {
    fill: #e48481;
}

.series-d-danger-100 .ct-series.ct-series-d .ct-line {
    stroke: #e48481;
    stroke-width: 3px;
}

.series-d-danger-100 .ct-series.ct-series-d .ct-point {
    stroke: #e48481;
    stroke-width: 6px;
}

.series-d-danger-100 .ct-series.ct-series-d .ct-bar {
    stroke: #e48481;
}

.series-d-danger-100 .ct-series.ct-series-d .ct-slice-pie {
    fill: #e48481;
}

.series-d-danger-100 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #e48481;
}

.series-d-danger-100.opacity-75 .ct-series.ct-series-d .ct-area {
    fill: #e48481;
    fill-opacity: 0.65;
}

.series-d-danger-100.opacity-75 .ct-series.ct-series-d .ct-line {
    stroke: #e48481;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-d-danger-100.opacity-75 .ct-series.ct-series-d .ct-point {
    stroke: #e48481;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-d-danger-100.opacity-75 .ct-series.ct-series-d .ct-bar {
    stroke: #e48481;
    stroke-opacity: 0.75;
}

.series-d-danger-100.opacity-75 .ct-series.ct-series-d .ct-slice-pie {
    fill: #e48481;
    fill-opacity: 0.75;
}

.series-d-danger-100.opacity-75 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #e48481;
    stroke-opacity: 0.75;
}

.series-d-danger-200 .ct-series.ct-series-d .ct-area {
    fill: #e17875;
}

.series-d-danger-200 .ct-series.ct-series-d .ct-line {
    stroke: #e17875;
    stroke-width: 3px;
}

.series-d-danger-200 .ct-series.ct-series-d .ct-point {
    stroke: #e17875;
    stroke-width: 6px;
}

.series-d-danger-200 .ct-series.ct-series-d .ct-bar {
    stroke: #e17875;
}

.series-d-danger-200 .ct-series.ct-series-d .ct-slice-pie {
    fill: #e17875;
}

.series-d-danger-200 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #e17875;
}

.series-d-danger-200.opacity-75 .ct-series.ct-series-d .ct-area {
    fill: #e17875;
    fill-opacity: 0.65;
}

.series-d-danger-200.opacity-75 .ct-series.ct-series-d .ct-line {
    stroke: #e17875;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-d-danger-200.opacity-75 .ct-series.ct-series-d .ct-point {
    stroke: #e17875;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-d-danger-200.opacity-75 .ct-series.ct-series-d .ct-bar {
    stroke: #e17875;
    stroke-opacity: 0.75;
}

.series-d-danger-200.opacity-75 .ct-series.ct-series-d .ct-slice-pie {
    fill: #e17875;
    fill-opacity: 0.75;
}

.series-d-danger-200.opacity-75 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #e17875;
    stroke-opacity: 0.75;
}

.series-d-danger-300 .ct-series.ct-series-d .ct-area {
    fill: #de6c68;
}

.series-d-danger-300 .ct-series.ct-series-d .ct-line {
    stroke: #de6c68;
    stroke-width: 3px;
}

.series-d-danger-300 .ct-series.ct-series-d .ct-point {
    stroke: #de6c68;
    stroke-width: 6px;
}

.series-d-danger-300 .ct-series.ct-series-d .ct-bar {
    stroke: #de6c68;
}

.series-d-danger-300 .ct-series.ct-series-d .ct-slice-pie {
    fill: #de6c68;
}

.series-d-danger-300 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #de6c68;
}

.series-d-danger-300.opacity-75 .ct-series.ct-series-d .ct-area {
    fill: #de6c68;
    fill-opacity: 0.65;
}

.series-d-danger-300.opacity-75 .ct-series.ct-series-d .ct-line {
    stroke: #de6c68;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-d-danger-300.opacity-75 .ct-series.ct-series-d .ct-point {
    stroke: #de6c68;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-d-danger-300.opacity-75 .ct-series.ct-series-d .ct-bar {
    stroke: #de6c68;
    stroke-opacity: 0.75;
}

.series-d-danger-300.opacity-75 .ct-series.ct-series-d .ct-slice-pie {
    fill: #de6c68;
    fill-opacity: 0.75;
}

.series-d-danger-300.opacity-75 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #de6c68;
    stroke-opacity: 0.75;
}

.series-d-danger-400 .ct-series.ct-series-d .ct-area {
    fill: #dc5f5c;
}

.series-d-danger-400 .ct-series.ct-series-d .ct-line {
    stroke: #dc5f5c;
    stroke-width: 3px;
}

.series-d-danger-400 .ct-series.ct-series-d .ct-point {
    stroke: #dc5f5c;
    stroke-width: 6px;
}

.series-d-danger-400 .ct-series.ct-series-d .ct-bar {
    stroke: #dc5f5c;
}

.series-d-danger-400 .ct-series.ct-series-d .ct-slice-pie {
    fill: #dc5f5c;
}

.series-d-danger-400 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #dc5f5c;
}

.series-d-danger-400.opacity-75 .ct-series.ct-series-d .ct-area {
    fill: #dc5f5c;
    fill-opacity: 0.65;
}

.series-d-danger-400.opacity-75 .ct-series.ct-series-d .ct-line {
    stroke: #dc5f5c;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-d-danger-400.opacity-75 .ct-series.ct-series-d .ct-point {
    stroke: #dc5f5c;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-d-danger-400.opacity-75 .ct-series.ct-series-d .ct-bar {
    stroke: #dc5f5c;
    stroke-opacity: 0.75;
}

.series-d-danger-400.opacity-75 .ct-series.ct-series-d .ct-slice-pie {
    fill: #dc5f5c;
    fill-opacity: 0.75;
}

.series-d-danger-400.opacity-75 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #dc5f5c;
    stroke-opacity: 0.75;
}

.series-d-danger-500 .ct-series.ct-series-d .ct-area {
    fill: #d9534f;
}

.series-d-danger-500 .ct-series.ct-series-d .ct-line {
    stroke: #d9534f;
    stroke-width: 3px;
}

.series-d-danger-500 .ct-series.ct-series-d .ct-point {
    stroke: #d9534f;
    stroke-width: 6px;
}

.series-d-danger-500 .ct-series.ct-series-d .ct-bar {
    stroke: #d9534f;
}

.series-d-danger-500 .ct-series.ct-series-d .ct-slice-pie {
    fill: #d9534f;
}

.series-d-danger-500 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #d9534f;
}

.series-d-danger-500.opacity-75 .ct-series.ct-series-d .ct-area {
    fill: #d9534f;
    fill-opacity: 0.65;
}

.series-d-danger-500.opacity-75 .ct-series.ct-series-d .ct-line {
    stroke: #d9534f;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-d-danger-500.opacity-75 .ct-series.ct-series-d .ct-point {
    stroke: #d9534f;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-d-danger-500.opacity-75 .ct-series.ct-series-d .ct-bar {
    stroke: #d9534f;
    stroke-opacity: 0.75;
}

.series-d-danger-500.opacity-75 .ct-series.ct-series-d .ct-slice-pie {
    fill: #d9534f;
    fill-opacity: 0.75;
}

.series-d-danger-500.opacity-75 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #d9534f;
    stroke-opacity: 0.75;
}

.series-d-danger-600 .ct-series.ct-series-d .ct-area {
    fill: #d64742;
}

.series-d-danger-600 .ct-series.ct-series-d .ct-line {
    stroke: #d64742;
    stroke-width: 3px;
}

.series-d-danger-600 .ct-series.ct-series-d .ct-point {
    stroke: #d64742;
    stroke-width: 6px;
}

.series-d-danger-600 .ct-series.ct-series-d .ct-bar {
    stroke: #d64742;
}

.series-d-danger-600 .ct-series.ct-series-d .ct-slice-pie {
    fill: #d64742;
}

.series-d-danger-600 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #d64742;
}

.series-d-danger-600.opacity-75 .ct-series.ct-series-d .ct-area {
    fill: #d64742;
    fill-opacity: 0.65;
}

.series-d-danger-600.opacity-75 .ct-series.ct-series-d .ct-line {
    stroke: #d64742;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-d-danger-600.opacity-75 .ct-series.ct-series-d .ct-point {
    stroke: #d64742;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-d-danger-600.opacity-75 .ct-series.ct-series-d .ct-bar {
    stroke: #d64742;
    stroke-opacity: 0.75;
}

.series-d-danger-600.opacity-75 .ct-series.ct-series-d .ct-slice-pie {
    fill: #d64742;
    fill-opacity: 0.75;
}

.series-d-danger-600.opacity-75 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #d64742;
    stroke-opacity: 0.75;
}

.series-d-danger-700 .ct-series.ct-series-d .ct-area {
    fill: #d43a36;
}

.series-d-danger-700 .ct-series.ct-series-d .ct-line {
    stroke: #d43a36;
    stroke-width: 3px;
}

.series-d-danger-700 .ct-series.ct-series-d .ct-point {
    stroke: #d43a36;
    stroke-width: 6px;
}

.series-d-danger-700 .ct-series.ct-series-d .ct-bar {
    stroke: #d43a36;
}

.series-d-danger-700 .ct-series.ct-series-d .ct-slice-pie {
    fill: #d43a36;
}

.series-d-danger-700 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #d43a36;
}

.series-d-danger-700.opacity-75 .ct-series.ct-series-d .ct-area {
    fill: #d43a36;
    fill-opacity: 0.65;
}

.series-d-danger-700.opacity-75 .ct-series.ct-series-d .ct-line {
    stroke: #d43a36;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-d-danger-700.opacity-75 .ct-series.ct-series-d .ct-point {
    stroke: #d43a36;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-d-danger-700.opacity-75 .ct-series.ct-series-d .ct-bar {
    stroke: #d43a36;
    stroke-opacity: 0.75;
}

.series-d-danger-700.opacity-75 .ct-series.ct-series-d .ct-slice-pie {
    fill: #d43a36;
    fill-opacity: 0.75;
}

.series-d-danger-700.opacity-75 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #d43a36;
    stroke-opacity: 0.75;
}

.series-d-danger-800 .ct-series.ct-series-d .ct-area {
    fill: #ce312c;
}

.series-d-danger-800 .ct-series.ct-series-d .ct-line {
    stroke: #ce312c;
    stroke-width: 3px;
}

.series-d-danger-800 .ct-series.ct-series-d .ct-point {
    stroke: #ce312c;
    stroke-width: 6px;
}

.series-d-danger-800 .ct-series.ct-series-d .ct-bar {
    stroke: #ce312c;
}

.series-d-danger-800 .ct-series.ct-series-d .ct-slice-pie {
    fill: #ce312c;
}

.series-d-danger-800 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #ce312c;
}

.series-d-danger-800.opacity-75 .ct-series.ct-series-d .ct-area {
    fill: #ce312c;
    fill-opacity: 0.65;
}

.series-d-danger-800.opacity-75 .ct-series.ct-series-d .ct-line {
    stroke: #ce312c;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-d-danger-800.opacity-75 .ct-series.ct-series-d .ct-point {
    stroke: #ce312c;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-d-danger-800.opacity-75 .ct-series.ct-series-d .ct-bar {
    stroke: #ce312c;
    stroke-opacity: 0.75;
}

.series-d-danger-800.opacity-75 .ct-series.ct-series-d .ct-slice-pie {
    fill: #ce312c;
    fill-opacity: 0.75;
}

.series-d-danger-800.opacity-75 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #ce312c;
    stroke-opacity: 0.75;
}

.series-d-danger-900 .ct-series.ct-series-d .ct-area {
    fill: #c12e2a;
}

.series-d-danger-900 .ct-series.ct-series-d .ct-line {
    stroke: #c12e2a;
    stroke-width: 3px;
}

.series-d-danger-900 .ct-series.ct-series-d .ct-point {
    stroke: #c12e2a;
    stroke-width: 6px;
}

.series-d-danger-900 .ct-series.ct-series-d .ct-bar {
    stroke: #c12e2a;
}

.series-d-danger-900 .ct-series.ct-series-d .ct-slice-pie {
    fill: #c12e2a;
}

.series-d-danger-900 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #c12e2a;
}

.series-d-danger-900.opacity-75 .ct-series.ct-series-d .ct-area {
    fill: #c12e2a;
    fill-opacity: 0.65;
}

.series-d-danger-900.opacity-75 .ct-series.ct-series-d .ct-line {
    stroke: #c12e2a;
    stroke-opacity: 0.75;
    stroke-width: 3px;
}

.series-d-danger-900.opacity-75 .ct-series.ct-series-d .ct-point {
    stroke: #c12e2a;
    stroke-opacity: 0.75;
    stroke-width: 6px;
}

.series-d-danger-900.opacity-75 .ct-series.ct-series-d .ct-bar {
    stroke: #c12e2a;
    stroke-opacity: 0.75;
}

.series-d-danger-900.opacity-75 .ct-series.ct-series-d .ct-slice-pie {
    fill: #c12e2a;
    fill-opacity: 0.75;
}

.series-d-danger-900.opacity-75 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #c12e2a;
    stroke-opacity: 0.75;
}

.series-a-white .ct-series.ct-series-a .ct-area {
    fill: #ffffff;
}

.series-a-white .ct-series.ct-series-a .ct-line {
    stroke: #ffffff;
    stroke-width: 3px;
}

.series-a-white .ct-series.ct-series-a .ct-point {
    stroke: #ffffff;
    stroke-width: 6px;
}

.series-a-white .ct-series.ct-series-a .ct-bar {
    stroke: #ffffff;
}

.series-a-white .ct-series.ct-series-a .ct-slice-pie {
    fill: #ffffff;
}

.series-a-white .ct-series.ct-series-a .ct-slice-donut {
    stroke: #ffffff;
}

.series-a-white.opacity-100 .ct-series.ct-series-a .ct-area {
    fill: #ffffff;
    fill-opacity: 0.9;
}

.series-a-white.opacity-100 .ct-series.ct-series-a .ct-line {
    stroke: #ffffff;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-a-white.opacity-100 .ct-series.ct-series-a .ct-point {
    stroke: #ffffff;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-a-white.opacity-100 .ct-series.ct-series-a .ct-bar {
    stroke: #ffffff;
    stroke-opacity: 1;
}

.series-a-white.opacity-100 .ct-series.ct-series-a .ct-slice-pie {
    fill: #ffffff;
    fill-opacity: 1;
}

.series-a-white.opacity-100 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #ffffff;
    stroke-opacity: 1;
}

.series-a-black .ct-series.ct-series-a .ct-area {
    fill: #000000;
}

.series-a-black .ct-series.ct-series-a .ct-line {
    stroke: #000000;
    stroke-width: 3px;
}

.series-a-black .ct-series.ct-series-a .ct-point {
    stroke: #000000;
    stroke-width: 6px;
}

.series-a-black .ct-series.ct-series-a .ct-bar {
    stroke: #000000;
}

.series-a-black .ct-series.ct-series-a .ct-slice-pie {
    fill: #000000;
}

.series-a-black .ct-series.ct-series-a .ct-slice-donut {
    stroke: #000000;
}

.series-a-black.opacity-100 .ct-series.ct-series-a .ct-area {
    fill: #000000;
    fill-opacity: 0.9;
}

.series-a-black.opacity-100 .ct-series.ct-series-a .ct-line {
    stroke: #000000;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-a-black.opacity-100 .ct-series.ct-series-a .ct-point {
    stroke: #000000;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-a-black.opacity-100 .ct-series.ct-series-a .ct-bar {
    stroke: #000000;
    stroke-opacity: 1;
}

.series-a-black.opacity-100 .ct-series.ct-series-a .ct-slice-pie {
    fill: #000000;
    fill-opacity: 1;
}

.series-a-black.opacity-100 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #000000;
    stroke-opacity: 1;
}

.series-a-light .ct-series.ct-series-a .ct-area {
    fill: #f5f5f5;
}

.series-a-light .ct-series.ct-series-a .ct-line {
    stroke: #f5f5f5;
    stroke-width: 3px;
}

.series-a-light .ct-series.ct-series-a .ct-point {
    stroke: #f5f5f5;
    stroke-width: 6px;
}

.series-a-light .ct-series.ct-series-a .ct-bar {
    stroke: #f5f5f5;
}

.series-a-light .ct-series.ct-series-a .ct-slice-pie {
    fill: #f5f5f5;
}

.series-a-light .ct-series.ct-series-a .ct-slice-donut {
    stroke: #f5f5f5;
}

.series-a-light.opacity-100 .ct-series.ct-series-a .ct-area {
    fill: #f5f5f5;
    fill-opacity: 0.9;
}

.series-a-light.opacity-100 .ct-series.ct-series-a .ct-line {
    stroke: #f5f5f5;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-a-light.opacity-100 .ct-series.ct-series-a .ct-point {
    stroke: #f5f5f5;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-a-light.opacity-100 .ct-series.ct-series-a .ct-bar {
    stroke: #f5f5f5;
    stroke-opacity: 1;
}

.series-a-light.opacity-100 .ct-series.ct-series-a .ct-slice-pie {
    fill: #f5f5f5;
    fill-opacity: 1;
}

.series-a-light.opacity-100 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #f5f5f5;
    stroke-opacity: 1;
}

.series-a-dark .ct-series.ct-series-a .ct-area {
    fill: #262932;
}

.series-a-dark .ct-series.ct-series-a .ct-line {
    stroke: #262932;
    stroke-width: 3px;
}

.series-a-dark .ct-series.ct-series-a .ct-point {
    stroke: #262932;
    stroke-width: 6px;
}

.series-a-dark .ct-series.ct-series-a .ct-bar {
    stroke: #262932;
}

.series-a-dark .ct-series.ct-series-a .ct-slice-pie {
    fill: #262932;
}

.series-a-dark .ct-series.ct-series-a .ct-slice-donut {
    stroke: #262932;
}

.series-a-dark.opacity-100 .ct-series.ct-series-a .ct-area {
    fill: #262932;
    fill-opacity: 0.9;
}

.series-a-dark.opacity-100 .ct-series.ct-series-a .ct-line {
    stroke: #262932;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-a-dark.opacity-100 .ct-series.ct-series-a .ct-point {
    stroke: #262932;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-a-dark.opacity-100 .ct-series.ct-series-a .ct-bar {
    stroke: #262932;
    stroke-opacity: 1;
}

.series-a-dark.opacity-100 .ct-series.ct-series-a .ct-slice-pie {
    fill: #262932;
    fill-opacity: 1;
}

.series-a-dark.opacity-100 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #262932;
    stroke-opacity: 1;
}

.series-a-twitter .ct-series.ct-series-a .ct-area {
    fill: #00aced;
}

.series-a-twitter .ct-series.ct-series-a .ct-line {
    stroke: #00aced;
    stroke-width: 3px;
}

.series-a-twitter .ct-series.ct-series-a .ct-point {
    stroke: #00aced;
    stroke-width: 6px;
}

.series-a-twitter .ct-series.ct-series-a .ct-bar {
    stroke: #00aced;
}

.series-a-twitter .ct-series.ct-series-a .ct-slice-pie {
    fill: #00aced;
}

.series-a-twitter .ct-series.ct-series-a .ct-slice-donut {
    stroke: #00aced;
}

.series-a-twitter.opacity-100 .ct-series.ct-series-a .ct-area {
    fill: #00aced;
    fill-opacity: 0.9;
}

.series-a-twitter.opacity-100 .ct-series.ct-series-a .ct-line {
    stroke: #00aced;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-a-twitter.opacity-100 .ct-series.ct-series-a .ct-point {
    stroke: #00aced;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-a-twitter.opacity-100 .ct-series.ct-series-a .ct-bar {
    stroke: #00aced;
    stroke-opacity: 1;
}

.series-a-twitter.opacity-100 .ct-series.ct-series-a .ct-slice-pie {
    fill: #00aced;
    fill-opacity: 1;
}

.series-a-twitter.opacity-100 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #00aced;
    stroke-opacity: 1;
}

.series-a-facebook .ct-series.ct-series-a .ct-area {
    fill: #3b5998;
}

.series-a-facebook .ct-series.ct-series-a .ct-line {
    stroke: #3b5998;
    stroke-width: 3px;
}

.series-a-facebook .ct-series.ct-series-a .ct-point {
    stroke: #3b5998;
    stroke-width: 6px;
}

.series-a-facebook .ct-series.ct-series-a .ct-bar {
    stroke: #3b5998;
}

.series-a-facebook .ct-series.ct-series-a .ct-slice-pie {
    fill: #3b5998;
}

.series-a-facebook .ct-series.ct-series-a .ct-slice-donut {
    stroke: #3b5998;
}

.series-a-facebook.opacity-100 .ct-series.ct-series-a .ct-area {
    fill: #3b5998;
    fill-opacity: 0.9;
}

.series-a-facebook.opacity-100 .ct-series.ct-series-a .ct-line {
    stroke: #3b5998;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-a-facebook.opacity-100 .ct-series.ct-series-a .ct-point {
    stroke: #3b5998;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-a-facebook.opacity-100 .ct-series.ct-series-a .ct-bar {
    stroke: #3b5998;
    stroke-opacity: 1;
}

.series-a-facebook.opacity-100 .ct-series.ct-series-a .ct-slice-pie {
    fill: #3b5998;
    fill-opacity: 1;
}

.series-a-facebook.opacity-100 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #3b5998;
    stroke-opacity: 1;
}

.series-a-google .ct-series.ct-series-a .ct-area {
    fill: #dd4b39;
}

.series-a-google .ct-series.ct-series-a .ct-line {
    stroke: #dd4b39;
    stroke-width: 3px;
}

.series-a-google .ct-series.ct-series-a .ct-point {
    stroke: #dd4b39;
    stroke-width: 6px;
}

.series-a-google .ct-series.ct-series-a .ct-bar {
    stroke: #dd4b39;
}

.series-a-google .ct-series.ct-series-a .ct-slice-pie {
    fill: #dd4b39;
}

.series-a-google .ct-series.ct-series-a .ct-slice-donut {
    stroke: #dd4b39;
}

.series-a-google.opacity-100 .ct-series.ct-series-a .ct-area {
    fill: #dd4b39;
    fill-opacity: 0.9;
}

.series-a-google.opacity-100 .ct-series.ct-series-a .ct-line {
    stroke: #dd4b39;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-a-google.opacity-100 .ct-series.ct-series-a .ct-point {
    stroke: #dd4b39;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-a-google.opacity-100 .ct-series.ct-series-a .ct-bar {
    stroke: #dd4b39;
    stroke-opacity: 1;
}

.series-a-google.opacity-100 .ct-series.ct-series-a .ct-slice-pie {
    fill: #dd4b39;
    fill-opacity: 1;
}

.series-a-google.opacity-100 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #dd4b39;
    stroke-opacity: 1;
}

.series-a-bg-1 .ct-series.ct-series-a .ct-area {
    fill: #0267bf;
}

.series-a-bg-1 .ct-series.ct-series-a .ct-line {
    stroke: #0267bf;
    stroke-width: 3px;
}

.series-a-bg-1 .ct-series.ct-series-a .ct-point {
    stroke: #0267bf;
    stroke-width: 6px;
}

.series-a-bg-1 .ct-series.ct-series-a .ct-bar {
    stroke: #0267bf;
}

.series-a-bg-1 .ct-series.ct-series-a .ct-slice-pie {
    fill: #0267bf;
}

.series-a-bg-1 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #0267bf;
}

.series-a-bg-1.opacity-100 .ct-series.ct-series-a .ct-area {
    fill: #0267bf;
    fill-opacity: 0.9;
}

.series-a-bg-1.opacity-100 .ct-series.ct-series-a .ct-line {
    stroke: #0267bf;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-a-bg-1.opacity-100 .ct-series.ct-series-a .ct-point {
    stroke: #0267bf;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-a-bg-1.opacity-100 .ct-series.ct-series-a .ct-bar {
    stroke: #0267bf;
    stroke-opacity: 1;
}

.series-a-bg-1.opacity-100 .ct-series.ct-series-a .ct-slice-pie {
    fill: #0267bf;
    fill-opacity: 1;
}

.series-a-bg-1.opacity-100 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #0267bf;
    stroke-opacity: 1;
}

.series-a-bg-1-100 .ct-series.ct-series-a .ct-area {
    fill: #299bfd;
}

.series-a-bg-1-100 .ct-series.ct-series-a .ct-line {
    stroke: #299bfd;
    stroke-width: 3px;
}

.series-a-bg-1-100 .ct-series.ct-series-a .ct-point {
    stroke: #299bfd;
    stroke-width: 6px;
}

.series-a-bg-1-100 .ct-series.ct-series-a .ct-bar {
    stroke: #299bfd;
}

.series-a-bg-1-100 .ct-series.ct-series-a .ct-slice-pie {
    fill: #299bfd;
}

.series-a-bg-1-100 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #299bfd;
}

.series-a-bg-1-100.opacity-100 .ct-series.ct-series-a .ct-area {
    fill: #299bfd;
    fill-opacity: 0.9;
}

.series-a-bg-1-100.opacity-100 .ct-series.ct-series-a .ct-line {
    stroke: #299bfd;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-a-bg-1-100.opacity-100 .ct-series.ct-series-a .ct-point {
    stroke: #299bfd;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-a-bg-1-100.opacity-100 .ct-series.ct-series-a .ct-bar {
    stroke: #299bfd;
    stroke-opacity: 1;
}

.series-a-bg-1-100.opacity-100 .ct-series.ct-series-a .ct-slice-pie {
    fill: #299bfd;
    fill-opacity: 1;
}

.series-a-bg-1-100.opacity-100 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #299bfd;
    stroke-opacity: 1;
}

.series-a-bg-1-200 .ct-series.ct-series-a .ct-area {
    fill: #108ffd;
}

.series-a-bg-1-200 .ct-series.ct-series-a .ct-line {
    stroke: #108ffd;
    stroke-width: 3px;
}

.series-a-bg-1-200 .ct-series.ct-series-a .ct-point {
    stroke: #108ffd;
    stroke-width: 6px;
}

.series-a-bg-1-200 .ct-series.ct-series-a .ct-bar {
    stroke: #108ffd;
}

.series-a-bg-1-200 .ct-series.ct-series-a .ct-slice-pie {
    fill: #108ffd;
}

.series-a-bg-1-200 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #108ffd;
}

.series-a-bg-1-200.opacity-100 .ct-series.ct-series-a .ct-area {
    fill: #108ffd;
    fill-opacity: 0.9;
}

.series-a-bg-1-200.opacity-100 .ct-series.ct-series-a .ct-line {
    stroke: #108ffd;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-a-bg-1-200.opacity-100 .ct-series.ct-series-a .ct-point {
    stroke: #108ffd;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-a-bg-1-200.opacity-100 .ct-series.ct-series-a .ct-bar {
    stroke: #108ffd;
    stroke-opacity: 1;
}

.series-a-bg-1-200.opacity-100 .ct-series.ct-series-a .ct-slice-pie {
    fill: #108ffd;
    fill-opacity: 1;
}

.series-a-bg-1-200.opacity-100 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #108ffd;
    stroke-opacity: 1;
}

.series-a-bg-1-300 .ct-series.ct-series-a .ct-area {
    fill: #0283f1;
}

.series-a-bg-1-300 .ct-series.ct-series-a .ct-line {
    stroke: #0283f1;
    stroke-width: 3px;
}

.series-a-bg-1-300 .ct-series.ct-series-a .ct-point {
    stroke: #0283f1;
    stroke-width: 6px;
}

.series-a-bg-1-300 .ct-series.ct-series-a .ct-bar {
    stroke: #0283f1;
}

.series-a-bg-1-300 .ct-series.ct-series-a .ct-slice-pie {
    fill: #0283f1;
}

.series-a-bg-1-300 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #0283f1;
}

.series-a-bg-1-300.opacity-100 .ct-series.ct-series-a .ct-area {
    fill: #0283f1;
    fill-opacity: 0.9;
}

.series-a-bg-1-300.opacity-100 .ct-series.ct-series-a .ct-line {
    stroke: #0283f1;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-a-bg-1-300.opacity-100 .ct-series.ct-series-a .ct-point {
    stroke: #0283f1;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-a-bg-1-300.opacity-100 .ct-series.ct-series-a .ct-bar {
    stroke: #0283f1;
    stroke-opacity: 1;
}

.series-a-bg-1-300.opacity-100 .ct-series.ct-series-a .ct-slice-pie {
    fill: #0283f1;
    fill-opacity: 1;
}

.series-a-bg-1-300.opacity-100 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #0283f1;
    stroke-opacity: 1;
}

.series-a-bg-1-400 .ct-series.ct-series-a .ct-area {
    fill: #0275d8;
}

.series-a-bg-1-400 .ct-series.ct-series-a .ct-line {
    stroke: #0275d8;
    stroke-width: 3px;
}

.series-a-bg-1-400 .ct-series.ct-series-a .ct-point {
    stroke: #0275d8;
    stroke-width: 6px;
}

.series-a-bg-1-400 .ct-series.ct-series-a .ct-bar {
    stroke: #0275d8;
}

.series-a-bg-1-400 .ct-series.ct-series-a .ct-slice-pie {
    fill: #0275d8;
}

.series-a-bg-1-400 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #0275d8;
}

.series-a-bg-1-400.opacity-100 .ct-series.ct-series-a .ct-area {
    fill: #0275d8;
    fill-opacity: 0.9;
}

.series-a-bg-1-400.opacity-100 .ct-series.ct-series-a .ct-line {
    stroke: #0275d8;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-a-bg-1-400.opacity-100 .ct-series.ct-series-a .ct-point {
    stroke: #0275d8;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-a-bg-1-400.opacity-100 .ct-series.ct-series-a .ct-bar {
    stroke: #0275d8;
    stroke-opacity: 1;
}

.series-a-bg-1-400.opacity-100 .ct-series.ct-series-a .ct-slice-pie {
    fill: #0275d8;
    fill-opacity: 1;
}

.series-a-bg-1-400.opacity-100 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #0275d8;
    stroke-opacity: 1;
}

.series-a-bg-1-500 .ct-series.ct-series-a .ct-area {
    fill: #0267bf;
}

.series-a-bg-1-500 .ct-series.ct-series-a .ct-line {
    stroke: #0267bf;
    stroke-width: 3px;
}

.series-a-bg-1-500 .ct-series.ct-series-a .ct-point {
    stroke: #0267bf;
    stroke-width: 6px;
}

.series-a-bg-1-500 .ct-series.ct-series-a .ct-bar {
    stroke: #0267bf;
}

.series-a-bg-1-500 .ct-series.ct-series-a .ct-slice-pie {
    fill: #0267bf;
}

.series-a-bg-1-500 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #0267bf;
}

.series-a-bg-1-500.opacity-100 .ct-series.ct-series-a .ct-area {
    fill: #0267bf;
    fill-opacity: 0.9;
}

.series-a-bg-1-500.opacity-100 .ct-series.ct-series-a .ct-line {
    stroke: #0267bf;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-a-bg-1-500.opacity-100 .ct-series.ct-series-a .ct-point {
    stroke: #0267bf;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-a-bg-1-500.opacity-100 .ct-series.ct-series-a .ct-bar {
    stroke: #0267bf;
    stroke-opacity: 1;
}

.series-a-bg-1-500.opacity-100 .ct-series.ct-series-a .ct-slice-pie {
    fill: #0267bf;
    fill-opacity: 1;
}

.series-a-bg-1-500.opacity-100 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #0267bf;
    stroke-opacity: 1;
}

.series-a-bg-1-600 .ct-series.ct-series-a .ct-area {
    fill: #025aa5;
}

.series-a-bg-1-600 .ct-series.ct-series-a .ct-line {
    stroke: #025aa5;
    stroke-width: 3px;
}

.series-a-bg-1-600 .ct-series.ct-series-a .ct-point {
    stroke: #025aa5;
    stroke-width: 6px;
}

.series-a-bg-1-600 .ct-series.ct-series-a .ct-bar {
    stroke: #025aa5;
}

.series-a-bg-1-600 .ct-series.ct-series-a .ct-slice-pie {
    fill: #025aa5;
}

.series-a-bg-1-600 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #025aa5;
}

.series-a-bg-1-600.opacity-100 .ct-series.ct-series-a .ct-area {
    fill: #025aa5;
    fill-opacity: 0.9;
}

.series-a-bg-1-600.opacity-100 .ct-series.ct-series-a .ct-line {
    stroke: #025aa5;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-a-bg-1-600.opacity-100 .ct-series.ct-series-a .ct-point {
    stroke: #025aa5;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-a-bg-1-600.opacity-100 .ct-series.ct-series-a .ct-bar {
    stroke: #025aa5;
    stroke-opacity: 1;
}

.series-a-bg-1-600.opacity-100 .ct-series.ct-series-a .ct-slice-pie {
    fill: #025aa5;
    fill-opacity: 1;
}

.series-a-bg-1-600.opacity-100 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #025aa5;
    stroke-opacity: 1;
}

.series-a-bg-1-700 .ct-series.ct-series-a .ct-area {
    fill: #014c8c;
}

.series-a-bg-1-700 .ct-series.ct-series-a .ct-line {
    stroke: #014c8c;
    stroke-width: 3px;
}

.series-a-bg-1-700 .ct-series.ct-series-a .ct-point {
    stroke: #014c8c;
    stroke-width: 6px;
}

.series-a-bg-1-700 .ct-series.ct-series-a .ct-bar {
    stroke: #014c8c;
}

.series-a-bg-1-700 .ct-series.ct-series-a .ct-slice-pie {
    fill: #014c8c;
}

.series-a-bg-1-700 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #014c8c;
}

.series-a-bg-1-700.opacity-100 .ct-series.ct-series-a .ct-area {
    fill: #014c8c;
    fill-opacity: 0.9;
}

.series-a-bg-1-700.opacity-100 .ct-series.ct-series-a .ct-line {
    stroke: #014c8c;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-a-bg-1-700.opacity-100 .ct-series.ct-series-a .ct-point {
    stroke: #014c8c;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-a-bg-1-700.opacity-100 .ct-series.ct-series-a .ct-bar {
    stroke: #014c8c;
    stroke-opacity: 1;
}

.series-a-bg-1-700.opacity-100 .ct-series.ct-series-a .ct-slice-pie {
    fill: #014c8c;
    fill-opacity: 1;
}

.series-a-bg-1-700.opacity-100 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #014c8c;
    stroke-opacity: 1;
}

.series-a-bg-1-800 .ct-series.ct-series-a .ct-area {
    fill: #013e73;
}

.series-a-bg-1-800 .ct-series.ct-series-a .ct-line {
    stroke: #013e73;
    stroke-width: 3px;
}

.series-a-bg-1-800 .ct-series.ct-series-a .ct-point {
    stroke: #013e73;
    stroke-width: 6px;
}

.series-a-bg-1-800 .ct-series.ct-series-a .ct-bar {
    stroke: #013e73;
}

.series-a-bg-1-800 .ct-series.ct-series-a .ct-slice-pie {
    fill: #013e73;
}

.series-a-bg-1-800 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #013e73;
}

.series-a-bg-1-800.opacity-100 .ct-series.ct-series-a .ct-area {
    fill: #013e73;
    fill-opacity: 0.9;
}

.series-a-bg-1-800.opacity-100 .ct-series.ct-series-a .ct-line {
    stroke: #013e73;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-a-bg-1-800.opacity-100 .ct-series.ct-series-a .ct-point {
    stroke: #013e73;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-a-bg-1-800.opacity-100 .ct-series.ct-series-a .ct-bar {
    stroke: #013e73;
    stroke-opacity: 1;
}

.series-a-bg-1-800.opacity-100 .ct-series.ct-series-a .ct-slice-pie {
    fill: #013e73;
    fill-opacity: 1;
}

.series-a-bg-1-800.opacity-100 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #013e73;
    stroke-opacity: 1;
}

.series-a-bg-1-900 .ct-series.ct-series-a .ct-area {
    fill: #01315a;
}

.series-a-bg-1-900 .ct-series.ct-series-a .ct-line {
    stroke: #01315a;
    stroke-width: 3px;
}

.series-a-bg-1-900 .ct-series.ct-series-a .ct-point {
    stroke: #01315a;
    stroke-width: 6px;
}

.series-a-bg-1-900 .ct-series.ct-series-a .ct-bar {
    stroke: #01315a;
}

.series-a-bg-1-900 .ct-series.ct-series-a .ct-slice-pie {
    fill: #01315a;
}

.series-a-bg-1-900 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #01315a;
}

.series-a-bg-1-900.opacity-100 .ct-series.ct-series-a .ct-area {
    fill: #01315a;
    fill-opacity: 0.9;
}

.series-a-bg-1-900.opacity-100 .ct-series.ct-series-a .ct-line {
    stroke: #01315a;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-a-bg-1-900.opacity-100 .ct-series.ct-series-a .ct-point {
    stroke: #01315a;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-a-bg-1-900.opacity-100 .ct-series.ct-series-a .ct-bar {
    stroke: #01315a;
    stroke-opacity: 1;
}

.series-a-bg-1-900.opacity-100 .ct-series.ct-series-a .ct-slice-pie {
    fill: #01315a;
    fill-opacity: 1;
}

.series-a-bg-1-900.opacity-100 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #01315a;
    stroke-opacity: 1;
}

.series-a-bg-2 .ct-series.ct-series-a .ct-area {
    fill: #002451;
}

.series-a-bg-2 .ct-series.ct-series-a .ct-line {
    stroke: #002451;
    stroke-width: 3px;
}

.series-a-bg-2 .ct-series.ct-series-a .ct-point {
    stroke: #002451;
    stroke-width: 6px;
}

.series-a-bg-2 .ct-series.ct-series-a .ct-bar {
    stroke: #002451;
}

.series-a-bg-2 .ct-series.ct-series-a .ct-slice-pie {
    fill: #002451;
}

.series-a-bg-2 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #002451;
}

.series-a-bg-2.opacity-100 .ct-series.ct-series-a .ct-area {
    fill: #002451;
    fill-opacity: 0.9;
}

.series-a-bg-2.opacity-100 .ct-series.ct-series-a .ct-line {
    stroke: #002451;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-a-bg-2.opacity-100 .ct-series.ct-series-a .ct-point {
    stroke: #002451;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-a-bg-2.opacity-100 .ct-series.ct-series-a .ct-bar {
    stroke: #002451;
    stroke-opacity: 1;
}

.series-a-bg-2.opacity-100 .ct-series.ct-series-a .ct-slice-pie {
    fill: #002451;
    fill-opacity: 1;
}

.series-a-bg-2.opacity-100 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #002451;
    stroke-opacity: 1;
}

.series-a-bg-2-100 .ct-series.ct-series-a .ct-area {
    fill: #0051b7;
}

.series-a-bg-2-100 .ct-series.ct-series-a .ct-line {
    stroke: #0051b7;
    stroke-width: 3px;
}

.series-a-bg-2-100 .ct-series.ct-series-a .ct-point {
    stroke: #0051b7;
    stroke-width: 6px;
}

.series-a-bg-2-100 .ct-series.ct-series-a .ct-bar {
    stroke: #0051b7;
}

.series-a-bg-2-100 .ct-series.ct-series-a .ct-slice-pie {
    fill: #0051b7;
}

.series-a-bg-2-100 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #0051b7;
}

.series-a-bg-2-100.opacity-100 .ct-series.ct-series-a .ct-area {
    fill: #0051b7;
    fill-opacity: 0.9;
}

.series-a-bg-2-100.opacity-100 .ct-series.ct-series-a .ct-line {
    stroke: #0051b7;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-a-bg-2-100.opacity-100 .ct-series.ct-series-a .ct-point {
    stroke: #0051b7;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-a-bg-2-100.opacity-100 .ct-series.ct-series-a .ct-bar {
    stroke: #0051b7;
    stroke-opacity: 1;
}

.series-a-bg-2-100.opacity-100 .ct-series.ct-series-a .ct-slice-pie {
    fill: #0051b7;
    fill-opacity: 1;
}

.series-a-bg-2-100.opacity-100 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #0051b7;
    stroke-opacity: 1;
}

.series-a-bg-2-200 .ct-series.ct-series-a .ct-area {
    fill: #00469e;
}

.series-a-bg-2-200 .ct-series.ct-series-a .ct-line {
    stroke: #00469e;
    stroke-width: 3px;
}

.series-a-bg-2-200 .ct-series.ct-series-a .ct-point {
    stroke: #00469e;
    stroke-width: 6px;
}

.series-a-bg-2-200 .ct-series.ct-series-a .ct-bar {
    stroke: #00469e;
}

.series-a-bg-2-200 .ct-series.ct-series-a .ct-slice-pie {
    fill: #00469e;
}

.series-a-bg-2-200 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #00469e;
}

.series-a-bg-2-200.opacity-100 .ct-series.ct-series-a .ct-area {
    fill: #00469e;
    fill-opacity: 0.9;
}

.series-a-bg-2-200.opacity-100 .ct-series.ct-series-a .ct-line {
    stroke: #00469e;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-a-bg-2-200.opacity-100 .ct-series.ct-series-a .ct-point {
    stroke: #00469e;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-a-bg-2-200.opacity-100 .ct-series.ct-series-a .ct-bar {
    stroke: #00469e;
    stroke-opacity: 1;
}

.series-a-bg-2-200.opacity-100 .ct-series.ct-series-a .ct-slice-pie {
    fill: #00469e;
    fill-opacity: 1;
}

.series-a-bg-2-200.opacity-100 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #00469e;
    stroke-opacity: 1;
}

.series-a-bg-2-300 .ct-series.ct-series-a .ct-area {
    fill: #003b84;
}

.series-a-bg-2-300 .ct-series.ct-series-a .ct-line {
    stroke: #003b84;
    stroke-width: 3px;
}

.series-a-bg-2-300 .ct-series.ct-series-a .ct-point {
    stroke: #003b84;
    stroke-width: 6px;
}

.series-a-bg-2-300 .ct-series.ct-series-a .ct-bar {
    stroke: #003b84;
}

.series-a-bg-2-300 .ct-series.ct-series-a .ct-slice-pie {
    fill: #003b84;
}

.series-a-bg-2-300 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #003b84;
}

.series-a-bg-2-300.opacity-100 .ct-series.ct-series-a .ct-area {
    fill: #003b84;
    fill-opacity: 0.9;
}

.series-a-bg-2-300.opacity-100 .ct-series.ct-series-a .ct-line {
    stroke: #003b84;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-a-bg-2-300.opacity-100 .ct-series.ct-series-a .ct-point {
    stroke: #003b84;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-a-bg-2-300.opacity-100 .ct-series.ct-series-a .ct-bar {
    stroke: #003b84;
    stroke-opacity: 1;
}

.series-a-bg-2-300.opacity-100 .ct-series.ct-series-a .ct-slice-pie {
    fill: #003b84;
    fill-opacity: 1;
}

.series-a-bg-2-300.opacity-100 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #003b84;
    stroke-opacity: 1;
}

.series-a-bg-2-400 .ct-series.ct-series-a .ct-area {
    fill: #002f6b;
}

.series-a-bg-2-400 .ct-series.ct-series-a .ct-line {
    stroke: #002f6b;
    stroke-width: 3px;
}

.series-a-bg-2-400 .ct-series.ct-series-a .ct-point {
    stroke: #002f6b;
    stroke-width: 6px;
}

.series-a-bg-2-400 .ct-series.ct-series-a .ct-bar {
    stroke: #002f6b;
}

.series-a-bg-2-400 .ct-series.ct-series-a .ct-slice-pie {
    fill: #002f6b;
}

.series-a-bg-2-400 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #002f6b;
}

.series-a-bg-2-400.opacity-100 .ct-series.ct-series-a .ct-area {
    fill: #002f6b;
    fill-opacity: 0.9;
}

.series-a-bg-2-400.opacity-100 .ct-series.ct-series-a .ct-line {
    stroke: #002f6b;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-a-bg-2-400.opacity-100 .ct-series.ct-series-a .ct-point {
    stroke: #002f6b;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-a-bg-2-400.opacity-100 .ct-series.ct-series-a .ct-bar {
    stroke: #002f6b;
    stroke-opacity: 1;
}

.series-a-bg-2-400.opacity-100 .ct-series.ct-series-a .ct-slice-pie {
    fill: #002f6b;
    fill-opacity: 1;
}

.series-a-bg-2-400.opacity-100 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #002f6b;
    stroke-opacity: 1;
}

.series-a-bg-2-500 .ct-series.ct-series-a .ct-area {
    fill: #002451;
}

.series-a-bg-2-500 .ct-series.ct-series-a .ct-line {
    stroke: #002451;
    stroke-width: 3px;
}

.series-a-bg-2-500 .ct-series.ct-series-a .ct-point {
    stroke: #002451;
    stroke-width: 6px;
}

.series-a-bg-2-500 .ct-series.ct-series-a .ct-bar {
    stroke: #002451;
}

.series-a-bg-2-500 .ct-series.ct-series-a .ct-slice-pie {
    fill: #002451;
}

.series-a-bg-2-500 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #002451;
}

.series-a-bg-2-500.opacity-100 .ct-series.ct-series-a .ct-area {
    fill: #002451;
    fill-opacity: 0.9;
}

.series-a-bg-2-500.opacity-100 .ct-series.ct-series-a .ct-line {
    stroke: #002451;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-a-bg-2-500.opacity-100 .ct-series.ct-series-a .ct-point {
    stroke: #002451;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-a-bg-2-500.opacity-100 .ct-series.ct-series-a .ct-bar {
    stroke: #002451;
    stroke-opacity: 1;
}

.series-a-bg-2-500.opacity-100 .ct-series.ct-series-a .ct-slice-pie {
    fill: #002451;
    fill-opacity: 1;
}

.series-a-bg-2-500.opacity-100 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #002451;
    stroke-opacity: 1;
}

.series-a-bg-2-600 .ct-series.ct-series-a .ct-area {
    fill: #001938;
}

.series-a-bg-2-600 .ct-series.ct-series-a .ct-line {
    stroke: #001938;
    stroke-width: 3px;
}

.series-a-bg-2-600 .ct-series.ct-series-a .ct-point {
    stroke: #001938;
    stroke-width: 6px;
}

.series-a-bg-2-600 .ct-series.ct-series-a .ct-bar {
    stroke: #001938;
}

.series-a-bg-2-600 .ct-series.ct-series-a .ct-slice-pie {
    fill: #001938;
}

.series-a-bg-2-600 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #001938;
}

.series-a-bg-2-600.opacity-100 .ct-series.ct-series-a .ct-area {
    fill: #001938;
    fill-opacity: 0.9;
}

.series-a-bg-2-600.opacity-100 .ct-series.ct-series-a .ct-line {
    stroke: #001938;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-a-bg-2-600.opacity-100 .ct-series.ct-series-a .ct-point {
    stroke: #001938;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-a-bg-2-600.opacity-100 .ct-series.ct-series-a .ct-bar {
    stroke: #001938;
    stroke-opacity: 1;
}

.series-a-bg-2-600.opacity-100 .ct-series.ct-series-a .ct-slice-pie {
    fill: #001938;
    fill-opacity: 1;
}

.series-a-bg-2-600.opacity-100 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #001938;
    stroke-opacity: 1;
}

.series-a-bg-2-700 .ct-series.ct-series-a .ct-area {
    fill: #000d1e;
}

.series-a-bg-2-700 .ct-series.ct-series-a .ct-line {
    stroke: #000d1e;
    stroke-width: 3px;
}

.series-a-bg-2-700 .ct-series.ct-series-a .ct-point {
    stroke: #000d1e;
    stroke-width: 6px;
}

.series-a-bg-2-700 .ct-series.ct-series-a .ct-bar {
    stroke: #000d1e;
}

.series-a-bg-2-700 .ct-series.ct-series-a .ct-slice-pie {
    fill: #000d1e;
}

.series-a-bg-2-700 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #000d1e;
}

.series-a-bg-2-700.opacity-100 .ct-series.ct-series-a .ct-area {
    fill: #000d1e;
    fill-opacity: 0.9;
}

.series-a-bg-2-700.opacity-100 .ct-series.ct-series-a .ct-line {
    stroke: #000d1e;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-a-bg-2-700.opacity-100 .ct-series.ct-series-a .ct-point {
    stroke: #000d1e;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-a-bg-2-700.opacity-100 .ct-series.ct-series-a .ct-bar {
    stroke: #000d1e;
    stroke-opacity: 1;
}

.series-a-bg-2-700.opacity-100 .ct-series.ct-series-a .ct-slice-pie {
    fill: #000d1e;
    fill-opacity: 1;
}

.series-a-bg-2-700.opacity-100 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #000d1e;
    stroke-opacity: 1;
}

.series-a-bg-2-800 .ct-series.ct-series-a .ct-area {
    fill: #000205;
}

.series-a-bg-2-800 .ct-series.ct-series-a .ct-line {
    stroke: #000205;
    stroke-width: 3px;
}

.series-a-bg-2-800 .ct-series.ct-series-a .ct-point {
    stroke: #000205;
    stroke-width: 6px;
}

.series-a-bg-2-800 .ct-series.ct-series-a .ct-bar {
    stroke: #000205;
}

.series-a-bg-2-800 .ct-series.ct-series-a .ct-slice-pie {
    fill: #000205;
}

.series-a-bg-2-800 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #000205;
}

.series-a-bg-2-800.opacity-100 .ct-series.ct-series-a .ct-area {
    fill: #000205;
    fill-opacity: 0.9;
}

.series-a-bg-2-800.opacity-100 .ct-series.ct-series-a .ct-line {
    stroke: #000205;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-a-bg-2-800.opacity-100 .ct-series.ct-series-a .ct-point {
    stroke: #000205;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-a-bg-2-800.opacity-100 .ct-series.ct-series-a .ct-bar {
    stroke: #000205;
    stroke-opacity: 1;
}

.series-a-bg-2-800.opacity-100 .ct-series.ct-series-a .ct-slice-pie {
    fill: #000205;
    fill-opacity: 1;
}

.series-a-bg-2-800.opacity-100 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #000205;
    stroke-opacity: 1;
}

.series-a-bg-2-900 .ct-series.ct-series-a .ct-area {
    fill: black;
}

.series-a-bg-2-900 .ct-series.ct-series-a .ct-line {
    stroke: black;
    stroke-width: 3px;
}

.series-a-bg-2-900 .ct-series.ct-series-a .ct-point {
    stroke: black;
    stroke-width: 6px;
}

.series-a-bg-2-900 .ct-series.ct-series-a .ct-bar {
    stroke: black;
}

.series-a-bg-2-900 .ct-series.ct-series-a .ct-slice-pie {
    fill: black;
}

.series-a-bg-2-900 .ct-series.ct-series-a .ct-slice-donut {
    stroke: black;
}

.series-a-bg-2-900.opacity-100 .ct-series.ct-series-a .ct-area {
    fill: black;
    fill-opacity: 0.9;
}

.series-a-bg-2-900.opacity-100 .ct-series.ct-series-a .ct-line {
    stroke: black;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-a-bg-2-900.opacity-100 .ct-series.ct-series-a .ct-point {
    stroke: black;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-a-bg-2-900.opacity-100 .ct-series.ct-series-a .ct-bar {
    stroke: black;
    stroke-opacity: 1;
}

.series-a-bg-2-900.opacity-100 .ct-series.ct-series-a .ct-slice-pie {
    fill: black;
    fill-opacity: 1;
}

.series-a-bg-2-900.opacity-100 .ct-series.ct-series-a .ct-slice-donut {
    stroke: black;
    stroke-opacity: 1;
}

.series-a-bg-3 .ct-series.ct-series-a .ct-area {
    fill: #262932;
}

.series-a-bg-3 .ct-series.ct-series-a .ct-line {
    stroke: #262932;
    stroke-width: 3px;
}

.series-a-bg-3 .ct-series.ct-series-a .ct-point {
    stroke: #262932;
    stroke-width: 6px;
}

.series-a-bg-3 .ct-series.ct-series-a .ct-bar {
    stroke: #262932;
}

.series-a-bg-3 .ct-series.ct-series-a .ct-slice-pie {
    fill: #262932;
}

.series-a-bg-3 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #262932;
}

.series-a-bg-3.opacity-100 .ct-series.ct-series-a .ct-area {
    fill: #262932;
    fill-opacity: 0.9;
}

.series-a-bg-3.opacity-100 .ct-series.ct-series-a .ct-line {
    stroke: #262932;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-a-bg-3.opacity-100 .ct-series.ct-series-a .ct-point {
    stroke: #262932;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-a-bg-3.opacity-100 .ct-series.ct-series-a .ct-bar {
    stroke: #262932;
    stroke-opacity: 1;
}

.series-a-bg-3.opacity-100 .ct-series.ct-series-a .ct-slice-pie {
    fill: #262932;
    fill-opacity: 1;
}

.series-a-bg-3.opacity-100 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #262932;
    stroke-opacity: 1;
}

.series-a-bg-3-100 .ct-series.ct-series-a .ct-area {
    fill: #52596c;
}

.series-a-bg-3-100 .ct-series.ct-series-a .ct-line {
    stroke: #52596c;
    stroke-width: 3px;
}

.series-a-bg-3-100 .ct-series.ct-series-a .ct-point {
    stroke: #52596c;
    stroke-width: 6px;
}

.series-a-bg-3-100 .ct-series.ct-series-a .ct-bar {
    stroke: #52596c;
}

.series-a-bg-3-100 .ct-series.ct-series-a .ct-slice-pie {
    fill: #52596c;
}

.series-a-bg-3-100 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #52596c;
}

.series-a-bg-3-100.opacity-100 .ct-series.ct-series-a .ct-area {
    fill: #52596c;
    fill-opacity: 0.9;
}

.series-a-bg-3-100.opacity-100 .ct-series.ct-series-a .ct-line {
    stroke: #52596c;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-a-bg-3-100.opacity-100 .ct-series.ct-series-a .ct-point {
    stroke: #52596c;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-a-bg-3-100.opacity-100 .ct-series.ct-series-a .ct-bar {
    stroke: #52596c;
    stroke-opacity: 1;
}

.series-a-bg-3-100.opacity-100 .ct-series.ct-series-a .ct-slice-pie {
    fill: #52596c;
    fill-opacity: 1;
}

.series-a-bg-3-100.opacity-100 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #52596c;
    stroke-opacity: 1;
}

.series-a-bg-3-200 .ct-series.ct-series-a .ct-area {
    fill: #474d5d;
}

.series-a-bg-3-200 .ct-series.ct-series-a .ct-line {
    stroke: #474d5d;
    stroke-width: 3px;
}

.series-a-bg-3-200 .ct-series.ct-series-a .ct-point {
    stroke: #474d5d;
    stroke-width: 6px;
}

.series-a-bg-3-200 .ct-series.ct-series-a .ct-bar {
    stroke: #474d5d;
}

.series-a-bg-3-200 .ct-series.ct-series-a .ct-slice-pie {
    fill: #474d5d;
}

.series-a-bg-3-200 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #474d5d;
}

.series-a-bg-3-200.opacity-100 .ct-series.ct-series-a .ct-area {
    fill: #474d5d;
    fill-opacity: 0.9;
}

.series-a-bg-3-200.opacity-100 .ct-series.ct-series-a .ct-line {
    stroke: #474d5d;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-a-bg-3-200.opacity-100 .ct-series.ct-series-a .ct-point {
    stroke: #474d5d;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-a-bg-3-200.opacity-100 .ct-series.ct-series-a .ct-bar {
    stroke: #474d5d;
    stroke-opacity: 1;
}

.series-a-bg-3-200.opacity-100 .ct-series.ct-series-a .ct-slice-pie {
    fill: #474d5d;
    fill-opacity: 1;
}

.series-a-bg-3-200.opacity-100 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #474d5d;
    stroke-opacity: 1;
}

.series-a-bg-3-300 .ct-series.ct-series-a .ct-area {
    fill: #3c414f;
}

.series-a-bg-3-300 .ct-series.ct-series-a .ct-line {
    stroke: #3c414f;
    stroke-width: 3px;
}

.series-a-bg-3-300 .ct-series.ct-series-a .ct-point {
    stroke: #3c414f;
    stroke-width: 6px;
}

.series-a-bg-3-300 .ct-series.ct-series-a .ct-bar {
    stroke: #3c414f;
}

.series-a-bg-3-300 .ct-series.ct-series-a .ct-slice-pie {
    fill: #3c414f;
}

.series-a-bg-3-300 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #3c414f;
}

.series-a-bg-3-300.opacity-100 .ct-series.ct-series-a .ct-area {
    fill: #3c414f;
    fill-opacity: 0.9;
}

.series-a-bg-3-300.opacity-100 .ct-series.ct-series-a .ct-line {
    stroke: #3c414f;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-a-bg-3-300.opacity-100 .ct-series.ct-series-a .ct-point {
    stroke: #3c414f;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-a-bg-3-300.opacity-100 .ct-series.ct-series-a .ct-bar {
    stroke: #3c414f;
    stroke-opacity: 1;
}

.series-a-bg-3-300.opacity-100 .ct-series.ct-series-a .ct-slice-pie {
    fill: #3c414f;
    fill-opacity: 1;
}

.series-a-bg-3-300.opacity-100 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #3c414f;
    stroke-opacity: 1;
}

.series-a-bg-3-400 .ct-series.ct-series-a .ct-area {
    fill: #313540;
}

.series-a-bg-3-400 .ct-series.ct-series-a .ct-line {
    stroke: #313540;
    stroke-width: 3px;
}

.series-a-bg-3-400 .ct-series.ct-series-a .ct-point {
    stroke: #313540;
    stroke-width: 6px;
}

.series-a-bg-3-400 .ct-series.ct-series-a .ct-bar {
    stroke: #313540;
}

.series-a-bg-3-400 .ct-series.ct-series-a .ct-slice-pie {
    fill: #313540;
}

.series-a-bg-3-400 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #313540;
}

.series-a-bg-3-400.opacity-100 .ct-series.ct-series-a .ct-area {
    fill: #313540;
    fill-opacity: 0.9;
}

.series-a-bg-3-400.opacity-100 .ct-series.ct-series-a .ct-line {
    stroke: #313540;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-a-bg-3-400.opacity-100 .ct-series.ct-series-a .ct-point {
    stroke: #313540;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-a-bg-3-400.opacity-100 .ct-series.ct-series-a .ct-bar {
    stroke: #313540;
    stroke-opacity: 1;
}

.series-a-bg-3-400.opacity-100 .ct-series.ct-series-a .ct-slice-pie {
    fill: #313540;
    fill-opacity: 1;
}

.series-a-bg-3-400.opacity-100 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #313540;
    stroke-opacity: 1;
}

.series-a-bg-3-500 .ct-series.ct-series-a .ct-area {
    fill: #262932;
}

.series-a-bg-3-500 .ct-series.ct-series-a .ct-line {
    stroke: #262932;
    stroke-width: 3px;
}

.series-a-bg-3-500 .ct-series.ct-series-a .ct-point {
    stroke: #262932;
    stroke-width: 6px;
}

.series-a-bg-3-500 .ct-series.ct-series-a .ct-bar {
    stroke: #262932;
}

.series-a-bg-3-500 .ct-series.ct-series-a .ct-slice-pie {
    fill: #262932;
}

.series-a-bg-3-500 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #262932;
}

.series-a-bg-3-500.opacity-100 .ct-series.ct-series-a .ct-area {
    fill: #262932;
    fill-opacity: 0.9;
}

.series-a-bg-3-500.opacity-100 .ct-series.ct-series-a .ct-line {
    stroke: #262932;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-a-bg-3-500.opacity-100 .ct-series.ct-series-a .ct-point {
    stroke: #262932;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-a-bg-3-500.opacity-100 .ct-series.ct-series-a .ct-bar {
    stroke: #262932;
    stroke-opacity: 1;
}

.series-a-bg-3-500.opacity-100 .ct-series.ct-series-a .ct-slice-pie {
    fill: #262932;
    fill-opacity: 1;
}

.series-a-bg-3-500.opacity-100 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #262932;
    stroke-opacity: 1;
}

.series-a-bg-3-600 .ct-series.ct-series-a .ct-area {
    fill: #1b1d24;
}

.series-a-bg-3-600 .ct-series.ct-series-a .ct-line {
    stroke: #1b1d24;
    stroke-width: 3px;
}

.series-a-bg-3-600 .ct-series.ct-series-a .ct-point {
    stroke: #1b1d24;
    stroke-width: 6px;
}

.series-a-bg-3-600 .ct-series.ct-series-a .ct-bar {
    stroke: #1b1d24;
}

.series-a-bg-3-600 .ct-series.ct-series-a .ct-slice-pie {
    fill: #1b1d24;
}

.series-a-bg-3-600 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #1b1d24;
}

.series-a-bg-3-600.opacity-100 .ct-series.ct-series-a .ct-area {
    fill: #1b1d24;
    fill-opacity: 0.9;
}

.series-a-bg-3-600.opacity-100 .ct-series.ct-series-a .ct-line {
    stroke: #1b1d24;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-a-bg-3-600.opacity-100 .ct-series.ct-series-a .ct-point {
    stroke: #1b1d24;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-a-bg-3-600.opacity-100 .ct-series.ct-series-a .ct-bar {
    stroke: #1b1d24;
    stroke-opacity: 1;
}

.series-a-bg-3-600.opacity-100 .ct-series.ct-series-a .ct-slice-pie {
    fill: #1b1d24;
    fill-opacity: 1;
}

.series-a-bg-3-600.opacity-100 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #1b1d24;
    stroke-opacity: 1;
}

.series-a-bg-3-700 .ct-series.ct-series-a .ct-area {
    fill: #101115;
}

.series-a-bg-3-700 .ct-series.ct-series-a .ct-line {
    stroke: #101115;
    stroke-width: 3px;
}

.series-a-bg-3-700 .ct-series.ct-series-a .ct-point {
    stroke: #101115;
    stroke-width: 6px;
}

.series-a-bg-3-700 .ct-series.ct-series-a .ct-bar {
    stroke: #101115;
}

.series-a-bg-3-700 .ct-series.ct-series-a .ct-slice-pie {
    fill: #101115;
}

.series-a-bg-3-700 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #101115;
}

.series-a-bg-3-700.opacity-100 .ct-series.ct-series-a .ct-area {
    fill: #101115;
    fill-opacity: 0.9;
}

.series-a-bg-3-700.opacity-100 .ct-series.ct-series-a .ct-line {
    stroke: #101115;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-a-bg-3-700.opacity-100 .ct-series.ct-series-a .ct-point {
    stroke: #101115;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-a-bg-3-700.opacity-100 .ct-series.ct-series-a .ct-bar {
    stroke: #101115;
    stroke-opacity: 1;
}

.series-a-bg-3-700.opacity-100 .ct-series.ct-series-a .ct-slice-pie {
    fill: #101115;
    fill-opacity: 1;
}

.series-a-bg-3-700.opacity-100 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #101115;
    stroke-opacity: 1;
}

.series-a-bg-3-800 .ct-series.ct-series-a .ct-area {
    fill: #050507;
}

.series-a-bg-3-800 .ct-series.ct-series-a .ct-line {
    stroke: #050507;
    stroke-width: 3px;
}

.series-a-bg-3-800 .ct-series.ct-series-a .ct-point {
    stroke: #050507;
    stroke-width: 6px;
}

.series-a-bg-3-800 .ct-series.ct-series-a .ct-bar {
    stroke: #050507;
}

.series-a-bg-3-800 .ct-series.ct-series-a .ct-slice-pie {
    fill: #050507;
}

.series-a-bg-3-800 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #050507;
}

.series-a-bg-3-800.opacity-100 .ct-series.ct-series-a .ct-area {
    fill: #050507;
    fill-opacity: 0.9;
}

.series-a-bg-3-800.opacity-100 .ct-series.ct-series-a .ct-line {
    stroke: #050507;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-a-bg-3-800.opacity-100 .ct-series.ct-series-a .ct-point {
    stroke: #050507;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-a-bg-3-800.opacity-100 .ct-series.ct-series-a .ct-bar {
    stroke: #050507;
    stroke-opacity: 1;
}

.series-a-bg-3-800.opacity-100 .ct-series.ct-series-a .ct-slice-pie {
    fill: #050507;
    fill-opacity: 1;
}

.series-a-bg-3-800.opacity-100 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #050507;
    stroke-opacity: 1;
}

.series-a-bg-3-900 .ct-series.ct-series-a .ct-area {
    fill: black;
}

.series-a-bg-3-900 .ct-series.ct-series-a .ct-line {
    stroke: black;
    stroke-width: 3px;
}

.series-a-bg-3-900 .ct-series.ct-series-a .ct-point {
    stroke: black;
    stroke-width: 6px;
}

.series-a-bg-3-900 .ct-series.ct-series-a .ct-bar {
    stroke: black;
}

.series-a-bg-3-900 .ct-series.ct-series-a .ct-slice-pie {
    fill: black;
}

.series-a-bg-3-900 .ct-series.ct-series-a .ct-slice-donut {
    stroke: black;
}

.series-a-bg-3-900.opacity-100 .ct-series.ct-series-a .ct-area {
    fill: black;
    fill-opacity: 0.9;
}

.series-a-bg-3-900.opacity-100 .ct-series.ct-series-a .ct-line {
    stroke: black;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-a-bg-3-900.opacity-100 .ct-series.ct-series-a .ct-point {
    stroke: black;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-a-bg-3-900.opacity-100 .ct-series.ct-series-a .ct-bar {
    stroke: black;
    stroke-opacity: 1;
}

.series-a-bg-3-900.opacity-100 .ct-series.ct-series-a .ct-slice-pie {
    fill: black;
    fill-opacity: 1;
}

.series-a-bg-3-900.opacity-100 .ct-series.ct-series-a .ct-slice-donut {
    stroke: black;
    stroke-opacity: 1;
}

.series-a-bg-4 .ct-series.ct-series-a .ct-area {
    fill: #000000;
}

.series-a-bg-4 .ct-series.ct-series-a .ct-line {
    stroke: #000000;
    stroke-width: 3px;
}

.series-a-bg-4 .ct-series.ct-series-a .ct-point {
    stroke: #000000;
    stroke-width: 6px;
}

.series-a-bg-4 .ct-series.ct-series-a .ct-bar {
    stroke: #000000;
}

.series-a-bg-4 .ct-series.ct-series-a .ct-slice-pie {
    fill: #000000;
}

.series-a-bg-4 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #000000;
}

.series-a-bg-4.opacity-100 .ct-series.ct-series-a .ct-area {
    fill: #000000;
    fill-opacity: 0.9;
}

.series-a-bg-4.opacity-100 .ct-series.ct-series-a .ct-line {
    stroke: #000000;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-a-bg-4.opacity-100 .ct-series.ct-series-a .ct-point {
    stroke: #000000;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-a-bg-4.opacity-100 .ct-series.ct-series-a .ct-bar {
    stroke: #000000;
    stroke-opacity: 1;
}

.series-a-bg-4.opacity-100 .ct-series.ct-series-a .ct-slice-pie {
    fill: #000000;
    fill-opacity: 1;
}

.series-a-bg-4.opacity-100 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #000000;
    stroke-opacity: 1;
}

.series-a-bg-4-100 .ct-series.ct-series-a .ct-area {
    fill: #333333;
}

.series-a-bg-4-100 .ct-series.ct-series-a .ct-line {
    stroke: #333333;
    stroke-width: 3px;
}

.series-a-bg-4-100 .ct-series.ct-series-a .ct-point {
    stroke: #333333;
    stroke-width: 6px;
}

.series-a-bg-4-100 .ct-series.ct-series-a .ct-bar {
    stroke: #333333;
}

.series-a-bg-4-100 .ct-series.ct-series-a .ct-slice-pie {
    fill: #333333;
}

.series-a-bg-4-100 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #333333;
}

.series-a-bg-4-100.opacity-100 .ct-series.ct-series-a .ct-area {
    fill: #333333;
    fill-opacity: 0.9;
}

.series-a-bg-4-100.opacity-100 .ct-series.ct-series-a .ct-line {
    stroke: #333333;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-a-bg-4-100.opacity-100 .ct-series.ct-series-a .ct-point {
    stroke: #333333;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-a-bg-4-100.opacity-100 .ct-series.ct-series-a .ct-bar {
    stroke: #333333;
    stroke-opacity: 1;
}

.series-a-bg-4-100.opacity-100 .ct-series.ct-series-a .ct-slice-pie {
    fill: #333333;
    fill-opacity: 1;
}

.series-a-bg-4-100.opacity-100 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #333333;
    stroke-opacity: 1;
}

.series-a-bg-4-200 .ct-series.ct-series-a .ct-area {
    fill: #262626;
}

.series-a-bg-4-200 .ct-series.ct-series-a .ct-line {
    stroke: #262626;
    stroke-width: 3px;
}

.series-a-bg-4-200 .ct-series.ct-series-a .ct-point {
    stroke: #262626;
    stroke-width: 6px;
}

.series-a-bg-4-200 .ct-series.ct-series-a .ct-bar {
    stroke: #262626;
}

.series-a-bg-4-200 .ct-series.ct-series-a .ct-slice-pie {
    fill: #262626;
}

.series-a-bg-4-200 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #262626;
}

.series-a-bg-4-200.opacity-100 .ct-series.ct-series-a .ct-area {
    fill: #262626;
    fill-opacity: 0.9;
}

.series-a-bg-4-200.opacity-100 .ct-series.ct-series-a .ct-line {
    stroke: #262626;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-a-bg-4-200.opacity-100 .ct-series.ct-series-a .ct-point {
    stroke: #262626;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-a-bg-4-200.opacity-100 .ct-series.ct-series-a .ct-bar {
    stroke: #262626;
    stroke-opacity: 1;
}

.series-a-bg-4-200.opacity-100 .ct-series.ct-series-a .ct-slice-pie {
    fill: #262626;
    fill-opacity: 1;
}

.series-a-bg-4-200.opacity-100 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #262626;
    stroke-opacity: 1;
}

.series-a-bg-4-300 .ct-series.ct-series-a .ct-area {
    fill: #1a1a1a;
}

.series-a-bg-4-300 .ct-series.ct-series-a .ct-line {
    stroke: #1a1a1a;
    stroke-width: 3px;
}

.series-a-bg-4-300 .ct-series.ct-series-a .ct-point {
    stroke: #1a1a1a;
    stroke-width: 6px;
}

.series-a-bg-4-300 .ct-series.ct-series-a .ct-bar {
    stroke: #1a1a1a;
}

.series-a-bg-4-300 .ct-series.ct-series-a .ct-slice-pie {
    fill: #1a1a1a;
}

.series-a-bg-4-300 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #1a1a1a;
}

.series-a-bg-4-300.opacity-100 .ct-series.ct-series-a .ct-area {
    fill: #1a1a1a;
    fill-opacity: 0.9;
}

.series-a-bg-4-300.opacity-100 .ct-series.ct-series-a .ct-line {
    stroke: #1a1a1a;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-a-bg-4-300.opacity-100 .ct-series.ct-series-a .ct-point {
    stroke: #1a1a1a;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-a-bg-4-300.opacity-100 .ct-series.ct-series-a .ct-bar {
    stroke: #1a1a1a;
    stroke-opacity: 1;
}

.series-a-bg-4-300.opacity-100 .ct-series.ct-series-a .ct-slice-pie {
    fill: #1a1a1a;
    fill-opacity: 1;
}

.series-a-bg-4-300.opacity-100 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #1a1a1a;
    stroke-opacity: 1;
}

.series-a-bg-4-400 .ct-series.ct-series-a .ct-area {
    fill: #0d0d0d;
}

.series-a-bg-4-400 .ct-series.ct-series-a .ct-line {
    stroke: #0d0d0d;
    stroke-width: 3px;
}

.series-a-bg-4-400 .ct-series.ct-series-a .ct-point {
    stroke: #0d0d0d;
    stroke-width: 6px;
}

.series-a-bg-4-400 .ct-series.ct-series-a .ct-bar {
    stroke: #0d0d0d;
}

.series-a-bg-4-400 .ct-series.ct-series-a .ct-slice-pie {
    fill: #0d0d0d;
}

.series-a-bg-4-400 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #0d0d0d;
}

.series-a-bg-4-400.opacity-100 .ct-series.ct-series-a .ct-area {
    fill: #0d0d0d;
    fill-opacity: 0.9;
}

.series-a-bg-4-400.opacity-100 .ct-series.ct-series-a .ct-line {
    stroke: #0d0d0d;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-a-bg-4-400.opacity-100 .ct-series.ct-series-a .ct-point {
    stroke: #0d0d0d;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-a-bg-4-400.opacity-100 .ct-series.ct-series-a .ct-bar {
    stroke: #0d0d0d;
    stroke-opacity: 1;
}

.series-a-bg-4-400.opacity-100 .ct-series.ct-series-a .ct-slice-pie {
    fill: #0d0d0d;
    fill-opacity: 1;
}

.series-a-bg-4-400.opacity-100 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #0d0d0d;
    stroke-opacity: 1;
}

.series-a-bg-4-500 .ct-series.ct-series-a .ct-area {
    fill: #000000;
}

.series-a-bg-4-500 .ct-series.ct-series-a .ct-line {
    stroke: #000000;
    stroke-width: 3px;
}

.series-a-bg-4-500 .ct-series.ct-series-a .ct-point {
    stroke: #000000;
    stroke-width: 6px;
}

.series-a-bg-4-500 .ct-series.ct-series-a .ct-bar {
    stroke: #000000;
}

.series-a-bg-4-500 .ct-series.ct-series-a .ct-slice-pie {
    fill: #000000;
}

.series-a-bg-4-500 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #000000;
}

.series-a-bg-4-500.opacity-100 .ct-series.ct-series-a .ct-area {
    fill: #000000;
    fill-opacity: 0.9;
}

.series-a-bg-4-500.opacity-100 .ct-series.ct-series-a .ct-line {
    stroke: #000000;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-a-bg-4-500.opacity-100 .ct-series.ct-series-a .ct-point {
    stroke: #000000;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-a-bg-4-500.opacity-100 .ct-series.ct-series-a .ct-bar {
    stroke: #000000;
    stroke-opacity: 1;
}

.series-a-bg-4-500.opacity-100 .ct-series.ct-series-a .ct-slice-pie {
    fill: #000000;
    fill-opacity: 1;
}

.series-a-bg-4-500.opacity-100 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #000000;
    stroke-opacity: 1;
}

.series-a-bg-4-600 .ct-series.ct-series-a .ct-area {
    fill: black;
}

.series-a-bg-4-600 .ct-series.ct-series-a .ct-line {
    stroke: black;
    stroke-width: 3px;
}

.series-a-bg-4-600 .ct-series.ct-series-a .ct-point {
    stroke: black;
    stroke-width: 6px;
}

.series-a-bg-4-600 .ct-series.ct-series-a .ct-bar {
    stroke: black;
}

.series-a-bg-4-600 .ct-series.ct-series-a .ct-slice-pie {
    fill: black;
}

.series-a-bg-4-600 .ct-series.ct-series-a .ct-slice-donut {
    stroke: black;
}

.series-a-bg-4-600.opacity-100 .ct-series.ct-series-a .ct-area {
    fill: black;
    fill-opacity: 0.9;
}

.series-a-bg-4-600.opacity-100 .ct-series.ct-series-a .ct-line {
    stroke: black;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-a-bg-4-600.opacity-100 .ct-series.ct-series-a .ct-point {
    stroke: black;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-a-bg-4-600.opacity-100 .ct-series.ct-series-a .ct-bar {
    stroke: black;
    stroke-opacity: 1;
}

.series-a-bg-4-600.opacity-100 .ct-series.ct-series-a .ct-slice-pie {
    fill: black;
    fill-opacity: 1;
}

.series-a-bg-4-600.opacity-100 .ct-series.ct-series-a .ct-slice-donut {
    stroke: black;
    stroke-opacity: 1;
}

.series-a-bg-4-700 .ct-series.ct-series-a .ct-area {
    fill: black;
}

.series-a-bg-4-700 .ct-series.ct-series-a .ct-line {
    stroke: black;
    stroke-width: 3px;
}

.series-a-bg-4-700 .ct-series.ct-series-a .ct-point {
    stroke: black;
    stroke-width: 6px;
}

.series-a-bg-4-700 .ct-series.ct-series-a .ct-bar {
    stroke: black;
}

.series-a-bg-4-700 .ct-series.ct-series-a .ct-slice-pie {
    fill: black;
}

.series-a-bg-4-700 .ct-series.ct-series-a .ct-slice-donut {
    stroke: black;
}

.series-a-bg-4-700.opacity-100 .ct-series.ct-series-a .ct-area {
    fill: black;
    fill-opacity: 0.9;
}

.series-a-bg-4-700.opacity-100 .ct-series.ct-series-a .ct-line {
    stroke: black;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-a-bg-4-700.opacity-100 .ct-series.ct-series-a .ct-point {
    stroke: black;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-a-bg-4-700.opacity-100 .ct-series.ct-series-a .ct-bar {
    stroke: black;
    stroke-opacity: 1;
}

.series-a-bg-4-700.opacity-100 .ct-series.ct-series-a .ct-slice-pie {
    fill: black;
    fill-opacity: 1;
}

.series-a-bg-4-700.opacity-100 .ct-series.ct-series-a .ct-slice-donut {
    stroke: black;
    stroke-opacity: 1;
}

.series-a-bg-4-800 .ct-series.ct-series-a .ct-area {
    fill: black;
}

.series-a-bg-4-800 .ct-series.ct-series-a .ct-line {
    stroke: black;
    stroke-width: 3px;
}

.series-a-bg-4-800 .ct-series.ct-series-a .ct-point {
    stroke: black;
    stroke-width: 6px;
}

.series-a-bg-4-800 .ct-series.ct-series-a .ct-bar {
    stroke: black;
}

.series-a-bg-4-800 .ct-series.ct-series-a .ct-slice-pie {
    fill: black;
}

.series-a-bg-4-800 .ct-series.ct-series-a .ct-slice-donut {
    stroke: black;
}

.series-a-bg-4-800.opacity-100 .ct-series.ct-series-a .ct-area {
    fill: black;
    fill-opacity: 0.9;
}

.series-a-bg-4-800.opacity-100 .ct-series.ct-series-a .ct-line {
    stroke: black;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-a-bg-4-800.opacity-100 .ct-series.ct-series-a .ct-point {
    stroke: black;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-a-bg-4-800.opacity-100 .ct-series.ct-series-a .ct-bar {
    stroke: black;
    stroke-opacity: 1;
}

.series-a-bg-4-800.opacity-100 .ct-series.ct-series-a .ct-slice-pie {
    fill: black;
    fill-opacity: 1;
}

.series-a-bg-4-800.opacity-100 .ct-series.ct-series-a .ct-slice-donut {
    stroke: black;
    stroke-opacity: 1;
}

.series-a-bg-4-900 .ct-series.ct-series-a .ct-area {
    fill: black;
}

.series-a-bg-4-900 .ct-series.ct-series-a .ct-line {
    stroke: black;
    stroke-width: 3px;
}

.series-a-bg-4-900 .ct-series.ct-series-a .ct-point {
    stroke: black;
    stroke-width: 6px;
}

.series-a-bg-4-900 .ct-series.ct-series-a .ct-bar {
    stroke: black;
}

.series-a-bg-4-900 .ct-series.ct-series-a .ct-slice-pie {
    fill: black;
}

.series-a-bg-4-900 .ct-series.ct-series-a .ct-slice-donut {
    stroke: black;
}

.series-a-bg-4-900.opacity-100 .ct-series.ct-series-a .ct-area {
    fill: black;
    fill-opacity: 0.9;
}

.series-a-bg-4-900.opacity-100 .ct-series.ct-series-a .ct-line {
    stroke: black;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-a-bg-4-900.opacity-100 .ct-series.ct-series-a .ct-point {
    stroke: black;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-a-bg-4-900.opacity-100 .ct-series.ct-series-a .ct-bar {
    stroke: black;
    stroke-opacity: 1;
}

.series-a-bg-4-900.opacity-100 .ct-series.ct-series-a .ct-slice-pie {
    fill: black;
    fill-opacity: 1;
}

.series-a-bg-4-900.opacity-100 .ct-series.ct-series-a .ct-slice-donut {
    stroke: black;
    stroke-opacity: 1;
}

.series-a-bg-5 .ct-series.ct-series-a .ct-area {
    fill: #461C6E;
}

.series-a-bg-5 .ct-series.ct-series-a .ct-line {
    stroke: #461C6E;
    stroke-width: 3px;
}

.series-a-bg-5 .ct-series.ct-series-a .ct-point {
    stroke: #461C6E;
    stroke-width: 6px;
}

.series-a-bg-5 .ct-series.ct-series-a .ct-bar {
    stroke: #461C6E;
}

.series-a-bg-5 .ct-series.ct-series-a .ct-slice-pie {
    fill: #461C6E;
}

.series-a-bg-5 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #461C6E;
}

.series-a-bg-5.opacity-100 .ct-series.ct-series-a .ct-area {
    fill: #461C6E;
    fill-opacity: 0.9;
}

.series-a-bg-5.opacity-100 .ct-series.ct-series-a .ct-line {
    stroke: #461C6E;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-a-bg-5.opacity-100 .ct-series.ct-series-a .ct-point {
    stroke: #461C6E;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-a-bg-5.opacity-100 .ct-series.ct-series-a .ct-bar {
    stroke: #461C6E;
    stroke-opacity: 1;
}

.series-a-bg-5.opacity-100 .ct-series.ct-series-a .ct-slice-pie {
    fill: #461C6E;
    fill-opacity: 1;
}

.series-a-bg-5.opacity-100 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #461C6E;
    stroke-opacity: 1;
}

.series-a-bg-5-100 .ct-series.ct-series-a .ct-area {
    fill: #7a31bf;
}

.series-a-bg-5-100 .ct-series.ct-series-a .ct-line {
    stroke: #7a31bf;
    stroke-width: 3px;
}

.series-a-bg-5-100 .ct-series.ct-series-a .ct-point {
    stroke: #7a31bf;
    stroke-width: 6px;
}

.series-a-bg-5-100 .ct-series.ct-series-a .ct-bar {
    stroke: #7a31bf;
}

.series-a-bg-5-100 .ct-series.ct-series-a .ct-slice-pie {
    fill: #7a31bf;
}

.series-a-bg-5-100 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #7a31bf;
}

.series-a-bg-5-100.opacity-100 .ct-series.ct-series-a .ct-area {
    fill: #7a31bf;
    fill-opacity: 0.9;
}

.series-a-bg-5-100.opacity-100 .ct-series.ct-series-a .ct-line {
    stroke: #7a31bf;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-a-bg-5-100.opacity-100 .ct-series.ct-series-a .ct-point {
    stroke: #7a31bf;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-a-bg-5-100.opacity-100 .ct-series.ct-series-a .ct-bar {
    stroke: #7a31bf;
    stroke-opacity: 1;
}

.series-a-bg-5-100.opacity-100 .ct-series.ct-series-a .ct-slice-pie {
    fill: #7a31bf;
    fill-opacity: 1;
}

.series-a-bg-5-100.opacity-100 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #7a31bf;
    stroke-opacity: 1;
}

.series-a-bg-5-200 .ct-series.ct-series-a .ct-area {
    fill: #6d2cab;
}

.series-a-bg-5-200 .ct-series.ct-series-a .ct-line {
    stroke: #6d2cab;
    stroke-width: 3px;
}

.series-a-bg-5-200 .ct-series.ct-series-a .ct-point {
    stroke: #6d2cab;
    stroke-width: 6px;
}

.series-a-bg-5-200 .ct-series.ct-series-a .ct-bar {
    stroke: #6d2cab;
}

.series-a-bg-5-200 .ct-series.ct-series-a .ct-slice-pie {
    fill: #6d2cab;
}

.series-a-bg-5-200 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #6d2cab;
}

.series-a-bg-5-200.opacity-100 .ct-series.ct-series-a .ct-area {
    fill: #6d2cab;
    fill-opacity: 0.9;
}

.series-a-bg-5-200.opacity-100 .ct-series.ct-series-a .ct-line {
    stroke: #6d2cab;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-a-bg-5-200.opacity-100 .ct-series.ct-series-a .ct-point {
    stroke: #6d2cab;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-a-bg-5-200.opacity-100 .ct-series.ct-series-a .ct-bar {
    stroke: #6d2cab;
    stroke-opacity: 1;
}

.series-a-bg-5-200.opacity-100 .ct-series.ct-series-a .ct-slice-pie {
    fill: #6d2cab;
    fill-opacity: 1;
}

.series-a-bg-5-200.opacity-100 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #6d2cab;
    stroke-opacity: 1;
}

.series-a-bg-5-300 .ct-series.ct-series-a .ct-area {
    fill: #602697;
}

.series-a-bg-5-300 .ct-series.ct-series-a .ct-line {
    stroke: #602697;
    stroke-width: 3px;
}

.series-a-bg-5-300 .ct-series.ct-series-a .ct-point {
    stroke: #602697;
    stroke-width: 6px;
}

.series-a-bg-5-300 .ct-series.ct-series-a .ct-bar {
    stroke: #602697;
}

.series-a-bg-5-300 .ct-series.ct-series-a .ct-slice-pie {
    fill: #602697;
}

.series-a-bg-5-300 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #602697;
}

.series-a-bg-5-300.opacity-100 .ct-series.ct-series-a .ct-area {
    fill: #602697;
    fill-opacity: 0.9;
}

.series-a-bg-5-300.opacity-100 .ct-series.ct-series-a .ct-line {
    stroke: #602697;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-a-bg-5-300.opacity-100 .ct-series.ct-series-a .ct-point {
    stroke: #602697;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-a-bg-5-300.opacity-100 .ct-series.ct-series-a .ct-bar {
    stroke: #602697;
    stroke-opacity: 1;
}

.series-a-bg-5-300.opacity-100 .ct-series.ct-series-a .ct-slice-pie {
    fill: #602697;
    fill-opacity: 1;
}

.series-a-bg-5-300.opacity-100 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #602697;
    stroke-opacity: 1;
}

.series-a-bg-5-400 .ct-series.ct-series-a .ct-area {
    fill: #532182;
}

.series-a-bg-5-400 .ct-series.ct-series-a .ct-line {
    stroke: #532182;
    stroke-width: 3px;
}

.series-a-bg-5-400 .ct-series.ct-series-a .ct-point {
    stroke: #532182;
    stroke-width: 6px;
}

.series-a-bg-5-400 .ct-series.ct-series-a .ct-bar {
    stroke: #532182;
}

.series-a-bg-5-400 .ct-series.ct-series-a .ct-slice-pie {
    fill: #532182;
}

.series-a-bg-5-400 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #532182;
}

.series-a-bg-5-400.opacity-100 .ct-series.ct-series-a .ct-area {
    fill: #532182;
    fill-opacity: 0.9;
}

.series-a-bg-5-400.opacity-100 .ct-series.ct-series-a .ct-line {
    stroke: #532182;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-a-bg-5-400.opacity-100 .ct-series.ct-series-a .ct-point {
    stroke: #532182;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-a-bg-5-400.opacity-100 .ct-series.ct-series-a .ct-bar {
    stroke: #532182;
    stroke-opacity: 1;
}

.series-a-bg-5-400.opacity-100 .ct-series.ct-series-a .ct-slice-pie {
    fill: #532182;
    fill-opacity: 1;
}

.series-a-bg-5-400.opacity-100 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #532182;
    stroke-opacity: 1;
}

.series-a-bg-5-500 .ct-series.ct-series-a .ct-area {
    fill: #461C6E;
}

.series-a-bg-5-500 .ct-series.ct-series-a .ct-line {
    stroke: #461C6E;
    stroke-width: 3px;
}

.series-a-bg-5-500 .ct-series.ct-series-a .ct-point {
    stroke: #461C6E;
    stroke-width: 6px;
}

.series-a-bg-5-500 .ct-series.ct-series-a .ct-bar {
    stroke: #461C6E;
}

.series-a-bg-5-500 .ct-series.ct-series-a .ct-slice-pie {
    fill: #461C6E;
}

.series-a-bg-5-500 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #461C6E;
}

.series-a-bg-5-500.opacity-100 .ct-series.ct-series-a .ct-area {
    fill: #461C6E;
    fill-opacity: 0.9;
}

.series-a-bg-5-500.opacity-100 .ct-series.ct-series-a .ct-line {
    stroke: #461C6E;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-a-bg-5-500.opacity-100 .ct-series.ct-series-a .ct-point {
    stroke: #461C6E;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-a-bg-5-500.opacity-100 .ct-series.ct-series-a .ct-bar {
    stroke: #461C6E;
    stroke-opacity: 1;
}

.series-a-bg-5-500.opacity-100 .ct-series.ct-series-a .ct-slice-pie {
    fill: #461C6E;
    fill-opacity: 1;
}

.series-a-bg-5-500.opacity-100 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #461C6E;
    stroke-opacity: 1;
}

.series-a-bg-5-600 .ct-series.ct-series-a .ct-area {
    fill: #39175a;
}

.series-a-bg-5-600 .ct-series.ct-series-a .ct-line {
    stroke: #39175a;
    stroke-width: 3px;
}

.series-a-bg-5-600 .ct-series.ct-series-a .ct-point {
    stroke: #39175a;
    stroke-width: 6px;
}

.series-a-bg-5-600 .ct-series.ct-series-a .ct-bar {
    stroke: #39175a;
}

.series-a-bg-5-600 .ct-series.ct-series-a .ct-slice-pie {
    fill: #39175a;
}

.series-a-bg-5-600 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #39175a;
}

.series-a-bg-5-600.opacity-100 .ct-series.ct-series-a .ct-area {
    fill: #39175a;
    fill-opacity: 0.9;
}

.series-a-bg-5-600.opacity-100 .ct-series.ct-series-a .ct-line {
    stroke: #39175a;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-a-bg-5-600.opacity-100 .ct-series.ct-series-a .ct-point {
    stroke: #39175a;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-a-bg-5-600.opacity-100 .ct-series.ct-series-a .ct-bar {
    stroke: #39175a;
    stroke-opacity: 1;
}

.series-a-bg-5-600.opacity-100 .ct-series.ct-series-a .ct-slice-pie {
    fill: #39175a;
    fill-opacity: 1;
}

.series-a-bg-5-600.opacity-100 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #39175a;
    stroke-opacity: 1;
}

.series-a-bg-5-700 .ct-series.ct-series-a .ct-area {
    fill: #2c1245;
}

.series-a-bg-5-700 .ct-series.ct-series-a .ct-line {
    stroke: #2c1245;
    stroke-width: 3px;
}

.series-a-bg-5-700 .ct-series.ct-series-a .ct-point {
    stroke: #2c1245;
    stroke-width: 6px;
}

.series-a-bg-5-700 .ct-series.ct-series-a .ct-bar {
    stroke: #2c1245;
}

.series-a-bg-5-700 .ct-series.ct-series-a .ct-slice-pie {
    fill: #2c1245;
}

.series-a-bg-5-700 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #2c1245;
}

.series-a-bg-5-700.opacity-100 .ct-series.ct-series-a .ct-area {
    fill: #2c1245;
    fill-opacity: 0.9;
}

.series-a-bg-5-700.opacity-100 .ct-series.ct-series-a .ct-line {
    stroke: #2c1245;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-a-bg-5-700.opacity-100 .ct-series.ct-series-a .ct-point {
    stroke: #2c1245;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-a-bg-5-700.opacity-100 .ct-series.ct-series-a .ct-bar {
    stroke: #2c1245;
    stroke-opacity: 1;
}

.series-a-bg-5-700.opacity-100 .ct-series.ct-series-a .ct-slice-pie {
    fill: #2c1245;
    fill-opacity: 1;
}

.series-a-bg-5-700.opacity-100 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #2c1245;
    stroke-opacity: 1;
}

.series-a-bg-5-800 .ct-series.ct-series-a .ct-area {
    fill: #1f0c31;
}

.series-a-bg-5-800 .ct-series.ct-series-a .ct-line {
    stroke: #1f0c31;
    stroke-width: 3px;
}

.series-a-bg-5-800 .ct-series.ct-series-a .ct-point {
    stroke: #1f0c31;
    stroke-width: 6px;
}

.series-a-bg-5-800 .ct-series.ct-series-a .ct-bar {
    stroke: #1f0c31;
}

.series-a-bg-5-800 .ct-series.ct-series-a .ct-slice-pie {
    fill: #1f0c31;
}

.series-a-bg-5-800 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #1f0c31;
}

.series-a-bg-5-800.opacity-100 .ct-series.ct-series-a .ct-area {
    fill: #1f0c31;
    fill-opacity: 0.9;
}

.series-a-bg-5-800.opacity-100 .ct-series.ct-series-a .ct-line {
    stroke: #1f0c31;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-a-bg-5-800.opacity-100 .ct-series.ct-series-a .ct-point {
    stroke: #1f0c31;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-a-bg-5-800.opacity-100 .ct-series.ct-series-a .ct-bar {
    stroke: #1f0c31;
    stroke-opacity: 1;
}

.series-a-bg-5-800.opacity-100 .ct-series.ct-series-a .ct-slice-pie {
    fill: #1f0c31;
    fill-opacity: 1;
}

.series-a-bg-5-800.opacity-100 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #1f0c31;
    stroke-opacity: 1;
}

.series-a-bg-5-900 .ct-series.ct-series-a .ct-area {
    fill: #12071d;
}

.series-a-bg-5-900 .ct-series.ct-series-a .ct-line {
    stroke: #12071d;
    stroke-width: 3px;
}

.series-a-bg-5-900 .ct-series.ct-series-a .ct-point {
    stroke: #12071d;
    stroke-width: 6px;
}

.series-a-bg-5-900 .ct-series.ct-series-a .ct-bar {
    stroke: #12071d;
}

.series-a-bg-5-900 .ct-series.ct-series-a .ct-slice-pie {
    fill: #12071d;
}

.series-a-bg-5-900 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #12071d;
}

.series-a-bg-5-900.opacity-100 .ct-series.ct-series-a .ct-area {
    fill: #12071d;
    fill-opacity: 0.9;
}

.series-a-bg-5-900.opacity-100 .ct-series.ct-series-a .ct-line {
    stroke: #12071d;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-a-bg-5-900.opacity-100 .ct-series.ct-series-a .ct-point {
    stroke: #12071d;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-a-bg-5-900.opacity-100 .ct-series.ct-series-a .ct-bar {
    stroke: #12071d;
    stroke-opacity: 1;
}

.series-a-bg-5-900.opacity-100 .ct-series.ct-series-a .ct-slice-pie {
    fill: #12071d;
    fill-opacity: 1;
}

.series-a-bg-5-900.opacity-100 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #12071d;
    stroke-opacity: 1;
}

.series-a-bg-6 .ct-series.ct-series-a .ct-area {
    fill: #ffffff;
}

.series-a-bg-6 .ct-series.ct-series-a .ct-line {
    stroke: #ffffff;
    stroke-width: 3px;
}

.series-a-bg-6 .ct-series.ct-series-a .ct-point {
    stroke: #ffffff;
    stroke-width: 6px;
}

.series-a-bg-6 .ct-series.ct-series-a .ct-bar {
    stroke: #ffffff;
}

.series-a-bg-6 .ct-series.ct-series-a .ct-slice-pie {
    fill: #ffffff;
}

.series-a-bg-6 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #ffffff;
}

.series-a-bg-6.opacity-100 .ct-series.ct-series-a .ct-area {
    fill: #ffffff;
    fill-opacity: 0.9;
}

.series-a-bg-6.opacity-100 .ct-series.ct-series-a .ct-line {
    stroke: #ffffff;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-a-bg-6.opacity-100 .ct-series.ct-series-a .ct-point {
    stroke: #ffffff;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-a-bg-6.opacity-100 .ct-series.ct-series-a .ct-bar {
    stroke: #ffffff;
    stroke-opacity: 1;
}

.series-a-bg-6.opacity-100 .ct-series.ct-series-a .ct-slice-pie {
    fill: #ffffff;
    fill-opacity: 1;
}

.series-a-bg-6.opacity-100 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #ffffff;
    stroke-opacity: 1;
}

.series-a-bg-6-100 .ct-series.ct-series-a .ct-area {
    fill: white;
}

.series-a-bg-6-100 .ct-series.ct-series-a .ct-line {
    stroke: white;
    stroke-width: 3px;
}

.series-a-bg-6-100 .ct-series.ct-series-a .ct-point {
    stroke: white;
    stroke-width: 6px;
}

.series-a-bg-6-100 .ct-series.ct-series-a .ct-bar {
    stroke: white;
}

.series-a-bg-6-100 .ct-series.ct-series-a .ct-slice-pie {
    fill: white;
}

.series-a-bg-6-100 .ct-series.ct-series-a .ct-slice-donut {
    stroke: white;
}

.series-a-bg-6-100.opacity-100 .ct-series.ct-series-a .ct-area {
    fill: white;
    fill-opacity: 0.9;
}

.series-a-bg-6-100.opacity-100 .ct-series.ct-series-a .ct-line {
    stroke: white;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-a-bg-6-100.opacity-100 .ct-series.ct-series-a .ct-point {
    stroke: white;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-a-bg-6-100.opacity-100 .ct-series.ct-series-a .ct-bar {
    stroke: white;
    stroke-opacity: 1;
}

.series-a-bg-6-100.opacity-100 .ct-series.ct-series-a .ct-slice-pie {
    fill: white;
    fill-opacity: 1;
}

.series-a-bg-6-100.opacity-100 .ct-series.ct-series-a .ct-slice-donut {
    stroke: white;
    stroke-opacity: 1;
}

.series-a-bg-6-200 .ct-series.ct-series-a .ct-area {
    fill: white;
}

.series-a-bg-6-200 .ct-series.ct-series-a .ct-line {
    stroke: white;
    stroke-width: 3px;
}

.series-a-bg-6-200 .ct-series.ct-series-a .ct-point {
    stroke: white;
    stroke-width: 6px;
}

.series-a-bg-6-200 .ct-series.ct-series-a .ct-bar {
    stroke: white;
}

.series-a-bg-6-200 .ct-series.ct-series-a .ct-slice-pie {
    fill: white;
}

.series-a-bg-6-200 .ct-series.ct-series-a .ct-slice-donut {
    stroke: white;
}

.series-a-bg-6-200.opacity-100 .ct-series.ct-series-a .ct-area {
    fill: white;
    fill-opacity: 0.9;
}

.series-a-bg-6-200.opacity-100 .ct-series.ct-series-a .ct-line {
    stroke: white;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-a-bg-6-200.opacity-100 .ct-series.ct-series-a .ct-point {
    stroke: white;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-a-bg-6-200.opacity-100 .ct-series.ct-series-a .ct-bar {
    stroke: white;
    stroke-opacity: 1;
}

.series-a-bg-6-200.opacity-100 .ct-series.ct-series-a .ct-slice-pie {
    fill: white;
    fill-opacity: 1;
}

.series-a-bg-6-200.opacity-100 .ct-series.ct-series-a .ct-slice-donut {
    stroke: white;
    stroke-opacity: 1;
}

.series-a-bg-6-300 .ct-series.ct-series-a .ct-area {
    fill: white;
}

.series-a-bg-6-300 .ct-series.ct-series-a .ct-line {
    stroke: white;
    stroke-width: 3px;
}

.series-a-bg-6-300 .ct-series.ct-series-a .ct-point {
    stroke: white;
    stroke-width: 6px;
}

.series-a-bg-6-300 .ct-series.ct-series-a .ct-bar {
    stroke: white;
}

.series-a-bg-6-300 .ct-series.ct-series-a .ct-slice-pie {
    fill: white;
}

.series-a-bg-6-300 .ct-series.ct-series-a .ct-slice-donut {
    stroke: white;
}

.series-a-bg-6-300.opacity-100 .ct-series.ct-series-a .ct-area {
    fill: white;
    fill-opacity: 0.9;
}

.series-a-bg-6-300.opacity-100 .ct-series.ct-series-a .ct-line {
    stroke: white;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-a-bg-6-300.opacity-100 .ct-series.ct-series-a .ct-point {
    stroke: white;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-a-bg-6-300.opacity-100 .ct-series.ct-series-a .ct-bar {
    stroke: white;
    stroke-opacity: 1;
}

.series-a-bg-6-300.opacity-100 .ct-series.ct-series-a .ct-slice-pie {
    fill: white;
    fill-opacity: 1;
}

.series-a-bg-6-300.opacity-100 .ct-series.ct-series-a .ct-slice-donut {
    stroke: white;
    stroke-opacity: 1;
}

.series-a-bg-6-400 .ct-series.ct-series-a .ct-area {
    fill: white;
}

.series-a-bg-6-400 .ct-series.ct-series-a .ct-line {
    stroke: white;
    stroke-width: 3px;
}

.series-a-bg-6-400 .ct-series.ct-series-a .ct-point {
    stroke: white;
    stroke-width: 6px;
}

.series-a-bg-6-400 .ct-series.ct-series-a .ct-bar {
    stroke: white;
}

.series-a-bg-6-400 .ct-series.ct-series-a .ct-slice-pie {
    fill: white;
}

.series-a-bg-6-400 .ct-series.ct-series-a .ct-slice-donut {
    stroke: white;
}

.series-a-bg-6-400.opacity-100 .ct-series.ct-series-a .ct-area {
    fill: white;
    fill-opacity: 0.9;
}

.series-a-bg-6-400.opacity-100 .ct-series.ct-series-a .ct-line {
    stroke: white;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-a-bg-6-400.opacity-100 .ct-series.ct-series-a .ct-point {
    stroke: white;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-a-bg-6-400.opacity-100 .ct-series.ct-series-a .ct-bar {
    stroke: white;
    stroke-opacity: 1;
}

.series-a-bg-6-400.opacity-100 .ct-series.ct-series-a .ct-slice-pie {
    fill: white;
    fill-opacity: 1;
}

.series-a-bg-6-400.opacity-100 .ct-series.ct-series-a .ct-slice-donut {
    stroke: white;
    stroke-opacity: 1;
}

.series-a-bg-6-500 .ct-series.ct-series-a .ct-area {
    fill: #ffffff;
}

.series-a-bg-6-500 .ct-series.ct-series-a .ct-line {
    stroke: #ffffff;
    stroke-width: 3px;
}

.series-a-bg-6-500 .ct-series.ct-series-a .ct-point {
    stroke: #ffffff;
    stroke-width: 6px;
}

.series-a-bg-6-500 .ct-series.ct-series-a .ct-bar {
    stroke: #ffffff;
}

.series-a-bg-6-500 .ct-series.ct-series-a .ct-slice-pie {
    fill: #ffffff;
}

.series-a-bg-6-500 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #ffffff;
}

.series-a-bg-6-500.opacity-100 .ct-series.ct-series-a .ct-area {
    fill: #ffffff;
    fill-opacity: 0.9;
}

.series-a-bg-6-500.opacity-100 .ct-series.ct-series-a .ct-line {
    stroke: #ffffff;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-a-bg-6-500.opacity-100 .ct-series.ct-series-a .ct-point {
    stroke: #ffffff;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-a-bg-6-500.opacity-100 .ct-series.ct-series-a .ct-bar {
    stroke: #ffffff;
    stroke-opacity: 1;
}

.series-a-bg-6-500.opacity-100 .ct-series.ct-series-a .ct-slice-pie {
    fill: #ffffff;
    fill-opacity: 1;
}

.series-a-bg-6-500.opacity-100 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #ffffff;
    stroke-opacity: 1;
}

.series-a-bg-6-600 .ct-series.ct-series-a .ct-area {
    fill: #f2f2f2;
}

.series-a-bg-6-600 .ct-series.ct-series-a .ct-line {
    stroke: #f2f2f2;
    stroke-width: 3px;
}

.series-a-bg-6-600 .ct-series.ct-series-a .ct-point {
    stroke: #f2f2f2;
    stroke-width: 6px;
}

.series-a-bg-6-600 .ct-series.ct-series-a .ct-bar {
    stroke: #f2f2f2;
}

.series-a-bg-6-600 .ct-series.ct-series-a .ct-slice-pie {
    fill: #f2f2f2;
}

.series-a-bg-6-600 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #f2f2f2;
}

.series-a-bg-6-600.opacity-100 .ct-series.ct-series-a .ct-area {
    fill: #f2f2f2;
    fill-opacity: 0.9;
}

.series-a-bg-6-600.opacity-100 .ct-series.ct-series-a .ct-line {
    stroke: #f2f2f2;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-a-bg-6-600.opacity-100 .ct-series.ct-series-a .ct-point {
    stroke: #f2f2f2;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-a-bg-6-600.opacity-100 .ct-series.ct-series-a .ct-bar {
    stroke: #f2f2f2;
    stroke-opacity: 1;
}

.series-a-bg-6-600.opacity-100 .ct-series.ct-series-a .ct-slice-pie {
    fill: #f2f2f2;
    fill-opacity: 1;
}

.series-a-bg-6-600.opacity-100 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #f2f2f2;
    stroke-opacity: 1;
}

.series-a-bg-6-700 .ct-series.ct-series-a .ct-area {
    fill: #e6e6e6;
}

.series-a-bg-6-700 .ct-series.ct-series-a .ct-line {
    stroke: #e6e6e6;
    stroke-width: 3px;
}

.series-a-bg-6-700 .ct-series.ct-series-a .ct-point {
    stroke: #e6e6e6;
    stroke-width: 6px;
}

.series-a-bg-6-700 .ct-series.ct-series-a .ct-bar {
    stroke: #e6e6e6;
}

.series-a-bg-6-700 .ct-series.ct-series-a .ct-slice-pie {
    fill: #e6e6e6;
}

.series-a-bg-6-700 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #e6e6e6;
}

.series-a-bg-6-700.opacity-100 .ct-series.ct-series-a .ct-area {
    fill: #e6e6e6;
    fill-opacity: 0.9;
}

.series-a-bg-6-700.opacity-100 .ct-series.ct-series-a .ct-line {
    stroke: #e6e6e6;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-a-bg-6-700.opacity-100 .ct-series.ct-series-a .ct-point {
    stroke: #e6e6e6;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-a-bg-6-700.opacity-100 .ct-series.ct-series-a .ct-bar {
    stroke: #e6e6e6;
    stroke-opacity: 1;
}

.series-a-bg-6-700.opacity-100 .ct-series.ct-series-a .ct-slice-pie {
    fill: #e6e6e6;
    fill-opacity: 1;
}

.series-a-bg-6-700.opacity-100 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #e6e6e6;
    stroke-opacity: 1;
}

.series-a-bg-6-800 .ct-series.ct-series-a .ct-area {
    fill: #d9d9d9;
}

.series-a-bg-6-800 .ct-series.ct-series-a .ct-line {
    stroke: #d9d9d9;
    stroke-width: 3px;
}

.series-a-bg-6-800 .ct-series.ct-series-a .ct-point {
    stroke: #d9d9d9;
    stroke-width: 6px;
}

.series-a-bg-6-800 .ct-series.ct-series-a .ct-bar {
    stroke: #d9d9d9;
}

.series-a-bg-6-800 .ct-series.ct-series-a .ct-slice-pie {
    fill: #d9d9d9;
}

.series-a-bg-6-800 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #d9d9d9;
}

.series-a-bg-6-800.opacity-100 .ct-series.ct-series-a .ct-area {
    fill: #d9d9d9;
    fill-opacity: 0.9;
}

.series-a-bg-6-800.opacity-100 .ct-series.ct-series-a .ct-line {
    stroke: #d9d9d9;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-a-bg-6-800.opacity-100 .ct-series.ct-series-a .ct-point {
    stroke: #d9d9d9;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-a-bg-6-800.opacity-100 .ct-series.ct-series-a .ct-bar {
    stroke: #d9d9d9;
    stroke-opacity: 1;
}

.series-a-bg-6-800.opacity-100 .ct-series.ct-series-a .ct-slice-pie {
    fill: #d9d9d9;
    fill-opacity: 1;
}

.series-a-bg-6-800.opacity-100 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #d9d9d9;
    stroke-opacity: 1;
}

.series-a-bg-6-900 .ct-series.ct-series-a .ct-area {
    fill: #cccccc;
}

.series-a-bg-6-900 .ct-series.ct-series-a .ct-line {
    stroke: #cccccc;
    stroke-width: 3px;
}

.series-a-bg-6-900 .ct-series.ct-series-a .ct-point {
    stroke: #cccccc;
    stroke-width: 6px;
}

.series-a-bg-6-900 .ct-series.ct-series-a .ct-bar {
    stroke: #cccccc;
}

.series-a-bg-6-900 .ct-series.ct-series-a .ct-slice-pie {
    fill: #cccccc;
}

.series-a-bg-6-900 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #cccccc;
}

.series-a-bg-6-900.opacity-100 .ct-series.ct-series-a .ct-area {
    fill: #cccccc;
    fill-opacity: 0.9;
}

.series-a-bg-6-900.opacity-100 .ct-series.ct-series-a .ct-line {
    stroke: #cccccc;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-a-bg-6-900.opacity-100 .ct-series.ct-series-a .ct-point {
    stroke: #cccccc;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-a-bg-6-900.opacity-100 .ct-series.ct-series-a .ct-bar {
    stroke: #cccccc;
    stroke-opacity: 1;
}

.series-a-bg-6-900.opacity-100 .ct-series.ct-series-a .ct-slice-pie {
    fill: #cccccc;
    fill-opacity: 1;
}

.series-a-bg-6-900.opacity-100 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #cccccc;
    stroke-opacity: 1;
}

.series-a-bg-7 .ct-series.ct-series-a .ct-area {
    fill: #f5f5f5;
}

.series-a-bg-7 .ct-series.ct-series-a .ct-line {
    stroke: #f5f5f5;
    stroke-width: 3px;
}

.series-a-bg-7 .ct-series.ct-series-a .ct-point {
    stroke: #f5f5f5;
    stroke-width: 6px;
}

.series-a-bg-7 .ct-series.ct-series-a .ct-bar {
    stroke: #f5f5f5;
}

.series-a-bg-7 .ct-series.ct-series-a .ct-slice-pie {
    fill: #f5f5f5;
}

.series-a-bg-7 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #f5f5f5;
}

.series-a-bg-7.opacity-100 .ct-series.ct-series-a .ct-area {
    fill: #f5f5f5;
    fill-opacity: 0.9;
}

.series-a-bg-7.opacity-100 .ct-series.ct-series-a .ct-line {
    stroke: #f5f5f5;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-a-bg-7.opacity-100 .ct-series.ct-series-a .ct-point {
    stroke: #f5f5f5;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-a-bg-7.opacity-100 .ct-series.ct-series-a .ct-bar {
    stroke: #f5f5f5;
    stroke-opacity: 1;
}

.series-a-bg-7.opacity-100 .ct-series.ct-series-a .ct-slice-pie {
    fill: #f5f5f5;
    fill-opacity: 1;
}

.series-a-bg-7.opacity-100 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #f5f5f5;
    stroke-opacity: 1;
}

.series-a-bg-7-100 .ct-series.ct-series-a .ct-area {
    fill: white;
}

.series-a-bg-7-100 .ct-series.ct-series-a .ct-line {
    stroke: white;
    stroke-width: 3px;
}

.series-a-bg-7-100 .ct-series.ct-series-a .ct-point {
    stroke: white;
    stroke-width: 6px;
}

.series-a-bg-7-100 .ct-series.ct-series-a .ct-bar {
    stroke: white;
}

.series-a-bg-7-100 .ct-series.ct-series-a .ct-slice-pie {
    fill: white;
}

.series-a-bg-7-100 .ct-series.ct-series-a .ct-slice-donut {
    stroke: white;
}

.series-a-bg-7-100.opacity-100 .ct-series.ct-series-a .ct-area {
    fill: white;
    fill-opacity: 0.9;
}

.series-a-bg-7-100.opacity-100 .ct-series.ct-series-a .ct-line {
    stroke: white;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-a-bg-7-100.opacity-100 .ct-series.ct-series-a .ct-point {
    stroke: white;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-a-bg-7-100.opacity-100 .ct-series.ct-series-a .ct-bar {
    stroke: white;
    stroke-opacity: 1;
}

.series-a-bg-7-100.opacity-100 .ct-series.ct-series-a .ct-slice-pie {
    fill: white;
    fill-opacity: 1;
}

.series-a-bg-7-100.opacity-100 .ct-series.ct-series-a .ct-slice-donut {
    stroke: white;
    stroke-opacity: 1;
}

.series-a-bg-7-200 .ct-series.ct-series-a .ct-area {
    fill: white;
}

.series-a-bg-7-200 .ct-series.ct-series-a .ct-line {
    stroke: white;
    stroke-width: 3px;
}

.series-a-bg-7-200 .ct-series.ct-series-a .ct-point {
    stroke: white;
    stroke-width: 6px;
}

.series-a-bg-7-200 .ct-series.ct-series-a .ct-bar {
    stroke: white;
}

.series-a-bg-7-200 .ct-series.ct-series-a .ct-slice-pie {
    fill: white;
}

.series-a-bg-7-200 .ct-series.ct-series-a .ct-slice-donut {
    stroke: white;
}

.series-a-bg-7-200.opacity-100 .ct-series.ct-series-a .ct-area {
    fill: white;
    fill-opacity: 0.9;
}

.series-a-bg-7-200.opacity-100 .ct-series.ct-series-a .ct-line {
    stroke: white;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-a-bg-7-200.opacity-100 .ct-series.ct-series-a .ct-point {
    stroke: white;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-a-bg-7-200.opacity-100 .ct-series.ct-series-a .ct-bar {
    stroke: white;
    stroke-opacity: 1;
}

.series-a-bg-7-200.opacity-100 .ct-series.ct-series-a .ct-slice-pie {
    fill: white;
    fill-opacity: 1;
}

.series-a-bg-7-200.opacity-100 .ct-series.ct-series-a .ct-slice-donut {
    stroke: white;
    stroke-opacity: 1;
}

.series-a-bg-7-300 .ct-series.ct-series-a .ct-area {
    fill: white;
}

.series-a-bg-7-300 .ct-series.ct-series-a .ct-line {
    stroke: white;
    stroke-width: 3px;
}

.series-a-bg-7-300 .ct-series.ct-series-a .ct-point {
    stroke: white;
    stroke-width: 6px;
}

.series-a-bg-7-300 .ct-series.ct-series-a .ct-bar {
    stroke: white;
}

.series-a-bg-7-300 .ct-series.ct-series-a .ct-slice-pie {
    fill: white;
}

.series-a-bg-7-300 .ct-series.ct-series-a .ct-slice-donut {
    stroke: white;
}

.series-a-bg-7-300.opacity-100 .ct-series.ct-series-a .ct-area {
    fill: white;
    fill-opacity: 0.9;
}

.series-a-bg-7-300.opacity-100 .ct-series.ct-series-a .ct-line {
    stroke: white;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-a-bg-7-300.opacity-100 .ct-series.ct-series-a .ct-point {
    stroke: white;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-a-bg-7-300.opacity-100 .ct-series.ct-series-a .ct-bar {
    stroke: white;
    stroke-opacity: 1;
}

.series-a-bg-7-300.opacity-100 .ct-series.ct-series-a .ct-slice-pie {
    fill: white;
    fill-opacity: 1;
}

.series-a-bg-7-300.opacity-100 .ct-series.ct-series-a .ct-slice-donut {
    stroke: white;
    stroke-opacity: 1;
}

.series-a-bg-7-400 .ct-series.ct-series-a .ct-area {
    fill: white;
}

.series-a-bg-7-400 .ct-series.ct-series-a .ct-line {
    stroke: white;
    stroke-width: 3px;
}

.series-a-bg-7-400 .ct-series.ct-series-a .ct-point {
    stroke: white;
    stroke-width: 6px;
}

.series-a-bg-7-400 .ct-series.ct-series-a .ct-bar {
    stroke: white;
}

.series-a-bg-7-400 .ct-series.ct-series-a .ct-slice-pie {
    fill: white;
}

.series-a-bg-7-400 .ct-series.ct-series-a .ct-slice-donut {
    stroke: white;
}

.series-a-bg-7-400.opacity-100 .ct-series.ct-series-a .ct-area {
    fill: white;
    fill-opacity: 0.9;
}

.series-a-bg-7-400.opacity-100 .ct-series.ct-series-a .ct-line {
    stroke: white;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-a-bg-7-400.opacity-100 .ct-series.ct-series-a .ct-point {
    stroke: white;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-a-bg-7-400.opacity-100 .ct-series.ct-series-a .ct-bar {
    stroke: white;
    stroke-opacity: 1;
}

.series-a-bg-7-400.opacity-100 .ct-series.ct-series-a .ct-slice-pie {
    fill: white;
    fill-opacity: 1;
}

.series-a-bg-7-400.opacity-100 .ct-series.ct-series-a .ct-slice-donut {
    stroke: white;
    stroke-opacity: 1;
}

.series-a-bg-7-500 .ct-series.ct-series-a .ct-area {
    fill: #f5f5f5;
}

.series-a-bg-7-500 .ct-series.ct-series-a .ct-line {
    stroke: #f5f5f5;
    stroke-width: 3px;
}

.series-a-bg-7-500 .ct-series.ct-series-a .ct-point {
    stroke: #f5f5f5;
    stroke-width: 6px;
}

.series-a-bg-7-500 .ct-series.ct-series-a .ct-bar {
    stroke: #f5f5f5;
}

.series-a-bg-7-500 .ct-series.ct-series-a .ct-slice-pie {
    fill: #f5f5f5;
}

.series-a-bg-7-500 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #f5f5f5;
}

.series-a-bg-7-500.opacity-100 .ct-series.ct-series-a .ct-area {
    fill: #f5f5f5;
    fill-opacity: 0.9;
}

.series-a-bg-7-500.opacity-100 .ct-series.ct-series-a .ct-line {
    stroke: #f5f5f5;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-a-bg-7-500.opacity-100 .ct-series.ct-series-a .ct-point {
    stroke: #f5f5f5;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-a-bg-7-500.opacity-100 .ct-series.ct-series-a .ct-bar {
    stroke: #f5f5f5;
    stroke-opacity: 1;
}

.series-a-bg-7-500.opacity-100 .ct-series.ct-series-a .ct-slice-pie {
    fill: #f5f5f5;
    fill-opacity: 1;
}

.series-a-bg-7-500.opacity-100 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #f5f5f5;
    stroke-opacity: 1;
}

.series-a-bg-7-600 .ct-series.ct-series-a .ct-area {
    fill: #e8e8e8;
}

.series-a-bg-7-600 .ct-series.ct-series-a .ct-line {
    stroke: #e8e8e8;
    stroke-width: 3px;
}

.series-a-bg-7-600 .ct-series.ct-series-a .ct-point {
    stroke: #e8e8e8;
    stroke-width: 6px;
}

.series-a-bg-7-600 .ct-series.ct-series-a .ct-bar {
    stroke: #e8e8e8;
}

.series-a-bg-7-600 .ct-series.ct-series-a .ct-slice-pie {
    fill: #e8e8e8;
}

.series-a-bg-7-600 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #e8e8e8;
}

.series-a-bg-7-600.opacity-100 .ct-series.ct-series-a .ct-area {
    fill: #e8e8e8;
    fill-opacity: 0.9;
}

.series-a-bg-7-600.opacity-100 .ct-series.ct-series-a .ct-line {
    stroke: #e8e8e8;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-a-bg-7-600.opacity-100 .ct-series.ct-series-a .ct-point {
    stroke: #e8e8e8;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-a-bg-7-600.opacity-100 .ct-series.ct-series-a .ct-bar {
    stroke: #e8e8e8;
    stroke-opacity: 1;
}

.series-a-bg-7-600.opacity-100 .ct-series.ct-series-a .ct-slice-pie {
    fill: #e8e8e8;
    fill-opacity: 1;
}

.series-a-bg-7-600.opacity-100 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #e8e8e8;
    stroke-opacity: 1;
}

.series-a-bg-7-700 .ct-series.ct-series-a .ct-area {
    fill: gainsboro;
}

.series-a-bg-7-700 .ct-series.ct-series-a .ct-line {
    stroke: gainsboro;
    stroke-width: 3px;
}

.series-a-bg-7-700 .ct-series.ct-series-a .ct-point {
    stroke: gainsboro;
    stroke-width: 6px;
}

.series-a-bg-7-700 .ct-series.ct-series-a .ct-bar {
    stroke: gainsboro;
}

.series-a-bg-7-700 .ct-series.ct-series-a .ct-slice-pie {
    fill: gainsboro;
}

.series-a-bg-7-700 .ct-series.ct-series-a .ct-slice-donut {
    stroke: gainsboro;
}

.series-a-bg-7-700.opacity-100 .ct-series.ct-series-a .ct-area {
    fill: gainsboro;
    fill-opacity: 0.9;
}

.series-a-bg-7-700.opacity-100 .ct-series.ct-series-a .ct-line {
    stroke: gainsboro;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-a-bg-7-700.opacity-100 .ct-series.ct-series-a .ct-point {
    stroke: gainsboro;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-a-bg-7-700.opacity-100 .ct-series.ct-series-a .ct-bar {
    stroke: gainsboro;
    stroke-opacity: 1;
}

.series-a-bg-7-700.opacity-100 .ct-series.ct-series-a .ct-slice-pie {
    fill: gainsboro;
    fill-opacity: 1;
}

.series-a-bg-7-700.opacity-100 .ct-series.ct-series-a .ct-slice-donut {
    stroke: gainsboro;
    stroke-opacity: 1;
}

.series-a-bg-7-800 .ct-series.ct-series-a .ct-area {
    fill: #cfcfcf;
}

.series-a-bg-7-800 .ct-series.ct-series-a .ct-line {
    stroke: #cfcfcf;
    stroke-width: 3px;
}

.series-a-bg-7-800 .ct-series.ct-series-a .ct-point {
    stroke: #cfcfcf;
    stroke-width: 6px;
}

.series-a-bg-7-800 .ct-series.ct-series-a .ct-bar {
    stroke: #cfcfcf;
}

.series-a-bg-7-800 .ct-series.ct-series-a .ct-slice-pie {
    fill: #cfcfcf;
}

.series-a-bg-7-800 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #cfcfcf;
}

.series-a-bg-7-800.opacity-100 .ct-series.ct-series-a .ct-area {
    fill: #cfcfcf;
    fill-opacity: 0.9;
}

.series-a-bg-7-800.opacity-100 .ct-series.ct-series-a .ct-line {
    stroke: #cfcfcf;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-a-bg-7-800.opacity-100 .ct-series.ct-series-a .ct-point {
    stroke: #cfcfcf;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-a-bg-7-800.opacity-100 .ct-series.ct-series-a .ct-bar {
    stroke: #cfcfcf;
    stroke-opacity: 1;
}

.series-a-bg-7-800.opacity-100 .ct-series.ct-series-a .ct-slice-pie {
    fill: #cfcfcf;
    fill-opacity: 1;
}

.series-a-bg-7-800.opacity-100 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #cfcfcf;
    stroke-opacity: 1;
}

.series-a-bg-7-900 .ct-series.ct-series-a .ct-area {
    fill: #c2c2c2;
}

.series-a-bg-7-900 .ct-series.ct-series-a .ct-line {
    stroke: #c2c2c2;
    stroke-width: 3px;
}

.series-a-bg-7-900 .ct-series.ct-series-a .ct-point {
    stroke: #c2c2c2;
    stroke-width: 6px;
}

.series-a-bg-7-900 .ct-series.ct-series-a .ct-bar {
    stroke: #c2c2c2;
}

.series-a-bg-7-900 .ct-series.ct-series-a .ct-slice-pie {
    fill: #c2c2c2;
}

.series-a-bg-7-900 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #c2c2c2;
}

.series-a-bg-7-900.opacity-100 .ct-series.ct-series-a .ct-area {
    fill: #c2c2c2;
    fill-opacity: 0.9;
}

.series-a-bg-7-900.opacity-100 .ct-series.ct-series-a .ct-line {
    stroke: #c2c2c2;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-a-bg-7-900.opacity-100 .ct-series.ct-series-a .ct-point {
    stroke: #c2c2c2;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-a-bg-7-900.opacity-100 .ct-series.ct-series-a .ct-bar {
    stroke: #c2c2c2;
    stroke-opacity: 1;
}

.series-a-bg-7-900.opacity-100 .ct-series.ct-series-a .ct-slice-pie {
    fill: #c2c2c2;
    fill-opacity: 1;
}

.series-a-bg-7-900.opacity-100 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #c2c2c2;
    stroke-opacity: 1;
}

.series-a-light-100 .ct-series.ct-series-a .ct-area {
    fill: white;
}

.series-a-light-100 .ct-series.ct-series-a .ct-line {
    stroke: white;
    stroke-width: 3px;
}

.series-a-light-100 .ct-series.ct-series-a .ct-point {
    stroke: white;
    stroke-width: 6px;
}

.series-a-light-100 .ct-series.ct-series-a .ct-bar {
    stroke: white;
}

.series-a-light-100 .ct-series.ct-series-a .ct-slice-pie {
    fill: white;
}

.series-a-light-100 .ct-series.ct-series-a .ct-slice-donut {
    stroke: white;
}

.series-a-light-100.opacity-100 .ct-series.ct-series-a .ct-area {
    fill: white;
    fill-opacity: 0.9;
}

.series-a-light-100.opacity-100 .ct-series.ct-series-a .ct-line {
    stroke: white;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-a-light-100.opacity-100 .ct-series.ct-series-a .ct-point {
    stroke: white;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-a-light-100.opacity-100 .ct-series.ct-series-a .ct-bar {
    stroke: white;
    stroke-opacity: 1;
}

.series-a-light-100.opacity-100 .ct-series.ct-series-a .ct-slice-pie {
    fill: white;
    fill-opacity: 1;
}

.series-a-light-100.opacity-100 .ct-series.ct-series-a .ct-slice-donut {
    stroke: white;
    stroke-opacity: 1;
}

.series-a-light-200 .ct-series.ct-series-a .ct-area {
    fill: white;
}

.series-a-light-200 .ct-series.ct-series-a .ct-line {
    stroke: white;
    stroke-width: 3px;
}

.series-a-light-200 .ct-series.ct-series-a .ct-point {
    stroke: white;
    stroke-width: 6px;
}

.series-a-light-200 .ct-series.ct-series-a .ct-bar {
    stroke: white;
}

.series-a-light-200 .ct-series.ct-series-a .ct-slice-pie {
    fill: white;
}

.series-a-light-200 .ct-series.ct-series-a .ct-slice-donut {
    stroke: white;
}

.series-a-light-200.opacity-100 .ct-series.ct-series-a .ct-area {
    fill: white;
    fill-opacity: 0.9;
}

.series-a-light-200.opacity-100 .ct-series.ct-series-a .ct-line {
    stroke: white;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-a-light-200.opacity-100 .ct-series.ct-series-a .ct-point {
    stroke: white;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-a-light-200.opacity-100 .ct-series.ct-series-a .ct-bar {
    stroke: white;
    stroke-opacity: 1;
}

.series-a-light-200.opacity-100 .ct-series.ct-series-a .ct-slice-pie {
    fill: white;
    fill-opacity: 1;
}

.series-a-light-200.opacity-100 .ct-series.ct-series-a .ct-slice-donut {
    stroke: white;
    stroke-opacity: 1;
}

.series-a-light-300 .ct-series.ct-series-a .ct-area {
    fill: white;
}

.series-a-light-300 .ct-series.ct-series-a .ct-line {
    stroke: white;
    stroke-width: 3px;
}

.series-a-light-300 .ct-series.ct-series-a .ct-point {
    stroke: white;
    stroke-width: 6px;
}

.series-a-light-300 .ct-series.ct-series-a .ct-bar {
    stroke: white;
}

.series-a-light-300 .ct-series.ct-series-a .ct-slice-pie {
    fill: white;
}

.series-a-light-300 .ct-series.ct-series-a .ct-slice-donut {
    stroke: white;
}

.series-a-light-300.opacity-100 .ct-series.ct-series-a .ct-area {
    fill: white;
    fill-opacity: 0.9;
}

.series-a-light-300.opacity-100 .ct-series.ct-series-a .ct-line {
    stroke: white;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-a-light-300.opacity-100 .ct-series.ct-series-a .ct-point {
    stroke: white;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-a-light-300.opacity-100 .ct-series.ct-series-a .ct-bar {
    stroke: white;
    stroke-opacity: 1;
}

.series-a-light-300.opacity-100 .ct-series.ct-series-a .ct-slice-pie {
    fill: white;
    fill-opacity: 1;
}

.series-a-light-300.opacity-100 .ct-series.ct-series-a .ct-slice-donut {
    stroke: white;
    stroke-opacity: 1;
}

.series-a-light-400 .ct-series.ct-series-a .ct-area {
    fill: #fdfdfd;
}

.series-a-light-400 .ct-series.ct-series-a .ct-line {
    stroke: #fdfdfd;
    stroke-width: 3px;
}

.series-a-light-400 .ct-series.ct-series-a .ct-point {
    stroke: #fdfdfd;
    stroke-width: 6px;
}

.series-a-light-400 .ct-series.ct-series-a .ct-bar {
    stroke: #fdfdfd;
}

.series-a-light-400 .ct-series.ct-series-a .ct-slice-pie {
    fill: #fdfdfd;
}

.series-a-light-400 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #fdfdfd;
}

.series-a-light-400.opacity-100 .ct-series.ct-series-a .ct-area {
    fill: #fdfdfd;
    fill-opacity: 0.9;
}

.series-a-light-400.opacity-100 .ct-series.ct-series-a .ct-line {
    stroke: #fdfdfd;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-a-light-400.opacity-100 .ct-series.ct-series-a .ct-point {
    stroke: #fdfdfd;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-a-light-400.opacity-100 .ct-series.ct-series-a .ct-bar {
    stroke: #fdfdfd;
    stroke-opacity: 1;
}

.series-a-light-400.opacity-100 .ct-series.ct-series-a .ct-slice-pie {
    fill: #fdfdfd;
    fill-opacity: 1;
}

.series-a-light-400.opacity-100 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #fdfdfd;
    stroke-opacity: 1;
}

.series-a-light-500 .ct-series.ct-series-a .ct-area {
    fill: #f5f5f5;
}

.series-a-light-500 .ct-series.ct-series-a .ct-line {
    stroke: #f5f5f5;
    stroke-width: 3px;
}

.series-a-light-500 .ct-series.ct-series-a .ct-point {
    stroke: #f5f5f5;
    stroke-width: 6px;
}

.series-a-light-500 .ct-series.ct-series-a .ct-bar {
    stroke: #f5f5f5;
}

.series-a-light-500 .ct-series.ct-series-a .ct-slice-pie {
    fill: #f5f5f5;
}

.series-a-light-500 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #f5f5f5;
}

.series-a-light-500.opacity-100 .ct-series.ct-series-a .ct-area {
    fill: #f5f5f5;
    fill-opacity: 0.9;
}

.series-a-light-500.opacity-100 .ct-series.ct-series-a .ct-line {
    stroke: #f5f5f5;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-a-light-500.opacity-100 .ct-series.ct-series-a .ct-point {
    stroke: #f5f5f5;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-a-light-500.opacity-100 .ct-series.ct-series-a .ct-bar {
    stroke: #f5f5f5;
    stroke-opacity: 1;
}

.series-a-light-500.opacity-100 .ct-series.ct-series-a .ct-slice-pie {
    fill: #f5f5f5;
    fill-opacity: 1;
}

.series-a-light-500.opacity-100 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #f5f5f5;
    stroke-opacity: 1;
}

.series-a-light-600 .ct-series.ct-series-a .ct-area {
    fill: #ededed;
}

.series-a-light-600 .ct-series.ct-series-a .ct-line {
    stroke: #ededed;
    stroke-width: 3px;
}

.series-a-light-600 .ct-series.ct-series-a .ct-point {
    stroke: #ededed;
    stroke-width: 6px;
}

.series-a-light-600 .ct-series.ct-series-a .ct-bar {
    stroke: #ededed;
}

.series-a-light-600 .ct-series.ct-series-a .ct-slice-pie {
    fill: #ededed;
}

.series-a-light-600 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #ededed;
}

.series-a-light-600.opacity-100 .ct-series.ct-series-a .ct-area {
    fill: #ededed;
    fill-opacity: 0.9;
}

.series-a-light-600.opacity-100 .ct-series.ct-series-a .ct-line {
    stroke: #ededed;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-a-light-600.opacity-100 .ct-series.ct-series-a .ct-point {
    stroke: #ededed;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-a-light-600.opacity-100 .ct-series.ct-series-a .ct-bar {
    stroke: #ededed;
    stroke-opacity: 1;
}

.series-a-light-600.opacity-100 .ct-series.ct-series-a .ct-slice-pie {
    fill: #ededed;
    fill-opacity: 1;
}

.series-a-light-600.opacity-100 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #ededed;
    stroke-opacity: 1;
}

.series-a-light-700 .ct-series.ct-series-a .ct-area {
    fill: #e6e6e6;
}

.series-a-light-700 .ct-series.ct-series-a .ct-line {
    stroke: #e6e6e6;
    stroke-width: 3px;
}

.series-a-light-700 .ct-series.ct-series-a .ct-point {
    stroke: #e6e6e6;
    stroke-width: 6px;
}

.series-a-light-700 .ct-series.ct-series-a .ct-bar {
    stroke: #e6e6e6;
}

.series-a-light-700 .ct-series.ct-series-a .ct-slice-pie {
    fill: #e6e6e6;
}

.series-a-light-700 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #e6e6e6;
}

.series-a-light-700.opacity-100 .ct-series.ct-series-a .ct-area {
    fill: #e6e6e6;
    fill-opacity: 0.9;
}

.series-a-light-700.opacity-100 .ct-series.ct-series-a .ct-line {
    stroke: #e6e6e6;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-a-light-700.opacity-100 .ct-series.ct-series-a .ct-point {
    stroke: #e6e6e6;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-a-light-700.opacity-100 .ct-series.ct-series-a .ct-bar {
    stroke: #e6e6e6;
    stroke-opacity: 1;
}

.series-a-light-700.opacity-100 .ct-series.ct-series-a .ct-slice-pie {
    fill: #e6e6e6;
    fill-opacity: 1;
}

.series-a-light-700.opacity-100 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #e6e6e6;
    stroke-opacity: 1;
}

.series-a-light-800 .ct-series.ct-series-a .ct-area {
    fill: #dedede;
}

.series-a-light-800 .ct-series.ct-series-a .ct-line {
    stroke: #dedede;
    stroke-width: 3px;
}

.series-a-light-800 .ct-series.ct-series-a .ct-point {
    stroke: #dedede;
    stroke-width: 6px;
}

.series-a-light-800 .ct-series.ct-series-a .ct-bar {
    stroke: #dedede;
}

.series-a-light-800 .ct-series.ct-series-a .ct-slice-pie {
    fill: #dedede;
}

.series-a-light-800 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #dedede;
}

.series-a-light-800.opacity-100 .ct-series.ct-series-a .ct-area {
    fill: #dedede;
    fill-opacity: 0.9;
}

.series-a-light-800.opacity-100 .ct-series.ct-series-a .ct-line {
    stroke: #dedede;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-a-light-800.opacity-100 .ct-series.ct-series-a .ct-point {
    stroke: #dedede;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-a-light-800.opacity-100 .ct-series.ct-series-a .ct-bar {
    stroke: #dedede;
    stroke-opacity: 1;
}

.series-a-light-800.opacity-100 .ct-series.ct-series-a .ct-slice-pie {
    fill: #dedede;
    fill-opacity: 1;
}

.series-a-light-800.opacity-100 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #dedede;
    stroke-opacity: 1;
}

.series-a-light-900 .ct-series.ct-series-a .ct-area {
    fill: #d6d6d6;
}

.series-a-light-900 .ct-series.ct-series-a .ct-line {
    stroke: #d6d6d6;
    stroke-width: 3px;
}

.series-a-light-900 .ct-series.ct-series-a .ct-point {
    stroke: #d6d6d6;
    stroke-width: 6px;
}

.series-a-light-900 .ct-series.ct-series-a .ct-bar {
    stroke: #d6d6d6;
}

.series-a-light-900 .ct-series.ct-series-a .ct-slice-pie {
    fill: #d6d6d6;
}

.series-a-light-900 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #d6d6d6;
}

.series-a-light-900.opacity-100 .ct-series.ct-series-a .ct-area {
    fill: #d6d6d6;
    fill-opacity: 0.9;
}

.series-a-light-900.opacity-100 .ct-series.ct-series-a .ct-line {
    stroke: #d6d6d6;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-a-light-900.opacity-100 .ct-series.ct-series-a .ct-point {
    stroke: #d6d6d6;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-a-light-900.opacity-100 .ct-series.ct-series-a .ct-bar {
    stroke: #d6d6d6;
    stroke-opacity: 1;
}

.series-a-light-900.opacity-100 .ct-series.ct-series-a .ct-slice-pie {
    fill: #d6d6d6;
    fill-opacity: 1;
}

.series-a-light-900.opacity-100 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #d6d6d6;
    stroke-opacity: 1;
}

.series-a-dark-100 .ct-series.ct-series-a .ct-area {
    fill: #404655;
}

.series-a-dark-100 .ct-series.ct-series-a .ct-line {
    stroke: #404655;
    stroke-width: 3px;
}

.series-a-dark-100 .ct-series.ct-series-a .ct-point {
    stroke: #404655;
    stroke-width: 6px;
}

.series-a-dark-100 .ct-series.ct-series-a .ct-bar {
    stroke: #404655;
}

.series-a-dark-100 .ct-series.ct-series-a .ct-slice-pie {
    fill: #404655;
}

.series-a-dark-100 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #404655;
}

.series-a-dark-100.opacity-100 .ct-series.ct-series-a .ct-area {
    fill: #404655;
    fill-opacity: 0.9;
}

.series-a-dark-100.opacity-100 .ct-series.ct-series-a .ct-line {
    stroke: #404655;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-a-dark-100.opacity-100 .ct-series.ct-series-a .ct-point {
    stroke: #404655;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-a-dark-100.opacity-100 .ct-series.ct-series-a .ct-bar {
    stroke: #404655;
    stroke-opacity: 1;
}

.series-a-dark-100.opacity-100 .ct-series.ct-series-a .ct-slice-pie {
    fill: #404655;
    fill-opacity: 1;
}

.series-a-dark-100.opacity-100 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #404655;
    stroke-opacity: 1;
}

.series-a-dark-200 .ct-series.ct-series-a .ct-area {
    fill: #3a3e4c;
}

.series-a-dark-200 .ct-series.ct-series-a .ct-line {
    stroke: #3a3e4c;
    stroke-width: 3px;
}

.series-a-dark-200 .ct-series.ct-series-a .ct-point {
    stroke: #3a3e4c;
    stroke-width: 6px;
}

.series-a-dark-200 .ct-series.ct-series-a .ct-bar {
    stroke: #3a3e4c;
}

.series-a-dark-200 .ct-series.ct-series-a .ct-slice-pie {
    fill: #3a3e4c;
}

.series-a-dark-200 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #3a3e4c;
}

.series-a-dark-200.opacity-100 .ct-series.ct-series-a .ct-area {
    fill: #3a3e4c;
    fill-opacity: 0.9;
}

.series-a-dark-200.opacity-100 .ct-series.ct-series-a .ct-line {
    stroke: #3a3e4c;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-a-dark-200.opacity-100 .ct-series.ct-series-a .ct-point {
    stroke: #3a3e4c;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-a-dark-200.opacity-100 .ct-series.ct-series-a .ct-bar {
    stroke: #3a3e4c;
    stroke-opacity: 1;
}

.series-a-dark-200.opacity-100 .ct-series.ct-series-a .ct-slice-pie {
    fill: #3a3e4c;
    fill-opacity: 1;
}

.series-a-dark-200.opacity-100 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #3a3e4c;
    stroke-opacity: 1;
}

.series-a-dark-300 .ct-series.ct-series-a .ct-area {
    fill: #333743;
}

.series-a-dark-300 .ct-series.ct-series-a .ct-line {
    stroke: #333743;
    stroke-width: 3px;
}

.series-a-dark-300 .ct-series.ct-series-a .ct-point {
    stroke: #333743;
    stroke-width: 6px;
}

.series-a-dark-300 .ct-series.ct-series-a .ct-bar {
    stroke: #333743;
}

.series-a-dark-300 .ct-series.ct-series-a .ct-slice-pie {
    fill: #333743;
}

.series-a-dark-300 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #333743;
}

.series-a-dark-300.opacity-100 .ct-series.ct-series-a .ct-area {
    fill: #333743;
    fill-opacity: 0.9;
}

.series-a-dark-300.opacity-100 .ct-series.ct-series-a .ct-line {
    stroke: #333743;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-a-dark-300.opacity-100 .ct-series.ct-series-a .ct-point {
    stroke: #333743;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-a-dark-300.opacity-100 .ct-series.ct-series-a .ct-bar {
    stroke: #333743;
    stroke-opacity: 1;
}

.series-a-dark-300.opacity-100 .ct-series.ct-series-a .ct-slice-pie {
    fill: #333743;
    fill-opacity: 1;
}

.series-a-dark-300.opacity-100 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #333743;
    stroke-opacity: 1;
}

.series-a-dark-400 .ct-series.ct-series-a .ct-area {
    fill: #2d303b;
}

.series-a-dark-400 .ct-series.ct-series-a .ct-line {
    stroke: #2d303b;
    stroke-width: 3px;
}

.series-a-dark-400 .ct-series.ct-series-a .ct-point {
    stroke: #2d303b;
    stroke-width: 6px;
}

.series-a-dark-400 .ct-series.ct-series-a .ct-bar {
    stroke: #2d303b;
}

.series-a-dark-400 .ct-series.ct-series-a .ct-slice-pie {
    fill: #2d303b;
}

.series-a-dark-400 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #2d303b;
}

.series-a-dark-400.opacity-100 .ct-series.ct-series-a .ct-area {
    fill: #2d303b;
    fill-opacity: 0.9;
}

.series-a-dark-400.opacity-100 .ct-series.ct-series-a .ct-line {
    stroke: #2d303b;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-a-dark-400.opacity-100 .ct-series.ct-series-a .ct-point {
    stroke: #2d303b;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-a-dark-400.opacity-100 .ct-series.ct-series-a .ct-bar {
    stroke: #2d303b;
    stroke-opacity: 1;
}

.series-a-dark-400.opacity-100 .ct-series.ct-series-a .ct-slice-pie {
    fill: #2d303b;
    fill-opacity: 1;
}

.series-a-dark-400.opacity-100 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #2d303b;
    stroke-opacity: 1;
}

.series-a-dark-500 .ct-series.ct-series-a .ct-area {
    fill: #262932;
}

.series-a-dark-500 .ct-series.ct-series-a .ct-line {
    stroke: #262932;
    stroke-width: 3px;
}

.series-a-dark-500 .ct-series.ct-series-a .ct-point {
    stroke: #262932;
    stroke-width: 6px;
}

.series-a-dark-500 .ct-series.ct-series-a .ct-bar {
    stroke: #262932;
}

.series-a-dark-500 .ct-series.ct-series-a .ct-slice-pie {
    fill: #262932;
}

.series-a-dark-500 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #262932;
}

.series-a-dark-500.opacity-100 .ct-series.ct-series-a .ct-area {
    fill: #262932;
    fill-opacity: 0.9;
}

.series-a-dark-500.opacity-100 .ct-series.ct-series-a .ct-line {
    stroke: #262932;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-a-dark-500.opacity-100 .ct-series.ct-series-a .ct-point {
    stroke: #262932;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-a-dark-500.opacity-100 .ct-series.ct-series-a .ct-bar {
    stroke: #262932;
    stroke-opacity: 1;
}

.series-a-dark-500.opacity-100 .ct-series.ct-series-a .ct-slice-pie {
    fill: #262932;
    fill-opacity: 1;
}

.series-a-dark-500.opacity-100 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #262932;
    stroke-opacity: 1;
}

.series-a-dark-600 .ct-series.ct-series-a .ct-area {
    fill: #1f2229;
}

.series-a-dark-600 .ct-series.ct-series-a .ct-line {
    stroke: #1f2229;
    stroke-width: 3px;
}

.series-a-dark-600 .ct-series.ct-series-a .ct-point {
    stroke: #1f2229;
    stroke-width: 6px;
}

.series-a-dark-600 .ct-series.ct-series-a .ct-bar {
    stroke: #1f2229;
}

.series-a-dark-600 .ct-series.ct-series-a .ct-slice-pie {
    fill: #1f2229;
}

.series-a-dark-600 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #1f2229;
}

.series-a-dark-600.opacity-100 .ct-series.ct-series-a .ct-area {
    fill: #1f2229;
    fill-opacity: 0.9;
}

.series-a-dark-600.opacity-100 .ct-series.ct-series-a .ct-line {
    stroke: #1f2229;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-a-dark-600.opacity-100 .ct-series.ct-series-a .ct-point {
    stroke: #1f2229;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-a-dark-600.opacity-100 .ct-series.ct-series-a .ct-bar {
    stroke: #1f2229;
    stroke-opacity: 1;
}

.series-a-dark-600.opacity-100 .ct-series.ct-series-a .ct-slice-pie {
    fill: #1f2229;
    fill-opacity: 1;
}

.series-a-dark-600.opacity-100 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #1f2229;
    stroke-opacity: 1;
}

.series-a-dark-700 .ct-series.ct-series-a .ct-area {
    fill: #191b21;
}

.series-a-dark-700 .ct-series.ct-series-a .ct-line {
    stroke: #191b21;
    stroke-width: 3px;
}

.series-a-dark-700 .ct-series.ct-series-a .ct-point {
    stroke: #191b21;
    stroke-width: 6px;
}

.series-a-dark-700 .ct-series.ct-series-a .ct-bar {
    stroke: #191b21;
}

.series-a-dark-700 .ct-series.ct-series-a .ct-slice-pie {
    fill: #191b21;
}

.series-a-dark-700 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #191b21;
}

.series-a-dark-700.opacity-100 .ct-series.ct-series-a .ct-area {
    fill: #191b21;
    fill-opacity: 0.9;
}

.series-a-dark-700.opacity-100 .ct-series.ct-series-a .ct-line {
    stroke: #191b21;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-a-dark-700.opacity-100 .ct-series.ct-series-a .ct-point {
    stroke: #191b21;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-a-dark-700.opacity-100 .ct-series.ct-series-a .ct-bar {
    stroke: #191b21;
    stroke-opacity: 1;
}

.series-a-dark-700.opacity-100 .ct-series.ct-series-a .ct-slice-pie {
    fill: #191b21;
    fill-opacity: 1;
}

.series-a-dark-700.opacity-100 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #191b21;
    stroke-opacity: 1;
}

.series-a-dark-800 .ct-series.ct-series-a .ct-area {
    fill: #121418;
}

.series-a-dark-800 .ct-series.ct-series-a .ct-line {
    stroke: #121418;
    stroke-width: 3px;
}

.series-a-dark-800 .ct-series.ct-series-a .ct-point {
    stroke: #121418;
    stroke-width: 6px;
}

.series-a-dark-800 .ct-series.ct-series-a .ct-bar {
    stroke: #121418;
}

.series-a-dark-800 .ct-series.ct-series-a .ct-slice-pie {
    fill: #121418;
}

.series-a-dark-800 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #121418;
}

.series-a-dark-800.opacity-100 .ct-series.ct-series-a .ct-area {
    fill: #121418;
    fill-opacity: 0.9;
}

.series-a-dark-800.opacity-100 .ct-series.ct-series-a .ct-line {
    stroke: #121418;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-a-dark-800.opacity-100 .ct-series.ct-series-a .ct-point {
    stroke: #121418;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-a-dark-800.opacity-100 .ct-series.ct-series-a .ct-bar {
    stroke: #121418;
    stroke-opacity: 1;
}

.series-a-dark-800.opacity-100 .ct-series.ct-series-a .ct-slice-pie {
    fill: #121418;
    fill-opacity: 1;
}

.series-a-dark-800.opacity-100 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #121418;
    stroke-opacity: 1;
}

.series-a-dark-900 .ct-series.ct-series-a .ct-area {
    fill: #0c0c0f;
}

.series-a-dark-900 .ct-series.ct-series-a .ct-line {
    stroke: #0c0c0f;
    stroke-width: 3px;
}

.series-a-dark-900 .ct-series.ct-series-a .ct-point {
    stroke: #0c0c0f;
    stroke-width: 6px;
}

.series-a-dark-900 .ct-series.ct-series-a .ct-bar {
    stroke: #0c0c0f;
}

.series-a-dark-900 .ct-series.ct-series-a .ct-slice-pie {
    fill: #0c0c0f;
}

.series-a-dark-900 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #0c0c0f;
}

.series-a-dark-900.opacity-100 .ct-series.ct-series-a .ct-area {
    fill: #0c0c0f;
    fill-opacity: 0.9;
}

.series-a-dark-900.opacity-100 .ct-series.ct-series-a .ct-line {
    stroke: #0c0c0f;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-a-dark-900.opacity-100 .ct-series.ct-series-a .ct-point {
    stroke: #0c0c0f;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-a-dark-900.opacity-100 .ct-series.ct-series-a .ct-bar {
    stroke: #0c0c0f;
    stroke-opacity: 1;
}

.series-a-dark-900.opacity-100 .ct-series.ct-series-a .ct-slice-pie {
    fill: #0c0c0f;
    fill-opacity: 1;
}

.series-a-dark-900.opacity-100 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #0c0c0f;
    stroke-opacity: 1;
}

.series-a-default .ct-series.ct-series-a .ct-area {
    fill: #5bc0de;
}

.series-a-default .ct-series.ct-series-a .ct-line {
    stroke: #5bc0de;
    stroke-width: 3px;
}

.series-a-default .ct-series.ct-series-a .ct-point {
    stroke: #5bc0de;
    stroke-width: 6px;
}

.series-a-default .ct-series.ct-series-a .ct-bar {
    stroke: #5bc0de;
}

.series-a-default .ct-series.ct-series-a .ct-slice-pie {
    fill: #5bc0de;
}

.series-a-default .ct-series.ct-series-a .ct-slice-donut {
    stroke: #5bc0de;
}

.series-a-default.opacity-100 .ct-series.ct-series-a .ct-area {
    fill: #5bc0de;
    fill-opacity: 0.9;
}

.series-a-default.opacity-100 .ct-series.ct-series-a .ct-line {
    stroke: #5bc0de;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-a-default.opacity-100 .ct-series.ct-series-a .ct-point {
    stroke: #5bc0de;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-a-default.opacity-100 .ct-series.ct-series-a .ct-bar {
    stroke: #5bc0de;
    stroke-opacity: 1;
}

.series-a-default.opacity-100 .ct-series.ct-series-a .ct-slice-pie {
    fill: #5bc0de;
    fill-opacity: 1;
}

.series-a-default.opacity-100 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #5bc0de;
    stroke-opacity: 1;
}

.series-a-default-100 .ct-series.ct-series-a .ct-area {
    fill: #8ed4e8;
}

.series-a-default-100 .ct-series.ct-series-a .ct-line {
    stroke: #8ed4e8;
    stroke-width: 3px;
}

.series-a-default-100 .ct-series.ct-series-a .ct-point {
    stroke: #8ed4e8;
    stroke-width: 6px;
}

.series-a-default-100 .ct-series.ct-series-a .ct-bar {
    stroke: #8ed4e8;
}

.series-a-default-100 .ct-series.ct-series-a .ct-slice-pie {
    fill: #8ed4e8;
}

.series-a-default-100 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #8ed4e8;
}

.series-a-default-100.opacity-100 .ct-series.ct-series-a .ct-area {
    fill: #8ed4e8;
    fill-opacity: 0.9;
}

.series-a-default-100.opacity-100 .ct-series.ct-series-a .ct-line {
    stroke: #8ed4e8;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-a-default-100.opacity-100 .ct-series.ct-series-a .ct-point {
    stroke: #8ed4e8;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-a-default-100.opacity-100 .ct-series.ct-series-a .ct-bar {
    stroke: #8ed4e8;
    stroke-opacity: 1;
}

.series-a-default-100.opacity-100 .ct-series.ct-series-a .ct-slice-pie {
    fill: #8ed4e8;
    fill-opacity: 1;
}

.series-a-default-100.opacity-100 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #8ed4e8;
    stroke-opacity: 1;
}

.series-a-default-200 .ct-series.ct-series-a .ct-area {
    fill: #81cfe6;
}

.series-a-default-200 .ct-series.ct-series-a .ct-line {
    stroke: #81cfe6;
    stroke-width: 3px;
}

.series-a-default-200 .ct-series.ct-series-a .ct-point {
    stroke: #81cfe6;
    stroke-width: 6px;
}

.series-a-default-200 .ct-series.ct-series-a .ct-bar {
    stroke: #81cfe6;
}

.series-a-default-200 .ct-series.ct-series-a .ct-slice-pie {
    fill: #81cfe6;
}

.series-a-default-200 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #81cfe6;
}

.series-a-default-200.opacity-100 .ct-series.ct-series-a .ct-area {
    fill: #81cfe6;
    fill-opacity: 0.9;
}

.series-a-default-200.opacity-100 .ct-series.ct-series-a .ct-line {
    stroke: #81cfe6;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-a-default-200.opacity-100 .ct-series.ct-series-a .ct-point {
    stroke: #81cfe6;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-a-default-200.opacity-100 .ct-series.ct-series-a .ct-bar {
    stroke: #81cfe6;
    stroke-opacity: 1;
}

.series-a-default-200.opacity-100 .ct-series.ct-series-a .ct-slice-pie {
    fill: #81cfe6;
    fill-opacity: 1;
}

.series-a-default-200.opacity-100 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #81cfe6;
    stroke-opacity: 1;
}

.series-a-default-300 .ct-series.ct-series-a .ct-area {
    fill: #74cae3;
}

.series-a-default-300 .ct-series.ct-series-a .ct-line {
    stroke: #74cae3;
    stroke-width: 3px;
}

.series-a-default-300 .ct-series.ct-series-a .ct-point {
    stroke: #74cae3;
    stroke-width: 6px;
}

.series-a-default-300 .ct-series.ct-series-a .ct-bar {
    stroke: #74cae3;
}

.series-a-default-300 .ct-series.ct-series-a .ct-slice-pie {
    fill: #74cae3;
}

.series-a-default-300 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #74cae3;
}

.series-a-default-300.opacity-100 .ct-series.ct-series-a .ct-area {
    fill: #74cae3;
    fill-opacity: 0.9;
}

.series-a-default-300.opacity-100 .ct-series.ct-series-a .ct-line {
    stroke: #74cae3;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-a-default-300.opacity-100 .ct-series.ct-series-a .ct-point {
    stroke: #74cae3;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-a-default-300.opacity-100 .ct-series.ct-series-a .ct-bar {
    stroke: #74cae3;
    stroke-opacity: 1;
}

.series-a-default-300.opacity-100 .ct-series.ct-series-a .ct-slice-pie {
    fill: #74cae3;
    fill-opacity: 1;
}

.series-a-default-300.opacity-100 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #74cae3;
    stroke-opacity: 1;
}

.series-a-default-400 .ct-series.ct-series-a .ct-area {
    fill: #68c5e1;
}

.series-a-default-400 .ct-series.ct-series-a .ct-line {
    stroke: #68c5e1;
    stroke-width: 3px;
}

.series-a-default-400 .ct-series.ct-series-a .ct-point {
    stroke: #68c5e1;
    stroke-width: 6px;
}

.series-a-default-400 .ct-series.ct-series-a .ct-bar {
    stroke: #68c5e1;
}

.series-a-default-400 .ct-series.ct-series-a .ct-slice-pie {
    fill: #68c5e1;
}

.series-a-default-400 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #68c5e1;
}

.series-a-default-400.opacity-100 .ct-series.ct-series-a .ct-area {
    fill: #68c5e1;
    fill-opacity: 0.9;
}

.series-a-default-400.opacity-100 .ct-series.ct-series-a .ct-line {
    stroke: #68c5e1;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-a-default-400.opacity-100 .ct-series.ct-series-a .ct-point {
    stroke: #68c5e1;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-a-default-400.opacity-100 .ct-series.ct-series-a .ct-bar {
    stroke: #68c5e1;
    stroke-opacity: 1;
}

.series-a-default-400.opacity-100 .ct-series.ct-series-a .ct-slice-pie {
    fill: #68c5e1;
    fill-opacity: 1;
}

.series-a-default-400.opacity-100 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #68c5e1;
    stroke-opacity: 1;
}

.series-a-default-500 .ct-series.ct-series-a .ct-area {
    fill: #5bc0de;
}

.series-a-default-500 .ct-series.ct-series-a .ct-line {
    stroke: #5bc0de;
    stroke-width: 3px;
}

.series-a-default-500 .ct-series.ct-series-a .ct-point {
    stroke: #5bc0de;
    stroke-width: 6px;
}

.series-a-default-500 .ct-series.ct-series-a .ct-bar {
    stroke: #5bc0de;
}

.series-a-default-500 .ct-series.ct-series-a .ct-slice-pie {
    fill: #5bc0de;
}

.series-a-default-500 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #5bc0de;
}

.series-a-default-500.opacity-100 .ct-series.ct-series-a .ct-area {
    fill: #5bc0de;
    fill-opacity: 0.9;
}

.series-a-default-500.opacity-100 .ct-series.ct-series-a .ct-line {
    stroke: #5bc0de;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-a-default-500.opacity-100 .ct-series.ct-series-a .ct-point {
    stroke: #5bc0de;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-a-default-500.opacity-100 .ct-series.ct-series-a .ct-bar {
    stroke: #5bc0de;
    stroke-opacity: 1;
}

.series-a-default-500.opacity-100 .ct-series.ct-series-a .ct-slice-pie {
    fill: #5bc0de;
    fill-opacity: 1;
}

.series-a-default-500.opacity-100 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #5bc0de;
    stroke-opacity: 1;
}

.series-a-default-600 .ct-series.ct-series-a .ct-area {
    fill: #4ebbdb;
}

.series-a-default-600 .ct-series.ct-series-a .ct-line {
    stroke: #4ebbdb;
    stroke-width: 3px;
}

.series-a-default-600 .ct-series.ct-series-a .ct-point {
    stroke: #4ebbdb;
    stroke-width: 6px;
}

.series-a-default-600 .ct-series.ct-series-a .ct-bar {
    stroke: #4ebbdb;
}

.series-a-default-600 .ct-series.ct-series-a .ct-slice-pie {
    fill: #4ebbdb;
}

.series-a-default-600 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #4ebbdb;
}

.series-a-default-600.opacity-100 .ct-series.ct-series-a .ct-area {
    fill: #4ebbdb;
    fill-opacity: 0.9;
}

.series-a-default-600.opacity-100 .ct-series.ct-series-a .ct-line {
    stroke: #4ebbdb;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-a-default-600.opacity-100 .ct-series.ct-series-a .ct-point {
    stroke: #4ebbdb;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-a-default-600.opacity-100 .ct-series.ct-series-a .ct-bar {
    stroke: #4ebbdb;
    stroke-opacity: 1;
}

.series-a-default-600.opacity-100 .ct-series.ct-series-a .ct-slice-pie {
    fill: #4ebbdb;
    fill-opacity: 1;
}

.series-a-default-600.opacity-100 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #4ebbdb;
    stroke-opacity: 1;
}

.series-a-default-700 .ct-series.ct-series-a .ct-area {
    fill: #42b6d9;
}

.series-a-default-700 .ct-series.ct-series-a .ct-line {
    stroke: #42b6d9;
    stroke-width: 3px;
}

.series-a-default-700 .ct-series.ct-series-a .ct-point {
    stroke: #42b6d9;
    stroke-width: 6px;
}

.series-a-default-700 .ct-series.ct-series-a .ct-bar {
    stroke: #42b6d9;
}

.series-a-default-700 .ct-series.ct-series-a .ct-slice-pie {
    fill: #42b6d9;
}

.series-a-default-700 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #42b6d9;
}

.series-a-default-700.opacity-100 .ct-series.ct-series-a .ct-area {
    fill: #42b6d9;
    fill-opacity: 0.9;
}

.series-a-default-700.opacity-100 .ct-series.ct-series-a .ct-line {
    stroke: #42b6d9;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-a-default-700.opacity-100 .ct-series.ct-series-a .ct-point {
    stroke: #42b6d9;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-a-default-700.opacity-100 .ct-series.ct-series-a .ct-bar {
    stroke: #42b6d9;
    stroke-opacity: 1;
}

.series-a-default-700.opacity-100 .ct-series.ct-series-a .ct-slice-pie {
    fill: #42b6d9;
    fill-opacity: 1;
}

.series-a-default-700.opacity-100 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #42b6d9;
    stroke-opacity: 1;
}

.series-a-default-800 .ct-series.ct-series-a .ct-area {
    fill: #35b1d6;
}

.series-a-default-800 .ct-series.ct-series-a .ct-line {
    stroke: #35b1d6;
    stroke-width: 3px;
}

.series-a-default-800 .ct-series.ct-series-a .ct-point {
    stroke: #35b1d6;
    stroke-width: 6px;
}

.series-a-default-800 .ct-series.ct-series-a .ct-bar {
    stroke: #35b1d6;
}

.series-a-default-800 .ct-series.ct-series-a .ct-slice-pie {
    fill: #35b1d6;
}

.series-a-default-800 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #35b1d6;
}

.series-a-default-800.opacity-100 .ct-series.ct-series-a .ct-area {
    fill: #35b1d6;
    fill-opacity: 0.9;
}

.series-a-default-800.opacity-100 .ct-series.ct-series-a .ct-line {
    stroke: #35b1d6;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-a-default-800.opacity-100 .ct-series.ct-series-a .ct-point {
    stroke: #35b1d6;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-a-default-800.opacity-100 .ct-series.ct-series-a .ct-bar {
    stroke: #35b1d6;
    stroke-opacity: 1;
}

.series-a-default-800.opacity-100 .ct-series.ct-series-a .ct-slice-pie {
    fill: #35b1d6;
    fill-opacity: 1;
}

.series-a-default-800.opacity-100 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #35b1d6;
    stroke-opacity: 1;
}

.series-a-default-900 .ct-series.ct-series-a .ct-area {
    fill: #2aabd2;
}

.series-a-default-900 .ct-series.ct-series-a .ct-line {
    stroke: #2aabd2;
    stroke-width: 3px;
}

.series-a-default-900 .ct-series.ct-series-a .ct-point {
    stroke: #2aabd2;
    stroke-width: 6px;
}

.series-a-default-900 .ct-series.ct-series-a .ct-bar {
    stroke: #2aabd2;
}

.series-a-default-900 .ct-series.ct-series-a .ct-slice-pie {
    fill: #2aabd2;
}

.series-a-default-900 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #2aabd2;
}

.series-a-default-900.opacity-100 .ct-series.ct-series-a .ct-area {
    fill: #2aabd2;
    fill-opacity: 0.9;
}

.series-a-default-900.opacity-100 .ct-series.ct-series-a .ct-line {
    stroke: #2aabd2;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-a-default-900.opacity-100 .ct-series.ct-series-a .ct-point {
    stroke: #2aabd2;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-a-default-900.opacity-100 .ct-series.ct-series-a .ct-bar {
    stroke: #2aabd2;
    stroke-opacity: 1;
}

.series-a-default-900.opacity-100 .ct-series.ct-series-a .ct-slice-pie {
    fill: #2aabd2;
    fill-opacity: 1;
}

.series-a-default-900.opacity-100 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #2aabd2;
    stroke-opacity: 1;
}

.series-a-primary .ct-series.ct-series-a .ct-area {
    fill: #0275d8;
}

.series-a-primary .ct-series.ct-series-a .ct-line {
    stroke: #0275d8;
    stroke-width: 3px;
}

.series-a-primary .ct-series.ct-series-a .ct-point {
    stroke: #0275d8;
    stroke-width: 6px;
}

.series-a-primary .ct-series.ct-series-a .ct-bar {
    stroke: #0275d8;
}

.series-a-primary .ct-series.ct-series-a .ct-slice-pie {
    fill: #0275d8;
}

.series-a-primary .ct-series.ct-series-a .ct-slice-donut {
    stroke: #0275d8;
}

.series-a-primary.opacity-100 .ct-series.ct-series-a .ct-area {
    fill: #0275d8;
    fill-opacity: 0.9;
}

.series-a-primary.opacity-100 .ct-series.ct-series-a .ct-line {
    stroke: #0275d8;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-a-primary.opacity-100 .ct-series.ct-series-a .ct-point {
    stroke: #0275d8;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-a-primary.opacity-100 .ct-series.ct-series-a .ct-bar {
    stroke: #0275d8;
    stroke-opacity: 1;
}

.series-a-primary.opacity-100 .ct-series.ct-series-a .ct-slice-pie {
    fill: #0275d8;
    fill-opacity: 1;
}

.series-a-primary.opacity-100 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #0275d8;
    stroke-opacity: 1;
}

.series-a-primary-100 .ct-series.ct-series-a .ct-area {
    fill: #1a94fd;
}

.series-a-primary-100 .ct-series.ct-series-a .ct-line {
    stroke: #1a94fd;
    stroke-width: 3px;
}

.series-a-primary-100 .ct-series.ct-series-a .ct-point {
    stroke: #1a94fd;
    stroke-width: 6px;
}

.series-a-primary-100 .ct-series.ct-series-a .ct-bar {
    stroke: #1a94fd;
}

.series-a-primary-100 .ct-series.ct-series-a .ct-slice-pie {
    fill: #1a94fd;
}

.series-a-primary-100 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #1a94fd;
}

.series-a-primary-100.opacity-100 .ct-series.ct-series-a .ct-area {
    fill: #1a94fd;
    fill-opacity: 0.9;
}

.series-a-primary-100.opacity-100 .ct-series.ct-series-a .ct-line {
    stroke: #1a94fd;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-a-primary-100.opacity-100 .ct-series.ct-series-a .ct-point {
    stroke: #1a94fd;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-a-primary-100.opacity-100 .ct-series.ct-series-a .ct-bar {
    stroke: #1a94fd;
    stroke-opacity: 1;
}

.series-a-primary-100.opacity-100 .ct-series.ct-series-a .ct-slice-pie {
    fill: #1a94fd;
    fill-opacity: 1;
}

.series-a-primary-100.opacity-100 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #1a94fd;
    stroke-opacity: 1;
}

.series-a-primary-200 .ct-series.ct-series-a .ct-area {
    fill: #0b8dfd;
}

.series-a-primary-200 .ct-series.ct-series-a .ct-line {
    stroke: #0b8dfd;
    stroke-width: 3px;
}

.series-a-primary-200 .ct-series.ct-series-a .ct-point {
    stroke: #0b8dfd;
    stroke-width: 6px;
}

.series-a-primary-200 .ct-series.ct-series-a .ct-bar {
    stroke: #0b8dfd;
}

.series-a-primary-200 .ct-series.ct-series-a .ct-slice-pie {
    fill: #0b8dfd;
}

.series-a-primary-200 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #0b8dfd;
}

.series-a-primary-200.opacity-100 .ct-series.ct-series-a .ct-area {
    fill: #0b8dfd;
    fill-opacity: 0.9;
}

.series-a-primary-200.opacity-100 .ct-series.ct-series-a .ct-line {
    stroke: #0b8dfd;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-a-primary-200.opacity-100 .ct-series.ct-series-a .ct-point {
    stroke: #0b8dfd;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-a-primary-200.opacity-100 .ct-series.ct-series-a .ct-bar {
    stroke: #0b8dfd;
    stroke-opacity: 1;
}

.series-a-primary-200.opacity-100 .ct-series.ct-series-a .ct-slice-pie {
    fill: #0b8dfd;
    fill-opacity: 1;
}

.series-a-primary-200.opacity-100 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #0b8dfd;
    stroke-opacity: 1;
}

.series-a-primary-300 .ct-series.ct-series-a .ct-area {
    fill: #0285f6;
}

.series-a-primary-300 .ct-series.ct-series-a .ct-line {
    stroke: #0285f6;
    stroke-width: 3px;
}

.series-a-primary-300 .ct-series.ct-series-a .ct-point {
    stroke: #0285f6;
    stroke-width: 6px;
}

.series-a-primary-300 .ct-series.ct-series-a .ct-bar {
    stroke: #0285f6;
}

.series-a-primary-300 .ct-series.ct-series-a .ct-slice-pie {
    fill: #0285f6;
}

.series-a-primary-300 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #0285f6;
}

.series-a-primary-300.opacity-100 .ct-series.ct-series-a .ct-area {
    fill: #0285f6;
    fill-opacity: 0.9;
}

.series-a-primary-300.opacity-100 .ct-series.ct-series-a .ct-line {
    stroke: #0285f6;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-a-primary-300.opacity-100 .ct-series.ct-series-a .ct-point {
    stroke: #0285f6;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-a-primary-300.opacity-100 .ct-series.ct-series-a .ct-bar {
    stroke: #0285f6;
    stroke-opacity: 1;
}

.series-a-primary-300.opacity-100 .ct-series.ct-series-a .ct-slice-pie {
    fill: #0285f6;
    fill-opacity: 1;
}

.series-a-primary-300.opacity-100 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #0285f6;
    stroke-opacity: 1;
}

.series-a-primary-400 .ct-series.ct-series-a .ct-area {
    fill: #027de7;
}

.series-a-primary-400 .ct-series.ct-series-a .ct-line {
    stroke: #027de7;
    stroke-width: 3px;
}

.series-a-primary-400 .ct-series.ct-series-a .ct-point {
    stroke: #027de7;
    stroke-width: 6px;
}

.series-a-primary-400 .ct-series.ct-series-a .ct-bar {
    stroke: #027de7;
}

.series-a-primary-400 .ct-series.ct-series-a .ct-slice-pie {
    fill: #027de7;
}

.series-a-primary-400 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #027de7;
}

.series-a-primary-400.opacity-100 .ct-series.ct-series-a .ct-area {
    fill: #027de7;
    fill-opacity: 0.9;
}

.series-a-primary-400.opacity-100 .ct-series.ct-series-a .ct-line {
    stroke: #027de7;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-a-primary-400.opacity-100 .ct-series.ct-series-a .ct-point {
    stroke: #027de7;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-a-primary-400.opacity-100 .ct-series.ct-series-a .ct-bar {
    stroke: #027de7;
    stroke-opacity: 1;
}

.series-a-primary-400.opacity-100 .ct-series.ct-series-a .ct-slice-pie {
    fill: #027de7;
    fill-opacity: 1;
}

.series-a-primary-400.opacity-100 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #027de7;
    stroke-opacity: 1;
}

.series-a-primary-500 .ct-series.ct-series-a .ct-area {
    fill: #0275d8;
}

.series-a-primary-500 .ct-series.ct-series-a .ct-line {
    stroke: #0275d8;
    stroke-width: 3px;
}

.series-a-primary-500 .ct-series.ct-series-a .ct-point {
    stroke: #0275d8;
    stroke-width: 6px;
}

.series-a-primary-500 .ct-series.ct-series-a .ct-bar {
    stroke: #0275d8;
}

.series-a-primary-500 .ct-series.ct-series-a .ct-slice-pie {
    fill: #0275d8;
}

.series-a-primary-500 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #0275d8;
}

.series-a-primary-500.opacity-100 .ct-series.ct-series-a .ct-area {
    fill: #0275d8;
    fill-opacity: 0.9;
}

.series-a-primary-500.opacity-100 .ct-series.ct-series-a .ct-line {
    stroke: #0275d8;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-a-primary-500.opacity-100 .ct-series.ct-series-a .ct-point {
    stroke: #0275d8;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-a-primary-500.opacity-100 .ct-series.ct-series-a .ct-bar {
    stroke: #0275d8;
    stroke-opacity: 1;
}

.series-a-primary-500.opacity-100 .ct-series.ct-series-a .ct-slice-pie {
    fill: #0275d8;
    fill-opacity: 1;
}

.series-a-primary-500.opacity-100 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #0275d8;
    stroke-opacity: 1;
}

.series-a-primary-600 .ct-series.ct-series-a .ct-area {
    fill: #026dc9;
}

.series-a-primary-600 .ct-series.ct-series-a .ct-line {
    stroke: #026dc9;
    stroke-width: 3px;
}

.series-a-primary-600 .ct-series.ct-series-a .ct-point {
    stroke: #026dc9;
    stroke-width: 6px;
}

.series-a-primary-600 .ct-series.ct-series-a .ct-bar {
    stroke: #026dc9;
}

.series-a-primary-600 .ct-series.ct-series-a .ct-slice-pie {
    fill: #026dc9;
}

.series-a-primary-600 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #026dc9;
}

.series-a-primary-600.opacity-100 .ct-series.ct-series-a .ct-area {
    fill: #026dc9;
    fill-opacity: 0.9;
}

.series-a-primary-600.opacity-100 .ct-series.ct-series-a .ct-line {
    stroke: #026dc9;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-a-primary-600.opacity-100 .ct-series.ct-series-a .ct-point {
    stroke: #026dc9;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-a-primary-600.opacity-100 .ct-series.ct-series-a .ct-bar {
    stroke: #026dc9;
    stroke-opacity: 1;
}

.series-a-primary-600.opacity-100 .ct-series.ct-series-a .ct-slice-pie {
    fill: #026dc9;
    fill-opacity: 1;
}

.series-a-primary-600.opacity-100 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #026dc9;
    stroke-opacity: 1;
}

.series-a-primary-700 .ct-series.ct-series-a .ct-area {
    fill: #0265ba;
}

.series-a-primary-700 .ct-series.ct-series-a .ct-line {
    stroke: #0265ba;
    stroke-width: 3px;
}

.series-a-primary-700 .ct-series.ct-series-a .ct-point {
    stroke: #0265ba;
    stroke-width: 6px;
}

.series-a-primary-700 .ct-series.ct-series-a .ct-bar {
    stroke: #0265ba;
}

.series-a-primary-700 .ct-series.ct-series-a .ct-slice-pie {
    fill: #0265ba;
}

.series-a-primary-700 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #0265ba;
}

.series-a-primary-700.opacity-100 .ct-series.ct-series-a .ct-area {
    fill: #0265ba;
    fill-opacity: 0.9;
}

.series-a-primary-700.opacity-100 .ct-series.ct-series-a .ct-line {
    stroke: #0265ba;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-a-primary-700.opacity-100 .ct-series.ct-series-a .ct-point {
    stroke: #0265ba;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-a-primary-700.opacity-100 .ct-series.ct-series-a .ct-bar {
    stroke: #0265ba;
    stroke-opacity: 1;
}

.series-a-primary-700.opacity-100 .ct-series.ct-series-a .ct-slice-pie {
    fill: #0265ba;
    fill-opacity: 1;
}

.series-a-primary-700.opacity-100 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #0265ba;
    stroke-opacity: 1;
}

.series-a-primary-800 .ct-series.ct-series-a .ct-area {
    fill: #025cab;
}

.series-a-primary-800 .ct-series.ct-series-a .ct-line {
    stroke: #025cab;
    stroke-width: 3px;
}

.series-a-primary-800 .ct-series.ct-series-a .ct-point {
    stroke: #025cab;
    stroke-width: 6px;
}

.series-a-primary-800 .ct-series.ct-series-a .ct-bar {
    stroke: #025cab;
}

.series-a-primary-800 .ct-series.ct-series-a .ct-slice-pie {
    fill: #025cab;
}

.series-a-primary-800 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #025cab;
}

.series-a-primary-800.opacity-100 .ct-series.ct-series-a .ct-area {
    fill: #025cab;
    fill-opacity: 0.9;
}

.series-a-primary-800.opacity-100 .ct-series.ct-series-a .ct-line {
    stroke: #025cab;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-a-primary-800.opacity-100 .ct-series.ct-series-a .ct-point {
    stroke: #025cab;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-a-primary-800.opacity-100 .ct-series.ct-series-a .ct-bar {
    stroke: #025cab;
    stroke-opacity: 1;
}

.series-a-primary-800.opacity-100 .ct-series.ct-series-a .ct-slice-pie {
    fill: #025cab;
    fill-opacity: 1;
}

.series-a-primary-800.opacity-100 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #025cab;
    stroke-opacity: 1;
}

.series-a-primary-900 .ct-series.ct-series-a .ct-area {
    fill: #01549b;
}

.series-a-primary-900 .ct-series.ct-series-a .ct-line {
    stroke: #01549b;
    stroke-width: 3px;
}

.series-a-primary-900 .ct-series.ct-series-a .ct-point {
    stroke: #01549b;
    stroke-width: 6px;
}

.series-a-primary-900 .ct-series.ct-series-a .ct-bar {
    stroke: #01549b;
}

.series-a-primary-900 .ct-series.ct-series-a .ct-slice-pie {
    fill: #01549b;
}

.series-a-primary-900 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #01549b;
}

.series-a-primary-900.opacity-100 .ct-series.ct-series-a .ct-area {
    fill: #01549b;
    fill-opacity: 0.9;
}

.series-a-primary-900.opacity-100 .ct-series.ct-series-a .ct-line {
    stroke: #01549b;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-a-primary-900.opacity-100 .ct-series.ct-series-a .ct-point {
    stroke: #01549b;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-a-primary-900.opacity-100 .ct-series.ct-series-a .ct-bar {
    stroke: #01549b;
    stroke-opacity: 1;
}

.series-a-primary-900.opacity-100 .ct-series.ct-series-a .ct-slice-pie {
    fill: #01549b;
    fill-opacity: 1;
}

.series-a-primary-900.opacity-100 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #01549b;
    stroke-opacity: 1;
}

.series-a-info .ct-series.ct-series-a .ct-area {
    fill: #00aced;
}

.series-a-info .ct-series.ct-series-a .ct-line {
    stroke: #00aced;
    stroke-width: 3px;
}

.series-a-info .ct-series.ct-series-a .ct-point {
    stroke: #00aced;
    stroke-width: 6px;
}

.series-a-info .ct-series.ct-series-a .ct-bar {
    stroke: #00aced;
}

.series-a-info .ct-series.ct-series-a .ct-slice-pie {
    fill: #00aced;
}

.series-a-info .ct-series.ct-series-a .ct-slice-donut {
    stroke: #00aced;
}

.series-a-info.opacity-100 .ct-series.ct-series-a .ct-area {
    fill: #00aced;
    fill-opacity: 0.9;
}

.series-a-info.opacity-100 .ct-series.ct-series-a .ct-line {
    stroke: #00aced;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-a-info.opacity-100 .ct-series.ct-series-a .ct-point {
    stroke: #00aced;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-a-info.opacity-100 .ct-series.ct-series-a .ct-bar {
    stroke: #00aced;
    stroke-opacity: 1;
}

.series-a-info.opacity-100 .ct-series.ct-series-a .ct-slice-pie {
    fill: #00aced;
    fill-opacity: 1;
}

.series-a-info.opacity-100 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #00aced;
    stroke-opacity: 1;
}

.series-a-info-100 .ct-series.ct-series-a .ct-area {
    fill: #2bc5ff;
}

.series-a-info-100 .ct-series.ct-series-a .ct-line {
    stroke: #2bc5ff;
    stroke-width: 3px;
}

.series-a-info-100 .ct-series.ct-series-a .ct-point {
    stroke: #2bc5ff;
    stroke-width: 6px;
}

.series-a-info-100 .ct-series.ct-series-a .ct-bar {
    stroke: #2bc5ff;
}

.series-a-info-100 .ct-series.ct-series-a .ct-slice-pie {
    fill: #2bc5ff;
}

.series-a-info-100 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #2bc5ff;
}

.series-a-info-100.opacity-100 .ct-series.ct-series-a .ct-area {
    fill: #2bc5ff;
    fill-opacity: 0.9;
}

.series-a-info-100.opacity-100 .ct-series.ct-series-a .ct-line {
    stroke: #2bc5ff;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-a-info-100.opacity-100 .ct-series.ct-series-a .ct-point {
    stroke: #2bc5ff;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-a-info-100.opacity-100 .ct-series.ct-series-a .ct-bar {
    stroke: #2bc5ff;
    stroke-opacity: 1;
}

.series-a-info-100.opacity-100 .ct-series.ct-series-a .ct-slice-pie {
    fill: #2bc5ff;
    fill-opacity: 1;
}

.series-a-info-100.opacity-100 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #2bc5ff;
    stroke-opacity: 1;
}

.series-a-info-200 .ct-series.ct-series-a .ct-area {
    fill: #1cc1ff;
}

.series-a-info-200 .ct-series.ct-series-a .ct-line {
    stroke: #1cc1ff;
    stroke-width: 3px;
}

.series-a-info-200 .ct-series.ct-series-a .ct-point {
    stroke: #1cc1ff;
    stroke-width: 6px;
}

.series-a-info-200 .ct-series.ct-series-a .ct-bar {
    stroke: #1cc1ff;
}

.series-a-info-200 .ct-series.ct-series-a .ct-slice-pie {
    fill: #1cc1ff;
}

.series-a-info-200 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #1cc1ff;
}

.series-a-info-200.opacity-100 .ct-series.ct-series-a .ct-area {
    fill: #1cc1ff;
    fill-opacity: 0.9;
}

.series-a-info-200.opacity-100 .ct-series.ct-series-a .ct-line {
    stroke: #1cc1ff;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-a-info-200.opacity-100 .ct-series.ct-series-a .ct-point {
    stroke: #1cc1ff;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-a-info-200.opacity-100 .ct-series.ct-series-a .ct-bar {
    stroke: #1cc1ff;
    stroke-opacity: 1;
}

.series-a-info-200.opacity-100 .ct-series.ct-series-a .ct-slice-pie {
    fill: #1cc1ff;
    fill-opacity: 1;
}

.series-a-info-200.opacity-100 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #1cc1ff;
    stroke-opacity: 1;
}

.series-a-info-300 .ct-series.ct-series-a .ct-area {
    fill: #0dbdff;
}

.series-a-info-300 .ct-series.ct-series-a .ct-line {
    stroke: #0dbdff;
    stroke-width: 3px;
}

.series-a-info-300 .ct-series.ct-series-a .ct-point {
    stroke: #0dbdff;
    stroke-width: 6px;
}

.series-a-info-300 .ct-series.ct-series-a .ct-bar {
    stroke: #0dbdff;
}

.series-a-info-300 .ct-series.ct-series-a .ct-slice-pie {
    fill: #0dbdff;
}

.series-a-info-300 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #0dbdff;
}

.series-a-info-300.opacity-100 .ct-series.ct-series-a .ct-area {
    fill: #0dbdff;
    fill-opacity: 0.9;
}

.series-a-info-300.opacity-100 .ct-series.ct-series-a .ct-line {
    stroke: #0dbdff;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-a-info-300.opacity-100 .ct-series.ct-series-a .ct-point {
    stroke: #0dbdff;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-a-info-300.opacity-100 .ct-series.ct-series-a .ct-bar {
    stroke: #0dbdff;
    stroke-opacity: 1;
}

.series-a-info-300.opacity-100 .ct-series.ct-series-a .ct-slice-pie {
    fill: #0dbdff;
    fill-opacity: 1;
}

.series-a-info-300.opacity-100 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #0dbdff;
    stroke-opacity: 1;
}

.series-a-info-400 .ct-series.ct-series-a .ct-area {
    fill: #00b7fc;
}

.series-a-info-400 .ct-series.ct-series-a .ct-line {
    stroke: #00b7fc;
    stroke-width: 3px;
}

.series-a-info-400 .ct-series.ct-series-a .ct-point {
    stroke: #00b7fc;
    stroke-width: 6px;
}

.series-a-info-400 .ct-series.ct-series-a .ct-bar {
    stroke: #00b7fc;
}

.series-a-info-400 .ct-series.ct-series-a .ct-slice-pie {
    fill: #00b7fc;
}

.series-a-info-400 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #00b7fc;
}

.series-a-info-400.opacity-100 .ct-series.ct-series-a .ct-area {
    fill: #00b7fc;
    fill-opacity: 0.9;
}

.series-a-info-400.opacity-100 .ct-series.ct-series-a .ct-line {
    stroke: #00b7fc;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-a-info-400.opacity-100 .ct-series.ct-series-a .ct-point {
    stroke: #00b7fc;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-a-info-400.opacity-100 .ct-series.ct-series-a .ct-bar {
    stroke: #00b7fc;
    stroke-opacity: 1;
}

.series-a-info-400.opacity-100 .ct-series.ct-series-a .ct-slice-pie {
    fill: #00b7fc;
    fill-opacity: 1;
}

.series-a-info-400.opacity-100 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #00b7fc;
    stroke-opacity: 1;
}

.series-a-info-500 .ct-series.ct-series-a .ct-area {
    fill: #00aced;
}

.series-a-info-500 .ct-series.ct-series-a .ct-line {
    stroke: #00aced;
    stroke-width: 3px;
}

.series-a-info-500 .ct-series.ct-series-a .ct-point {
    stroke: #00aced;
    stroke-width: 6px;
}

.series-a-info-500 .ct-series.ct-series-a .ct-bar {
    stroke: #00aced;
}

.series-a-info-500 .ct-series.ct-series-a .ct-slice-pie {
    fill: #00aced;
}

.series-a-info-500 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #00aced;
}

.series-a-info-500.opacity-100 .ct-series.ct-series-a .ct-area {
    fill: #00aced;
    fill-opacity: 0.9;
}

.series-a-info-500.opacity-100 .ct-series.ct-series-a .ct-line {
    stroke: #00aced;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-a-info-500.opacity-100 .ct-series.ct-series-a .ct-point {
    stroke: #00aced;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-a-info-500.opacity-100 .ct-series.ct-series-a .ct-bar {
    stroke: #00aced;
    stroke-opacity: 1;
}

.series-a-info-500.opacity-100 .ct-series.ct-series-a .ct-slice-pie {
    fill: #00aced;
    fill-opacity: 1;
}

.series-a-info-500.opacity-100 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #00aced;
    stroke-opacity: 1;
}

.series-a-info-600 .ct-series.ct-series-a .ct-area {
    fill: #00a1de;
}

.series-a-info-600 .ct-series.ct-series-a .ct-line {
    stroke: #00a1de;
    stroke-width: 3px;
}

.series-a-info-600 .ct-series.ct-series-a .ct-point {
    stroke: #00a1de;
    stroke-width: 6px;
}

.series-a-info-600 .ct-series.ct-series-a .ct-bar {
    stroke: #00a1de;
}

.series-a-info-600 .ct-series.ct-series-a .ct-slice-pie {
    fill: #00a1de;
}

.series-a-info-600 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #00a1de;
}

.series-a-info-600.opacity-100 .ct-series.ct-series-a .ct-area {
    fill: #00a1de;
    fill-opacity: 0.9;
}

.series-a-info-600.opacity-100 .ct-series.ct-series-a .ct-line {
    stroke: #00a1de;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-a-info-600.opacity-100 .ct-series.ct-series-a .ct-point {
    stroke: #00a1de;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-a-info-600.opacity-100 .ct-series.ct-series-a .ct-bar {
    stroke: #00a1de;
    stroke-opacity: 1;
}

.series-a-info-600.opacity-100 .ct-series.ct-series-a .ct-slice-pie {
    fill: #00a1de;
    fill-opacity: 1;
}

.series-a-info-600.opacity-100 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #00a1de;
    stroke-opacity: 1;
}

.series-a-info-700 .ct-series.ct-series-a .ct-area {
    fill: #0096ce;
}

.series-a-info-700 .ct-series.ct-series-a .ct-line {
    stroke: #0096ce;
    stroke-width: 3px;
}

.series-a-info-700 .ct-series.ct-series-a .ct-point {
    stroke: #0096ce;
    stroke-width: 6px;
}

.series-a-info-700 .ct-series.ct-series-a .ct-bar {
    stroke: #0096ce;
}

.series-a-info-700 .ct-series.ct-series-a .ct-slice-pie {
    fill: #0096ce;
}

.series-a-info-700 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #0096ce;
}

.series-a-info-700.opacity-100 .ct-series.ct-series-a .ct-area {
    fill: #0096ce;
    fill-opacity: 0.9;
}

.series-a-info-700.opacity-100 .ct-series.ct-series-a .ct-line {
    stroke: #0096ce;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-a-info-700.opacity-100 .ct-series.ct-series-a .ct-point {
    stroke: #0096ce;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-a-info-700.opacity-100 .ct-series.ct-series-a .ct-bar {
    stroke: #0096ce;
    stroke-opacity: 1;
}

.series-a-info-700.opacity-100 .ct-series.ct-series-a .ct-slice-pie {
    fill: #0096ce;
    fill-opacity: 1;
}

.series-a-info-700.opacity-100 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #0096ce;
    stroke-opacity: 1;
}

.series-a-info-800 .ct-series.ct-series-a .ct-area {
    fill: #008bbf;
}

.series-a-info-800 .ct-series.ct-series-a .ct-line {
    stroke: #008bbf;
    stroke-width: 3px;
}

.series-a-info-800 .ct-series.ct-series-a .ct-point {
    stroke: #008bbf;
    stroke-width: 6px;
}

.series-a-info-800 .ct-series.ct-series-a .ct-bar {
    stroke: #008bbf;
}

.series-a-info-800 .ct-series.ct-series-a .ct-slice-pie {
    fill: #008bbf;
}

.series-a-info-800 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #008bbf;
}

.series-a-info-800.opacity-100 .ct-series.ct-series-a .ct-area {
    fill: #008bbf;
    fill-opacity: 0.9;
}

.series-a-info-800.opacity-100 .ct-series.ct-series-a .ct-line {
    stroke: #008bbf;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-a-info-800.opacity-100 .ct-series.ct-series-a .ct-point {
    stroke: #008bbf;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-a-info-800.opacity-100 .ct-series.ct-series-a .ct-bar {
    stroke: #008bbf;
    stroke-opacity: 1;
}

.series-a-info-800.opacity-100 .ct-series.ct-series-a .ct-slice-pie {
    fill: #008bbf;
    fill-opacity: 1;
}

.series-a-info-800.opacity-100 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #008bbf;
    stroke-opacity: 1;
}

.series-a-info-900 .ct-series.ct-series-a .ct-area {
    fill: #0080b0;
}

.series-a-info-900 .ct-series.ct-series-a .ct-line {
    stroke: #0080b0;
    stroke-width: 3px;
}

.series-a-info-900 .ct-series.ct-series-a .ct-point {
    stroke: #0080b0;
    stroke-width: 6px;
}

.series-a-info-900 .ct-series.ct-series-a .ct-bar {
    stroke: #0080b0;
}

.series-a-info-900 .ct-series.ct-series-a .ct-slice-pie {
    fill: #0080b0;
}

.series-a-info-900 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #0080b0;
}

.series-a-info-900.opacity-100 .ct-series.ct-series-a .ct-area {
    fill: #0080b0;
    fill-opacity: 0.9;
}

.series-a-info-900.opacity-100 .ct-series.ct-series-a .ct-line {
    stroke: #0080b0;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-a-info-900.opacity-100 .ct-series.ct-series-a .ct-point {
    stroke: #0080b0;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-a-info-900.opacity-100 .ct-series.ct-series-a .ct-bar {
    stroke: #0080b0;
    stroke-opacity: 1;
}

.series-a-info-900.opacity-100 .ct-series.ct-series-a .ct-slice-pie {
    fill: #0080b0;
    fill-opacity: 1;
}

.series-a-info-900.opacity-100 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #0080b0;
    stroke-opacity: 1;
}

.series-a-warning .ct-series.ct-series-a .ct-area {
    fill: #f0ad4e;
}

.series-a-warning .ct-series.ct-series-a .ct-line {
    stroke: #f0ad4e;
    stroke-width: 3px;
}

.series-a-warning .ct-series.ct-series-a .ct-point {
    stroke: #f0ad4e;
    stroke-width: 6px;
}

.series-a-warning .ct-series.ct-series-a .ct-bar {
    stroke: #f0ad4e;
}

.series-a-warning .ct-series.ct-series-a .ct-slice-pie {
    fill: #f0ad4e;
}

.series-a-warning .ct-series.ct-series-a .ct-slice-donut {
    stroke: #f0ad4e;
}

.series-a-warning.opacity-100 .ct-series.ct-series-a .ct-area {
    fill: #f0ad4e;
    fill-opacity: 0.9;
}

.series-a-warning.opacity-100 .ct-series.ct-series-a .ct-line {
    stroke: #f0ad4e;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-a-warning.opacity-100 .ct-series.ct-series-a .ct-point {
    stroke: #f0ad4e;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-a-warning.opacity-100 .ct-series.ct-series-a .ct-bar {
    stroke: #f0ad4e;
    stroke-opacity: 1;
}

.series-a-warning.opacity-100 .ct-series.ct-series-a .ct-slice-pie {
    fill: #f0ad4e;
    fill-opacity: 1;
}

.series-a-warning.opacity-100 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #f0ad4e;
    stroke-opacity: 1;
}

.series-a-warning-100 .ct-series.ct-series-a .ct-area {
    fill: #f5c786;
}

.series-a-warning-100 .ct-series.ct-series-a .ct-line {
    stroke: #f5c786;
    stroke-width: 3px;
}

.series-a-warning-100 .ct-series.ct-series-a .ct-point {
    stroke: #f5c786;
    stroke-width: 6px;
}

.series-a-warning-100 .ct-series.ct-series-a .ct-bar {
    stroke: #f5c786;
}

.series-a-warning-100 .ct-series.ct-series-a .ct-slice-pie {
    fill: #f5c786;
}

.series-a-warning-100 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #f5c786;
}

.series-a-warning-100.opacity-100 .ct-series.ct-series-a .ct-area {
    fill: #f5c786;
    fill-opacity: 0.9;
}

.series-a-warning-100.opacity-100 .ct-series.ct-series-a .ct-line {
    stroke: #f5c786;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-a-warning-100.opacity-100 .ct-series.ct-series-a .ct-point {
    stroke: #f5c786;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-a-warning-100.opacity-100 .ct-series.ct-series-a .ct-bar {
    stroke: #f5c786;
    stroke-opacity: 1;
}

.series-a-warning-100.opacity-100 .ct-series.ct-series-a .ct-slice-pie {
    fill: #f5c786;
    fill-opacity: 1;
}

.series-a-warning-100.opacity-100 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #f5c786;
    stroke-opacity: 1;
}

.series-a-warning-200 .ct-series.ct-series-a .ct-area {
    fill: #f4c178;
}

.series-a-warning-200 .ct-series.ct-series-a .ct-line {
    stroke: #f4c178;
    stroke-width: 3px;
}

.series-a-warning-200 .ct-series.ct-series-a .ct-point {
    stroke: #f4c178;
    stroke-width: 6px;
}

.series-a-warning-200 .ct-series.ct-series-a .ct-bar {
    stroke: #f4c178;
}

.series-a-warning-200 .ct-series.ct-series-a .ct-slice-pie {
    fill: #f4c178;
}

.series-a-warning-200 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #f4c178;
}

.series-a-warning-200.opacity-100 .ct-series.ct-series-a .ct-area {
    fill: #f4c178;
    fill-opacity: 0.9;
}

.series-a-warning-200.opacity-100 .ct-series.ct-series-a .ct-line {
    stroke: #f4c178;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-a-warning-200.opacity-100 .ct-series.ct-series-a .ct-point {
    stroke: #f4c178;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-a-warning-200.opacity-100 .ct-series.ct-series-a .ct-bar {
    stroke: #f4c178;
    stroke-opacity: 1;
}

.series-a-warning-200.opacity-100 .ct-series.ct-series-a .ct-slice-pie {
    fill: #f4c178;
    fill-opacity: 1;
}

.series-a-warning-200.opacity-100 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #f4c178;
    stroke-opacity: 1;
}

.series-a-warning-300 .ct-series.ct-series-a .ct-area {
    fill: #f2ba6a;
}

.series-a-warning-300 .ct-series.ct-series-a .ct-line {
    stroke: #f2ba6a;
    stroke-width: 3px;
}

.series-a-warning-300 .ct-series.ct-series-a .ct-point {
    stroke: #f2ba6a;
    stroke-width: 6px;
}

.series-a-warning-300 .ct-series.ct-series-a .ct-bar {
    stroke: #f2ba6a;
}

.series-a-warning-300 .ct-series.ct-series-a .ct-slice-pie {
    fill: #f2ba6a;
}

.series-a-warning-300 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #f2ba6a;
}

.series-a-warning-300.opacity-100 .ct-series.ct-series-a .ct-area {
    fill: #f2ba6a;
    fill-opacity: 0.9;
}

.series-a-warning-300.opacity-100 .ct-series.ct-series-a .ct-line {
    stroke: #f2ba6a;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-a-warning-300.opacity-100 .ct-series.ct-series-a .ct-point {
    stroke: #f2ba6a;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-a-warning-300.opacity-100 .ct-series.ct-series-a .ct-bar {
    stroke: #f2ba6a;
    stroke-opacity: 1;
}

.series-a-warning-300.opacity-100 .ct-series.ct-series-a .ct-slice-pie {
    fill: #f2ba6a;
    fill-opacity: 1;
}

.series-a-warning-300.opacity-100 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #f2ba6a;
    stroke-opacity: 1;
}

.series-a-warning-400 .ct-series.ct-series-a .ct-area {
    fill: #f1b45c;
}

.series-a-warning-400 .ct-series.ct-series-a .ct-line {
    stroke: #f1b45c;
    stroke-width: 3px;
}

.series-a-warning-400 .ct-series.ct-series-a .ct-point {
    stroke: #f1b45c;
    stroke-width: 6px;
}

.series-a-warning-400 .ct-series.ct-series-a .ct-bar {
    stroke: #f1b45c;
}

.series-a-warning-400 .ct-series.ct-series-a .ct-slice-pie {
    fill: #f1b45c;
}

.series-a-warning-400 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #f1b45c;
}

.series-a-warning-400.opacity-100 .ct-series.ct-series-a .ct-area {
    fill: #f1b45c;
    fill-opacity: 0.9;
}

.series-a-warning-400.opacity-100 .ct-series.ct-series-a .ct-line {
    stroke: #f1b45c;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-a-warning-400.opacity-100 .ct-series.ct-series-a .ct-point {
    stroke: #f1b45c;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-a-warning-400.opacity-100 .ct-series.ct-series-a .ct-bar {
    stroke: #f1b45c;
    stroke-opacity: 1;
}

.series-a-warning-400.opacity-100 .ct-series.ct-series-a .ct-slice-pie {
    fill: #f1b45c;
    fill-opacity: 1;
}

.series-a-warning-400.opacity-100 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #f1b45c;
    stroke-opacity: 1;
}

.series-a-warning-500 .ct-series.ct-series-a .ct-area {
    fill: #f0ad4e;
}

.series-a-warning-500 .ct-series.ct-series-a .ct-line {
    stroke: #f0ad4e;
    stroke-width: 3px;
}

.series-a-warning-500 .ct-series.ct-series-a .ct-point {
    stroke: #f0ad4e;
    stroke-width: 6px;
}

.series-a-warning-500 .ct-series.ct-series-a .ct-bar {
    stroke: #f0ad4e;
}

.series-a-warning-500 .ct-series.ct-series-a .ct-slice-pie {
    fill: #f0ad4e;
}

.series-a-warning-500 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #f0ad4e;
}

.series-a-warning-500.opacity-100 .ct-series.ct-series-a .ct-area {
    fill: #f0ad4e;
    fill-opacity: 0.9;
}

.series-a-warning-500.opacity-100 .ct-series.ct-series-a .ct-line {
    stroke: #f0ad4e;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-a-warning-500.opacity-100 .ct-series.ct-series-a .ct-point {
    stroke: #f0ad4e;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-a-warning-500.opacity-100 .ct-series.ct-series-a .ct-bar {
    stroke: #f0ad4e;
    stroke-opacity: 1;
}

.series-a-warning-500.opacity-100 .ct-series.ct-series-a .ct-slice-pie {
    fill: #f0ad4e;
    fill-opacity: 1;
}

.series-a-warning-500.opacity-100 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #f0ad4e;
    stroke-opacity: 1;
}

.series-a-warning-600 .ct-series.ct-series-a .ct-area {
    fill: #efa640;
}

.series-a-warning-600 .ct-series.ct-series-a .ct-line {
    stroke: #efa640;
    stroke-width: 3px;
}

.series-a-warning-600 .ct-series.ct-series-a .ct-point {
    stroke: #efa640;
    stroke-width: 6px;
}

.series-a-warning-600 .ct-series.ct-series-a .ct-bar {
    stroke: #efa640;
}

.series-a-warning-600 .ct-series.ct-series-a .ct-slice-pie {
    fill: #efa640;
}

.series-a-warning-600 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #efa640;
}

.series-a-warning-600.opacity-100 .ct-series.ct-series-a .ct-area {
    fill: #efa640;
    fill-opacity: 0.9;
}

.series-a-warning-600.opacity-100 .ct-series.ct-series-a .ct-line {
    stroke: #efa640;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-a-warning-600.opacity-100 .ct-series.ct-series-a .ct-point {
    stroke: #efa640;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-a-warning-600.opacity-100 .ct-series.ct-series-a .ct-bar {
    stroke: #efa640;
    stroke-opacity: 1;
}

.series-a-warning-600.opacity-100 .ct-series.ct-series-a .ct-slice-pie {
    fill: #efa640;
    fill-opacity: 1;
}

.series-a-warning-600.opacity-100 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #efa640;
    stroke-opacity: 1;
}

.series-a-warning-700 .ct-series.ct-series-a .ct-area {
    fill: #eea032;
}

.series-a-warning-700 .ct-series.ct-series-a .ct-line {
    stroke: #eea032;
    stroke-width: 3px;
}

.series-a-warning-700 .ct-series.ct-series-a .ct-point {
    stroke: #eea032;
    stroke-width: 6px;
}

.series-a-warning-700 .ct-series.ct-series-a .ct-bar {
    stroke: #eea032;
}

.series-a-warning-700 .ct-series.ct-series-a .ct-slice-pie {
    fill: #eea032;
}

.series-a-warning-700 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #eea032;
}

.series-a-warning-700.opacity-100 .ct-series.ct-series-a .ct-area {
    fill: #eea032;
    fill-opacity: 0.9;
}

.series-a-warning-700.opacity-100 .ct-series.ct-series-a .ct-line {
    stroke: #eea032;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-a-warning-700.opacity-100 .ct-series.ct-series-a .ct-point {
    stroke: #eea032;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-a-warning-700.opacity-100 .ct-series.ct-series-a .ct-bar {
    stroke: #eea032;
    stroke-opacity: 1;
}

.series-a-warning-700.opacity-100 .ct-series.ct-series-a .ct-slice-pie {
    fill: #eea032;
    fill-opacity: 1;
}

.series-a-warning-700.opacity-100 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #eea032;
    stroke-opacity: 1;
}

.series-a-warning-800 .ct-series.ct-series-a .ct-area {
    fill: #ec9924;
}

.series-a-warning-800 .ct-series.ct-series-a .ct-line {
    stroke: #ec9924;
    stroke-width: 3px;
}

.series-a-warning-800 .ct-series.ct-series-a .ct-point {
    stroke: #ec9924;
    stroke-width: 6px;
}

.series-a-warning-800 .ct-series.ct-series-a .ct-bar {
    stroke: #ec9924;
}

.series-a-warning-800 .ct-series.ct-series-a .ct-slice-pie {
    fill: #ec9924;
}

.series-a-warning-800 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #ec9924;
}

.series-a-warning-800.opacity-100 .ct-series.ct-series-a .ct-area {
    fill: #ec9924;
    fill-opacity: 0.9;
}

.series-a-warning-800.opacity-100 .ct-series.ct-series-a .ct-line {
    stroke: #ec9924;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-a-warning-800.opacity-100 .ct-series.ct-series-a .ct-point {
    stroke: #ec9924;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-a-warning-800.opacity-100 .ct-series.ct-series-a .ct-bar {
    stroke: #ec9924;
    stroke-opacity: 1;
}

.series-a-warning-800.opacity-100 .ct-series.ct-series-a .ct-slice-pie {
    fill: #ec9924;
    fill-opacity: 1;
}

.series-a-warning-800.opacity-100 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #ec9924;
    stroke-opacity: 1;
}

.series-a-warning-900 .ct-series.ct-series-a .ct-area {
    fill: #eb9316;
}

.series-a-warning-900 .ct-series.ct-series-a .ct-line {
    stroke: #eb9316;
    stroke-width: 3px;
}

.series-a-warning-900 .ct-series.ct-series-a .ct-point {
    stroke: #eb9316;
    stroke-width: 6px;
}

.series-a-warning-900 .ct-series.ct-series-a .ct-bar {
    stroke: #eb9316;
}

.series-a-warning-900 .ct-series.ct-series-a .ct-slice-pie {
    fill: #eb9316;
}

.series-a-warning-900 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #eb9316;
}

.series-a-warning-900.opacity-100 .ct-series.ct-series-a .ct-area {
    fill: #eb9316;
    fill-opacity: 0.9;
}

.series-a-warning-900.opacity-100 .ct-series.ct-series-a .ct-line {
    stroke: #eb9316;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-a-warning-900.opacity-100 .ct-series.ct-series-a .ct-point {
    stroke: #eb9316;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-a-warning-900.opacity-100 .ct-series.ct-series-a .ct-bar {
    stroke: #eb9316;
    stroke-opacity: 1;
}

.series-a-warning-900.opacity-100 .ct-series.ct-series-a .ct-slice-pie {
    fill: #eb9316;
    fill-opacity: 1;
}

.series-a-warning-900.opacity-100 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #eb9316;
    stroke-opacity: 1;
}

.series-a-success .ct-series.ct-series-a .ct-area {
    fill: #5cb85c;
}

.series-a-success .ct-series.ct-series-a .ct-line {
    stroke: #5cb85c;
    stroke-width: 3px;
}

.series-a-success .ct-series.ct-series-a .ct-point {
    stroke: #5cb85c;
    stroke-width: 6px;
}

.series-a-success .ct-series.ct-series-a .ct-bar {
    stroke: #5cb85c;
}

.series-a-success .ct-series.ct-series-a .ct-slice-pie {
    fill: #5cb85c;
}

.series-a-success .ct-series.ct-series-a .ct-slice-donut {
    stroke: #5cb85c;
}

.series-a-success.opacity-100 .ct-series.ct-series-a .ct-area {
    fill: #5cb85c;
    fill-opacity: 0.9;
}

.series-a-success.opacity-100 .ct-series.ct-series-a .ct-line {
    stroke: #5cb85c;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-a-success.opacity-100 .ct-series.ct-series-a .ct-point {
    stroke: #5cb85c;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-a-success.opacity-100 .ct-series.ct-series-a .ct-bar {
    stroke: #5cb85c;
    stroke-opacity: 1;
}

.series-a-success.opacity-100 .ct-series.ct-series-a .ct-slice-pie {
    fill: #5cb85c;
    fill-opacity: 1;
}

.series-a-success.opacity-100 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #5cb85c;
    stroke-opacity: 1;
}

.series-a-success-100 .ct-series.ct-series-a .ct-area {
    fill: #87cb87;
}

.series-a-success-100 .ct-series.ct-series-a .ct-line {
    stroke: #87cb87;
    stroke-width: 3px;
}

.series-a-success-100 .ct-series.ct-series-a .ct-point {
    stroke: #87cb87;
    stroke-width: 6px;
}

.series-a-success-100 .ct-series.ct-series-a .ct-bar {
    stroke: #87cb87;
}

.series-a-success-100 .ct-series.ct-series-a .ct-slice-pie {
    fill: #87cb87;
}

.series-a-success-100 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #87cb87;
}

.series-a-success-100.opacity-100 .ct-series.ct-series-a .ct-area {
    fill: #87cb87;
    fill-opacity: 0.9;
}

.series-a-success-100.opacity-100 .ct-series.ct-series-a .ct-line {
    stroke: #87cb87;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-a-success-100.opacity-100 .ct-series.ct-series-a .ct-point {
    stroke: #87cb87;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-a-success-100.opacity-100 .ct-series.ct-series-a .ct-bar {
    stroke: #87cb87;
    stroke-opacity: 1;
}

.series-a-success-100.opacity-100 .ct-series.ct-series-a .ct-slice-pie {
    fill: #87cb87;
    fill-opacity: 1;
}

.series-a-success-100.opacity-100 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #87cb87;
    stroke-opacity: 1;
}

.series-a-success-200 .ct-series.ct-series-a .ct-area {
    fill: #7cc67c;
}

.series-a-success-200 .ct-series.ct-series-a .ct-line {
    stroke: #7cc67c;
    stroke-width: 3px;
}

.series-a-success-200 .ct-series.ct-series-a .ct-point {
    stroke: #7cc67c;
    stroke-width: 6px;
}

.series-a-success-200 .ct-series.ct-series-a .ct-bar {
    stroke: #7cc67c;
}

.series-a-success-200 .ct-series.ct-series-a .ct-slice-pie {
    fill: #7cc67c;
}

.series-a-success-200 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #7cc67c;
}

.series-a-success-200.opacity-100 .ct-series.ct-series-a .ct-area {
    fill: #7cc67c;
    fill-opacity: 0.9;
}

.series-a-success-200.opacity-100 .ct-series.ct-series-a .ct-line {
    stroke: #7cc67c;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-a-success-200.opacity-100 .ct-series.ct-series-a .ct-point {
    stroke: #7cc67c;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-a-success-200.opacity-100 .ct-series.ct-series-a .ct-bar {
    stroke: #7cc67c;
    stroke-opacity: 1;
}

.series-a-success-200.opacity-100 .ct-series.ct-series-a .ct-slice-pie {
    fill: #7cc67c;
    fill-opacity: 1;
}

.series-a-success-200.opacity-100 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #7cc67c;
    stroke-opacity: 1;
}

.series-a-success-300 .ct-series.ct-series-a .ct-area {
    fill: #71c171;
}

.series-a-success-300 .ct-series.ct-series-a .ct-line {
    stroke: #71c171;
    stroke-width: 3px;
}

.series-a-success-300 .ct-series.ct-series-a .ct-point {
    stroke: #71c171;
    stroke-width: 6px;
}

.series-a-success-300 .ct-series.ct-series-a .ct-bar {
    stroke: #71c171;
}

.series-a-success-300 .ct-series.ct-series-a .ct-slice-pie {
    fill: #71c171;
}

.series-a-success-300 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #71c171;
}

.series-a-success-300.opacity-100 .ct-series.ct-series-a .ct-area {
    fill: #71c171;
    fill-opacity: 0.9;
}

.series-a-success-300.opacity-100 .ct-series.ct-series-a .ct-line {
    stroke: #71c171;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-a-success-300.opacity-100 .ct-series.ct-series-a .ct-point {
    stroke: #71c171;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-a-success-300.opacity-100 .ct-series.ct-series-a .ct-bar {
    stroke: #71c171;
    stroke-opacity: 1;
}

.series-a-success-300.opacity-100 .ct-series.ct-series-a .ct-slice-pie {
    fill: #71c171;
    fill-opacity: 1;
}

.series-a-success-300.opacity-100 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #71c171;
    stroke-opacity: 1;
}

.series-a-success-400 .ct-series.ct-series-a .ct-area {
    fill: #67bd67;
}

.series-a-success-400 .ct-series.ct-series-a .ct-line {
    stroke: #67bd67;
    stroke-width: 3px;
}

.series-a-success-400 .ct-series.ct-series-a .ct-point {
    stroke: #67bd67;
    stroke-width: 6px;
}

.series-a-success-400 .ct-series.ct-series-a .ct-bar {
    stroke: #67bd67;
}

.series-a-success-400 .ct-series.ct-series-a .ct-slice-pie {
    fill: #67bd67;
}

.series-a-success-400 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #67bd67;
}

.series-a-success-400.opacity-100 .ct-series.ct-series-a .ct-area {
    fill: #67bd67;
    fill-opacity: 0.9;
}

.series-a-success-400.opacity-100 .ct-series.ct-series-a .ct-line {
    stroke: #67bd67;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-a-success-400.opacity-100 .ct-series.ct-series-a .ct-point {
    stroke: #67bd67;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-a-success-400.opacity-100 .ct-series.ct-series-a .ct-bar {
    stroke: #67bd67;
    stroke-opacity: 1;
}

.series-a-success-400.opacity-100 .ct-series.ct-series-a .ct-slice-pie {
    fill: #67bd67;
    fill-opacity: 1;
}

.series-a-success-400.opacity-100 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #67bd67;
    stroke-opacity: 1;
}

.series-a-success-500 .ct-series.ct-series-a .ct-area {
    fill: #5cb85c;
}

.series-a-success-500 .ct-series.ct-series-a .ct-line {
    stroke: #5cb85c;
    stroke-width: 3px;
}

.series-a-success-500 .ct-series.ct-series-a .ct-point {
    stroke: #5cb85c;
    stroke-width: 6px;
}

.series-a-success-500 .ct-series.ct-series-a .ct-bar {
    stroke: #5cb85c;
}

.series-a-success-500 .ct-series.ct-series-a .ct-slice-pie {
    fill: #5cb85c;
}

.series-a-success-500 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #5cb85c;
}

.series-a-success-500.opacity-100 .ct-series.ct-series-a .ct-area {
    fill: #5cb85c;
    fill-opacity: 0.9;
}

.series-a-success-500.opacity-100 .ct-series.ct-series-a .ct-line {
    stroke: #5cb85c;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-a-success-500.opacity-100 .ct-series.ct-series-a .ct-point {
    stroke: #5cb85c;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-a-success-500.opacity-100 .ct-series.ct-series-a .ct-bar {
    stroke: #5cb85c;
    stroke-opacity: 1;
}

.series-a-success-500.opacity-100 .ct-series.ct-series-a .ct-slice-pie {
    fill: #5cb85c;
    fill-opacity: 1;
}

.series-a-success-500.opacity-100 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #5cb85c;
    stroke-opacity: 1;
}

.series-a-success-600 .ct-series.ct-series-a .ct-area {
    fill: #51b351;
}

.series-a-success-600 .ct-series.ct-series-a .ct-line {
    stroke: #51b351;
    stroke-width: 3px;
}

.series-a-success-600 .ct-series.ct-series-a .ct-point {
    stroke: #51b351;
    stroke-width: 6px;
}

.series-a-success-600 .ct-series.ct-series-a .ct-bar {
    stroke: #51b351;
}

.series-a-success-600 .ct-series.ct-series-a .ct-slice-pie {
    fill: #51b351;
}

.series-a-success-600 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #51b351;
}

.series-a-success-600.opacity-100 .ct-series.ct-series-a .ct-area {
    fill: #51b351;
    fill-opacity: 0.9;
}

.series-a-success-600.opacity-100 .ct-series.ct-series-a .ct-line {
    stroke: #51b351;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-a-success-600.opacity-100 .ct-series.ct-series-a .ct-point {
    stroke: #51b351;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-a-success-600.opacity-100 .ct-series.ct-series-a .ct-bar {
    stroke: #51b351;
    stroke-opacity: 1;
}

.series-a-success-600.opacity-100 .ct-series.ct-series-a .ct-slice-pie {
    fill: #51b351;
    fill-opacity: 1;
}

.series-a-success-600.opacity-100 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #51b351;
    stroke-opacity: 1;
}

.series-a-success-700 .ct-series.ct-series-a .ct-area {
    fill: #4aab4a;
}

.series-a-success-700 .ct-series.ct-series-a .ct-line {
    stroke: #4aab4a;
    stroke-width: 3px;
}

.series-a-success-700 .ct-series.ct-series-a .ct-point {
    stroke: #4aab4a;
    stroke-width: 6px;
}

.series-a-success-700 .ct-series.ct-series-a .ct-bar {
    stroke: #4aab4a;
}

.series-a-success-700 .ct-series.ct-series-a .ct-slice-pie {
    fill: #4aab4a;
}

.series-a-success-700 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #4aab4a;
}

.series-a-success-700.opacity-100 .ct-series.ct-series-a .ct-area {
    fill: #4aab4a;
    fill-opacity: 0.9;
}

.series-a-success-700.opacity-100 .ct-series.ct-series-a .ct-line {
    stroke: #4aab4a;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-a-success-700.opacity-100 .ct-series.ct-series-a .ct-point {
    stroke: #4aab4a;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-a-success-700.opacity-100 .ct-series.ct-series-a .ct-bar {
    stroke: #4aab4a;
    stroke-opacity: 1;
}

.series-a-success-700.opacity-100 .ct-series.ct-series-a .ct-slice-pie {
    fill: #4aab4a;
    fill-opacity: 1;
}

.series-a-success-700.opacity-100 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #4aab4a;
    stroke-opacity: 1;
}

.series-a-success-800 .ct-series.ct-series-a .ct-area {
    fill: #46a046;
}

.series-a-success-800 .ct-series.ct-series-a .ct-line {
    stroke: #46a046;
    stroke-width: 3px;
}

.series-a-success-800 .ct-series.ct-series-a .ct-point {
    stroke: #46a046;
    stroke-width: 6px;
}

.series-a-success-800 .ct-series.ct-series-a .ct-bar {
    stroke: #46a046;
}

.series-a-success-800 .ct-series.ct-series-a .ct-slice-pie {
    fill: #46a046;
}

.series-a-success-800 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #46a046;
}

.series-a-success-800.opacity-100 .ct-series.ct-series-a .ct-area {
    fill: #46a046;
    fill-opacity: 0.9;
}

.series-a-success-800.opacity-100 .ct-series.ct-series-a .ct-line {
    stroke: #46a046;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-a-success-800.opacity-100 .ct-series.ct-series-a .ct-point {
    stroke: #46a046;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-a-success-800.opacity-100 .ct-series.ct-series-a .ct-bar {
    stroke: #46a046;
    stroke-opacity: 1;
}

.series-a-success-800.opacity-100 .ct-series.ct-series-a .ct-slice-pie {
    fill: #46a046;
    fill-opacity: 1;
}

.series-a-success-800.opacity-100 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #46a046;
    stroke-opacity: 1;
}

.series-a-success-900 .ct-series.ct-series-a .ct-area {
    fill: #419641;
}

.series-a-success-900 .ct-series.ct-series-a .ct-line {
    stroke: #419641;
    stroke-width: 3px;
}

.series-a-success-900 .ct-series.ct-series-a .ct-point {
    stroke: #419641;
    stroke-width: 6px;
}

.series-a-success-900 .ct-series.ct-series-a .ct-bar {
    stroke: #419641;
}

.series-a-success-900 .ct-series.ct-series-a .ct-slice-pie {
    fill: #419641;
}

.series-a-success-900 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #419641;
}

.series-a-success-900.opacity-100 .ct-series.ct-series-a .ct-area {
    fill: #419641;
    fill-opacity: 0.9;
}

.series-a-success-900.opacity-100 .ct-series.ct-series-a .ct-line {
    stroke: #419641;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-a-success-900.opacity-100 .ct-series.ct-series-a .ct-point {
    stroke: #419641;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-a-success-900.opacity-100 .ct-series.ct-series-a .ct-bar {
    stroke: #419641;
    stroke-opacity: 1;
}

.series-a-success-900.opacity-100 .ct-series.ct-series-a .ct-slice-pie {
    fill: #419641;
    fill-opacity: 1;
}

.series-a-success-900.opacity-100 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #419641;
    stroke-opacity: 1;
}

.series-a-danger .ct-series.ct-series-a .ct-area {
    fill: #d9534f;
}

.series-a-danger .ct-series.ct-series-a .ct-line {
    stroke: #d9534f;
    stroke-width: 3px;
}

.series-a-danger .ct-series.ct-series-a .ct-point {
    stroke: #d9534f;
    stroke-width: 6px;
}

.series-a-danger .ct-series.ct-series-a .ct-bar {
    stroke: #d9534f;
}

.series-a-danger .ct-series.ct-series-a .ct-slice-pie {
    fill: #d9534f;
}

.series-a-danger .ct-series.ct-series-a .ct-slice-donut {
    stroke: #d9534f;
}

.series-a-danger.opacity-100 .ct-series.ct-series-a .ct-area {
    fill: #d9534f;
    fill-opacity: 0.9;
}

.series-a-danger.opacity-100 .ct-series.ct-series-a .ct-line {
    stroke: #d9534f;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-a-danger.opacity-100 .ct-series.ct-series-a .ct-point {
    stroke: #d9534f;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-a-danger.opacity-100 .ct-series.ct-series-a .ct-bar {
    stroke: #d9534f;
    stroke-opacity: 1;
}

.series-a-danger.opacity-100 .ct-series.ct-series-a .ct-slice-pie {
    fill: #d9534f;
    fill-opacity: 1;
}

.series-a-danger.opacity-100 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #d9534f;
    stroke-opacity: 1;
}

.series-a-danger-100 .ct-series.ct-series-a .ct-area {
    fill: #e48481;
}

.series-a-danger-100 .ct-series.ct-series-a .ct-line {
    stroke: #e48481;
    stroke-width: 3px;
}

.series-a-danger-100 .ct-series.ct-series-a .ct-point {
    stroke: #e48481;
    stroke-width: 6px;
}

.series-a-danger-100 .ct-series.ct-series-a .ct-bar {
    stroke: #e48481;
}

.series-a-danger-100 .ct-series.ct-series-a .ct-slice-pie {
    fill: #e48481;
}

.series-a-danger-100 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #e48481;
}

.series-a-danger-100.opacity-100 .ct-series.ct-series-a .ct-area {
    fill: #e48481;
    fill-opacity: 0.9;
}

.series-a-danger-100.opacity-100 .ct-series.ct-series-a .ct-line {
    stroke: #e48481;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-a-danger-100.opacity-100 .ct-series.ct-series-a .ct-point {
    stroke: #e48481;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-a-danger-100.opacity-100 .ct-series.ct-series-a .ct-bar {
    stroke: #e48481;
    stroke-opacity: 1;
}

.series-a-danger-100.opacity-100 .ct-series.ct-series-a .ct-slice-pie {
    fill: #e48481;
    fill-opacity: 1;
}

.series-a-danger-100.opacity-100 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #e48481;
    stroke-opacity: 1;
}

.series-a-danger-200 .ct-series.ct-series-a .ct-area {
    fill: #e17875;
}

.series-a-danger-200 .ct-series.ct-series-a .ct-line {
    stroke: #e17875;
    stroke-width: 3px;
}

.series-a-danger-200 .ct-series.ct-series-a .ct-point {
    stroke: #e17875;
    stroke-width: 6px;
}

.series-a-danger-200 .ct-series.ct-series-a .ct-bar {
    stroke: #e17875;
}

.series-a-danger-200 .ct-series.ct-series-a .ct-slice-pie {
    fill: #e17875;
}

.series-a-danger-200 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #e17875;
}

.series-a-danger-200.opacity-100 .ct-series.ct-series-a .ct-area {
    fill: #e17875;
    fill-opacity: 0.9;
}

.series-a-danger-200.opacity-100 .ct-series.ct-series-a .ct-line {
    stroke: #e17875;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-a-danger-200.opacity-100 .ct-series.ct-series-a .ct-point {
    stroke: #e17875;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-a-danger-200.opacity-100 .ct-series.ct-series-a .ct-bar {
    stroke: #e17875;
    stroke-opacity: 1;
}

.series-a-danger-200.opacity-100 .ct-series.ct-series-a .ct-slice-pie {
    fill: #e17875;
    fill-opacity: 1;
}

.series-a-danger-200.opacity-100 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #e17875;
    stroke-opacity: 1;
}

.series-a-danger-300 .ct-series.ct-series-a .ct-area {
    fill: #de6c68;
}

.series-a-danger-300 .ct-series.ct-series-a .ct-line {
    stroke: #de6c68;
    stroke-width: 3px;
}

.series-a-danger-300 .ct-series.ct-series-a .ct-point {
    stroke: #de6c68;
    stroke-width: 6px;
}

.series-a-danger-300 .ct-series.ct-series-a .ct-bar {
    stroke: #de6c68;
}

.series-a-danger-300 .ct-series.ct-series-a .ct-slice-pie {
    fill: #de6c68;
}

.series-a-danger-300 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #de6c68;
}

.series-a-danger-300.opacity-100 .ct-series.ct-series-a .ct-area {
    fill: #de6c68;
    fill-opacity: 0.9;
}

.series-a-danger-300.opacity-100 .ct-series.ct-series-a .ct-line {
    stroke: #de6c68;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-a-danger-300.opacity-100 .ct-series.ct-series-a .ct-point {
    stroke: #de6c68;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-a-danger-300.opacity-100 .ct-series.ct-series-a .ct-bar {
    stroke: #de6c68;
    stroke-opacity: 1;
}

.series-a-danger-300.opacity-100 .ct-series.ct-series-a .ct-slice-pie {
    fill: #de6c68;
    fill-opacity: 1;
}

.series-a-danger-300.opacity-100 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #de6c68;
    stroke-opacity: 1;
}

.series-a-danger-400 .ct-series.ct-series-a .ct-area {
    fill: #dc5f5c;
}

.series-a-danger-400 .ct-series.ct-series-a .ct-line {
    stroke: #dc5f5c;
    stroke-width: 3px;
}

.series-a-danger-400 .ct-series.ct-series-a .ct-point {
    stroke: #dc5f5c;
    stroke-width: 6px;
}

.series-a-danger-400 .ct-series.ct-series-a .ct-bar {
    stroke: #dc5f5c;
}

.series-a-danger-400 .ct-series.ct-series-a .ct-slice-pie {
    fill: #dc5f5c;
}

.series-a-danger-400 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #dc5f5c;
}

.series-a-danger-400.opacity-100 .ct-series.ct-series-a .ct-area {
    fill: #dc5f5c;
    fill-opacity: 0.9;
}

.series-a-danger-400.opacity-100 .ct-series.ct-series-a .ct-line {
    stroke: #dc5f5c;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-a-danger-400.opacity-100 .ct-series.ct-series-a .ct-point {
    stroke: #dc5f5c;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-a-danger-400.opacity-100 .ct-series.ct-series-a .ct-bar {
    stroke: #dc5f5c;
    stroke-opacity: 1;
}

.series-a-danger-400.opacity-100 .ct-series.ct-series-a .ct-slice-pie {
    fill: #dc5f5c;
    fill-opacity: 1;
}

.series-a-danger-400.opacity-100 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #dc5f5c;
    stroke-opacity: 1;
}

.series-a-danger-500 .ct-series.ct-series-a .ct-area {
    fill: #d9534f;
}

.series-a-danger-500 .ct-series.ct-series-a .ct-line {
    stroke: #d9534f;
    stroke-width: 3px;
}

.series-a-danger-500 .ct-series.ct-series-a .ct-point {
    stroke: #d9534f;
    stroke-width: 6px;
}

.series-a-danger-500 .ct-series.ct-series-a .ct-bar {
    stroke: #d9534f;
}

.series-a-danger-500 .ct-series.ct-series-a .ct-slice-pie {
    fill: #d9534f;
}

.series-a-danger-500 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #d9534f;
}

.series-a-danger-500.opacity-100 .ct-series.ct-series-a .ct-area {
    fill: #d9534f;
    fill-opacity: 0.9;
}

.series-a-danger-500.opacity-100 .ct-series.ct-series-a .ct-line {
    stroke: #d9534f;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-a-danger-500.opacity-100 .ct-series.ct-series-a .ct-point {
    stroke: #d9534f;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-a-danger-500.opacity-100 .ct-series.ct-series-a .ct-bar {
    stroke: #d9534f;
    stroke-opacity: 1;
}

.series-a-danger-500.opacity-100 .ct-series.ct-series-a .ct-slice-pie {
    fill: #d9534f;
    fill-opacity: 1;
}

.series-a-danger-500.opacity-100 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #d9534f;
    stroke-opacity: 1;
}

.series-a-danger-600 .ct-series.ct-series-a .ct-area {
    fill: #d64742;
}

.series-a-danger-600 .ct-series.ct-series-a .ct-line {
    stroke: #d64742;
    stroke-width: 3px;
}

.series-a-danger-600 .ct-series.ct-series-a .ct-point {
    stroke: #d64742;
    stroke-width: 6px;
}

.series-a-danger-600 .ct-series.ct-series-a .ct-bar {
    stroke: #d64742;
}

.series-a-danger-600 .ct-series.ct-series-a .ct-slice-pie {
    fill: #d64742;
}

.series-a-danger-600 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #d64742;
}

.series-a-danger-600.opacity-100 .ct-series.ct-series-a .ct-area {
    fill: #d64742;
    fill-opacity: 0.9;
}

.series-a-danger-600.opacity-100 .ct-series.ct-series-a .ct-line {
    stroke: #d64742;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-a-danger-600.opacity-100 .ct-series.ct-series-a .ct-point {
    stroke: #d64742;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-a-danger-600.opacity-100 .ct-series.ct-series-a .ct-bar {
    stroke: #d64742;
    stroke-opacity: 1;
}

.series-a-danger-600.opacity-100 .ct-series.ct-series-a .ct-slice-pie {
    fill: #d64742;
    fill-opacity: 1;
}

.series-a-danger-600.opacity-100 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #d64742;
    stroke-opacity: 1;
}

.series-a-danger-700 .ct-series.ct-series-a .ct-area {
    fill: #d43a36;
}

.series-a-danger-700 .ct-series.ct-series-a .ct-line {
    stroke: #d43a36;
    stroke-width: 3px;
}

.series-a-danger-700 .ct-series.ct-series-a .ct-point {
    stroke: #d43a36;
    stroke-width: 6px;
}

.series-a-danger-700 .ct-series.ct-series-a .ct-bar {
    stroke: #d43a36;
}

.series-a-danger-700 .ct-series.ct-series-a .ct-slice-pie {
    fill: #d43a36;
}

.series-a-danger-700 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #d43a36;
}

.series-a-danger-700.opacity-100 .ct-series.ct-series-a .ct-area {
    fill: #d43a36;
    fill-opacity: 0.9;
}

.series-a-danger-700.opacity-100 .ct-series.ct-series-a .ct-line {
    stroke: #d43a36;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-a-danger-700.opacity-100 .ct-series.ct-series-a .ct-point {
    stroke: #d43a36;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-a-danger-700.opacity-100 .ct-series.ct-series-a .ct-bar {
    stroke: #d43a36;
    stroke-opacity: 1;
}

.series-a-danger-700.opacity-100 .ct-series.ct-series-a .ct-slice-pie {
    fill: #d43a36;
    fill-opacity: 1;
}

.series-a-danger-700.opacity-100 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #d43a36;
    stroke-opacity: 1;
}

.series-a-danger-800 .ct-series.ct-series-a .ct-area {
    fill: #ce312c;
}

.series-a-danger-800 .ct-series.ct-series-a .ct-line {
    stroke: #ce312c;
    stroke-width: 3px;
}

.series-a-danger-800 .ct-series.ct-series-a .ct-point {
    stroke: #ce312c;
    stroke-width: 6px;
}

.series-a-danger-800 .ct-series.ct-series-a .ct-bar {
    stroke: #ce312c;
}

.series-a-danger-800 .ct-series.ct-series-a .ct-slice-pie {
    fill: #ce312c;
}

.series-a-danger-800 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #ce312c;
}

.series-a-danger-800.opacity-100 .ct-series.ct-series-a .ct-area {
    fill: #ce312c;
    fill-opacity: 0.9;
}

.series-a-danger-800.opacity-100 .ct-series.ct-series-a .ct-line {
    stroke: #ce312c;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-a-danger-800.opacity-100 .ct-series.ct-series-a .ct-point {
    stroke: #ce312c;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-a-danger-800.opacity-100 .ct-series.ct-series-a .ct-bar {
    stroke: #ce312c;
    stroke-opacity: 1;
}

.series-a-danger-800.opacity-100 .ct-series.ct-series-a .ct-slice-pie {
    fill: #ce312c;
    fill-opacity: 1;
}

.series-a-danger-800.opacity-100 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #ce312c;
    stroke-opacity: 1;
}

.series-a-danger-900 .ct-series.ct-series-a .ct-area {
    fill: #c12e2a;
}

.series-a-danger-900 .ct-series.ct-series-a .ct-line {
    stroke: #c12e2a;
    stroke-width: 3px;
}

.series-a-danger-900 .ct-series.ct-series-a .ct-point {
    stroke: #c12e2a;
    stroke-width: 6px;
}

.series-a-danger-900 .ct-series.ct-series-a .ct-bar {
    stroke: #c12e2a;
}

.series-a-danger-900 .ct-series.ct-series-a .ct-slice-pie {
    fill: #c12e2a;
}

.series-a-danger-900 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #c12e2a;
}

.series-a-danger-900.opacity-100 .ct-series.ct-series-a .ct-area {
    fill: #c12e2a;
    fill-opacity: 0.9;
}

.series-a-danger-900.opacity-100 .ct-series.ct-series-a .ct-line {
    stroke: #c12e2a;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-a-danger-900.opacity-100 .ct-series.ct-series-a .ct-point {
    stroke: #c12e2a;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-a-danger-900.opacity-100 .ct-series.ct-series-a .ct-bar {
    stroke: #c12e2a;
    stroke-opacity: 1;
}

.series-a-danger-900.opacity-100 .ct-series.ct-series-a .ct-slice-pie {
    fill: #c12e2a;
    fill-opacity: 1;
}

.series-a-danger-900.opacity-100 .ct-series.ct-series-a .ct-slice-donut {
    stroke: #c12e2a;
    stroke-opacity: 1;
}

.series-b-white .ct-series.ct-series-b .ct-area {
    fill: #ffffff;
}

.series-b-white .ct-series.ct-series-b .ct-line {
    stroke: #ffffff;
    stroke-width: 3px;
}

.series-b-white .ct-series.ct-series-b .ct-point {
    stroke: #ffffff;
    stroke-width: 6px;
}

.series-b-white .ct-series.ct-series-b .ct-bar {
    stroke: #ffffff;
}

.series-b-white .ct-series.ct-series-b .ct-slice-pie {
    fill: #ffffff;
}

.series-b-white .ct-series.ct-series-b .ct-slice-donut {
    stroke: #ffffff;
}

.series-b-white.opacity-100 .ct-series.ct-series-b .ct-area {
    fill: #ffffff;
    fill-opacity: 0.9;
}

.series-b-white.opacity-100 .ct-series.ct-series-b .ct-line {
    stroke: #ffffff;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-b-white.opacity-100 .ct-series.ct-series-b .ct-point {
    stroke: #ffffff;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-b-white.opacity-100 .ct-series.ct-series-b .ct-bar {
    stroke: #ffffff;
    stroke-opacity: 1;
}

.series-b-white.opacity-100 .ct-series.ct-series-b .ct-slice-pie {
    fill: #ffffff;
    fill-opacity: 1;
}

.series-b-white.opacity-100 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #ffffff;
    stroke-opacity: 1;
}

.series-b-black .ct-series.ct-series-b .ct-area {
    fill: #000000;
}

.series-b-black .ct-series.ct-series-b .ct-line {
    stroke: #000000;
    stroke-width: 3px;
}

.series-b-black .ct-series.ct-series-b .ct-point {
    stroke: #000000;
    stroke-width: 6px;
}

.series-b-black .ct-series.ct-series-b .ct-bar {
    stroke: #000000;
}

.series-b-black .ct-series.ct-series-b .ct-slice-pie {
    fill: #000000;
}

.series-b-black .ct-series.ct-series-b .ct-slice-donut {
    stroke: #000000;
}

.series-b-black.opacity-100 .ct-series.ct-series-b .ct-area {
    fill: #000000;
    fill-opacity: 0.9;
}

.series-b-black.opacity-100 .ct-series.ct-series-b .ct-line {
    stroke: #000000;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-b-black.opacity-100 .ct-series.ct-series-b .ct-point {
    stroke: #000000;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-b-black.opacity-100 .ct-series.ct-series-b .ct-bar {
    stroke: #000000;
    stroke-opacity: 1;
}

.series-b-black.opacity-100 .ct-series.ct-series-b .ct-slice-pie {
    fill: #000000;
    fill-opacity: 1;
}

.series-b-black.opacity-100 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #000000;
    stroke-opacity: 1;
}

.series-b-light .ct-series.ct-series-b .ct-area {
    fill: #f5f5f5;
}

.series-b-light .ct-series.ct-series-b .ct-line {
    stroke: #f5f5f5;
    stroke-width: 3px;
}

.series-b-light .ct-series.ct-series-b .ct-point {
    stroke: #f5f5f5;
    stroke-width: 6px;
}

.series-b-light .ct-series.ct-series-b .ct-bar {
    stroke: #f5f5f5;
}

.series-b-light .ct-series.ct-series-b .ct-slice-pie {
    fill: #f5f5f5;
}

.series-b-light .ct-series.ct-series-b .ct-slice-donut {
    stroke: #f5f5f5;
}

.series-b-light.opacity-100 .ct-series.ct-series-b .ct-area {
    fill: #f5f5f5;
    fill-opacity: 0.9;
}

.series-b-light.opacity-100 .ct-series.ct-series-b .ct-line {
    stroke: #f5f5f5;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-b-light.opacity-100 .ct-series.ct-series-b .ct-point {
    stroke: #f5f5f5;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-b-light.opacity-100 .ct-series.ct-series-b .ct-bar {
    stroke: #f5f5f5;
    stroke-opacity: 1;
}

.series-b-light.opacity-100 .ct-series.ct-series-b .ct-slice-pie {
    fill: #f5f5f5;
    fill-opacity: 1;
}

.series-b-light.opacity-100 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #f5f5f5;
    stroke-opacity: 1;
}

.series-b-dark .ct-series.ct-series-b .ct-area {
    fill: #262932;
}

.series-b-dark .ct-series.ct-series-b .ct-line {
    stroke: #262932;
    stroke-width: 3px;
}

.series-b-dark .ct-series.ct-series-b .ct-point {
    stroke: #262932;
    stroke-width: 6px;
}

.series-b-dark .ct-series.ct-series-b .ct-bar {
    stroke: #262932;
}

.series-b-dark .ct-series.ct-series-b .ct-slice-pie {
    fill: #262932;
}

.series-b-dark .ct-series.ct-series-b .ct-slice-donut {
    stroke: #262932;
}

.series-b-dark.opacity-100 .ct-series.ct-series-b .ct-area {
    fill: #262932;
    fill-opacity: 0.9;
}

.series-b-dark.opacity-100 .ct-series.ct-series-b .ct-line {
    stroke: #262932;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-b-dark.opacity-100 .ct-series.ct-series-b .ct-point {
    stroke: #262932;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-b-dark.opacity-100 .ct-series.ct-series-b .ct-bar {
    stroke: #262932;
    stroke-opacity: 1;
}

.series-b-dark.opacity-100 .ct-series.ct-series-b .ct-slice-pie {
    fill: #262932;
    fill-opacity: 1;
}

.series-b-dark.opacity-100 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #262932;
    stroke-opacity: 1;
}

.series-b-twitter .ct-series.ct-series-b .ct-area {
    fill: #00aced;
}

.series-b-twitter .ct-series.ct-series-b .ct-line {
    stroke: #00aced;
    stroke-width: 3px;
}

.series-b-twitter .ct-series.ct-series-b .ct-point {
    stroke: #00aced;
    stroke-width: 6px;
}

.series-b-twitter .ct-series.ct-series-b .ct-bar {
    stroke: #00aced;
}

.series-b-twitter .ct-series.ct-series-b .ct-slice-pie {
    fill: #00aced;
}

.series-b-twitter .ct-series.ct-series-b .ct-slice-donut {
    stroke: #00aced;
}

.series-b-twitter.opacity-100 .ct-series.ct-series-b .ct-area {
    fill: #00aced;
    fill-opacity: 0.9;
}

.series-b-twitter.opacity-100 .ct-series.ct-series-b .ct-line {
    stroke: #00aced;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-b-twitter.opacity-100 .ct-series.ct-series-b .ct-point {
    stroke: #00aced;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-b-twitter.opacity-100 .ct-series.ct-series-b .ct-bar {
    stroke: #00aced;
    stroke-opacity: 1;
}

.series-b-twitter.opacity-100 .ct-series.ct-series-b .ct-slice-pie {
    fill: #00aced;
    fill-opacity: 1;
}

.series-b-twitter.opacity-100 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #00aced;
    stroke-opacity: 1;
}

.series-b-facebook .ct-series.ct-series-b .ct-area {
    fill: #3b5998;
}

.series-b-facebook .ct-series.ct-series-b .ct-line {
    stroke: #3b5998;
    stroke-width: 3px;
}

.series-b-facebook .ct-series.ct-series-b .ct-point {
    stroke: #3b5998;
    stroke-width: 6px;
}

.series-b-facebook .ct-series.ct-series-b .ct-bar {
    stroke: #3b5998;
}

.series-b-facebook .ct-series.ct-series-b .ct-slice-pie {
    fill: #3b5998;
}

.series-b-facebook .ct-series.ct-series-b .ct-slice-donut {
    stroke: #3b5998;
}

.series-b-facebook.opacity-100 .ct-series.ct-series-b .ct-area {
    fill: #3b5998;
    fill-opacity: 0.9;
}

.series-b-facebook.opacity-100 .ct-series.ct-series-b .ct-line {
    stroke: #3b5998;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-b-facebook.opacity-100 .ct-series.ct-series-b .ct-point {
    stroke: #3b5998;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-b-facebook.opacity-100 .ct-series.ct-series-b .ct-bar {
    stroke: #3b5998;
    stroke-opacity: 1;
}

.series-b-facebook.opacity-100 .ct-series.ct-series-b .ct-slice-pie {
    fill: #3b5998;
    fill-opacity: 1;
}

.series-b-facebook.opacity-100 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #3b5998;
    stroke-opacity: 1;
}

.series-b-google .ct-series.ct-series-b .ct-area {
    fill: #dd4b39;
}

.series-b-google .ct-series.ct-series-b .ct-line {
    stroke: #dd4b39;
    stroke-width: 3px;
}

.series-b-google .ct-series.ct-series-b .ct-point {
    stroke: #dd4b39;
    stroke-width: 6px;
}

.series-b-google .ct-series.ct-series-b .ct-bar {
    stroke: #dd4b39;
}

.series-b-google .ct-series.ct-series-b .ct-slice-pie {
    fill: #dd4b39;
}

.series-b-google .ct-series.ct-series-b .ct-slice-donut {
    stroke: #dd4b39;
}

.series-b-google.opacity-100 .ct-series.ct-series-b .ct-area {
    fill: #dd4b39;
    fill-opacity: 0.9;
}

.series-b-google.opacity-100 .ct-series.ct-series-b .ct-line {
    stroke: #dd4b39;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-b-google.opacity-100 .ct-series.ct-series-b .ct-point {
    stroke: #dd4b39;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-b-google.opacity-100 .ct-series.ct-series-b .ct-bar {
    stroke: #dd4b39;
    stroke-opacity: 1;
}

.series-b-google.opacity-100 .ct-series.ct-series-b .ct-slice-pie {
    fill: #dd4b39;
    fill-opacity: 1;
}

.series-b-google.opacity-100 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #dd4b39;
    stroke-opacity: 1;
}

.series-b-bg-1 .ct-series.ct-series-b .ct-area {
    fill: #0267bf;
}

.series-b-bg-1 .ct-series.ct-series-b .ct-line {
    stroke: #0267bf;
    stroke-width: 3px;
}

.series-b-bg-1 .ct-series.ct-series-b .ct-point {
    stroke: #0267bf;
    stroke-width: 6px;
}

.series-b-bg-1 .ct-series.ct-series-b .ct-bar {
    stroke: #0267bf;
}

.series-b-bg-1 .ct-series.ct-series-b .ct-slice-pie {
    fill: #0267bf;
}

.series-b-bg-1 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #0267bf;
}

.series-b-bg-1.opacity-100 .ct-series.ct-series-b .ct-area {
    fill: #0267bf;
    fill-opacity: 0.9;
}

.series-b-bg-1.opacity-100 .ct-series.ct-series-b .ct-line {
    stroke: #0267bf;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-b-bg-1.opacity-100 .ct-series.ct-series-b .ct-point {
    stroke: #0267bf;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-b-bg-1.opacity-100 .ct-series.ct-series-b .ct-bar {
    stroke: #0267bf;
    stroke-opacity: 1;
}

.series-b-bg-1.opacity-100 .ct-series.ct-series-b .ct-slice-pie {
    fill: #0267bf;
    fill-opacity: 1;
}

.series-b-bg-1.opacity-100 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #0267bf;
    stroke-opacity: 1;
}

.series-b-bg-1-100 .ct-series.ct-series-b .ct-area {
    fill: #299bfd;
}

.series-b-bg-1-100 .ct-series.ct-series-b .ct-line {
    stroke: #299bfd;
    stroke-width: 3px;
}

.series-b-bg-1-100 .ct-series.ct-series-b .ct-point {
    stroke: #299bfd;
    stroke-width: 6px;
}

.series-b-bg-1-100 .ct-series.ct-series-b .ct-bar {
    stroke: #299bfd;
}

.series-b-bg-1-100 .ct-series.ct-series-b .ct-slice-pie {
    fill: #299bfd;
}

.series-b-bg-1-100 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #299bfd;
}

.series-b-bg-1-100.opacity-100 .ct-series.ct-series-b .ct-area {
    fill: #299bfd;
    fill-opacity: 0.9;
}

.series-b-bg-1-100.opacity-100 .ct-series.ct-series-b .ct-line {
    stroke: #299bfd;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-b-bg-1-100.opacity-100 .ct-series.ct-series-b .ct-point {
    stroke: #299bfd;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-b-bg-1-100.opacity-100 .ct-series.ct-series-b .ct-bar {
    stroke: #299bfd;
    stroke-opacity: 1;
}

.series-b-bg-1-100.opacity-100 .ct-series.ct-series-b .ct-slice-pie {
    fill: #299bfd;
    fill-opacity: 1;
}

.series-b-bg-1-100.opacity-100 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #299bfd;
    stroke-opacity: 1;
}

.series-b-bg-1-200 .ct-series.ct-series-b .ct-area {
    fill: #108ffd;
}

.series-b-bg-1-200 .ct-series.ct-series-b .ct-line {
    stroke: #108ffd;
    stroke-width: 3px;
}

.series-b-bg-1-200 .ct-series.ct-series-b .ct-point {
    stroke: #108ffd;
    stroke-width: 6px;
}

.series-b-bg-1-200 .ct-series.ct-series-b .ct-bar {
    stroke: #108ffd;
}

.series-b-bg-1-200 .ct-series.ct-series-b .ct-slice-pie {
    fill: #108ffd;
}

.series-b-bg-1-200 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #108ffd;
}

.series-b-bg-1-200.opacity-100 .ct-series.ct-series-b .ct-area {
    fill: #108ffd;
    fill-opacity: 0.9;
}

.series-b-bg-1-200.opacity-100 .ct-series.ct-series-b .ct-line {
    stroke: #108ffd;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-b-bg-1-200.opacity-100 .ct-series.ct-series-b .ct-point {
    stroke: #108ffd;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-b-bg-1-200.opacity-100 .ct-series.ct-series-b .ct-bar {
    stroke: #108ffd;
    stroke-opacity: 1;
}

.series-b-bg-1-200.opacity-100 .ct-series.ct-series-b .ct-slice-pie {
    fill: #108ffd;
    fill-opacity: 1;
}

.series-b-bg-1-200.opacity-100 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #108ffd;
    stroke-opacity: 1;
}

.series-b-bg-1-300 .ct-series.ct-series-b .ct-area {
    fill: #0283f1;
}

.series-b-bg-1-300 .ct-series.ct-series-b .ct-line {
    stroke: #0283f1;
    stroke-width: 3px;
}

.series-b-bg-1-300 .ct-series.ct-series-b .ct-point {
    stroke: #0283f1;
    stroke-width: 6px;
}

.series-b-bg-1-300 .ct-series.ct-series-b .ct-bar {
    stroke: #0283f1;
}

.series-b-bg-1-300 .ct-series.ct-series-b .ct-slice-pie {
    fill: #0283f1;
}

.series-b-bg-1-300 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #0283f1;
}

.series-b-bg-1-300.opacity-100 .ct-series.ct-series-b .ct-area {
    fill: #0283f1;
    fill-opacity: 0.9;
}

.series-b-bg-1-300.opacity-100 .ct-series.ct-series-b .ct-line {
    stroke: #0283f1;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-b-bg-1-300.opacity-100 .ct-series.ct-series-b .ct-point {
    stroke: #0283f1;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-b-bg-1-300.opacity-100 .ct-series.ct-series-b .ct-bar {
    stroke: #0283f1;
    stroke-opacity: 1;
}

.series-b-bg-1-300.opacity-100 .ct-series.ct-series-b .ct-slice-pie {
    fill: #0283f1;
    fill-opacity: 1;
}

.series-b-bg-1-300.opacity-100 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #0283f1;
    stroke-opacity: 1;
}

.series-b-bg-1-400 .ct-series.ct-series-b .ct-area {
    fill: #0275d8;
}

.series-b-bg-1-400 .ct-series.ct-series-b .ct-line {
    stroke: #0275d8;
    stroke-width: 3px;
}

.series-b-bg-1-400 .ct-series.ct-series-b .ct-point {
    stroke: #0275d8;
    stroke-width: 6px;
}

.series-b-bg-1-400 .ct-series.ct-series-b .ct-bar {
    stroke: #0275d8;
}

.series-b-bg-1-400 .ct-series.ct-series-b .ct-slice-pie {
    fill: #0275d8;
}

.series-b-bg-1-400 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #0275d8;
}

.series-b-bg-1-400.opacity-100 .ct-series.ct-series-b .ct-area {
    fill: #0275d8;
    fill-opacity: 0.9;
}

.series-b-bg-1-400.opacity-100 .ct-series.ct-series-b .ct-line {
    stroke: #0275d8;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-b-bg-1-400.opacity-100 .ct-series.ct-series-b .ct-point {
    stroke: #0275d8;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-b-bg-1-400.opacity-100 .ct-series.ct-series-b .ct-bar {
    stroke: #0275d8;
    stroke-opacity: 1;
}

.series-b-bg-1-400.opacity-100 .ct-series.ct-series-b .ct-slice-pie {
    fill: #0275d8;
    fill-opacity: 1;
}

.series-b-bg-1-400.opacity-100 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #0275d8;
    stroke-opacity: 1;
}

.series-b-bg-1-500 .ct-series.ct-series-b .ct-area {
    fill: #0267bf;
}

.series-b-bg-1-500 .ct-series.ct-series-b .ct-line {
    stroke: #0267bf;
    stroke-width: 3px;
}

.series-b-bg-1-500 .ct-series.ct-series-b .ct-point {
    stroke: #0267bf;
    stroke-width: 6px;
}

.series-b-bg-1-500 .ct-series.ct-series-b .ct-bar {
    stroke: #0267bf;
}

.series-b-bg-1-500 .ct-series.ct-series-b .ct-slice-pie {
    fill: #0267bf;
}

.series-b-bg-1-500 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #0267bf;
}

.series-b-bg-1-500.opacity-100 .ct-series.ct-series-b .ct-area {
    fill: #0267bf;
    fill-opacity: 0.9;
}

.series-b-bg-1-500.opacity-100 .ct-series.ct-series-b .ct-line {
    stroke: #0267bf;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-b-bg-1-500.opacity-100 .ct-series.ct-series-b .ct-point {
    stroke: #0267bf;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-b-bg-1-500.opacity-100 .ct-series.ct-series-b .ct-bar {
    stroke: #0267bf;
    stroke-opacity: 1;
}

.series-b-bg-1-500.opacity-100 .ct-series.ct-series-b .ct-slice-pie {
    fill: #0267bf;
    fill-opacity: 1;
}

.series-b-bg-1-500.opacity-100 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #0267bf;
    stroke-opacity: 1;
}

.series-b-bg-1-600 .ct-series.ct-series-b .ct-area {
    fill: #025aa5;
}

.series-b-bg-1-600 .ct-series.ct-series-b .ct-line {
    stroke: #025aa5;
    stroke-width: 3px;
}

.series-b-bg-1-600 .ct-series.ct-series-b .ct-point {
    stroke: #025aa5;
    stroke-width: 6px;
}

.series-b-bg-1-600 .ct-series.ct-series-b .ct-bar {
    stroke: #025aa5;
}

.series-b-bg-1-600 .ct-series.ct-series-b .ct-slice-pie {
    fill: #025aa5;
}

.series-b-bg-1-600 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #025aa5;
}

.series-b-bg-1-600.opacity-100 .ct-series.ct-series-b .ct-area {
    fill: #025aa5;
    fill-opacity: 0.9;
}

.series-b-bg-1-600.opacity-100 .ct-series.ct-series-b .ct-line {
    stroke: #025aa5;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-b-bg-1-600.opacity-100 .ct-series.ct-series-b .ct-point {
    stroke: #025aa5;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-b-bg-1-600.opacity-100 .ct-series.ct-series-b .ct-bar {
    stroke: #025aa5;
    stroke-opacity: 1;
}

.series-b-bg-1-600.opacity-100 .ct-series.ct-series-b .ct-slice-pie {
    fill: #025aa5;
    fill-opacity: 1;
}

.series-b-bg-1-600.opacity-100 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #025aa5;
    stroke-opacity: 1;
}

.series-b-bg-1-700 .ct-series.ct-series-b .ct-area {
    fill: #014c8c;
}

.series-b-bg-1-700 .ct-series.ct-series-b .ct-line {
    stroke: #014c8c;
    stroke-width: 3px;
}

.series-b-bg-1-700 .ct-series.ct-series-b .ct-point {
    stroke: #014c8c;
    stroke-width: 6px;
}

.series-b-bg-1-700 .ct-series.ct-series-b .ct-bar {
    stroke: #014c8c;
}

.series-b-bg-1-700 .ct-series.ct-series-b .ct-slice-pie {
    fill: #014c8c;
}

.series-b-bg-1-700 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #014c8c;
}

.series-b-bg-1-700.opacity-100 .ct-series.ct-series-b .ct-area {
    fill: #014c8c;
    fill-opacity: 0.9;
}

.series-b-bg-1-700.opacity-100 .ct-series.ct-series-b .ct-line {
    stroke: #014c8c;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-b-bg-1-700.opacity-100 .ct-series.ct-series-b .ct-point {
    stroke: #014c8c;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-b-bg-1-700.opacity-100 .ct-series.ct-series-b .ct-bar {
    stroke: #014c8c;
    stroke-opacity: 1;
}

.series-b-bg-1-700.opacity-100 .ct-series.ct-series-b .ct-slice-pie {
    fill: #014c8c;
    fill-opacity: 1;
}

.series-b-bg-1-700.opacity-100 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #014c8c;
    stroke-opacity: 1;
}

.series-b-bg-1-800 .ct-series.ct-series-b .ct-area {
    fill: #013e73;
}

.series-b-bg-1-800 .ct-series.ct-series-b .ct-line {
    stroke: #013e73;
    stroke-width: 3px;
}

.series-b-bg-1-800 .ct-series.ct-series-b .ct-point {
    stroke: #013e73;
    stroke-width: 6px;
}

.series-b-bg-1-800 .ct-series.ct-series-b .ct-bar {
    stroke: #013e73;
}

.series-b-bg-1-800 .ct-series.ct-series-b .ct-slice-pie {
    fill: #013e73;
}

.series-b-bg-1-800 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #013e73;
}

.series-b-bg-1-800.opacity-100 .ct-series.ct-series-b .ct-area {
    fill: #013e73;
    fill-opacity: 0.9;
}

.series-b-bg-1-800.opacity-100 .ct-series.ct-series-b .ct-line {
    stroke: #013e73;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-b-bg-1-800.opacity-100 .ct-series.ct-series-b .ct-point {
    stroke: #013e73;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-b-bg-1-800.opacity-100 .ct-series.ct-series-b .ct-bar {
    stroke: #013e73;
    stroke-opacity: 1;
}

.series-b-bg-1-800.opacity-100 .ct-series.ct-series-b .ct-slice-pie {
    fill: #013e73;
    fill-opacity: 1;
}

.series-b-bg-1-800.opacity-100 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #013e73;
    stroke-opacity: 1;
}

.series-b-bg-1-900 .ct-series.ct-series-b .ct-area {
    fill: #01315a;
}

.series-b-bg-1-900 .ct-series.ct-series-b .ct-line {
    stroke: #01315a;
    stroke-width: 3px;
}

.series-b-bg-1-900 .ct-series.ct-series-b .ct-point {
    stroke: #01315a;
    stroke-width: 6px;
}

.series-b-bg-1-900 .ct-series.ct-series-b .ct-bar {
    stroke: #01315a;
}

.series-b-bg-1-900 .ct-series.ct-series-b .ct-slice-pie {
    fill: #01315a;
}

.series-b-bg-1-900 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #01315a;
}

.series-b-bg-1-900.opacity-100 .ct-series.ct-series-b .ct-area {
    fill: #01315a;
    fill-opacity: 0.9;
}

.series-b-bg-1-900.opacity-100 .ct-series.ct-series-b .ct-line {
    stroke: #01315a;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-b-bg-1-900.opacity-100 .ct-series.ct-series-b .ct-point {
    stroke: #01315a;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-b-bg-1-900.opacity-100 .ct-series.ct-series-b .ct-bar {
    stroke: #01315a;
    stroke-opacity: 1;
}

.series-b-bg-1-900.opacity-100 .ct-series.ct-series-b .ct-slice-pie {
    fill: #01315a;
    fill-opacity: 1;
}

.series-b-bg-1-900.opacity-100 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #01315a;
    stroke-opacity: 1;
}

.series-b-bg-2 .ct-series.ct-series-b .ct-area {
    fill: #002451;
}

.series-b-bg-2 .ct-series.ct-series-b .ct-line {
    stroke: #002451;
    stroke-width: 3px;
}

.series-b-bg-2 .ct-series.ct-series-b .ct-point {
    stroke: #002451;
    stroke-width: 6px;
}

.series-b-bg-2 .ct-series.ct-series-b .ct-bar {
    stroke: #002451;
}

.series-b-bg-2 .ct-series.ct-series-b .ct-slice-pie {
    fill: #002451;
}

.series-b-bg-2 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #002451;
}

.series-b-bg-2.opacity-100 .ct-series.ct-series-b .ct-area {
    fill: #002451;
    fill-opacity: 0.9;
}

.series-b-bg-2.opacity-100 .ct-series.ct-series-b .ct-line {
    stroke: #002451;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-b-bg-2.opacity-100 .ct-series.ct-series-b .ct-point {
    stroke: #002451;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-b-bg-2.opacity-100 .ct-series.ct-series-b .ct-bar {
    stroke: #002451;
    stroke-opacity: 1;
}

.series-b-bg-2.opacity-100 .ct-series.ct-series-b .ct-slice-pie {
    fill: #002451;
    fill-opacity: 1;
}

.series-b-bg-2.opacity-100 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #002451;
    stroke-opacity: 1;
}

.series-b-bg-2-100 .ct-series.ct-series-b .ct-area {
    fill: #0051b7;
}

.series-b-bg-2-100 .ct-series.ct-series-b .ct-line {
    stroke: #0051b7;
    stroke-width: 3px;
}

.series-b-bg-2-100 .ct-series.ct-series-b .ct-point {
    stroke: #0051b7;
    stroke-width: 6px;
}

.series-b-bg-2-100 .ct-series.ct-series-b .ct-bar {
    stroke: #0051b7;
}

.series-b-bg-2-100 .ct-series.ct-series-b .ct-slice-pie {
    fill: #0051b7;
}

.series-b-bg-2-100 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #0051b7;
}

.series-b-bg-2-100.opacity-100 .ct-series.ct-series-b .ct-area {
    fill: #0051b7;
    fill-opacity: 0.9;
}

.series-b-bg-2-100.opacity-100 .ct-series.ct-series-b .ct-line {
    stroke: #0051b7;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-b-bg-2-100.opacity-100 .ct-series.ct-series-b .ct-point {
    stroke: #0051b7;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-b-bg-2-100.opacity-100 .ct-series.ct-series-b .ct-bar {
    stroke: #0051b7;
    stroke-opacity: 1;
}

.series-b-bg-2-100.opacity-100 .ct-series.ct-series-b .ct-slice-pie {
    fill: #0051b7;
    fill-opacity: 1;
}

.series-b-bg-2-100.opacity-100 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #0051b7;
    stroke-opacity: 1;
}

.series-b-bg-2-200 .ct-series.ct-series-b .ct-area {
    fill: #00469e;
}

.series-b-bg-2-200 .ct-series.ct-series-b .ct-line {
    stroke: #00469e;
    stroke-width: 3px;
}

.series-b-bg-2-200 .ct-series.ct-series-b .ct-point {
    stroke: #00469e;
    stroke-width: 6px;
}

.series-b-bg-2-200 .ct-series.ct-series-b .ct-bar {
    stroke: #00469e;
}

.series-b-bg-2-200 .ct-series.ct-series-b .ct-slice-pie {
    fill: #00469e;
}

.series-b-bg-2-200 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #00469e;
}

.series-b-bg-2-200.opacity-100 .ct-series.ct-series-b .ct-area {
    fill: #00469e;
    fill-opacity: 0.9;
}

.series-b-bg-2-200.opacity-100 .ct-series.ct-series-b .ct-line {
    stroke: #00469e;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-b-bg-2-200.opacity-100 .ct-series.ct-series-b .ct-point {
    stroke: #00469e;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-b-bg-2-200.opacity-100 .ct-series.ct-series-b .ct-bar {
    stroke: #00469e;
    stroke-opacity: 1;
}

.series-b-bg-2-200.opacity-100 .ct-series.ct-series-b .ct-slice-pie {
    fill: #00469e;
    fill-opacity: 1;
}

.series-b-bg-2-200.opacity-100 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #00469e;
    stroke-opacity: 1;
}

.series-b-bg-2-300 .ct-series.ct-series-b .ct-area {
    fill: #003b84;
}

.series-b-bg-2-300 .ct-series.ct-series-b .ct-line {
    stroke: #003b84;
    stroke-width: 3px;
}

.series-b-bg-2-300 .ct-series.ct-series-b .ct-point {
    stroke: #003b84;
    stroke-width: 6px;
}

.series-b-bg-2-300 .ct-series.ct-series-b .ct-bar {
    stroke: #003b84;
}

.series-b-bg-2-300 .ct-series.ct-series-b .ct-slice-pie {
    fill: #003b84;
}

.series-b-bg-2-300 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #003b84;
}

.series-b-bg-2-300.opacity-100 .ct-series.ct-series-b .ct-area {
    fill: #003b84;
    fill-opacity: 0.9;
}

.series-b-bg-2-300.opacity-100 .ct-series.ct-series-b .ct-line {
    stroke: #003b84;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-b-bg-2-300.opacity-100 .ct-series.ct-series-b .ct-point {
    stroke: #003b84;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-b-bg-2-300.opacity-100 .ct-series.ct-series-b .ct-bar {
    stroke: #003b84;
    stroke-opacity: 1;
}

.series-b-bg-2-300.opacity-100 .ct-series.ct-series-b .ct-slice-pie {
    fill: #003b84;
    fill-opacity: 1;
}

.series-b-bg-2-300.opacity-100 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #003b84;
    stroke-opacity: 1;
}

.series-b-bg-2-400 .ct-series.ct-series-b .ct-area {
    fill: #002f6b;
}

.series-b-bg-2-400 .ct-series.ct-series-b .ct-line {
    stroke: #002f6b;
    stroke-width: 3px;
}

.series-b-bg-2-400 .ct-series.ct-series-b .ct-point {
    stroke: #002f6b;
    stroke-width: 6px;
}

.series-b-bg-2-400 .ct-series.ct-series-b .ct-bar {
    stroke: #002f6b;
}

.series-b-bg-2-400 .ct-series.ct-series-b .ct-slice-pie {
    fill: #002f6b;
}

.series-b-bg-2-400 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #002f6b;
}

.series-b-bg-2-400.opacity-100 .ct-series.ct-series-b .ct-area {
    fill: #002f6b;
    fill-opacity: 0.9;
}

.series-b-bg-2-400.opacity-100 .ct-series.ct-series-b .ct-line {
    stroke: #002f6b;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-b-bg-2-400.opacity-100 .ct-series.ct-series-b .ct-point {
    stroke: #002f6b;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-b-bg-2-400.opacity-100 .ct-series.ct-series-b .ct-bar {
    stroke: #002f6b;
    stroke-opacity: 1;
}

.series-b-bg-2-400.opacity-100 .ct-series.ct-series-b .ct-slice-pie {
    fill: #002f6b;
    fill-opacity: 1;
}

.series-b-bg-2-400.opacity-100 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #002f6b;
    stroke-opacity: 1;
}

.series-b-bg-2-500 .ct-series.ct-series-b .ct-area {
    fill: #002451;
}

.series-b-bg-2-500 .ct-series.ct-series-b .ct-line {
    stroke: #002451;
    stroke-width: 3px;
}

.series-b-bg-2-500 .ct-series.ct-series-b .ct-point {
    stroke: #002451;
    stroke-width: 6px;
}

.series-b-bg-2-500 .ct-series.ct-series-b .ct-bar {
    stroke: #002451;
}

.series-b-bg-2-500 .ct-series.ct-series-b .ct-slice-pie {
    fill: #002451;
}

.series-b-bg-2-500 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #002451;
}

.series-b-bg-2-500.opacity-100 .ct-series.ct-series-b .ct-area {
    fill: #002451;
    fill-opacity: 0.9;
}

.series-b-bg-2-500.opacity-100 .ct-series.ct-series-b .ct-line {
    stroke: #002451;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-b-bg-2-500.opacity-100 .ct-series.ct-series-b .ct-point {
    stroke: #002451;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-b-bg-2-500.opacity-100 .ct-series.ct-series-b .ct-bar {
    stroke: #002451;
    stroke-opacity: 1;
}

.series-b-bg-2-500.opacity-100 .ct-series.ct-series-b .ct-slice-pie {
    fill: #002451;
    fill-opacity: 1;
}

.series-b-bg-2-500.opacity-100 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #002451;
    stroke-opacity: 1;
}

.series-b-bg-2-600 .ct-series.ct-series-b .ct-area {
    fill: #001938;
}

.series-b-bg-2-600 .ct-series.ct-series-b .ct-line {
    stroke: #001938;
    stroke-width: 3px;
}

.series-b-bg-2-600 .ct-series.ct-series-b .ct-point {
    stroke: #001938;
    stroke-width: 6px;
}

.series-b-bg-2-600 .ct-series.ct-series-b .ct-bar {
    stroke: #001938;
}

.series-b-bg-2-600 .ct-series.ct-series-b .ct-slice-pie {
    fill: #001938;
}

.series-b-bg-2-600 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #001938;
}

.series-b-bg-2-600.opacity-100 .ct-series.ct-series-b .ct-area {
    fill: #001938;
    fill-opacity: 0.9;
}

.series-b-bg-2-600.opacity-100 .ct-series.ct-series-b .ct-line {
    stroke: #001938;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-b-bg-2-600.opacity-100 .ct-series.ct-series-b .ct-point {
    stroke: #001938;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-b-bg-2-600.opacity-100 .ct-series.ct-series-b .ct-bar {
    stroke: #001938;
    stroke-opacity: 1;
}

.series-b-bg-2-600.opacity-100 .ct-series.ct-series-b .ct-slice-pie {
    fill: #001938;
    fill-opacity: 1;
}

.series-b-bg-2-600.opacity-100 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #001938;
    stroke-opacity: 1;
}

.series-b-bg-2-700 .ct-series.ct-series-b .ct-area {
    fill: #000d1e;
}

.series-b-bg-2-700 .ct-series.ct-series-b .ct-line {
    stroke: #000d1e;
    stroke-width: 3px;
}

.series-b-bg-2-700 .ct-series.ct-series-b .ct-point {
    stroke: #000d1e;
    stroke-width: 6px;
}

.series-b-bg-2-700 .ct-series.ct-series-b .ct-bar {
    stroke: #000d1e;
}

.series-b-bg-2-700 .ct-series.ct-series-b .ct-slice-pie {
    fill: #000d1e;
}

.series-b-bg-2-700 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #000d1e;
}

.series-b-bg-2-700.opacity-100 .ct-series.ct-series-b .ct-area {
    fill: #000d1e;
    fill-opacity: 0.9;
}

.series-b-bg-2-700.opacity-100 .ct-series.ct-series-b .ct-line {
    stroke: #000d1e;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-b-bg-2-700.opacity-100 .ct-series.ct-series-b .ct-point {
    stroke: #000d1e;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-b-bg-2-700.opacity-100 .ct-series.ct-series-b .ct-bar {
    stroke: #000d1e;
    stroke-opacity: 1;
}

.series-b-bg-2-700.opacity-100 .ct-series.ct-series-b .ct-slice-pie {
    fill: #000d1e;
    fill-opacity: 1;
}

.series-b-bg-2-700.opacity-100 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #000d1e;
    stroke-opacity: 1;
}

.series-b-bg-2-800 .ct-series.ct-series-b .ct-area {
    fill: #000205;
}

.series-b-bg-2-800 .ct-series.ct-series-b .ct-line {
    stroke: #000205;
    stroke-width: 3px;
}

.series-b-bg-2-800 .ct-series.ct-series-b .ct-point {
    stroke: #000205;
    stroke-width: 6px;
}

.series-b-bg-2-800 .ct-series.ct-series-b .ct-bar {
    stroke: #000205;
}

.series-b-bg-2-800 .ct-series.ct-series-b .ct-slice-pie {
    fill: #000205;
}

.series-b-bg-2-800 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #000205;
}

.series-b-bg-2-800.opacity-100 .ct-series.ct-series-b .ct-area {
    fill: #000205;
    fill-opacity: 0.9;
}

.series-b-bg-2-800.opacity-100 .ct-series.ct-series-b .ct-line {
    stroke: #000205;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-b-bg-2-800.opacity-100 .ct-series.ct-series-b .ct-point {
    stroke: #000205;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-b-bg-2-800.opacity-100 .ct-series.ct-series-b .ct-bar {
    stroke: #000205;
    stroke-opacity: 1;
}

.series-b-bg-2-800.opacity-100 .ct-series.ct-series-b .ct-slice-pie {
    fill: #000205;
    fill-opacity: 1;
}

.series-b-bg-2-800.opacity-100 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #000205;
    stroke-opacity: 1;
}

.series-b-bg-2-900 .ct-series.ct-series-b .ct-area {
    fill: black;
}

.series-b-bg-2-900 .ct-series.ct-series-b .ct-line {
    stroke: black;
    stroke-width: 3px;
}

.series-b-bg-2-900 .ct-series.ct-series-b .ct-point {
    stroke: black;
    stroke-width: 6px;
}

.series-b-bg-2-900 .ct-series.ct-series-b .ct-bar {
    stroke: black;
}

.series-b-bg-2-900 .ct-series.ct-series-b .ct-slice-pie {
    fill: black;
}

.series-b-bg-2-900 .ct-series.ct-series-b .ct-slice-donut {
    stroke: black;
}

.series-b-bg-2-900.opacity-100 .ct-series.ct-series-b .ct-area {
    fill: black;
    fill-opacity: 0.9;
}

.series-b-bg-2-900.opacity-100 .ct-series.ct-series-b .ct-line {
    stroke: black;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-b-bg-2-900.opacity-100 .ct-series.ct-series-b .ct-point {
    stroke: black;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-b-bg-2-900.opacity-100 .ct-series.ct-series-b .ct-bar {
    stroke: black;
    stroke-opacity: 1;
}

.series-b-bg-2-900.opacity-100 .ct-series.ct-series-b .ct-slice-pie {
    fill: black;
    fill-opacity: 1;
}

.series-b-bg-2-900.opacity-100 .ct-series.ct-series-b .ct-slice-donut {
    stroke: black;
    stroke-opacity: 1;
}

.series-b-bg-3 .ct-series.ct-series-b .ct-area {
    fill: #262932;
}

.series-b-bg-3 .ct-series.ct-series-b .ct-line {
    stroke: #262932;
    stroke-width: 3px;
}

.series-b-bg-3 .ct-series.ct-series-b .ct-point {
    stroke: #262932;
    stroke-width: 6px;
}

.series-b-bg-3 .ct-series.ct-series-b .ct-bar {
    stroke: #262932;
}

.series-b-bg-3 .ct-series.ct-series-b .ct-slice-pie {
    fill: #262932;
}

.series-b-bg-3 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #262932;
}

.series-b-bg-3.opacity-100 .ct-series.ct-series-b .ct-area {
    fill: #262932;
    fill-opacity: 0.9;
}

.series-b-bg-3.opacity-100 .ct-series.ct-series-b .ct-line {
    stroke: #262932;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-b-bg-3.opacity-100 .ct-series.ct-series-b .ct-point {
    stroke: #262932;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-b-bg-3.opacity-100 .ct-series.ct-series-b .ct-bar {
    stroke: #262932;
    stroke-opacity: 1;
}

.series-b-bg-3.opacity-100 .ct-series.ct-series-b .ct-slice-pie {
    fill: #262932;
    fill-opacity: 1;
}

.series-b-bg-3.opacity-100 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #262932;
    stroke-opacity: 1;
}

.series-b-bg-3-100 .ct-series.ct-series-b .ct-area {
    fill: #52596c;
}

.series-b-bg-3-100 .ct-series.ct-series-b .ct-line {
    stroke: #52596c;
    stroke-width: 3px;
}

.series-b-bg-3-100 .ct-series.ct-series-b .ct-point {
    stroke: #52596c;
    stroke-width: 6px;
}

.series-b-bg-3-100 .ct-series.ct-series-b .ct-bar {
    stroke: #52596c;
}

.series-b-bg-3-100 .ct-series.ct-series-b .ct-slice-pie {
    fill: #52596c;
}

.series-b-bg-3-100 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #52596c;
}

.series-b-bg-3-100.opacity-100 .ct-series.ct-series-b .ct-area {
    fill: #52596c;
    fill-opacity: 0.9;
}

.series-b-bg-3-100.opacity-100 .ct-series.ct-series-b .ct-line {
    stroke: #52596c;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-b-bg-3-100.opacity-100 .ct-series.ct-series-b .ct-point {
    stroke: #52596c;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-b-bg-3-100.opacity-100 .ct-series.ct-series-b .ct-bar {
    stroke: #52596c;
    stroke-opacity: 1;
}

.series-b-bg-3-100.opacity-100 .ct-series.ct-series-b .ct-slice-pie {
    fill: #52596c;
    fill-opacity: 1;
}

.series-b-bg-3-100.opacity-100 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #52596c;
    stroke-opacity: 1;
}

.series-b-bg-3-200 .ct-series.ct-series-b .ct-area {
    fill: #474d5d;
}

.series-b-bg-3-200 .ct-series.ct-series-b .ct-line {
    stroke: #474d5d;
    stroke-width: 3px;
}

.series-b-bg-3-200 .ct-series.ct-series-b .ct-point {
    stroke: #474d5d;
    stroke-width: 6px;
}

.series-b-bg-3-200 .ct-series.ct-series-b .ct-bar {
    stroke: #474d5d;
}

.series-b-bg-3-200 .ct-series.ct-series-b .ct-slice-pie {
    fill: #474d5d;
}

.series-b-bg-3-200 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #474d5d;
}

.series-b-bg-3-200.opacity-100 .ct-series.ct-series-b .ct-area {
    fill: #474d5d;
    fill-opacity: 0.9;
}

.series-b-bg-3-200.opacity-100 .ct-series.ct-series-b .ct-line {
    stroke: #474d5d;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-b-bg-3-200.opacity-100 .ct-series.ct-series-b .ct-point {
    stroke: #474d5d;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-b-bg-3-200.opacity-100 .ct-series.ct-series-b .ct-bar {
    stroke: #474d5d;
    stroke-opacity: 1;
}

.series-b-bg-3-200.opacity-100 .ct-series.ct-series-b .ct-slice-pie {
    fill: #474d5d;
    fill-opacity: 1;
}

.series-b-bg-3-200.opacity-100 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #474d5d;
    stroke-opacity: 1;
}

.series-b-bg-3-300 .ct-series.ct-series-b .ct-area {
    fill: #3c414f;
}

.series-b-bg-3-300 .ct-series.ct-series-b .ct-line {
    stroke: #3c414f;
    stroke-width: 3px;
}

.series-b-bg-3-300 .ct-series.ct-series-b .ct-point {
    stroke: #3c414f;
    stroke-width: 6px;
}

.series-b-bg-3-300 .ct-series.ct-series-b .ct-bar {
    stroke: #3c414f;
}

.series-b-bg-3-300 .ct-series.ct-series-b .ct-slice-pie {
    fill: #3c414f;
}

.series-b-bg-3-300 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #3c414f;
}

.series-b-bg-3-300.opacity-100 .ct-series.ct-series-b .ct-area {
    fill: #3c414f;
    fill-opacity: 0.9;
}

.series-b-bg-3-300.opacity-100 .ct-series.ct-series-b .ct-line {
    stroke: #3c414f;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-b-bg-3-300.opacity-100 .ct-series.ct-series-b .ct-point {
    stroke: #3c414f;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-b-bg-3-300.opacity-100 .ct-series.ct-series-b .ct-bar {
    stroke: #3c414f;
    stroke-opacity: 1;
}

.series-b-bg-3-300.opacity-100 .ct-series.ct-series-b .ct-slice-pie {
    fill: #3c414f;
    fill-opacity: 1;
}

.series-b-bg-3-300.opacity-100 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #3c414f;
    stroke-opacity: 1;
}

.series-b-bg-3-400 .ct-series.ct-series-b .ct-area {
    fill: #313540;
}

.series-b-bg-3-400 .ct-series.ct-series-b .ct-line {
    stroke: #313540;
    stroke-width: 3px;
}

.series-b-bg-3-400 .ct-series.ct-series-b .ct-point {
    stroke: #313540;
    stroke-width: 6px;
}

.series-b-bg-3-400 .ct-series.ct-series-b .ct-bar {
    stroke: #313540;
}

.series-b-bg-3-400 .ct-series.ct-series-b .ct-slice-pie {
    fill: #313540;
}

.series-b-bg-3-400 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #313540;
}

.series-b-bg-3-400.opacity-100 .ct-series.ct-series-b .ct-area {
    fill: #313540;
    fill-opacity: 0.9;
}

.series-b-bg-3-400.opacity-100 .ct-series.ct-series-b .ct-line {
    stroke: #313540;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-b-bg-3-400.opacity-100 .ct-series.ct-series-b .ct-point {
    stroke: #313540;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-b-bg-3-400.opacity-100 .ct-series.ct-series-b .ct-bar {
    stroke: #313540;
    stroke-opacity: 1;
}

.series-b-bg-3-400.opacity-100 .ct-series.ct-series-b .ct-slice-pie {
    fill: #313540;
    fill-opacity: 1;
}

.series-b-bg-3-400.opacity-100 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #313540;
    stroke-opacity: 1;
}

.series-b-bg-3-500 .ct-series.ct-series-b .ct-area {
    fill: #262932;
}

.series-b-bg-3-500 .ct-series.ct-series-b .ct-line {
    stroke: #262932;
    stroke-width: 3px;
}

.series-b-bg-3-500 .ct-series.ct-series-b .ct-point {
    stroke: #262932;
    stroke-width: 6px;
}

.series-b-bg-3-500 .ct-series.ct-series-b .ct-bar {
    stroke: #262932;
}

.series-b-bg-3-500 .ct-series.ct-series-b .ct-slice-pie {
    fill: #262932;
}

.series-b-bg-3-500 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #262932;
}

.series-b-bg-3-500.opacity-100 .ct-series.ct-series-b .ct-area {
    fill: #262932;
    fill-opacity: 0.9;
}

.series-b-bg-3-500.opacity-100 .ct-series.ct-series-b .ct-line {
    stroke: #262932;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-b-bg-3-500.opacity-100 .ct-series.ct-series-b .ct-point {
    stroke: #262932;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-b-bg-3-500.opacity-100 .ct-series.ct-series-b .ct-bar {
    stroke: #262932;
    stroke-opacity: 1;
}

.series-b-bg-3-500.opacity-100 .ct-series.ct-series-b .ct-slice-pie {
    fill: #262932;
    fill-opacity: 1;
}

.series-b-bg-3-500.opacity-100 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #262932;
    stroke-opacity: 1;
}

.series-b-bg-3-600 .ct-series.ct-series-b .ct-area {
    fill: #1b1d24;
}

.series-b-bg-3-600 .ct-series.ct-series-b .ct-line {
    stroke: #1b1d24;
    stroke-width: 3px;
}

.series-b-bg-3-600 .ct-series.ct-series-b .ct-point {
    stroke: #1b1d24;
    stroke-width: 6px;
}

.series-b-bg-3-600 .ct-series.ct-series-b .ct-bar {
    stroke: #1b1d24;
}

.series-b-bg-3-600 .ct-series.ct-series-b .ct-slice-pie {
    fill: #1b1d24;
}

.series-b-bg-3-600 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #1b1d24;
}

.series-b-bg-3-600.opacity-100 .ct-series.ct-series-b .ct-area {
    fill: #1b1d24;
    fill-opacity: 0.9;
}

.series-b-bg-3-600.opacity-100 .ct-series.ct-series-b .ct-line {
    stroke: #1b1d24;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-b-bg-3-600.opacity-100 .ct-series.ct-series-b .ct-point {
    stroke: #1b1d24;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-b-bg-3-600.opacity-100 .ct-series.ct-series-b .ct-bar {
    stroke: #1b1d24;
    stroke-opacity: 1;
}

.series-b-bg-3-600.opacity-100 .ct-series.ct-series-b .ct-slice-pie {
    fill: #1b1d24;
    fill-opacity: 1;
}

.series-b-bg-3-600.opacity-100 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #1b1d24;
    stroke-opacity: 1;
}

.series-b-bg-3-700 .ct-series.ct-series-b .ct-area {
    fill: #101115;
}

.series-b-bg-3-700 .ct-series.ct-series-b .ct-line {
    stroke: #101115;
    stroke-width: 3px;
}

.series-b-bg-3-700 .ct-series.ct-series-b .ct-point {
    stroke: #101115;
    stroke-width: 6px;
}

.series-b-bg-3-700 .ct-series.ct-series-b .ct-bar {
    stroke: #101115;
}

.series-b-bg-3-700 .ct-series.ct-series-b .ct-slice-pie {
    fill: #101115;
}

.series-b-bg-3-700 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #101115;
}

.series-b-bg-3-700.opacity-100 .ct-series.ct-series-b .ct-area {
    fill: #101115;
    fill-opacity: 0.9;
}

.series-b-bg-3-700.opacity-100 .ct-series.ct-series-b .ct-line {
    stroke: #101115;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-b-bg-3-700.opacity-100 .ct-series.ct-series-b .ct-point {
    stroke: #101115;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-b-bg-3-700.opacity-100 .ct-series.ct-series-b .ct-bar {
    stroke: #101115;
    stroke-opacity: 1;
}

.series-b-bg-3-700.opacity-100 .ct-series.ct-series-b .ct-slice-pie {
    fill: #101115;
    fill-opacity: 1;
}

.series-b-bg-3-700.opacity-100 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #101115;
    stroke-opacity: 1;
}

.series-b-bg-3-800 .ct-series.ct-series-b .ct-area {
    fill: #050507;
}

.series-b-bg-3-800 .ct-series.ct-series-b .ct-line {
    stroke: #050507;
    stroke-width: 3px;
}

.series-b-bg-3-800 .ct-series.ct-series-b .ct-point {
    stroke: #050507;
    stroke-width: 6px;
}

.series-b-bg-3-800 .ct-series.ct-series-b .ct-bar {
    stroke: #050507;
}

.series-b-bg-3-800 .ct-series.ct-series-b .ct-slice-pie {
    fill: #050507;
}

.series-b-bg-3-800 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #050507;
}

.series-b-bg-3-800.opacity-100 .ct-series.ct-series-b .ct-area {
    fill: #050507;
    fill-opacity: 0.9;
}

.series-b-bg-3-800.opacity-100 .ct-series.ct-series-b .ct-line {
    stroke: #050507;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-b-bg-3-800.opacity-100 .ct-series.ct-series-b .ct-point {
    stroke: #050507;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-b-bg-3-800.opacity-100 .ct-series.ct-series-b .ct-bar {
    stroke: #050507;
    stroke-opacity: 1;
}

.series-b-bg-3-800.opacity-100 .ct-series.ct-series-b .ct-slice-pie {
    fill: #050507;
    fill-opacity: 1;
}

.series-b-bg-3-800.opacity-100 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #050507;
    stroke-opacity: 1;
}

.series-b-bg-3-900 .ct-series.ct-series-b .ct-area {
    fill: black;
}

.series-b-bg-3-900 .ct-series.ct-series-b .ct-line {
    stroke: black;
    stroke-width: 3px;
}

.series-b-bg-3-900 .ct-series.ct-series-b .ct-point {
    stroke: black;
    stroke-width: 6px;
}

.series-b-bg-3-900 .ct-series.ct-series-b .ct-bar {
    stroke: black;
}

.series-b-bg-3-900 .ct-series.ct-series-b .ct-slice-pie {
    fill: black;
}

.series-b-bg-3-900 .ct-series.ct-series-b .ct-slice-donut {
    stroke: black;
}

.series-b-bg-3-900.opacity-100 .ct-series.ct-series-b .ct-area {
    fill: black;
    fill-opacity: 0.9;
}

.series-b-bg-3-900.opacity-100 .ct-series.ct-series-b .ct-line {
    stroke: black;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-b-bg-3-900.opacity-100 .ct-series.ct-series-b .ct-point {
    stroke: black;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-b-bg-3-900.opacity-100 .ct-series.ct-series-b .ct-bar {
    stroke: black;
    stroke-opacity: 1;
}

.series-b-bg-3-900.opacity-100 .ct-series.ct-series-b .ct-slice-pie {
    fill: black;
    fill-opacity: 1;
}

.series-b-bg-3-900.opacity-100 .ct-series.ct-series-b .ct-slice-donut {
    stroke: black;
    stroke-opacity: 1;
}

.series-b-bg-4 .ct-series.ct-series-b .ct-area {
    fill: #000000;
}

.series-b-bg-4 .ct-series.ct-series-b .ct-line {
    stroke: #000000;
    stroke-width: 3px;
}

.series-b-bg-4 .ct-series.ct-series-b .ct-point {
    stroke: #000000;
    stroke-width: 6px;
}

.series-b-bg-4 .ct-series.ct-series-b .ct-bar {
    stroke: #000000;
}

.series-b-bg-4 .ct-series.ct-series-b .ct-slice-pie {
    fill: #000000;
}

.series-b-bg-4 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #000000;
}

.series-b-bg-4.opacity-100 .ct-series.ct-series-b .ct-area {
    fill: #000000;
    fill-opacity: 0.9;
}

.series-b-bg-4.opacity-100 .ct-series.ct-series-b .ct-line {
    stroke: #000000;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-b-bg-4.opacity-100 .ct-series.ct-series-b .ct-point {
    stroke: #000000;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-b-bg-4.opacity-100 .ct-series.ct-series-b .ct-bar {
    stroke: #000000;
    stroke-opacity: 1;
}

.series-b-bg-4.opacity-100 .ct-series.ct-series-b .ct-slice-pie {
    fill: #000000;
    fill-opacity: 1;
}

.series-b-bg-4.opacity-100 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #000000;
    stroke-opacity: 1;
}

.series-b-bg-4-100 .ct-series.ct-series-b .ct-area {
    fill: #333333;
}

.series-b-bg-4-100 .ct-series.ct-series-b .ct-line {
    stroke: #333333;
    stroke-width: 3px;
}

.series-b-bg-4-100 .ct-series.ct-series-b .ct-point {
    stroke: #333333;
    stroke-width: 6px;
}

.series-b-bg-4-100 .ct-series.ct-series-b .ct-bar {
    stroke: #333333;
}

.series-b-bg-4-100 .ct-series.ct-series-b .ct-slice-pie {
    fill: #333333;
}

.series-b-bg-4-100 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #333333;
}

.series-b-bg-4-100.opacity-100 .ct-series.ct-series-b .ct-area {
    fill: #333333;
    fill-opacity: 0.9;
}

.series-b-bg-4-100.opacity-100 .ct-series.ct-series-b .ct-line {
    stroke: #333333;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-b-bg-4-100.opacity-100 .ct-series.ct-series-b .ct-point {
    stroke: #333333;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-b-bg-4-100.opacity-100 .ct-series.ct-series-b .ct-bar {
    stroke: #333333;
    stroke-opacity: 1;
}

.series-b-bg-4-100.opacity-100 .ct-series.ct-series-b .ct-slice-pie {
    fill: #333333;
    fill-opacity: 1;
}

.series-b-bg-4-100.opacity-100 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #333333;
    stroke-opacity: 1;
}

.series-b-bg-4-200 .ct-series.ct-series-b .ct-area {
    fill: #262626;
}

.series-b-bg-4-200 .ct-series.ct-series-b .ct-line {
    stroke: #262626;
    stroke-width: 3px;
}

.series-b-bg-4-200 .ct-series.ct-series-b .ct-point {
    stroke: #262626;
    stroke-width: 6px;
}

.series-b-bg-4-200 .ct-series.ct-series-b .ct-bar {
    stroke: #262626;
}

.series-b-bg-4-200 .ct-series.ct-series-b .ct-slice-pie {
    fill: #262626;
}

.series-b-bg-4-200 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #262626;
}

.series-b-bg-4-200.opacity-100 .ct-series.ct-series-b .ct-area {
    fill: #262626;
    fill-opacity: 0.9;
}

.series-b-bg-4-200.opacity-100 .ct-series.ct-series-b .ct-line {
    stroke: #262626;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-b-bg-4-200.opacity-100 .ct-series.ct-series-b .ct-point {
    stroke: #262626;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-b-bg-4-200.opacity-100 .ct-series.ct-series-b .ct-bar {
    stroke: #262626;
    stroke-opacity: 1;
}

.series-b-bg-4-200.opacity-100 .ct-series.ct-series-b .ct-slice-pie {
    fill: #262626;
    fill-opacity: 1;
}

.series-b-bg-4-200.opacity-100 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #262626;
    stroke-opacity: 1;
}

.series-b-bg-4-300 .ct-series.ct-series-b .ct-area {
    fill: #1a1a1a;
}

.series-b-bg-4-300 .ct-series.ct-series-b .ct-line {
    stroke: #1a1a1a;
    stroke-width: 3px;
}

.series-b-bg-4-300 .ct-series.ct-series-b .ct-point {
    stroke: #1a1a1a;
    stroke-width: 6px;
}

.series-b-bg-4-300 .ct-series.ct-series-b .ct-bar {
    stroke: #1a1a1a;
}

.series-b-bg-4-300 .ct-series.ct-series-b .ct-slice-pie {
    fill: #1a1a1a;
}

.series-b-bg-4-300 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #1a1a1a;
}

.series-b-bg-4-300.opacity-100 .ct-series.ct-series-b .ct-area {
    fill: #1a1a1a;
    fill-opacity: 0.9;
}

.series-b-bg-4-300.opacity-100 .ct-series.ct-series-b .ct-line {
    stroke: #1a1a1a;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-b-bg-4-300.opacity-100 .ct-series.ct-series-b .ct-point {
    stroke: #1a1a1a;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-b-bg-4-300.opacity-100 .ct-series.ct-series-b .ct-bar {
    stroke: #1a1a1a;
    stroke-opacity: 1;
}

.series-b-bg-4-300.opacity-100 .ct-series.ct-series-b .ct-slice-pie {
    fill: #1a1a1a;
    fill-opacity: 1;
}

.series-b-bg-4-300.opacity-100 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #1a1a1a;
    stroke-opacity: 1;
}

.series-b-bg-4-400 .ct-series.ct-series-b .ct-area {
    fill: #0d0d0d;
}

.series-b-bg-4-400 .ct-series.ct-series-b .ct-line {
    stroke: #0d0d0d;
    stroke-width: 3px;
}

.series-b-bg-4-400 .ct-series.ct-series-b .ct-point {
    stroke: #0d0d0d;
    stroke-width: 6px;
}

.series-b-bg-4-400 .ct-series.ct-series-b .ct-bar {
    stroke: #0d0d0d;
}

.series-b-bg-4-400 .ct-series.ct-series-b .ct-slice-pie {
    fill: #0d0d0d;
}

.series-b-bg-4-400 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #0d0d0d;
}

.series-b-bg-4-400.opacity-100 .ct-series.ct-series-b .ct-area {
    fill: #0d0d0d;
    fill-opacity: 0.9;
}

.series-b-bg-4-400.opacity-100 .ct-series.ct-series-b .ct-line {
    stroke: #0d0d0d;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-b-bg-4-400.opacity-100 .ct-series.ct-series-b .ct-point {
    stroke: #0d0d0d;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-b-bg-4-400.opacity-100 .ct-series.ct-series-b .ct-bar {
    stroke: #0d0d0d;
    stroke-opacity: 1;
}

.series-b-bg-4-400.opacity-100 .ct-series.ct-series-b .ct-slice-pie {
    fill: #0d0d0d;
    fill-opacity: 1;
}

.series-b-bg-4-400.opacity-100 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #0d0d0d;
    stroke-opacity: 1;
}

.series-b-bg-4-500 .ct-series.ct-series-b .ct-area {
    fill: #000000;
}

.series-b-bg-4-500 .ct-series.ct-series-b .ct-line {
    stroke: #000000;
    stroke-width: 3px;
}

.series-b-bg-4-500 .ct-series.ct-series-b .ct-point {
    stroke: #000000;
    stroke-width: 6px;
}

.series-b-bg-4-500 .ct-series.ct-series-b .ct-bar {
    stroke: #000000;
}

.series-b-bg-4-500 .ct-series.ct-series-b .ct-slice-pie {
    fill: #000000;
}

.series-b-bg-4-500 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #000000;
}

.series-b-bg-4-500.opacity-100 .ct-series.ct-series-b .ct-area {
    fill: #000000;
    fill-opacity: 0.9;
}

.series-b-bg-4-500.opacity-100 .ct-series.ct-series-b .ct-line {
    stroke: #000000;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-b-bg-4-500.opacity-100 .ct-series.ct-series-b .ct-point {
    stroke: #000000;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-b-bg-4-500.opacity-100 .ct-series.ct-series-b .ct-bar {
    stroke: #000000;
    stroke-opacity: 1;
}

.series-b-bg-4-500.opacity-100 .ct-series.ct-series-b .ct-slice-pie {
    fill: #000000;
    fill-opacity: 1;
}

.series-b-bg-4-500.opacity-100 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #000000;
    stroke-opacity: 1;
}

.series-b-bg-4-600 .ct-series.ct-series-b .ct-area {
    fill: black;
}

.series-b-bg-4-600 .ct-series.ct-series-b .ct-line {
    stroke: black;
    stroke-width: 3px;
}

.series-b-bg-4-600 .ct-series.ct-series-b .ct-point {
    stroke: black;
    stroke-width: 6px;
}

.series-b-bg-4-600 .ct-series.ct-series-b .ct-bar {
    stroke: black;
}

.series-b-bg-4-600 .ct-series.ct-series-b .ct-slice-pie {
    fill: black;
}

.series-b-bg-4-600 .ct-series.ct-series-b .ct-slice-donut {
    stroke: black;
}

.series-b-bg-4-600.opacity-100 .ct-series.ct-series-b .ct-area {
    fill: black;
    fill-opacity: 0.9;
}

.series-b-bg-4-600.opacity-100 .ct-series.ct-series-b .ct-line {
    stroke: black;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-b-bg-4-600.opacity-100 .ct-series.ct-series-b .ct-point {
    stroke: black;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-b-bg-4-600.opacity-100 .ct-series.ct-series-b .ct-bar {
    stroke: black;
    stroke-opacity: 1;
}

.series-b-bg-4-600.opacity-100 .ct-series.ct-series-b .ct-slice-pie {
    fill: black;
    fill-opacity: 1;
}

.series-b-bg-4-600.opacity-100 .ct-series.ct-series-b .ct-slice-donut {
    stroke: black;
    stroke-opacity: 1;
}

.series-b-bg-4-700 .ct-series.ct-series-b .ct-area {
    fill: black;
}

.series-b-bg-4-700 .ct-series.ct-series-b .ct-line {
    stroke: black;
    stroke-width: 3px;
}

.series-b-bg-4-700 .ct-series.ct-series-b .ct-point {
    stroke: black;
    stroke-width: 6px;
}

.series-b-bg-4-700 .ct-series.ct-series-b .ct-bar {
    stroke: black;
}

.series-b-bg-4-700 .ct-series.ct-series-b .ct-slice-pie {
    fill: black;
}

.series-b-bg-4-700 .ct-series.ct-series-b .ct-slice-donut {
    stroke: black;
}

.series-b-bg-4-700.opacity-100 .ct-series.ct-series-b .ct-area {
    fill: black;
    fill-opacity: 0.9;
}

.series-b-bg-4-700.opacity-100 .ct-series.ct-series-b .ct-line {
    stroke: black;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-b-bg-4-700.opacity-100 .ct-series.ct-series-b .ct-point {
    stroke: black;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-b-bg-4-700.opacity-100 .ct-series.ct-series-b .ct-bar {
    stroke: black;
    stroke-opacity: 1;
}

.series-b-bg-4-700.opacity-100 .ct-series.ct-series-b .ct-slice-pie {
    fill: black;
    fill-opacity: 1;
}

.series-b-bg-4-700.opacity-100 .ct-series.ct-series-b .ct-slice-donut {
    stroke: black;
    stroke-opacity: 1;
}

.series-b-bg-4-800 .ct-series.ct-series-b .ct-area {
    fill: black;
}

.series-b-bg-4-800 .ct-series.ct-series-b .ct-line {
    stroke: black;
    stroke-width: 3px;
}

.series-b-bg-4-800 .ct-series.ct-series-b .ct-point {
    stroke: black;
    stroke-width: 6px;
}

.series-b-bg-4-800 .ct-series.ct-series-b .ct-bar {
    stroke: black;
}

.series-b-bg-4-800 .ct-series.ct-series-b .ct-slice-pie {
    fill: black;
}

.series-b-bg-4-800 .ct-series.ct-series-b .ct-slice-donut {
    stroke: black;
}

.series-b-bg-4-800.opacity-100 .ct-series.ct-series-b .ct-area {
    fill: black;
    fill-opacity: 0.9;
}

.series-b-bg-4-800.opacity-100 .ct-series.ct-series-b .ct-line {
    stroke: black;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-b-bg-4-800.opacity-100 .ct-series.ct-series-b .ct-point {
    stroke: black;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-b-bg-4-800.opacity-100 .ct-series.ct-series-b .ct-bar {
    stroke: black;
    stroke-opacity: 1;
}

.series-b-bg-4-800.opacity-100 .ct-series.ct-series-b .ct-slice-pie {
    fill: black;
    fill-opacity: 1;
}

.series-b-bg-4-800.opacity-100 .ct-series.ct-series-b .ct-slice-donut {
    stroke: black;
    stroke-opacity: 1;
}

.series-b-bg-4-900 .ct-series.ct-series-b .ct-area {
    fill: black;
}

.series-b-bg-4-900 .ct-series.ct-series-b .ct-line {
    stroke: black;
    stroke-width: 3px;
}

.series-b-bg-4-900 .ct-series.ct-series-b .ct-point {
    stroke: black;
    stroke-width: 6px;
}

.series-b-bg-4-900 .ct-series.ct-series-b .ct-bar {
    stroke: black;
}

.series-b-bg-4-900 .ct-series.ct-series-b .ct-slice-pie {
    fill: black;
}

.series-b-bg-4-900 .ct-series.ct-series-b .ct-slice-donut {
    stroke: black;
}

.series-b-bg-4-900.opacity-100 .ct-series.ct-series-b .ct-area {
    fill: black;
    fill-opacity: 0.9;
}

.series-b-bg-4-900.opacity-100 .ct-series.ct-series-b .ct-line {
    stroke: black;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-b-bg-4-900.opacity-100 .ct-series.ct-series-b .ct-point {
    stroke: black;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-b-bg-4-900.opacity-100 .ct-series.ct-series-b .ct-bar {
    stroke: black;
    stroke-opacity: 1;
}

.series-b-bg-4-900.opacity-100 .ct-series.ct-series-b .ct-slice-pie {
    fill: black;
    fill-opacity: 1;
}

.series-b-bg-4-900.opacity-100 .ct-series.ct-series-b .ct-slice-donut {
    stroke: black;
    stroke-opacity: 1;
}

.series-b-bg-5 .ct-series.ct-series-b .ct-area {
    fill: #461C6E;
}

.series-b-bg-5 .ct-series.ct-series-b .ct-line {
    stroke: #461C6E;
    stroke-width: 3px;
}

.series-b-bg-5 .ct-series.ct-series-b .ct-point {
    stroke: #461C6E;
    stroke-width: 6px;
}

.series-b-bg-5 .ct-series.ct-series-b .ct-bar {
    stroke: #461C6E;
}

.series-b-bg-5 .ct-series.ct-series-b .ct-slice-pie {
    fill: #461C6E;
}

.series-b-bg-5 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #461C6E;
}

.series-b-bg-5.opacity-100 .ct-series.ct-series-b .ct-area {
    fill: #461C6E;
    fill-opacity: 0.9;
}

.series-b-bg-5.opacity-100 .ct-series.ct-series-b .ct-line {
    stroke: #461C6E;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-b-bg-5.opacity-100 .ct-series.ct-series-b .ct-point {
    stroke: #461C6E;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-b-bg-5.opacity-100 .ct-series.ct-series-b .ct-bar {
    stroke: #461C6E;
    stroke-opacity: 1;
}

.series-b-bg-5.opacity-100 .ct-series.ct-series-b .ct-slice-pie {
    fill: #461C6E;
    fill-opacity: 1;
}

.series-b-bg-5.opacity-100 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #461C6E;
    stroke-opacity: 1;
}

.series-b-bg-5-100 .ct-series.ct-series-b .ct-area {
    fill: #7a31bf;
}

.series-b-bg-5-100 .ct-series.ct-series-b .ct-line {
    stroke: #7a31bf;
    stroke-width: 3px;
}

.series-b-bg-5-100 .ct-series.ct-series-b .ct-point {
    stroke: #7a31bf;
    stroke-width: 6px;
}

.series-b-bg-5-100 .ct-series.ct-series-b .ct-bar {
    stroke: #7a31bf;
}

.series-b-bg-5-100 .ct-series.ct-series-b .ct-slice-pie {
    fill: #7a31bf;
}

.series-b-bg-5-100 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #7a31bf;
}

.series-b-bg-5-100.opacity-100 .ct-series.ct-series-b .ct-area {
    fill: #7a31bf;
    fill-opacity: 0.9;
}

.series-b-bg-5-100.opacity-100 .ct-series.ct-series-b .ct-line {
    stroke: #7a31bf;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-b-bg-5-100.opacity-100 .ct-series.ct-series-b .ct-point {
    stroke: #7a31bf;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-b-bg-5-100.opacity-100 .ct-series.ct-series-b .ct-bar {
    stroke: #7a31bf;
    stroke-opacity: 1;
}

.series-b-bg-5-100.opacity-100 .ct-series.ct-series-b .ct-slice-pie {
    fill: #7a31bf;
    fill-opacity: 1;
}

.series-b-bg-5-100.opacity-100 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #7a31bf;
    stroke-opacity: 1;
}

.series-b-bg-5-200 .ct-series.ct-series-b .ct-area {
    fill: #6d2cab;
}

.series-b-bg-5-200 .ct-series.ct-series-b .ct-line {
    stroke: #6d2cab;
    stroke-width: 3px;
}

.series-b-bg-5-200 .ct-series.ct-series-b .ct-point {
    stroke: #6d2cab;
    stroke-width: 6px;
}

.series-b-bg-5-200 .ct-series.ct-series-b .ct-bar {
    stroke: #6d2cab;
}

.series-b-bg-5-200 .ct-series.ct-series-b .ct-slice-pie {
    fill: #6d2cab;
}

.series-b-bg-5-200 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #6d2cab;
}

.series-b-bg-5-200.opacity-100 .ct-series.ct-series-b .ct-area {
    fill: #6d2cab;
    fill-opacity: 0.9;
}

.series-b-bg-5-200.opacity-100 .ct-series.ct-series-b .ct-line {
    stroke: #6d2cab;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-b-bg-5-200.opacity-100 .ct-series.ct-series-b .ct-point {
    stroke: #6d2cab;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-b-bg-5-200.opacity-100 .ct-series.ct-series-b .ct-bar {
    stroke: #6d2cab;
    stroke-opacity: 1;
}

.series-b-bg-5-200.opacity-100 .ct-series.ct-series-b .ct-slice-pie {
    fill: #6d2cab;
    fill-opacity: 1;
}

.series-b-bg-5-200.opacity-100 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #6d2cab;
    stroke-opacity: 1;
}

.series-b-bg-5-300 .ct-series.ct-series-b .ct-area {
    fill: #602697;
}

.series-b-bg-5-300 .ct-series.ct-series-b .ct-line {
    stroke: #602697;
    stroke-width: 3px;
}

.series-b-bg-5-300 .ct-series.ct-series-b .ct-point {
    stroke: #602697;
    stroke-width: 6px;
}

.series-b-bg-5-300 .ct-series.ct-series-b .ct-bar {
    stroke: #602697;
}

.series-b-bg-5-300 .ct-series.ct-series-b .ct-slice-pie {
    fill: #602697;
}

.series-b-bg-5-300 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #602697;
}

.series-b-bg-5-300.opacity-100 .ct-series.ct-series-b .ct-area {
    fill: #602697;
    fill-opacity: 0.9;
}

.series-b-bg-5-300.opacity-100 .ct-series.ct-series-b .ct-line {
    stroke: #602697;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-b-bg-5-300.opacity-100 .ct-series.ct-series-b .ct-point {
    stroke: #602697;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-b-bg-5-300.opacity-100 .ct-series.ct-series-b .ct-bar {
    stroke: #602697;
    stroke-opacity: 1;
}

.series-b-bg-5-300.opacity-100 .ct-series.ct-series-b .ct-slice-pie {
    fill: #602697;
    fill-opacity: 1;
}

.series-b-bg-5-300.opacity-100 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #602697;
    stroke-opacity: 1;
}

.series-b-bg-5-400 .ct-series.ct-series-b .ct-area {
    fill: #532182;
}

.series-b-bg-5-400 .ct-series.ct-series-b .ct-line {
    stroke: #532182;
    stroke-width: 3px;
}

.series-b-bg-5-400 .ct-series.ct-series-b .ct-point {
    stroke: #532182;
    stroke-width: 6px;
}

.series-b-bg-5-400 .ct-series.ct-series-b .ct-bar {
    stroke: #532182;
}

.series-b-bg-5-400 .ct-series.ct-series-b .ct-slice-pie {
    fill: #532182;
}

.series-b-bg-5-400 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #532182;
}

.series-b-bg-5-400.opacity-100 .ct-series.ct-series-b .ct-area {
    fill: #532182;
    fill-opacity: 0.9;
}

.series-b-bg-5-400.opacity-100 .ct-series.ct-series-b .ct-line {
    stroke: #532182;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-b-bg-5-400.opacity-100 .ct-series.ct-series-b .ct-point {
    stroke: #532182;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-b-bg-5-400.opacity-100 .ct-series.ct-series-b .ct-bar {
    stroke: #532182;
    stroke-opacity: 1;
}

.series-b-bg-5-400.opacity-100 .ct-series.ct-series-b .ct-slice-pie {
    fill: #532182;
    fill-opacity: 1;
}

.series-b-bg-5-400.opacity-100 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #532182;
    stroke-opacity: 1;
}

.series-b-bg-5-500 .ct-series.ct-series-b .ct-area {
    fill: #461C6E;
}

.series-b-bg-5-500 .ct-series.ct-series-b .ct-line {
    stroke: #461C6E;
    stroke-width: 3px;
}

.series-b-bg-5-500 .ct-series.ct-series-b .ct-point {
    stroke: #461C6E;
    stroke-width: 6px;
}

.series-b-bg-5-500 .ct-series.ct-series-b .ct-bar {
    stroke: #461C6E;
}

.series-b-bg-5-500 .ct-series.ct-series-b .ct-slice-pie {
    fill: #461C6E;
}

.series-b-bg-5-500 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #461C6E;
}

.series-b-bg-5-500.opacity-100 .ct-series.ct-series-b .ct-area {
    fill: #461C6E;
    fill-opacity: 0.9;
}

.series-b-bg-5-500.opacity-100 .ct-series.ct-series-b .ct-line {
    stroke: #461C6E;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-b-bg-5-500.opacity-100 .ct-series.ct-series-b .ct-point {
    stroke: #461C6E;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-b-bg-5-500.opacity-100 .ct-series.ct-series-b .ct-bar {
    stroke: #461C6E;
    stroke-opacity: 1;
}

.series-b-bg-5-500.opacity-100 .ct-series.ct-series-b .ct-slice-pie {
    fill: #461C6E;
    fill-opacity: 1;
}

.series-b-bg-5-500.opacity-100 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #461C6E;
    stroke-opacity: 1;
}

.series-b-bg-5-600 .ct-series.ct-series-b .ct-area {
    fill: #39175a;
}

.series-b-bg-5-600 .ct-series.ct-series-b .ct-line {
    stroke: #39175a;
    stroke-width: 3px;
}

.series-b-bg-5-600 .ct-series.ct-series-b .ct-point {
    stroke: #39175a;
    stroke-width: 6px;
}

.series-b-bg-5-600 .ct-series.ct-series-b .ct-bar {
    stroke: #39175a;
}

.series-b-bg-5-600 .ct-series.ct-series-b .ct-slice-pie {
    fill: #39175a;
}

.series-b-bg-5-600 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #39175a;
}

.series-b-bg-5-600.opacity-100 .ct-series.ct-series-b .ct-area {
    fill: #39175a;
    fill-opacity: 0.9;
}

.series-b-bg-5-600.opacity-100 .ct-series.ct-series-b .ct-line {
    stroke: #39175a;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-b-bg-5-600.opacity-100 .ct-series.ct-series-b .ct-point {
    stroke: #39175a;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-b-bg-5-600.opacity-100 .ct-series.ct-series-b .ct-bar {
    stroke: #39175a;
    stroke-opacity: 1;
}

.series-b-bg-5-600.opacity-100 .ct-series.ct-series-b .ct-slice-pie {
    fill: #39175a;
    fill-opacity: 1;
}

.series-b-bg-5-600.opacity-100 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #39175a;
    stroke-opacity: 1;
}

.series-b-bg-5-700 .ct-series.ct-series-b .ct-area {
    fill: #2c1245;
}

.series-b-bg-5-700 .ct-series.ct-series-b .ct-line {
    stroke: #2c1245;
    stroke-width: 3px;
}

.series-b-bg-5-700 .ct-series.ct-series-b .ct-point {
    stroke: #2c1245;
    stroke-width: 6px;
}

.series-b-bg-5-700 .ct-series.ct-series-b .ct-bar {
    stroke: #2c1245;
}

.series-b-bg-5-700 .ct-series.ct-series-b .ct-slice-pie {
    fill: #2c1245;
}

.series-b-bg-5-700 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #2c1245;
}

.series-b-bg-5-700.opacity-100 .ct-series.ct-series-b .ct-area {
    fill: #2c1245;
    fill-opacity: 0.9;
}

.series-b-bg-5-700.opacity-100 .ct-series.ct-series-b .ct-line {
    stroke: #2c1245;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-b-bg-5-700.opacity-100 .ct-series.ct-series-b .ct-point {
    stroke: #2c1245;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-b-bg-5-700.opacity-100 .ct-series.ct-series-b .ct-bar {
    stroke: #2c1245;
    stroke-opacity: 1;
}

.series-b-bg-5-700.opacity-100 .ct-series.ct-series-b .ct-slice-pie {
    fill: #2c1245;
    fill-opacity: 1;
}

.series-b-bg-5-700.opacity-100 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #2c1245;
    stroke-opacity: 1;
}

.series-b-bg-5-800 .ct-series.ct-series-b .ct-area {
    fill: #1f0c31;
}

.series-b-bg-5-800 .ct-series.ct-series-b .ct-line {
    stroke: #1f0c31;
    stroke-width: 3px;
}

.series-b-bg-5-800 .ct-series.ct-series-b .ct-point {
    stroke: #1f0c31;
    stroke-width: 6px;
}

.series-b-bg-5-800 .ct-series.ct-series-b .ct-bar {
    stroke: #1f0c31;
}

.series-b-bg-5-800 .ct-series.ct-series-b .ct-slice-pie {
    fill: #1f0c31;
}

.series-b-bg-5-800 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #1f0c31;
}

.series-b-bg-5-800.opacity-100 .ct-series.ct-series-b .ct-area {
    fill: #1f0c31;
    fill-opacity: 0.9;
}

.series-b-bg-5-800.opacity-100 .ct-series.ct-series-b .ct-line {
    stroke: #1f0c31;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-b-bg-5-800.opacity-100 .ct-series.ct-series-b .ct-point {
    stroke: #1f0c31;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-b-bg-5-800.opacity-100 .ct-series.ct-series-b .ct-bar {
    stroke: #1f0c31;
    stroke-opacity: 1;
}

.series-b-bg-5-800.opacity-100 .ct-series.ct-series-b .ct-slice-pie {
    fill: #1f0c31;
    fill-opacity: 1;
}

.series-b-bg-5-800.opacity-100 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #1f0c31;
    stroke-opacity: 1;
}

.series-b-bg-5-900 .ct-series.ct-series-b .ct-area {
    fill: #12071d;
}

.series-b-bg-5-900 .ct-series.ct-series-b .ct-line {
    stroke: #12071d;
    stroke-width: 3px;
}

.series-b-bg-5-900 .ct-series.ct-series-b .ct-point {
    stroke: #12071d;
    stroke-width: 6px;
}

.series-b-bg-5-900 .ct-series.ct-series-b .ct-bar {
    stroke: #12071d;
}

.series-b-bg-5-900 .ct-series.ct-series-b .ct-slice-pie {
    fill: #12071d;
}

.series-b-bg-5-900 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #12071d;
}

.series-b-bg-5-900.opacity-100 .ct-series.ct-series-b .ct-area {
    fill: #12071d;
    fill-opacity: 0.9;
}

.series-b-bg-5-900.opacity-100 .ct-series.ct-series-b .ct-line {
    stroke: #12071d;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-b-bg-5-900.opacity-100 .ct-series.ct-series-b .ct-point {
    stroke: #12071d;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-b-bg-5-900.opacity-100 .ct-series.ct-series-b .ct-bar {
    stroke: #12071d;
    stroke-opacity: 1;
}

.series-b-bg-5-900.opacity-100 .ct-series.ct-series-b .ct-slice-pie {
    fill: #12071d;
    fill-opacity: 1;
}

.series-b-bg-5-900.opacity-100 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #12071d;
    stroke-opacity: 1;
}

.series-b-bg-6 .ct-series.ct-series-b .ct-area {
    fill: #ffffff;
}

.series-b-bg-6 .ct-series.ct-series-b .ct-line {
    stroke: #ffffff;
    stroke-width: 3px;
}

.series-b-bg-6 .ct-series.ct-series-b .ct-point {
    stroke: #ffffff;
    stroke-width: 6px;
}

.series-b-bg-6 .ct-series.ct-series-b .ct-bar {
    stroke: #ffffff;
}

.series-b-bg-6 .ct-series.ct-series-b .ct-slice-pie {
    fill: #ffffff;
}

.series-b-bg-6 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #ffffff;
}

.series-b-bg-6.opacity-100 .ct-series.ct-series-b .ct-area {
    fill: #ffffff;
    fill-opacity: 0.9;
}

.series-b-bg-6.opacity-100 .ct-series.ct-series-b .ct-line {
    stroke: #ffffff;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-b-bg-6.opacity-100 .ct-series.ct-series-b .ct-point {
    stroke: #ffffff;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-b-bg-6.opacity-100 .ct-series.ct-series-b .ct-bar {
    stroke: #ffffff;
    stroke-opacity: 1;
}

.series-b-bg-6.opacity-100 .ct-series.ct-series-b .ct-slice-pie {
    fill: #ffffff;
    fill-opacity: 1;
}

.series-b-bg-6.opacity-100 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #ffffff;
    stroke-opacity: 1;
}

.series-b-bg-6-100 .ct-series.ct-series-b .ct-area {
    fill: white;
}

.series-b-bg-6-100 .ct-series.ct-series-b .ct-line {
    stroke: white;
    stroke-width: 3px;
}

.series-b-bg-6-100 .ct-series.ct-series-b .ct-point {
    stroke: white;
    stroke-width: 6px;
}

.series-b-bg-6-100 .ct-series.ct-series-b .ct-bar {
    stroke: white;
}

.series-b-bg-6-100 .ct-series.ct-series-b .ct-slice-pie {
    fill: white;
}

.series-b-bg-6-100 .ct-series.ct-series-b .ct-slice-donut {
    stroke: white;
}

.series-b-bg-6-100.opacity-100 .ct-series.ct-series-b .ct-area {
    fill: white;
    fill-opacity: 0.9;
}

.series-b-bg-6-100.opacity-100 .ct-series.ct-series-b .ct-line {
    stroke: white;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-b-bg-6-100.opacity-100 .ct-series.ct-series-b .ct-point {
    stroke: white;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-b-bg-6-100.opacity-100 .ct-series.ct-series-b .ct-bar {
    stroke: white;
    stroke-opacity: 1;
}

.series-b-bg-6-100.opacity-100 .ct-series.ct-series-b .ct-slice-pie {
    fill: white;
    fill-opacity: 1;
}

.series-b-bg-6-100.opacity-100 .ct-series.ct-series-b .ct-slice-donut {
    stroke: white;
    stroke-opacity: 1;
}

.series-b-bg-6-200 .ct-series.ct-series-b .ct-area {
    fill: white;
}

.series-b-bg-6-200 .ct-series.ct-series-b .ct-line {
    stroke: white;
    stroke-width: 3px;
}

.series-b-bg-6-200 .ct-series.ct-series-b .ct-point {
    stroke: white;
    stroke-width: 6px;
}

.series-b-bg-6-200 .ct-series.ct-series-b .ct-bar {
    stroke: white;
}

.series-b-bg-6-200 .ct-series.ct-series-b .ct-slice-pie {
    fill: white;
}

.series-b-bg-6-200 .ct-series.ct-series-b .ct-slice-donut {
    stroke: white;
}

.series-b-bg-6-200.opacity-100 .ct-series.ct-series-b .ct-area {
    fill: white;
    fill-opacity: 0.9;
}

.series-b-bg-6-200.opacity-100 .ct-series.ct-series-b .ct-line {
    stroke: white;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-b-bg-6-200.opacity-100 .ct-series.ct-series-b .ct-point {
    stroke: white;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-b-bg-6-200.opacity-100 .ct-series.ct-series-b .ct-bar {
    stroke: white;
    stroke-opacity: 1;
}

.series-b-bg-6-200.opacity-100 .ct-series.ct-series-b .ct-slice-pie {
    fill: white;
    fill-opacity: 1;
}

.series-b-bg-6-200.opacity-100 .ct-series.ct-series-b .ct-slice-donut {
    stroke: white;
    stroke-opacity: 1;
}

.series-b-bg-6-300 .ct-series.ct-series-b .ct-area {
    fill: white;
}

.series-b-bg-6-300 .ct-series.ct-series-b .ct-line {
    stroke: white;
    stroke-width: 3px;
}

.series-b-bg-6-300 .ct-series.ct-series-b .ct-point {
    stroke: white;
    stroke-width: 6px;
}

.series-b-bg-6-300 .ct-series.ct-series-b .ct-bar {
    stroke: white;
}

.series-b-bg-6-300 .ct-series.ct-series-b .ct-slice-pie {
    fill: white;
}

.series-b-bg-6-300 .ct-series.ct-series-b .ct-slice-donut {
    stroke: white;
}

.series-b-bg-6-300.opacity-100 .ct-series.ct-series-b .ct-area {
    fill: white;
    fill-opacity: 0.9;
}

.series-b-bg-6-300.opacity-100 .ct-series.ct-series-b .ct-line {
    stroke: white;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-b-bg-6-300.opacity-100 .ct-series.ct-series-b .ct-point {
    stroke: white;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-b-bg-6-300.opacity-100 .ct-series.ct-series-b .ct-bar {
    stroke: white;
    stroke-opacity: 1;
}

.series-b-bg-6-300.opacity-100 .ct-series.ct-series-b .ct-slice-pie {
    fill: white;
    fill-opacity: 1;
}

.series-b-bg-6-300.opacity-100 .ct-series.ct-series-b .ct-slice-donut {
    stroke: white;
    stroke-opacity: 1;
}

.series-b-bg-6-400 .ct-series.ct-series-b .ct-area {
    fill: white;
}

.series-b-bg-6-400 .ct-series.ct-series-b .ct-line {
    stroke: white;
    stroke-width: 3px;
}

.series-b-bg-6-400 .ct-series.ct-series-b .ct-point {
    stroke: white;
    stroke-width: 6px;
}

.series-b-bg-6-400 .ct-series.ct-series-b .ct-bar {
    stroke: white;
}

.series-b-bg-6-400 .ct-series.ct-series-b .ct-slice-pie {
    fill: white;
}

.series-b-bg-6-400 .ct-series.ct-series-b .ct-slice-donut {
    stroke: white;
}

.series-b-bg-6-400.opacity-100 .ct-series.ct-series-b .ct-area {
    fill: white;
    fill-opacity: 0.9;
}

.series-b-bg-6-400.opacity-100 .ct-series.ct-series-b .ct-line {
    stroke: white;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-b-bg-6-400.opacity-100 .ct-series.ct-series-b .ct-point {
    stroke: white;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-b-bg-6-400.opacity-100 .ct-series.ct-series-b .ct-bar {
    stroke: white;
    stroke-opacity: 1;
}

.series-b-bg-6-400.opacity-100 .ct-series.ct-series-b .ct-slice-pie {
    fill: white;
    fill-opacity: 1;
}

.series-b-bg-6-400.opacity-100 .ct-series.ct-series-b .ct-slice-donut {
    stroke: white;
    stroke-opacity: 1;
}

.series-b-bg-6-500 .ct-series.ct-series-b .ct-area {
    fill: #ffffff;
}

.series-b-bg-6-500 .ct-series.ct-series-b .ct-line {
    stroke: #ffffff;
    stroke-width: 3px;
}

.series-b-bg-6-500 .ct-series.ct-series-b .ct-point {
    stroke: #ffffff;
    stroke-width: 6px;
}

.series-b-bg-6-500 .ct-series.ct-series-b .ct-bar {
    stroke: #ffffff;
}

.series-b-bg-6-500 .ct-series.ct-series-b .ct-slice-pie {
    fill: #ffffff;
}

.series-b-bg-6-500 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #ffffff;
}

.series-b-bg-6-500.opacity-100 .ct-series.ct-series-b .ct-area {
    fill: #ffffff;
    fill-opacity: 0.9;
}

.series-b-bg-6-500.opacity-100 .ct-series.ct-series-b .ct-line {
    stroke: #ffffff;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-b-bg-6-500.opacity-100 .ct-series.ct-series-b .ct-point {
    stroke: #ffffff;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-b-bg-6-500.opacity-100 .ct-series.ct-series-b .ct-bar {
    stroke: #ffffff;
    stroke-opacity: 1;
}

.series-b-bg-6-500.opacity-100 .ct-series.ct-series-b .ct-slice-pie {
    fill: #ffffff;
    fill-opacity: 1;
}

.series-b-bg-6-500.opacity-100 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #ffffff;
    stroke-opacity: 1;
}

.series-b-bg-6-600 .ct-series.ct-series-b .ct-area {
    fill: #f2f2f2;
}

.series-b-bg-6-600 .ct-series.ct-series-b .ct-line {
    stroke: #f2f2f2;
    stroke-width: 3px;
}

.series-b-bg-6-600 .ct-series.ct-series-b .ct-point {
    stroke: #f2f2f2;
    stroke-width: 6px;
}

.series-b-bg-6-600 .ct-series.ct-series-b .ct-bar {
    stroke: #f2f2f2;
}

.series-b-bg-6-600 .ct-series.ct-series-b .ct-slice-pie {
    fill: #f2f2f2;
}

.series-b-bg-6-600 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #f2f2f2;
}

.series-b-bg-6-600.opacity-100 .ct-series.ct-series-b .ct-area {
    fill: #f2f2f2;
    fill-opacity: 0.9;
}

.series-b-bg-6-600.opacity-100 .ct-series.ct-series-b .ct-line {
    stroke: #f2f2f2;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-b-bg-6-600.opacity-100 .ct-series.ct-series-b .ct-point {
    stroke: #f2f2f2;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-b-bg-6-600.opacity-100 .ct-series.ct-series-b .ct-bar {
    stroke: #f2f2f2;
    stroke-opacity: 1;
}

.series-b-bg-6-600.opacity-100 .ct-series.ct-series-b .ct-slice-pie {
    fill: #f2f2f2;
    fill-opacity: 1;
}

.series-b-bg-6-600.opacity-100 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #f2f2f2;
    stroke-opacity: 1;
}

.series-b-bg-6-700 .ct-series.ct-series-b .ct-area {
    fill: #e6e6e6;
}

.series-b-bg-6-700 .ct-series.ct-series-b .ct-line {
    stroke: #e6e6e6;
    stroke-width: 3px;
}

.series-b-bg-6-700 .ct-series.ct-series-b .ct-point {
    stroke: #e6e6e6;
    stroke-width: 6px;
}

.series-b-bg-6-700 .ct-series.ct-series-b .ct-bar {
    stroke: #e6e6e6;
}

.series-b-bg-6-700 .ct-series.ct-series-b .ct-slice-pie {
    fill: #e6e6e6;
}

.series-b-bg-6-700 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #e6e6e6;
}

.series-b-bg-6-700.opacity-100 .ct-series.ct-series-b .ct-area {
    fill: #e6e6e6;
    fill-opacity: 0.9;
}

.series-b-bg-6-700.opacity-100 .ct-series.ct-series-b .ct-line {
    stroke: #e6e6e6;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-b-bg-6-700.opacity-100 .ct-series.ct-series-b .ct-point {
    stroke: #e6e6e6;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-b-bg-6-700.opacity-100 .ct-series.ct-series-b .ct-bar {
    stroke: #e6e6e6;
    stroke-opacity: 1;
}

.series-b-bg-6-700.opacity-100 .ct-series.ct-series-b .ct-slice-pie {
    fill: #e6e6e6;
    fill-opacity: 1;
}

.series-b-bg-6-700.opacity-100 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #e6e6e6;
    stroke-opacity: 1;
}

.series-b-bg-6-800 .ct-series.ct-series-b .ct-area {
    fill: #d9d9d9;
}

.series-b-bg-6-800 .ct-series.ct-series-b .ct-line {
    stroke: #d9d9d9;
    stroke-width: 3px;
}

.series-b-bg-6-800 .ct-series.ct-series-b .ct-point {
    stroke: #d9d9d9;
    stroke-width: 6px;
}

.series-b-bg-6-800 .ct-series.ct-series-b .ct-bar {
    stroke: #d9d9d9;
}

.series-b-bg-6-800 .ct-series.ct-series-b .ct-slice-pie {
    fill: #d9d9d9;
}

.series-b-bg-6-800 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #d9d9d9;
}

.series-b-bg-6-800.opacity-100 .ct-series.ct-series-b .ct-area {
    fill: #d9d9d9;
    fill-opacity: 0.9;
}

.series-b-bg-6-800.opacity-100 .ct-series.ct-series-b .ct-line {
    stroke: #d9d9d9;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-b-bg-6-800.opacity-100 .ct-series.ct-series-b .ct-point {
    stroke: #d9d9d9;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-b-bg-6-800.opacity-100 .ct-series.ct-series-b .ct-bar {
    stroke: #d9d9d9;
    stroke-opacity: 1;
}

.series-b-bg-6-800.opacity-100 .ct-series.ct-series-b .ct-slice-pie {
    fill: #d9d9d9;
    fill-opacity: 1;
}

.series-b-bg-6-800.opacity-100 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #d9d9d9;
    stroke-opacity: 1;
}

.series-b-bg-6-900 .ct-series.ct-series-b .ct-area {
    fill: #cccccc;
}

.series-b-bg-6-900 .ct-series.ct-series-b .ct-line {
    stroke: #cccccc;
    stroke-width: 3px;
}

.series-b-bg-6-900 .ct-series.ct-series-b .ct-point {
    stroke: #cccccc;
    stroke-width: 6px;
}

.series-b-bg-6-900 .ct-series.ct-series-b .ct-bar {
    stroke: #cccccc;
}

.series-b-bg-6-900 .ct-series.ct-series-b .ct-slice-pie {
    fill: #cccccc;
}

.series-b-bg-6-900 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #cccccc;
}

.series-b-bg-6-900.opacity-100 .ct-series.ct-series-b .ct-area {
    fill: #cccccc;
    fill-opacity: 0.9;
}

.series-b-bg-6-900.opacity-100 .ct-series.ct-series-b .ct-line {
    stroke: #cccccc;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-b-bg-6-900.opacity-100 .ct-series.ct-series-b .ct-point {
    stroke: #cccccc;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-b-bg-6-900.opacity-100 .ct-series.ct-series-b .ct-bar {
    stroke: #cccccc;
    stroke-opacity: 1;
}

.series-b-bg-6-900.opacity-100 .ct-series.ct-series-b .ct-slice-pie {
    fill: #cccccc;
    fill-opacity: 1;
}

.series-b-bg-6-900.opacity-100 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #cccccc;
    stroke-opacity: 1;
}

.series-b-bg-7 .ct-series.ct-series-b .ct-area {
    fill: #f5f5f5;
}

.series-b-bg-7 .ct-series.ct-series-b .ct-line {
    stroke: #f5f5f5;
    stroke-width: 3px;
}

.series-b-bg-7 .ct-series.ct-series-b .ct-point {
    stroke: #f5f5f5;
    stroke-width: 6px;
}

.series-b-bg-7 .ct-series.ct-series-b .ct-bar {
    stroke: #f5f5f5;
}

.series-b-bg-7 .ct-series.ct-series-b .ct-slice-pie {
    fill: #f5f5f5;
}

.series-b-bg-7 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #f5f5f5;
}

.series-b-bg-7.opacity-100 .ct-series.ct-series-b .ct-area {
    fill: #f5f5f5;
    fill-opacity: 0.9;
}

.series-b-bg-7.opacity-100 .ct-series.ct-series-b .ct-line {
    stroke: #f5f5f5;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-b-bg-7.opacity-100 .ct-series.ct-series-b .ct-point {
    stroke: #f5f5f5;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-b-bg-7.opacity-100 .ct-series.ct-series-b .ct-bar {
    stroke: #f5f5f5;
    stroke-opacity: 1;
}

.series-b-bg-7.opacity-100 .ct-series.ct-series-b .ct-slice-pie {
    fill: #f5f5f5;
    fill-opacity: 1;
}

.series-b-bg-7.opacity-100 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #f5f5f5;
    stroke-opacity: 1;
}

.series-b-bg-7-100 .ct-series.ct-series-b .ct-area {
    fill: white;
}

.series-b-bg-7-100 .ct-series.ct-series-b .ct-line {
    stroke: white;
    stroke-width: 3px;
}

.series-b-bg-7-100 .ct-series.ct-series-b .ct-point {
    stroke: white;
    stroke-width: 6px;
}

.series-b-bg-7-100 .ct-series.ct-series-b .ct-bar {
    stroke: white;
}

.series-b-bg-7-100 .ct-series.ct-series-b .ct-slice-pie {
    fill: white;
}

.series-b-bg-7-100 .ct-series.ct-series-b .ct-slice-donut {
    stroke: white;
}

.series-b-bg-7-100.opacity-100 .ct-series.ct-series-b .ct-area {
    fill: white;
    fill-opacity: 0.9;
}

.series-b-bg-7-100.opacity-100 .ct-series.ct-series-b .ct-line {
    stroke: white;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-b-bg-7-100.opacity-100 .ct-series.ct-series-b .ct-point {
    stroke: white;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-b-bg-7-100.opacity-100 .ct-series.ct-series-b .ct-bar {
    stroke: white;
    stroke-opacity: 1;
}

.series-b-bg-7-100.opacity-100 .ct-series.ct-series-b .ct-slice-pie {
    fill: white;
    fill-opacity: 1;
}

.series-b-bg-7-100.opacity-100 .ct-series.ct-series-b .ct-slice-donut {
    stroke: white;
    stroke-opacity: 1;
}

.series-b-bg-7-200 .ct-series.ct-series-b .ct-area {
    fill: white;
}

.series-b-bg-7-200 .ct-series.ct-series-b .ct-line {
    stroke: white;
    stroke-width: 3px;
}

.series-b-bg-7-200 .ct-series.ct-series-b .ct-point {
    stroke: white;
    stroke-width: 6px;
}

.series-b-bg-7-200 .ct-series.ct-series-b .ct-bar {
    stroke: white;
}

.series-b-bg-7-200 .ct-series.ct-series-b .ct-slice-pie {
    fill: white;
}

.series-b-bg-7-200 .ct-series.ct-series-b .ct-slice-donut {
    stroke: white;
}

.series-b-bg-7-200.opacity-100 .ct-series.ct-series-b .ct-area {
    fill: white;
    fill-opacity: 0.9;
}

.series-b-bg-7-200.opacity-100 .ct-series.ct-series-b .ct-line {
    stroke: white;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-b-bg-7-200.opacity-100 .ct-series.ct-series-b .ct-point {
    stroke: white;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-b-bg-7-200.opacity-100 .ct-series.ct-series-b .ct-bar {
    stroke: white;
    stroke-opacity: 1;
}

.series-b-bg-7-200.opacity-100 .ct-series.ct-series-b .ct-slice-pie {
    fill: white;
    fill-opacity: 1;
}

.series-b-bg-7-200.opacity-100 .ct-series.ct-series-b .ct-slice-donut {
    stroke: white;
    stroke-opacity: 1;
}

.series-b-bg-7-300 .ct-series.ct-series-b .ct-area {
    fill: white;
}

.series-b-bg-7-300 .ct-series.ct-series-b .ct-line {
    stroke: white;
    stroke-width: 3px;
}

.series-b-bg-7-300 .ct-series.ct-series-b .ct-point {
    stroke: white;
    stroke-width: 6px;
}

.series-b-bg-7-300 .ct-series.ct-series-b .ct-bar {
    stroke: white;
}

.series-b-bg-7-300 .ct-series.ct-series-b .ct-slice-pie {
    fill: white;
}

.series-b-bg-7-300 .ct-series.ct-series-b .ct-slice-donut {
    stroke: white;
}

.series-b-bg-7-300.opacity-100 .ct-series.ct-series-b .ct-area {
    fill: white;
    fill-opacity: 0.9;
}

.series-b-bg-7-300.opacity-100 .ct-series.ct-series-b .ct-line {
    stroke: white;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-b-bg-7-300.opacity-100 .ct-series.ct-series-b .ct-point {
    stroke: white;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-b-bg-7-300.opacity-100 .ct-series.ct-series-b .ct-bar {
    stroke: white;
    stroke-opacity: 1;
}

.series-b-bg-7-300.opacity-100 .ct-series.ct-series-b .ct-slice-pie {
    fill: white;
    fill-opacity: 1;
}

.series-b-bg-7-300.opacity-100 .ct-series.ct-series-b .ct-slice-donut {
    stroke: white;
    stroke-opacity: 1;
}

.series-b-bg-7-400 .ct-series.ct-series-b .ct-area {
    fill: white;
}

.series-b-bg-7-400 .ct-series.ct-series-b .ct-line {
    stroke: white;
    stroke-width: 3px;
}

.series-b-bg-7-400 .ct-series.ct-series-b .ct-point {
    stroke: white;
    stroke-width: 6px;
}

.series-b-bg-7-400 .ct-series.ct-series-b .ct-bar {
    stroke: white;
}

.series-b-bg-7-400 .ct-series.ct-series-b .ct-slice-pie {
    fill: white;
}

.series-b-bg-7-400 .ct-series.ct-series-b .ct-slice-donut {
    stroke: white;
}

.series-b-bg-7-400.opacity-100 .ct-series.ct-series-b .ct-area {
    fill: white;
    fill-opacity: 0.9;
}

.series-b-bg-7-400.opacity-100 .ct-series.ct-series-b .ct-line {
    stroke: white;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-b-bg-7-400.opacity-100 .ct-series.ct-series-b .ct-point {
    stroke: white;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-b-bg-7-400.opacity-100 .ct-series.ct-series-b .ct-bar {
    stroke: white;
    stroke-opacity: 1;
}

.series-b-bg-7-400.opacity-100 .ct-series.ct-series-b .ct-slice-pie {
    fill: white;
    fill-opacity: 1;
}

.series-b-bg-7-400.opacity-100 .ct-series.ct-series-b .ct-slice-donut {
    stroke: white;
    stroke-opacity: 1;
}

.series-b-bg-7-500 .ct-series.ct-series-b .ct-area {
    fill: #f5f5f5;
}

.series-b-bg-7-500 .ct-series.ct-series-b .ct-line {
    stroke: #f5f5f5;
    stroke-width: 3px;
}

.series-b-bg-7-500 .ct-series.ct-series-b .ct-point {
    stroke: #f5f5f5;
    stroke-width: 6px;
}

.series-b-bg-7-500 .ct-series.ct-series-b .ct-bar {
    stroke: #f5f5f5;
}

.series-b-bg-7-500 .ct-series.ct-series-b .ct-slice-pie {
    fill: #f5f5f5;
}

.series-b-bg-7-500 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #f5f5f5;
}

.series-b-bg-7-500.opacity-100 .ct-series.ct-series-b .ct-area {
    fill: #f5f5f5;
    fill-opacity: 0.9;
}

.series-b-bg-7-500.opacity-100 .ct-series.ct-series-b .ct-line {
    stroke: #f5f5f5;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-b-bg-7-500.opacity-100 .ct-series.ct-series-b .ct-point {
    stroke: #f5f5f5;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-b-bg-7-500.opacity-100 .ct-series.ct-series-b .ct-bar {
    stroke: #f5f5f5;
    stroke-opacity: 1;
}

.series-b-bg-7-500.opacity-100 .ct-series.ct-series-b .ct-slice-pie {
    fill: #f5f5f5;
    fill-opacity: 1;
}

.series-b-bg-7-500.opacity-100 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #f5f5f5;
    stroke-opacity: 1;
}

.series-b-bg-7-600 .ct-series.ct-series-b .ct-area {
    fill: #e8e8e8;
}

.series-b-bg-7-600 .ct-series.ct-series-b .ct-line {
    stroke: #e8e8e8;
    stroke-width: 3px;
}

.series-b-bg-7-600 .ct-series.ct-series-b .ct-point {
    stroke: #e8e8e8;
    stroke-width: 6px;
}

.series-b-bg-7-600 .ct-series.ct-series-b .ct-bar {
    stroke: #e8e8e8;
}

.series-b-bg-7-600 .ct-series.ct-series-b .ct-slice-pie {
    fill: #e8e8e8;
}

.series-b-bg-7-600 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #e8e8e8;
}

.series-b-bg-7-600.opacity-100 .ct-series.ct-series-b .ct-area {
    fill: #e8e8e8;
    fill-opacity: 0.9;
}

.series-b-bg-7-600.opacity-100 .ct-series.ct-series-b .ct-line {
    stroke: #e8e8e8;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-b-bg-7-600.opacity-100 .ct-series.ct-series-b .ct-point {
    stroke: #e8e8e8;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-b-bg-7-600.opacity-100 .ct-series.ct-series-b .ct-bar {
    stroke: #e8e8e8;
    stroke-opacity: 1;
}

.series-b-bg-7-600.opacity-100 .ct-series.ct-series-b .ct-slice-pie {
    fill: #e8e8e8;
    fill-opacity: 1;
}

.series-b-bg-7-600.opacity-100 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #e8e8e8;
    stroke-opacity: 1;
}

.series-b-bg-7-700 .ct-series.ct-series-b .ct-area {
    fill: gainsboro;
}

.series-b-bg-7-700 .ct-series.ct-series-b .ct-line {
    stroke: gainsboro;
    stroke-width: 3px;
}

.series-b-bg-7-700 .ct-series.ct-series-b .ct-point {
    stroke: gainsboro;
    stroke-width: 6px;
}

.series-b-bg-7-700 .ct-series.ct-series-b .ct-bar {
    stroke: gainsboro;
}

.series-b-bg-7-700 .ct-series.ct-series-b .ct-slice-pie {
    fill: gainsboro;
}

.series-b-bg-7-700 .ct-series.ct-series-b .ct-slice-donut {
    stroke: gainsboro;
}

.series-b-bg-7-700.opacity-100 .ct-series.ct-series-b .ct-area {
    fill: gainsboro;
    fill-opacity: 0.9;
}

.series-b-bg-7-700.opacity-100 .ct-series.ct-series-b .ct-line {
    stroke: gainsboro;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-b-bg-7-700.opacity-100 .ct-series.ct-series-b .ct-point {
    stroke: gainsboro;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-b-bg-7-700.opacity-100 .ct-series.ct-series-b .ct-bar {
    stroke: gainsboro;
    stroke-opacity: 1;
}

.series-b-bg-7-700.opacity-100 .ct-series.ct-series-b .ct-slice-pie {
    fill: gainsboro;
    fill-opacity: 1;
}

.series-b-bg-7-700.opacity-100 .ct-series.ct-series-b .ct-slice-donut {
    stroke: gainsboro;
    stroke-opacity: 1;
}

.series-b-bg-7-800 .ct-series.ct-series-b .ct-area {
    fill: #cfcfcf;
}

.series-b-bg-7-800 .ct-series.ct-series-b .ct-line {
    stroke: #cfcfcf;
    stroke-width: 3px;
}

.series-b-bg-7-800 .ct-series.ct-series-b .ct-point {
    stroke: #cfcfcf;
    stroke-width: 6px;
}

.series-b-bg-7-800 .ct-series.ct-series-b .ct-bar {
    stroke: #cfcfcf;
}

.series-b-bg-7-800 .ct-series.ct-series-b .ct-slice-pie {
    fill: #cfcfcf;
}

.series-b-bg-7-800 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #cfcfcf;
}

.series-b-bg-7-800.opacity-100 .ct-series.ct-series-b .ct-area {
    fill: #cfcfcf;
    fill-opacity: 0.9;
}

.series-b-bg-7-800.opacity-100 .ct-series.ct-series-b .ct-line {
    stroke: #cfcfcf;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-b-bg-7-800.opacity-100 .ct-series.ct-series-b .ct-point {
    stroke: #cfcfcf;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-b-bg-7-800.opacity-100 .ct-series.ct-series-b .ct-bar {
    stroke: #cfcfcf;
    stroke-opacity: 1;
}

.series-b-bg-7-800.opacity-100 .ct-series.ct-series-b .ct-slice-pie {
    fill: #cfcfcf;
    fill-opacity: 1;
}

.series-b-bg-7-800.opacity-100 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #cfcfcf;
    stroke-opacity: 1;
}

.series-b-bg-7-900 .ct-series.ct-series-b .ct-area {
    fill: #c2c2c2;
}

.series-b-bg-7-900 .ct-series.ct-series-b .ct-line {
    stroke: #c2c2c2;
    stroke-width: 3px;
}

.series-b-bg-7-900 .ct-series.ct-series-b .ct-point {
    stroke: #c2c2c2;
    stroke-width: 6px;
}

.series-b-bg-7-900 .ct-series.ct-series-b .ct-bar {
    stroke: #c2c2c2;
}

.series-b-bg-7-900 .ct-series.ct-series-b .ct-slice-pie {
    fill: #c2c2c2;
}

.series-b-bg-7-900 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #c2c2c2;
}

.series-b-bg-7-900.opacity-100 .ct-series.ct-series-b .ct-area {
    fill: #c2c2c2;
    fill-opacity: 0.9;
}

.series-b-bg-7-900.opacity-100 .ct-series.ct-series-b .ct-line {
    stroke: #c2c2c2;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-b-bg-7-900.opacity-100 .ct-series.ct-series-b .ct-point {
    stroke: #c2c2c2;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-b-bg-7-900.opacity-100 .ct-series.ct-series-b .ct-bar {
    stroke: #c2c2c2;
    stroke-opacity: 1;
}

.series-b-bg-7-900.opacity-100 .ct-series.ct-series-b .ct-slice-pie {
    fill: #c2c2c2;
    fill-opacity: 1;
}

.series-b-bg-7-900.opacity-100 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #c2c2c2;
    stroke-opacity: 1;
}

.series-b-light-100 .ct-series.ct-series-b .ct-area {
    fill: white;
}

.series-b-light-100 .ct-series.ct-series-b .ct-line {
    stroke: white;
    stroke-width: 3px;
}

.series-b-light-100 .ct-series.ct-series-b .ct-point {
    stroke: white;
    stroke-width: 6px;
}

.series-b-light-100 .ct-series.ct-series-b .ct-bar {
    stroke: white;
}

.series-b-light-100 .ct-series.ct-series-b .ct-slice-pie {
    fill: white;
}

.series-b-light-100 .ct-series.ct-series-b .ct-slice-donut {
    stroke: white;
}

.series-b-light-100.opacity-100 .ct-series.ct-series-b .ct-area {
    fill: white;
    fill-opacity: 0.9;
}

.series-b-light-100.opacity-100 .ct-series.ct-series-b .ct-line {
    stroke: white;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-b-light-100.opacity-100 .ct-series.ct-series-b .ct-point {
    stroke: white;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-b-light-100.opacity-100 .ct-series.ct-series-b .ct-bar {
    stroke: white;
    stroke-opacity: 1;
}

.series-b-light-100.opacity-100 .ct-series.ct-series-b .ct-slice-pie {
    fill: white;
    fill-opacity: 1;
}

.series-b-light-100.opacity-100 .ct-series.ct-series-b .ct-slice-donut {
    stroke: white;
    stroke-opacity: 1;
}

.series-b-light-200 .ct-series.ct-series-b .ct-area {
    fill: white;
}

.series-b-light-200 .ct-series.ct-series-b .ct-line {
    stroke: white;
    stroke-width: 3px;
}

.series-b-light-200 .ct-series.ct-series-b .ct-point {
    stroke: white;
    stroke-width: 6px;
}

.series-b-light-200 .ct-series.ct-series-b .ct-bar {
    stroke: white;
}

.series-b-light-200 .ct-series.ct-series-b .ct-slice-pie {
    fill: white;
}

.series-b-light-200 .ct-series.ct-series-b .ct-slice-donut {
    stroke: white;
}

.series-b-light-200.opacity-100 .ct-series.ct-series-b .ct-area {
    fill: white;
    fill-opacity: 0.9;
}

.series-b-light-200.opacity-100 .ct-series.ct-series-b .ct-line {
    stroke: white;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-b-light-200.opacity-100 .ct-series.ct-series-b .ct-point {
    stroke: white;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-b-light-200.opacity-100 .ct-series.ct-series-b .ct-bar {
    stroke: white;
    stroke-opacity: 1;
}

.series-b-light-200.opacity-100 .ct-series.ct-series-b .ct-slice-pie {
    fill: white;
    fill-opacity: 1;
}

.series-b-light-200.opacity-100 .ct-series.ct-series-b .ct-slice-donut {
    stroke: white;
    stroke-opacity: 1;
}

.series-b-light-300 .ct-series.ct-series-b .ct-area {
    fill: white;
}

.series-b-light-300 .ct-series.ct-series-b .ct-line {
    stroke: white;
    stroke-width: 3px;
}

.series-b-light-300 .ct-series.ct-series-b .ct-point {
    stroke: white;
    stroke-width: 6px;
}

.series-b-light-300 .ct-series.ct-series-b .ct-bar {
    stroke: white;
}

.series-b-light-300 .ct-series.ct-series-b .ct-slice-pie {
    fill: white;
}

.series-b-light-300 .ct-series.ct-series-b .ct-slice-donut {
    stroke: white;
}

.series-b-light-300.opacity-100 .ct-series.ct-series-b .ct-area {
    fill: white;
    fill-opacity: 0.9;
}

.series-b-light-300.opacity-100 .ct-series.ct-series-b .ct-line {
    stroke: white;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-b-light-300.opacity-100 .ct-series.ct-series-b .ct-point {
    stroke: white;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-b-light-300.opacity-100 .ct-series.ct-series-b .ct-bar {
    stroke: white;
    stroke-opacity: 1;
}

.series-b-light-300.opacity-100 .ct-series.ct-series-b .ct-slice-pie {
    fill: white;
    fill-opacity: 1;
}

.series-b-light-300.opacity-100 .ct-series.ct-series-b .ct-slice-donut {
    stroke: white;
    stroke-opacity: 1;
}

.series-b-light-400 .ct-series.ct-series-b .ct-area {
    fill: #fdfdfd;
}

.series-b-light-400 .ct-series.ct-series-b .ct-line {
    stroke: #fdfdfd;
    stroke-width: 3px;
}

.series-b-light-400 .ct-series.ct-series-b .ct-point {
    stroke: #fdfdfd;
    stroke-width: 6px;
}

.series-b-light-400 .ct-series.ct-series-b .ct-bar {
    stroke: #fdfdfd;
}

.series-b-light-400 .ct-series.ct-series-b .ct-slice-pie {
    fill: #fdfdfd;
}

.series-b-light-400 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #fdfdfd;
}

.series-b-light-400.opacity-100 .ct-series.ct-series-b .ct-area {
    fill: #fdfdfd;
    fill-opacity: 0.9;
}

.series-b-light-400.opacity-100 .ct-series.ct-series-b .ct-line {
    stroke: #fdfdfd;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-b-light-400.opacity-100 .ct-series.ct-series-b .ct-point {
    stroke: #fdfdfd;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-b-light-400.opacity-100 .ct-series.ct-series-b .ct-bar {
    stroke: #fdfdfd;
    stroke-opacity: 1;
}

.series-b-light-400.opacity-100 .ct-series.ct-series-b .ct-slice-pie {
    fill: #fdfdfd;
    fill-opacity: 1;
}

.series-b-light-400.opacity-100 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #fdfdfd;
    stroke-opacity: 1;
}

.series-b-light-500 .ct-series.ct-series-b .ct-area {
    fill: #f5f5f5;
}

.series-b-light-500 .ct-series.ct-series-b .ct-line {
    stroke: #f5f5f5;
    stroke-width: 3px;
}

.series-b-light-500 .ct-series.ct-series-b .ct-point {
    stroke: #f5f5f5;
    stroke-width: 6px;
}

.series-b-light-500 .ct-series.ct-series-b .ct-bar {
    stroke: #f5f5f5;
}

.series-b-light-500 .ct-series.ct-series-b .ct-slice-pie {
    fill: #f5f5f5;
}

.series-b-light-500 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #f5f5f5;
}

.series-b-light-500.opacity-100 .ct-series.ct-series-b .ct-area {
    fill: #f5f5f5;
    fill-opacity: 0.9;
}

.series-b-light-500.opacity-100 .ct-series.ct-series-b .ct-line {
    stroke: #f5f5f5;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-b-light-500.opacity-100 .ct-series.ct-series-b .ct-point {
    stroke: #f5f5f5;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-b-light-500.opacity-100 .ct-series.ct-series-b .ct-bar {
    stroke: #f5f5f5;
    stroke-opacity: 1;
}

.series-b-light-500.opacity-100 .ct-series.ct-series-b .ct-slice-pie {
    fill: #f5f5f5;
    fill-opacity: 1;
}

.series-b-light-500.opacity-100 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #f5f5f5;
    stroke-opacity: 1;
}

.series-b-light-600 .ct-series.ct-series-b .ct-area {
    fill: #ededed;
}

.series-b-light-600 .ct-series.ct-series-b .ct-line {
    stroke: #ededed;
    stroke-width: 3px;
}

.series-b-light-600 .ct-series.ct-series-b .ct-point {
    stroke: #ededed;
    stroke-width: 6px;
}

.series-b-light-600 .ct-series.ct-series-b .ct-bar {
    stroke: #ededed;
}

.series-b-light-600 .ct-series.ct-series-b .ct-slice-pie {
    fill: #ededed;
}

.series-b-light-600 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #ededed;
}

.series-b-light-600.opacity-100 .ct-series.ct-series-b .ct-area {
    fill: #ededed;
    fill-opacity: 0.9;
}

.series-b-light-600.opacity-100 .ct-series.ct-series-b .ct-line {
    stroke: #ededed;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-b-light-600.opacity-100 .ct-series.ct-series-b .ct-point {
    stroke: #ededed;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-b-light-600.opacity-100 .ct-series.ct-series-b .ct-bar {
    stroke: #ededed;
    stroke-opacity: 1;
}

.series-b-light-600.opacity-100 .ct-series.ct-series-b .ct-slice-pie {
    fill: #ededed;
    fill-opacity: 1;
}

.series-b-light-600.opacity-100 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #ededed;
    stroke-opacity: 1;
}

.series-b-light-700 .ct-series.ct-series-b .ct-area {
    fill: #e6e6e6;
}

.series-b-light-700 .ct-series.ct-series-b .ct-line {
    stroke: #e6e6e6;
    stroke-width: 3px;
}

.series-b-light-700 .ct-series.ct-series-b .ct-point {
    stroke: #e6e6e6;
    stroke-width: 6px;
}

.series-b-light-700 .ct-series.ct-series-b .ct-bar {
    stroke: #e6e6e6;
}

.series-b-light-700 .ct-series.ct-series-b .ct-slice-pie {
    fill: #e6e6e6;
}

.series-b-light-700 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #e6e6e6;
}

.series-b-light-700.opacity-100 .ct-series.ct-series-b .ct-area {
    fill: #e6e6e6;
    fill-opacity: 0.9;
}

.series-b-light-700.opacity-100 .ct-series.ct-series-b .ct-line {
    stroke: #e6e6e6;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-b-light-700.opacity-100 .ct-series.ct-series-b .ct-point {
    stroke: #e6e6e6;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-b-light-700.opacity-100 .ct-series.ct-series-b .ct-bar {
    stroke: #e6e6e6;
    stroke-opacity: 1;
}

.series-b-light-700.opacity-100 .ct-series.ct-series-b .ct-slice-pie {
    fill: #e6e6e6;
    fill-opacity: 1;
}

.series-b-light-700.opacity-100 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #e6e6e6;
    stroke-opacity: 1;
}

.series-b-light-800 .ct-series.ct-series-b .ct-area {
    fill: #dedede;
}

.series-b-light-800 .ct-series.ct-series-b .ct-line {
    stroke: #dedede;
    stroke-width: 3px;
}

.series-b-light-800 .ct-series.ct-series-b .ct-point {
    stroke: #dedede;
    stroke-width: 6px;
}

.series-b-light-800 .ct-series.ct-series-b .ct-bar {
    stroke: #dedede;
}

.series-b-light-800 .ct-series.ct-series-b .ct-slice-pie {
    fill: #dedede;
}

.series-b-light-800 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #dedede;
}

.series-b-light-800.opacity-100 .ct-series.ct-series-b .ct-area {
    fill: #dedede;
    fill-opacity: 0.9;
}

.series-b-light-800.opacity-100 .ct-series.ct-series-b .ct-line {
    stroke: #dedede;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-b-light-800.opacity-100 .ct-series.ct-series-b .ct-point {
    stroke: #dedede;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-b-light-800.opacity-100 .ct-series.ct-series-b .ct-bar {
    stroke: #dedede;
    stroke-opacity: 1;
}

.series-b-light-800.opacity-100 .ct-series.ct-series-b .ct-slice-pie {
    fill: #dedede;
    fill-opacity: 1;
}

.series-b-light-800.opacity-100 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #dedede;
    stroke-opacity: 1;
}

.series-b-light-900 .ct-series.ct-series-b .ct-area {
    fill: #d6d6d6;
}

.series-b-light-900 .ct-series.ct-series-b .ct-line {
    stroke: #d6d6d6;
    stroke-width: 3px;
}

.series-b-light-900 .ct-series.ct-series-b .ct-point {
    stroke: #d6d6d6;
    stroke-width: 6px;
}

.series-b-light-900 .ct-series.ct-series-b .ct-bar {
    stroke: #d6d6d6;
}

.series-b-light-900 .ct-series.ct-series-b .ct-slice-pie {
    fill: #d6d6d6;
}

.series-b-light-900 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #d6d6d6;
}

.series-b-light-900.opacity-100 .ct-series.ct-series-b .ct-area {
    fill: #d6d6d6;
    fill-opacity: 0.9;
}

.series-b-light-900.opacity-100 .ct-series.ct-series-b .ct-line {
    stroke: #d6d6d6;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-b-light-900.opacity-100 .ct-series.ct-series-b .ct-point {
    stroke: #d6d6d6;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-b-light-900.opacity-100 .ct-series.ct-series-b .ct-bar {
    stroke: #d6d6d6;
    stroke-opacity: 1;
}

.series-b-light-900.opacity-100 .ct-series.ct-series-b .ct-slice-pie {
    fill: #d6d6d6;
    fill-opacity: 1;
}

.series-b-light-900.opacity-100 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #d6d6d6;
    stroke-opacity: 1;
}

.series-b-dark-100 .ct-series.ct-series-b .ct-area {
    fill: #404655;
}

.series-b-dark-100 .ct-series.ct-series-b .ct-line {
    stroke: #404655;
    stroke-width: 3px;
}

.series-b-dark-100 .ct-series.ct-series-b .ct-point {
    stroke: #404655;
    stroke-width: 6px;
}

.series-b-dark-100 .ct-series.ct-series-b .ct-bar {
    stroke: #404655;
}

.series-b-dark-100 .ct-series.ct-series-b .ct-slice-pie {
    fill: #404655;
}

.series-b-dark-100 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #404655;
}

.series-b-dark-100.opacity-100 .ct-series.ct-series-b .ct-area {
    fill: #404655;
    fill-opacity: 0.9;
}

.series-b-dark-100.opacity-100 .ct-series.ct-series-b .ct-line {
    stroke: #404655;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-b-dark-100.opacity-100 .ct-series.ct-series-b .ct-point {
    stroke: #404655;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-b-dark-100.opacity-100 .ct-series.ct-series-b .ct-bar {
    stroke: #404655;
    stroke-opacity: 1;
}

.series-b-dark-100.opacity-100 .ct-series.ct-series-b .ct-slice-pie {
    fill: #404655;
    fill-opacity: 1;
}

.series-b-dark-100.opacity-100 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #404655;
    stroke-opacity: 1;
}

.series-b-dark-200 .ct-series.ct-series-b .ct-area {
    fill: #3a3e4c;
}

.series-b-dark-200 .ct-series.ct-series-b .ct-line {
    stroke: #3a3e4c;
    stroke-width: 3px;
}

.series-b-dark-200 .ct-series.ct-series-b .ct-point {
    stroke: #3a3e4c;
    stroke-width: 6px;
}

.series-b-dark-200 .ct-series.ct-series-b .ct-bar {
    stroke: #3a3e4c;
}

.series-b-dark-200 .ct-series.ct-series-b .ct-slice-pie {
    fill: #3a3e4c;
}

.series-b-dark-200 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #3a3e4c;
}

.series-b-dark-200.opacity-100 .ct-series.ct-series-b .ct-area {
    fill: #3a3e4c;
    fill-opacity: 0.9;
}

.series-b-dark-200.opacity-100 .ct-series.ct-series-b .ct-line {
    stroke: #3a3e4c;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-b-dark-200.opacity-100 .ct-series.ct-series-b .ct-point {
    stroke: #3a3e4c;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-b-dark-200.opacity-100 .ct-series.ct-series-b .ct-bar {
    stroke: #3a3e4c;
    stroke-opacity: 1;
}

.series-b-dark-200.opacity-100 .ct-series.ct-series-b .ct-slice-pie {
    fill: #3a3e4c;
    fill-opacity: 1;
}

.series-b-dark-200.opacity-100 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #3a3e4c;
    stroke-opacity: 1;
}

.series-b-dark-300 .ct-series.ct-series-b .ct-area {
    fill: #333743;
}

.series-b-dark-300 .ct-series.ct-series-b .ct-line {
    stroke: #333743;
    stroke-width: 3px;
}

.series-b-dark-300 .ct-series.ct-series-b .ct-point {
    stroke: #333743;
    stroke-width: 6px;
}

.series-b-dark-300 .ct-series.ct-series-b .ct-bar {
    stroke: #333743;
}

.series-b-dark-300 .ct-series.ct-series-b .ct-slice-pie {
    fill: #333743;
}

.series-b-dark-300 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #333743;
}

.series-b-dark-300.opacity-100 .ct-series.ct-series-b .ct-area {
    fill: #333743;
    fill-opacity: 0.9;
}

.series-b-dark-300.opacity-100 .ct-series.ct-series-b .ct-line {
    stroke: #333743;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-b-dark-300.opacity-100 .ct-series.ct-series-b .ct-point {
    stroke: #333743;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-b-dark-300.opacity-100 .ct-series.ct-series-b .ct-bar {
    stroke: #333743;
    stroke-opacity: 1;
}

.series-b-dark-300.opacity-100 .ct-series.ct-series-b .ct-slice-pie {
    fill: #333743;
    fill-opacity: 1;
}

.series-b-dark-300.opacity-100 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #333743;
    stroke-opacity: 1;
}

.series-b-dark-400 .ct-series.ct-series-b .ct-area {
    fill: #2d303b;
}

.series-b-dark-400 .ct-series.ct-series-b .ct-line {
    stroke: #2d303b;
    stroke-width: 3px;
}

.series-b-dark-400 .ct-series.ct-series-b .ct-point {
    stroke: #2d303b;
    stroke-width: 6px;
}

.series-b-dark-400 .ct-series.ct-series-b .ct-bar {
    stroke: #2d303b;
}

.series-b-dark-400 .ct-series.ct-series-b .ct-slice-pie {
    fill: #2d303b;
}

.series-b-dark-400 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #2d303b;
}

.series-b-dark-400.opacity-100 .ct-series.ct-series-b .ct-area {
    fill: #2d303b;
    fill-opacity: 0.9;
}

.series-b-dark-400.opacity-100 .ct-series.ct-series-b .ct-line {
    stroke: #2d303b;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-b-dark-400.opacity-100 .ct-series.ct-series-b .ct-point {
    stroke: #2d303b;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-b-dark-400.opacity-100 .ct-series.ct-series-b .ct-bar {
    stroke: #2d303b;
    stroke-opacity: 1;
}

.series-b-dark-400.opacity-100 .ct-series.ct-series-b .ct-slice-pie {
    fill: #2d303b;
    fill-opacity: 1;
}

.series-b-dark-400.opacity-100 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #2d303b;
    stroke-opacity: 1;
}

.series-b-dark-500 .ct-series.ct-series-b .ct-area {
    fill: #262932;
}

.series-b-dark-500 .ct-series.ct-series-b .ct-line {
    stroke: #262932;
    stroke-width: 3px;
}

.series-b-dark-500 .ct-series.ct-series-b .ct-point {
    stroke: #262932;
    stroke-width: 6px;
}

.series-b-dark-500 .ct-series.ct-series-b .ct-bar {
    stroke: #262932;
}

.series-b-dark-500 .ct-series.ct-series-b .ct-slice-pie {
    fill: #262932;
}

.series-b-dark-500 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #262932;
}

.series-b-dark-500.opacity-100 .ct-series.ct-series-b .ct-area {
    fill: #262932;
    fill-opacity: 0.9;
}

.series-b-dark-500.opacity-100 .ct-series.ct-series-b .ct-line {
    stroke: #262932;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-b-dark-500.opacity-100 .ct-series.ct-series-b .ct-point {
    stroke: #262932;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-b-dark-500.opacity-100 .ct-series.ct-series-b .ct-bar {
    stroke: #262932;
    stroke-opacity: 1;
}

.series-b-dark-500.opacity-100 .ct-series.ct-series-b .ct-slice-pie {
    fill: #262932;
    fill-opacity: 1;
}

.series-b-dark-500.opacity-100 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #262932;
    stroke-opacity: 1;
}

.series-b-dark-600 .ct-series.ct-series-b .ct-area {
    fill: #1f2229;
}

.series-b-dark-600 .ct-series.ct-series-b .ct-line {
    stroke: #1f2229;
    stroke-width: 3px;
}

.series-b-dark-600 .ct-series.ct-series-b .ct-point {
    stroke: #1f2229;
    stroke-width: 6px;
}

.series-b-dark-600 .ct-series.ct-series-b .ct-bar {
    stroke: #1f2229;
}

.series-b-dark-600 .ct-series.ct-series-b .ct-slice-pie {
    fill: #1f2229;
}

.series-b-dark-600 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #1f2229;
}

.series-b-dark-600.opacity-100 .ct-series.ct-series-b .ct-area {
    fill: #1f2229;
    fill-opacity: 0.9;
}

.series-b-dark-600.opacity-100 .ct-series.ct-series-b .ct-line {
    stroke: #1f2229;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-b-dark-600.opacity-100 .ct-series.ct-series-b .ct-point {
    stroke: #1f2229;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-b-dark-600.opacity-100 .ct-series.ct-series-b .ct-bar {
    stroke: #1f2229;
    stroke-opacity: 1;
}

.series-b-dark-600.opacity-100 .ct-series.ct-series-b .ct-slice-pie {
    fill: #1f2229;
    fill-opacity: 1;
}

.series-b-dark-600.opacity-100 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #1f2229;
    stroke-opacity: 1;
}

.series-b-dark-700 .ct-series.ct-series-b .ct-area {
    fill: #191b21;
}

.series-b-dark-700 .ct-series.ct-series-b .ct-line {
    stroke: #191b21;
    stroke-width: 3px;
}

.series-b-dark-700 .ct-series.ct-series-b .ct-point {
    stroke: #191b21;
    stroke-width: 6px;
}

.series-b-dark-700 .ct-series.ct-series-b .ct-bar {
    stroke: #191b21;
}

.series-b-dark-700 .ct-series.ct-series-b .ct-slice-pie {
    fill: #191b21;
}

.series-b-dark-700 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #191b21;
}

.series-b-dark-700.opacity-100 .ct-series.ct-series-b .ct-area {
    fill: #191b21;
    fill-opacity: 0.9;
}

.series-b-dark-700.opacity-100 .ct-series.ct-series-b .ct-line {
    stroke: #191b21;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-b-dark-700.opacity-100 .ct-series.ct-series-b .ct-point {
    stroke: #191b21;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-b-dark-700.opacity-100 .ct-series.ct-series-b .ct-bar {
    stroke: #191b21;
    stroke-opacity: 1;
}

.series-b-dark-700.opacity-100 .ct-series.ct-series-b .ct-slice-pie {
    fill: #191b21;
    fill-opacity: 1;
}

.series-b-dark-700.opacity-100 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #191b21;
    stroke-opacity: 1;
}

.series-b-dark-800 .ct-series.ct-series-b .ct-area {
    fill: #121418;
}

.series-b-dark-800 .ct-series.ct-series-b .ct-line {
    stroke: #121418;
    stroke-width: 3px;
}

.series-b-dark-800 .ct-series.ct-series-b .ct-point {
    stroke: #121418;
    stroke-width: 6px;
}

.series-b-dark-800 .ct-series.ct-series-b .ct-bar {
    stroke: #121418;
}

.series-b-dark-800 .ct-series.ct-series-b .ct-slice-pie {
    fill: #121418;
}

.series-b-dark-800 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #121418;
}

.series-b-dark-800.opacity-100 .ct-series.ct-series-b .ct-area {
    fill: #121418;
    fill-opacity: 0.9;
}

.series-b-dark-800.opacity-100 .ct-series.ct-series-b .ct-line {
    stroke: #121418;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-b-dark-800.opacity-100 .ct-series.ct-series-b .ct-point {
    stroke: #121418;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-b-dark-800.opacity-100 .ct-series.ct-series-b .ct-bar {
    stroke: #121418;
    stroke-opacity: 1;
}

.series-b-dark-800.opacity-100 .ct-series.ct-series-b .ct-slice-pie {
    fill: #121418;
    fill-opacity: 1;
}

.series-b-dark-800.opacity-100 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #121418;
    stroke-opacity: 1;
}

.series-b-dark-900 .ct-series.ct-series-b .ct-area {
    fill: #0c0c0f;
}

.series-b-dark-900 .ct-series.ct-series-b .ct-line {
    stroke: #0c0c0f;
    stroke-width: 3px;
}

.series-b-dark-900 .ct-series.ct-series-b .ct-point {
    stroke: #0c0c0f;
    stroke-width: 6px;
}

.series-b-dark-900 .ct-series.ct-series-b .ct-bar {
    stroke: #0c0c0f;
}

.series-b-dark-900 .ct-series.ct-series-b .ct-slice-pie {
    fill: #0c0c0f;
}

.series-b-dark-900 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #0c0c0f;
}

.series-b-dark-900.opacity-100 .ct-series.ct-series-b .ct-area {
    fill: #0c0c0f;
    fill-opacity: 0.9;
}

.series-b-dark-900.opacity-100 .ct-series.ct-series-b .ct-line {
    stroke: #0c0c0f;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-b-dark-900.opacity-100 .ct-series.ct-series-b .ct-point {
    stroke: #0c0c0f;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-b-dark-900.opacity-100 .ct-series.ct-series-b .ct-bar {
    stroke: #0c0c0f;
    stroke-opacity: 1;
}

.series-b-dark-900.opacity-100 .ct-series.ct-series-b .ct-slice-pie {
    fill: #0c0c0f;
    fill-opacity: 1;
}

.series-b-dark-900.opacity-100 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #0c0c0f;
    stroke-opacity: 1;
}

.series-b-default .ct-series.ct-series-b .ct-area {
    fill: #5bc0de;
}

.series-b-default .ct-series.ct-series-b .ct-line {
    stroke: #5bc0de;
    stroke-width: 3px;
}

.series-b-default .ct-series.ct-series-b .ct-point {
    stroke: #5bc0de;
    stroke-width: 6px;
}

.series-b-default .ct-series.ct-series-b .ct-bar {
    stroke: #5bc0de;
}

.series-b-default .ct-series.ct-series-b .ct-slice-pie {
    fill: #5bc0de;
}

.series-b-default .ct-series.ct-series-b .ct-slice-donut {
    stroke: #5bc0de;
}

.series-b-default.opacity-100 .ct-series.ct-series-b .ct-area {
    fill: #5bc0de;
    fill-opacity: 0.9;
}

.series-b-default.opacity-100 .ct-series.ct-series-b .ct-line {
    stroke: #5bc0de;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-b-default.opacity-100 .ct-series.ct-series-b .ct-point {
    stroke: #5bc0de;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-b-default.opacity-100 .ct-series.ct-series-b .ct-bar {
    stroke: #5bc0de;
    stroke-opacity: 1;
}

.series-b-default.opacity-100 .ct-series.ct-series-b .ct-slice-pie {
    fill: #5bc0de;
    fill-opacity: 1;
}

.series-b-default.opacity-100 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #5bc0de;
    stroke-opacity: 1;
}

.series-b-default-100 .ct-series.ct-series-b .ct-area {
    fill: #8ed4e8;
}

.series-b-default-100 .ct-series.ct-series-b .ct-line {
    stroke: #8ed4e8;
    stroke-width: 3px;
}

.series-b-default-100 .ct-series.ct-series-b .ct-point {
    stroke: #8ed4e8;
    stroke-width: 6px;
}

.series-b-default-100 .ct-series.ct-series-b .ct-bar {
    stroke: #8ed4e8;
}

.series-b-default-100 .ct-series.ct-series-b .ct-slice-pie {
    fill: #8ed4e8;
}

.series-b-default-100 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #8ed4e8;
}

.series-b-default-100.opacity-100 .ct-series.ct-series-b .ct-area {
    fill: #8ed4e8;
    fill-opacity: 0.9;
}

.series-b-default-100.opacity-100 .ct-series.ct-series-b .ct-line {
    stroke: #8ed4e8;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-b-default-100.opacity-100 .ct-series.ct-series-b .ct-point {
    stroke: #8ed4e8;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-b-default-100.opacity-100 .ct-series.ct-series-b .ct-bar {
    stroke: #8ed4e8;
    stroke-opacity: 1;
}

.series-b-default-100.opacity-100 .ct-series.ct-series-b .ct-slice-pie {
    fill: #8ed4e8;
    fill-opacity: 1;
}

.series-b-default-100.opacity-100 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #8ed4e8;
    stroke-opacity: 1;
}

.series-b-default-200 .ct-series.ct-series-b .ct-area {
    fill: #81cfe6;
}

.series-b-default-200 .ct-series.ct-series-b .ct-line {
    stroke: #81cfe6;
    stroke-width: 3px;
}

.series-b-default-200 .ct-series.ct-series-b .ct-point {
    stroke: #81cfe6;
    stroke-width: 6px;
}

.series-b-default-200 .ct-series.ct-series-b .ct-bar {
    stroke: #81cfe6;
}

.series-b-default-200 .ct-series.ct-series-b .ct-slice-pie {
    fill: #81cfe6;
}

.series-b-default-200 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #81cfe6;
}

.series-b-default-200.opacity-100 .ct-series.ct-series-b .ct-area {
    fill: #81cfe6;
    fill-opacity: 0.9;
}

.series-b-default-200.opacity-100 .ct-series.ct-series-b .ct-line {
    stroke: #81cfe6;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-b-default-200.opacity-100 .ct-series.ct-series-b .ct-point {
    stroke: #81cfe6;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-b-default-200.opacity-100 .ct-series.ct-series-b .ct-bar {
    stroke: #81cfe6;
    stroke-opacity: 1;
}

.series-b-default-200.opacity-100 .ct-series.ct-series-b .ct-slice-pie {
    fill: #81cfe6;
    fill-opacity: 1;
}

.series-b-default-200.opacity-100 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #81cfe6;
    stroke-opacity: 1;
}

.series-b-default-300 .ct-series.ct-series-b .ct-area {
    fill: #74cae3;
}

.series-b-default-300 .ct-series.ct-series-b .ct-line {
    stroke: #74cae3;
    stroke-width: 3px;
}

.series-b-default-300 .ct-series.ct-series-b .ct-point {
    stroke: #74cae3;
    stroke-width: 6px;
}

.series-b-default-300 .ct-series.ct-series-b .ct-bar {
    stroke: #74cae3;
}

.series-b-default-300 .ct-series.ct-series-b .ct-slice-pie {
    fill: #74cae3;
}

.series-b-default-300 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #74cae3;
}

.series-b-default-300.opacity-100 .ct-series.ct-series-b .ct-area {
    fill: #74cae3;
    fill-opacity: 0.9;
}

.series-b-default-300.opacity-100 .ct-series.ct-series-b .ct-line {
    stroke: #74cae3;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-b-default-300.opacity-100 .ct-series.ct-series-b .ct-point {
    stroke: #74cae3;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-b-default-300.opacity-100 .ct-series.ct-series-b .ct-bar {
    stroke: #74cae3;
    stroke-opacity: 1;
}

.series-b-default-300.opacity-100 .ct-series.ct-series-b .ct-slice-pie {
    fill: #74cae3;
    fill-opacity: 1;
}

.series-b-default-300.opacity-100 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #74cae3;
    stroke-opacity: 1;
}

.series-b-default-400 .ct-series.ct-series-b .ct-area {
    fill: #68c5e1;
}

.series-b-default-400 .ct-series.ct-series-b .ct-line {
    stroke: #68c5e1;
    stroke-width: 3px;
}

.series-b-default-400 .ct-series.ct-series-b .ct-point {
    stroke: #68c5e1;
    stroke-width: 6px;
}

.series-b-default-400 .ct-series.ct-series-b .ct-bar {
    stroke: #68c5e1;
}

.series-b-default-400 .ct-series.ct-series-b .ct-slice-pie {
    fill: #68c5e1;
}

.series-b-default-400 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #68c5e1;
}

.series-b-default-400.opacity-100 .ct-series.ct-series-b .ct-area {
    fill: #68c5e1;
    fill-opacity: 0.9;
}

.series-b-default-400.opacity-100 .ct-series.ct-series-b .ct-line {
    stroke: #68c5e1;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-b-default-400.opacity-100 .ct-series.ct-series-b .ct-point {
    stroke: #68c5e1;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-b-default-400.opacity-100 .ct-series.ct-series-b .ct-bar {
    stroke: #68c5e1;
    stroke-opacity: 1;
}

.series-b-default-400.opacity-100 .ct-series.ct-series-b .ct-slice-pie {
    fill: #68c5e1;
    fill-opacity: 1;
}

.series-b-default-400.opacity-100 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #68c5e1;
    stroke-opacity: 1;
}

.series-b-default-500 .ct-series.ct-series-b .ct-area {
    fill: #5bc0de;
}

.series-b-default-500 .ct-series.ct-series-b .ct-line {
    stroke: #5bc0de;
    stroke-width: 3px;
}

.series-b-default-500 .ct-series.ct-series-b .ct-point {
    stroke: #5bc0de;
    stroke-width: 6px;
}

.series-b-default-500 .ct-series.ct-series-b .ct-bar {
    stroke: #5bc0de;
}

.series-b-default-500 .ct-series.ct-series-b .ct-slice-pie {
    fill: #5bc0de;
}

.series-b-default-500 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #5bc0de;
}

.series-b-default-500.opacity-100 .ct-series.ct-series-b .ct-area {
    fill: #5bc0de;
    fill-opacity: 0.9;
}

.series-b-default-500.opacity-100 .ct-series.ct-series-b .ct-line {
    stroke: #5bc0de;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-b-default-500.opacity-100 .ct-series.ct-series-b .ct-point {
    stroke: #5bc0de;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-b-default-500.opacity-100 .ct-series.ct-series-b .ct-bar {
    stroke: #5bc0de;
    stroke-opacity: 1;
}

.series-b-default-500.opacity-100 .ct-series.ct-series-b .ct-slice-pie {
    fill: #5bc0de;
    fill-opacity: 1;
}

.series-b-default-500.opacity-100 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #5bc0de;
    stroke-opacity: 1;
}

.series-b-default-600 .ct-series.ct-series-b .ct-area {
    fill: #4ebbdb;
}

.series-b-default-600 .ct-series.ct-series-b .ct-line {
    stroke: #4ebbdb;
    stroke-width: 3px;
}

.series-b-default-600 .ct-series.ct-series-b .ct-point {
    stroke: #4ebbdb;
    stroke-width: 6px;
}

.series-b-default-600 .ct-series.ct-series-b .ct-bar {
    stroke: #4ebbdb;
}

.series-b-default-600 .ct-series.ct-series-b .ct-slice-pie {
    fill: #4ebbdb;
}

.series-b-default-600 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #4ebbdb;
}

.series-b-default-600.opacity-100 .ct-series.ct-series-b .ct-area {
    fill: #4ebbdb;
    fill-opacity: 0.9;
}

.series-b-default-600.opacity-100 .ct-series.ct-series-b .ct-line {
    stroke: #4ebbdb;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-b-default-600.opacity-100 .ct-series.ct-series-b .ct-point {
    stroke: #4ebbdb;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-b-default-600.opacity-100 .ct-series.ct-series-b .ct-bar {
    stroke: #4ebbdb;
    stroke-opacity: 1;
}

.series-b-default-600.opacity-100 .ct-series.ct-series-b .ct-slice-pie {
    fill: #4ebbdb;
    fill-opacity: 1;
}

.series-b-default-600.opacity-100 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #4ebbdb;
    stroke-opacity: 1;
}

.series-b-default-700 .ct-series.ct-series-b .ct-area {
    fill: #42b6d9;
}

.series-b-default-700 .ct-series.ct-series-b .ct-line {
    stroke: #42b6d9;
    stroke-width: 3px;
}

.series-b-default-700 .ct-series.ct-series-b .ct-point {
    stroke: #42b6d9;
    stroke-width: 6px;
}

.series-b-default-700 .ct-series.ct-series-b .ct-bar {
    stroke: #42b6d9;
}

.series-b-default-700 .ct-series.ct-series-b .ct-slice-pie {
    fill: #42b6d9;
}

.series-b-default-700 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #42b6d9;
}

.series-b-default-700.opacity-100 .ct-series.ct-series-b .ct-area {
    fill: #42b6d9;
    fill-opacity: 0.9;
}

.series-b-default-700.opacity-100 .ct-series.ct-series-b .ct-line {
    stroke: #42b6d9;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-b-default-700.opacity-100 .ct-series.ct-series-b .ct-point {
    stroke: #42b6d9;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-b-default-700.opacity-100 .ct-series.ct-series-b .ct-bar {
    stroke: #42b6d9;
    stroke-opacity: 1;
}

.series-b-default-700.opacity-100 .ct-series.ct-series-b .ct-slice-pie {
    fill: #42b6d9;
    fill-opacity: 1;
}

.series-b-default-700.opacity-100 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #42b6d9;
    stroke-opacity: 1;
}

.series-b-default-800 .ct-series.ct-series-b .ct-area {
    fill: #35b1d6;
}

.series-b-default-800 .ct-series.ct-series-b .ct-line {
    stroke: #35b1d6;
    stroke-width: 3px;
}

.series-b-default-800 .ct-series.ct-series-b .ct-point {
    stroke: #35b1d6;
    stroke-width: 6px;
}

.series-b-default-800 .ct-series.ct-series-b .ct-bar {
    stroke: #35b1d6;
}

.series-b-default-800 .ct-series.ct-series-b .ct-slice-pie {
    fill: #35b1d6;
}

.series-b-default-800 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #35b1d6;
}

.series-b-default-800.opacity-100 .ct-series.ct-series-b .ct-area {
    fill: #35b1d6;
    fill-opacity: 0.9;
}

.series-b-default-800.opacity-100 .ct-series.ct-series-b .ct-line {
    stroke: #35b1d6;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-b-default-800.opacity-100 .ct-series.ct-series-b .ct-point {
    stroke: #35b1d6;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-b-default-800.opacity-100 .ct-series.ct-series-b .ct-bar {
    stroke: #35b1d6;
    stroke-opacity: 1;
}

.series-b-default-800.opacity-100 .ct-series.ct-series-b .ct-slice-pie {
    fill: #35b1d6;
    fill-opacity: 1;
}

.series-b-default-800.opacity-100 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #35b1d6;
    stroke-opacity: 1;
}

.series-b-default-900 .ct-series.ct-series-b .ct-area {
    fill: #2aabd2;
}

.series-b-default-900 .ct-series.ct-series-b .ct-line {
    stroke: #2aabd2;
    stroke-width: 3px;
}

.series-b-default-900 .ct-series.ct-series-b .ct-point {
    stroke: #2aabd2;
    stroke-width: 6px;
}

.series-b-default-900 .ct-series.ct-series-b .ct-bar {
    stroke: #2aabd2;
}

.series-b-default-900 .ct-series.ct-series-b .ct-slice-pie {
    fill: #2aabd2;
}

.series-b-default-900 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #2aabd2;
}

.series-b-default-900.opacity-100 .ct-series.ct-series-b .ct-area {
    fill: #2aabd2;
    fill-opacity: 0.9;
}

.series-b-default-900.opacity-100 .ct-series.ct-series-b .ct-line {
    stroke: #2aabd2;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-b-default-900.opacity-100 .ct-series.ct-series-b .ct-point {
    stroke: #2aabd2;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-b-default-900.opacity-100 .ct-series.ct-series-b .ct-bar {
    stroke: #2aabd2;
    stroke-opacity: 1;
}

.series-b-default-900.opacity-100 .ct-series.ct-series-b .ct-slice-pie {
    fill: #2aabd2;
    fill-opacity: 1;
}

.series-b-default-900.opacity-100 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #2aabd2;
    stroke-opacity: 1;
}

.series-b-primary .ct-series.ct-series-b .ct-area {
    fill: #0275d8;
}

.series-b-primary .ct-series.ct-series-b .ct-line {
    stroke: #0275d8;
    stroke-width: 3px;
}

.series-b-primary .ct-series.ct-series-b .ct-point {
    stroke: #0275d8;
    stroke-width: 6px;
}

.series-b-primary .ct-series.ct-series-b .ct-bar {
    stroke: #0275d8;
}

.series-b-primary .ct-series.ct-series-b .ct-slice-pie {
    fill: #0275d8;
}

.series-b-primary .ct-series.ct-series-b .ct-slice-donut {
    stroke: #0275d8;
}

.series-b-primary.opacity-100 .ct-series.ct-series-b .ct-area {
    fill: #0275d8;
    fill-opacity: 0.9;
}

.series-b-primary.opacity-100 .ct-series.ct-series-b .ct-line {
    stroke: #0275d8;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-b-primary.opacity-100 .ct-series.ct-series-b .ct-point {
    stroke: #0275d8;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-b-primary.opacity-100 .ct-series.ct-series-b .ct-bar {
    stroke: #0275d8;
    stroke-opacity: 1;
}

.series-b-primary.opacity-100 .ct-series.ct-series-b .ct-slice-pie {
    fill: #0275d8;
    fill-opacity: 1;
}

.series-b-primary.opacity-100 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #0275d8;
    stroke-opacity: 1;
}

.series-b-primary-100 .ct-series.ct-series-b .ct-area {
    fill: #1a94fd;
}

.series-b-primary-100 .ct-series.ct-series-b .ct-line {
    stroke: #1a94fd;
    stroke-width: 3px;
}

.series-b-primary-100 .ct-series.ct-series-b .ct-point {
    stroke: #1a94fd;
    stroke-width: 6px;
}

.series-b-primary-100 .ct-series.ct-series-b .ct-bar {
    stroke: #1a94fd;
}

.series-b-primary-100 .ct-series.ct-series-b .ct-slice-pie {
    fill: #1a94fd;
}

.series-b-primary-100 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #1a94fd;
}

.series-b-primary-100.opacity-100 .ct-series.ct-series-b .ct-area {
    fill: #1a94fd;
    fill-opacity: 0.9;
}

.series-b-primary-100.opacity-100 .ct-series.ct-series-b .ct-line {
    stroke: #1a94fd;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-b-primary-100.opacity-100 .ct-series.ct-series-b .ct-point {
    stroke: #1a94fd;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-b-primary-100.opacity-100 .ct-series.ct-series-b .ct-bar {
    stroke: #1a94fd;
    stroke-opacity: 1;
}

.series-b-primary-100.opacity-100 .ct-series.ct-series-b .ct-slice-pie {
    fill: #1a94fd;
    fill-opacity: 1;
}

.series-b-primary-100.opacity-100 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #1a94fd;
    stroke-opacity: 1;
}

.series-b-primary-200 .ct-series.ct-series-b .ct-area {
    fill: #0b8dfd;
}

.series-b-primary-200 .ct-series.ct-series-b .ct-line {
    stroke: #0b8dfd;
    stroke-width: 3px;
}

.series-b-primary-200 .ct-series.ct-series-b .ct-point {
    stroke: #0b8dfd;
    stroke-width: 6px;
}

.series-b-primary-200 .ct-series.ct-series-b .ct-bar {
    stroke: #0b8dfd;
}

.series-b-primary-200 .ct-series.ct-series-b .ct-slice-pie {
    fill: #0b8dfd;
}

.series-b-primary-200 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #0b8dfd;
}

.series-b-primary-200.opacity-100 .ct-series.ct-series-b .ct-area {
    fill: #0b8dfd;
    fill-opacity: 0.9;
}

.series-b-primary-200.opacity-100 .ct-series.ct-series-b .ct-line {
    stroke: #0b8dfd;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-b-primary-200.opacity-100 .ct-series.ct-series-b .ct-point {
    stroke: #0b8dfd;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-b-primary-200.opacity-100 .ct-series.ct-series-b .ct-bar {
    stroke: #0b8dfd;
    stroke-opacity: 1;
}

.series-b-primary-200.opacity-100 .ct-series.ct-series-b .ct-slice-pie {
    fill: #0b8dfd;
    fill-opacity: 1;
}

.series-b-primary-200.opacity-100 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #0b8dfd;
    stroke-opacity: 1;
}

.series-b-primary-300 .ct-series.ct-series-b .ct-area {
    fill: #0285f6;
}

.series-b-primary-300 .ct-series.ct-series-b .ct-line {
    stroke: #0285f6;
    stroke-width: 3px;
}

.series-b-primary-300 .ct-series.ct-series-b .ct-point {
    stroke: #0285f6;
    stroke-width: 6px;
}

.series-b-primary-300 .ct-series.ct-series-b .ct-bar {
    stroke: #0285f6;
}

.series-b-primary-300 .ct-series.ct-series-b .ct-slice-pie {
    fill: #0285f6;
}

.series-b-primary-300 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #0285f6;
}

.series-b-primary-300.opacity-100 .ct-series.ct-series-b .ct-area {
    fill: #0285f6;
    fill-opacity: 0.9;
}

.series-b-primary-300.opacity-100 .ct-series.ct-series-b .ct-line {
    stroke: #0285f6;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-b-primary-300.opacity-100 .ct-series.ct-series-b .ct-point {
    stroke: #0285f6;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-b-primary-300.opacity-100 .ct-series.ct-series-b .ct-bar {
    stroke: #0285f6;
    stroke-opacity: 1;
}

.series-b-primary-300.opacity-100 .ct-series.ct-series-b .ct-slice-pie {
    fill: #0285f6;
    fill-opacity: 1;
}

.series-b-primary-300.opacity-100 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #0285f6;
    stroke-opacity: 1;
}

.series-b-primary-400 .ct-series.ct-series-b .ct-area {
    fill: #027de7;
}

.series-b-primary-400 .ct-series.ct-series-b .ct-line {
    stroke: #027de7;
    stroke-width: 3px;
}

.series-b-primary-400 .ct-series.ct-series-b .ct-point {
    stroke: #027de7;
    stroke-width: 6px;
}

.series-b-primary-400 .ct-series.ct-series-b .ct-bar {
    stroke: #027de7;
}

.series-b-primary-400 .ct-series.ct-series-b .ct-slice-pie {
    fill: #027de7;
}

.series-b-primary-400 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #027de7;
}

.series-b-primary-400.opacity-100 .ct-series.ct-series-b .ct-area {
    fill: #027de7;
    fill-opacity: 0.9;
}

.series-b-primary-400.opacity-100 .ct-series.ct-series-b .ct-line {
    stroke: #027de7;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-b-primary-400.opacity-100 .ct-series.ct-series-b .ct-point {
    stroke: #027de7;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-b-primary-400.opacity-100 .ct-series.ct-series-b .ct-bar {
    stroke: #027de7;
    stroke-opacity: 1;
}

.series-b-primary-400.opacity-100 .ct-series.ct-series-b .ct-slice-pie {
    fill: #027de7;
    fill-opacity: 1;
}

.series-b-primary-400.opacity-100 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #027de7;
    stroke-opacity: 1;
}

.series-b-primary-500 .ct-series.ct-series-b .ct-area {
    fill: #0275d8;
}

.series-b-primary-500 .ct-series.ct-series-b .ct-line {
    stroke: #0275d8;
    stroke-width: 3px;
}

.series-b-primary-500 .ct-series.ct-series-b .ct-point {
    stroke: #0275d8;
    stroke-width: 6px;
}

.series-b-primary-500 .ct-series.ct-series-b .ct-bar {
    stroke: #0275d8;
}

.series-b-primary-500 .ct-series.ct-series-b .ct-slice-pie {
    fill: #0275d8;
}

.series-b-primary-500 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #0275d8;
}

.series-b-primary-500.opacity-100 .ct-series.ct-series-b .ct-area {
    fill: #0275d8;
    fill-opacity: 0.9;
}

.series-b-primary-500.opacity-100 .ct-series.ct-series-b .ct-line {
    stroke: #0275d8;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-b-primary-500.opacity-100 .ct-series.ct-series-b .ct-point {
    stroke: #0275d8;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-b-primary-500.opacity-100 .ct-series.ct-series-b .ct-bar {
    stroke: #0275d8;
    stroke-opacity: 1;
}

.series-b-primary-500.opacity-100 .ct-series.ct-series-b .ct-slice-pie {
    fill: #0275d8;
    fill-opacity: 1;
}

.series-b-primary-500.opacity-100 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #0275d8;
    stroke-opacity: 1;
}

.series-b-primary-600 .ct-series.ct-series-b .ct-area {
    fill: #026dc9;
}

.series-b-primary-600 .ct-series.ct-series-b .ct-line {
    stroke: #026dc9;
    stroke-width: 3px;
}

.series-b-primary-600 .ct-series.ct-series-b .ct-point {
    stroke: #026dc9;
    stroke-width: 6px;
}

.series-b-primary-600 .ct-series.ct-series-b .ct-bar {
    stroke: #026dc9;
}

.series-b-primary-600 .ct-series.ct-series-b .ct-slice-pie {
    fill: #026dc9;
}

.series-b-primary-600 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #026dc9;
}

.series-b-primary-600.opacity-100 .ct-series.ct-series-b .ct-area {
    fill: #026dc9;
    fill-opacity: 0.9;
}

.series-b-primary-600.opacity-100 .ct-series.ct-series-b .ct-line {
    stroke: #026dc9;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-b-primary-600.opacity-100 .ct-series.ct-series-b .ct-point {
    stroke: #026dc9;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-b-primary-600.opacity-100 .ct-series.ct-series-b .ct-bar {
    stroke: #026dc9;
    stroke-opacity: 1;
}

.series-b-primary-600.opacity-100 .ct-series.ct-series-b .ct-slice-pie {
    fill: #026dc9;
    fill-opacity: 1;
}

.series-b-primary-600.opacity-100 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #026dc9;
    stroke-opacity: 1;
}

.series-b-primary-700 .ct-series.ct-series-b .ct-area {
    fill: #0265ba;
}

.series-b-primary-700 .ct-series.ct-series-b .ct-line {
    stroke: #0265ba;
    stroke-width: 3px;
}

.series-b-primary-700 .ct-series.ct-series-b .ct-point {
    stroke: #0265ba;
    stroke-width: 6px;
}

.series-b-primary-700 .ct-series.ct-series-b .ct-bar {
    stroke: #0265ba;
}

.series-b-primary-700 .ct-series.ct-series-b .ct-slice-pie {
    fill: #0265ba;
}

.series-b-primary-700 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #0265ba;
}

.series-b-primary-700.opacity-100 .ct-series.ct-series-b .ct-area {
    fill: #0265ba;
    fill-opacity: 0.9;
}

.series-b-primary-700.opacity-100 .ct-series.ct-series-b .ct-line {
    stroke: #0265ba;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-b-primary-700.opacity-100 .ct-series.ct-series-b .ct-point {
    stroke: #0265ba;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-b-primary-700.opacity-100 .ct-series.ct-series-b .ct-bar {
    stroke: #0265ba;
    stroke-opacity: 1;
}

.series-b-primary-700.opacity-100 .ct-series.ct-series-b .ct-slice-pie {
    fill: #0265ba;
    fill-opacity: 1;
}

.series-b-primary-700.opacity-100 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #0265ba;
    stroke-opacity: 1;
}

.series-b-primary-800 .ct-series.ct-series-b .ct-area {
    fill: #025cab;
}

.series-b-primary-800 .ct-series.ct-series-b .ct-line {
    stroke: #025cab;
    stroke-width: 3px;
}

.series-b-primary-800 .ct-series.ct-series-b .ct-point {
    stroke: #025cab;
    stroke-width: 6px;
}

.series-b-primary-800 .ct-series.ct-series-b .ct-bar {
    stroke: #025cab;
}

.series-b-primary-800 .ct-series.ct-series-b .ct-slice-pie {
    fill: #025cab;
}

.series-b-primary-800 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #025cab;
}

.series-b-primary-800.opacity-100 .ct-series.ct-series-b .ct-area {
    fill: #025cab;
    fill-opacity: 0.9;
}

.series-b-primary-800.opacity-100 .ct-series.ct-series-b .ct-line {
    stroke: #025cab;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-b-primary-800.opacity-100 .ct-series.ct-series-b .ct-point {
    stroke: #025cab;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-b-primary-800.opacity-100 .ct-series.ct-series-b .ct-bar {
    stroke: #025cab;
    stroke-opacity: 1;
}

.series-b-primary-800.opacity-100 .ct-series.ct-series-b .ct-slice-pie {
    fill: #025cab;
    fill-opacity: 1;
}

.series-b-primary-800.opacity-100 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #025cab;
    stroke-opacity: 1;
}

.series-b-primary-900 .ct-series.ct-series-b .ct-area {
    fill: #01549b;
}

.series-b-primary-900 .ct-series.ct-series-b .ct-line {
    stroke: #01549b;
    stroke-width: 3px;
}

.series-b-primary-900 .ct-series.ct-series-b .ct-point {
    stroke: #01549b;
    stroke-width: 6px;
}

.series-b-primary-900 .ct-series.ct-series-b .ct-bar {
    stroke: #01549b;
}

.series-b-primary-900 .ct-series.ct-series-b .ct-slice-pie {
    fill: #01549b;
}

.series-b-primary-900 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #01549b;
}

.series-b-primary-900.opacity-100 .ct-series.ct-series-b .ct-area {
    fill: #01549b;
    fill-opacity: 0.9;
}

.series-b-primary-900.opacity-100 .ct-series.ct-series-b .ct-line {
    stroke: #01549b;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-b-primary-900.opacity-100 .ct-series.ct-series-b .ct-point {
    stroke: #01549b;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-b-primary-900.opacity-100 .ct-series.ct-series-b .ct-bar {
    stroke: #01549b;
    stroke-opacity: 1;
}

.series-b-primary-900.opacity-100 .ct-series.ct-series-b .ct-slice-pie {
    fill: #01549b;
    fill-opacity: 1;
}

.series-b-primary-900.opacity-100 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #01549b;
    stroke-opacity: 1;
}

.series-b-info .ct-series.ct-series-b .ct-area {
    fill: #00aced;
}

.series-b-info .ct-series.ct-series-b .ct-line {
    stroke: #00aced;
    stroke-width: 3px;
}

.series-b-info .ct-series.ct-series-b .ct-point {
    stroke: #00aced;
    stroke-width: 6px;
}

.series-b-info .ct-series.ct-series-b .ct-bar {
    stroke: #00aced;
}

.series-b-info .ct-series.ct-series-b .ct-slice-pie {
    fill: #00aced;
}

.series-b-info .ct-series.ct-series-b .ct-slice-donut {
    stroke: #00aced;
}

.series-b-info.opacity-100 .ct-series.ct-series-b .ct-area {
    fill: #00aced;
    fill-opacity: 0.9;
}

.series-b-info.opacity-100 .ct-series.ct-series-b .ct-line {
    stroke: #00aced;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-b-info.opacity-100 .ct-series.ct-series-b .ct-point {
    stroke: #00aced;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-b-info.opacity-100 .ct-series.ct-series-b .ct-bar {
    stroke: #00aced;
    stroke-opacity: 1;
}

.series-b-info.opacity-100 .ct-series.ct-series-b .ct-slice-pie {
    fill: #00aced;
    fill-opacity: 1;
}

.series-b-info.opacity-100 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #00aced;
    stroke-opacity: 1;
}

.series-b-info-100 .ct-series.ct-series-b .ct-area {
    fill: #2bc5ff;
}

.series-b-info-100 .ct-series.ct-series-b .ct-line {
    stroke: #2bc5ff;
    stroke-width: 3px;
}

.series-b-info-100 .ct-series.ct-series-b .ct-point {
    stroke: #2bc5ff;
    stroke-width: 6px;
}

.series-b-info-100 .ct-series.ct-series-b .ct-bar {
    stroke: #2bc5ff;
}

.series-b-info-100 .ct-series.ct-series-b .ct-slice-pie {
    fill: #2bc5ff;
}

.series-b-info-100 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #2bc5ff;
}

.series-b-info-100.opacity-100 .ct-series.ct-series-b .ct-area {
    fill: #2bc5ff;
    fill-opacity: 0.9;
}

.series-b-info-100.opacity-100 .ct-series.ct-series-b .ct-line {
    stroke: #2bc5ff;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-b-info-100.opacity-100 .ct-series.ct-series-b .ct-point {
    stroke: #2bc5ff;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-b-info-100.opacity-100 .ct-series.ct-series-b .ct-bar {
    stroke: #2bc5ff;
    stroke-opacity: 1;
}

.series-b-info-100.opacity-100 .ct-series.ct-series-b .ct-slice-pie {
    fill: #2bc5ff;
    fill-opacity: 1;
}

.series-b-info-100.opacity-100 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #2bc5ff;
    stroke-opacity: 1;
}

.series-b-info-200 .ct-series.ct-series-b .ct-area {
    fill: #1cc1ff;
}

.series-b-info-200 .ct-series.ct-series-b .ct-line {
    stroke: #1cc1ff;
    stroke-width: 3px;
}

.series-b-info-200 .ct-series.ct-series-b .ct-point {
    stroke: #1cc1ff;
    stroke-width: 6px;
}

.series-b-info-200 .ct-series.ct-series-b .ct-bar {
    stroke: #1cc1ff;
}

.series-b-info-200 .ct-series.ct-series-b .ct-slice-pie {
    fill: #1cc1ff;
}

.series-b-info-200 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #1cc1ff;
}

.series-b-info-200.opacity-100 .ct-series.ct-series-b .ct-area {
    fill: #1cc1ff;
    fill-opacity: 0.9;
}

.series-b-info-200.opacity-100 .ct-series.ct-series-b .ct-line {
    stroke: #1cc1ff;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-b-info-200.opacity-100 .ct-series.ct-series-b .ct-point {
    stroke: #1cc1ff;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-b-info-200.opacity-100 .ct-series.ct-series-b .ct-bar {
    stroke: #1cc1ff;
    stroke-opacity: 1;
}

.series-b-info-200.opacity-100 .ct-series.ct-series-b .ct-slice-pie {
    fill: #1cc1ff;
    fill-opacity: 1;
}

.series-b-info-200.opacity-100 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #1cc1ff;
    stroke-opacity: 1;
}

.series-b-info-300 .ct-series.ct-series-b .ct-area {
    fill: #0dbdff;
}

.series-b-info-300 .ct-series.ct-series-b .ct-line {
    stroke: #0dbdff;
    stroke-width: 3px;
}

.series-b-info-300 .ct-series.ct-series-b .ct-point {
    stroke: #0dbdff;
    stroke-width: 6px;
}

.series-b-info-300 .ct-series.ct-series-b .ct-bar {
    stroke: #0dbdff;
}

.series-b-info-300 .ct-series.ct-series-b .ct-slice-pie {
    fill: #0dbdff;
}

.series-b-info-300 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #0dbdff;
}

.series-b-info-300.opacity-100 .ct-series.ct-series-b .ct-area {
    fill: #0dbdff;
    fill-opacity: 0.9;
}

.series-b-info-300.opacity-100 .ct-series.ct-series-b .ct-line {
    stroke: #0dbdff;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-b-info-300.opacity-100 .ct-series.ct-series-b .ct-point {
    stroke: #0dbdff;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-b-info-300.opacity-100 .ct-series.ct-series-b .ct-bar {
    stroke: #0dbdff;
    stroke-opacity: 1;
}

.series-b-info-300.opacity-100 .ct-series.ct-series-b .ct-slice-pie {
    fill: #0dbdff;
    fill-opacity: 1;
}

.series-b-info-300.opacity-100 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #0dbdff;
    stroke-opacity: 1;
}

.series-b-info-400 .ct-series.ct-series-b .ct-area {
    fill: #00b7fc;
}

.series-b-info-400 .ct-series.ct-series-b .ct-line {
    stroke: #00b7fc;
    stroke-width: 3px;
}

.series-b-info-400 .ct-series.ct-series-b .ct-point {
    stroke: #00b7fc;
    stroke-width: 6px;
}

.series-b-info-400 .ct-series.ct-series-b .ct-bar {
    stroke: #00b7fc;
}

.series-b-info-400 .ct-series.ct-series-b .ct-slice-pie {
    fill: #00b7fc;
}

.series-b-info-400 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #00b7fc;
}

.series-b-info-400.opacity-100 .ct-series.ct-series-b .ct-area {
    fill: #00b7fc;
    fill-opacity: 0.9;
}

.series-b-info-400.opacity-100 .ct-series.ct-series-b .ct-line {
    stroke: #00b7fc;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-b-info-400.opacity-100 .ct-series.ct-series-b .ct-point {
    stroke: #00b7fc;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-b-info-400.opacity-100 .ct-series.ct-series-b .ct-bar {
    stroke: #00b7fc;
    stroke-opacity: 1;
}

.series-b-info-400.opacity-100 .ct-series.ct-series-b .ct-slice-pie {
    fill: #00b7fc;
    fill-opacity: 1;
}

.series-b-info-400.opacity-100 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #00b7fc;
    stroke-opacity: 1;
}

.series-b-info-500 .ct-series.ct-series-b .ct-area {
    fill: #00aced;
}

.series-b-info-500 .ct-series.ct-series-b .ct-line {
    stroke: #00aced;
    stroke-width: 3px;
}

.series-b-info-500 .ct-series.ct-series-b .ct-point {
    stroke: #00aced;
    stroke-width: 6px;
}

.series-b-info-500 .ct-series.ct-series-b .ct-bar {
    stroke: #00aced;
}

.series-b-info-500 .ct-series.ct-series-b .ct-slice-pie {
    fill: #00aced;
}

.series-b-info-500 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #00aced;
}

.series-b-info-500.opacity-100 .ct-series.ct-series-b .ct-area {
    fill: #00aced;
    fill-opacity: 0.9;
}

.series-b-info-500.opacity-100 .ct-series.ct-series-b .ct-line {
    stroke: #00aced;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-b-info-500.opacity-100 .ct-series.ct-series-b .ct-point {
    stroke: #00aced;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-b-info-500.opacity-100 .ct-series.ct-series-b .ct-bar {
    stroke: #00aced;
    stroke-opacity: 1;
}

.series-b-info-500.opacity-100 .ct-series.ct-series-b .ct-slice-pie {
    fill: #00aced;
    fill-opacity: 1;
}

.series-b-info-500.opacity-100 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #00aced;
    stroke-opacity: 1;
}

.series-b-info-600 .ct-series.ct-series-b .ct-area {
    fill: #00a1de;
}

.series-b-info-600 .ct-series.ct-series-b .ct-line {
    stroke: #00a1de;
    stroke-width: 3px;
}

.series-b-info-600 .ct-series.ct-series-b .ct-point {
    stroke: #00a1de;
    stroke-width: 6px;
}

.series-b-info-600 .ct-series.ct-series-b .ct-bar {
    stroke: #00a1de;
}

.series-b-info-600 .ct-series.ct-series-b .ct-slice-pie {
    fill: #00a1de;
}

.series-b-info-600 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #00a1de;
}

.series-b-info-600.opacity-100 .ct-series.ct-series-b .ct-area {
    fill: #00a1de;
    fill-opacity: 0.9;
}

.series-b-info-600.opacity-100 .ct-series.ct-series-b .ct-line {
    stroke: #00a1de;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-b-info-600.opacity-100 .ct-series.ct-series-b .ct-point {
    stroke: #00a1de;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-b-info-600.opacity-100 .ct-series.ct-series-b .ct-bar {
    stroke: #00a1de;
    stroke-opacity: 1;
}

.series-b-info-600.opacity-100 .ct-series.ct-series-b .ct-slice-pie {
    fill: #00a1de;
    fill-opacity: 1;
}

.series-b-info-600.opacity-100 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #00a1de;
    stroke-opacity: 1;
}

.series-b-info-700 .ct-series.ct-series-b .ct-area {
    fill: #0096ce;
}

.series-b-info-700 .ct-series.ct-series-b .ct-line {
    stroke: #0096ce;
    stroke-width: 3px;
}

.series-b-info-700 .ct-series.ct-series-b .ct-point {
    stroke: #0096ce;
    stroke-width: 6px;
}

.series-b-info-700 .ct-series.ct-series-b .ct-bar {
    stroke: #0096ce;
}

.series-b-info-700 .ct-series.ct-series-b .ct-slice-pie {
    fill: #0096ce;
}

.series-b-info-700 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #0096ce;
}

.series-b-info-700.opacity-100 .ct-series.ct-series-b .ct-area {
    fill: #0096ce;
    fill-opacity: 0.9;
}

.series-b-info-700.opacity-100 .ct-series.ct-series-b .ct-line {
    stroke: #0096ce;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-b-info-700.opacity-100 .ct-series.ct-series-b .ct-point {
    stroke: #0096ce;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-b-info-700.opacity-100 .ct-series.ct-series-b .ct-bar {
    stroke: #0096ce;
    stroke-opacity: 1;
}

.series-b-info-700.opacity-100 .ct-series.ct-series-b .ct-slice-pie {
    fill: #0096ce;
    fill-opacity: 1;
}

.series-b-info-700.opacity-100 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #0096ce;
    stroke-opacity: 1;
}

.series-b-info-800 .ct-series.ct-series-b .ct-area {
    fill: #008bbf;
}

.series-b-info-800 .ct-series.ct-series-b .ct-line {
    stroke: #008bbf;
    stroke-width: 3px;
}

.series-b-info-800 .ct-series.ct-series-b .ct-point {
    stroke: #008bbf;
    stroke-width: 6px;
}

.series-b-info-800 .ct-series.ct-series-b .ct-bar {
    stroke: #008bbf;
}

.series-b-info-800 .ct-series.ct-series-b .ct-slice-pie {
    fill: #008bbf;
}

.series-b-info-800 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #008bbf;
}

.series-b-info-800.opacity-100 .ct-series.ct-series-b .ct-area {
    fill: #008bbf;
    fill-opacity: 0.9;
}

.series-b-info-800.opacity-100 .ct-series.ct-series-b .ct-line {
    stroke: #008bbf;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-b-info-800.opacity-100 .ct-series.ct-series-b .ct-point {
    stroke: #008bbf;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-b-info-800.opacity-100 .ct-series.ct-series-b .ct-bar {
    stroke: #008bbf;
    stroke-opacity: 1;
}

.series-b-info-800.opacity-100 .ct-series.ct-series-b .ct-slice-pie {
    fill: #008bbf;
    fill-opacity: 1;
}

.series-b-info-800.opacity-100 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #008bbf;
    stroke-opacity: 1;
}

.series-b-info-900 .ct-series.ct-series-b .ct-area {
    fill: #0080b0;
}

.series-b-info-900 .ct-series.ct-series-b .ct-line {
    stroke: #0080b0;
    stroke-width: 3px;
}

.series-b-info-900 .ct-series.ct-series-b .ct-point {
    stroke: #0080b0;
    stroke-width: 6px;
}

.series-b-info-900 .ct-series.ct-series-b .ct-bar {
    stroke: #0080b0;
}

.series-b-info-900 .ct-series.ct-series-b .ct-slice-pie {
    fill: #0080b0;
}

.series-b-info-900 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #0080b0;
}

.series-b-info-900.opacity-100 .ct-series.ct-series-b .ct-area {
    fill: #0080b0;
    fill-opacity: 0.9;
}

.series-b-info-900.opacity-100 .ct-series.ct-series-b .ct-line {
    stroke: #0080b0;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-b-info-900.opacity-100 .ct-series.ct-series-b .ct-point {
    stroke: #0080b0;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-b-info-900.opacity-100 .ct-series.ct-series-b .ct-bar {
    stroke: #0080b0;
    stroke-opacity: 1;
}

.series-b-info-900.opacity-100 .ct-series.ct-series-b .ct-slice-pie {
    fill: #0080b0;
    fill-opacity: 1;
}

.series-b-info-900.opacity-100 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #0080b0;
    stroke-opacity: 1;
}

.series-b-warning .ct-series.ct-series-b .ct-area {
    fill: #f0ad4e;
}

.series-b-warning .ct-series.ct-series-b .ct-line {
    stroke: #f0ad4e;
    stroke-width: 3px;
}

.series-b-warning .ct-series.ct-series-b .ct-point {
    stroke: #f0ad4e;
    stroke-width: 6px;
}

.series-b-warning .ct-series.ct-series-b .ct-bar {
    stroke: #f0ad4e;
}

.series-b-warning .ct-series.ct-series-b .ct-slice-pie {
    fill: #f0ad4e;
}

.series-b-warning .ct-series.ct-series-b .ct-slice-donut {
    stroke: #f0ad4e;
}

.series-b-warning.opacity-100 .ct-series.ct-series-b .ct-area {
    fill: #f0ad4e;
    fill-opacity: 0.9;
}

.series-b-warning.opacity-100 .ct-series.ct-series-b .ct-line {
    stroke: #f0ad4e;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-b-warning.opacity-100 .ct-series.ct-series-b .ct-point {
    stroke: #f0ad4e;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-b-warning.opacity-100 .ct-series.ct-series-b .ct-bar {
    stroke: #f0ad4e;
    stroke-opacity: 1;
}

.series-b-warning.opacity-100 .ct-series.ct-series-b .ct-slice-pie {
    fill: #f0ad4e;
    fill-opacity: 1;
}

.series-b-warning.opacity-100 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #f0ad4e;
    stroke-opacity: 1;
}

.series-b-warning-100 .ct-series.ct-series-b .ct-area {
    fill: #f5c786;
}

.series-b-warning-100 .ct-series.ct-series-b .ct-line {
    stroke: #f5c786;
    stroke-width: 3px;
}

.series-b-warning-100 .ct-series.ct-series-b .ct-point {
    stroke: #f5c786;
    stroke-width: 6px;
}

.series-b-warning-100 .ct-series.ct-series-b .ct-bar {
    stroke: #f5c786;
}

.series-b-warning-100 .ct-series.ct-series-b .ct-slice-pie {
    fill: #f5c786;
}

.series-b-warning-100 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #f5c786;
}

.series-b-warning-100.opacity-100 .ct-series.ct-series-b .ct-area {
    fill: #f5c786;
    fill-opacity: 0.9;
}

.series-b-warning-100.opacity-100 .ct-series.ct-series-b .ct-line {
    stroke: #f5c786;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-b-warning-100.opacity-100 .ct-series.ct-series-b .ct-point {
    stroke: #f5c786;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-b-warning-100.opacity-100 .ct-series.ct-series-b .ct-bar {
    stroke: #f5c786;
    stroke-opacity: 1;
}

.series-b-warning-100.opacity-100 .ct-series.ct-series-b .ct-slice-pie {
    fill: #f5c786;
    fill-opacity: 1;
}

.series-b-warning-100.opacity-100 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #f5c786;
    stroke-opacity: 1;
}

.series-b-warning-200 .ct-series.ct-series-b .ct-area {
    fill: #f4c178;
}

.series-b-warning-200 .ct-series.ct-series-b .ct-line {
    stroke: #f4c178;
    stroke-width: 3px;
}

.series-b-warning-200 .ct-series.ct-series-b .ct-point {
    stroke: #f4c178;
    stroke-width: 6px;
}

.series-b-warning-200 .ct-series.ct-series-b .ct-bar {
    stroke: #f4c178;
}

.series-b-warning-200 .ct-series.ct-series-b .ct-slice-pie {
    fill: #f4c178;
}

.series-b-warning-200 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #f4c178;
}

.series-b-warning-200.opacity-100 .ct-series.ct-series-b .ct-area {
    fill: #f4c178;
    fill-opacity: 0.9;
}

.series-b-warning-200.opacity-100 .ct-series.ct-series-b .ct-line {
    stroke: #f4c178;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-b-warning-200.opacity-100 .ct-series.ct-series-b .ct-point {
    stroke: #f4c178;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-b-warning-200.opacity-100 .ct-series.ct-series-b .ct-bar {
    stroke: #f4c178;
    stroke-opacity: 1;
}

.series-b-warning-200.opacity-100 .ct-series.ct-series-b .ct-slice-pie {
    fill: #f4c178;
    fill-opacity: 1;
}

.series-b-warning-200.opacity-100 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #f4c178;
    stroke-opacity: 1;
}

.series-b-warning-300 .ct-series.ct-series-b .ct-area {
    fill: #f2ba6a;
}

.series-b-warning-300 .ct-series.ct-series-b .ct-line {
    stroke: #f2ba6a;
    stroke-width: 3px;
}

.series-b-warning-300 .ct-series.ct-series-b .ct-point {
    stroke: #f2ba6a;
    stroke-width: 6px;
}

.series-b-warning-300 .ct-series.ct-series-b .ct-bar {
    stroke: #f2ba6a;
}

.series-b-warning-300 .ct-series.ct-series-b .ct-slice-pie {
    fill: #f2ba6a;
}

.series-b-warning-300 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #f2ba6a;
}

.series-b-warning-300.opacity-100 .ct-series.ct-series-b .ct-area {
    fill: #f2ba6a;
    fill-opacity: 0.9;
}

.series-b-warning-300.opacity-100 .ct-series.ct-series-b .ct-line {
    stroke: #f2ba6a;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-b-warning-300.opacity-100 .ct-series.ct-series-b .ct-point {
    stroke: #f2ba6a;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-b-warning-300.opacity-100 .ct-series.ct-series-b .ct-bar {
    stroke: #f2ba6a;
    stroke-opacity: 1;
}

.series-b-warning-300.opacity-100 .ct-series.ct-series-b .ct-slice-pie {
    fill: #f2ba6a;
    fill-opacity: 1;
}

.series-b-warning-300.opacity-100 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #f2ba6a;
    stroke-opacity: 1;
}

.series-b-warning-400 .ct-series.ct-series-b .ct-area {
    fill: #f1b45c;
}

.series-b-warning-400 .ct-series.ct-series-b .ct-line {
    stroke: #f1b45c;
    stroke-width: 3px;
}

.series-b-warning-400 .ct-series.ct-series-b .ct-point {
    stroke: #f1b45c;
    stroke-width: 6px;
}

.series-b-warning-400 .ct-series.ct-series-b .ct-bar {
    stroke: #f1b45c;
}

.series-b-warning-400 .ct-series.ct-series-b .ct-slice-pie {
    fill: #f1b45c;
}

.series-b-warning-400 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #f1b45c;
}

.series-b-warning-400.opacity-100 .ct-series.ct-series-b .ct-area {
    fill: #f1b45c;
    fill-opacity: 0.9;
}

.series-b-warning-400.opacity-100 .ct-series.ct-series-b .ct-line {
    stroke: #f1b45c;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-b-warning-400.opacity-100 .ct-series.ct-series-b .ct-point {
    stroke: #f1b45c;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-b-warning-400.opacity-100 .ct-series.ct-series-b .ct-bar {
    stroke: #f1b45c;
    stroke-opacity: 1;
}

.series-b-warning-400.opacity-100 .ct-series.ct-series-b .ct-slice-pie {
    fill: #f1b45c;
    fill-opacity: 1;
}

.series-b-warning-400.opacity-100 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #f1b45c;
    stroke-opacity: 1;
}

.series-b-warning-500 .ct-series.ct-series-b .ct-area {
    fill: #f0ad4e;
}

.series-b-warning-500 .ct-series.ct-series-b .ct-line {
    stroke: #f0ad4e;
    stroke-width: 3px;
}

.series-b-warning-500 .ct-series.ct-series-b .ct-point {
    stroke: #f0ad4e;
    stroke-width: 6px;
}

.series-b-warning-500 .ct-series.ct-series-b .ct-bar {
    stroke: #f0ad4e;
}

.series-b-warning-500 .ct-series.ct-series-b .ct-slice-pie {
    fill: #f0ad4e;
}

.series-b-warning-500 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #f0ad4e;
}

.series-b-warning-500.opacity-100 .ct-series.ct-series-b .ct-area {
    fill: #f0ad4e;
    fill-opacity: 0.9;
}

.series-b-warning-500.opacity-100 .ct-series.ct-series-b .ct-line {
    stroke: #f0ad4e;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-b-warning-500.opacity-100 .ct-series.ct-series-b .ct-point {
    stroke: #f0ad4e;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-b-warning-500.opacity-100 .ct-series.ct-series-b .ct-bar {
    stroke: #f0ad4e;
    stroke-opacity: 1;
}

.series-b-warning-500.opacity-100 .ct-series.ct-series-b .ct-slice-pie {
    fill: #f0ad4e;
    fill-opacity: 1;
}

.series-b-warning-500.opacity-100 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #f0ad4e;
    stroke-opacity: 1;
}

.series-b-warning-600 .ct-series.ct-series-b .ct-area {
    fill: #efa640;
}

.series-b-warning-600 .ct-series.ct-series-b .ct-line {
    stroke: #efa640;
    stroke-width: 3px;
}

.series-b-warning-600 .ct-series.ct-series-b .ct-point {
    stroke: #efa640;
    stroke-width: 6px;
}

.series-b-warning-600 .ct-series.ct-series-b .ct-bar {
    stroke: #efa640;
}

.series-b-warning-600 .ct-series.ct-series-b .ct-slice-pie {
    fill: #efa640;
}

.series-b-warning-600 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #efa640;
}

.series-b-warning-600.opacity-100 .ct-series.ct-series-b .ct-area {
    fill: #efa640;
    fill-opacity: 0.9;
}

.series-b-warning-600.opacity-100 .ct-series.ct-series-b .ct-line {
    stroke: #efa640;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-b-warning-600.opacity-100 .ct-series.ct-series-b .ct-point {
    stroke: #efa640;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-b-warning-600.opacity-100 .ct-series.ct-series-b .ct-bar {
    stroke: #efa640;
    stroke-opacity: 1;
}

.series-b-warning-600.opacity-100 .ct-series.ct-series-b .ct-slice-pie {
    fill: #efa640;
    fill-opacity: 1;
}

.series-b-warning-600.opacity-100 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #efa640;
    stroke-opacity: 1;
}

.series-b-warning-700 .ct-series.ct-series-b .ct-area {
    fill: #eea032;
}

.series-b-warning-700 .ct-series.ct-series-b .ct-line {
    stroke: #eea032;
    stroke-width: 3px;
}

.series-b-warning-700 .ct-series.ct-series-b .ct-point {
    stroke: #eea032;
    stroke-width: 6px;
}

.series-b-warning-700 .ct-series.ct-series-b .ct-bar {
    stroke: #eea032;
}

.series-b-warning-700 .ct-series.ct-series-b .ct-slice-pie {
    fill: #eea032;
}

.series-b-warning-700 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #eea032;
}

.series-b-warning-700.opacity-100 .ct-series.ct-series-b .ct-area {
    fill: #eea032;
    fill-opacity: 0.9;
}

.series-b-warning-700.opacity-100 .ct-series.ct-series-b .ct-line {
    stroke: #eea032;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-b-warning-700.opacity-100 .ct-series.ct-series-b .ct-point {
    stroke: #eea032;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-b-warning-700.opacity-100 .ct-series.ct-series-b .ct-bar {
    stroke: #eea032;
    stroke-opacity: 1;
}

.series-b-warning-700.opacity-100 .ct-series.ct-series-b .ct-slice-pie {
    fill: #eea032;
    fill-opacity: 1;
}

.series-b-warning-700.opacity-100 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #eea032;
    stroke-opacity: 1;
}

.series-b-warning-800 .ct-series.ct-series-b .ct-area {
    fill: #ec9924;
}

.series-b-warning-800 .ct-series.ct-series-b .ct-line {
    stroke: #ec9924;
    stroke-width: 3px;
}

.series-b-warning-800 .ct-series.ct-series-b .ct-point {
    stroke: #ec9924;
    stroke-width: 6px;
}

.series-b-warning-800 .ct-series.ct-series-b .ct-bar {
    stroke: #ec9924;
}

.series-b-warning-800 .ct-series.ct-series-b .ct-slice-pie {
    fill: #ec9924;
}

.series-b-warning-800 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #ec9924;
}

.series-b-warning-800.opacity-100 .ct-series.ct-series-b .ct-area {
    fill: #ec9924;
    fill-opacity: 0.9;
}

.series-b-warning-800.opacity-100 .ct-series.ct-series-b .ct-line {
    stroke: #ec9924;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-b-warning-800.opacity-100 .ct-series.ct-series-b .ct-point {
    stroke: #ec9924;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-b-warning-800.opacity-100 .ct-series.ct-series-b .ct-bar {
    stroke: #ec9924;
    stroke-opacity: 1;
}

.series-b-warning-800.opacity-100 .ct-series.ct-series-b .ct-slice-pie {
    fill: #ec9924;
    fill-opacity: 1;
}

.series-b-warning-800.opacity-100 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #ec9924;
    stroke-opacity: 1;
}

.series-b-warning-900 .ct-series.ct-series-b .ct-area {
    fill: #eb9316;
}

.series-b-warning-900 .ct-series.ct-series-b .ct-line {
    stroke: #eb9316;
    stroke-width: 3px;
}

.series-b-warning-900 .ct-series.ct-series-b .ct-point {
    stroke: #eb9316;
    stroke-width: 6px;
}

.series-b-warning-900 .ct-series.ct-series-b .ct-bar {
    stroke: #eb9316;
}

.series-b-warning-900 .ct-series.ct-series-b .ct-slice-pie {
    fill: #eb9316;
}

.series-b-warning-900 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #eb9316;
}

.series-b-warning-900.opacity-100 .ct-series.ct-series-b .ct-area {
    fill: #eb9316;
    fill-opacity: 0.9;
}

.series-b-warning-900.opacity-100 .ct-series.ct-series-b .ct-line {
    stroke: #eb9316;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-b-warning-900.opacity-100 .ct-series.ct-series-b .ct-point {
    stroke: #eb9316;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-b-warning-900.opacity-100 .ct-series.ct-series-b .ct-bar {
    stroke: #eb9316;
    stroke-opacity: 1;
}

.series-b-warning-900.opacity-100 .ct-series.ct-series-b .ct-slice-pie {
    fill: #eb9316;
    fill-opacity: 1;
}

.series-b-warning-900.opacity-100 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #eb9316;
    stroke-opacity: 1;
}

.series-b-success .ct-series.ct-series-b .ct-area {
    fill: #5cb85c;
}

.series-b-success .ct-series.ct-series-b .ct-line {
    stroke: #5cb85c;
    stroke-width: 3px;
}

.series-b-success .ct-series.ct-series-b .ct-point {
    stroke: #5cb85c;
    stroke-width: 6px;
}

.series-b-success .ct-series.ct-series-b .ct-bar {
    stroke: #5cb85c;
}

.series-b-success .ct-series.ct-series-b .ct-slice-pie {
    fill: #5cb85c;
}

.series-b-success .ct-series.ct-series-b .ct-slice-donut {
    stroke: #5cb85c;
}

.series-b-success.opacity-100 .ct-series.ct-series-b .ct-area {
    fill: #5cb85c;
    fill-opacity: 0.9;
}

.series-b-success.opacity-100 .ct-series.ct-series-b .ct-line {
    stroke: #5cb85c;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-b-success.opacity-100 .ct-series.ct-series-b .ct-point {
    stroke: #5cb85c;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-b-success.opacity-100 .ct-series.ct-series-b .ct-bar {
    stroke: #5cb85c;
    stroke-opacity: 1;
}

.series-b-success.opacity-100 .ct-series.ct-series-b .ct-slice-pie {
    fill: #5cb85c;
    fill-opacity: 1;
}

.series-b-success.opacity-100 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #5cb85c;
    stroke-opacity: 1;
}

.series-b-success-100 .ct-series.ct-series-b .ct-area {
    fill: #87cb87;
}

.series-b-success-100 .ct-series.ct-series-b .ct-line {
    stroke: #87cb87;
    stroke-width: 3px;
}

.series-b-success-100 .ct-series.ct-series-b .ct-point {
    stroke: #87cb87;
    stroke-width: 6px;
}

.series-b-success-100 .ct-series.ct-series-b .ct-bar {
    stroke: #87cb87;
}

.series-b-success-100 .ct-series.ct-series-b .ct-slice-pie {
    fill: #87cb87;
}

.series-b-success-100 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #87cb87;
}

.series-b-success-100.opacity-100 .ct-series.ct-series-b .ct-area {
    fill: #87cb87;
    fill-opacity: 0.9;
}

.series-b-success-100.opacity-100 .ct-series.ct-series-b .ct-line {
    stroke: #87cb87;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-b-success-100.opacity-100 .ct-series.ct-series-b .ct-point {
    stroke: #87cb87;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-b-success-100.opacity-100 .ct-series.ct-series-b .ct-bar {
    stroke: #87cb87;
    stroke-opacity: 1;
}

.series-b-success-100.opacity-100 .ct-series.ct-series-b .ct-slice-pie {
    fill: #87cb87;
    fill-opacity: 1;
}

.series-b-success-100.opacity-100 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #87cb87;
    stroke-opacity: 1;
}

.series-b-success-200 .ct-series.ct-series-b .ct-area {
    fill: #7cc67c;
}

.series-b-success-200 .ct-series.ct-series-b .ct-line {
    stroke: #7cc67c;
    stroke-width: 3px;
}

.series-b-success-200 .ct-series.ct-series-b .ct-point {
    stroke: #7cc67c;
    stroke-width: 6px;
}

.series-b-success-200 .ct-series.ct-series-b .ct-bar {
    stroke: #7cc67c;
}

.series-b-success-200 .ct-series.ct-series-b .ct-slice-pie {
    fill: #7cc67c;
}

.series-b-success-200 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #7cc67c;
}

.series-b-success-200.opacity-100 .ct-series.ct-series-b .ct-area {
    fill: #7cc67c;
    fill-opacity: 0.9;
}

.series-b-success-200.opacity-100 .ct-series.ct-series-b .ct-line {
    stroke: #7cc67c;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-b-success-200.opacity-100 .ct-series.ct-series-b .ct-point {
    stroke: #7cc67c;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-b-success-200.opacity-100 .ct-series.ct-series-b .ct-bar {
    stroke: #7cc67c;
    stroke-opacity: 1;
}

.series-b-success-200.opacity-100 .ct-series.ct-series-b .ct-slice-pie {
    fill: #7cc67c;
    fill-opacity: 1;
}

.series-b-success-200.opacity-100 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #7cc67c;
    stroke-opacity: 1;
}

.series-b-success-300 .ct-series.ct-series-b .ct-area {
    fill: #71c171;
}

.series-b-success-300 .ct-series.ct-series-b .ct-line {
    stroke: #71c171;
    stroke-width: 3px;
}

.series-b-success-300 .ct-series.ct-series-b .ct-point {
    stroke: #71c171;
    stroke-width: 6px;
}

.series-b-success-300 .ct-series.ct-series-b .ct-bar {
    stroke: #71c171;
}

.series-b-success-300 .ct-series.ct-series-b .ct-slice-pie {
    fill: #71c171;
}

.series-b-success-300 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #71c171;
}

.series-b-success-300.opacity-100 .ct-series.ct-series-b .ct-area {
    fill: #71c171;
    fill-opacity: 0.9;
}

.series-b-success-300.opacity-100 .ct-series.ct-series-b .ct-line {
    stroke: #71c171;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-b-success-300.opacity-100 .ct-series.ct-series-b .ct-point {
    stroke: #71c171;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-b-success-300.opacity-100 .ct-series.ct-series-b .ct-bar {
    stroke: #71c171;
    stroke-opacity: 1;
}

.series-b-success-300.opacity-100 .ct-series.ct-series-b .ct-slice-pie {
    fill: #71c171;
    fill-opacity: 1;
}

.series-b-success-300.opacity-100 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #71c171;
    stroke-opacity: 1;
}

.series-b-success-400 .ct-series.ct-series-b .ct-area {
    fill: #67bd67;
}

.series-b-success-400 .ct-series.ct-series-b .ct-line {
    stroke: #67bd67;
    stroke-width: 3px;
}

.series-b-success-400 .ct-series.ct-series-b .ct-point {
    stroke: #67bd67;
    stroke-width: 6px;
}

.series-b-success-400 .ct-series.ct-series-b .ct-bar {
    stroke: #67bd67;
}

.series-b-success-400 .ct-series.ct-series-b .ct-slice-pie {
    fill: #67bd67;
}

.series-b-success-400 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #67bd67;
}

.series-b-success-400.opacity-100 .ct-series.ct-series-b .ct-area {
    fill: #67bd67;
    fill-opacity: 0.9;
}

.series-b-success-400.opacity-100 .ct-series.ct-series-b .ct-line {
    stroke: #67bd67;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-b-success-400.opacity-100 .ct-series.ct-series-b .ct-point {
    stroke: #67bd67;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-b-success-400.opacity-100 .ct-series.ct-series-b .ct-bar {
    stroke: #67bd67;
    stroke-opacity: 1;
}

.series-b-success-400.opacity-100 .ct-series.ct-series-b .ct-slice-pie {
    fill: #67bd67;
    fill-opacity: 1;
}

.series-b-success-400.opacity-100 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #67bd67;
    stroke-opacity: 1;
}

.series-b-success-500 .ct-series.ct-series-b .ct-area {
    fill: #5cb85c;
}

.series-b-success-500 .ct-series.ct-series-b .ct-line {
    stroke: #5cb85c;
    stroke-width: 3px;
}

.series-b-success-500 .ct-series.ct-series-b .ct-point {
    stroke: #5cb85c;
    stroke-width: 6px;
}

.series-b-success-500 .ct-series.ct-series-b .ct-bar {
    stroke: #5cb85c;
}

.series-b-success-500 .ct-series.ct-series-b .ct-slice-pie {
    fill: #5cb85c;
}

.series-b-success-500 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #5cb85c;
}

.series-b-success-500.opacity-100 .ct-series.ct-series-b .ct-area {
    fill: #5cb85c;
    fill-opacity: 0.9;
}

.series-b-success-500.opacity-100 .ct-series.ct-series-b .ct-line {
    stroke: #5cb85c;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-b-success-500.opacity-100 .ct-series.ct-series-b .ct-point {
    stroke: #5cb85c;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-b-success-500.opacity-100 .ct-series.ct-series-b .ct-bar {
    stroke: #5cb85c;
    stroke-opacity: 1;
}

.series-b-success-500.opacity-100 .ct-series.ct-series-b .ct-slice-pie {
    fill: #5cb85c;
    fill-opacity: 1;
}

.series-b-success-500.opacity-100 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #5cb85c;
    stroke-opacity: 1;
}

.series-b-success-600 .ct-series.ct-series-b .ct-area {
    fill: #51b351;
}

.series-b-success-600 .ct-series.ct-series-b .ct-line {
    stroke: #51b351;
    stroke-width: 3px;
}

.series-b-success-600 .ct-series.ct-series-b .ct-point {
    stroke: #51b351;
    stroke-width: 6px;
}

.series-b-success-600 .ct-series.ct-series-b .ct-bar {
    stroke: #51b351;
}

.series-b-success-600 .ct-series.ct-series-b .ct-slice-pie {
    fill: #51b351;
}

.series-b-success-600 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #51b351;
}

.series-b-success-600.opacity-100 .ct-series.ct-series-b .ct-area {
    fill: #51b351;
    fill-opacity: 0.9;
}

.series-b-success-600.opacity-100 .ct-series.ct-series-b .ct-line {
    stroke: #51b351;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-b-success-600.opacity-100 .ct-series.ct-series-b .ct-point {
    stroke: #51b351;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-b-success-600.opacity-100 .ct-series.ct-series-b .ct-bar {
    stroke: #51b351;
    stroke-opacity: 1;
}

.series-b-success-600.opacity-100 .ct-series.ct-series-b .ct-slice-pie {
    fill: #51b351;
    fill-opacity: 1;
}

.series-b-success-600.opacity-100 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #51b351;
    stroke-opacity: 1;
}

.series-b-success-700 .ct-series.ct-series-b .ct-area {
    fill: #4aab4a;
}

.series-b-success-700 .ct-series.ct-series-b .ct-line {
    stroke: #4aab4a;
    stroke-width: 3px;
}

.series-b-success-700 .ct-series.ct-series-b .ct-point {
    stroke: #4aab4a;
    stroke-width: 6px;
}

.series-b-success-700 .ct-series.ct-series-b .ct-bar {
    stroke: #4aab4a;
}

.series-b-success-700 .ct-series.ct-series-b .ct-slice-pie {
    fill: #4aab4a;
}

.series-b-success-700 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #4aab4a;
}

.series-b-success-700.opacity-100 .ct-series.ct-series-b .ct-area {
    fill: #4aab4a;
    fill-opacity: 0.9;
}

.series-b-success-700.opacity-100 .ct-series.ct-series-b .ct-line {
    stroke: #4aab4a;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-b-success-700.opacity-100 .ct-series.ct-series-b .ct-point {
    stroke: #4aab4a;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-b-success-700.opacity-100 .ct-series.ct-series-b .ct-bar {
    stroke: #4aab4a;
    stroke-opacity: 1;
}

.series-b-success-700.opacity-100 .ct-series.ct-series-b .ct-slice-pie {
    fill: #4aab4a;
    fill-opacity: 1;
}

.series-b-success-700.opacity-100 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #4aab4a;
    stroke-opacity: 1;
}

.series-b-success-800 .ct-series.ct-series-b .ct-area {
    fill: #46a046;
}

.series-b-success-800 .ct-series.ct-series-b .ct-line {
    stroke: #46a046;
    stroke-width: 3px;
}

.series-b-success-800 .ct-series.ct-series-b .ct-point {
    stroke: #46a046;
    stroke-width: 6px;
}

.series-b-success-800 .ct-series.ct-series-b .ct-bar {
    stroke: #46a046;
}

.series-b-success-800 .ct-series.ct-series-b .ct-slice-pie {
    fill: #46a046;
}

.series-b-success-800 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #46a046;
}

.series-b-success-800.opacity-100 .ct-series.ct-series-b .ct-area {
    fill: #46a046;
    fill-opacity: 0.9;
}

.series-b-success-800.opacity-100 .ct-series.ct-series-b .ct-line {
    stroke: #46a046;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-b-success-800.opacity-100 .ct-series.ct-series-b .ct-point {
    stroke: #46a046;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-b-success-800.opacity-100 .ct-series.ct-series-b .ct-bar {
    stroke: #46a046;
    stroke-opacity: 1;
}

.series-b-success-800.opacity-100 .ct-series.ct-series-b .ct-slice-pie {
    fill: #46a046;
    fill-opacity: 1;
}

.series-b-success-800.opacity-100 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #46a046;
    stroke-opacity: 1;
}

.series-b-success-900 .ct-series.ct-series-b .ct-area {
    fill: #419641;
}

.series-b-success-900 .ct-series.ct-series-b .ct-line {
    stroke: #419641;
    stroke-width: 3px;
}

.series-b-success-900 .ct-series.ct-series-b .ct-point {
    stroke: #419641;
    stroke-width: 6px;
}

.series-b-success-900 .ct-series.ct-series-b .ct-bar {
    stroke: #419641;
}

.series-b-success-900 .ct-series.ct-series-b .ct-slice-pie {
    fill: #419641;
}

.series-b-success-900 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #419641;
}

.series-b-success-900.opacity-100 .ct-series.ct-series-b .ct-area {
    fill: #419641;
    fill-opacity: 0.9;
}

.series-b-success-900.opacity-100 .ct-series.ct-series-b .ct-line {
    stroke: #419641;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-b-success-900.opacity-100 .ct-series.ct-series-b .ct-point {
    stroke: #419641;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-b-success-900.opacity-100 .ct-series.ct-series-b .ct-bar {
    stroke: #419641;
    stroke-opacity: 1;
}

.series-b-success-900.opacity-100 .ct-series.ct-series-b .ct-slice-pie {
    fill: #419641;
    fill-opacity: 1;
}

.series-b-success-900.opacity-100 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #419641;
    stroke-opacity: 1;
}

.series-b-danger .ct-series.ct-series-b .ct-area {
    fill: #d9534f;
}

.series-b-danger .ct-series.ct-series-b .ct-line {
    stroke: #d9534f;
    stroke-width: 3px;
}

.series-b-danger .ct-series.ct-series-b .ct-point {
    stroke: #d9534f;
    stroke-width: 6px;
}

.series-b-danger .ct-series.ct-series-b .ct-bar {
    stroke: #d9534f;
}

.series-b-danger .ct-series.ct-series-b .ct-slice-pie {
    fill: #d9534f;
}

.series-b-danger .ct-series.ct-series-b .ct-slice-donut {
    stroke: #d9534f;
}

.series-b-danger.opacity-100 .ct-series.ct-series-b .ct-area {
    fill: #d9534f;
    fill-opacity: 0.9;
}

.series-b-danger.opacity-100 .ct-series.ct-series-b .ct-line {
    stroke: #d9534f;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-b-danger.opacity-100 .ct-series.ct-series-b .ct-point {
    stroke: #d9534f;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-b-danger.opacity-100 .ct-series.ct-series-b .ct-bar {
    stroke: #d9534f;
    stroke-opacity: 1;
}

.series-b-danger.opacity-100 .ct-series.ct-series-b .ct-slice-pie {
    fill: #d9534f;
    fill-opacity: 1;
}

.series-b-danger.opacity-100 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #d9534f;
    stroke-opacity: 1;
}

.series-b-danger-100 .ct-series.ct-series-b .ct-area {
    fill: #e48481;
}

.series-b-danger-100 .ct-series.ct-series-b .ct-line {
    stroke: #e48481;
    stroke-width: 3px;
}

.series-b-danger-100 .ct-series.ct-series-b .ct-point {
    stroke: #e48481;
    stroke-width: 6px;
}

.series-b-danger-100 .ct-series.ct-series-b .ct-bar {
    stroke: #e48481;
}

.series-b-danger-100 .ct-series.ct-series-b .ct-slice-pie {
    fill: #e48481;
}

.series-b-danger-100 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #e48481;
}

.series-b-danger-100.opacity-100 .ct-series.ct-series-b .ct-area {
    fill: #e48481;
    fill-opacity: 0.9;
}

.series-b-danger-100.opacity-100 .ct-series.ct-series-b .ct-line {
    stroke: #e48481;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-b-danger-100.opacity-100 .ct-series.ct-series-b .ct-point {
    stroke: #e48481;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-b-danger-100.opacity-100 .ct-series.ct-series-b .ct-bar {
    stroke: #e48481;
    stroke-opacity: 1;
}

.series-b-danger-100.opacity-100 .ct-series.ct-series-b .ct-slice-pie {
    fill: #e48481;
    fill-opacity: 1;
}

.series-b-danger-100.opacity-100 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #e48481;
    stroke-opacity: 1;
}

.series-b-danger-200 .ct-series.ct-series-b .ct-area {
    fill: #e17875;
}

.series-b-danger-200 .ct-series.ct-series-b .ct-line {
    stroke: #e17875;
    stroke-width: 3px;
}

.series-b-danger-200 .ct-series.ct-series-b .ct-point {
    stroke: #e17875;
    stroke-width: 6px;
}

.series-b-danger-200 .ct-series.ct-series-b .ct-bar {
    stroke: #e17875;
}

.series-b-danger-200 .ct-series.ct-series-b .ct-slice-pie {
    fill: #e17875;
}

.series-b-danger-200 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #e17875;
}

.series-b-danger-200.opacity-100 .ct-series.ct-series-b .ct-area {
    fill: #e17875;
    fill-opacity: 0.9;
}

.series-b-danger-200.opacity-100 .ct-series.ct-series-b .ct-line {
    stroke: #e17875;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-b-danger-200.opacity-100 .ct-series.ct-series-b .ct-point {
    stroke: #e17875;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-b-danger-200.opacity-100 .ct-series.ct-series-b .ct-bar {
    stroke: #e17875;
    stroke-opacity: 1;
}

.series-b-danger-200.opacity-100 .ct-series.ct-series-b .ct-slice-pie {
    fill: #e17875;
    fill-opacity: 1;
}

.series-b-danger-200.opacity-100 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #e17875;
    stroke-opacity: 1;
}

.series-b-danger-300 .ct-series.ct-series-b .ct-area {
    fill: #de6c68;
}

.series-b-danger-300 .ct-series.ct-series-b .ct-line {
    stroke: #de6c68;
    stroke-width: 3px;
}

.series-b-danger-300 .ct-series.ct-series-b .ct-point {
    stroke: #de6c68;
    stroke-width: 6px;
}

.series-b-danger-300 .ct-series.ct-series-b .ct-bar {
    stroke: #de6c68;
}

.series-b-danger-300 .ct-series.ct-series-b .ct-slice-pie {
    fill: #de6c68;
}

.series-b-danger-300 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #de6c68;
}

.series-b-danger-300.opacity-100 .ct-series.ct-series-b .ct-area {
    fill: #de6c68;
    fill-opacity: 0.9;
}

.series-b-danger-300.opacity-100 .ct-series.ct-series-b .ct-line {
    stroke: #de6c68;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-b-danger-300.opacity-100 .ct-series.ct-series-b .ct-point {
    stroke: #de6c68;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-b-danger-300.opacity-100 .ct-series.ct-series-b .ct-bar {
    stroke: #de6c68;
    stroke-opacity: 1;
}

.series-b-danger-300.opacity-100 .ct-series.ct-series-b .ct-slice-pie {
    fill: #de6c68;
    fill-opacity: 1;
}

.series-b-danger-300.opacity-100 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #de6c68;
    stroke-opacity: 1;
}

.series-b-danger-400 .ct-series.ct-series-b .ct-area {
    fill: #dc5f5c;
}

.series-b-danger-400 .ct-series.ct-series-b .ct-line {
    stroke: #dc5f5c;
    stroke-width: 3px;
}

.series-b-danger-400 .ct-series.ct-series-b .ct-point {
    stroke: #dc5f5c;
    stroke-width: 6px;
}

.series-b-danger-400 .ct-series.ct-series-b .ct-bar {
    stroke: #dc5f5c;
}

.series-b-danger-400 .ct-series.ct-series-b .ct-slice-pie {
    fill: #dc5f5c;
}

.series-b-danger-400 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #dc5f5c;
}

.series-b-danger-400.opacity-100 .ct-series.ct-series-b .ct-area {
    fill: #dc5f5c;
    fill-opacity: 0.9;
}

.series-b-danger-400.opacity-100 .ct-series.ct-series-b .ct-line {
    stroke: #dc5f5c;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-b-danger-400.opacity-100 .ct-series.ct-series-b .ct-point {
    stroke: #dc5f5c;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-b-danger-400.opacity-100 .ct-series.ct-series-b .ct-bar {
    stroke: #dc5f5c;
    stroke-opacity: 1;
}

.series-b-danger-400.opacity-100 .ct-series.ct-series-b .ct-slice-pie {
    fill: #dc5f5c;
    fill-opacity: 1;
}

.series-b-danger-400.opacity-100 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #dc5f5c;
    stroke-opacity: 1;
}

.series-b-danger-500 .ct-series.ct-series-b .ct-area {
    fill: #d9534f;
}

.series-b-danger-500 .ct-series.ct-series-b .ct-line {
    stroke: #d9534f;
    stroke-width: 3px;
}

.series-b-danger-500 .ct-series.ct-series-b .ct-point {
    stroke: #d9534f;
    stroke-width: 6px;
}

.series-b-danger-500 .ct-series.ct-series-b .ct-bar {
    stroke: #d9534f;
}

.series-b-danger-500 .ct-series.ct-series-b .ct-slice-pie {
    fill: #d9534f;
}

.series-b-danger-500 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #d9534f;
}

.series-b-danger-500.opacity-100 .ct-series.ct-series-b .ct-area {
    fill: #d9534f;
    fill-opacity: 0.9;
}

.series-b-danger-500.opacity-100 .ct-series.ct-series-b .ct-line {
    stroke: #d9534f;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-b-danger-500.opacity-100 .ct-series.ct-series-b .ct-point {
    stroke: #d9534f;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-b-danger-500.opacity-100 .ct-series.ct-series-b .ct-bar {
    stroke: #d9534f;
    stroke-opacity: 1;
}

.series-b-danger-500.opacity-100 .ct-series.ct-series-b .ct-slice-pie {
    fill: #d9534f;
    fill-opacity: 1;
}

.series-b-danger-500.opacity-100 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #d9534f;
    stroke-opacity: 1;
}

.series-b-danger-600 .ct-series.ct-series-b .ct-area {
    fill: #d64742;
}

.series-b-danger-600 .ct-series.ct-series-b .ct-line {
    stroke: #d64742;
    stroke-width: 3px;
}

.series-b-danger-600 .ct-series.ct-series-b .ct-point {
    stroke: #d64742;
    stroke-width: 6px;
}

.series-b-danger-600 .ct-series.ct-series-b .ct-bar {
    stroke: #d64742;
}

.series-b-danger-600 .ct-series.ct-series-b .ct-slice-pie {
    fill: #d64742;
}

.series-b-danger-600 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #d64742;
}

.series-b-danger-600.opacity-100 .ct-series.ct-series-b .ct-area {
    fill: #d64742;
    fill-opacity: 0.9;
}

.series-b-danger-600.opacity-100 .ct-series.ct-series-b .ct-line {
    stroke: #d64742;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-b-danger-600.opacity-100 .ct-series.ct-series-b .ct-point {
    stroke: #d64742;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-b-danger-600.opacity-100 .ct-series.ct-series-b .ct-bar {
    stroke: #d64742;
    stroke-opacity: 1;
}

.series-b-danger-600.opacity-100 .ct-series.ct-series-b .ct-slice-pie {
    fill: #d64742;
    fill-opacity: 1;
}

.series-b-danger-600.opacity-100 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #d64742;
    stroke-opacity: 1;
}

.series-b-danger-700 .ct-series.ct-series-b .ct-area {
    fill: #d43a36;
}

.series-b-danger-700 .ct-series.ct-series-b .ct-line {
    stroke: #d43a36;
    stroke-width: 3px;
}

.series-b-danger-700 .ct-series.ct-series-b .ct-point {
    stroke: #d43a36;
    stroke-width: 6px;
}

.series-b-danger-700 .ct-series.ct-series-b .ct-bar {
    stroke: #d43a36;
}

.series-b-danger-700 .ct-series.ct-series-b .ct-slice-pie {
    fill: #d43a36;
}

.series-b-danger-700 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #d43a36;
}

.series-b-danger-700.opacity-100 .ct-series.ct-series-b .ct-area {
    fill: #d43a36;
    fill-opacity: 0.9;
}

.series-b-danger-700.opacity-100 .ct-series.ct-series-b .ct-line {
    stroke: #d43a36;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-b-danger-700.opacity-100 .ct-series.ct-series-b .ct-point {
    stroke: #d43a36;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-b-danger-700.opacity-100 .ct-series.ct-series-b .ct-bar {
    stroke: #d43a36;
    stroke-opacity: 1;
}

.series-b-danger-700.opacity-100 .ct-series.ct-series-b .ct-slice-pie {
    fill: #d43a36;
    fill-opacity: 1;
}

.series-b-danger-700.opacity-100 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #d43a36;
    stroke-opacity: 1;
}

.series-b-danger-800 .ct-series.ct-series-b .ct-area {
    fill: #ce312c;
}

.series-b-danger-800 .ct-series.ct-series-b .ct-line {
    stroke: #ce312c;
    stroke-width: 3px;
}

.series-b-danger-800 .ct-series.ct-series-b .ct-point {
    stroke: #ce312c;
    stroke-width: 6px;
}

.series-b-danger-800 .ct-series.ct-series-b .ct-bar {
    stroke: #ce312c;
}

.series-b-danger-800 .ct-series.ct-series-b .ct-slice-pie {
    fill: #ce312c;
}

.series-b-danger-800 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #ce312c;
}

.series-b-danger-800.opacity-100 .ct-series.ct-series-b .ct-area {
    fill: #ce312c;
    fill-opacity: 0.9;
}

.series-b-danger-800.opacity-100 .ct-series.ct-series-b .ct-line {
    stroke: #ce312c;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-b-danger-800.opacity-100 .ct-series.ct-series-b .ct-point {
    stroke: #ce312c;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-b-danger-800.opacity-100 .ct-series.ct-series-b .ct-bar {
    stroke: #ce312c;
    stroke-opacity: 1;
}

.series-b-danger-800.opacity-100 .ct-series.ct-series-b .ct-slice-pie {
    fill: #ce312c;
    fill-opacity: 1;
}

.series-b-danger-800.opacity-100 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #ce312c;
    stroke-opacity: 1;
}

.series-b-danger-900 .ct-series.ct-series-b .ct-area {
    fill: #c12e2a;
}

.series-b-danger-900 .ct-series.ct-series-b .ct-line {
    stroke: #c12e2a;
    stroke-width: 3px;
}

.series-b-danger-900 .ct-series.ct-series-b .ct-point {
    stroke: #c12e2a;
    stroke-width: 6px;
}

.series-b-danger-900 .ct-series.ct-series-b .ct-bar {
    stroke: #c12e2a;
}

.series-b-danger-900 .ct-series.ct-series-b .ct-slice-pie {
    fill: #c12e2a;
}

.series-b-danger-900 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #c12e2a;
}

.series-b-danger-900.opacity-100 .ct-series.ct-series-b .ct-area {
    fill: #c12e2a;
    fill-opacity: 0.9;
}

.series-b-danger-900.opacity-100 .ct-series.ct-series-b .ct-line {
    stroke: #c12e2a;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-b-danger-900.opacity-100 .ct-series.ct-series-b .ct-point {
    stroke: #c12e2a;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-b-danger-900.opacity-100 .ct-series.ct-series-b .ct-bar {
    stroke: #c12e2a;
    stroke-opacity: 1;
}

.series-b-danger-900.opacity-100 .ct-series.ct-series-b .ct-slice-pie {
    fill: #c12e2a;
    fill-opacity: 1;
}

.series-b-danger-900.opacity-100 .ct-series.ct-series-b .ct-slice-donut {
    stroke: #c12e2a;
    stroke-opacity: 1;
}

.series-c-white .ct-series.ct-series-c .ct-area {
    fill: #ffffff;
}

.series-c-white .ct-series.ct-series-c .ct-line {
    stroke: #ffffff;
    stroke-width: 3px;
}

.series-c-white .ct-series.ct-series-c .ct-point {
    stroke: #ffffff;
    stroke-width: 6px;
}

.series-c-white .ct-series.ct-series-c .ct-bar {
    stroke: #ffffff;
}

.series-c-white .ct-series.ct-series-c .ct-slice-pie {
    fill: #ffffff;
}

.series-c-white .ct-series.ct-series-c .ct-slice-donut {
    stroke: #ffffff;
}

.series-c-white.opacity-100 .ct-series.ct-series-c .ct-area {
    fill: #ffffff;
    fill-opacity: 0.9;
}

.series-c-white.opacity-100 .ct-series.ct-series-c .ct-line {
    stroke: #ffffff;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-c-white.opacity-100 .ct-series.ct-series-c .ct-point {
    stroke: #ffffff;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-c-white.opacity-100 .ct-series.ct-series-c .ct-bar {
    stroke: #ffffff;
    stroke-opacity: 1;
}

.series-c-white.opacity-100 .ct-series.ct-series-c .ct-slice-pie {
    fill: #ffffff;
    fill-opacity: 1;
}

.series-c-white.opacity-100 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #ffffff;
    stroke-opacity: 1;
}

.series-c-black .ct-series.ct-series-c .ct-area {
    fill: #000000;
}

.series-c-black .ct-series.ct-series-c .ct-line {
    stroke: #000000;
    stroke-width: 3px;
}

.series-c-black .ct-series.ct-series-c .ct-point {
    stroke: #000000;
    stroke-width: 6px;
}

.series-c-black .ct-series.ct-series-c .ct-bar {
    stroke: #000000;
}

.series-c-black .ct-series.ct-series-c .ct-slice-pie {
    fill: #000000;
}

.series-c-black .ct-series.ct-series-c .ct-slice-donut {
    stroke: #000000;
}

.series-c-black.opacity-100 .ct-series.ct-series-c .ct-area {
    fill: #000000;
    fill-opacity: 0.9;
}

.series-c-black.opacity-100 .ct-series.ct-series-c .ct-line {
    stroke: #000000;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-c-black.opacity-100 .ct-series.ct-series-c .ct-point {
    stroke: #000000;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-c-black.opacity-100 .ct-series.ct-series-c .ct-bar {
    stroke: #000000;
    stroke-opacity: 1;
}

.series-c-black.opacity-100 .ct-series.ct-series-c .ct-slice-pie {
    fill: #000000;
    fill-opacity: 1;
}

.series-c-black.opacity-100 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #000000;
    stroke-opacity: 1;
}

.series-c-light .ct-series.ct-series-c .ct-area {
    fill: #f5f5f5;
}

.series-c-light .ct-series.ct-series-c .ct-line {
    stroke: #f5f5f5;
    stroke-width: 3px;
}

.series-c-light .ct-series.ct-series-c .ct-point {
    stroke: #f5f5f5;
    stroke-width: 6px;
}

.series-c-light .ct-series.ct-series-c .ct-bar {
    stroke: #f5f5f5;
}

.series-c-light .ct-series.ct-series-c .ct-slice-pie {
    fill: #f5f5f5;
}

.series-c-light .ct-series.ct-series-c .ct-slice-donut {
    stroke: #f5f5f5;
}

.series-c-light.opacity-100 .ct-series.ct-series-c .ct-area {
    fill: #f5f5f5;
    fill-opacity: 0.9;
}

.series-c-light.opacity-100 .ct-series.ct-series-c .ct-line {
    stroke: #f5f5f5;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-c-light.opacity-100 .ct-series.ct-series-c .ct-point {
    stroke: #f5f5f5;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-c-light.opacity-100 .ct-series.ct-series-c .ct-bar {
    stroke: #f5f5f5;
    stroke-opacity: 1;
}

.series-c-light.opacity-100 .ct-series.ct-series-c .ct-slice-pie {
    fill: #f5f5f5;
    fill-opacity: 1;
}

.series-c-light.opacity-100 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #f5f5f5;
    stroke-opacity: 1;
}

.series-c-dark .ct-series.ct-series-c .ct-area {
    fill: #262932;
}

.series-c-dark .ct-series.ct-series-c .ct-line {
    stroke: #262932;
    stroke-width: 3px;
}

.series-c-dark .ct-series.ct-series-c .ct-point {
    stroke: #262932;
    stroke-width: 6px;
}

.series-c-dark .ct-series.ct-series-c .ct-bar {
    stroke: #262932;
}

.series-c-dark .ct-series.ct-series-c .ct-slice-pie {
    fill: #262932;
}

.series-c-dark .ct-series.ct-series-c .ct-slice-donut {
    stroke: #262932;
}

.series-c-dark.opacity-100 .ct-series.ct-series-c .ct-area {
    fill: #262932;
    fill-opacity: 0.9;
}

.series-c-dark.opacity-100 .ct-series.ct-series-c .ct-line {
    stroke: #262932;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-c-dark.opacity-100 .ct-series.ct-series-c .ct-point {
    stroke: #262932;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-c-dark.opacity-100 .ct-series.ct-series-c .ct-bar {
    stroke: #262932;
    stroke-opacity: 1;
}

.series-c-dark.opacity-100 .ct-series.ct-series-c .ct-slice-pie {
    fill: #262932;
    fill-opacity: 1;
}

.series-c-dark.opacity-100 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #262932;
    stroke-opacity: 1;
}

.series-c-twitter .ct-series.ct-series-c .ct-area {
    fill: #00aced;
}

.series-c-twitter .ct-series.ct-series-c .ct-line {
    stroke: #00aced;
    stroke-width: 3px;
}

.series-c-twitter .ct-series.ct-series-c .ct-point {
    stroke: #00aced;
    stroke-width: 6px;
}

.series-c-twitter .ct-series.ct-series-c .ct-bar {
    stroke: #00aced;
}

.series-c-twitter .ct-series.ct-series-c .ct-slice-pie {
    fill: #00aced;
}

.series-c-twitter .ct-series.ct-series-c .ct-slice-donut {
    stroke: #00aced;
}

.series-c-twitter.opacity-100 .ct-series.ct-series-c .ct-area {
    fill: #00aced;
    fill-opacity: 0.9;
}

.series-c-twitter.opacity-100 .ct-series.ct-series-c .ct-line {
    stroke: #00aced;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-c-twitter.opacity-100 .ct-series.ct-series-c .ct-point {
    stroke: #00aced;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-c-twitter.opacity-100 .ct-series.ct-series-c .ct-bar {
    stroke: #00aced;
    stroke-opacity: 1;
}

.series-c-twitter.opacity-100 .ct-series.ct-series-c .ct-slice-pie {
    fill: #00aced;
    fill-opacity: 1;
}

.series-c-twitter.opacity-100 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #00aced;
    stroke-opacity: 1;
}

.series-c-facebook .ct-series.ct-series-c .ct-area {
    fill: #3b5998;
}

.series-c-facebook .ct-series.ct-series-c .ct-line {
    stroke: #3b5998;
    stroke-width: 3px;
}

.series-c-facebook .ct-series.ct-series-c .ct-point {
    stroke: #3b5998;
    stroke-width: 6px;
}

.series-c-facebook .ct-series.ct-series-c .ct-bar {
    stroke: #3b5998;
}

.series-c-facebook .ct-series.ct-series-c .ct-slice-pie {
    fill: #3b5998;
}

.series-c-facebook .ct-series.ct-series-c .ct-slice-donut {
    stroke: #3b5998;
}

.series-c-facebook.opacity-100 .ct-series.ct-series-c .ct-area {
    fill: #3b5998;
    fill-opacity: 0.9;
}

.series-c-facebook.opacity-100 .ct-series.ct-series-c .ct-line {
    stroke: #3b5998;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-c-facebook.opacity-100 .ct-series.ct-series-c .ct-point {
    stroke: #3b5998;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-c-facebook.opacity-100 .ct-series.ct-series-c .ct-bar {
    stroke: #3b5998;
    stroke-opacity: 1;
}

.series-c-facebook.opacity-100 .ct-series.ct-series-c .ct-slice-pie {
    fill: #3b5998;
    fill-opacity: 1;
}

.series-c-facebook.opacity-100 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #3b5998;
    stroke-opacity: 1;
}

.series-c-google .ct-series.ct-series-c .ct-area {
    fill: #dd4b39;
}

.series-c-google .ct-series.ct-series-c .ct-line {
    stroke: #dd4b39;
    stroke-width: 3px;
}

.series-c-google .ct-series.ct-series-c .ct-point {
    stroke: #dd4b39;
    stroke-width: 6px;
}

.series-c-google .ct-series.ct-series-c .ct-bar {
    stroke: #dd4b39;
}

.series-c-google .ct-series.ct-series-c .ct-slice-pie {
    fill: #dd4b39;
}

.series-c-google .ct-series.ct-series-c .ct-slice-donut {
    stroke: #dd4b39;
}

.series-c-google.opacity-100 .ct-series.ct-series-c .ct-area {
    fill: #dd4b39;
    fill-opacity: 0.9;
}

.series-c-google.opacity-100 .ct-series.ct-series-c .ct-line {
    stroke: #dd4b39;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-c-google.opacity-100 .ct-series.ct-series-c .ct-point {
    stroke: #dd4b39;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-c-google.opacity-100 .ct-series.ct-series-c .ct-bar {
    stroke: #dd4b39;
    stroke-opacity: 1;
}

.series-c-google.opacity-100 .ct-series.ct-series-c .ct-slice-pie {
    fill: #dd4b39;
    fill-opacity: 1;
}

.series-c-google.opacity-100 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #dd4b39;
    stroke-opacity: 1;
}

.series-c-bg-1 .ct-series.ct-series-c .ct-area {
    fill: #0267bf;
}

.series-c-bg-1 .ct-series.ct-series-c .ct-line {
    stroke: #0267bf;
    stroke-width: 3px;
}

.series-c-bg-1 .ct-series.ct-series-c .ct-point {
    stroke: #0267bf;
    stroke-width: 6px;
}

.series-c-bg-1 .ct-series.ct-series-c .ct-bar {
    stroke: #0267bf;
}

.series-c-bg-1 .ct-series.ct-series-c .ct-slice-pie {
    fill: #0267bf;
}

.series-c-bg-1 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #0267bf;
}

.series-c-bg-1.opacity-100 .ct-series.ct-series-c .ct-area {
    fill: #0267bf;
    fill-opacity: 0.9;
}

.series-c-bg-1.opacity-100 .ct-series.ct-series-c .ct-line {
    stroke: #0267bf;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-c-bg-1.opacity-100 .ct-series.ct-series-c .ct-point {
    stroke: #0267bf;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-c-bg-1.opacity-100 .ct-series.ct-series-c .ct-bar {
    stroke: #0267bf;
    stroke-opacity: 1;
}

.series-c-bg-1.opacity-100 .ct-series.ct-series-c .ct-slice-pie {
    fill: #0267bf;
    fill-opacity: 1;
}

.series-c-bg-1.opacity-100 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #0267bf;
    stroke-opacity: 1;
}

.series-c-bg-1-100 .ct-series.ct-series-c .ct-area {
    fill: #299bfd;
}

.series-c-bg-1-100 .ct-series.ct-series-c .ct-line {
    stroke: #299bfd;
    stroke-width: 3px;
}

.series-c-bg-1-100 .ct-series.ct-series-c .ct-point {
    stroke: #299bfd;
    stroke-width: 6px;
}

.series-c-bg-1-100 .ct-series.ct-series-c .ct-bar {
    stroke: #299bfd;
}

.series-c-bg-1-100 .ct-series.ct-series-c .ct-slice-pie {
    fill: #299bfd;
}

.series-c-bg-1-100 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #299bfd;
}

.series-c-bg-1-100.opacity-100 .ct-series.ct-series-c .ct-area {
    fill: #299bfd;
    fill-opacity: 0.9;
}

.series-c-bg-1-100.opacity-100 .ct-series.ct-series-c .ct-line {
    stroke: #299bfd;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-c-bg-1-100.opacity-100 .ct-series.ct-series-c .ct-point {
    stroke: #299bfd;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-c-bg-1-100.opacity-100 .ct-series.ct-series-c .ct-bar {
    stroke: #299bfd;
    stroke-opacity: 1;
}

.series-c-bg-1-100.opacity-100 .ct-series.ct-series-c .ct-slice-pie {
    fill: #299bfd;
    fill-opacity: 1;
}

.series-c-bg-1-100.opacity-100 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #299bfd;
    stroke-opacity: 1;
}

.series-c-bg-1-200 .ct-series.ct-series-c .ct-area {
    fill: #108ffd;
}

.series-c-bg-1-200 .ct-series.ct-series-c .ct-line {
    stroke: #108ffd;
    stroke-width: 3px;
}

.series-c-bg-1-200 .ct-series.ct-series-c .ct-point {
    stroke: #108ffd;
    stroke-width: 6px;
}

.series-c-bg-1-200 .ct-series.ct-series-c .ct-bar {
    stroke: #108ffd;
}

.series-c-bg-1-200 .ct-series.ct-series-c .ct-slice-pie {
    fill: #108ffd;
}

.series-c-bg-1-200 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #108ffd;
}

.series-c-bg-1-200.opacity-100 .ct-series.ct-series-c .ct-area {
    fill: #108ffd;
    fill-opacity: 0.9;
}

.series-c-bg-1-200.opacity-100 .ct-series.ct-series-c .ct-line {
    stroke: #108ffd;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-c-bg-1-200.opacity-100 .ct-series.ct-series-c .ct-point {
    stroke: #108ffd;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-c-bg-1-200.opacity-100 .ct-series.ct-series-c .ct-bar {
    stroke: #108ffd;
    stroke-opacity: 1;
}

.series-c-bg-1-200.opacity-100 .ct-series.ct-series-c .ct-slice-pie {
    fill: #108ffd;
    fill-opacity: 1;
}

.series-c-bg-1-200.opacity-100 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #108ffd;
    stroke-opacity: 1;
}

.series-c-bg-1-300 .ct-series.ct-series-c .ct-area {
    fill: #0283f1;
}

.series-c-bg-1-300 .ct-series.ct-series-c .ct-line {
    stroke: #0283f1;
    stroke-width: 3px;
}

.series-c-bg-1-300 .ct-series.ct-series-c .ct-point {
    stroke: #0283f1;
    stroke-width: 6px;
}

.series-c-bg-1-300 .ct-series.ct-series-c .ct-bar {
    stroke: #0283f1;
}

.series-c-bg-1-300 .ct-series.ct-series-c .ct-slice-pie {
    fill: #0283f1;
}

.series-c-bg-1-300 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #0283f1;
}

.series-c-bg-1-300.opacity-100 .ct-series.ct-series-c .ct-area {
    fill: #0283f1;
    fill-opacity: 0.9;
}

.series-c-bg-1-300.opacity-100 .ct-series.ct-series-c .ct-line {
    stroke: #0283f1;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-c-bg-1-300.opacity-100 .ct-series.ct-series-c .ct-point {
    stroke: #0283f1;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-c-bg-1-300.opacity-100 .ct-series.ct-series-c .ct-bar {
    stroke: #0283f1;
    stroke-opacity: 1;
}

.series-c-bg-1-300.opacity-100 .ct-series.ct-series-c .ct-slice-pie {
    fill: #0283f1;
    fill-opacity: 1;
}

.series-c-bg-1-300.opacity-100 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #0283f1;
    stroke-opacity: 1;
}

.series-c-bg-1-400 .ct-series.ct-series-c .ct-area {
    fill: #0275d8;
}

.series-c-bg-1-400 .ct-series.ct-series-c .ct-line {
    stroke: #0275d8;
    stroke-width: 3px;
}

.series-c-bg-1-400 .ct-series.ct-series-c .ct-point {
    stroke: #0275d8;
    stroke-width: 6px;
}

.series-c-bg-1-400 .ct-series.ct-series-c .ct-bar {
    stroke: #0275d8;
}

.series-c-bg-1-400 .ct-series.ct-series-c .ct-slice-pie {
    fill: #0275d8;
}

.series-c-bg-1-400 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #0275d8;
}

.series-c-bg-1-400.opacity-100 .ct-series.ct-series-c .ct-area {
    fill: #0275d8;
    fill-opacity: 0.9;
}

.series-c-bg-1-400.opacity-100 .ct-series.ct-series-c .ct-line {
    stroke: #0275d8;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-c-bg-1-400.opacity-100 .ct-series.ct-series-c .ct-point {
    stroke: #0275d8;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-c-bg-1-400.opacity-100 .ct-series.ct-series-c .ct-bar {
    stroke: #0275d8;
    stroke-opacity: 1;
}

.series-c-bg-1-400.opacity-100 .ct-series.ct-series-c .ct-slice-pie {
    fill: #0275d8;
    fill-opacity: 1;
}

.series-c-bg-1-400.opacity-100 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #0275d8;
    stroke-opacity: 1;
}

.series-c-bg-1-500 .ct-series.ct-series-c .ct-area {
    fill: #0267bf;
}

.series-c-bg-1-500 .ct-series.ct-series-c .ct-line {
    stroke: #0267bf;
    stroke-width: 3px;
}

.series-c-bg-1-500 .ct-series.ct-series-c .ct-point {
    stroke: #0267bf;
    stroke-width: 6px;
}

.series-c-bg-1-500 .ct-series.ct-series-c .ct-bar {
    stroke: #0267bf;
}

.series-c-bg-1-500 .ct-series.ct-series-c .ct-slice-pie {
    fill: #0267bf;
}

.series-c-bg-1-500 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #0267bf;
}

.series-c-bg-1-500.opacity-100 .ct-series.ct-series-c .ct-area {
    fill: #0267bf;
    fill-opacity: 0.9;
}

.series-c-bg-1-500.opacity-100 .ct-series.ct-series-c .ct-line {
    stroke: #0267bf;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-c-bg-1-500.opacity-100 .ct-series.ct-series-c .ct-point {
    stroke: #0267bf;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-c-bg-1-500.opacity-100 .ct-series.ct-series-c .ct-bar {
    stroke: #0267bf;
    stroke-opacity: 1;
}

.series-c-bg-1-500.opacity-100 .ct-series.ct-series-c .ct-slice-pie {
    fill: #0267bf;
    fill-opacity: 1;
}

.series-c-bg-1-500.opacity-100 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #0267bf;
    stroke-opacity: 1;
}

.series-c-bg-1-600 .ct-series.ct-series-c .ct-area {
    fill: #025aa5;
}

.series-c-bg-1-600 .ct-series.ct-series-c .ct-line {
    stroke: #025aa5;
    stroke-width: 3px;
}

.series-c-bg-1-600 .ct-series.ct-series-c .ct-point {
    stroke: #025aa5;
    stroke-width: 6px;
}

.series-c-bg-1-600 .ct-series.ct-series-c .ct-bar {
    stroke: #025aa5;
}

.series-c-bg-1-600 .ct-series.ct-series-c .ct-slice-pie {
    fill: #025aa5;
}

.series-c-bg-1-600 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #025aa5;
}

.series-c-bg-1-600.opacity-100 .ct-series.ct-series-c .ct-area {
    fill: #025aa5;
    fill-opacity: 0.9;
}

.series-c-bg-1-600.opacity-100 .ct-series.ct-series-c .ct-line {
    stroke: #025aa5;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-c-bg-1-600.opacity-100 .ct-series.ct-series-c .ct-point {
    stroke: #025aa5;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-c-bg-1-600.opacity-100 .ct-series.ct-series-c .ct-bar {
    stroke: #025aa5;
    stroke-opacity: 1;
}

.series-c-bg-1-600.opacity-100 .ct-series.ct-series-c .ct-slice-pie {
    fill: #025aa5;
    fill-opacity: 1;
}

.series-c-bg-1-600.opacity-100 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #025aa5;
    stroke-opacity: 1;
}

.series-c-bg-1-700 .ct-series.ct-series-c .ct-area {
    fill: #014c8c;
}

.series-c-bg-1-700 .ct-series.ct-series-c .ct-line {
    stroke: #014c8c;
    stroke-width: 3px;
}

.series-c-bg-1-700 .ct-series.ct-series-c .ct-point {
    stroke: #014c8c;
    stroke-width: 6px;
}

.series-c-bg-1-700 .ct-series.ct-series-c .ct-bar {
    stroke: #014c8c;
}

.series-c-bg-1-700 .ct-series.ct-series-c .ct-slice-pie {
    fill: #014c8c;
}

.series-c-bg-1-700 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #014c8c;
}

.series-c-bg-1-700.opacity-100 .ct-series.ct-series-c .ct-area {
    fill: #014c8c;
    fill-opacity: 0.9;
}

.series-c-bg-1-700.opacity-100 .ct-series.ct-series-c .ct-line {
    stroke: #014c8c;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-c-bg-1-700.opacity-100 .ct-series.ct-series-c .ct-point {
    stroke: #014c8c;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-c-bg-1-700.opacity-100 .ct-series.ct-series-c .ct-bar {
    stroke: #014c8c;
    stroke-opacity: 1;
}

.series-c-bg-1-700.opacity-100 .ct-series.ct-series-c .ct-slice-pie {
    fill: #014c8c;
    fill-opacity: 1;
}

.series-c-bg-1-700.opacity-100 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #014c8c;
    stroke-opacity: 1;
}

.series-c-bg-1-800 .ct-series.ct-series-c .ct-area {
    fill: #013e73;
}

.series-c-bg-1-800 .ct-series.ct-series-c .ct-line {
    stroke: #013e73;
    stroke-width: 3px;
}

.series-c-bg-1-800 .ct-series.ct-series-c .ct-point {
    stroke: #013e73;
    stroke-width: 6px;
}

.series-c-bg-1-800 .ct-series.ct-series-c .ct-bar {
    stroke: #013e73;
}

.series-c-bg-1-800 .ct-series.ct-series-c .ct-slice-pie {
    fill: #013e73;
}

.series-c-bg-1-800 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #013e73;
}

.series-c-bg-1-800.opacity-100 .ct-series.ct-series-c .ct-area {
    fill: #013e73;
    fill-opacity: 0.9;
}

.series-c-bg-1-800.opacity-100 .ct-series.ct-series-c .ct-line {
    stroke: #013e73;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-c-bg-1-800.opacity-100 .ct-series.ct-series-c .ct-point {
    stroke: #013e73;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-c-bg-1-800.opacity-100 .ct-series.ct-series-c .ct-bar {
    stroke: #013e73;
    stroke-opacity: 1;
}

.series-c-bg-1-800.opacity-100 .ct-series.ct-series-c .ct-slice-pie {
    fill: #013e73;
    fill-opacity: 1;
}

.series-c-bg-1-800.opacity-100 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #013e73;
    stroke-opacity: 1;
}

.series-c-bg-1-900 .ct-series.ct-series-c .ct-area {
    fill: #01315a;
}

.series-c-bg-1-900 .ct-series.ct-series-c .ct-line {
    stroke: #01315a;
    stroke-width: 3px;
}

.series-c-bg-1-900 .ct-series.ct-series-c .ct-point {
    stroke: #01315a;
    stroke-width: 6px;
}

.series-c-bg-1-900 .ct-series.ct-series-c .ct-bar {
    stroke: #01315a;
}

.series-c-bg-1-900 .ct-series.ct-series-c .ct-slice-pie {
    fill: #01315a;
}

.series-c-bg-1-900 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #01315a;
}

.series-c-bg-1-900.opacity-100 .ct-series.ct-series-c .ct-area {
    fill: #01315a;
    fill-opacity: 0.9;
}

.series-c-bg-1-900.opacity-100 .ct-series.ct-series-c .ct-line {
    stroke: #01315a;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-c-bg-1-900.opacity-100 .ct-series.ct-series-c .ct-point {
    stroke: #01315a;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-c-bg-1-900.opacity-100 .ct-series.ct-series-c .ct-bar {
    stroke: #01315a;
    stroke-opacity: 1;
}

.series-c-bg-1-900.opacity-100 .ct-series.ct-series-c .ct-slice-pie {
    fill: #01315a;
    fill-opacity: 1;
}

.series-c-bg-1-900.opacity-100 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #01315a;
    stroke-opacity: 1;
}

.series-c-bg-2 .ct-series.ct-series-c .ct-area {
    fill: #002451;
}

.series-c-bg-2 .ct-series.ct-series-c .ct-line {
    stroke: #002451;
    stroke-width: 3px;
}

.series-c-bg-2 .ct-series.ct-series-c .ct-point {
    stroke: #002451;
    stroke-width: 6px;
}

.series-c-bg-2 .ct-series.ct-series-c .ct-bar {
    stroke: #002451;
}

.series-c-bg-2 .ct-series.ct-series-c .ct-slice-pie {
    fill: #002451;
}

.series-c-bg-2 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #002451;
}

.series-c-bg-2.opacity-100 .ct-series.ct-series-c .ct-area {
    fill: #002451;
    fill-opacity: 0.9;
}

.series-c-bg-2.opacity-100 .ct-series.ct-series-c .ct-line {
    stroke: #002451;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-c-bg-2.opacity-100 .ct-series.ct-series-c .ct-point {
    stroke: #002451;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-c-bg-2.opacity-100 .ct-series.ct-series-c .ct-bar {
    stroke: #002451;
    stroke-opacity: 1;
}

.series-c-bg-2.opacity-100 .ct-series.ct-series-c .ct-slice-pie {
    fill: #002451;
    fill-opacity: 1;
}

.series-c-bg-2.opacity-100 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #002451;
    stroke-opacity: 1;
}

.series-c-bg-2-100 .ct-series.ct-series-c .ct-area {
    fill: #0051b7;
}

.series-c-bg-2-100 .ct-series.ct-series-c .ct-line {
    stroke: #0051b7;
    stroke-width: 3px;
}

.series-c-bg-2-100 .ct-series.ct-series-c .ct-point {
    stroke: #0051b7;
    stroke-width: 6px;
}

.series-c-bg-2-100 .ct-series.ct-series-c .ct-bar {
    stroke: #0051b7;
}

.series-c-bg-2-100 .ct-series.ct-series-c .ct-slice-pie {
    fill: #0051b7;
}

.series-c-bg-2-100 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #0051b7;
}

.series-c-bg-2-100.opacity-100 .ct-series.ct-series-c .ct-area {
    fill: #0051b7;
    fill-opacity: 0.9;
}

.series-c-bg-2-100.opacity-100 .ct-series.ct-series-c .ct-line {
    stroke: #0051b7;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-c-bg-2-100.opacity-100 .ct-series.ct-series-c .ct-point {
    stroke: #0051b7;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-c-bg-2-100.opacity-100 .ct-series.ct-series-c .ct-bar {
    stroke: #0051b7;
    stroke-opacity: 1;
}

.series-c-bg-2-100.opacity-100 .ct-series.ct-series-c .ct-slice-pie {
    fill: #0051b7;
    fill-opacity: 1;
}

.series-c-bg-2-100.opacity-100 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #0051b7;
    stroke-opacity: 1;
}

.series-c-bg-2-200 .ct-series.ct-series-c .ct-area {
    fill: #00469e;
}

.series-c-bg-2-200 .ct-series.ct-series-c .ct-line {
    stroke: #00469e;
    stroke-width: 3px;
}

.series-c-bg-2-200 .ct-series.ct-series-c .ct-point {
    stroke: #00469e;
    stroke-width: 6px;
}

.series-c-bg-2-200 .ct-series.ct-series-c .ct-bar {
    stroke: #00469e;
}

.series-c-bg-2-200 .ct-series.ct-series-c .ct-slice-pie {
    fill: #00469e;
}

.series-c-bg-2-200 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #00469e;
}

.series-c-bg-2-200.opacity-100 .ct-series.ct-series-c .ct-area {
    fill: #00469e;
    fill-opacity: 0.9;
}

.series-c-bg-2-200.opacity-100 .ct-series.ct-series-c .ct-line {
    stroke: #00469e;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-c-bg-2-200.opacity-100 .ct-series.ct-series-c .ct-point {
    stroke: #00469e;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-c-bg-2-200.opacity-100 .ct-series.ct-series-c .ct-bar {
    stroke: #00469e;
    stroke-opacity: 1;
}

.series-c-bg-2-200.opacity-100 .ct-series.ct-series-c .ct-slice-pie {
    fill: #00469e;
    fill-opacity: 1;
}

.series-c-bg-2-200.opacity-100 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #00469e;
    stroke-opacity: 1;
}

.series-c-bg-2-300 .ct-series.ct-series-c .ct-area {
    fill: #003b84;
}

.series-c-bg-2-300 .ct-series.ct-series-c .ct-line {
    stroke: #003b84;
    stroke-width: 3px;
}

.series-c-bg-2-300 .ct-series.ct-series-c .ct-point {
    stroke: #003b84;
    stroke-width: 6px;
}

.series-c-bg-2-300 .ct-series.ct-series-c .ct-bar {
    stroke: #003b84;
}

.series-c-bg-2-300 .ct-series.ct-series-c .ct-slice-pie {
    fill: #003b84;
}

.series-c-bg-2-300 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #003b84;
}

.series-c-bg-2-300.opacity-100 .ct-series.ct-series-c .ct-area {
    fill: #003b84;
    fill-opacity: 0.9;
}

.series-c-bg-2-300.opacity-100 .ct-series.ct-series-c .ct-line {
    stroke: #003b84;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-c-bg-2-300.opacity-100 .ct-series.ct-series-c .ct-point {
    stroke: #003b84;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-c-bg-2-300.opacity-100 .ct-series.ct-series-c .ct-bar {
    stroke: #003b84;
    stroke-opacity: 1;
}

.series-c-bg-2-300.opacity-100 .ct-series.ct-series-c .ct-slice-pie {
    fill: #003b84;
    fill-opacity: 1;
}

.series-c-bg-2-300.opacity-100 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #003b84;
    stroke-opacity: 1;
}

.series-c-bg-2-400 .ct-series.ct-series-c .ct-area {
    fill: #002f6b;
}

.series-c-bg-2-400 .ct-series.ct-series-c .ct-line {
    stroke: #002f6b;
    stroke-width: 3px;
}

.series-c-bg-2-400 .ct-series.ct-series-c .ct-point {
    stroke: #002f6b;
    stroke-width: 6px;
}

.series-c-bg-2-400 .ct-series.ct-series-c .ct-bar {
    stroke: #002f6b;
}

.series-c-bg-2-400 .ct-series.ct-series-c .ct-slice-pie {
    fill: #002f6b;
}

.series-c-bg-2-400 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #002f6b;
}

.series-c-bg-2-400.opacity-100 .ct-series.ct-series-c .ct-area {
    fill: #002f6b;
    fill-opacity: 0.9;
}

.series-c-bg-2-400.opacity-100 .ct-series.ct-series-c .ct-line {
    stroke: #002f6b;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-c-bg-2-400.opacity-100 .ct-series.ct-series-c .ct-point {
    stroke: #002f6b;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-c-bg-2-400.opacity-100 .ct-series.ct-series-c .ct-bar {
    stroke: #002f6b;
    stroke-opacity: 1;
}

.series-c-bg-2-400.opacity-100 .ct-series.ct-series-c .ct-slice-pie {
    fill: #002f6b;
    fill-opacity: 1;
}

.series-c-bg-2-400.opacity-100 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #002f6b;
    stroke-opacity: 1;
}

.series-c-bg-2-500 .ct-series.ct-series-c .ct-area {
    fill: #002451;
}

.series-c-bg-2-500 .ct-series.ct-series-c .ct-line {
    stroke: #002451;
    stroke-width: 3px;
}

.series-c-bg-2-500 .ct-series.ct-series-c .ct-point {
    stroke: #002451;
    stroke-width: 6px;
}

.series-c-bg-2-500 .ct-series.ct-series-c .ct-bar {
    stroke: #002451;
}

.series-c-bg-2-500 .ct-series.ct-series-c .ct-slice-pie {
    fill: #002451;
}

.series-c-bg-2-500 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #002451;
}

.series-c-bg-2-500.opacity-100 .ct-series.ct-series-c .ct-area {
    fill: #002451;
    fill-opacity: 0.9;
}

.series-c-bg-2-500.opacity-100 .ct-series.ct-series-c .ct-line {
    stroke: #002451;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-c-bg-2-500.opacity-100 .ct-series.ct-series-c .ct-point {
    stroke: #002451;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-c-bg-2-500.opacity-100 .ct-series.ct-series-c .ct-bar {
    stroke: #002451;
    stroke-opacity: 1;
}

.series-c-bg-2-500.opacity-100 .ct-series.ct-series-c .ct-slice-pie {
    fill: #002451;
    fill-opacity: 1;
}

.series-c-bg-2-500.opacity-100 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #002451;
    stroke-opacity: 1;
}

.series-c-bg-2-600 .ct-series.ct-series-c .ct-area {
    fill: #001938;
}

.series-c-bg-2-600 .ct-series.ct-series-c .ct-line {
    stroke: #001938;
    stroke-width: 3px;
}

.series-c-bg-2-600 .ct-series.ct-series-c .ct-point {
    stroke: #001938;
    stroke-width: 6px;
}

.series-c-bg-2-600 .ct-series.ct-series-c .ct-bar {
    stroke: #001938;
}

.series-c-bg-2-600 .ct-series.ct-series-c .ct-slice-pie {
    fill: #001938;
}

.series-c-bg-2-600 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #001938;
}

.series-c-bg-2-600.opacity-100 .ct-series.ct-series-c .ct-area {
    fill: #001938;
    fill-opacity: 0.9;
}

.series-c-bg-2-600.opacity-100 .ct-series.ct-series-c .ct-line {
    stroke: #001938;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-c-bg-2-600.opacity-100 .ct-series.ct-series-c .ct-point {
    stroke: #001938;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-c-bg-2-600.opacity-100 .ct-series.ct-series-c .ct-bar {
    stroke: #001938;
    stroke-opacity: 1;
}

.series-c-bg-2-600.opacity-100 .ct-series.ct-series-c .ct-slice-pie {
    fill: #001938;
    fill-opacity: 1;
}

.series-c-bg-2-600.opacity-100 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #001938;
    stroke-opacity: 1;
}

.series-c-bg-2-700 .ct-series.ct-series-c .ct-area {
    fill: #000d1e;
}

.series-c-bg-2-700 .ct-series.ct-series-c .ct-line {
    stroke: #000d1e;
    stroke-width: 3px;
}

.series-c-bg-2-700 .ct-series.ct-series-c .ct-point {
    stroke: #000d1e;
    stroke-width: 6px;
}

.series-c-bg-2-700 .ct-series.ct-series-c .ct-bar {
    stroke: #000d1e;
}

.series-c-bg-2-700 .ct-series.ct-series-c .ct-slice-pie {
    fill: #000d1e;
}

.series-c-bg-2-700 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #000d1e;
}

.series-c-bg-2-700.opacity-100 .ct-series.ct-series-c .ct-area {
    fill: #000d1e;
    fill-opacity: 0.9;
}

.series-c-bg-2-700.opacity-100 .ct-series.ct-series-c .ct-line {
    stroke: #000d1e;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-c-bg-2-700.opacity-100 .ct-series.ct-series-c .ct-point {
    stroke: #000d1e;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-c-bg-2-700.opacity-100 .ct-series.ct-series-c .ct-bar {
    stroke: #000d1e;
    stroke-opacity: 1;
}

.series-c-bg-2-700.opacity-100 .ct-series.ct-series-c .ct-slice-pie {
    fill: #000d1e;
    fill-opacity: 1;
}

.series-c-bg-2-700.opacity-100 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #000d1e;
    stroke-opacity: 1;
}

.series-c-bg-2-800 .ct-series.ct-series-c .ct-area {
    fill: #000205;
}

.series-c-bg-2-800 .ct-series.ct-series-c .ct-line {
    stroke: #000205;
    stroke-width: 3px;
}

.series-c-bg-2-800 .ct-series.ct-series-c .ct-point {
    stroke: #000205;
    stroke-width: 6px;
}

.series-c-bg-2-800 .ct-series.ct-series-c .ct-bar {
    stroke: #000205;
}

.series-c-bg-2-800 .ct-series.ct-series-c .ct-slice-pie {
    fill: #000205;
}

.series-c-bg-2-800 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #000205;
}

.series-c-bg-2-800.opacity-100 .ct-series.ct-series-c .ct-area {
    fill: #000205;
    fill-opacity: 0.9;
}

.series-c-bg-2-800.opacity-100 .ct-series.ct-series-c .ct-line {
    stroke: #000205;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-c-bg-2-800.opacity-100 .ct-series.ct-series-c .ct-point {
    stroke: #000205;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-c-bg-2-800.opacity-100 .ct-series.ct-series-c .ct-bar {
    stroke: #000205;
    stroke-opacity: 1;
}

.series-c-bg-2-800.opacity-100 .ct-series.ct-series-c .ct-slice-pie {
    fill: #000205;
    fill-opacity: 1;
}

.series-c-bg-2-800.opacity-100 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #000205;
    stroke-opacity: 1;
}

.series-c-bg-2-900 .ct-series.ct-series-c .ct-area {
    fill: black;
}

.series-c-bg-2-900 .ct-series.ct-series-c .ct-line {
    stroke: black;
    stroke-width: 3px;
}

.series-c-bg-2-900 .ct-series.ct-series-c .ct-point {
    stroke: black;
    stroke-width: 6px;
}

.series-c-bg-2-900 .ct-series.ct-series-c .ct-bar {
    stroke: black;
}

.series-c-bg-2-900 .ct-series.ct-series-c .ct-slice-pie {
    fill: black;
}

.series-c-bg-2-900 .ct-series.ct-series-c .ct-slice-donut {
    stroke: black;
}

.series-c-bg-2-900.opacity-100 .ct-series.ct-series-c .ct-area {
    fill: black;
    fill-opacity: 0.9;
}

.series-c-bg-2-900.opacity-100 .ct-series.ct-series-c .ct-line {
    stroke: black;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-c-bg-2-900.opacity-100 .ct-series.ct-series-c .ct-point {
    stroke: black;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-c-bg-2-900.opacity-100 .ct-series.ct-series-c .ct-bar {
    stroke: black;
    stroke-opacity: 1;
}

.series-c-bg-2-900.opacity-100 .ct-series.ct-series-c .ct-slice-pie {
    fill: black;
    fill-opacity: 1;
}

.series-c-bg-2-900.opacity-100 .ct-series.ct-series-c .ct-slice-donut {
    stroke: black;
    stroke-opacity: 1;
}

.series-c-bg-3 .ct-series.ct-series-c .ct-area {
    fill: #262932;
}

.series-c-bg-3 .ct-series.ct-series-c .ct-line {
    stroke: #262932;
    stroke-width: 3px;
}

.series-c-bg-3 .ct-series.ct-series-c .ct-point {
    stroke: #262932;
    stroke-width: 6px;
}

.series-c-bg-3 .ct-series.ct-series-c .ct-bar {
    stroke: #262932;
}

.series-c-bg-3 .ct-series.ct-series-c .ct-slice-pie {
    fill: #262932;
}

.series-c-bg-3 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #262932;
}

.series-c-bg-3.opacity-100 .ct-series.ct-series-c .ct-area {
    fill: #262932;
    fill-opacity: 0.9;
}

.series-c-bg-3.opacity-100 .ct-series.ct-series-c .ct-line {
    stroke: #262932;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-c-bg-3.opacity-100 .ct-series.ct-series-c .ct-point {
    stroke: #262932;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-c-bg-3.opacity-100 .ct-series.ct-series-c .ct-bar {
    stroke: #262932;
    stroke-opacity: 1;
}

.series-c-bg-3.opacity-100 .ct-series.ct-series-c .ct-slice-pie {
    fill: #262932;
    fill-opacity: 1;
}

.series-c-bg-3.opacity-100 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #262932;
    stroke-opacity: 1;
}

.series-c-bg-3-100 .ct-series.ct-series-c .ct-area {
    fill: #52596c;
}

.series-c-bg-3-100 .ct-series.ct-series-c .ct-line {
    stroke: #52596c;
    stroke-width: 3px;
}

.series-c-bg-3-100 .ct-series.ct-series-c .ct-point {
    stroke: #52596c;
    stroke-width: 6px;
}

.series-c-bg-3-100 .ct-series.ct-series-c .ct-bar {
    stroke: #52596c;
}

.series-c-bg-3-100 .ct-series.ct-series-c .ct-slice-pie {
    fill: #52596c;
}

.series-c-bg-3-100 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #52596c;
}

.series-c-bg-3-100.opacity-100 .ct-series.ct-series-c .ct-area {
    fill: #52596c;
    fill-opacity: 0.9;
}

.series-c-bg-3-100.opacity-100 .ct-series.ct-series-c .ct-line {
    stroke: #52596c;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-c-bg-3-100.opacity-100 .ct-series.ct-series-c .ct-point {
    stroke: #52596c;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-c-bg-3-100.opacity-100 .ct-series.ct-series-c .ct-bar {
    stroke: #52596c;
    stroke-opacity: 1;
}

.series-c-bg-3-100.opacity-100 .ct-series.ct-series-c .ct-slice-pie {
    fill: #52596c;
    fill-opacity: 1;
}

.series-c-bg-3-100.opacity-100 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #52596c;
    stroke-opacity: 1;
}

.series-c-bg-3-200 .ct-series.ct-series-c .ct-area {
    fill: #474d5d;
}

.series-c-bg-3-200 .ct-series.ct-series-c .ct-line {
    stroke: #474d5d;
    stroke-width: 3px;
}

.series-c-bg-3-200 .ct-series.ct-series-c .ct-point {
    stroke: #474d5d;
    stroke-width: 6px;
}

.series-c-bg-3-200 .ct-series.ct-series-c .ct-bar {
    stroke: #474d5d;
}

.series-c-bg-3-200 .ct-series.ct-series-c .ct-slice-pie {
    fill: #474d5d;
}

.series-c-bg-3-200 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #474d5d;
}

.series-c-bg-3-200.opacity-100 .ct-series.ct-series-c .ct-area {
    fill: #474d5d;
    fill-opacity: 0.9;
}

.series-c-bg-3-200.opacity-100 .ct-series.ct-series-c .ct-line {
    stroke: #474d5d;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-c-bg-3-200.opacity-100 .ct-series.ct-series-c .ct-point {
    stroke: #474d5d;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-c-bg-3-200.opacity-100 .ct-series.ct-series-c .ct-bar {
    stroke: #474d5d;
    stroke-opacity: 1;
}

.series-c-bg-3-200.opacity-100 .ct-series.ct-series-c .ct-slice-pie {
    fill: #474d5d;
    fill-opacity: 1;
}

.series-c-bg-3-200.opacity-100 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #474d5d;
    stroke-opacity: 1;
}

.series-c-bg-3-300 .ct-series.ct-series-c .ct-area {
    fill: #3c414f;
}

.series-c-bg-3-300 .ct-series.ct-series-c .ct-line {
    stroke: #3c414f;
    stroke-width: 3px;
}

.series-c-bg-3-300 .ct-series.ct-series-c .ct-point {
    stroke: #3c414f;
    stroke-width: 6px;
}

.series-c-bg-3-300 .ct-series.ct-series-c .ct-bar {
    stroke: #3c414f;
}

.series-c-bg-3-300 .ct-series.ct-series-c .ct-slice-pie {
    fill: #3c414f;
}

.series-c-bg-3-300 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #3c414f;
}

.series-c-bg-3-300.opacity-100 .ct-series.ct-series-c .ct-area {
    fill: #3c414f;
    fill-opacity: 0.9;
}

.series-c-bg-3-300.opacity-100 .ct-series.ct-series-c .ct-line {
    stroke: #3c414f;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-c-bg-3-300.opacity-100 .ct-series.ct-series-c .ct-point {
    stroke: #3c414f;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-c-bg-3-300.opacity-100 .ct-series.ct-series-c .ct-bar {
    stroke: #3c414f;
    stroke-opacity: 1;
}

.series-c-bg-3-300.opacity-100 .ct-series.ct-series-c .ct-slice-pie {
    fill: #3c414f;
    fill-opacity: 1;
}

.series-c-bg-3-300.opacity-100 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #3c414f;
    stroke-opacity: 1;
}

.series-c-bg-3-400 .ct-series.ct-series-c .ct-area {
    fill: #313540;
}

.series-c-bg-3-400 .ct-series.ct-series-c .ct-line {
    stroke: #313540;
    stroke-width: 3px;
}

.series-c-bg-3-400 .ct-series.ct-series-c .ct-point {
    stroke: #313540;
    stroke-width: 6px;
}

.series-c-bg-3-400 .ct-series.ct-series-c .ct-bar {
    stroke: #313540;
}

.series-c-bg-3-400 .ct-series.ct-series-c .ct-slice-pie {
    fill: #313540;
}

.series-c-bg-3-400 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #313540;
}

.series-c-bg-3-400.opacity-100 .ct-series.ct-series-c .ct-area {
    fill: #313540;
    fill-opacity: 0.9;
}

.series-c-bg-3-400.opacity-100 .ct-series.ct-series-c .ct-line {
    stroke: #313540;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-c-bg-3-400.opacity-100 .ct-series.ct-series-c .ct-point {
    stroke: #313540;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-c-bg-3-400.opacity-100 .ct-series.ct-series-c .ct-bar {
    stroke: #313540;
    stroke-opacity: 1;
}

.series-c-bg-3-400.opacity-100 .ct-series.ct-series-c .ct-slice-pie {
    fill: #313540;
    fill-opacity: 1;
}

.series-c-bg-3-400.opacity-100 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #313540;
    stroke-opacity: 1;
}

.series-c-bg-3-500 .ct-series.ct-series-c .ct-area {
    fill: #262932;
}

.series-c-bg-3-500 .ct-series.ct-series-c .ct-line {
    stroke: #262932;
    stroke-width: 3px;
}

.series-c-bg-3-500 .ct-series.ct-series-c .ct-point {
    stroke: #262932;
    stroke-width: 6px;
}

.series-c-bg-3-500 .ct-series.ct-series-c .ct-bar {
    stroke: #262932;
}

.series-c-bg-3-500 .ct-series.ct-series-c .ct-slice-pie {
    fill: #262932;
}

.series-c-bg-3-500 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #262932;
}

.series-c-bg-3-500.opacity-100 .ct-series.ct-series-c .ct-area {
    fill: #262932;
    fill-opacity: 0.9;
}

.series-c-bg-3-500.opacity-100 .ct-series.ct-series-c .ct-line {
    stroke: #262932;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-c-bg-3-500.opacity-100 .ct-series.ct-series-c .ct-point {
    stroke: #262932;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-c-bg-3-500.opacity-100 .ct-series.ct-series-c .ct-bar {
    stroke: #262932;
    stroke-opacity: 1;
}

.series-c-bg-3-500.opacity-100 .ct-series.ct-series-c .ct-slice-pie {
    fill: #262932;
    fill-opacity: 1;
}

.series-c-bg-3-500.opacity-100 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #262932;
    stroke-opacity: 1;
}

.series-c-bg-3-600 .ct-series.ct-series-c .ct-area {
    fill: #1b1d24;
}

.series-c-bg-3-600 .ct-series.ct-series-c .ct-line {
    stroke: #1b1d24;
    stroke-width: 3px;
}

.series-c-bg-3-600 .ct-series.ct-series-c .ct-point {
    stroke: #1b1d24;
    stroke-width: 6px;
}

.series-c-bg-3-600 .ct-series.ct-series-c .ct-bar {
    stroke: #1b1d24;
}

.series-c-bg-3-600 .ct-series.ct-series-c .ct-slice-pie {
    fill: #1b1d24;
}

.series-c-bg-3-600 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #1b1d24;
}

.series-c-bg-3-600.opacity-100 .ct-series.ct-series-c .ct-area {
    fill: #1b1d24;
    fill-opacity: 0.9;
}

.series-c-bg-3-600.opacity-100 .ct-series.ct-series-c .ct-line {
    stroke: #1b1d24;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-c-bg-3-600.opacity-100 .ct-series.ct-series-c .ct-point {
    stroke: #1b1d24;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-c-bg-3-600.opacity-100 .ct-series.ct-series-c .ct-bar {
    stroke: #1b1d24;
    stroke-opacity: 1;
}

.series-c-bg-3-600.opacity-100 .ct-series.ct-series-c .ct-slice-pie {
    fill: #1b1d24;
    fill-opacity: 1;
}

.series-c-bg-3-600.opacity-100 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #1b1d24;
    stroke-opacity: 1;
}

.series-c-bg-3-700 .ct-series.ct-series-c .ct-area {
    fill: #101115;
}

.series-c-bg-3-700 .ct-series.ct-series-c .ct-line {
    stroke: #101115;
    stroke-width: 3px;
}

.series-c-bg-3-700 .ct-series.ct-series-c .ct-point {
    stroke: #101115;
    stroke-width: 6px;
}

.series-c-bg-3-700 .ct-series.ct-series-c .ct-bar {
    stroke: #101115;
}

.series-c-bg-3-700 .ct-series.ct-series-c .ct-slice-pie {
    fill: #101115;
}

.series-c-bg-3-700 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #101115;
}

.series-c-bg-3-700.opacity-100 .ct-series.ct-series-c .ct-area {
    fill: #101115;
    fill-opacity: 0.9;
}

.series-c-bg-3-700.opacity-100 .ct-series.ct-series-c .ct-line {
    stroke: #101115;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-c-bg-3-700.opacity-100 .ct-series.ct-series-c .ct-point {
    stroke: #101115;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-c-bg-3-700.opacity-100 .ct-series.ct-series-c .ct-bar {
    stroke: #101115;
    stroke-opacity: 1;
}

.series-c-bg-3-700.opacity-100 .ct-series.ct-series-c .ct-slice-pie {
    fill: #101115;
    fill-opacity: 1;
}

.series-c-bg-3-700.opacity-100 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #101115;
    stroke-opacity: 1;
}

.series-c-bg-3-800 .ct-series.ct-series-c .ct-area {
    fill: #050507;
}

.series-c-bg-3-800 .ct-series.ct-series-c .ct-line {
    stroke: #050507;
    stroke-width: 3px;
}

.series-c-bg-3-800 .ct-series.ct-series-c .ct-point {
    stroke: #050507;
    stroke-width: 6px;
}

.series-c-bg-3-800 .ct-series.ct-series-c .ct-bar {
    stroke: #050507;
}

.series-c-bg-3-800 .ct-series.ct-series-c .ct-slice-pie {
    fill: #050507;
}

.series-c-bg-3-800 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #050507;
}

.series-c-bg-3-800.opacity-100 .ct-series.ct-series-c .ct-area {
    fill: #050507;
    fill-opacity: 0.9;
}

.series-c-bg-3-800.opacity-100 .ct-series.ct-series-c .ct-line {
    stroke: #050507;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-c-bg-3-800.opacity-100 .ct-series.ct-series-c .ct-point {
    stroke: #050507;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-c-bg-3-800.opacity-100 .ct-series.ct-series-c .ct-bar {
    stroke: #050507;
    stroke-opacity: 1;
}

.series-c-bg-3-800.opacity-100 .ct-series.ct-series-c .ct-slice-pie {
    fill: #050507;
    fill-opacity: 1;
}

.series-c-bg-3-800.opacity-100 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #050507;
    stroke-opacity: 1;
}

.series-c-bg-3-900 .ct-series.ct-series-c .ct-area {
    fill: black;
}

.series-c-bg-3-900 .ct-series.ct-series-c .ct-line {
    stroke: black;
    stroke-width: 3px;
}

.series-c-bg-3-900 .ct-series.ct-series-c .ct-point {
    stroke: black;
    stroke-width: 6px;
}

.series-c-bg-3-900 .ct-series.ct-series-c .ct-bar {
    stroke: black;
}

.series-c-bg-3-900 .ct-series.ct-series-c .ct-slice-pie {
    fill: black;
}

.series-c-bg-3-900 .ct-series.ct-series-c .ct-slice-donut {
    stroke: black;
}

.series-c-bg-3-900.opacity-100 .ct-series.ct-series-c .ct-area {
    fill: black;
    fill-opacity: 0.9;
}

.series-c-bg-3-900.opacity-100 .ct-series.ct-series-c .ct-line {
    stroke: black;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-c-bg-3-900.opacity-100 .ct-series.ct-series-c .ct-point {
    stroke: black;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-c-bg-3-900.opacity-100 .ct-series.ct-series-c .ct-bar {
    stroke: black;
    stroke-opacity: 1;
}

.series-c-bg-3-900.opacity-100 .ct-series.ct-series-c .ct-slice-pie {
    fill: black;
    fill-opacity: 1;
}

.series-c-bg-3-900.opacity-100 .ct-series.ct-series-c .ct-slice-donut {
    stroke: black;
    stroke-opacity: 1;
}

.series-c-bg-4 .ct-series.ct-series-c .ct-area {
    fill: #000000;
}

.series-c-bg-4 .ct-series.ct-series-c .ct-line {
    stroke: #000000;
    stroke-width: 3px;
}

.series-c-bg-4 .ct-series.ct-series-c .ct-point {
    stroke: #000000;
    stroke-width: 6px;
}

.series-c-bg-4 .ct-series.ct-series-c .ct-bar {
    stroke: #000000;
}

.series-c-bg-4 .ct-series.ct-series-c .ct-slice-pie {
    fill: #000000;
}

.series-c-bg-4 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #000000;
}

.series-c-bg-4.opacity-100 .ct-series.ct-series-c .ct-area {
    fill: #000000;
    fill-opacity: 0.9;
}

.series-c-bg-4.opacity-100 .ct-series.ct-series-c .ct-line {
    stroke: #000000;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-c-bg-4.opacity-100 .ct-series.ct-series-c .ct-point {
    stroke: #000000;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-c-bg-4.opacity-100 .ct-series.ct-series-c .ct-bar {
    stroke: #000000;
    stroke-opacity: 1;
}

.series-c-bg-4.opacity-100 .ct-series.ct-series-c .ct-slice-pie {
    fill: #000000;
    fill-opacity: 1;
}

.series-c-bg-4.opacity-100 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #000000;
    stroke-opacity: 1;
}

.series-c-bg-4-100 .ct-series.ct-series-c .ct-area {
    fill: #333333;
}

.series-c-bg-4-100 .ct-series.ct-series-c .ct-line {
    stroke: #333333;
    stroke-width: 3px;
}

.series-c-bg-4-100 .ct-series.ct-series-c .ct-point {
    stroke: #333333;
    stroke-width: 6px;
}

.series-c-bg-4-100 .ct-series.ct-series-c .ct-bar {
    stroke: #333333;
}

.series-c-bg-4-100 .ct-series.ct-series-c .ct-slice-pie {
    fill: #333333;
}

.series-c-bg-4-100 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #333333;
}

.series-c-bg-4-100.opacity-100 .ct-series.ct-series-c .ct-area {
    fill: #333333;
    fill-opacity: 0.9;
}

.series-c-bg-4-100.opacity-100 .ct-series.ct-series-c .ct-line {
    stroke: #333333;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-c-bg-4-100.opacity-100 .ct-series.ct-series-c .ct-point {
    stroke: #333333;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-c-bg-4-100.opacity-100 .ct-series.ct-series-c .ct-bar {
    stroke: #333333;
    stroke-opacity: 1;
}

.series-c-bg-4-100.opacity-100 .ct-series.ct-series-c .ct-slice-pie {
    fill: #333333;
    fill-opacity: 1;
}

.series-c-bg-4-100.opacity-100 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #333333;
    stroke-opacity: 1;
}

.series-c-bg-4-200 .ct-series.ct-series-c .ct-area {
    fill: #262626;
}

.series-c-bg-4-200 .ct-series.ct-series-c .ct-line {
    stroke: #262626;
    stroke-width: 3px;
}

.series-c-bg-4-200 .ct-series.ct-series-c .ct-point {
    stroke: #262626;
    stroke-width: 6px;
}

.series-c-bg-4-200 .ct-series.ct-series-c .ct-bar {
    stroke: #262626;
}

.series-c-bg-4-200 .ct-series.ct-series-c .ct-slice-pie {
    fill: #262626;
}

.series-c-bg-4-200 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #262626;
}

.series-c-bg-4-200.opacity-100 .ct-series.ct-series-c .ct-area {
    fill: #262626;
    fill-opacity: 0.9;
}

.series-c-bg-4-200.opacity-100 .ct-series.ct-series-c .ct-line {
    stroke: #262626;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-c-bg-4-200.opacity-100 .ct-series.ct-series-c .ct-point {
    stroke: #262626;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-c-bg-4-200.opacity-100 .ct-series.ct-series-c .ct-bar {
    stroke: #262626;
    stroke-opacity: 1;
}

.series-c-bg-4-200.opacity-100 .ct-series.ct-series-c .ct-slice-pie {
    fill: #262626;
    fill-opacity: 1;
}

.series-c-bg-4-200.opacity-100 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #262626;
    stroke-opacity: 1;
}

.series-c-bg-4-300 .ct-series.ct-series-c .ct-area {
    fill: #1a1a1a;
}

.series-c-bg-4-300 .ct-series.ct-series-c .ct-line {
    stroke: #1a1a1a;
    stroke-width: 3px;
}

.series-c-bg-4-300 .ct-series.ct-series-c .ct-point {
    stroke: #1a1a1a;
    stroke-width: 6px;
}

.series-c-bg-4-300 .ct-series.ct-series-c .ct-bar {
    stroke: #1a1a1a;
}

.series-c-bg-4-300 .ct-series.ct-series-c .ct-slice-pie {
    fill: #1a1a1a;
}

.series-c-bg-4-300 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #1a1a1a;
}

.series-c-bg-4-300.opacity-100 .ct-series.ct-series-c .ct-area {
    fill: #1a1a1a;
    fill-opacity: 0.9;
}

.series-c-bg-4-300.opacity-100 .ct-series.ct-series-c .ct-line {
    stroke: #1a1a1a;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-c-bg-4-300.opacity-100 .ct-series.ct-series-c .ct-point {
    stroke: #1a1a1a;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-c-bg-4-300.opacity-100 .ct-series.ct-series-c .ct-bar {
    stroke: #1a1a1a;
    stroke-opacity: 1;
}

.series-c-bg-4-300.opacity-100 .ct-series.ct-series-c .ct-slice-pie {
    fill: #1a1a1a;
    fill-opacity: 1;
}

.series-c-bg-4-300.opacity-100 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #1a1a1a;
    stroke-opacity: 1;
}

.series-c-bg-4-400 .ct-series.ct-series-c .ct-area {
    fill: #0d0d0d;
}

.series-c-bg-4-400 .ct-series.ct-series-c .ct-line {
    stroke: #0d0d0d;
    stroke-width: 3px;
}

.series-c-bg-4-400 .ct-series.ct-series-c .ct-point {
    stroke: #0d0d0d;
    stroke-width: 6px;
}

.series-c-bg-4-400 .ct-series.ct-series-c .ct-bar {
    stroke: #0d0d0d;
}

.series-c-bg-4-400 .ct-series.ct-series-c .ct-slice-pie {
    fill: #0d0d0d;
}

.series-c-bg-4-400 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #0d0d0d;
}

.series-c-bg-4-400.opacity-100 .ct-series.ct-series-c .ct-area {
    fill: #0d0d0d;
    fill-opacity: 0.9;
}

.series-c-bg-4-400.opacity-100 .ct-series.ct-series-c .ct-line {
    stroke: #0d0d0d;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-c-bg-4-400.opacity-100 .ct-series.ct-series-c .ct-point {
    stroke: #0d0d0d;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-c-bg-4-400.opacity-100 .ct-series.ct-series-c .ct-bar {
    stroke: #0d0d0d;
    stroke-opacity: 1;
}

.series-c-bg-4-400.opacity-100 .ct-series.ct-series-c .ct-slice-pie {
    fill: #0d0d0d;
    fill-opacity: 1;
}

.series-c-bg-4-400.opacity-100 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #0d0d0d;
    stroke-opacity: 1;
}

.series-c-bg-4-500 .ct-series.ct-series-c .ct-area {
    fill: #000000;
}

.series-c-bg-4-500 .ct-series.ct-series-c .ct-line {
    stroke: #000000;
    stroke-width: 3px;
}

.series-c-bg-4-500 .ct-series.ct-series-c .ct-point {
    stroke: #000000;
    stroke-width: 6px;
}

.series-c-bg-4-500 .ct-series.ct-series-c .ct-bar {
    stroke: #000000;
}

.series-c-bg-4-500 .ct-series.ct-series-c .ct-slice-pie {
    fill: #000000;
}

.series-c-bg-4-500 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #000000;
}

.series-c-bg-4-500.opacity-100 .ct-series.ct-series-c .ct-area {
    fill: #000000;
    fill-opacity: 0.9;
}

.series-c-bg-4-500.opacity-100 .ct-series.ct-series-c .ct-line {
    stroke: #000000;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-c-bg-4-500.opacity-100 .ct-series.ct-series-c .ct-point {
    stroke: #000000;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-c-bg-4-500.opacity-100 .ct-series.ct-series-c .ct-bar {
    stroke: #000000;
    stroke-opacity: 1;
}

.series-c-bg-4-500.opacity-100 .ct-series.ct-series-c .ct-slice-pie {
    fill: #000000;
    fill-opacity: 1;
}

.series-c-bg-4-500.opacity-100 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #000000;
    stroke-opacity: 1;
}

.series-c-bg-4-600 .ct-series.ct-series-c .ct-area {
    fill: black;
}

.series-c-bg-4-600 .ct-series.ct-series-c .ct-line {
    stroke: black;
    stroke-width: 3px;
}

.series-c-bg-4-600 .ct-series.ct-series-c .ct-point {
    stroke: black;
    stroke-width: 6px;
}

.series-c-bg-4-600 .ct-series.ct-series-c .ct-bar {
    stroke: black;
}

.series-c-bg-4-600 .ct-series.ct-series-c .ct-slice-pie {
    fill: black;
}

.series-c-bg-4-600 .ct-series.ct-series-c .ct-slice-donut {
    stroke: black;
}

.series-c-bg-4-600.opacity-100 .ct-series.ct-series-c .ct-area {
    fill: black;
    fill-opacity: 0.9;
}

.series-c-bg-4-600.opacity-100 .ct-series.ct-series-c .ct-line {
    stroke: black;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-c-bg-4-600.opacity-100 .ct-series.ct-series-c .ct-point {
    stroke: black;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-c-bg-4-600.opacity-100 .ct-series.ct-series-c .ct-bar {
    stroke: black;
    stroke-opacity: 1;
}

.series-c-bg-4-600.opacity-100 .ct-series.ct-series-c .ct-slice-pie {
    fill: black;
    fill-opacity: 1;
}

.series-c-bg-4-600.opacity-100 .ct-series.ct-series-c .ct-slice-donut {
    stroke: black;
    stroke-opacity: 1;
}

.series-c-bg-4-700 .ct-series.ct-series-c .ct-area {
    fill: black;
}

.series-c-bg-4-700 .ct-series.ct-series-c .ct-line {
    stroke: black;
    stroke-width: 3px;
}

.series-c-bg-4-700 .ct-series.ct-series-c .ct-point {
    stroke: black;
    stroke-width: 6px;
}

.series-c-bg-4-700 .ct-series.ct-series-c .ct-bar {
    stroke: black;
}

.series-c-bg-4-700 .ct-series.ct-series-c .ct-slice-pie {
    fill: black;
}

.series-c-bg-4-700 .ct-series.ct-series-c .ct-slice-donut {
    stroke: black;
}

.series-c-bg-4-700.opacity-100 .ct-series.ct-series-c .ct-area {
    fill: black;
    fill-opacity: 0.9;
}

.series-c-bg-4-700.opacity-100 .ct-series.ct-series-c .ct-line {
    stroke: black;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-c-bg-4-700.opacity-100 .ct-series.ct-series-c .ct-point {
    stroke: black;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-c-bg-4-700.opacity-100 .ct-series.ct-series-c .ct-bar {
    stroke: black;
    stroke-opacity: 1;
}

.series-c-bg-4-700.opacity-100 .ct-series.ct-series-c .ct-slice-pie {
    fill: black;
    fill-opacity: 1;
}

.series-c-bg-4-700.opacity-100 .ct-series.ct-series-c .ct-slice-donut {
    stroke: black;
    stroke-opacity: 1;
}

.series-c-bg-4-800 .ct-series.ct-series-c .ct-area {
    fill: black;
}

.series-c-bg-4-800 .ct-series.ct-series-c .ct-line {
    stroke: black;
    stroke-width: 3px;
}

.series-c-bg-4-800 .ct-series.ct-series-c .ct-point {
    stroke: black;
    stroke-width: 6px;
}

.series-c-bg-4-800 .ct-series.ct-series-c .ct-bar {
    stroke: black;
}

.series-c-bg-4-800 .ct-series.ct-series-c .ct-slice-pie {
    fill: black;
}

.series-c-bg-4-800 .ct-series.ct-series-c .ct-slice-donut {
    stroke: black;
}

.series-c-bg-4-800.opacity-100 .ct-series.ct-series-c .ct-area {
    fill: black;
    fill-opacity: 0.9;
}

.series-c-bg-4-800.opacity-100 .ct-series.ct-series-c .ct-line {
    stroke: black;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-c-bg-4-800.opacity-100 .ct-series.ct-series-c .ct-point {
    stroke: black;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-c-bg-4-800.opacity-100 .ct-series.ct-series-c .ct-bar {
    stroke: black;
    stroke-opacity: 1;
}

.series-c-bg-4-800.opacity-100 .ct-series.ct-series-c .ct-slice-pie {
    fill: black;
    fill-opacity: 1;
}

.series-c-bg-4-800.opacity-100 .ct-series.ct-series-c .ct-slice-donut {
    stroke: black;
    stroke-opacity: 1;
}

.series-c-bg-4-900 .ct-series.ct-series-c .ct-area {
    fill: black;
}

.series-c-bg-4-900 .ct-series.ct-series-c .ct-line {
    stroke: black;
    stroke-width: 3px;
}

.series-c-bg-4-900 .ct-series.ct-series-c .ct-point {
    stroke: black;
    stroke-width: 6px;
}

.series-c-bg-4-900 .ct-series.ct-series-c .ct-bar {
    stroke: black;
}

.series-c-bg-4-900 .ct-series.ct-series-c .ct-slice-pie {
    fill: black;
}

.series-c-bg-4-900 .ct-series.ct-series-c .ct-slice-donut {
    stroke: black;
}

.series-c-bg-4-900.opacity-100 .ct-series.ct-series-c .ct-area {
    fill: black;
    fill-opacity: 0.9;
}

.series-c-bg-4-900.opacity-100 .ct-series.ct-series-c .ct-line {
    stroke: black;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-c-bg-4-900.opacity-100 .ct-series.ct-series-c .ct-point {
    stroke: black;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-c-bg-4-900.opacity-100 .ct-series.ct-series-c .ct-bar {
    stroke: black;
    stroke-opacity: 1;
}

.series-c-bg-4-900.opacity-100 .ct-series.ct-series-c .ct-slice-pie {
    fill: black;
    fill-opacity: 1;
}

.series-c-bg-4-900.opacity-100 .ct-series.ct-series-c .ct-slice-donut {
    stroke: black;
    stroke-opacity: 1;
}

.series-c-bg-5 .ct-series.ct-series-c .ct-area {
    fill: #461C6E;
}

.series-c-bg-5 .ct-series.ct-series-c .ct-line {
    stroke: #461C6E;
    stroke-width: 3px;
}

.series-c-bg-5 .ct-series.ct-series-c .ct-point {
    stroke: #461C6E;
    stroke-width: 6px;
}

.series-c-bg-5 .ct-series.ct-series-c .ct-bar {
    stroke: #461C6E;
}

.series-c-bg-5 .ct-series.ct-series-c .ct-slice-pie {
    fill: #461C6E;
}

.series-c-bg-5 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #461C6E;
}

.series-c-bg-5.opacity-100 .ct-series.ct-series-c .ct-area {
    fill: #461C6E;
    fill-opacity: 0.9;
}

.series-c-bg-5.opacity-100 .ct-series.ct-series-c .ct-line {
    stroke: #461C6E;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-c-bg-5.opacity-100 .ct-series.ct-series-c .ct-point {
    stroke: #461C6E;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-c-bg-5.opacity-100 .ct-series.ct-series-c .ct-bar {
    stroke: #461C6E;
    stroke-opacity: 1;
}

.series-c-bg-5.opacity-100 .ct-series.ct-series-c .ct-slice-pie {
    fill: #461C6E;
    fill-opacity: 1;
}

.series-c-bg-5.opacity-100 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #461C6E;
    stroke-opacity: 1;
}

.series-c-bg-5-100 .ct-series.ct-series-c .ct-area {
    fill: #7a31bf;
}

.series-c-bg-5-100 .ct-series.ct-series-c .ct-line {
    stroke: #7a31bf;
    stroke-width: 3px;
}

.series-c-bg-5-100 .ct-series.ct-series-c .ct-point {
    stroke: #7a31bf;
    stroke-width: 6px;
}

.series-c-bg-5-100 .ct-series.ct-series-c .ct-bar {
    stroke: #7a31bf;
}

.series-c-bg-5-100 .ct-series.ct-series-c .ct-slice-pie {
    fill: #7a31bf;
}

.series-c-bg-5-100 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #7a31bf;
}

.series-c-bg-5-100.opacity-100 .ct-series.ct-series-c .ct-area {
    fill: #7a31bf;
    fill-opacity: 0.9;
}

.series-c-bg-5-100.opacity-100 .ct-series.ct-series-c .ct-line {
    stroke: #7a31bf;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-c-bg-5-100.opacity-100 .ct-series.ct-series-c .ct-point {
    stroke: #7a31bf;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-c-bg-5-100.opacity-100 .ct-series.ct-series-c .ct-bar {
    stroke: #7a31bf;
    stroke-opacity: 1;
}

.series-c-bg-5-100.opacity-100 .ct-series.ct-series-c .ct-slice-pie {
    fill: #7a31bf;
    fill-opacity: 1;
}

.series-c-bg-5-100.opacity-100 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #7a31bf;
    stroke-opacity: 1;
}

.series-c-bg-5-200 .ct-series.ct-series-c .ct-area {
    fill: #6d2cab;
}

.series-c-bg-5-200 .ct-series.ct-series-c .ct-line {
    stroke: #6d2cab;
    stroke-width: 3px;
}

.series-c-bg-5-200 .ct-series.ct-series-c .ct-point {
    stroke: #6d2cab;
    stroke-width: 6px;
}

.series-c-bg-5-200 .ct-series.ct-series-c .ct-bar {
    stroke: #6d2cab;
}

.series-c-bg-5-200 .ct-series.ct-series-c .ct-slice-pie {
    fill: #6d2cab;
}

.series-c-bg-5-200 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #6d2cab;
}

.series-c-bg-5-200.opacity-100 .ct-series.ct-series-c .ct-area {
    fill: #6d2cab;
    fill-opacity: 0.9;
}

.series-c-bg-5-200.opacity-100 .ct-series.ct-series-c .ct-line {
    stroke: #6d2cab;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-c-bg-5-200.opacity-100 .ct-series.ct-series-c .ct-point {
    stroke: #6d2cab;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-c-bg-5-200.opacity-100 .ct-series.ct-series-c .ct-bar {
    stroke: #6d2cab;
    stroke-opacity: 1;
}

.series-c-bg-5-200.opacity-100 .ct-series.ct-series-c .ct-slice-pie {
    fill: #6d2cab;
    fill-opacity: 1;
}

.series-c-bg-5-200.opacity-100 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #6d2cab;
    stroke-opacity: 1;
}

.series-c-bg-5-300 .ct-series.ct-series-c .ct-area {
    fill: #602697;
}

.series-c-bg-5-300 .ct-series.ct-series-c .ct-line {
    stroke: #602697;
    stroke-width: 3px;
}

.series-c-bg-5-300 .ct-series.ct-series-c .ct-point {
    stroke: #602697;
    stroke-width: 6px;
}

.series-c-bg-5-300 .ct-series.ct-series-c .ct-bar {
    stroke: #602697;
}

.series-c-bg-5-300 .ct-series.ct-series-c .ct-slice-pie {
    fill: #602697;
}

.series-c-bg-5-300 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #602697;
}

.series-c-bg-5-300.opacity-100 .ct-series.ct-series-c .ct-area {
    fill: #602697;
    fill-opacity: 0.9;
}

.series-c-bg-5-300.opacity-100 .ct-series.ct-series-c .ct-line {
    stroke: #602697;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-c-bg-5-300.opacity-100 .ct-series.ct-series-c .ct-point {
    stroke: #602697;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-c-bg-5-300.opacity-100 .ct-series.ct-series-c .ct-bar {
    stroke: #602697;
    stroke-opacity: 1;
}

.series-c-bg-5-300.opacity-100 .ct-series.ct-series-c .ct-slice-pie {
    fill: #602697;
    fill-opacity: 1;
}

.series-c-bg-5-300.opacity-100 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #602697;
    stroke-opacity: 1;
}

.series-c-bg-5-400 .ct-series.ct-series-c .ct-area {
    fill: #532182;
}

.series-c-bg-5-400 .ct-series.ct-series-c .ct-line {
    stroke: #532182;
    stroke-width: 3px;
}

.series-c-bg-5-400 .ct-series.ct-series-c .ct-point {
    stroke: #532182;
    stroke-width: 6px;
}

.series-c-bg-5-400 .ct-series.ct-series-c .ct-bar {
    stroke: #532182;
}

.series-c-bg-5-400 .ct-series.ct-series-c .ct-slice-pie {
    fill: #532182;
}

.series-c-bg-5-400 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #532182;
}

.series-c-bg-5-400.opacity-100 .ct-series.ct-series-c .ct-area {
    fill: #532182;
    fill-opacity: 0.9;
}

.series-c-bg-5-400.opacity-100 .ct-series.ct-series-c .ct-line {
    stroke: #532182;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-c-bg-5-400.opacity-100 .ct-series.ct-series-c .ct-point {
    stroke: #532182;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-c-bg-5-400.opacity-100 .ct-series.ct-series-c .ct-bar {
    stroke: #532182;
    stroke-opacity: 1;
}

.series-c-bg-5-400.opacity-100 .ct-series.ct-series-c .ct-slice-pie {
    fill: #532182;
    fill-opacity: 1;
}

.series-c-bg-5-400.opacity-100 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #532182;
    stroke-opacity: 1;
}

.series-c-bg-5-500 .ct-series.ct-series-c .ct-area {
    fill: #461C6E;
}

.series-c-bg-5-500 .ct-series.ct-series-c .ct-line {
    stroke: #461C6E;
    stroke-width: 3px;
}

.series-c-bg-5-500 .ct-series.ct-series-c .ct-point {
    stroke: #461C6E;
    stroke-width: 6px;
}

.series-c-bg-5-500 .ct-series.ct-series-c .ct-bar {
    stroke: #461C6E;
}

.series-c-bg-5-500 .ct-series.ct-series-c .ct-slice-pie {
    fill: #461C6E;
}

.series-c-bg-5-500 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #461C6E;
}

.series-c-bg-5-500.opacity-100 .ct-series.ct-series-c .ct-area {
    fill: #461C6E;
    fill-opacity: 0.9;
}

.series-c-bg-5-500.opacity-100 .ct-series.ct-series-c .ct-line {
    stroke: #461C6E;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-c-bg-5-500.opacity-100 .ct-series.ct-series-c .ct-point {
    stroke: #461C6E;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-c-bg-5-500.opacity-100 .ct-series.ct-series-c .ct-bar {
    stroke: #461C6E;
    stroke-opacity: 1;
}

.series-c-bg-5-500.opacity-100 .ct-series.ct-series-c .ct-slice-pie {
    fill: #461C6E;
    fill-opacity: 1;
}

.series-c-bg-5-500.opacity-100 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #461C6E;
    stroke-opacity: 1;
}

.series-c-bg-5-600 .ct-series.ct-series-c .ct-area {
    fill: #39175a;
}

.series-c-bg-5-600 .ct-series.ct-series-c .ct-line {
    stroke: #39175a;
    stroke-width: 3px;
}

.series-c-bg-5-600 .ct-series.ct-series-c .ct-point {
    stroke: #39175a;
    stroke-width: 6px;
}

.series-c-bg-5-600 .ct-series.ct-series-c .ct-bar {
    stroke: #39175a;
}

.series-c-bg-5-600 .ct-series.ct-series-c .ct-slice-pie {
    fill: #39175a;
}

.series-c-bg-5-600 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #39175a;
}

.series-c-bg-5-600.opacity-100 .ct-series.ct-series-c .ct-area {
    fill: #39175a;
    fill-opacity: 0.9;
}

.series-c-bg-5-600.opacity-100 .ct-series.ct-series-c .ct-line {
    stroke: #39175a;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-c-bg-5-600.opacity-100 .ct-series.ct-series-c .ct-point {
    stroke: #39175a;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-c-bg-5-600.opacity-100 .ct-series.ct-series-c .ct-bar {
    stroke: #39175a;
    stroke-opacity: 1;
}

.series-c-bg-5-600.opacity-100 .ct-series.ct-series-c .ct-slice-pie {
    fill: #39175a;
    fill-opacity: 1;
}

.series-c-bg-5-600.opacity-100 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #39175a;
    stroke-opacity: 1;
}

.series-c-bg-5-700 .ct-series.ct-series-c .ct-area {
    fill: #2c1245;
}

.series-c-bg-5-700 .ct-series.ct-series-c .ct-line {
    stroke: #2c1245;
    stroke-width: 3px;
}

.series-c-bg-5-700 .ct-series.ct-series-c .ct-point {
    stroke: #2c1245;
    stroke-width: 6px;
}

.series-c-bg-5-700 .ct-series.ct-series-c .ct-bar {
    stroke: #2c1245;
}

.series-c-bg-5-700 .ct-series.ct-series-c .ct-slice-pie {
    fill: #2c1245;
}

.series-c-bg-5-700 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #2c1245;
}

.series-c-bg-5-700.opacity-100 .ct-series.ct-series-c .ct-area {
    fill: #2c1245;
    fill-opacity: 0.9;
}

.series-c-bg-5-700.opacity-100 .ct-series.ct-series-c .ct-line {
    stroke: #2c1245;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-c-bg-5-700.opacity-100 .ct-series.ct-series-c .ct-point {
    stroke: #2c1245;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-c-bg-5-700.opacity-100 .ct-series.ct-series-c .ct-bar {
    stroke: #2c1245;
    stroke-opacity: 1;
}

.series-c-bg-5-700.opacity-100 .ct-series.ct-series-c .ct-slice-pie {
    fill: #2c1245;
    fill-opacity: 1;
}

.series-c-bg-5-700.opacity-100 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #2c1245;
    stroke-opacity: 1;
}

.series-c-bg-5-800 .ct-series.ct-series-c .ct-area {
    fill: #1f0c31;
}

.series-c-bg-5-800 .ct-series.ct-series-c .ct-line {
    stroke: #1f0c31;
    stroke-width: 3px;
}

.series-c-bg-5-800 .ct-series.ct-series-c .ct-point {
    stroke: #1f0c31;
    stroke-width: 6px;
}

.series-c-bg-5-800 .ct-series.ct-series-c .ct-bar {
    stroke: #1f0c31;
}

.series-c-bg-5-800 .ct-series.ct-series-c .ct-slice-pie {
    fill: #1f0c31;
}

.series-c-bg-5-800 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #1f0c31;
}

.series-c-bg-5-800.opacity-100 .ct-series.ct-series-c .ct-area {
    fill: #1f0c31;
    fill-opacity: 0.9;
}

.series-c-bg-5-800.opacity-100 .ct-series.ct-series-c .ct-line {
    stroke: #1f0c31;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-c-bg-5-800.opacity-100 .ct-series.ct-series-c .ct-point {
    stroke: #1f0c31;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-c-bg-5-800.opacity-100 .ct-series.ct-series-c .ct-bar {
    stroke: #1f0c31;
    stroke-opacity: 1;
}

.series-c-bg-5-800.opacity-100 .ct-series.ct-series-c .ct-slice-pie {
    fill: #1f0c31;
    fill-opacity: 1;
}

.series-c-bg-5-800.opacity-100 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #1f0c31;
    stroke-opacity: 1;
}

.series-c-bg-5-900 .ct-series.ct-series-c .ct-area {
    fill: #12071d;
}

.series-c-bg-5-900 .ct-series.ct-series-c .ct-line {
    stroke: #12071d;
    stroke-width: 3px;
}

.series-c-bg-5-900 .ct-series.ct-series-c .ct-point {
    stroke: #12071d;
    stroke-width: 6px;
}

.series-c-bg-5-900 .ct-series.ct-series-c .ct-bar {
    stroke: #12071d;
}

.series-c-bg-5-900 .ct-series.ct-series-c .ct-slice-pie {
    fill: #12071d;
}

.series-c-bg-5-900 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #12071d;
}

.series-c-bg-5-900.opacity-100 .ct-series.ct-series-c .ct-area {
    fill: #12071d;
    fill-opacity: 0.9;
}

.series-c-bg-5-900.opacity-100 .ct-series.ct-series-c .ct-line {
    stroke: #12071d;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-c-bg-5-900.opacity-100 .ct-series.ct-series-c .ct-point {
    stroke: #12071d;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-c-bg-5-900.opacity-100 .ct-series.ct-series-c .ct-bar {
    stroke: #12071d;
    stroke-opacity: 1;
}

.series-c-bg-5-900.opacity-100 .ct-series.ct-series-c .ct-slice-pie {
    fill: #12071d;
    fill-opacity: 1;
}

.series-c-bg-5-900.opacity-100 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #12071d;
    stroke-opacity: 1;
}

.series-c-bg-6 .ct-series.ct-series-c .ct-area {
    fill: #ffffff;
}

.series-c-bg-6 .ct-series.ct-series-c .ct-line {
    stroke: #ffffff;
    stroke-width: 3px;
}

.series-c-bg-6 .ct-series.ct-series-c .ct-point {
    stroke: #ffffff;
    stroke-width: 6px;
}

.series-c-bg-6 .ct-series.ct-series-c .ct-bar {
    stroke: #ffffff;
}

.series-c-bg-6 .ct-series.ct-series-c .ct-slice-pie {
    fill: #ffffff;
}

.series-c-bg-6 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #ffffff;
}

.series-c-bg-6.opacity-100 .ct-series.ct-series-c .ct-area {
    fill: #ffffff;
    fill-opacity: 0.9;
}

.series-c-bg-6.opacity-100 .ct-series.ct-series-c .ct-line {
    stroke: #ffffff;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-c-bg-6.opacity-100 .ct-series.ct-series-c .ct-point {
    stroke: #ffffff;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-c-bg-6.opacity-100 .ct-series.ct-series-c .ct-bar {
    stroke: #ffffff;
    stroke-opacity: 1;
}

.series-c-bg-6.opacity-100 .ct-series.ct-series-c .ct-slice-pie {
    fill: #ffffff;
    fill-opacity: 1;
}

.series-c-bg-6.opacity-100 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #ffffff;
    stroke-opacity: 1;
}

.series-c-bg-6-100 .ct-series.ct-series-c .ct-area {
    fill: white;
}

.series-c-bg-6-100 .ct-series.ct-series-c .ct-line {
    stroke: white;
    stroke-width: 3px;
}

.series-c-bg-6-100 .ct-series.ct-series-c .ct-point {
    stroke: white;
    stroke-width: 6px;
}

.series-c-bg-6-100 .ct-series.ct-series-c .ct-bar {
    stroke: white;
}

.series-c-bg-6-100 .ct-series.ct-series-c .ct-slice-pie {
    fill: white;
}

.series-c-bg-6-100 .ct-series.ct-series-c .ct-slice-donut {
    stroke: white;
}

.series-c-bg-6-100.opacity-100 .ct-series.ct-series-c .ct-area {
    fill: white;
    fill-opacity: 0.9;
}

.series-c-bg-6-100.opacity-100 .ct-series.ct-series-c .ct-line {
    stroke: white;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-c-bg-6-100.opacity-100 .ct-series.ct-series-c .ct-point {
    stroke: white;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-c-bg-6-100.opacity-100 .ct-series.ct-series-c .ct-bar {
    stroke: white;
    stroke-opacity: 1;
}

.series-c-bg-6-100.opacity-100 .ct-series.ct-series-c .ct-slice-pie {
    fill: white;
    fill-opacity: 1;
}

.series-c-bg-6-100.opacity-100 .ct-series.ct-series-c .ct-slice-donut {
    stroke: white;
    stroke-opacity: 1;
}

.series-c-bg-6-200 .ct-series.ct-series-c .ct-area {
    fill: white;
}

.series-c-bg-6-200 .ct-series.ct-series-c .ct-line {
    stroke: white;
    stroke-width: 3px;
}

.series-c-bg-6-200 .ct-series.ct-series-c .ct-point {
    stroke: white;
    stroke-width: 6px;
}

.series-c-bg-6-200 .ct-series.ct-series-c .ct-bar {
    stroke: white;
}

.series-c-bg-6-200 .ct-series.ct-series-c .ct-slice-pie {
    fill: white;
}

.series-c-bg-6-200 .ct-series.ct-series-c .ct-slice-donut {
    stroke: white;
}

.series-c-bg-6-200.opacity-100 .ct-series.ct-series-c .ct-area {
    fill: white;
    fill-opacity: 0.9;
}

.series-c-bg-6-200.opacity-100 .ct-series.ct-series-c .ct-line {
    stroke: white;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-c-bg-6-200.opacity-100 .ct-series.ct-series-c .ct-point {
    stroke: white;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-c-bg-6-200.opacity-100 .ct-series.ct-series-c .ct-bar {
    stroke: white;
    stroke-opacity: 1;
}

.series-c-bg-6-200.opacity-100 .ct-series.ct-series-c .ct-slice-pie {
    fill: white;
    fill-opacity: 1;
}

.series-c-bg-6-200.opacity-100 .ct-series.ct-series-c .ct-slice-donut {
    stroke: white;
    stroke-opacity: 1;
}

.series-c-bg-6-300 .ct-series.ct-series-c .ct-area {
    fill: white;
}

.series-c-bg-6-300 .ct-series.ct-series-c .ct-line {
    stroke: white;
    stroke-width: 3px;
}

.series-c-bg-6-300 .ct-series.ct-series-c .ct-point {
    stroke: white;
    stroke-width: 6px;
}

.series-c-bg-6-300 .ct-series.ct-series-c .ct-bar {
    stroke: white;
}

.series-c-bg-6-300 .ct-series.ct-series-c .ct-slice-pie {
    fill: white;
}

.series-c-bg-6-300 .ct-series.ct-series-c .ct-slice-donut {
    stroke: white;
}

.series-c-bg-6-300.opacity-100 .ct-series.ct-series-c .ct-area {
    fill: white;
    fill-opacity: 0.9;
}

.series-c-bg-6-300.opacity-100 .ct-series.ct-series-c .ct-line {
    stroke: white;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-c-bg-6-300.opacity-100 .ct-series.ct-series-c .ct-point {
    stroke: white;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-c-bg-6-300.opacity-100 .ct-series.ct-series-c .ct-bar {
    stroke: white;
    stroke-opacity: 1;
}

.series-c-bg-6-300.opacity-100 .ct-series.ct-series-c .ct-slice-pie {
    fill: white;
    fill-opacity: 1;
}

.series-c-bg-6-300.opacity-100 .ct-series.ct-series-c .ct-slice-donut {
    stroke: white;
    stroke-opacity: 1;
}

.series-c-bg-6-400 .ct-series.ct-series-c .ct-area {
    fill: white;
}

.series-c-bg-6-400 .ct-series.ct-series-c .ct-line {
    stroke: white;
    stroke-width: 3px;
}

.series-c-bg-6-400 .ct-series.ct-series-c .ct-point {
    stroke: white;
    stroke-width: 6px;
}

.series-c-bg-6-400 .ct-series.ct-series-c .ct-bar {
    stroke: white;
}

.series-c-bg-6-400 .ct-series.ct-series-c .ct-slice-pie {
    fill: white;
}

.series-c-bg-6-400 .ct-series.ct-series-c .ct-slice-donut {
    stroke: white;
}

.series-c-bg-6-400.opacity-100 .ct-series.ct-series-c .ct-area {
    fill: white;
    fill-opacity: 0.9;
}

.series-c-bg-6-400.opacity-100 .ct-series.ct-series-c .ct-line {
    stroke: white;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-c-bg-6-400.opacity-100 .ct-series.ct-series-c .ct-point {
    stroke: white;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-c-bg-6-400.opacity-100 .ct-series.ct-series-c .ct-bar {
    stroke: white;
    stroke-opacity: 1;
}

.series-c-bg-6-400.opacity-100 .ct-series.ct-series-c .ct-slice-pie {
    fill: white;
    fill-opacity: 1;
}

.series-c-bg-6-400.opacity-100 .ct-series.ct-series-c .ct-slice-donut {
    stroke: white;
    stroke-opacity: 1;
}

.series-c-bg-6-500 .ct-series.ct-series-c .ct-area {
    fill: #ffffff;
}

.series-c-bg-6-500 .ct-series.ct-series-c .ct-line {
    stroke: #ffffff;
    stroke-width: 3px;
}

.series-c-bg-6-500 .ct-series.ct-series-c .ct-point {
    stroke: #ffffff;
    stroke-width: 6px;
}

.series-c-bg-6-500 .ct-series.ct-series-c .ct-bar {
    stroke: #ffffff;
}

.series-c-bg-6-500 .ct-series.ct-series-c .ct-slice-pie {
    fill: #ffffff;
}

.series-c-bg-6-500 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #ffffff;
}

.series-c-bg-6-500.opacity-100 .ct-series.ct-series-c .ct-area {
    fill: #ffffff;
    fill-opacity: 0.9;
}

.series-c-bg-6-500.opacity-100 .ct-series.ct-series-c .ct-line {
    stroke: #ffffff;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-c-bg-6-500.opacity-100 .ct-series.ct-series-c .ct-point {
    stroke: #ffffff;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-c-bg-6-500.opacity-100 .ct-series.ct-series-c .ct-bar {
    stroke: #ffffff;
    stroke-opacity: 1;
}

.series-c-bg-6-500.opacity-100 .ct-series.ct-series-c .ct-slice-pie {
    fill: #ffffff;
    fill-opacity: 1;
}

.series-c-bg-6-500.opacity-100 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #ffffff;
    stroke-opacity: 1;
}

.series-c-bg-6-600 .ct-series.ct-series-c .ct-area {
    fill: #f2f2f2;
}

.series-c-bg-6-600 .ct-series.ct-series-c .ct-line {
    stroke: #f2f2f2;
    stroke-width: 3px;
}

.series-c-bg-6-600 .ct-series.ct-series-c .ct-point {
    stroke: #f2f2f2;
    stroke-width: 6px;
}

.series-c-bg-6-600 .ct-series.ct-series-c .ct-bar {
    stroke: #f2f2f2;
}

.series-c-bg-6-600 .ct-series.ct-series-c .ct-slice-pie {
    fill: #f2f2f2;
}

.series-c-bg-6-600 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #f2f2f2;
}

.series-c-bg-6-600.opacity-100 .ct-series.ct-series-c .ct-area {
    fill: #f2f2f2;
    fill-opacity: 0.9;
}

.series-c-bg-6-600.opacity-100 .ct-series.ct-series-c .ct-line {
    stroke: #f2f2f2;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-c-bg-6-600.opacity-100 .ct-series.ct-series-c .ct-point {
    stroke: #f2f2f2;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-c-bg-6-600.opacity-100 .ct-series.ct-series-c .ct-bar {
    stroke: #f2f2f2;
    stroke-opacity: 1;
}

.series-c-bg-6-600.opacity-100 .ct-series.ct-series-c .ct-slice-pie {
    fill: #f2f2f2;
    fill-opacity: 1;
}

.series-c-bg-6-600.opacity-100 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #f2f2f2;
    stroke-opacity: 1;
}

.series-c-bg-6-700 .ct-series.ct-series-c .ct-area {
    fill: #e6e6e6;
}

.series-c-bg-6-700 .ct-series.ct-series-c .ct-line {
    stroke: #e6e6e6;
    stroke-width: 3px;
}

.series-c-bg-6-700 .ct-series.ct-series-c .ct-point {
    stroke: #e6e6e6;
    stroke-width: 6px;
}

.series-c-bg-6-700 .ct-series.ct-series-c .ct-bar {
    stroke: #e6e6e6;
}

.series-c-bg-6-700 .ct-series.ct-series-c .ct-slice-pie {
    fill: #e6e6e6;
}

.series-c-bg-6-700 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #e6e6e6;
}

.series-c-bg-6-700.opacity-100 .ct-series.ct-series-c .ct-area {
    fill: #e6e6e6;
    fill-opacity: 0.9;
}

.series-c-bg-6-700.opacity-100 .ct-series.ct-series-c .ct-line {
    stroke: #e6e6e6;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-c-bg-6-700.opacity-100 .ct-series.ct-series-c .ct-point {
    stroke: #e6e6e6;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-c-bg-6-700.opacity-100 .ct-series.ct-series-c .ct-bar {
    stroke: #e6e6e6;
    stroke-opacity: 1;
}

.series-c-bg-6-700.opacity-100 .ct-series.ct-series-c .ct-slice-pie {
    fill: #e6e6e6;
    fill-opacity: 1;
}

.series-c-bg-6-700.opacity-100 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #e6e6e6;
    stroke-opacity: 1;
}

.series-c-bg-6-800 .ct-series.ct-series-c .ct-area {
    fill: #d9d9d9;
}

.series-c-bg-6-800 .ct-series.ct-series-c .ct-line {
    stroke: #d9d9d9;
    stroke-width: 3px;
}

.series-c-bg-6-800 .ct-series.ct-series-c .ct-point {
    stroke: #d9d9d9;
    stroke-width: 6px;
}

.series-c-bg-6-800 .ct-series.ct-series-c .ct-bar {
    stroke: #d9d9d9;
}

.series-c-bg-6-800 .ct-series.ct-series-c .ct-slice-pie {
    fill: #d9d9d9;
}

.series-c-bg-6-800 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #d9d9d9;
}

.series-c-bg-6-800.opacity-100 .ct-series.ct-series-c .ct-area {
    fill: #d9d9d9;
    fill-opacity: 0.9;
}

.series-c-bg-6-800.opacity-100 .ct-series.ct-series-c .ct-line {
    stroke: #d9d9d9;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-c-bg-6-800.opacity-100 .ct-series.ct-series-c .ct-point {
    stroke: #d9d9d9;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-c-bg-6-800.opacity-100 .ct-series.ct-series-c .ct-bar {
    stroke: #d9d9d9;
    stroke-opacity: 1;
}

.series-c-bg-6-800.opacity-100 .ct-series.ct-series-c .ct-slice-pie {
    fill: #d9d9d9;
    fill-opacity: 1;
}

.series-c-bg-6-800.opacity-100 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #d9d9d9;
    stroke-opacity: 1;
}

.series-c-bg-6-900 .ct-series.ct-series-c .ct-area {
    fill: #cccccc;
}

.series-c-bg-6-900 .ct-series.ct-series-c .ct-line {
    stroke: #cccccc;
    stroke-width: 3px;
}

.series-c-bg-6-900 .ct-series.ct-series-c .ct-point {
    stroke: #cccccc;
    stroke-width: 6px;
}

.series-c-bg-6-900 .ct-series.ct-series-c .ct-bar {
    stroke: #cccccc;
}

.series-c-bg-6-900 .ct-series.ct-series-c .ct-slice-pie {
    fill: #cccccc;
}

.series-c-bg-6-900 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #cccccc;
}

.series-c-bg-6-900.opacity-100 .ct-series.ct-series-c .ct-area {
    fill: #cccccc;
    fill-opacity: 0.9;
}

.series-c-bg-6-900.opacity-100 .ct-series.ct-series-c .ct-line {
    stroke: #cccccc;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-c-bg-6-900.opacity-100 .ct-series.ct-series-c .ct-point {
    stroke: #cccccc;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-c-bg-6-900.opacity-100 .ct-series.ct-series-c .ct-bar {
    stroke: #cccccc;
    stroke-opacity: 1;
}

.series-c-bg-6-900.opacity-100 .ct-series.ct-series-c .ct-slice-pie {
    fill: #cccccc;
    fill-opacity: 1;
}

.series-c-bg-6-900.opacity-100 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #cccccc;
    stroke-opacity: 1;
}

.series-c-bg-7 .ct-series.ct-series-c .ct-area {
    fill: #f5f5f5;
}

.series-c-bg-7 .ct-series.ct-series-c .ct-line {
    stroke: #f5f5f5;
    stroke-width: 3px;
}

.series-c-bg-7 .ct-series.ct-series-c .ct-point {
    stroke: #f5f5f5;
    stroke-width: 6px;
}

.series-c-bg-7 .ct-series.ct-series-c .ct-bar {
    stroke: #f5f5f5;
}

.series-c-bg-7 .ct-series.ct-series-c .ct-slice-pie {
    fill: #f5f5f5;
}

.series-c-bg-7 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #f5f5f5;
}

.series-c-bg-7.opacity-100 .ct-series.ct-series-c .ct-area {
    fill: #f5f5f5;
    fill-opacity: 0.9;
}

.series-c-bg-7.opacity-100 .ct-series.ct-series-c .ct-line {
    stroke: #f5f5f5;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-c-bg-7.opacity-100 .ct-series.ct-series-c .ct-point {
    stroke: #f5f5f5;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-c-bg-7.opacity-100 .ct-series.ct-series-c .ct-bar {
    stroke: #f5f5f5;
    stroke-opacity: 1;
}

.series-c-bg-7.opacity-100 .ct-series.ct-series-c .ct-slice-pie {
    fill: #f5f5f5;
    fill-opacity: 1;
}

.series-c-bg-7.opacity-100 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #f5f5f5;
    stroke-opacity: 1;
}

.series-c-bg-7-100 .ct-series.ct-series-c .ct-area {
    fill: white;
}

.series-c-bg-7-100 .ct-series.ct-series-c .ct-line {
    stroke: white;
    stroke-width: 3px;
}

.series-c-bg-7-100 .ct-series.ct-series-c .ct-point {
    stroke: white;
    stroke-width: 6px;
}

.series-c-bg-7-100 .ct-series.ct-series-c .ct-bar {
    stroke: white;
}

.series-c-bg-7-100 .ct-series.ct-series-c .ct-slice-pie {
    fill: white;
}

.series-c-bg-7-100 .ct-series.ct-series-c .ct-slice-donut {
    stroke: white;
}

.series-c-bg-7-100.opacity-100 .ct-series.ct-series-c .ct-area {
    fill: white;
    fill-opacity: 0.9;
}

.series-c-bg-7-100.opacity-100 .ct-series.ct-series-c .ct-line {
    stroke: white;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-c-bg-7-100.opacity-100 .ct-series.ct-series-c .ct-point {
    stroke: white;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-c-bg-7-100.opacity-100 .ct-series.ct-series-c .ct-bar {
    stroke: white;
    stroke-opacity: 1;
}

.series-c-bg-7-100.opacity-100 .ct-series.ct-series-c .ct-slice-pie {
    fill: white;
    fill-opacity: 1;
}

.series-c-bg-7-100.opacity-100 .ct-series.ct-series-c .ct-slice-donut {
    stroke: white;
    stroke-opacity: 1;
}

.series-c-bg-7-200 .ct-series.ct-series-c .ct-area {
    fill: white;
}

.series-c-bg-7-200 .ct-series.ct-series-c .ct-line {
    stroke: white;
    stroke-width: 3px;
}

.series-c-bg-7-200 .ct-series.ct-series-c .ct-point {
    stroke: white;
    stroke-width: 6px;
}

.series-c-bg-7-200 .ct-series.ct-series-c .ct-bar {
    stroke: white;
}

.series-c-bg-7-200 .ct-series.ct-series-c .ct-slice-pie {
    fill: white;
}

.series-c-bg-7-200 .ct-series.ct-series-c .ct-slice-donut {
    stroke: white;
}

.series-c-bg-7-200.opacity-100 .ct-series.ct-series-c .ct-area {
    fill: white;
    fill-opacity: 0.9;
}

.series-c-bg-7-200.opacity-100 .ct-series.ct-series-c .ct-line {
    stroke: white;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-c-bg-7-200.opacity-100 .ct-series.ct-series-c .ct-point {
    stroke: white;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-c-bg-7-200.opacity-100 .ct-series.ct-series-c .ct-bar {
    stroke: white;
    stroke-opacity: 1;
}

.series-c-bg-7-200.opacity-100 .ct-series.ct-series-c .ct-slice-pie {
    fill: white;
    fill-opacity: 1;
}

.series-c-bg-7-200.opacity-100 .ct-series.ct-series-c .ct-slice-donut {
    stroke: white;
    stroke-opacity: 1;
}

.series-c-bg-7-300 .ct-series.ct-series-c .ct-area {
    fill: white;
}

.series-c-bg-7-300 .ct-series.ct-series-c .ct-line {
    stroke: white;
    stroke-width: 3px;
}

.series-c-bg-7-300 .ct-series.ct-series-c .ct-point {
    stroke: white;
    stroke-width: 6px;
}

.series-c-bg-7-300 .ct-series.ct-series-c .ct-bar {
    stroke: white;
}

.series-c-bg-7-300 .ct-series.ct-series-c .ct-slice-pie {
    fill: white;
}

.series-c-bg-7-300 .ct-series.ct-series-c .ct-slice-donut {
    stroke: white;
}

.series-c-bg-7-300.opacity-100 .ct-series.ct-series-c .ct-area {
    fill: white;
    fill-opacity: 0.9;
}

.series-c-bg-7-300.opacity-100 .ct-series.ct-series-c .ct-line {
    stroke: white;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-c-bg-7-300.opacity-100 .ct-series.ct-series-c .ct-point {
    stroke: white;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-c-bg-7-300.opacity-100 .ct-series.ct-series-c .ct-bar {
    stroke: white;
    stroke-opacity: 1;
}

.series-c-bg-7-300.opacity-100 .ct-series.ct-series-c .ct-slice-pie {
    fill: white;
    fill-opacity: 1;
}

.series-c-bg-7-300.opacity-100 .ct-series.ct-series-c .ct-slice-donut {
    stroke: white;
    stroke-opacity: 1;
}

.series-c-bg-7-400 .ct-series.ct-series-c .ct-area {
    fill: white;
}

.series-c-bg-7-400 .ct-series.ct-series-c .ct-line {
    stroke: white;
    stroke-width: 3px;
}

.series-c-bg-7-400 .ct-series.ct-series-c .ct-point {
    stroke: white;
    stroke-width: 6px;
}

.series-c-bg-7-400 .ct-series.ct-series-c .ct-bar {
    stroke: white;
}

.series-c-bg-7-400 .ct-series.ct-series-c .ct-slice-pie {
    fill: white;
}

.series-c-bg-7-400 .ct-series.ct-series-c .ct-slice-donut {
    stroke: white;
}

.series-c-bg-7-400.opacity-100 .ct-series.ct-series-c .ct-area {
    fill: white;
    fill-opacity: 0.9;
}

.series-c-bg-7-400.opacity-100 .ct-series.ct-series-c .ct-line {
    stroke: white;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-c-bg-7-400.opacity-100 .ct-series.ct-series-c .ct-point {
    stroke: white;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-c-bg-7-400.opacity-100 .ct-series.ct-series-c .ct-bar {
    stroke: white;
    stroke-opacity: 1;
}

.series-c-bg-7-400.opacity-100 .ct-series.ct-series-c .ct-slice-pie {
    fill: white;
    fill-opacity: 1;
}

.series-c-bg-7-400.opacity-100 .ct-series.ct-series-c .ct-slice-donut {
    stroke: white;
    stroke-opacity: 1;
}

.series-c-bg-7-500 .ct-series.ct-series-c .ct-area {
    fill: #f5f5f5;
}

.series-c-bg-7-500 .ct-series.ct-series-c .ct-line {
    stroke: #f5f5f5;
    stroke-width: 3px;
}

.series-c-bg-7-500 .ct-series.ct-series-c .ct-point {
    stroke: #f5f5f5;
    stroke-width: 6px;
}

.series-c-bg-7-500 .ct-series.ct-series-c .ct-bar {
    stroke: #f5f5f5;
}

.series-c-bg-7-500 .ct-series.ct-series-c .ct-slice-pie {
    fill: #f5f5f5;
}

.series-c-bg-7-500 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #f5f5f5;
}

.series-c-bg-7-500.opacity-100 .ct-series.ct-series-c .ct-area {
    fill: #f5f5f5;
    fill-opacity: 0.9;
}

.series-c-bg-7-500.opacity-100 .ct-series.ct-series-c .ct-line {
    stroke: #f5f5f5;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-c-bg-7-500.opacity-100 .ct-series.ct-series-c .ct-point {
    stroke: #f5f5f5;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-c-bg-7-500.opacity-100 .ct-series.ct-series-c .ct-bar {
    stroke: #f5f5f5;
    stroke-opacity: 1;
}

.series-c-bg-7-500.opacity-100 .ct-series.ct-series-c .ct-slice-pie {
    fill: #f5f5f5;
    fill-opacity: 1;
}

.series-c-bg-7-500.opacity-100 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #f5f5f5;
    stroke-opacity: 1;
}

.series-c-bg-7-600 .ct-series.ct-series-c .ct-area {
    fill: #e8e8e8;
}

.series-c-bg-7-600 .ct-series.ct-series-c .ct-line {
    stroke: #e8e8e8;
    stroke-width: 3px;
}

.series-c-bg-7-600 .ct-series.ct-series-c .ct-point {
    stroke: #e8e8e8;
    stroke-width: 6px;
}

.series-c-bg-7-600 .ct-series.ct-series-c .ct-bar {
    stroke: #e8e8e8;
}

.series-c-bg-7-600 .ct-series.ct-series-c .ct-slice-pie {
    fill: #e8e8e8;
}

.series-c-bg-7-600 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #e8e8e8;
}

.series-c-bg-7-600.opacity-100 .ct-series.ct-series-c .ct-area {
    fill: #e8e8e8;
    fill-opacity: 0.9;
}

.series-c-bg-7-600.opacity-100 .ct-series.ct-series-c .ct-line {
    stroke: #e8e8e8;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-c-bg-7-600.opacity-100 .ct-series.ct-series-c .ct-point {
    stroke: #e8e8e8;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-c-bg-7-600.opacity-100 .ct-series.ct-series-c .ct-bar {
    stroke: #e8e8e8;
    stroke-opacity: 1;
}

.series-c-bg-7-600.opacity-100 .ct-series.ct-series-c .ct-slice-pie {
    fill: #e8e8e8;
    fill-opacity: 1;
}

.series-c-bg-7-600.opacity-100 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #e8e8e8;
    stroke-opacity: 1;
}

.series-c-bg-7-700 .ct-series.ct-series-c .ct-area {
    fill: gainsboro;
}

.series-c-bg-7-700 .ct-series.ct-series-c .ct-line {
    stroke: gainsboro;
    stroke-width: 3px;
}

.series-c-bg-7-700 .ct-series.ct-series-c .ct-point {
    stroke: gainsboro;
    stroke-width: 6px;
}

.series-c-bg-7-700 .ct-series.ct-series-c .ct-bar {
    stroke: gainsboro;
}

.series-c-bg-7-700 .ct-series.ct-series-c .ct-slice-pie {
    fill: gainsboro;
}

.series-c-bg-7-700 .ct-series.ct-series-c .ct-slice-donut {
    stroke: gainsboro;
}

.series-c-bg-7-700.opacity-100 .ct-series.ct-series-c .ct-area {
    fill: gainsboro;
    fill-opacity: 0.9;
}

.series-c-bg-7-700.opacity-100 .ct-series.ct-series-c .ct-line {
    stroke: gainsboro;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-c-bg-7-700.opacity-100 .ct-series.ct-series-c .ct-point {
    stroke: gainsboro;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-c-bg-7-700.opacity-100 .ct-series.ct-series-c .ct-bar {
    stroke: gainsboro;
    stroke-opacity: 1;
}

.series-c-bg-7-700.opacity-100 .ct-series.ct-series-c .ct-slice-pie {
    fill: gainsboro;
    fill-opacity: 1;
}

.series-c-bg-7-700.opacity-100 .ct-series.ct-series-c .ct-slice-donut {
    stroke: gainsboro;
    stroke-opacity: 1;
}

.series-c-bg-7-800 .ct-series.ct-series-c .ct-area {
    fill: #cfcfcf;
}

.series-c-bg-7-800 .ct-series.ct-series-c .ct-line {
    stroke: #cfcfcf;
    stroke-width: 3px;
}

.series-c-bg-7-800 .ct-series.ct-series-c .ct-point {
    stroke: #cfcfcf;
    stroke-width: 6px;
}

.series-c-bg-7-800 .ct-series.ct-series-c .ct-bar {
    stroke: #cfcfcf;
}

.series-c-bg-7-800 .ct-series.ct-series-c .ct-slice-pie {
    fill: #cfcfcf;
}

.series-c-bg-7-800 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #cfcfcf;
}

.series-c-bg-7-800.opacity-100 .ct-series.ct-series-c .ct-area {
    fill: #cfcfcf;
    fill-opacity: 0.9;
}

.series-c-bg-7-800.opacity-100 .ct-series.ct-series-c .ct-line {
    stroke: #cfcfcf;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-c-bg-7-800.opacity-100 .ct-series.ct-series-c .ct-point {
    stroke: #cfcfcf;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-c-bg-7-800.opacity-100 .ct-series.ct-series-c .ct-bar {
    stroke: #cfcfcf;
    stroke-opacity: 1;
}

.series-c-bg-7-800.opacity-100 .ct-series.ct-series-c .ct-slice-pie {
    fill: #cfcfcf;
    fill-opacity: 1;
}

.series-c-bg-7-800.opacity-100 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #cfcfcf;
    stroke-opacity: 1;
}

.series-c-bg-7-900 .ct-series.ct-series-c .ct-area {
    fill: #c2c2c2;
}

.series-c-bg-7-900 .ct-series.ct-series-c .ct-line {
    stroke: #c2c2c2;
    stroke-width: 3px;
}

.series-c-bg-7-900 .ct-series.ct-series-c .ct-point {
    stroke: #c2c2c2;
    stroke-width: 6px;
}

.series-c-bg-7-900 .ct-series.ct-series-c .ct-bar {
    stroke: #c2c2c2;
}

.series-c-bg-7-900 .ct-series.ct-series-c .ct-slice-pie {
    fill: #c2c2c2;
}

.series-c-bg-7-900 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #c2c2c2;
}

.series-c-bg-7-900.opacity-100 .ct-series.ct-series-c .ct-area {
    fill: #c2c2c2;
    fill-opacity: 0.9;
}

.series-c-bg-7-900.opacity-100 .ct-series.ct-series-c .ct-line {
    stroke: #c2c2c2;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-c-bg-7-900.opacity-100 .ct-series.ct-series-c .ct-point {
    stroke: #c2c2c2;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-c-bg-7-900.opacity-100 .ct-series.ct-series-c .ct-bar {
    stroke: #c2c2c2;
    stroke-opacity: 1;
}

.series-c-bg-7-900.opacity-100 .ct-series.ct-series-c .ct-slice-pie {
    fill: #c2c2c2;
    fill-opacity: 1;
}

.series-c-bg-7-900.opacity-100 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #c2c2c2;
    stroke-opacity: 1;
}

.series-c-light-100 .ct-series.ct-series-c .ct-area {
    fill: white;
}

.series-c-light-100 .ct-series.ct-series-c .ct-line {
    stroke: white;
    stroke-width: 3px;
}

.series-c-light-100 .ct-series.ct-series-c .ct-point {
    stroke: white;
    stroke-width: 6px;
}

.series-c-light-100 .ct-series.ct-series-c .ct-bar {
    stroke: white;
}

.series-c-light-100 .ct-series.ct-series-c .ct-slice-pie {
    fill: white;
}

.series-c-light-100 .ct-series.ct-series-c .ct-slice-donut {
    stroke: white;
}

.series-c-light-100.opacity-100 .ct-series.ct-series-c .ct-area {
    fill: white;
    fill-opacity: 0.9;
}

.series-c-light-100.opacity-100 .ct-series.ct-series-c .ct-line {
    stroke: white;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-c-light-100.opacity-100 .ct-series.ct-series-c .ct-point {
    stroke: white;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-c-light-100.opacity-100 .ct-series.ct-series-c .ct-bar {
    stroke: white;
    stroke-opacity: 1;
}

.series-c-light-100.opacity-100 .ct-series.ct-series-c .ct-slice-pie {
    fill: white;
    fill-opacity: 1;
}

.series-c-light-100.opacity-100 .ct-series.ct-series-c .ct-slice-donut {
    stroke: white;
    stroke-opacity: 1;
}

.series-c-light-200 .ct-series.ct-series-c .ct-area {
    fill: white;
}

.series-c-light-200 .ct-series.ct-series-c .ct-line {
    stroke: white;
    stroke-width: 3px;
}

.series-c-light-200 .ct-series.ct-series-c .ct-point {
    stroke: white;
    stroke-width: 6px;
}

.series-c-light-200 .ct-series.ct-series-c .ct-bar {
    stroke: white;
}

.series-c-light-200 .ct-series.ct-series-c .ct-slice-pie {
    fill: white;
}

.series-c-light-200 .ct-series.ct-series-c .ct-slice-donut {
    stroke: white;
}

.series-c-light-200.opacity-100 .ct-series.ct-series-c .ct-area {
    fill: white;
    fill-opacity: 0.9;
}

.series-c-light-200.opacity-100 .ct-series.ct-series-c .ct-line {
    stroke: white;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-c-light-200.opacity-100 .ct-series.ct-series-c .ct-point {
    stroke: white;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-c-light-200.opacity-100 .ct-series.ct-series-c .ct-bar {
    stroke: white;
    stroke-opacity: 1;
}

.series-c-light-200.opacity-100 .ct-series.ct-series-c .ct-slice-pie {
    fill: white;
    fill-opacity: 1;
}

.series-c-light-200.opacity-100 .ct-series.ct-series-c .ct-slice-donut {
    stroke: white;
    stroke-opacity: 1;
}

.series-c-light-300 .ct-series.ct-series-c .ct-area {
    fill: white;
}

.series-c-light-300 .ct-series.ct-series-c .ct-line {
    stroke: white;
    stroke-width: 3px;
}

.series-c-light-300 .ct-series.ct-series-c .ct-point {
    stroke: white;
    stroke-width: 6px;
}

.series-c-light-300 .ct-series.ct-series-c .ct-bar {
    stroke: white;
}

.series-c-light-300 .ct-series.ct-series-c .ct-slice-pie {
    fill: white;
}

.series-c-light-300 .ct-series.ct-series-c .ct-slice-donut {
    stroke: white;
}

.series-c-light-300.opacity-100 .ct-series.ct-series-c .ct-area {
    fill: white;
    fill-opacity: 0.9;
}

.series-c-light-300.opacity-100 .ct-series.ct-series-c .ct-line {
    stroke: white;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-c-light-300.opacity-100 .ct-series.ct-series-c .ct-point {
    stroke: white;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-c-light-300.opacity-100 .ct-series.ct-series-c .ct-bar {
    stroke: white;
    stroke-opacity: 1;
}

.series-c-light-300.opacity-100 .ct-series.ct-series-c .ct-slice-pie {
    fill: white;
    fill-opacity: 1;
}

.series-c-light-300.opacity-100 .ct-series.ct-series-c .ct-slice-donut {
    stroke: white;
    stroke-opacity: 1;
}

.series-c-light-400 .ct-series.ct-series-c .ct-area {
    fill: #fdfdfd;
}

.series-c-light-400 .ct-series.ct-series-c .ct-line {
    stroke: #fdfdfd;
    stroke-width: 3px;
}

.series-c-light-400 .ct-series.ct-series-c .ct-point {
    stroke: #fdfdfd;
    stroke-width: 6px;
}

.series-c-light-400 .ct-series.ct-series-c .ct-bar {
    stroke: #fdfdfd;
}

.series-c-light-400 .ct-series.ct-series-c .ct-slice-pie {
    fill: #fdfdfd;
}

.series-c-light-400 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #fdfdfd;
}

.series-c-light-400.opacity-100 .ct-series.ct-series-c .ct-area {
    fill: #fdfdfd;
    fill-opacity: 0.9;
}

.series-c-light-400.opacity-100 .ct-series.ct-series-c .ct-line {
    stroke: #fdfdfd;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-c-light-400.opacity-100 .ct-series.ct-series-c .ct-point {
    stroke: #fdfdfd;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-c-light-400.opacity-100 .ct-series.ct-series-c .ct-bar {
    stroke: #fdfdfd;
    stroke-opacity: 1;
}

.series-c-light-400.opacity-100 .ct-series.ct-series-c .ct-slice-pie {
    fill: #fdfdfd;
    fill-opacity: 1;
}

.series-c-light-400.opacity-100 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #fdfdfd;
    stroke-opacity: 1;
}

.series-c-light-500 .ct-series.ct-series-c .ct-area {
    fill: #f5f5f5;
}

.series-c-light-500 .ct-series.ct-series-c .ct-line {
    stroke: #f5f5f5;
    stroke-width: 3px;
}

.series-c-light-500 .ct-series.ct-series-c .ct-point {
    stroke: #f5f5f5;
    stroke-width: 6px;
}

.series-c-light-500 .ct-series.ct-series-c .ct-bar {
    stroke: #f5f5f5;
}

.series-c-light-500 .ct-series.ct-series-c .ct-slice-pie {
    fill: #f5f5f5;
}

.series-c-light-500 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #f5f5f5;
}

.series-c-light-500.opacity-100 .ct-series.ct-series-c .ct-area {
    fill: #f5f5f5;
    fill-opacity: 0.9;
}

.series-c-light-500.opacity-100 .ct-series.ct-series-c .ct-line {
    stroke: #f5f5f5;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-c-light-500.opacity-100 .ct-series.ct-series-c .ct-point {
    stroke: #f5f5f5;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-c-light-500.opacity-100 .ct-series.ct-series-c .ct-bar {
    stroke: #f5f5f5;
    stroke-opacity: 1;
}

.series-c-light-500.opacity-100 .ct-series.ct-series-c .ct-slice-pie {
    fill: #f5f5f5;
    fill-opacity: 1;
}

.series-c-light-500.opacity-100 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #f5f5f5;
    stroke-opacity: 1;
}

.series-c-light-600 .ct-series.ct-series-c .ct-area {
    fill: #ededed;
}

.series-c-light-600 .ct-series.ct-series-c .ct-line {
    stroke: #ededed;
    stroke-width: 3px;
}

.series-c-light-600 .ct-series.ct-series-c .ct-point {
    stroke: #ededed;
    stroke-width: 6px;
}

.series-c-light-600 .ct-series.ct-series-c .ct-bar {
    stroke: #ededed;
}

.series-c-light-600 .ct-series.ct-series-c .ct-slice-pie {
    fill: #ededed;
}

.series-c-light-600 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #ededed;
}

.series-c-light-600.opacity-100 .ct-series.ct-series-c .ct-area {
    fill: #ededed;
    fill-opacity: 0.9;
}

.series-c-light-600.opacity-100 .ct-series.ct-series-c .ct-line {
    stroke: #ededed;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-c-light-600.opacity-100 .ct-series.ct-series-c .ct-point {
    stroke: #ededed;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-c-light-600.opacity-100 .ct-series.ct-series-c .ct-bar {
    stroke: #ededed;
    stroke-opacity: 1;
}

.series-c-light-600.opacity-100 .ct-series.ct-series-c .ct-slice-pie {
    fill: #ededed;
    fill-opacity: 1;
}

.series-c-light-600.opacity-100 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #ededed;
    stroke-opacity: 1;
}

.series-c-light-700 .ct-series.ct-series-c .ct-area {
    fill: #e6e6e6;
}

.series-c-light-700 .ct-series.ct-series-c .ct-line {
    stroke: #e6e6e6;
    stroke-width: 3px;
}

.series-c-light-700 .ct-series.ct-series-c .ct-point {
    stroke: #e6e6e6;
    stroke-width: 6px;
}

.series-c-light-700 .ct-series.ct-series-c .ct-bar {
    stroke: #e6e6e6;
}

.series-c-light-700 .ct-series.ct-series-c .ct-slice-pie {
    fill: #e6e6e6;
}

.series-c-light-700 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #e6e6e6;
}

.series-c-light-700.opacity-100 .ct-series.ct-series-c .ct-area {
    fill: #e6e6e6;
    fill-opacity: 0.9;
}

.series-c-light-700.opacity-100 .ct-series.ct-series-c .ct-line {
    stroke: #e6e6e6;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-c-light-700.opacity-100 .ct-series.ct-series-c .ct-point {
    stroke: #e6e6e6;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-c-light-700.opacity-100 .ct-series.ct-series-c .ct-bar {
    stroke: #e6e6e6;
    stroke-opacity: 1;
}

.series-c-light-700.opacity-100 .ct-series.ct-series-c .ct-slice-pie {
    fill: #e6e6e6;
    fill-opacity: 1;
}

.series-c-light-700.opacity-100 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #e6e6e6;
    stroke-opacity: 1;
}

.series-c-light-800 .ct-series.ct-series-c .ct-area {
    fill: #dedede;
}

.series-c-light-800 .ct-series.ct-series-c .ct-line {
    stroke: #dedede;
    stroke-width: 3px;
}

.series-c-light-800 .ct-series.ct-series-c .ct-point {
    stroke: #dedede;
    stroke-width: 6px;
}

.series-c-light-800 .ct-series.ct-series-c .ct-bar {
    stroke: #dedede;
}

.series-c-light-800 .ct-series.ct-series-c .ct-slice-pie {
    fill: #dedede;
}

.series-c-light-800 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #dedede;
}

.series-c-light-800.opacity-100 .ct-series.ct-series-c .ct-area {
    fill: #dedede;
    fill-opacity: 0.9;
}

.series-c-light-800.opacity-100 .ct-series.ct-series-c .ct-line {
    stroke: #dedede;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-c-light-800.opacity-100 .ct-series.ct-series-c .ct-point {
    stroke: #dedede;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-c-light-800.opacity-100 .ct-series.ct-series-c .ct-bar {
    stroke: #dedede;
    stroke-opacity: 1;
}

.series-c-light-800.opacity-100 .ct-series.ct-series-c .ct-slice-pie {
    fill: #dedede;
    fill-opacity: 1;
}

.series-c-light-800.opacity-100 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #dedede;
    stroke-opacity: 1;
}

.series-c-light-900 .ct-series.ct-series-c .ct-area {
    fill: #d6d6d6;
}

.series-c-light-900 .ct-series.ct-series-c .ct-line {
    stroke: #d6d6d6;
    stroke-width: 3px;
}

.series-c-light-900 .ct-series.ct-series-c .ct-point {
    stroke: #d6d6d6;
    stroke-width: 6px;
}

.series-c-light-900 .ct-series.ct-series-c .ct-bar {
    stroke: #d6d6d6;
}

.series-c-light-900 .ct-series.ct-series-c .ct-slice-pie {
    fill: #d6d6d6;
}

.series-c-light-900 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #d6d6d6;
}

.series-c-light-900.opacity-100 .ct-series.ct-series-c .ct-area {
    fill: #d6d6d6;
    fill-opacity: 0.9;
}

.series-c-light-900.opacity-100 .ct-series.ct-series-c .ct-line {
    stroke: #d6d6d6;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-c-light-900.opacity-100 .ct-series.ct-series-c .ct-point {
    stroke: #d6d6d6;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-c-light-900.opacity-100 .ct-series.ct-series-c .ct-bar {
    stroke: #d6d6d6;
    stroke-opacity: 1;
}

.series-c-light-900.opacity-100 .ct-series.ct-series-c .ct-slice-pie {
    fill: #d6d6d6;
    fill-opacity: 1;
}

.series-c-light-900.opacity-100 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #d6d6d6;
    stroke-opacity: 1;
}

.series-c-dark-100 .ct-series.ct-series-c .ct-area {
    fill: #404655;
}

.series-c-dark-100 .ct-series.ct-series-c .ct-line {
    stroke: #404655;
    stroke-width: 3px;
}

.series-c-dark-100 .ct-series.ct-series-c .ct-point {
    stroke: #404655;
    stroke-width: 6px;
}

.series-c-dark-100 .ct-series.ct-series-c .ct-bar {
    stroke: #404655;
}

.series-c-dark-100 .ct-series.ct-series-c .ct-slice-pie {
    fill: #404655;
}

.series-c-dark-100 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #404655;
}

.series-c-dark-100.opacity-100 .ct-series.ct-series-c .ct-area {
    fill: #404655;
    fill-opacity: 0.9;
}

.series-c-dark-100.opacity-100 .ct-series.ct-series-c .ct-line {
    stroke: #404655;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-c-dark-100.opacity-100 .ct-series.ct-series-c .ct-point {
    stroke: #404655;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-c-dark-100.opacity-100 .ct-series.ct-series-c .ct-bar {
    stroke: #404655;
    stroke-opacity: 1;
}

.series-c-dark-100.opacity-100 .ct-series.ct-series-c .ct-slice-pie {
    fill: #404655;
    fill-opacity: 1;
}

.series-c-dark-100.opacity-100 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #404655;
    stroke-opacity: 1;
}

.series-c-dark-200 .ct-series.ct-series-c .ct-area {
    fill: #3a3e4c;
}

.series-c-dark-200 .ct-series.ct-series-c .ct-line {
    stroke: #3a3e4c;
    stroke-width: 3px;
}

.series-c-dark-200 .ct-series.ct-series-c .ct-point {
    stroke: #3a3e4c;
    stroke-width: 6px;
}

.series-c-dark-200 .ct-series.ct-series-c .ct-bar {
    stroke: #3a3e4c;
}

.series-c-dark-200 .ct-series.ct-series-c .ct-slice-pie {
    fill: #3a3e4c;
}

.series-c-dark-200 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #3a3e4c;
}

.series-c-dark-200.opacity-100 .ct-series.ct-series-c .ct-area {
    fill: #3a3e4c;
    fill-opacity: 0.9;
}

.series-c-dark-200.opacity-100 .ct-series.ct-series-c .ct-line {
    stroke: #3a3e4c;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-c-dark-200.opacity-100 .ct-series.ct-series-c .ct-point {
    stroke: #3a3e4c;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-c-dark-200.opacity-100 .ct-series.ct-series-c .ct-bar {
    stroke: #3a3e4c;
    stroke-opacity: 1;
}

.series-c-dark-200.opacity-100 .ct-series.ct-series-c .ct-slice-pie {
    fill: #3a3e4c;
    fill-opacity: 1;
}

.series-c-dark-200.opacity-100 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #3a3e4c;
    stroke-opacity: 1;
}

.series-c-dark-300 .ct-series.ct-series-c .ct-area {
    fill: #333743;
}

.series-c-dark-300 .ct-series.ct-series-c .ct-line {
    stroke: #333743;
    stroke-width: 3px;
}

.series-c-dark-300 .ct-series.ct-series-c .ct-point {
    stroke: #333743;
    stroke-width: 6px;
}

.series-c-dark-300 .ct-series.ct-series-c .ct-bar {
    stroke: #333743;
}

.series-c-dark-300 .ct-series.ct-series-c .ct-slice-pie {
    fill: #333743;
}

.series-c-dark-300 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #333743;
}

.series-c-dark-300.opacity-100 .ct-series.ct-series-c .ct-area {
    fill: #333743;
    fill-opacity: 0.9;
}

.series-c-dark-300.opacity-100 .ct-series.ct-series-c .ct-line {
    stroke: #333743;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-c-dark-300.opacity-100 .ct-series.ct-series-c .ct-point {
    stroke: #333743;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-c-dark-300.opacity-100 .ct-series.ct-series-c .ct-bar {
    stroke: #333743;
    stroke-opacity: 1;
}

.series-c-dark-300.opacity-100 .ct-series.ct-series-c .ct-slice-pie {
    fill: #333743;
    fill-opacity: 1;
}

.series-c-dark-300.opacity-100 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #333743;
    stroke-opacity: 1;
}

.series-c-dark-400 .ct-series.ct-series-c .ct-area {
    fill: #2d303b;
}

.series-c-dark-400 .ct-series.ct-series-c .ct-line {
    stroke: #2d303b;
    stroke-width: 3px;
}

.series-c-dark-400 .ct-series.ct-series-c .ct-point {
    stroke: #2d303b;
    stroke-width: 6px;
}

.series-c-dark-400 .ct-series.ct-series-c .ct-bar {
    stroke: #2d303b;
}

.series-c-dark-400 .ct-series.ct-series-c .ct-slice-pie {
    fill: #2d303b;
}

.series-c-dark-400 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #2d303b;
}

.series-c-dark-400.opacity-100 .ct-series.ct-series-c .ct-area {
    fill: #2d303b;
    fill-opacity: 0.9;
}

.series-c-dark-400.opacity-100 .ct-series.ct-series-c .ct-line {
    stroke: #2d303b;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-c-dark-400.opacity-100 .ct-series.ct-series-c .ct-point {
    stroke: #2d303b;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-c-dark-400.opacity-100 .ct-series.ct-series-c .ct-bar {
    stroke: #2d303b;
    stroke-opacity: 1;
}

.series-c-dark-400.opacity-100 .ct-series.ct-series-c .ct-slice-pie {
    fill: #2d303b;
    fill-opacity: 1;
}

.series-c-dark-400.opacity-100 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #2d303b;
    stroke-opacity: 1;
}

.series-c-dark-500 .ct-series.ct-series-c .ct-area {
    fill: #262932;
}

.series-c-dark-500 .ct-series.ct-series-c .ct-line {
    stroke: #262932;
    stroke-width: 3px;
}

.series-c-dark-500 .ct-series.ct-series-c .ct-point {
    stroke: #262932;
    stroke-width: 6px;
}

.series-c-dark-500 .ct-series.ct-series-c .ct-bar {
    stroke: #262932;
}

.series-c-dark-500 .ct-series.ct-series-c .ct-slice-pie {
    fill: #262932;
}

.series-c-dark-500 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #262932;
}

.series-c-dark-500.opacity-100 .ct-series.ct-series-c .ct-area {
    fill: #262932;
    fill-opacity: 0.9;
}

.series-c-dark-500.opacity-100 .ct-series.ct-series-c .ct-line {
    stroke: #262932;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-c-dark-500.opacity-100 .ct-series.ct-series-c .ct-point {
    stroke: #262932;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-c-dark-500.opacity-100 .ct-series.ct-series-c .ct-bar {
    stroke: #262932;
    stroke-opacity: 1;
}

.series-c-dark-500.opacity-100 .ct-series.ct-series-c .ct-slice-pie {
    fill: #262932;
    fill-opacity: 1;
}

.series-c-dark-500.opacity-100 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #262932;
    stroke-opacity: 1;
}

.series-c-dark-600 .ct-series.ct-series-c .ct-area {
    fill: #1f2229;
}

.series-c-dark-600 .ct-series.ct-series-c .ct-line {
    stroke: #1f2229;
    stroke-width: 3px;
}

.series-c-dark-600 .ct-series.ct-series-c .ct-point {
    stroke: #1f2229;
    stroke-width: 6px;
}

.series-c-dark-600 .ct-series.ct-series-c .ct-bar {
    stroke: #1f2229;
}

.series-c-dark-600 .ct-series.ct-series-c .ct-slice-pie {
    fill: #1f2229;
}

.series-c-dark-600 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #1f2229;
}

.series-c-dark-600.opacity-100 .ct-series.ct-series-c .ct-area {
    fill: #1f2229;
    fill-opacity: 0.9;
}

.series-c-dark-600.opacity-100 .ct-series.ct-series-c .ct-line {
    stroke: #1f2229;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-c-dark-600.opacity-100 .ct-series.ct-series-c .ct-point {
    stroke: #1f2229;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-c-dark-600.opacity-100 .ct-series.ct-series-c .ct-bar {
    stroke: #1f2229;
    stroke-opacity: 1;
}

.series-c-dark-600.opacity-100 .ct-series.ct-series-c .ct-slice-pie {
    fill: #1f2229;
    fill-opacity: 1;
}

.series-c-dark-600.opacity-100 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #1f2229;
    stroke-opacity: 1;
}

.series-c-dark-700 .ct-series.ct-series-c .ct-area {
    fill: #191b21;
}

.series-c-dark-700 .ct-series.ct-series-c .ct-line {
    stroke: #191b21;
    stroke-width: 3px;
}

.series-c-dark-700 .ct-series.ct-series-c .ct-point {
    stroke: #191b21;
    stroke-width: 6px;
}

.series-c-dark-700 .ct-series.ct-series-c .ct-bar {
    stroke: #191b21;
}

.series-c-dark-700 .ct-series.ct-series-c .ct-slice-pie {
    fill: #191b21;
}

.series-c-dark-700 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #191b21;
}

.series-c-dark-700.opacity-100 .ct-series.ct-series-c .ct-area {
    fill: #191b21;
    fill-opacity: 0.9;
}

.series-c-dark-700.opacity-100 .ct-series.ct-series-c .ct-line {
    stroke: #191b21;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-c-dark-700.opacity-100 .ct-series.ct-series-c .ct-point {
    stroke: #191b21;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-c-dark-700.opacity-100 .ct-series.ct-series-c .ct-bar {
    stroke: #191b21;
    stroke-opacity: 1;
}

.series-c-dark-700.opacity-100 .ct-series.ct-series-c .ct-slice-pie {
    fill: #191b21;
    fill-opacity: 1;
}

.series-c-dark-700.opacity-100 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #191b21;
    stroke-opacity: 1;
}

.series-c-dark-800 .ct-series.ct-series-c .ct-area {
    fill: #121418;
}

.series-c-dark-800 .ct-series.ct-series-c .ct-line {
    stroke: #121418;
    stroke-width: 3px;
}

.series-c-dark-800 .ct-series.ct-series-c .ct-point {
    stroke: #121418;
    stroke-width: 6px;
}

.series-c-dark-800 .ct-series.ct-series-c .ct-bar {
    stroke: #121418;
}

.series-c-dark-800 .ct-series.ct-series-c .ct-slice-pie {
    fill: #121418;
}

.series-c-dark-800 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #121418;
}

.series-c-dark-800.opacity-100 .ct-series.ct-series-c .ct-area {
    fill: #121418;
    fill-opacity: 0.9;
}

.series-c-dark-800.opacity-100 .ct-series.ct-series-c .ct-line {
    stroke: #121418;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-c-dark-800.opacity-100 .ct-series.ct-series-c .ct-point {
    stroke: #121418;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-c-dark-800.opacity-100 .ct-series.ct-series-c .ct-bar {
    stroke: #121418;
    stroke-opacity: 1;
}

.series-c-dark-800.opacity-100 .ct-series.ct-series-c .ct-slice-pie {
    fill: #121418;
    fill-opacity: 1;
}

.series-c-dark-800.opacity-100 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #121418;
    stroke-opacity: 1;
}

.series-c-dark-900 .ct-series.ct-series-c .ct-area {
    fill: #0c0c0f;
}

.series-c-dark-900 .ct-series.ct-series-c .ct-line {
    stroke: #0c0c0f;
    stroke-width: 3px;
}

.series-c-dark-900 .ct-series.ct-series-c .ct-point {
    stroke: #0c0c0f;
    stroke-width: 6px;
}

.series-c-dark-900 .ct-series.ct-series-c .ct-bar {
    stroke: #0c0c0f;
}

.series-c-dark-900 .ct-series.ct-series-c .ct-slice-pie {
    fill: #0c0c0f;
}

.series-c-dark-900 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #0c0c0f;
}

.series-c-dark-900.opacity-100 .ct-series.ct-series-c .ct-area {
    fill: #0c0c0f;
    fill-opacity: 0.9;
}

.series-c-dark-900.opacity-100 .ct-series.ct-series-c .ct-line {
    stroke: #0c0c0f;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-c-dark-900.opacity-100 .ct-series.ct-series-c .ct-point {
    stroke: #0c0c0f;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-c-dark-900.opacity-100 .ct-series.ct-series-c .ct-bar {
    stroke: #0c0c0f;
    stroke-opacity: 1;
}

.series-c-dark-900.opacity-100 .ct-series.ct-series-c .ct-slice-pie {
    fill: #0c0c0f;
    fill-opacity: 1;
}

.series-c-dark-900.opacity-100 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #0c0c0f;
    stroke-opacity: 1;
}

.series-c-default .ct-series.ct-series-c .ct-area {
    fill: #5bc0de;
}

.series-c-default .ct-series.ct-series-c .ct-line {
    stroke: #5bc0de;
    stroke-width: 3px;
}

.series-c-default .ct-series.ct-series-c .ct-point {
    stroke: #5bc0de;
    stroke-width: 6px;
}

.series-c-default .ct-series.ct-series-c .ct-bar {
    stroke: #5bc0de;
}

.series-c-default .ct-series.ct-series-c .ct-slice-pie {
    fill: #5bc0de;
}

.series-c-default .ct-series.ct-series-c .ct-slice-donut {
    stroke: #5bc0de;
}

.series-c-default.opacity-100 .ct-series.ct-series-c .ct-area {
    fill: #5bc0de;
    fill-opacity: 0.9;
}

.series-c-default.opacity-100 .ct-series.ct-series-c .ct-line {
    stroke: #5bc0de;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-c-default.opacity-100 .ct-series.ct-series-c .ct-point {
    stroke: #5bc0de;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-c-default.opacity-100 .ct-series.ct-series-c .ct-bar {
    stroke: #5bc0de;
    stroke-opacity: 1;
}

.series-c-default.opacity-100 .ct-series.ct-series-c .ct-slice-pie {
    fill: #5bc0de;
    fill-opacity: 1;
}

.series-c-default.opacity-100 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #5bc0de;
    stroke-opacity: 1;
}

.series-c-default-100 .ct-series.ct-series-c .ct-area {
    fill: #8ed4e8;
}

.series-c-default-100 .ct-series.ct-series-c .ct-line {
    stroke: #8ed4e8;
    stroke-width: 3px;
}

.series-c-default-100 .ct-series.ct-series-c .ct-point {
    stroke: #8ed4e8;
    stroke-width: 6px;
}

.series-c-default-100 .ct-series.ct-series-c .ct-bar {
    stroke: #8ed4e8;
}

.series-c-default-100 .ct-series.ct-series-c .ct-slice-pie {
    fill: #8ed4e8;
}

.series-c-default-100 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #8ed4e8;
}

.series-c-default-100.opacity-100 .ct-series.ct-series-c .ct-area {
    fill: #8ed4e8;
    fill-opacity: 0.9;
}

.series-c-default-100.opacity-100 .ct-series.ct-series-c .ct-line {
    stroke: #8ed4e8;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-c-default-100.opacity-100 .ct-series.ct-series-c .ct-point {
    stroke: #8ed4e8;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-c-default-100.opacity-100 .ct-series.ct-series-c .ct-bar {
    stroke: #8ed4e8;
    stroke-opacity: 1;
}

.series-c-default-100.opacity-100 .ct-series.ct-series-c .ct-slice-pie {
    fill: #8ed4e8;
    fill-opacity: 1;
}

.series-c-default-100.opacity-100 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #8ed4e8;
    stroke-opacity: 1;
}

.series-c-default-200 .ct-series.ct-series-c .ct-area {
    fill: #81cfe6;
}

.series-c-default-200 .ct-series.ct-series-c .ct-line {
    stroke: #81cfe6;
    stroke-width: 3px;
}

.series-c-default-200 .ct-series.ct-series-c .ct-point {
    stroke: #81cfe6;
    stroke-width: 6px;
}

.series-c-default-200 .ct-series.ct-series-c .ct-bar {
    stroke: #81cfe6;
}

.series-c-default-200 .ct-series.ct-series-c .ct-slice-pie {
    fill: #81cfe6;
}

.series-c-default-200 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #81cfe6;
}

.series-c-default-200.opacity-100 .ct-series.ct-series-c .ct-area {
    fill: #81cfe6;
    fill-opacity: 0.9;
}

.series-c-default-200.opacity-100 .ct-series.ct-series-c .ct-line {
    stroke: #81cfe6;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-c-default-200.opacity-100 .ct-series.ct-series-c .ct-point {
    stroke: #81cfe6;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-c-default-200.opacity-100 .ct-series.ct-series-c .ct-bar {
    stroke: #81cfe6;
    stroke-opacity: 1;
}

.series-c-default-200.opacity-100 .ct-series.ct-series-c .ct-slice-pie {
    fill: #81cfe6;
    fill-opacity: 1;
}

.series-c-default-200.opacity-100 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #81cfe6;
    stroke-opacity: 1;
}

.series-c-default-300 .ct-series.ct-series-c .ct-area {
    fill: #74cae3;
}

.series-c-default-300 .ct-series.ct-series-c .ct-line {
    stroke: #74cae3;
    stroke-width: 3px;
}

.series-c-default-300 .ct-series.ct-series-c .ct-point {
    stroke: #74cae3;
    stroke-width: 6px;
}

.series-c-default-300 .ct-series.ct-series-c .ct-bar {
    stroke: #74cae3;
}

.series-c-default-300 .ct-series.ct-series-c .ct-slice-pie {
    fill: #74cae3;
}

.series-c-default-300 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #74cae3;
}

.series-c-default-300.opacity-100 .ct-series.ct-series-c .ct-area {
    fill: #74cae3;
    fill-opacity: 0.9;
}

.series-c-default-300.opacity-100 .ct-series.ct-series-c .ct-line {
    stroke: #74cae3;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-c-default-300.opacity-100 .ct-series.ct-series-c .ct-point {
    stroke: #74cae3;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-c-default-300.opacity-100 .ct-series.ct-series-c .ct-bar {
    stroke: #74cae3;
    stroke-opacity: 1;
}

.series-c-default-300.opacity-100 .ct-series.ct-series-c .ct-slice-pie {
    fill: #74cae3;
    fill-opacity: 1;
}

.series-c-default-300.opacity-100 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #74cae3;
    stroke-opacity: 1;
}

.series-c-default-400 .ct-series.ct-series-c .ct-area {
    fill: #68c5e1;
}

.series-c-default-400 .ct-series.ct-series-c .ct-line {
    stroke: #68c5e1;
    stroke-width: 3px;
}

.series-c-default-400 .ct-series.ct-series-c .ct-point {
    stroke: #68c5e1;
    stroke-width: 6px;
}

.series-c-default-400 .ct-series.ct-series-c .ct-bar {
    stroke: #68c5e1;
}

.series-c-default-400 .ct-series.ct-series-c .ct-slice-pie {
    fill: #68c5e1;
}

.series-c-default-400 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #68c5e1;
}

.series-c-default-400.opacity-100 .ct-series.ct-series-c .ct-area {
    fill: #68c5e1;
    fill-opacity: 0.9;
}

.series-c-default-400.opacity-100 .ct-series.ct-series-c .ct-line {
    stroke: #68c5e1;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-c-default-400.opacity-100 .ct-series.ct-series-c .ct-point {
    stroke: #68c5e1;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-c-default-400.opacity-100 .ct-series.ct-series-c .ct-bar {
    stroke: #68c5e1;
    stroke-opacity: 1;
}

.series-c-default-400.opacity-100 .ct-series.ct-series-c .ct-slice-pie {
    fill: #68c5e1;
    fill-opacity: 1;
}

.series-c-default-400.opacity-100 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #68c5e1;
    stroke-opacity: 1;
}

.series-c-default-500 .ct-series.ct-series-c .ct-area {
    fill: #5bc0de;
}

.series-c-default-500 .ct-series.ct-series-c .ct-line {
    stroke: #5bc0de;
    stroke-width: 3px;
}

.series-c-default-500 .ct-series.ct-series-c .ct-point {
    stroke: #5bc0de;
    stroke-width: 6px;
}

.series-c-default-500 .ct-series.ct-series-c .ct-bar {
    stroke: #5bc0de;
}

.series-c-default-500 .ct-series.ct-series-c .ct-slice-pie {
    fill: #5bc0de;
}

.series-c-default-500 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #5bc0de;
}

.series-c-default-500.opacity-100 .ct-series.ct-series-c .ct-area {
    fill: #5bc0de;
    fill-opacity: 0.9;
}

.series-c-default-500.opacity-100 .ct-series.ct-series-c .ct-line {
    stroke: #5bc0de;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-c-default-500.opacity-100 .ct-series.ct-series-c .ct-point {
    stroke: #5bc0de;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-c-default-500.opacity-100 .ct-series.ct-series-c .ct-bar {
    stroke: #5bc0de;
    stroke-opacity: 1;
}

.series-c-default-500.opacity-100 .ct-series.ct-series-c .ct-slice-pie {
    fill: #5bc0de;
    fill-opacity: 1;
}

.series-c-default-500.opacity-100 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #5bc0de;
    stroke-opacity: 1;
}

.series-c-default-600 .ct-series.ct-series-c .ct-area {
    fill: #4ebbdb;
}

.series-c-default-600 .ct-series.ct-series-c .ct-line {
    stroke: #4ebbdb;
    stroke-width: 3px;
}

.series-c-default-600 .ct-series.ct-series-c .ct-point {
    stroke: #4ebbdb;
    stroke-width: 6px;
}

.series-c-default-600 .ct-series.ct-series-c .ct-bar {
    stroke: #4ebbdb;
}

.series-c-default-600 .ct-series.ct-series-c .ct-slice-pie {
    fill: #4ebbdb;
}

.series-c-default-600 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #4ebbdb;
}

.series-c-default-600.opacity-100 .ct-series.ct-series-c .ct-area {
    fill: #4ebbdb;
    fill-opacity: 0.9;
}

.series-c-default-600.opacity-100 .ct-series.ct-series-c .ct-line {
    stroke: #4ebbdb;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-c-default-600.opacity-100 .ct-series.ct-series-c .ct-point {
    stroke: #4ebbdb;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-c-default-600.opacity-100 .ct-series.ct-series-c .ct-bar {
    stroke: #4ebbdb;
    stroke-opacity: 1;
}

.series-c-default-600.opacity-100 .ct-series.ct-series-c .ct-slice-pie {
    fill: #4ebbdb;
    fill-opacity: 1;
}

.series-c-default-600.opacity-100 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #4ebbdb;
    stroke-opacity: 1;
}

.series-c-default-700 .ct-series.ct-series-c .ct-area {
    fill: #42b6d9;
}

.series-c-default-700 .ct-series.ct-series-c .ct-line {
    stroke: #42b6d9;
    stroke-width: 3px;
}

.series-c-default-700 .ct-series.ct-series-c .ct-point {
    stroke: #42b6d9;
    stroke-width: 6px;
}

.series-c-default-700 .ct-series.ct-series-c .ct-bar {
    stroke: #42b6d9;
}

.series-c-default-700 .ct-series.ct-series-c .ct-slice-pie {
    fill: #42b6d9;
}

.series-c-default-700 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #42b6d9;
}

.series-c-default-700.opacity-100 .ct-series.ct-series-c .ct-area {
    fill: #42b6d9;
    fill-opacity: 0.9;
}

.series-c-default-700.opacity-100 .ct-series.ct-series-c .ct-line {
    stroke: #42b6d9;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-c-default-700.opacity-100 .ct-series.ct-series-c .ct-point {
    stroke: #42b6d9;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-c-default-700.opacity-100 .ct-series.ct-series-c .ct-bar {
    stroke: #42b6d9;
    stroke-opacity: 1;
}

.series-c-default-700.opacity-100 .ct-series.ct-series-c .ct-slice-pie {
    fill: #42b6d9;
    fill-opacity: 1;
}

.series-c-default-700.opacity-100 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #42b6d9;
    stroke-opacity: 1;
}

.series-c-default-800 .ct-series.ct-series-c .ct-area {
    fill: #35b1d6;
}

.series-c-default-800 .ct-series.ct-series-c .ct-line {
    stroke: #35b1d6;
    stroke-width: 3px;
}

.series-c-default-800 .ct-series.ct-series-c .ct-point {
    stroke: #35b1d6;
    stroke-width: 6px;
}

.series-c-default-800 .ct-series.ct-series-c .ct-bar {
    stroke: #35b1d6;
}

.series-c-default-800 .ct-series.ct-series-c .ct-slice-pie {
    fill: #35b1d6;
}

.series-c-default-800 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #35b1d6;
}

.series-c-default-800.opacity-100 .ct-series.ct-series-c .ct-area {
    fill: #35b1d6;
    fill-opacity: 0.9;
}

.series-c-default-800.opacity-100 .ct-series.ct-series-c .ct-line {
    stroke: #35b1d6;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-c-default-800.opacity-100 .ct-series.ct-series-c .ct-point {
    stroke: #35b1d6;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-c-default-800.opacity-100 .ct-series.ct-series-c .ct-bar {
    stroke: #35b1d6;
    stroke-opacity: 1;
}

.series-c-default-800.opacity-100 .ct-series.ct-series-c .ct-slice-pie {
    fill: #35b1d6;
    fill-opacity: 1;
}

.series-c-default-800.opacity-100 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #35b1d6;
    stroke-opacity: 1;
}

.series-c-default-900 .ct-series.ct-series-c .ct-area {
    fill: #2aabd2;
}

.series-c-default-900 .ct-series.ct-series-c .ct-line {
    stroke: #2aabd2;
    stroke-width: 3px;
}

.series-c-default-900 .ct-series.ct-series-c .ct-point {
    stroke: #2aabd2;
    stroke-width: 6px;
}

.series-c-default-900 .ct-series.ct-series-c .ct-bar {
    stroke: #2aabd2;
}

.series-c-default-900 .ct-series.ct-series-c .ct-slice-pie {
    fill: #2aabd2;
}

.series-c-default-900 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #2aabd2;
}

.series-c-default-900.opacity-100 .ct-series.ct-series-c .ct-area {
    fill: #2aabd2;
    fill-opacity: 0.9;
}

.series-c-default-900.opacity-100 .ct-series.ct-series-c .ct-line {
    stroke: #2aabd2;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-c-default-900.opacity-100 .ct-series.ct-series-c .ct-point {
    stroke: #2aabd2;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-c-default-900.opacity-100 .ct-series.ct-series-c .ct-bar {
    stroke: #2aabd2;
    stroke-opacity: 1;
}

.series-c-default-900.opacity-100 .ct-series.ct-series-c .ct-slice-pie {
    fill: #2aabd2;
    fill-opacity: 1;
}

.series-c-default-900.opacity-100 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #2aabd2;
    stroke-opacity: 1;
}

.series-c-primary .ct-series.ct-series-c .ct-area {
    fill: #0275d8;
}

.series-c-primary .ct-series.ct-series-c .ct-line {
    stroke: #0275d8;
    stroke-width: 3px;
}

.series-c-primary .ct-series.ct-series-c .ct-point {
    stroke: #0275d8;
    stroke-width: 6px;
}

.series-c-primary .ct-series.ct-series-c .ct-bar {
    stroke: #0275d8;
}

.series-c-primary .ct-series.ct-series-c .ct-slice-pie {
    fill: #0275d8;
}

.series-c-primary .ct-series.ct-series-c .ct-slice-donut {
    stroke: #0275d8;
}

.series-c-primary.opacity-100 .ct-series.ct-series-c .ct-area {
    fill: #0275d8;
    fill-opacity: 0.9;
}

.series-c-primary.opacity-100 .ct-series.ct-series-c .ct-line {
    stroke: #0275d8;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-c-primary.opacity-100 .ct-series.ct-series-c .ct-point {
    stroke: #0275d8;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-c-primary.opacity-100 .ct-series.ct-series-c .ct-bar {
    stroke: #0275d8;
    stroke-opacity: 1;
}

.series-c-primary.opacity-100 .ct-series.ct-series-c .ct-slice-pie {
    fill: #0275d8;
    fill-opacity: 1;
}

.series-c-primary.opacity-100 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #0275d8;
    stroke-opacity: 1;
}

.series-c-primary-100 .ct-series.ct-series-c .ct-area {
    fill: #1a94fd;
}

.series-c-primary-100 .ct-series.ct-series-c .ct-line {
    stroke: #1a94fd;
    stroke-width: 3px;
}

.series-c-primary-100 .ct-series.ct-series-c .ct-point {
    stroke: #1a94fd;
    stroke-width: 6px;
}

.series-c-primary-100 .ct-series.ct-series-c .ct-bar {
    stroke: #1a94fd;
}

.series-c-primary-100 .ct-series.ct-series-c .ct-slice-pie {
    fill: #1a94fd;
}

.series-c-primary-100 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #1a94fd;
}

.series-c-primary-100.opacity-100 .ct-series.ct-series-c .ct-area {
    fill: #1a94fd;
    fill-opacity: 0.9;
}

.series-c-primary-100.opacity-100 .ct-series.ct-series-c .ct-line {
    stroke: #1a94fd;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-c-primary-100.opacity-100 .ct-series.ct-series-c .ct-point {
    stroke: #1a94fd;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-c-primary-100.opacity-100 .ct-series.ct-series-c .ct-bar {
    stroke: #1a94fd;
    stroke-opacity: 1;
}

.series-c-primary-100.opacity-100 .ct-series.ct-series-c .ct-slice-pie {
    fill: #1a94fd;
    fill-opacity: 1;
}

.series-c-primary-100.opacity-100 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #1a94fd;
    stroke-opacity: 1;
}

.series-c-primary-200 .ct-series.ct-series-c .ct-area {
    fill: #0b8dfd;
}

.series-c-primary-200 .ct-series.ct-series-c .ct-line {
    stroke: #0b8dfd;
    stroke-width: 3px;
}

.series-c-primary-200 .ct-series.ct-series-c .ct-point {
    stroke: #0b8dfd;
    stroke-width: 6px;
}

.series-c-primary-200 .ct-series.ct-series-c .ct-bar {
    stroke: #0b8dfd;
}

.series-c-primary-200 .ct-series.ct-series-c .ct-slice-pie {
    fill: #0b8dfd;
}

.series-c-primary-200 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #0b8dfd;
}

.series-c-primary-200.opacity-100 .ct-series.ct-series-c .ct-area {
    fill: #0b8dfd;
    fill-opacity: 0.9;
}

.series-c-primary-200.opacity-100 .ct-series.ct-series-c .ct-line {
    stroke: #0b8dfd;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-c-primary-200.opacity-100 .ct-series.ct-series-c .ct-point {
    stroke: #0b8dfd;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-c-primary-200.opacity-100 .ct-series.ct-series-c .ct-bar {
    stroke: #0b8dfd;
    stroke-opacity: 1;
}

.series-c-primary-200.opacity-100 .ct-series.ct-series-c .ct-slice-pie {
    fill: #0b8dfd;
    fill-opacity: 1;
}

.series-c-primary-200.opacity-100 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #0b8dfd;
    stroke-opacity: 1;
}

.series-c-primary-300 .ct-series.ct-series-c .ct-area {
    fill: #0285f6;
}

.series-c-primary-300 .ct-series.ct-series-c .ct-line {
    stroke: #0285f6;
    stroke-width: 3px;
}

.series-c-primary-300 .ct-series.ct-series-c .ct-point {
    stroke: #0285f6;
    stroke-width: 6px;
}

.series-c-primary-300 .ct-series.ct-series-c .ct-bar {
    stroke: #0285f6;
}

.series-c-primary-300 .ct-series.ct-series-c .ct-slice-pie {
    fill: #0285f6;
}

.series-c-primary-300 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #0285f6;
}

.series-c-primary-300.opacity-100 .ct-series.ct-series-c .ct-area {
    fill: #0285f6;
    fill-opacity: 0.9;
}

.series-c-primary-300.opacity-100 .ct-series.ct-series-c .ct-line {
    stroke: #0285f6;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-c-primary-300.opacity-100 .ct-series.ct-series-c .ct-point {
    stroke: #0285f6;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-c-primary-300.opacity-100 .ct-series.ct-series-c .ct-bar {
    stroke: #0285f6;
    stroke-opacity: 1;
}

.series-c-primary-300.opacity-100 .ct-series.ct-series-c .ct-slice-pie {
    fill: #0285f6;
    fill-opacity: 1;
}

.series-c-primary-300.opacity-100 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #0285f6;
    stroke-opacity: 1;
}

.series-c-primary-400 .ct-series.ct-series-c .ct-area {
    fill: #027de7;
}

.series-c-primary-400 .ct-series.ct-series-c .ct-line {
    stroke: #027de7;
    stroke-width: 3px;
}

.series-c-primary-400 .ct-series.ct-series-c .ct-point {
    stroke: #027de7;
    stroke-width: 6px;
}

.series-c-primary-400 .ct-series.ct-series-c .ct-bar {
    stroke: #027de7;
}

.series-c-primary-400 .ct-series.ct-series-c .ct-slice-pie {
    fill: #027de7;
}

.series-c-primary-400 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #027de7;
}

.series-c-primary-400.opacity-100 .ct-series.ct-series-c .ct-area {
    fill: #027de7;
    fill-opacity: 0.9;
}

.series-c-primary-400.opacity-100 .ct-series.ct-series-c .ct-line {
    stroke: #027de7;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-c-primary-400.opacity-100 .ct-series.ct-series-c .ct-point {
    stroke: #027de7;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-c-primary-400.opacity-100 .ct-series.ct-series-c .ct-bar {
    stroke: #027de7;
    stroke-opacity: 1;
}

.series-c-primary-400.opacity-100 .ct-series.ct-series-c .ct-slice-pie {
    fill: #027de7;
    fill-opacity: 1;
}

.series-c-primary-400.opacity-100 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #027de7;
    stroke-opacity: 1;
}

.series-c-primary-500 .ct-series.ct-series-c .ct-area {
    fill: #0275d8;
}

.series-c-primary-500 .ct-series.ct-series-c .ct-line {
    stroke: #0275d8;
    stroke-width: 3px;
}

.series-c-primary-500 .ct-series.ct-series-c .ct-point {
    stroke: #0275d8;
    stroke-width: 6px;
}

.series-c-primary-500 .ct-series.ct-series-c .ct-bar {
    stroke: #0275d8;
}

.series-c-primary-500 .ct-series.ct-series-c .ct-slice-pie {
    fill: #0275d8;
}

.series-c-primary-500 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #0275d8;
}

.series-c-primary-500.opacity-100 .ct-series.ct-series-c .ct-area {
    fill: #0275d8;
    fill-opacity: 0.9;
}

.series-c-primary-500.opacity-100 .ct-series.ct-series-c .ct-line {
    stroke: #0275d8;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-c-primary-500.opacity-100 .ct-series.ct-series-c .ct-point {
    stroke: #0275d8;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-c-primary-500.opacity-100 .ct-series.ct-series-c .ct-bar {
    stroke: #0275d8;
    stroke-opacity: 1;
}

.series-c-primary-500.opacity-100 .ct-series.ct-series-c .ct-slice-pie {
    fill: #0275d8;
    fill-opacity: 1;
}

.series-c-primary-500.opacity-100 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #0275d8;
    stroke-opacity: 1;
}

.series-c-primary-600 .ct-series.ct-series-c .ct-area {
    fill: #026dc9;
}

.series-c-primary-600 .ct-series.ct-series-c .ct-line {
    stroke: #026dc9;
    stroke-width: 3px;
}

.series-c-primary-600 .ct-series.ct-series-c .ct-point {
    stroke: #026dc9;
    stroke-width: 6px;
}

.series-c-primary-600 .ct-series.ct-series-c .ct-bar {
    stroke: #026dc9;
}

.series-c-primary-600 .ct-series.ct-series-c .ct-slice-pie {
    fill: #026dc9;
}

.series-c-primary-600 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #026dc9;
}

.series-c-primary-600.opacity-100 .ct-series.ct-series-c .ct-area {
    fill: #026dc9;
    fill-opacity: 0.9;
}

.series-c-primary-600.opacity-100 .ct-series.ct-series-c .ct-line {
    stroke: #026dc9;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-c-primary-600.opacity-100 .ct-series.ct-series-c .ct-point {
    stroke: #026dc9;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-c-primary-600.opacity-100 .ct-series.ct-series-c .ct-bar {
    stroke: #026dc9;
    stroke-opacity: 1;
}

.series-c-primary-600.opacity-100 .ct-series.ct-series-c .ct-slice-pie {
    fill: #026dc9;
    fill-opacity: 1;
}

.series-c-primary-600.opacity-100 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #026dc9;
    stroke-opacity: 1;
}

.series-c-primary-700 .ct-series.ct-series-c .ct-area {
    fill: #0265ba;
}

.series-c-primary-700 .ct-series.ct-series-c .ct-line {
    stroke: #0265ba;
    stroke-width: 3px;
}

.series-c-primary-700 .ct-series.ct-series-c .ct-point {
    stroke: #0265ba;
    stroke-width: 6px;
}

.series-c-primary-700 .ct-series.ct-series-c .ct-bar {
    stroke: #0265ba;
}

.series-c-primary-700 .ct-series.ct-series-c .ct-slice-pie {
    fill: #0265ba;
}

.series-c-primary-700 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #0265ba;
}

.series-c-primary-700.opacity-100 .ct-series.ct-series-c .ct-area {
    fill: #0265ba;
    fill-opacity: 0.9;
}

.series-c-primary-700.opacity-100 .ct-series.ct-series-c .ct-line {
    stroke: #0265ba;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-c-primary-700.opacity-100 .ct-series.ct-series-c .ct-point {
    stroke: #0265ba;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-c-primary-700.opacity-100 .ct-series.ct-series-c .ct-bar {
    stroke: #0265ba;
    stroke-opacity: 1;
}

.series-c-primary-700.opacity-100 .ct-series.ct-series-c .ct-slice-pie {
    fill: #0265ba;
    fill-opacity: 1;
}

.series-c-primary-700.opacity-100 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #0265ba;
    stroke-opacity: 1;
}

.series-c-primary-800 .ct-series.ct-series-c .ct-area {
    fill: #025cab;
}

.series-c-primary-800 .ct-series.ct-series-c .ct-line {
    stroke: #025cab;
    stroke-width: 3px;
}

.series-c-primary-800 .ct-series.ct-series-c .ct-point {
    stroke: #025cab;
    stroke-width: 6px;
}

.series-c-primary-800 .ct-series.ct-series-c .ct-bar {
    stroke: #025cab;
}

.series-c-primary-800 .ct-series.ct-series-c .ct-slice-pie {
    fill: #025cab;
}

.series-c-primary-800 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #025cab;
}

.series-c-primary-800.opacity-100 .ct-series.ct-series-c .ct-area {
    fill: #025cab;
    fill-opacity: 0.9;
}

.series-c-primary-800.opacity-100 .ct-series.ct-series-c .ct-line {
    stroke: #025cab;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-c-primary-800.opacity-100 .ct-series.ct-series-c .ct-point {
    stroke: #025cab;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-c-primary-800.opacity-100 .ct-series.ct-series-c .ct-bar {
    stroke: #025cab;
    stroke-opacity: 1;
}

.series-c-primary-800.opacity-100 .ct-series.ct-series-c .ct-slice-pie {
    fill: #025cab;
    fill-opacity: 1;
}

.series-c-primary-800.opacity-100 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #025cab;
    stroke-opacity: 1;
}

.series-c-primary-900 .ct-series.ct-series-c .ct-area {
    fill: #01549b;
}

.series-c-primary-900 .ct-series.ct-series-c .ct-line {
    stroke: #01549b;
    stroke-width: 3px;
}

.series-c-primary-900 .ct-series.ct-series-c .ct-point {
    stroke: #01549b;
    stroke-width: 6px;
}

.series-c-primary-900 .ct-series.ct-series-c .ct-bar {
    stroke: #01549b;
}

.series-c-primary-900 .ct-series.ct-series-c .ct-slice-pie {
    fill: #01549b;
}

.series-c-primary-900 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #01549b;
}

.series-c-primary-900.opacity-100 .ct-series.ct-series-c .ct-area {
    fill: #01549b;
    fill-opacity: 0.9;
}

.series-c-primary-900.opacity-100 .ct-series.ct-series-c .ct-line {
    stroke: #01549b;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-c-primary-900.opacity-100 .ct-series.ct-series-c .ct-point {
    stroke: #01549b;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-c-primary-900.opacity-100 .ct-series.ct-series-c .ct-bar {
    stroke: #01549b;
    stroke-opacity: 1;
}

.series-c-primary-900.opacity-100 .ct-series.ct-series-c .ct-slice-pie {
    fill: #01549b;
    fill-opacity: 1;
}

.series-c-primary-900.opacity-100 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #01549b;
    stroke-opacity: 1;
}

.series-c-info .ct-series.ct-series-c .ct-area {
    fill: #00aced;
}

.series-c-info .ct-series.ct-series-c .ct-line {
    stroke: #00aced;
    stroke-width: 3px;
}

.series-c-info .ct-series.ct-series-c .ct-point {
    stroke: #00aced;
    stroke-width: 6px;
}

.series-c-info .ct-series.ct-series-c .ct-bar {
    stroke: #00aced;
}

.series-c-info .ct-series.ct-series-c .ct-slice-pie {
    fill: #00aced;
}

.series-c-info .ct-series.ct-series-c .ct-slice-donut {
    stroke: #00aced;
}

.series-c-info.opacity-100 .ct-series.ct-series-c .ct-area {
    fill: #00aced;
    fill-opacity: 0.9;
}

.series-c-info.opacity-100 .ct-series.ct-series-c .ct-line {
    stroke: #00aced;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-c-info.opacity-100 .ct-series.ct-series-c .ct-point {
    stroke: #00aced;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-c-info.opacity-100 .ct-series.ct-series-c .ct-bar {
    stroke: #00aced;
    stroke-opacity: 1;
}

.series-c-info.opacity-100 .ct-series.ct-series-c .ct-slice-pie {
    fill: #00aced;
    fill-opacity: 1;
}

.series-c-info.opacity-100 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #00aced;
    stroke-opacity: 1;
}

.series-c-info-100 .ct-series.ct-series-c .ct-area {
    fill: #2bc5ff;
}

.series-c-info-100 .ct-series.ct-series-c .ct-line {
    stroke: #2bc5ff;
    stroke-width: 3px;
}

.series-c-info-100 .ct-series.ct-series-c .ct-point {
    stroke: #2bc5ff;
    stroke-width: 6px;
}

.series-c-info-100 .ct-series.ct-series-c .ct-bar {
    stroke: #2bc5ff;
}

.series-c-info-100 .ct-series.ct-series-c .ct-slice-pie {
    fill: #2bc5ff;
}

.series-c-info-100 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #2bc5ff;
}

.series-c-info-100.opacity-100 .ct-series.ct-series-c .ct-area {
    fill: #2bc5ff;
    fill-opacity: 0.9;
}

.series-c-info-100.opacity-100 .ct-series.ct-series-c .ct-line {
    stroke: #2bc5ff;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-c-info-100.opacity-100 .ct-series.ct-series-c .ct-point {
    stroke: #2bc5ff;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-c-info-100.opacity-100 .ct-series.ct-series-c .ct-bar {
    stroke: #2bc5ff;
    stroke-opacity: 1;
}

.series-c-info-100.opacity-100 .ct-series.ct-series-c .ct-slice-pie {
    fill: #2bc5ff;
    fill-opacity: 1;
}

.series-c-info-100.opacity-100 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #2bc5ff;
    stroke-opacity: 1;
}

.series-c-info-200 .ct-series.ct-series-c .ct-area {
    fill: #1cc1ff;
}

.series-c-info-200 .ct-series.ct-series-c .ct-line {
    stroke: #1cc1ff;
    stroke-width: 3px;
}

.series-c-info-200 .ct-series.ct-series-c .ct-point {
    stroke: #1cc1ff;
    stroke-width: 6px;
}

.series-c-info-200 .ct-series.ct-series-c .ct-bar {
    stroke: #1cc1ff;
}

.series-c-info-200 .ct-series.ct-series-c .ct-slice-pie {
    fill: #1cc1ff;
}

.series-c-info-200 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #1cc1ff;
}

.series-c-info-200.opacity-100 .ct-series.ct-series-c .ct-area {
    fill: #1cc1ff;
    fill-opacity: 0.9;
}

.series-c-info-200.opacity-100 .ct-series.ct-series-c .ct-line {
    stroke: #1cc1ff;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-c-info-200.opacity-100 .ct-series.ct-series-c .ct-point {
    stroke: #1cc1ff;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-c-info-200.opacity-100 .ct-series.ct-series-c .ct-bar {
    stroke: #1cc1ff;
    stroke-opacity: 1;
}

.series-c-info-200.opacity-100 .ct-series.ct-series-c .ct-slice-pie {
    fill: #1cc1ff;
    fill-opacity: 1;
}

.series-c-info-200.opacity-100 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #1cc1ff;
    stroke-opacity: 1;
}

.series-c-info-300 .ct-series.ct-series-c .ct-area {
    fill: #0dbdff;
}

.series-c-info-300 .ct-series.ct-series-c .ct-line {
    stroke: #0dbdff;
    stroke-width: 3px;
}

.series-c-info-300 .ct-series.ct-series-c .ct-point {
    stroke: #0dbdff;
    stroke-width: 6px;
}

.series-c-info-300 .ct-series.ct-series-c .ct-bar {
    stroke: #0dbdff;
}

.series-c-info-300 .ct-series.ct-series-c .ct-slice-pie {
    fill: #0dbdff;
}

.series-c-info-300 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #0dbdff;
}

.series-c-info-300.opacity-100 .ct-series.ct-series-c .ct-area {
    fill: #0dbdff;
    fill-opacity: 0.9;
}

.series-c-info-300.opacity-100 .ct-series.ct-series-c .ct-line {
    stroke: #0dbdff;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-c-info-300.opacity-100 .ct-series.ct-series-c .ct-point {
    stroke: #0dbdff;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-c-info-300.opacity-100 .ct-series.ct-series-c .ct-bar {
    stroke: #0dbdff;
    stroke-opacity: 1;
}

.series-c-info-300.opacity-100 .ct-series.ct-series-c .ct-slice-pie {
    fill: #0dbdff;
    fill-opacity: 1;
}

.series-c-info-300.opacity-100 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #0dbdff;
    stroke-opacity: 1;
}

.series-c-info-400 .ct-series.ct-series-c .ct-area {
    fill: #00b7fc;
}

.series-c-info-400 .ct-series.ct-series-c .ct-line {
    stroke: #00b7fc;
    stroke-width: 3px;
}

.series-c-info-400 .ct-series.ct-series-c .ct-point {
    stroke: #00b7fc;
    stroke-width: 6px;
}

.series-c-info-400 .ct-series.ct-series-c .ct-bar {
    stroke: #00b7fc;
}

.series-c-info-400 .ct-series.ct-series-c .ct-slice-pie {
    fill: #00b7fc;
}

.series-c-info-400 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #00b7fc;
}

.series-c-info-400.opacity-100 .ct-series.ct-series-c .ct-area {
    fill: #00b7fc;
    fill-opacity: 0.9;
}

.series-c-info-400.opacity-100 .ct-series.ct-series-c .ct-line {
    stroke: #00b7fc;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-c-info-400.opacity-100 .ct-series.ct-series-c .ct-point {
    stroke: #00b7fc;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-c-info-400.opacity-100 .ct-series.ct-series-c .ct-bar {
    stroke: #00b7fc;
    stroke-opacity: 1;
}

.series-c-info-400.opacity-100 .ct-series.ct-series-c .ct-slice-pie {
    fill: #00b7fc;
    fill-opacity: 1;
}

.series-c-info-400.opacity-100 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #00b7fc;
    stroke-opacity: 1;
}

.series-c-info-500 .ct-series.ct-series-c .ct-area {
    fill: #00aced;
}

.series-c-info-500 .ct-series.ct-series-c .ct-line {
    stroke: #00aced;
    stroke-width: 3px;
}

.series-c-info-500 .ct-series.ct-series-c .ct-point {
    stroke: #00aced;
    stroke-width: 6px;
}

.series-c-info-500 .ct-series.ct-series-c .ct-bar {
    stroke: #00aced;
}

.series-c-info-500 .ct-series.ct-series-c .ct-slice-pie {
    fill: #00aced;
}

.series-c-info-500 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #00aced;
}

.series-c-info-500.opacity-100 .ct-series.ct-series-c .ct-area {
    fill: #00aced;
    fill-opacity: 0.9;
}

.series-c-info-500.opacity-100 .ct-series.ct-series-c .ct-line {
    stroke: #00aced;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-c-info-500.opacity-100 .ct-series.ct-series-c .ct-point {
    stroke: #00aced;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-c-info-500.opacity-100 .ct-series.ct-series-c .ct-bar {
    stroke: #00aced;
    stroke-opacity: 1;
}

.series-c-info-500.opacity-100 .ct-series.ct-series-c .ct-slice-pie {
    fill: #00aced;
    fill-opacity: 1;
}

.series-c-info-500.opacity-100 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #00aced;
    stroke-opacity: 1;
}

.series-c-info-600 .ct-series.ct-series-c .ct-area {
    fill: #00a1de;
}

.series-c-info-600 .ct-series.ct-series-c .ct-line {
    stroke: #00a1de;
    stroke-width: 3px;
}

.series-c-info-600 .ct-series.ct-series-c .ct-point {
    stroke: #00a1de;
    stroke-width: 6px;
}

.series-c-info-600 .ct-series.ct-series-c .ct-bar {
    stroke: #00a1de;
}

.series-c-info-600 .ct-series.ct-series-c .ct-slice-pie {
    fill: #00a1de;
}

.series-c-info-600 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #00a1de;
}

.series-c-info-600.opacity-100 .ct-series.ct-series-c .ct-area {
    fill: #00a1de;
    fill-opacity: 0.9;
}

.series-c-info-600.opacity-100 .ct-series.ct-series-c .ct-line {
    stroke: #00a1de;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-c-info-600.opacity-100 .ct-series.ct-series-c .ct-point {
    stroke: #00a1de;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-c-info-600.opacity-100 .ct-series.ct-series-c .ct-bar {
    stroke: #00a1de;
    stroke-opacity: 1;
}

.series-c-info-600.opacity-100 .ct-series.ct-series-c .ct-slice-pie {
    fill: #00a1de;
    fill-opacity: 1;
}

.series-c-info-600.opacity-100 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #00a1de;
    stroke-opacity: 1;
}

.series-c-info-700 .ct-series.ct-series-c .ct-area {
    fill: #0096ce;
}

.series-c-info-700 .ct-series.ct-series-c .ct-line {
    stroke: #0096ce;
    stroke-width: 3px;
}

.series-c-info-700 .ct-series.ct-series-c .ct-point {
    stroke: #0096ce;
    stroke-width: 6px;
}

.series-c-info-700 .ct-series.ct-series-c .ct-bar {
    stroke: #0096ce;
}

.series-c-info-700 .ct-series.ct-series-c .ct-slice-pie {
    fill: #0096ce;
}

.series-c-info-700 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #0096ce;
}

.series-c-info-700.opacity-100 .ct-series.ct-series-c .ct-area {
    fill: #0096ce;
    fill-opacity: 0.9;
}

.series-c-info-700.opacity-100 .ct-series.ct-series-c .ct-line {
    stroke: #0096ce;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-c-info-700.opacity-100 .ct-series.ct-series-c .ct-point {
    stroke: #0096ce;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-c-info-700.opacity-100 .ct-series.ct-series-c .ct-bar {
    stroke: #0096ce;
    stroke-opacity: 1;
}

.series-c-info-700.opacity-100 .ct-series.ct-series-c .ct-slice-pie {
    fill: #0096ce;
    fill-opacity: 1;
}

.series-c-info-700.opacity-100 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #0096ce;
    stroke-opacity: 1;
}

.series-c-info-800 .ct-series.ct-series-c .ct-area {
    fill: #008bbf;
}

.series-c-info-800 .ct-series.ct-series-c .ct-line {
    stroke: #008bbf;
    stroke-width: 3px;
}

.series-c-info-800 .ct-series.ct-series-c .ct-point {
    stroke: #008bbf;
    stroke-width: 6px;
}

.series-c-info-800 .ct-series.ct-series-c .ct-bar {
    stroke: #008bbf;
}

.series-c-info-800 .ct-series.ct-series-c .ct-slice-pie {
    fill: #008bbf;
}

.series-c-info-800 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #008bbf;
}

.series-c-info-800.opacity-100 .ct-series.ct-series-c .ct-area {
    fill: #008bbf;
    fill-opacity: 0.9;
}

.series-c-info-800.opacity-100 .ct-series.ct-series-c .ct-line {
    stroke: #008bbf;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-c-info-800.opacity-100 .ct-series.ct-series-c .ct-point {
    stroke: #008bbf;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-c-info-800.opacity-100 .ct-series.ct-series-c .ct-bar {
    stroke: #008bbf;
    stroke-opacity: 1;
}

.series-c-info-800.opacity-100 .ct-series.ct-series-c .ct-slice-pie {
    fill: #008bbf;
    fill-opacity: 1;
}

.series-c-info-800.opacity-100 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #008bbf;
    stroke-opacity: 1;
}

.series-c-info-900 .ct-series.ct-series-c .ct-area {
    fill: #0080b0;
}

.series-c-info-900 .ct-series.ct-series-c .ct-line {
    stroke: #0080b0;
    stroke-width: 3px;
}

.series-c-info-900 .ct-series.ct-series-c .ct-point {
    stroke: #0080b0;
    stroke-width: 6px;
}

.series-c-info-900 .ct-series.ct-series-c .ct-bar {
    stroke: #0080b0;
}

.series-c-info-900 .ct-series.ct-series-c .ct-slice-pie {
    fill: #0080b0;
}

.series-c-info-900 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #0080b0;
}

.series-c-info-900.opacity-100 .ct-series.ct-series-c .ct-area {
    fill: #0080b0;
    fill-opacity: 0.9;
}

.series-c-info-900.opacity-100 .ct-series.ct-series-c .ct-line {
    stroke: #0080b0;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-c-info-900.opacity-100 .ct-series.ct-series-c .ct-point {
    stroke: #0080b0;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-c-info-900.opacity-100 .ct-series.ct-series-c .ct-bar {
    stroke: #0080b0;
    stroke-opacity: 1;
}

.series-c-info-900.opacity-100 .ct-series.ct-series-c .ct-slice-pie {
    fill: #0080b0;
    fill-opacity: 1;
}

.series-c-info-900.opacity-100 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #0080b0;
    stroke-opacity: 1;
}

.series-c-warning .ct-series.ct-series-c .ct-area {
    fill: #f0ad4e;
}

.series-c-warning .ct-series.ct-series-c .ct-line {
    stroke: #f0ad4e;
    stroke-width: 3px;
}

.series-c-warning .ct-series.ct-series-c .ct-point {
    stroke: #f0ad4e;
    stroke-width: 6px;
}

.series-c-warning .ct-series.ct-series-c .ct-bar {
    stroke: #f0ad4e;
}

.series-c-warning .ct-series.ct-series-c .ct-slice-pie {
    fill: #f0ad4e;
}

.series-c-warning .ct-series.ct-series-c .ct-slice-donut {
    stroke: #f0ad4e;
}

.series-c-warning.opacity-100 .ct-series.ct-series-c .ct-area {
    fill: #f0ad4e;
    fill-opacity: 0.9;
}

.series-c-warning.opacity-100 .ct-series.ct-series-c .ct-line {
    stroke: #f0ad4e;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-c-warning.opacity-100 .ct-series.ct-series-c .ct-point {
    stroke: #f0ad4e;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-c-warning.opacity-100 .ct-series.ct-series-c .ct-bar {
    stroke: #f0ad4e;
    stroke-opacity: 1;
}

.series-c-warning.opacity-100 .ct-series.ct-series-c .ct-slice-pie {
    fill: #f0ad4e;
    fill-opacity: 1;
}

.series-c-warning.opacity-100 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #f0ad4e;
    stroke-opacity: 1;
}

.series-c-warning-100 .ct-series.ct-series-c .ct-area {
    fill: #f5c786;
}

.series-c-warning-100 .ct-series.ct-series-c .ct-line {
    stroke: #f5c786;
    stroke-width: 3px;
}

.series-c-warning-100 .ct-series.ct-series-c .ct-point {
    stroke: #f5c786;
    stroke-width: 6px;
}

.series-c-warning-100 .ct-series.ct-series-c .ct-bar {
    stroke: #f5c786;
}

.series-c-warning-100 .ct-series.ct-series-c .ct-slice-pie {
    fill: #f5c786;
}

.series-c-warning-100 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #f5c786;
}

.series-c-warning-100.opacity-100 .ct-series.ct-series-c .ct-area {
    fill: #f5c786;
    fill-opacity: 0.9;
}

.series-c-warning-100.opacity-100 .ct-series.ct-series-c .ct-line {
    stroke: #f5c786;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-c-warning-100.opacity-100 .ct-series.ct-series-c .ct-point {
    stroke: #f5c786;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-c-warning-100.opacity-100 .ct-series.ct-series-c .ct-bar {
    stroke: #f5c786;
    stroke-opacity: 1;
}

.series-c-warning-100.opacity-100 .ct-series.ct-series-c .ct-slice-pie {
    fill: #f5c786;
    fill-opacity: 1;
}

.series-c-warning-100.opacity-100 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #f5c786;
    stroke-opacity: 1;
}

.series-c-warning-200 .ct-series.ct-series-c .ct-area {
    fill: #f4c178;
}

.series-c-warning-200 .ct-series.ct-series-c .ct-line {
    stroke: #f4c178;
    stroke-width: 3px;
}

.series-c-warning-200 .ct-series.ct-series-c .ct-point {
    stroke: #f4c178;
    stroke-width: 6px;
}

.series-c-warning-200 .ct-series.ct-series-c .ct-bar {
    stroke: #f4c178;
}

.series-c-warning-200 .ct-series.ct-series-c .ct-slice-pie {
    fill: #f4c178;
}

.series-c-warning-200 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #f4c178;
}

.series-c-warning-200.opacity-100 .ct-series.ct-series-c .ct-area {
    fill: #f4c178;
    fill-opacity: 0.9;
}

.series-c-warning-200.opacity-100 .ct-series.ct-series-c .ct-line {
    stroke: #f4c178;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-c-warning-200.opacity-100 .ct-series.ct-series-c .ct-point {
    stroke: #f4c178;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-c-warning-200.opacity-100 .ct-series.ct-series-c .ct-bar {
    stroke: #f4c178;
    stroke-opacity: 1;
}

.series-c-warning-200.opacity-100 .ct-series.ct-series-c .ct-slice-pie {
    fill: #f4c178;
    fill-opacity: 1;
}

.series-c-warning-200.opacity-100 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #f4c178;
    stroke-opacity: 1;
}

.series-c-warning-300 .ct-series.ct-series-c .ct-area {
    fill: #f2ba6a;
}

.series-c-warning-300 .ct-series.ct-series-c .ct-line {
    stroke: #f2ba6a;
    stroke-width: 3px;
}

.series-c-warning-300 .ct-series.ct-series-c .ct-point {
    stroke: #f2ba6a;
    stroke-width: 6px;
}

.series-c-warning-300 .ct-series.ct-series-c .ct-bar {
    stroke: #f2ba6a;
}

.series-c-warning-300 .ct-series.ct-series-c .ct-slice-pie {
    fill: #f2ba6a;
}

.series-c-warning-300 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #f2ba6a;
}

.series-c-warning-300.opacity-100 .ct-series.ct-series-c .ct-area {
    fill: #f2ba6a;
    fill-opacity: 0.9;
}

.series-c-warning-300.opacity-100 .ct-series.ct-series-c .ct-line {
    stroke: #f2ba6a;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-c-warning-300.opacity-100 .ct-series.ct-series-c .ct-point {
    stroke: #f2ba6a;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-c-warning-300.opacity-100 .ct-series.ct-series-c .ct-bar {
    stroke: #f2ba6a;
    stroke-opacity: 1;
}

.series-c-warning-300.opacity-100 .ct-series.ct-series-c .ct-slice-pie {
    fill: #f2ba6a;
    fill-opacity: 1;
}

.series-c-warning-300.opacity-100 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #f2ba6a;
    stroke-opacity: 1;
}

.series-c-warning-400 .ct-series.ct-series-c .ct-area {
    fill: #f1b45c;
}

.series-c-warning-400 .ct-series.ct-series-c .ct-line {
    stroke: #f1b45c;
    stroke-width: 3px;
}

.series-c-warning-400 .ct-series.ct-series-c .ct-point {
    stroke: #f1b45c;
    stroke-width: 6px;
}

.series-c-warning-400 .ct-series.ct-series-c .ct-bar {
    stroke: #f1b45c;
}

.series-c-warning-400 .ct-series.ct-series-c .ct-slice-pie {
    fill: #f1b45c;
}

.series-c-warning-400 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #f1b45c;
}

.series-c-warning-400.opacity-100 .ct-series.ct-series-c .ct-area {
    fill: #f1b45c;
    fill-opacity: 0.9;
}

.series-c-warning-400.opacity-100 .ct-series.ct-series-c .ct-line {
    stroke: #f1b45c;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-c-warning-400.opacity-100 .ct-series.ct-series-c .ct-point {
    stroke: #f1b45c;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-c-warning-400.opacity-100 .ct-series.ct-series-c .ct-bar {
    stroke: #f1b45c;
    stroke-opacity: 1;
}

.series-c-warning-400.opacity-100 .ct-series.ct-series-c .ct-slice-pie {
    fill: #f1b45c;
    fill-opacity: 1;
}

.series-c-warning-400.opacity-100 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #f1b45c;
    stroke-opacity: 1;
}

.series-c-warning-500 .ct-series.ct-series-c .ct-area {
    fill: #f0ad4e;
}

.series-c-warning-500 .ct-series.ct-series-c .ct-line {
    stroke: #f0ad4e;
    stroke-width: 3px;
}

.series-c-warning-500 .ct-series.ct-series-c .ct-point {
    stroke: #f0ad4e;
    stroke-width: 6px;
}

.series-c-warning-500 .ct-series.ct-series-c .ct-bar {
    stroke: #f0ad4e;
}

.series-c-warning-500 .ct-series.ct-series-c .ct-slice-pie {
    fill: #f0ad4e;
}

.series-c-warning-500 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #f0ad4e;
}

.series-c-warning-500.opacity-100 .ct-series.ct-series-c .ct-area {
    fill: #f0ad4e;
    fill-opacity: 0.9;
}

.series-c-warning-500.opacity-100 .ct-series.ct-series-c .ct-line {
    stroke: #f0ad4e;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-c-warning-500.opacity-100 .ct-series.ct-series-c .ct-point {
    stroke: #f0ad4e;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-c-warning-500.opacity-100 .ct-series.ct-series-c .ct-bar {
    stroke: #f0ad4e;
    stroke-opacity: 1;
}

.series-c-warning-500.opacity-100 .ct-series.ct-series-c .ct-slice-pie {
    fill: #f0ad4e;
    fill-opacity: 1;
}

.series-c-warning-500.opacity-100 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #f0ad4e;
    stroke-opacity: 1;
}

.series-c-warning-600 .ct-series.ct-series-c .ct-area {
    fill: #efa640;
}

.series-c-warning-600 .ct-series.ct-series-c .ct-line {
    stroke: #efa640;
    stroke-width: 3px;
}

.series-c-warning-600 .ct-series.ct-series-c .ct-point {
    stroke: #efa640;
    stroke-width: 6px;
}

.series-c-warning-600 .ct-series.ct-series-c .ct-bar {
    stroke: #efa640;
}

.series-c-warning-600 .ct-series.ct-series-c .ct-slice-pie {
    fill: #efa640;
}

.series-c-warning-600 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #efa640;
}

.series-c-warning-600.opacity-100 .ct-series.ct-series-c .ct-area {
    fill: #efa640;
    fill-opacity: 0.9;
}

.series-c-warning-600.opacity-100 .ct-series.ct-series-c .ct-line {
    stroke: #efa640;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-c-warning-600.opacity-100 .ct-series.ct-series-c .ct-point {
    stroke: #efa640;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-c-warning-600.opacity-100 .ct-series.ct-series-c .ct-bar {
    stroke: #efa640;
    stroke-opacity: 1;
}

.series-c-warning-600.opacity-100 .ct-series.ct-series-c .ct-slice-pie {
    fill: #efa640;
    fill-opacity: 1;
}

.series-c-warning-600.opacity-100 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #efa640;
    stroke-opacity: 1;
}

.series-c-warning-700 .ct-series.ct-series-c .ct-area {
    fill: #eea032;
}

.series-c-warning-700 .ct-series.ct-series-c .ct-line {
    stroke: #eea032;
    stroke-width: 3px;
}

.series-c-warning-700 .ct-series.ct-series-c .ct-point {
    stroke: #eea032;
    stroke-width: 6px;
}

.series-c-warning-700 .ct-series.ct-series-c .ct-bar {
    stroke: #eea032;
}

.series-c-warning-700 .ct-series.ct-series-c .ct-slice-pie {
    fill: #eea032;
}

.series-c-warning-700 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #eea032;
}

.series-c-warning-700.opacity-100 .ct-series.ct-series-c .ct-area {
    fill: #eea032;
    fill-opacity: 0.9;
}

.series-c-warning-700.opacity-100 .ct-series.ct-series-c .ct-line {
    stroke: #eea032;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-c-warning-700.opacity-100 .ct-series.ct-series-c .ct-point {
    stroke: #eea032;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-c-warning-700.opacity-100 .ct-series.ct-series-c .ct-bar {
    stroke: #eea032;
    stroke-opacity: 1;
}

.series-c-warning-700.opacity-100 .ct-series.ct-series-c .ct-slice-pie {
    fill: #eea032;
    fill-opacity: 1;
}

.series-c-warning-700.opacity-100 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #eea032;
    stroke-opacity: 1;
}

.series-c-warning-800 .ct-series.ct-series-c .ct-area {
    fill: #ec9924;
}

.series-c-warning-800 .ct-series.ct-series-c .ct-line {
    stroke: #ec9924;
    stroke-width: 3px;
}

.series-c-warning-800 .ct-series.ct-series-c .ct-point {
    stroke: #ec9924;
    stroke-width: 6px;
}

.series-c-warning-800 .ct-series.ct-series-c .ct-bar {
    stroke: #ec9924;
}

.series-c-warning-800 .ct-series.ct-series-c .ct-slice-pie {
    fill: #ec9924;
}

.series-c-warning-800 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #ec9924;
}

.series-c-warning-800.opacity-100 .ct-series.ct-series-c .ct-area {
    fill: #ec9924;
    fill-opacity: 0.9;
}

.series-c-warning-800.opacity-100 .ct-series.ct-series-c .ct-line {
    stroke: #ec9924;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-c-warning-800.opacity-100 .ct-series.ct-series-c .ct-point {
    stroke: #ec9924;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-c-warning-800.opacity-100 .ct-series.ct-series-c .ct-bar {
    stroke: #ec9924;
    stroke-opacity: 1;
}

.series-c-warning-800.opacity-100 .ct-series.ct-series-c .ct-slice-pie {
    fill: #ec9924;
    fill-opacity: 1;
}

.series-c-warning-800.opacity-100 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #ec9924;
    stroke-opacity: 1;
}

.series-c-warning-900 .ct-series.ct-series-c .ct-area {
    fill: #eb9316;
}

.series-c-warning-900 .ct-series.ct-series-c .ct-line {
    stroke: #eb9316;
    stroke-width: 3px;
}

.series-c-warning-900 .ct-series.ct-series-c .ct-point {
    stroke: #eb9316;
    stroke-width: 6px;
}

.series-c-warning-900 .ct-series.ct-series-c .ct-bar {
    stroke: #eb9316;
}

.series-c-warning-900 .ct-series.ct-series-c .ct-slice-pie {
    fill: #eb9316;
}

.series-c-warning-900 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #eb9316;
}

.series-c-warning-900.opacity-100 .ct-series.ct-series-c .ct-area {
    fill: #eb9316;
    fill-opacity: 0.9;
}

.series-c-warning-900.opacity-100 .ct-series.ct-series-c .ct-line {
    stroke: #eb9316;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-c-warning-900.opacity-100 .ct-series.ct-series-c .ct-point {
    stroke: #eb9316;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-c-warning-900.opacity-100 .ct-series.ct-series-c .ct-bar {
    stroke: #eb9316;
    stroke-opacity: 1;
}

.series-c-warning-900.opacity-100 .ct-series.ct-series-c .ct-slice-pie {
    fill: #eb9316;
    fill-opacity: 1;
}

.series-c-warning-900.opacity-100 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #eb9316;
    stroke-opacity: 1;
}

.series-c-success .ct-series.ct-series-c .ct-area {
    fill: #5cb85c;
}

.series-c-success .ct-series.ct-series-c .ct-line {
    stroke: #5cb85c;
    stroke-width: 3px;
}

.series-c-success .ct-series.ct-series-c .ct-point {
    stroke: #5cb85c;
    stroke-width: 6px;
}

.series-c-success .ct-series.ct-series-c .ct-bar {
    stroke: #5cb85c;
}

.series-c-success .ct-series.ct-series-c .ct-slice-pie {
    fill: #5cb85c;
}

.series-c-success .ct-series.ct-series-c .ct-slice-donut {
    stroke: #5cb85c;
}

.series-c-success.opacity-100 .ct-series.ct-series-c .ct-area {
    fill: #5cb85c;
    fill-opacity: 0.9;
}

.series-c-success.opacity-100 .ct-series.ct-series-c .ct-line {
    stroke: #5cb85c;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-c-success.opacity-100 .ct-series.ct-series-c .ct-point {
    stroke: #5cb85c;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-c-success.opacity-100 .ct-series.ct-series-c .ct-bar {
    stroke: #5cb85c;
    stroke-opacity: 1;
}

.series-c-success.opacity-100 .ct-series.ct-series-c .ct-slice-pie {
    fill: #5cb85c;
    fill-opacity: 1;
}

.series-c-success.opacity-100 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #5cb85c;
    stroke-opacity: 1;
}

.series-c-success-100 .ct-series.ct-series-c .ct-area {
    fill: #87cb87;
}

.series-c-success-100 .ct-series.ct-series-c .ct-line {
    stroke: #87cb87;
    stroke-width: 3px;
}

.series-c-success-100 .ct-series.ct-series-c .ct-point {
    stroke: #87cb87;
    stroke-width: 6px;
}

.series-c-success-100 .ct-series.ct-series-c .ct-bar {
    stroke: #87cb87;
}

.series-c-success-100 .ct-series.ct-series-c .ct-slice-pie {
    fill: #87cb87;
}

.series-c-success-100 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #87cb87;
}

.series-c-success-100.opacity-100 .ct-series.ct-series-c .ct-area {
    fill: #87cb87;
    fill-opacity: 0.9;
}

.series-c-success-100.opacity-100 .ct-series.ct-series-c .ct-line {
    stroke: #87cb87;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-c-success-100.opacity-100 .ct-series.ct-series-c .ct-point {
    stroke: #87cb87;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-c-success-100.opacity-100 .ct-series.ct-series-c .ct-bar {
    stroke: #87cb87;
    stroke-opacity: 1;
}

.series-c-success-100.opacity-100 .ct-series.ct-series-c .ct-slice-pie {
    fill: #87cb87;
    fill-opacity: 1;
}

.series-c-success-100.opacity-100 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #87cb87;
    stroke-opacity: 1;
}

.series-c-success-200 .ct-series.ct-series-c .ct-area {
    fill: #7cc67c;
}

.series-c-success-200 .ct-series.ct-series-c .ct-line {
    stroke: #7cc67c;
    stroke-width: 3px;
}

.series-c-success-200 .ct-series.ct-series-c .ct-point {
    stroke: #7cc67c;
    stroke-width: 6px;
}

.series-c-success-200 .ct-series.ct-series-c .ct-bar {
    stroke: #7cc67c;
}

.series-c-success-200 .ct-series.ct-series-c .ct-slice-pie {
    fill: #7cc67c;
}

.series-c-success-200 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #7cc67c;
}

.series-c-success-200.opacity-100 .ct-series.ct-series-c .ct-area {
    fill: #7cc67c;
    fill-opacity: 0.9;
}

.series-c-success-200.opacity-100 .ct-series.ct-series-c .ct-line {
    stroke: #7cc67c;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-c-success-200.opacity-100 .ct-series.ct-series-c .ct-point {
    stroke: #7cc67c;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-c-success-200.opacity-100 .ct-series.ct-series-c .ct-bar {
    stroke: #7cc67c;
    stroke-opacity: 1;
}

.series-c-success-200.opacity-100 .ct-series.ct-series-c .ct-slice-pie {
    fill: #7cc67c;
    fill-opacity: 1;
}

.series-c-success-200.opacity-100 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #7cc67c;
    stroke-opacity: 1;
}

.series-c-success-300 .ct-series.ct-series-c .ct-area {
    fill: #71c171;
}

.series-c-success-300 .ct-series.ct-series-c .ct-line {
    stroke: #71c171;
    stroke-width: 3px;
}

.series-c-success-300 .ct-series.ct-series-c .ct-point {
    stroke: #71c171;
    stroke-width: 6px;
}

.series-c-success-300 .ct-series.ct-series-c .ct-bar {
    stroke: #71c171;
}

.series-c-success-300 .ct-series.ct-series-c .ct-slice-pie {
    fill: #71c171;
}

.series-c-success-300 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #71c171;
}

.series-c-success-300.opacity-100 .ct-series.ct-series-c .ct-area {
    fill: #71c171;
    fill-opacity: 0.9;
}

.series-c-success-300.opacity-100 .ct-series.ct-series-c .ct-line {
    stroke: #71c171;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-c-success-300.opacity-100 .ct-series.ct-series-c .ct-point {
    stroke: #71c171;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-c-success-300.opacity-100 .ct-series.ct-series-c .ct-bar {
    stroke: #71c171;
    stroke-opacity: 1;
}

.series-c-success-300.opacity-100 .ct-series.ct-series-c .ct-slice-pie {
    fill: #71c171;
    fill-opacity: 1;
}

.series-c-success-300.opacity-100 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #71c171;
    stroke-opacity: 1;
}

.series-c-success-400 .ct-series.ct-series-c .ct-area {
    fill: #67bd67;
}

.series-c-success-400 .ct-series.ct-series-c .ct-line {
    stroke: #67bd67;
    stroke-width: 3px;
}

.series-c-success-400 .ct-series.ct-series-c .ct-point {
    stroke: #67bd67;
    stroke-width: 6px;
}

.series-c-success-400 .ct-series.ct-series-c .ct-bar {
    stroke: #67bd67;
}

.series-c-success-400 .ct-series.ct-series-c .ct-slice-pie {
    fill: #67bd67;
}

.series-c-success-400 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #67bd67;
}

.series-c-success-400.opacity-100 .ct-series.ct-series-c .ct-area {
    fill: #67bd67;
    fill-opacity: 0.9;
}

.series-c-success-400.opacity-100 .ct-series.ct-series-c .ct-line {
    stroke: #67bd67;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-c-success-400.opacity-100 .ct-series.ct-series-c .ct-point {
    stroke: #67bd67;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-c-success-400.opacity-100 .ct-series.ct-series-c .ct-bar {
    stroke: #67bd67;
    stroke-opacity: 1;
}

.series-c-success-400.opacity-100 .ct-series.ct-series-c .ct-slice-pie {
    fill: #67bd67;
    fill-opacity: 1;
}

.series-c-success-400.opacity-100 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #67bd67;
    stroke-opacity: 1;
}

.series-c-success-500 .ct-series.ct-series-c .ct-area {
    fill: #5cb85c;
}

.series-c-success-500 .ct-series.ct-series-c .ct-line {
    stroke: #5cb85c;
    stroke-width: 3px;
}

.series-c-success-500 .ct-series.ct-series-c .ct-point {
    stroke: #5cb85c;
    stroke-width: 6px;
}

.series-c-success-500 .ct-series.ct-series-c .ct-bar {
    stroke: #5cb85c;
}

.series-c-success-500 .ct-series.ct-series-c .ct-slice-pie {
    fill: #5cb85c;
}

.series-c-success-500 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #5cb85c;
}

.series-c-success-500.opacity-100 .ct-series.ct-series-c .ct-area {
    fill: #5cb85c;
    fill-opacity: 0.9;
}

.series-c-success-500.opacity-100 .ct-series.ct-series-c .ct-line {
    stroke: #5cb85c;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-c-success-500.opacity-100 .ct-series.ct-series-c .ct-point {
    stroke: #5cb85c;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-c-success-500.opacity-100 .ct-series.ct-series-c .ct-bar {
    stroke: #5cb85c;
    stroke-opacity: 1;
}

.series-c-success-500.opacity-100 .ct-series.ct-series-c .ct-slice-pie {
    fill: #5cb85c;
    fill-opacity: 1;
}

.series-c-success-500.opacity-100 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #5cb85c;
    stroke-opacity: 1;
}

.series-c-success-600 .ct-series.ct-series-c .ct-area {
    fill: #51b351;
}

.series-c-success-600 .ct-series.ct-series-c .ct-line {
    stroke: #51b351;
    stroke-width: 3px;
}

.series-c-success-600 .ct-series.ct-series-c .ct-point {
    stroke: #51b351;
    stroke-width: 6px;
}

.series-c-success-600 .ct-series.ct-series-c .ct-bar {
    stroke: #51b351;
}

.series-c-success-600 .ct-series.ct-series-c .ct-slice-pie {
    fill: #51b351;
}

.series-c-success-600 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #51b351;
}

.series-c-success-600.opacity-100 .ct-series.ct-series-c .ct-area {
    fill: #51b351;
    fill-opacity: 0.9;
}

.series-c-success-600.opacity-100 .ct-series.ct-series-c .ct-line {
    stroke: #51b351;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-c-success-600.opacity-100 .ct-series.ct-series-c .ct-point {
    stroke: #51b351;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-c-success-600.opacity-100 .ct-series.ct-series-c .ct-bar {
    stroke: #51b351;
    stroke-opacity: 1;
}

.series-c-success-600.opacity-100 .ct-series.ct-series-c .ct-slice-pie {
    fill: #51b351;
    fill-opacity: 1;
}

.series-c-success-600.opacity-100 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #51b351;
    stroke-opacity: 1;
}

.series-c-success-700 .ct-series.ct-series-c .ct-area {
    fill: #4aab4a;
}

.series-c-success-700 .ct-series.ct-series-c .ct-line {
    stroke: #4aab4a;
    stroke-width: 3px;
}

.series-c-success-700 .ct-series.ct-series-c .ct-point {
    stroke: #4aab4a;
    stroke-width: 6px;
}

.series-c-success-700 .ct-series.ct-series-c .ct-bar {
    stroke: #4aab4a;
}

.series-c-success-700 .ct-series.ct-series-c .ct-slice-pie {
    fill: #4aab4a;
}

.series-c-success-700 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #4aab4a;
}

.series-c-success-700.opacity-100 .ct-series.ct-series-c .ct-area {
    fill: #4aab4a;
    fill-opacity: 0.9;
}

.series-c-success-700.opacity-100 .ct-series.ct-series-c .ct-line {
    stroke: #4aab4a;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-c-success-700.opacity-100 .ct-series.ct-series-c .ct-point {
    stroke: #4aab4a;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-c-success-700.opacity-100 .ct-series.ct-series-c .ct-bar {
    stroke: #4aab4a;
    stroke-opacity: 1;
}

.series-c-success-700.opacity-100 .ct-series.ct-series-c .ct-slice-pie {
    fill: #4aab4a;
    fill-opacity: 1;
}

.series-c-success-700.opacity-100 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #4aab4a;
    stroke-opacity: 1;
}

.series-c-success-800 .ct-series.ct-series-c .ct-area {
    fill: #46a046;
}

.series-c-success-800 .ct-series.ct-series-c .ct-line {
    stroke: #46a046;
    stroke-width: 3px;
}

.series-c-success-800 .ct-series.ct-series-c .ct-point {
    stroke: #46a046;
    stroke-width: 6px;
}

.series-c-success-800 .ct-series.ct-series-c .ct-bar {
    stroke: #46a046;
}

.series-c-success-800 .ct-series.ct-series-c .ct-slice-pie {
    fill: #46a046;
}

.series-c-success-800 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #46a046;
}

.series-c-success-800.opacity-100 .ct-series.ct-series-c .ct-area {
    fill: #46a046;
    fill-opacity: 0.9;
}

.series-c-success-800.opacity-100 .ct-series.ct-series-c .ct-line {
    stroke: #46a046;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-c-success-800.opacity-100 .ct-series.ct-series-c .ct-point {
    stroke: #46a046;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-c-success-800.opacity-100 .ct-series.ct-series-c .ct-bar {
    stroke: #46a046;
    stroke-opacity: 1;
}

.series-c-success-800.opacity-100 .ct-series.ct-series-c .ct-slice-pie {
    fill: #46a046;
    fill-opacity: 1;
}

.series-c-success-800.opacity-100 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #46a046;
    stroke-opacity: 1;
}

.series-c-success-900 .ct-series.ct-series-c .ct-area {
    fill: #419641;
}

.series-c-success-900 .ct-series.ct-series-c .ct-line {
    stroke: #419641;
    stroke-width: 3px;
}

.series-c-success-900 .ct-series.ct-series-c .ct-point {
    stroke: #419641;
    stroke-width: 6px;
}

.series-c-success-900 .ct-series.ct-series-c .ct-bar {
    stroke: #419641;
}

.series-c-success-900 .ct-series.ct-series-c .ct-slice-pie {
    fill: #419641;
}

.series-c-success-900 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #419641;
}

.series-c-success-900.opacity-100 .ct-series.ct-series-c .ct-area {
    fill: #419641;
    fill-opacity: 0.9;
}

.series-c-success-900.opacity-100 .ct-series.ct-series-c .ct-line {
    stroke: #419641;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-c-success-900.opacity-100 .ct-series.ct-series-c .ct-point {
    stroke: #419641;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-c-success-900.opacity-100 .ct-series.ct-series-c .ct-bar {
    stroke: #419641;
    stroke-opacity: 1;
}

.series-c-success-900.opacity-100 .ct-series.ct-series-c .ct-slice-pie {
    fill: #419641;
    fill-opacity: 1;
}

.series-c-success-900.opacity-100 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #419641;
    stroke-opacity: 1;
}

.series-c-danger .ct-series.ct-series-c .ct-area {
    fill: #d9534f;
}

.series-c-danger .ct-series.ct-series-c .ct-line {
    stroke: #d9534f;
    stroke-width: 3px;
}

.series-c-danger .ct-series.ct-series-c .ct-point {
    stroke: #d9534f;
    stroke-width: 6px;
}

.series-c-danger .ct-series.ct-series-c .ct-bar {
    stroke: #d9534f;
}

.series-c-danger .ct-series.ct-series-c .ct-slice-pie {
    fill: #d9534f;
}

.series-c-danger .ct-series.ct-series-c .ct-slice-donut {
    stroke: #d9534f;
}

.series-c-danger.opacity-100 .ct-series.ct-series-c .ct-area {
    fill: #d9534f;
    fill-opacity: 0.9;
}

.series-c-danger.opacity-100 .ct-series.ct-series-c .ct-line {
    stroke: #d9534f;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-c-danger.opacity-100 .ct-series.ct-series-c .ct-point {
    stroke: #d9534f;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-c-danger.opacity-100 .ct-series.ct-series-c .ct-bar {
    stroke: #d9534f;
    stroke-opacity: 1;
}

.series-c-danger.opacity-100 .ct-series.ct-series-c .ct-slice-pie {
    fill: #d9534f;
    fill-opacity: 1;
}

.series-c-danger.opacity-100 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #d9534f;
    stroke-opacity: 1;
}

.series-c-danger-100 .ct-series.ct-series-c .ct-area {
    fill: #e48481;
}

.series-c-danger-100 .ct-series.ct-series-c .ct-line {
    stroke: #e48481;
    stroke-width: 3px;
}

.series-c-danger-100 .ct-series.ct-series-c .ct-point {
    stroke: #e48481;
    stroke-width: 6px;
}

.series-c-danger-100 .ct-series.ct-series-c .ct-bar {
    stroke: #e48481;
}

.series-c-danger-100 .ct-series.ct-series-c .ct-slice-pie {
    fill: #e48481;
}

.series-c-danger-100 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #e48481;
}

.series-c-danger-100.opacity-100 .ct-series.ct-series-c .ct-area {
    fill: #e48481;
    fill-opacity: 0.9;
}

.series-c-danger-100.opacity-100 .ct-series.ct-series-c .ct-line {
    stroke: #e48481;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-c-danger-100.opacity-100 .ct-series.ct-series-c .ct-point {
    stroke: #e48481;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-c-danger-100.opacity-100 .ct-series.ct-series-c .ct-bar {
    stroke: #e48481;
    stroke-opacity: 1;
}

.series-c-danger-100.opacity-100 .ct-series.ct-series-c .ct-slice-pie {
    fill: #e48481;
    fill-opacity: 1;
}

.series-c-danger-100.opacity-100 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #e48481;
    stroke-opacity: 1;
}

.series-c-danger-200 .ct-series.ct-series-c .ct-area {
    fill: #e17875;
}

.series-c-danger-200 .ct-series.ct-series-c .ct-line {
    stroke: #e17875;
    stroke-width: 3px;
}

.series-c-danger-200 .ct-series.ct-series-c .ct-point {
    stroke: #e17875;
    stroke-width: 6px;
}

.series-c-danger-200 .ct-series.ct-series-c .ct-bar {
    stroke: #e17875;
}

.series-c-danger-200 .ct-series.ct-series-c .ct-slice-pie {
    fill: #e17875;
}

.series-c-danger-200 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #e17875;
}

.series-c-danger-200.opacity-100 .ct-series.ct-series-c .ct-area {
    fill: #e17875;
    fill-opacity: 0.9;
}

.series-c-danger-200.opacity-100 .ct-series.ct-series-c .ct-line {
    stroke: #e17875;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-c-danger-200.opacity-100 .ct-series.ct-series-c .ct-point {
    stroke: #e17875;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-c-danger-200.opacity-100 .ct-series.ct-series-c .ct-bar {
    stroke: #e17875;
    stroke-opacity: 1;
}

.series-c-danger-200.opacity-100 .ct-series.ct-series-c .ct-slice-pie {
    fill: #e17875;
    fill-opacity: 1;
}

.series-c-danger-200.opacity-100 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #e17875;
    stroke-opacity: 1;
}

.series-c-danger-300 .ct-series.ct-series-c .ct-area {
    fill: #de6c68;
}

.series-c-danger-300 .ct-series.ct-series-c .ct-line {
    stroke: #de6c68;
    stroke-width: 3px;
}

.series-c-danger-300 .ct-series.ct-series-c .ct-point {
    stroke: #de6c68;
    stroke-width: 6px;
}

.series-c-danger-300 .ct-series.ct-series-c .ct-bar {
    stroke: #de6c68;
}

.series-c-danger-300 .ct-series.ct-series-c .ct-slice-pie {
    fill: #de6c68;
}

.series-c-danger-300 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #de6c68;
}

.series-c-danger-300.opacity-100 .ct-series.ct-series-c .ct-area {
    fill: #de6c68;
    fill-opacity: 0.9;
}

.series-c-danger-300.opacity-100 .ct-series.ct-series-c .ct-line {
    stroke: #de6c68;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-c-danger-300.opacity-100 .ct-series.ct-series-c .ct-point {
    stroke: #de6c68;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-c-danger-300.opacity-100 .ct-series.ct-series-c .ct-bar {
    stroke: #de6c68;
    stroke-opacity: 1;
}

.series-c-danger-300.opacity-100 .ct-series.ct-series-c .ct-slice-pie {
    fill: #de6c68;
    fill-opacity: 1;
}

.series-c-danger-300.opacity-100 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #de6c68;
    stroke-opacity: 1;
}

.series-c-danger-400 .ct-series.ct-series-c .ct-area {
    fill: #dc5f5c;
}

.series-c-danger-400 .ct-series.ct-series-c .ct-line {
    stroke: #dc5f5c;
    stroke-width: 3px;
}

.series-c-danger-400 .ct-series.ct-series-c .ct-point {
    stroke: #dc5f5c;
    stroke-width: 6px;
}

.series-c-danger-400 .ct-series.ct-series-c .ct-bar {
    stroke: #dc5f5c;
}

.series-c-danger-400 .ct-series.ct-series-c .ct-slice-pie {
    fill: #dc5f5c;
}

.series-c-danger-400 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #dc5f5c;
}

.series-c-danger-400.opacity-100 .ct-series.ct-series-c .ct-area {
    fill: #dc5f5c;
    fill-opacity: 0.9;
}

.series-c-danger-400.opacity-100 .ct-series.ct-series-c .ct-line {
    stroke: #dc5f5c;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-c-danger-400.opacity-100 .ct-series.ct-series-c .ct-point {
    stroke: #dc5f5c;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-c-danger-400.opacity-100 .ct-series.ct-series-c .ct-bar {
    stroke: #dc5f5c;
    stroke-opacity: 1;
}

.series-c-danger-400.opacity-100 .ct-series.ct-series-c .ct-slice-pie {
    fill: #dc5f5c;
    fill-opacity: 1;
}

.series-c-danger-400.opacity-100 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #dc5f5c;
    stroke-opacity: 1;
}

.series-c-danger-500 .ct-series.ct-series-c .ct-area {
    fill: #d9534f;
}

.series-c-danger-500 .ct-series.ct-series-c .ct-line {
    stroke: #d9534f;
    stroke-width: 3px;
}

.series-c-danger-500 .ct-series.ct-series-c .ct-point {
    stroke: #d9534f;
    stroke-width: 6px;
}

.series-c-danger-500 .ct-series.ct-series-c .ct-bar {
    stroke: #d9534f;
}

.series-c-danger-500 .ct-series.ct-series-c .ct-slice-pie {
    fill: #d9534f;
}

.series-c-danger-500 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #d9534f;
}

.series-c-danger-500.opacity-100 .ct-series.ct-series-c .ct-area {
    fill: #d9534f;
    fill-opacity: 0.9;
}

.series-c-danger-500.opacity-100 .ct-series.ct-series-c .ct-line {
    stroke: #d9534f;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-c-danger-500.opacity-100 .ct-series.ct-series-c .ct-point {
    stroke: #d9534f;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-c-danger-500.opacity-100 .ct-series.ct-series-c .ct-bar {
    stroke: #d9534f;
    stroke-opacity: 1;
}

.series-c-danger-500.opacity-100 .ct-series.ct-series-c .ct-slice-pie {
    fill: #d9534f;
    fill-opacity: 1;
}

.series-c-danger-500.opacity-100 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #d9534f;
    stroke-opacity: 1;
}

.series-c-danger-600 .ct-series.ct-series-c .ct-area {
    fill: #d64742;
}

.series-c-danger-600 .ct-series.ct-series-c .ct-line {
    stroke: #d64742;
    stroke-width: 3px;
}

.series-c-danger-600 .ct-series.ct-series-c .ct-point {
    stroke: #d64742;
    stroke-width: 6px;
}

.series-c-danger-600 .ct-series.ct-series-c .ct-bar {
    stroke: #d64742;
}

.series-c-danger-600 .ct-series.ct-series-c .ct-slice-pie {
    fill: #d64742;
}

.series-c-danger-600 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #d64742;
}

.series-c-danger-600.opacity-100 .ct-series.ct-series-c .ct-area {
    fill: #d64742;
    fill-opacity: 0.9;
}

.series-c-danger-600.opacity-100 .ct-series.ct-series-c .ct-line {
    stroke: #d64742;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-c-danger-600.opacity-100 .ct-series.ct-series-c .ct-point {
    stroke: #d64742;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-c-danger-600.opacity-100 .ct-series.ct-series-c .ct-bar {
    stroke: #d64742;
    stroke-opacity: 1;
}

.series-c-danger-600.opacity-100 .ct-series.ct-series-c .ct-slice-pie {
    fill: #d64742;
    fill-opacity: 1;
}

.series-c-danger-600.opacity-100 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #d64742;
    stroke-opacity: 1;
}

.series-c-danger-700 .ct-series.ct-series-c .ct-area {
    fill: #d43a36;
}

.series-c-danger-700 .ct-series.ct-series-c .ct-line {
    stroke: #d43a36;
    stroke-width: 3px;
}

.series-c-danger-700 .ct-series.ct-series-c .ct-point {
    stroke: #d43a36;
    stroke-width: 6px;
}

.series-c-danger-700 .ct-series.ct-series-c .ct-bar {
    stroke: #d43a36;
}

.series-c-danger-700 .ct-series.ct-series-c .ct-slice-pie {
    fill: #d43a36;
}

.series-c-danger-700 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #d43a36;
}

.series-c-danger-700.opacity-100 .ct-series.ct-series-c .ct-area {
    fill: #d43a36;
    fill-opacity: 0.9;
}

.series-c-danger-700.opacity-100 .ct-series.ct-series-c .ct-line {
    stroke: #d43a36;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-c-danger-700.opacity-100 .ct-series.ct-series-c .ct-point {
    stroke: #d43a36;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-c-danger-700.opacity-100 .ct-series.ct-series-c .ct-bar {
    stroke: #d43a36;
    stroke-opacity: 1;
}

.series-c-danger-700.opacity-100 .ct-series.ct-series-c .ct-slice-pie {
    fill: #d43a36;
    fill-opacity: 1;
}

.series-c-danger-700.opacity-100 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #d43a36;
    stroke-opacity: 1;
}

.series-c-danger-800 .ct-series.ct-series-c .ct-area {
    fill: #ce312c;
}

.series-c-danger-800 .ct-series.ct-series-c .ct-line {
    stroke: #ce312c;
    stroke-width: 3px;
}

.series-c-danger-800 .ct-series.ct-series-c .ct-point {
    stroke: #ce312c;
    stroke-width: 6px;
}

.series-c-danger-800 .ct-series.ct-series-c .ct-bar {
    stroke: #ce312c;
}

.series-c-danger-800 .ct-series.ct-series-c .ct-slice-pie {
    fill: #ce312c;
}

.series-c-danger-800 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #ce312c;
}

.series-c-danger-800.opacity-100 .ct-series.ct-series-c .ct-area {
    fill: #ce312c;
    fill-opacity: 0.9;
}

.series-c-danger-800.opacity-100 .ct-series.ct-series-c .ct-line {
    stroke: #ce312c;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-c-danger-800.opacity-100 .ct-series.ct-series-c .ct-point {
    stroke: #ce312c;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-c-danger-800.opacity-100 .ct-series.ct-series-c .ct-bar {
    stroke: #ce312c;
    stroke-opacity: 1;
}

.series-c-danger-800.opacity-100 .ct-series.ct-series-c .ct-slice-pie {
    fill: #ce312c;
    fill-opacity: 1;
}

.series-c-danger-800.opacity-100 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #ce312c;
    stroke-opacity: 1;
}

.series-c-danger-900 .ct-series.ct-series-c .ct-area {
    fill: #c12e2a;
}

.series-c-danger-900 .ct-series.ct-series-c .ct-line {
    stroke: #c12e2a;
    stroke-width: 3px;
}

.series-c-danger-900 .ct-series.ct-series-c .ct-point {
    stroke: #c12e2a;
    stroke-width: 6px;
}

.series-c-danger-900 .ct-series.ct-series-c .ct-bar {
    stroke: #c12e2a;
}

.series-c-danger-900 .ct-series.ct-series-c .ct-slice-pie {
    fill: #c12e2a;
}

.series-c-danger-900 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #c12e2a;
}

.series-c-danger-900.opacity-100 .ct-series.ct-series-c .ct-area {
    fill: #c12e2a;
    fill-opacity: 0.9;
}

.series-c-danger-900.opacity-100 .ct-series.ct-series-c .ct-line {
    stroke: #c12e2a;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-c-danger-900.opacity-100 .ct-series.ct-series-c .ct-point {
    stroke: #c12e2a;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-c-danger-900.opacity-100 .ct-series.ct-series-c .ct-bar {
    stroke: #c12e2a;
    stroke-opacity: 1;
}

.series-c-danger-900.opacity-100 .ct-series.ct-series-c .ct-slice-pie {
    fill: #c12e2a;
    fill-opacity: 1;
}

.series-c-danger-900.opacity-100 .ct-series.ct-series-c .ct-slice-donut {
    stroke: #c12e2a;
    stroke-opacity: 1;
}

.series-d-white .ct-series.ct-series-d .ct-area {
    fill: #ffffff;
}

.series-d-white .ct-series.ct-series-d .ct-line {
    stroke: #ffffff;
    stroke-width: 3px;
}

.series-d-white .ct-series.ct-series-d .ct-point {
    stroke: #ffffff;
    stroke-width: 6px;
}

.series-d-white .ct-series.ct-series-d .ct-bar {
    stroke: #ffffff;
}

.series-d-white .ct-series.ct-series-d .ct-slice-pie {
    fill: #ffffff;
}

.series-d-white .ct-series.ct-series-d .ct-slice-donut {
    stroke: #ffffff;
}

.series-d-white.opacity-100 .ct-series.ct-series-d .ct-area {
    fill: #ffffff;
    fill-opacity: 0.9;
}

.series-d-white.opacity-100 .ct-series.ct-series-d .ct-line {
    stroke: #ffffff;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-d-white.opacity-100 .ct-series.ct-series-d .ct-point {
    stroke: #ffffff;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-d-white.opacity-100 .ct-series.ct-series-d .ct-bar {
    stroke: #ffffff;
    stroke-opacity: 1;
}

.series-d-white.opacity-100 .ct-series.ct-series-d .ct-slice-pie {
    fill: #ffffff;
    fill-opacity: 1;
}

.series-d-white.opacity-100 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #ffffff;
    stroke-opacity: 1;
}

.series-d-black .ct-series.ct-series-d .ct-area {
    fill: #000000;
}

.series-d-black .ct-series.ct-series-d .ct-line {
    stroke: #000000;
    stroke-width: 3px;
}

.series-d-black .ct-series.ct-series-d .ct-point {
    stroke: #000000;
    stroke-width: 6px;
}

.series-d-black .ct-series.ct-series-d .ct-bar {
    stroke: #000000;
}

.series-d-black .ct-series.ct-series-d .ct-slice-pie {
    fill: #000000;
}

.series-d-black .ct-series.ct-series-d .ct-slice-donut {
    stroke: #000000;
}

.series-d-black.opacity-100 .ct-series.ct-series-d .ct-area {
    fill: #000000;
    fill-opacity: 0.9;
}

.series-d-black.opacity-100 .ct-series.ct-series-d .ct-line {
    stroke: #000000;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-d-black.opacity-100 .ct-series.ct-series-d .ct-point {
    stroke: #000000;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-d-black.opacity-100 .ct-series.ct-series-d .ct-bar {
    stroke: #000000;
    stroke-opacity: 1;
}

.series-d-black.opacity-100 .ct-series.ct-series-d .ct-slice-pie {
    fill: #000000;
    fill-opacity: 1;
}

.series-d-black.opacity-100 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #000000;
    stroke-opacity: 1;
}

.series-d-light .ct-series.ct-series-d .ct-area {
    fill: #f5f5f5;
}

.series-d-light .ct-series.ct-series-d .ct-line {
    stroke: #f5f5f5;
    stroke-width: 3px;
}

.series-d-light .ct-series.ct-series-d .ct-point {
    stroke: #f5f5f5;
    stroke-width: 6px;
}

.series-d-light .ct-series.ct-series-d .ct-bar {
    stroke: #f5f5f5;
}

.series-d-light .ct-series.ct-series-d .ct-slice-pie {
    fill: #f5f5f5;
}

.series-d-light .ct-series.ct-series-d .ct-slice-donut {
    stroke: #f5f5f5;
}

.series-d-light.opacity-100 .ct-series.ct-series-d .ct-area {
    fill: #f5f5f5;
    fill-opacity: 0.9;
}

.series-d-light.opacity-100 .ct-series.ct-series-d .ct-line {
    stroke: #f5f5f5;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-d-light.opacity-100 .ct-series.ct-series-d .ct-point {
    stroke: #f5f5f5;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-d-light.opacity-100 .ct-series.ct-series-d .ct-bar {
    stroke: #f5f5f5;
    stroke-opacity: 1;
}

.series-d-light.opacity-100 .ct-series.ct-series-d .ct-slice-pie {
    fill: #f5f5f5;
    fill-opacity: 1;
}

.series-d-light.opacity-100 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #f5f5f5;
    stroke-opacity: 1;
}

.series-d-dark .ct-series.ct-series-d .ct-area {
    fill: #262932;
}

.series-d-dark .ct-series.ct-series-d .ct-line {
    stroke: #262932;
    stroke-width: 3px;
}

.series-d-dark .ct-series.ct-series-d .ct-point {
    stroke: #262932;
    stroke-width: 6px;
}

.series-d-dark .ct-series.ct-series-d .ct-bar {
    stroke: #262932;
}

.series-d-dark .ct-series.ct-series-d .ct-slice-pie {
    fill: #262932;
}

.series-d-dark .ct-series.ct-series-d .ct-slice-donut {
    stroke: #262932;
}

.series-d-dark.opacity-100 .ct-series.ct-series-d .ct-area {
    fill: #262932;
    fill-opacity: 0.9;
}

.series-d-dark.opacity-100 .ct-series.ct-series-d .ct-line {
    stroke: #262932;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-d-dark.opacity-100 .ct-series.ct-series-d .ct-point {
    stroke: #262932;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-d-dark.opacity-100 .ct-series.ct-series-d .ct-bar {
    stroke: #262932;
    stroke-opacity: 1;
}

.series-d-dark.opacity-100 .ct-series.ct-series-d .ct-slice-pie {
    fill: #262932;
    fill-opacity: 1;
}

.series-d-dark.opacity-100 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #262932;
    stroke-opacity: 1;
}

.series-d-twitter .ct-series.ct-series-d .ct-area {
    fill: #00aced;
}

.series-d-twitter .ct-series.ct-series-d .ct-line {
    stroke: #00aced;
    stroke-width: 3px;
}

.series-d-twitter .ct-series.ct-series-d .ct-point {
    stroke: #00aced;
    stroke-width: 6px;
}

.series-d-twitter .ct-series.ct-series-d .ct-bar {
    stroke: #00aced;
}

.series-d-twitter .ct-series.ct-series-d .ct-slice-pie {
    fill: #00aced;
}

.series-d-twitter .ct-series.ct-series-d .ct-slice-donut {
    stroke: #00aced;
}

.series-d-twitter.opacity-100 .ct-series.ct-series-d .ct-area {
    fill: #00aced;
    fill-opacity: 0.9;
}

.series-d-twitter.opacity-100 .ct-series.ct-series-d .ct-line {
    stroke: #00aced;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-d-twitter.opacity-100 .ct-series.ct-series-d .ct-point {
    stroke: #00aced;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-d-twitter.opacity-100 .ct-series.ct-series-d .ct-bar {
    stroke: #00aced;
    stroke-opacity: 1;
}

.series-d-twitter.opacity-100 .ct-series.ct-series-d .ct-slice-pie {
    fill: #00aced;
    fill-opacity: 1;
}

.series-d-twitter.opacity-100 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #00aced;
    stroke-opacity: 1;
}

.series-d-facebook .ct-series.ct-series-d .ct-area {
    fill: #3b5998;
}

.series-d-facebook .ct-series.ct-series-d .ct-line {
    stroke: #3b5998;
    stroke-width: 3px;
}

.series-d-facebook .ct-series.ct-series-d .ct-point {
    stroke: #3b5998;
    stroke-width: 6px;
}

.series-d-facebook .ct-series.ct-series-d .ct-bar {
    stroke: #3b5998;
}

.series-d-facebook .ct-series.ct-series-d .ct-slice-pie {
    fill: #3b5998;
}

.series-d-facebook .ct-series.ct-series-d .ct-slice-donut {
    stroke: #3b5998;
}

.series-d-facebook.opacity-100 .ct-series.ct-series-d .ct-area {
    fill: #3b5998;
    fill-opacity: 0.9;
}

.series-d-facebook.opacity-100 .ct-series.ct-series-d .ct-line {
    stroke: #3b5998;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-d-facebook.opacity-100 .ct-series.ct-series-d .ct-point {
    stroke: #3b5998;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-d-facebook.opacity-100 .ct-series.ct-series-d .ct-bar {
    stroke: #3b5998;
    stroke-opacity: 1;
}

.series-d-facebook.opacity-100 .ct-series.ct-series-d .ct-slice-pie {
    fill: #3b5998;
    fill-opacity: 1;
}

.series-d-facebook.opacity-100 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #3b5998;
    stroke-opacity: 1;
}

.series-d-google .ct-series.ct-series-d .ct-area {
    fill: #dd4b39;
}

.series-d-google .ct-series.ct-series-d .ct-line {
    stroke: #dd4b39;
    stroke-width: 3px;
}

.series-d-google .ct-series.ct-series-d .ct-point {
    stroke: #dd4b39;
    stroke-width: 6px;
}

.series-d-google .ct-series.ct-series-d .ct-bar {
    stroke: #dd4b39;
}

.series-d-google .ct-series.ct-series-d .ct-slice-pie {
    fill: #dd4b39;
}

.series-d-google .ct-series.ct-series-d .ct-slice-donut {
    stroke: #dd4b39;
}

.series-d-google.opacity-100 .ct-series.ct-series-d .ct-area {
    fill: #dd4b39;
    fill-opacity: 0.9;
}

.series-d-google.opacity-100 .ct-series.ct-series-d .ct-line {
    stroke: #dd4b39;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-d-google.opacity-100 .ct-series.ct-series-d .ct-point {
    stroke: #dd4b39;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-d-google.opacity-100 .ct-series.ct-series-d .ct-bar {
    stroke: #dd4b39;
    stroke-opacity: 1;
}

.series-d-google.opacity-100 .ct-series.ct-series-d .ct-slice-pie {
    fill: #dd4b39;
    fill-opacity: 1;
}

.series-d-google.opacity-100 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #dd4b39;
    stroke-opacity: 1;
}

.series-d-bg-1 .ct-series.ct-series-d .ct-area {
    fill: #0267bf;
}

.series-d-bg-1 .ct-series.ct-series-d .ct-line {
    stroke: #0267bf;
    stroke-width: 3px;
}

.series-d-bg-1 .ct-series.ct-series-d .ct-point {
    stroke: #0267bf;
    stroke-width: 6px;
}

.series-d-bg-1 .ct-series.ct-series-d .ct-bar {
    stroke: #0267bf;
}

.series-d-bg-1 .ct-series.ct-series-d .ct-slice-pie {
    fill: #0267bf;
}

.series-d-bg-1 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #0267bf;
}

.series-d-bg-1.opacity-100 .ct-series.ct-series-d .ct-area {
    fill: #0267bf;
    fill-opacity: 0.9;
}

.series-d-bg-1.opacity-100 .ct-series.ct-series-d .ct-line {
    stroke: #0267bf;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-d-bg-1.opacity-100 .ct-series.ct-series-d .ct-point {
    stroke: #0267bf;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-d-bg-1.opacity-100 .ct-series.ct-series-d .ct-bar {
    stroke: #0267bf;
    stroke-opacity: 1;
}

.series-d-bg-1.opacity-100 .ct-series.ct-series-d .ct-slice-pie {
    fill: #0267bf;
    fill-opacity: 1;
}

.series-d-bg-1.opacity-100 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #0267bf;
    stroke-opacity: 1;
}

.series-d-bg-1-100 .ct-series.ct-series-d .ct-area {
    fill: #299bfd;
}

.series-d-bg-1-100 .ct-series.ct-series-d .ct-line {
    stroke: #299bfd;
    stroke-width: 3px;
}

.series-d-bg-1-100 .ct-series.ct-series-d .ct-point {
    stroke: #299bfd;
    stroke-width: 6px;
}

.series-d-bg-1-100 .ct-series.ct-series-d .ct-bar {
    stroke: #299bfd;
}

.series-d-bg-1-100 .ct-series.ct-series-d .ct-slice-pie {
    fill: #299bfd;
}

.series-d-bg-1-100 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #299bfd;
}

.series-d-bg-1-100.opacity-100 .ct-series.ct-series-d .ct-area {
    fill: #299bfd;
    fill-opacity: 0.9;
}

.series-d-bg-1-100.opacity-100 .ct-series.ct-series-d .ct-line {
    stroke: #299bfd;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-d-bg-1-100.opacity-100 .ct-series.ct-series-d .ct-point {
    stroke: #299bfd;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-d-bg-1-100.opacity-100 .ct-series.ct-series-d .ct-bar {
    stroke: #299bfd;
    stroke-opacity: 1;
}

.series-d-bg-1-100.opacity-100 .ct-series.ct-series-d .ct-slice-pie {
    fill: #299bfd;
    fill-opacity: 1;
}

.series-d-bg-1-100.opacity-100 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #299bfd;
    stroke-opacity: 1;
}

.series-d-bg-1-200 .ct-series.ct-series-d .ct-area {
    fill: #108ffd;
}

.series-d-bg-1-200 .ct-series.ct-series-d .ct-line {
    stroke: #108ffd;
    stroke-width: 3px;
}

.series-d-bg-1-200 .ct-series.ct-series-d .ct-point {
    stroke: #108ffd;
    stroke-width: 6px;
}

.series-d-bg-1-200 .ct-series.ct-series-d .ct-bar {
    stroke: #108ffd;
}

.series-d-bg-1-200 .ct-series.ct-series-d .ct-slice-pie {
    fill: #108ffd;
}

.series-d-bg-1-200 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #108ffd;
}

.series-d-bg-1-200.opacity-100 .ct-series.ct-series-d .ct-area {
    fill: #108ffd;
    fill-opacity: 0.9;
}

.series-d-bg-1-200.opacity-100 .ct-series.ct-series-d .ct-line {
    stroke: #108ffd;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-d-bg-1-200.opacity-100 .ct-series.ct-series-d .ct-point {
    stroke: #108ffd;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-d-bg-1-200.opacity-100 .ct-series.ct-series-d .ct-bar {
    stroke: #108ffd;
    stroke-opacity: 1;
}

.series-d-bg-1-200.opacity-100 .ct-series.ct-series-d .ct-slice-pie {
    fill: #108ffd;
    fill-opacity: 1;
}

.series-d-bg-1-200.opacity-100 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #108ffd;
    stroke-opacity: 1;
}

.series-d-bg-1-300 .ct-series.ct-series-d .ct-area {
    fill: #0283f1;
}

.series-d-bg-1-300 .ct-series.ct-series-d .ct-line {
    stroke: #0283f1;
    stroke-width: 3px;
}

.series-d-bg-1-300 .ct-series.ct-series-d .ct-point {
    stroke: #0283f1;
    stroke-width: 6px;
}

.series-d-bg-1-300 .ct-series.ct-series-d .ct-bar {
    stroke: #0283f1;
}

.series-d-bg-1-300 .ct-series.ct-series-d .ct-slice-pie {
    fill: #0283f1;
}

.series-d-bg-1-300 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #0283f1;
}

.series-d-bg-1-300.opacity-100 .ct-series.ct-series-d .ct-area {
    fill: #0283f1;
    fill-opacity: 0.9;
}

.series-d-bg-1-300.opacity-100 .ct-series.ct-series-d .ct-line {
    stroke: #0283f1;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-d-bg-1-300.opacity-100 .ct-series.ct-series-d .ct-point {
    stroke: #0283f1;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-d-bg-1-300.opacity-100 .ct-series.ct-series-d .ct-bar {
    stroke: #0283f1;
    stroke-opacity: 1;
}

.series-d-bg-1-300.opacity-100 .ct-series.ct-series-d .ct-slice-pie {
    fill: #0283f1;
    fill-opacity: 1;
}

.series-d-bg-1-300.opacity-100 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #0283f1;
    stroke-opacity: 1;
}

.series-d-bg-1-400 .ct-series.ct-series-d .ct-area {
    fill: #0275d8;
}

.series-d-bg-1-400 .ct-series.ct-series-d .ct-line {
    stroke: #0275d8;
    stroke-width: 3px;
}

.series-d-bg-1-400 .ct-series.ct-series-d .ct-point {
    stroke: #0275d8;
    stroke-width: 6px;
}

.series-d-bg-1-400 .ct-series.ct-series-d .ct-bar {
    stroke: #0275d8;
}

.series-d-bg-1-400 .ct-series.ct-series-d .ct-slice-pie {
    fill: #0275d8;
}

.series-d-bg-1-400 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #0275d8;
}

.series-d-bg-1-400.opacity-100 .ct-series.ct-series-d .ct-area {
    fill: #0275d8;
    fill-opacity: 0.9;
}

.series-d-bg-1-400.opacity-100 .ct-series.ct-series-d .ct-line {
    stroke: #0275d8;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-d-bg-1-400.opacity-100 .ct-series.ct-series-d .ct-point {
    stroke: #0275d8;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-d-bg-1-400.opacity-100 .ct-series.ct-series-d .ct-bar {
    stroke: #0275d8;
    stroke-opacity: 1;
}

.series-d-bg-1-400.opacity-100 .ct-series.ct-series-d .ct-slice-pie {
    fill: #0275d8;
    fill-opacity: 1;
}

.series-d-bg-1-400.opacity-100 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #0275d8;
    stroke-opacity: 1;
}

.series-d-bg-1-500 .ct-series.ct-series-d .ct-area {
    fill: #0267bf;
}

.series-d-bg-1-500 .ct-series.ct-series-d .ct-line {
    stroke: #0267bf;
    stroke-width: 3px;
}

.series-d-bg-1-500 .ct-series.ct-series-d .ct-point {
    stroke: #0267bf;
    stroke-width: 6px;
}

.series-d-bg-1-500 .ct-series.ct-series-d .ct-bar {
    stroke: #0267bf;
}

.series-d-bg-1-500 .ct-series.ct-series-d .ct-slice-pie {
    fill: #0267bf;
}

.series-d-bg-1-500 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #0267bf;
}

.series-d-bg-1-500.opacity-100 .ct-series.ct-series-d .ct-area {
    fill: #0267bf;
    fill-opacity: 0.9;
}

.series-d-bg-1-500.opacity-100 .ct-series.ct-series-d .ct-line {
    stroke: #0267bf;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-d-bg-1-500.opacity-100 .ct-series.ct-series-d .ct-point {
    stroke: #0267bf;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-d-bg-1-500.opacity-100 .ct-series.ct-series-d .ct-bar {
    stroke: #0267bf;
    stroke-opacity: 1;
}

.series-d-bg-1-500.opacity-100 .ct-series.ct-series-d .ct-slice-pie {
    fill: #0267bf;
    fill-opacity: 1;
}

.series-d-bg-1-500.opacity-100 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #0267bf;
    stroke-opacity: 1;
}

.series-d-bg-1-600 .ct-series.ct-series-d .ct-area {
    fill: #025aa5;
}

.series-d-bg-1-600 .ct-series.ct-series-d .ct-line {
    stroke: #025aa5;
    stroke-width: 3px;
}

.series-d-bg-1-600 .ct-series.ct-series-d .ct-point {
    stroke: #025aa5;
    stroke-width: 6px;
}

.series-d-bg-1-600 .ct-series.ct-series-d .ct-bar {
    stroke: #025aa5;
}

.series-d-bg-1-600 .ct-series.ct-series-d .ct-slice-pie {
    fill: #025aa5;
}

.series-d-bg-1-600 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #025aa5;
}

.series-d-bg-1-600.opacity-100 .ct-series.ct-series-d .ct-area {
    fill: #025aa5;
    fill-opacity: 0.9;
}

.series-d-bg-1-600.opacity-100 .ct-series.ct-series-d .ct-line {
    stroke: #025aa5;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-d-bg-1-600.opacity-100 .ct-series.ct-series-d .ct-point {
    stroke: #025aa5;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-d-bg-1-600.opacity-100 .ct-series.ct-series-d .ct-bar {
    stroke: #025aa5;
    stroke-opacity: 1;
}

.series-d-bg-1-600.opacity-100 .ct-series.ct-series-d .ct-slice-pie {
    fill: #025aa5;
    fill-opacity: 1;
}

.series-d-bg-1-600.opacity-100 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #025aa5;
    stroke-opacity: 1;
}

.series-d-bg-1-700 .ct-series.ct-series-d .ct-area {
    fill: #014c8c;
}

.series-d-bg-1-700 .ct-series.ct-series-d .ct-line {
    stroke: #014c8c;
    stroke-width: 3px;
}

.series-d-bg-1-700 .ct-series.ct-series-d .ct-point {
    stroke: #014c8c;
    stroke-width: 6px;
}

.series-d-bg-1-700 .ct-series.ct-series-d .ct-bar {
    stroke: #014c8c;
}

.series-d-bg-1-700 .ct-series.ct-series-d .ct-slice-pie {
    fill: #014c8c;
}

.series-d-bg-1-700 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #014c8c;
}

.series-d-bg-1-700.opacity-100 .ct-series.ct-series-d .ct-area {
    fill: #014c8c;
    fill-opacity: 0.9;
}

.series-d-bg-1-700.opacity-100 .ct-series.ct-series-d .ct-line {
    stroke: #014c8c;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-d-bg-1-700.opacity-100 .ct-series.ct-series-d .ct-point {
    stroke: #014c8c;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-d-bg-1-700.opacity-100 .ct-series.ct-series-d .ct-bar {
    stroke: #014c8c;
    stroke-opacity: 1;
}

.series-d-bg-1-700.opacity-100 .ct-series.ct-series-d .ct-slice-pie {
    fill: #014c8c;
    fill-opacity: 1;
}

.series-d-bg-1-700.opacity-100 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #014c8c;
    stroke-opacity: 1;
}

.series-d-bg-1-800 .ct-series.ct-series-d .ct-area {
    fill: #013e73;
}

.series-d-bg-1-800 .ct-series.ct-series-d .ct-line {
    stroke: #013e73;
    stroke-width: 3px;
}

.series-d-bg-1-800 .ct-series.ct-series-d .ct-point {
    stroke: #013e73;
    stroke-width: 6px;
}

.series-d-bg-1-800 .ct-series.ct-series-d .ct-bar {
    stroke: #013e73;
}

.series-d-bg-1-800 .ct-series.ct-series-d .ct-slice-pie {
    fill: #013e73;
}

.series-d-bg-1-800 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #013e73;
}

.series-d-bg-1-800.opacity-100 .ct-series.ct-series-d .ct-area {
    fill: #013e73;
    fill-opacity: 0.9;
}

.series-d-bg-1-800.opacity-100 .ct-series.ct-series-d .ct-line {
    stroke: #013e73;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-d-bg-1-800.opacity-100 .ct-series.ct-series-d .ct-point {
    stroke: #013e73;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-d-bg-1-800.opacity-100 .ct-series.ct-series-d .ct-bar {
    stroke: #013e73;
    stroke-opacity: 1;
}

.series-d-bg-1-800.opacity-100 .ct-series.ct-series-d .ct-slice-pie {
    fill: #013e73;
    fill-opacity: 1;
}

.series-d-bg-1-800.opacity-100 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #013e73;
    stroke-opacity: 1;
}

.series-d-bg-1-900 .ct-series.ct-series-d .ct-area {
    fill: #01315a;
}

.series-d-bg-1-900 .ct-series.ct-series-d .ct-line {
    stroke: #01315a;
    stroke-width: 3px;
}

.series-d-bg-1-900 .ct-series.ct-series-d .ct-point {
    stroke: #01315a;
    stroke-width: 6px;
}

.series-d-bg-1-900 .ct-series.ct-series-d .ct-bar {
    stroke: #01315a;
}

.series-d-bg-1-900 .ct-series.ct-series-d .ct-slice-pie {
    fill: #01315a;
}

.series-d-bg-1-900 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #01315a;
}

.series-d-bg-1-900.opacity-100 .ct-series.ct-series-d .ct-area {
    fill: #01315a;
    fill-opacity: 0.9;
}

.series-d-bg-1-900.opacity-100 .ct-series.ct-series-d .ct-line {
    stroke: #01315a;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-d-bg-1-900.opacity-100 .ct-series.ct-series-d .ct-point {
    stroke: #01315a;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-d-bg-1-900.opacity-100 .ct-series.ct-series-d .ct-bar {
    stroke: #01315a;
    stroke-opacity: 1;
}

.series-d-bg-1-900.opacity-100 .ct-series.ct-series-d .ct-slice-pie {
    fill: #01315a;
    fill-opacity: 1;
}

.series-d-bg-1-900.opacity-100 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #01315a;
    stroke-opacity: 1;
}

.series-d-bg-2 .ct-series.ct-series-d .ct-area {
    fill: #002451;
}

.series-d-bg-2 .ct-series.ct-series-d .ct-line {
    stroke: #002451;
    stroke-width: 3px;
}

.series-d-bg-2 .ct-series.ct-series-d .ct-point {
    stroke: #002451;
    stroke-width: 6px;
}

.series-d-bg-2 .ct-series.ct-series-d .ct-bar {
    stroke: #002451;
}

.series-d-bg-2 .ct-series.ct-series-d .ct-slice-pie {
    fill: #002451;
}

.series-d-bg-2 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #002451;
}

.series-d-bg-2.opacity-100 .ct-series.ct-series-d .ct-area {
    fill: #002451;
    fill-opacity: 0.9;
}

.series-d-bg-2.opacity-100 .ct-series.ct-series-d .ct-line {
    stroke: #002451;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-d-bg-2.opacity-100 .ct-series.ct-series-d .ct-point {
    stroke: #002451;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-d-bg-2.opacity-100 .ct-series.ct-series-d .ct-bar {
    stroke: #002451;
    stroke-opacity: 1;
}

.series-d-bg-2.opacity-100 .ct-series.ct-series-d .ct-slice-pie {
    fill: #002451;
    fill-opacity: 1;
}

.series-d-bg-2.opacity-100 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #002451;
    stroke-opacity: 1;
}

.series-d-bg-2-100 .ct-series.ct-series-d .ct-area {
    fill: #0051b7;
}

.series-d-bg-2-100 .ct-series.ct-series-d .ct-line {
    stroke: #0051b7;
    stroke-width: 3px;
}

.series-d-bg-2-100 .ct-series.ct-series-d .ct-point {
    stroke: #0051b7;
    stroke-width: 6px;
}

.series-d-bg-2-100 .ct-series.ct-series-d .ct-bar {
    stroke: #0051b7;
}

.series-d-bg-2-100 .ct-series.ct-series-d .ct-slice-pie {
    fill: #0051b7;
}

.series-d-bg-2-100 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #0051b7;
}

.series-d-bg-2-100.opacity-100 .ct-series.ct-series-d .ct-area {
    fill: #0051b7;
    fill-opacity: 0.9;
}

.series-d-bg-2-100.opacity-100 .ct-series.ct-series-d .ct-line {
    stroke: #0051b7;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-d-bg-2-100.opacity-100 .ct-series.ct-series-d .ct-point {
    stroke: #0051b7;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-d-bg-2-100.opacity-100 .ct-series.ct-series-d .ct-bar {
    stroke: #0051b7;
    stroke-opacity: 1;
}

.series-d-bg-2-100.opacity-100 .ct-series.ct-series-d .ct-slice-pie {
    fill: #0051b7;
    fill-opacity: 1;
}

.series-d-bg-2-100.opacity-100 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #0051b7;
    stroke-opacity: 1;
}

.series-d-bg-2-200 .ct-series.ct-series-d .ct-area {
    fill: #00469e;
}

.series-d-bg-2-200 .ct-series.ct-series-d .ct-line {
    stroke: #00469e;
    stroke-width: 3px;
}

.series-d-bg-2-200 .ct-series.ct-series-d .ct-point {
    stroke: #00469e;
    stroke-width: 6px;
}

.series-d-bg-2-200 .ct-series.ct-series-d .ct-bar {
    stroke: #00469e;
}

.series-d-bg-2-200 .ct-series.ct-series-d .ct-slice-pie {
    fill: #00469e;
}

.series-d-bg-2-200 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #00469e;
}

.series-d-bg-2-200.opacity-100 .ct-series.ct-series-d .ct-area {
    fill: #00469e;
    fill-opacity: 0.9;
}

.series-d-bg-2-200.opacity-100 .ct-series.ct-series-d .ct-line {
    stroke: #00469e;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-d-bg-2-200.opacity-100 .ct-series.ct-series-d .ct-point {
    stroke: #00469e;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-d-bg-2-200.opacity-100 .ct-series.ct-series-d .ct-bar {
    stroke: #00469e;
    stroke-opacity: 1;
}

.series-d-bg-2-200.opacity-100 .ct-series.ct-series-d .ct-slice-pie {
    fill: #00469e;
    fill-opacity: 1;
}

.series-d-bg-2-200.opacity-100 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #00469e;
    stroke-opacity: 1;
}

.series-d-bg-2-300 .ct-series.ct-series-d .ct-area {
    fill: #003b84;
}

.series-d-bg-2-300 .ct-series.ct-series-d .ct-line {
    stroke: #003b84;
    stroke-width: 3px;
}

.series-d-bg-2-300 .ct-series.ct-series-d .ct-point {
    stroke: #003b84;
    stroke-width: 6px;
}

.series-d-bg-2-300 .ct-series.ct-series-d .ct-bar {
    stroke: #003b84;
}

.series-d-bg-2-300 .ct-series.ct-series-d .ct-slice-pie {
    fill: #003b84;
}

.series-d-bg-2-300 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #003b84;
}

.series-d-bg-2-300.opacity-100 .ct-series.ct-series-d .ct-area {
    fill: #003b84;
    fill-opacity: 0.9;
}

.series-d-bg-2-300.opacity-100 .ct-series.ct-series-d .ct-line {
    stroke: #003b84;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-d-bg-2-300.opacity-100 .ct-series.ct-series-d .ct-point {
    stroke: #003b84;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-d-bg-2-300.opacity-100 .ct-series.ct-series-d .ct-bar {
    stroke: #003b84;
    stroke-opacity: 1;
}

.series-d-bg-2-300.opacity-100 .ct-series.ct-series-d .ct-slice-pie {
    fill: #003b84;
    fill-opacity: 1;
}

.series-d-bg-2-300.opacity-100 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #003b84;
    stroke-opacity: 1;
}

.series-d-bg-2-400 .ct-series.ct-series-d .ct-area {
    fill: #002f6b;
}

.series-d-bg-2-400 .ct-series.ct-series-d .ct-line {
    stroke: #002f6b;
    stroke-width: 3px;
}

.series-d-bg-2-400 .ct-series.ct-series-d .ct-point {
    stroke: #002f6b;
    stroke-width: 6px;
}

.series-d-bg-2-400 .ct-series.ct-series-d .ct-bar {
    stroke: #002f6b;
}

.series-d-bg-2-400 .ct-series.ct-series-d .ct-slice-pie {
    fill: #002f6b;
}

.series-d-bg-2-400 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #002f6b;
}

.series-d-bg-2-400.opacity-100 .ct-series.ct-series-d .ct-area {
    fill: #002f6b;
    fill-opacity: 0.9;
}

.series-d-bg-2-400.opacity-100 .ct-series.ct-series-d .ct-line {
    stroke: #002f6b;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-d-bg-2-400.opacity-100 .ct-series.ct-series-d .ct-point {
    stroke: #002f6b;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-d-bg-2-400.opacity-100 .ct-series.ct-series-d .ct-bar {
    stroke: #002f6b;
    stroke-opacity: 1;
}

.series-d-bg-2-400.opacity-100 .ct-series.ct-series-d .ct-slice-pie {
    fill: #002f6b;
    fill-opacity: 1;
}

.series-d-bg-2-400.opacity-100 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #002f6b;
    stroke-opacity: 1;
}

.series-d-bg-2-500 .ct-series.ct-series-d .ct-area {
    fill: #002451;
}

.series-d-bg-2-500 .ct-series.ct-series-d .ct-line {
    stroke: #002451;
    stroke-width: 3px;
}

.series-d-bg-2-500 .ct-series.ct-series-d .ct-point {
    stroke: #002451;
    stroke-width: 6px;
}

.series-d-bg-2-500 .ct-series.ct-series-d .ct-bar {
    stroke: #002451;
}

.series-d-bg-2-500 .ct-series.ct-series-d .ct-slice-pie {
    fill: #002451;
}

.series-d-bg-2-500 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #002451;
}

.series-d-bg-2-500.opacity-100 .ct-series.ct-series-d .ct-area {
    fill: #002451;
    fill-opacity: 0.9;
}

.series-d-bg-2-500.opacity-100 .ct-series.ct-series-d .ct-line {
    stroke: #002451;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-d-bg-2-500.opacity-100 .ct-series.ct-series-d .ct-point {
    stroke: #002451;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-d-bg-2-500.opacity-100 .ct-series.ct-series-d .ct-bar {
    stroke: #002451;
    stroke-opacity: 1;
}

.series-d-bg-2-500.opacity-100 .ct-series.ct-series-d .ct-slice-pie {
    fill: #002451;
    fill-opacity: 1;
}

.series-d-bg-2-500.opacity-100 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #002451;
    stroke-opacity: 1;
}

.series-d-bg-2-600 .ct-series.ct-series-d .ct-area {
    fill: #001938;
}

.series-d-bg-2-600 .ct-series.ct-series-d .ct-line {
    stroke: #001938;
    stroke-width: 3px;
}

.series-d-bg-2-600 .ct-series.ct-series-d .ct-point {
    stroke: #001938;
    stroke-width: 6px;
}

.series-d-bg-2-600 .ct-series.ct-series-d .ct-bar {
    stroke: #001938;
}

.series-d-bg-2-600 .ct-series.ct-series-d .ct-slice-pie {
    fill: #001938;
}

.series-d-bg-2-600 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #001938;
}

.series-d-bg-2-600.opacity-100 .ct-series.ct-series-d .ct-area {
    fill: #001938;
    fill-opacity: 0.9;
}

.series-d-bg-2-600.opacity-100 .ct-series.ct-series-d .ct-line {
    stroke: #001938;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-d-bg-2-600.opacity-100 .ct-series.ct-series-d .ct-point {
    stroke: #001938;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-d-bg-2-600.opacity-100 .ct-series.ct-series-d .ct-bar {
    stroke: #001938;
    stroke-opacity: 1;
}

.series-d-bg-2-600.opacity-100 .ct-series.ct-series-d .ct-slice-pie {
    fill: #001938;
    fill-opacity: 1;
}

.series-d-bg-2-600.opacity-100 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #001938;
    stroke-opacity: 1;
}

.series-d-bg-2-700 .ct-series.ct-series-d .ct-area {
    fill: #000d1e;
}

.series-d-bg-2-700 .ct-series.ct-series-d .ct-line {
    stroke: #000d1e;
    stroke-width: 3px;
}

.series-d-bg-2-700 .ct-series.ct-series-d .ct-point {
    stroke: #000d1e;
    stroke-width: 6px;
}

.series-d-bg-2-700 .ct-series.ct-series-d .ct-bar {
    stroke: #000d1e;
}

.series-d-bg-2-700 .ct-series.ct-series-d .ct-slice-pie {
    fill: #000d1e;
}

.series-d-bg-2-700 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #000d1e;
}

.series-d-bg-2-700.opacity-100 .ct-series.ct-series-d .ct-area {
    fill: #000d1e;
    fill-opacity: 0.9;
}

.series-d-bg-2-700.opacity-100 .ct-series.ct-series-d .ct-line {
    stroke: #000d1e;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-d-bg-2-700.opacity-100 .ct-series.ct-series-d .ct-point {
    stroke: #000d1e;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-d-bg-2-700.opacity-100 .ct-series.ct-series-d .ct-bar {
    stroke: #000d1e;
    stroke-opacity: 1;
}

.series-d-bg-2-700.opacity-100 .ct-series.ct-series-d .ct-slice-pie {
    fill: #000d1e;
    fill-opacity: 1;
}

.series-d-bg-2-700.opacity-100 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #000d1e;
    stroke-opacity: 1;
}

.series-d-bg-2-800 .ct-series.ct-series-d .ct-area {
    fill: #000205;
}

.series-d-bg-2-800 .ct-series.ct-series-d .ct-line {
    stroke: #000205;
    stroke-width: 3px;
}

.series-d-bg-2-800 .ct-series.ct-series-d .ct-point {
    stroke: #000205;
    stroke-width: 6px;
}

.series-d-bg-2-800 .ct-series.ct-series-d .ct-bar {
    stroke: #000205;
}

.series-d-bg-2-800 .ct-series.ct-series-d .ct-slice-pie {
    fill: #000205;
}

.series-d-bg-2-800 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #000205;
}

.series-d-bg-2-800.opacity-100 .ct-series.ct-series-d .ct-area {
    fill: #000205;
    fill-opacity: 0.9;
}

.series-d-bg-2-800.opacity-100 .ct-series.ct-series-d .ct-line {
    stroke: #000205;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-d-bg-2-800.opacity-100 .ct-series.ct-series-d .ct-point {
    stroke: #000205;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-d-bg-2-800.opacity-100 .ct-series.ct-series-d .ct-bar {
    stroke: #000205;
    stroke-opacity: 1;
}

.series-d-bg-2-800.opacity-100 .ct-series.ct-series-d .ct-slice-pie {
    fill: #000205;
    fill-opacity: 1;
}

.series-d-bg-2-800.opacity-100 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #000205;
    stroke-opacity: 1;
}

.series-d-bg-2-900 .ct-series.ct-series-d .ct-area {
    fill: black;
}

.series-d-bg-2-900 .ct-series.ct-series-d .ct-line {
    stroke: black;
    stroke-width: 3px;
}

.series-d-bg-2-900 .ct-series.ct-series-d .ct-point {
    stroke: black;
    stroke-width: 6px;
}

.series-d-bg-2-900 .ct-series.ct-series-d .ct-bar {
    stroke: black;
}

.series-d-bg-2-900 .ct-series.ct-series-d .ct-slice-pie {
    fill: black;
}

.series-d-bg-2-900 .ct-series.ct-series-d .ct-slice-donut {
    stroke: black;
}

.series-d-bg-2-900.opacity-100 .ct-series.ct-series-d .ct-area {
    fill: black;
    fill-opacity: 0.9;
}

.series-d-bg-2-900.opacity-100 .ct-series.ct-series-d .ct-line {
    stroke: black;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-d-bg-2-900.opacity-100 .ct-series.ct-series-d .ct-point {
    stroke: black;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-d-bg-2-900.opacity-100 .ct-series.ct-series-d .ct-bar {
    stroke: black;
    stroke-opacity: 1;
}

.series-d-bg-2-900.opacity-100 .ct-series.ct-series-d .ct-slice-pie {
    fill: black;
    fill-opacity: 1;
}

.series-d-bg-2-900.opacity-100 .ct-series.ct-series-d .ct-slice-donut {
    stroke: black;
    stroke-opacity: 1;
}

.series-d-bg-3 .ct-series.ct-series-d .ct-area {
    fill: #262932;
}

.series-d-bg-3 .ct-series.ct-series-d .ct-line {
    stroke: #262932;
    stroke-width: 3px;
}

.series-d-bg-3 .ct-series.ct-series-d .ct-point {
    stroke: #262932;
    stroke-width: 6px;
}

.series-d-bg-3 .ct-series.ct-series-d .ct-bar {
    stroke: #262932;
}

.series-d-bg-3 .ct-series.ct-series-d .ct-slice-pie {
    fill: #262932;
}

.series-d-bg-3 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #262932;
}

.series-d-bg-3.opacity-100 .ct-series.ct-series-d .ct-area {
    fill: #262932;
    fill-opacity: 0.9;
}

.series-d-bg-3.opacity-100 .ct-series.ct-series-d .ct-line {
    stroke: #262932;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-d-bg-3.opacity-100 .ct-series.ct-series-d .ct-point {
    stroke: #262932;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-d-bg-3.opacity-100 .ct-series.ct-series-d .ct-bar {
    stroke: #262932;
    stroke-opacity: 1;
}

.series-d-bg-3.opacity-100 .ct-series.ct-series-d .ct-slice-pie {
    fill: #262932;
    fill-opacity: 1;
}

.series-d-bg-3.opacity-100 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #262932;
    stroke-opacity: 1;
}

.series-d-bg-3-100 .ct-series.ct-series-d .ct-area {
    fill: #52596c;
}

.series-d-bg-3-100 .ct-series.ct-series-d .ct-line {
    stroke: #52596c;
    stroke-width: 3px;
}

.series-d-bg-3-100 .ct-series.ct-series-d .ct-point {
    stroke: #52596c;
    stroke-width: 6px;
}

.series-d-bg-3-100 .ct-series.ct-series-d .ct-bar {
    stroke: #52596c;
}

.series-d-bg-3-100 .ct-series.ct-series-d .ct-slice-pie {
    fill: #52596c;
}

.series-d-bg-3-100 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #52596c;
}

.series-d-bg-3-100.opacity-100 .ct-series.ct-series-d .ct-area {
    fill: #52596c;
    fill-opacity: 0.9;
}

.series-d-bg-3-100.opacity-100 .ct-series.ct-series-d .ct-line {
    stroke: #52596c;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-d-bg-3-100.opacity-100 .ct-series.ct-series-d .ct-point {
    stroke: #52596c;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-d-bg-3-100.opacity-100 .ct-series.ct-series-d .ct-bar {
    stroke: #52596c;
    stroke-opacity: 1;
}

.series-d-bg-3-100.opacity-100 .ct-series.ct-series-d .ct-slice-pie {
    fill: #52596c;
    fill-opacity: 1;
}

.series-d-bg-3-100.opacity-100 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #52596c;
    stroke-opacity: 1;
}

.series-d-bg-3-200 .ct-series.ct-series-d .ct-area {
    fill: #474d5d;
}

.series-d-bg-3-200 .ct-series.ct-series-d .ct-line {
    stroke: #474d5d;
    stroke-width: 3px;
}

.series-d-bg-3-200 .ct-series.ct-series-d .ct-point {
    stroke: #474d5d;
    stroke-width: 6px;
}

.series-d-bg-3-200 .ct-series.ct-series-d .ct-bar {
    stroke: #474d5d;
}

.series-d-bg-3-200 .ct-series.ct-series-d .ct-slice-pie {
    fill: #474d5d;
}

.series-d-bg-3-200 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #474d5d;
}

.series-d-bg-3-200.opacity-100 .ct-series.ct-series-d .ct-area {
    fill: #474d5d;
    fill-opacity: 0.9;
}

.series-d-bg-3-200.opacity-100 .ct-series.ct-series-d .ct-line {
    stroke: #474d5d;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-d-bg-3-200.opacity-100 .ct-series.ct-series-d .ct-point {
    stroke: #474d5d;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-d-bg-3-200.opacity-100 .ct-series.ct-series-d .ct-bar {
    stroke: #474d5d;
    stroke-opacity: 1;
}

.series-d-bg-3-200.opacity-100 .ct-series.ct-series-d .ct-slice-pie {
    fill: #474d5d;
    fill-opacity: 1;
}

.series-d-bg-3-200.opacity-100 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #474d5d;
    stroke-opacity: 1;
}

.series-d-bg-3-300 .ct-series.ct-series-d .ct-area {
    fill: #3c414f;
}

.series-d-bg-3-300 .ct-series.ct-series-d .ct-line {
    stroke: #3c414f;
    stroke-width: 3px;
}

.series-d-bg-3-300 .ct-series.ct-series-d .ct-point {
    stroke: #3c414f;
    stroke-width: 6px;
}

.series-d-bg-3-300 .ct-series.ct-series-d .ct-bar {
    stroke: #3c414f;
}

.series-d-bg-3-300 .ct-series.ct-series-d .ct-slice-pie {
    fill: #3c414f;
}

.series-d-bg-3-300 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #3c414f;
}

.series-d-bg-3-300.opacity-100 .ct-series.ct-series-d .ct-area {
    fill: #3c414f;
    fill-opacity: 0.9;
}

.series-d-bg-3-300.opacity-100 .ct-series.ct-series-d .ct-line {
    stroke: #3c414f;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-d-bg-3-300.opacity-100 .ct-series.ct-series-d .ct-point {
    stroke: #3c414f;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-d-bg-3-300.opacity-100 .ct-series.ct-series-d .ct-bar {
    stroke: #3c414f;
    stroke-opacity: 1;
}

.series-d-bg-3-300.opacity-100 .ct-series.ct-series-d .ct-slice-pie {
    fill: #3c414f;
    fill-opacity: 1;
}

.series-d-bg-3-300.opacity-100 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #3c414f;
    stroke-opacity: 1;
}

.series-d-bg-3-400 .ct-series.ct-series-d .ct-area {
    fill: #313540;
}

.series-d-bg-3-400 .ct-series.ct-series-d .ct-line {
    stroke: #313540;
    stroke-width: 3px;
}

.series-d-bg-3-400 .ct-series.ct-series-d .ct-point {
    stroke: #313540;
    stroke-width: 6px;
}

.series-d-bg-3-400 .ct-series.ct-series-d .ct-bar {
    stroke: #313540;
}

.series-d-bg-3-400 .ct-series.ct-series-d .ct-slice-pie {
    fill: #313540;
}

.series-d-bg-3-400 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #313540;
}

.series-d-bg-3-400.opacity-100 .ct-series.ct-series-d .ct-area {
    fill: #313540;
    fill-opacity: 0.9;
}

.series-d-bg-3-400.opacity-100 .ct-series.ct-series-d .ct-line {
    stroke: #313540;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-d-bg-3-400.opacity-100 .ct-series.ct-series-d .ct-point {
    stroke: #313540;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-d-bg-3-400.opacity-100 .ct-series.ct-series-d .ct-bar {
    stroke: #313540;
    stroke-opacity: 1;
}

.series-d-bg-3-400.opacity-100 .ct-series.ct-series-d .ct-slice-pie {
    fill: #313540;
    fill-opacity: 1;
}

.series-d-bg-3-400.opacity-100 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #313540;
    stroke-opacity: 1;
}

.series-d-bg-3-500 .ct-series.ct-series-d .ct-area {
    fill: #262932;
}

.series-d-bg-3-500 .ct-series.ct-series-d .ct-line {
    stroke: #262932;
    stroke-width: 3px;
}

.series-d-bg-3-500 .ct-series.ct-series-d .ct-point {
    stroke: #262932;
    stroke-width: 6px;
}

.series-d-bg-3-500 .ct-series.ct-series-d .ct-bar {
    stroke: #262932;
}

.series-d-bg-3-500 .ct-series.ct-series-d .ct-slice-pie {
    fill: #262932;
}

.series-d-bg-3-500 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #262932;
}

.series-d-bg-3-500.opacity-100 .ct-series.ct-series-d .ct-area {
    fill: #262932;
    fill-opacity: 0.9;
}

.series-d-bg-3-500.opacity-100 .ct-series.ct-series-d .ct-line {
    stroke: #262932;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-d-bg-3-500.opacity-100 .ct-series.ct-series-d .ct-point {
    stroke: #262932;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-d-bg-3-500.opacity-100 .ct-series.ct-series-d .ct-bar {
    stroke: #262932;
    stroke-opacity: 1;
}

.series-d-bg-3-500.opacity-100 .ct-series.ct-series-d .ct-slice-pie {
    fill: #262932;
    fill-opacity: 1;
}

.series-d-bg-3-500.opacity-100 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #262932;
    stroke-opacity: 1;
}

.series-d-bg-3-600 .ct-series.ct-series-d .ct-area {
    fill: #1b1d24;
}

.series-d-bg-3-600 .ct-series.ct-series-d .ct-line {
    stroke: #1b1d24;
    stroke-width: 3px;
}

.series-d-bg-3-600 .ct-series.ct-series-d .ct-point {
    stroke: #1b1d24;
    stroke-width: 6px;
}

.series-d-bg-3-600 .ct-series.ct-series-d .ct-bar {
    stroke: #1b1d24;
}

.series-d-bg-3-600 .ct-series.ct-series-d .ct-slice-pie {
    fill: #1b1d24;
}

.series-d-bg-3-600 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #1b1d24;
}

.series-d-bg-3-600.opacity-100 .ct-series.ct-series-d .ct-area {
    fill: #1b1d24;
    fill-opacity: 0.9;
}

.series-d-bg-3-600.opacity-100 .ct-series.ct-series-d .ct-line {
    stroke: #1b1d24;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-d-bg-3-600.opacity-100 .ct-series.ct-series-d .ct-point {
    stroke: #1b1d24;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-d-bg-3-600.opacity-100 .ct-series.ct-series-d .ct-bar {
    stroke: #1b1d24;
    stroke-opacity: 1;
}

.series-d-bg-3-600.opacity-100 .ct-series.ct-series-d .ct-slice-pie {
    fill: #1b1d24;
    fill-opacity: 1;
}

.series-d-bg-3-600.opacity-100 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #1b1d24;
    stroke-opacity: 1;
}

.series-d-bg-3-700 .ct-series.ct-series-d .ct-area {
    fill: #101115;
}

.series-d-bg-3-700 .ct-series.ct-series-d .ct-line {
    stroke: #101115;
    stroke-width: 3px;
}

.series-d-bg-3-700 .ct-series.ct-series-d .ct-point {
    stroke: #101115;
    stroke-width: 6px;
}

.series-d-bg-3-700 .ct-series.ct-series-d .ct-bar {
    stroke: #101115;
}

.series-d-bg-3-700 .ct-series.ct-series-d .ct-slice-pie {
    fill: #101115;
}

.series-d-bg-3-700 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #101115;
}

.series-d-bg-3-700.opacity-100 .ct-series.ct-series-d .ct-area {
    fill: #101115;
    fill-opacity: 0.9;
}

.series-d-bg-3-700.opacity-100 .ct-series.ct-series-d .ct-line {
    stroke: #101115;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-d-bg-3-700.opacity-100 .ct-series.ct-series-d .ct-point {
    stroke: #101115;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-d-bg-3-700.opacity-100 .ct-series.ct-series-d .ct-bar {
    stroke: #101115;
    stroke-opacity: 1;
}

.series-d-bg-3-700.opacity-100 .ct-series.ct-series-d .ct-slice-pie {
    fill: #101115;
    fill-opacity: 1;
}

.series-d-bg-3-700.opacity-100 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #101115;
    stroke-opacity: 1;
}

.series-d-bg-3-800 .ct-series.ct-series-d .ct-area {
    fill: #050507;
}

.series-d-bg-3-800 .ct-series.ct-series-d .ct-line {
    stroke: #050507;
    stroke-width: 3px;
}

.series-d-bg-3-800 .ct-series.ct-series-d .ct-point {
    stroke: #050507;
    stroke-width: 6px;
}

.series-d-bg-3-800 .ct-series.ct-series-d .ct-bar {
    stroke: #050507;
}

.series-d-bg-3-800 .ct-series.ct-series-d .ct-slice-pie {
    fill: #050507;
}

.series-d-bg-3-800 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #050507;
}

.series-d-bg-3-800.opacity-100 .ct-series.ct-series-d .ct-area {
    fill: #050507;
    fill-opacity: 0.9;
}

.series-d-bg-3-800.opacity-100 .ct-series.ct-series-d .ct-line {
    stroke: #050507;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-d-bg-3-800.opacity-100 .ct-series.ct-series-d .ct-point {
    stroke: #050507;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-d-bg-3-800.opacity-100 .ct-series.ct-series-d .ct-bar {
    stroke: #050507;
    stroke-opacity: 1;
}

.series-d-bg-3-800.opacity-100 .ct-series.ct-series-d .ct-slice-pie {
    fill: #050507;
    fill-opacity: 1;
}

.series-d-bg-3-800.opacity-100 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #050507;
    stroke-opacity: 1;
}

.series-d-bg-3-900 .ct-series.ct-series-d .ct-area {
    fill: black;
}

.series-d-bg-3-900 .ct-series.ct-series-d .ct-line {
    stroke: black;
    stroke-width: 3px;
}

.series-d-bg-3-900 .ct-series.ct-series-d .ct-point {
    stroke: black;
    stroke-width: 6px;
}

.series-d-bg-3-900 .ct-series.ct-series-d .ct-bar {
    stroke: black;
}

.series-d-bg-3-900 .ct-series.ct-series-d .ct-slice-pie {
    fill: black;
}

.series-d-bg-3-900 .ct-series.ct-series-d .ct-slice-donut {
    stroke: black;
}

.series-d-bg-3-900.opacity-100 .ct-series.ct-series-d .ct-area {
    fill: black;
    fill-opacity: 0.9;
}

.series-d-bg-3-900.opacity-100 .ct-series.ct-series-d .ct-line {
    stroke: black;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-d-bg-3-900.opacity-100 .ct-series.ct-series-d .ct-point {
    stroke: black;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-d-bg-3-900.opacity-100 .ct-series.ct-series-d .ct-bar {
    stroke: black;
    stroke-opacity: 1;
}

.series-d-bg-3-900.opacity-100 .ct-series.ct-series-d .ct-slice-pie {
    fill: black;
    fill-opacity: 1;
}

.series-d-bg-3-900.opacity-100 .ct-series.ct-series-d .ct-slice-donut {
    stroke: black;
    stroke-opacity: 1;
}

.series-d-bg-4 .ct-series.ct-series-d .ct-area {
    fill: #000000;
}

.series-d-bg-4 .ct-series.ct-series-d .ct-line {
    stroke: #000000;
    stroke-width: 3px;
}

.series-d-bg-4 .ct-series.ct-series-d .ct-point {
    stroke: #000000;
    stroke-width: 6px;
}

.series-d-bg-4 .ct-series.ct-series-d .ct-bar {
    stroke: #000000;
}

.series-d-bg-4 .ct-series.ct-series-d .ct-slice-pie {
    fill: #000000;
}

.series-d-bg-4 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #000000;
}

.series-d-bg-4.opacity-100 .ct-series.ct-series-d .ct-area {
    fill: #000000;
    fill-opacity: 0.9;
}

.series-d-bg-4.opacity-100 .ct-series.ct-series-d .ct-line {
    stroke: #000000;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-d-bg-4.opacity-100 .ct-series.ct-series-d .ct-point {
    stroke: #000000;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-d-bg-4.opacity-100 .ct-series.ct-series-d .ct-bar {
    stroke: #000000;
    stroke-opacity: 1;
}

.series-d-bg-4.opacity-100 .ct-series.ct-series-d .ct-slice-pie {
    fill: #000000;
    fill-opacity: 1;
}

.series-d-bg-4.opacity-100 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #000000;
    stroke-opacity: 1;
}

.series-d-bg-4-100 .ct-series.ct-series-d .ct-area {
    fill: #333333;
}

.series-d-bg-4-100 .ct-series.ct-series-d .ct-line {
    stroke: #333333;
    stroke-width: 3px;
}

.series-d-bg-4-100 .ct-series.ct-series-d .ct-point {
    stroke: #333333;
    stroke-width: 6px;
}

.series-d-bg-4-100 .ct-series.ct-series-d .ct-bar {
    stroke: #333333;
}

.series-d-bg-4-100 .ct-series.ct-series-d .ct-slice-pie {
    fill: #333333;
}

.series-d-bg-4-100 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #333333;
}

.series-d-bg-4-100.opacity-100 .ct-series.ct-series-d .ct-area {
    fill: #333333;
    fill-opacity: 0.9;
}

.series-d-bg-4-100.opacity-100 .ct-series.ct-series-d .ct-line {
    stroke: #333333;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-d-bg-4-100.opacity-100 .ct-series.ct-series-d .ct-point {
    stroke: #333333;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-d-bg-4-100.opacity-100 .ct-series.ct-series-d .ct-bar {
    stroke: #333333;
    stroke-opacity: 1;
}

.series-d-bg-4-100.opacity-100 .ct-series.ct-series-d .ct-slice-pie {
    fill: #333333;
    fill-opacity: 1;
}

.series-d-bg-4-100.opacity-100 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #333333;
    stroke-opacity: 1;
}

.series-d-bg-4-200 .ct-series.ct-series-d .ct-area {
    fill: #262626;
}

.series-d-bg-4-200 .ct-series.ct-series-d .ct-line {
    stroke: #262626;
    stroke-width: 3px;
}

.series-d-bg-4-200 .ct-series.ct-series-d .ct-point {
    stroke: #262626;
    stroke-width: 6px;
}

.series-d-bg-4-200 .ct-series.ct-series-d .ct-bar {
    stroke: #262626;
}

.series-d-bg-4-200 .ct-series.ct-series-d .ct-slice-pie {
    fill: #262626;
}

.series-d-bg-4-200 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #262626;
}

.series-d-bg-4-200.opacity-100 .ct-series.ct-series-d .ct-area {
    fill: #262626;
    fill-opacity: 0.9;
}

.series-d-bg-4-200.opacity-100 .ct-series.ct-series-d .ct-line {
    stroke: #262626;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-d-bg-4-200.opacity-100 .ct-series.ct-series-d .ct-point {
    stroke: #262626;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-d-bg-4-200.opacity-100 .ct-series.ct-series-d .ct-bar {
    stroke: #262626;
    stroke-opacity: 1;
}

.series-d-bg-4-200.opacity-100 .ct-series.ct-series-d .ct-slice-pie {
    fill: #262626;
    fill-opacity: 1;
}

.series-d-bg-4-200.opacity-100 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #262626;
    stroke-opacity: 1;
}

.series-d-bg-4-300 .ct-series.ct-series-d .ct-area {
    fill: #1a1a1a;
}

.series-d-bg-4-300 .ct-series.ct-series-d .ct-line {
    stroke: #1a1a1a;
    stroke-width: 3px;
}

.series-d-bg-4-300 .ct-series.ct-series-d .ct-point {
    stroke: #1a1a1a;
    stroke-width: 6px;
}

.series-d-bg-4-300 .ct-series.ct-series-d .ct-bar {
    stroke: #1a1a1a;
}

.series-d-bg-4-300 .ct-series.ct-series-d .ct-slice-pie {
    fill: #1a1a1a;
}

.series-d-bg-4-300 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #1a1a1a;
}

.series-d-bg-4-300.opacity-100 .ct-series.ct-series-d .ct-area {
    fill: #1a1a1a;
    fill-opacity: 0.9;
}

.series-d-bg-4-300.opacity-100 .ct-series.ct-series-d .ct-line {
    stroke: #1a1a1a;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-d-bg-4-300.opacity-100 .ct-series.ct-series-d .ct-point {
    stroke: #1a1a1a;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-d-bg-4-300.opacity-100 .ct-series.ct-series-d .ct-bar {
    stroke: #1a1a1a;
    stroke-opacity: 1;
}

.series-d-bg-4-300.opacity-100 .ct-series.ct-series-d .ct-slice-pie {
    fill: #1a1a1a;
    fill-opacity: 1;
}

.series-d-bg-4-300.opacity-100 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #1a1a1a;
    stroke-opacity: 1;
}

.series-d-bg-4-400 .ct-series.ct-series-d .ct-area {
    fill: #0d0d0d;
}

.series-d-bg-4-400 .ct-series.ct-series-d .ct-line {
    stroke: #0d0d0d;
    stroke-width: 3px;
}

.series-d-bg-4-400 .ct-series.ct-series-d .ct-point {
    stroke: #0d0d0d;
    stroke-width: 6px;
}

.series-d-bg-4-400 .ct-series.ct-series-d .ct-bar {
    stroke: #0d0d0d;
}

.series-d-bg-4-400 .ct-series.ct-series-d .ct-slice-pie {
    fill: #0d0d0d;
}

.series-d-bg-4-400 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #0d0d0d;
}

.series-d-bg-4-400.opacity-100 .ct-series.ct-series-d .ct-area {
    fill: #0d0d0d;
    fill-opacity: 0.9;
}

.series-d-bg-4-400.opacity-100 .ct-series.ct-series-d .ct-line {
    stroke: #0d0d0d;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-d-bg-4-400.opacity-100 .ct-series.ct-series-d .ct-point {
    stroke: #0d0d0d;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-d-bg-4-400.opacity-100 .ct-series.ct-series-d .ct-bar {
    stroke: #0d0d0d;
    stroke-opacity: 1;
}

.series-d-bg-4-400.opacity-100 .ct-series.ct-series-d .ct-slice-pie {
    fill: #0d0d0d;
    fill-opacity: 1;
}

.series-d-bg-4-400.opacity-100 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #0d0d0d;
    stroke-opacity: 1;
}

.series-d-bg-4-500 .ct-series.ct-series-d .ct-area {
    fill: #000000;
}

.series-d-bg-4-500 .ct-series.ct-series-d .ct-line {
    stroke: #000000;
    stroke-width: 3px;
}

.series-d-bg-4-500 .ct-series.ct-series-d .ct-point {
    stroke: #000000;
    stroke-width: 6px;
}

.series-d-bg-4-500 .ct-series.ct-series-d .ct-bar {
    stroke: #000000;
}

.series-d-bg-4-500 .ct-series.ct-series-d .ct-slice-pie {
    fill: #000000;
}

.series-d-bg-4-500 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #000000;
}

.series-d-bg-4-500.opacity-100 .ct-series.ct-series-d .ct-area {
    fill: #000000;
    fill-opacity: 0.9;
}

.series-d-bg-4-500.opacity-100 .ct-series.ct-series-d .ct-line {
    stroke: #000000;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-d-bg-4-500.opacity-100 .ct-series.ct-series-d .ct-point {
    stroke: #000000;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-d-bg-4-500.opacity-100 .ct-series.ct-series-d .ct-bar {
    stroke: #000000;
    stroke-opacity: 1;
}

.series-d-bg-4-500.opacity-100 .ct-series.ct-series-d .ct-slice-pie {
    fill: #000000;
    fill-opacity: 1;
}

.series-d-bg-4-500.opacity-100 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #000000;
    stroke-opacity: 1;
}

.series-d-bg-4-600 .ct-series.ct-series-d .ct-area {
    fill: black;
}

.series-d-bg-4-600 .ct-series.ct-series-d .ct-line {
    stroke: black;
    stroke-width: 3px;
}

.series-d-bg-4-600 .ct-series.ct-series-d .ct-point {
    stroke: black;
    stroke-width: 6px;
}

.series-d-bg-4-600 .ct-series.ct-series-d .ct-bar {
    stroke: black;
}

.series-d-bg-4-600 .ct-series.ct-series-d .ct-slice-pie {
    fill: black;
}

.series-d-bg-4-600 .ct-series.ct-series-d .ct-slice-donut {
    stroke: black;
}

.series-d-bg-4-600.opacity-100 .ct-series.ct-series-d .ct-area {
    fill: black;
    fill-opacity: 0.9;
}

.series-d-bg-4-600.opacity-100 .ct-series.ct-series-d .ct-line {
    stroke: black;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-d-bg-4-600.opacity-100 .ct-series.ct-series-d .ct-point {
    stroke: black;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-d-bg-4-600.opacity-100 .ct-series.ct-series-d .ct-bar {
    stroke: black;
    stroke-opacity: 1;
}

.series-d-bg-4-600.opacity-100 .ct-series.ct-series-d .ct-slice-pie {
    fill: black;
    fill-opacity: 1;
}

.series-d-bg-4-600.opacity-100 .ct-series.ct-series-d .ct-slice-donut {
    stroke: black;
    stroke-opacity: 1;
}

.series-d-bg-4-700 .ct-series.ct-series-d .ct-area {
    fill: black;
}

.series-d-bg-4-700 .ct-series.ct-series-d .ct-line {
    stroke: black;
    stroke-width: 3px;
}

.series-d-bg-4-700 .ct-series.ct-series-d .ct-point {
    stroke: black;
    stroke-width: 6px;
}

.series-d-bg-4-700 .ct-series.ct-series-d .ct-bar {
    stroke: black;
}

.series-d-bg-4-700 .ct-series.ct-series-d .ct-slice-pie {
    fill: black;
}

.series-d-bg-4-700 .ct-series.ct-series-d .ct-slice-donut {
    stroke: black;
}

.series-d-bg-4-700.opacity-100 .ct-series.ct-series-d .ct-area {
    fill: black;
    fill-opacity: 0.9;
}

.series-d-bg-4-700.opacity-100 .ct-series.ct-series-d .ct-line {
    stroke: black;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-d-bg-4-700.opacity-100 .ct-series.ct-series-d .ct-point {
    stroke: black;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-d-bg-4-700.opacity-100 .ct-series.ct-series-d .ct-bar {
    stroke: black;
    stroke-opacity: 1;
}

.series-d-bg-4-700.opacity-100 .ct-series.ct-series-d .ct-slice-pie {
    fill: black;
    fill-opacity: 1;
}

.series-d-bg-4-700.opacity-100 .ct-series.ct-series-d .ct-slice-donut {
    stroke: black;
    stroke-opacity: 1;
}

.series-d-bg-4-800 .ct-series.ct-series-d .ct-area {
    fill: black;
}

.series-d-bg-4-800 .ct-series.ct-series-d .ct-line {
    stroke: black;
    stroke-width: 3px;
}

.series-d-bg-4-800 .ct-series.ct-series-d .ct-point {
    stroke: black;
    stroke-width: 6px;
}

.series-d-bg-4-800 .ct-series.ct-series-d .ct-bar {
    stroke: black;
}

.series-d-bg-4-800 .ct-series.ct-series-d .ct-slice-pie {
    fill: black;
}

.series-d-bg-4-800 .ct-series.ct-series-d .ct-slice-donut {
    stroke: black;
}

.series-d-bg-4-800.opacity-100 .ct-series.ct-series-d .ct-area {
    fill: black;
    fill-opacity: 0.9;
}

.series-d-bg-4-800.opacity-100 .ct-series.ct-series-d .ct-line {
    stroke: black;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-d-bg-4-800.opacity-100 .ct-series.ct-series-d .ct-point {
    stroke: black;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-d-bg-4-800.opacity-100 .ct-series.ct-series-d .ct-bar {
    stroke: black;
    stroke-opacity: 1;
}

.series-d-bg-4-800.opacity-100 .ct-series.ct-series-d .ct-slice-pie {
    fill: black;
    fill-opacity: 1;
}

.series-d-bg-4-800.opacity-100 .ct-series.ct-series-d .ct-slice-donut {
    stroke: black;
    stroke-opacity: 1;
}

.series-d-bg-4-900 .ct-series.ct-series-d .ct-area {
    fill: black;
}

.series-d-bg-4-900 .ct-series.ct-series-d .ct-line {
    stroke: black;
    stroke-width: 3px;
}

.series-d-bg-4-900 .ct-series.ct-series-d .ct-point {
    stroke: black;
    stroke-width: 6px;
}

.series-d-bg-4-900 .ct-series.ct-series-d .ct-bar {
    stroke: black;
}

.series-d-bg-4-900 .ct-series.ct-series-d .ct-slice-pie {
    fill: black;
}

.series-d-bg-4-900 .ct-series.ct-series-d .ct-slice-donut {
    stroke: black;
}

.series-d-bg-4-900.opacity-100 .ct-series.ct-series-d .ct-area {
    fill: black;
    fill-opacity: 0.9;
}

.series-d-bg-4-900.opacity-100 .ct-series.ct-series-d .ct-line {
    stroke: black;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-d-bg-4-900.opacity-100 .ct-series.ct-series-d .ct-point {
    stroke: black;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-d-bg-4-900.opacity-100 .ct-series.ct-series-d .ct-bar {
    stroke: black;
    stroke-opacity: 1;
}

.series-d-bg-4-900.opacity-100 .ct-series.ct-series-d .ct-slice-pie {
    fill: black;
    fill-opacity: 1;
}

.series-d-bg-4-900.opacity-100 .ct-series.ct-series-d .ct-slice-donut {
    stroke: black;
    stroke-opacity: 1;
}

.series-d-bg-5 .ct-series.ct-series-d .ct-area {
    fill: #461C6E;
}

.series-d-bg-5 .ct-series.ct-series-d .ct-line {
    stroke: #461C6E;
    stroke-width: 3px;
}

.series-d-bg-5 .ct-series.ct-series-d .ct-point {
    stroke: #461C6E;
    stroke-width: 6px;
}

.series-d-bg-5 .ct-series.ct-series-d .ct-bar {
    stroke: #461C6E;
}

.series-d-bg-5 .ct-series.ct-series-d .ct-slice-pie {
    fill: #461C6E;
}

.series-d-bg-5 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #461C6E;
}

.series-d-bg-5.opacity-100 .ct-series.ct-series-d .ct-area {
    fill: #461C6E;
    fill-opacity: 0.9;
}

.series-d-bg-5.opacity-100 .ct-series.ct-series-d .ct-line {
    stroke: #461C6E;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-d-bg-5.opacity-100 .ct-series.ct-series-d .ct-point {
    stroke: #461C6E;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-d-bg-5.opacity-100 .ct-series.ct-series-d .ct-bar {
    stroke: #461C6E;
    stroke-opacity: 1;
}

.series-d-bg-5.opacity-100 .ct-series.ct-series-d .ct-slice-pie {
    fill: #461C6E;
    fill-opacity: 1;
}

.series-d-bg-5.opacity-100 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #461C6E;
    stroke-opacity: 1;
}

.series-d-bg-5-100 .ct-series.ct-series-d .ct-area {
    fill: #7a31bf;
}

.series-d-bg-5-100 .ct-series.ct-series-d .ct-line {
    stroke: #7a31bf;
    stroke-width: 3px;
}

.series-d-bg-5-100 .ct-series.ct-series-d .ct-point {
    stroke: #7a31bf;
    stroke-width: 6px;
}

.series-d-bg-5-100 .ct-series.ct-series-d .ct-bar {
    stroke: #7a31bf;
}

.series-d-bg-5-100 .ct-series.ct-series-d .ct-slice-pie {
    fill: #7a31bf;
}

.series-d-bg-5-100 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #7a31bf;
}

.series-d-bg-5-100.opacity-100 .ct-series.ct-series-d .ct-area {
    fill: #7a31bf;
    fill-opacity: 0.9;
}

.series-d-bg-5-100.opacity-100 .ct-series.ct-series-d .ct-line {
    stroke: #7a31bf;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-d-bg-5-100.opacity-100 .ct-series.ct-series-d .ct-point {
    stroke: #7a31bf;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-d-bg-5-100.opacity-100 .ct-series.ct-series-d .ct-bar {
    stroke: #7a31bf;
    stroke-opacity: 1;
}

.series-d-bg-5-100.opacity-100 .ct-series.ct-series-d .ct-slice-pie {
    fill: #7a31bf;
    fill-opacity: 1;
}

.series-d-bg-5-100.opacity-100 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #7a31bf;
    stroke-opacity: 1;
}

.series-d-bg-5-200 .ct-series.ct-series-d .ct-area {
    fill: #6d2cab;
}

.series-d-bg-5-200 .ct-series.ct-series-d .ct-line {
    stroke: #6d2cab;
    stroke-width: 3px;
}

.series-d-bg-5-200 .ct-series.ct-series-d .ct-point {
    stroke: #6d2cab;
    stroke-width: 6px;
}

.series-d-bg-5-200 .ct-series.ct-series-d .ct-bar {
    stroke: #6d2cab;
}

.series-d-bg-5-200 .ct-series.ct-series-d .ct-slice-pie {
    fill: #6d2cab;
}

.series-d-bg-5-200 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #6d2cab;
}

.series-d-bg-5-200.opacity-100 .ct-series.ct-series-d .ct-area {
    fill: #6d2cab;
    fill-opacity: 0.9;
}

.series-d-bg-5-200.opacity-100 .ct-series.ct-series-d .ct-line {
    stroke: #6d2cab;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-d-bg-5-200.opacity-100 .ct-series.ct-series-d .ct-point {
    stroke: #6d2cab;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-d-bg-5-200.opacity-100 .ct-series.ct-series-d .ct-bar {
    stroke: #6d2cab;
    stroke-opacity: 1;
}

.series-d-bg-5-200.opacity-100 .ct-series.ct-series-d .ct-slice-pie {
    fill: #6d2cab;
    fill-opacity: 1;
}

.series-d-bg-5-200.opacity-100 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #6d2cab;
    stroke-opacity: 1;
}

.series-d-bg-5-300 .ct-series.ct-series-d .ct-area {
    fill: #602697;
}

.series-d-bg-5-300 .ct-series.ct-series-d .ct-line {
    stroke: #602697;
    stroke-width: 3px;
}

.series-d-bg-5-300 .ct-series.ct-series-d .ct-point {
    stroke: #602697;
    stroke-width: 6px;
}

.series-d-bg-5-300 .ct-series.ct-series-d .ct-bar {
    stroke: #602697;
}

.series-d-bg-5-300 .ct-series.ct-series-d .ct-slice-pie {
    fill: #602697;
}

.series-d-bg-5-300 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #602697;
}

.series-d-bg-5-300.opacity-100 .ct-series.ct-series-d .ct-area {
    fill: #602697;
    fill-opacity: 0.9;
}

.series-d-bg-5-300.opacity-100 .ct-series.ct-series-d .ct-line {
    stroke: #602697;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-d-bg-5-300.opacity-100 .ct-series.ct-series-d .ct-point {
    stroke: #602697;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-d-bg-5-300.opacity-100 .ct-series.ct-series-d .ct-bar {
    stroke: #602697;
    stroke-opacity: 1;
}

.series-d-bg-5-300.opacity-100 .ct-series.ct-series-d .ct-slice-pie {
    fill: #602697;
    fill-opacity: 1;
}

.series-d-bg-5-300.opacity-100 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #602697;
    stroke-opacity: 1;
}

.series-d-bg-5-400 .ct-series.ct-series-d .ct-area {
    fill: #532182;
}

.series-d-bg-5-400 .ct-series.ct-series-d .ct-line {
    stroke: #532182;
    stroke-width: 3px;
}

.series-d-bg-5-400 .ct-series.ct-series-d .ct-point {
    stroke: #532182;
    stroke-width: 6px;
}

.series-d-bg-5-400 .ct-series.ct-series-d .ct-bar {
    stroke: #532182;
}

.series-d-bg-5-400 .ct-series.ct-series-d .ct-slice-pie {
    fill: #532182;
}

.series-d-bg-5-400 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #532182;
}

.series-d-bg-5-400.opacity-100 .ct-series.ct-series-d .ct-area {
    fill: #532182;
    fill-opacity: 0.9;
}

.series-d-bg-5-400.opacity-100 .ct-series.ct-series-d .ct-line {
    stroke: #532182;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-d-bg-5-400.opacity-100 .ct-series.ct-series-d .ct-point {
    stroke: #532182;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-d-bg-5-400.opacity-100 .ct-series.ct-series-d .ct-bar {
    stroke: #532182;
    stroke-opacity: 1;
}

.series-d-bg-5-400.opacity-100 .ct-series.ct-series-d .ct-slice-pie {
    fill: #532182;
    fill-opacity: 1;
}

.series-d-bg-5-400.opacity-100 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #532182;
    stroke-opacity: 1;
}

.series-d-bg-5-500 .ct-series.ct-series-d .ct-area {
    fill: #461C6E;
}

.series-d-bg-5-500 .ct-series.ct-series-d .ct-line {
    stroke: #461C6E;
    stroke-width: 3px;
}

.series-d-bg-5-500 .ct-series.ct-series-d .ct-point {
    stroke: #461C6E;
    stroke-width: 6px;
}

.series-d-bg-5-500 .ct-series.ct-series-d .ct-bar {
    stroke: #461C6E;
}

.series-d-bg-5-500 .ct-series.ct-series-d .ct-slice-pie {
    fill: #461C6E;
}

.series-d-bg-5-500 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #461C6E;
}

.series-d-bg-5-500.opacity-100 .ct-series.ct-series-d .ct-area {
    fill: #461C6E;
    fill-opacity: 0.9;
}

.series-d-bg-5-500.opacity-100 .ct-series.ct-series-d .ct-line {
    stroke: #461C6E;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-d-bg-5-500.opacity-100 .ct-series.ct-series-d .ct-point {
    stroke: #461C6E;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-d-bg-5-500.opacity-100 .ct-series.ct-series-d .ct-bar {
    stroke: #461C6E;
    stroke-opacity: 1;
}

.series-d-bg-5-500.opacity-100 .ct-series.ct-series-d .ct-slice-pie {
    fill: #461C6E;
    fill-opacity: 1;
}

.series-d-bg-5-500.opacity-100 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #461C6E;
    stroke-opacity: 1;
}

.series-d-bg-5-600 .ct-series.ct-series-d .ct-area {
    fill: #39175a;
}

.series-d-bg-5-600 .ct-series.ct-series-d .ct-line {
    stroke: #39175a;
    stroke-width: 3px;
}

.series-d-bg-5-600 .ct-series.ct-series-d .ct-point {
    stroke: #39175a;
    stroke-width: 6px;
}

.series-d-bg-5-600 .ct-series.ct-series-d .ct-bar {
    stroke: #39175a;
}

.series-d-bg-5-600 .ct-series.ct-series-d .ct-slice-pie {
    fill: #39175a;
}

.series-d-bg-5-600 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #39175a;
}

.series-d-bg-5-600.opacity-100 .ct-series.ct-series-d .ct-area {
    fill: #39175a;
    fill-opacity: 0.9;
}

.series-d-bg-5-600.opacity-100 .ct-series.ct-series-d .ct-line {
    stroke: #39175a;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-d-bg-5-600.opacity-100 .ct-series.ct-series-d .ct-point {
    stroke: #39175a;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-d-bg-5-600.opacity-100 .ct-series.ct-series-d .ct-bar {
    stroke: #39175a;
    stroke-opacity: 1;
}

.series-d-bg-5-600.opacity-100 .ct-series.ct-series-d .ct-slice-pie {
    fill: #39175a;
    fill-opacity: 1;
}

.series-d-bg-5-600.opacity-100 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #39175a;
    stroke-opacity: 1;
}

.series-d-bg-5-700 .ct-series.ct-series-d .ct-area {
    fill: #2c1245;
}

.series-d-bg-5-700 .ct-series.ct-series-d .ct-line {
    stroke: #2c1245;
    stroke-width: 3px;
}

.series-d-bg-5-700 .ct-series.ct-series-d .ct-point {
    stroke: #2c1245;
    stroke-width: 6px;
}

.series-d-bg-5-700 .ct-series.ct-series-d .ct-bar {
    stroke: #2c1245;
}

.series-d-bg-5-700 .ct-series.ct-series-d .ct-slice-pie {
    fill: #2c1245;
}

.series-d-bg-5-700 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #2c1245;
}

.series-d-bg-5-700.opacity-100 .ct-series.ct-series-d .ct-area {
    fill: #2c1245;
    fill-opacity: 0.9;
}

.series-d-bg-5-700.opacity-100 .ct-series.ct-series-d .ct-line {
    stroke: #2c1245;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-d-bg-5-700.opacity-100 .ct-series.ct-series-d .ct-point {
    stroke: #2c1245;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-d-bg-5-700.opacity-100 .ct-series.ct-series-d .ct-bar {
    stroke: #2c1245;
    stroke-opacity: 1;
}

.series-d-bg-5-700.opacity-100 .ct-series.ct-series-d .ct-slice-pie {
    fill: #2c1245;
    fill-opacity: 1;
}

.series-d-bg-5-700.opacity-100 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #2c1245;
    stroke-opacity: 1;
}

.series-d-bg-5-800 .ct-series.ct-series-d .ct-area {
    fill: #1f0c31;
}

.series-d-bg-5-800 .ct-series.ct-series-d .ct-line {
    stroke: #1f0c31;
    stroke-width: 3px;
}

.series-d-bg-5-800 .ct-series.ct-series-d .ct-point {
    stroke: #1f0c31;
    stroke-width: 6px;
}

.series-d-bg-5-800 .ct-series.ct-series-d .ct-bar {
    stroke: #1f0c31;
}

.series-d-bg-5-800 .ct-series.ct-series-d .ct-slice-pie {
    fill: #1f0c31;
}

.series-d-bg-5-800 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #1f0c31;
}

.series-d-bg-5-800.opacity-100 .ct-series.ct-series-d .ct-area {
    fill: #1f0c31;
    fill-opacity: 0.9;
}

.series-d-bg-5-800.opacity-100 .ct-series.ct-series-d .ct-line {
    stroke: #1f0c31;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-d-bg-5-800.opacity-100 .ct-series.ct-series-d .ct-point {
    stroke: #1f0c31;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-d-bg-5-800.opacity-100 .ct-series.ct-series-d .ct-bar {
    stroke: #1f0c31;
    stroke-opacity: 1;
}

.series-d-bg-5-800.opacity-100 .ct-series.ct-series-d .ct-slice-pie {
    fill: #1f0c31;
    fill-opacity: 1;
}

.series-d-bg-5-800.opacity-100 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #1f0c31;
    stroke-opacity: 1;
}

.series-d-bg-5-900 .ct-series.ct-series-d .ct-area {
    fill: #12071d;
}

.series-d-bg-5-900 .ct-series.ct-series-d .ct-line {
    stroke: #12071d;
    stroke-width: 3px;
}

.series-d-bg-5-900 .ct-series.ct-series-d .ct-point {
    stroke: #12071d;
    stroke-width: 6px;
}

.series-d-bg-5-900 .ct-series.ct-series-d .ct-bar {
    stroke: #12071d;
}

.series-d-bg-5-900 .ct-series.ct-series-d .ct-slice-pie {
    fill: #12071d;
}

.series-d-bg-5-900 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #12071d;
}

.series-d-bg-5-900.opacity-100 .ct-series.ct-series-d .ct-area {
    fill: #12071d;
    fill-opacity: 0.9;
}

.series-d-bg-5-900.opacity-100 .ct-series.ct-series-d .ct-line {
    stroke: #12071d;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-d-bg-5-900.opacity-100 .ct-series.ct-series-d .ct-point {
    stroke: #12071d;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-d-bg-5-900.opacity-100 .ct-series.ct-series-d .ct-bar {
    stroke: #12071d;
    stroke-opacity: 1;
}

.series-d-bg-5-900.opacity-100 .ct-series.ct-series-d .ct-slice-pie {
    fill: #12071d;
    fill-opacity: 1;
}

.series-d-bg-5-900.opacity-100 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #12071d;
    stroke-opacity: 1;
}

.series-d-bg-6 .ct-series.ct-series-d .ct-area {
    fill: #ffffff;
}

.series-d-bg-6 .ct-series.ct-series-d .ct-line {
    stroke: #ffffff;
    stroke-width: 3px;
}

.series-d-bg-6 .ct-series.ct-series-d .ct-point {
    stroke: #ffffff;
    stroke-width: 6px;
}

.series-d-bg-6 .ct-series.ct-series-d .ct-bar {
    stroke: #ffffff;
}

.series-d-bg-6 .ct-series.ct-series-d .ct-slice-pie {
    fill: #ffffff;
}

.series-d-bg-6 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #ffffff;
}

.series-d-bg-6.opacity-100 .ct-series.ct-series-d .ct-area {
    fill: #ffffff;
    fill-opacity: 0.9;
}

.series-d-bg-6.opacity-100 .ct-series.ct-series-d .ct-line {
    stroke: #ffffff;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-d-bg-6.opacity-100 .ct-series.ct-series-d .ct-point {
    stroke: #ffffff;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-d-bg-6.opacity-100 .ct-series.ct-series-d .ct-bar {
    stroke: #ffffff;
    stroke-opacity: 1;
}

.series-d-bg-6.opacity-100 .ct-series.ct-series-d .ct-slice-pie {
    fill: #ffffff;
    fill-opacity: 1;
}

.series-d-bg-6.opacity-100 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #ffffff;
    stroke-opacity: 1;
}

.series-d-bg-6-100 .ct-series.ct-series-d .ct-area {
    fill: white;
}

.series-d-bg-6-100 .ct-series.ct-series-d .ct-line {
    stroke: white;
    stroke-width: 3px;
}

.series-d-bg-6-100 .ct-series.ct-series-d .ct-point {
    stroke: white;
    stroke-width: 6px;
}

.series-d-bg-6-100 .ct-series.ct-series-d .ct-bar {
    stroke: white;
}

.series-d-bg-6-100 .ct-series.ct-series-d .ct-slice-pie {
    fill: white;
}

.series-d-bg-6-100 .ct-series.ct-series-d .ct-slice-donut {
    stroke: white;
}

.series-d-bg-6-100.opacity-100 .ct-series.ct-series-d .ct-area {
    fill: white;
    fill-opacity: 0.9;
}

.series-d-bg-6-100.opacity-100 .ct-series.ct-series-d .ct-line {
    stroke: white;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-d-bg-6-100.opacity-100 .ct-series.ct-series-d .ct-point {
    stroke: white;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-d-bg-6-100.opacity-100 .ct-series.ct-series-d .ct-bar {
    stroke: white;
    stroke-opacity: 1;
}

.series-d-bg-6-100.opacity-100 .ct-series.ct-series-d .ct-slice-pie {
    fill: white;
    fill-opacity: 1;
}

.series-d-bg-6-100.opacity-100 .ct-series.ct-series-d .ct-slice-donut {
    stroke: white;
    stroke-opacity: 1;
}

.series-d-bg-6-200 .ct-series.ct-series-d .ct-area {
    fill: white;
}

.series-d-bg-6-200 .ct-series.ct-series-d .ct-line {
    stroke: white;
    stroke-width: 3px;
}

.series-d-bg-6-200 .ct-series.ct-series-d .ct-point {
    stroke: white;
    stroke-width: 6px;
}

.series-d-bg-6-200 .ct-series.ct-series-d .ct-bar {
    stroke: white;
}

.series-d-bg-6-200 .ct-series.ct-series-d .ct-slice-pie {
    fill: white;
}

.series-d-bg-6-200 .ct-series.ct-series-d .ct-slice-donut {
    stroke: white;
}

.series-d-bg-6-200.opacity-100 .ct-series.ct-series-d .ct-area {
    fill: white;
    fill-opacity: 0.9;
}

.series-d-bg-6-200.opacity-100 .ct-series.ct-series-d .ct-line {
    stroke: white;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-d-bg-6-200.opacity-100 .ct-series.ct-series-d .ct-point {
    stroke: white;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-d-bg-6-200.opacity-100 .ct-series.ct-series-d .ct-bar {
    stroke: white;
    stroke-opacity: 1;
}

.series-d-bg-6-200.opacity-100 .ct-series.ct-series-d .ct-slice-pie {
    fill: white;
    fill-opacity: 1;
}

.series-d-bg-6-200.opacity-100 .ct-series.ct-series-d .ct-slice-donut {
    stroke: white;
    stroke-opacity: 1;
}

.series-d-bg-6-300 .ct-series.ct-series-d .ct-area {
    fill: white;
}

.series-d-bg-6-300 .ct-series.ct-series-d .ct-line {
    stroke: white;
    stroke-width: 3px;
}

.series-d-bg-6-300 .ct-series.ct-series-d .ct-point {
    stroke: white;
    stroke-width: 6px;
}

.series-d-bg-6-300 .ct-series.ct-series-d .ct-bar {
    stroke: white;
}

.series-d-bg-6-300 .ct-series.ct-series-d .ct-slice-pie {
    fill: white;
}

.series-d-bg-6-300 .ct-series.ct-series-d .ct-slice-donut {
    stroke: white;
}

.series-d-bg-6-300.opacity-100 .ct-series.ct-series-d .ct-area {
    fill: white;
    fill-opacity: 0.9;
}

.series-d-bg-6-300.opacity-100 .ct-series.ct-series-d .ct-line {
    stroke: white;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-d-bg-6-300.opacity-100 .ct-series.ct-series-d .ct-point {
    stroke: white;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-d-bg-6-300.opacity-100 .ct-series.ct-series-d .ct-bar {
    stroke: white;
    stroke-opacity: 1;
}

.series-d-bg-6-300.opacity-100 .ct-series.ct-series-d .ct-slice-pie {
    fill: white;
    fill-opacity: 1;
}

.series-d-bg-6-300.opacity-100 .ct-series.ct-series-d .ct-slice-donut {
    stroke: white;
    stroke-opacity: 1;
}

.series-d-bg-6-400 .ct-series.ct-series-d .ct-area {
    fill: white;
}

.series-d-bg-6-400 .ct-series.ct-series-d .ct-line {
    stroke: white;
    stroke-width: 3px;
}

.series-d-bg-6-400 .ct-series.ct-series-d .ct-point {
    stroke: white;
    stroke-width: 6px;
}

.series-d-bg-6-400 .ct-series.ct-series-d .ct-bar {
    stroke: white;
}

.series-d-bg-6-400 .ct-series.ct-series-d .ct-slice-pie {
    fill: white;
}

.series-d-bg-6-400 .ct-series.ct-series-d .ct-slice-donut {
    stroke: white;
}

.series-d-bg-6-400.opacity-100 .ct-series.ct-series-d .ct-area {
    fill: white;
    fill-opacity: 0.9;
}

.series-d-bg-6-400.opacity-100 .ct-series.ct-series-d .ct-line {
    stroke: white;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-d-bg-6-400.opacity-100 .ct-series.ct-series-d .ct-point {
    stroke: white;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-d-bg-6-400.opacity-100 .ct-series.ct-series-d .ct-bar {
    stroke: white;
    stroke-opacity: 1;
}

.series-d-bg-6-400.opacity-100 .ct-series.ct-series-d .ct-slice-pie {
    fill: white;
    fill-opacity: 1;
}

.series-d-bg-6-400.opacity-100 .ct-series.ct-series-d .ct-slice-donut {
    stroke: white;
    stroke-opacity: 1;
}

.series-d-bg-6-500 .ct-series.ct-series-d .ct-area {
    fill: #ffffff;
}

.series-d-bg-6-500 .ct-series.ct-series-d .ct-line {
    stroke: #ffffff;
    stroke-width: 3px;
}

.series-d-bg-6-500 .ct-series.ct-series-d .ct-point {
    stroke: #ffffff;
    stroke-width: 6px;
}

.series-d-bg-6-500 .ct-series.ct-series-d .ct-bar {
    stroke: #ffffff;
}

.series-d-bg-6-500 .ct-series.ct-series-d .ct-slice-pie {
    fill: #ffffff;
}

.series-d-bg-6-500 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #ffffff;
}

.series-d-bg-6-500.opacity-100 .ct-series.ct-series-d .ct-area {
    fill: #ffffff;
    fill-opacity: 0.9;
}

.series-d-bg-6-500.opacity-100 .ct-series.ct-series-d .ct-line {
    stroke: #ffffff;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-d-bg-6-500.opacity-100 .ct-series.ct-series-d .ct-point {
    stroke: #ffffff;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-d-bg-6-500.opacity-100 .ct-series.ct-series-d .ct-bar {
    stroke: #ffffff;
    stroke-opacity: 1;
}

.series-d-bg-6-500.opacity-100 .ct-series.ct-series-d .ct-slice-pie {
    fill: #ffffff;
    fill-opacity: 1;
}

.series-d-bg-6-500.opacity-100 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #ffffff;
    stroke-opacity: 1;
}

.series-d-bg-6-600 .ct-series.ct-series-d .ct-area {
    fill: #f2f2f2;
}

.series-d-bg-6-600 .ct-series.ct-series-d .ct-line {
    stroke: #f2f2f2;
    stroke-width: 3px;
}

.series-d-bg-6-600 .ct-series.ct-series-d .ct-point {
    stroke: #f2f2f2;
    stroke-width: 6px;
}

.series-d-bg-6-600 .ct-series.ct-series-d .ct-bar {
    stroke: #f2f2f2;
}

.series-d-bg-6-600 .ct-series.ct-series-d .ct-slice-pie {
    fill: #f2f2f2;
}

.series-d-bg-6-600 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #f2f2f2;
}

.series-d-bg-6-600.opacity-100 .ct-series.ct-series-d .ct-area {
    fill: #f2f2f2;
    fill-opacity: 0.9;
}

.series-d-bg-6-600.opacity-100 .ct-series.ct-series-d .ct-line {
    stroke: #f2f2f2;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-d-bg-6-600.opacity-100 .ct-series.ct-series-d .ct-point {
    stroke: #f2f2f2;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-d-bg-6-600.opacity-100 .ct-series.ct-series-d .ct-bar {
    stroke: #f2f2f2;
    stroke-opacity: 1;
}

.series-d-bg-6-600.opacity-100 .ct-series.ct-series-d .ct-slice-pie {
    fill: #f2f2f2;
    fill-opacity: 1;
}

.series-d-bg-6-600.opacity-100 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #f2f2f2;
    stroke-opacity: 1;
}

.series-d-bg-6-700 .ct-series.ct-series-d .ct-area {
    fill: #e6e6e6;
}

.series-d-bg-6-700 .ct-series.ct-series-d .ct-line {
    stroke: #e6e6e6;
    stroke-width: 3px;
}

.series-d-bg-6-700 .ct-series.ct-series-d .ct-point {
    stroke: #e6e6e6;
    stroke-width: 6px;
}

.series-d-bg-6-700 .ct-series.ct-series-d .ct-bar {
    stroke: #e6e6e6;
}

.series-d-bg-6-700 .ct-series.ct-series-d .ct-slice-pie {
    fill: #e6e6e6;
}

.series-d-bg-6-700 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #e6e6e6;
}

.series-d-bg-6-700.opacity-100 .ct-series.ct-series-d .ct-area {
    fill: #e6e6e6;
    fill-opacity: 0.9;
}

.series-d-bg-6-700.opacity-100 .ct-series.ct-series-d .ct-line {
    stroke: #e6e6e6;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-d-bg-6-700.opacity-100 .ct-series.ct-series-d .ct-point {
    stroke: #e6e6e6;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-d-bg-6-700.opacity-100 .ct-series.ct-series-d .ct-bar {
    stroke: #e6e6e6;
    stroke-opacity: 1;
}

.series-d-bg-6-700.opacity-100 .ct-series.ct-series-d .ct-slice-pie {
    fill: #e6e6e6;
    fill-opacity: 1;
}

.series-d-bg-6-700.opacity-100 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #e6e6e6;
    stroke-opacity: 1;
}

.series-d-bg-6-800 .ct-series.ct-series-d .ct-area {
    fill: #d9d9d9;
}

.series-d-bg-6-800 .ct-series.ct-series-d .ct-line {
    stroke: #d9d9d9;
    stroke-width: 3px;
}

.series-d-bg-6-800 .ct-series.ct-series-d .ct-point {
    stroke: #d9d9d9;
    stroke-width: 6px;
}

.series-d-bg-6-800 .ct-series.ct-series-d .ct-bar {
    stroke: #d9d9d9;
}

.series-d-bg-6-800 .ct-series.ct-series-d .ct-slice-pie {
    fill: #d9d9d9;
}

.series-d-bg-6-800 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #d9d9d9;
}

.series-d-bg-6-800.opacity-100 .ct-series.ct-series-d .ct-area {
    fill: #d9d9d9;
    fill-opacity: 0.9;
}

.series-d-bg-6-800.opacity-100 .ct-series.ct-series-d .ct-line {
    stroke: #d9d9d9;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-d-bg-6-800.opacity-100 .ct-series.ct-series-d .ct-point {
    stroke: #d9d9d9;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-d-bg-6-800.opacity-100 .ct-series.ct-series-d .ct-bar {
    stroke: #d9d9d9;
    stroke-opacity: 1;
}

.series-d-bg-6-800.opacity-100 .ct-series.ct-series-d .ct-slice-pie {
    fill: #d9d9d9;
    fill-opacity: 1;
}

.series-d-bg-6-800.opacity-100 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #d9d9d9;
    stroke-opacity: 1;
}

.series-d-bg-6-900 .ct-series.ct-series-d .ct-area {
    fill: #cccccc;
}

.series-d-bg-6-900 .ct-series.ct-series-d .ct-line {
    stroke: #cccccc;
    stroke-width: 3px;
}

.series-d-bg-6-900 .ct-series.ct-series-d .ct-point {
    stroke: #cccccc;
    stroke-width: 6px;
}

.series-d-bg-6-900 .ct-series.ct-series-d .ct-bar {
    stroke: #cccccc;
}

.series-d-bg-6-900 .ct-series.ct-series-d .ct-slice-pie {
    fill: #cccccc;
}

.series-d-bg-6-900 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #cccccc;
}

.series-d-bg-6-900.opacity-100 .ct-series.ct-series-d .ct-area {
    fill: #cccccc;
    fill-opacity: 0.9;
}

.series-d-bg-6-900.opacity-100 .ct-series.ct-series-d .ct-line {
    stroke: #cccccc;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-d-bg-6-900.opacity-100 .ct-series.ct-series-d .ct-point {
    stroke: #cccccc;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-d-bg-6-900.opacity-100 .ct-series.ct-series-d .ct-bar {
    stroke: #cccccc;
    stroke-opacity: 1;
}

.series-d-bg-6-900.opacity-100 .ct-series.ct-series-d .ct-slice-pie {
    fill: #cccccc;
    fill-opacity: 1;
}

.series-d-bg-6-900.opacity-100 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #cccccc;
    stroke-opacity: 1;
}

.series-d-bg-7 .ct-series.ct-series-d .ct-area {
    fill: #f5f5f5;
}

.series-d-bg-7 .ct-series.ct-series-d .ct-line {
    stroke: #f5f5f5;
    stroke-width: 3px;
}

.series-d-bg-7 .ct-series.ct-series-d .ct-point {
    stroke: #f5f5f5;
    stroke-width: 6px;
}

.series-d-bg-7 .ct-series.ct-series-d .ct-bar {
    stroke: #f5f5f5;
}

.series-d-bg-7 .ct-series.ct-series-d .ct-slice-pie {
    fill: #f5f5f5;
}

.series-d-bg-7 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #f5f5f5;
}

.series-d-bg-7.opacity-100 .ct-series.ct-series-d .ct-area {
    fill: #f5f5f5;
    fill-opacity: 0.9;
}

.series-d-bg-7.opacity-100 .ct-series.ct-series-d .ct-line {
    stroke: #f5f5f5;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-d-bg-7.opacity-100 .ct-series.ct-series-d .ct-point {
    stroke: #f5f5f5;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-d-bg-7.opacity-100 .ct-series.ct-series-d .ct-bar {
    stroke: #f5f5f5;
    stroke-opacity: 1;
}

.series-d-bg-7.opacity-100 .ct-series.ct-series-d .ct-slice-pie {
    fill: #f5f5f5;
    fill-opacity: 1;
}

.series-d-bg-7.opacity-100 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #f5f5f5;
    stroke-opacity: 1;
}

.series-d-bg-7-100 .ct-series.ct-series-d .ct-area {
    fill: white;
}

.series-d-bg-7-100 .ct-series.ct-series-d .ct-line {
    stroke: white;
    stroke-width: 3px;
}

.series-d-bg-7-100 .ct-series.ct-series-d .ct-point {
    stroke: white;
    stroke-width: 6px;
}

.series-d-bg-7-100 .ct-series.ct-series-d .ct-bar {
    stroke: white;
}

.series-d-bg-7-100 .ct-series.ct-series-d .ct-slice-pie {
    fill: white;
}

.series-d-bg-7-100 .ct-series.ct-series-d .ct-slice-donut {
    stroke: white;
}

.series-d-bg-7-100.opacity-100 .ct-series.ct-series-d .ct-area {
    fill: white;
    fill-opacity: 0.9;
}

.series-d-bg-7-100.opacity-100 .ct-series.ct-series-d .ct-line {
    stroke: white;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-d-bg-7-100.opacity-100 .ct-series.ct-series-d .ct-point {
    stroke: white;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-d-bg-7-100.opacity-100 .ct-series.ct-series-d .ct-bar {
    stroke: white;
    stroke-opacity: 1;
}

.series-d-bg-7-100.opacity-100 .ct-series.ct-series-d .ct-slice-pie {
    fill: white;
    fill-opacity: 1;
}

.series-d-bg-7-100.opacity-100 .ct-series.ct-series-d .ct-slice-donut {
    stroke: white;
    stroke-opacity: 1;
}

.series-d-bg-7-200 .ct-series.ct-series-d .ct-area {
    fill: white;
}

.series-d-bg-7-200 .ct-series.ct-series-d .ct-line {
    stroke: white;
    stroke-width: 3px;
}

.series-d-bg-7-200 .ct-series.ct-series-d .ct-point {
    stroke: white;
    stroke-width: 6px;
}

.series-d-bg-7-200 .ct-series.ct-series-d .ct-bar {
    stroke: white;
}

.series-d-bg-7-200 .ct-series.ct-series-d .ct-slice-pie {
    fill: white;
}

.series-d-bg-7-200 .ct-series.ct-series-d .ct-slice-donut {
    stroke: white;
}

.series-d-bg-7-200.opacity-100 .ct-series.ct-series-d .ct-area {
    fill: white;
    fill-opacity: 0.9;
}

.series-d-bg-7-200.opacity-100 .ct-series.ct-series-d .ct-line {
    stroke: white;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-d-bg-7-200.opacity-100 .ct-series.ct-series-d .ct-point {
    stroke: white;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-d-bg-7-200.opacity-100 .ct-series.ct-series-d .ct-bar {
    stroke: white;
    stroke-opacity: 1;
}

.series-d-bg-7-200.opacity-100 .ct-series.ct-series-d .ct-slice-pie {
    fill: white;
    fill-opacity: 1;
}

.series-d-bg-7-200.opacity-100 .ct-series.ct-series-d .ct-slice-donut {
    stroke: white;
    stroke-opacity: 1;
}

.series-d-bg-7-300 .ct-series.ct-series-d .ct-area {
    fill: white;
}

.series-d-bg-7-300 .ct-series.ct-series-d .ct-line {
    stroke: white;
    stroke-width: 3px;
}

.series-d-bg-7-300 .ct-series.ct-series-d .ct-point {
    stroke: white;
    stroke-width: 6px;
}

.series-d-bg-7-300 .ct-series.ct-series-d .ct-bar {
    stroke: white;
}

.series-d-bg-7-300 .ct-series.ct-series-d .ct-slice-pie {
    fill: white;
}

.series-d-bg-7-300 .ct-series.ct-series-d .ct-slice-donut {
    stroke: white;
}

.series-d-bg-7-300.opacity-100 .ct-series.ct-series-d .ct-area {
    fill: white;
    fill-opacity: 0.9;
}

.series-d-bg-7-300.opacity-100 .ct-series.ct-series-d .ct-line {
    stroke: white;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-d-bg-7-300.opacity-100 .ct-series.ct-series-d .ct-point {
    stroke: white;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-d-bg-7-300.opacity-100 .ct-series.ct-series-d .ct-bar {
    stroke: white;
    stroke-opacity: 1;
}

.series-d-bg-7-300.opacity-100 .ct-series.ct-series-d .ct-slice-pie {
    fill: white;
    fill-opacity: 1;
}

.series-d-bg-7-300.opacity-100 .ct-series.ct-series-d .ct-slice-donut {
    stroke: white;
    stroke-opacity: 1;
}

.series-d-bg-7-400 .ct-series.ct-series-d .ct-area {
    fill: white;
}

.series-d-bg-7-400 .ct-series.ct-series-d .ct-line {
    stroke: white;
    stroke-width: 3px;
}

.series-d-bg-7-400 .ct-series.ct-series-d .ct-point {
    stroke: white;
    stroke-width: 6px;
}

.series-d-bg-7-400 .ct-series.ct-series-d .ct-bar {
    stroke: white;
}

.series-d-bg-7-400 .ct-series.ct-series-d .ct-slice-pie {
    fill: white;
}

.series-d-bg-7-400 .ct-series.ct-series-d .ct-slice-donut {
    stroke: white;
}

.series-d-bg-7-400.opacity-100 .ct-series.ct-series-d .ct-area {
    fill: white;
    fill-opacity: 0.9;
}

.series-d-bg-7-400.opacity-100 .ct-series.ct-series-d .ct-line {
    stroke: white;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-d-bg-7-400.opacity-100 .ct-series.ct-series-d .ct-point {
    stroke: white;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-d-bg-7-400.opacity-100 .ct-series.ct-series-d .ct-bar {
    stroke: white;
    stroke-opacity: 1;
}

.series-d-bg-7-400.opacity-100 .ct-series.ct-series-d .ct-slice-pie {
    fill: white;
    fill-opacity: 1;
}

.series-d-bg-7-400.opacity-100 .ct-series.ct-series-d .ct-slice-donut {
    stroke: white;
    stroke-opacity: 1;
}

.series-d-bg-7-500 .ct-series.ct-series-d .ct-area {
    fill: #f5f5f5;
}

.series-d-bg-7-500 .ct-series.ct-series-d .ct-line {
    stroke: #f5f5f5;
    stroke-width: 3px;
}

.series-d-bg-7-500 .ct-series.ct-series-d .ct-point {
    stroke: #f5f5f5;
    stroke-width: 6px;
}

.series-d-bg-7-500 .ct-series.ct-series-d .ct-bar {
    stroke: #f5f5f5;
}

.series-d-bg-7-500 .ct-series.ct-series-d .ct-slice-pie {
    fill: #f5f5f5;
}

.series-d-bg-7-500 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #f5f5f5;
}

.series-d-bg-7-500.opacity-100 .ct-series.ct-series-d .ct-area {
    fill: #f5f5f5;
    fill-opacity: 0.9;
}

.series-d-bg-7-500.opacity-100 .ct-series.ct-series-d .ct-line {
    stroke: #f5f5f5;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-d-bg-7-500.opacity-100 .ct-series.ct-series-d .ct-point {
    stroke: #f5f5f5;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-d-bg-7-500.opacity-100 .ct-series.ct-series-d .ct-bar {
    stroke: #f5f5f5;
    stroke-opacity: 1;
}

.series-d-bg-7-500.opacity-100 .ct-series.ct-series-d .ct-slice-pie {
    fill: #f5f5f5;
    fill-opacity: 1;
}

.series-d-bg-7-500.opacity-100 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #f5f5f5;
    stroke-opacity: 1;
}

.series-d-bg-7-600 .ct-series.ct-series-d .ct-area {
    fill: #e8e8e8;
}

.series-d-bg-7-600 .ct-series.ct-series-d .ct-line {
    stroke: #e8e8e8;
    stroke-width: 3px;
}

.series-d-bg-7-600 .ct-series.ct-series-d .ct-point {
    stroke: #e8e8e8;
    stroke-width: 6px;
}

.series-d-bg-7-600 .ct-series.ct-series-d .ct-bar {
    stroke: #e8e8e8;
}

.series-d-bg-7-600 .ct-series.ct-series-d .ct-slice-pie {
    fill: #e8e8e8;
}

.series-d-bg-7-600 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #e8e8e8;
}

.series-d-bg-7-600.opacity-100 .ct-series.ct-series-d .ct-area {
    fill: #e8e8e8;
    fill-opacity: 0.9;
}

.series-d-bg-7-600.opacity-100 .ct-series.ct-series-d .ct-line {
    stroke: #e8e8e8;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-d-bg-7-600.opacity-100 .ct-series.ct-series-d .ct-point {
    stroke: #e8e8e8;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-d-bg-7-600.opacity-100 .ct-series.ct-series-d .ct-bar {
    stroke: #e8e8e8;
    stroke-opacity: 1;
}

.series-d-bg-7-600.opacity-100 .ct-series.ct-series-d .ct-slice-pie {
    fill: #e8e8e8;
    fill-opacity: 1;
}

.series-d-bg-7-600.opacity-100 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #e8e8e8;
    stroke-opacity: 1;
}

.series-d-bg-7-700 .ct-series.ct-series-d .ct-area {
    fill: gainsboro;
}

.series-d-bg-7-700 .ct-series.ct-series-d .ct-line {
    stroke: gainsboro;
    stroke-width: 3px;
}

.series-d-bg-7-700 .ct-series.ct-series-d .ct-point {
    stroke: gainsboro;
    stroke-width: 6px;
}

.series-d-bg-7-700 .ct-series.ct-series-d .ct-bar {
    stroke: gainsboro;
}

.series-d-bg-7-700 .ct-series.ct-series-d .ct-slice-pie {
    fill: gainsboro;
}

.series-d-bg-7-700 .ct-series.ct-series-d .ct-slice-donut {
    stroke: gainsboro;
}

.series-d-bg-7-700.opacity-100 .ct-series.ct-series-d .ct-area {
    fill: gainsboro;
    fill-opacity: 0.9;
}

.series-d-bg-7-700.opacity-100 .ct-series.ct-series-d .ct-line {
    stroke: gainsboro;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-d-bg-7-700.opacity-100 .ct-series.ct-series-d .ct-point {
    stroke: gainsboro;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-d-bg-7-700.opacity-100 .ct-series.ct-series-d .ct-bar {
    stroke: gainsboro;
    stroke-opacity: 1;
}

.series-d-bg-7-700.opacity-100 .ct-series.ct-series-d .ct-slice-pie {
    fill: gainsboro;
    fill-opacity: 1;
}

.series-d-bg-7-700.opacity-100 .ct-series.ct-series-d .ct-slice-donut {
    stroke: gainsboro;
    stroke-opacity: 1;
}

.series-d-bg-7-800 .ct-series.ct-series-d .ct-area {
    fill: #cfcfcf;
}

.series-d-bg-7-800 .ct-series.ct-series-d .ct-line {
    stroke: #cfcfcf;
    stroke-width: 3px;
}

.series-d-bg-7-800 .ct-series.ct-series-d .ct-point {
    stroke: #cfcfcf;
    stroke-width: 6px;
}

.series-d-bg-7-800 .ct-series.ct-series-d .ct-bar {
    stroke: #cfcfcf;
}

.series-d-bg-7-800 .ct-series.ct-series-d .ct-slice-pie {
    fill: #cfcfcf;
}

.series-d-bg-7-800 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #cfcfcf;
}

.series-d-bg-7-800.opacity-100 .ct-series.ct-series-d .ct-area {
    fill: #cfcfcf;
    fill-opacity: 0.9;
}

.series-d-bg-7-800.opacity-100 .ct-series.ct-series-d .ct-line {
    stroke: #cfcfcf;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-d-bg-7-800.opacity-100 .ct-series.ct-series-d .ct-point {
    stroke: #cfcfcf;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-d-bg-7-800.opacity-100 .ct-series.ct-series-d .ct-bar {
    stroke: #cfcfcf;
    stroke-opacity: 1;
}

.series-d-bg-7-800.opacity-100 .ct-series.ct-series-d .ct-slice-pie {
    fill: #cfcfcf;
    fill-opacity: 1;
}

.series-d-bg-7-800.opacity-100 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #cfcfcf;
    stroke-opacity: 1;
}

.series-d-bg-7-900 .ct-series.ct-series-d .ct-area {
    fill: #c2c2c2;
}

.series-d-bg-7-900 .ct-series.ct-series-d .ct-line {
    stroke: #c2c2c2;
    stroke-width: 3px;
}

.series-d-bg-7-900 .ct-series.ct-series-d .ct-point {
    stroke: #c2c2c2;
    stroke-width: 6px;
}

.series-d-bg-7-900 .ct-series.ct-series-d .ct-bar {
    stroke: #c2c2c2;
}

.series-d-bg-7-900 .ct-series.ct-series-d .ct-slice-pie {
    fill: #c2c2c2;
}

.series-d-bg-7-900 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #c2c2c2;
}

.series-d-bg-7-900.opacity-100 .ct-series.ct-series-d .ct-area {
    fill: #c2c2c2;
    fill-opacity: 0.9;
}

.series-d-bg-7-900.opacity-100 .ct-series.ct-series-d .ct-line {
    stroke: #c2c2c2;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-d-bg-7-900.opacity-100 .ct-series.ct-series-d .ct-point {
    stroke: #c2c2c2;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-d-bg-7-900.opacity-100 .ct-series.ct-series-d .ct-bar {
    stroke: #c2c2c2;
    stroke-opacity: 1;
}

.series-d-bg-7-900.opacity-100 .ct-series.ct-series-d .ct-slice-pie {
    fill: #c2c2c2;
    fill-opacity: 1;
}

.series-d-bg-7-900.opacity-100 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #c2c2c2;
    stroke-opacity: 1;
}

.series-d-light-100 .ct-series.ct-series-d .ct-area {
    fill: white;
}

.series-d-light-100 .ct-series.ct-series-d .ct-line {
    stroke: white;
    stroke-width: 3px;
}

.series-d-light-100 .ct-series.ct-series-d .ct-point {
    stroke: white;
    stroke-width: 6px;
}

.series-d-light-100 .ct-series.ct-series-d .ct-bar {
    stroke: white;
}

.series-d-light-100 .ct-series.ct-series-d .ct-slice-pie {
    fill: white;
}

.series-d-light-100 .ct-series.ct-series-d .ct-slice-donut {
    stroke: white;
}

.series-d-light-100.opacity-100 .ct-series.ct-series-d .ct-area {
    fill: white;
    fill-opacity: 0.9;
}

.series-d-light-100.opacity-100 .ct-series.ct-series-d .ct-line {
    stroke: white;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-d-light-100.opacity-100 .ct-series.ct-series-d .ct-point {
    stroke: white;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-d-light-100.opacity-100 .ct-series.ct-series-d .ct-bar {
    stroke: white;
    stroke-opacity: 1;
}

.series-d-light-100.opacity-100 .ct-series.ct-series-d .ct-slice-pie {
    fill: white;
    fill-opacity: 1;
}

.series-d-light-100.opacity-100 .ct-series.ct-series-d .ct-slice-donut {
    stroke: white;
    stroke-opacity: 1;
}

.series-d-light-200 .ct-series.ct-series-d .ct-area {
    fill: white;
}

.series-d-light-200 .ct-series.ct-series-d .ct-line {
    stroke: white;
    stroke-width: 3px;
}

.series-d-light-200 .ct-series.ct-series-d .ct-point {
    stroke: white;
    stroke-width: 6px;
}

.series-d-light-200 .ct-series.ct-series-d .ct-bar {
    stroke: white;
}

.series-d-light-200 .ct-series.ct-series-d .ct-slice-pie {
    fill: white;
}

.series-d-light-200 .ct-series.ct-series-d .ct-slice-donut {
    stroke: white;
}

.series-d-light-200.opacity-100 .ct-series.ct-series-d .ct-area {
    fill: white;
    fill-opacity: 0.9;
}

.series-d-light-200.opacity-100 .ct-series.ct-series-d .ct-line {
    stroke: white;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-d-light-200.opacity-100 .ct-series.ct-series-d .ct-point {
    stroke: white;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-d-light-200.opacity-100 .ct-series.ct-series-d .ct-bar {
    stroke: white;
    stroke-opacity: 1;
}

.series-d-light-200.opacity-100 .ct-series.ct-series-d .ct-slice-pie {
    fill: white;
    fill-opacity: 1;
}

.series-d-light-200.opacity-100 .ct-series.ct-series-d .ct-slice-donut {
    stroke: white;
    stroke-opacity: 1;
}

.series-d-light-300 .ct-series.ct-series-d .ct-area {
    fill: white;
}

.series-d-light-300 .ct-series.ct-series-d .ct-line {
    stroke: white;
    stroke-width: 3px;
}

.series-d-light-300 .ct-series.ct-series-d .ct-point {
    stroke: white;
    stroke-width: 6px;
}

.series-d-light-300 .ct-series.ct-series-d .ct-bar {
    stroke: white;
}

.series-d-light-300 .ct-series.ct-series-d .ct-slice-pie {
    fill: white;
}

.series-d-light-300 .ct-series.ct-series-d .ct-slice-donut {
    stroke: white;
}

.series-d-light-300.opacity-100 .ct-series.ct-series-d .ct-area {
    fill: white;
    fill-opacity: 0.9;
}

.series-d-light-300.opacity-100 .ct-series.ct-series-d .ct-line {
    stroke: white;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-d-light-300.opacity-100 .ct-series.ct-series-d .ct-point {
    stroke: white;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-d-light-300.opacity-100 .ct-series.ct-series-d .ct-bar {
    stroke: white;
    stroke-opacity: 1;
}

.series-d-light-300.opacity-100 .ct-series.ct-series-d .ct-slice-pie {
    fill: white;
    fill-opacity: 1;
}

.series-d-light-300.opacity-100 .ct-series.ct-series-d .ct-slice-donut {
    stroke: white;
    stroke-opacity: 1;
}

.series-d-light-400 .ct-series.ct-series-d .ct-area {
    fill: #fdfdfd;
}

.series-d-light-400 .ct-series.ct-series-d .ct-line {
    stroke: #fdfdfd;
    stroke-width: 3px;
}

.series-d-light-400 .ct-series.ct-series-d .ct-point {
    stroke: #fdfdfd;
    stroke-width: 6px;
}

.series-d-light-400 .ct-series.ct-series-d .ct-bar {
    stroke: #fdfdfd;
}

.series-d-light-400 .ct-series.ct-series-d .ct-slice-pie {
    fill: #fdfdfd;
}

.series-d-light-400 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #fdfdfd;
}

.series-d-light-400.opacity-100 .ct-series.ct-series-d .ct-area {
    fill: #fdfdfd;
    fill-opacity: 0.9;
}

.series-d-light-400.opacity-100 .ct-series.ct-series-d .ct-line {
    stroke: #fdfdfd;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-d-light-400.opacity-100 .ct-series.ct-series-d .ct-point {
    stroke: #fdfdfd;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-d-light-400.opacity-100 .ct-series.ct-series-d .ct-bar {
    stroke: #fdfdfd;
    stroke-opacity: 1;
}

.series-d-light-400.opacity-100 .ct-series.ct-series-d .ct-slice-pie {
    fill: #fdfdfd;
    fill-opacity: 1;
}

.series-d-light-400.opacity-100 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #fdfdfd;
    stroke-opacity: 1;
}

.series-d-light-500 .ct-series.ct-series-d .ct-area {
    fill: #f5f5f5;
}

.series-d-light-500 .ct-series.ct-series-d .ct-line {
    stroke: #f5f5f5;
    stroke-width: 3px;
}

.series-d-light-500 .ct-series.ct-series-d .ct-point {
    stroke: #f5f5f5;
    stroke-width: 6px;
}

.series-d-light-500 .ct-series.ct-series-d .ct-bar {
    stroke: #f5f5f5;
}

.series-d-light-500 .ct-series.ct-series-d .ct-slice-pie {
    fill: #f5f5f5;
}

.series-d-light-500 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #f5f5f5;
}

.series-d-light-500.opacity-100 .ct-series.ct-series-d .ct-area {
    fill: #f5f5f5;
    fill-opacity: 0.9;
}

.series-d-light-500.opacity-100 .ct-series.ct-series-d .ct-line {
    stroke: #f5f5f5;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-d-light-500.opacity-100 .ct-series.ct-series-d .ct-point {
    stroke: #f5f5f5;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-d-light-500.opacity-100 .ct-series.ct-series-d .ct-bar {
    stroke: #f5f5f5;
    stroke-opacity: 1;
}

.series-d-light-500.opacity-100 .ct-series.ct-series-d .ct-slice-pie {
    fill: #f5f5f5;
    fill-opacity: 1;
}

.series-d-light-500.opacity-100 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #f5f5f5;
    stroke-opacity: 1;
}

.series-d-light-600 .ct-series.ct-series-d .ct-area {
    fill: #ededed;
}

.series-d-light-600 .ct-series.ct-series-d .ct-line {
    stroke: #ededed;
    stroke-width: 3px;
}

.series-d-light-600 .ct-series.ct-series-d .ct-point {
    stroke: #ededed;
    stroke-width: 6px;
}

.series-d-light-600 .ct-series.ct-series-d .ct-bar {
    stroke: #ededed;
}

.series-d-light-600 .ct-series.ct-series-d .ct-slice-pie {
    fill: #ededed;
}

.series-d-light-600 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #ededed;
}

.series-d-light-600.opacity-100 .ct-series.ct-series-d .ct-area {
    fill: #ededed;
    fill-opacity: 0.9;
}

.series-d-light-600.opacity-100 .ct-series.ct-series-d .ct-line {
    stroke: #ededed;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-d-light-600.opacity-100 .ct-series.ct-series-d .ct-point {
    stroke: #ededed;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-d-light-600.opacity-100 .ct-series.ct-series-d .ct-bar {
    stroke: #ededed;
    stroke-opacity: 1;
}

.series-d-light-600.opacity-100 .ct-series.ct-series-d .ct-slice-pie {
    fill: #ededed;
    fill-opacity: 1;
}

.series-d-light-600.opacity-100 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #ededed;
    stroke-opacity: 1;
}

.series-d-light-700 .ct-series.ct-series-d .ct-area {
    fill: #e6e6e6;
}

.series-d-light-700 .ct-series.ct-series-d .ct-line {
    stroke: #e6e6e6;
    stroke-width: 3px;
}

.series-d-light-700 .ct-series.ct-series-d .ct-point {
    stroke: #e6e6e6;
    stroke-width: 6px;
}

.series-d-light-700 .ct-series.ct-series-d .ct-bar {
    stroke: #e6e6e6;
}

.series-d-light-700 .ct-series.ct-series-d .ct-slice-pie {
    fill: #e6e6e6;
}

.series-d-light-700 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #e6e6e6;
}

.series-d-light-700.opacity-100 .ct-series.ct-series-d .ct-area {
    fill: #e6e6e6;
    fill-opacity: 0.9;
}

.series-d-light-700.opacity-100 .ct-series.ct-series-d .ct-line {
    stroke: #e6e6e6;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-d-light-700.opacity-100 .ct-series.ct-series-d .ct-point {
    stroke: #e6e6e6;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-d-light-700.opacity-100 .ct-series.ct-series-d .ct-bar {
    stroke: #e6e6e6;
    stroke-opacity: 1;
}

.series-d-light-700.opacity-100 .ct-series.ct-series-d .ct-slice-pie {
    fill: #e6e6e6;
    fill-opacity: 1;
}

.series-d-light-700.opacity-100 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #e6e6e6;
    stroke-opacity: 1;
}

.series-d-light-800 .ct-series.ct-series-d .ct-area {
    fill: #dedede;
}

.series-d-light-800 .ct-series.ct-series-d .ct-line {
    stroke: #dedede;
    stroke-width: 3px;
}

.series-d-light-800 .ct-series.ct-series-d .ct-point {
    stroke: #dedede;
    stroke-width: 6px;
}

.series-d-light-800 .ct-series.ct-series-d .ct-bar {
    stroke: #dedede;
}

.series-d-light-800 .ct-series.ct-series-d .ct-slice-pie {
    fill: #dedede;
}

.series-d-light-800 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #dedede;
}

.series-d-light-800.opacity-100 .ct-series.ct-series-d .ct-area {
    fill: #dedede;
    fill-opacity: 0.9;
}

.series-d-light-800.opacity-100 .ct-series.ct-series-d .ct-line {
    stroke: #dedede;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-d-light-800.opacity-100 .ct-series.ct-series-d .ct-point {
    stroke: #dedede;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-d-light-800.opacity-100 .ct-series.ct-series-d .ct-bar {
    stroke: #dedede;
    stroke-opacity: 1;
}

.series-d-light-800.opacity-100 .ct-series.ct-series-d .ct-slice-pie {
    fill: #dedede;
    fill-opacity: 1;
}

.series-d-light-800.opacity-100 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #dedede;
    stroke-opacity: 1;
}

.series-d-light-900 .ct-series.ct-series-d .ct-area {
    fill: #d6d6d6;
}

.series-d-light-900 .ct-series.ct-series-d .ct-line {
    stroke: #d6d6d6;
    stroke-width: 3px;
}

.series-d-light-900 .ct-series.ct-series-d .ct-point {
    stroke: #d6d6d6;
    stroke-width: 6px;
}

.series-d-light-900 .ct-series.ct-series-d .ct-bar {
    stroke: #d6d6d6;
}

.series-d-light-900 .ct-series.ct-series-d .ct-slice-pie {
    fill: #d6d6d6;
}

.series-d-light-900 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #d6d6d6;
}

.series-d-light-900.opacity-100 .ct-series.ct-series-d .ct-area {
    fill: #d6d6d6;
    fill-opacity: 0.9;
}

.series-d-light-900.opacity-100 .ct-series.ct-series-d .ct-line {
    stroke: #d6d6d6;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-d-light-900.opacity-100 .ct-series.ct-series-d .ct-point {
    stroke: #d6d6d6;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-d-light-900.opacity-100 .ct-series.ct-series-d .ct-bar {
    stroke: #d6d6d6;
    stroke-opacity: 1;
}

.series-d-light-900.opacity-100 .ct-series.ct-series-d .ct-slice-pie {
    fill: #d6d6d6;
    fill-opacity: 1;
}

.series-d-light-900.opacity-100 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #d6d6d6;
    stroke-opacity: 1;
}

.series-d-dark-100 .ct-series.ct-series-d .ct-area {
    fill: #404655;
}

.series-d-dark-100 .ct-series.ct-series-d .ct-line {
    stroke: #404655;
    stroke-width: 3px;
}

.series-d-dark-100 .ct-series.ct-series-d .ct-point {
    stroke: #404655;
    stroke-width: 6px;
}

.series-d-dark-100 .ct-series.ct-series-d .ct-bar {
    stroke: #404655;
}

.series-d-dark-100 .ct-series.ct-series-d .ct-slice-pie {
    fill: #404655;
}

.series-d-dark-100 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #404655;
}

.series-d-dark-100.opacity-100 .ct-series.ct-series-d .ct-area {
    fill: #404655;
    fill-opacity: 0.9;
}

.series-d-dark-100.opacity-100 .ct-series.ct-series-d .ct-line {
    stroke: #404655;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-d-dark-100.opacity-100 .ct-series.ct-series-d .ct-point {
    stroke: #404655;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-d-dark-100.opacity-100 .ct-series.ct-series-d .ct-bar {
    stroke: #404655;
    stroke-opacity: 1;
}

.series-d-dark-100.opacity-100 .ct-series.ct-series-d .ct-slice-pie {
    fill: #404655;
    fill-opacity: 1;
}

.series-d-dark-100.opacity-100 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #404655;
    stroke-opacity: 1;
}

.series-d-dark-200 .ct-series.ct-series-d .ct-area {
    fill: #3a3e4c;
}

.series-d-dark-200 .ct-series.ct-series-d .ct-line {
    stroke: #3a3e4c;
    stroke-width: 3px;
}

.series-d-dark-200 .ct-series.ct-series-d .ct-point {
    stroke: #3a3e4c;
    stroke-width: 6px;
}

.series-d-dark-200 .ct-series.ct-series-d .ct-bar {
    stroke: #3a3e4c;
}

.series-d-dark-200 .ct-series.ct-series-d .ct-slice-pie {
    fill: #3a3e4c;
}

.series-d-dark-200 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #3a3e4c;
}

.series-d-dark-200.opacity-100 .ct-series.ct-series-d .ct-area {
    fill: #3a3e4c;
    fill-opacity: 0.9;
}

.series-d-dark-200.opacity-100 .ct-series.ct-series-d .ct-line {
    stroke: #3a3e4c;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-d-dark-200.opacity-100 .ct-series.ct-series-d .ct-point {
    stroke: #3a3e4c;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-d-dark-200.opacity-100 .ct-series.ct-series-d .ct-bar {
    stroke: #3a3e4c;
    stroke-opacity: 1;
}

.series-d-dark-200.opacity-100 .ct-series.ct-series-d .ct-slice-pie {
    fill: #3a3e4c;
    fill-opacity: 1;
}

.series-d-dark-200.opacity-100 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #3a3e4c;
    stroke-opacity: 1;
}

.series-d-dark-300 .ct-series.ct-series-d .ct-area {
    fill: #333743;
}

.series-d-dark-300 .ct-series.ct-series-d .ct-line {
    stroke: #333743;
    stroke-width: 3px;
}

.series-d-dark-300 .ct-series.ct-series-d .ct-point {
    stroke: #333743;
    stroke-width: 6px;
}

.series-d-dark-300 .ct-series.ct-series-d .ct-bar {
    stroke: #333743;
}

.series-d-dark-300 .ct-series.ct-series-d .ct-slice-pie {
    fill: #333743;
}

.series-d-dark-300 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #333743;
}

.series-d-dark-300.opacity-100 .ct-series.ct-series-d .ct-area {
    fill: #333743;
    fill-opacity: 0.9;
}

.series-d-dark-300.opacity-100 .ct-series.ct-series-d .ct-line {
    stroke: #333743;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-d-dark-300.opacity-100 .ct-series.ct-series-d .ct-point {
    stroke: #333743;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-d-dark-300.opacity-100 .ct-series.ct-series-d .ct-bar {
    stroke: #333743;
    stroke-opacity: 1;
}

.series-d-dark-300.opacity-100 .ct-series.ct-series-d .ct-slice-pie {
    fill: #333743;
    fill-opacity: 1;
}

.series-d-dark-300.opacity-100 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #333743;
    stroke-opacity: 1;
}

.series-d-dark-400 .ct-series.ct-series-d .ct-area {
    fill: #2d303b;
}

.series-d-dark-400 .ct-series.ct-series-d .ct-line {
    stroke: #2d303b;
    stroke-width: 3px;
}

.series-d-dark-400 .ct-series.ct-series-d .ct-point {
    stroke: #2d303b;
    stroke-width: 6px;
}

.series-d-dark-400 .ct-series.ct-series-d .ct-bar {
    stroke: #2d303b;
}

.series-d-dark-400 .ct-series.ct-series-d .ct-slice-pie {
    fill: #2d303b;
}

.series-d-dark-400 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #2d303b;
}

.series-d-dark-400.opacity-100 .ct-series.ct-series-d .ct-area {
    fill: #2d303b;
    fill-opacity: 0.9;
}

.series-d-dark-400.opacity-100 .ct-series.ct-series-d .ct-line {
    stroke: #2d303b;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-d-dark-400.opacity-100 .ct-series.ct-series-d .ct-point {
    stroke: #2d303b;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-d-dark-400.opacity-100 .ct-series.ct-series-d .ct-bar {
    stroke: #2d303b;
    stroke-opacity: 1;
}

.series-d-dark-400.opacity-100 .ct-series.ct-series-d .ct-slice-pie {
    fill: #2d303b;
    fill-opacity: 1;
}

.series-d-dark-400.opacity-100 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #2d303b;
    stroke-opacity: 1;
}

.series-d-dark-500 .ct-series.ct-series-d .ct-area {
    fill: #262932;
}

.series-d-dark-500 .ct-series.ct-series-d .ct-line {
    stroke: #262932;
    stroke-width: 3px;
}

.series-d-dark-500 .ct-series.ct-series-d .ct-point {
    stroke: #262932;
    stroke-width: 6px;
}

.series-d-dark-500 .ct-series.ct-series-d .ct-bar {
    stroke: #262932;
}

.series-d-dark-500 .ct-series.ct-series-d .ct-slice-pie {
    fill: #262932;
}

.series-d-dark-500 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #262932;
}

.series-d-dark-500.opacity-100 .ct-series.ct-series-d .ct-area {
    fill: #262932;
    fill-opacity: 0.9;
}

.series-d-dark-500.opacity-100 .ct-series.ct-series-d .ct-line {
    stroke: #262932;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-d-dark-500.opacity-100 .ct-series.ct-series-d .ct-point {
    stroke: #262932;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-d-dark-500.opacity-100 .ct-series.ct-series-d .ct-bar {
    stroke: #262932;
    stroke-opacity: 1;
}

.series-d-dark-500.opacity-100 .ct-series.ct-series-d .ct-slice-pie {
    fill: #262932;
    fill-opacity: 1;
}

.series-d-dark-500.opacity-100 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #262932;
    stroke-opacity: 1;
}

.series-d-dark-600 .ct-series.ct-series-d .ct-area {
    fill: #1f2229;
}

.series-d-dark-600 .ct-series.ct-series-d .ct-line {
    stroke: #1f2229;
    stroke-width: 3px;
}

.series-d-dark-600 .ct-series.ct-series-d .ct-point {
    stroke: #1f2229;
    stroke-width: 6px;
}

.series-d-dark-600 .ct-series.ct-series-d .ct-bar {
    stroke: #1f2229;
}

.series-d-dark-600 .ct-series.ct-series-d .ct-slice-pie {
    fill: #1f2229;
}

.series-d-dark-600 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #1f2229;
}

.series-d-dark-600.opacity-100 .ct-series.ct-series-d .ct-area {
    fill: #1f2229;
    fill-opacity: 0.9;
}

.series-d-dark-600.opacity-100 .ct-series.ct-series-d .ct-line {
    stroke: #1f2229;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-d-dark-600.opacity-100 .ct-series.ct-series-d .ct-point {
    stroke: #1f2229;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-d-dark-600.opacity-100 .ct-series.ct-series-d .ct-bar {
    stroke: #1f2229;
    stroke-opacity: 1;
}

.series-d-dark-600.opacity-100 .ct-series.ct-series-d .ct-slice-pie {
    fill: #1f2229;
    fill-opacity: 1;
}

.series-d-dark-600.opacity-100 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #1f2229;
    stroke-opacity: 1;
}

.series-d-dark-700 .ct-series.ct-series-d .ct-area {
    fill: #191b21;
}

.series-d-dark-700 .ct-series.ct-series-d .ct-line {
    stroke: #191b21;
    stroke-width: 3px;
}

.series-d-dark-700 .ct-series.ct-series-d .ct-point {
    stroke: #191b21;
    stroke-width: 6px;
}

.series-d-dark-700 .ct-series.ct-series-d .ct-bar {
    stroke: #191b21;
}

.series-d-dark-700 .ct-series.ct-series-d .ct-slice-pie {
    fill: #191b21;
}

.series-d-dark-700 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #191b21;
}

.series-d-dark-700.opacity-100 .ct-series.ct-series-d .ct-area {
    fill: #191b21;
    fill-opacity: 0.9;
}

.series-d-dark-700.opacity-100 .ct-series.ct-series-d .ct-line {
    stroke: #191b21;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-d-dark-700.opacity-100 .ct-series.ct-series-d .ct-point {
    stroke: #191b21;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-d-dark-700.opacity-100 .ct-series.ct-series-d .ct-bar {
    stroke: #191b21;
    stroke-opacity: 1;
}

.series-d-dark-700.opacity-100 .ct-series.ct-series-d .ct-slice-pie {
    fill: #191b21;
    fill-opacity: 1;
}

.series-d-dark-700.opacity-100 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #191b21;
    stroke-opacity: 1;
}

.series-d-dark-800 .ct-series.ct-series-d .ct-area {
    fill: #121418;
}

.series-d-dark-800 .ct-series.ct-series-d .ct-line {
    stroke: #121418;
    stroke-width: 3px;
}

.series-d-dark-800 .ct-series.ct-series-d .ct-point {
    stroke: #121418;
    stroke-width: 6px;
}

.series-d-dark-800 .ct-series.ct-series-d .ct-bar {
    stroke: #121418;
}

.series-d-dark-800 .ct-series.ct-series-d .ct-slice-pie {
    fill: #121418;
}

.series-d-dark-800 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #121418;
}

.series-d-dark-800.opacity-100 .ct-series.ct-series-d .ct-area {
    fill: #121418;
    fill-opacity: 0.9;
}

.series-d-dark-800.opacity-100 .ct-series.ct-series-d .ct-line {
    stroke: #121418;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-d-dark-800.opacity-100 .ct-series.ct-series-d .ct-point {
    stroke: #121418;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-d-dark-800.opacity-100 .ct-series.ct-series-d .ct-bar {
    stroke: #121418;
    stroke-opacity: 1;
}

.series-d-dark-800.opacity-100 .ct-series.ct-series-d .ct-slice-pie {
    fill: #121418;
    fill-opacity: 1;
}

.series-d-dark-800.opacity-100 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #121418;
    stroke-opacity: 1;
}

.series-d-dark-900 .ct-series.ct-series-d .ct-area {
    fill: #0c0c0f;
}

.series-d-dark-900 .ct-series.ct-series-d .ct-line {
    stroke: #0c0c0f;
    stroke-width: 3px;
}

.series-d-dark-900 .ct-series.ct-series-d .ct-point {
    stroke: #0c0c0f;
    stroke-width: 6px;
}

.series-d-dark-900 .ct-series.ct-series-d .ct-bar {
    stroke: #0c0c0f;
}

.series-d-dark-900 .ct-series.ct-series-d .ct-slice-pie {
    fill: #0c0c0f;
}

.series-d-dark-900 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #0c0c0f;
}

.series-d-dark-900.opacity-100 .ct-series.ct-series-d .ct-area {
    fill: #0c0c0f;
    fill-opacity: 0.9;
}

.series-d-dark-900.opacity-100 .ct-series.ct-series-d .ct-line {
    stroke: #0c0c0f;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-d-dark-900.opacity-100 .ct-series.ct-series-d .ct-point {
    stroke: #0c0c0f;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-d-dark-900.opacity-100 .ct-series.ct-series-d .ct-bar {
    stroke: #0c0c0f;
    stroke-opacity: 1;
}

.series-d-dark-900.opacity-100 .ct-series.ct-series-d .ct-slice-pie {
    fill: #0c0c0f;
    fill-opacity: 1;
}

.series-d-dark-900.opacity-100 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #0c0c0f;
    stroke-opacity: 1;
}

.series-d-default .ct-series.ct-series-d .ct-area {
    fill: #5bc0de;
}

.series-d-default .ct-series.ct-series-d .ct-line {
    stroke: #5bc0de;
    stroke-width: 3px;
}

.series-d-default .ct-series.ct-series-d .ct-point {
    stroke: #5bc0de;
    stroke-width: 6px;
}

.series-d-default .ct-series.ct-series-d .ct-bar {
    stroke: #5bc0de;
}

.series-d-default .ct-series.ct-series-d .ct-slice-pie {
    fill: #5bc0de;
}

.series-d-default .ct-series.ct-series-d .ct-slice-donut {
    stroke: #5bc0de;
}

.series-d-default.opacity-100 .ct-series.ct-series-d .ct-area {
    fill: #5bc0de;
    fill-opacity: 0.9;
}

.series-d-default.opacity-100 .ct-series.ct-series-d .ct-line {
    stroke: #5bc0de;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-d-default.opacity-100 .ct-series.ct-series-d .ct-point {
    stroke: #5bc0de;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-d-default.opacity-100 .ct-series.ct-series-d .ct-bar {
    stroke: #5bc0de;
    stroke-opacity: 1;
}

.series-d-default.opacity-100 .ct-series.ct-series-d .ct-slice-pie {
    fill: #5bc0de;
    fill-opacity: 1;
}

.series-d-default.opacity-100 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #5bc0de;
    stroke-opacity: 1;
}

.series-d-default-100 .ct-series.ct-series-d .ct-area {
    fill: #8ed4e8;
}

.series-d-default-100 .ct-series.ct-series-d .ct-line {
    stroke: #8ed4e8;
    stroke-width: 3px;
}

.series-d-default-100 .ct-series.ct-series-d .ct-point {
    stroke: #8ed4e8;
    stroke-width: 6px;
}

.series-d-default-100 .ct-series.ct-series-d .ct-bar {
    stroke: #8ed4e8;
}

.series-d-default-100 .ct-series.ct-series-d .ct-slice-pie {
    fill: #8ed4e8;
}

.series-d-default-100 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #8ed4e8;
}

.series-d-default-100.opacity-100 .ct-series.ct-series-d .ct-area {
    fill: #8ed4e8;
    fill-opacity: 0.9;
}

.series-d-default-100.opacity-100 .ct-series.ct-series-d .ct-line {
    stroke: #8ed4e8;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-d-default-100.opacity-100 .ct-series.ct-series-d .ct-point {
    stroke: #8ed4e8;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-d-default-100.opacity-100 .ct-series.ct-series-d .ct-bar {
    stroke: #8ed4e8;
    stroke-opacity: 1;
}

.series-d-default-100.opacity-100 .ct-series.ct-series-d .ct-slice-pie {
    fill: #8ed4e8;
    fill-opacity: 1;
}

.series-d-default-100.opacity-100 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #8ed4e8;
    stroke-opacity: 1;
}

.series-d-default-200 .ct-series.ct-series-d .ct-area {
    fill: #81cfe6;
}

.series-d-default-200 .ct-series.ct-series-d .ct-line {
    stroke: #81cfe6;
    stroke-width: 3px;
}

.series-d-default-200 .ct-series.ct-series-d .ct-point {
    stroke: #81cfe6;
    stroke-width: 6px;
}

.series-d-default-200 .ct-series.ct-series-d .ct-bar {
    stroke: #81cfe6;
}

.series-d-default-200 .ct-series.ct-series-d .ct-slice-pie {
    fill: #81cfe6;
}

.series-d-default-200 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #81cfe6;
}

.series-d-default-200.opacity-100 .ct-series.ct-series-d .ct-area {
    fill: #81cfe6;
    fill-opacity: 0.9;
}

.series-d-default-200.opacity-100 .ct-series.ct-series-d .ct-line {
    stroke: #81cfe6;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-d-default-200.opacity-100 .ct-series.ct-series-d .ct-point {
    stroke: #81cfe6;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-d-default-200.opacity-100 .ct-series.ct-series-d .ct-bar {
    stroke: #81cfe6;
    stroke-opacity: 1;
}

.series-d-default-200.opacity-100 .ct-series.ct-series-d .ct-slice-pie {
    fill: #81cfe6;
    fill-opacity: 1;
}

.series-d-default-200.opacity-100 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #81cfe6;
    stroke-opacity: 1;
}

.series-d-default-300 .ct-series.ct-series-d .ct-area {
    fill: #74cae3;
}

.series-d-default-300 .ct-series.ct-series-d .ct-line {
    stroke: #74cae3;
    stroke-width: 3px;
}

.series-d-default-300 .ct-series.ct-series-d .ct-point {
    stroke: #74cae3;
    stroke-width: 6px;
}

.series-d-default-300 .ct-series.ct-series-d .ct-bar {
    stroke: #74cae3;
}

.series-d-default-300 .ct-series.ct-series-d .ct-slice-pie {
    fill: #74cae3;
}

.series-d-default-300 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #74cae3;
}

.series-d-default-300.opacity-100 .ct-series.ct-series-d .ct-area {
    fill: #74cae3;
    fill-opacity: 0.9;
}

.series-d-default-300.opacity-100 .ct-series.ct-series-d .ct-line {
    stroke: #74cae3;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-d-default-300.opacity-100 .ct-series.ct-series-d .ct-point {
    stroke: #74cae3;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-d-default-300.opacity-100 .ct-series.ct-series-d .ct-bar {
    stroke: #74cae3;
    stroke-opacity: 1;
}

.series-d-default-300.opacity-100 .ct-series.ct-series-d .ct-slice-pie {
    fill: #74cae3;
    fill-opacity: 1;
}

.series-d-default-300.opacity-100 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #74cae3;
    stroke-opacity: 1;
}

.series-d-default-400 .ct-series.ct-series-d .ct-area {
    fill: #68c5e1;
}

.series-d-default-400 .ct-series.ct-series-d .ct-line {
    stroke: #68c5e1;
    stroke-width: 3px;
}

.series-d-default-400 .ct-series.ct-series-d .ct-point {
    stroke: #68c5e1;
    stroke-width: 6px;
}

.series-d-default-400 .ct-series.ct-series-d .ct-bar {
    stroke: #68c5e1;
}

.series-d-default-400 .ct-series.ct-series-d .ct-slice-pie {
    fill: #68c5e1;
}

.series-d-default-400 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #68c5e1;
}

.series-d-default-400.opacity-100 .ct-series.ct-series-d .ct-area {
    fill: #68c5e1;
    fill-opacity: 0.9;
}

.series-d-default-400.opacity-100 .ct-series.ct-series-d .ct-line {
    stroke: #68c5e1;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-d-default-400.opacity-100 .ct-series.ct-series-d .ct-point {
    stroke: #68c5e1;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-d-default-400.opacity-100 .ct-series.ct-series-d .ct-bar {
    stroke: #68c5e1;
    stroke-opacity: 1;
}

.series-d-default-400.opacity-100 .ct-series.ct-series-d .ct-slice-pie {
    fill: #68c5e1;
    fill-opacity: 1;
}

.series-d-default-400.opacity-100 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #68c5e1;
    stroke-opacity: 1;
}

.series-d-default-500 .ct-series.ct-series-d .ct-area {
    fill: #5bc0de;
}

.series-d-default-500 .ct-series.ct-series-d .ct-line {
    stroke: #5bc0de;
    stroke-width: 3px;
}

.series-d-default-500 .ct-series.ct-series-d .ct-point {
    stroke: #5bc0de;
    stroke-width: 6px;
}

.series-d-default-500 .ct-series.ct-series-d .ct-bar {
    stroke: #5bc0de;
}

.series-d-default-500 .ct-series.ct-series-d .ct-slice-pie {
    fill: #5bc0de;
}

.series-d-default-500 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #5bc0de;
}

.series-d-default-500.opacity-100 .ct-series.ct-series-d .ct-area {
    fill: #5bc0de;
    fill-opacity: 0.9;
}

.series-d-default-500.opacity-100 .ct-series.ct-series-d .ct-line {
    stroke: #5bc0de;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-d-default-500.opacity-100 .ct-series.ct-series-d .ct-point {
    stroke: #5bc0de;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-d-default-500.opacity-100 .ct-series.ct-series-d .ct-bar {
    stroke: #5bc0de;
    stroke-opacity: 1;
}

.series-d-default-500.opacity-100 .ct-series.ct-series-d .ct-slice-pie {
    fill: #5bc0de;
    fill-opacity: 1;
}

.series-d-default-500.opacity-100 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #5bc0de;
    stroke-opacity: 1;
}

.series-d-default-600 .ct-series.ct-series-d .ct-area {
    fill: #4ebbdb;
}

.series-d-default-600 .ct-series.ct-series-d .ct-line {
    stroke: #4ebbdb;
    stroke-width: 3px;
}

.series-d-default-600 .ct-series.ct-series-d .ct-point {
    stroke: #4ebbdb;
    stroke-width: 6px;
}

.series-d-default-600 .ct-series.ct-series-d .ct-bar {
    stroke: #4ebbdb;
}

.series-d-default-600 .ct-series.ct-series-d .ct-slice-pie {
    fill: #4ebbdb;
}

.series-d-default-600 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #4ebbdb;
}

.series-d-default-600.opacity-100 .ct-series.ct-series-d .ct-area {
    fill: #4ebbdb;
    fill-opacity: 0.9;
}

.series-d-default-600.opacity-100 .ct-series.ct-series-d .ct-line {
    stroke: #4ebbdb;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-d-default-600.opacity-100 .ct-series.ct-series-d .ct-point {
    stroke: #4ebbdb;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-d-default-600.opacity-100 .ct-series.ct-series-d .ct-bar {
    stroke: #4ebbdb;
    stroke-opacity: 1;
}

.series-d-default-600.opacity-100 .ct-series.ct-series-d .ct-slice-pie {
    fill: #4ebbdb;
    fill-opacity: 1;
}

.series-d-default-600.opacity-100 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #4ebbdb;
    stroke-opacity: 1;
}

.series-d-default-700 .ct-series.ct-series-d .ct-area {
    fill: #42b6d9;
}

.series-d-default-700 .ct-series.ct-series-d .ct-line {
    stroke: #42b6d9;
    stroke-width: 3px;
}

.series-d-default-700 .ct-series.ct-series-d .ct-point {
    stroke: #42b6d9;
    stroke-width: 6px;
}

.series-d-default-700 .ct-series.ct-series-d .ct-bar {
    stroke: #42b6d9;
}

.series-d-default-700 .ct-series.ct-series-d .ct-slice-pie {
    fill: #42b6d9;
}

.series-d-default-700 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #42b6d9;
}

.series-d-default-700.opacity-100 .ct-series.ct-series-d .ct-area {
    fill: #42b6d9;
    fill-opacity: 0.9;
}

.series-d-default-700.opacity-100 .ct-series.ct-series-d .ct-line {
    stroke: #42b6d9;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-d-default-700.opacity-100 .ct-series.ct-series-d .ct-point {
    stroke: #42b6d9;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-d-default-700.opacity-100 .ct-series.ct-series-d .ct-bar {
    stroke: #42b6d9;
    stroke-opacity: 1;
}

.series-d-default-700.opacity-100 .ct-series.ct-series-d .ct-slice-pie {
    fill: #42b6d9;
    fill-opacity: 1;
}

.series-d-default-700.opacity-100 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #42b6d9;
    stroke-opacity: 1;
}

.series-d-default-800 .ct-series.ct-series-d .ct-area {
    fill: #35b1d6;
}

.series-d-default-800 .ct-series.ct-series-d .ct-line {
    stroke: #35b1d6;
    stroke-width: 3px;
}

.series-d-default-800 .ct-series.ct-series-d .ct-point {
    stroke: #35b1d6;
    stroke-width: 6px;
}

.series-d-default-800 .ct-series.ct-series-d .ct-bar {
    stroke: #35b1d6;
}

.series-d-default-800 .ct-series.ct-series-d .ct-slice-pie {
    fill: #35b1d6;
}

.series-d-default-800 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #35b1d6;
}

.series-d-default-800.opacity-100 .ct-series.ct-series-d .ct-area {
    fill: #35b1d6;
    fill-opacity: 0.9;
}

.series-d-default-800.opacity-100 .ct-series.ct-series-d .ct-line {
    stroke: #35b1d6;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-d-default-800.opacity-100 .ct-series.ct-series-d .ct-point {
    stroke: #35b1d6;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-d-default-800.opacity-100 .ct-series.ct-series-d .ct-bar {
    stroke: #35b1d6;
    stroke-opacity: 1;
}

.series-d-default-800.opacity-100 .ct-series.ct-series-d .ct-slice-pie {
    fill: #35b1d6;
    fill-opacity: 1;
}

.series-d-default-800.opacity-100 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #35b1d6;
    stroke-opacity: 1;
}

.series-d-default-900 .ct-series.ct-series-d .ct-area {
    fill: #2aabd2;
}

.series-d-default-900 .ct-series.ct-series-d .ct-line {
    stroke: #2aabd2;
    stroke-width: 3px;
}

.series-d-default-900 .ct-series.ct-series-d .ct-point {
    stroke: #2aabd2;
    stroke-width: 6px;
}

.series-d-default-900 .ct-series.ct-series-d .ct-bar {
    stroke: #2aabd2;
}

.series-d-default-900 .ct-series.ct-series-d .ct-slice-pie {
    fill: #2aabd2;
}

.series-d-default-900 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #2aabd2;
}

.series-d-default-900.opacity-100 .ct-series.ct-series-d .ct-area {
    fill: #2aabd2;
    fill-opacity: 0.9;
}

.series-d-default-900.opacity-100 .ct-series.ct-series-d .ct-line {
    stroke: #2aabd2;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-d-default-900.opacity-100 .ct-series.ct-series-d .ct-point {
    stroke: #2aabd2;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-d-default-900.opacity-100 .ct-series.ct-series-d .ct-bar {
    stroke: #2aabd2;
    stroke-opacity: 1;
}

.series-d-default-900.opacity-100 .ct-series.ct-series-d .ct-slice-pie {
    fill: #2aabd2;
    fill-opacity: 1;
}

.series-d-default-900.opacity-100 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #2aabd2;
    stroke-opacity: 1;
}

.series-d-primary .ct-series.ct-series-d .ct-area {
    fill: #0275d8;
}

.series-d-primary .ct-series.ct-series-d .ct-line {
    stroke: #0275d8;
    stroke-width: 3px;
}

.series-d-primary .ct-series.ct-series-d .ct-point {
    stroke: #0275d8;
    stroke-width: 6px;
}

.series-d-primary .ct-series.ct-series-d .ct-bar {
    stroke: #0275d8;
}

.series-d-primary .ct-series.ct-series-d .ct-slice-pie {
    fill: #0275d8;
}

.series-d-primary .ct-series.ct-series-d .ct-slice-donut {
    stroke: #0275d8;
}

.series-d-primary.opacity-100 .ct-series.ct-series-d .ct-area {
    fill: #0275d8;
    fill-opacity: 0.9;
}

.series-d-primary.opacity-100 .ct-series.ct-series-d .ct-line {
    stroke: #0275d8;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-d-primary.opacity-100 .ct-series.ct-series-d .ct-point {
    stroke: #0275d8;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-d-primary.opacity-100 .ct-series.ct-series-d .ct-bar {
    stroke: #0275d8;
    stroke-opacity: 1;
}

.series-d-primary.opacity-100 .ct-series.ct-series-d .ct-slice-pie {
    fill: #0275d8;
    fill-opacity: 1;
}

.series-d-primary.opacity-100 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #0275d8;
    stroke-opacity: 1;
}

.series-d-primary-100 .ct-series.ct-series-d .ct-area {
    fill: #1a94fd;
}

.series-d-primary-100 .ct-series.ct-series-d .ct-line {
    stroke: #1a94fd;
    stroke-width: 3px;
}

.series-d-primary-100 .ct-series.ct-series-d .ct-point {
    stroke: #1a94fd;
    stroke-width: 6px;
}

.series-d-primary-100 .ct-series.ct-series-d .ct-bar {
    stroke: #1a94fd;
}

.series-d-primary-100 .ct-series.ct-series-d .ct-slice-pie {
    fill: #1a94fd;
}

.series-d-primary-100 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #1a94fd;
}

.series-d-primary-100.opacity-100 .ct-series.ct-series-d .ct-area {
    fill: #1a94fd;
    fill-opacity: 0.9;
}

.series-d-primary-100.opacity-100 .ct-series.ct-series-d .ct-line {
    stroke: #1a94fd;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-d-primary-100.opacity-100 .ct-series.ct-series-d .ct-point {
    stroke: #1a94fd;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-d-primary-100.opacity-100 .ct-series.ct-series-d .ct-bar {
    stroke: #1a94fd;
    stroke-opacity: 1;
}

.series-d-primary-100.opacity-100 .ct-series.ct-series-d .ct-slice-pie {
    fill: #1a94fd;
    fill-opacity: 1;
}

.series-d-primary-100.opacity-100 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #1a94fd;
    stroke-opacity: 1;
}

.series-d-primary-200 .ct-series.ct-series-d .ct-area {
    fill: #0b8dfd;
}

.series-d-primary-200 .ct-series.ct-series-d .ct-line {
    stroke: #0b8dfd;
    stroke-width: 3px;
}

.series-d-primary-200 .ct-series.ct-series-d .ct-point {
    stroke: #0b8dfd;
    stroke-width: 6px;
}

.series-d-primary-200 .ct-series.ct-series-d .ct-bar {
    stroke: #0b8dfd;
}

.series-d-primary-200 .ct-series.ct-series-d .ct-slice-pie {
    fill: #0b8dfd;
}

.series-d-primary-200 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #0b8dfd;
}

.series-d-primary-200.opacity-100 .ct-series.ct-series-d .ct-area {
    fill: #0b8dfd;
    fill-opacity: 0.9;
}

.series-d-primary-200.opacity-100 .ct-series.ct-series-d .ct-line {
    stroke: #0b8dfd;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-d-primary-200.opacity-100 .ct-series.ct-series-d .ct-point {
    stroke: #0b8dfd;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-d-primary-200.opacity-100 .ct-series.ct-series-d .ct-bar {
    stroke: #0b8dfd;
    stroke-opacity: 1;
}

.series-d-primary-200.opacity-100 .ct-series.ct-series-d .ct-slice-pie {
    fill: #0b8dfd;
    fill-opacity: 1;
}

.series-d-primary-200.opacity-100 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #0b8dfd;
    stroke-opacity: 1;
}

.series-d-primary-300 .ct-series.ct-series-d .ct-area {
    fill: #0285f6;
}

.series-d-primary-300 .ct-series.ct-series-d .ct-line {
    stroke: #0285f6;
    stroke-width: 3px;
}

.series-d-primary-300 .ct-series.ct-series-d .ct-point {
    stroke: #0285f6;
    stroke-width: 6px;
}

.series-d-primary-300 .ct-series.ct-series-d .ct-bar {
    stroke: #0285f6;
}

.series-d-primary-300 .ct-series.ct-series-d .ct-slice-pie {
    fill: #0285f6;
}

.series-d-primary-300 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #0285f6;
}

.series-d-primary-300.opacity-100 .ct-series.ct-series-d .ct-area {
    fill: #0285f6;
    fill-opacity: 0.9;
}

.series-d-primary-300.opacity-100 .ct-series.ct-series-d .ct-line {
    stroke: #0285f6;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-d-primary-300.opacity-100 .ct-series.ct-series-d .ct-point {
    stroke: #0285f6;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-d-primary-300.opacity-100 .ct-series.ct-series-d .ct-bar {
    stroke: #0285f6;
    stroke-opacity: 1;
}

.series-d-primary-300.opacity-100 .ct-series.ct-series-d .ct-slice-pie {
    fill: #0285f6;
    fill-opacity: 1;
}

.series-d-primary-300.opacity-100 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #0285f6;
    stroke-opacity: 1;
}

.series-d-primary-400 .ct-series.ct-series-d .ct-area {
    fill: #027de7;
}

.series-d-primary-400 .ct-series.ct-series-d .ct-line {
    stroke: #027de7;
    stroke-width: 3px;
}

.series-d-primary-400 .ct-series.ct-series-d .ct-point {
    stroke: #027de7;
    stroke-width: 6px;
}

.series-d-primary-400 .ct-series.ct-series-d .ct-bar {
    stroke: #027de7;
}

.series-d-primary-400 .ct-series.ct-series-d .ct-slice-pie {
    fill: #027de7;
}

.series-d-primary-400 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #027de7;
}

.series-d-primary-400.opacity-100 .ct-series.ct-series-d .ct-area {
    fill: #027de7;
    fill-opacity: 0.9;
}

.series-d-primary-400.opacity-100 .ct-series.ct-series-d .ct-line {
    stroke: #027de7;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-d-primary-400.opacity-100 .ct-series.ct-series-d .ct-point {
    stroke: #027de7;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-d-primary-400.opacity-100 .ct-series.ct-series-d .ct-bar {
    stroke: #027de7;
    stroke-opacity: 1;
}

.series-d-primary-400.opacity-100 .ct-series.ct-series-d .ct-slice-pie {
    fill: #027de7;
    fill-opacity: 1;
}

.series-d-primary-400.opacity-100 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #027de7;
    stroke-opacity: 1;
}

.series-d-primary-500 .ct-series.ct-series-d .ct-area {
    fill: #0275d8;
}

.series-d-primary-500 .ct-series.ct-series-d .ct-line {
    stroke: #0275d8;
    stroke-width: 3px;
}

.series-d-primary-500 .ct-series.ct-series-d .ct-point {
    stroke: #0275d8;
    stroke-width: 6px;
}

.series-d-primary-500 .ct-series.ct-series-d .ct-bar {
    stroke: #0275d8;
}

.series-d-primary-500 .ct-series.ct-series-d .ct-slice-pie {
    fill: #0275d8;
}

.series-d-primary-500 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #0275d8;
}

.series-d-primary-500.opacity-100 .ct-series.ct-series-d .ct-area {
    fill: #0275d8;
    fill-opacity: 0.9;
}

.series-d-primary-500.opacity-100 .ct-series.ct-series-d .ct-line {
    stroke: #0275d8;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-d-primary-500.opacity-100 .ct-series.ct-series-d .ct-point {
    stroke: #0275d8;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-d-primary-500.opacity-100 .ct-series.ct-series-d .ct-bar {
    stroke: #0275d8;
    stroke-opacity: 1;
}

.series-d-primary-500.opacity-100 .ct-series.ct-series-d .ct-slice-pie {
    fill: #0275d8;
    fill-opacity: 1;
}

.series-d-primary-500.opacity-100 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #0275d8;
    stroke-opacity: 1;
}

.series-d-primary-600 .ct-series.ct-series-d .ct-area {
    fill: #026dc9;
}

.series-d-primary-600 .ct-series.ct-series-d .ct-line {
    stroke: #026dc9;
    stroke-width: 3px;
}

.series-d-primary-600 .ct-series.ct-series-d .ct-point {
    stroke: #026dc9;
    stroke-width: 6px;
}

.series-d-primary-600 .ct-series.ct-series-d .ct-bar {
    stroke: #026dc9;
}

.series-d-primary-600 .ct-series.ct-series-d .ct-slice-pie {
    fill: #026dc9;
}

.series-d-primary-600 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #026dc9;
}

.series-d-primary-600.opacity-100 .ct-series.ct-series-d .ct-area {
    fill: #026dc9;
    fill-opacity: 0.9;
}

.series-d-primary-600.opacity-100 .ct-series.ct-series-d .ct-line {
    stroke: #026dc9;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-d-primary-600.opacity-100 .ct-series.ct-series-d .ct-point {
    stroke: #026dc9;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-d-primary-600.opacity-100 .ct-series.ct-series-d .ct-bar {
    stroke: #026dc9;
    stroke-opacity: 1;
}

.series-d-primary-600.opacity-100 .ct-series.ct-series-d .ct-slice-pie {
    fill: #026dc9;
    fill-opacity: 1;
}

.series-d-primary-600.opacity-100 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #026dc9;
    stroke-opacity: 1;
}

.series-d-primary-700 .ct-series.ct-series-d .ct-area {
    fill: #0265ba;
}

.series-d-primary-700 .ct-series.ct-series-d .ct-line {
    stroke: #0265ba;
    stroke-width: 3px;
}

.series-d-primary-700 .ct-series.ct-series-d .ct-point {
    stroke: #0265ba;
    stroke-width: 6px;
}

.series-d-primary-700 .ct-series.ct-series-d .ct-bar {
    stroke: #0265ba;
}

.series-d-primary-700 .ct-series.ct-series-d .ct-slice-pie {
    fill: #0265ba;
}

.series-d-primary-700 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #0265ba;
}

.series-d-primary-700.opacity-100 .ct-series.ct-series-d .ct-area {
    fill: #0265ba;
    fill-opacity: 0.9;
}

.series-d-primary-700.opacity-100 .ct-series.ct-series-d .ct-line {
    stroke: #0265ba;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-d-primary-700.opacity-100 .ct-series.ct-series-d .ct-point {
    stroke: #0265ba;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-d-primary-700.opacity-100 .ct-series.ct-series-d .ct-bar {
    stroke: #0265ba;
    stroke-opacity: 1;
}

.series-d-primary-700.opacity-100 .ct-series.ct-series-d .ct-slice-pie {
    fill: #0265ba;
    fill-opacity: 1;
}

.series-d-primary-700.opacity-100 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #0265ba;
    stroke-opacity: 1;
}

.series-d-primary-800 .ct-series.ct-series-d .ct-area {
    fill: #025cab;
}

.series-d-primary-800 .ct-series.ct-series-d .ct-line {
    stroke: #025cab;
    stroke-width: 3px;
}

.series-d-primary-800 .ct-series.ct-series-d .ct-point {
    stroke: #025cab;
    stroke-width: 6px;
}

.series-d-primary-800 .ct-series.ct-series-d .ct-bar {
    stroke: #025cab;
}

.series-d-primary-800 .ct-series.ct-series-d .ct-slice-pie {
    fill: #025cab;
}

.series-d-primary-800 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #025cab;
}

.series-d-primary-800.opacity-100 .ct-series.ct-series-d .ct-area {
    fill: #025cab;
    fill-opacity: 0.9;
}

.series-d-primary-800.opacity-100 .ct-series.ct-series-d .ct-line {
    stroke: #025cab;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-d-primary-800.opacity-100 .ct-series.ct-series-d .ct-point {
    stroke: #025cab;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-d-primary-800.opacity-100 .ct-series.ct-series-d .ct-bar {
    stroke: #025cab;
    stroke-opacity: 1;
}

.series-d-primary-800.opacity-100 .ct-series.ct-series-d .ct-slice-pie {
    fill: #025cab;
    fill-opacity: 1;
}

.series-d-primary-800.opacity-100 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #025cab;
    stroke-opacity: 1;
}

.series-d-primary-900 .ct-series.ct-series-d .ct-area {
    fill: #01549b;
}

.series-d-primary-900 .ct-series.ct-series-d .ct-line {
    stroke: #01549b;
    stroke-width: 3px;
}

.series-d-primary-900 .ct-series.ct-series-d .ct-point {
    stroke: #01549b;
    stroke-width: 6px;
}

.series-d-primary-900 .ct-series.ct-series-d .ct-bar {
    stroke: #01549b;
}

.series-d-primary-900 .ct-series.ct-series-d .ct-slice-pie {
    fill: #01549b;
}

.series-d-primary-900 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #01549b;
}

.series-d-primary-900.opacity-100 .ct-series.ct-series-d .ct-area {
    fill: #01549b;
    fill-opacity: 0.9;
}

.series-d-primary-900.opacity-100 .ct-series.ct-series-d .ct-line {
    stroke: #01549b;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-d-primary-900.opacity-100 .ct-series.ct-series-d .ct-point {
    stroke: #01549b;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-d-primary-900.opacity-100 .ct-series.ct-series-d .ct-bar {
    stroke: #01549b;
    stroke-opacity: 1;
}

.series-d-primary-900.opacity-100 .ct-series.ct-series-d .ct-slice-pie {
    fill: #01549b;
    fill-opacity: 1;
}

.series-d-primary-900.opacity-100 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #01549b;
    stroke-opacity: 1;
}

.series-d-info .ct-series.ct-series-d .ct-area {
    fill: #00aced;
}

.series-d-info .ct-series.ct-series-d .ct-line {
    stroke: #00aced;
    stroke-width: 3px;
}

.series-d-info .ct-series.ct-series-d .ct-point {
    stroke: #00aced;
    stroke-width: 6px;
}

.series-d-info .ct-series.ct-series-d .ct-bar {
    stroke: #00aced;
}

.series-d-info .ct-series.ct-series-d .ct-slice-pie {
    fill: #00aced;
}

.series-d-info .ct-series.ct-series-d .ct-slice-donut {
    stroke: #00aced;
}

.series-d-info.opacity-100 .ct-series.ct-series-d .ct-area {
    fill: #00aced;
    fill-opacity: 0.9;
}

.series-d-info.opacity-100 .ct-series.ct-series-d .ct-line {
    stroke: #00aced;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-d-info.opacity-100 .ct-series.ct-series-d .ct-point {
    stroke: #00aced;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-d-info.opacity-100 .ct-series.ct-series-d .ct-bar {
    stroke: #00aced;
    stroke-opacity: 1;
}

.series-d-info.opacity-100 .ct-series.ct-series-d .ct-slice-pie {
    fill: #00aced;
    fill-opacity: 1;
}

.series-d-info.opacity-100 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #00aced;
    stroke-opacity: 1;
}

.series-d-info-100 .ct-series.ct-series-d .ct-area {
    fill: #2bc5ff;
}

.series-d-info-100 .ct-series.ct-series-d .ct-line {
    stroke: #2bc5ff;
    stroke-width: 3px;
}

.series-d-info-100 .ct-series.ct-series-d .ct-point {
    stroke: #2bc5ff;
    stroke-width: 6px;
}

.series-d-info-100 .ct-series.ct-series-d .ct-bar {
    stroke: #2bc5ff;
}

.series-d-info-100 .ct-series.ct-series-d .ct-slice-pie {
    fill: #2bc5ff;
}

.series-d-info-100 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #2bc5ff;
}

.series-d-info-100.opacity-100 .ct-series.ct-series-d .ct-area {
    fill: #2bc5ff;
    fill-opacity: 0.9;
}

.series-d-info-100.opacity-100 .ct-series.ct-series-d .ct-line {
    stroke: #2bc5ff;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-d-info-100.opacity-100 .ct-series.ct-series-d .ct-point {
    stroke: #2bc5ff;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-d-info-100.opacity-100 .ct-series.ct-series-d .ct-bar {
    stroke: #2bc5ff;
    stroke-opacity: 1;
}

.series-d-info-100.opacity-100 .ct-series.ct-series-d .ct-slice-pie {
    fill: #2bc5ff;
    fill-opacity: 1;
}

.series-d-info-100.opacity-100 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #2bc5ff;
    stroke-opacity: 1;
}

.series-d-info-200 .ct-series.ct-series-d .ct-area {
    fill: #1cc1ff;
}

.series-d-info-200 .ct-series.ct-series-d .ct-line {
    stroke: #1cc1ff;
    stroke-width: 3px;
}

.series-d-info-200 .ct-series.ct-series-d .ct-point {
    stroke: #1cc1ff;
    stroke-width: 6px;
}

.series-d-info-200 .ct-series.ct-series-d .ct-bar {
    stroke: #1cc1ff;
}

.series-d-info-200 .ct-series.ct-series-d .ct-slice-pie {
    fill: #1cc1ff;
}

.series-d-info-200 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #1cc1ff;
}

.series-d-info-200.opacity-100 .ct-series.ct-series-d .ct-area {
    fill: #1cc1ff;
    fill-opacity: 0.9;
}

.series-d-info-200.opacity-100 .ct-series.ct-series-d .ct-line {
    stroke: #1cc1ff;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-d-info-200.opacity-100 .ct-series.ct-series-d .ct-point {
    stroke: #1cc1ff;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-d-info-200.opacity-100 .ct-series.ct-series-d .ct-bar {
    stroke: #1cc1ff;
    stroke-opacity: 1;
}

.series-d-info-200.opacity-100 .ct-series.ct-series-d .ct-slice-pie {
    fill: #1cc1ff;
    fill-opacity: 1;
}

.series-d-info-200.opacity-100 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #1cc1ff;
    stroke-opacity: 1;
}

.series-d-info-300 .ct-series.ct-series-d .ct-area {
    fill: #0dbdff;
}

.series-d-info-300 .ct-series.ct-series-d .ct-line {
    stroke: #0dbdff;
    stroke-width: 3px;
}

.series-d-info-300 .ct-series.ct-series-d .ct-point {
    stroke: #0dbdff;
    stroke-width: 6px;
}

.series-d-info-300 .ct-series.ct-series-d .ct-bar {
    stroke: #0dbdff;
}

.series-d-info-300 .ct-series.ct-series-d .ct-slice-pie {
    fill: #0dbdff;
}

.series-d-info-300 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #0dbdff;
}

.series-d-info-300.opacity-100 .ct-series.ct-series-d .ct-area {
    fill: #0dbdff;
    fill-opacity: 0.9;
}

.series-d-info-300.opacity-100 .ct-series.ct-series-d .ct-line {
    stroke: #0dbdff;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-d-info-300.opacity-100 .ct-series.ct-series-d .ct-point {
    stroke: #0dbdff;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-d-info-300.opacity-100 .ct-series.ct-series-d .ct-bar {
    stroke: #0dbdff;
    stroke-opacity: 1;
}

.series-d-info-300.opacity-100 .ct-series.ct-series-d .ct-slice-pie {
    fill: #0dbdff;
    fill-opacity: 1;
}

.series-d-info-300.opacity-100 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #0dbdff;
    stroke-opacity: 1;
}

.series-d-info-400 .ct-series.ct-series-d .ct-area {
    fill: #00b7fc;
}

.series-d-info-400 .ct-series.ct-series-d .ct-line {
    stroke: #00b7fc;
    stroke-width: 3px;
}

.series-d-info-400 .ct-series.ct-series-d .ct-point {
    stroke: #00b7fc;
    stroke-width: 6px;
}

.series-d-info-400 .ct-series.ct-series-d .ct-bar {
    stroke: #00b7fc;
}

.series-d-info-400 .ct-series.ct-series-d .ct-slice-pie {
    fill: #00b7fc;
}

.series-d-info-400 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #00b7fc;
}

.series-d-info-400.opacity-100 .ct-series.ct-series-d .ct-area {
    fill: #00b7fc;
    fill-opacity: 0.9;
}

.series-d-info-400.opacity-100 .ct-series.ct-series-d .ct-line {
    stroke: #00b7fc;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-d-info-400.opacity-100 .ct-series.ct-series-d .ct-point {
    stroke: #00b7fc;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-d-info-400.opacity-100 .ct-series.ct-series-d .ct-bar {
    stroke: #00b7fc;
    stroke-opacity: 1;
}

.series-d-info-400.opacity-100 .ct-series.ct-series-d .ct-slice-pie {
    fill: #00b7fc;
    fill-opacity: 1;
}

.series-d-info-400.opacity-100 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #00b7fc;
    stroke-opacity: 1;
}

.series-d-info-500 .ct-series.ct-series-d .ct-area {
    fill: #00aced;
}

.series-d-info-500 .ct-series.ct-series-d .ct-line {
    stroke: #00aced;
    stroke-width: 3px;
}

.series-d-info-500 .ct-series.ct-series-d .ct-point {
    stroke: #00aced;
    stroke-width: 6px;
}

.series-d-info-500 .ct-series.ct-series-d .ct-bar {
    stroke: #00aced;
}

.series-d-info-500 .ct-series.ct-series-d .ct-slice-pie {
    fill: #00aced;
}

.series-d-info-500 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #00aced;
}

.series-d-info-500.opacity-100 .ct-series.ct-series-d .ct-area {
    fill: #00aced;
    fill-opacity: 0.9;
}

.series-d-info-500.opacity-100 .ct-series.ct-series-d .ct-line {
    stroke: #00aced;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-d-info-500.opacity-100 .ct-series.ct-series-d .ct-point {
    stroke: #00aced;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-d-info-500.opacity-100 .ct-series.ct-series-d .ct-bar {
    stroke: #00aced;
    stroke-opacity: 1;
}

.series-d-info-500.opacity-100 .ct-series.ct-series-d .ct-slice-pie {
    fill: #00aced;
    fill-opacity: 1;
}

.series-d-info-500.opacity-100 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #00aced;
    stroke-opacity: 1;
}

.series-d-info-600 .ct-series.ct-series-d .ct-area {
    fill: #00a1de;
}

.series-d-info-600 .ct-series.ct-series-d .ct-line {
    stroke: #00a1de;
    stroke-width: 3px;
}

.series-d-info-600 .ct-series.ct-series-d .ct-point {
    stroke: #00a1de;
    stroke-width: 6px;
}

.series-d-info-600 .ct-series.ct-series-d .ct-bar {
    stroke: #00a1de;
}

.series-d-info-600 .ct-series.ct-series-d .ct-slice-pie {
    fill: #00a1de;
}

.series-d-info-600 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #00a1de;
}

.series-d-info-600.opacity-100 .ct-series.ct-series-d .ct-area {
    fill: #00a1de;
    fill-opacity: 0.9;
}

.series-d-info-600.opacity-100 .ct-series.ct-series-d .ct-line {
    stroke: #00a1de;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-d-info-600.opacity-100 .ct-series.ct-series-d .ct-point {
    stroke: #00a1de;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-d-info-600.opacity-100 .ct-series.ct-series-d .ct-bar {
    stroke: #00a1de;
    stroke-opacity: 1;
}

.series-d-info-600.opacity-100 .ct-series.ct-series-d .ct-slice-pie {
    fill: #00a1de;
    fill-opacity: 1;
}

.series-d-info-600.opacity-100 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #00a1de;
    stroke-opacity: 1;
}

.series-d-info-700 .ct-series.ct-series-d .ct-area {
    fill: #0096ce;
}

.series-d-info-700 .ct-series.ct-series-d .ct-line {
    stroke: #0096ce;
    stroke-width: 3px;
}

.series-d-info-700 .ct-series.ct-series-d .ct-point {
    stroke: #0096ce;
    stroke-width: 6px;
}

.series-d-info-700 .ct-series.ct-series-d .ct-bar {
    stroke: #0096ce;
}

.series-d-info-700 .ct-series.ct-series-d .ct-slice-pie {
    fill: #0096ce;
}

.series-d-info-700 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #0096ce;
}

.series-d-info-700.opacity-100 .ct-series.ct-series-d .ct-area {
    fill: #0096ce;
    fill-opacity: 0.9;
}

.series-d-info-700.opacity-100 .ct-series.ct-series-d .ct-line {
    stroke: #0096ce;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-d-info-700.opacity-100 .ct-series.ct-series-d .ct-point {
    stroke: #0096ce;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-d-info-700.opacity-100 .ct-series.ct-series-d .ct-bar {
    stroke: #0096ce;
    stroke-opacity: 1;
}

.series-d-info-700.opacity-100 .ct-series.ct-series-d .ct-slice-pie {
    fill: #0096ce;
    fill-opacity: 1;
}

.series-d-info-700.opacity-100 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #0096ce;
    stroke-opacity: 1;
}

.series-d-info-800 .ct-series.ct-series-d .ct-area {
    fill: #008bbf;
}

.series-d-info-800 .ct-series.ct-series-d .ct-line {
    stroke: #008bbf;
    stroke-width: 3px;
}

.series-d-info-800 .ct-series.ct-series-d .ct-point {
    stroke: #008bbf;
    stroke-width: 6px;
}

.series-d-info-800 .ct-series.ct-series-d .ct-bar {
    stroke: #008bbf;
}

.series-d-info-800 .ct-series.ct-series-d .ct-slice-pie {
    fill: #008bbf;
}

.series-d-info-800 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #008bbf;
}

.series-d-info-800.opacity-100 .ct-series.ct-series-d .ct-area {
    fill: #008bbf;
    fill-opacity: 0.9;
}

.series-d-info-800.opacity-100 .ct-series.ct-series-d .ct-line {
    stroke: #008bbf;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-d-info-800.opacity-100 .ct-series.ct-series-d .ct-point {
    stroke: #008bbf;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-d-info-800.opacity-100 .ct-series.ct-series-d .ct-bar {
    stroke: #008bbf;
    stroke-opacity: 1;
}

.series-d-info-800.opacity-100 .ct-series.ct-series-d .ct-slice-pie {
    fill: #008bbf;
    fill-opacity: 1;
}

.series-d-info-800.opacity-100 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #008bbf;
    stroke-opacity: 1;
}

.series-d-info-900 .ct-series.ct-series-d .ct-area {
    fill: #0080b0;
}

.series-d-info-900 .ct-series.ct-series-d .ct-line {
    stroke: #0080b0;
    stroke-width: 3px;
}

.series-d-info-900 .ct-series.ct-series-d .ct-point {
    stroke: #0080b0;
    stroke-width: 6px;
}

.series-d-info-900 .ct-series.ct-series-d .ct-bar {
    stroke: #0080b0;
}

.series-d-info-900 .ct-series.ct-series-d .ct-slice-pie {
    fill: #0080b0;
}

.series-d-info-900 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #0080b0;
}

.series-d-info-900.opacity-100 .ct-series.ct-series-d .ct-area {
    fill: #0080b0;
    fill-opacity: 0.9;
}

.series-d-info-900.opacity-100 .ct-series.ct-series-d .ct-line {
    stroke: #0080b0;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-d-info-900.opacity-100 .ct-series.ct-series-d .ct-point {
    stroke: #0080b0;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-d-info-900.opacity-100 .ct-series.ct-series-d .ct-bar {
    stroke: #0080b0;
    stroke-opacity: 1;
}

.series-d-info-900.opacity-100 .ct-series.ct-series-d .ct-slice-pie {
    fill: #0080b0;
    fill-opacity: 1;
}

.series-d-info-900.opacity-100 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #0080b0;
    stroke-opacity: 1;
}

.series-d-warning .ct-series.ct-series-d .ct-area {
    fill: #f0ad4e;
}

.series-d-warning .ct-series.ct-series-d .ct-line {
    stroke: #f0ad4e;
    stroke-width: 3px;
}

.series-d-warning .ct-series.ct-series-d .ct-point {
    stroke: #f0ad4e;
    stroke-width: 6px;
}

.series-d-warning .ct-series.ct-series-d .ct-bar {
    stroke: #f0ad4e;
}

.series-d-warning .ct-series.ct-series-d .ct-slice-pie {
    fill: #f0ad4e;
}

.series-d-warning .ct-series.ct-series-d .ct-slice-donut {
    stroke: #f0ad4e;
}

.series-d-warning.opacity-100 .ct-series.ct-series-d .ct-area {
    fill: #f0ad4e;
    fill-opacity: 0.9;
}

.series-d-warning.opacity-100 .ct-series.ct-series-d .ct-line {
    stroke: #f0ad4e;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-d-warning.opacity-100 .ct-series.ct-series-d .ct-point {
    stroke: #f0ad4e;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-d-warning.opacity-100 .ct-series.ct-series-d .ct-bar {
    stroke: #f0ad4e;
    stroke-opacity: 1;
}

.series-d-warning.opacity-100 .ct-series.ct-series-d .ct-slice-pie {
    fill: #f0ad4e;
    fill-opacity: 1;
}

.series-d-warning.opacity-100 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #f0ad4e;
    stroke-opacity: 1;
}

.series-d-warning-100 .ct-series.ct-series-d .ct-area {
    fill: #f5c786;
}

.series-d-warning-100 .ct-series.ct-series-d .ct-line {
    stroke: #f5c786;
    stroke-width: 3px;
}

.series-d-warning-100 .ct-series.ct-series-d .ct-point {
    stroke: #f5c786;
    stroke-width: 6px;
}

.series-d-warning-100 .ct-series.ct-series-d .ct-bar {
    stroke: #f5c786;
}

.series-d-warning-100 .ct-series.ct-series-d .ct-slice-pie {
    fill: #f5c786;
}

.series-d-warning-100 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #f5c786;
}

.series-d-warning-100.opacity-100 .ct-series.ct-series-d .ct-area {
    fill: #f5c786;
    fill-opacity: 0.9;
}

.series-d-warning-100.opacity-100 .ct-series.ct-series-d .ct-line {
    stroke: #f5c786;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-d-warning-100.opacity-100 .ct-series.ct-series-d .ct-point {
    stroke: #f5c786;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-d-warning-100.opacity-100 .ct-series.ct-series-d .ct-bar {
    stroke: #f5c786;
    stroke-opacity: 1;
}

.series-d-warning-100.opacity-100 .ct-series.ct-series-d .ct-slice-pie {
    fill: #f5c786;
    fill-opacity: 1;
}

.series-d-warning-100.opacity-100 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #f5c786;
    stroke-opacity: 1;
}

.series-d-warning-200 .ct-series.ct-series-d .ct-area {
    fill: #f4c178;
}

.series-d-warning-200 .ct-series.ct-series-d .ct-line {
    stroke: #f4c178;
    stroke-width: 3px;
}

.series-d-warning-200 .ct-series.ct-series-d .ct-point {
    stroke: #f4c178;
    stroke-width: 6px;
}

.series-d-warning-200 .ct-series.ct-series-d .ct-bar {
    stroke: #f4c178;
}

.series-d-warning-200 .ct-series.ct-series-d .ct-slice-pie {
    fill: #f4c178;
}

.series-d-warning-200 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #f4c178;
}

.series-d-warning-200.opacity-100 .ct-series.ct-series-d .ct-area {
    fill: #f4c178;
    fill-opacity: 0.9;
}

.series-d-warning-200.opacity-100 .ct-series.ct-series-d .ct-line {
    stroke: #f4c178;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-d-warning-200.opacity-100 .ct-series.ct-series-d .ct-point {
    stroke: #f4c178;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-d-warning-200.opacity-100 .ct-series.ct-series-d .ct-bar {
    stroke: #f4c178;
    stroke-opacity: 1;
}

.series-d-warning-200.opacity-100 .ct-series.ct-series-d .ct-slice-pie {
    fill: #f4c178;
    fill-opacity: 1;
}

.series-d-warning-200.opacity-100 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #f4c178;
    stroke-opacity: 1;
}

.series-d-warning-300 .ct-series.ct-series-d .ct-area {
    fill: #f2ba6a;
}

.series-d-warning-300 .ct-series.ct-series-d .ct-line {
    stroke: #f2ba6a;
    stroke-width: 3px;
}

.series-d-warning-300 .ct-series.ct-series-d .ct-point {
    stroke: #f2ba6a;
    stroke-width: 6px;
}

.series-d-warning-300 .ct-series.ct-series-d .ct-bar {
    stroke: #f2ba6a;
}

.series-d-warning-300 .ct-series.ct-series-d .ct-slice-pie {
    fill: #f2ba6a;
}

.series-d-warning-300 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #f2ba6a;
}

.series-d-warning-300.opacity-100 .ct-series.ct-series-d .ct-area {
    fill: #f2ba6a;
    fill-opacity: 0.9;
}

.series-d-warning-300.opacity-100 .ct-series.ct-series-d .ct-line {
    stroke: #f2ba6a;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-d-warning-300.opacity-100 .ct-series.ct-series-d .ct-point {
    stroke: #f2ba6a;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-d-warning-300.opacity-100 .ct-series.ct-series-d .ct-bar {
    stroke: #f2ba6a;
    stroke-opacity: 1;
}

.series-d-warning-300.opacity-100 .ct-series.ct-series-d .ct-slice-pie {
    fill: #f2ba6a;
    fill-opacity: 1;
}

.series-d-warning-300.opacity-100 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #f2ba6a;
    stroke-opacity: 1;
}

.series-d-warning-400 .ct-series.ct-series-d .ct-area {
    fill: #f1b45c;
}

.series-d-warning-400 .ct-series.ct-series-d .ct-line {
    stroke: #f1b45c;
    stroke-width: 3px;
}

.series-d-warning-400 .ct-series.ct-series-d .ct-point {
    stroke: #f1b45c;
    stroke-width: 6px;
}

.series-d-warning-400 .ct-series.ct-series-d .ct-bar {
    stroke: #f1b45c;
}

.series-d-warning-400 .ct-series.ct-series-d .ct-slice-pie {
    fill: #f1b45c;
}

.series-d-warning-400 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #f1b45c;
}

.series-d-warning-400.opacity-100 .ct-series.ct-series-d .ct-area {
    fill: #f1b45c;
    fill-opacity: 0.9;
}

.series-d-warning-400.opacity-100 .ct-series.ct-series-d .ct-line {
    stroke: #f1b45c;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-d-warning-400.opacity-100 .ct-series.ct-series-d .ct-point {
    stroke: #f1b45c;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-d-warning-400.opacity-100 .ct-series.ct-series-d .ct-bar {
    stroke: #f1b45c;
    stroke-opacity: 1;
}

.series-d-warning-400.opacity-100 .ct-series.ct-series-d .ct-slice-pie {
    fill: #f1b45c;
    fill-opacity: 1;
}

.series-d-warning-400.opacity-100 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #f1b45c;
    stroke-opacity: 1;
}

.series-d-warning-500 .ct-series.ct-series-d .ct-area {
    fill: #f0ad4e;
}

.series-d-warning-500 .ct-series.ct-series-d .ct-line {
    stroke: #f0ad4e;
    stroke-width: 3px;
}

.series-d-warning-500 .ct-series.ct-series-d .ct-point {
    stroke: #f0ad4e;
    stroke-width: 6px;
}

.series-d-warning-500 .ct-series.ct-series-d .ct-bar {
    stroke: #f0ad4e;
}

.series-d-warning-500 .ct-series.ct-series-d .ct-slice-pie {
    fill: #f0ad4e;
}

.series-d-warning-500 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #f0ad4e;
}

.series-d-warning-500.opacity-100 .ct-series.ct-series-d .ct-area {
    fill: #f0ad4e;
    fill-opacity: 0.9;
}

.series-d-warning-500.opacity-100 .ct-series.ct-series-d .ct-line {
    stroke: #f0ad4e;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-d-warning-500.opacity-100 .ct-series.ct-series-d .ct-point {
    stroke: #f0ad4e;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-d-warning-500.opacity-100 .ct-series.ct-series-d .ct-bar {
    stroke: #f0ad4e;
    stroke-opacity: 1;
}

.series-d-warning-500.opacity-100 .ct-series.ct-series-d .ct-slice-pie {
    fill: #f0ad4e;
    fill-opacity: 1;
}

.series-d-warning-500.opacity-100 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #f0ad4e;
    stroke-opacity: 1;
}

.series-d-warning-600 .ct-series.ct-series-d .ct-area {
    fill: #efa640;
}

.series-d-warning-600 .ct-series.ct-series-d .ct-line {
    stroke: #efa640;
    stroke-width: 3px;
}

.series-d-warning-600 .ct-series.ct-series-d .ct-point {
    stroke: #efa640;
    stroke-width: 6px;
}

.series-d-warning-600 .ct-series.ct-series-d .ct-bar {
    stroke: #efa640;
}

.series-d-warning-600 .ct-series.ct-series-d .ct-slice-pie {
    fill: #efa640;
}

.series-d-warning-600 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #efa640;
}

.series-d-warning-600.opacity-100 .ct-series.ct-series-d .ct-area {
    fill: #efa640;
    fill-opacity: 0.9;
}

.series-d-warning-600.opacity-100 .ct-series.ct-series-d .ct-line {
    stroke: #efa640;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-d-warning-600.opacity-100 .ct-series.ct-series-d .ct-point {
    stroke: #efa640;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-d-warning-600.opacity-100 .ct-series.ct-series-d .ct-bar {
    stroke: #efa640;
    stroke-opacity: 1;
}

.series-d-warning-600.opacity-100 .ct-series.ct-series-d .ct-slice-pie {
    fill: #efa640;
    fill-opacity: 1;
}

.series-d-warning-600.opacity-100 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #efa640;
    stroke-opacity: 1;
}

.series-d-warning-700 .ct-series.ct-series-d .ct-area {
    fill: #eea032;
}

.series-d-warning-700 .ct-series.ct-series-d .ct-line {
    stroke: #eea032;
    stroke-width: 3px;
}

.series-d-warning-700 .ct-series.ct-series-d .ct-point {
    stroke: #eea032;
    stroke-width: 6px;
}

.series-d-warning-700 .ct-series.ct-series-d .ct-bar {
    stroke: #eea032;
}

.series-d-warning-700 .ct-series.ct-series-d .ct-slice-pie {
    fill: #eea032;
}

.series-d-warning-700 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #eea032;
}

.series-d-warning-700.opacity-100 .ct-series.ct-series-d .ct-area {
    fill: #eea032;
    fill-opacity: 0.9;
}

.series-d-warning-700.opacity-100 .ct-series.ct-series-d .ct-line {
    stroke: #eea032;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-d-warning-700.opacity-100 .ct-series.ct-series-d .ct-point {
    stroke: #eea032;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-d-warning-700.opacity-100 .ct-series.ct-series-d .ct-bar {
    stroke: #eea032;
    stroke-opacity: 1;
}

.series-d-warning-700.opacity-100 .ct-series.ct-series-d .ct-slice-pie {
    fill: #eea032;
    fill-opacity: 1;
}

.series-d-warning-700.opacity-100 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #eea032;
    stroke-opacity: 1;
}

.series-d-warning-800 .ct-series.ct-series-d .ct-area {
    fill: #ec9924;
}

.series-d-warning-800 .ct-series.ct-series-d .ct-line {
    stroke: #ec9924;
    stroke-width: 3px;
}

.series-d-warning-800 .ct-series.ct-series-d .ct-point {
    stroke: #ec9924;
    stroke-width: 6px;
}

.series-d-warning-800 .ct-series.ct-series-d .ct-bar {
    stroke: #ec9924;
}

.series-d-warning-800 .ct-series.ct-series-d .ct-slice-pie {
    fill: #ec9924;
}

.series-d-warning-800 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #ec9924;
}

.series-d-warning-800.opacity-100 .ct-series.ct-series-d .ct-area {
    fill: #ec9924;
    fill-opacity: 0.9;
}

.series-d-warning-800.opacity-100 .ct-series.ct-series-d .ct-line {
    stroke: #ec9924;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-d-warning-800.opacity-100 .ct-series.ct-series-d .ct-point {
    stroke: #ec9924;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-d-warning-800.opacity-100 .ct-series.ct-series-d .ct-bar {
    stroke: #ec9924;
    stroke-opacity: 1;
}

.series-d-warning-800.opacity-100 .ct-series.ct-series-d .ct-slice-pie {
    fill: #ec9924;
    fill-opacity: 1;
}

.series-d-warning-800.opacity-100 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #ec9924;
    stroke-opacity: 1;
}

.series-d-warning-900 .ct-series.ct-series-d .ct-area {
    fill: #eb9316;
}

.series-d-warning-900 .ct-series.ct-series-d .ct-line {
    stroke: #eb9316;
    stroke-width: 3px;
}

.series-d-warning-900 .ct-series.ct-series-d .ct-point {
    stroke: #eb9316;
    stroke-width: 6px;
}

.series-d-warning-900 .ct-series.ct-series-d .ct-bar {
    stroke: #eb9316;
}

.series-d-warning-900 .ct-series.ct-series-d .ct-slice-pie {
    fill: #eb9316;
}

.series-d-warning-900 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #eb9316;
}

.series-d-warning-900.opacity-100 .ct-series.ct-series-d .ct-area {
    fill: #eb9316;
    fill-opacity: 0.9;
}

.series-d-warning-900.opacity-100 .ct-series.ct-series-d .ct-line {
    stroke: #eb9316;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-d-warning-900.opacity-100 .ct-series.ct-series-d .ct-point {
    stroke: #eb9316;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-d-warning-900.opacity-100 .ct-series.ct-series-d .ct-bar {
    stroke: #eb9316;
    stroke-opacity: 1;
}

.series-d-warning-900.opacity-100 .ct-series.ct-series-d .ct-slice-pie {
    fill: #eb9316;
    fill-opacity: 1;
}

.series-d-warning-900.opacity-100 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #eb9316;
    stroke-opacity: 1;
}

.series-d-success .ct-series.ct-series-d .ct-area {
    fill: #5cb85c;
}

.series-d-success .ct-series.ct-series-d .ct-line {
    stroke: #5cb85c;
    stroke-width: 3px;
}

.series-d-success .ct-series.ct-series-d .ct-point {
    stroke: #5cb85c;
    stroke-width: 6px;
}

.series-d-success .ct-series.ct-series-d .ct-bar {
    stroke: #5cb85c;
}

.series-d-success .ct-series.ct-series-d .ct-slice-pie {
    fill: #5cb85c;
}

.series-d-success .ct-series.ct-series-d .ct-slice-donut {
    stroke: #5cb85c;
}

.series-d-success.opacity-100 .ct-series.ct-series-d .ct-area {
    fill: #5cb85c;
    fill-opacity: 0.9;
}

.series-d-success.opacity-100 .ct-series.ct-series-d .ct-line {
    stroke: #5cb85c;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-d-success.opacity-100 .ct-series.ct-series-d .ct-point {
    stroke: #5cb85c;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-d-success.opacity-100 .ct-series.ct-series-d .ct-bar {
    stroke: #5cb85c;
    stroke-opacity: 1;
}

.series-d-success.opacity-100 .ct-series.ct-series-d .ct-slice-pie {
    fill: #5cb85c;
    fill-opacity: 1;
}

.series-d-success.opacity-100 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #5cb85c;
    stroke-opacity: 1;
}

.series-d-success-100 .ct-series.ct-series-d .ct-area {
    fill: #87cb87;
}

.series-d-success-100 .ct-series.ct-series-d .ct-line {
    stroke: #87cb87;
    stroke-width: 3px;
}

.series-d-success-100 .ct-series.ct-series-d .ct-point {
    stroke: #87cb87;
    stroke-width: 6px;
}

.series-d-success-100 .ct-series.ct-series-d .ct-bar {
    stroke: #87cb87;
}

.series-d-success-100 .ct-series.ct-series-d .ct-slice-pie {
    fill: #87cb87;
}

.series-d-success-100 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #87cb87;
}

.series-d-success-100.opacity-100 .ct-series.ct-series-d .ct-area {
    fill: #87cb87;
    fill-opacity: 0.9;
}

.series-d-success-100.opacity-100 .ct-series.ct-series-d .ct-line {
    stroke: #87cb87;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-d-success-100.opacity-100 .ct-series.ct-series-d .ct-point {
    stroke: #87cb87;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-d-success-100.opacity-100 .ct-series.ct-series-d .ct-bar {
    stroke: #87cb87;
    stroke-opacity: 1;
}

.series-d-success-100.opacity-100 .ct-series.ct-series-d .ct-slice-pie {
    fill: #87cb87;
    fill-opacity: 1;
}

.series-d-success-100.opacity-100 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #87cb87;
    stroke-opacity: 1;
}

.series-d-success-200 .ct-series.ct-series-d .ct-area {
    fill: #7cc67c;
}

.series-d-success-200 .ct-series.ct-series-d .ct-line {
    stroke: #7cc67c;
    stroke-width: 3px;
}

.series-d-success-200 .ct-series.ct-series-d .ct-point {
    stroke: #7cc67c;
    stroke-width: 6px;
}

.series-d-success-200 .ct-series.ct-series-d .ct-bar {
    stroke: #7cc67c;
}

.series-d-success-200 .ct-series.ct-series-d .ct-slice-pie {
    fill: #7cc67c;
}

.series-d-success-200 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #7cc67c;
}

.series-d-success-200.opacity-100 .ct-series.ct-series-d .ct-area {
    fill: #7cc67c;
    fill-opacity: 0.9;
}

.series-d-success-200.opacity-100 .ct-series.ct-series-d .ct-line {
    stroke: #7cc67c;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-d-success-200.opacity-100 .ct-series.ct-series-d .ct-point {
    stroke: #7cc67c;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-d-success-200.opacity-100 .ct-series.ct-series-d .ct-bar {
    stroke: #7cc67c;
    stroke-opacity: 1;
}

.series-d-success-200.opacity-100 .ct-series.ct-series-d .ct-slice-pie {
    fill: #7cc67c;
    fill-opacity: 1;
}

.series-d-success-200.opacity-100 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #7cc67c;
    stroke-opacity: 1;
}

.series-d-success-300 .ct-series.ct-series-d .ct-area {
    fill: #71c171;
}

.series-d-success-300 .ct-series.ct-series-d .ct-line {
    stroke: #71c171;
    stroke-width: 3px;
}

.series-d-success-300 .ct-series.ct-series-d .ct-point {
    stroke: #71c171;
    stroke-width: 6px;
}

.series-d-success-300 .ct-series.ct-series-d .ct-bar {
    stroke: #71c171;
}

.series-d-success-300 .ct-series.ct-series-d .ct-slice-pie {
    fill: #71c171;
}

.series-d-success-300 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #71c171;
}

.series-d-success-300.opacity-100 .ct-series.ct-series-d .ct-area {
    fill: #71c171;
    fill-opacity: 0.9;
}

.series-d-success-300.opacity-100 .ct-series.ct-series-d .ct-line {
    stroke: #71c171;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-d-success-300.opacity-100 .ct-series.ct-series-d .ct-point {
    stroke: #71c171;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-d-success-300.opacity-100 .ct-series.ct-series-d .ct-bar {
    stroke: #71c171;
    stroke-opacity: 1;
}

.series-d-success-300.opacity-100 .ct-series.ct-series-d .ct-slice-pie {
    fill: #71c171;
    fill-opacity: 1;
}

.series-d-success-300.opacity-100 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #71c171;
    stroke-opacity: 1;
}

.series-d-success-400 .ct-series.ct-series-d .ct-area {
    fill: #67bd67;
}

.series-d-success-400 .ct-series.ct-series-d .ct-line {
    stroke: #67bd67;
    stroke-width: 3px;
}

.series-d-success-400 .ct-series.ct-series-d .ct-point {
    stroke: #67bd67;
    stroke-width: 6px;
}

.series-d-success-400 .ct-series.ct-series-d .ct-bar {
    stroke: #67bd67;
}

.series-d-success-400 .ct-series.ct-series-d .ct-slice-pie {
    fill: #67bd67;
}

.series-d-success-400 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #67bd67;
}

.series-d-success-400.opacity-100 .ct-series.ct-series-d .ct-area {
    fill: #67bd67;
    fill-opacity: 0.9;
}

.series-d-success-400.opacity-100 .ct-series.ct-series-d .ct-line {
    stroke: #67bd67;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-d-success-400.opacity-100 .ct-series.ct-series-d .ct-point {
    stroke: #67bd67;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-d-success-400.opacity-100 .ct-series.ct-series-d .ct-bar {
    stroke: #67bd67;
    stroke-opacity: 1;
}

.series-d-success-400.opacity-100 .ct-series.ct-series-d .ct-slice-pie {
    fill: #67bd67;
    fill-opacity: 1;
}

.series-d-success-400.opacity-100 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #67bd67;
    stroke-opacity: 1;
}

.series-d-success-500 .ct-series.ct-series-d .ct-area {
    fill: #5cb85c;
}

.series-d-success-500 .ct-series.ct-series-d .ct-line {
    stroke: #5cb85c;
    stroke-width: 3px;
}

.series-d-success-500 .ct-series.ct-series-d .ct-point {
    stroke: #5cb85c;
    stroke-width: 6px;
}

.series-d-success-500 .ct-series.ct-series-d .ct-bar {
    stroke: #5cb85c;
}

.series-d-success-500 .ct-series.ct-series-d .ct-slice-pie {
    fill: #5cb85c;
}

.series-d-success-500 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #5cb85c;
}

.series-d-success-500.opacity-100 .ct-series.ct-series-d .ct-area {
    fill: #5cb85c;
    fill-opacity: 0.9;
}

.series-d-success-500.opacity-100 .ct-series.ct-series-d .ct-line {
    stroke: #5cb85c;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-d-success-500.opacity-100 .ct-series.ct-series-d .ct-point {
    stroke: #5cb85c;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-d-success-500.opacity-100 .ct-series.ct-series-d .ct-bar {
    stroke: #5cb85c;
    stroke-opacity: 1;
}

.series-d-success-500.opacity-100 .ct-series.ct-series-d .ct-slice-pie {
    fill: #5cb85c;
    fill-opacity: 1;
}

.series-d-success-500.opacity-100 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #5cb85c;
    stroke-opacity: 1;
}

.series-d-success-600 .ct-series.ct-series-d .ct-area {
    fill: #51b351;
}

.series-d-success-600 .ct-series.ct-series-d .ct-line {
    stroke: #51b351;
    stroke-width: 3px;
}

.series-d-success-600 .ct-series.ct-series-d .ct-point {
    stroke: #51b351;
    stroke-width: 6px;
}

.series-d-success-600 .ct-series.ct-series-d .ct-bar {
    stroke: #51b351;
}

.series-d-success-600 .ct-series.ct-series-d .ct-slice-pie {
    fill: #51b351;
}

.series-d-success-600 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #51b351;
}

.series-d-success-600.opacity-100 .ct-series.ct-series-d .ct-area {
    fill: #51b351;
    fill-opacity: 0.9;
}

.series-d-success-600.opacity-100 .ct-series.ct-series-d .ct-line {
    stroke: #51b351;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-d-success-600.opacity-100 .ct-series.ct-series-d .ct-point {
    stroke: #51b351;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-d-success-600.opacity-100 .ct-series.ct-series-d .ct-bar {
    stroke: #51b351;
    stroke-opacity: 1;
}

.series-d-success-600.opacity-100 .ct-series.ct-series-d .ct-slice-pie {
    fill: #51b351;
    fill-opacity: 1;
}

.series-d-success-600.opacity-100 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #51b351;
    stroke-opacity: 1;
}

.series-d-success-700 .ct-series.ct-series-d .ct-area {
    fill: #4aab4a;
}

.series-d-success-700 .ct-series.ct-series-d .ct-line {
    stroke: #4aab4a;
    stroke-width: 3px;
}

.series-d-success-700 .ct-series.ct-series-d .ct-point {
    stroke: #4aab4a;
    stroke-width: 6px;
}

.series-d-success-700 .ct-series.ct-series-d .ct-bar {
    stroke: #4aab4a;
}

.series-d-success-700 .ct-series.ct-series-d .ct-slice-pie {
    fill: #4aab4a;
}

.series-d-success-700 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #4aab4a;
}

.series-d-success-700.opacity-100 .ct-series.ct-series-d .ct-area {
    fill: #4aab4a;
    fill-opacity: 0.9;
}

.series-d-success-700.opacity-100 .ct-series.ct-series-d .ct-line {
    stroke: #4aab4a;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-d-success-700.opacity-100 .ct-series.ct-series-d .ct-point {
    stroke: #4aab4a;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-d-success-700.opacity-100 .ct-series.ct-series-d .ct-bar {
    stroke: #4aab4a;
    stroke-opacity: 1;
}

.series-d-success-700.opacity-100 .ct-series.ct-series-d .ct-slice-pie {
    fill: #4aab4a;
    fill-opacity: 1;
}

.series-d-success-700.opacity-100 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #4aab4a;
    stroke-opacity: 1;
}

.series-d-success-800 .ct-series.ct-series-d .ct-area {
    fill: #46a046;
}

.series-d-success-800 .ct-series.ct-series-d .ct-line {
    stroke: #46a046;
    stroke-width: 3px;
}

.series-d-success-800 .ct-series.ct-series-d .ct-point {
    stroke: #46a046;
    stroke-width: 6px;
}

.series-d-success-800 .ct-series.ct-series-d .ct-bar {
    stroke: #46a046;
}

.series-d-success-800 .ct-series.ct-series-d .ct-slice-pie {
    fill: #46a046;
}

.series-d-success-800 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #46a046;
}

.series-d-success-800.opacity-100 .ct-series.ct-series-d .ct-area {
    fill: #46a046;
    fill-opacity: 0.9;
}

.series-d-success-800.opacity-100 .ct-series.ct-series-d .ct-line {
    stroke: #46a046;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-d-success-800.opacity-100 .ct-series.ct-series-d .ct-point {
    stroke: #46a046;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-d-success-800.opacity-100 .ct-series.ct-series-d .ct-bar {
    stroke: #46a046;
    stroke-opacity: 1;
}

.series-d-success-800.opacity-100 .ct-series.ct-series-d .ct-slice-pie {
    fill: #46a046;
    fill-opacity: 1;
}

.series-d-success-800.opacity-100 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #46a046;
    stroke-opacity: 1;
}

.series-d-success-900 .ct-series.ct-series-d .ct-area {
    fill: #419641;
}

.series-d-success-900 .ct-series.ct-series-d .ct-line {
    stroke: #419641;
    stroke-width: 3px;
}

.series-d-success-900 .ct-series.ct-series-d .ct-point {
    stroke: #419641;
    stroke-width: 6px;
}

.series-d-success-900 .ct-series.ct-series-d .ct-bar {
    stroke: #419641;
}

.series-d-success-900 .ct-series.ct-series-d .ct-slice-pie {
    fill: #419641;
}

.series-d-success-900 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #419641;
}

.series-d-success-900.opacity-100 .ct-series.ct-series-d .ct-area {
    fill: #419641;
    fill-opacity: 0.9;
}

.series-d-success-900.opacity-100 .ct-series.ct-series-d .ct-line {
    stroke: #419641;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-d-success-900.opacity-100 .ct-series.ct-series-d .ct-point {
    stroke: #419641;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-d-success-900.opacity-100 .ct-series.ct-series-d .ct-bar {
    stroke: #419641;
    stroke-opacity: 1;
}

.series-d-success-900.opacity-100 .ct-series.ct-series-d .ct-slice-pie {
    fill: #419641;
    fill-opacity: 1;
}

.series-d-success-900.opacity-100 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #419641;
    stroke-opacity: 1;
}

.series-d-danger .ct-series.ct-series-d .ct-area {
    fill: #d9534f;
}

.series-d-danger .ct-series.ct-series-d .ct-line {
    stroke: #d9534f;
    stroke-width: 3px;
}

.series-d-danger .ct-series.ct-series-d .ct-point {
    stroke: #d9534f;
    stroke-width: 6px;
}

.series-d-danger .ct-series.ct-series-d .ct-bar {
    stroke: #d9534f;
}

.series-d-danger .ct-series.ct-series-d .ct-slice-pie {
    fill: #d9534f;
}

.series-d-danger .ct-series.ct-series-d .ct-slice-donut {
    stroke: #d9534f;
}

.series-d-danger.opacity-100 .ct-series.ct-series-d .ct-area {
    fill: #d9534f;
    fill-opacity: 0.9;
}

.series-d-danger.opacity-100 .ct-series.ct-series-d .ct-line {
    stroke: #d9534f;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-d-danger.opacity-100 .ct-series.ct-series-d .ct-point {
    stroke: #d9534f;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-d-danger.opacity-100 .ct-series.ct-series-d .ct-bar {
    stroke: #d9534f;
    stroke-opacity: 1;
}

.series-d-danger.opacity-100 .ct-series.ct-series-d .ct-slice-pie {
    fill: #d9534f;
    fill-opacity: 1;
}

.series-d-danger.opacity-100 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #d9534f;
    stroke-opacity: 1;
}

.series-d-danger-100 .ct-series.ct-series-d .ct-area {
    fill: #e48481;
}

.series-d-danger-100 .ct-series.ct-series-d .ct-line {
    stroke: #e48481;
    stroke-width: 3px;
}

.series-d-danger-100 .ct-series.ct-series-d .ct-point {
    stroke: #e48481;
    stroke-width: 6px;
}

.series-d-danger-100 .ct-series.ct-series-d .ct-bar {
    stroke: #e48481;
}

.series-d-danger-100 .ct-series.ct-series-d .ct-slice-pie {
    fill: #e48481;
}

.series-d-danger-100 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #e48481;
}

.series-d-danger-100.opacity-100 .ct-series.ct-series-d .ct-area {
    fill: #e48481;
    fill-opacity: 0.9;
}

.series-d-danger-100.opacity-100 .ct-series.ct-series-d .ct-line {
    stroke: #e48481;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-d-danger-100.opacity-100 .ct-series.ct-series-d .ct-point {
    stroke: #e48481;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-d-danger-100.opacity-100 .ct-series.ct-series-d .ct-bar {
    stroke: #e48481;
    stroke-opacity: 1;
}

.series-d-danger-100.opacity-100 .ct-series.ct-series-d .ct-slice-pie {
    fill: #e48481;
    fill-opacity: 1;
}

.series-d-danger-100.opacity-100 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #e48481;
    stroke-opacity: 1;
}

.series-d-danger-200 .ct-series.ct-series-d .ct-area {
    fill: #e17875;
}

.series-d-danger-200 .ct-series.ct-series-d .ct-line {
    stroke: #e17875;
    stroke-width: 3px;
}

.series-d-danger-200 .ct-series.ct-series-d .ct-point {
    stroke: #e17875;
    stroke-width: 6px;
}

.series-d-danger-200 .ct-series.ct-series-d .ct-bar {
    stroke: #e17875;
}

.series-d-danger-200 .ct-series.ct-series-d .ct-slice-pie {
    fill: #e17875;
}

.series-d-danger-200 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #e17875;
}

.series-d-danger-200.opacity-100 .ct-series.ct-series-d .ct-area {
    fill: #e17875;
    fill-opacity: 0.9;
}

.series-d-danger-200.opacity-100 .ct-series.ct-series-d .ct-line {
    stroke: #e17875;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-d-danger-200.opacity-100 .ct-series.ct-series-d .ct-point {
    stroke: #e17875;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-d-danger-200.opacity-100 .ct-series.ct-series-d .ct-bar {
    stroke: #e17875;
    stroke-opacity: 1;
}

.series-d-danger-200.opacity-100 .ct-series.ct-series-d .ct-slice-pie {
    fill: #e17875;
    fill-opacity: 1;
}

.series-d-danger-200.opacity-100 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #e17875;
    stroke-opacity: 1;
}

.series-d-danger-300 .ct-series.ct-series-d .ct-area {
    fill: #de6c68;
}

.series-d-danger-300 .ct-series.ct-series-d .ct-line {
    stroke: #de6c68;
    stroke-width: 3px;
}

.series-d-danger-300 .ct-series.ct-series-d .ct-point {
    stroke: #de6c68;
    stroke-width: 6px;
}

.series-d-danger-300 .ct-series.ct-series-d .ct-bar {
    stroke: #de6c68;
}

.series-d-danger-300 .ct-series.ct-series-d .ct-slice-pie {
    fill: #de6c68;
}

.series-d-danger-300 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #de6c68;
}

.series-d-danger-300.opacity-100 .ct-series.ct-series-d .ct-area {
    fill: #de6c68;
    fill-opacity: 0.9;
}

.series-d-danger-300.opacity-100 .ct-series.ct-series-d .ct-line {
    stroke: #de6c68;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-d-danger-300.opacity-100 .ct-series.ct-series-d .ct-point {
    stroke: #de6c68;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-d-danger-300.opacity-100 .ct-series.ct-series-d .ct-bar {
    stroke: #de6c68;
    stroke-opacity: 1;
}

.series-d-danger-300.opacity-100 .ct-series.ct-series-d .ct-slice-pie {
    fill: #de6c68;
    fill-opacity: 1;
}

.series-d-danger-300.opacity-100 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #de6c68;
    stroke-opacity: 1;
}

.series-d-danger-400 .ct-series.ct-series-d .ct-area {
    fill: #dc5f5c;
}

.series-d-danger-400 .ct-series.ct-series-d .ct-line {
    stroke: #dc5f5c;
    stroke-width: 3px;
}

.series-d-danger-400 .ct-series.ct-series-d .ct-point {
    stroke: #dc5f5c;
    stroke-width: 6px;
}

.series-d-danger-400 .ct-series.ct-series-d .ct-bar {
    stroke: #dc5f5c;
}

.series-d-danger-400 .ct-series.ct-series-d .ct-slice-pie {
    fill: #dc5f5c;
}

.series-d-danger-400 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #dc5f5c;
}

.series-d-danger-400.opacity-100 .ct-series.ct-series-d .ct-area {
    fill: #dc5f5c;
    fill-opacity: 0.9;
}

.series-d-danger-400.opacity-100 .ct-series.ct-series-d .ct-line {
    stroke: #dc5f5c;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-d-danger-400.opacity-100 .ct-series.ct-series-d .ct-point {
    stroke: #dc5f5c;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-d-danger-400.opacity-100 .ct-series.ct-series-d .ct-bar {
    stroke: #dc5f5c;
    stroke-opacity: 1;
}

.series-d-danger-400.opacity-100 .ct-series.ct-series-d .ct-slice-pie {
    fill: #dc5f5c;
    fill-opacity: 1;
}

.series-d-danger-400.opacity-100 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #dc5f5c;
    stroke-opacity: 1;
}

.series-d-danger-500 .ct-series.ct-series-d .ct-area {
    fill: #d9534f;
}

.series-d-danger-500 .ct-series.ct-series-d .ct-line {
    stroke: #d9534f;
    stroke-width: 3px;
}

.series-d-danger-500 .ct-series.ct-series-d .ct-point {
    stroke: #d9534f;
    stroke-width: 6px;
}

.series-d-danger-500 .ct-series.ct-series-d .ct-bar {
    stroke: #d9534f;
}

.series-d-danger-500 .ct-series.ct-series-d .ct-slice-pie {
    fill: #d9534f;
}

.series-d-danger-500 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #d9534f;
}

.series-d-danger-500.opacity-100 .ct-series.ct-series-d .ct-area {
    fill: #d9534f;
    fill-opacity: 0.9;
}

.series-d-danger-500.opacity-100 .ct-series.ct-series-d .ct-line {
    stroke: #d9534f;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-d-danger-500.opacity-100 .ct-series.ct-series-d .ct-point {
    stroke: #d9534f;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-d-danger-500.opacity-100 .ct-series.ct-series-d .ct-bar {
    stroke: #d9534f;
    stroke-opacity: 1;
}

.series-d-danger-500.opacity-100 .ct-series.ct-series-d .ct-slice-pie {
    fill: #d9534f;
    fill-opacity: 1;
}

.series-d-danger-500.opacity-100 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #d9534f;
    stroke-opacity: 1;
}

.series-d-danger-600 .ct-series.ct-series-d .ct-area {
    fill: #d64742;
}

.series-d-danger-600 .ct-series.ct-series-d .ct-line {
    stroke: #d64742;
    stroke-width: 3px;
}

.series-d-danger-600 .ct-series.ct-series-d .ct-point {
    stroke: #d64742;
    stroke-width: 6px;
}

.series-d-danger-600 .ct-series.ct-series-d .ct-bar {
    stroke: #d64742;
}

.series-d-danger-600 .ct-series.ct-series-d .ct-slice-pie {
    fill: #d64742;
}

.series-d-danger-600 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #d64742;
}

.series-d-danger-600.opacity-100 .ct-series.ct-series-d .ct-area {
    fill: #d64742;
    fill-opacity: 0.9;
}

.series-d-danger-600.opacity-100 .ct-series.ct-series-d .ct-line {
    stroke: #d64742;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-d-danger-600.opacity-100 .ct-series.ct-series-d .ct-point {
    stroke: #d64742;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-d-danger-600.opacity-100 .ct-series.ct-series-d .ct-bar {
    stroke: #d64742;
    stroke-opacity: 1;
}

.series-d-danger-600.opacity-100 .ct-series.ct-series-d .ct-slice-pie {
    fill: #d64742;
    fill-opacity: 1;
}

.series-d-danger-600.opacity-100 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #d64742;
    stroke-opacity: 1;
}

.series-d-danger-700 .ct-series.ct-series-d .ct-area {
    fill: #d43a36;
}

.series-d-danger-700 .ct-series.ct-series-d .ct-line {
    stroke: #d43a36;
    stroke-width: 3px;
}

.series-d-danger-700 .ct-series.ct-series-d .ct-point {
    stroke: #d43a36;
    stroke-width: 6px;
}

.series-d-danger-700 .ct-series.ct-series-d .ct-bar {
    stroke: #d43a36;
}

.series-d-danger-700 .ct-series.ct-series-d .ct-slice-pie {
    fill: #d43a36;
}

.series-d-danger-700 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #d43a36;
}

.series-d-danger-700.opacity-100 .ct-series.ct-series-d .ct-area {
    fill: #d43a36;
    fill-opacity: 0.9;
}

.series-d-danger-700.opacity-100 .ct-series.ct-series-d .ct-line {
    stroke: #d43a36;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-d-danger-700.opacity-100 .ct-series.ct-series-d .ct-point {
    stroke: #d43a36;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-d-danger-700.opacity-100 .ct-series.ct-series-d .ct-bar {
    stroke: #d43a36;
    stroke-opacity: 1;
}

.series-d-danger-700.opacity-100 .ct-series.ct-series-d .ct-slice-pie {
    fill: #d43a36;
    fill-opacity: 1;
}

.series-d-danger-700.opacity-100 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #d43a36;
    stroke-opacity: 1;
}

.series-d-danger-800 .ct-series.ct-series-d .ct-area {
    fill: #ce312c;
}

.series-d-danger-800 .ct-series.ct-series-d .ct-line {
    stroke: #ce312c;
    stroke-width: 3px;
}

.series-d-danger-800 .ct-series.ct-series-d .ct-point {
    stroke: #ce312c;
    stroke-width: 6px;
}

.series-d-danger-800 .ct-series.ct-series-d .ct-bar {
    stroke: #ce312c;
}

.series-d-danger-800 .ct-series.ct-series-d .ct-slice-pie {
    fill: #ce312c;
}

.series-d-danger-800 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #ce312c;
}

.series-d-danger-800.opacity-100 .ct-series.ct-series-d .ct-area {
    fill: #ce312c;
    fill-opacity: 0.9;
}

.series-d-danger-800.opacity-100 .ct-series.ct-series-d .ct-line {
    stroke: #ce312c;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-d-danger-800.opacity-100 .ct-series.ct-series-d .ct-point {
    stroke: #ce312c;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-d-danger-800.opacity-100 .ct-series.ct-series-d .ct-bar {
    stroke: #ce312c;
    stroke-opacity: 1;
}

.series-d-danger-800.opacity-100 .ct-series.ct-series-d .ct-slice-pie {
    fill: #ce312c;
    fill-opacity: 1;
}

.series-d-danger-800.opacity-100 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #ce312c;
    stroke-opacity: 1;
}

.series-d-danger-900 .ct-series.ct-series-d .ct-area {
    fill: #c12e2a;
}

.series-d-danger-900 .ct-series.ct-series-d .ct-line {
    stroke: #c12e2a;
    stroke-width: 3px;
}

.series-d-danger-900 .ct-series.ct-series-d .ct-point {
    stroke: #c12e2a;
    stroke-width: 6px;
}

.series-d-danger-900 .ct-series.ct-series-d .ct-bar {
    stroke: #c12e2a;
}

.series-d-danger-900 .ct-series.ct-series-d .ct-slice-pie {
    fill: #c12e2a;
}

.series-d-danger-900 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #c12e2a;
}

.series-d-danger-900.opacity-100 .ct-series.ct-series-d .ct-area {
    fill: #c12e2a;
    fill-opacity: 0.9;
}

.series-d-danger-900.opacity-100 .ct-series.ct-series-d .ct-line {
    stroke: #c12e2a;
    stroke-opacity: 1;
    stroke-width: 3px;
}

.series-d-danger-900.opacity-100 .ct-series.ct-series-d .ct-point {
    stroke: #c12e2a;
    stroke-opacity: 1;
    stroke-width: 6px;
}

.series-d-danger-900.opacity-100 .ct-series.ct-series-d .ct-bar {
    stroke: #c12e2a;
    stroke-opacity: 1;
}

.series-d-danger-900.opacity-100 .ct-series.ct-series-d .ct-slice-pie {
    fill: #c12e2a;
    fill-opacity: 1;
}

.series-d-danger-900.opacity-100 .ct-series.ct-series-d .ct-slice-donut {
    stroke: #c12e2a;
    stroke-opacity: 1;
}

[data-palette="palette-1"] .ct-label {
    fill: #ffffff !important;
    color: #ffffff !important;
}

[data-palette="palette-1"] .series-a-default-color .ct-series.ct-series-a .ct-area {
    fill: #4a4a4a !important;
    fill-opacity: 1;
}

[data-palette="palette-1"] .series-a-default-color .ct-series.ct-series-a .ct-line {
    stroke: #4a4a4a !important;
    stroke-width: 3px;
    stroke-opacity: 1;
}

[data-palette="palette-1"] .series-a-default-color .ct-series.ct-series-a .ct-point {
    stroke: #4a4a4a !important;
    stroke-width: 6px;
    stroke-opacity: 1;
}

[data-palette="palette-1"] .series-a-default-color .ct-series.ct-series-a .ct-bar {
    stroke: #4a4a4a !important;
    stroke-opacity: 1;
}

[data-palette="palette-1"] .series-a-default-color .ct-series.ct-series-a .ct-slice-pie {
    fill: #4a4a4a !important;
    fill-opacity: 1;
}

[data-palette="palette-1"] .series-a-default-color .ct-series.ct-series-a .ct-slice-donut {
    stroke: #4a4a4a !important;
    stroke-opacity: 1;
}

[data-palette="palette-2"] .ct-label {
    fill: #ffffff !important;
    color: #ffffff !important;
}

[data-palette="palette-2"] .series-a-default-color .ct-series.ct-series-a .ct-area {
    fill: #474d5d !important;
    fill-opacity: 1;
}

[data-palette="palette-2"] .series-a-default-color .ct-series.ct-series-a .ct-line {
    stroke: #474d5d !important;
    stroke-width: 3px;
    stroke-opacity: 1;
}

[data-palette="palette-2"] .series-a-default-color .ct-series.ct-series-a .ct-point {
    stroke: #474d5d !important;
    stroke-width: 6px;
    stroke-opacity: 1;
}

[data-palette="palette-2"] .series-a-default-color .ct-series.ct-series-a .ct-bar {
    stroke: #474d5d !important;
    stroke-opacity: 1;
}

[data-palette="palette-2"] .series-a-default-color .ct-series.ct-series-a .ct-slice-pie {
    fill: #474d5d !important;
    fill-opacity: 1;
}

[data-palette="palette-2"] .series-a-default-color .ct-series.ct-series-a .ct-slice-donut {
    stroke: #474d5d !important;
    stroke-opacity: 1;
}

[data-palette="palette-3"] .ct-label {
    fill: #ffffff !important;
    color: #ffffff !important;
}

[data-palette="palette-3"] .series-a-default-color .ct-series.ct-series-a .ct-area {
    fill: #262626 !important;
    fill-opacity: 1;
}

[data-palette="palette-3"] .series-a-default-color .ct-series.ct-series-a .ct-line {
    stroke: #262626 !important;
    stroke-width: 3px;
    stroke-opacity: 1;
}

[data-palette="palette-3"] .series-a-default-color .ct-series.ct-series-a .ct-point {
    stroke: #262626 !important;
    stroke-width: 6px;
    stroke-opacity: 1;
}

[data-palette="palette-3"] .series-a-default-color .ct-series.ct-series-a .ct-bar {
    stroke: #262626 !important;
    stroke-opacity: 1;
}

[data-palette="palette-3"] .series-a-default-color .ct-series.ct-series-a .ct-slice-pie {
    fill: #262626 !important;
    fill-opacity: 1;
}

[data-palette="palette-3"] .series-a-default-color .ct-series.ct-series-a .ct-slice-donut {
    stroke: #262626 !important;
    stroke-opacity: 1;
}

[data-palette="palette-4"] .ct-label {
    fill: #262932 !important;
    color: #262932 !important;
}

[data-palette="palette-4"] .series-a-default-color .ct-series.ct-series-a .ct-area {
    fill: #e6e6e6 !important;
    fill-opacity: 1;
}

[data-palette="palette-4"] .series-a-default-color .ct-series.ct-series-a .ct-line {
    stroke: #e6e6e6 !important;
    stroke-width: 3px;
    stroke-opacity: 1;
}

[data-palette="palette-4"] .series-a-default-color .ct-series.ct-series-a .ct-point {
    stroke: #e6e6e6 !important;
    stroke-width: 6px;
    stroke-opacity: 1;
}

[data-palette="palette-4"] .series-a-default-color .ct-series.ct-series-a .ct-bar {
    stroke: #e6e6e6 !important;
    stroke-opacity: 1;
}

[data-palette="palette-4"] .series-a-default-color .ct-series.ct-series-a .ct-slice-pie {
    fill: #e6e6e6 !important;
    fill-opacity: 1;
}

[data-palette="palette-4"] .series-a-default-color .ct-series.ct-series-a .ct-slice-donut {
    stroke: #e6e6e6 !important;
    stroke-opacity: 1;
}

[data-palette="palette-5"] .ct-label {
    fill: #262932 !important;
    color: #262932 !important;
}

[data-palette="palette-5"] .series-a-default-color .ct-series.ct-series-a .ct-area {
    fill: #e6e6e6 !important;
    fill-opacity: 1;
}

[data-palette="palette-5"] .series-a-default-color .ct-series.ct-series-a .ct-line {
    stroke: #e6e6e6 !important;
    stroke-width: 3px;
    stroke-opacity: 1;
}

[data-palette="palette-5"] .series-a-default-color .ct-series.ct-series-a .ct-point {
    stroke: #e6e6e6 !important;
    stroke-width: 6px;
    stroke-opacity: 1;
}

[data-palette="palette-5"] .series-a-default-color .ct-series.ct-series-a .ct-bar {
    stroke: #e6e6e6 !important;
    stroke-opacity: 1;
}

[data-palette="palette-5"] .series-a-default-color .ct-series.ct-series-a .ct-slice-pie {
    fill: #e6e6e6 !important;
    fill-opacity: 1;
}

[data-palette="palette-5"] .series-a-default-color .ct-series.ct-series-a .ct-slice-donut {
    stroke: #e6e6e6 !important;
    stroke-opacity: 1;
}

[data-palette="palette-6"] .ct-label {
    fill: #262932 !important;
    color: #262932 !important;
}

[data-palette="palette-6"] .series-a-default-color .ct-series.ct-series-a .ct-area {
    fill: #e6e6e6 !important;
    fill-opacity: 1;
}

[data-palette="palette-6"] .series-a-default-color .ct-series.ct-series-a .ct-line {
    stroke: #e6e6e6 !important;
    stroke-width: 3px;
    stroke-opacity: 1;
}

[data-palette="palette-6"] .series-a-default-color .ct-series.ct-series-a .ct-point {
    stroke: #e6e6e6 !important;
    stroke-width: 6px;
    stroke-opacity: 1;
}

[data-palette="palette-6"] .series-a-default-color .ct-series.ct-series-a .ct-bar {
    stroke: #e6e6e6 !important;
    stroke-opacity: 1;
}

[data-palette="palette-6"] .series-a-default-color .ct-series.ct-series-a .ct-slice-pie {
    fill: #e6e6e6 !important;
    fill-opacity: 1;
}

[data-palette="palette-6"] .series-a-default-color .ct-series.ct-series-a .ct-slice-donut {
    stroke: #e6e6e6 !important;
    stroke-opacity: 1;
}

[data-palette="palette-7"] .ct-label {
    fill: #ffffff !important;
    color: #ffffff !important;
}

[data-palette="palette-7"] .series-a-default-color .ct-series.ct-series-a .ct-area {
    fill: #108ffd !important;
    fill-opacity: 1;
}

[data-palette="palette-7"] .series-a-default-color .ct-series.ct-series-a .ct-line {
    stroke: #108ffd !important;
    stroke-width: 3px;
    stroke-opacity: 1;
}

[data-palette="palette-7"] .series-a-default-color .ct-series.ct-series-a .ct-point {
    stroke: #108ffd !important;
    stroke-width: 6px;
    stroke-opacity: 1;
}

[data-palette="palette-7"] .series-a-default-color .ct-series.ct-series-a .ct-bar {
    stroke: #108ffd !important;
    stroke-opacity: 1;
}

[data-palette="palette-7"] .series-a-default-color .ct-series.ct-series-a .ct-slice-pie {
    fill: #108ffd !important;
    fill-opacity: 1;
}

[data-palette="palette-7"] .series-a-default-color .ct-series.ct-series-a .ct-slice-donut {
    stroke: #108ffd !important;
    stroke-opacity: 1;
}

[data-palette="palette-8"] .ct-label {
    fill: #ffffff !important;
    color: #ffffff !important;
}

[data-palette="palette-8"] .series-a-default-color .ct-series.ct-series-a .ct-area {
    fill: #0283f1 !important;
    fill-opacity: 1;
}

[data-palette="palette-8"] .series-a-default-color .ct-series.ct-series-a .ct-line {
    stroke: #0283f1 !important;
    stroke-width: 3px;
    stroke-opacity: 1;
}

[data-palette="palette-8"] .series-a-default-color .ct-series.ct-series-a .ct-point {
    stroke: #0283f1 !important;
    stroke-width: 6px;
    stroke-opacity: 1;
}

[data-palette="palette-8"] .series-a-default-color .ct-series.ct-series-a .ct-bar {
    stroke: #0283f1 !important;
    stroke-opacity: 1;
}

[data-palette="palette-8"] .series-a-default-color .ct-series.ct-series-a .ct-slice-pie {
    fill: #0283f1 !important;
    fill-opacity: 1;
}

[data-palette="palette-8"] .series-a-default-color .ct-series.ct-series-a .ct-slice-donut {
    stroke: #0283f1 !important;
    stroke-opacity: 1;
}

[data-palette="palette-9"] .ct-label {
    fill: #ffffff !important;
    color: #ffffff !important;
}

[data-palette="palette-9"] .series-a-default-color .ct-series.ct-series-a .ct-area {
    fill: #0275d8 !important;
    fill-opacity: 1;
}

[data-palette="palette-9"] .series-a-default-color .ct-series.ct-series-a .ct-line {
    stroke: #0275d8 !important;
    stroke-width: 3px;
    stroke-opacity: 1;
}

[data-palette="palette-9"] .series-a-default-color .ct-series.ct-series-a .ct-point {
    stroke: #0275d8 !important;
    stroke-width: 6px;
    stroke-opacity: 1;
}

[data-palette="palette-9"] .series-a-default-color .ct-series.ct-series-a .ct-bar {
    stroke: #0275d8 !important;
    stroke-opacity: 1;
}

[data-palette="palette-9"] .series-a-default-color .ct-series.ct-series-a .ct-slice-pie {
    fill: #0275d8 !important;
    fill-opacity: 1;
}

[data-palette="palette-9"] .series-a-default-color .ct-series.ct-series-a .ct-slice-donut {
    stroke: #0275d8 !important;
    stroke-opacity: 1;
}

[data-palette="palette-10"] .ct-label {
    fill: #ffffff !important;
    color: #ffffff !important;
}

[data-palette="palette-10"] .series-a-default-color .ct-series.ct-series-a .ct-area {
    fill: #1e12a1 !important;
    fill-opacity: 1;
}

[data-palette="palette-10"] .series-a-default-color .ct-series.ct-series-a .ct-line {
    stroke: #1e12a1 !important;
    stroke-width: 3px;
    stroke-opacity: 1;
}

[data-palette="palette-10"] .series-a-default-color .ct-series.ct-series-a .ct-point {
    stroke: #1e12a1 !important;
    stroke-width: 6px;
    stroke-opacity: 1;
}

[data-palette="palette-10"] .series-a-default-color .ct-series.ct-series-a .ct-bar {
    stroke: #1e12a1 !important;
    stroke-opacity: 1;
}

[data-palette="palette-10"] .series-a-default-color .ct-series.ct-series-a .ct-slice-pie {
    fill: #1e12a1 !important;
    fill-opacity: 1;
}

[data-palette="palette-10"] .series-a-default-color .ct-series.ct-series-a .ct-slice-donut {
    stroke: #1e12a1 !important;
    stroke-opacity: 1;
}

[data-palette="palette-11"] .ct-label {
    fill: #ffffff !important;
    color: #ffffff !important;
}

[data-palette="palette-11"] .series-a-default-color .ct-series.ct-series-a .ct-area {
    fill: #2818d6 !important;
    fill-opacity: 1;
}

[data-palette="palette-11"] .series-a-default-color .ct-series.ct-series-a .ct-line {
    stroke: #2818d6 !important;
    stroke-width: 3px;
    stroke-opacity: 1;
}

[data-palette="palette-11"] .series-a-default-color .ct-series.ct-series-a .ct-point {
    stroke: #2818d6 !important;
    stroke-width: 6px;
    stroke-opacity: 1;
}

[data-palette="palette-11"] .series-a-default-color .ct-series.ct-series-a .ct-bar {
    stroke: #2818d6 !important;
    stroke-opacity: 1;
}

[data-palette="palette-11"] .series-a-default-color .ct-series.ct-series-a .ct-slice-pie {
    fill: #2818d6 !important;
    fill-opacity: 1;
}

[data-palette="palette-11"] .series-a-default-color .ct-series.ct-series-a .ct-slice-donut {
    stroke: #2818d6 !important;
    stroke-opacity: 1;
}

[data-palette="palette-12"] .ct-label {
    fill: #ffffff !important;
    color: #ffffff !important;
}

[data-palette="palette-12"] .series-a-default-color .ct-series.ct-series-a .ct-area {
    fill: #4e40ea !important;
    fill-opacity: 1;
}

[data-palette="palette-12"] .series-a-default-color .ct-series.ct-series-a .ct-line {
    stroke: #4e40ea !important;
    stroke-width: 3px;
    stroke-opacity: 1;
}

[data-palette="palette-12"] .series-a-default-color .ct-series.ct-series-a .ct-point {
    stroke: #4e40ea !important;
    stroke-width: 6px;
    stroke-opacity: 1;
}

[data-palette="palette-12"] .series-a-default-color .ct-series.ct-series-a .ct-bar {
    stroke: #4e40ea !important;
    stroke-opacity: 1;
}

[data-palette="palette-12"] .series-a-default-color .ct-series.ct-series-a .ct-slice-pie {
    fill: #4e40ea !important;
    fill-opacity: 1;
}

[data-palette="palette-12"] .series-a-default-color .ct-series.ct-series-a .ct-slice-donut {
    stroke: #4e40ea !important;
    stroke-opacity: 1;
}

[data-palette="palette-13"] .ct-label {
    fill: #ffffff !important;
    color: #ffffff !important;
}

[data-palette="palette-13"] .series-a-default-color .ct-series.ct-series-a .ct-area {
    fill: #5812a1 !important;
    fill-opacity: 1;
}

[data-palette="palette-13"] .series-a-default-color .ct-series.ct-series-a .ct-line {
    stroke: #5812a1 !important;
    stroke-width: 3px;
    stroke-opacity: 1;
}

[data-palette="palette-13"] .series-a-default-color .ct-series.ct-series-a .ct-point {
    stroke: #5812a1 !important;
    stroke-width: 6px;
    stroke-opacity: 1;
}

[data-palette="palette-13"] .series-a-default-color .ct-series.ct-series-a .ct-bar {
    stroke: #5812a1 !important;
    stroke-opacity: 1;
}

[data-palette="palette-13"] .series-a-default-color .ct-series.ct-series-a .ct-slice-pie {
    fill: #5812a1 !important;
    fill-opacity: 1;
}

[data-palette="palette-13"] .series-a-default-color .ct-series.ct-series-a .ct-slice-donut {
    stroke: #5812a1 !important;
    stroke-opacity: 1;
}

[data-palette="palette-14"] .ct-label {
    fill: #ffffff !important;
    color: #ffffff !important;
}

[data-palette="palette-14"] .series-a-default-color .ct-series.ct-series-a .ct-area {
    fill: #7518d6 !important;
    fill-opacity: 1;
}

[data-palette="palette-14"] .series-a-default-color .ct-series.ct-series-a .ct-line {
    stroke: #7518d6 !important;
    stroke-width: 3px;
    stroke-opacity: 1;
}

[data-palette="palette-14"] .series-a-default-color .ct-series.ct-series-a .ct-point {
    stroke: #7518d6 !important;
    stroke-width: 6px;
    stroke-opacity: 1;
}

[data-palette="palette-14"] .series-a-default-color .ct-series.ct-series-a .ct-bar {
    stroke: #7518d6 !important;
    stroke-opacity: 1;
}

[data-palette="palette-14"] .series-a-default-color .ct-series.ct-series-a .ct-slice-pie {
    fill: #7518d6 !important;
    fill-opacity: 1;
}

[data-palette="palette-14"] .series-a-default-color .ct-series.ct-series-a .ct-slice-donut {
    stroke: #7518d6 !important;
    stroke-opacity: 1;
}

[data-palette="palette-15"] .ct-label {
    fill: #ffffff !important;
    color: #ffffff !important;
}

[data-palette="palette-15"] .series-a-default-color .ct-series.ct-series-a .ct-area {
    fill: #9240ea !important;
    fill-opacity: 1;
}

[data-palette="palette-15"] .series-a-default-color .ct-series.ct-series-a .ct-line {
    stroke: #9240ea !important;
    stroke-width: 3px;
    stroke-opacity: 1;
}

[data-palette="palette-15"] .series-a-default-color .ct-series.ct-series-a .ct-point {
    stroke: #9240ea !important;
    stroke-width: 6px;
    stroke-opacity: 1;
}

[data-palette="palette-15"] .series-a-default-color .ct-series.ct-series-a .ct-bar {
    stroke: #9240ea !important;
    stroke-opacity: 1;
}

[data-palette="palette-15"] .series-a-default-color .ct-series.ct-series-a .ct-slice-pie {
    fill: #9240ea !important;
    fill-opacity: 1;
}

[data-palette="palette-15"] .series-a-default-color .ct-series.ct-series-a .ct-slice-donut {
    stroke: #9240ea !important;
    stroke-opacity: 1;
}

[data-palette="palette-16"] .ct-label {
    fill: #ffffff !important;
    color: #ffffff !important;
}

[data-palette="palette-16"] .series-a-default-color .ct-series.ct-series-a .ct-area {
    fill: #d61877 !important;
    fill-opacity: 1;
}

[data-palette="palette-16"] .series-a-default-color .ct-series.ct-series-a .ct-line {
    stroke: #d61877 !important;
    stroke-width: 3px;
    stroke-opacity: 1;
}

[data-palette="palette-16"] .series-a-default-color .ct-series.ct-series-a .ct-point {
    stroke: #d61877 !important;
    stroke-width: 6px;
    stroke-opacity: 1;
}

[data-palette="palette-16"] .series-a-default-color .ct-series.ct-series-a .ct-bar {
    stroke: #d61877 !important;
    stroke-opacity: 1;
}

[data-palette="palette-16"] .series-a-default-color .ct-series.ct-series-a .ct-slice-pie {
    fill: #d61877 !important;
    fill-opacity: 1;
}

[data-palette="palette-16"] .series-a-default-color .ct-series.ct-series-a .ct-slice-donut {
    stroke: #d61877 !important;
    stroke-opacity: 1;
}

[data-palette="palette-17"] .ct-label {
    fill: #ffffff !important;
    color: #ffffff !important;
}

[data-palette="palette-17"] .series-a-default-color .ct-series.ct-series-a .ct-area {
    fill: #ea4095 !important;
    fill-opacity: 1;
}

[data-palette="palette-17"] .series-a-default-color .ct-series.ct-series-a .ct-line {
    stroke: #ea4095 !important;
    stroke-width: 3px;
    stroke-opacity: 1;
}

[data-palette="palette-17"] .series-a-default-color .ct-series.ct-series-a .ct-point {
    stroke: #ea4095 !important;
    stroke-width: 6px;
    stroke-opacity: 1;
}

[data-palette="palette-17"] .series-a-default-color .ct-series.ct-series-a .ct-bar {
    stroke: #ea4095 !important;
    stroke-opacity: 1;
}

[data-palette="palette-17"] .series-a-default-color .ct-series.ct-series-a .ct-slice-pie {
    fill: #ea4095 !important;
    fill-opacity: 1;
}

[data-palette="palette-17"] .series-a-default-color .ct-series.ct-series-a .ct-slice-donut {
    stroke: #ea4095 !important;
    stroke-opacity: 1;
}

[data-palette="palette-18"] .ct-label {
    fill: #ffffff !important;
    color: #ffffff !important;
}

[data-palette="palette-18"] .series-a-default-color .ct-series.ct-series-a .ct-area {
    fill: #d62218 !important;
    fill-opacity: 1;
}

[data-palette="palette-18"] .series-a-default-color .ct-series.ct-series-a .ct-line {
    stroke: #d62218 !important;
    stroke-width: 3px;
    stroke-opacity: 1;
}

[data-palette="palette-18"] .series-a-default-color .ct-series.ct-series-a .ct-point {
    stroke: #d62218 !important;
    stroke-width: 6px;
    stroke-opacity: 1;
}

[data-palette="palette-18"] .series-a-default-color .ct-series.ct-series-a .ct-bar {
    stroke: #d62218 !important;
    stroke-opacity: 1;
}

[data-palette="palette-18"] .series-a-default-color .ct-series.ct-series-a .ct-slice-pie {
    fill: #d62218 !important;
    fill-opacity: 1;
}

[data-palette="palette-18"] .series-a-default-color .ct-series.ct-series-a .ct-slice-donut {
    stroke: #d62218 !important;
    stroke-opacity: 1;
}

[data-palette="palette-19"] .ct-label {
    fill: #ffffff !important;
    color: #ffffff !important;
}

[data-palette="palette-19"] .series-a-default-color .ct-series.ct-series-a .ct-area {
    fill: #ea4840 !important;
    fill-opacity: 1;
}

[data-palette="palette-19"] .series-a-default-color .ct-series.ct-series-a .ct-line {
    stroke: #ea4840 !important;
    stroke-width: 3px;
    stroke-opacity: 1;
}

[data-palette="palette-19"] .series-a-default-color .ct-series.ct-series-a .ct-point {
    stroke: #ea4840 !important;
    stroke-width: 6px;
    stroke-opacity: 1;
}

[data-palette="palette-19"] .series-a-default-color .ct-series.ct-series-a .ct-bar {
    stroke: #ea4840 !important;
    stroke-opacity: 1;
}

[data-palette="palette-19"] .series-a-default-color .ct-series.ct-series-a .ct-slice-pie {
    fill: #ea4840 !important;
    fill-opacity: 1;
}

[data-palette="palette-19"] .series-a-default-color .ct-series.ct-series-a .ct-slice-donut {
    stroke: #ea4840 !important;
    stroke-opacity: 1;
}

[data-palette="palette-20"] .ct-label {
    fill: #ffffff !important;
    color: #ffffff !important;
}

[data-palette="palette-20"] .series-a-default-color .ct-series.ct-series-a .ct-area {
    fill: #12a125 !important;
    fill-opacity: 1;
}

[data-palette="palette-20"] .series-a-default-color .ct-series.ct-series-a .ct-line {
    stroke: #12a125 !important;
    stroke-width: 3px;
    stroke-opacity: 1;
}

[data-palette="palette-20"] .series-a-default-color .ct-series.ct-series-a .ct-point {
    stroke: #12a125 !important;
    stroke-width: 6px;
    stroke-opacity: 1;
}

[data-palette="palette-20"] .series-a-default-color .ct-series.ct-series-a .ct-bar {
    stroke: #12a125 !important;
    stroke-opacity: 1;
}

[data-palette="palette-20"] .series-a-default-color .ct-series.ct-series-a .ct-slice-pie {
    fill: #12a125 !important;
    fill-opacity: 1;
}

[data-palette="palette-20"] .series-a-default-color .ct-series.ct-series-a .ct-slice-donut {
    stroke: #12a125 !important;
    stroke-opacity: 1;
}

[data-palette="palette-21"] .ct-label {
    fill: #ffffff !important;
    color: #ffffff !important;
}

[data-palette="palette-21"] .series-a-default-color .ct-series.ct-series-a .ct-area {
    fill: #6da112 !important;
    fill-opacity: 1;
}

[data-palette="palette-21"] .series-a-default-color .ct-series.ct-series-a .ct-line {
    stroke: #6da112 !important;
    stroke-width: 3px;
    stroke-opacity: 1;
}

[data-palette="palette-21"] .series-a-default-color .ct-series.ct-series-a .ct-point {
    stroke: #6da112 !important;
    stroke-width: 6px;
    stroke-opacity: 1;
}

[data-palette="palette-21"] .series-a-default-color .ct-series.ct-series-a .ct-bar {
    stroke: #6da112 !important;
    stroke-opacity: 1;
}

[data-palette="palette-21"] .series-a-default-color .ct-series.ct-series-a .ct-slice-pie {
    fill: #6da112 !important;
    fill-opacity: 1;
}

[data-palette="palette-21"] .series-a-default-color .ct-series.ct-series-a .ct-slice-donut {
    stroke: #6da112 !important;
    stroke-opacity: 1;
}

[data-palette="palette-22"] .ct-label {
    fill: #ffffff !important;
    color: #ffffff !important;
}

[data-palette="palette-22"] .series-a-default-color .ct-series.ct-series-a .ct-area {
    fill: #874d2c !important;
    fill-opacity: 1;
}

[data-palette="palette-22"] .series-a-default-color .ct-series.ct-series-a .ct-line {
    stroke: #874d2c !important;
    stroke-width: 3px;
    stroke-opacity: 1;
}

[data-palette="palette-22"] .series-a-default-color .ct-series.ct-series-a .ct-point {
    stroke: #874d2c !important;
    stroke-width: 6px;
    stroke-opacity: 1;
}

[data-palette="palette-22"] .series-a-default-color .ct-series.ct-series-a .ct-bar {
    stroke: #874d2c !important;
    stroke-opacity: 1;
}

[data-palette="palette-22"] .series-a-default-color .ct-series.ct-series-a .ct-slice-pie {
    fill: #874d2c !important;
    fill-opacity: 1;
}

[data-palette="palette-22"] .series-a-default-color .ct-series.ct-series-a .ct-slice-donut {
    stroke: #874d2c !important;
    stroke-opacity: 1;
}

[data-palette="palette-23"] .ct-label {
    fill: #ffffff !important;
    color: #ffffff !important;
}

[data-palette="palette-23"] .series-a-default-color .ct-series.ct-series-a .ct-area {
    fill: #b2673b !important;
    fill-opacity: 1;
}

[data-palette="palette-23"] .series-a-default-color .ct-series.ct-series-a .ct-line {
    stroke: #b2673b !important;
    stroke-width: 3px;
    stroke-opacity: 1;
}

[data-palette="palette-23"] .series-a-default-color .ct-series.ct-series-a .ct-point {
    stroke: #b2673b !important;
    stroke-width: 6px;
    stroke-opacity: 1;
}

[data-palette="palette-23"] .series-a-default-color .ct-series.ct-series-a .ct-bar {
    stroke: #b2673b !important;
    stroke-opacity: 1;
}

[data-palette="palette-23"] .series-a-default-color .ct-series.ct-series-a .ct-slice-pie {
    fill: #b2673b !important;
    fill-opacity: 1;
}

[data-palette="palette-23"] .series-a-default-color .ct-series.ct-series-a .ct-slice-donut {
    stroke: #b2673b !important;
    stroke-opacity: 1;
}

.easy-pie-chart-lg {
    position: relative;
    width: 200px;
    height: 200px;
    overflow: hidden;
}

.easy-pie-chart-lg .chart {
    position: absolute;
    top: 0;
    left: 0;
}

.easy-pie-chart-lg .percent {
    width: 100%;
    height: 200px;
    line-height: 200px;
    margin: 0 auto;
    display: block;
    text-align: center;
    font-size: 44px;
}

.easy-pie-chart-lg .percent .symbol {
    font-size: 36px !important;
    margin-left: -2px;
}

.easy-pie-chart-md {
    position: relative;
    width: 150px;
    height: 150px;
    overflow: hidden;
}

.easy-pie-chart-md .chart {
    position: absolute;
    top: 0;
    left: 0;
}

.easy-pie-chart-md .percent {
    width: 100%;
    height: 150px;
    line-height: 150px;
    margin: 0 auto;
    display: block;
    text-align: center;
    font-size: 36px;
}

.easy-pie-chart-md .percent .symbol {
    font-size: 24px !important;
    margin-left: -2px;
}

.easy-pie-chart-xs {
    position: relative;
    width: 100px;
    height: 100px;
    overflow: hidden;
}

.easy-pie-chart-xs .chart {
    position: absolute;
    top: 0;
    left: 0;
}

.easy-pie-chart-xs .percent {
    width: 100%;
    height: 100px;
    line-height: 100px;
    margin: 0 auto;
    display: block;
    text-align: center;
    font-size: 24px;
}

.easy-pie-chart-xs .percent .symbol {
    font-size: 18px !important;
    margin-left: -2px;
}

[data-palette="palette-1"] .easy-pie-chart-lg .percent {
    color: #ffffff;
}

[data-palette="palette-1"] .easy-pie-chart-md .percent {
    color: #ffffff;
}

[data-palette="palette-1"] .easy-pie-chart-xs .percent {
    color: #ffffff;
}

[data-palette="palette-2"] .easy-pie-chart-lg .percent {
    color: #ffffff;
}

[data-palette="palette-2"] .easy-pie-chart-md .percent {
    color: #ffffff;
}

[data-palette="palette-2"] .easy-pie-chart-xs .percent {
    color: #ffffff;
}

[data-palette="palette-3"] .easy-pie-chart-lg .percent {
    color: #ffffff;
}

[data-palette="palette-3"] .easy-pie-chart-md .percent {
    color: #ffffff;
}

[data-palette="palette-3"] .easy-pie-chart-xs .percent {
    color: #ffffff;
}

[data-palette="palette-4"] .easy-pie-chart-lg .percent {
    color: #262932;
}

[data-palette="palette-4"] .easy-pie-chart-md .percent {
    color: #262932;
}

[data-palette="palette-4"] .easy-pie-chart-xs .percent {
    color: #262932;
}

[data-palette="palette-5"] .easy-pie-chart-lg .percent {
    color: #262932;
}

[data-palette="palette-5"] .easy-pie-chart-md .percent {
    color: #262932;
}

[data-palette="palette-5"] .easy-pie-chart-xs .percent {
    color: #262932;
}

[data-palette="palette-6"] .easy-pie-chart-lg .percent {
    color: #262932;
}

[data-palette="palette-6"] .easy-pie-chart-md .percent {
    color: #262932;
}

[data-palette="palette-6"] .easy-pie-chart-xs .percent {
    color: #262932;
}

[data-palette="palette-7"] .easy-pie-chart-lg .percent {
    color: #ffffff;
}

[data-palette="palette-7"] .easy-pie-chart-md .percent {
    color: #ffffff;
}

[data-palette="palette-7"] .easy-pie-chart-xs .percent {
    color: #ffffff;
}

[data-palette="palette-8"] .easy-pie-chart-lg .percent {
    color: #ffffff;
}

[data-palette="palette-8"] .easy-pie-chart-md .percent {
    color: #ffffff;
}

[data-palette="palette-8"] .easy-pie-chart-xs .percent {
    color: #ffffff;
}

[data-palette="palette-9"] .easy-pie-chart-lg .percent {
    color: #ffffff;
}

[data-palette="palette-9"] .easy-pie-chart-md .percent {
    color: #ffffff;
}

[data-palette="palette-9"] .easy-pie-chart-xs .percent {
    color: #ffffff;
}

[data-palette="palette-10"] .easy-pie-chart-lg .percent {
    color: #ffffff;
}

[data-palette="palette-10"] .easy-pie-chart-md .percent {
    color: #ffffff;
}

[data-palette="palette-10"] .easy-pie-chart-xs .percent {
    color: #ffffff;
}

[data-palette="palette-11"] .easy-pie-chart-lg .percent {
    color: #ffffff;
}

[data-palette="palette-11"] .easy-pie-chart-md .percent {
    color: #ffffff;
}

[data-palette="palette-11"] .easy-pie-chart-xs .percent {
    color: #ffffff;
}

[data-palette="palette-12"] .easy-pie-chart-lg .percent {
    color: #ffffff;
}

[data-palette="palette-12"] .easy-pie-chart-md .percent {
    color: #ffffff;
}

[data-palette="palette-12"] .easy-pie-chart-xs .percent {
    color: #ffffff;
}

[data-palette="palette-13"] .easy-pie-chart-lg .percent {
    color: #ffffff;
}

[data-palette="palette-13"] .easy-pie-chart-md .percent {
    color: #ffffff;
}

[data-palette="palette-13"] .easy-pie-chart-xs .percent {
    color: #ffffff;
}

[data-palette="palette-14"] .easy-pie-chart-lg .percent {
    color: #ffffff;
}

[data-palette="palette-14"] .easy-pie-chart-md .percent {
    color: #ffffff;
}

[data-palette="palette-14"] .easy-pie-chart-xs .percent {
    color: #ffffff;
}

[data-palette="palette-15"] .easy-pie-chart-lg .percent {
    color: #ffffff;
}

[data-palette="palette-15"] .easy-pie-chart-md .percent {
    color: #ffffff;
}

[data-palette="palette-15"] .easy-pie-chart-xs .percent {
    color: #ffffff;
}

[data-palette="palette-16"] .easy-pie-chart-lg .percent {
    color: #ffffff;
}

[data-palette="palette-16"] .easy-pie-chart-md .percent {
    color: #ffffff;
}

[data-palette="palette-16"] .easy-pie-chart-xs .percent {
    color: #ffffff;
}

[data-palette="palette-17"] .easy-pie-chart-lg .percent {
    color: #ffffff;
}

[data-palette="palette-17"] .easy-pie-chart-md .percent {
    color: #ffffff;
}

[data-palette="palette-17"] .easy-pie-chart-xs .percent {
    color: #ffffff;
}

[data-palette="palette-18"] .easy-pie-chart-lg .percent {
    color: #ffffff;
}

[data-palette="palette-18"] .easy-pie-chart-md .percent {
    color: #ffffff;
}

[data-palette="palette-18"] .easy-pie-chart-xs .percent {
    color: #ffffff;
}

[data-palette="palette-19"] .easy-pie-chart-lg .percent {
    color: #ffffff;
}

[data-palette="palette-19"] .easy-pie-chart-md .percent {
    color: #ffffff;
}

[data-palette="palette-19"] .easy-pie-chart-xs .percent {
    color: #ffffff;
}

[data-palette="palette-20"] .easy-pie-chart-lg .percent {
    color: #ffffff;
}

[data-palette="palette-20"] .easy-pie-chart-md .percent {
    color: #ffffff;
}

[data-palette="palette-20"] .easy-pie-chart-xs .percent {
    color: #ffffff;
}

[data-palette="palette-21"] .easy-pie-chart-lg .percent {
    color: #ffffff;
}

[data-palette="palette-21"] .easy-pie-chart-md .percent {
    color: #ffffff;
}

[data-palette="palette-21"] .easy-pie-chart-xs .percent {
    color: #ffffff;
}

[data-palette="palette-22"] .easy-pie-chart-lg .percent {
    color: #ffffff;
}

[data-palette="palette-22"] .easy-pie-chart-md .percent {
    color: #ffffff;
}

[data-palette="palette-22"] .easy-pie-chart-xs .percent {
    color: #ffffff;
}

[data-palette="palette-23"] .easy-pie-chart-lg .percent {
    color: #ffffff;
}

[data-palette="palette-23"] .easy-pie-chart-md .percent {
    color: #ffffff;
}

[data-palette="palette-23"] .easy-pie-chart-xs .percent {
    color: #ffffff;
}

[data-direction="rtl"] .knob-sm {
    margin-left: 0 !important;
    margin-right: -77px !important;
}

[data-direction="rtl"] .knob-lg {
    margin-left: 0 !important;
    margin-right: -114px !important;
}

.nvd3 {
    direction: ltr !important;
    unicode-bidi: embed !important;
}

[data-palette="palette-1"] .nvd3 text {
    fill: #ffffff !important;
    font-family: 'Roboto', 'Helvetica', sans-serif !important;
    font-size: 12px;
    font-weight: normal;
}

[data-palette="palette-1"] .nvd3-pie .nvd3.nv-pie path,
[data-palette="palette-1"] .nvd3-donut .nvd3.nv-pie path {
    stroke: #444444 !important;
}

[data-palette="palette-1"] .nvd3-pie .nvd3.nv-pie path,
[data-palette="palette-1"] .nvd3-donut .nvd3.nv-pie path {
    fill-opacity: 1;
}

[data-palette="palette-1"] .nvd3 .nv-axis path {
    stroke: #444444 !important;
}

[data-palette="palette-1"] .nvd3 .nv-axis line {
    stroke: #444444 !important;
}

[data-palette="palette-1"] .nvd3 .nv-bars .hover rect {
    fill: #242424 !important;
}

[data-palette="palette-1"] .nvd3 .nv-bars text {
    fill: #ffffff !important;
}

[data-palette="palette-1"] .nvd3 .nv-bars .hover text {
    fill: #ffffff !important;
}

[data-palette="palette-1"] .nvd3 .nv-discretebar .nv-groups text,
[data-palette="palette-1"] .nvd3 .nv-multibarHorizontal .nv-groups text {
    fill: #ffffff !important;
}

[data-palette="palette-1"] .nvd3 line.nv-boxplot-median {
    stroke: #ffffff !important;
}

[data-palette="palette-1"] .nvd3 .nv-point-paths path {
    stroke: #444444 !important;
    fill: #444444 !important;
}

[data-palette="palette-1"] .nvd3 text {
    font: normal 12px 'Roboto', 'Helvetica', sans-serif;
}

[data-palette="palette-1"] .nvd3 .title {
    font: normal 14px 'Roboto', 'Helvetica', sans-serif;
}

[data-palette="palette-1"] .nvd3 .nv-background {
    fill: #242424 !important;
}

[data-palette="palette-1"] .nv-brush .resize path {
    fill: #444444 !important;
    stroke: #444444 !important;
}

[data-palette="palette-1"] .nvd3 .nv-brushBackground rect {
    stroke: #242424 !important;
    fill: #ffffff !important;
}

[data-palette="palette-1"] .nvd3 .background path {
    stroke: #242424 !important;
}

[data-palette="palette-1"] .nvd3 .nv-parallelCoordinates-brush .extent {
    fill: #ffffff !important;
    stroke: #242424 !important;
}

[data-palette="palette-1"] .nvd3 .missingValuesline line {
    stroke: #242424 !important;
}

[data-palette="palette-1"] .nvd3.nv-pie .nv-pie-title {
    fill: #ffffff !important;
}

[data-palette="palette-1"] .nvd3.nv-pie .nv-slice text {
    stroke: #ffffff !important;
}

[data-palette="palette-1"] .nvd3.nv-pie path {
    stroke: #242424 !important;
}

[data-palette="palette-1"] .nvd3.nv-sparklineplus .nv-hoverValue line {
    stroke: #444444 !important;
}

[data-palette="palette-1"] .nvd3.nv-sparklineplus .nv-yValue {
    stroke: #ffffff !important;
}

[data-palette="palette-1"] .nvd3.nv-sparklineplus .nv-maxValue {
    stroke: #ffffff !important;
    fill: #ffffff !important;
}

[data-palette="palette-1"] .nvd3.nv-sparklineplus .nv-minValue {
    stroke: #ffffff !important;
    fill: #ffffff !important;
}

[data-palette="palette-1"] .nvtooltip {
    background-color: #242424 !important;
    color: #ffffff !important;
    border: 1px solid #444444 !important;
    font-family: 'Roboto', 'Helvetica', sans-serif;
}

[data-palette="palette-1"] .nvtooltip h3 {
    background-color: #242424 !important;
    color: #ffffff !important;
    border: 1px solid #444444 !important;
}

[data-palette="palette-1"] .nvtooltip table td.legend-color-guide div {
    border: 1px solid #444444 !important;
}

[data-palette="palette-1"] .nvd3 line.nv-guideline {
    stroke: #444444 !important;
}

[data-palette="palette-2"] .nvd3 text {
    fill: #ffffff !important;
    font-family: 'Roboto', 'Helvetica', sans-serif !important;
    font-size: 12px;
    font-weight: normal;
}

[data-palette="palette-2"] .nvd3-pie .nvd3.nv-pie path,
[data-palette="palette-2"] .nvd3-donut .nvd3.nv-pie path {
    stroke: #424756 !important;
}

[data-palette="palette-2"] .nvd3-pie .nvd3.nv-pie path,
[data-palette="palette-2"] .nvd3-donut .nvd3.nv-pie path {
    fill-opacity: 1;
}

[data-palette="palette-2"] .nvd3 .nv-axis path {
    stroke: #424756 !important;
}

[data-palette="palette-2"] .nvd3 .nv-axis line {
    stroke: #424756 !important;
}

[data-palette="palette-2"] .nvd3 .nv-bars .hover rect {
    fill: #262932 !important;
}

[data-palette="palette-2"] .nvd3 .nv-bars text {
    fill: #ffffff !important;
}

[data-palette="palette-2"] .nvd3 .nv-bars .hover text {
    fill: #ffffff !important;
}

[data-palette="palette-2"] .nvd3 .nv-discretebar .nv-groups text,
[data-palette="palette-2"] .nvd3 .nv-multibarHorizontal .nv-groups text {
    fill: #ffffff !important;
}

[data-palette="palette-2"] .nvd3 line.nv-boxplot-median {
    stroke: #ffffff !important;
}

[data-palette="palette-2"] .nvd3 .nv-point-paths path {
    stroke: #424756 !important;
    fill: #424756 !important;
}

[data-palette="palette-2"] .nvd3 text {
    font: normal 12px 'Roboto', 'Helvetica', sans-serif;
}

[data-palette="palette-2"] .nvd3 .title {
    font: normal 14px 'Roboto', 'Helvetica', sans-serif;
}

[data-palette="palette-2"] .nvd3 .nv-background {
    fill: #262932 !important;
}

[data-palette="palette-2"] .nv-brush .resize path {
    fill: #424756 !important;
    stroke: #424756 !important;
}

[data-palette="palette-2"] .nvd3 .nv-brushBackground rect {
    stroke: #262932 !important;
    fill: #ffffff !important;
}

[data-palette="palette-2"] .nvd3 .background path {
    stroke: #262932 !important;
}

[data-palette="palette-2"] .nvd3 .nv-parallelCoordinates-brush .extent {
    fill: #ffffff !important;
    stroke: #262932 !important;
}

[data-palette="palette-2"] .nvd3 .missingValuesline line {
    stroke: #262932 !important;
}

[data-palette="palette-2"] .nvd3.nv-pie .nv-pie-title {
    fill: #ffffff !important;
}

[data-palette="palette-2"] .nvd3.nv-pie .nv-slice text {
    stroke: #ffffff !important;
}

[data-palette="palette-2"] .nvd3.nv-pie path {
    stroke: #262932 !important;
}

[data-palette="palette-2"] .nvd3.nv-sparklineplus .nv-hoverValue line {
    stroke: #424756 !important;
}

[data-palette="palette-2"] .nvd3.nv-sparklineplus .nv-yValue {
    stroke: #ffffff !important;
}

[data-palette="palette-2"] .nvd3.nv-sparklineplus .nv-maxValue {
    stroke: #ffffff !important;
    fill: #ffffff !important;
}

[data-palette="palette-2"] .nvd3.nv-sparklineplus .nv-minValue {
    stroke: #ffffff !important;
    fill: #ffffff !important;
}

[data-palette="palette-2"] .nvtooltip {
    background-color: #262932 !important;
    color: #ffffff !important;
    border: 1px solid #424756 !important;
    font-family: 'Roboto', 'Helvetica', sans-serif;
}

[data-palette="palette-2"] .nvtooltip h3 {
    background-color: #262932 !important;
    color: #ffffff !important;
    border: 1px solid #424756 !important;
}

[data-palette="palette-2"] .nvtooltip table td.legend-color-guide div {
    border: 1px solid #424756 !important;
}

[data-palette="palette-2"] .nvd3 line.nv-guideline {
    stroke: #424756 !important;
}

[data-palette="palette-3"] .nvd3 text {
    fill: #ffffff !important;
    font-family: 'Roboto', 'Helvetica', sans-serif !important;
    font-size: 12px;
    font-weight: normal;
}

[data-palette="palette-3"] .nvd3-pie .nvd3.nv-pie path,
[data-palette="palette-3"] .nvd3-donut .nvd3.nv-pie path {
    stroke: #202020 !important;
}

[data-palette="palette-3"] .nvd3-pie .nvd3.nv-pie path,
[data-palette="palette-3"] .nvd3-donut .nvd3.nv-pie path {
    fill-opacity: 1;
}

[data-palette="palette-3"] .nvd3 .nv-axis path {
    stroke: #202020 !important;
}

[data-palette="palette-3"] .nvd3 .nv-axis line {
    stroke: #202020 !important;
}

[data-palette="palette-3"] .nvd3 .nv-bars .hover rect {
    fill: #000000 !important;
}

[data-palette="palette-3"] .nvd3 .nv-bars text {
    fill: #ffffff !important;
}

[data-palette="palette-3"] .nvd3 .nv-bars .hover text {
    fill: #ffffff !important;
}

[data-palette="palette-3"] .nvd3 .nv-discretebar .nv-groups text,
[data-palette="palette-3"] .nvd3 .nv-multibarHorizontal .nv-groups text {
    fill: #ffffff !important;
}

[data-palette="palette-3"] .nvd3 line.nv-boxplot-median {
    stroke: #ffffff !important;
}

[data-palette="palette-3"] .nvd3 .nv-point-paths path {
    stroke: #202020 !important;
    fill: #202020 !important;
}

[data-palette="palette-3"] .nvd3 text {
    font: normal 12px 'Roboto', 'Helvetica', sans-serif;
}

[data-palette="palette-3"] .nvd3 .title {
    font: normal 14px 'Roboto', 'Helvetica', sans-serif;
}

[data-palette="palette-3"] .nvd3 .nv-background {
    fill: #000000 !important;
}

[data-palette="palette-3"] .nv-brush .resize path {
    fill: #202020 !important;
    stroke: #202020 !important;
}

[data-palette="palette-3"] .nvd3 .nv-brushBackground rect {
    stroke: #000000 !important;
    fill: #ffffff !important;
}

[data-palette="palette-3"] .nvd3 .background path {
    stroke: #000000 !important;
}

[data-palette="palette-3"] .nvd3 .nv-parallelCoordinates-brush .extent {
    fill: #ffffff !important;
    stroke: #000000 !important;
}

[data-palette="palette-3"] .nvd3 .missingValuesline line {
    stroke: #000000 !important;
}

[data-palette="palette-3"] .nvd3.nv-pie .nv-pie-title {
    fill: #ffffff !important;
}

[data-palette="palette-3"] .nvd3.nv-pie .nv-slice text {
    stroke: #ffffff !important;
}

[data-palette="palette-3"] .nvd3.nv-pie path {
    stroke: #000000 !important;
}

[data-palette="palette-3"] .nvd3.nv-sparklineplus .nv-hoverValue line {
    stroke: #202020 !important;
}

[data-palette="palette-3"] .nvd3.nv-sparklineplus .nv-yValue {
    stroke: #ffffff !important;
}

[data-palette="palette-3"] .nvd3.nv-sparklineplus .nv-maxValue {
    stroke: #ffffff !important;
    fill: #ffffff !important;
}

[data-palette="palette-3"] .nvd3.nv-sparklineplus .nv-minValue {
    stroke: #ffffff !important;
    fill: #ffffff !important;
}

[data-palette="palette-3"] .nvtooltip {
    background-color: #000000 !important;
    color: #ffffff !important;
    border: 1px solid #202020 !important;
    font-family: 'Roboto', 'Helvetica', sans-serif;
}

[data-palette="palette-3"] .nvtooltip h3 {
    background-color: #000000 !important;
    color: #ffffff !important;
    border: 1px solid #202020 !important;
}

[data-palette="palette-3"] .nvtooltip table td.legend-color-guide div {
    border: 1px solid #202020 !important;
}

[data-palette="palette-3"] .nvd3 line.nv-guideline {
    stroke: #202020 !important;
}

[data-palette="palette-4"] .nvd3 text {
    fill: #262932 !important;
    font-family: 'Roboto', 'Helvetica', sans-serif !important;
    font-size: 12px;
    font-weight: normal;
}

[data-palette="palette-4"] .nvd3-pie .nvd3.nv-pie path,
[data-palette="palette-4"] .nvd3-donut .nvd3.nv-pie path {
    stroke: #ececec !important;
}

[data-palette="palette-4"] .nvd3-pie .nvd3.nv-pie path,
[data-palette="palette-4"] .nvd3-donut .nvd3.nv-pie path {
    fill-opacity: 1;
}

[data-palette="palette-4"] .nvd3 .nv-axis path {
    stroke: #ececec !important;
}

[data-palette="palette-4"] .nvd3 .nv-axis line {
    stroke: #ececec !important;
}

[data-palette="palette-4"] .nvd3 .nv-bars .hover rect {
    fill: #ffffff !important;
}

[data-palette="palette-4"] .nvd3 .nv-bars text {
    fill: #262932 !important;
}

[data-palette="palette-4"] .nvd3 .nv-bars .hover text {
    fill: #262932 !important;
}

[data-palette="palette-4"] .nvd3 .nv-discretebar .nv-groups text,
[data-palette="palette-4"] .nvd3 .nv-multibarHorizontal .nv-groups text {
    fill: #262932 !important;
}

[data-palette="palette-4"] .nvd3 line.nv-boxplot-median {
    stroke: #262932 !important;
}

[data-palette="palette-4"] .nvd3 .nv-point-paths path {
    stroke: #ececec !important;
    fill: #ececec !important;
}

[data-palette="palette-4"] .nvd3 text {
    font: normal 12px 'Roboto', 'Helvetica', sans-serif;
}

[data-palette="palette-4"] .nvd3 .title {
    font: normal 14px 'Roboto', 'Helvetica', sans-serif;
}

[data-palette="palette-4"] .nvd3 .nv-background {
    fill: #ffffff !important;
}

[data-palette="palette-4"] .nv-brush .resize path {
    fill: #ececec !important;
    stroke: #ececec !important;
}

[data-palette="palette-4"] .nvd3 .nv-brushBackground rect {
    stroke: #ffffff !important;
    fill: #262932 !important;
}

[data-palette="palette-4"] .nvd3 .background path {
    stroke: #ffffff !important;
}

[data-palette="palette-4"] .nvd3 .nv-parallelCoordinates-brush .extent {
    fill: #262932 !important;
    stroke: #ffffff !important;
}

[data-palette="palette-4"] .nvd3 .missingValuesline line {
    stroke: #ffffff !important;
}

[data-palette="palette-4"] .nvd3.nv-pie .nv-pie-title {
    fill: #262932 !important;
}

[data-palette="palette-4"] .nvd3.nv-pie .nv-slice text {
    stroke: #262932 !important;
}

[data-palette="palette-4"] .nvd3.nv-pie path {
    stroke: #ffffff !important;
}

[data-palette="palette-4"] .nvd3.nv-sparklineplus .nv-hoverValue line {
    stroke: #ececec !important;
}

[data-palette="palette-4"] .nvd3.nv-sparklineplus .nv-yValue {
    stroke: #262932 !important;
}

[data-palette="palette-4"] .nvd3.nv-sparklineplus .nv-maxValue {
    stroke: #262932 !important;
    fill: #262932 !important;
}

[data-palette="palette-4"] .nvd3.nv-sparklineplus .nv-minValue {
    stroke: #262932 !important;
    fill: #262932 !important;
}

[data-palette="palette-4"] .nvtooltip {
    background-color: #ffffff !important;
    color: #262932 !important;
    border: 1px solid #ececec !important;
    font-family: 'Roboto', 'Helvetica', sans-serif;
}

[data-palette="palette-4"] .nvtooltip h3 {
    background-color: #ffffff !important;
    color: #262932 !important;
    border: 1px solid #ececec !important;
}

[data-palette="palette-4"] .nvtooltip table td.legend-color-guide div {
    border: 1px solid #ececec !important;
}

[data-palette="palette-4"] .nvd3 line.nv-guideline {
    stroke: #ececec !important;
}

[data-palette="palette-5"] .nvd3 text {
    fill: #262932 !important;
    font-family: 'Roboto', 'Helvetica', sans-serif !important;
    font-size: 12px;
    font-weight: normal;
}

[data-palette="palette-5"] .nvd3-pie .nvd3.nv-pie path,
[data-palette="palette-5"] .nvd3-donut .nvd3.nv-pie path {
    stroke: #ececec !important;
}

[data-palette="palette-5"] .nvd3-pie .nvd3.nv-pie path,
[data-palette="palette-5"] .nvd3-donut .nvd3.nv-pie path {
    fill-opacity: 1;
}

[data-palette="palette-5"] .nvd3 .nv-axis path {
    stroke: #ececec !important;
}

[data-palette="palette-5"] .nvd3 .nv-axis line {
    stroke: #ececec !important;
}

[data-palette="palette-5"] .nvd3 .nv-bars .hover rect {
    fill: #ffffff !important;
}

[data-palette="palette-5"] .nvd3 .nv-bars text {
    fill: #262932 !important;
}

[data-palette="palette-5"] .nvd3 .nv-bars .hover text {
    fill: #262932 !important;
}

[data-palette="palette-5"] .nvd3 .nv-discretebar .nv-groups text,
[data-palette="palette-5"] .nvd3 .nv-multibarHorizontal .nv-groups text {
    fill: #262932 !important;
}

[data-palette="palette-5"] .nvd3 line.nv-boxplot-median {
    stroke: #262932 !important;
}

[data-palette="palette-5"] .nvd3 .nv-point-paths path {
    stroke: #ececec !important;
    fill: #ececec !important;
}

[data-palette="palette-5"] .nvd3 text {
    font: normal 12px 'Roboto', 'Helvetica', sans-serif;
}

[data-palette="palette-5"] .nvd3 .title {
    font: normal 14px 'Roboto', 'Helvetica', sans-serif;
}

[data-palette="palette-5"] .nvd3 .nv-background {
    fill: #ffffff !important;
}

[data-palette="palette-5"] .nv-brush .resize path {
    fill: #ececec !important;
    stroke: #ececec !important;
}

[data-palette="palette-5"] .nvd3 .nv-brushBackground rect {
    stroke: #ffffff !important;
    fill: #262932 !important;
}

[data-palette="palette-5"] .nvd3 .background path {
    stroke: #ffffff !important;
}

[data-palette="palette-5"] .nvd3 .nv-parallelCoordinates-brush .extent {
    fill: #262932 !important;
    stroke: #ffffff !important;
}

[data-palette="palette-5"] .nvd3 .missingValuesline line {
    stroke: #ffffff !important;
}

[data-palette="palette-5"] .nvd3.nv-pie .nv-pie-title {
    fill: #262932 !important;
}

[data-palette="palette-5"] .nvd3.nv-pie .nv-slice text {
    stroke: #262932 !important;
}

[data-palette="palette-5"] .nvd3.nv-pie path {
    stroke: #ffffff !important;
}

[data-palette="palette-5"] .nvd3.nv-sparklineplus .nv-hoverValue line {
    stroke: #ececec !important;
}

[data-palette="palette-5"] .nvd3.nv-sparklineplus .nv-yValue {
    stroke: #262932 !important;
}

[data-palette="palette-5"] .nvd3.nv-sparklineplus .nv-maxValue {
    stroke: #262932 !important;
    fill: #262932 !important;
}

[data-palette="palette-5"] .nvd3.nv-sparklineplus .nv-minValue {
    stroke: #262932 !important;
    fill: #262932 !important;
}

[data-palette="palette-5"] .nvtooltip {
    background-color: #ffffff !important;
    color: #262932 !important;
    border: 1px solid #ececec !important;
    font-family: 'Roboto', 'Helvetica', sans-serif;
}

[data-palette="palette-5"] .nvtooltip h3 {
    background-color: #ffffff !important;
    color: #262932 !important;
    border: 1px solid #ececec !important;
}

[data-palette="palette-5"] .nvtooltip table td.legend-color-guide div {
    border: 1px solid #ececec !important;
}

[data-palette="palette-5"] .nvd3 line.nv-guideline {
    stroke: #ececec !important;
}

[data-palette="palette-6"] .nvd3 text {
    fill: #262932 !important;
    font-family: 'Roboto', 'Helvetica', sans-serif !important;
    font-size: 12px;
    font-weight: normal;
}

[data-palette="palette-6"] .nvd3-pie .nvd3.nv-pie path,
[data-palette="palette-6"] .nvd3-donut .nvd3.nv-pie path {
    stroke: #ececec !important;
}

[data-palette="palette-6"] .nvd3-pie .nvd3.nv-pie path,
[data-palette="palette-6"] .nvd3-donut .nvd3.nv-pie path {
    fill-opacity: 1;
}

[data-palette="palette-6"] .nvd3 .nv-axis path {
    stroke: #ececec !important;
}

[data-palette="palette-6"] .nvd3 .nv-axis line {
    stroke: #ececec !important;
}

[data-palette="palette-6"] .nvd3 .nv-bars .hover rect {
    fill: #ffffff !important;
}

[data-palette="palette-6"] .nvd3 .nv-bars text {
    fill: #262932 !important;
}

[data-palette="palette-6"] .nvd3 .nv-bars .hover text {
    fill: #262932 !important;
}

[data-palette="palette-6"] .nvd3 .nv-discretebar .nv-groups text,
[data-palette="palette-6"] .nvd3 .nv-multibarHorizontal .nv-groups text {
    fill: #262932 !important;
}

[data-palette="palette-6"] .nvd3 line.nv-boxplot-median {
    stroke: #262932 !important;
}

[data-palette="palette-6"] .nvd3 .nv-point-paths path {
    stroke: #ececec !important;
    fill: #ececec !important;
}

[data-palette="palette-6"] .nvd3 text {
    font: normal 12px 'Roboto', 'Helvetica', sans-serif;
}

[data-palette="palette-6"] .nvd3 .title {
    font: normal 14px 'Roboto', 'Helvetica', sans-serif;
}

[data-palette="palette-6"] .nvd3 .nv-background {
    fill: #ffffff !important;
}

[data-palette="palette-6"] .nv-brush .resize path {
    fill: #ececec !important;
    stroke: #ececec !important;
}

[data-palette="palette-6"] .nvd3 .nv-brushBackground rect {
    stroke: #ffffff !important;
    fill: #262932 !important;
}

[data-palette="palette-6"] .nvd3 .background path {
    stroke: #ffffff !important;
}

[data-palette="palette-6"] .nvd3 .nv-parallelCoordinates-brush .extent {
    fill: #262932 !important;
    stroke: #ffffff !important;
}

[data-palette="palette-6"] .nvd3 .missingValuesline line {
    stroke: #ffffff !important;
}

[data-palette="palette-6"] .nvd3.nv-pie .nv-pie-title {
    fill: #262932 !important;
}

[data-palette="palette-6"] .nvd3.nv-pie .nv-slice text {
    stroke: #262932 !important;
}

[data-palette="palette-6"] .nvd3.nv-pie path {
    stroke: #ffffff !important;
}

[data-palette="palette-6"] .nvd3.nv-sparklineplus .nv-hoverValue line {
    stroke: #ececec !important;
}

[data-palette="palette-6"] .nvd3.nv-sparklineplus .nv-yValue {
    stroke: #262932 !important;
}

[data-palette="palette-6"] .nvd3.nv-sparklineplus .nv-maxValue {
    stroke: #262932 !important;
    fill: #262932 !important;
}

[data-palette="palette-6"] .nvd3.nv-sparklineplus .nv-minValue {
    stroke: #262932 !important;
    fill: #262932 !important;
}

[data-palette="palette-6"] .nvtooltip {
    background-color: #ffffff !important;
    color: #262932 !important;
    border: 1px solid #ececec !important;
    font-family: 'Roboto', 'Helvetica', sans-serif;
}

[data-palette="palette-6"] .nvtooltip h3 {
    background-color: #ffffff !important;
    color: #262932 !important;
    border: 1px solid #ececec !important;
}

[data-palette="palette-6"] .nvtooltip table td.legend-color-guide div {
    border: 1px solid #ececec !important;
}

[data-palette="palette-6"] .nvd3 line.nv-guideline {
    stroke: #ececec !important;
}

[data-palette="palette-7"] .nvd3 text {
    fill: #ffffff !important;
    font-family: 'Roboto', 'Helvetica', sans-serif !important;
    font-size: 12px;
    font-weight: normal;
}

[data-palette="palette-7"] .nvd3-pie .nvd3.nv-pie path,
[data-palette="palette-7"] .nvd3-donut .nvd3.nv-pie path {
    stroke: #0489fd !important;
}

[data-palette="palette-7"] .nvd3-pie .nvd3.nv-pie path,
[data-palette="palette-7"] .nvd3-donut .nvd3.nv-pie path {
    fill-opacity: 1;
}

[data-palette="palette-7"] .nvd3 .nv-axis path {
    stroke: #0489fd !important;
}

[data-palette="palette-7"] .nvd3 .nv-axis line {
    stroke: #0489fd !important;
}

[data-palette="palette-7"] .nvd3 .nv-bars .hover rect {
    fill: #0267bf !important;
}

[data-palette="palette-7"] .nvd3 .nv-bars text {
    fill: #ffffff !important;
}

[data-palette="palette-7"] .nvd3 .nv-bars .hover text {
    fill: #ffffff !important;
}

[data-palette="palette-7"] .nvd3 .nv-discretebar .nv-groups text,
[data-palette="palette-7"] .nvd3 .nv-multibarHorizontal .nv-groups text {
    fill: #ffffff !important;
}

[data-palette="palette-7"] .nvd3 line.nv-boxplot-median {
    stroke: #ffffff !important;
}

[data-palette="palette-7"] .nvd3 .nv-point-paths path {
    stroke: #0489fd !important;
    fill: #0489fd !important;
}

[data-palette="palette-7"] .nvd3 text {
    font: normal 12px 'Roboto', 'Helvetica', sans-serif;
}

[data-palette="palette-7"] .nvd3 .title {
    font: normal 14px 'Roboto', 'Helvetica', sans-serif;
}

[data-palette="palette-7"] .nvd3 .nv-background {
    fill: #0267bf !important;
}

[data-palette="palette-7"] .nv-brush .resize path {
    fill: #0489fd !important;
    stroke: #0489fd !important;
}

[data-palette="palette-7"] .nvd3 .nv-brushBackground rect {
    stroke: #0267bf !important;
    fill: #ffffff !important;
}

[data-palette="palette-7"] .nvd3 .background path {
    stroke: #0267bf !important;
}

[data-palette="palette-7"] .nvd3 .nv-parallelCoordinates-brush .extent {
    fill: #ffffff !important;
    stroke: #0267bf !important;
}

[data-palette="palette-7"] .nvd3 .missingValuesline line {
    stroke: #0267bf !important;
}

[data-palette="palette-7"] .nvd3.nv-pie .nv-pie-title {
    fill: #ffffff !important;
}

[data-palette="palette-7"] .nvd3.nv-pie .nv-slice text {
    stroke: #ffffff !important;
}

[data-palette="palette-7"] .nvd3.nv-pie path {
    stroke: #0267bf !important;
}

[data-palette="palette-7"] .nvd3.nv-sparklineplus .nv-hoverValue line {
    stroke: #0489fd !important;
}

[data-palette="palette-7"] .nvd3.nv-sparklineplus .nv-yValue {
    stroke: #ffffff !important;
}

[data-palette="palette-7"] .nvd3.nv-sparklineplus .nv-maxValue {
    stroke: #ffffff !important;
    fill: #ffffff !important;
}

[data-palette="palette-7"] .nvd3.nv-sparklineplus .nv-minValue {
    stroke: #ffffff !important;
    fill: #ffffff !important;
}

[data-palette="palette-7"] .nvtooltip {
    background-color: #0267bf !important;
    color: #ffffff !important;
    border: 1px solid #0489fd !important;
    font-family: 'Roboto', 'Helvetica', sans-serif;
}

[data-palette="palette-7"] .nvtooltip h3 {
    background-color: #0267bf !important;
    color: #ffffff !important;
    border: 1px solid #0489fd !important;
}

[data-palette="palette-7"] .nvtooltip table td.legend-color-guide div {
    border: 1px solid #0489fd !important;
}

[data-palette="palette-7"] .nvd3 line.nv-guideline {
    stroke: #0489fd !important;
}

[data-palette="palette-8"] .nvd3 text {
    fill: #ffffff !important;
    font-family: 'Roboto', 'Helvetica', sans-serif !important;
    font-size: 12px;
    font-weight: normal;
}

[data-palette="palette-8"] .nvd3-pie .nvd3.nv-pie path,
[data-palette="palette-8"] .nvd3-donut .nvd3.nv-pie path {
    stroke: #027ce5 !important;
}

[data-palette="palette-8"] .nvd3-pie .nvd3.nv-pie path,
[data-palette="palette-8"] .nvd3-donut .nvd3.nv-pie path {
    fill-opacity: 1;
}

[data-palette="palette-8"] .nvd3 .nv-axis path {
    stroke: #027ce5 !important;
}

[data-palette="palette-8"] .nvd3 .nv-axis line {
    stroke: #027ce5 !important;
}

[data-palette="palette-8"] .nvd3 .nv-bars .hover rect {
    fill: #025aa5 !important;
}

[data-palette="palette-8"] .nvd3 .nv-bars text {
    fill: #ffffff !important;
}

[data-palette="palette-8"] .nvd3 .nv-bars .hover text {
    fill: #ffffff !important;
}

[data-palette="palette-8"] .nvd3 .nv-discretebar .nv-groups text,
[data-palette="palette-8"] .nvd3 .nv-multibarHorizontal .nv-groups text {
    fill: #ffffff !important;
}

[data-palette="palette-8"] .nvd3 line.nv-boxplot-median {
    stroke: #ffffff !important;
}

[data-palette="palette-8"] .nvd3 .nv-point-paths path {
    stroke: #027ce5 !important;
    fill: #027ce5 !important;
}

[data-palette="palette-8"] .nvd3 text {
    font: normal 12px 'Roboto', 'Helvetica', sans-serif;
}

[data-palette="palette-8"] .nvd3 .title {
    font: normal 14px 'Roboto', 'Helvetica', sans-serif;
}

[data-palette="palette-8"] .nvd3 .nv-background {
    fill: #025aa5 !important;
}

[data-palette="palette-8"] .nv-brush .resize path {
    fill: #027ce5 !important;
    stroke: #027ce5 !important;
}

[data-palette="palette-8"] .nvd3 .nv-brushBackground rect {
    stroke: #025aa5 !important;
    fill: #ffffff !important;
}

[data-palette="palette-8"] .nvd3 .background path {
    stroke: #025aa5 !important;
}

[data-palette="palette-8"] .nvd3 .nv-parallelCoordinates-brush .extent {
    fill: #ffffff !important;
    stroke: #025aa5 !important;
}

[data-palette="palette-8"] .nvd3 .missingValuesline line {
    stroke: #025aa5 !important;
}

[data-palette="palette-8"] .nvd3.nv-pie .nv-pie-title {
    fill: #ffffff !important;
}

[data-palette="palette-8"] .nvd3.nv-pie .nv-slice text {
    stroke: #ffffff !important;
}

[data-palette="palette-8"] .nvd3.nv-pie path {
    stroke: #025aa5 !important;
}

[data-palette="palette-8"] .nvd3.nv-sparklineplus .nv-hoverValue line {
    stroke: #027ce5 !important;
}

[data-palette="palette-8"] .nvd3.nv-sparklineplus .nv-yValue {
    stroke: #ffffff !important;
}

[data-palette="palette-8"] .nvd3.nv-sparklineplus .nv-maxValue {
    stroke: #ffffff !important;
    fill: #ffffff !important;
}

[data-palette="palette-8"] .nvd3.nv-sparklineplus .nv-minValue {
    stroke: #ffffff !important;
    fill: #ffffff !important;
}

[data-palette="palette-8"] .nvtooltip {
    background-color: #025aa5 !important;
    color: #ffffff !important;
    border: 1px solid #027ce5 !important;
    font-family: 'Roboto', 'Helvetica', sans-serif;
}

[data-palette="palette-8"] .nvtooltip h3 {
    background-color: #025aa5 !important;
    color: #ffffff !important;
    border: 1px solid #027ce5 !important;
}

[data-palette="palette-8"] .nvtooltip table td.legend-color-guide div {
    border: 1px solid #027ce5 !important;
}

[data-palette="palette-8"] .nvd3 line.nv-guideline {
    stroke: #027ce5 !important;
}

[data-palette="palette-9"] .nvd3 text {
    fill: #ffffff !important;
    font-family: 'Roboto', 'Helvetica', sans-serif !important;
    font-size: 12px;
    font-weight: normal;
}

[data-palette="palette-9"] .nvd3-pie .nvd3.nv-pie path,
[data-palette="palette-9"] .nvd3-donut .nvd3.nv-pie path {
    stroke: #026ecb !important;
}

[data-palette="palette-9"] .nvd3-pie .nvd3.nv-pie path,
[data-palette="palette-9"] .nvd3-donut .nvd3.nv-pie path {
    fill-opacity: 1;
}

[data-palette="palette-9"] .nvd3 .nv-axis path {
    stroke: #026ecb !important;
}

[data-palette="palette-9"] .nvd3 .nv-axis line {
    stroke: #026ecb !important;
}

[data-palette="palette-9"] .nvd3 .nv-bars .hover rect {
    fill: #014c8c !important;
}

[data-palette="palette-9"] .nvd3 .nv-bars text {
    fill: #ffffff !important;
}

[data-palette="palette-9"] .nvd3 .nv-bars .hover text {
    fill: #ffffff !important;
}

[data-palette="palette-9"] .nvd3 .nv-discretebar .nv-groups text,
[data-palette="palette-9"] .nvd3 .nv-multibarHorizontal .nv-groups text {
    fill: #ffffff !important;
}

[data-palette="palette-9"] .nvd3 line.nv-boxplot-median {
    stroke: #ffffff !important;
}

[data-palette="palette-9"] .nvd3 .nv-point-paths path {
    stroke: #026ecb !important;
    fill: #026ecb !important;
}

[data-palette="palette-9"] .nvd3 text {
    font: normal 12px 'Roboto', 'Helvetica', sans-serif;
}

[data-palette="palette-9"] .nvd3 .title {
    font: normal 14px 'Roboto', 'Helvetica', sans-serif;
}

[data-palette="palette-9"] .nvd3 .nv-background {
    fill: #014c8c !important;
}

[data-palette="palette-9"] .nv-brush .resize path {
    fill: #026ecb !important;
    stroke: #026ecb !important;
}

[data-palette="palette-9"] .nvd3 .nv-brushBackground rect {
    stroke: #014c8c !important;
    fill: #ffffff !important;
}

[data-palette="palette-9"] .nvd3 .background path {
    stroke: #014c8c !important;
}

[data-palette="palette-9"] .nvd3 .nv-parallelCoordinates-brush .extent {
    fill: #ffffff !important;
    stroke: #014c8c !important;
}

[data-palette="palette-9"] .nvd3 .missingValuesline line {
    stroke: #014c8c !important;
}

[data-palette="palette-9"] .nvd3.nv-pie .nv-pie-title {
    fill: #ffffff !important;
}

[data-palette="palette-9"] .nvd3.nv-pie .nv-slice text {
    stroke: #ffffff !important;
}

[data-palette="palette-9"] .nvd3.nv-pie path {
    stroke: #014c8c !important;
}

[data-palette="palette-9"] .nvd3.nv-sparklineplus .nv-hoverValue line {
    stroke: #026ecb !important;
}

[data-palette="palette-9"] .nvd3.nv-sparklineplus .nv-yValue {
    stroke: #ffffff !important;
}

[data-palette="palette-9"] .nvd3.nv-sparklineplus .nv-maxValue {
    stroke: #ffffff !important;
    fill: #ffffff !important;
}

[data-palette="palette-9"] .nvd3.nv-sparklineplus .nv-minValue {
    stroke: #ffffff !important;
    fill: #ffffff !important;
}

[data-palette="palette-9"] .nvtooltip {
    background-color: #014c8c !important;
    color: #ffffff !important;
    border: 1px solid #026ecb !important;
    font-family: 'Roboto', 'Helvetica', sans-serif;
}

[data-palette="palette-9"] .nvtooltip h3 {
    background-color: #014c8c !important;
    color: #ffffff !important;
    border: 1px solid #026ecb !important;
}

[data-palette="palette-9"] .nvtooltip table td.legend-color-guide div {
    border: 1px solid #026ecb !important;
}

[data-palette="palette-9"] .nvd3 line.nv-guideline {
    stroke: #026ecb !important;
}

[data-palette="palette-10"] .nvd3 text {
    fill: #ffffff !important;
    font-family: 'Roboto', 'Helvetica', sans-serif !important;
    font-size: 12px;
    font-weight: normal;
}

[data-palette="palette-10"] .nvd3-pie .nvd3.nv-pie path,
[data-palette="palette-10"] .nvd3-donut .nvd3.nv-pie path {
    stroke: #1c1096 !important;
}

[data-palette="palette-10"] .nvd3-pie .nvd3.nv-pie path,
[data-palette="palette-10"] .nvd3-donut .nvd3.nv-pie path {
    fill-opacity: 1;
}

[data-palette="palette-10"] .nvd3 .nv-axis path {
    stroke: #1c1096 !important;
}

[data-palette="palette-10"] .nvd3 .nv-axis line {
    stroke: #1c1096 !important;
}

[data-palette="palette-10"] .nvd3 .nv-bars .hover rect {
    fill: #110a5c !important;
}

[data-palette="palette-10"] .nvd3 .nv-bars text {
    fill: #ffffff !important;
}

[data-palette="palette-10"] .nvd3 .nv-bars .hover text {
    fill: #ffffff !important;
}

[data-palette="palette-10"] .nvd3 .nv-discretebar .nv-groups text,
[data-palette="palette-10"] .nvd3 .nv-multibarHorizontal .nv-groups text {
    fill: #ffffff !important;
}

[data-palette="palette-10"] .nvd3 line.nv-boxplot-median {
    stroke: #ffffff !important;
}

[data-palette="palette-10"] .nvd3 .nv-point-paths path {
    stroke: #1c1096 !important;
    fill: #1c1096 !important;
}

[data-palette="palette-10"] .nvd3 text {
    font: normal 12px 'Roboto', 'Helvetica', sans-serif;
}

[data-palette="palette-10"] .nvd3 .title {
    font: normal 14px 'Roboto', 'Helvetica', sans-serif;
}

[data-palette="palette-10"] .nvd3 .nv-background {
    fill: #110a5c !important;
}

[data-palette="palette-10"] .nv-brush .resize path {
    fill: #1c1096 !important;
    stroke: #1c1096 !important;
}

[data-palette="palette-10"] .nvd3 .nv-brushBackground rect {
    stroke: #110a5c !important;
    fill: #ffffff !important;
}

[data-palette="palette-10"] .nvd3 .background path {
    stroke: #110a5c !important;
}

[data-palette="palette-10"] .nvd3 .nv-parallelCoordinates-brush .extent {
    fill: #ffffff !important;
    stroke: #110a5c !important;
}

[data-palette="palette-10"] .nvd3 .missingValuesline line {
    stroke: #110a5c !important;
}

[data-palette="palette-10"] .nvd3.nv-pie .nv-pie-title {
    fill: #ffffff !important;
}

[data-palette="palette-10"] .nvd3.nv-pie .nv-slice text {
    stroke: #ffffff !important;
}

[data-palette="palette-10"] .nvd3.nv-pie path {
    stroke: #110a5c !important;
}

[data-palette="palette-10"] .nvd3.nv-sparklineplus .nv-hoverValue line {
    stroke: #1c1096 !important;
}

[data-palette="palette-10"] .nvd3.nv-sparklineplus .nv-yValue {
    stroke: #ffffff !important;
}

[data-palette="palette-10"] .nvd3.nv-sparklineplus .nv-maxValue {
    stroke: #ffffff !important;
    fill: #ffffff !important;
}

[data-palette="palette-10"] .nvd3.nv-sparklineplus .nv-minValue {
    stroke: #ffffff !important;
    fill: #ffffff !important;
}

[data-palette="palette-10"] .nvtooltip {
    background-color: #110a5c !important;
    color: #ffffff !important;
    border: 1px solid #1c1096 !important;
    font-family: 'Roboto', 'Helvetica', sans-serif;
}

[data-palette="palette-10"] .nvtooltip h3 {
    background-color: #110a5c !important;
    color: #ffffff !important;
    border: 1px solid #1c1096 !important;
}

[data-palette="palette-10"] .nvtooltip table td.legend-color-guide div {
    border: 1px solid #1c1096 !important;
}

[data-palette="palette-10"] .nvd3 line.nv-guideline {
    stroke: #1c1096 !important;
}

[data-palette="palette-11"] .nvd3 text {
    fill: #ffffff !important;
    font-family: 'Roboto', 'Helvetica', sans-serif !important;
    font-size: 12px;
    font-weight: normal;
}

[data-palette="palette-11"] .nvd3-pie .nvd3.nv-pie path,
[data-palette="palette-11"] .nvd3-donut .nvd3.nv-pie path {
    stroke: #2616ca !important;
}

[data-palette="palette-11"] .nvd3-pie .nvd3.nv-pie path,
[data-palette="palette-11"] .nvd3-donut .nvd3.nv-pie path {
    fill-opacity: 1;
}

[data-palette="palette-11"] .nvd3 .nv-axis path {
    stroke: #2616ca !important;
}

[data-palette="palette-11"] .nvd3 .nv-axis line {
    stroke: #2616ca !important;
}

[data-palette="palette-11"] .nvd3 .nv-bars .hover rect {
    fill: #1b1091 !important;
}

[data-palette="palette-11"] .nvd3 .nv-bars text {
    fill: #ffffff !important;
}

[data-palette="palette-11"] .nvd3 .nv-bars .hover text {
    fill: #ffffff !important;
}

[data-palette="palette-11"] .nvd3 .nv-discretebar .nv-groups text,
[data-palette="palette-11"] .nvd3 .nv-multibarHorizontal .nv-groups text {
    fill: #ffffff !important;
}

[data-palette="palette-11"] .nvd3 line.nv-boxplot-median {
    stroke: #ffffff !important;
}

[data-palette="palette-11"] .nvd3 .nv-point-paths path {
    stroke: #2616ca !important;
    fill: #2616ca !important;
}

[data-palette="palette-11"] .nvd3 text {
    font: normal 12px 'Roboto', 'Helvetica', sans-serif;
}

[data-palette="palette-11"] .nvd3 .title {
    font: normal 14px 'Roboto', 'Helvetica', sans-serif;
}

[data-palette="palette-11"] .nvd3 .nv-background {
    fill: #1b1091 !important;
}

[data-palette="palette-11"] .nv-brush .resize path {
    fill: #2616ca !important;
    stroke: #2616ca !important;
}

[data-palette="palette-11"] .nvd3 .nv-brushBackground rect {
    stroke: #1b1091 !important;
    fill: #ffffff !important;
}

[data-palette="palette-11"] .nvd3 .background path {
    stroke: #1b1091 !important;
}

[data-palette="palette-11"] .nvd3 .nv-parallelCoordinates-brush .extent {
    fill: #ffffff !important;
    stroke: #1b1091 !important;
}

[data-palette="palette-11"] .nvd3 .missingValuesline line {
    stroke: #1b1091 !important;
}

[data-palette="palette-11"] .nvd3.nv-pie .nv-pie-title {
    fill: #ffffff !important;
}

[data-palette="palette-11"] .nvd3.nv-pie .nv-slice text {
    stroke: #ffffff !important;
}

[data-palette="palette-11"] .nvd3.nv-pie path {
    stroke: #1b1091 !important;
}

[data-palette="palette-11"] .nvd3.nv-sparklineplus .nv-hoverValue line {
    stroke: #2616ca !important;
}

[data-palette="palette-11"] .nvd3.nv-sparklineplus .nv-yValue {
    stroke: #ffffff !important;
}

[data-palette="palette-11"] .nvd3.nv-sparklineplus .nv-maxValue {
    stroke: #ffffff !important;
    fill: #ffffff !important;
}

[data-palette="palette-11"] .nvd3.nv-sparklineplus .nv-minValue {
    stroke: #ffffff !important;
    fill: #ffffff !important;
}

[data-palette="palette-11"] .nvtooltip {
    background-color: #1b1091 !important;
    color: #ffffff !important;
    border: 1px solid #2616ca !important;
    font-family: 'Roboto', 'Helvetica', sans-serif;
}

[data-palette="palette-11"] .nvtooltip h3 {
    background-color: #1b1091 !important;
    color: #ffffff !important;
    border: 1px solid #2616ca !important;
}

[data-palette="palette-11"] .nvtooltip table td.legend-color-guide div {
    border: 1px solid #2616ca !important;
}

[data-palette="palette-11"] .nvd3 line.nv-guideline {
    stroke: #2616ca !important;
}

[data-palette="palette-12"] .nvd3 text {
    fill: #ffffff !important;
    font-family: 'Roboto', 'Helvetica', sans-serif !important;
    font-size: 12px;
    font-weight: normal;
}

[data-palette="palette-12"] .nvd3-pie .nvd3.nv-pie path,
[data-palette="palette-12"] .nvd3-donut .nvd3.nv-pie path {
    stroke: #4334e9 !important;
}

[data-palette="palette-12"] .nvd3-pie .nvd3.nv-pie path,
[data-palette="palette-12"] .nvd3-donut .nvd3.nv-pie path {
    fill-opacity: 1;
}

[data-palette="palette-12"] .nvd3 .nv-axis path {
    stroke: #4334e9 !important;
}

[data-palette="palette-12"] .nvd3 .nv-axis line {
    stroke: #4334e9 !important;
}

[data-palette="palette-12"] .nvd3 .nv-bars .hover rect {
    fill: #2516c7 !important;
}

[data-palette="palette-12"] .nvd3 .nv-bars text {
    fill: #ffffff !important;
}

[data-palette="palette-12"] .nvd3 .nv-bars .hover text {
    fill: #ffffff !important;
}

[data-palette="palette-12"] .nvd3 .nv-discretebar .nv-groups text,
[data-palette="palette-12"] .nvd3 .nv-multibarHorizontal .nv-groups text {
    fill: #ffffff !important;
}

[data-palette="palette-12"] .nvd3 line.nv-boxplot-median {
    stroke: #ffffff !important;
}

[data-palette="palette-12"] .nvd3 .nv-point-paths path {
    stroke: #4334e9 !important;
    fill: #4334e9 !important;
}

[data-palette="palette-12"] .nvd3 text {
    font: normal 12px 'Roboto', 'Helvetica', sans-serif;
}

[data-palette="palette-12"] .nvd3 .title {
    font: normal 14px 'Roboto', 'Helvetica', sans-serif;
}

[data-palette="palette-12"] .nvd3 .nv-background {
    fill: #2516c7 !important;
}

[data-palette="palette-12"] .nv-brush .resize path {
    fill: #4334e9 !important;
    stroke: #4334e9 !important;
}

[data-palette="palette-12"] .nvd3 .nv-brushBackground rect {
    stroke: #2516c7 !important;
    fill: #ffffff !important;
}

[data-palette="palette-12"] .nvd3 .background path {
    stroke: #2516c7 !important;
}

[data-palette="palette-12"] .nvd3 .nv-parallelCoordinates-brush .extent {
    fill: #ffffff !important;
    stroke: #2516c7 !important;
}

[data-palette="palette-12"] .nvd3 .missingValuesline line {
    stroke: #2516c7 !important;
}

[data-palette="palette-12"] .nvd3.nv-pie .nv-pie-title {
    fill: #ffffff !important;
}

[data-palette="palette-12"] .nvd3.nv-pie .nv-slice text {
    stroke: #ffffff !important;
}

[data-palette="palette-12"] .nvd3.nv-pie path {
    stroke: #2516c7 !important;
}

[data-palette="palette-12"] .nvd3.nv-sparklineplus .nv-hoverValue line {
    stroke: #4334e9 !important;
}

[data-palette="palette-12"] .nvd3.nv-sparklineplus .nv-yValue {
    stroke: #ffffff !important;
}

[data-palette="palette-12"] .nvd3.nv-sparklineplus .nv-maxValue {
    stroke: #ffffff !important;
    fill: #ffffff !important;
}

[data-palette="palette-12"] .nvd3.nv-sparklineplus .nv-minValue {
    stroke: #ffffff !important;
    fill: #ffffff !important;
}

[data-palette="palette-12"] .nvtooltip {
    background-color: #2516c7 !important;
    color: #ffffff !important;
    border: 1px solid #4334e9 !important;
    font-family: 'Roboto', 'Helvetica', sans-serif;
}

[data-palette="palette-12"] .nvtooltip h3 {
    background-color: #2516c7 !important;
    color: #ffffff !important;
    border: 1px solid #4334e9 !important;
}

[data-palette="palette-12"] .nvtooltip table td.legend-color-guide div {
    border: 1px solid #4334e9 !important;
}

[data-palette="palette-12"] .nvd3 line.nv-guideline {
    stroke: #4334e9 !important;
}

[data-palette="palette-13"] .nvd3 text {
    fill: #ffffff !important;
    font-family: 'Roboto', 'Helvetica', sans-serif !important;
    font-size: 12px;
    font-weight: normal;
}

[data-palette="palette-13"] .nvd3-pie .nvd3.nv-pie path,
[data-palette="palette-13"] .nvd3-donut .nvd3.nv-pie path {
    stroke: #511096 !important;
}

[data-palette="palette-13"] .nvd3-pie .nvd3.nv-pie path,
[data-palette="palette-13"] .nvd3-donut .nvd3.nv-pie path {
    fill-opacity: 1;
}

[data-palette="palette-13"] .nvd3 .nv-axis path {
    stroke: #511096 !important;
}

[data-palette="palette-13"] .nvd3 .nv-axis line {
    stroke: #511096 !important;
}

[data-palette="palette-13"] .nvd3 .nv-bars .hover rect {
    fill: #320a5c !important;
}

[data-palette="palette-13"] .nvd3 .nv-bars text {
    fill: #ffffff !important;
}

[data-palette="palette-13"] .nvd3 .nv-bars .hover text {
    fill: #ffffff !important;
}

[data-palette="palette-13"] .nvd3 .nv-discretebar .nv-groups text,
[data-palette="palette-13"] .nvd3 .nv-multibarHorizontal .nv-groups text {
    fill: #ffffff !important;
}

[data-palette="palette-13"] .nvd3 line.nv-boxplot-median {
    stroke: #ffffff !important;
}

[data-palette="palette-13"] .nvd3 .nv-point-paths path {
    stroke: #511096 !important;
    fill: #511096 !important;
}

[data-palette="palette-13"] .nvd3 text {
    font: normal 12px 'Roboto', 'Helvetica', sans-serif;
}

[data-palette="palette-13"] .nvd3 .title {
    font: normal 14px 'Roboto', 'Helvetica', sans-serif;
}

[data-palette="palette-13"] .nvd3 .nv-background {
    fill: #320a5c !important;
}

[data-palette="palette-13"] .nv-brush .resize path {
    fill: #511096 !important;
    stroke: #511096 !important;
}

[data-palette="palette-13"] .nvd3 .nv-brushBackground rect {
    stroke: #320a5c !important;
    fill: #ffffff !important;
}

[data-palette="palette-13"] .nvd3 .background path {
    stroke: #320a5c !important;
}

[data-palette="palette-13"] .nvd3 .nv-parallelCoordinates-brush .extent {
    fill: #ffffff !important;
    stroke: #320a5c !important;
}

[data-palette="palette-13"] .nvd3 .missingValuesline line {
    stroke: #320a5c !important;
}

[data-palette="palette-13"] .nvd3.nv-pie .nv-pie-title {
    fill: #ffffff !important;
}

[data-palette="palette-13"] .nvd3.nv-pie .nv-slice text {
    stroke: #ffffff !important;
}

[data-palette="palette-13"] .nvd3.nv-pie path {
    stroke: #320a5c !important;
}

[data-palette="palette-13"] .nvd3.nv-sparklineplus .nv-hoverValue line {
    stroke: #511096 !important;
}

[data-palette="palette-13"] .nvd3.nv-sparklineplus .nv-yValue {
    stroke: #ffffff !important;
}

[data-palette="palette-13"] .nvd3.nv-sparklineplus .nv-maxValue {
    stroke: #ffffff !important;
    fill: #ffffff !important;
}

[data-palette="palette-13"] .nvd3.nv-sparklineplus .nv-minValue {
    stroke: #ffffff !important;
    fill: #ffffff !important;
}

[data-palette="palette-13"] .nvtooltip {
    background-color: #320a5c !important;
    color: #ffffff !important;
    border: 1px solid #511096 !important;
    font-family: 'Roboto', 'Helvetica', sans-serif;
}

[data-palette="palette-13"] .nvtooltip h3 {
    background-color: #320a5c !important;
    color: #ffffff !important;
    border: 1px solid #511096 !important;
}

[data-palette="palette-13"] .nvtooltip table td.legend-color-guide div {
    border: 1px solid #511096 !important;
}

[data-palette="palette-13"] .nvd3 line.nv-guideline {
    stroke: #511096 !important;
}

[data-palette="palette-14"] .nvd3 text {
    fill: #ffffff !important;
    font-family: 'Roboto', 'Helvetica', sans-serif !important;
    font-size: 12px;
    font-weight: normal;
}

[data-palette="palette-14"] .nvd3-pie .nvd3.nv-pie path,
[data-palette="palette-14"] .nvd3-donut .nvd3.nv-pie path {
    stroke: #6e16ca !important;
}

[data-palette="palette-14"] .nvd3-pie .nvd3.nv-pie path,
[data-palette="palette-14"] .nvd3-donut .nvd3.nv-pie path {
    fill-opacity: 1;
}

[data-palette="palette-14"] .nvd3 .nv-axis path {
    stroke: #6e16ca !important;
}

[data-palette="palette-14"] .nvd3 .nv-axis line {
    stroke: #6e16ca !important;
}

[data-palette="palette-14"] .nvd3 .nv-bars .hover rect {
    fill: #4f1091 !important;
}

[data-palette="palette-14"] .nvd3 .nv-bars text {
    fill: #ffffff !important;
}

[data-palette="palette-14"] .nvd3 .nv-bars .hover text {
    fill: #ffffff !important;
}

[data-palette="palette-14"] .nvd3 .nv-discretebar .nv-groups text,
[data-palette="palette-14"] .nvd3 .nv-multibarHorizontal .nv-groups text {
    fill: #ffffff !important;
}

[data-palette="palette-14"] .nvd3 line.nv-boxplot-median {
    stroke: #ffffff !important;
}

[data-palette="palette-14"] .nvd3 .nv-point-paths path {
    stroke: #6e16ca !important;
    fill: #6e16ca !important;
}

[data-palette="palette-14"] .nvd3 text {
    font: normal 12px 'Roboto', 'Helvetica', sans-serif;
}

[data-palette="palette-14"] .nvd3 .title {
    font: normal 14px 'Roboto', 'Helvetica', sans-serif;
}

[data-palette="palette-14"] .nvd3 .nv-background {
    fill: #4f1091 !important;
}

[data-palette="palette-14"] .nv-brush .resize path {
    fill: #6e16ca !important;
    stroke: #6e16ca !important;
}

[data-palette="palette-14"] .nvd3 .nv-brushBackground rect {
    stroke: #4f1091 !important;
    fill: #ffffff !important;
}

[data-palette="palette-14"] .nvd3 .background path {
    stroke: #4f1091 !important;
}

[data-palette="palette-14"] .nvd3 .nv-parallelCoordinates-brush .extent {
    fill: #ffffff !important;
    stroke: #4f1091 !important;
}

[data-palette="palette-14"] .nvd3 .missingValuesline line {
    stroke: #4f1091 !important;
}

[data-palette="palette-14"] .nvd3.nv-pie .nv-pie-title {
    fill: #ffffff !important;
}

[data-palette="palette-14"] .nvd3.nv-pie .nv-slice text {
    stroke: #ffffff !important;
}

[data-palette="palette-14"] .nvd3.nv-pie path {
    stroke: #4f1091 !important;
}

[data-palette="palette-14"] .nvd3.nv-sparklineplus .nv-hoverValue line {
    stroke: #6e16ca !important;
}

[data-palette="palette-14"] .nvd3.nv-sparklineplus .nv-yValue {
    stroke: #ffffff !important;
}

[data-palette="palette-14"] .nvd3.nv-sparklineplus .nv-maxValue {
    stroke: #ffffff !important;
    fill: #ffffff !important;
}

[data-palette="palette-14"] .nvd3.nv-sparklineplus .nv-minValue {
    stroke: #ffffff !important;
    fill: #ffffff !important;
}

[data-palette="palette-14"] .nvtooltip {
    background-color: #4f1091 !important;
    color: #ffffff !important;
    border: 1px solid #6e16ca !important;
    font-family: 'Roboto', 'Helvetica', sans-serif;
}

[data-palette="palette-14"] .nvtooltip h3 {
    background-color: #4f1091 !important;
    color: #ffffff !important;
    border: 1px solid #6e16ca !important;
}

[data-palette="palette-14"] .nvtooltip table td.legend-color-guide div {
    border: 1px solid #6e16ca !important;
}

[data-palette="palette-14"] .nvd3 line.nv-guideline {
    stroke: #6e16ca !important;
}

[data-palette="palette-15"] .nvd3 text {
    fill: #ffffff !important;
    font-family: 'Roboto', 'Helvetica', sans-serif !important;
    font-size: 12px;
    font-weight: normal;
}

[data-palette="palette-15"] .nvd3-pie .nvd3.nv-pie path,
[data-palette="palette-15"] .nvd3-donut .nvd3.nv-pie path {
    stroke: #8c34e9 !important;
}

[data-palette="palette-15"] .nvd3-pie .nvd3.nv-pie path,
[data-palette="palette-15"] .nvd3-donut .nvd3.nv-pie path {
    fill-opacity: 1;
}

[data-palette="palette-15"] .nvd3 .nv-axis path {
    stroke: #8c34e9 !important;
}

[data-palette="palette-15"] .nvd3 .nv-axis line {
    stroke: #8c34e9 !important;
}

[data-palette="palette-15"] .nvd3 .nv-bars .hover rect {
    fill: #6c16c7 !important;
}

[data-palette="palette-15"] .nvd3 .nv-bars text {
    fill: #ffffff !important;
}

[data-palette="palette-15"] .nvd3 .nv-bars .hover text {
    fill: #ffffff !important;
}

[data-palette="palette-15"] .nvd3 .nv-discretebar .nv-groups text,
[data-palette="palette-15"] .nvd3 .nv-multibarHorizontal .nv-groups text {
    fill: #ffffff !important;
}

[data-palette="palette-15"] .nvd3 line.nv-boxplot-median {
    stroke: #ffffff !important;
}

[data-palette="palette-15"] .nvd3 .nv-point-paths path {
    stroke: #8c34e9 !important;
    fill: #8c34e9 !important;
}

[data-palette="palette-15"] .nvd3 text {
    font: normal 12px 'Roboto', 'Helvetica', sans-serif;
}

[data-palette="palette-15"] .nvd3 .title {
    font: normal 14px 'Roboto', 'Helvetica', sans-serif;
}

[data-palette="palette-15"] .nvd3 .nv-background {
    fill: #6c16c7 !important;
}

[data-palette="palette-15"] .nv-brush .resize path {
    fill: #8c34e9 !important;
    stroke: #8c34e9 !important;
}

[data-palette="palette-15"] .nvd3 .nv-brushBackground rect {
    stroke: #6c16c7 !important;
    fill: #ffffff !important;
}

[data-palette="palette-15"] .nvd3 .background path {
    stroke: #6c16c7 !important;
}

[data-palette="palette-15"] .nvd3 .nv-parallelCoordinates-brush .extent {
    fill: #ffffff !important;
    stroke: #6c16c7 !important;
}

[data-palette="palette-15"] .nvd3 .missingValuesline line {
    stroke: #6c16c7 !important;
}

[data-palette="palette-15"] .nvd3.nv-pie .nv-pie-title {
    fill: #ffffff !important;
}

[data-palette="palette-15"] .nvd3.nv-pie .nv-slice text {
    stroke: #ffffff !important;
}

[data-palette="palette-15"] .nvd3.nv-pie path {
    stroke: #6c16c7 !important;
}

[data-palette="palette-15"] .nvd3.nv-sparklineplus .nv-hoverValue line {
    stroke: #8c34e9 !important;
}

[data-palette="palette-15"] .nvd3.nv-sparklineplus .nv-yValue {
    stroke: #ffffff !important;
}

[data-palette="palette-15"] .nvd3.nv-sparklineplus .nv-maxValue {
    stroke: #ffffff !important;
    fill: #ffffff !important;
}

[data-palette="palette-15"] .nvd3.nv-sparklineplus .nv-minValue {
    stroke: #ffffff !important;
    fill: #ffffff !important;
}

[data-palette="palette-15"] .nvtooltip {
    background-color: #6c16c7 !important;
    color: #ffffff !important;
    border: 1px solid #8c34e9 !important;
    font-family: 'Roboto', 'Helvetica', sans-serif;
}

[data-palette="palette-15"] .nvtooltip h3 {
    background-color: #6c16c7 !important;
    color: #ffffff !important;
    border: 1px solid #8c34e9 !important;
}

[data-palette="palette-15"] .nvtooltip table td.legend-color-guide div {
    border: 1px solid #8c34e9 !important;
}

[data-palette="palette-15"] .nvd3 line.nv-guideline {
    stroke: #8c34e9 !important;
}

[data-palette="palette-16"] .nvd3 text {
    fill: #ffffff !important;
    font-family: 'Roboto', 'Helvetica', sans-serif !important;
    font-size: 12px;
    font-weight: normal;
}

[data-palette="palette-16"] .nvd3-pie .nvd3.nv-pie path,
[data-palette="palette-16"] .nvd3-donut .nvd3.nv-pie path {
    stroke: #ca1671 !important;
}

[data-palette="palette-16"] .nvd3-pie .nvd3.nv-pie path,
[data-palette="palette-16"] .nvd3-donut .nvd3.nv-pie path {
    fill-opacity: 1;
}

[data-palette="palette-16"] .nvd3 .nv-axis path {
    stroke: #ca1671 !important;
}

[data-palette="palette-16"] .nvd3 .nv-axis line {
    stroke: #ca1671 !important;
}

[data-palette="palette-16"] .nvd3 .nv-bars .hover rect {
    fill: #911051 !important;
}

[data-palette="palette-16"] .nvd3 .nv-bars text {
    fill: #ffffff !important;
}

[data-palette="palette-16"] .nvd3 .nv-bars .hover text {
    fill: #ffffff !important;
}

[data-palette="palette-16"] .nvd3 .nv-discretebar .nv-groups text,
[data-palette="palette-16"] .nvd3 .nv-multibarHorizontal .nv-groups text {
    fill: #ffffff !important;
}

[data-palette="palette-16"] .nvd3 line.nv-boxplot-median {
    stroke: #ffffff !important;
}

[data-palette="palette-16"] .nvd3 .nv-point-paths path {
    stroke: #ca1671 !important;
    fill: #ca1671 !important;
}

[data-palette="palette-16"] .nvd3 text {
    font: normal 12px 'Roboto', 'Helvetica', sans-serif;
}

[data-palette="palette-16"] .nvd3 .title {
    font: normal 14px 'Roboto', 'Helvetica', sans-serif;
}

[data-palette="palette-16"] .nvd3 .nv-background {
    fill: #911051 !important;
}

[data-palette="palette-16"] .nv-brush .resize path {
    fill: #ca1671 !important;
    stroke: #ca1671 !important;
}

[data-palette="palette-16"] .nvd3 .nv-brushBackground rect {
    stroke: #911051 !important;
    fill: #ffffff !important;
}

[data-palette="palette-16"] .nvd3 .background path {
    stroke: #911051 !important;
}

[data-palette="palette-16"] .nvd3 .nv-parallelCoordinates-brush .extent {
    fill: #ffffff !important;
    stroke: #911051 !important;
}

[data-palette="palette-16"] .nvd3 .missingValuesline line {
    stroke: #911051 !important;
}

[data-palette="palette-16"] .nvd3.nv-pie .nv-pie-title {
    fill: #ffffff !important;
}

[data-palette="palette-16"] .nvd3.nv-pie .nv-slice text {
    stroke: #ffffff !important;
}

[data-palette="palette-16"] .nvd3.nv-pie path {
    stroke: #911051 !important;
}

[data-palette="palette-16"] .nvd3.nv-sparklineplus .nv-hoverValue line {
    stroke: #ca1671 !important;
}

[data-palette="palette-16"] .nvd3.nv-sparklineplus .nv-yValue {
    stroke: #ffffff !important;
}

[data-palette="palette-16"] .nvd3.nv-sparklineplus .nv-maxValue {
    stroke: #ffffff !important;
    fill: #ffffff !important;
}

[data-palette="palette-16"] .nvd3.nv-sparklineplus .nv-minValue {
    stroke: #ffffff !important;
    fill: #ffffff !important;
}

[data-palette="palette-16"] .nvtooltip {
    background-color: #911051 !important;
    color: #ffffff !important;
    border: 1px solid #ca1671 !important;
    font-family: 'Roboto', 'Helvetica', sans-serif;
}

[data-palette="palette-16"] .nvtooltip h3 {
    background-color: #911051 !important;
    color: #ffffff !important;
    border: 1px solid #ca1671 !important;
}

[data-palette="palette-16"] .nvtooltip table td.legend-color-guide div {
    border: 1px solid #ca1671 !important;
}

[data-palette="palette-16"] .nvd3 line.nv-guideline {
    stroke: #ca1671 !important;
}

[data-palette="palette-17"] .nvd3 text {
    fill: #ffffff !important;
    font-family: 'Roboto', 'Helvetica', sans-serif !important;
    font-size: 12px;
    font-weight: normal;
}

[data-palette="palette-17"] .nvd3-pie .nvd3.nv-pie path,
[data-palette="palette-17"] .nvd3-donut .nvd3.nv-pie path {
    stroke: #e9348f !important;
}

[data-palette="palette-17"] .nvd3-pie .nvd3.nv-pie path,
[data-palette="palette-17"] .nvd3-donut .nvd3.nv-pie path {
    fill-opacity: 1;
}

[data-palette="palette-17"] .nvd3 .nv-axis path {
    stroke: #e9348f !important;
}

[data-palette="palette-17"] .nvd3 .nv-axis line {
    stroke: #e9348f !important;
}

[data-palette="palette-17"] .nvd3 .nv-bars .hover rect {
    fill: #c7166f !important;
}

[data-palette="palette-17"] .nvd3 .nv-bars text {
    fill: #ffffff !important;
}

[data-palette="palette-17"] .nvd3 .nv-bars .hover text {
    fill: #ffffff !important;
}

[data-palette="palette-17"] .nvd3 .nv-discretebar .nv-groups text,
[data-palette="palette-17"] .nvd3 .nv-multibarHorizontal .nv-groups text {
    fill: #ffffff !important;
}

[data-palette="palette-17"] .nvd3 line.nv-boxplot-median {
    stroke: #ffffff !important;
}

[data-palette="palette-17"] .nvd3 .nv-point-paths path {
    stroke: #e9348f !important;
    fill: #e9348f !important;
}

[data-palette="palette-17"] .nvd3 text {
    font: normal 12px 'Roboto', 'Helvetica', sans-serif;
}

[data-palette="palette-17"] .nvd3 .title {
    font: normal 14px 'Roboto', 'Helvetica', sans-serif;
}

[data-palette="palette-17"] .nvd3 .nv-background {
    fill: #c7166f !important;
}

[data-palette="palette-17"] .nv-brush .resize path {
    fill: #e9348f !important;
    stroke: #e9348f !important;
}

[data-palette="palette-17"] .nvd3 .nv-brushBackground rect {
    stroke: #c7166f !important;
    fill: #ffffff !important;
}

[data-palette="palette-17"] .nvd3 .background path {
    stroke: #c7166f !important;
}

[data-palette="palette-17"] .nvd3 .nv-parallelCoordinates-brush .extent {
    fill: #ffffff !important;
    stroke: #c7166f !important;
}

[data-palette="palette-17"] .nvd3 .missingValuesline line {
    stroke: #c7166f !important;
}

[data-palette="palette-17"] .nvd3.nv-pie .nv-pie-title {
    fill: #ffffff !important;
}

[data-palette="palette-17"] .nvd3.nv-pie .nv-slice text {
    stroke: #ffffff !important;
}

[data-palette="palette-17"] .nvd3.nv-pie path {
    stroke: #c7166f !important;
}

[data-palette="palette-17"] .nvd3.nv-sparklineplus .nv-hoverValue line {
    stroke: #e9348f !important;
}

[data-palette="palette-17"] .nvd3.nv-sparklineplus .nv-yValue {
    stroke: #ffffff !important;
}

[data-palette="palette-17"] .nvd3.nv-sparklineplus .nv-maxValue {
    stroke: #ffffff !important;
    fill: #ffffff !important;
}

[data-palette="palette-17"] .nvd3.nv-sparklineplus .nv-minValue {
    stroke: #ffffff !important;
    fill: #ffffff !important;
}

[data-palette="palette-17"] .nvtooltip {
    background-color: #c7166f !important;
    color: #ffffff !important;
    border: 1px solid #e9348f !important;
    font-family: 'Roboto', 'Helvetica', sans-serif;
}

[data-palette="palette-17"] .nvtooltip h3 {
    background-color: #c7166f !important;
    color: #ffffff !important;
    border: 1px solid #e9348f !important;
}

[data-palette="palette-17"] .nvtooltip table td.legend-color-guide div {
    border: 1px solid #e9348f !important;
}

[data-palette="palette-17"] .nvd3 line.nv-guideline {
    stroke: #e9348f !important;
}

[data-palette="palette-18"] .nvd3 text {
    fill: #ffffff !important;
    font-family: 'Roboto', 'Helvetica', sans-serif !important;
    font-size: 12px;
    font-weight: normal;
}

[data-palette="palette-18"] .nvd3-pie .nvd3.nv-pie path,
[data-palette="palette-18"] .nvd3-donut .nvd3.nv-pie path {
    stroke: #ca2016 !important;
}

[data-palette="palette-18"] .nvd3-pie .nvd3.nv-pie path,
[data-palette="palette-18"] .nvd3-donut .nvd3.nv-pie path {
    fill-opacity: 1;
}

[data-palette="palette-18"] .nvd3 .nv-axis path {
    stroke: #ca2016 !important;
}

[data-palette="palette-18"] .nvd3 .nv-axis line {
    stroke: #ca2016 !important;
}

[data-palette="palette-18"] .nvd3 .nv-bars .hover rect {
    fill: #911710 !important;
}

[data-palette="palette-18"] .nvd3 .nv-bars text {
    fill: #ffffff !important;
}

[data-palette="palette-18"] .nvd3 .nv-bars .hover text {
    fill: #ffffff !important;
}

[data-palette="palette-18"] .nvd3 .nv-discretebar .nv-groups text,
[data-palette="palette-18"] .nvd3 .nv-multibarHorizontal .nv-groups text {
    fill: #ffffff !important;
}

[data-palette="palette-18"] .nvd3 line.nv-boxplot-median {
    stroke: #ffffff !important;
}

[data-palette="palette-18"] .nvd3 .nv-point-paths path {
    stroke: #ca2016 !important;
    fill: #ca2016 !important;
}

[data-palette="palette-18"] .nvd3 text {
    font: normal 12px 'Roboto', 'Helvetica', sans-serif;
}

[data-palette="palette-18"] .nvd3 .title {
    font: normal 14px 'Roboto', 'Helvetica', sans-serif;
}

[data-palette="palette-18"] .nvd3 .nv-background {
    fill: #911710 !important;
}

[data-palette="palette-18"] .nv-brush .resize path {
    fill: #ca2016 !important;
    stroke: #ca2016 !important;
}

[data-palette="palette-18"] .nvd3 .nv-brushBackground rect {
    stroke: #911710 !important;
    fill: #ffffff !important;
}

[data-palette="palette-18"] .nvd3 .background path {
    stroke: #911710 !important;
}

[data-palette="palette-18"] .nvd3 .nv-parallelCoordinates-brush .extent {
    fill: #ffffff !important;
    stroke: #911710 !important;
}

[data-palette="palette-18"] .nvd3 .missingValuesline line {
    stroke: #911710 !important;
}

[data-palette="palette-18"] .nvd3.nv-pie .nv-pie-title {
    fill: #ffffff !important;
}

[data-palette="palette-18"] .nvd3.nv-pie .nv-slice text {
    stroke: #ffffff !important;
}

[data-palette="palette-18"] .nvd3.nv-pie path {
    stroke: #911710 !important;
}

[data-palette="palette-18"] .nvd3.nv-sparklineplus .nv-hoverValue line {
    stroke: #ca2016 !important;
}

[data-palette="palette-18"] .nvd3.nv-sparklineplus .nv-yValue {
    stroke: #ffffff !important;
}

[data-palette="palette-18"] .nvd3.nv-sparklineplus .nv-maxValue {
    stroke: #ffffff !important;
    fill: #ffffff !important;
}

[data-palette="palette-18"] .nvd3.nv-sparklineplus .nv-minValue {
    stroke: #ffffff !important;
    fill: #ffffff !important;
}

[data-palette="palette-18"] .nvtooltip {
    background-color: #911710 !important;
    color: #ffffff !important;
    border: 1px solid #ca2016 !important;
    font-family: 'Roboto', 'Helvetica', sans-serif;
}

[data-palette="palette-18"] .nvtooltip h3 {
    background-color: #911710 !important;
    color: #ffffff !important;
    border: 1px solid #ca2016 !important;
}

[data-palette="palette-18"] .nvtooltip table td.legend-color-guide div {
    border: 1px solid #ca2016 !important;
}

[data-palette="palette-18"] .nvd3 line.nv-guideline {
    stroke: #ca2016 !important;
}

[data-palette="palette-19"] .nvd3 text {
    fill: #ffffff !important;
    font-family: 'Roboto', 'Helvetica', sans-serif !important;
    font-size: 12px;
    font-weight: normal;
}

[data-palette="palette-19"] .nvd3-pie .nvd3.nv-pie path,
[data-palette="palette-19"] .nvd3-donut .nvd3.nv-pie path {
    stroke: #e93d34 !important;
}

[data-palette="palette-19"] .nvd3-pie .nvd3.nv-pie path,
[data-palette="palette-19"] .nvd3-donut .nvd3.nv-pie path {
    fill-opacity: 1;
}

[data-palette="palette-19"] .nvd3 .nv-axis path {
    stroke: #e93d34 !important;
}

[data-palette="palette-19"] .nvd3 .nv-axis line {
    stroke: #e93d34 !important;
}

[data-palette="palette-19"] .nvd3 .nv-bars .hover rect {
    fill: #c71f16 !important;
}

[data-palette="palette-19"] .nvd3 .nv-bars text {
    fill: #ffffff !important;
}

[data-palette="palette-19"] .nvd3 .nv-bars .hover text {
    fill: #ffffff !important;
}

[data-palette="palette-19"] .nvd3 .nv-discretebar .nv-groups text,
[data-palette="palette-19"] .nvd3 .nv-multibarHorizontal .nv-groups text {
    fill: #ffffff !important;
}

[data-palette="palette-19"] .nvd3 line.nv-boxplot-median {
    stroke: #ffffff !important;
}

[data-palette="palette-19"] .nvd3 .nv-point-paths path {
    stroke: #e93d34 !important;
    fill: #e93d34 !important;
}

[data-palette="palette-19"] .nvd3 text {
    font: normal 12px 'Roboto', 'Helvetica', sans-serif;
}

[data-palette="palette-19"] .nvd3 .title {
    font: normal 14px 'Roboto', 'Helvetica', sans-serif;
}

[data-palette="palette-19"] .nvd3 .nv-background {
    fill: #c71f16 !important;
}

[data-palette="palette-19"] .nv-brush .resize path {
    fill: #e93d34 !important;
    stroke: #e93d34 !important;
}

[data-palette="palette-19"] .nvd3 .nv-brushBackground rect {
    stroke: #c71f16 !important;
    fill: #ffffff !important;
}

[data-palette="palette-19"] .nvd3 .background path {
    stroke: #c71f16 !important;
}

[data-palette="palette-19"] .nvd3 .nv-parallelCoordinates-brush .extent {
    fill: #ffffff !important;
    stroke: #c71f16 !important;
}

[data-palette="palette-19"] .nvd3 .missingValuesline line {
    stroke: #c71f16 !important;
}

[data-palette="palette-19"] .nvd3.nv-pie .nv-pie-title {
    fill: #ffffff !important;
}

[data-palette="palette-19"] .nvd3.nv-pie .nv-slice text {
    stroke: #ffffff !important;
}

[data-palette="palette-19"] .nvd3.nv-pie path {
    stroke: #c71f16 !important;
}

[data-palette="palette-19"] .nvd3.nv-sparklineplus .nv-hoverValue line {
    stroke: #e93d34 !important;
}

[data-palette="palette-19"] .nvd3.nv-sparklineplus .nv-yValue {
    stroke: #ffffff !important;
}

[data-palette="palette-19"] .nvd3.nv-sparklineplus .nv-maxValue {
    stroke: #ffffff !important;
    fill: #ffffff !important;
}

[data-palette="palette-19"] .nvd3.nv-sparklineplus .nv-minValue {
    stroke: #ffffff !important;
    fill: #ffffff !important;
}

[data-palette="palette-19"] .nvtooltip {
    background-color: #c71f16 !important;
    color: #ffffff !important;
    border: 1px solid #e93d34 !important;
    font-family: 'Roboto', 'Helvetica', sans-serif;
}

[data-palette="palette-19"] .nvtooltip h3 {
    background-color: #c71f16 !important;
    color: #ffffff !important;
    border: 1px solid #e93d34 !important;
}

[data-palette="palette-19"] .nvtooltip table td.legend-color-guide div {
    border: 1px solid #e93d34 !important;
}

[data-palette="palette-19"] .nvd3 line.nv-guideline {
    stroke: #e93d34 !important;
}

[data-palette="palette-20"] .nvd3 text {
    fill: #ffffff !important;
    font-family: 'Roboto', 'Helvetica', sans-serif !important;
    font-size: 12px;
    font-weight: normal;
}

[data-palette="palette-20"] .nvd3-pie .nvd3.nv-pie path,
[data-palette="palette-20"] .nvd3-donut .nvd3.nv-pie path {
    stroke: #109622 !important;
}

[data-palette="palette-20"] .nvd3-pie .nvd3.nv-pie path,
[data-palette="palette-20"] .nvd3-donut .nvd3.nv-pie path {
    fill-opacity: 1;
}

[data-palette="palette-20"] .nvd3 .nv-axis path {
    stroke: #109622 !important;
}

[data-palette="palette-20"] .nvd3 .nv-axis line {
    stroke: #109622 !important;
}

[data-palette="palette-20"] .nvd3 .nv-bars .hover rect {
    fill: #0a5c15 !important;
}

[data-palette="palette-20"] .nvd3 .nv-bars text {
    fill: #ffffff !important;
}

[data-palette="palette-20"] .nvd3 .nv-bars .hover text {
    fill: #ffffff !important;
}

[data-palette="palette-20"] .nvd3 .nv-discretebar .nv-groups text,
[data-palette="palette-20"] .nvd3 .nv-multibarHorizontal .nv-groups text {
    fill: #ffffff !important;
}

[data-palette="palette-20"] .nvd3 line.nv-boxplot-median {
    stroke: #ffffff !important;
}

[data-palette="palette-20"] .nvd3 .nv-point-paths path {
    stroke: #109622 !important;
    fill: #109622 !important;
}

[data-palette="palette-20"] .nvd3 text {
    font: normal 12px 'Roboto', 'Helvetica', sans-serif;
}

[data-palette="palette-20"] .nvd3 .title {
    font: normal 14px 'Roboto', 'Helvetica', sans-serif;
}

[data-palette="palette-20"] .nvd3 .nv-background {
    fill: #0a5c15 !important;
}

[data-palette="palette-20"] .nv-brush .resize path {
    fill: #109622 !important;
    stroke: #109622 !important;
}

[data-palette="palette-20"] .nvd3 .nv-brushBackground rect {
    stroke: #0a5c15 !important;
    fill: #ffffff !important;
}

[data-palette="palette-20"] .nvd3 .background path {
    stroke: #0a5c15 !important;
}

[data-palette="palette-20"] .nvd3 .nv-parallelCoordinates-brush .extent {
    fill: #ffffff !important;
    stroke: #0a5c15 !important;
}

[data-palette="palette-20"] .nvd3 .missingValuesline line {
    stroke: #0a5c15 !important;
}

[data-palette="palette-20"] .nvd3.nv-pie .nv-pie-title {
    fill: #ffffff !important;
}

[data-palette="palette-20"] .nvd3.nv-pie .nv-slice text {
    stroke: #ffffff !important;
}

[data-palette="palette-20"] .nvd3.nv-pie path {
    stroke: #0a5c15 !important;
}

[data-palette="palette-20"] .nvd3.nv-sparklineplus .nv-hoverValue line {
    stroke: #109622 !important;
}

[data-palette="palette-20"] .nvd3.nv-sparklineplus .nv-yValue {
    stroke: #ffffff !important;
}

[data-palette="palette-20"] .nvd3.nv-sparklineplus .nv-maxValue {
    stroke: #ffffff !important;
    fill: #ffffff !important;
}

[data-palette="palette-20"] .nvd3.nv-sparklineplus .nv-minValue {
    stroke: #ffffff !important;
    fill: #ffffff !important;
}

[data-palette="palette-20"] .nvtooltip {
    background-color: #0a5c15 !important;
    color: #ffffff !important;
    border: 1px solid #109622 !important;
    font-family: 'Roboto', 'Helvetica', sans-serif;
}

[data-palette="palette-20"] .nvtooltip h3 {
    background-color: #0a5c15 !important;
    color: #ffffff !important;
    border: 1px solid #109622 !important;
}

[data-palette="palette-20"] .nvtooltip table td.legend-color-guide div {
    border: 1px solid #109622 !important;
}

[data-palette="palette-20"] .nvd3 line.nv-guideline {
    stroke: #109622 !important;
}

[data-palette="palette-21"] .nvd3 text {
    fill: #ffffff !important;
    font-family: 'Roboto', 'Helvetica', sans-serif !important;
    font-size: 12px;
    font-weight: normal;
}

[data-palette="palette-21"] .nvd3-pie .nvd3.nv-pie path,
[data-palette="palette-21"] .nvd3-donut .nvd3.nv-pie path {
    stroke: #659610 !important;
}

[data-palette="palette-21"] .nvd3-pie .nvd3.nv-pie path,
[data-palette="palette-21"] .nvd3-donut .nvd3.nv-pie path {
    fill-opacity: 1;
}

[data-palette="palette-21"] .nvd3 .nv-axis path {
    stroke: #659610 !important;
}

[data-palette="palette-21"] .nvd3 .nv-axis line {
    stroke: #659610 !important;
}

[data-palette="palette-21"] .nvd3 .nv-bars .hover rect {
    fill: #3e5c0a !important;
}

[data-palette="palette-21"] .nvd3 .nv-bars text {
    fill: #ffffff !important;
}

[data-palette="palette-21"] .nvd3 .nv-bars .hover text {
    fill: #ffffff !important;
}

[data-palette="palette-21"] .nvd3 .nv-discretebar .nv-groups text,
[data-palette="palette-21"] .nvd3 .nv-multibarHorizontal .nv-groups text {
    fill: #ffffff !important;
}

[data-palette="palette-21"] .nvd3 line.nv-boxplot-median {
    stroke: #ffffff !important;
}

[data-palette="palette-21"] .nvd3 .nv-point-paths path {
    stroke: #659610 !important;
    fill: #659610 !important;
}

[data-palette="palette-21"] .nvd3 text {
    font: normal 12px 'Roboto', 'Helvetica', sans-serif;
}

[data-palette="palette-21"] .nvd3 .title {
    font: normal 14px 'Roboto', 'Helvetica', sans-serif;
}

[data-palette="palette-21"] .nvd3 .nv-background {
    fill: #3e5c0a !important;
}

[data-palette="palette-21"] .nv-brush .resize path {
    fill: #659610 !important;
    stroke: #659610 !important;
}

[data-palette="palette-21"] .nvd3 .nv-brushBackground rect {
    stroke: #3e5c0a !important;
    fill: #ffffff !important;
}

[data-palette="palette-21"] .nvd3 .background path {
    stroke: #3e5c0a !important;
}

[data-palette="palette-21"] .nvd3 .nv-parallelCoordinates-brush .extent {
    fill: #ffffff !important;
    stroke: #3e5c0a !important;
}

[data-palette="palette-21"] .nvd3 .missingValuesline line {
    stroke: #3e5c0a !important;
}

[data-palette="palette-21"] .nvd3.nv-pie .nv-pie-title {
    fill: #ffffff !important;
}

[data-palette="palette-21"] .nvd3.nv-pie .nv-slice text {
    stroke: #ffffff !important;
}

[data-palette="palette-21"] .nvd3.nv-pie path {
    stroke: #3e5c0a !important;
}

[data-palette="palette-21"] .nvd3.nv-sparklineplus .nv-hoverValue line {
    stroke: #659610 !important;
}

[data-palette="palette-21"] .nvd3.nv-sparklineplus .nv-yValue {
    stroke: #ffffff !important;
}

[data-palette="palette-21"] .nvd3.nv-sparklineplus .nv-maxValue {
    stroke: #ffffff !important;
    fill: #ffffff !important;
}

[data-palette="palette-21"] .nvd3.nv-sparklineplus .nv-minValue {
    stroke: #ffffff !important;
    fill: #ffffff !important;
}

[data-palette="palette-21"] .nvtooltip {
    background-color: #3e5c0a !important;
    color: #ffffff !important;
    border: 1px solid #659610 !important;
    font-family: 'Roboto', 'Helvetica', sans-serif;
}

[data-palette="palette-21"] .nvtooltip h3 {
    background-color: #3e5c0a !important;
    color: #ffffff !important;
    border: 1px solid #659610 !important;
}

[data-palette="palette-21"] .nvtooltip table td.legend-color-guide div {
    border: 1px solid #659610 !important;
}

[data-palette="palette-21"] .nvd3 line.nv-guideline {
    stroke: #659610 !important;
}

[data-palette="palette-22"] .nvd3 text {
    fill: #ffffff !important;
    font-family: 'Roboto', 'Helvetica', sans-serif !important;
    font-size: 12px;
    font-weight: normal;
}

[data-palette="palette-22"] .nvd3-pie .nvd3.nv-pie path,
[data-palette="palette-22"] .nvd3-donut .nvd3.nv-pie path {
    stroke: #7d4829 !important;
}

[data-palette="palette-22"] .nvd3-pie .nvd3.nv-pie path,
[data-palette="palette-22"] .nvd3-donut .nvd3.nv-pie path {
    fill-opacity: 1;
}

[data-palette="palette-22"] .nvd3 .nv-axis path {
    stroke: #7d4829 !important;
}

[data-palette="palette-22"] .nvd3 .nv-axis line {
    stroke: #7d4829 !important;
}

[data-palette="palette-22"] .nvd3 .nv-bars .hover rect {
    fill: #4d2c19 !important;
}

[data-palette="palette-22"] .nvd3 .nv-bars text {
    fill: #ffffff !important;
}

[data-palette="palette-22"] .nvd3 .nv-bars .hover text {
    fill: #ffffff !important;
}

[data-palette="palette-22"] .nvd3 .nv-discretebar .nv-groups text,
[data-palette="palette-22"] .nvd3 .nv-multibarHorizontal .nv-groups text {
    fill: #ffffff !important;
}

[data-palette="palette-22"] .nvd3 line.nv-boxplot-median {
    stroke: #ffffff !important;
}

[data-palette="palette-22"] .nvd3 .nv-point-paths path {
    stroke: #7d4829 !important;
    fill: #7d4829 !important;
}

[data-palette="palette-22"] .nvd3 text {
    font: normal 12px 'Roboto', 'Helvetica', sans-serif;
}

[data-palette="palette-22"] .nvd3 .title {
    font: normal 14px 'Roboto', 'Helvetica', sans-serif;
}

[data-palette="palette-22"] .nvd3 .nv-background {
    fill: #4d2c19 !important;
}

[data-palette="palette-22"] .nv-brush .resize path {
    fill: #7d4829 !important;
    stroke: #7d4829 !important;
}

[data-palette="palette-22"] .nvd3 .nv-brushBackground rect {
    stroke: #4d2c19 !important;
    fill: #ffffff !important;
}

[data-palette="palette-22"] .nvd3 .background path {
    stroke: #4d2c19 !important;
}

[data-palette="palette-22"] .nvd3 .nv-parallelCoordinates-brush .extent {
    fill: #ffffff !important;
    stroke: #4d2c19 !important;
}

[data-palette="palette-22"] .nvd3 .missingValuesline line {
    stroke: #4d2c19 !important;
}

[data-palette="palette-22"] .nvd3.nv-pie .nv-pie-title {
    fill: #ffffff !important;
}

[data-palette="palette-22"] .nvd3.nv-pie .nv-slice text {
    stroke: #ffffff !important;
}

[data-palette="palette-22"] .nvd3.nv-pie path {
    stroke: #4d2c19 !important;
}

[data-palette="palette-22"] .nvd3.nv-sparklineplus .nv-hoverValue line {
    stroke: #7d4829 !important;
}

[data-palette="palette-22"] .nvd3.nv-sparklineplus .nv-yValue {
    stroke: #ffffff !important;
}

[data-palette="palette-22"] .nvd3.nv-sparklineplus .nv-maxValue {
    stroke: #ffffff !important;
    fill: #ffffff !important;
}

[data-palette="palette-22"] .nvd3.nv-sparklineplus .nv-minValue {
    stroke: #ffffff !important;
    fill: #ffffff !important;
}

[data-palette="palette-22"] .nvtooltip {
    background-color: #4d2c19 !important;
    color: #ffffff !important;
    border: 1px solid #7d4829 !important;
    font-family: 'Roboto', 'Helvetica', sans-serif;
}

[data-palette="palette-22"] .nvtooltip h3 {
    background-color: #4d2c19 !important;
    color: #ffffff !important;
    border: 1px solid #7d4829 !important;
}

[data-palette="palette-22"] .nvtooltip table td.legend-color-guide div {
    border: 1px solid #7d4829 !important;
}

[data-palette="palette-22"] .nvd3 line.nv-guideline {
    stroke: #7d4829 !important;
}

[data-palette="palette-23"] .nvd3 text {
    fill: #ffffff !important;
    font-family: 'Roboto', 'Helvetica', sans-serif !important;
    font-size: 12px;
    font-weight: normal;
}

[data-palette="palette-23"] .nvd3-pie .nvd3.nv-pie path,
[data-palette="palette-23"] .nvd3-donut .nvd3.nv-pie path {
    stroke: #a96238 !important;
}

[data-palette="palette-23"] .nvd3-pie .nvd3.nv-pie path,
[data-palette="palette-23"] .nvd3-donut .nvd3.nv-pie path {
    fill-opacity: 1;
}

[data-palette="palette-23"] .nvd3 .nv-axis path {
    stroke: #a96238 !important;
}

[data-palette="palette-23"] .nvd3 .nv-axis line {
    stroke: #a96238 !important;
}

[data-palette="palette-23"] .nvd3 .nv-bars .hover rect {
    fill: #794628 !important;
}

[data-palette="palette-23"] .nvd3 .nv-bars text {
    fill: #ffffff !important;
}

[data-palette="palette-23"] .nvd3 .nv-bars .hover text {
    fill: #ffffff !important;
}

[data-palette="palette-23"] .nvd3 .nv-discretebar .nv-groups text,
[data-palette="palette-23"] .nvd3 .nv-multibarHorizontal .nv-groups text {
    fill: #ffffff !important;
}

[data-palette="palette-23"] .nvd3 line.nv-boxplot-median {
    stroke: #ffffff !important;
}

[data-palette="palette-23"] .nvd3 .nv-point-paths path {
    stroke: #a96238 !important;
    fill: #a96238 !important;
}

[data-palette="palette-23"] .nvd3 text {
    font: normal 12px 'Roboto', 'Helvetica', sans-serif;
}

[data-palette="palette-23"] .nvd3 .title {
    font: normal 14px 'Roboto', 'Helvetica', sans-serif;
}

[data-palette="palette-23"] .nvd3 .nv-background {
    fill: #794628 !important;
}

[data-palette="palette-23"] .nv-brush .resize path {
    fill: #a96238 !important;
    stroke: #a96238 !important;
}

[data-palette="palette-23"] .nvd3 .nv-brushBackground rect {
    stroke: #794628 !important;
    fill: #ffffff !important;
}

[data-palette="palette-23"] .nvd3 .background path {
    stroke: #794628 !important;
}

[data-palette="palette-23"] .nvd3 .nv-parallelCoordinates-brush .extent {
    fill: #ffffff !important;
    stroke: #794628 !important;
}

[data-palette="palette-23"] .nvd3 .missingValuesline line {
    stroke: #794628 !important;
}

[data-palette="palette-23"] .nvd3.nv-pie .nv-pie-title {
    fill: #ffffff !important;
}

[data-palette="palette-23"] .nvd3.nv-pie .nv-slice text {
    stroke: #ffffff !important;
}

[data-palette="palette-23"] .nvd3.nv-pie path {
    stroke: #794628 !important;
}

[data-palette="palette-23"] .nvd3.nv-sparklineplus .nv-hoverValue line {
    stroke: #a96238 !important;
}

[data-palette="palette-23"] .nvd3.nv-sparklineplus .nv-yValue {
    stroke: #ffffff !important;
}

[data-palette="palette-23"] .nvd3.nv-sparklineplus .nv-maxValue {
    stroke: #ffffff !important;
    fill: #ffffff !important;
}

[data-palette="palette-23"] .nvd3.nv-sparklineplus .nv-minValue {
    stroke: #ffffff !important;
    fill: #ffffff !important;
}

[data-palette="palette-23"] .nvtooltip {
    background-color: #794628 !important;
    color: #ffffff !important;
    border: 1px solid #a96238 !important;
    font-family: 'Roboto', 'Helvetica', sans-serif;
}

[data-palette="palette-23"] .nvtooltip h3 {
    background-color: #794628 !important;
    color: #ffffff !important;
    border: 1px solid #a96238 !important;
}

[data-palette="palette-23"] .nvtooltip table td.legend-color-guide div {
    border: 1px solid #a96238 !important;
}

[data-palette="palette-23"] .nvd3 line.nv-guideline {
    stroke: #a96238 !important;
}

[data-palette="palette-1"] .morris-hover.morris-default-style {
    color: #ffffff !important;
    background: #3e3e3e !important;
    border: solid 2px #444444 !important;
}

[data-palette="palette-1"] #morris-donut-example svg text {
    fill: #ffffff !important;
    font-family: 'Roboto', 'Helvetica', sans-serif !important;
    font-size: 8px !important;
    font-weight: 300;
}

[data-palette="palette-2"] .morris-hover.morris-default-style {
    color: #ffffff !important;
    background: #3c414f !important;
    border: solid 2px #424756 !important;
}

[data-palette="palette-2"] #morris-donut-example svg text {
    fill: #ffffff !important;
    font-family: 'Roboto', 'Helvetica', sans-serif !important;
    font-size: 8px !important;
    font-weight: 300;
}

[data-palette="palette-3"] .morris-hover.morris-default-style {
    color: #ffffff !important;
    background: #1a1a1a !important;
    border: solid 2px #202020 !important;
}

[data-palette="palette-3"] #morris-donut-example svg text {
    fill: #ffffff !important;
    font-family: 'Roboto', 'Helvetica', sans-serif !important;
    font-size: 8px !important;
    font-weight: 300;
}

[data-palette="palette-4"] .morris-hover.morris-default-style {
    color: #262932 !important;
    background: #f2f2f2 !important;
    border: solid 2px #ececec !important;
}

[data-palette="palette-4"] #morris-donut-example svg text {
    fill: #262932 !important;
    font-family: 'Roboto', 'Helvetica', sans-serif !important;
    font-size: 8px !important;
    font-weight: 300;
}

[data-palette="palette-5"] .morris-hover.morris-default-style {
    color: #262932 !important;
    background: #f2f2f2 !important;
    border: solid 2px #ececec !important;
}

[data-palette="palette-5"] #morris-donut-example svg text {
    fill: #262932 !important;
    font-family: 'Roboto', 'Helvetica', sans-serif !important;
    font-size: 8px !important;
    font-weight: 300;
}

[data-palette="palette-6"] .morris-hover.morris-default-style {
    color: #262932 !important;
    background: #f2f2f2 !important;
    border: solid 2px #ececec !important;
}

[data-palette="palette-6"] #morris-donut-example svg text {
    fill: #262932 !important;
    font-family: 'Roboto', 'Helvetica', sans-serif !important;
    font-size: 8px !important;
    font-weight: 300;
}

[data-palette="palette-7"] .morris-hover.morris-default-style {
    color: #ffffff !important;
    background: #0283f1 !important;
    border: solid 2px #0489fd !important;
}

[data-palette="palette-7"] #morris-donut-example svg text {
    fill: #ffffff !important;
    font-family: 'Roboto', 'Helvetica', sans-serif !important;
    font-size: 8px !important;
    font-weight: 300;
}

[data-palette="palette-8"] .morris-hover.morris-default-style {
    color: #ffffff !important;
    background: #0275d8 !important;
    border: solid 2px #027ce5 !important;
}

[data-palette="palette-8"] #morris-donut-example svg text {
    fill: #ffffff !important;
    font-family: 'Roboto', 'Helvetica', sans-serif !important;
    font-size: 8px !important;
    font-weight: 300;
}

[data-palette="palette-9"] .morris-hover.morris-default-style {
    color: #ffffff !important;
    background: #0267bf !important;
    border: solid 2px #026ecb !important;
}

[data-palette="palette-9"] #morris-donut-example svg text {
    fill: #ffffff !important;
    font-family: 'Roboto', 'Helvetica', sans-serif !important;
    font-size: 8px !important;
    font-weight: 300;
}

[data-palette="palette-10"] .morris-hover.morris-default-style {
    color: #ffffff !important;
    background: #1a0f8a !important;
    border: solid 2px #1c1096 !important;
}

[data-palette="palette-10"] #morris-donut-example svg text {
    fill: #ffffff !important;
    font-family: 'Roboto', 'Helvetica', sans-serif !important;
    font-size: 8px !important;
    font-weight: 300;
}

[data-palette="palette-11"] .morris-hover.morris-default-style {
    color: #ffffff !important;
    background: #2415bf !important;
    border: solid 2px #2616ca !important;
}

[data-palette="palette-11"] #morris-donut-example svg text {
    fill: #ffffff !important;
    font-family: 'Roboto', 'Helvetica', sans-serif !important;
    font-size: 8px !important;
    font-weight: 300;
}

[data-palette="palette-12"] .morris-hover.morris-default-style {
    color: #ffffff !important;
    background: #3929e7 !important;
    border: solid 2px #4334e9 !important;
}

[data-palette="palette-12"] #morris-donut-example svg text {
    fill: #ffffff !important;
    font-family: 'Roboto', 'Helvetica', sans-serif !important;
    font-size: 8px !important;
    font-weight: 300;
}

[data-palette="palette-13"] .morris-hover.morris-default-style {
    color: #ffffff !important;
    background: #4b0f8a !important;
    border: solid 2px #511096 !important;
}

[data-palette="palette-13"] #morris-donut-example svg text {
    fill: #ffffff !important;
    font-family: 'Roboto', 'Helvetica', sans-serif !important;
    font-size: 8px !important;
    font-weight: 300;
}

[data-palette="palette-14"] .morris-hover.morris-default-style {
    color: #ffffff !important;
    background: #6815bf !important;
    border: solid 2px #6e16ca !important;
}

[data-palette="palette-14"] #morris-donut-example svg text {
    fill: #ffffff !important;
    font-family: 'Roboto', 'Helvetica', sans-serif !important;
    font-size: 8px !important;
    font-weight: 300;
}

[data-palette="palette-15"] .morris-hover.morris-default-style {
    color: #ffffff !important;
    background: #8529e7 !important;
    border: solid 2px #8c34e9 !important;
}

[data-palette="palette-15"] #morris-donut-example svg text {
    fill: #ffffff !important;
    font-family: 'Roboto', 'Helvetica', sans-serif !important;
    font-size: 8px !important;
    font-weight: 300;
}

[data-palette="palette-16"] .morris-hover.morris-default-style {
    color: #ffffff !important;
    background: #bf156b !important;
    border: solid 2px #ca1671 !important;
}

[data-palette="palette-16"] #morris-donut-example svg text {
    fill: #ffffff !important;
    font-family: 'Roboto', 'Helvetica', sans-serif !important;
    font-size: 8px !important;
    font-weight: 300;
}

[data-palette="palette-17"] .morris-hover.morris-default-style {
    color: #ffffff !important;
    background: #e72989 !important;
    border: solid 2px #e9348f !important;
}

[data-palette="palette-17"] #morris-donut-example svg text {
    fill: #ffffff !important;
    font-family: 'Roboto', 'Helvetica', sans-serif !important;
    font-size: 8px !important;
    font-weight: 300;
}

[data-palette="palette-18"] .morris-hover.morris-default-style {
    color: #ffffff !important;
    background: #bf1e15 !important;
    border: solid 2px #ca2016 !important;
}

[data-palette="palette-18"] #morris-donut-example svg text {
    fill: #ffffff !important;
    font-family: 'Roboto', 'Helvetica', sans-serif !important;
    font-size: 8px !important;
    font-weight: 300;
}

[data-palette="palette-19"] .morris-hover.morris-default-style {
    color: #ffffff !important;
    background: #e73229 !important;
    border: solid 2px #e93d34 !important;
}

[data-palette="palette-19"] #morris-donut-example svg text {
    fill: #ffffff !important;
    font-family: 'Roboto', 'Helvetica', sans-serif !important;
    font-size: 8px !important;
    font-weight: 300;
}

[data-palette="palette-20"] .morris-hover.morris-default-style {
    color: #ffffff !important;
    background: #0f8a20 !important;
    border: solid 2px #109622 !important;
}

[data-palette="palette-20"] #morris-donut-example svg text {
    fill: #ffffff !important;
    font-family: 'Roboto', 'Helvetica', sans-serif !important;
    font-size: 8px !important;
    font-weight: 300;
}

[data-palette="palette-21"] .morris-hover.morris-default-style {
    color: #ffffff !important;
    background: #5d8a0f !important;
    border: solid 2px #659610 !important;
}

[data-palette="palette-21"] #morris-donut-example svg text {
    fill: #ffffff !important;
    font-family: 'Roboto', 'Helvetica', sans-serif !important;
    font-size: 8px !important;
    font-weight: 300;
}

[data-palette="palette-22"] .morris-hover.morris-default-style {
    color: #ffffff !important;
    background: #744226 !important;
    border: solid 2px #7d4829 !important;
}

[data-palette="palette-22"] #morris-donut-example svg text {
    fill: #ffffff !important;
    font-family: 'Roboto', 'Helvetica', sans-serif !important;
    font-size: 8px !important;
    font-weight: 300;
}

[data-palette="palette-23"] .morris-hover.morris-default-style {
    color: #ffffff !important;
    background: #9f5c35 !important;
    border: solid 2px #a96238 !important;
}

[data-palette="palette-23"] #morris-donut-example svg text {
    fill: #ffffff !important;
    font-family: 'Roboto', 'Helvetica', sans-serif !important;
    font-size: 8px !important;
    font-weight: 300;
}

#finance-chart svg .nvd3 .nv-axis path.domain {
    stroke-opacity: .3 !important;
}

#finance-chart svg .nv-x line, #finance-chart svg .nv-y line {
    opacity: 0.3 !important;
}

#finance-chart svg .nvd3 g.nv-groups path.nv-line {
    stroke-width: 4px;
}

.documentation .tab-content, .documentation .tab-pane {
    padding-top: 0px !important;
}

.documentation h3, .documentation h4 {
    font-weight: 700 !important;
}

.documentation h3,
.documentation h4,
.documentation ul,
.documentation ol,
.documentation p,
.documentation h5,
.documentation li {
    margin-bottom: 20px !important;
}

.donut-chart-widget-6 .easy-pie-chart {
    position: relative;
    width: 150px;
    height: 150px;
    overflow: hidden;
}

.donut-chart-widget-6 .easy-pie-chart .chart {
    position: absolute;
    top: 0;
    left: 0;
}

.donut-chart-widget-6 .easy-pie-chart .percent {
    width: 100%;
    height: 150px;
    line-height: 150px;
    margin: 0 auto;
    display: block;
    text-align: center;
    font-size: 36px;
}

.donut-chart-widget-6 .easy-pie-chart .percent .symbol {
    font-size: 24px !important;
    margin-left: -2px;
}

[data-palette="palette-1"] .donut-chart-widget-6 .easy-pie-chart .percent {
    color: #ffffff;
}

[data-palette="palette-2"] .donut-chart-widget-6 .easy-pie-chart .percent {
    color: #ffffff;
}

[data-palette="palette-3"] .donut-chart-widget-6 .easy-pie-chart .percent {
    color: #ffffff;
}

[data-palette="palette-4"] .donut-chart-widget-6 .easy-pie-chart .percent {
    color: #262932;
}

[data-palette="palette-5"] .donut-chart-widget-6 .easy-pie-chart .percent {
    color: #262932;
}

[data-palette="palette-6"] .donut-chart-widget-6 .easy-pie-chart .percent {
    color: #262932;
}

[data-palette="palette-7"] .donut-chart-widget-6 .easy-pie-chart .percent {
    color: #ffffff;
}

[data-palette="palette-8"] .donut-chart-widget-6 .easy-pie-chart .percent {
    color: #ffffff;
}

[data-palette="palette-9"] .donut-chart-widget-6 .easy-pie-chart .percent {
    color: #ffffff;
}

[data-palette="palette-10"] .donut-chart-widget-6 .easy-pie-chart .percent {
    color: #ffffff;
}

[data-palette="palette-11"] .donut-chart-widget-6 .easy-pie-chart .percent {
    color: #ffffff;
}

[data-palette="palette-12"] .donut-chart-widget-6 .easy-pie-chart .percent {
    color: #ffffff;
}

[data-palette="palette-13"] .donut-chart-widget-6 .easy-pie-chart .percent {
    color: #ffffff;
}

[data-palette="palette-14"] .donut-chart-widget-6 .easy-pie-chart .percent {
    color: #ffffff;
}

[data-palette="palette-15"] .donut-chart-widget-6 .easy-pie-chart .percent {
    color: #ffffff;
}

[data-palette="palette-16"] .donut-chart-widget-6 .easy-pie-chart .percent {
    color: #ffffff;
}

[data-palette="palette-17"] .donut-chart-widget-6 .easy-pie-chart .percent {
    color: #ffffff;
}

[data-palette="palette-18"] .donut-chart-widget-6 .easy-pie-chart .percent {
    color: #ffffff;
}

[data-palette="palette-19"] .donut-chart-widget-6 .easy-pie-chart .percent {
    color: #ffffff;
}

[data-palette="palette-20"] .donut-chart-widget-6 .easy-pie-chart .percent {
    color: #ffffff;
}

[data-palette="palette-21"] .donut-chart-widget-6 .easy-pie-chart .percent {
    color: #ffffff;
}

[data-palette="palette-22"] .donut-chart-widget-6 .easy-pie-chart .percent {
    color: #ffffff;
}

[data-palette="palette-23"] .donut-chart-widget-6 .easy-pie-chart .percent {
    color: #ffffff;
}

.donut-chart-widget-7 {
    padding: 20px;
}

.donut-chart-widget-7 .easy-pie-chart {
    position: relative;
    width: 150px;
    height: 150px;
    overflow: hidden;
}

.donut-chart-widget-7 .easy-pie-chart .chart {
    position: absolute;
    top: 0;
    left: 0;
}

.donut-chart-widget-7 .easy-pie-chart .percent {
    width: 100%;
    height: 150px;
    line-height: 150px;
    margin: 0 auto;
    display: block;
    text-align: center;
    font-size: 42px;
    color: #ffffff;
}

.donut-chart-widget-7 .easy-pie-chart .percent .symbol {
    font-size: 28px !important;
    margin-left: -5px;
}

.donut-chart-widget-8 {
    padding: 20px;
}

.donut-chart-widget-8 .easy-pie-chart {
    position: relative;
    width: 150px;
    height: 150px;
    overflow: hidden;
}

.donut-chart-widget-8 .easy-pie-chart .chart {
    position: absolute;
    top: 0;
    left: 0;
}

.donut-chart-widget-8 .easy-pie-chart .icon {
    width: 100%;
    height: 150px;
    line-height: 150px;
    margin: 0 auto;
    display: block;
    text-align: center;
    font-size: 52px;
    color: #ffffff;
}

.donut-chart-widget-9 {
    padding: 20px;
}

.donut-chart-widget-9 .easy-pie-chart {
    position: relative;
    width: 130px;
    height: 130px;
    overflow: hidden;
}

.donut-chart-widget-9 .easy-pie-chart .chart {
    position: absolute;
    top: 0;
    left: 0;
}

.donut-chart-widget-9 .easy-pie-chart .image {
    width: 100%;
    height: 130px;
    line-height: 130px;
    margin: 0 auto;
    display: block;
    text-align: center;
}

.donut-chart-widget-10 {
    padding: 20px;
}

.donut-chart-widget-10 .easy-pie-chart {
    position: relative;
    width: 150px;
    height: 150px;
    overflow: hidden;
}

.donut-chart-widget-10 .easy-pie-chart .chart {
    position: absolute;
    top: 0;
    left: 0;
}

.donut-chart-widget-10 .easy-pie-chart .number {
    width: 100%;
    height: 75px;
    line-height: 75px;
    margin: 20px auto 0 auto;
    display: block;
    text-align: center;
    color: #ffffff;
    font-size: 48px !important;
}

.donut-chart-widget-10 .easy-pie-chart .symbol {
    width: 100%;
    height: 75px;
    line-height: 75px;
    margin: -35px auto 0 auto;
    display: block;
    text-align: center;
    color: #ffffff;
    font-size: 24px !important;
}

.email-compose .ta-root {
    margin-bottom: 20px;
}

[data-direction="ltr"] .email-sidebar form, [data-direction="ltr"] .email-sidebar .btn-block, [data-direction="ltr"] .email-sidebar h4, [data-direction="ltr"] .email-sidebar ul {
    margin-bottom: 20px;
}

[data-direction="ltr"] .email-sidebar li a .sidebar-icon {
    margin-right: 10px;
}

[data-direction="rtl"] .email-sidebar form, [data-direction="rtl"] .email-sidebar .btn-block, [data-direction="rtl"] .email-sidebar h4, [data-direction="rtl"] .email-sidebar ul {
    margin-bottom: 20px;
}

[data-direction="rtl"] .email-sidebar li a .sidebar-icon {
    margin-left: 10px;
}

[data-direction="ltr"] .email-inbox .inbox-header h3 {
    margin-bottom: 20px;
}

[data-direction="ltr"] .email-inbox .inbox-table .subject {
    text-transform: capitalize;
}

[data-direction="ltr"] .email-inbox .inbox-table .table tr {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

[data-direction="ltr"] .email-inbox .inbox-table .table td:nth-child(1) {
    position: relative;
}

[data-direction="ltr"] .email-inbox .inbox-table .table td:nth-child(1) .custom-checkbox {
    position: absolute;
    top: 10px;
    left: 10px;
}

[data-direction="ltr"] .email-inbox .email-contact {
    margin-right: 10px;
}

[data-direction="rtl"] .email-inbox .inbox-header h3 {
    margin-bottom: 20px;
}

[data-direction="rtl"] .email-inbox .inbox-table .subject {
    text-transform: capitalize;
}

[data-direction="rtl"] .email-inbox .inbox-table .table tr {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

[data-direction="rtl"] .email-inbox .inbox-table .table td:nth-child(1) {
    position: relative;
}

[data-direction="rtl"] .email-inbox .inbox-table .table td:nth-child(1) .custom-checkbox {
    position: absolute;
    top: 10px;
    right: 10px;
}

[data-direction="rtl"] .email-inbox .email-contact {
    margin-left: 10px;
}

[data-palette="palette-1"] .fc-button {
    background-color: #313131 !important;
    border-color: #444444 !important;
    color: #ffffff !important;
    box-shadow: none !important;
    text-shadow: none !important;
}

[data-palette="palette-1"] .fc-unthemed th,
[data-palette="palette-1"] .fc-unthemed td,
[data-palette="palette-1"] .fc-unthemed thead,
[data-palette="palette-1"] .fc-unthemed tbody,
[data-palette="palette-1"] .fc-unthemed .fc-divider,
[data-palette="palette-1"] .fc-unthemed .fc-row,
[data-palette="palette-1"] .fc-unthemed .fc-popover {
    border-color: #444444;
}

[data-palette="palette-1"] .fc-unthemed .fc-popover {
    background-color: #242424;
}

[data-palette="palette-1"] .fc-unthemed .fc-divider,
[data-palette="palette-1"] .fc-unthemed .fc-popover .fc-header {
    background-color: #242424;
}

[data-palette="palette-1"] .fc-unthemed .fc-popover .fc-header .fc-close {
    background-color: #ffffff;
}

[data-palette="palette-1"] .fc-unthemed .fc-today {
    background: #242424;
}

[data-palette="palette-1"] .fc-highlight {
    background: #4a4a4a;
    opacity: .3;
    filter: alpha(opacity=30);
    /* for IE */
}

[data-palette="palette-1"] .fc-bgevent {
    background: #4a4a4a;
}

[data-palette="palette-1"] .fc-nonbusiness {
    background: #242424;
}

[data-palette="palette-1"] .fc-state-default {
    background-color: #242424 !important;
    background-image: none !important;
    background-repeat: no-repeat !important;
    border-color: #444444 !important;
    color: #ffffff;
    text-shadow: none !important;
    box-shadow: none !important;
}

[data-palette="palette-1"] .fc-state-hover,
[data-palette="palette-1"] .fc-state-down,
[data-palette="palette-1"] .fc-state-active,
[data-palette="palette-1"] .fc-state-disabled {
    color: #ffffff;
    background-color: #4a4a4a;
}

[data-palette="palette-1"] .fc-state-hover {
    color: #ffffff;
    text-decoration: none;
    background-position: 0 0;
}

[data-palette="palette-1"] .fc-state-down,
[data-palette="palette-1"] .fc-state-active {
    background-color: #ffffff;
    background-image: none;
    box-shadow: none !important;
}

[data-palette="palette-1"] .fc-state-disabled {
    background-image: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
}

[data-palette="palette-1"] .fc-popover {
    box-shadow: none !important;
}

[data-palette="palette-1"] .fc-event {
    border: 1px solid #444444;
    background-color: #5cb85c;
}

[data-palette="palette-1"] .fc-event,
[data-palette="palette-1"] .fc-event:hover,
[data-palette="palette-1"] .ui-widget .fc-event {
    color: #ffffff;
}

[data-palette="palette-1"] .fc-event .fc-bg {
    background: #242424;
    opacity: .25;
    filter: alpha(opacity=25);
    /* for IE */
}

[data-palette="palette-1"] .fc-now-indicator {
    border: 0 solid #d9534f;
}

[data-palette="palette-2"] .fc-button {
    background-color: #313540 !important;
    border-color: #424756 !important;
    color: #ffffff !important;
    box-shadow: none !important;
    text-shadow: none !important;
}

[data-palette="palette-2"] .fc-unthemed th,
[data-palette="palette-2"] .fc-unthemed td,
[data-palette="palette-2"] .fc-unthemed thead,
[data-palette="palette-2"] .fc-unthemed tbody,
[data-palette="palette-2"] .fc-unthemed .fc-divider,
[data-palette="palette-2"] .fc-unthemed .fc-row,
[data-palette="palette-2"] .fc-unthemed .fc-popover {
    border-color: #424756;
}

[data-palette="palette-2"] .fc-unthemed .fc-popover {
    background-color: #262932;
}

[data-palette="palette-2"] .fc-unthemed .fc-divider,
[data-palette="palette-2"] .fc-unthemed .fc-popover .fc-header {
    background-color: #262932;
}

[data-palette="palette-2"] .fc-unthemed .fc-popover .fc-header .fc-close {
    background-color: #ffffff;
}

[data-palette="palette-2"] .fc-unthemed .fc-today {
    background: #262932;
}

[data-palette="palette-2"] .fc-highlight {
    background: #474d5d;
    opacity: .3;
    filter: alpha(opacity=30);
    /* for IE */
}

[data-palette="palette-2"] .fc-bgevent {
    background: #474d5d;
}

[data-palette="palette-2"] .fc-nonbusiness {
    background: #262932;
}

[data-palette="palette-2"] .fc-state-default {
    background-color: #262932 !important;
    background-image: none !important;
    background-repeat: no-repeat !important;
    border-color: #424756 !important;
    color: #ffffff;
    text-shadow: none !important;
    box-shadow: none !important;
}

[data-palette="palette-2"] .fc-state-hover,
[data-palette="palette-2"] .fc-state-down,
[data-palette="palette-2"] .fc-state-active,
[data-palette="palette-2"] .fc-state-disabled {
    color: #ffffff;
    background-color: #474d5d;
}

[data-palette="palette-2"] .fc-state-hover {
    color: #ffffff;
    text-decoration: none;
    background-position: 0 0;
}

[data-palette="palette-2"] .fc-state-down,
[data-palette="palette-2"] .fc-state-active {
    background-color: #ffffff;
    background-image: none;
    box-shadow: none !important;
}

[data-palette="palette-2"] .fc-state-disabled {
    background-image: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
}

[data-palette="palette-2"] .fc-popover {
    box-shadow: none !important;
}

[data-palette="palette-2"] .fc-event {
    border: 1px solid #424756;
    background-color: #5cb85c;
}

[data-palette="palette-2"] .fc-event,
[data-palette="palette-2"] .fc-event:hover,
[data-palette="palette-2"] .ui-widget .fc-event {
    color: #ffffff;
}

[data-palette="palette-2"] .fc-event .fc-bg {
    background: #262932;
    opacity: .25;
    filter: alpha(opacity=25);
    /* for IE */
}

[data-palette="palette-2"] .fc-now-indicator {
    border: 0 solid #d9534f;
}

[data-palette="palette-3"] .fc-button {
    background-color: #0d0d0d !important;
    border-color: #202020 !important;
    color: #ffffff !important;
    box-shadow: none !important;
    text-shadow: none !important;
}

[data-palette="palette-3"] .fc-unthemed th,
[data-palette="palette-3"] .fc-unthemed td,
[data-palette="palette-3"] .fc-unthemed thead,
[data-palette="palette-3"] .fc-unthemed tbody,
[data-palette="palette-3"] .fc-unthemed .fc-divider,
[data-palette="palette-3"] .fc-unthemed .fc-row,
[data-palette="palette-3"] .fc-unthemed .fc-popover {
    border-color: #202020;
}

[data-palette="palette-3"] .fc-unthemed .fc-popover {
    background-color: #000000;
}

[data-palette="palette-3"] .fc-unthemed .fc-divider,
[data-palette="palette-3"] .fc-unthemed .fc-popover .fc-header {
    background-color: #000000;
}

[data-palette="palette-3"] .fc-unthemed .fc-popover .fc-header .fc-close {
    background-color: #ffffff;
}

[data-palette="palette-3"] .fc-unthemed .fc-today {
    background: #000000;
}

[data-palette="palette-3"] .fc-highlight {
    background: #262626;
    opacity: .3;
    filter: alpha(opacity=30);
    /* for IE */
}

[data-palette="palette-3"] .fc-bgevent {
    background: #262626;
}

[data-palette="palette-3"] .fc-nonbusiness {
    background: #000000;
}

[data-palette="palette-3"] .fc-state-default {
    background-color: #000000 !important;
    background-image: none !important;
    background-repeat: no-repeat !important;
    border-color: #202020 !important;
    color: #ffffff;
    text-shadow: none !important;
    box-shadow: none !important;
}

[data-palette="palette-3"] .fc-state-hover,
[data-palette="palette-3"] .fc-state-down,
[data-palette="palette-3"] .fc-state-active,
[data-palette="palette-3"] .fc-state-disabled {
    color: #ffffff;
    background-color: #262626;
}

[data-palette="palette-3"] .fc-state-hover {
    color: #ffffff;
    text-decoration: none;
    background-position: 0 0;
}

[data-palette="palette-3"] .fc-state-down,
[data-palette="palette-3"] .fc-state-active {
    background-color: #ffffff;
    background-image: none;
    box-shadow: none !important;
}

[data-palette="palette-3"] .fc-state-disabled {
    background-image: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
}

[data-palette="palette-3"] .fc-popover {
    box-shadow: none !important;
}

[data-palette="palette-3"] .fc-event {
    border: 1px solid #202020;
    background-color: #5cb85c;
}

[data-palette="palette-3"] .fc-event,
[data-palette="palette-3"] .fc-event:hover,
[data-palette="palette-3"] .ui-widget .fc-event {
    color: #ffffff;
}

[data-palette="palette-3"] .fc-event .fc-bg {
    background: #000000;
    opacity: .25;
    filter: alpha(opacity=25);
    /* for IE */
}

[data-palette="palette-3"] .fc-now-indicator {
    border: 0 solid #d9534f;
}

[data-palette="palette-4"] .fc-button {
    background-color: #ffffff !important;
    border-color: #ececec !important;
    color: #262932 !important;
    box-shadow: none !important;
    text-shadow: none !important;
}

[data-palette="palette-4"] .fc-unthemed th,
[data-palette="palette-4"] .fc-unthemed td,
[data-palette="palette-4"] .fc-unthemed thead,
[data-palette="palette-4"] .fc-unthemed tbody,
[data-palette="palette-4"] .fc-unthemed .fc-divider,
[data-palette="palette-4"] .fc-unthemed .fc-row,
[data-palette="palette-4"] .fc-unthemed .fc-popover {
    border-color: #ececec;
}

[data-palette="palette-4"] .fc-unthemed .fc-popover {
    background-color: #ffffff;
}

[data-palette="palette-4"] .fc-unthemed .fc-divider,
[data-palette="palette-4"] .fc-unthemed .fc-popover .fc-header {
    background-color: #ffffff;
}

[data-palette="palette-4"] .fc-unthemed .fc-popover .fc-header .fc-close {
    background-color: #262932;
}

[data-palette="palette-4"] .fc-unthemed .fc-today {
    background: #ffffff;
}

[data-palette="palette-4"] .fc-highlight {
    background: #e6e6e6;
    opacity: .3;
    filter: alpha(opacity=30);
    /* for IE */
}

[data-palette="palette-4"] .fc-bgevent {
    background: #e6e6e6;
}

[data-palette="palette-4"] .fc-nonbusiness {
    background: #ffffff;
}

[data-palette="palette-4"] .fc-state-default {
    background-color: #ffffff !important;
    background-image: none !important;
    background-repeat: no-repeat !important;
    border-color: #ececec !important;
    color: #262932;
    text-shadow: none !important;
    box-shadow: none !important;
}

[data-palette="palette-4"] .fc-state-hover,
[data-palette="palette-4"] .fc-state-down,
[data-palette="palette-4"] .fc-state-active,
[data-palette="palette-4"] .fc-state-disabled {
    color: #262932;
    background-color: #e6e6e6;
}

[data-palette="palette-4"] .fc-state-hover {
    color: #262932;
    text-decoration: none;
    background-position: 0 0;
}

[data-palette="palette-4"] .fc-state-down,
[data-palette="palette-4"] .fc-state-active {
    background-color: #262932;
    background-image: none;
    box-shadow: none !important;
}

[data-palette="palette-4"] .fc-state-disabled {
    background-image: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
}

[data-palette="palette-4"] .fc-popover {
    box-shadow: none !important;
}

[data-palette="palette-4"] .fc-event {
    border: 1px solid #ececec;
    background-color: #5cb85c;
}

[data-palette="palette-4"] .fc-event,
[data-palette="palette-4"] .fc-event:hover,
[data-palette="palette-4"] .ui-widget .fc-event {
    color: #262932;
}

[data-palette="palette-4"] .fc-event .fc-bg {
    background: #ffffff;
    opacity: .25;
    filter: alpha(opacity=25);
    /* for IE */
}

[data-palette="palette-4"] .fc-now-indicator {
    border: 0 solid #d9534f;
}

[data-palette="palette-5"] .fc-button {
    background-color: #ffffff !important;
    border-color: #ececec !important;
    color: #262932 !important;
    box-shadow: none !important;
    text-shadow: none !important;
}

[data-palette="palette-5"] .fc-unthemed th,
[data-palette="palette-5"] .fc-unthemed td,
[data-palette="palette-5"] .fc-unthemed thead,
[data-palette="palette-5"] .fc-unthemed tbody,
[data-palette="palette-5"] .fc-unthemed .fc-divider,
[data-palette="palette-5"] .fc-unthemed .fc-row,
[data-palette="palette-5"] .fc-unthemed .fc-popover {
    border-color: #ececec;
}

[data-palette="palette-5"] .fc-unthemed .fc-popover {
    background-color: #ffffff;
}

[data-palette="palette-5"] .fc-unthemed .fc-divider,
[data-palette="palette-5"] .fc-unthemed .fc-popover .fc-header {
    background-color: #ffffff;
}

[data-palette="palette-5"] .fc-unthemed .fc-popover .fc-header .fc-close {
    background-color: #262932;
}

[data-palette="palette-5"] .fc-unthemed .fc-today {
    background: #ffffff;
}

[data-palette="palette-5"] .fc-highlight {
    background: #e6e6e6;
    opacity: .3;
    filter: alpha(opacity=30);
    /* for IE */
}

[data-palette="palette-5"] .fc-bgevent {
    background: #e6e6e6;
}

[data-palette="palette-5"] .fc-nonbusiness {
    background: #ffffff;
}

[data-palette="palette-5"] .fc-state-default {
    background-color: #ffffff !important;
    background-image: none !important;
    background-repeat: no-repeat !important;
    border-color: #ececec !important;
    color: #262932;
    text-shadow: none !important;
    box-shadow: none !important;
}

[data-palette="palette-5"] .fc-state-hover,
[data-palette="palette-5"] .fc-state-down,
[data-palette="palette-5"] .fc-state-active,
[data-palette="palette-5"] .fc-state-disabled {
    color: #262932;
    background-color: #e6e6e6;
}

[data-palette="palette-5"] .fc-state-hover {
    color: #262932;
    text-decoration: none;
    background-position: 0 0;
}

[data-palette="palette-5"] .fc-state-down,
[data-palette="palette-5"] .fc-state-active {
    background-color: #262932;
    background-image: none;
    box-shadow: none !important;
}

[data-palette="palette-5"] .fc-state-disabled {
    background-image: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
}

[data-palette="palette-5"] .fc-popover {
    box-shadow: none !important;
}

[data-palette="palette-5"] .fc-event {
    border: 1px solid #ececec;
    background-color: #5cb85c;
}

[data-palette="palette-5"] .fc-event,
[data-palette="palette-5"] .fc-event:hover,
[data-palette="palette-5"] .ui-widget .fc-event {
    color: #262932;
}

[data-palette="palette-5"] .fc-event .fc-bg {
    background: #ffffff;
    opacity: .25;
    filter: alpha(opacity=25);
    /* for IE */
}

[data-palette="palette-5"] .fc-now-indicator {
    border: 0 solid #d9534f;
}

[data-palette="palette-6"] .fc-button {
    background-color: #ffffff !important;
    border-color: #ececec !important;
    color: #262932 !important;
    box-shadow: none !important;
    text-shadow: none !important;
}

[data-palette="palette-6"] .fc-unthemed th,
[data-palette="palette-6"] .fc-unthemed td,
[data-palette="palette-6"] .fc-unthemed thead,
[data-palette="palette-6"] .fc-unthemed tbody,
[data-palette="palette-6"] .fc-unthemed .fc-divider,
[data-palette="palette-6"] .fc-unthemed .fc-row,
[data-palette="palette-6"] .fc-unthemed .fc-popover {
    border-color: #ececec;
}

[data-palette="palette-6"] .fc-unthemed .fc-popover {
    background-color: #ffffff;
}

[data-palette="palette-6"] .fc-unthemed .fc-divider,
[data-palette="palette-6"] .fc-unthemed .fc-popover .fc-header {
    background-color: #ffffff;
}

[data-palette="palette-6"] .fc-unthemed .fc-popover .fc-header .fc-close {
    background-color: #262932;
}

[data-palette="palette-6"] .fc-unthemed .fc-today {
    background: #ffffff;
}

[data-palette="palette-6"] .fc-highlight {
    background: #e6e6e6;
    opacity: .3;
    filter: alpha(opacity=30);
    /* for IE */
}

[data-palette="palette-6"] .fc-bgevent {
    background: #e6e6e6;
}

[data-palette="palette-6"] .fc-nonbusiness {
    background: #ffffff;
}

[data-palette="palette-6"] .fc-state-default {
    background-color: #ffffff !important;
    background-image: none !important;
    background-repeat: no-repeat !important;
    border-color: #ececec !important;
    color: #262932;
    text-shadow: none !important;
    box-shadow: none !important;
}

[data-palette="palette-6"] .fc-state-hover,
[data-palette="palette-6"] .fc-state-down,
[data-palette="palette-6"] .fc-state-active,
[data-palette="palette-6"] .fc-state-disabled {
    color: #262932;
    background-color: #e6e6e6;
}

[data-palette="palette-6"] .fc-state-hover {
    color: #262932;
    text-decoration: none;
    background-position: 0 0;
}

[data-palette="palette-6"] .fc-state-down,
[data-palette="palette-6"] .fc-state-active {
    background-color: #262932;
    background-image: none;
    box-shadow: none !important;
}

[data-palette="palette-6"] .fc-state-disabled {
    background-image: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
}

[data-palette="palette-6"] .fc-popover {
    box-shadow: none !important;
}

[data-palette="palette-6"] .fc-event {
    border: 1px solid #ececec;
    background-color: #5cb85c;
}

[data-palette="palette-6"] .fc-event,
[data-palette="palette-6"] .fc-event:hover,
[data-palette="palette-6"] .ui-widget .fc-event {
    color: #262932;
}

[data-palette="palette-6"] .fc-event .fc-bg {
    background: #ffffff;
    opacity: .25;
    filter: alpha(opacity=25);
    /* for IE */
}

[data-palette="palette-6"] .fc-now-indicator {
    border: 0 solid #d9534f;
}

[data-palette="palette-7"] .fc-button {
    background-color: #0275d8 !important;
    border-color: #0489fd !important;
    color: #ffffff !important;
    box-shadow: none !important;
    text-shadow: none !important;
}

[data-palette="palette-7"] .fc-unthemed th,
[data-palette="palette-7"] .fc-unthemed td,
[data-palette="palette-7"] .fc-unthemed thead,
[data-palette="palette-7"] .fc-unthemed tbody,
[data-palette="palette-7"] .fc-unthemed .fc-divider,
[data-palette="palette-7"] .fc-unthemed .fc-row,
[data-palette="palette-7"] .fc-unthemed .fc-popover {
    border-color: #0489fd;
}

[data-palette="palette-7"] .fc-unthemed .fc-popover {
    background-color: #0267bf;
}

[data-palette="palette-7"] .fc-unthemed .fc-divider,
[data-palette="palette-7"] .fc-unthemed .fc-popover .fc-header {
    background-color: #0267bf;
}

[data-palette="palette-7"] .fc-unthemed .fc-popover .fc-header .fc-close {
    background-color: #ffffff;
}

[data-palette="palette-7"] .fc-unthemed .fc-today {
    background: #0267bf;
}

[data-palette="palette-7"] .fc-highlight {
    background: #108ffd;
    opacity: .3;
    filter: alpha(opacity=30);
    /* for IE */
}

[data-palette="palette-7"] .fc-bgevent {
    background: #108ffd;
}

[data-palette="palette-7"] .fc-nonbusiness {
    background: #0267bf;
}

[data-palette="palette-7"] .fc-state-default {
    background-color: #0267bf !important;
    background-image: none !important;
    background-repeat: no-repeat !important;
    border-color: #0489fd !important;
    color: #ffffff;
    text-shadow: none !important;
    box-shadow: none !important;
}

[data-palette="palette-7"] .fc-state-hover,
[data-palette="palette-7"] .fc-state-down,
[data-palette="palette-7"] .fc-state-active,
[data-palette="palette-7"] .fc-state-disabled {
    color: #ffffff;
    background-color: #108ffd;
}

[data-palette="palette-7"] .fc-state-hover {
    color: #ffffff;
    text-decoration: none;
    background-position: 0 0;
}

[data-palette="palette-7"] .fc-state-down,
[data-palette="palette-7"] .fc-state-active {
    background-color: #ffffff;
    background-image: none;
    box-shadow: none !important;
}

[data-palette="palette-7"] .fc-state-disabled {
    background-image: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
}

[data-palette="palette-7"] .fc-popover {
    box-shadow: none !important;
}

[data-palette="palette-7"] .fc-event {
    border: 1px solid #0489fd;
    background-color: #5cb85c;
}

[data-palette="palette-7"] .fc-event,
[data-palette="palette-7"] .fc-event:hover,
[data-palette="palette-7"] .ui-widget .fc-event {
    color: #ffffff;
}

[data-palette="palette-7"] .fc-event .fc-bg {
    background: #0267bf;
    opacity: .25;
    filter: alpha(opacity=25);
    /* for IE */
}

[data-palette="palette-7"] .fc-now-indicator {
    border: 0 solid #d9534f;
}

[data-palette="palette-8"] .fc-button {
    background-color: #0267bf !important;
    border-color: #027ce5 !important;
    color: #ffffff !important;
    box-shadow: none !important;
    text-shadow: none !important;
}

[data-palette="palette-8"] .fc-unthemed th,
[data-palette="palette-8"] .fc-unthemed td,
[data-palette="palette-8"] .fc-unthemed thead,
[data-palette="palette-8"] .fc-unthemed tbody,
[data-palette="palette-8"] .fc-unthemed .fc-divider,
[data-palette="palette-8"] .fc-unthemed .fc-row,
[data-palette="palette-8"] .fc-unthemed .fc-popover {
    border-color: #027ce5;
}

[data-palette="palette-8"] .fc-unthemed .fc-popover {
    background-color: #025aa5;
}

[data-palette="palette-8"] .fc-unthemed .fc-divider,
[data-palette="palette-8"] .fc-unthemed .fc-popover .fc-header {
    background-color: #025aa5;
}

[data-palette="palette-8"] .fc-unthemed .fc-popover .fc-header .fc-close {
    background-color: #ffffff;
}

[data-palette="palette-8"] .fc-unthemed .fc-today {
    background: #025aa5;
}

[data-palette="palette-8"] .fc-highlight {
    background: #0283f1;
    opacity: .3;
    filter: alpha(opacity=30);
    /* for IE */
}

[data-palette="palette-8"] .fc-bgevent {
    background: #0283f1;
}

[data-palette="palette-8"] .fc-nonbusiness {
    background: #025aa5;
}

[data-palette="palette-8"] .fc-state-default {
    background-color: #025aa5 !important;
    background-image: none !important;
    background-repeat: no-repeat !important;
    border-color: #027ce5 !important;
    color: #ffffff;
    text-shadow: none !important;
    box-shadow: none !important;
}

[data-palette="palette-8"] .fc-state-hover,
[data-palette="palette-8"] .fc-state-down,
[data-palette="palette-8"] .fc-state-active,
[data-palette="palette-8"] .fc-state-disabled {
    color: #ffffff;
    background-color: #0283f1;
}

[data-palette="palette-8"] .fc-state-hover {
    color: #ffffff;
    text-decoration: none;
    background-position: 0 0;
}

[data-palette="palette-8"] .fc-state-down,
[data-palette="palette-8"] .fc-state-active {
    background-color: #ffffff;
    background-image: none;
    box-shadow: none !important;
}

[data-palette="palette-8"] .fc-state-disabled {
    background-image: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
}

[data-palette="palette-8"] .fc-popover {
    box-shadow: none !important;
}

[data-palette="palette-8"] .fc-event {
    border: 1px solid #027ce5;
    background-color: #5cb85c;
}

[data-palette="palette-8"] .fc-event,
[data-palette="palette-8"] .fc-event:hover,
[data-palette="palette-8"] .ui-widget .fc-event {
    color: #ffffff;
}

[data-palette="palette-8"] .fc-event .fc-bg {
    background: #025aa5;
    opacity: .25;
    filter: alpha(opacity=25);
    /* for IE */
}

[data-palette="palette-8"] .fc-now-indicator {
    border: 0 solid #d9534f;
}

[data-palette="palette-9"] .fc-button {
    background-color: #025aa5 !important;
    border-color: #026ecb !important;
    color: #ffffff !important;
    box-shadow: none !important;
    text-shadow: none !important;
}

[data-palette="palette-9"] .fc-unthemed th,
[data-palette="palette-9"] .fc-unthemed td,
[data-palette="palette-9"] .fc-unthemed thead,
[data-palette="palette-9"] .fc-unthemed tbody,
[data-palette="palette-9"] .fc-unthemed .fc-divider,
[data-palette="palette-9"] .fc-unthemed .fc-row,
[data-palette="palette-9"] .fc-unthemed .fc-popover {
    border-color: #026ecb;
}

[data-palette="palette-9"] .fc-unthemed .fc-popover {
    background-color: #014c8c;
}

[data-palette="palette-9"] .fc-unthemed .fc-divider,
[data-palette="palette-9"] .fc-unthemed .fc-popover .fc-header {
    background-color: #014c8c;
}

[data-palette="palette-9"] .fc-unthemed .fc-popover .fc-header .fc-close {
    background-color: #ffffff;
}

[data-palette="palette-9"] .fc-unthemed .fc-today {
    background: #014c8c;
}

[data-palette="palette-9"] .fc-highlight {
    background: #0275d8;
    opacity: .3;
    filter: alpha(opacity=30);
    /* for IE */
}

[data-palette="palette-9"] .fc-bgevent {
    background: #0275d8;
}

[data-palette="palette-9"] .fc-nonbusiness {
    background: #014c8c;
}

[data-palette="palette-9"] .fc-state-default {
    background-color: #014c8c !important;
    background-image: none !important;
    background-repeat: no-repeat !important;
    border-color: #026ecb !important;
    color: #ffffff;
    text-shadow: none !important;
    box-shadow: none !important;
}

[data-palette="palette-9"] .fc-state-hover,
[data-palette="palette-9"] .fc-state-down,
[data-palette="palette-9"] .fc-state-active,
[data-palette="palette-9"] .fc-state-disabled {
    color: #ffffff;
    background-color: #0275d8;
}

[data-palette="palette-9"] .fc-state-hover {
    color: #ffffff;
    text-decoration: none;
    background-position: 0 0;
}

[data-palette="palette-9"] .fc-state-down,
[data-palette="palette-9"] .fc-state-active {
    background-color: #ffffff;
    background-image: none;
    box-shadow: none !important;
}

[data-palette="palette-9"] .fc-state-disabled {
    background-image: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
}

[data-palette="palette-9"] .fc-popover {
    box-shadow: none !important;
}

[data-palette="palette-9"] .fc-event {
    border: 1px solid #026ecb;
    background-color: #5cb85c;
}

[data-palette="palette-9"] .fc-event,
[data-palette="palette-9"] .fc-event:hover,
[data-palette="palette-9"] .ui-widget .fc-event {
    color: #ffffff;
}

[data-palette="palette-9"] .fc-event .fc-bg {
    background: #014c8c;
    opacity: .25;
    filter: alpha(opacity=25);
    /* for IE */
}

[data-palette="palette-9"] .fc-now-indicator {
    border: 0 solid #d9534f;
}

[data-palette="palette-10"] .fc-button {
    background-color: #150d73 !important;
    border-color: #1c1096 !important;
    color: #ffffff !important;
    box-shadow: none !important;
    text-shadow: none !important;
}

[data-palette="palette-10"] .fc-unthemed th,
[data-palette="palette-10"] .fc-unthemed td,
[data-palette="palette-10"] .fc-unthemed thead,
[data-palette="palette-10"] .fc-unthemed tbody,
[data-palette="palette-10"] .fc-unthemed .fc-divider,
[data-palette="palette-10"] .fc-unthemed .fc-row,
[data-palette="palette-10"] .fc-unthemed .fc-popover {
    border-color: #1c1096;
}

[data-palette="palette-10"] .fc-unthemed .fc-popover {
    background-color: #110a5c;
}

[data-palette="palette-10"] .fc-unthemed .fc-divider,
[data-palette="palette-10"] .fc-unthemed .fc-popover .fc-header {
    background-color: #110a5c;
}

[data-palette="palette-10"] .fc-unthemed .fc-popover .fc-header .fc-close {
    background-color: #ffffff;
}

[data-palette="palette-10"] .fc-unthemed .fc-today {
    background: #110a5c;
}

[data-palette="palette-10"] .fc-highlight {
    background: #1e12a1;
    opacity: .3;
    filter: alpha(opacity=30);
    /* for IE */
}

[data-palette="palette-10"] .fc-bgevent {
    background: #1e12a1;
}

[data-palette="palette-10"] .fc-nonbusiness {
    background: #110a5c;
}

[data-palette="palette-10"] .fc-state-default {
    background-color: #110a5c !important;
    background-image: none !important;
    background-repeat: no-repeat !important;
    border-color: #1c1096 !important;
    color: #ffffff;
    text-shadow: none !important;
    box-shadow: none !important;
}

[data-palette="palette-10"] .fc-state-hover,
[data-palette="palette-10"] .fc-state-down,
[data-palette="palette-10"] .fc-state-active,
[data-palette="palette-10"] .fc-state-disabled {
    color: #ffffff;
    background-color: #1e12a1;
}

[data-palette="palette-10"] .fc-state-hover {
    color: #ffffff;
    text-decoration: none;
    background-position: 0 0;
}

[data-palette="palette-10"] .fc-state-down,
[data-palette="palette-10"] .fc-state-active {
    background-color: #ffffff;
    background-image: none;
    box-shadow: none !important;
}

[data-palette="palette-10"] .fc-state-disabled {
    background-image: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
}

[data-palette="palette-10"] .fc-popover {
    box-shadow: none !important;
}

[data-palette="palette-10"] .fc-event {
    border: 1px solid #1c1096;
    background-color: #5cb85c;
}

[data-palette="palette-10"] .fc-event,
[data-palette="palette-10"] .fc-event:hover,
[data-palette="palette-10"] .ui-widget .fc-event {
    color: #ffffff;
}

[data-palette="palette-10"] .fc-event .fc-bg {
    background: #110a5c;
    opacity: .25;
    filter: alpha(opacity=25);
    /* for IE */
}

[data-palette="palette-10"] .fc-now-indicator {
    border: 0 solid #d9534f;
}

[data-palette="palette-11"] .fc-button {
    background-color: #1f13a8 !important;
    border-color: #2616ca !important;
    color: #ffffff !important;
    box-shadow: none !important;
    text-shadow: none !important;
}

[data-palette="palette-11"] .fc-unthemed th,
[data-palette="palette-11"] .fc-unthemed td,
[data-palette="palette-11"] .fc-unthemed thead,
[data-palette="palette-11"] .fc-unthemed tbody,
[data-palette="palette-11"] .fc-unthemed .fc-divider,
[data-palette="palette-11"] .fc-unthemed .fc-row,
[data-palette="palette-11"] .fc-unthemed .fc-popover {
    border-color: #2616ca;
}

[data-palette="palette-11"] .fc-unthemed .fc-popover {
    background-color: #1b1091;
}

[data-palette="palette-11"] .fc-unthemed .fc-divider,
[data-palette="palette-11"] .fc-unthemed .fc-popover .fc-header {
    background-color: #1b1091;
}

[data-palette="palette-11"] .fc-unthemed .fc-popover .fc-header .fc-close {
    background-color: #ffffff;
}

[data-palette="palette-11"] .fc-unthemed .fc-today {
    background: #1b1091;
}

[data-palette="palette-11"] .fc-highlight {
    background: #2818d6;
    opacity: .3;
    filter: alpha(opacity=30);
    /* for IE */
}

[data-palette="palette-11"] .fc-bgevent {
    background: #2818d6;
}

[data-palette="palette-11"] .fc-nonbusiness {
    background: #1b1091;
}

[data-palette="palette-11"] .fc-state-default {
    background-color: #1b1091 !important;
    background-image: none !important;
    background-repeat: no-repeat !important;
    border-color: #2616ca !important;
    color: #ffffff;
    text-shadow: none !important;
    box-shadow: none !important;
}

[data-palette="palette-11"] .fc-state-hover,
[data-palette="palette-11"] .fc-state-down,
[data-palette="palette-11"] .fc-state-active,
[data-palette="palette-11"] .fc-state-disabled {
    color: #ffffff;
    background-color: #2818d6;
}

[data-palette="palette-11"] .fc-state-hover {
    color: #ffffff;
    text-decoration: none;
    background-position: 0 0;
}

[data-palette="palette-11"] .fc-state-down,
[data-palette="palette-11"] .fc-state-active {
    background-color: #ffffff;
    background-image: none;
    box-shadow: none !important;
}

[data-palette="palette-11"] .fc-state-disabled {
    background-image: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
}

[data-palette="palette-11"] .fc-popover {
    box-shadow: none !important;
}

[data-palette="palette-11"] .fc-event {
    border: 1px solid #2616ca;
    background-color: #5cb85c;
}

[data-palette="palette-11"] .fc-event,
[data-palette="palette-11"] .fc-event:hover,
[data-palette="palette-11"] .ui-widget .fc-event {
    color: #ffffff;
}

[data-palette="palette-11"] .fc-event .fc-bg {
    background: #1b1091;
    opacity: .25;
    filter: alpha(opacity=25);
    /* for IE */
}

[data-palette="palette-11"] .fc-now-indicator {
    border: 0 solid #d9534f;
}

[data-palette="palette-12"] .fc-button {
    background-color: #2919de !important;
    border-color: #4334e9 !important;
    color: #ffffff !important;
    box-shadow: none !important;
    text-shadow: none !important;
}

[data-palette="palette-12"] .fc-unthemed th,
[data-palette="palette-12"] .fc-unthemed td,
[data-palette="palette-12"] .fc-unthemed thead,
[data-palette="palette-12"] .fc-unthemed tbody,
[data-palette="palette-12"] .fc-unthemed .fc-divider,
[data-palette="palette-12"] .fc-unthemed .fc-row,
[data-palette="palette-12"] .fc-unthemed .fc-popover {
    border-color: #4334e9;
}

[data-palette="palette-12"] .fc-unthemed .fc-popover {
    background-color: #2516c7;
}

[data-palette="palette-12"] .fc-unthemed .fc-divider,
[data-palette="palette-12"] .fc-unthemed .fc-popover .fc-header {
    background-color: #2516c7;
}

[data-palette="palette-12"] .fc-unthemed .fc-popover .fc-header .fc-close {
    background-color: #ffffff;
}

[data-palette="palette-12"] .fc-unthemed .fc-today {
    background: #2516c7;
}

[data-palette="palette-12"] .fc-highlight {
    background: #4e40ea;
    opacity: .3;
    filter: alpha(opacity=30);
    /* for IE */
}

[data-palette="palette-12"] .fc-bgevent {
    background: #4e40ea;
}

[data-palette="palette-12"] .fc-nonbusiness {
    background: #2516c7;
}

[data-palette="palette-12"] .fc-state-default {
    background-color: #2516c7 !important;
    background-image: none !important;
    background-repeat: no-repeat !important;
    border-color: #4334e9 !important;
    color: #ffffff;
    text-shadow: none !important;
    box-shadow: none !important;
}

[data-palette="palette-12"] .fc-state-hover,
[data-palette="palette-12"] .fc-state-down,
[data-palette="palette-12"] .fc-state-active,
[data-palette="palette-12"] .fc-state-disabled {
    color: #ffffff;
    background-color: #4e40ea;
}

[data-palette="palette-12"] .fc-state-hover {
    color: #ffffff;
    text-decoration: none;
    background-position: 0 0;
}

[data-palette="palette-12"] .fc-state-down,
[data-palette="palette-12"] .fc-state-active {
    background-color: #ffffff;
    background-image: none;
    box-shadow: none !important;
}

[data-palette="palette-12"] .fc-state-disabled {
    background-image: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
}

[data-palette="palette-12"] .fc-popover {
    box-shadow: none !important;
}

[data-palette="palette-12"] .fc-event {
    border: 1px solid #4334e9;
    background-color: #5cb85c;
}

[data-palette="palette-12"] .fc-event,
[data-palette="palette-12"] .fc-event:hover,
[data-palette="palette-12"] .ui-widget .fc-event {
    color: #ffffff;
}

[data-palette="palette-12"] .fc-event .fc-bg {
    background: #2516c7;
    opacity: .25;
    filter: alpha(opacity=25);
    /* for IE */
}

[data-palette="palette-12"] .fc-now-indicator {
    border: 0 solid #d9534f;
}

[data-palette="palette-13"] .fc-button {
    background-color: #3f0d73 !important;
    border-color: #511096 !important;
    color: #ffffff !important;
    box-shadow: none !important;
    text-shadow: none !important;
}

[data-palette="palette-13"] .fc-unthemed th,
[data-palette="palette-13"] .fc-unthemed td,
[data-palette="palette-13"] .fc-unthemed thead,
[data-palette="palette-13"] .fc-unthemed tbody,
[data-palette="palette-13"] .fc-unthemed .fc-divider,
[data-palette="palette-13"] .fc-unthemed .fc-row,
[data-palette="palette-13"] .fc-unthemed .fc-popover {
    border-color: #511096;
}

[data-palette="palette-13"] .fc-unthemed .fc-popover {
    background-color: #320a5c;
}

[data-palette="palette-13"] .fc-unthemed .fc-divider,
[data-palette="palette-13"] .fc-unthemed .fc-popover .fc-header {
    background-color: #320a5c;
}

[data-palette="palette-13"] .fc-unthemed .fc-popover .fc-header .fc-close {
    background-color: #ffffff;
}

[data-palette="palette-13"] .fc-unthemed .fc-today {
    background: #320a5c;
}

[data-palette="palette-13"] .fc-highlight {
    background: #5812a1;
    opacity: .3;
    filter: alpha(opacity=30);
    /* for IE */
}

[data-palette="palette-13"] .fc-bgevent {
    background: #5812a1;
}

[data-palette="palette-13"] .fc-nonbusiness {
    background: #320a5c;
}

[data-palette="palette-13"] .fc-state-default {
    background-color: #320a5c !important;
    background-image: none !important;
    background-repeat: no-repeat !important;
    border-color: #511096 !important;
    color: #ffffff;
    text-shadow: none !important;
    box-shadow: none !important;
}

[data-palette="palette-13"] .fc-state-hover,
[data-palette="palette-13"] .fc-state-down,
[data-palette="palette-13"] .fc-state-active,
[data-palette="palette-13"] .fc-state-disabled {
    color: #ffffff;
    background-color: #5812a1;
}

[data-palette="palette-13"] .fc-state-hover {
    color: #ffffff;
    text-decoration: none;
    background-position: 0 0;
}

[data-palette="palette-13"] .fc-state-down,
[data-palette="palette-13"] .fc-state-active {
    background-color: #ffffff;
    background-image: none;
    box-shadow: none !important;
}

[data-palette="palette-13"] .fc-state-disabled {
    background-image: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
}

[data-palette="palette-13"] .fc-popover {
    box-shadow: none !important;
}

[data-palette="palette-13"] .fc-event {
    border: 1px solid #511096;
    background-color: #5cb85c;
}

[data-palette="palette-13"] .fc-event,
[data-palette="palette-13"] .fc-event:hover,
[data-palette="palette-13"] .ui-widget .fc-event {
    color: #ffffff;
}

[data-palette="palette-13"] .fc-event .fc-bg {
    background: #320a5c;
    opacity: .25;
    filter: alpha(opacity=25);
    /* for IE */
}

[data-palette="palette-13"] .fc-now-indicator {
    border: 0 solid #d9534f;
}

[data-palette="palette-14"] .fc-button {
    background-color: #5c13a8 !important;
    border-color: #6e16ca !important;
    color: #ffffff !important;
    box-shadow: none !important;
    text-shadow: none !important;
}

[data-palette="palette-14"] .fc-unthemed th,
[data-palette="palette-14"] .fc-unthemed td,
[data-palette="palette-14"] .fc-unthemed thead,
[data-palette="palette-14"] .fc-unthemed tbody,
[data-palette="palette-14"] .fc-unthemed .fc-divider,
[data-palette="palette-14"] .fc-unthemed .fc-row,
[data-palette="palette-14"] .fc-unthemed .fc-popover {
    border-color: #6e16ca;
}

[data-palette="palette-14"] .fc-unthemed .fc-popover {
    background-color: #4f1091;
}

[data-palette="palette-14"] .fc-unthemed .fc-divider,
[data-palette="palette-14"] .fc-unthemed .fc-popover .fc-header {
    background-color: #4f1091;
}

[data-palette="palette-14"] .fc-unthemed .fc-popover .fc-header .fc-close {
    background-color: #ffffff;
}

[data-palette="palette-14"] .fc-unthemed .fc-today {
    background: #4f1091;
}

[data-palette="palette-14"] .fc-highlight {
    background: #7518d6;
    opacity: .3;
    filter: alpha(opacity=30);
    /* for IE */
}

[data-palette="palette-14"] .fc-bgevent {
    background: #7518d6;
}

[data-palette="palette-14"] .fc-nonbusiness {
    background: #4f1091;
}

[data-palette="palette-14"] .fc-state-default {
    background-color: #4f1091 !important;
    background-image: none !important;
    background-repeat: no-repeat !important;
    border-color: #6e16ca !important;
    color: #ffffff;
    text-shadow: none !important;
    box-shadow: none !important;
}

[data-palette="palette-14"] .fc-state-hover,
[data-palette="palette-14"] .fc-state-down,
[data-palette="palette-14"] .fc-state-active,
[data-palette="palette-14"] .fc-state-disabled {
    color: #ffffff;
    background-color: #7518d6;
}

[data-palette="palette-14"] .fc-state-hover {
    color: #ffffff;
    text-decoration: none;
    background-position: 0 0;
}

[data-palette="palette-14"] .fc-state-down,
[data-palette="palette-14"] .fc-state-active {
    background-color: #ffffff;
    background-image: none;
    box-shadow: none !important;
}

[data-palette="palette-14"] .fc-state-disabled {
    background-image: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
}

[data-palette="palette-14"] .fc-popover {
    box-shadow: none !important;
}

[data-palette="palette-14"] .fc-event {
    border: 1px solid #6e16ca;
    background-color: #5cb85c;
}

[data-palette="palette-14"] .fc-event,
[data-palette="palette-14"] .fc-event:hover,
[data-palette="palette-14"] .ui-widget .fc-event {
    color: #ffffff;
}

[data-palette="palette-14"] .fc-event .fc-bg {
    background: #4f1091;
    opacity: .25;
    filter: alpha(opacity=25);
    /* for IE */
}

[data-palette="palette-14"] .fc-now-indicator {
    border: 0 solid #d9534f;
}

[data-palette="palette-15"] .fc-button {
    background-color: #7819de !important;
    border-color: #8c34e9 !important;
    color: #ffffff !important;
    box-shadow: none !important;
    text-shadow: none !important;
}

[data-palette="palette-15"] .fc-unthemed th,
[data-palette="palette-15"] .fc-unthemed td,
[data-palette="palette-15"] .fc-unthemed thead,
[data-palette="palette-15"] .fc-unthemed tbody,
[data-palette="palette-15"] .fc-unthemed .fc-divider,
[data-palette="palette-15"] .fc-unthemed .fc-row,
[data-palette="palette-15"] .fc-unthemed .fc-popover {
    border-color: #8c34e9;
}

[data-palette="palette-15"] .fc-unthemed .fc-popover {
    background-color: #6c16c7;
}

[data-palette="palette-15"] .fc-unthemed .fc-divider,
[data-palette="palette-15"] .fc-unthemed .fc-popover .fc-header {
    background-color: #6c16c7;
}

[data-palette="palette-15"] .fc-unthemed .fc-popover .fc-header .fc-close {
    background-color: #ffffff;
}

[data-palette="palette-15"] .fc-unthemed .fc-today {
    background: #6c16c7;
}

[data-palette="palette-15"] .fc-highlight {
    background: #9240ea;
    opacity: .3;
    filter: alpha(opacity=30);
    /* for IE */
}

[data-palette="palette-15"] .fc-bgevent {
    background: #9240ea;
}

[data-palette="palette-15"] .fc-nonbusiness {
    background: #6c16c7;
}

[data-palette="palette-15"] .fc-state-default {
    background-color: #6c16c7 !important;
    background-image: none !important;
    background-repeat: no-repeat !important;
    border-color: #8c34e9 !important;
    color: #ffffff;
    text-shadow: none !important;
    box-shadow: none !important;
}

[data-palette="palette-15"] .fc-state-hover,
[data-palette="palette-15"] .fc-state-down,
[data-palette="palette-15"] .fc-state-active,
[data-palette="palette-15"] .fc-state-disabled {
    color: #ffffff;
    background-color: #9240ea;
}

[data-palette="palette-15"] .fc-state-hover {
    color: #ffffff;
    text-decoration: none;
    background-position: 0 0;
}

[data-palette="palette-15"] .fc-state-down,
[data-palette="palette-15"] .fc-state-active {
    background-color: #ffffff;
    background-image: none;
    box-shadow: none !important;
}

[data-palette="palette-15"] .fc-state-disabled {
    background-image: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
}

[data-palette="palette-15"] .fc-popover {
    box-shadow: none !important;
}

[data-palette="palette-15"] .fc-event {
    border: 1px solid #8c34e9;
    background-color: #5cb85c;
}

[data-palette="palette-15"] .fc-event,
[data-palette="palette-15"] .fc-event:hover,
[data-palette="palette-15"] .ui-widget .fc-event {
    color: #ffffff;
}

[data-palette="palette-15"] .fc-event .fc-bg {
    background: #6c16c7;
    opacity: .25;
    filter: alpha(opacity=25);
    /* for IE */
}

[data-palette="palette-15"] .fc-now-indicator {
    border: 0 solid #d9534f;
}

[data-palette="palette-16"] .fc-button {
    background-color: #a8135e !important;
    border-color: #ca1671 !important;
    color: #ffffff !important;
    box-shadow: none !important;
    text-shadow: none !important;
}

[data-palette="palette-16"] .fc-unthemed th,
[data-palette="palette-16"] .fc-unthemed td,
[data-palette="palette-16"] .fc-unthemed thead,
[data-palette="palette-16"] .fc-unthemed tbody,
[data-palette="palette-16"] .fc-unthemed .fc-divider,
[data-palette="palette-16"] .fc-unthemed .fc-row,
[data-palette="palette-16"] .fc-unthemed .fc-popover {
    border-color: #ca1671;
}

[data-palette="palette-16"] .fc-unthemed .fc-popover {
    background-color: #911051;
}

[data-palette="palette-16"] .fc-unthemed .fc-divider,
[data-palette="palette-16"] .fc-unthemed .fc-popover .fc-header {
    background-color: #911051;
}

[data-palette="palette-16"] .fc-unthemed .fc-popover .fc-header .fc-close {
    background-color: #ffffff;
}

[data-palette="palette-16"] .fc-unthemed .fc-today {
    background: #911051;
}

[data-palette="palette-16"] .fc-highlight {
    background: #d61877;
    opacity: .3;
    filter: alpha(opacity=30);
    /* for IE */
}

[data-palette="palette-16"] .fc-bgevent {
    background: #d61877;
}

[data-palette="palette-16"] .fc-nonbusiness {
    background: #911051;
}

[data-palette="palette-16"] .fc-state-default {
    background-color: #911051 !important;
    background-image: none !important;
    background-repeat: no-repeat !important;
    border-color: #ca1671 !important;
    color: #ffffff;
    text-shadow: none !important;
    box-shadow: none !important;
}

[data-palette="palette-16"] .fc-state-hover,
[data-palette="palette-16"] .fc-state-down,
[data-palette="palette-16"] .fc-state-active,
[data-palette="palette-16"] .fc-state-disabled {
    color: #ffffff;
    background-color: #d61877;
}

[data-palette="palette-16"] .fc-state-hover {
    color: #ffffff;
    text-decoration: none;
    background-position: 0 0;
}

[data-palette="palette-16"] .fc-state-down,
[data-palette="palette-16"] .fc-state-active {
    background-color: #ffffff;
    background-image: none;
    box-shadow: none !important;
}

[data-palette="palette-16"] .fc-state-disabled {
    background-image: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
}

[data-palette="palette-16"] .fc-popover {
    box-shadow: none !important;
}

[data-palette="palette-16"] .fc-event {
    border: 1px solid #ca1671;
    background-color: #5cb85c;
}

[data-palette="palette-16"] .fc-event,
[data-palette="palette-16"] .fc-event:hover,
[data-palette="palette-16"] .ui-widget .fc-event {
    color: #ffffff;
}

[data-palette="palette-16"] .fc-event .fc-bg {
    background: #911051;
    opacity: .25;
    filter: alpha(opacity=25);
    /* for IE */
}

[data-palette="palette-16"] .fc-now-indicator {
    border: 0 solid #d9534f;
}

[data-palette="palette-17"] .fc-button {
    background-color: #de197c !important;
    border-color: #e9348f !important;
    color: #ffffff !important;
    box-shadow: none !important;
    text-shadow: none !important;
}

[data-palette="palette-17"] .fc-unthemed th,
[data-palette="palette-17"] .fc-unthemed td,
[data-palette="palette-17"] .fc-unthemed thead,
[data-palette="palette-17"] .fc-unthemed tbody,
[data-palette="palette-17"] .fc-unthemed .fc-divider,
[data-palette="palette-17"] .fc-unthemed .fc-row,
[data-palette="palette-17"] .fc-unthemed .fc-popover {
    border-color: #e9348f;
}

[data-palette="palette-17"] .fc-unthemed .fc-popover {
    background-color: #c7166f;
}

[data-palette="palette-17"] .fc-unthemed .fc-divider,
[data-palette="palette-17"] .fc-unthemed .fc-popover .fc-header {
    background-color: #c7166f;
}

[data-palette="palette-17"] .fc-unthemed .fc-popover .fc-header .fc-close {
    background-color: #ffffff;
}

[data-palette="palette-17"] .fc-unthemed .fc-today {
    background: #c7166f;
}

[data-palette="palette-17"] .fc-highlight {
    background: #ea4095;
    opacity: .3;
    filter: alpha(opacity=30);
    /* for IE */
}

[data-palette="palette-17"] .fc-bgevent {
    background: #ea4095;
}

[data-palette="palette-17"] .fc-nonbusiness {
    background: #c7166f;
}

[data-palette="palette-17"] .fc-state-default {
    background-color: #c7166f !important;
    background-image: none !important;
    background-repeat: no-repeat !important;
    border-color: #e9348f !important;
    color: #ffffff;
    text-shadow: none !important;
    box-shadow: none !important;
}

[data-palette="palette-17"] .fc-state-hover,
[data-palette="palette-17"] .fc-state-down,
[data-palette="palette-17"] .fc-state-active,
[data-palette="palette-17"] .fc-state-disabled {
    color: #ffffff;
    background-color: #ea4095;
}

[data-palette="palette-17"] .fc-state-hover {
    color: #ffffff;
    text-decoration: none;
    background-position: 0 0;
}

[data-palette="palette-17"] .fc-state-down,
[data-palette="palette-17"] .fc-state-active {
    background-color: #ffffff;
    background-image: none;
    box-shadow: none !important;
}

[data-palette="palette-17"] .fc-state-disabled {
    background-image: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
}

[data-palette="palette-17"] .fc-popover {
    box-shadow: none !important;
}

[data-palette="palette-17"] .fc-event {
    border: 1px solid #e9348f;
    background-color: #5cb85c;
}

[data-palette="palette-17"] .fc-event,
[data-palette="palette-17"] .fc-event:hover,
[data-palette="palette-17"] .ui-widget .fc-event {
    color: #ffffff;
}

[data-palette="palette-17"] .fc-event .fc-bg {
    background: #c7166f;
    opacity: .25;
    filter: alpha(opacity=25);
    /* for IE */
}

[data-palette="palette-17"] .fc-now-indicator {
    border: 0 solid #d9534f;
}

[data-palette="palette-18"] .fc-button {
    background-color: #a81b13 !important;
    border-color: #ca2016 !important;
    color: #ffffff !important;
    box-shadow: none !important;
    text-shadow: none !important;
}

[data-palette="palette-18"] .fc-unthemed th,
[data-palette="palette-18"] .fc-unthemed td,
[data-palette="palette-18"] .fc-unthemed thead,
[data-palette="palette-18"] .fc-unthemed tbody,
[data-palette="palette-18"] .fc-unthemed .fc-divider,
[data-palette="palette-18"] .fc-unthemed .fc-row,
[data-palette="palette-18"] .fc-unthemed .fc-popover {
    border-color: #ca2016;
}

[data-palette="palette-18"] .fc-unthemed .fc-popover {
    background-color: #911710;
}

[data-palette="palette-18"] .fc-unthemed .fc-divider,
[data-palette="palette-18"] .fc-unthemed .fc-popover .fc-header {
    background-color: #911710;
}

[data-palette="palette-18"] .fc-unthemed .fc-popover .fc-header .fc-close {
    background-color: #ffffff;
}

[data-palette="palette-18"] .fc-unthemed .fc-today {
    background: #911710;
}

[data-palette="palette-18"] .fc-highlight {
    background: #d62218;
    opacity: .3;
    filter: alpha(opacity=30);
    /* for IE */
}

[data-palette="palette-18"] .fc-bgevent {
    background: #d62218;
}

[data-palette="palette-18"] .fc-nonbusiness {
    background: #911710;
}

[data-palette="palette-18"] .fc-state-default {
    background-color: #911710 !important;
    background-image: none !important;
    background-repeat: no-repeat !important;
    border-color: #ca2016 !important;
    color: #ffffff;
    text-shadow: none !important;
    box-shadow: none !important;
}

[data-palette="palette-18"] .fc-state-hover,
[data-palette="palette-18"] .fc-state-down,
[data-palette="palette-18"] .fc-state-active,
[data-palette="palette-18"] .fc-state-disabled {
    color: #ffffff;
    background-color: #d62218;
}

[data-palette="palette-18"] .fc-state-hover {
    color: #ffffff;
    text-decoration: none;
    background-position: 0 0;
}

[data-palette="palette-18"] .fc-state-down,
[data-palette="palette-18"] .fc-state-active {
    background-color: #ffffff;
    background-image: none;
    box-shadow: none !important;
}

[data-palette="palette-18"] .fc-state-disabled {
    background-image: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
}

[data-palette="palette-18"] .fc-popover {
    box-shadow: none !important;
}

[data-palette="palette-18"] .fc-event {
    border: 1px solid #ca2016;
    background-color: #5cb85c;
}

[data-palette="palette-18"] .fc-event,
[data-palette="palette-18"] .fc-event:hover,
[data-palette="palette-18"] .ui-widget .fc-event {
    color: #ffffff;
}

[data-palette="palette-18"] .fc-event .fc-bg {
    background: #911710;
    opacity: .25;
    filter: alpha(opacity=25);
    /* for IE */
}

[data-palette="palette-18"] .fc-now-indicator {
    border: 0 solid #d9534f;
}

[data-palette="palette-19"] .fc-button {
    background-color: #de2319 !important;
    border-color: #e93d34 !important;
    color: #ffffff !important;
    box-shadow: none !important;
    text-shadow: none !important;
}

[data-palette="palette-19"] .fc-unthemed th,
[data-palette="palette-19"] .fc-unthemed td,
[data-palette="palette-19"] .fc-unthemed thead,
[data-palette="palette-19"] .fc-unthemed tbody,
[data-palette="palette-19"] .fc-unthemed .fc-divider,
[data-palette="palette-19"] .fc-unthemed .fc-row,
[data-palette="palette-19"] .fc-unthemed .fc-popover {
    border-color: #e93d34;
}

[data-palette="palette-19"] .fc-unthemed .fc-popover {
    background-color: #c71f16;
}

[data-palette="palette-19"] .fc-unthemed .fc-divider,
[data-palette="palette-19"] .fc-unthemed .fc-popover .fc-header {
    background-color: #c71f16;
}

[data-palette="palette-19"] .fc-unthemed .fc-popover .fc-header .fc-close {
    background-color: #ffffff;
}

[data-palette="palette-19"] .fc-unthemed .fc-today {
    background: #c71f16;
}

[data-palette="palette-19"] .fc-highlight {
    background: #ea4840;
    opacity: .3;
    filter: alpha(opacity=30);
    /* for IE */
}

[data-palette="palette-19"] .fc-bgevent {
    background: #ea4840;
}

[data-palette="palette-19"] .fc-nonbusiness {
    background: #c71f16;
}

[data-palette="palette-19"] .fc-state-default {
    background-color: #c71f16 !important;
    background-image: none !important;
    background-repeat: no-repeat !important;
    border-color: #e93d34 !important;
    color: #ffffff;
    text-shadow: none !important;
    box-shadow: none !important;
}

[data-palette="palette-19"] .fc-state-hover,
[data-palette="palette-19"] .fc-state-down,
[data-palette="palette-19"] .fc-state-active,
[data-palette="palette-19"] .fc-state-disabled {
    color: #ffffff;
    background-color: #ea4840;
}

[data-palette="palette-19"] .fc-state-hover {
    color: #ffffff;
    text-decoration: none;
    background-position: 0 0;
}

[data-palette="palette-19"] .fc-state-down,
[data-palette="palette-19"] .fc-state-active {
    background-color: #ffffff;
    background-image: none;
    box-shadow: none !important;
}

[data-palette="palette-19"] .fc-state-disabled {
    background-image: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
}

[data-palette="palette-19"] .fc-popover {
    box-shadow: none !important;
}

[data-palette="palette-19"] .fc-event {
    border: 1px solid #e93d34;
    background-color: #5cb85c;
}

[data-palette="palette-19"] .fc-event,
[data-palette="palette-19"] .fc-event:hover,
[data-palette="palette-19"] .ui-widget .fc-event {
    color: #ffffff;
}

[data-palette="palette-19"] .fc-event .fc-bg {
    background: #c71f16;
    opacity: .25;
    filter: alpha(opacity=25);
    /* for IE */
}

[data-palette="palette-19"] .fc-now-indicator {
    border: 0 solid #d9534f;
}

[data-palette="palette-20"] .fc-button {
    background-color: #0d731a !important;
    border-color: #109622 !important;
    color: #ffffff !important;
    box-shadow: none !important;
    text-shadow: none !important;
}

[data-palette="palette-20"] .fc-unthemed th,
[data-palette="palette-20"] .fc-unthemed td,
[data-palette="palette-20"] .fc-unthemed thead,
[data-palette="palette-20"] .fc-unthemed tbody,
[data-palette="palette-20"] .fc-unthemed .fc-divider,
[data-palette="palette-20"] .fc-unthemed .fc-row,
[data-palette="palette-20"] .fc-unthemed .fc-popover {
    border-color: #109622;
}

[data-palette="palette-20"] .fc-unthemed .fc-popover {
    background-color: #0a5c15;
}

[data-palette="palette-20"] .fc-unthemed .fc-divider,
[data-palette="palette-20"] .fc-unthemed .fc-popover .fc-header {
    background-color: #0a5c15;
}

[data-palette="palette-20"] .fc-unthemed .fc-popover .fc-header .fc-close {
    background-color: #ffffff;
}

[data-palette="palette-20"] .fc-unthemed .fc-today {
    background: #0a5c15;
}

[data-palette="palette-20"] .fc-highlight {
    background: #12a125;
    opacity: .3;
    filter: alpha(opacity=30);
    /* for IE */
}

[data-palette="palette-20"] .fc-bgevent {
    background: #12a125;
}

[data-palette="palette-20"] .fc-nonbusiness {
    background: #0a5c15;
}

[data-palette="palette-20"] .fc-state-default {
    background-color: #0a5c15 !important;
    background-image: none !important;
    background-repeat: no-repeat !important;
    border-color: #109622 !important;
    color: #ffffff;
    text-shadow: none !important;
    box-shadow: none !important;
}

[data-palette="palette-20"] .fc-state-hover,
[data-palette="palette-20"] .fc-state-down,
[data-palette="palette-20"] .fc-state-active,
[data-palette="palette-20"] .fc-state-disabled {
    color: #ffffff;
    background-color: #12a125;
}

[data-palette="palette-20"] .fc-state-hover {
    color: #ffffff;
    text-decoration: none;
    background-position: 0 0;
}

[data-palette="palette-20"] .fc-state-down,
[data-palette="palette-20"] .fc-state-active {
    background-color: #ffffff;
    background-image: none;
    box-shadow: none !important;
}

[data-palette="palette-20"] .fc-state-disabled {
    background-image: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
}

[data-palette="palette-20"] .fc-popover {
    box-shadow: none !important;
}

[data-palette="palette-20"] .fc-event {
    border: 1px solid #109622;
    background-color: #5cb85c;
}

[data-palette="palette-20"] .fc-event,
[data-palette="palette-20"] .fc-event:hover,
[data-palette="palette-20"] .ui-widget .fc-event {
    color: #ffffff;
}

[data-palette="palette-20"] .fc-event .fc-bg {
    background: #0a5c15;
    opacity: .25;
    filter: alpha(opacity=25);
    /* for IE */
}

[data-palette="palette-20"] .fc-now-indicator {
    border: 0 solid #d9534f;
}

[data-palette="palette-21"] .fc-button {
    background-color: #4e730d !important;
    border-color: #659610 !important;
    color: #ffffff !important;
    box-shadow: none !important;
    text-shadow: none !important;
}

[data-palette="palette-21"] .fc-unthemed th,
[data-palette="palette-21"] .fc-unthemed td,
[data-palette="palette-21"] .fc-unthemed thead,
[data-palette="palette-21"] .fc-unthemed tbody,
[data-palette="palette-21"] .fc-unthemed .fc-divider,
[data-palette="palette-21"] .fc-unthemed .fc-row,
[data-palette="palette-21"] .fc-unthemed .fc-popover {
    border-color: #659610;
}

[data-palette="palette-21"] .fc-unthemed .fc-popover {
    background-color: #3e5c0a;
}

[data-palette="palette-21"] .fc-unthemed .fc-divider,
[data-palette="palette-21"] .fc-unthemed .fc-popover .fc-header {
    background-color: #3e5c0a;
}

[data-palette="palette-21"] .fc-unthemed .fc-popover .fc-header .fc-close {
    background-color: #ffffff;
}

[data-palette="palette-21"] .fc-unthemed .fc-today {
    background: #3e5c0a;
}

[data-palette="palette-21"] .fc-highlight {
    background: #6da112;
    opacity: .3;
    filter: alpha(opacity=30);
    /* for IE */
}

[data-palette="palette-21"] .fc-bgevent {
    background: #6da112;
}

[data-palette="palette-21"] .fc-nonbusiness {
    background: #3e5c0a;
}

[data-palette="palette-21"] .fc-state-default {
    background-color: #3e5c0a !important;
    background-image: none !important;
    background-repeat: no-repeat !important;
    border-color: #659610 !important;
    color: #ffffff;
    text-shadow: none !important;
    box-shadow: none !important;
}

[data-palette="palette-21"] .fc-state-hover,
[data-palette="palette-21"] .fc-state-down,
[data-palette="palette-21"] .fc-state-active,
[data-palette="palette-21"] .fc-state-disabled {
    color: #ffffff;
    background-color: #6da112;
}

[data-palette="palette-21"] .fc-state-hover {
    color: #ffffff;
    text-decoration: none;
    background-position: 0 0;
}

[data-palette="palette-21"] .fc-state-down,
[data-palette="palette-21"] .fc-state-active {
    background-color: #ffffff;
    background-image: none;
    box-shadow: none !important;
}

[data-palette="palette-21"] .fc-state-disabled {
    background-image: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
}

[data-palette="palette-21"] .fc-popover {
    box-shadow: none !important;
}

[data-palette="palette-21"] .fc-event {
    border: 1px solid #659610;
    background-color: #5cb85c;
}

[data-palette="palette-21"] .fc-event,
[data-palette="palette-21"] .fc-event:hover,
[data-palette="palette-21"] .ui-widget .fc-event {
    color: #ffffff;
}

[data-palette="palette-21"] .fc-event .fc-bg {
    background: #3e5c0a;
    opacity: .25;
    filter: alpha(opacity=25);
    /* for IE */
}

[data-palette="palette-21"] .fc-now-indicator {
    border: 0 solid #d9534f;
}

[data-palette="palette-22"] .fc-button {
    background-color: #60371f !important;
    border-color: #7d4829 !important;
    color: #ffffff !important;
    box-shadow: none !important;
    text-shadow: none !important;
}

[data-palette="palette-22"] .fc-unthemed th,
[data-palette="palette-22"] .fc-unthemed td,
[data-palette="palette-22"] .fc-unthemed thead,
[data-palette="palette-22"] .fc-unthemed tbody,
[data-palette="palette-22"] .fc-unthemed .fc-divider,
[data-palette="palette-22"] .fc-unthemed .fc-row,
[data-palette="palette-22"] .fc-unthemed .fc-popover {
    border-color: #7d4829;
}

[data-palette="palette-22"] .fc-unthemed .fc-popover {
    background-color: #4d2c19;
}

[data-palette="palette-22"] .fc-unthemed .fc-divider,
[data-palette="palette-22"] .fc-unthemed .fc-popover .fc-header {
    background-color: #4d2c19;
}

[data-palette="palette-22"] .fc-unthemed .fc-popover .fc-header .fc-close {
    background-color: #ffffff;
}

[data-palette="palette-22"] .fc-unthemed .fc-today {
    background: #4d2c19;
}

[data-palette="palette-22"] .fc-highlight {
    background: #874d2c;
    opacity: .3;
    filter: alpha(opacity=30);
    /* for IE */
}

[data-palette="palette-22"] .fc-bgevent {
    background: #874d2c;
}

[data-palette="palette-22"] .fc-nonbusiness {
    background: #4d2c19;
}

[data-palette="palette-22"] .fc-state-default {
    background-color: #4d2c19 !important;
    background-image: none !important;
    background-repeat: no-repeat !important;
    border-color: #7d4829 !important;
    color: #ffffff;
    text-shadow: none !important;
    box-shadow: none !important;
}

[data-palette="palette-22"] .fc-state-hover,
[data-palette="palette-22"] .fc-state-down,
[data-palette="palette-22"] .fc-state-active,
[data-palette="palette-22"] .fc-state-disabled {
    color: #ffffff;
    background-color: #874d2c;
}

[data-palette="palette-22"] .fc-state-hover {
    color: #ffffff;
    text-decoration: none;
    background-position: 0 0;
}

[data-palette="palette-22"] .fc-state-down,
[data-palette="palette-22"] .fc-state-active {
    background-color: #ffffff;
    background-image: none;
    box-shadow: none !important;
}

[data-palette="palette-22"] .fc-state-disabled {
    background-image: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
}

[data-palette="palette-22"] .fc-popover {
    box-shadow: none !important;
}

[data-palette="palette-22"] .fc-event {
    border: 1px solid #7d4829;
    background-color: #5cb85c;
}

[data-palette="palette-22"] .fc-event,
[data-palette="palette-22"] .fc-event:hover,
[data-palette="palette-22"] .ui-widget .fc-event {
    color: #ffffff;
}

[data-palette="palette-22"] .fc-event .fc-bg {
    background: #4d2c19;
    opacity: .25;
    filter: alpha(opacity=25);
    /* for IE */
}

[data-palette="palette-22"] .fc-now-indicator {
    border: 0 solid #d9534f;
}

[data-palette="palette-23"] .fc-button {
    background-color: #8c512e !important;
    border-color: #a96238 !important;
    color: #ffffff !important;
    box-shadow: none !important;
    text-shadow: none !important;
}

[data-palette="palette-23"] .fc-unthemed th,
[data-palette="palette-23"] .fc-unthemed td,
[data-palette="palette-23"] .fc-unthemed thead,
[data-palette="palette-23"] .fc-unthemed tbody,
[data-palette="palette-23"] .fc-unthemed .fc-divider,
[data-palette="palette-23"] .fc-unthemed .fc-row,
[data-palette="palette-23"] .fc-unthemed .fc-popover {
    border-color: #a96238;
}

[data-palette="palette-23"] .fc-unthemed .fc-popover {
    background-color: #794628;
}

[data-palette="palette-23"] .fc-unthemed .fc-divider,
[data-palette="palette-23"] .fc-unthemed .fc-popover .fc-header {
    background-color: #794628;
}

[data-palette="palette-23"] .fc-unthemed .fc-popover .fc-header .fc-close {
    background-color: #ffffff;
}

[data-palette="palette-23"] .fc-unthemed .fc-today {
    background: #794628;
}

[data-palette="palette-23"] .fc-highlight {
    background: #b2673b;
    opacity: .3;
    filter: alpha(opacity=30);
    /* for IE */
}

[data-palette="palette-23"] .fc-bgevent {
    background: #b2673b;
}

[data-palette="palette-23"] .fc-nonbusiness {
    background: #794628;
}

[data-palette="palette-23"] .fc-state-default {
    background-color: #794628 !important;
    background-image: none !important;
    background-repeat: no-repeat !important;
    border-color: #a96238 !important;
    color: #ffffff;
    text-shadow: none !important;
    box-shadow: none !important;
}

[data-palette="palette-23"] .fc-state-hover,
[data-palette="palette-23"] .fc-state-down,
[data-palette="palette-23"] .fc-state-active,
[data-palette="palette-23"] .fc-state-disabled {
    color: #ffffff;
    background-color: #b2673b;
}

[data-palette="palette-23"] .fc-state-hover {
    color: #ffffff;
    text-decoration: none;
    background-position: 0 0;
}

[data-palette="palette-23"] .fc-state-down,
[data-palette="palette-23"] .fc-state-active {
    background-color: #ffffff;
    background-image: none;
    box-shadow: none !important;
}

[data-palette="palette-23"] .fc-state-disabled {
    background-image: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
}

[data-palette="palette-23"] .fc-popover {
    box-shadow: none !important;
}

[data-palette="palette-23"] .fc-event {
    border: 1px solid #a96238;
    background-color: #5cb85c;
}

[data-palette="palette-23"] .fc-event,
[data-palette="palette-23"] .fc-event:hover,
[data-palette="palette-23"] .ui-widget .fc-event {
    color: #ffffff;
}

[data-palette="palette-23"] .fc-event .fc-bg {
    background: #794628;
    opacity: .25;
    filter: alpha(opacity=25);
    /* for IE */
}

[data-palette="palette-23"] .fc-now-indicator {
    border: 0 solid #d9534f;
}

[data-direction="ltr"] .jcrop-holder #preview-pane-1 {
    display: block;
    position: absolute;
    z-index: 2000;
    top: 0px;
    left: 450px;
    width: 0;
    height: 0;
}

[data-direction="ltr"] #preview-pane-1 .preview-container {
    width: 250px;
    height: 170px;
    overflow: hidden;
}

[data-direction="ltr"] .jcrop-holder #preview-pane-2 {
    display: block;
    position: absolute;
    z-index: 2000;
    top: 0px;
    left: 450px;
}

[data-direction="ltr"] #preview-pane-2 .preview-container {
    width: 250px;
    height: 170px;
    overflow: hidden;
}

[data-direction="rtl"] .jcrop-holder #preview-pane-1 {
    display: block;
    position: absolute;
    z-index: 2000;
    top: 0px;
    left: -450px;
    width: 0;
    height: 0;
}

[data-direction="rtl"] #preview-pane-1 .preview-container {
    width: 250px;
    height: 170px;
    overflow: hidden;
}

[data-direction="rtl"] .jcrop-holder #preview-pane-2 {
    display: block;
    position: absolute;
    z-index: 2000;
    top: 0px;
    left: -450px;
}

[data-direction="rtl"] #preview-pane-2 .preview-container {
    width: 250px;
    height: 170px;
    overflow: hidden;
}

.invoice {
    padding: 20px;
}

.invoice .invoice-title h3 {
    display: block;
}

.invoice .table tbody tr td {
    border: 0;
}

[data-direction="ltr"] .invoice .text-right {
    text-align: right;
}

[data-direction="rtl"] .invoice .text-right {
    text-align: left;
}

[data-palette="palette-1"] .invoice {
    background: #3e3e3e !important;
    color: #ffffff !important;
}

[data-palette="palette-2"] .invoice {
    background: #3c414f !important;
    color: #ffffff !important;
}

[data-palette="palette-3"] .invoice {
    background: #1a1a1a !important;
    color: #ffffff !important;
}

[data-palette="palette-4"] .invoice {
    background: #f2f2f2 !important;
    color: #262932 !important;
}

[data-palette="palette-5"] .invoice {
    background: #f2f2f2 !important;
    color: #262932 !important;
}

[data-palette="palette-6"] .invoice {
    background: #f2f2f2 !important;
    color: #262932 !important;
}

[data-palette="palette-7"] .invoice {
    background: #0283f1 !important;
    color: #ffffff !important;
}

[data-palette="palette-8"] .invoice {
    background: #0275d8 !important;
    color: #ffffff !important;
}

[data-palette="palette-9"] .invoice {
    background: #0267bf !important;
    color: #ffffff !important;
}

[data-palette="palette-10"] .invoice {
    background: #1a0f8a !important;
    color: #ffffff !important;
}

[data-palette="palette-11"] .invoice {
    background: #2415bf !important;
    color: #ffffff !important;
}

[data-palette="palette-12"] .invoice {
    background: #3929e7 !important;
    color: #ffffff !important;
}

[data-palette="palette-13"] .invoice {
    background: #4b0f8a !important;
    color: #ffffff !important;
}

[data-palette="palette-14"] .invoice {
    background: #6815bf !important;
    color: #ffffff !important;
}

[data-palette="palette-15"] .invoice {
    background: #8529e7 !important;
    color: #ffffff !important;
}

[data-palette="palette-16"] .invoice {
    background: #bf156b !important;
    color: #ffffff !important;
}

[data-palette="palette-17"] .invoice {
    background: #e72989 !important;
    color: #ffffff !important;
}

[data-palette="palette-18"] .invoice {
    background: #bf1e15 !important;
    color: #ffffff !important;
}

[data-palette="palette-19"] .invoice {
    background: #e73229 !important;
    color: #ffffff !important;
}

[data-palette="palette-20"] .invoice {
    background: #0f8a20 !important;
    color: #ffffff !important;
}

[data-palette="palette-21"] .invoice {
    background: #5d8a0f !important;
    color: #ffffff !important;
}

[data-palette="palette-22"] .invoice {
    background: #744226 !important;
    color: #ffffff !important;
}

[data-palette="palette-23"] .invoice {
    background: #9f5c35 !important;
    color: #ffffff !important;
}

[data-palette="palette-1"] .highlighted {
    background: #5cb85c !important;
    color: #ffffff !important;
}

[data-palette="palette-2"] .highlighted {
    background: #5cb85c !important;
    color: #ffffff !important;
}

[data-palette="palette-3"] .highlighted {
    background: #5cb85c !important;
    color: #ffffff !important;
}

[data-palette="palette-4"] .highlighted {
    background: #d9534f !important;
    color: #262932 !important;
}

[data-palette="palette-5"] .highlighted {
    background: #d9534f !important;
    color: #262932 !important;
}

[data-palette="palette-6"] .highlighted {
    background: #d9534f !important;
    color: #262932 !important;
}

[data-palette="palette-7"] .highlighted {
    background: #f0ad4e !important;
    color: #ffffff !important;
}

[data-palette="palette-8"] .highlighted {
    background: #f0ad4e !important;
    color: #ffffff !important;
}

[data-palette="palette-9"] .highlighted {
    background: #f0ad4e !important;
    color: #ffffff !important;
}

[data-palette="palette-10"] .highlighted {
    background: #f0ad4e !important;
    color: #ffffff !important;
}

[data-palette="palette-11"] .highlighted {
    background: #f0ad4e !important;
    color: #ffffff !important;
}

[data-palette="palette-12"] .highlighted {
    background: #f0ad4e !important;
    color: #ffffff !important;
}

[data-palette="palette-13"] .highlighted {
    background: #f0ad4e !important;
    color: #ffffff !important;
}

[data-palette="palette-14"] .highlighted {
    background: #f0ad4e !important;
    color: #ffffff !important;
}

[data-palette="palette-15"] .highlighted {
    background: #f0ad4e !important;
    color: #ffffff !important;
}

[data-palette="palette-16"] .highlighted {
    background: #f0ad4e !important;
    color: #ffffff !important;
}

[data-palette="palette-17"] .highlighted {
    background: #f0ad4e !important;
    color: #ffffff !important;
}

[data-palette="palette-18"] .highlighted {
    background: #f0ad4e !important;
    color: #ffffff !important;
}

[data-palette="palette-19"] .highlighted {
    background: #f0ad4e !important;
    color: #ffffff !important;
}

[data-palette="palette-20"] .highlighted {
    background: #f0ad4e !important;
    color: #ffffff !important;
}

[data-palette="palette-21"] .highlighted {
    background: #f0ad4e !important;
    color: #ffffff !important;
}

[data-palette="palette-22"] .highlighted {
    background: #f0ad4e !important;
    color: #ffffff !important;
}

[data-palette="palette-23"] .highlighted {
    background: #f0ad4e !important;
    color: #ffffff !important;
}

.pricing-table-1 {
    padding: 100px !important;
}

.pricing-table-1 .text-center {
    padding: 0 !important;
}

.pricing-table-1 .inner {
    padding: 20px 40px !important;
}

.pricing-table-1 .header {
    padding: 20px;
}

.pricing-table-1 .table, .pricing-table-1 td, .pricing-table-1 tr, .pricing-table-1 th {
    border: none !important;
    border-top: none !important;
    border-bottom: none !important;
    background-color: transparent !important;
}

.pricing-table-1 h3 {
    font-size: 22px;
}

.pricing-table-1 h1 {
    font-size: 48px;
}

.pricing-table-1 .t1, .pricing-table-1 .t2, .pricing-table-1 .t3 {
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.pricing-table-1 .t1, .pricing-table-1 .t3 {
    z-index: 1;
}

.pricing-table-1 .t2 {
    transform: scale(1.1);
    z-index: 2;
}

.pricing-table-1 .text-xs {
    font-size: 20px;
}

[data-palette="palette-1"] .pricing-table-1 .header {
    background-color: #4a4a4a;
}

[data-palette="palette-1"] .pricing-table-1 .t1, [data-palette="palette-1"] .pricing-table-1 .t3 {
    background-color: #313131;
}

[data-palette="palette-1"] .pricing-table-1 .t2 {
    background-color: #3e3e3e;
}

[data-palette="palette-2"] .pricing-table-1 .header {
    background-color: #474d5d;
}

[data-palette="palette-2"] .pricing-table-1 .t1, [data-palette="palette-2"] .pricing-table-1 .t3 {
    background-color: #313540;
}

[data-palette="palette-2"] .pricing-table-1 .t2 {
    background-color: #3c414f;
}

[data-palette="palette-3"] .pricing-table-1 .header {
    background-color: #262626;
}

[data-palette="palette-3"] .pricing-table-1 .t1, [data-palette="palette-3"] .pricing-table-1 .t3 {
    background-color: #0d0d0d;
}

[data-palette="palette-3"] .pricing-table-1 .t2 {
    background-color: #1a1a1a;
}

[data-palette="palette-4"] .pricing-table-1 .header {
    background-color: #e6e6e6;
}

[data-palette="palette-4"] .pricing-table-1 .t1, [data-palette="palette-4"] .pricing-table-1 .t3 {
    background-color: #ffffff;
}

[data-palette="palette-4"] .pricing-table-1 .t2 {
    background-color: #f2f2f2;
}

[data-palette="palette-5"] .pricing-table-1 .header {
    background-color: #e6e6e6;
}

[data-palette="palette-5"] .pricing-table-1 .t1, [data-palette="palette-5"] .pricing-table-1 .t3 {
    background-color: #ffffff;
}

[data-palette="palette-5"] .pricing-table-1 .t2 {
    background-color: #f2f2f2;
}

[data-palette="palette-6"] .pricing-table-1 .header {
    background-color: #e6e6e6;
}

[data-palette="palette-6"] .pricing-table-1 .t1, [data-palette="palette-6"] .pricing-table-1 .t3 {
    background-color: #ffffff;
}

[data-palette="palette-6"] .pricing-table-1 .t2 {
    background-color: #f2f2f2;
}

[data-palette="palette-7"] .pricing-table-1 .header {
    background-color: #108ffd;
}

[data-palette="palette-7"] .pricing-table-1 .t1, [data-palette="palette-7"] .pricing-table-1 .t3 {
    background-color: #0275d8;
}

[data-palette="palette-7"] .pricing-table-1 .t2 {
    background-color: #0283f1;
}

[data-palette="palette-8"] .pricing-table-1 .header {
    background-color: #0283f1;
}

[data-palette="palette-8"] .pricing-table-1 .t1, [data-palette="palette-8"] .pricing-table-1 .t3 {
    background-color: #0267bf;
}

[data-palette="palette-8"] .pricing-table-1 .t2 {
    background-color: #0275d8;
}

[data-palette="palette-9"] .pricing-table-1 .header {
    background-color: #0275d8;
}

[data-palette="palette-9"] .pricing-table-1 .t1, [data-palette="palette-9"] .pricing-table-1 .t3 {
    background-color: #025aa5;
}

[data-palette="palette-9"] .pricing-table-1 .t2 {
    background-color: #0267bf;
}

[data-palette="palette-10"] .pricing-table-1 .header {
    background-color: #1e12a1;
}

[data-palette="palette-10"] .pricing-table-1 .t1, [data-palette="palette-10"] .pricing-table-1 .t3 {
    background-color: #150d73;
}

[data-palette="palette-10"] .pricing-table-1 .t2 {
    background-color: #1a0f8a;
}

[data-palette="palette-11"] .pricing-table-1 .header {
    background-color: #2818d6;
}

[data-palette="palette-11"] .pricing-table-1 .t1, [data-palette="palette-11"] .pricing-table-1 .t3 {
    background-color: #1f13a8;
}

[data-palette="palette-11"] .pricing-table-1 .t2 {
    background-color: #2415bf;
}

[data-palette="palette-12"] .pricing-table-1 .header {
    background-color: #4e40ea;
}

[data-palette="palette-12"] .pricing-table-1 .t1, [data-palette="palette-12"] .pricing-table-1 .t3 {
    background-color: #2919de;
}

[data-palette="palette-12"] .pricing-table-1 .t2 {
    background-color: #3929e7;
}

[data-palette="palette-13"] .pricing-table-1 .header {
    background-color: #5812a1;
}

[data-palette="palette-13"] .pricing-table-1 .t1, [data-palette="palette-13"] .pricing-table-1 .t3 {
    background-color: #3f0d73;
}

[data-palette="palette-13"] .pricing-table-1 .t2 {
    background-color: #4b0f8a;
}

[data-palette="palette-14"] .pricing-table-1 .header {
    background-color: #7518d6;
}

[data-palette="palette-14"] .pricing-table-1 .t1, [data-palette="palette-14"] .pricing-table-1 .t3 {
    background-color: #5c13a8;
}

[data-palette="palette-14"] .pricing-table-1 .t2 {
    background-color: #6815bf;
}

[data-palette="palette-15"] .pricing-table-1 .header {
    background-color: #9240ea;
}

[data-palette="palette-15"] .pricing-table-1 .t1, [data-palette="palette-15"] .pricing-table-1 .t3 {
    background-color: #7819de;
}

[data-palette="palette-15"] .pricing-table-1 .t2 {
    background-color: #8529e7;
}

[data-palette="palette-16"] .pricing-table-1 .header {
    background-color: #d61877;
}

[data-palette="palette-16"] .pricing-table-1 .t1, [data-palette="palette-16"] .pricing-table-1 .t3 {
    background-color: #a8135e;
}

[data-palette="palette-16"] .pricing-table-1 .t2 {
    background-color: #bf156b;
}

[data-palette="palette-17"] .pricing-table-1 .header {
    background-color: #ea4095;
}

[data-palette="palette-17"] .pricing-table-1 .t1, [data-palette="palette-17"] .pricing-table-1 .t3 {
    background-color: #de197c;
}

[data-palette="palette-17"] .pricing-table-1 .t2 {
    background-color: #e72989;
}

[data-palette="palette-18"] .pricing-table-1 .header {
    background-color: #d62218;
}

[data-palette="palette-18"] .pricing-table-1 .t1, [data-palette="palette-18"] .pricing-table-1 .t3 {
    background-color: #a81b13;
}

[data-palette="palette-18"] .pricing-table-1 .t2 {
    background-color: #bf1e15;
}

[data-palette="palette-19"] .pricing-table-1 .header {
    background-color: #ea4840;
}

[data-palette="palette-19"] .pricing-table-1 .t1, [data-palette="palette-19"] .pricing-table-1 .t3 {
    background-color: #de2319;
}

[data-palette="palette-19"] .pricing-table-1 .t2 {
    background-color: #e73229;
}

[data-palette="palette-20"] .pricing-table-1 .header {
    background-color: #12a125;
}

[data-palette="palette-20"] .pricing-table-1 .t1, [data-palette="palette-20"] .pricing-table-1 .t3 {
    background-color: #0d731a;
}

[data-palette="palette-20"] .pricing-table-1 .t2 {
    background-color: #0f8a20;
}

[data-palette="palette-21"] .pricing-table-1 .header {
    background-color: #6da112;
}

[data-palette="palette-21"] .pricing-table-1 .t1, [data-palette="palette-21"] .pricing-table-1 .t3 {
    background-color: #4e730d;
}

[data-palette="palette-21"] .pricing-table-1 .t2 {
    background-color: #5d8a0f;
}

[data-palette="palette-22"] .pricing-table-1 .header {
    background-color: #874d2c;
}

[data-palette="palette-22"] .pricing-table-1 .t1, [data-palette="palette-22"] .pricing-table-1 .t3 {
    background-color: #60371f;
}

[data-palette="palette-22"] .pricing-table-1 .t2 {
    background-color: #744226;
}

[data-palette="palette-23"] .pricing-table-1 .header {
    background-color: #b2673b;
}

[data-palette="palette-23"] .pricing-table-1 .t1, [data-palette="palette-23"] .pricing-table-1 .t3 {
    background-color: #8c512e;
}

[data-palette="palette-23"] .pricing-table-1 .t2 {
    background-color: #9f5c35;
}

.pricing-table-2 {
    padding: 100px !important;
}

.pricing-table-2 span, .pricing-table-2 sup, .pricing-table-2 h3 {
    color: #fff !important;
}

.pricing-table-2 .text-center {
    padding: 0 !important;
}

.pricing-table-2 .inner {
    padding: 20px 40px !important;
}

.pricing-table-2 .header {
    padding: 20px;
}

.pricing-table-2 .table, .pricing-table-2 td, .pricing-table-2 tr, .pricing-table-2 th {
    border: none !important;
    border-top: none !important;
    border-bottom: none !important;
    background-color: transparent !important;
}

.pricing-table-2 h3 {
    font-size: 22px;
}

.pricing-table-2 h1 {
    font-size: 48px;
}

.pricing-table-2 .t1, .pricing-table-2 .t2, .pricing-table-2 .t3 {
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.pricing-table-2 .t1 {
    background-color: #5cb85c;
    z-index: 1;
}

.pricing-table-2 .t1 .header {
    background-color: #4cae4c;
}

.pricing-table-2 .t3 {
    background-color: #f0ad4e;
    z-index: 1;
}

.pricing-table-2 .t3 .header {
    background-color: #eea236;
}

.pricing-table-2 .t2 {
    transform: scale(1.1);
    background-color: #d9534f;
    z-index: 2;
}

.pricing-table-2 .t2 .header {
    background-color: #d43f3a;
}

.pricing-table-2 .text-xs {
    font-size: 20px;
}

.pricing-table-2 .btn.btn-white.btn-outline {
    background-color: transparent !important;
    border-color: #fff !important;
    color: #fff !important;
    border-width: 1px !important;
}

.pricing-table-2 .btn.btn-white.btn-outline:hover, .pricing-table-2 .btn.btn-white.btn-outline:active, .pricing-table-2 .btn.btn-white.btn-outline:focus {
    background-color: transparent !important;
    border-color: #fff !important;
    color: #fff !important;
    border-width: 1px !important;
}

.search-results .btn-search {
    padding-bottom: 10px;
}

.search-results .result {
    padding: 20px 10px 10px 10px;
}

.search-results .result h3 {
    font-size: 1.1rem;
}

.search-results .result h3 {
    font-size: 18px;
}

.search-results .result .link {
    font-size: 13px;
    color: #5cb85c !important;
}

.search-results .result .description {
    font-size: 14px;
}

[data-palette="palette-1"] .search-results .result:nth-child(odd) {
    background-color: #3e3e3e;
}

[data-palette="palette-1"] .search-results .result:nth-child(even) {
    background-color: #313131;
}

[data-palette="palette-1"] .search-results .result:hover {
    background-color: #4a4a4a;
}

[data-palette="palette-1"] .search-results .page-item:nth-child(odd) .page-link {
    background-color: #3e3e3e;
    color: #ffffff;
    border-color: #444444;
}

[data-palette="palette-1"] .search-results .page-item:nth-child(odd) .page-link:hover {
    background-color: #4a4a4a;
}

[data-palette="palette-1"] .search-results .page-item:nth-child(even) .page-link {
    background-color: #313131;
    color: #ffffff;
    border-color: #444444;
}

[data-palette="palette-1"] .search-results .page-item:nth-child(even) .page-link:hover {
    background-color: #4a4a4a;
}

[data-palette="palette-2"] .search-results .result:nth-child(odd) {
    background-color: #3c414f;
}

[data-palette="palette-2"] .search-results .result:nth-child(even) {
    background-color: #313540;
}

[data-palette="palette-2"] .search-results .result:hover {
    background-color: #474d5d;
}

[data-palette="palette-2"] .search-results .page-item:nth-child(odd) .page-link {
    background-color: #3c414f;
    color: #ffffff;
    border-color: #424756;
}

[data-palette="palette-2"] .search-results .page-item:nth-child(odd) .page-link:hover {
    background-color: #474d5d;
}

[data-palette="palette-2"] .search-results .page-item:nth-child(even) .page-link {
    background-color: #313540;
    color: #ffffff;
    border-color: #424756;
}

[data-palette="palette-2"] .search-results .page-item:nth-child(even) .page-link:hover {
    background-color: #474d5d;
}

[data-palette="palette-3"] .search-results .result:nth-child(odd) {
    background-color: #1a1a1a;
}

[data-palette="palette-3"] .search-results .result:nth-child(even) {
    background-color: #0d0d0d;
}

[data-palette="palette-3"] .search-results .result:hover {
    background-color: #262626;
}

[data-palette="palette-3"] .search-results .page-item:nth-child(odd) .page-link {
    background-color: #1a1a1a;
    color: #ffffff;
    border-color: #202020;
}

[data-palette="palette-3"] .search-results .page-item:nth-child(odd) .page-link:hover {
    background-color: #262626;
}

[data-palette="palette-3"] .search-results .page-item:nth-child(even) .page-link {
    background-color: #0d0d0d;
    color: #ffffff;
    border-color: #202020;
}

[data-palette="palette-3"] .search-results .page-item:nth-child(even) .page-link:hover {
    background-color: #262626;
}

[data-palette="palette-4"] .search-results .result:nth-child(odd) {
    background-color: #f2f2f2;
}

[data-palette="palette-4"] .search-results .result:nth-child(even) {
    background-color: #ffffff;
}

[data-palette="palette-4"] .search-results .result:hover {
    background-color: #e6e6e6;
}

[data-palette="palette-4"] .search-results .page-item:nth-child(odd) .page-link {
    background-color: #f2f2f2;
    color: #262932;
    border-color: #ececec;
}

[data-palette="palette-4"] .search-results .page-item:nth-child(odd) .page-link:hover {
    background-color: #e6e6e6;
}

[data-palette="palette-4"] .search-results .page-item:nth-child(even) .page-link {
    background-color: #ffffff;
    color: #262932;
    border-color: #ececec;
}

[data-palette="palette-4"] .search-results .page-item:nth-child(even) .page-link:hover {
    background-color: #e6e6e6;
}

[data-palette="palette-5"] .search-results .result:nth-child(odd) {
    background-color: #f2f2f2;
}

[data-palette="palette-5"] .search-results .result:nth-child(even) {
    background-color: #ffffff;
}

[data-palette="palette-5"] .search-results .result:hover {
    background-color: #e6e6e6;
}

[data-palette="palette-5"] .search-results .page-item:nth-child(odd) .page-link {
    background-color: #f2f2f2;
    color: #262932;
    border-color: #ececec;
}

[data-palette="palette-5"] .search-results .page-item:nth-child(odd) .page-link:hover {
    background-color: #e6e6e6;
}

[data-palette="palette-5"] .search-results .page-item:nth-child(even) .page-link {
    background-color: #ffffff;
    color: #262932;
    border-color: #ececec;
}

[data-palette="palette-5"] .search-results .page-item:nth-child(even) .page-link:hover {
    background-color: #e6e6e6;
}

[data-palette="palette-6"] .search-results .result:nth-child(odd) {
    background-color: #f2f2f2;
}

[data-palette="palette-6"] .search-results .result:nth-child(even) {
    background-color: #ffffff;
}

[data-palette="palette-6"] .search-results .result:hover {
    background-color: #e6e6e6;
}

[data-palette="palette-6"] .search-results .page-item:nth-child(odd) .page-link {
    background-color: #f2f2f2;
    color: #262932;
    border-color: #ececec;
}

[data-palette="palette-6"] .search-results .page-item:nth-child(odd) .page-link:hover {
    background-color: #e6e6e6;
}

[data-palette="palette-6"] .search-results .page-item:nth-child(even) .page-link {
    background-color: #ffffff;
    color: #262932;
    border-color: #ececec;
}

[data-palette="palette-6"] .search-results .page-item:nth-child(even) .page-link:hover {
    background-color: #e6e6e6;
}

[data-palette="palette-7"] .search-results .result:nth-child(odd) {
    background-color: #0283f1;
}

[data-palette="palette-7"] .search-results .result:nth-child(even) {
    background-color: #0275d8;
}

[data-palette="palette-7"] .search-results .result:hover {
    background-color: #108ffd;
}

[data-palette="palette-7"] .search-results .page-item:nth-child(odd) .page-link {
    background-color: #0283f1;
    color: #ffffff;
    border-color: #0489fd;
}

[data-palette="palette-7"] .search-results .page-item:nth-child(odd) .page-link:hover {
    background-color: #108ffd;
}

[data-palette="palette-7"] .search-results .page-item:nth-child(even) .page-link {
    background-color: #0275d8;
    color: #ffffff;
    border-color: #0489fd;
}

[data-palette="palette-7"] .search-results .page-item:nth-child(even) .page-link:hover {
    background-color: #108ffd;
}

[data-palette="palette-8"] .search-results .result:nth-child(odd) {
    background-color: #0275d8;
}

[data-palette="palette-8"] .search-results .result:nth-child(even) {
    background-color: #0267bf;
}

[data-palette="palette-8"] .search-results .result:hover {
    background-color: #0283f1;
}

[data-palette="palette-8"] .search-results .page-item:nth-child(odd) .page-link {
    background-color: #0275d8;
    color: #ffffff;
    border-color: #027ce5;
}

[data-palette="palette-8"] .search-results .page-item:nth-child(odd) .page-link:hover {
    background-color: #0283f1;
}

[data-palette="palette-8"] .search-results .page-item:nth-child(even) .page-link {
    background-color: #0267bf;
    color: #ffffff;
    border-color: #027ce5;
}

[data-palette="palette-8"] .search-results .page-item:nth-child(even) .page-link:hover {
    background-color: #0283f1;
}

[data-palette="palette-9"] .search-results .result:nth-child(odd) {
    background-color: #0267bf;
}

[data-palette="palette-9"] .search-results .result:nth-child(even) {
    background-color: #025aa5;
}

[data-palette="palette-9"] .search-results .result:hover {
    background-color: #0275d8;
}

[data-palette="palette-9"] .search-results .page-item:nth-child(odd) .page-link {
    background-color: #0267bf;
    color: #ffffff;
    border-color: #026ecb;
}

[data-palette="palette-9"] .search-results .page-item:nth-child(odd) .page-link:hover {
    background-color: #0275d8;
}

[data-palette="palette-9"] .search-results .page-item:nth-child(even) .page-link {
    background-color: #025aa5;
    color: #ffffff;
    border-color: #026ecb;
}

[data-palette="palette-9"] .search-results .page-item:nth-child(even) .page-link:hover {
    background-color: #0275d8;
}

[data-palette="palette-10"] .search-results .result:nth-child(odd) {
    background-color: #1a0f8a;
}

[data-palette="palette-10"] .search-results .result:nth-child(even) {
    background-color: #150d73;
}

[data-palette="palette-10"] .search-results .result:hover {
    background-color: #1e12a1;
}

[data-palette="palette-10"] .search-results .page-item:nth-child(odd) .page-link {
    background-color: #1a0f8a;
    color: #ffffff;
    border-color: #1c1096;
}

[data-palette="palette-10"] .search-results .page-item:nth-child(odd) .page-link:hover {
    background-color: #1e12a1;
}

[data-palette="palette-10"] .search-results .page-item:nth-child(even) .page-link {
    background-color: #150d73;
    color: #ffffff;
    border-color: #1c1096;
}

[data-palette="palette-10"] .search-results .page-item:nth-child(even) .page-link:hover {
    background-color: #1e12a1;
}

[data-palette="palette-11"] .search-results .result:nth-child(odd) {
    background-color: #2415bf;
}

[data-palette="palette-11"] .search-results .result:nth-child(even) {
    background-color: #1f13a8;
}

[data-palette="palette-11"] .search-results .result:hover {
    background-color: #2818d6;
}

[data-palette="palette-11"] .search-results .page-item:nth-child(odd) .page-link {
    background-color: #2415bf;
    color: #ffffff;
    border-color: #2616ca;
}

[data-palette="palette-11"] .search-results .page-item:nth-child(odd) .page-link:hover {
    background-color: #2818d6;
}

[data-palette="palette-11"] .search-results .page-item:nth-child(even) .page-link {
    background-color: #1f13a8;
    color: #ffffff;
    border-color: #2616ca;
}

[data-palette="palette-11"] .search-results .page-item:nth-child(even) .page-link:hover {
    background-color: #2818d6;
}

[data-palette="palette-12"] .search-results .result:nth-child(odd) {
    background-color: #3929e7;
}

[data-palette="palette-12"] .search-results .result:nth-child(even) {
    background-color: #2919de;
}

[data-palette="palette-12"] .search-results .result:hover {
    background-color: #4e40ea;
}

[data-palette="palette-12"] .search-results .page-item:nth-child(odd) .page-link {
    background-color: #3929e7;
    color: #ffffff;
    border-color: #4334e9;
}

[data-palette="palette-12"] .search-results .page-item:nth-child(odd) .page-link:hover {
    background-color: #4e40ea;
}

[data-palette="palette-12"] .search-results .page-item:nth-child(even) .page-link {
    background-color: #2919de;
    color: #ffffff;
    border-color: #4334e9;
}

[data-palette="palette-12"] .search-results .page-item:nth-child(even) .page-link:hover {
    background-color: #4e40ea;
}

[data-palette="palette-13"] .search-results .result:nth-child(odd) {
    background-color: #4b0f8a;
}

[data-palette="palette-13"] .search-results .result:nth-child(even) {
    background-color: #3f0d73;
}

[data-palette="palette-13"] .search-results .result:hover {
    background-color: #5812a1;
}

[data-palette="palette-13"] .search-results .page-item:nth-child(odd) .page-link {
    background-color: #4b0f8a;
    color: #ffffff;
    border-color: #511096;
}

[data-palette="palette-13"] .search-results .page-item:nth-child(odd) .page-link:hover {
    background-color: #5812a1;
}

[data-palette="palette-13"] .search-results .page-item:nth-child(even) .page-link {
    background-color: #3f0d73;
    color: #ffffff;
    border-color: #511096;
}

[data-palette="palette-13"] .search-results .page-item:nth-child(even) .page-link:hover {
    background-color: #5812a1;
}

[data-palette="palette-14"] .search-results .result:nth-child(odd) {
    background-color: #6815bf;
}

[data-palette="palette-14"] .search-results .result:nth-child(even) {
    background-color: #5c13a8;
}

[data-palette="palette-14"] .search-results .result:hover {
    background-color: #7518d6;
}

[data-palette="palette-14"] .search-results .page-item:nth-child(odd) .page-link {
    background-color: #6815bf;
    color: #ffffff;
    border-color: #6e16ca;
}

[data-palette="palette-14"] .search-results .page-item:nth-child(odd) .page-link:hover {
    background-color: #7518d6;
}

[data-palette="palette-14"] .search-results .page-item:nth-child(even) .page-link {
    background-color: #5c13a8;
    color: #ffffff;
    border-color: #6e16ca;
}

[data-palette="palette-14"] .search-results .page-item:nth-child(even) .page-link:hover {
    background-color: #7518d6;
}

[data-palette="palette-15"] .search-results .result:nth-child(odd) {
    background-color: #8529e7;
}

[data-palette="palette-15"] .search-results .result:nth-child(even) {
    background-color: #7819de;
}

[data-palette="palette-15"] .search-results .result:hover {
    background-color: #9240ea;
}

[data-palette="palette-15"] .search-results .page-item:nth-child(odd) .page-link {
    background-color: #8529e7;
    color: #ffffff;
    border-color: #8c34e9;
}

[data-palette="palette-15"] .search-results .page-item:nth-child(odd) .page-link:hover {
    background-color: #9240ea;
}

[data-palette="palette-15"] .search-results .page-item:nth-child(even) .page-link {
    background-color: #7819de;
    color: #ffffff;
    border-color: #8c34e9;
}

[data-palette="palette-15"] .search-results .page-item:nth-child(even) .page-link:hover {
    background-color: #9240ea;
}

[data-palette="palette-16"] .search-results .result:nth-child(odd) {
    background-color: #bf156b;
}

[data-palette="palette-16"] .search-results .result:nth-child(even) {
    background-color: #a8135e;
}

[data-palette="palette-16"] .search-results .result:hover {
    background-color: #d61877;
}

[data-palette="palette-16"] .search-results .page-item:nth-child(odd) .page-link {
    background-color: #bf156b;
    color: #ffffff;
    border-color: #ca1671;
}

[data-palette="palette-16"] .search-results .page-item:nth-child(odd) .page-link:hover {
    background-color: #d61877;
}

[data-palette="palette-16"] .search-results .page-item:nth-child(even) .page-link {
    background-color: #a8135e;
    color: #ffffff;
    border-color: #ca1671;
}

[data-palette="palette-16"] .search-results .page-item:nth-child(even) .page-link:hover {
    background-color: #d61877;
}

[data-palette="palette-17"] .search-results .result:nth-child(odd) {
    background-color: #e72989;
}

[data-palette="palette-17"] .search-results .result:nth-child(even) {
    background-color: #de197c;
}

[data-palette="palette-17"] .search-results .result:hover {
    background-color: #ea4095;
}

[data-palette="palette-17"] .search-results .page-item:nth-child(odd) .page-link {
    background-color: #e72989;
    color: #ffffff;
    border-color: #e9348f;
}

[data-palette="palette-17"] .search-results .page-item:nth-child(odd) .page-link:hover {
    background-color: #ea4095;
}

[data-palette="palette-17"] .search-results .page-item:nth-child(even) .page-link {
    background-color: #de197c;
    color: #ffffff;
    border-color: #e9348f;
}

[data-palette="palette-17"] .search-results .page-item:nth-child(even) .page-link:hover {
    background-color: #ea4095;
}

[data-palette="palette-18"] .search-results .result:nth-child(odd) {
    background-color: #bf1e15;
}

[data-palette="palette-18"] .search-results .result:nth-child(even) {
    background-color: #a81b13;
}

[data-palette="palette-18"] .search-results .result:hover {
    background-color: #d62218;
}

[data-palette="palette-18"] .search-results .page-item:nth-child(odd) .page-link {
    background-color: #bf1e15;
    color: #ffffff;
    border-color: #ca2016;
}

[data-palette="palette-18"] .search-results .page-item:nth-child(odd) .page-link:hover {
    background-color: #d62218;
}

[data-palette="palette-18"] .search-results .page-item:nth-child(even) .page-link {
    background-color: #a81b13;
    color: #ffffff;
    border-color: #ca2016;
}

[data-palette="palette-18"] .search-results .page-item:nth-child(even) .page-link:hover {
    background-color: #d62218;
}

[data-palette="palette-19"] .search-results .result:nth-child(odd) {
    background-color: #e73229;
}

[data-palette="palette-19"] .search-results .result:nth-child(even) {
    background-color: #de2319;
}

[data-palette="palette-19"] .search-results .result:hover {
    background-color: #ea4840;
}

[data-palette="palette-19"] .search-results .page-item:nth-child(odd) .page-link {
    background-color: #e73229;
    color: #ffffff;
    border-color: #e93d34;
}

[data-palette="palette-19"] .search-results .page-item:nth-child(odd) .page-link:hover {
    background-color: #ea4840;
}

[data-palette="palette-19"] .search-results .page-item:nth-child(even) .page-link {
    background-color: #de2319;
    color: #ffffff;
    border-color: #e93d34;
}

[data-palette="palette-19"] .search-results .page-item:nth-child(even) .page-link:hover {
    background-color: #ea4840;
}

[data-palette="palette-20"] .search-results .result:nth-child(odd) {
    background-color: #0f8a20;
}

[data-palette="palette-20"] .search-results .result:nth-child(even) {
    background-color: #0d731a;
}

[data-palette="palette-20"] .search-results .result:hover {
    background-color: #12a125;
}

[data-palette="palette-20"] .search-results .page-item:nth-child(odd) .page-link {
    background-color: #0f8a20;
    color: #ffffff;
    border-color: #109622;
}

[data-palette="palette-20"] .search-results .page-item:nth-child(odd) .page-link:hover {
    background-color: #12a125;
}

[data-palette="palette-20"] .search-results .page-item:nth-child(even) .page-link {
    background-color: #0d731a;
    color: #ffffff;
    border-color: #109622;
}

[data-palette="palette-20"] .search-results .page-item:nth-child(even) .page-link:hover {
    background-color: #12a125;
}

[data-palette="palette-21"] .search-results .result:nth-child(odd) {
    background-color: #5d8a0f;
}

[data-palette="palette-21"] .search-results .result:nth-child(even) {
    background-color: #4e730d;
}

[data-palette="palette-21"] .search-results .result:hover {
    background-color: #6da112;
}

[data-palette="palette-21"] .search-results .page-item:nth-child(odd) .page-link {
    background-color: #5d8a0f;
    color: #ffffff;
    border-color: #659610;
}

[data-palette="palette-21"] .search-results .page-item:nth-child(odd) .page-link:hover {
    background-color: #6da112;
}

[data-palette="palette-21"] .search-results .page-item:nth-child(even) .page-link {
    background-color: #4e730d;
    color: #ffffff;
    border-color: #659610;
}

[data-palette="palette-21"] .search-results .page-item:nth-child(even) .page-link:hover {
    background-color: #6da112;
}

[data-palette="palette-22"] .search-results .result:nth-child(odd) {
    background-color: #744226;
}

[data-palette="palette-22"] .search-results .result:nth-child(even) {
    background-color: #60371f;
}

[data-palette="palette-22"] .search-results .result:hover {
    background-color: #874d2c;
}

[data-palette="palette-22"] .search-results .page-item:nth-child(odd) .page-link {
    background-color: #744226;
    color: #ffffff;
    border-color: #7d4829;
}

[data-palette="palette-22"] .search-results .page-item:nth-child(odd) .page-link:hover {
    background-color: #874d2c;
}

[data-palette="palette-22"] .search-results .page-item:nth-child(even) .page-link {
    background-color: #60371f;
    color: #ffffff;
    border-color: #7d4829;
}

[data-palette="palette-22"] .search-results .page-item:nth-child(even) .page-link:hover {
    background-color: #874d2c;
}

[data-palette="palette-23"] .search-results .result:nth-child(odd) {
    background-color: #9f5c35;
}

[data-palette="palette-23"] .search-results .result:nth-child(even) {
    background-color: #8c512e;
}

[data-palette="palette-23"] .search-results .result:hover {
    background-color: #b2673b;
}

[data-palette="palette-23"] .search-results .page-item:nth-child(odd) .page-link {
    background-color: #9f5c35;
    color: #ffffff;
    border-color: #a96238;
}

[data-palette="palette-23"] .search-results .page-item:nth-child(odd) .page-link:hover {
    background-color: #b2673b;
}

[data-palette="palette-23"] .search-results .page-item:nth-child(even) .page-link {
    background-color: #8c512e;
    color: #ffffff;
    border-color: #a96238;
}

[data-palette="palette-23"] .search-results .page-item:nth-child(even) .page-link:hover {
    background-color: #b2673b;
}

pre .hljs, code .hljs {
    display: block;
    overflow-x: auto;
    padding: 20px;
}

pre .hljs-number,
pre .hljs-literal,
pre .hljs-symbol,
pre .hljs-bullet, code .hljs-number,
code .hljs-literal,
code .hljs-symbol,
code .hljs-bullet {
    color: #6897BB;
}

pre .hljs-keyword,
pre .hljs-selector-tag,
pre .hljs-deletion, code .hljs-keyword,
code .hljs-selector-tag,
code .hljs-deletion {
    color: #cc7832;
}

pre .hljs-variable,
pre .hljs-template-variable,
pre .hljs-link, code .hljs-variable,
code .hljs-template-variable,
code .hljs-link {
    color: #629755;
}

pre .hljs-comment,
pre .hljs-quote, code .hljs-comment,
code .hljs-quote {
    color: #808080;
}

pre .hljs-meta, code .hljs-meta {
    color: #bbb529;
}

pre .hljs-string,
pre .hljs-attribute,
pre .hljs-addition, code .hljs-string,
code .hljs-attribute,
code .hljs-addition {
    color: #6A8759;
}

pre .hljs-section,
pre .hljs-title,
pre .hljs-type, code .hljs-section,
code .hljs-title,
code .hljs-type {
    color: #ffc66d;
}

pre .hljs-name,
pre .hljs-selector-id,
pre .hljs-selector-class, code .hljs-name,
code .hljs-selector-id,
code .hljs-selector-class {
    color: #e8bf6a;
}

pre .hljs-emphasis, code .hljs-emphasis {
    font-style: italic;
}

pre .hljs-strong, code .hljs-strong {
    font-weight: bold;
}

[data-palette="palette-1"] pre .hljs, [data-palette="palette-1"] code .hljs {
    color: #ffffff;
    background: #3e3e3e;
}

[data-palette="palette-2"] pre .hljs, [data-palette="palette-2"] code .hljs {
    color: #ffffff;
    background: #3c414f;
}

[data-palette="palette-3"] pre .hljs, [data-palette="palette-3"] code .hljs {
    color: #ffffff;
    background: #1a1a1a;
}

[data-palette="palette-4"] pre .hljs, [data-palette="palette-4"] code .hljs {
    color: #262932;
    background: #f2f2f2;
}

[data-palette="palette-5"] pre .hljs, [data-palette="palette-5"] code .hljs {
    color: #262932;
    background: #f2f2f2;
}

[data-palette="palette-6"] pre .hljs, [data-palette="palette-6"] code .hljs {
    color: #262932;
    background: #f2f2f2;
}

[data-palette="palette-7"] pre .hljs, [data-palette="palette-7"] code .hljs {
    color: #ffffff;
    background: #0283f1;
}

[data-palette="palette-8"] pre .hljs, [data-palette="palette-8"] code .hljs {
    color: #ffffff;
    background: #0275d8;
}

[data-palette="palette-9"] pre .hljs, [data-palette="palette-9"] code .hljs {
    color: #ffffff;
    background: #0267bf;
}

[data-palette="palette-10"] pre .hljs, [data-palette="palette-10"] code .hljs {
    color: #ffffff;
    background: #1a0f8a;
}

[data-palette="palette-11"] pre .hljs, [data-palette="palette-11"] code .hljs {
    color: #ffffff;
    background: #2415bf;
}

[data-palette="palette-12"] pre .hljs, [data-palette="palette-12"] code .hljs {
    color: #ffffff;
    background: #3929e7;
}

[data-palette="palette-13"] pre .hljs, [data-palette="palette-13"] code .hljs {
    color: #ffffff;
    background: #4b0f8a;
}

[data-palette="palette-14"] pre .hljs, [data-palette="palette-14"] code .hljs {
    color: #ffffff;
    background: #6815bf;
}

[data-palette="palette-15"] pre .hljs, [data-palette="palette-15"] code .hljs {
    color: #ffffff;
    background: #8529e7;
}

[data-palette="palette-16"] pre .hljs, [data-palette="palette-16"] code .hljs {
    color: #ffffff;
    background: #bf156b;
}

[data-palette="palette-17"] pre .hljs, [data-palette="palette-17"] code .hljs {
    color: #ffffff;
    background: #e72989;
}

[data-palette="palette-18"] pre .hljs, [data-palette="palette-18"] code .hljs {
    color: #ffffff;
    background: #bf1e15;
}

[data-palette="palette-19"] pre .hljs, [data-palette="palette-19"] code .hljs {
    color: #ffffff;
    background: #e73229;
}

[data-palette="palette-20"] pre .hljs, [data-palette="palette-20"] code .hljs {
    color: #ffffff;
    background: #0f8a20;
}

[data-palette="palette-21"] pre .hljs, [data-palette="palette-21"] code .hljs {
    color: #ffffff;
    background: #5d8a0f;
}

[data-palette="palette-22"] pre .hljs, [data-palette="palette-22"] code .hljs {
    color: #ffffff;
    background: #744226;
}

[data-palette="palette-23"] pre .hljs, [data-palette="palette-23"] code .hljs {
    color: #ffffff;
    background: #9f5c35;
}

[data-direction="ltr"] .text-body {
    height: 150px;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.85);
    color: #f0f0f0;
    text-shadow: #000 0px 1px 0px;
    font-family: "Consolas", "Courier New", "Courier";
    font-size: 16px;
    line-height: 1.5em;
    font-weight: 500;
    text-align: left;
    overflow: hidden;
    transition: all 0.5s ease-out;
    clear: both;
}

[data-direction="ltr"] .text-body .typed-element {
    float: left;
    margin-right: 10px;
}

[data-direction="ltr"] .text-body-normal {
    height: 150px;
    padding: 10px;
    background-color: transparent;
    color: #fff;
    text-align: left;
    overflow: hidden;
    transition: all 0.5s ease-out;
    clear: both;
}

[data-direction="ltr"] .text-body-normal .typed-element {
    float: left;
    margin-right: 10px;
}

[data-direction="rtl"] .text-body {
    height: 150px;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.85);
    color: #f0f0f0;
    text-shadow: #000 0px 1px 0px;
    font-family: "Consolas", "Courier New", "Courier";
    font-size: 16px;
    line-height: 1.5em;
    font-weight: 500;
    text-align: right;
    overflow: hidden;
    transition: all 0.5s ease-out;
    clear: both;
}

[data-direction="rtl"] .text-body .typed-element {
    float: right;
    margin-left: 10px;
}

[data-direction="rtl"] .text-body-normal {
    height: 150px;
    padding: 10px;
    background-color: transparent;
    color: #fff;
    text-align: right;
    overflow: hidden;
    transition: all 0.5s ease-out;
    clear: both;
}

[data-direction="rtl"] .text-body-normal .typed-element {
    float: right;
    margin-left: 10px;
}

[data-palette="palette-1"] .typed-light {
    background-color: #f0f0f0 !important;
    color: #000 !important;
    text-shadow: #f0f0f0 0px 1px 0px !important;
}

[data-palette="palette-1"] .typed-default {
    background: #4a4a4a !important;
    color: #ffffff !important;
}

[data-palette="palette-1"] .typed-highlighted {
    background: #4a4a4a !important;
    color: #5cb85c !important;
}

[data-palette="palette-1"] .typed-white {
    background: transparent !important;
    color: #fff !important;
}

[data-palette="palette-1"] .typed-black {
    background: transparent !important;
    color: #000 !important;
}

[data-palette="palette-2"] .typed-light {
    background-color: #f0f0f0 !important;
    color: #000 !important;
    text-shadow: #f0f0f0 0px 1px 0px !important;
}

[data-palette="palette-2"] .typed-default {
    background: #474d5d !important;
    color: #ffffff !important;
}

[data-palette="palette-2"] .typed-highlighted {
    background: #474d5d !important;
    color: #5cb85c !important;
}

[data-palette="palette-2"] .typed-white {
    background: transparent !important;
    color: #fff !important;
}

[data-palette="palette-2"] .typed-black {
    background: transparent !important;
    color: #000 !important;
}

[data-palette="palette-3"] .typed-light {
    background-color: #f0f0f0 !important;
    color: #000 !important;
    text-shadow: #f0f0f0 0px 1px 0px !important;
}

[data-palette="palette-3"] .typed-default {
    background: #262626 !important;
    color: #ffffff !important;
}

[data-palette="palette-3"] .typed-highlighted {
    background: #262626 !important;
    color: #5cb85c !important;
}

[data-palette="palette-3"] .typed-white {
    background: transparent !important;
    color: #fff !important;
}

[data-palette="palette-3"] .typed-black {
    background: transparent !important;
    color: #000 !important;
}

[data-palette="palette-4"] .typed-light {
    background-color: #f0f0f0 !important;
    color: #000 !important;
    text-shadow: #f0f0f0 0px 1px 0px !important;
}

[data-palette="palette-4"] .typed-default {
    background: #e6e6e6 !important;
    color: #262932 !important;
}

[data-palette="palette-4"] .typed-highlighted {
    background: #e6e6e6 !important;
    color: #d9534f !important;
}

[data-palette="palette-4"] .typed-white {
    background: transparent !important;
    color: #fff !important;
}

[data-palette="palette-4"] .typed-black {
    background: transparent !important;
    color: #000 !important;
}

[data-palette="palette-5"] .typed-light {
    background-color: #f0f0f0 !important;
    color: #000 !important;
    text-shadow: #f0f0f0 0px 1px 0px !important;
}

[data-palette="palette-5"] .typed-default {
    background: #e6e6e6 !important;
    color: #262932 !important;
}

[data-palette="palette-5"] .typed-highlighted {
    background: #e6e6e6 !important;
    color: #d9534f !important;
}

[data-palette="palette-5"] .typed-white {
    background: transparent !important;
    color: #fff !important;
}

[data-palette="palette-5"] .typed-black {
    background: transparent !important;
    color: #000 !important;
}

[data-palette="palette-6"] .typed-light {
    background-color: #f0f0f0 !important;
    color: #000 !important;
    text-shadow: #f0f0f0 0px 1px 0px !important;
}

[data-palette="palette-6"] .typed-default {
    background: #e6e6e6 !important;
    color: #262932 !important;
}

[data-palette="palette-6"] .typed-highlighted {
    background: #e6e6e6 !important;
    color: #d9534f !important;
}

[data-palette="palette-6"] .typed-white {
    background: transparent !important;
    color: #fff !important;
}

[data-palette="palette-6"] .typed-black {
    background: transparent !important;
    color: #000 !important;
}

[data-palette="palette-7"] .typed-light {
    background-color: #f0f0f0 !important;
    color: #000 !important;
    text-shadow: #f0f0f0 0px 1px 0px !important;
}

[data-palette="palette-7"] .typed-default {
    background: #108ffd !important;
    color: #ffffff !important;
}

[data-palette="palette-7"] .typed-highlighted {
    background: #108ffd !important;
    color: #f0ad4e !important;
}

[data-palette="palette-7"] .typed-white {
    background: transparent !important;
    color: #fff !important;
}

[data-palette="palette-7"] .typed-black {
    background: transparent !important;
    color: #000 !important;
}

[data-palette="palette-8"] .typed-light {
    background-color: #f0f0f0 !important;
    color: #000 !important;
    text-shadow: #f0f0f0 0px 1px 0px !important;
}

[data-palette="palette-8"] .typed-default {
    background: #0283f1 !important;
    color: #ffffff !important;
}

[data-palette="palette-8"] .typed-highlighted {
    background: #0283f1 !important;
    color: #f0ad4e !important;
}

[data-palette="palette-8"] .typed-white {
    background: transparent !important;
    color: #fff !important;
}

[data-palette="palette-8"] .typed-black {
    background: transparent !important;
    color: #000 !important;
}

[data-palette="palette-9"] .typed-light {
    background-color: #f0f0f0 !important;
    color: #000 !important;
    text-shadow: #f0f0f0 0px 1px 0px !important;
}

[data-palette="palette-9"] .typed-default {
    background: #0275d8 !important;
    color: #ffffff !important;
}

[data-palette="palette-9"] .typed-highlighted {
    background: #0275d8 !important;
    color: #f0ad4e !important;
}

[data-palette="palette-9"] .typed-white {
    background: transparent !important;
    color: #fff !important;
}

[data-palette="palette-9"] .typed-black {
    background: transparent !important;
    color: #000 !important;
}

[data-palette="palette-10"] .typed-light {
    background-color: #f0f0f0 !important;
    color: #000 !important;
    text-shadow: #f0f0f0 0px 1px 0px !important;
}

[data-palette="palette-10"] .typed-default {
    background: #1e12a1 !important;
    color: #ffffff !important;
}

[data-palette="palette-10"] .typed-highlighted {
    background: #1e12a1 !important;
    color: #f0ad4e !important;
}

[data-palette="palette-10"] .typed-white {
    background: transparent !important;
    color: #fff !important;
}

[data-palette="palette-10"] .typed-black {
    background: transparent !important;
    color: #000 !important;
}

[data-palette="palette-11"] .typed-light {
    background-color: #f0f0f0 !important;
    color: #000 !important;
    text-shadow: #f0f0f0 0px 1px 0px !important;
}

[data-palette="palette-11"] .typed-default {
    background: #2818d6 !important;
    color: #ffffff !important;
}

[data-palette="palette-11"] .typed-highlighted {
    background: #2818d6 !important;
    color: #f0ad4e !important;
}

[data-palette="palette-11"] .typed-white {
    background: transparent !important;
    color: #fff !important;
}

[data-palette="palette-11"] .typed-black {
    background: transparent !important;
    color: #000 !important;
}

[data-palette="palette-12"] .typed-light {
    background-color: #f0f0f0 !important;
    color: #000 !important;
    text-shadow: #f0f0f0 0px 1px 0px !important;
}

[data-palette="palette-12"] .typed-default {
    background: #4e40ea !important;
    color: #ffffff !important;
}

[data-palette="palette-12"] .typed-highlighted {
    background: #4e40ea !important;
    color: #f0ad4e !important;
}

[data-palette="palette-12"] .typed-white {
    background: transparent !important;
    color: #fff !important;
}

[data-palette="palette-12"] .typed-black {
    background: transparent !important;
    color: #000 !important;
}

[data-palette="palette-13"] .typed-light {
    background-color: #f0f0f0 !important;
    color: #000 !important;
    text-shadow: #f0f0f0 0px 1px 0px !important;
}

[data-palette="palette-13"] .typed-default {
    background: #5812a1 !important;
    color: #ffffff !important;
}

[data-palette="palette-13"] .typed-highlighted {
    background: #5812a1 !important;
    color: #f0ad4e !important;
}

[data-palette="palette-13"] .typed-white {
    background: transparent !important;
    color: #fff !important;
}

[data-palette="palette-13"] .typed-black {
    background: transparent !important;
    color: #000 !important;
}

[data-palette="palette-14"] .typed-light {
    background-color: #f0f0f0 !important;
    color: #000 !important;
    text-shadow: #f0f0f0 0px 1px 0px !important;
}

[data-palette="palette-14"] .typed-default {
    background: #7518d6 !important;
    color: #ffffff !important;
}

[data-palette="palette-14"] .typed-highlighted {
    background: #7518d6 !important;
    color: #f0ad4e !important;
}

[data-palette="palette-14"] .typed-white {
    background: transparent !important;
    color: #fff !important;
}

[data-palette="palette-14"] .typed-black {
    background: transparent !important;
    color: #000 !important;
}

[data-palette="palette-15"] .typed-light {
    background-color: #f0f0f0 !important;
    color: #000 !important;
    text-shadow: #f0f0f0 0px 1px 0px !important;
}

[data-palette="palette-15"] .typed-default {
    background: #9240ea !important;
    color: #ffffff !important;
}

[data-palette="palette-15"] .typed-highlighted {
    background: #9240ea !important;
    color: #f0ad4e !important;
}

[data-palette="palette-15"] .typed-white {
    background: transparent !important;
    color: #fff !important;
}

[data-palette="palette-15"] .typed-black {
    background: transparent !important;
    color: #000 !important;
}

[data-palette="palette-16"] .typed-light {
    background-color: #f0f0f0 !important;
    color: #000 !important;
    text-shadow: #f0f0f0 0px 1px 0px !important;
}

[data-palette="palette-16"] .typed-default {
    background: #d61877 !important;
    color: #ffffff !important;
}

[data-palette="palette-16"] .typed-highlighted {
    background: #d61877 !important;
    color: #f0ad4e !important;
}

[data-palette="palette-16"] .typed-white {
    background: transparent !important;
    color: #fff !important;
}

[data-palette="palette-16"] .typed-black {
    background: transparent !important;
    color: #000 !important;
}

[data-palette="palette-17"] .typed-light {
    background-color: #f0f0f0 !important;
    color: #000 !important;
    text-shadow: #f0f0f0 0px 1px 0px !important;
}

[data-palette="palette-17"] .typed-default {
    background: #ea4095 !important;
    color: #ffffff !important;
}

[data-palette="palette-17"] .typed-highlighted {
    background: #ea4095 !important;
    color: #f0ad4e !important;
}

[data-palette="palette-17"] .typed-white {
    background: transparent !important;
    color: #fff !important;
}

[data-palette="palette-17"] .typed-black {
    background: transparent !important;
    color: #000 !important;
}

[data-palette="palette-18"] .typed-light {
    background-color: #f0f0f0 !important;
    color: #000 !important;
    text-shadow: #f0f0f0 0px 1px 0px !important;
}

[data-palette="palette-18"] .typed-default {
    background: #d62218 !important;
    color: #ffffff !important;
}

[data-palette="palette-18"] .typed-highlighted {
    background: #d62218 !important;
    color: #f0ad4e !important;
}

[data-palette="palette-18"] .typed-white {
    background: transparent !important;
    color: #fff !important;
}

[data-palette="palette-18"] .typed-black {
    background: transparent !important;
    color: #000 !important;
}

[data-palette="palette-19"] .typed-light {
    background-color: #f0f0f0 !important;
    color: #000 !important;
    text-shadow: #f0f0f0 0px 1px 0px !important;
}

[data-palette="palette-19"] .typed-default {
    background: #ea4840 !important;
    color: #ffffff !important;
}

[data-palette="palette-19"] .typed-highlighted {
    background: #ea4840 !important;
    color: #f0ad4e !important;
}

[data-palette="palette-19"] .typed-white {
    background: transparent !important;
    color: #fff !important;
}

[data-palette="palette-19"] .typed-black {
    background: transparent !important;
    color: #000 !important;
}

[data-palette="palette-20"] .typed-light {
    background-color: #f0f0f0 !important;
    color: #000 !important;
    text-shadow: #f0f0f0 0px 1px 0px !important;
}

[data-palette="palette-20"] .typed-default {
    background: #12a125 !important;
    color: #ffffff !important;
}

[data-palette="palette-20"] .typed-highlighted {
    background: #12a125 !important;
    color: #f0ad4e !important;
}

[data-palette="palette-20"] .typed-white {
    background: transparent !important;
    color: #fff !important;
}

[data-palette="palette-20"] .typed-black {
    background: transparent !important;
    color: #000 !important;
}

[data-palette="palette-21"] .typed-light {
    background-color: #f0f0f0 !important;
    color: #000 !important;
    text-shadow: #f0f0f0 0px 1px 0px !important;
}

[data-palette="palette-21"] .typed-default {
    background: #6da112 !important;
    color: #ffffff !important;
}

[data-palette="palette-21"] .typed-highlighted {
    background: #6da112 !important;
    color: #f0ad4e !important;
}

[data-palette="palette-21"] .typed-white {
    background: transparent !important;
    color: #fff !important;
}

[data-palette="palette-21"] .typed-black {
    background: transparent !important;
    color: #000 !important;
}

[data-palette="palette-22"] .typed-light {
    background-color: #f0f0f0 !important;
    color: #000 !important;
    text-shadow: #f0f0f0 0px 1px 0px !important;
}

[data-palette="palette-22"] .typed-default {
    background: #874d2c !important;
    color: #ffffff !important;
}

[data-palette="palette-22"] .typed-highlighted {
    background: #874d2c !important;
    color: #f0ad4e !important;
}

[data-palette="palette-22"] .typed-white {
    background: transparent !important;
    color: #fff !important;
}

[data-palette="palette-22"] .typed-black {
    background: transparent !important;
    color: #000 !important;
}

[data-palette="palette-23"] .typed-light {
    background-color: #f0f0f0 !important;
    color: #000 !important;
    text-shadow: #f0f0f0 0px 1px 0px !important;
}

[data-palette="palette-23"] .typed-default {
    background: #b2673b !important;
    color: #ffffff !important;
}

[data-palette="palette-23"] .typed-highlighted {
    background: #b2673b !important;
    color: #f0ad4e !important;
}

[data-palette="palette-23"] .typed-white {
    background: transparent !important;
    color: #fff !important;
}

[data-palette="palette-23"] .typed-black {
    background: transparent !important;
    color: #000 !important;
}

.typed-cursor {
    opacity: 1;
    animation: blink 0.7s infinite;
}

@keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.wow {
    visibility: hidden;
}

.wow code {
    display: inline-block;
    margin-bottom: 10px;
}

[data-direction="ltr"] .zoom img {
    width: 100%;
    max-width: 200px;
    display: block;
    float: left;
    margin: 0 20px 20px 0;
}

[data-direction="ltr"] .zoom-overlay {
    background: transparent !important;
}

[data-direction="rtl"] .zoom img {
    width: 100%;
    max-width: 200px;
    display: block;
    float: right;
    margin: 0 0 20px 20px;
}

[data-direction="rtl"] .zoom-overlay {
    background: transparent !important;
}

.finance-widget-1 {
    width: 100%;
    position: relative;
    font-size: 14px;
}

.finance-widget-1 .list-group {
    margin: 0;
    padding: 0;
}

.finance-widget-1 .list-group .list-group-item {
    border-left: 0;
    border-right: 0;
    border-radius: 0;
}

.finance-widget-1 .list-group .list-group-item:first-child {
    border-top: 0;
}

.finance-widget-1 .list-group .list-group-item:last-child {
    border-bottom: 0;
}

[data-direction="ltr"] .finance-widget-1 .list-group .price {
    margin-right: 10px;
}

[data-direction="ltr"] .finance-widget-1 .list-group .variation {
    margin-right: 10px;
}

[data-direction="rtl"] .finance-widget-1 .list-group .price {
    margin-left: 10px;
}

[data-direction="rtl"] .finance-widget-1 .list-group .variation {
    margin-left: 10px;
}

.finance-widget-1 .list-group .icon {
    font-size: 18px;
    margin-top: -4px;
}

[data-palette="palette-1"] .finance-widget-1 .list-group .list-group-item {
    color: #ffffff;
}

[data-palette="palette-1"] .finance-widget-1 .list-group .list-group-item:nth-child(odd) {
    background-color: #3e3e3e;
}

[data-palette="palette-1"] .finance-widget-1 .list-group .list-group-item:nth-child(even) {
    background-color: #313131;
}

[data-palette="palette-1"] .finance-widget-1 .list-group .list-group-item:hover {
    background-color: #4a4a4a;
}

[data-palette="palette-2"] .finance-widget-1 .list-group .list-group-item {
    color: #ffffff;
}

[data-palette="palette-2"] .finance-widget-1 .list-group .list-group-item:nth-child(odd) {
    background-color: #3c414f;
}

[data-palette="palette-2"] .finance-widget-1 .list-group .list-group-item:nth-child(even) {
    background-color: #313540;
}

[data-palette="palette-2"] .finance-widget-1 .list-group .list-group-item:hover {
    background-color: #474d5d;
}

[data-palette="palette-3"] .finance-widget-1 .list-group .list-group-item {
    color: #ffffff;
}

[data-palette="palette-3"] .finance-widget-1 .list-group .list-group-item:nth-child(odd) {
    background-color: #1a1a1a;
}

[data-palette="palette-3"] .finance-widget-1 .list-group .list-group-item:nth-child(even) {
    background-color: #0d0d0d;
}

[data-palette="palette-3"] .finance-widget-1 .list-group .list-group-item:hover {
    background-color: #262626;
}

[data-palette="palette-4"] .finance-widget-1 .list-group .list-group-item {
    color: #262932;
}

[data-palette="palette-4"] .finance-widget-1 .list-group .list-group-item:nth-child(odd) {
    background-color: #f2f2f2;
}

[data-palette="palette-4"] .finance-widget-1 .list-group .list-group-item:nth-child(even) {
    background-color: #ffffff;
}

[data-palette="palette-4"] .finance-widget-1 .list-group .list-group-item:hover {
    background-color: #e6e6e6;
}

[data-palette="palette-5"] .finance-widget-1 .list-group .list-group-item {
    color: #262932;
}

[data-palette="palette-5"] .finance-widget-1 .list-group .list-group-item:nth-child(odd) {
    background-color: #f2f2f2;
}

[data-palette="palette-5"] .finance-widget-1 .list-group .list-group-item:nth-child(even) {
    background-color: #ffffff;
}

[data-palette="palette-5"] .finance-widget-1 .list-group .list-group-item:hover {
    background-color: #e6e6e6;
}

[data-palette="palette-6"] .finance-widget-1 .list-group .list-group-item {
    color: #262932;
}

[data-palette="palette-6"] .finance-widget-1 .list-group .list-group-item:nth-child(odd) {
    background-color: #f2f2f2;
}

[data-palette="palette-6"] .finance-widget-1 .list-group .list-group-item:nth-child(even) {
    background-color: #ffffff;
}

[data-palette="palette-6"] .finance-widget-1 .list-group .list-group-item:hover {
    background-color: #e6e6e6;
}

[data-palette="palette-7"] .finance-widget-1 .list-group .list-group-item {
    color: #ffffff;
}

[data-palette="palette-7"] .finance-widget-1 .list-group .list-group-item:nth-child(odd) {
    background-color: #0283f1;
}

[data-palette="palette-7"] .finance-widget-1 .list-group .list-group-item:nth-child(even) {
    background-color: #0275d8;
}

[data-palette="palette-7"] .finance-widget-1 .list-group .list-group-item:hover {
    background-color: #108ffd;
}

[data-palette="palette-8"] .finance-widget-1 .list-group .list-group-item {
    color: #ffffff;
}

[data-palette="palette-8"] .finance-widget-1 .list-group .list-group-item:nth-child(odd) {
    background-color: #0275d8;
}

[data-palette="palette-8"] .finance-widget-1 .list-group .list-group-item:nth-child(even) {
    background-color: #0267bf;
}

[data-palette="palette-8"] .finance-widget-1 .list-group .list-group-item:hover {
    background-color: #0283f1;
}

[data-palette="palette-9"] .finance-widget-1 .list-group .list-group-item {
    color: #ffffff;
}

[data-palette="palette-9"] .finance-widget-1 .list-group .list-group-item:nth-child(odd) {
    background-color: #0267bf;
}

[data-palette="palette-9"] .finance-widget-1 .list-group .list-group-item:nth-child(even) {
    background-color: #025aa5;
}

[data-palette="palette-9"] .finance-widget-1 .list-group .list-group-item:hover {
    background-color: #0275d8;
}

[data-palette="palette-10"] .finance-widget-1 .list-group .list-group-item {
    color: #ffffff;
}

[data-palette="palette-10"] .finance-widget-1 .list-group .list-group-item:nth-child(odd) {
    background-color: #1a0f8a;
}

[data-palette="palette-10"] .finance-widget-1 .list-group .list-group-item:nth-child(even) {
    background-color: #150d73;
}

[data-palette="palette-10"] .finance-widget-1 .list-group .list-group-item:hover {
    background-color: #1e12a1;
}

[data-palette="palette-11"] .finance-widget-1 .list-group .list-group-item {
    color: #ffffff;
}

[data-palette="palette-11"] .finance-widget-1 .list-group .list-group-item:nth-child(odd) {
    background-color: #2415bf;
}

[data-palette="palette-11"] .finance-widget-1 .list-group .list-group-item:nth-child(even) {
    background-color: #1f13a8;
}

[data-palette="palette-11"] .finance-widget-1 .list-group .list-group-item:hover {
    background-color: #2818d6;
}

[data-palette="palette-12"] .finance-widget-1 .list-group .list-group-item {
    color: #ffffff;
}

[data-palette="palette-12"] .finance-widget-1 .list-group .list-group-item:nth-child(odd) {
    background-color: #3929e7;
}

[data-palette="palette-12"] .finance-widget-1 .list-group .list-group-item:nth-child(even) {
    background-color: #2919de;
}

[data-palette="palette-12"] .finance-widget-1 .list-group .list-group-item:hover {
    background-color: #4e40ea;
}

[data-palette="palette-13"] .finance-widget-1 .list-group .list-group-item {
    color: #ffffff;
}

[data-palette="palette-13"] .finance-widget-1 .list-group .list-group-item:nth-child(odd) {
    background-color: #4b0f8a;
}

[data-palette="palette-13"] .finance-widget-1 .list-group .list-group-item:nth-child(even) {
    background-color: #3f0d73;
}

[data-palette="palette-13"] .finance-widget-1 .list-group .list-group-item:hover {
    background-color: #5812a1;
}

[data-palette="palette-14"] .finance-widget-1 .list-group .list-group-item {
    color: #ffffff;
}

[data-palette="palette-14"] .finance-widget-1 .list-group .list-group-item:nth-child(odd) {
    background-color: #6815bf;
}

[data-palette="palette-14"] .finance-widget-1 .list-group .list-group-item:nth-child(even) {
    background-color: #5c13a8;
}

[data-palette="palette-14"] .finance-widget-1 .list-group .list-group-item:hover {
    background-color: #7518d6;
}

[data-palette="palette-15"] .finance-widget-1 .list-group .list-group-item {
    color: #ffffff;
}

[data-palette="palette-15"] .finance-widget-1 .list-group .list-group-item:nth-child(odd) {
    background-color: #8529e7;
}

[data-palette="palette-15"] .finance-widget-1 .list-group .list-group-item:nth-child(even) {
    background-color: #7819de;
}

[data-palette="palette-15"] .finance-widget-1 .list-group .list-group-item:hover {
    background-color: #9240ea;
}

[data-palette="palette-16"] .finance-widget-1 .list-group .list-group-item {
    color: #ffffff;
}

[data-palette="palette-16"] .finance-widget-1 .list-group .list-group-item:nth-child(odd) {
    background-color: #bf156b;
}

[data-palette="palette-16"] .finance-widget-1 .list-group .list-group-item:nth-child(even) {
    background-color: #a8135e;
}

[data-palette="palette-16"] .finance-widget-1 .list-group .list-group-item:hover {
    background-color: #d61877;
}

[data-palette="palette-17"] .finance-widget-1 .list-group .list-group-item {
    color: #ffffff;
}

[data-palette="palette-17"] .finance-widget-1 .list-group .list-group-item:nth-child(odd) {
    background-color: #e72989;
}

[data-palette="palette-17"] .finance-widget-1 .list-group .list-group-item:nth-child(even) {
    background-color: #de197c;
}

[data-palette="palette-17"] .finance-widget-1 .list-group .list-group-item:hover {
    background-color: #ea4095;
}

[data-palette="palette-18"] .finance-widget-1 .list-group .list-group-item {
    color: #ffffff;
}

[data-palette="palette-18"] .finance-widget-1 .list-group .list-group-item:nth-child(odd) {
    background-color: #bf1e15;
}

[data-palette="palette-18"] .finance-widget-1 .list-group .list-group-item:nth-child(even) {
    background-color: #a81b13;
}

[data-palette="palette-18"] .finance-widget-1 .list-group .list-group-item:hover {
    background-color: #d62218;
}

[data-palette="palette-19"] .finance-widget-1 .list-group .list-group-item {
    color: #ffffff;
}

[data-palette="palette-19"] .finance-widget-1 .list-group .list-group-item:nth-child(odd) {
    background-color: #e73229;
}

[data-palette="palette-19"] .finance-widget-1 .list-group .list-group-item:nth-child(even) {
    background-color: #de2319;
}

[data-palette="palette-19"] .finance-widget-1 .list-group .list-group-item:hover {
    background-color: #ea4840;
}

[data-palette="palette-20"] .finance-widget-1 .list-group .list-group-item {
    color: #ffffff;
}

[data-palette="palette-20"] .finance-widget-1 .list-group .list-group-item:nth-child(odd) {
    background-color: #0f8a20;
}

[data-palette="palette-20"] .finance-widget-1 .list-group .list-group-item:nth-child(even) {
    background-color: #0d731a;
}

[data-palette="palette-20"] .finance-widget-1 .list-group .list-group-item:hover {
    background-color: #12a125;
}

[data-palette="palette-21"] .finance-widget-1 .list-group .list-group-item {
    color: #ffffff;
}

[data-palette="palette-21"] .finance-widget-1 .list-group .list-group-item:nth-child(odd) {
    background-color: #5d8a0f;
}

[data-palette="palette-21"] .finance-widget-1 .list-group .list-group-item:nth-child(even) {
    background-color: #4e730d;
}

[data-palette="palette-21"] .finance-widget-1 .list-group .list-group-item:hover {
    background-color: #6da112;
}

[data-palette="palette-22"] .finance-widget-1 .list-group .list-group-item {
    color: #ffffff;
}

[data-palette="palette-22"] .finance-widget-1 .list-group .list-group-item:nth-child(odd) {
    background-color: #744226;
}

[data-palette="palette-22"] .finance-widget-1 .list-group .list-group-item:nth-child(even) {
    background-color: #60371f;
}

[data-palette="palette-22"] .finance-widget-1 .list-group .list-group-item:hover {
    background-color: #874d2c;
}

[data-palette="palette-23"] .finance-widget-1 .list-group .list-group-item {
    color: #ffffff;
}

[data-palette="palette-23"] .finance-widget-1 .list-group .list-group-item:nth-child(odd) {
    background-color: #9f5c35;
}

[data-palette="palette-23"] .finance-widget-1 .list-group .list-group-item:nth-child(even) {
    background-color: #8c512e;
}

[data-palette="palette-23"] .finance-widget-1 .list-group .list-group-item:hover {
    background-color: #b2673b;
}

textarea,
input, textarea:focus, input:focus, *, *:focus {
    outline: none !important;
}

.form-control {
    border-radius: 0;
}

.form-control + small {
    display: block;
    margin-top: 10px;
}

.custom-select:focus {
    border-color: transparent !important;
}

.custom-control {
    padding-left: 1.5rem;
}

[data-direction="rtl"] .custom-control {
    padding-left: 0;
    padding-right: 1.5rem;
}

.custom-control .custom-control-indicator {
    right: 0;
}

.custom-control > input:focus ~ .custom-control-indicator {
    box-shadow: none;
}

.switches .list-group {
    padding-left: 0;
    padding-right: 0;
}

.animated-switch > input[type="checkbox"] {
    display: none;
}

.animated-switch > label {
    cursor: pointer;
    height: 0px;
    position: relative;
    width: 40px;
}

.animated-switch > label::before {
    background: black;
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    content: '';
    height: 16px;
    margin-top: -8px;
    position: absolute;
    opacity: 0.3;
    transition: all 0.4s ease-in-out;
    width: 40px;
}

.animated-switch > label::after {
    background: white;
    border-radius: 16px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    content: '';
    height: 24px;
    left: -4px;
    margin-top: -8px;
    position: absolute;
    top: -4px;
    transition: all 0.3s ease-in-out;
    width: 24px;
}

.animated-switch > input[type="checkbox"]:checked + label::before {
    background: inherit;
    opacity: 0.5;
}

.animated-switch > input[type="checkbox"]:checked + label::after {
    background: inherit;
    left: 20px;
}

.form-inline .form-group:not(.floating-labels) label {
    margin: 0;
}

.form-inline .form-group:not(.floating-labels) label + input {
    margin: 0 10px;
}

[data-direction="rtl"] .form-group .input-group-addon:first-child, [data-direction="rtl"] .input-group .input-group-addon:first-child {
    border-left: 0;
    border-right-width: 1px;
    border-radius: 0;
}

[data-direction="rtl"] .form-group .input-group-addon:last-child, [data-direction="rtl"] .input-group .input-group-addon:last-child {
    border-right: 0;
    border-left-width: 1px;
    border-radius: 0;
}

[data-palette="palette-1"] ::-webkit-autofill {
    background-color: #3e3e3e !important;
    border-color: #444444 !important;
    color: #ffffff !important;
}

[data-palette="palette-1"] .form-control {
    background-color: #3e3e3e;
    border-color: #444444;
    color: #ffffff;
}

[data-palette="palette-1"] .form-control:focus {
    border-color: #444444;
}

[data-palette="palette-1"] .form-control::-webkit-input-placeholder {
    color: #ffffff !important;
}

[data-palette="palette-1"] .form-control::-moz-placeholder {
    color: #ffffff !important;
}

[data-palette="palette-1"] .form-control:-moz-placeholder {
    color: #ffffff !important;
}

[data-palette="palette-1"] .form-control:-ms-input-placeholder {
    color: #ffffff !important;
}

[data-palette="palette-1"] .input-group .input-group-addon {
    background-color: #3e3e3e;
    border-color: #444444;
    color: #ffffff;
}

[data-palette="palette-1"] .input-group .input-group-btn .btn.btn-default {
    background-color: #3e3e3e;
    border-color: #444444;
    color: #ffffff;
}

[data-palette="palette-1"] .file .file-custom {
    background-color: #3e3e3e;
    border-color: #444444;
    color: #ffffff;
}

[data-palette="palette-1"] .file .file-custom:before {
    background-color: #444444;
    border-color: #444444;
    color: #ffffff;
}

[data-palette="palette-1"] .custom-select {
    color: #ffffff;
    border: 1px solid #444444;
    background: #3e3e3e;
}

[data-palette="palette-1"] .custom-control {
    color: #ffffff;
}

[data-palette="palette-1"] .custom-control .custom-control-indicator {
    background-color: #3e3e3e;
}

[data-palette="palette-2"] ::-webkit-autofill {
    background-color: #3c414f !important;
    border-color: #424756 !important;
    color: #ffffff !important;
}

[data-palette="palette-2"] .form-control {
    background-color: #3c414f;
    border-color: #424756;
    color: #ffffff;
}

[data-palette="palette-2"] .form-control:focus {
    border-color: #424756;
}

[data-palette="palette-2"] .form-control::-webkit-input-placeholder {
    color: #ffffff !important;
}

[data-palette="palette-2"] .form-control::-moz-placeholder {
    color: #ffffff !important;
}

[data-palette="palette-2"] .form-control:-moz-placeholder {
    color: #ffffff !important;
}

[data-palette="palette-2"] .form-control:-ms-input-placeholder {
    color: #ffffff !important;
}

[data-palette="palette-2"] .input-group .input-group-addon {
    background-color: #3c414f;
    border-color: #424756;
    color: #ffffff;
}

[data-palette="palette-2"] .input-group .input-group-btn .btn.btn-default {
    background-color: #3c414f;
    border-color: #424756;
    color: #ffffff;
}

[data-palette="palette-2"] .file .file-custom {
    background-color: #3c414f;
    border-color: #424756;
    color: #ffffff;
}

[data-palette="palette-2"] .file .file-custom:before {
    background-color: #424756;
    border-color: #424756;
    color: #ffffff;
}

[data-palette="palette-2"] .custom-select {
    color: #ffffff;
    border: 1px solid #424756;
    background: #3c414f;
}

[data-palette="palette-2"] .custom-control {
    color: #ffffff;
}

[data-palette="palette-2"] .custom-control .custom-control-indicator {
    background-color: #3c414f;
}

[data-palette="palette-3"] ::-webkit-autofill {
    background-color: #1a1a1a !important;
    border-color: #202020 !important;
    color: #ffffff !important;
}

[data-palette="palette-3"] .form-control {
    background-color: #1a1a1a;
    border-color: #202020;
    color: #ffffff;
}

[data-palette="palette-3"] .form-control:focus {
    border-color: #202020;
}

[data-palette="palette-3"] .form-control::-webkit-input-placeholder {
    color: #ffffff !important;
}

[data-palette="palette-3"] .form-control::-moz-placeholder {
    color: #ffffff !important;
}

[data-palette="palette-3"] .form-control:-moz-placeholder {
    color: #ffffff !important;
}

[data-palette="palette-3"] .form-control:-ms-input-placeholder {
    color: #ffffff !important;
}

[data-palette="palette-3"] .input-group .input-group-addon {
    background-color: #1a1a1a;
    border-color: #202020;
    color: #ffffff;
}

[data-palette="palette-3"] .input-group .input-group-btn .btn.btn-default {
    background-color: #1a1a1a;
    border-color: #202020;
    color: #ffffff;
}

[data-palette="palette-3"] .file .file-custom {
    background-color: #1a1a1a;
    border-color: #202020;
    color: #ffffff;
}

[data-palette="palette-3"] .file .file-custom:before {
    background-color: #202020;
    border-color: #202020;
    color: #ffffff;
}

[data-palette="palette-3"] .custom-select {
    color: #ffffff;
    border: 1px solid #202020;
    background: #1a1a1a;
}

[data-palette="palette-3"] .custom-control {
    color: #ffffff;
}

[data-palette="palette-3"] .custom-control .custom-control-indicator {
    background-color: #1a1a1a;
}

[data-palette="palette-4"] ::-webkit-autofill {
    background-color: #f2f2f2 !important;
    border-color: #ececec !important;
    color: #262932 !important;
}

[data-palette="palette-4"] .form-control {
    background-color: #f2f2f2;
    border-color: #ececec;
    color: #262932;
}

[data-palette="palette-4"] .form-control:focus {
    border-color: #ececec;
}

[data-palette="palette-4"] .form-control::-webkit-input-placeholder {
    color: #262932 !important;
}

[data-palette="palette-4"] .form-control::-moz-placeholder {
    color: #262932 !important;
}

[data-palette="palette-4"] .form-control:-moz-placeholder {
    color: #262932 !important;
}

[data-palette="palette-4"] .form-control:-ms-input-placeholder {
    color: #262932 !important;
}

[data-palette="palette-4"] .input-group .input-group-addon {
    background-color: #f2f2f2;
    border-color: #ececec;
    color: #262932;
}

[data-palette="palette-4"] .input-group .input-group-btn .btn.btn-default {
    background-color: #f2f2f2;
    border-color: #ececec;
    color: #262932;
}

[data-palette="palette-4"] .file .file-custom {
    background-color: #f2f2f2;
    border-color: #ececec;
    color: #262932;
}

[data-palette="palette-4"] .file .file-custom:before {
    background-color: #ececec;
    border-color: #ececec;
    color: #262932;
}

[data-palette="palette-4"] .custom-select {
    color: #262932;
    border: 1px solid #ececec;
    background: #f2f2f2;
}

[data-palette="palette-4"] .custom-control {
    color: #262932;
}

[data-palette="palette-4"] .custom-control .custom-control-indicator {
    background-color: #d9d9d9;
}

[data-palette="palette-5"] ::-webkit-autofill {
    background-color: #f2f2f2 !important;
    border-color: #ececec !important;
    color: #262932 !important;
}

[data-palette="palette-5"] .form-control {
    background-color: #f2f2f2;
    border-color: #ececec;
    color: #262932;
}

[data-palette="palette-5"] .form-control:focus {
    border-color: #ececec;
}

[data-palette="palette-5"] .form-control::-webkit-input-placeholder {
    color: #262932 !important;
}

[data-palette="palette-5"] .form-control::-moz-placeholder {
    color: #262932 !important;
}

[data-palette="palette-5"] .form-control:-moz-placeholder {
    color: #262932 !important;
}

[data-palette="palette-5"] .form-control:-ms-input-placeholder {
    color: #262932 !important;
}

[data-palette="palette-5"] .input-group .input-group-addon {
    background-color: #f2f2f2;
    border-color: #ececec;
    color: #262932;
}

[data-palette="palette-5"] .input-group .input-group-btn .btn.btn-default {
    background-color: #f2f2f2;
    border-color: #ececec;
    color: #262932;
}

[data-palette="palette-5"] .file .file-custom {
    background-color: #f2f2f2;
    border-color: #ececec;
    color: #262932;
}

[data-palette="palette-5"] .file .file-custom:before {
    background-color: #ececec;
    border-color: #ececec;
    color: #262932;
}

[data-palette="palette-5"] .custom-select {
    color: #262932;
    border: 1px solid #ececec;
    background: #f2f2f2;
}

[data-palette="palette-5"] .custom-control {
    color: #262932;
}

[data-palette="palette-5"] .custom-control .custom-control-indicator {
    background-color: #d9d9d9;
}

[data-palette="palette-6"] ::-webkit-autofill {
    background-color: #f2f2f2 !important;
    border-color: #ececec !important;
    color: #262932 !important;
}

[data-palette="palette-6"] .form-control {
    background-color: #f2f2f2;
    border-color: #ececec;
    color: #262932;
}

[data-palette="palette-6"] .form-control:focus {
    border-color: #ececec;
}

[data-palette="palette-6"] .form-control::-webkit-input-placeholder {
    color: #262932 !important;
}

[data-palette="palette-6"] .form-control::-moz-placeholder {
    color: #262932 !important;
}

[data-palette="palette-6"] .form-control:-moz-placeholder {
    color: #262932 !important;
}

[data-palette="palette-6"] .form-control:-ms-input-placeholder {
    color: #262932 !important;
}

[data-palette="palette-6"] .input-group .input-group-addon {
    background-color: #f2f2f2;
    border-color: #ececec;
    color: #262932;
}

[data-palette="palette-6"] .input-group .input-group-btn .btn.btn-default {
    background-color: #f2f2f2;
    border-color: #ececec;
    color: #262932;
}

[data-palette="palette-6"] .file .file-custom {
    background-color: #f2f2f2;
    border-color: #ececec;
    color: #262932;
}

[data-palette="palette-6"] .file .file-custom:before {
    background-color: #ececec;
    border-color: #ececec;
    color: #262932;
}

[data-palette="palette-6"] .custom-select {
    color: #262932;
    border: 1px solid #ececec;
    background: #f2f2f2;
}

[data-palette="palette-6"] .custom-control {
    color: #262932;
}

[data-palette="palette-6"] .custom-control .custom-control-indicator {
    background-color: #d9d9d9;
}

[data-palette="palette-7"] ::-webkit-autofill {
    background-color: #0283f1 !important;
    border-color: #0489fd !important;
    color: #ffffff !important;
}

[data-palette="palette-7"] .form-control {
    background-color: #0283f1;
    border-color: #0489fd;
    color: #ffffff;
}

[data-palette="palette-7"] .form-control:focus {
    border-color: #0489fd;
}

[data-palette="palette-7"] .form-control::-webkit-input-placeholder {
    color: #ffffff !important;
}

[data-palette="palette-7"] .form-control::-moz-placeholder {
    color: #ffffff !important;
}

[data-palette="palette-7"] .form-control:-moz-placeholder {
    color: #ffffff !important;
}

[data-palette="palette-7"] .form-control:-ms-input-placeholder {
    color: #ffffff !important;
}

[data-palette="palette-7"] .input-group .input-group-addon {
    background-color: #0283f1;
    border-color: #0489fd;
    color: #ffffff;
}

[data-palette="palette-7"] .input-group .input-group-btn .btn.btn-default {
    background-color: #0283f1;
    border-color: #0489fd;
    color: #ffffff;
}

[data-palette="palette-7"] .file .file-custom {
    background-color: #0283f1;
    border-color: #0489fd;
    color: #ffffff;
}

[data-palette="palette-7"] .file .file-custom:before {
    background-color: #0489fd;
    border-color: #0489fd;
    color: #ffffff;
}

[data-palette="palette-7"] .custom-select {
    color: #ffffff;
    border: 1px solid #0489fd;
    background: #0283f1;
}

[data-palette="palette-7"] .custom-control {
    color: #ffffff;
}

[data-palette="palette-7"] .custom-control .custom-control-indicator {
    background-color: #0283f1;
}

[data-palette="palette-8"] ::-webkit-autofill {
    background-color: #0275d8 !important;
    border-color: #027ce5 !important;
    color: #ffffff !important;
}

[data-palette="palette-8"] .form-control {
    background-color: #0275d8;
    border-color: #027ce5;
    color: #ffffff;
}

[data-palette="palette-8"] .form-control:focus {
    border-color: #027ce5;
}

[data-palette="palette-8"] .form-control::-webkit-input-placeholder {
    color: #ffffff !important;
}

[data-palette="palette-8"] .form-control::-moz-placeholder {
    color: #ffffff !important;
}

[data-palette="palette-8"] .form-control:-moz-placeholder {
    color: #ffffff !important;
}

[data-palette="palette-8"] .form-control:-ms-input-placeholder {
    color: #ffffff !important;
}

[data-palette="palette-8"] .input-group .input-group-addon {
    background-color: #0275d8;
    border-color: #027ce5;
    color: #ffffff;
}

[data-palette="palette-8"] .input-group .input-group-btn .btn.btn-default {
    background-color: #0275d8;
    border-color: #027ce5;
    color: #ffffff;
}

[data-palette="palette-8"] .file .file-custom {
    background-color: #0275d8;
    border-color: #027ce5;
    color: #ffffff;
}

[data-palette="palette-8"] .file .file-custom:before {
    background-color: #027ce5;
    border-color: #027ce5;
    color: #ffffff;
}

[data-palette="palette-8"] .custom-select {
    color: #ffffff;
    border: 1px solid #027ce5;
    background: #0275d8;
}

[data-palette="palette-8"] .custom-control {
    color: #ffffff;
}

[data-palette="palette-8"] .custom-control .custom-control-indicator {
    background-color: #0275d8;
}

[data-palette="palette-9"] ::-webkit-autofill {
    background-color: #0267bf !important;
    border-color: #026ecb !important;
    color: #ffffff !important;
}

[data-palette="palette-9"] .form-control {
    background-color: #0267bf;
    border-color: #026ecb;
    color: #ffffff;
}

[data-palette="palette-9"] .form-control:focus {
    border-color: #026ecb;
}

[data-palette="palette-9"] .form-control::-webkit-input-placeholder {
    color: #ffffff !important;
}

[data-palette="palette-9"] .form-control::-moz-placeholder {
    color: #ffffff !important;
}

[data-palette="palette-9"] .form-control:-moz-placeholder {
    color: #ffffff !important;
}

[data-palette="palette-9"] .form-control:-ms-input-placeholder {
    color: #ffffff !important;
}

[data-palette="palette-9"] .input-group .input-group-addon {
    background-color: #0267bf;
    border-color: #026ecb;
    color: #ffffff;
}

[data-palette="palette-9"] .input-group .input-group-btn .btn.btn-default {
    background-color: #0267bf;
    border-color: #026ecb;
    color: #ffffff;
}

[data-palette="palette-9"] .file .file-custom {
    background-color: #0267bf;
    border-color: #026ecb;
    color: #ffffff;
}

[data-palette="palette-9"] .file .file-custom:before {
    background-color: #026ecb;
    border-color: #026ecb;
    color: #ffffff;
}

[data-palette="palette-9"] .custom-select {
    color: #ffffff;
    border: 1px solid #026ecb;
    background: #0267bf;
}

[data-palette="palette-9"] .custom-control {
    color: #ffffff;
}

[data-palette="palette-9"] .custom-control .custom-control-indicator {
    background-color: #0267bf;
}

[data-palette="palette-10"] ::-webkit-autofill {
    background-color: #1a0f8a !important;
    border-color: #1c1096 !important;
    color: #ffffff !important;
}

[data-palette="palette-10"] .form-control {
    background-color: #1a0f8a;
    border-color: #1c1096;
    color: #ffffff;
}

[data-palette="palette-10"] .form-control:focus {
    border-color: #1c1096;
}

[data-palette="palette-10"] .form-control::-webkit-input-placeholder {
    color: #ffffff !important;
}

[data-palette="palette-10"] .form-control::-moz-placeholder {
    color: #ffffff !important;
}

[data-palette="palette-10"] .form-control:-moz-placeholder {
    color: #ffffff !important;
}

[data-palette="palette-10"] .form-control:-ms-input-placeholder {
    color: #ffffff !important;
}

[data-palette="palette-10"] .input-group .input-group-addon {
    background-color: #1a0f8a;
    border-color: #1c1096;
    color: #ffffff;
}

[data-palette="palette-10"] .input-group .input-group-btn .btn.btn-default {
    background-color: #1a0f8a;
    border-color: #1c1096;
    color: #ffffff;
}

[data-palette="palette-10"] .file .file-custom {
    background-color: #1a0f8a;
    border-color: #1c1096;
    color: #ffffff;
}

[data-palette="palette-10"] .file .file-custom:before {
    background-color: #1c1096;
    border-color: #1c1096;
    color: #ffffff;
}

[data-palette="palette-10"] .custom-select {
    color: #ffffff;
    border: 1px solid #1c1096;
    background: #1a0f8a;
}

[data-palette="palette-10"] .custom-control {
    color: #ffffff;
}

[data-palette="palette-10"] .custom-control .custom-control-indicator {
    background-color: #1a0f8a;
}

[data-palette="palette-11"] ::-webkit-autofill {
    background-color: #2415bf !important;
    border-color: #2616ca !important;
    color: #ffffff !important;
}

[data-palette="palette-11"] .form-control {
    background-color: #2415bf;
    border-color: #2616ca;
    color: #ffffff;
}

[data-palette="palette-11"] .form-control:focus {
    border-color: #2616ca;
}

[data-palette="palette-11"] .form-control::-webkit-input-placeholder {
    color: #ffffff !important;
}

[data-palette="palette-11"] .form-control::-moz-placeholder {
    color: #ffffff !important;
}

[data-palette="palette-11"] .form-control:-moz-placeholder {
    color: #ffffff !important;
}

[data-palette="palette-11"] .form-control:-ms-input-placeholder {
    color: #ffffff !important;
}

[data-palette="palette-11"] .input-group .input-group-addon {
    background-color: #2415bf;
    border-color: #2616ca;
    color: #ffffff;
}

[data-palette="palette-11"] .input-group .input-group-btn .btn.btn-default {
    background-color: #2415bf;
    border-color: #2616ca;
    color: #ffffff;
}

[data-palette="palette-11"] .file .file-custom {
    background-color: #2415bf;
    border-color: #2616ca;
    color: #ffffff;
}

[data-palette="palette-11"] .file .file-custom:before {
    background-color: #2616ca;
    border-color: #2616ca;
    color: #ffffff;
}

[data-palette="palette-11"] .custom-select {
    color: #ffffff;
    border: 1px solid #2616ca;
    background: #2415bf;
}

[data-palette="palette-11"] .custom-control {
    color: #ffffff;
}

[data-palette="palette-11"] .custom-control .custom-control-indicator {
    background-color: #2415bf;
}

[data-palette="palette-12"] ::-webkit-autofill {
    background-color: #3929e7 !important;
    border-color: #4334e9 !important;
    color: #ffffff !important;
}

[data-palette="palette-12"] .form-control {
    background-color: #3929e7;
    border-color: #4334e9;
    color: #ffffff;
}

[data-palette="palette-12"] .form-control:focus {
    border-color: #4334e9;
}

[data-palette="palette-12"] .form-control::-webkit-input-placeholder {
    color: #ffffff !important;
}

[data-palette="palette-12"] .form-control::-moz-placeholder {
    color: #ffffff !important;
}

[data-palette="palette-12"] .form-control:-moz-placeholder {
    color: #ffffff !important;
}

[data-palette="palette-12"] .form-control:-ms-input-placeholder {
    color: #ffffff !important;
}

[data-palette="palette-12"] .input-group .input-group-addon {
    background-color: #3929e7;
    border-color: #4334e9;
    color: #ffffff;
}

[data-palette="palette-12"] .input-group .input-group-btn .btn.btn-default {
    background-color: #3929e7;
    border-color: #4334e9;
    color: #ffffff;
}

[data-palette="palette-12"] .file .file-custom {
    background-color: #3929e7;
    border-color: #4334e9;
    color: #ffffff;
}

[data-palette="palette-12"] .file .file-custom:before {
    background-color: #4334e9;
    border-color: #4334e9;
    color: #ffffff;
}

[data-palette="palette-12"] .custom-select {
    color: #ffffff;
    border: 1px solid #4334e9;
    background: #3929e7;
}

[data-palette="palette-12"] .custom-control {
    color: #ffffff;
}

[data-palette="palette-12"] .custom-control .custom-control-indicator {
    background-color: #3929e7;
}

[data-palette="palette-13"] ::-webkit-autofill {
    background-color: #4b0f8a !important;
    border-color: #511096 !important;
    color: #ffffff !important;
}

[data-palette="palette-13"] .form-control {
    background-color: #4b0f8a;
    border-color: #511096;
    color: #ffffff;
}

[data-palette="palette-13"] .form-control:focus {
    border-color: #511096;
}

[data-palette="palette-13"] .form-control::-webkit-input-placeholder {
    color: #ffffff !important;
}

[data-palette="palette-13"] .form-control::-moz-placeholder {
    color: #ffffff !important;
}

[data-palette="palette-13"] .form-control:-moz-placeholder {
    color: #ffffff !important;
}

[data-palette="palette-13"] .form-control:-ms-input-placeholder {
    color: #ffffff !important;
}

[data-palette="palette-13"] .input-group .input-group-addon {
    background-color: #4b0f8a;
    border-color: #511096;
    color: #ffffff;
}

[data-palette="palette-13"] .input-group .input-group-btn .btn.btn-default {
    background-color: #4b0f8a;
    border-color: #511096;
    color: #ffffff;
}

[data-palette="palette-13"] .file .file-custom {
    background-color: #4b0f8a;
    border-color: #511096;
    color: #ffffff;
}

[data-palette="palette-13"] .file .file-custom:before {
    background-color: #511096;
    border-color: #511096;
    color: #ffffff;
}

[data-palette="palette-13"] .custom-select {
    color: #ffffff;
    border: 1px solid #511096;
    background: #4b0f8a;
}

[data-palette="palette-13"] .custom-control {
    color: #ffffff;
}

[data-palette="palette-13"] .custom-control .custom-control-indicator {
    background-color: #4b0f8a;
}

[data-palette="palette-14"] ::-webkit-autofill {
    background-color: #6815bf !important;
    border-color: #6e16ca !important;
    color: #ffffff !important;
}

[data-palette="palette-14"] .form-control {
    background-color: #6815bf;
    border-color: #6e16ca;
    color: #ffffff;
}

[data-palette="palette-14"] .form-control:focus {
    border-color: #6e16ca;
}

[data-palette="palette-14"] .form-control::-webkit-input-placeholder {
    color: #ffffff !important;
}

[data-palette="palette-14"] .form-control::-moz-placeholder {
    color: #ffffff !important;
}

[data-palette="palette-14"] .form-control:-moz-placeholder {
    color: #ffffff !important;
}

[data-palette="palette-14"] .form-control:-ms-input-placeholder {
    color: #ffffff !important;
}

[data-palette="palette-14"] .input-group .input-group-addon {
    background-color: #6815bf;
    border-color: #6e16ca;
    color: #ffffff;
}

[data-palette="palette-14"] .input-group .input-group-btn .btn.btn-default {
    background-color: #6815bf;
    border-color: #6e16ca;
    color: #ffffff;
}

[data-palette="palette-14"] .file .file-custom {
    background-color: #6815bf;
    border-color: #6e16ca;
    color: #ffffff;
}

[data-palette="palette-14"] .file .file-custom:before {
    background-color: #6e16ca;
    border-color: #6e16ca;
    color: #ffffff;
}

[data-palette="palette-14"] .custom-select {
    color: #ffffff;
    border: 1px solid #6e16ca;
    background: #6815bf;
}

[data-palette="palette-14"] .custom-control {
    color: #ffffff;
}

[data-palette="palette-14"] .custom-control .custom-control-indicator {
    background-color: #6815bf;
}

[data-palette="palette-15"] ::-webkit-autofill {
    background-color: #8529e7 !important;
    border-color: #8c34e9 !important;
    color: #ffffff !important;
}

[data-palette="palette-15"] .form-control {
    background-color: #8529e7;
    border-color: #8c34e9;
    color: #ffffff;
}

[data-palette="palette-15"] .form-control:focus {
    border-color: #8c34e9;
}

[data-palette="palette-15"] .form-control::-webkit-input-placeholder {
    color: #ffffff !important;
}

[data-palette="palette-15"] .form-control::-moz-placeholder {
    color: #ffffff !important;
}

[data-palette="palette-15"] .form-control:-moz-placeholder {
    color: #ffffff !important;
}

[data-palette="palette-15"] .form-control:-ms-input-placeholder {
    color: #ffffff !important;
}

[data-palette="palette-15"] .input-group .input-group-addon {
    background-color: #8529e7;
    border-color: #8c34e9;
    color: #ffffff;
}

[data-palette="palette-15"] .input-group .input-group-btn .btn.btn-default {
    background-color: #8529e7;
    border-color: #8c34e9;
    color: #ffffff;
}

[data-palette="palette-15"] .file .file-custom {
    background-color: #8529e7;
    border-color: #8c34e9;
    color: #ffffff;
}

[data-palette="palette-15"] .file .file-custom:before {
    background-color: #8c34e9;
    border-color: #8c34e9;
    color: #ffffff;
}

[data-palette="palette-15"] .custom-select {
    color: #ffffff;
    border: 1px solid #8c34e9;
    background: #8529e7;
}

[data-palette="palette-15"] .custom-control {
    color: #ffffff;
}

[data-palette="palette-15"] .custom-control .custom-control-indicator {
    background-color: #8529e7;
}

[data-palette="palette-16"] ::-webkit-autofill {
    background-color: #bf156b !important;
    border-color: #ca1671 !important;
    color: #ffffff !important;
}

[data-palette="palette-16"] .form-control {
    background-color: #bf156b;
    border-color: #ca1671;
    color: #ffffff;
}

[data-palette="palette-16"] .form-control:focus {
    border-color: #ca1671;
}

[data-palette="palette-16"] .form-control::-webkit-input-placeholder {
    color: #ffffff !important;
}

[data-palette="palette-16"] .form-control::-moz-placeholder {
    color: #ffffff !important;
}

[data-palette="palette-16"] .form-control:-moz-placeholder {
    color: #ffffff !important;
}

[data-palette="palette-16"] .form-control:-ms-input-placeholder {
    color: #ffffff !important;
}

[data-palette="palette-16"] .input-group .input-group-addon {
    background-color: #bf156b;
    border-color: #ca1671;
    color: #ffffff;
}

[data-palette="palette-16"] .input-group .input-group-btn .btn.btn-default {
    background-color: #bf156b;
    border-color: #ca1671;
    color: #ffffff;
}

[data-palette="palette-16"] .file .file-custom {
    background-color: #bf156b;
    border-color: #ca1671;
    color: #ffffff;
}

[data-palette="palette-16"] .file .file-custom:before {
    background-color: #ca1671;
    border-color: #ca1671;
    color: #ffffff;
}

[data-palette="palette-16"] .custom-select {
    color: #ffffff;
    border: 1px solid #ca1671;
    background: #bf156b;
}

[data-palette="palette-16"] .custom-control {
    color: #ffffff;
}

[data-palette="palette-16"] .custom-control .custom-control-indicator {
    background-color: #bf156b;
}

[data-palette="palette-17"] ::-webkit-autofill {
    background-color: #e72989 !important;
    border-color: #e9348f !important;
    color: #ffffff !important;
}

[data-palette="palette-17"] .form-control {
    background-color: #e72989;
    border-color: #e9348f;
    color: #ffffff;
}

[data-palette="palette-17"] .form-control:focus {
    border-color: #e9348f;
}

[data-palette="palette-17"] .form-control::-webkit-input-placeholder {
    color: #ffffff !important;
}

[data-palette="palette-17"] .form-control::-moz-placeholder {
    color: #ffffff !important;
}

[data-palette="palette-17"] .form-control:-moz-placeholder {
    color: #ffffff !important;
}

[data-palette="palette-17"] .form-control:-ms-input-placeholder {
    color: #ffffff !important;
}

[data-palette="palette-17"] .input-group .input-group-addon {
    background-color: #e72989;
    border-color: #e9348f;
    color: #ffffff;
}

[data-palette="palette-17"] .input-group .input-group-btn .btn.btn-default {
    background-color: #e72989;
    border-color: #e9348f;
    color: #ffffff;
}

[data-palette="palette-17"] .file .file-custom {
    background-color: #e72989;
    border-color: #e9348f;
    color: #ffffff;
}

[data-palette="palette-17"] .file .file-custom:before {
    background-color: #e9348f;
    border-color: #e9348f;
    color: #ffffff;
}

[data-palette="palette-17"] .custom-select {
    color: #ffffff;
    border: 1px solid #e9348f;
    background: #e72989;
}

[data-palette="palette-17"] .custom-control {
    color: #ffffff;
}

[data-palette="palette-17"] .custom-control .custom-control-indicator {
    background-color: #e72989;
}

[data-palette="palette-18"] ::-webkit-autofill {
    background-color: #bf1e15 !important;
    border-color: #ca2016 !important;
    color: #ffffff !important;
}

[data-palette="palette-18"] .form-control {
    background-color: #bf1e15;
    border-color: #ca2016;
    color: #ffffff;
}

[data-palette="palette-18"] .form-control:focus {
    border-color: #ca2016;
}

[data-palette="palette-18"] .form-control::-webkit-input-placeholder {
    color: #ffffff !important;
}

[data-palette="palette-18"] .form-control::-moz-placeholder {
    color: #ffffff !important;
}

[data-palette="palette-18"] .form-control:-moz-placeholder {
    color: #ffffff !important;
}

[data-palette="palette-18"] .form-control:-ms-input-placeholder {
    color: #ffffff !important;
}

[data-palette="palette-18"] .input-group .input-group-addon {
    background-color: #bf1e15;
    border-color: #ca2016;
    color: #ffffff;
}

[data-palette="palette-18"] .input-group .input-group-btn .btn.btn-default {
    background-color: #bf1e15;
    border-color: #ca2016;
    color: #ffffff;
}

[data-palette="palette-18"] .file .file-custom {
    background-color: #bf1e15;
    border-color: #ca2016;
    color: #ffffff;
}

[data-palette="palette-18"] .file .file-custom:before {
    background-color: #ca2016;
    border-color: #ca2016;
    color: #ffffff;
}

[data-palette="palette-18"] .custom-select {
    color: #ffffff;
    border: 1px solid #ca2016;
    background: #bf1e15;
}

[data-palette="palette-18"] .custom-control {
    color: #ffffff;
}

[data-palette="palette-18"] .custom-control .custom-control-indicator {
    background-color: #bf1e15;
}

[data-palette="palette-19"] ::-webkit-autofill {
    background-color: #e73229 !important;
    border-color: #e93d34 !important;
    color: #ffffff !important;
}

[data-palette="palette-19"] .form-control {
    background-color: #e73229;
    border-color: #e93d34;
    color: #ffffff;
}

[data-palette="palette-19"] .form-control:focus {
    border-color: #e93d34;
}

[data-palette="palette-19"] .form-control::-webkit-input-placeholder {
    color: #ffffff !important;
}

[data-palette="palette-19"] .form-control::-moz-placeholder {
    color: #ffffff !important;
}

[data-palette="palette-19"] .form-control:-moz-placeholder {
    color: #ffffff !important;
}

[data-palette="palette-19"] .form-control:-ms-input-placeholder {
    color: #ffffff !important;
}

[data-palette="palette-19"] .input-group .input-group-addon {
    background-color: #e73229;
    border-color: #e93d34;
    color: #ffffff;
}

[data-palette="palette-19"] .input-group .input-group-btn .btn.btn-default {
    background-color: #e73229;
    border-color: #e93d34;
    color: #ffffff;
}

[data-palette="palette-19"] .file .file-custom {
    background-color: #e73229;
    border-color: #e93d34;
    color: #ffffff;
}

[data-palette="palette-19"] .file .file-custom:before {
    background-color: #e93d34;
    border-color: #e93d34;
    color: #ffffff;
}

[data-palette="palette-19"] .custom-select {
    color: #ffffff;
    border: 1px solid #e93d34;
    background: #e73229;
}

[data-palette="palette-19"] .custom-control {
    color: #ffffff;
}

[data-palette="palette-19"] .custom-control .custom-control-indicator {
    background-color: #e73229;
}

[data-palette="palette-20"] ::-webkit-autofill {
    background-color: #0f8a20 !important;
    border-color: #109622 !important;
    color: #ffffff !important;
}

[data-palette="palette-20"] .form-control {
    background-color: #0f8a20;
    border-color: #109622;
    color: #ffffff;
}

[data-palette="palette-20"] .form-control:focus {
    border-color: #109622;
}

[data-palette="palette-20"] .form-control::-webkit-input-placeholder {
    color: #ffffff !important;
}

[data-palette="palette-20"] .form-control::-moz-placeholder {
    color: #ffffff !important;
}

[data-palette="palette-20"] .form-control:-moz-placeholder {
    color: #ffffff !important;
}

[data-palette="palette-20"] .form-control:-ms-input-placeholder {
    color: #ffffff !important;
}

[data-palette="palette-20"] .input-group .input-group-addon {
    background-color: #0f8a20;
    border-color: #109622;
    color: #ffffff;
}

[data-palette="palette-20"] .input-group .input-group-btn .btn.btn-default {
    background-color: #0f8a20;
    border-color: #109622;
    color: #ffffff;
}

[data-palette="palette-20"] .file .file-custom {
    background-color: #0f8a20;
    border-color: #109622;
    color: #ffffff;
}

[data-palette="palette-20"] .file .file-custom:before {
    background-color: #109622;
    border-color: #109622;
    color: #ffffff;
}

[data-palette="palette-20"] .custom-select {
    color: #ffffff;
    border: 1px solid #109622;
    background: #0f8a20;
}

[data-palette="palette-20"] .custom-control {
    color: #ffffff;
}

[data-palette="palette-20"] .custom-control .custom-control-indicator {
    background-color: #0f8a20;
}

[data-palette="palette-21"] ::-webkit-autofill {
    background-color: #5d8a0f !important;
    border-color: #659610 !important;
    color: #ffffff !important;
}

[data-palette="palette-21"] .form-control {
    background-color: #5d8a0f;
    border-color: #659610;
    color: #ffffff;
}

[data-palette="palette-21"] .form-control:focus {
    border-color: #659610;
}

[data-palette="palette-21"] .form-control::-webkit-input-placeholder {
    color: #ffffff !important;
}

[data-palette="palette-21"] .form-control::-moz-placeholder {
    color: #ffffff !important;
}

[data-palette="palette-21"] .form-control:-moz-placeholder {
    color: #ffffff !important;
}

[data-palette="palette-21"] .form-control:-ms-input-placeholder {
    color: #ffffff !important;
}

[data-palette="palette-21"] .input-group .input-group-addon {
    background-color: #5d8a0f;
    border-color: #659610;
    color: #ffffff;
}

[data-palette="palette-21"] .input-group .input-group-btn .btn.btn-default {
    background-color: #5d8a0f;
    border-color: #659610;
    color: #ffffff;
}

[data-palette="palette-21"] .file .file-custom {
    background-color: #5d8a0f;
    border-color: #659610;
    color: #ffffff;
}

[data-palette="palette-21"] .file .file-custom:before {
    background-color: #659610;
    border-color: #659610;
    color: #ffffff;
}

[data-palette="palette-21"] .custom-select {
    color: #ffffff;
    border: 1px solid #659610;
    background: #5d8a0f;
}

[data-palette="palette-21"] .custom-control {
    color: #ffffff;
}

[data-palette="palette-21"] .custom-control .custom-control-indicator {
    background-color: #5d8a0f;
}

[data-palette="palette-22"] ::-webkit-autofill {
    background-color: #744226 !important;
    border-color: #7d4829 !important;
    color: #ffffff !important;
}

[data-palette="palette-22"] .form-control {
    background-color: #744226;
    border-color: #7d4829;
    color: #ffffff;
}

[data-palette="palette-22"] .form-control:focus {
    border-color: #7d4829;
}

[data-palette="palette-22"] .form-control::-webkit-input-placeholder {
    color: #ffffff !important;
}

[data-palette="palette-22"] .form-control::-moz-placeholder {
    color: #ffffff !important;
}

[data-palette="palette-22"] .form-control:-moz-placeholder {
    color: #ffffff !important;
}

[data-palette="palette-22"] .form-control:-ms-input-placeholder {
    color: #ffffff !important;
}

[data-palette="palette-22"] .input-group .input-group-addon {
    background-color: #744226;
    border-color: #7d4829;
    color: #ffffff;
}

[data-palette="palette-22"] .input-group .input-group-btn .btn.btn-default {
    background-color: #744226;
    border-color: #7d4829;
    color: #ffffff;
}

[data-palette="palette-22"] .file .file-custom {
    background-color: #744226;
    border-color: #7d4829;
    color: #ffffff;
}

[data-palette="palette-22"] .file .file-custom:before {
    background-color: #7d4829;
    border-color: #7d4829;
    color: #ffffff;
}

[data-palette="palette-22"] .custom-select {
    color: #ffffff;
    border: 1px solid #7d4829;
    background: #744226;
}

[data-palette="palette-22"] .custom-control {
    color: #ffffff;
}

[data-palette="palette-22"] .custom-control .custom-control-indicator {
    background-color: #744226;
}

[data-palette="palette-23"] ::-webkit-autofill {
    background-color: #9f5c35 !important;
    border-color: #a96238 !important;
    color: #ffffff !important;
}

[data-palette="palette-23"] .form-control {
    background-color: #9f5c35;
    border-color: #a96238;
    color: #ffffff;
}

[data-palette="palette-23"] .form-control:focus {
    border-color: #a96238;
}

[data-palette="palette-23"] .form-control::-webkit-input-placeholder {
    color: #ffffff !important;
}

[data-palette="palette-23"] .form-control::-moz-placeholder {
    color: #ffffff !important;
}

[data-palette="palette-23"] .form-control:-moz-placeholder {
    color: #ffffff !important;
}

[data-palette="palette-23"] .form-control:-ms-input-placeholder {
    color: #ffffff !important;
}

[data-palette="palette-23"] .input-group .input-group-addon {
    background-color: #9f5c35;
    border-color: #a96238;
    color: #ffffff;
}

[data-palette="palette-23"] .input-group .input-group-btn .btn.btn-default {
    background-color: #9f5c35;
    border-color: #a96238;
    color: #ffffff;
}

[data-palette="palette-23"] .file .file-custom {
    background-color: #9f5c35;
    border-color: #a96238;
    color: #ffffff;
}

[data-palette="palette-23"] .file .file-custom:before {
    background-color: #a96238;
    border-color: #a96238;
    color: #ffffff;
}

[data-palette="palette-23"] .custom-select {
    color: #ffffff;
    border: 1px solid #a96238;
    background: #9f5c35;
}

[data-palette="palette-23"] .custom-control {
    color: #ffffff;
}

[data-palette="palette-23"] .custom-control .custom-control-indicator {
    background-color: #9f5c35;
}

.custom-control > input:checked ~ .custom-control-indicator.custom-control-indicator-primary {
    background-color: #0275d8;
    box-shadow: none;
}

.custom-control > input:checked ~ .custom-control-indicator.custom-control-indicator-default {
    background-color: #5bc0de;
    box-shadow: none;
}

.custom-control > input:checked ~ .custom-control-indicator.custom-control-indicator-success {
    background-color: #5cb85c;
    box-shadow: none;
}

.custom-control > input:checked ~ .custom-control-indicator.custom-control-indicator-info {
    background-color: #00aced;
    box-shadow: none;
}

.custom-control > input:checked ~ .custom-control-indicator.custom-control-indicator-warning {
    background-color: #f0ad4e;
    box-shadow: none;
}

.custom-control > input:checked ~ .custom-control-indicator.custom-control-indicator-danger {
    background-color: #d9534f;
    box-shadow: none;
}

.form-group.floating-labels {
    position: relative;
    width: 100%;
    margin-bottom: 42px;
}

.form-group.floating-labels input[type="text"],
.form-group.floating-labels input[type="password"],
.form-group.floating-labels input[type="email"] {
    position: relative;
    width: 100%;
    background: 0 0;
    padding: 26px 0 12px;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 500;
    border: none !important;
    box-shadow: none;
    z-index: 1;
}

.form-group.floating-labels input[type="text"]:focus,
.form-group.floating-labels input[type="password"]:focus,
.form-group.floating-labels input[type="email"]:focus {
    outline: 0;
}

.form-group.floating-labels label {
    display: inline-block;
    position: absolute;
    margin-bottom: 6px;
    top: 0;
    font-size: 13px;
    font-weight: 300;
    padding: 0;
    transition: all .3s ease;
}

.form-group.floating-labels::after {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 50%;
    z-index: 1000;
    transition: all .3s ease;
}

.form-group.floating-labels .error-block {
    position: absolute;
    line-height: 0;
    font-weight: 300;
    font-size: 13px;
    color: #d9534f;
    line-height: 24px;
    transition: all 0.5s ease;
    margin: 0;
}

.form-group.floating-labels .error-block.ng-hide {
    display: block !important;
    visibility: hidden;
    opacity: 0;
}

.form-group.floating-labels .success-block {
    position: absolute;
    line-height: 0;
    font-weight: 300;
    font-size: 13px;
    color: #5cb85c;
    line-height: 24px;
    transition: all 0.5s ease;
    margin: 0;
}

.form-group.floating-labels .success-block.ng-hide {
    display: block !important;
    visibility: hidden;
    opacity: 0;
}

.form-group.floating-labels.has-focus {
    /*field has focus*/
}

.form-group.floating-labels.has-focus label {
    color: #00aced;
}

.form-group.floating-labels.has-focus::after {
    left: 0;
    background: #00aced;
    width: 100%;
}

.form-group.floating-labels.has-error {
    /*field has error*/
}

.form-group.floating-labels.has-error label {
    color: #d9534f;
}

.form-group.floating-labels.has-error::after {
    left: 0;
    background: #d9534f;
    width: 100%;
}

.form-group.floating-labels.has-error .help-block:not(.ng-hide) {
    position: absolute;
    color: #d9534f;
    opacity: 1;
    visibility: visible;
    top: 100%;
}

.form-group.floating-labels.has-success.has-focus {
    /*field has success*/
}

.form-group.floating-labels.has-success.has-focus label {
    color: #5cb85c;
}

.form-group.floating-labels.has-success.has-focus.has-focus::after {
    left: 0;
    background: #5cb85c;
    width: 100%;
}

.form-group.floating-labels.is-empty:not(.has-focus) label {
    font-weight: 400;
    font-size: 14px;
    top: 32px;
}

[data-palette="palette-1"] .form-group.floating-labels input[type="text"],
[data-palette="palette-1"] .form-group.floating-labels input[type="password"],
[data-palette="palette-1"] .form-group.floating-labels input[type="email"] {
    border-bottom: 1px solid #ffffff !important;
    color: #ffffff !important;
}

[data-palette="palette-1"] .form-group.floating-labels input[type="text"] input::-webkit-input-placeholder,
[data-palette="palette-1"] .form-group.floating-labels input[type="text"] input:-moz-placeholder,
[data-palette="palette-1"] .form-group.floating-labels input[type="text"] input::-moz-placeholder,
[data-palette="palette-1"] .form-group.floating-labels input[type="text"] input:-ms-input-placeholder,
[data-palette="palette-1"] .form-group.floating-labels input[type="password"] input::-webkit-input-placeholder,
[data-palette="palette-1"] .form-group.floating-labels input[type="password"] input:-moz-placeholder,
[data-palette="palette-1"] .form-group.floating-labels input[type="password"] input::-moz-placeholder,
[data-palette="palette-1"] .form-group.floating-labels input[type="password"] input:-ms-input-placeholder,
[data-palette="palette-1"] .form-group.floating-labels input[type="email"] input::-webkit-input-placeholder,
[data-palette="palette-1"] .form-group.floating-labels input[type="email"] input:-moz-placeholder,
[data-palette="palette-1"] .form-group.floating-labels input[type="email"] input::-moz-placeholder,
[data-palette="palette-1"] .form-group.floating-labels input[type="email"] input:-ms-input-placeholder {
    color: #ffffff !important;
}

[data-palette="palette-2"] .form-group.floating-labels input[type="text"],
[data-palette="palette-2"] .form-group.floating-labels input[type="password"],
[data-palette="palette-2"] .form-group.floating-labels input[type="email"] {
    border-bottom: 1px solid #ffffff !important;
    color: #ffffff !important;
}

[data-palette="palette-2"] .form-group.floating-labels input[type="text"] input::-webkit-input-placeholder,
[data-palette="palette-2"] .form-group.floating-labels input[type="text"] input:-moz-placeholder,
[data-palette="palette-2"] .form-group.floating-labels input[type="text"] input::-moz-placeholder,
[data-palette="palette-2"] .form-group.floating-labels input[type="text"] input:-ms-input-placeholder,
[data-palette="palette-2"] .form-group.floating-labels input[type="password"] input::-webkit-input-placeholder,
[data-palette="palette-2"] .form-group.floating-labels input[type="password"] input:-moz-placeholder,
[data-palette="palette-2"] .form-group.floating-labels input[type="password"] input::-moz-placeholder,
[data-palette="palette-2"] .form-group.floating-labels input[type="password"] input:-ms-input-placeholder,
[data-palette="palette-2"] .form-group.floating-labels input[type="email"] input::-webkit-input-placeholder,
[data-palette="palette-2"] .form-group.floating-labels input[type="email"] input:-moz-placeholder,
[data-palette="palette-2"] .form-group.floating-labels input[type="email"] input::-moz-placeholder,
[data-palette="palette-2"] .form-group.floating-labels input[type="email"] input:-ms-input-placeholder {
    color: #ffffff !important;
}

[data-palette="palette-3"] .form-group.floating-labels input[type="text"],
[data-palette="palette-3"] .form-group.floating-labels input[type="password"],
[data-palette="palette-3"] .form-group.floating-labels input[type="email"] {
    border-bottom: 1px solid #ffffff !important;
    color: #ffffff !important;
}

[data-palette="palette-3"] .form-group.floating-labels input[type="text"] input::-webkit-input-placeholder,
[data-palette="palette-3"] .form-group.floating-labels input[type="text"] input:-moz-placeholder,
[data-palette="palette-3"] .form-group.floating-labels input[type="text"] input::-moz-placeholder,
[data-palette="palette-3"] .form-group.floating-labels input[type="text"] input:-ms-input-placeholder,
[data-palette="palette-3"] .form-group.floating-labels input[type="password"] input::-webkit-input-placeholder,
[data-palette="palette-3"] .form-group.floating-labels input[type="password"] input:-moz-placeholder,
[data-palette="palette-3"] .form-group.floating-labels input[type="password"] input::-moz-placeholder,
[data-palette="palette-3"] .form-group.floating-labels input[type="password"] input:-ms-input-placeholder,
[data-palette="palette-3"] .form-group.floating-labels input[type="email"] input::-webkit-input-placeholder,
[data-palette="palette-3"] .form-group.floating-labels input[type="email"] input:-moz-placeholder,
[data-palette="palette-3"] .form-group.floating-labels input[type="email"] input::-moz-placeholder,
[data-palette="palette-3"] .form-group.floating-labels input[type="email"] input:-ms-input-placeholder {
    color: #ffffff !important;
}

[data-palette="palette-4"] .form-group.floating-labels input[type="text"],
[data-palette="palette-4"] .form-group.floating-labels input[type="password"],
[data-palette="palette-4"] .form-group.floating-labels input[type="email"] {
    border-bottom: 1px solid #d9d9d9 !important;
    color: #262932 !important;
}

[data-palette="palette-4"] .form-group.floating-labels input[type="text"] input::-webkit-input-placeholder,
[data-palette="palette-4"] .form-group.floating-labels input[type="text"] input:-moz-placeholder,
[data-palette="palette-4"] .form-group.floating-labels input[type="text"] input::-moz-placeholder,
[data-palette="palette-4"] .form-group.floating-labels input[type="text"] input:-ms-input-placeholder,
[data-palette="palette-4"] .form-group.floating-labels input[type="password"] input::-webkit-input-placeholder,
[data-palette="palette-4"] .form-group.floating-labels input[type="password"] input:-moz-placeholder,
[data-palette="palette-4"] .form-group.floating-labels input[type="password"] input::-moz-placeholder,
[data-palette="palette-4"] .form-group.floating-labels input[type="password"] input:-ms-input-placeholder,
[data-palette="palette-4"] .form-group.floating-labels input[type="email"] input::-webkit-input-placeholder,
[data-palette="palette-4"] .form-group.floating-labels input[type="email"] input:-moz-placeholder,
[data-palette="palette-4"] .form-group.floating-labels input[type="email"] input::-moz-placeholder,
[data-palette="palette-4"] .form-group.floating-labels input[type="email"] input:-ms-input-placeholder {
    color: #262932 !important;
}

[data-palette="palette-5"] .form-group.floating-labels input[type="text"],
[data-palette="palette-5"] .form-group.floating-labels input[type="password"],
[data-palette="palette-5"] .form-group.floating-labels input[type="email"] {
    border-bottom: 1px solid #d9d9d9 !important;
    color: #FFFFFF !important;
}

[data-palette="palette-5"] .form-group.floating-labels input[type="text"] input::-webkit-input-placeholder,
[data-palette="palette-5"] .form-group.floating-labels input[type="text"] input:-moz-placeholder,
[data-palette="palette-5"] .form-group.floating-labels input[type="text"] input::-moz-placeholder,
[data-palette="palette-5"] .form-group.floating-labels input[type="text"] input:-ms-input-placeholder,
[data-palette="palette-5"] .form-group.floating-labels input[type="password"] input::-webkit-input-placeholder,
[data-palette="palette-5"] .form-group.floating-labels input[type="password"] input:-moz-placeholder,
[data-palette="palette-5"] .form-group.floating-labels input[type="password"] input::-moz-placeholder,
[data-palette="palette-5"] .form-group.floating-labels input[type="password"] input:-ms-input-placeholder,
[data-palette="palette-5"] .form-group.floating-labels input[type="email"] input::-webkit-input-placeholder,
[data-palette="palette-5"] .form-group.floating-labels input[type="email"] input:-moz-placeholder,
[data-palette="palette-5"] .form-group.floating-labels input[type="email"] input::-moz-placeholder,
[data-palette="palette-5"] .form-group.floating-labels input[type="email"] input:-ms-input-placeholder {
    color: #262932 !important;
}

[data-palette="palette-6"] .form-group.floating-labels input[type="text"],
[data-palette="palette-6"] .form-group.floating-labels input[type="password"],
[data-palette="palette-6"] .form-group.floating-labels input[type="email"] {
    border-bottom: 1px solid #d9d9d9 !important;
    color: #262932 !important;
}

[data-palette="palette-6"] .form-group.floating-labels input[type="text"] input::-webkit-input-placeholder,
[data-palette="palette-6"] .form-group.floating-labels input[type="text"] input:-moz-placeholder,
[data-palette="palette-6"] .form-group.floating-labels input[type="text"] input::-moz-placeholder,
[data-palette="palette-6"] .form-group.floating-labels input[type="text"] input:-ms-input-placeholder,
[data-palette="palette-6"] .form-group.floating-labels input[type="password"] input::-webkit-input-placeholder,
[data-palette="palette-6"] .form-group.floating-labels input[type="password"] input:-moz-placeholder,
[data-palette="palette-6"] .form-group.floating-labels input[type="password"] input::-moz-placeholder,
[data-palette="palette-6"] .form-group.floating-labels input[type="password"] input:-ms-input-placeholder,
[data-palette="palette-6"] .form-group.floating-labels input[type="email"] input::-webkit-input-placeholder,
[data-palette="palette-6"] .form-group.floating-labels input[type="email"] input:-moz-placeholder,
[data-palette="palette-6"] .form-group.floating-labels input[type="email"] input::-moz-placeholder,
[data-palette="palette-6"] .form-group.floating-labels input[type="email"] input:-ms-input-placeholder {
    color: #262932 !important;
}

[data-palette="palette-7"] .form-group.floating-labels input[type="text"],
[data-palette="palette-7"] .form-group.floating-labels input[type="password"],
[data-palette="palette-7"] .form-group.floating-labels input[type="email"] {
    border-bottom: 1px solid #ffffff !important;
    color: #ffffff !important;
}

[data-palette="palette-7"] .form-group.floating-labels input[type="text"] input::-webkit-input-placeholder,
[data-palette="palette-7"] .form-group.floating-labels input[type="text"] input:-moz-placeholder,
[data-palette="palette-7"] .form-group.floating-labels input[type="text"] input::-moz-placeholder,
[data-palette="palette-7"] .form-group.floating-labels input[type="text"] input:-ms-input-placeholder,
[data-palette="palette-7"] .form-group.floating-labels input[type="password"] input::-webkit-input-placeholder,
[data-palette="palette-7"] .form-group.floating-labels input[type="password"] input:-moz-placeholder,
[data-palette="palette-7"] .form-group.floating-labels input[type="password"] input::-moz-placeholder,
[data-palette="palette-7"] .form-group.floating-labels input[type="password"] input:-ms-input-placeholder,
[data-palette="palette-7"] .form-group.floating-labels input[type="email"] input::-webkit-input-placeholder,
[data-palette="palette-7"] .form-group.floating-labels input[type="email"] input:-moz-placeholder,
[data-palette="palette-7"] .form-group.floating-labels input[type="email"] input::-moz-placeholder,
[data-palette="palette-7"] .form-group.floating-labels input[type="email"] input:-ms-input-placeholder {
    color: #ffffff !important;
}

[data-palette="palette-8"] .form-group.floating-labels input[type="text"],
[data-palette="palette-8"] .form-group.floating-labels input[type="password"],
[data-palette="palette-8"] .form-group.floating-labels input[type="email"] {
    border-bottom: 1px solid #ffffff !important;
    color: #ffffff !important;
}

[data-palette="palette-8"] .form-group.floating-labels input[type="text"] input::-webkit-input-placeholder,
[data-palette="palette-8"] .form-group.floating-labels input[type="text"] input:-moz-placeholder,
[data-palette="palette-8"] .form-group.floating-labels input[type="text"] input::-moz-placeholder,
[data-palette="palette-8"] .form-group.floating-labels input[type="text"] input:-ms-input-placeholder,
[data-palette="palette-8"] .form-group.floating-labels input[type="password"] input::-webkit-input-placeholder,
[data-palette="palette-8"] .form-group.floating-labels input[type="password"] input:-moz-placeholder,
[data-palette="palette-8"] .form-group.floating-labels input[type="password"] input::-moz-placeholder,
[data-palette="palette-8"] .form-group.floating-labels input[type="password"] input:-ms-input-placeholder,
[data-palette="palette-8"] .form-group.floating-labels input[type="email"] input::-webkit-input-placeholder,
[data-palette="palette-8"] .form-group.floating-labels input[type="email"] input:-moz-placeholder,
[data-palette="palette-8"] .form-group.floating-labels input[type="email"] input::-moz-placeholder,
[data-palette="palette-8"] .form-group.floating-labels input[type="email"] input:-ms-input-placeholder {
    color: #ffffff !important;
}

[data-palette="palette-9"] .form-group.floating-labels input[type="text"],
[data-palette="palette-9"] .form-group.floating-labels input[type="password"],
[data-palette="palette-9"] .form-group.floating-labels input[type="email"] {
    border-bottom: 1px solid #ffffff !important;
    color: #ffffff !important;
}

[data-palette="palette-9"] .form-group.floating-labels input[type="text"] input::-webkit-input-placeholder,
[data-palette="palette-9"] .form-group.floating-labels input[type="text"] input:-moz-placeholder,
[data-palette="palette-9"] .form-group.floating-labels input[type="text"] input::-moz-placeholder,
[data-palette="palette-9"] .form-group.floating-labels input[type="text"] input:-ms-input-placeholder,
[data-palette="palette-9"] .form-group.floating-labels input[type="password"] input::-webkit-input-placeholder,
[data-palette="palette-9"] .form-group.floating-labels input[type="password"] input:-moz-placeholder,
[data-palette="palette-9"] .form-group.floating-labels input[type="password"] input::-moz-placeholder,
[data-palette="palette-9"] .form-group.floating-labels input[type="password"] input:-ms-input-placeholder,
[data-palette="palette-9"] .form-group.floating-labels input[type="email"] input::-webkit-input-placeholder,
[data-palette="palette-9"] .form-group.floating-labels input[type="email"] input:-moz-placeholder,
[data-palette="palette-9"] .form-group.floating-labels input[type="email"] input::-moz-placeholder,
[data-palette="palette-9"] .form-group.floating-labels input[type="email"] input:-ms-input-placeholder {
    color: #ffffff !important;
}

[data-palette="palette-10"] .form-group.floating-labels input[type="text"],
[data-palette="palette-10"] .form-group.floating-labels input[type="password"],
[data-palette="palette-10"] .form-group.floating-labels input[type="email"] {
    border-bottom: 1px solid #ffffff !important;
    color: #ffffff !important;
}

[data-palette="palette-10"] .form-group.floating-labels input[type="text"] input::-webkit-input-placeholder,
[data-palette="palette-10"] .form-group.floating-labels input[type="text"] input:-moz-placeholder,
[data-palette="palette-10"] .form-group.floating-labels input[type="text"] input::-moz-placeholder,
[data-palette="palette-10"] .form-group.floating-labels input[type="text"] input:-ms-input-placeholder,
[data-palette="palette-10"] .form-group.floating-labels input[type="password"] input::-webkit-input-placeholder,
[data-palette="palette-10"] .form-group.floating-labels input[type="password"] input:-moz-placeholder,
[data-palette="palette-10"] .form-group.floating-labels input[type="password"] input::-moz-placeholder,
[data-palette="palette-10"] .form-group.floating-labels input[type="password"] input:-ms-input-placeholder,
[data-palette="palette-10"] .form-group.floating-labels input[type="email"] input::-webkit-input-placeholder,
[data-palette="palette-10"] .form-group.floating-labels input[type="email"] input:-moz-placeholder,
[data-palette="palette-10"] .form-group.floating-labels input[type="email"] input::-moz-placeholder,
[data-palette="palette-10"] .form-group.floating-labels input[type="email"] input:-ms-input-placeholder {
    color: #ffffff !important;
}

[data-palette="palette-11"] .form-group.floating-labels input[type="text"],
[data-palette="palette-11"] .form-group.floating-labels input[type="password"],
[data-palette="palette-11"] .form-group.floating-labels input[type="email"] {
    border-bottom: 1px solid #ffffff !important;
    color: #ffffff !important;
}

[data-palette="palette-11"] .form-group.floating-labels input[type="text"] input::-webkit-input-placeholder,
[data-palette="palette-11"] .form-group.floating-labels input[type="text"] input:-moz-placeholder,
[data-palette="palette-11"] .form-group.floating-labels input[type="text"] input::-moz-placeholder,
[data-palette="palette-11"] .form-group.floating-labels input[type="text"] input:-ms-input-placeholder,
[data-palette="palette-11"] .form-group.floating-labels input[type="password"] input::-webkit-input-placeholder,
[data-palette="palette-11"] .form-group.floating-labels input[type="password"] input:-moz-placeholder,
[data-palette="palette-11"] .form-group.floating-labels input[type="password"] input::-moz-placeholder,
[data-palette="palette-11"] .form-group.floating-labels input[type="password"] input:-ms-input-placeholder,
[data-palette="palette-11"] .form-group.floating-labels input[type="email"] input::-webkit-input-placeholder,
[data-palette="palette-11"] .form-group.floating-labels input[type="email"] input:-moz-placeholder,
[data-palette="palette-11"] .form-group.floating-labels input[type="email"] input::-moz-placeholder,
[data-palette="palette-11"] .form-group.floating-labels input[type="email"] input:-ms-input-placeholder {
    color: #ffffff !important;
}

[data-palette="palette-12"] .form-group.floating-labels input[type="text"],
[data-palette="palette-12"] .form-group.floating-labels input[type="password"],
[data-palette="palette-12"] .form-group.floating-labels input[type="email"] {
    border-bottom: 1px solid #ffffff !important;
    color: #ffffff !important;
}

[data-palette="palette-12"] .form-group.floating-labels input[type="text"] input::-webkit-input-placeholder,
[data-palette="palette-12"] .form-group.floating-labels input[type="text"] input:-moz-placeholder,
[data-palette="palette-12"] .form-group.floating-labels input[type="text"] input::-moz-placeholder,
[data-palette="palette-12"] .form-group.floating-labels input[type="text"] input:-ms-input-placeholder,
[data-palette="palette-12"] .form-group.floating-labels input[type="password"] input::-webkit-input-placeholder,
[data-palette="palette-12"] .form-group.floating-labels input[type="password"] input:-moz-placeholder,
[data-palette="palette-12"] .form-group.floating-labels input[type="password"] input::-moz-placeholder,
[data-palette="palette-12"] .form-group.floating-labels input[type="password"] input:-ms-input-placeholder,
[data-palette="palette-12"] .form-group.floating-labels input[type="email"] input::-webkit-input-placeholder,
[data-palette="palette-12"] .form-group.floating-labels input[type="email"] input:-moz-placeholder,
[data-palette="palette-12"] .form-group.floating-labels input[type="email"] input::-moz-placeholder,
[data-palette="palette-12"] .form-group.floating-labels input[type="email"] input:-ms-input-placeholder {
    color: #ffffff !important;
}

[data-palette="palette-13"] .form-group.floating-labels input[type="text"],
[data-palette="palette-13"] .form-group.floating-labels input[type="password"],
[data-palette="palette-13"] .form-group.floating-labels input[type="email"] {
    border-bottom: 1px solid #ffffff !important;
    color: #ffffff !important;
}

[data-palette="palette-13"] .form-group.floating-labels input[type="text"] input::-webkit-input-placeholder,
[data-palette="palette-13"] .form-group.floating-labels input[type="text"] input:-moz-placeholder,
[data-palette="palette-13"] .form-group.floating-labels input[type="text"] input::-moz-placeholder,
[data-palette="palette-13"] .form-group.floating-labels input[type="text"] input:-ms-input-placeholder,
[data-palette="palette-13"] .form-group.floating-labels input[type="password"] input::-webkit-input-placeholder,
[data-palette="palette-13"] .form-group.floating-labels input[type="password"] input:-moz-placeholder,
[data-palette="palette-13"] .form-group.floating-labels input[type="password"] input::-moz-placeholder,
[data-palette="palette-13"] .form-group.floating-labels input[type="password"] input:-ms-input-placeholder,
[data-palette="palette-13"] .form-group.floating-labels input[type="email"] input::-webkit-input-placeholder,
[data-palette="palette-13"] .form-group.floating-labels input[type="email"] input:-moz-placeholder,
[data-palette="palette-13"] .form-group.floating-labels input[type="email"] input::-moz-placeholder,
[data-palette="palette-13"] .form-group.floating-labels input[type="email"] input:-ms-input-placeholder {
    color: #ffffff !important;
}

[data-palette="palette-14"] .form-group.floating-labels input[type="text"],
[data-palette="palette-14"] .form-group.floating-labels input[type="password"],
[data-palette="palette-14"] .form-group.floating-labels input[type="email"] {
    border-bottom: 1px solid #ffffff !important;
    color: #ffffff !important;
}

[data-palette="palette-14"] .form-group.floating-labels input[type="text"] input::-webkit-input-placeholder,
[data-palette="palette-14"] .form-group.floating-labels input[type="text"] input:-moz-placeholder,
[data-palette="palette-14"] .form-group.floating-labels input[type="text"] input::-moz-placeholder,
[data-palette="palette-14"] .form-group.floating-labels input[type="text"] input:-ms-input-placeholder,
[data-palette="palette-14"] .form-group.floating-labels input[type="password"] input::-webkit-input-placeholder,
[data-palette="palette-14"] .form-group.floating-labels input[type="password"] input:-moz-placeholder,
[data-palette="palette-14"] .form-group.floating-labels input[type="password"] input::-moz-placeholder,
[data-palette="palette-14"] .form-group.floating-labels input[type="password"] input:-ms-input-placeholder,
[data-palette="palette-14"] .form-group.floating-labels input[type="email"] input::-webkit-input-placeholder,
[data-palette="palette-14"] .form-group.floating-labels input[type="email"] input:-moz-placeholder,
[data-palette="palette-14"] .form-group.floating-labels input[type="email"] input::-moz-placeholder,
[data-palette="palette-14"] .form-group.floating-labels input[type="email"] input:-ms-input-placeholder {
    color: #ffffff !important;
}

[data-palette="palette-15"] .form-group.floating-labels input[type="text"],
[data-palette="palette-15"] .form-group.floating-labels input[type="password"],
[data-palette="palette-15"] .form-group.floating-labels input[type="email"] {
    border-bottom: 1px solid #ffffff !important;
    color: #ffffff !important;
}

[data-palette="palette-15"] .form-group.floating-labels input[type="text"] input::-webkit-input-placeholder,
[data-palette="palette-15"] .form-group.floating-labels input[type="text"] input:-moz-placeholder,
[data-palette="palette-15"] .form-group.floating-labels input[type="text"] input::-moz-placeholder,
[data-palette="palette-15"] .form-group.floating-labels input[type="text"] input:-ms-input-placeholder,
[data-palette="palette-15"] .form-group.floating-labels input[type="password"] input::-webkit-input-placeholder,
[data-palette="palette-15"] .form-group.floating-labels input[type="password"] input:-moz-placeholder,
[data-palette="palette-15"] .form-group.floating-labels input[type="password"] input::-moz-placeholder,
[data-palette="palette-15"] .form-group.floating-labels input[type="password"] input:-ms-input-placeholder,
[data-palette="palette-15"] .form-group.floating-labels input[type="email"] input::-webkit-input-placeholder,
[data-palette="palette-15"] .form-group.floating-labels input[type="email"] input:-moz-placeholder,
[data-palette="palette-15"] .form-group.floating-labels input[type="email"] input::-moz-placeholder,
[data-palette="palette-15"] .form-group.floating-labels input[type="email"] input:-ms-input-placeholder {
    color: #ffffff !important;
}

[data-palette="palette-16"] .form-group.floating-labels input[type="text"],
[data-palette="palette-16"] .form-group.floating-labels input[type="password"],
[data-palette="palette-16"] .form-group.floating-labels input[type="email"] {
    border-bottom: 1px solid #ffffff !important;
    color: #ffffff !important;
}

[data-palette="palette-16"] .form-group.floating-labels input[type="text"] input::-webkit-input-placeholder,
[data-palette="palette-16"] .form-group.floating-labels input[type="text"] input:-moz-placeholder,
[data-palette="palette-16"] .form-group.floating-labels input[type="text"] input::-moz-placeholder,
[data-palette="palette-16"] .form-group.floating-labels input[type="text"] input:-ms-input-placeholder,
[data-palette="palette-16"] .form-group.floating-labels input[type="password"] input::-webkit-input-placeholder,
[data-palette="palette-16"] .form-group.floating-labels input[type="password"] input:-moz-placeholder,
[data-palette="palette-16"] .form-group.floating-labels input[type="password"] input::-moz-placeholder,
[data-palette="palette-16"] .form-group.floating-labels input[type="password"] input:-ms-input-placeholder,
[data-palette="palette-16"] .form-group.floating-labels input[type="email"] input::-webkit-input-placeholder,
[data-palette="palette-16"] .form-group.floating-labels input[type="email"] input:-moz-placeholder,
[data-palette="palette-16"] .form-group.floating-labels input[type="email"] input::-moz-placeholder,
[data-palette="palette-16"] .form-group.floating-labels input[type="email"] input:-ms-input-placeholder {
    color: #ffffff !important;
}

[data-palette="palette-17"] .form-group.floating-labels input[type="text"],
[data-palette="palette-17"] .form-group.floating-labels input[type="password"],
[data-palette="palette-17"] .form-group.floating-labels input[type="email"] {
    border-bottom: 1px solid #ffffff !important;
    color: #ffffff !important;
}

[data-palette="palette-17"] .form-group.floating-labels input[type="text"] input::-webkit-input-placeholder,
[data-palette="palette-17"] .form-group.floating-labels input[type="text"] input:-moz-placeholder,
[data-palette="palette-17"] .form-group.floating-labels input[type="text"] input::-moz-placeholder,
[data-palette="palette-17"] .form-group.floating-labels input[type="text"] input:-ms-input-placeholder,
[data-palette="palette-17"] .form-group.floating-labels input[type="password"] input::-webkit-input-placeholder,
[data-palette="palette-17"] .form-group.floating-labels input[type="password"] input:-moz-placeholder,
[data-palette="palette-17"] .form-group.floating-labels input[type="password"] input::-moz-placeholder,
[data-palette="palette-17"] .form-group.floating-labels input[type="password"] input:-ms-input-placeholder,
[data-palette="palette-17"] .form-group.floating-labels input[type="email"] input::-webkit-input-placeholder,
[data-palette="palette-17"] .form-group.floating-labels input[type="email"] input:-moz-placeholder,
[data-palette="palette-17"] .form-group.floating-labels input[type="email"] input::-moz-placeholder,
[data-palette="palette-17"] .form-group.floating-labels input[type="email"] input:-ms-input-placeholder {
    color: #ffffff !important;
}

[data-palette="palette-18"] .form-group.floating-labels input[type="text"],
[data-palette="palette-18"] .form-group.floating-labels input[type="password"],
[data-palette="palette-18"] .form-group.floating-labels input[type="email"] {
    border-bottom: 1px solid #ffffff !important;
    color: #ffffff !important;
}

[data-palette="palette-18"] .form-group.floating-labels input[type="text"] input::-webkit-input-placeholder,
[data-palette="palette-18"] .form-group.floating-labels input[type="text"] input:-moz-placeholder,
[data-palette="palette-18"] .form-group.floating-labels input[type="text"] input::-moz-placeholder,
[data-palette="palette-18"] .form-group.floating-labels input[type="text"] input:-ms-input-placeholder,
[data-palette="palette-18"] .form-group.floating-labels input[type="password"] input::-webkit-input-placeholder,
[data-palette="palette-18"] .form-group.floating-labels input[type="password"] input:-moz-placeholder,
[data-palette="palette-18"] .form-group.floating-labels input[type="password"] input::-moz-placeholder,
[data-palette="palette-18"] .form-group.floating-labels input[type="password"] input:-ms-input-placeholder,
[data-palette="palette-18"] .form-group.floating-labels input[type="email"] input::-webkit-input-placeholder,
[data-palette="palette-18"] .form-group.floating-labels input[type="email"] input:-moz-placeholder,
[data-palette="palette-18"] .form-group.floating-labels input[type="email"] input::-moz-placeholder,
[data-palette="palette-18"] .form-group.floating-labels input[type="email"] input:-ms-input-placeholder {
    color: #ffffff !important;
}

[data-palette="palette-19"] .form-group.floating-labels input[type="text"],
[data-palette="palette-19"] .form-group.floating-labels input[type="password"],
[data-palette="palette-19"] .form-group.floating-labels input[type="email"] {
    border-bottom: 1px solid #ffffff !important;
    color: #ffffff !important;
}

[data-palette="palette-19"] .form-group.floating-labels input[type="text"] input::-webkit-input-placeholder,
[data-palette="palette-19"] .form-group.floating-labels input[type="text"] input:-moz-placeholder,
[data-palette="palette-19"] .form-group.floating-labels input[type="text"] input::-moz-placeholder,
[data-palette="palette-19"] .form-group.floating-labels input[type="text"] input:-ms-input-placeholder,
[data-palette="palette-19"] .form-group.floating-labels input[type="password"] input::-webkit-input-placeholder,
[data-palette="palette-19"] .form-group.floating-labels input[type="password"] input:-moz-placeholder,
[data-palette="palette-19"] .form-group.floating-labels input[type="password"] input::-moz-placeholder,
[data-palette="palette-19"] .form-group.floating-labels input[type="password"] input:-ms-input-placeholder,
[data-palette="palette-19"] .form-group.floating-labels input[type="email"] input::-webkit-input-placeholder,
[data-palette="palette-19"] .form-group.floating-labels input[type="email"] input:-moz-placeholder,
[data-palette="palette-19"] .form-group.floating-labels input[type="email"] input::-moz-placeholder,
[data-palette="palette-19"] .form-group.floating-labels input[type="email"] input:-ms-input-placeholder {
    color: #ffffff !important;
}

[data-palette="palette-20"] .form-group.floating-labels input[type="text"],
[data-palette="palette-20"] .form-group.floating-labels input[type="password"],
[data-palette="palette-20"] .form-group.floating-labels input[type="email"] {
    border-bottom: 1px solid #ffffff !important;
    color: #ffffff !important;
}

[data-palette="palette-20"] .form-group.floating-labels input[type="text"] input::-webkit-input-placeholder,
[data-palette="palette-20"] .form-group.floating-labels input[type="text"] input:-moz-placeholder,
[data-palette="palette-20"] .form-group.floating-labels input[type="text"] input::-moz-placeholder,
[data-palette="palette-20"] .form-group.floating-labels input[type="text"] input:-ms-input-placeholder,
[data-palette="palette-20"] .form-group.floating-labels input[type="password"] input::-webkit-input-placeholder,
[data-palette="palette-20"] .form-group.floating-labels input[type="password"] input:-moz-placeholder,
[data-palette="palette-20"] .form-group.floating-labels input[type="password"] input::-moz-placeholder,
[data-palette="palette-20"] .form-group.floating-labels input[type="password"] input:-ms-input-placeholder,
[data-palette="palette-20"] .form-group.floating-labels input[type="email"] input::-webkit-input-placeholder,
[data-palette="palette-20"] .form-group.floating-labels input[type="email"] input:-moz-placeholder,
[data-palette="palette-20"] .form-group.floating-labels input[type="email"] input::-moz-placeholder,
[data-palette="palette-20"] .form-group.floating-labels input[type="email"] input:-ms-input-placeholder {
    color: #ffffff !important;
}

[data-palette="palette-21"] .form-group.floating-labels input[type="text"],
[data-palette="palette-21"] .form-group.floating-labels input[type="password"],
[data-palette="palette-21"] .form-group.floating-labels input[type="email"] {
    border-bottom: 1px solid #ffffff !important;
    color: #ffffff !important;
}

[data-palette="palette-21"] .form-group.floating-labels input[type="text"] input::-webkit-input-placeholder,
[data-palette="palette-21"] .form-group.floating-labels input[type="text"] input:-moz-placeholder,
[data-palette="palette-21"] .form-group.floating-labels input[type="text"] input::-moz-placeholder,
[data-palette="palette-21"] .form-group.floating-labels input[type="text"] input:-ms-input-placeholder,
[data-palette="palette-21"] .form-group.floating-labels input[type="password"] input::-webkit-input-placeholder,
[data-palette="palette-21"] .form-group.floating-labels input[type="password"] input:-moz-placeholder,
[data-palette="palette-21"] .form-group.floating-labels input[type="password"] input::-moz-placeholder,
[data-palette="palette-21"] .form-group.floating-labels input[type="password"] input:-ms-input-placeholder,
[data-palette="palette-21"] .form-group.floating-labels input[type="email"] input::-webkit-input-placeholder,
[data-palette="palette-21"] .form-group.floating-labels input[type="email"] input:-moz-placeholder,
[data-palette="palette-21"] .form-group.floating-labels input[type="email"] input::-moz-placeholder,
[data-palette="palette-21"] .form-group.floating-labels input[type="email"] input:-ms-input-placeholder {
    color: #ffffff !important;
}

[data-palette="palette-22"] .form-group.floating-labels input[type="text"],
[data-palette="palette-22"] .form-group.floating-labels input[type="password"],
[data-palette="palette-22"] .form-group.floating-labels input[type="email"] {
    border-bottom: 1px solid #ffffff !important;
    color: #ffffff !important;
}

[data-palette="palette-22"] .form-group.floating-labels input[type="text"] input::-webkit-input-placeholder,
[data-palette="palette-22"] .form-group.floating-labels input[type="text"] input:-moz-placeholder,
[data-palette="palette-22"] .form-group.floating-labels input[type="text"] input::-moz-placeholder,
[data-palette="palette-22"] .form-group.floating-labels input[type="text"] input:-ms-input-placeholder,
[data-palette="palette-22"] .form-group.floating-labels input[type="password"] input::-webkit-input-placeholder,
[data-palette="palette-22"] .form-group.floating-labels input[type="password"] input:-moz-placeholder,
[data-palette="palette-22"] .form-group.floating-labels input[type="password"] input::-moz-placeholder,
[data-palette="palette-22"] .form-group.floating-labels input[type="password"] input:-ms-input-placeholder,
[data-palette="palette-22"] .form-group.floating-labels input[type="email"] input::-webkit-input-placeholder,
[data-palette="palette-22"] .form-group.floating-labels input[type="email"] input:-moz-placeholder,
[data-palette="palette-22"] .form-group.floating-labels input[type="email"] input::-moz-placeholder,
[data-palette="palette-22"] .form-group.floating-labels input[type="email"] input:-ms-input-placeholder {
    color: #ffffff !important;
}

[data-palette="palette-23"] .form-group.floating-labels input[type="text"],
[data-palette="palette-23"] .form-group.floating-labels input[type="password"],
[data-palette="palette-23"] .form-group.floating-labels input[type="email"] {
    border-bottom: 1px solid #ffffff !important;
    color: #ffffff !important;
}

[data-palette="palette-23"] .form-group.floating-labels input[type="text"] input::-webkit-input-placeholder,
[data-palette="palette-23"] .form-group.floating-labels input[type="text"] input:-moz-placeholder,
[data-palette="palette-23"] .form-group.floating-labels input[type="text"] input::-moz-placeholder,
[data-palette="palette-23"] .form-group.floating-labels input[type="text"] input:-ms-input-placeholder,
[data-palette="palette-23"] .form-group.floating-labels input[type="password"] input::-webkit-input-placeholder,
[data-palette="palette-23"] .form-group.floating-labels input[type="password"] input:-moz-placeholder,
[data-palette="palette-23"] .form-group.floating-labels input[type="password"] input::-moz-placeholder,
[data-palette="palette-23"] .form-group.floating-labels input[type="password"] input:-ms-input-placeholder,
[data-palette="palette-23"] .form-group.floating-labels input[type="email"] input::-webkit-input-placeholder,
[data-palette="palette-23"] .form-group.floating-labels input[type="email"] input:-moz-placeholder,
[data-palette="palette-23"] .form-group.floating-labels input[type="email"] input::-moz-placeholder,
[data-palette="palette-23"] .form-group.floating-labels input[type="email"] input:-ms-input-placeholder {
    color: #ffffff !important;
}

.typeahead.dropdown-menu {
    background: transparent !important;
    padding: 0;
    box-shadow: none;
    border-radius: 0;
    border: 0;
}

.typeahead.dropdown-menu .dropdown-item {
    padding: 10px 15px;
    font-weight: 300;
    font-size: 15px;
    position: relative;
    transition: all .4s;
    transition-property: all;
    transition-duration: 0.4s;
    transition-timing-function: initial;
    transition-delay: initial;
    font-weight: 400;
    text-shadow: none !important;
    border: none !important;
}

[data-direction="ltr"] .typeahead.dropdown-menu {
    min-width: 160px;
}

[data-direction="ltr"] .typeahead.dropdown-menu .dropdown-item {
    text-align: left !important;
    min-width: 160px;
}

[data-direction="rtl"] .typeahead.dropdown-menu {
    left: 100% !important;
    right: 0;
    min-width: 160px;
    margin-right: 20px;
}

[data-direction="rtl"] .typeahead.dropdown-menu .dropdown-item {
    text-align: right !important;
    min-width: 160px;
}

[data-palette="palette-1"] .typeahead.dropdown-menu .dropdown-item {
    background: #313131 !important;
    color: #ffffff !important;
    border-top: 1px solid #3e3e3e;
    border-left: 1px solid #3e3e3e;
    border-right: 1px solid #3e3e3e;
}

[data-palette="palette-1"] .typeahead.dropdown-menu .dropdown-item i {
    color: #ffffff !important;
}

[data-palette="palette-1"] .typeahead.dropdown-menu .dropdown-item:last-child {
    border-bottom: 1px solid #3e3e3e;
}

[data-palette="palette-1"] .typeahead.dropdown-menu .dropdown-item:hover {
    background: #4a4a4a !important;
}

.active [data-palette="palette-1"] .typeahead.dropdown-menu .dropdown-item a, .active [data-palette="palette-1"] .typeahead.dropdown-menu .dropdown-item a:focus, .active [data-palette="palette-1"] .typeahead.dropdown-menu .dropdown-item a:hover {
    background: #3e3e3e !important;
}

[data-palette="palette-2"] .typeahead.dropdown-menu .dropdown-item {
    background: #313540 !important;
    color: #ffffff !important;
    border-top: 1px solid #3c414f;
    border-left: 1px solid #3c414f;
    border-right: 1px solid #3c414f;
}

[data-palette="palette-2"] .typeahead.dropdown-menu .dropdown-item i {
    color: #ffffff !important;
}

[data-palette="palette-2"] .typeahead.dropdown-menu .dropdown-item:last-child {
    border-bottom: 1px solid #3c414f;
}

[data-palette="palette-2"] .typeahead.dropdown-menu .dropdown-item:hover {
    background: #474d5d !important;
}

.active [data-palette="palette-2"] .typeahead.dropdown-menu .dropdown-item a, .active [data-palette="palette-2"] .typeahead.dropdown-menu .dropdown-item a:focus, .active [data-palette="palette-2"] .typeahead.dropdown-menu .dropdown-item a:hover {
    background: #3c414f !important;
}

[data-palette="palette-3"] .typeahead.dropdown-menu .dropdown-item {
    background: #0d0d0d !important;
    color: #ffffff !important;
    border-top: 1px solid #1a1a1a;
    border-left: 1px solid #1a1a1a;
    border-right: 1px solid #1a1a1a;
}

[data-palette="palette-3"] .typeahead.dropdown-menu .dropdown-item i {
    color: #ffffff !important;
}

[data-palette="palette-3"] .typeahead.dropdown-menu .dropdown-item:last-child {
    border-bottom: 1px solid #1a1a1a;
}

[data-palette="palette-3"] .typeahead.dropdown-menu .dropdown-item:hover {
    background: #262626 !important;
}

.active [data-palette="palette-3"] .typeahead.dropdown-menu .dropdown-item a, .active [data-palette="palette-3"] .typeahead.dropdown-menu .dropdown-item a:focus, .active [data-palette="palette-3"] .typeahead.dropdown-menu .dropdown-item a:hover {
    background: #1a1a1a !important;
}

[data-palette="palette-4"] .typeahead.dropdown-menu .dropdown-item {
    background: #ffffff !important;
    color: #262932 !important;
    border-top: 1px solid #f2f2f2;
    border-left: 1px solid #f2f2f2;
    border-right: 1px solid #f2f2f2;
}

[data-palette="palette-4"] .typeahead.dropdown-menu .dropdown-item i {
    color: #262932 !important;
}

[data-palette="palette-4"] .typeahead.dropdown-menu .dropdown-item:last-child {
    border-bottom: 1px solid #f2f2f2;
}

[data-palette="palette-4"] .typeahead.dropdown-menu .dropdown-item:hover {
    background: #e6e6e6 !important;
}

.active [data-palette="palette-4"] .typeahead.dropdown-menu .dropdown-item a, .active [data-palette="palette-4"] .typeahead.dropdown-menu .dropdown-item a:focus, .active [data-palette="palette-4"] .typeahead.dropdown-menu .dropdown-item a:hover {
    background: #f2f2f2 !important;
}

[data-palette="palette-5"] .typeahead.dropdown-menu .dropdown-item {
    background: #ffffff !important;
    color: #262932 !important;
    border-top: 1px solid #f2f2f2;
    border-left: 1px solid #f2f2f2;
    border-right: 1px solid #f2f2f2;
}

[data-palette="palette-5"] .typeahead.dropdown-menu .dropdown-item i {
    color: #262932 !important;
}

[data-palette="palette-5"] .typeahead.dropdown-menu .dropdown-item:last-child {
    border-bottom: 1px solid #f2f2f2;
}

[data-palette="palette-5"] .typeahead.dropdown-menu .dropdown-item:hover {
    background: #e6e6e6 !important;
}

.active [data-palette="palette-5"] .typeahead.dropdown-menu .dropdown-item a, .active [data-palette="palette-5"] .typeahead.dropdown-menu .dropdown-item a:focus, .active [data-palette="palette-5"] .typeahead.dropdown-menu .dropdown-item a:hover {
    background: #f2f2f2 !important;
}

[data-palette="palette-6"] .typeahead.dropdown-menu .dropdown-item {
    background: #ffffff !important;
    color: #262932 !important;
    border-top: 1px solid #f2f2f2;
    border-left: 1px solid #f2f2f2;
    border-right: 1px solid #f2f2f2;
}

[data-palette="palette-6"] .typeahead.dropdown-menu .dropdown-item i {
    color: #262932 !important;
}

[data-palette="palette-6"] .typeahead.dropdown-menu .dropdown-item:last-child {
    border-bottom: 1px solid #f2f2f2;
}

[data-palette="palette-6"] .typeahead.dropdown-menu .dropdown-item:hover {
    background: #e6e6e6 !important;
}

.active [data-palette="palette-6"] .typeahead.dropdown-menu .dropdown-item a, .active [data-palette="palette-6"] .typeahead.dropdown-menu .dropdown-item a:focus, .active [data-palette="palette-6"] .typeahead.dropdown-menu .dropdown-item a:hover {
    background: #f2f2f2 !important;
}

[data-palette="palette-7"] .typeahead.dropdown-menu .dropdown-item {
    background: #0275d8 !important;
    color: #ffffff !important;
    border-top: 1px solid #0283f1;
    border-left: 1px solid #0283f1;
    border-right: 1px solid #0283f1;
}

[data-palette="palette-7"] .typeahead.dropdown-menu .dropdown-item i {
    color: #ffffff !important;
}

[data-palette="palette-7"] .typeahead.dropdown-menu .dropdown-item:last-child {
    border-bottom: 1px solid #0283f1;
}

[data-palette="palette-7"] .typeahead.dropdown-menu .dropdown-item:hover {
    background: #108ffd !important;
}

.active [data-palette="palette-7"] .typeahead.dropdown-menu .dropdown-item a, .active [data-palette="palette-7"] .typeahead.dropdown-menu .dropdown-item a:focus, .active [data-palette="palette-7"] .typeahead.dropdown-menu .dropdown-item a:hover {
    background: #0283f1 !important;
}

[data-palette="palette-8"] .typeahead.dropdown-menu .dropdown-item {
    background: #0267bf !important;
    color: #ffffff !important;
    border-top: 1px solid #0275d8;
    border-left: 1px solid #0275d8;
    border-right: 1px solid #0275d8;
}

[data-palette="palette-8"] .typeahead.dropdown-menu .dropdown-item i {
    color: #ffffff !important;
}

[data-palette="palette-8"] .typeahead.dropdown-menu .dropdown-item:last-child {
    border-bottom: 1px solid #0275d8;
}

[data-palette="palette-8"] .typeahead.dropdown-menu .dropdown-item:hover {
    background: #0283f1 !important;
}

.active [data-palette="palette-8"] .typeahead.dropdown-menu .dropdown-item a, .active [data-palette="palette-8"] .typeahead.dropdown-menu .dropdown-item a:focus, .active [data-palette="palette-8"] .typeahead.dropdown-menu .dropdown-item a:hover {
    background: #0275d8 !important;
}

[data-palette="palette-9"] .typeahead.dropdown-menu .dropdown-item {
    background: #025aa5 !important;
    color: #ffffff !important;
    border-top: 1px solid #0267bf;
    border-left: 1px solid #0267bf;
    border-right: 1px solid #0267bf;
}

[data-palette="palette-9"] .typeahead.dropdown-menu .dropdown-item i {
    color: #ffffff !important;
}

[data-palette="palette-9"] .typeahead.dropdown-menu .dropdown-item:last-child {
    border-bottom: 1px solid #0267bf;
}

[data-palette="palette-9"] .typeahead.dropdown-menu .dropdown-item:hover {
    background: #0275d8 !important;
}

.active [data-palette="palette-9"] .typeahead.dropdown-menu .dropdown-item a, .active [data-palette="palette-9"] .typeahead.dropdown-menu .dropdown-item a:focus, .active [data-palette="palette-9"] .typeahead.dropdown-menu .dropdown-item a:hover {
    background: #0267bf !important;
}

[data-palette="palette-10"] .typeahead.dropdown-menu .dropdown-item {
    background: #150d73 !important;
    color: #ffffff !important;
    border-top: 1px solid #1a0f8a;
    border-left: 1px solid #1a0f8a;
    border-right: 1px solid #1a0f8a;
}

[data-palette="palette-10"] .typeahead.dropdown-menu .dropdown-item i {
    color: #ffffff !important;
}

[data-palette="palette-10"] .typeahead.dropdown-menu .dropdown-item:last-child {
    border-bottom: 1px solid #1a0f8a;
}

[data-palette="palette-10"] .typeahead.dropdown-menu .dropdown-item:hover {
    background: #1e12a1 !important;
}

.active [data-palette="palette-10"] .typeahead.dropdown-menu .dropdown-item a, .active [data-palette="palette-10"] .typeahead.dropdown-menu .dropdown-item a:focus, .active [data-palette="palette-10"] .typeahead.dropdown-menu .dropdown-item a:hover {
    background: #1a0f8a !important;
}

[data-palette="palette-11"] .typeahead.dropdown-menu .dropdown-item {
    background: #1f13a8 !important;
    color: #ffffff !important;
    border-top: 1px solid #2415bf;
    border-left: 1px solid #2415bf;
    border-right: 1px solid #2415bf;
}

[data-palette="palette-11"] .typeahead.dropdown-menu .dropdown-item i {
    color: #ffffff !important;
}

[data-palette="palette-11"] .typeahead.dropdown-menu .dropdown-item:last-child {
    border-bottom: 1px solid #2415bf;
}

[data-palette="palette-11"] .typeahead.dropdown-menu .dropdown-item:hover {
    background: #2818d6 !important;
}

.active [data-palette="palette-11"] .typeahead.dropdown-menu .dropdown-item a, .active [data-palette="palette-11"] .typeahead.dropdown-menu .dropdown-item a:focus, .active [data-palette="palette-11"] .typeahead.dropdown-menu .dropdown-item a:hover {
    background: #2415bf !important;
}

[data-palette="palette-12"] .typeahead.dropdown-menu .dropdown-item {
    background: #2919de !important;
    color: #ffffff !important;
    border-top: 1px solid #3929e7;
    border-left: 1px solid #3929e7;
    border-right: 1px solid #3929e7;
}

[data-palette="palette-12"] .typeahead.dropdown-menu .dropdown-item i {
    color: #ffffff !important;
}

[data-palette="palette-12"] .typeahead.dropdown-menu .dropdown-item:last-child {
    border-bottom: 1px solid #3929e7;
}

[data-palette="palette-12"] .typeahead.dropdown-menu .dropdown-item:hover {
    background: #4e40ea !important;
}

.active [data-palette="palette-12"] .typeahead.dropdown-menu .dropdown-item a, .active [data-palette="palette-12"] .typeahead.dropdown-menu .dropdown-item a:focus, .active [data-palette="palette-12"] .typeahead.dropdown-menu .dropdown-item a:hover {
    background: #3929e7 !important;
}

[data-palette="palette-13"] .typeahead.dropdown-menu .dropdown-item {
    background: #3f0d73 !important;
    color: #ffffff !important;
    border-top: 1px solid #4b0f8a;
    border-left: 1px solid #4b0f8a;
    border-right: 1px solid #4b0f8a;
}

[data-palette="palette-13"] .typeahead.dropdown-menu .dropdown-item i {
    color: #ffffff !important;
}

[data-palette="palette-13"] .typeahead.dropdown-menu .dropdown-item:last-child {
    border-bottom: 1px solid #4b0f8a;
}

[data-palette="palette-13"] .typeahead.dropdown-menu .dropdown-item:hover {
    background: #5812a1 !important;
}

.active [data-palette="palette-13"] .typeahead.dropdown-menu .dropdown-item a, .active [data-palette="palette-13"] .typeahead.dropdown-menu .dropdown-item a:focus, .active [data-palette="palette-13"] .typeahead.dropdown-menu .dropdown-item a:hover {
    background: #4b0f8a !important;
}

[data-palette="palette-14"] .typeahead.dropdown-menu .dropdown-item {
    background: #5c13a8 !important;
    color: #ffffff !important;
    border-top: 1px solid #6815bf;
    border-left: 1px solid #6815bf;
    border-right: 1px solid #6815bf;
}

[data-palette="palette-14"] .typeahead.dropdown-menu .dropdown-item i {
    color: #ffffff !important;
}

[data-palette="palette-14"] .typeahead.dropdown-menu .dropdown-item:last-child {
    border-bottom: 1px solid #6815bf;
}

[data-palette="palette-14"] .typeahead.dropdown-menu .dropdown-item:hover {
    background: #7518d6 !important;
}

.active [data-palette="palette-14"] .typeahead.dropdown-menu .dropdown-item a, .active [data-palette="palette-14"] .typeahead.dropdown-menu .dropdown-item a:focus, .active [data-palette="palette-14"] .typeahead.dropdown-menu .dropdown-item a:hover {
    background: #6815bf !important;
}

[data-palette="palette-15"] .typeahead.dropdown-menu .dropdown-item {
    background: #7819de !important;
    color: #ffffff !important;
    border-top: 1px solid #8529e7;
    border-left: 1px solid #8529e7;
    border-right: 1px solid #8529e7;
}

[data-palette="palette-15"] .typeahead.dropdown-menu .dropdown-item i {
    color: #ffffff !important;
}

[data-palette="palette-15"] .typeahead.dropdown-menu .dropdown-item:last-child {
    border-bottom: 1px solid #8529e7;
}

[data-palette="palette-15"] .typeahead.dropdown-menu .dropdown-item:hover {
    background: #9240ea !important;
}

.active [data-palette="palette-15"] .typeahead.dropdown-menu .dropdown-item a, .active [data-palette="palette-15"] .typeahead.dropdown-menu .dropdown-item a:focus, .active [data-palette="palette-15"] .typeahead.dropdown-menu .dropdown-item a:hover {
    background: #8529e7 !important;
}

[data-palette="palette-16"] .typeahead.dropdown-menu .dropdown-item {
    background: #a8135e !important;
    color: #ffffff !important;
    border-top: 1px solid #bf156b;
    border-left: 1px solid #bf156b;
    border-right: 1px solid #bf156b;
}

[data-palette="palette-16"] .typeahead.dropdown-menu .dropdown-item i {
    color: #ffffff !important;
}

[data-palette="palette-16"] .typeahead.dropdown-menu .dropdown-item:last-child {
    border-bottom: 1px solid #bf156b;
}

[data-palette="palette-16"] .typeahead.dropdown-menu .dropdown-item:hover {
    background: #d61877 !important;
}

.active [data-palette="palette-16"] .typeahead.dropdown-menu .dropdown-item a, .active [data-palette="palette-16"] .typeahead.dropdown-menu .dropdown-item a:focus, .active [data-palette="palette-16"] .typeahead.dropdown-menu .dropdown-item a:hover {
    background: #bf156b !important;
}

[data-palette="palette-17"] .typeahead.dropdown-menu .dropdown-item {
    background: #de197c !important;
    color: #ffffff !important;
    border-top: 1px solid #e72989;
    border-left: 1px solid #e72989;
    border-right: 1px solid #e72989;
}

[data-palette="palette-17"] .typeahead.dropdown-menu .dropdown-item i {
    color: #ffffff !important;
}

[data-palette="palette-17"] .typeahead.dropdown-menu .dropdown-item:last-child {
    border-bottom: 1px solid #e72989;
}

[data-palette="palette-17"] .typeahead.dropdown-menu .dropdown-item:hover {
    background: #ea4095 !important;
}

.active [data-palette="palette-17"] .typeahead.dropdown-menu .dropdown-item a, .active [data-palette="palette-17"] .typeahead.dropdown-menu .dropdown-item a:focus, .active [data-palette="palette-17"] .typeahead.dropdown-menu .dropdown-item a:hover {
    background: #e72989 !important;
}

[data-palette="palette-18"] .typeahead.dropdown-menu .dropdown-item {
    background: #a81b13 !important;
    color: #ffffff !important;
    border-top: 1px solid #bf1e15;
    border-left: 1px solid #bf1e15;
    border-right: 1px solid #bf1e15;
}

[data-palette="palette-18"] .typeahead.dropdown-menu .dropdown-item i {
    color: #ffffff !important;
}

[data-palette="palette-18"] .typeahead.dropdown-menu .dropdown-item:last-child {
    border-bottom: 1px solid #bf1e15;
}

[data-palette="palette-18"] .typeahead.dropdown-menu .dropdown-item:hover {
    background: #d62218 !important;
}

.active [data-palette="palette-18"] .typeahead.dropdown-menu .dropdown-item a, .active [data-palette="palette-18"] .typeahead.dropdown-menu .dropdown-item a:focus, .active [data-palette="palette-18"] .typeahead.dropdown-menu .dropdown-item a:hover {
    background: #bf1e15 !important;
}

[data-palette="palette-19"] .typeahead.dropdown-menu .dropdown-item {
    background: #de2319 !important;
    color: #ffffff !important;
    border-top: 1px solid #e73229;
    border-left: 1px solid #e73229;
    border-right: 1px solid #e73229;
}

[data-palette="palette-19"] .typeahead.dropdown-menu .dropdown-item i {
    color: #ffffff !important;
}

[data-palette="palette-19"] .typeahead.dropdown-menu .dropdown-item:last-child {
    border-bottom: 1px solid #e73229;
}

[data-palette="palette-19"] .typeahead.dropdown-menu .dropdown-item:hover {
    background: #ea4840 !important;
}

.active [data-palette="palette-19"] .typeahead.dropdown-menu .dropdown-item a, .active [data-palette="palette-19"] .typeahead.dropdown-menu .dropdown-item a:focus, .active [data-palette="palette-19"] .typeahead.dropdown-menu .dropdown-item a:hover {
    background: #e73229 !important;
}

[data-palette="palette-20"] .typeahead.dropdown-menu .dropdown-item {
    background: #0d731a !important;
    color: #ffffff !important;
    border-top: 1px solid #0f8a20;
    border-left: 1px solid #0f8a20;
    border-right: 1px solid #0f8a20;
}

[data-palette="palette-20"] .typeahead.dropdown-menu .dropdown-item i {
    color: #ffffff !important;
}

[data-palette="palette-20"] .typeahead.dropdown-menu .dropdown-item:last-child {
    border-bottom: 1px solid #0f8a20;
}

[data-palette="palette-20"] .typeahead.dropdown-menu .dropdown-item:hover {
    background: #12a125 !important;
}

.active [data-palette="palette-20"] .typeahead.dropdown-menu .dropdown-item a, .active [data-palette="palette-20"] .typeahead.dropdown-menu .dropdown-item a:focus, .active [data-palette="palette-20"] .typeahead.dropdown-menu .dropdown-item a:hover {
    background: #0f8a20 !important;
}

[data-palette="palette-21"] .typeahead.dropdown-menu .dropdown-item {
    background: #4e730d !important;
    color: #ffffff !important;
    border-top: 1px solid #5d8a0f;
    border-left: 1px solid #5d8a0f;
    border-right: 1px solid #5d8a0f;
}

[data-palette="palette-21"] .typeahead.dropdown-menu .dropdown-item i {
    color: #ffffff !important;
}

[data-palette="palette-21"] .typeahead.dropdown-menu .dropdown-item:last-child {
    border-bottom: 1px solid #5d8a0f;
}

[data-palette="palette-21"] .typeahead.dropdown-menu .dropdown-item:hover {
    background: #6da112 !important;
}

.active [data-palette="palette-21"] .typeahead.dropdown-menu .dropdown-item a, .active [data-palette="palette-21"] .typeahead.dropdown-menu .dropdown-item a:focus, .active [data-palette="palette-21"] .typeahead.dropdown-menu .dropdown-item a:hover {
    background: #5d8a0f !important;
}

[data-palette="palette-22"] .typeahead.dropdown-menu .dropdown-item {
    background: #60371f !important;
    color: #ffffff !important;
    border-top: 1px solid #744226;
    border-left: 1px solid #744226;
    border-right: 1px solid #744226;
}

[data-palette="palette-22"] .typeahead.dropdown-menu .dropdown-item i {
    color: #ffffff !important;
}

[data-palette="palette-22"] .typeahead.dropdown-menu .dropdown-item:last-child {
    border-bottom: 1px solid #744226;
}

[data-palette="palette-22"] .typeahead.dropdown-menu .dropdown-item:hover {
    background: #874d2c !important;
}

.active [data-palette="palette-22"] .typeahead.dropdown-menu .dropdown-item a, .active [data-palette="palette-22"] .typeahead.dropdown-menu .dropdown-item a:focus, .active [data-palette="palette-22"] .typeahead.dropdown-menu .dropdown-item a:hover {
    background: #744226 !important;
}

[data-palette="palette-23"] .typeahead.dropdown-menu .dropdown-item {
    background: #8c512e !important;
    color: #ffffff !important;
    border-top: 1px solid #9f5c35;
    border-left: 1px solid #9f5c35;
    border-right: 1px solid #9f5c35;
}

[data-palette="palette-23"] .typeahead.dropdown-menu .dropdown-item i {
    color: #ffffff !important;
}

[data-palette="palette-23"] .typeahead.dropdown-menu .dropdown-item:last-child {
    border-bottom: 1px solid #9f5c35;
}

[data-palette="palette-23"] .typeahead.dropdown-menu .dropdown-item:hover {
    background: #b2673b !important;
}

.active [data-palette="palette-23"] .typeahead.dropdown-menu .dropdown-item a, .active [data-palette="palette-23"] .typeahead.dropdown-menu .dropdown-item a:focus, .active [data-palette="palette-23"] .typeahead.dropdown-menu .dropdown-item a:hover {
    background: #9f5c35 !important;
}

.material-design-checkbox {
    display: inline-block;
    transform: translateZ(0);
}

.material-design-checkbox label {
    cursor: pointer;
    padding-left: 0;
}

.material-design-checkbox input[type=checkbox] {
    opacity: 0;
    position: absolute;
    margin: 0;
    z-index: -1;
    width: 0;
    height: 0;
    overflow: hidden;
    left: 0;
    pointer-events: none;
}

.material-design-checkbox .checkbox-material {
    vertical-align: middle;
    position: relative;
    top: 3px;
    margin-right: 10px;
}

.material-design-checkbox .checkbox-material:before {
    position: absolute;
    left: 8px;
    top: 2px;
    content: "";
    background-color: rgba(0, 0, 0, 0.5);
    height: 4px;
    width: 4px;
    border-radius: 100%;
    z-index: 1;
    opacity: 0;
    margin: 0;
}

.material-design-checkbox .checkbox-material .check {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 2px solid;
    border-radius: 2px;
    overflow: hidden;
    z-index: 1;
}

.material-design-checkbox .checkbox-material .check:before {
    position: absolute;
    content: "";
    transform: rotate(45deg);
    display: block;
    margin-top: -4px;
    margin-left: 6px;
    width: 0;
    height: 0;
    box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0 inset;
    animation: checkbox-off 0.3s forwards ease-out;
}

.material-design-checkbox input[type=checkbox]:focus + .checkbox-material .check:after {
    opacity: 0.2;
}

.material-design-checkbox input[type=checkbox]:checked + .checkbox-material .check:before {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
    animation: checkbox-on 0.3s forwards ease-out;
}

.material-design-checkbox input[type=checkbox]:not(:checked) + .checkbox-material:before {
    animation: rippleOff 700ms forwards ease-out;
}

.material-design-checkbox input[type=checkbox]:checked + .checkbox-material:before {
    animation: rippleOn 700ms forwards ease-out;
}

.material-design-checkbox input[type=checkbox]:not(:checked) + .checkbox-material .check:after {
    animation: rippleOff 700ms forwards ease-out;
}

.material-design-checkbox input[type=checkbox]:checked + .checkbox-material .check:after {
    animation: rippleOn 700ms forwards ease-out;
}

.material-design-checkbox input[type=checkbox][disabled]:not(:checked) ~ .checkbox-material .check:before,
.material-design-checkbox input[type=checkbox][disabled] + .circle {
    opacity: 0.5;
}

.material-design-checkbox input[type=checkbox][disabled] + .checkbox-material .check:after {
    background-color: rgba(0, 0, 0, 0.84);
    transform: rotate(-45deg);
}

.material-design-checkbox-primary .checkbox-material .check {
    color: #0275d8;
}

.material-design-checkbox-primary .checkbox-material:before {
    background-color: #0275d8;
}

.material-design-checkbox-primary input[type=checkbox]:checked + .checkbox-material .check {
    color: #0275d8;
}

.material-design-checkbox-default .checkbox-material .check {
    color: #5bc0de;
}

.material-design-checkbox-default .checkbox-material:before {
    background-color: #5bc0de;
}

.material-design-checkbox-default input[type=checkbox]:checked + .checkbox-material .check {
    color: #5bc0de;
}

.material-design-checkbox-success .checkbox-material .check {
    color: #5cb85c;
}

.material-design-checkbox-success .checkbox-material:before {
    background-color: #5cb85c;
}

.material-design-checkbox-success input[type=checkbox]:checked + .checkbox-material .check {
    color: #5cb85c;
}

.material-design-checkbox-info .checkbox-material .check {
    color: #00aced;
}

.material-design-checkbox-info .checkbox-material:before {
    background-color: #00aced;
}

.material-design-checkbox-info input[type=checkbox]:checked + .checkbox-material .check {
    color: #00aced;
}

.material-design-checkbox-warning .checkbox-material .check {
    color: #f0ad4e;
}

.material-design-checkbox-warning .checkbox-material:before {
    background-color: #f0ad4e;
}

.material-design-checkbox-warning input[type=checkbox]:checked + .checkbox-material .check {
    color: #f0ad4e;
}

.material-design-checkbox-danger .checkbox-material .check {
    color: #d9534f;
}

.material-design-checkbox-danger .checkbox-material:before {
    background-color: #d9534f;
}

.material-design-checkbox-danger input[type=checkbox]:checked + .checkbox-material .check {
    color: #d9534f;
}

@keyframes checkbox-on {
    0% {
        box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px;
    }
    50% {
        box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px 2px 0 11px;
    }
    100% {
        box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
    }
}

@keyframes checkbox-off {
    0% {
        box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset;
    }
    25% {
        box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset;
    }
    50% {
        transform: rotate(45deg);
        margin-top: -4px;
        margin-left: 6px;
        width: 0px;
        height: 0px;
        box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px, 0 0 0 0 inset;
    }
    51% {
        transform: rotate(0deg);
        margin-top: -2px;
        margin-left: -2px;
        width: 20px;
        height: 20px;
        box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0px 0px 0 10px inset;
    }
    100% {
        transform: rotate(0deg);
        margin-top: -2px;
        margin-left: -2px;
        width: 20px;
        height: 20px;
        box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0px 0px 0 0px inset;
    }
}

@keyframes rippleOn {
    0% {
        opacity: 0.5;
    }
    100% {
        opacity: 0;
        transform: scale(13, 13);
    }
}

@keyframes rippleOff {
    0% {
        opacity: 0.5;
    }
    100% {
        opacity: 0;
        transform: scale(13, 13);
    }
}

[data-palette="palette-1"] .datepicker {
    background: #313131 !important;
    color: #ffffff !important;
    font-size: 13px;
}

[data-palette="palette-1"] .datepicker td, [data-palette="palette-1"] .datepicker th {
    background: #313131 !important;
    color: #ffffff !important;
}

[data-palette="palette-1"] .datepicker td:hover, [data-palette="palette-1"] .datepicker th:hover {
    background: #4a4a4a !important;
    color: #ffffff !important;
}

[data-palette="palette-1"] .datepicker.datepicker-dropdown, [data-palette="palette-1"] .datepicker.dropdown-menu {
    background: #313131 !important;
    color: #ffffff !important;
    font-size: 13px;
}

[data-palette="palette-1"] .datepicker.datepicker-dropdown td, [data-palette="palette-1"] .datepicker.datepicker-dropdown th, [data-palette="palette-1"] .datepicker.dropdown-menu td, [data-palette="palette-1"] .datepicker.dropdown-menu th {
    background: #313131 !important;
    color: #ffffff !important;
}

[data-palette="palette-1"] .datepicker.datepicker-dropdown td:hover, [data-palette="palette-1"] .datepicker.datepicker-dropdown th:hover, [data-palette="palette-1"] .datepicker.dropdown-menu td:hover, [data-palette="palette-1"] .datepicker.dropdown-menu th:hover {
    background: #4a4a4a !important;
    color: #ffffff !important;
}

[data-palette="palette-2"] .datepicker {
    background: #313540 !important;
    color: #ffffff !important;
    font-size: 13px;
}

[data-palette="palette-2"] .datepicker td, [data-palette="palette-2"] .datepicker th {
    background: #313540 !important;
    color: #ffffff !important;
}

[data-palette="palette-2"] .datepicker td:hover, [data-palette="palette-2"] .datepicker th:hover {
    background: #474d5d !important;
    color: #ffffff !important;
}

[data-palette="palette-2"] .datepicker.datepicker-dropdown, [data-palette="palette-2"] .datepicker.dropdown-menu {
    background: #313540 !important;
    color: #ffffff !important;
    font-size: 13px;
}

[data-palette="palette-2"] .datepicker.datepicker-dropdown td, [data-palette="palette-2"] .datepicker.datepicker-dropdown th, [data-palette="palette-2"] .datepicker.dropdown-menu td, [data-palette="palette-2"] .datepicker.dropdown-menu th {
    background: #313540 !important;
    color: #ffffff !important;
}

[data-palette="palette-2"] .datepicker.datepicker-dropdown td:hover, [data-palette="palette-2"] .datepicker.datepicker-dropdown th:hover, [data-palette="palette-2"] .datepicker.dropdown-menu td:hover, [data-palette="palette-2"] .datepicker.dropdown-menu th:hover {
    background: #474d5d !important;
    color: #ffffff !important;
}

[data-palette="palette-3"] .datepicker {
    background: #0d0d0d !important;
    color: #ffffff !important;
    font-size: 13px;
}

[data-palette="palette-3"] .datepicker td, [data-palette="palette-3"] .datepicker th {
    background: #0d0d0d !important;
    color: #ffffff !important;
}

[data-palette="palette-3"] .datepicker td:hover, [data-palette="palette-3"] .datepicker th:hover {
    background: #262626 !important;
    color: #ffffff !important;
}

[data-palette="palette-3"] .datepicker.datepicker-dropdown, [data-palette="palette-3"] .datepicker.dropdown-menu {
    background: #0d0d0d !important;
    color: #ffffff !important;
    font-size: 13px;
}

[data-palette="palette-3"] .datepicker.datepicker-dropdown td, [data-palette="palette-3"] .datepicker.datepicker-dropdown th, [data-palette="palette-3"] .datepicker.dropdown-menu td, [data-palette="palette-3"] .datepicker.dropdown-menu th {
    background: #0d0d0d !important;
    color: #ffffff !important;
}

[data-palette="palette-3"] .datepicker.datepicker-dropdown td:hover, [data-palette="palette-3"] .datepicker.datepicker-dropdown th:hover, [data-palette="palette-3"] .datepicker.dropdown-menu td:hover, [data-palette="palette-3"] .datepicker.dropdown-menu th:hover {
    background: #262626 !important;
    color: #ffffff !important;
}

[data-palette="palette-4"] .datepicker {
    background: #ffffff !important;
    color: #262932 !important;
    font-size: 13px;
}

[data-palette="palette-4"] .datepicker td, [data-palette="palette-4"] .datepicker th {
    background: #ffffff !important;
    color: #262932 !important;
}

[data-palette="palette-4"] .datepicker td:hover, [data-palette="palette-4"] .datepicker th:hover {
    background: #e6e6e6 !important;
    color: #262932 !important;
}

[data-palette="palette-4"] .datepicker.datepicker-dropdown, [data-palette="palette-4"] .datepicker.dropdown-menu {
    background: #ffffff !important;
    color: #262932 !important;
    font-size: 13px;
}

[data-palette="palette-4"] .datepicker.datepicker-dropdown td, [data-palette="palette-4"] .datepicker.datepicker-dropdown th, [data-palette="palette-4"] .datepicker.dropdown-menu td, [data-palette="palette-4"] .datepicker.dropdown-menu th {
    background: #ffffff !important;
    color: #262932 !important;
}

[data-palette="palette-4"] .datepicker.datepicker-dropdown td:hover, [data-palette="palette-4"] .datepicker.datepicker-dropdown th:hover, [data-palette="palette-4"] .datepicker.dropdown-menu td:hover, [data-palette="palette-4"] .datepicker.dropdown-menu th:hover {
    background: #e6e6e6 !important;
    color: #262932 !important;
}

[data-palette="palette-5"] .datepicker {
    background: #ffffff !important;
    color: #262932 !important;
    font-size: 13px;
}

[data-palette="palette-5"] .datepicker td, [data-palette="palette-5"] .datepicker th {
    background: #ffffff !important;
    color: #262932 !important;
}

[data-palette="palette-5"] .datepicker td:hover, [data-palette="palette-5"] .datepicker th:hover {
    background: #e6e6e6 !important;
    color: #262932 !important;
}

[data-palette="palette-5"] .datepicker.datepicker-dropdown, [data-palette="palette-5"] .datepicker.dropdown-menu {
    background: #ffffff !important;
    color: #262932 !important;
    font-size: 13px;
}

[data-palette="palette-5"] .datepicker.datepicker-dropdown td, [data-palette="palette-5"] .datepicker.datepicker-dropdown th, [data-palette="palette-5"] .datepicker.dropdown-menu td, [data-palette="palette-5"] .datepicker.dropdown-menu th {
    background: #ffffff !important;
    color: #262932 !important;
}

[data-palette="palette-5"] .datepicker.datepicker-dropdown td:hover, [data-palette="palette-5"] .datepicker.datepicker-dropdown th:hover, [data-palette="palette-5"] .datepicker.dropdown-menu td:hover, [data-palette="palette-5"] .datepicker.dropdown-menu th:hover {
    background: #e6e6e6 !important;
    color: #262932 !important;
}

[data-palette="palette-6"] .datepicker {
    background: #ffffff !important;
    color: #262932 !important;
    font-size: 13px;
}

[data-palette="palette-6"] .datepicker td, [data-palette="palette-6"] .datepicker th {
    background: #ffffff !important;
    color: #262932 !important;
}

[data-palette="palette-6"] .datepicker td:hover, [data-palette="palette-6"] .datepicker th:hover {
    background: #e6e6e6 !important;
    color: #262932 !important;
}

[data-palette="palette-6"] .datepicker.datepicker-dropdown, [data-palette="palette-6"] .datepicker.dropdown-menu {
    background: #ffffff !important;
    color: #262932 !important;
    font-size: 13px;
}

[data-palette="palette-6"] .datepicker.datepicker-dropdown td, [data-palette="palette-6"] .datepicker.datepicker-dropdown th, [data-palette="palette-6"] .datepicker.dropdown-menu td, [data-palette="palette-6"] .datepicker.dropdown-menu th {
    background: #ffffff !important;
    color: #262932 !important;
}

[data-palette="palette-6"] .datepicker.datepicker-dropdown td:hover, [data-palette="palette-6"] .datepicker.datepicker-dropdown th:hover, [data-palette="palette-6"] .datepicker.dropdown-menu td:hover, [data-palette="palette-6"] .datepicker.dropdown-menu th:hover {
    background: #e6e6e6 !important;
    color: #262932 !important;
}

[data-palette="palette-7"] .datepicker {
    background: #0275d8 !important;
    color: #ffffff !important;
    font-size: 13px;
}

[data-palette="palette-7"] .datepicker td, [data-palette="palette-7"] .datepicker th {
    background: #0275d8 !important;
    color: #ffffff !important;
}

[data-palette="palette-7"] .datepicker td:hover, [data-palette="palette-7"] .datepicker th:hover {
    background: #108ffd !important;
    color: #ffffff !important;
}

[data-palette="palette-7"] .datepicker.datepicker-dropdown, [data-palette="palette-7"] .datepicker.dropdown-menu {
    background: #0275d8 !important;
    color: #ffffff !important;
    font-size: 13px;
}

[data-palette="palette-7"] .datepicker.datepicker-dropdown td, [data-palette="palette-7"] .datepicker.datepicker-dropdown th, [data-palette="palette-7"] .datepicker.dropdown-menu td, [data-palette="palette-7"] .datepicker.dropdown-menu th {
    background: #0275d8 !important;
    color: #ffffff !important;
}

[data-palette="palette-7"] .datepicker.datepicker-dropdown td:hover, [data-palette="palette-7"] .datepicker.datepicker-dropdown th:hover, [data-palette="palette-7"] .datepicker.dropdown-menu td:hover, [data-palette="palette-7"] .datepicker.dropdown-menu th:hover {
    background: #108ffd !important;
    color: #ffffff !important;
}

[data-palette="palette-8"] .datepicker {
    background: #0267bf !important;
    color: #ffffff !important;
    font-size: 13px;
}

[data-palette="palette-8"] .datepicker td, [data-palette="palette-8"] .datepicker th {
    background: #0267bf !important;
    color: #ffffff !important;
}

[data-palette="palette-8"] .datepicker td:hover, [data-palette="palette-8"] .datepicker th:hover {
    background: #0283f1 !important;
    color: #ffffff !important;
}

[data-palette="palette-8"] .datepicker.datepicker-dropdown, [data-palette="palette-8"] .datepicker.dropdown-menu {
    background: #0267bf !important;
    color: #ffffff !important;
    font-size: 13px;
}

[data-palette="palette-8"] .datepicker.datepicker-dropdown td, [data-palette="palette-8"] .datepicker.datepicker-dropdown th, [data-palette="palette-8"] .datepicker.dropdown-menu td, [data-palette="palette-8"] .datepicker.dropdown-menu th {
    background: #0267bf !important;
    color: #ffffff !important;
}

[data-palette="palette-8"] .datepicker.datepicker-dropdown td:hover, [data-palette="palette-8"] .datepicker.datepicker-dropdown th:hover, [data-palette="palette-8"] .datepicker.dropdown-menu td:hover, [data-palette="palette-8"] .datepicker.dropdown-menu th:hover {
    background: #0283f1 !important;
    color: #ffffff !important;
}

[data-palette="palette-9"] .datepicker {
    background: #025aa5 !important;
    color: #ffffff !important;
    font-size: 13px;
}

[data-palette="palette-9"] .datepicker td, [data-palette="palette-9"] .datepicker th {
    background: #025aa5 !important;
    color: #ffffff !important;
}

[data-palette="palette-9"] .datepicker td:hover, [data-palette="palette-9"] .datepicker th:hover {
    background: #0275d8 !important;
    color: #ffffff !important;
}

[data-palette="palette-9"] .datepicker.datepicker-dropdown, [data-palette="palette-9"] .datepicker.dropdown-menu {
    background: #025aa5 !important;
    color: #ffffff !important;
    font-size: 13px;
}

[data-palette="palette-9"] .datepicker.datepicker-dropdown td, [data-palette="palette-9"] .datepicker.datepicker-dropdown th, [data-palette="palette-9"] .datepicker.dropdown-menu td, [data-palette="palette-9"] .datepicker.dropdown-menu th {
    background: #025aa5 !important;
    color: #ffffff !important;
}

[data-palette="palette-9"] .datepicker.datepicker-dropdown td:hover, [data-palette="palette-9"] .datepicker.datepicker-dropdown th:hover, [data-palette="palette-9"] .datepicker.dropdown-menu td:hover, [data-palette="palette-9"] .datepicker.dropdown-menu th:hover {
    background: #0275d8 !important;
    color: #ffffff !important;
}

[data-palette="palette-10"] .datepicker {
    background: #150d73 !important;
    color: #ffffff !important;
    font-size: 13px;
}

[data-palette="palette-10"] .datepicker td, [data-palette="palette-10"] .datepicker th {
    background: #150d73 !important;
    color: #ffffff !important;
}

[data-palette="palette-10"] .datepicker td:hover, [data-palette="palette-10"] .datepicker th:hover {
    background: #1e12a1 !important;
    color: #ffffff !important;
}

[data-palette="palette-10"] .datepicker.datepicker-dropdown, [data-palette="palette-10"] .datepicker.dropdown-menu {
    background: #150d73 !important;
    color: #ffffff !important;
    font-size: 13px;
}

[data-palette="palette-10"] .datepicker.datepicker-dropdown td, [data-palette="palette-10"] .datepicker.datepicker-dropdown th, [data-palette="palette-10"] .datepicker.dropdown-menu td, [data-palette="palette-10"] .datepicker.dropdown-menu th {
    background: #150d73 !important;
    color: #ffffff !important;
}

[data-palette="palette-10"] .datepicker.datepicker-dropdown td:hover, [data-palette="palette-10"] .datepicker.datepicker-dropdown th:hover, [data-palette="palette-10"] .datepicker.dropdown-menu td:hover, [data-palette="palette-10"] .datepicker.dropdown-menu th:hover {
    background: #1e12a1 !important;
    color: #ffffff !important;
}

[data-palette="palette-11"] .datepicker {
    background: #1f13a8 !important;
    color: #ffffff !important;
    font-size: 13px;
}

[data-palette="palette-11"] .datepicker td, [data-palette="palette-11"] .datepicker th {
    background: #1f13a8 !important;
    color: #ffffff !important;
}

[data-palette="palette-11"] .datepicker td:hover, [data-palette="palette-11"] .datepicker th:hover {
    background: #2818d6 !important;
    color: #ffffff !important;
}

[data-palette="palette-11"] .datepicker.datepicker-dropdown, [data-palette="palette-11"] .datepicker.dropdown-menu {
    background: #1f13a8 !important;
    color: #ffffff !important;
    font-size: 13px;
}

[data-palette="palette-11"] .datepicker.datepicker-dropdown td, [data-palette="palette-11"] .datepicker.datepicker-dropdown th, [data-palette="palette-11"] .datepicker.dropdown-menu td, [data-palette="palette-11"] .datepicker.dropdown-menu th {
    background: #1f13a8 !important;
    color: #ffffff !important;
}

[data-palette="palette-11"] .datepicker.datepicker-dropdown td:hover, [data-palette="palette-11"] .datepicker.datepicker-dropdown th:hover, [data-palette="palette-11"] .datepicker.dropdown-menu td:hover, [data-palette="palette-11"] .datepicker.dropdown-menu th:hover {
    background: #2818d6 !important;
    color: #ffffff !important;
}

[data-palette="palette-12"] .datepicker {
    background: #2919de !important;
    color: #ffffff !important;
    font-size: 13px;
}

[data-palette="palette-12"] .datepicker td, [data-palette="palette-12"] .datepicker th {
    background: #2919de !important;
    color: #ffffff !important;
}

[data-palette="palette-12"] .datepicker td:hover, [data-palette="palette-12"] .datepicker th:hover {
    background: #4e40ea !important;
    color: #ffffff !important;
}

[data-palette="palette-12"] .datepicker.datepicker-dropdown, [data-palette="palette-12"] .datepicker.dropdown-menu {
    background: #2919de !important;
    color: #ffffff !important;
    font-size: 13px;
}

[data-palette="palette-12"] .datepicker.datepicker-dropdown td, [data-palette="palette-12"] .datepicker.datepicker-dropdown th, [data-palette="palette-12"] .datepicker.dropdown-menu td, [data-palette="palette-12"] .datepicker.dropdown-menu th {
    background: #2919de !important;
    color: #ffffff !important;
}

[data-palette="palette-12"] .datepicker.datepicker-dropdown td:hover, [data-palette="palette-12"] .datepicker.datepicker-dropdown th:hover, [data-palette="palette-12"] .datepicker.dropdown-menu td:hover, [data-palette="palette-12"] .datepicker.dropdown-menu th:hover {
    background: #4e40ea !important;
    color: #ffffff !important;
}

[data-palette="palette-13"] .datepicker {
    background: #3f0d73 !important;
    color: #ffffff !important;
    font-size: 13px;
}

[data-palette="palette-13"] .datepicker td, [data-palette="palette-13"] .datepicker th {
    background: #3f0d73 !important;
    color: #ffffff !important;
}

[data-palette="palette-13"] .datepicker td:hover, [data-palette="palette-13"] .datepicker th:hover {
    background: #5812a1 !important;
    color: #ffffff !important;
}

[data-palette="palette-13"] .datepicker.datepicker-dropdown, [data-palette="palette-13"] .datepicker.dropdown-menu {
    background: #3f0d73 !important;
    color: #ffffff !important;
    font-size: 13px;
}

[data-palette="palette-13"] .datepicker.datepicker-dropdown td, [data-palette="palette-13"] .datepicker.datepicker-dropdown th, [data-palette="palette-13"] .datepicker.dropdown-menu td, [data-palette="palette-13"] .datepicker.dropdown-menu th {
    background: #3f0d73 !important;
    color: #ffffff !important;
}

[data-palette="palette-13"] .datepicker.datepicker-dropdown td:hover, [data-palette="palette-13"] .datepicker.datepicker-dropdown th:hover, [data-palette="palette-13"] .datepicker.dropdown-menu td:hover, [data-palette="palette-13"] .datepicker.dropdown-menu th:hover {
    background: #5812a1 !important;
    color: #ffffff !important;
}

[data-palette="palette-14"] .datepicker {
    background: #5c13a8 !important;
    color: #ffffff !important;
    font-size: 13px;
}

[data-palette="palette-14"] .datepicker td, [data-palette="palette-14"] .datepicker th {
    background: #5c13a8 !important;
    color: #ffffff !important;
}

[data-palette="palette-14"] .datepicker td:hover, [data-palette="palette-14"] .datepicker th:hover {
    background: #7518d6 !important;
    color: #ffffff !important;
}

[data-palette="palette-14"] .datepicker.datepicker-dropdown, [data-palette="palette-14"] .datepicker.dropdown-menu {
    background: #5c13a8 !important;
    color: #ffffff !important;
    font-size: 13px;
}

[data-palette="palette-14"] .datepicker.datepicker-dropdown td, [data-palette="palette-14"] .datepicker.datepicker-dropdown th, [data-palette="palette-14"] .datepicker.dropdown-menu td, [data-palette="palette-14"] .datepicker.dropdown-menu th {
    background: #5c13a8 !important;
    color: #ffffff !important;
}

[data-palette="palette-14"] .datepicker.datepicker-dropdown td:hover, [data-palette="palette-14"] .datepicker.datepicker-dropdown th:hover, [data-palette="palette-14"] .datepicker.dropdown-menu td:hover, [data-palette="palette-14"] .datepicker.dropdown-menu th:hover {
    background: #7518d6 !important;
    color: #ffffff !important;
}

[data-palette="palette-15"] .datepicker {
    background: #7819de !important;
    color: #ffffff !important;
    font-size: 13px;
}

[data-palette="palette-15"] .datepicker td, [data-palette="palette-15"] .datepicker th {
    background: #7819de !important;
    color: #ffffff !important;
}

[data-palette="palette-15"] .datepicker td:hover, [data-palette="palette-15"] .datepicker th:hover {
    background: #9240ea !important;
    color: #ffffff !important;
}

[data-palette="palette-15"] .datepicker.datepicker-dropdown, [data-palette="palette-15"] .datepicker.dropdown-menu {
    background: #7819de !important;
    color: #ffffff !important;
    font-size: 13px;
}

[data-palette="palette-15"] .datepicker.datepicker-dropdown td, [data-palette="palette-15"] .datepicker.datepicker-dropdown th, [data-palette="palette-15"] .datepicker.dropdown-menu td, [data-palette="palette-15"] .datepicker.dropdown-menu th {
    background: #7819de !important;
    color: #ffffff !important;
}

[data-palette="palette-15"] .datepicker.datepicker-dropdown td:hover, [data-palette="palette-15"] .datepicker.datepicker-dropdown th:hover, [data-palette="palette-15"] .datepicker.dropdown-menu td:hover, [data-palette="palette-15"] .datepicker.dropdown-menu th:hover {
    background: #9240ea !important;
    color: #ffffff !important;
}

[data-palette="palette-16"] .datepicker {
    background: #a8135e !important;
    color: #ffffff !important;
    font-size: 13px;
}

[data-palette="palette-16"] .datepicker td, [data-palette="palette-16"] .datepicker th {
    background: #a8135e !important;
    color: #ffffff !important;
}

[data-palette="palette-16"] .datepicker td:hover, [data-palette="palette-16"] .datepicker th:hover {
    background: #d61877 !important;
    color: #ffffff !important;
}

[data-palette="palette-16"] .datepicker.datepicker-dropdown, [data-palette="palette-16"] .datepicker.dropdown-menu {
    background: #a8135e !important;
    color: #ffffff !important;
    font-size: 13px;
}

[data-palette="palette-16"] .datepicker.datepicker-dropdown td, [data-palette="palette-16"] .datepicker.datepicker-dropdown th, [data-palette="palette-16"] .datepicker.dropdown-menu td, [data-palette="palette-16"] .datepicker.dropdown-menu th {
    background: #a8135e !important;
    color: #ffffff !important;
}

[data-palette="palette-16"] .datepicker.datepicker-dropdown td:hover, [data-palette="palette-16"] .datepicker.datepicker-dropdown th:hover, [data-palette="palette-16"] .datepicker.dropdown-menu td:hover, [data-palette="palette-16"] .datepicker.dropdown-menu th:hover {
    background: #d61877 !important;
    color: #ffffff !important;
}

[data-palette="palette-17"] .datepicker {
    background: #de197c !important;
    color: #ffffff !important;
    font-size: 13px;
}

[data-palette="palette-17"] .datepicker td, [data-palette="palette-17"] .datepicker th {
    background: #de197c !important;
    color: #ffffff !important;
}

[data-palette="palette-17"] .datepicker td:hover, [data-palette="palette-17"] .datepicker th:hover {
    background: #ea4095 !important;
    color: #ffffff !important;
}

[data-palette="palette-17"] .datepicker.datepicker-dropdown, [data-palette="palette-17"] .datepicker.dropdown-menu {
    background: #de197c !important;
    color: #ffffff !important;
    font-size: 13px;
}

[data-palette="palette-17"] .datepicker.datepicker-dropdown td, [data-palette="palette-17"] .datepicker.datepicker-dropdown th, [data-palette="palette-17"] .datepicker.dropdown-menu td, [data-palette="palette-17"] .datepicker.dropdown-menu th {
    background: #de197c !important;
    color: #ffffff !important;
}

[data-palette="palette-17"] .datepicker.datepicker-dropdown td:hover, [data-palette="palette-17"] .datepicker.datepicker-dropdown th:hover, [data-palette="palette-17"] .datepicker.dropdown-menu td:hover, [data-palette="palette-17"] .datepicker.dropdown-menu th:hover {
    background: #ea4095 !important;
    color: #ffffff !important;
}

[data-palette="palette-18"] .datepicker {
    background: #a81b13 !important;
    color: #ffffff !important;
    font-size: 13px;
}

[data-palette="palette-18"] .datepicker td, [data-palette="palette-18"] .datepicker th {
    background: #a81b13 !important;
    color: #ffffff !important;
}

[data-palette="palette-18"] .datepicker td:hover, [data-palette="palette-18"] .datepicker th:hover {
    background: #d62218 !important;
    color: #ffffff !important;
}

[data-palette="palette-18"] .datepicker.datepicker-dropdown, [data-palette="palette-18"] .datepicker.dropdown-menu {
    background: #a81b13 !important;
    color: #ffffff !important;
    font-size: 13px;
}

[data-palette="palette-18"] .datepicker.datepicker-dropdown td, [data-palette="palette-18"] .datepicker.datepicker-dropdown th, [data-palette="palette-18"] .datepicker.dropdown-menu td, [data-palette="palette-18"] .datepicker.dropdown-menu th {
    background: #a81b13 !important;
    color: #ffffff !important;
}

[data-palette="palette-18"] .datepicker.datepicker-dropdown td:hover, [data-palette="palette-18"] .datepicker.datepicker-dropdown th:hover, [data-palette="palette-18"] .datepicker.dropdown-menu td:hover, [data-palette="palette-18"] .datepicker.dropdown-menu th:hover {
    background: #d62218 !important;
    color: #ffffff !important;
}

[data-palette="palette-19"] .datepicker {
    background: #de2319 !important;
    color: #ffffff !important;
    font-size: 13px;
}

[data-palette="palette-19"] .datepicker td, [data-palette="palette-19"] .datepicker th {
    background: #de2319 !important;
    color: #ffffff !important;
}

[data-palette="palette-19"] .datepicker td:hover, [data-palette="palette-19"] .datepicker th:hover {
    background: #ea4840 !important;
    color: #ffffff !important;
}

[data-palette="palette-19"] .datepicker.datepicker-dropdown, [data-palette="palette-19"] .datepicker.dropdown-menu {
    background: #de2319 !important;
    color: #ffffff !important;
    font-size: 13px;
}

[data-palette="palette-19"] .datepicker.datepicker-dropdown td, [data-palette="palette-19"] .datepicker.datepicker-dropdown th, [data-palette="palette-19"] .datepicker.dropdown-menu td, [data-palette="palette-19"] .datepicker.dropdown-menu th {
    background: #de2319 !important;
    color: #ffffff !important;
}

[data-palette="palette-19"] .datepicker.datepicker-dropdown td:hover, [data-palette="palette-19"] .datepicker.datepicker-dropdown th:hover, [data-palette="palette-19"] .datepicker.dropdown-menu td:hover, [data-palette="palette-19"] .datepicker.dropdown-menu th:hover {
    background: #ea4840 !important;
    color: #ffffff !important;
}

[data-palette="palette-20"] .datepicker {
    background: #0d731a !important;
    color: #ffffff !important;
    font-size: 13px;
}

[data-palette="palette-20"] .datepicker td, [data-palette="palette-20"] .datepicker th {
    background: #0d731a !important;
    color: #ffffff !important;
}

[data-palette="palette-20"] .datepicker td:hover, [data-palette="palette-20"] .datepicker th:hover {
    background: #12a125 !important;
    color: #ffffff !important;
}

[data-palette="palette-20"] .datepicker.datepicker-dropdown, [data-palette="palette-20"] .datepicker.dropdown-menu {
    background: #0d731a !important;
    color: #ffffff !important;
    font-size: 13px;
}

[data-palette="palette-20"] .datepicker.datepicker-dropdown td, [data-palette="palette-20"] .datepicker.datepicker-dropdown th, [data-palette="palette-20"] .datepicker.dropdown-menu td, [data-palette="palette-20"] .datepicker.dropdown-menu th {
    background: #0d731a !important;
    color: #ffffff !important;
}

[data-palette="palette-20"] .datepicker.datepicker-dropdown td:hover, [data-palette="palette-20"] .datepicker.datepicker-dropdown th:hover, [data-palette="palette-20"] .datepicker.dropdown-menu td:hover, [data-palette="palette-20"] .datepicker.dropdown-menu th:hover {
    background: #12a125 !important;
    color: #ffffff !important;
}

[data-palette="palette-21"] .datepicker {
    background: #4e730d !important;
    color: #ffffff !important;
    font-size: 13px;
}

[data-palette="palette-21"] .datepicker td, [data-palette="palette-21"] .datepicker th {
    background: #4e730d !important;
    color: #ffffff !important;
}

[data-palette="palette-21"] .datepicker td:hover, [data-palette="palette-21"] .datepicker th:hover {
    background: #6da112 !important;
    color: #ffffff !important;
}

[data-palette="palette-21"] .datepicker.datepicker-dropdown, [data-palette="palette-21"] .datepicker.dropdown-menu {
    background: #4e730d !important;
    color: #ffffff !important;
    font-size: 13px;
}

[data-palette="palette-21"] .datepicker.datepicker-dropdown td, [data-palette="palette-21"] .datepicker.datepicker-dropdown th, [data-palette="palette-21"] .datepicker.dropdown-menu td, [data-palette="palette-21"] .datepicker.dropdown-menu th {
    background: #4e730d !important;
    color: #ffffff !important;
}

[data-palette="palette-21"] .datepicker.datepicker-dropdown td:hover, [data-palette="palette-21"] .datepicker.datepicker-dropdown th:hover, [data-palette="palette-21"] .datepicker.dropdown-menu td:hover, [data-palette="palette-21"] .datepicker.dropdown-menu th:hover {
    background: #6da112 !important;
    color: #ffffff !important;
}

[data-palette="palette-22"] .datepicker {
    background: #60371f !important;
    color: #ffffff !important;
    font-size: 13px;
}

[data-palette="palette-22"] .datepicker td, [data-palette="palette-22"] .datepicker th {
    background: #60371f !important;
    color: #ffffff !important;
}

[data-palette="palette-22"] .datepicker td:hover, [data-palette="palette-22"] .datepicker th:hover {
    background: #874d2c !important;
    color: #ffffff !important;
}

[data-palette="palette-22"] .datepicker.datepicker-dropdown, [data-palette="palette-22"] .datepicker.dropdown-menu {
    background: #60371f !important;
    color: #ffffff !important;
    font-size: 13px;
}

[data-palette="palette-22"] .datepicker.datepicker-dropdown td, [data-palette="palette-22"] .datepicker.datepicker-dropdown th, [data-palette="palette-22"] .datepicker.dropdown-menu td, [data-palette="palette-22"] .datepicker.dropdown-menu th {
    background: #60371f !important;
    color: #ffffff !important;
}

[data-palette="palette-22"] .datepicker.datepicker-dropdown td:hover, [data-palette="palette-22"] .datepicker.datepicker-dropdown th:hover, [data-palette="palette-22"] .datepicker.dropdown-menu td:hover, [data-palette="palette-22"] .datepicker.dropdown-menu th:hover {
    background: #874d2c !important;
    color: #ffffff !important;
}

[data-palette="palette-23"] .datepicker {
    background: #8c512e !important;
    color: #ffffff !important;
    font-size: 13px;
}

[data-palette="palette-23"] .datepicker td, [data-palette="palette-23"] .datepicker th {
    background: #8c512e !important;
    color: #ffffff !important;
}

[data-palette="palette-23"] .datepicker td:hover, [data-palette="palette-23"] .datepicker th:hover {
    background: #b2673b !important;
    color: #ffffff !important;
}

[data-palette="palette-23"] .datepicker.datepicker-dropdown, [data-palette="palette-23"] .datepicker.dropdown-menu {
    background: #8c512e !important;
    color: #ffffff !important;
    font-size: 13px;
}

[data-palette="palette-23"] .datepicker.datepicker-dropdown td, [data-palette="palette-23"] .datepicker.datepicker-dropdown th, [data-palette="palette-23"] .datepicker.dropdown-menu td, [data-palette="palette-23"] .datepicker.dropdown-menu th {
    background: #8c512e !important;
    color: #ffffff !important;
}

[data-palette="palette-23"] .datepicker.datepicker-dropdown td:hover, [data-palette="palette-23"] .datepicker.datepicker-dropdown th:hover, [data-palette="palette-23"] .datepicker.dropdown-menu td:hover, [data-palette="palette-23"] .datepicker.dropdown-menu th:hover {
    background: #b2673b !important;
    color: #ffffff !important;
}

.datepicker-dropdown:before,
.datepicker-dropdown:after {
    display: none !important;
}

[data-direction="rtl"] #date-picker3 > input,
[data-direction="rtl"] #date-picker3 > span {
    border-radius: 0;
}

.file-uploads .btn-file {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

[data-direction="ltr"] .file-uploads .btn-file .icon {
    padding-right: 10px;
}

[data-direction="ltr"] .file-uploads .btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    opacity: 0;
    outline: none;
    cursor: inherit;
    display: block;
}

[data-direction="rtl"] .file-uploads .btn-file .icon {
    padding-left: 10px;
}

[data-direction="rtl"] .file-uploads .btn-file input[type=file] {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: left;
    opacity: 0;
    outline: none;
    cursor: inherit;
    display: block;
}

.file-uploads .input-file input[readonly] {
    cursor: text !important;
}

.file-uploads .my-drop-zone {
    padding: 80px 40px;
    font-size: 28px;
    text-align: center;
    border-width: 3px;
    border-style: dashed;
}

[data-palette="palette-1"] .file-uploads .btn-file {
    background: #3e3e3e !important;
    border-color: #444444 !important;
}

[data-palette="palette-1"] .file-uploads .btn-file input[type=file] {
    background: #3e3e3e !important;
    border-color: #444444 !important;
}

[data-palette="palette-1"] .file-uploads .my-drop-zone {
    background-color: #3e3e3e !important;
    border-color: #ffffff !important;
}

[data-palette="palette-2"] .file-uploads .btn-file {
    background: #3c414f !important;
    border-color: #424756 !important;
}

[data-palette="palette-2"] .file-uploads .btn-file input[type=file] {
    background: #3c414f !important;
    border-color: #424756 !important;
}

[data-palette="palette-2"] .file-uploads .my-drop-zone {
    background-color: #3c414f !important;
    border-color: #ffffff !important;
}

[data-palette="palette-3"] .file-uploads .btn-file {
    background: #1a1a1a !important;
    border-color: #202020 !important;
}

[data-palette="palette-3"] .file-uploads .btn-file input[type=file] {
    background: #1a1a1a !important;
    border-color: #202020 !important;
}

[data-palette="palette-3"] .file-uploads .my-drop-zone {
    background-color: #1a1a1a !important;
    border-color: #ffffff !important;
}

[data-palette="palette-4"] .file-uploads .btn-file {
    background: #f2f2f2 !important;
    border-color: #ececec !important;
}

[data-palette="palette-4"] .file-uploads .btn-file input[type=file] {
    background: #f2f2f2 !important;
    border-color: #ececec !important;
}

[data-palette="palette-4"] .file-uploads .my-drop-zone {
    background-color: #f2f2f2 !important;
    border-color: #262932 !important;
}

[data-palette="palette-5"] .file-uploads .btn-file {
    background: #f2f2f2 !important;
    border-color: #ececec !important;
}

[data-palette="palette-5"] .file-uploads .btn-file input[type=file] {
    background: #f2f2f2 !important;
    border-color: #ececec !important;
}

[data-palette="palette-5"] .file-uploads .my-drop-zone {
    background-color: #f2f2f2 !important;
    border-color: #262932 !important;
}

[data-palette="palette-6"] .file-uploads .btn-file {
    background: #f2f2f2 !important;
    border-color: #ececec !important;
}

[data-palette="palette-6"] .file-uploads .btn-file input[type=file] {
    background: #f2f2f2 !important;
    border-color: #ececec !important;
}

[data-palette="palette-6"] .file-uploads .my-drop-zone {
    background-color: #f2f2f2 !important;
    border-color: #262932 !important;
}

[data-palette="palette-7"] .file-uploads .btn-file {
    background: #0283f1 !important;
    border-color: #0489fd !important;
}

[data-palette="palette-7"] .file-uploads .btn-file input[type=file] {
    background: #0283f1 !important;
    border-color: #0489fd !important;
}

[data-palette="palette-7"] .file-uploads .my-drop-zone {
    background-color: #0283f1 !important;
    border-color: #ffffff !important;
}

[data-palette="palette-8"] .file-uploads .btn-file {
    background: #0275d8 !important;
    border-color: #027ce5 !important;
}

[data-palette="palette-8"] .file-uploads .btn-file input[type=file] {
    background: #0275d8 !important;
    border-color: #027ce5 !important;
}

[data-palette="palette-8"] .file-uploads .my-drop-zone {
    background-color: #0275d8 !important;
    border-color: #ffffff !important;
}

[data-palette="palette-9"] .file-uploads .btn-file {
    background: #0267bf !important;
    border-color: #026ecb !important;
}

[data-palette="palette-9"] .file-uploads .btn-file input[type=file] {
    background: #0267bf !important;
    border-color: #026ecb !important;
}

[data-palette="palette-9"] .file-uploads .my-drop-zone {
    background-color: #0267bf !important;
    border-color: #ffffff !important;
}

[data-palette="palette-10"] .file-uploads .btn-file {
    background: #1a0f8a !important;
    border-color: #1c1096 !important;
}

[data-palette="palette-10"] .file-uploads .btn-file input[type=file] {
    background: #1a0f8a !important;
    border-color: #1c1096 !important;
}

[data-palette="palette-10"] .file-uploads .my-drop-zone {
    background-color: #1a0f8a !important;
    border-color: #ffffff !important;
}

[data-palette="palette-11"] .file-uploads .btn-file {
    background: #2415bf !important;
    border-color: #2616ca !important;
}

[data-palette="palette-11"] .file-uploads .btn-file input[type=file] {
    background: #2415bf !important;
    border-color: #2616ca !important;
}

[data-palette="palette-11"] .file-uploads .my-drop-zone {
    background-color: #2415bf !important;
    border-color: #ffffff !important;
}

[data-palette="palette-12"] .file-uploads .btn-file {
    background: #3929e7 !important;
    border-color: #4334e9 !important;
}

[data-palette="palette-12"] .file-uploads .btn-file input[type=file] {
    background: #3929e7 !important;
    border-color: #4334e9 !important;
}

[data-palette="palette-12"] .file-uploads .my-drop-zone {
    background-color: #3929e7 !important;
    border-color: #ffffff !important;
}

[data-palette="palette-13"] .file-uploads .btn-file {
    background: #4b0f8a !important;
    border-color: #511096 !important;
}

[data-palette="palette-13"] .file-uploads .btn-file input[type=file] {
    background: #4b0f8a !important;
    border-color: #511096 !important;
}

[data-palette="palette-13"] .file-uploads .my-drop-zone {
    background-color: #4b0f8a !important;
    border-color: #ffffff !important;
}

[data-palette="palette-14"] .file-uploads .btn-file {
    background: #6815bf !important;
    border-color: #6e16ca !important;
}

[data-palette="palette-14"] .file-uploads .btn-file input[type=file] {
    background: #6815bf !important;
    border-color: #6e16ca !important;
}

[data-palette="palette-14"] .file-uploads .my-drop-zone {
    background-color: #6815bf !important;
    border-color: #ffffff !important;
}

[data-palette="palette-15"] .file-uploads .btn-file {
    background: #8529e7 !important;
    border-color: #8c34e9 !important;
}

[data-palette="palette-15"] .file-uploads .btn-file input[type=file] {
    background: #8529e7 !important;
    border-color: #8c34e9 !important;
}

[data-palette="palette-15"] .file-uploads .my-drop-zone {
    background-color: #8529e7 !important;
    border-color: #ffffff !important;
}

[data-palette="palette-16"] .file-uploads .btn-file {
    background: #bf156b !important;
    border-color: #ca1671 !important;
}

[data-palette="palette-16"] .file-uploads .btn-file input[type=file] {
    background: #bf156b !important;
    border-color: #ca1671 !important;
}

[data-palette="palette-16"] .file-uploads .my-drop-zone {
    background-color: #bf156b !important;
    border-color: #ffffff !important;
}

[data-palette="palette-17"] .file-uploads .btn-file {
    background: #e72989 !important;
    border-color: #e9348f !important;
}

[data-palette="palette-17"] .file-uploads .btn-file input[type=file] {
    background: #e72989 !important;
    border-color: #e9348f !important;
}

[data-palette="palette-17"] .file-uploads .my-drop-zone {
    background-color: #e72989 !important;
    border-color: #ffffff !important;
}

[data-palette="palette-18"] .file-uploads .btn-file {
    background: #bf1e15 !important;
    border-color: #ca2016 !important;
}

[data-palette="palette-18"] .file-uploads .btn-file input[type=file] {
    background: #bf1e15 !important;
    border-color: #ca2016 !important;
}

[data-palette="palette-18"] .file-uploads .my-drop-zone {
    background-color: #bf1e15 !important;
    border-color: #ffffff !important;
}

[data-palette="palette-19"] .file-uploads .btn-file {
    background: #e73229 !important;
    border-color: #e93d34 !important;
}

[data-palette="palette-19"] .file-uploads .btn-file input[type=file] {
    background: #e73229 !important;
    border-color: #e93d34 !important;
}

[data-palette="palette-19"] .file-uploads .my-drop-zone {
    background-color: #e73229 !important;
    border-color: #ffffff !important;
}

[data-palette="palette-20"] .file-uploads .btn-file {
    background: #0f8a20 !important;
    border-color: #109622 !important;
}

[data-palette="palette-20"] .file-uploads .btn-file input[type=file] {
    background: #0f8a20 !important;
    border-color: #109622 !important;
}

[data-palette="palette-20"] .file-uploads .my-drop-zone {
    background-color: #0f8a20 !important;
    border-color: #ffffff !important;
}

[data-palette="palette-21"] .file-uploads .btn-file {
    background: #5d8a0f !important;
    border-color: #659610 !important;
}

[data-palette="palette-21"] .file-uploads .btn-file input[type=file] {
    background: #5d8a0f !important;
    border-color: #659610 !important;
}

[data-palette="palette-21"] .file-uploads .my-drop-zone {
    background-color: #5d8a0f !important;
    border-color: #ffffff !important;
}

[data-palette="palette-22"] .file-uploads .btn-file {
    background: #744226 !important;
    border-color: #7d4829 !important;
}

[data-palette="palette-22"] .file-uploads .btn-file input[type=file] {
    background: #744226 !important;
    border-color: #7d4829 !important;
}

[data-palette="palette-22"] .file-uploads .my-drop-zone {
    background-color: #744226 !important;
    border-color: #ffffff !important;
}

[data-palette="palette-23"] .file-uploads .btn-file {
    background: #9f5c35 !important;
    border-color: #a96238 !important;
}

[data-palette="palette-23"] .file-uploads .btn-file input[type=file] {
    background: #9f5c35 !important;
    border-color: #a96238 !important;
}

[data-palette="palette-23"] .file-uploads .my-drop-zone {
    background-color: #9f5c35 !important;
    border-color: #ffffff !important;
}

[data-palette="palette-1"] .noUi-connect,
[data-palette="palette-1"] .noUi-background,
[data-palette="palette-1"] .noUi-base,
[data-palette="palette-1"] .noUi-target,
[data-palette="palette-1"] .noUi-handle {
    box-shadow: none !important;
    border-color: #242424;
    background-color: #242424;
    color: #ffffff;
}

[data-palette="palette-2"] .noUi-connect,
[data-palette="palette-2"] .noUi-background,
[data-palette="palette-2"] .noUi-base,
[data-palette="palette-2"] .noUi-target,
[data-palette="palette-2"] .noUi-handle {
    box-shadow: none !important;
    border-color: #262932;
    background-color: #262932;
    color: #ffffff;
}

[data-palette="palette-3"] .noUi-connect,
[data-palette="palette-3"] .noUi-background,
[data-palette="palette-3"] .noUi-base,
[data-palette="palette-3"] .noUi-target,
[data-palette="palette-3"] .noUi-handle {
    box-shadow: none !important;
    border-color: #000000;
    background-color: #000000;
    color: #ffffff;
}

[data-palette="palette-4"] .noUi-connect,
[data-palette="palette-4"] .noUi-background,
[data-palette="palette-4"] .noUi-base,
[data-palette="palette-4"] .noUi-target,
[data-palette="palette-4"] .noUi-handle {
    box-shadow: none !important;
    border-color: #ffffff;
    background-color: #ffffff;
    color: #262932;
}

[data-palette="palette-5"] .noUi-connect,
[data-palette="palette-5"] .noUi-background,
[data-palette="palette-5"] .noUi-base,
[data-palette="palette-5"] .noUi-target,
[data-palette="palette-5"] .noUi-handle {
    box-shadow: none !important;
    border-color: #ffffff;
    background-color: #ffffff;
    color: #262932;
}

[data-palette="palette-6"] .noUi-connect,
[data-palette="palette-6"] .noUi-background,
[data-palette="palette-6"] .noUi-base,
[data-palette="palette-6"] .noUi-target,
[data-palette="palette-6"] .noUi-handle {
    box-shadow: none !important;
    border-color: #ffffff;
    background-color: #ffffff;
    color: #262932;
}

[data-palette="palette-7"] .noUi-connect,
[data-palette="palette-7"] .noUi-background,
[data-palette="palette-7"] .noUi-base,
[data-palette="palette-7"] .noUi-target,
[data-palette="palette-7"] .noUi-handle {
    box-shadow: none !important;
    border-color: #0267bf;
    background-color: #0267bf;
    color: #ffffff;
}

[data-palette="palette-8"] .noUi-connect,
[data-palette="palette-8"] .noUi-background,
[data-palette="palette-8"] .noUi-base,
[data-palette="palette-8"] .noUi-target,
[data-palette="palette-8"] .noUi-handle {
    box-shadow: none !important;
    border-color: #025aa5;
    background-color: #025aa5;
    color: #ffffff;
}

[data-palette="palette-9"] .noUi-connect,
[data-palette="palette-9"] .noUi-background,
[data-palette="palette-9"] .noUi-base,
[data-palette="palette-9"] .noUi-target,
[data-palette="palette-9"] .noUi-handle {
    box-shadow: none !important;
    border-color: #014c8c;
    background-color: #014c8c;
    color: #ffffff;
}

[data-palette="palette-10"] .noUi-connect,
[data-palette="palette-10"] .noUi-background,
[data-palette="palette-10"] .noUi-base,
[data-palette="palette-10"] .noUi-target,
[data-palette="palette-10"] .noUi-handle {
    box-shadow: none !important;
    border-color: #110a5c;
    background-color: #110a5c;
    color: #ffffff;
}

[data-palette="palette-11"] .noUi-connect,
[data-palette="palette-11"] .noUi-background,
[data-palette="palette-11"] .noUi-base,
[data-palette="palette-11"] .noUi-target,
[data-palette="palette-11"] .noUi-handle {
    box-shadow: none !important;
    border-color: #1b1091;
    background-color: #1b1091;
    color: #ffffff;
}

[data-palette="palette-12"] .noUi-connect,
[data-palette="palette-12"] .noUi-background,
[data-palette="palette-12"] .noUi-base,
[data-palette="palette-12"] .noUi-target,
[data-palette="palette-12"] .noUi-handle {
    box-shadow: none !important;
    border-color: #2516c7;
    background-color: #2516c7;
    color: #ffffff;
}

[data-palette="palette-13"] .noUi-connect,
[data-palette="palette-13"] .noUi-background,
[data-palette="palette-13"] .noUi-base,
[data-palette="palette-13"] .noUi-target,
[data-palette="palette-13"] .noUi-handle {
    box-shadow: none !important;
    border-color: #320a5c;
    background-color: #320a5c;
    color: #ffffff;
}

[data-palette="palette-14"] .noUi-connect,
[data-palette="palette-14"] .noUi-background,
[data-palette="palette-14"] .noUi-base,
[data-palette="palette-14"] .noUi-target,
[data-palette="palette-14"] .noUi-handle {
    box-shadow: none !important;
    border-color: #4f1091;
    background-color: #4f1091;
    color: #ffffff;
}

[data-palette="palette-15"] .noUi-connect,
[data-palette="palette-15"] .noUi-background,
[data-palette="palette-15"] .noUi-base,
[data-palette="palette-15"] .noUi-target,
[data-palette="palette-15"] .noUi-handle {
    box-shadow: none !important;
    border-color: #6c16c7;
    background-color: #6c16c7;
    color: #ffffff;
}

[data-palette="palette-16"] .noUi-connect,
[data-palette="palette-16"] .noUi-background,
[data-palette="palette-16"] .noUi-base,
[data-palette="palette-16"] .noUi-target,
[data-palette="palette-16"] .noUi-handle {
    box-shadow: none !important;
    border-color: #911051;
    background-color: #911051;
    color: #ffffff;
}

[data-palette="palette-17"] .noUi-connect,
[data-palette="palette-17"] .noUi-background,
[data-palette="palette-17"] .noUi-base,
[data-palette="palette-17"] .noUi-target,
[data-palette="palette-17"] .noUi-handle {
    box-shadow: none !important;
    border-color: #c7166f;
    background-color: #c7166f;
    color: #ffffff;
}

[data-palette="palette-18"] .noUi-connect,
[data-palette="palette-18"] .noUi-background,
[data-palette="palette-18"] .noUi-base,
[data-palette="palette-18"] .noUi-target,
[data-palette="palette-18"] .noUi-handle {
    box-shadow: none !important;
    border-color: #911710;
    background-color: #911710;
    color: #ffffff;
}

[data-palette="palette-19"] .noUi-connect,
[data-palette="palette-19"] .noUi-background,
[data-palette="palette-19"] .noUi-base,
[data-palette="palette-19"] .noUi-target,
[data-palette="palette-19"] .noUi-handle {
    box-shadow: none !important;
    border-color: #c71f16;
    background-color: #c71f16;
    color: #ffffff;
}

[data-palette="palette-20"] .noUi-connect,
[data-palette="palette-20"] .noUi-background,
[data-palette="palette-20"] .noUi-base,
[data-palette="palette-20"] .noUi-target,
[data-palette="palette-20"] .noUi-handle {
    box-shadow: none !important;
    border-color: #0a5c15;
    background-color: #0a5c15;
    color: #ffffff;
}

[data-palette="palette-21"] .noUi-connect,
[data-palette="palette-21"] .noUi-background,
[data-palette="palette-21"] .noUi-base,
[data-palette="palette-21"] .noUi-target,
[data-palette="palette-21"] .noUi-handle {
    box-shadow: none !important;
    border-color: #3e5c0a;
    background-color: #3e5c0a;
    color: #ffffff;
}

[data-palette="palette-22"] .noUi-connect,
[data-palette="palette-22"] .noUi-background,
[data-palette="palette-22"] .noUi-base,
[data-palette="palette-22"] .noUi-target,
[data-palette="palette-22"] .noUi-handle {
    box-shadow: none !important;
    border-color: #4d2c19;
    background-color: #4d2c19;
    color: #ffffff;
}

[data-palette="palette-23"] .noUi-connect,
[data-palette="palette-23"] .noUi-background,
[data-palette="palette-23"] .noUi-base,
[data-palette="palette-23"] .noUi-target,
[data-palette="palette-23"] .noUi-handle {
    box-shadow: none !important;
    border-color: #794628;
    background-color: #794628;
    color: #ffffff;
}

.slider-white .noUi-connect {
    background-color: #ffffff !important;
    border-color: #ffffff !important;
}

.slider-white .noUi-handle {
    background-color: white !important;
    border-color: white !important;
}

.slider-white .noUi-background {
    background-color: white !important;
    border-color: white !important;
}

.slider-white .noUi-base {
    background-color: white !important;
    border-color: white !important;
}

.slider-black .noUi-connect {
    background-color: #000000 !important;
    border-color: #000000 !important;
}

.slider-black .noUi-handle {
    background-color: #0d0d0d !important;
    border-color: #0d0d0d !important;
}

.slider-black .noUi-background {
    background-color: #333333 !important;
    border-color: #333333 !important;
}

.slider-black .noUi-base {
    background-color: #333333 !important;
    border-color: #333333 !important;
}

.slider-light .noUi-connect {
    background-color: #f5f5f5 !important;
    border-color: #f5f5f5 !important;
}

.slider-light .noUi-handle {
    background-color: white !important;
    border-color: white !important;
}

.slider-light .noUi-background {
    background-color: white !important;
    border-color: white !important;
}

.slider-light .noUi-base {
    background-color: white !important;
    border-color: white !important;
}

.slider-dark .noUi-connect {
    background-color: #262932 !important;
    border-color: #262932 !important;
}

.slider-dark .noUi-handle {
    background-color: #313540 !important;
    border-color: #313540 !important;
}

.slider-dark .noUi-background {
    background-color: #52596c !important;
    border-color: #52596c !important;
}

.slider-dark .noUi-base {
    background-color: #52596c !important;
    border-color: #52596c !important;
}

.slider-twitter .noUi-connect {
    background-color: #00aced !important;
    border-color: #00aced !important;
}

.slider-twitter .noUi-handle {
    background-color: #08bbff !important;
    border-color: #08bbff !important;
}

.slider-twitter .noUi-background {
    background-color: #54d0ff !important;
    border-color: #54d0ff !important;
}

.slider-twitter .noUi-base {
    background-color: #54d0ff !important;
    border-color: #54d0ff !important;
}

.slider-facebook .noUi-connect {
    background-color: #3b5998 !important;
    border-color: #3b5998 !important;
}

.slider-facebook .noUi-handle {
    background-color: #4264aa !important;
    border-color: #4264aa !important;
}

.slider-facebook .noUi-background {
    background-color: #718dc8 !important;
    border-color: #718dc8 !important;
}

.slider-facebook .noUi-base {
    background-color: #718dc8 !important;
    border-color: #718dc8 !important;
}

.slider-google .noUi-connect {
    background-color: #dd4b39 !important;
    border-color: #dd4b39 !important;
}

.slider-google .noUi-handle {
    background-color: #e15f4f !important;
    border-color: #e15f4f !important;
}

.slider-google .noUi-background {
    background-color: #ec9a90 !important;
    border-color: #ec9a90 !important;
}

.slider-google .noUi-base {
    background-color: #ec9a90 !important;
    border-color: #ec9a90 !important;
}

.slider-bg-1 .noUi-connect {
    background-color: #0267bf !important;
    border-color: #0267bf !important;
}

.slider-bg-1 .noUi-handle {
    background-color: #0275d8 !important;
    border-color: #0275d8 !important;
}

.slider-bg-1 .noUi-background {
    background-color: #299bfd !important;
    border-color: #299bfd !important;
}

.slider-bg-1 .noUi-base {
    background-color: #299bfd !important;
    border-color: #299bfd !important;
}

.slider-bg-1-100 .noUi-connect {
    background-color: #299bfd !important;
    border-color: #299bfd !important;
}

.slider-bg-1-100 .noUi-handle {
    background-color: #43a7fd !important;
    border-color: #43a7fd !important;
}

.slider-bg-1-100 .noUi-background {
    background-color: #8fcafe !important;
    border-color: #8fcafe !important;
}

.slider-bg-1-100 .noUi-base {
    background-color: #8fcafe !important;
    border-color: #8fcafe !important;
}

.slider-bg-1-200 .noUi-connect {
    background-color: #108ffd !important;
    border-color: #108ffd !important;
}

.slider-bg-1-200 .noUi-handle {
    background-color: #299bfd !important;
    border-color: #299bfd !important;
}

.slider-bg-1-200 .noUi-background {
    background-color: #75bffe !important;
    border-color: #75bffe !important;
}

.slider-bg-1-200 .noUi-base {
    background-color: #75bffe !important;
    border-color: #75bffe !important;
}

.slider-bg-1-300 .noUi-connect {
    background-color: #0283f1 !important;
    border-color: #0283f1 !important;
}

.slider-bg-1-300 .noUi-handle {
    background-color: #108ffd !important;
    border-color: #108ffd !important;
}

.slider-bg-1-300 .noUi-background {
    background-color: #5cb3fd !important;
    border-color: #5cb3fd !important;
}

.slider-bg-1-300 .noUi-base {
    background-color: #5cb3fd !important;
    border-color: #5cb3fd !important;
}

.slider-bg-1-400 .noUi-connect {
    background-color: #0275d8 !important;
    border-color: #0275d8 !important;
}

.slider-bg-1-400 .noUi-handle {
    background-color: #0283f1 !important;
    border-color: #0283f1 !important;
}

.slider-bg-1-400 .noUi-background {
    background-color: #43a7fd !important;
    border-color: #43a7fd !important;
}

.slider-bg-1-400 .noUi-base {
    background-color: #43a7fd !important;
    border-color: #43a7fd !important;
}

.slider-bg-1-500 .noUi-connect {
    background-color: #0267bf !important;
    border-color: #0267bf !important;
}

.slider-bg-1-500 .noUi-handle {
    background-color: #0275d8 !important;
    border-color: #0275d8 !important;
}

.slider-bg-1-500 .noUi-background {
    background-color: #299bfd !important;
    border-color: #299bfd !important;
}

.slider-bg-1-500 .noUi-base {
    background-color: #299bfd !important;
    border-color: #299bfd !important;
}

.slider-bg-1-600 .noUi-connect {
    background-color: #025aa5 !important;
    border-color: #025aa5 !important;
}

.slider-bg-1-600 .noUi-handle {
    background-color: #0267bf !important;
    border-color: #0267bf !important;
}

.slider-bg-1-600 .noUi-background {
    background-color: #108ffd !important;
    border-color: #108ffd !important;
}

.slider-bg-1-600 .noUi-base {
    background-color: #108ffd !important;
    border-color: #108ffd !important;
}

.slider-bg-1-700 .noUi-connect {
    background-color: #014c8c !important;
    border-color: #014c8c !important;
}

.slider-bg-1-700 .noUi-handle {
    background-color: #025aa5 !important;
    border-color: #025aa5 !important;
}

.slider-bg-1-700 .noUi-background {
    background-color: #0283f1 !important;
    border-color: #0283f1 !important;
}

.slider-bg-1-700 .noUi-base {
    background-color: #0283f1 !important;
    border-color: #0283f1 !important;
}

.slider-bg-1-800 .noUi-connect {
    background-color: #013e73 !important;
    border-color: #013e73 !important;
}

.slider-bg-1-800 .noUi-handle {
    background-color: #014c8c !important;
    border-color: #014c8c !important;
}

.slider-bg-1-800 .noUi-background {
    background-color: #0275d8 !important;
    border-color: #0275d8 !important;
}

.slider-bg-1-800 .noUi-base {
    background-color: #0275d8 !important;
    border-color: #0275d8 !important;
}

.slider-bg-1-900 .noUi-connect {
    background-color: #01315a !important;
    border-color: #01315a !important;
}

.slider-bg-1-900 .noUi-handle {
    background-color: #013e73 !important;
    border-color: #013e73 !important;
}

.slider-bg-1-900 .noUi-background {
    background-color: #0267bf !important;
    border-color: #0267bf !important;
}

.slider-bg-1-900 .noUi-base {
    background-color: #0267bf !important;
    border-color: #0267bf !important;
}

.slider-bg-2 .noUi-connect {
    background-color: #002451 !important;
    border-color: #002451 !important;
}

.slider-bg-2 .noUi-handle {
    background-color: #002f6b !important;
    border-color: #002f6b !important;
}

.slider-bg-2 .noUi-background {
    background-color: #0051b7 !important;
    border-color: #0051b7 !important;
}

.slider-bg-2 .noUi-base {
    background-color: #0051b7 !important;
    border-color: #0051b7 !important;
}

.slider-bg-2-100 .noUi-connect {
    background-color: #0051b7 !important;
    border-color: #0051b7 !important;
}

.slider-bg-2-100 .noUi-handle {
    background-color: #005dd1 !important;
    border-color: #005dd1 !important;
}

.slider-bg-2-100 .noUi-background {
    background-color: #1e82ff !important;
    border-color: #1e82ff !important;
}

.slider-bg-2-100 .noUi-base {
    background-color: #1e82ff !important;
    border-color: #1e82ff !important;
}

.slider-bg-2-200 .noUi-connect {
    background-color: #00469e !important;
    border-color: #00469e !important;
}

.slider-bg-2-200 .noUi-handle {
    background-color: #0051b7 !important;
    border-color: #0051b7 !important;
}

.slider-bg-2-200 .noUi-background {
    background-color: #0574ff !important;
    border-color: #0574ff !important;
}

.slider-bg-2-200 .noUi-base {
    background-color: #0574ff !important;
    border-color: #0574ff !important;
}

.slider-bg-2-300 .noUi-connect {
    background-color: #003b84 !important;
    border-color: #003b84 !important;
}

.slider-bg-2-300 .noUi-handle {
    background-color: #00469e !important;
    border-color: #00469e !important;
}

.slider-bg-2-300 .noUi-background {
    background-color: #0068ea !important;
    border-color: #0068ea !important;
}

.slider-bg-2-300 .noUi-base {
    background-color: #0068ea !important;
    border-color: #0068ea !important;
}

.slider-bg-2-400 .noUi-connect {
    background-color: #002f6b !important;
    border-color: #002f6b !important;
}

.slider-bg-2-400 .noUi-handle {
    background-color: #003b84 !important;
    border-color: #003b84 !important;
}

.slider-bg-2-400 .noUi-background {
    background-color: #005dd1 !important;
    border-color: #005dd1 !important;
}

.slider-bg-2-400 .noUi-base {
    background-color: #005dd1 !important;
    border-color: #005dd1 !important;
}

.slider-bg-2-500 .noUi-connect {
    background-color: #002451 !important;
    border-color: #002451 !important;
}

.slider-bg-2-500 .noUi-handle {
    background-color: #002f6b !important;
    border-color: #002f6b !important;
}

.slider-bg-2-500 .noUi-background {
    background-color: #0051b7 !important;
    border-color: #0051b7 !important;
}

.slider-bg-2-500 .noUi-base {
    background-color: #0051b7 !important;
    border-color: #0051b7 !important;
}

.slider-bg-2-600 .noUi-connect {
    background-color: #001938 !important;
    border-color: #001938 !important;
}

.slider-bg-2-600 .noUi-handle {
    background-color: #002451 !important;
    border-color: #002451 !important;
}

.slider-bg-2-600 .noUi-background {
    background-color: #00469e !important;
    border-color: #00469e !important;
}

.slider-bg-2-600 .noUi-base {
    background-color: #00469e !important;
    border-color: #00469e !important;
}

.slider-bg-2-700 .noUi-connect {
    background-color: #000d1e !important;
    border-color: #000d1e !important;
}

.slider-bg-2-700 .noUi-handle {
    background-color: #001938 !important;
    border-color: #001938 !important;
}

.slider-bg-2-700 .noUi-background {
    background-color: #003b84 !important;
    border-color: #003b84 !important;
}

.slider-bg-2-700 .noUi-base {
    background-color: #003b84 !important;
    border-color: #003b84 !important;
}

.slider-bg-2-800 .noUi-connect {
    background-color: #000205 !important;
    border-color: #000205 !important;
}

.slider-bg-2-800 .noUi-handle {
    background-color: #000d1e !important;
    border-color: #000d1e !important;
}

.slider-bg-2-800 .noUi-background {
    background-color: #002f6b !important;
    border-color: #002f6b !important;
}

.slider-bg-2-800 .noUi-base {
    background-color: #002f6b !important;
    border-color: #002f6b !important;
}

.slider-bg-2-900 .noUi-connect {
    background-color: black !important;
    border-color: black !important;
}

.slider-bg-2-900 .noUi-handle {
    background-color: #0d0d0d !important;
    border-color: #0d0d0d !important;
}

.slider-bg-2-900 .noUi-background {
    background-color: #333333 !important;
    border-color: #333333 !important;
}

.slider-bg-2-900 .noUi-base {
    background-color: #333333 !important;
    border-color: #333333 !important;
}

.slider-bg-3 .noUi-connect {
    background-color: #262932 !important;
    border-color: #262932 !important;
}

.slider-bg-3 .noUi-handle {
    background-color: #313540 !important;
    border-color: #313540 !important;
}

.slider-bg-3 .noUi-background {
    background-color: #52596c !important;
    border-color: #52596c !important;
}

.slider-bg-3 .noUi-base {
    background-color: #52596c !important;
    border-color: #52596c !important;
}

.slider-bg-3-100 .noUi-connect {
    background-color: #52596c !important;
    border-color: #52596c !important;
}

.slider-bg-3-100 .noUi-handle {
    background-color: #5d647a !important;
    border-color: #5d647a !important;
}

.slider-bg-3-100 .noUi-background {
    background-color: #838ba1 !important;
    border-color: #838ba1 !important;
}

.slider-bg-3-100 .noUi-base {
    background-color: #838ba1 !important;
    border-color: #838ba1 !important;
}

.slider-bg-3-200 .noUi-connect {
    background-color: #474d5d !important;
    border-color: #474d5d !important;
}

.slider-bg-3-200 .noUi-handle {
    background-color: #52596c !important;
    border-color: #52596c !important;
}

.slider-bg-3-200 .noUi-background {
    background-color: #757d96 !important;
    border-color: #757d96 !important;
}

.slider-bg-3-200 .noUi-base {
    background-color: #757d96 !important;
    border-color: #757d96 !important;
}

.slider-bg-3-300 .noUi-connect {
    background-color: #3c414f !important;
    border-color: #3c414f !important;
}

.slider-bg-3-300 .noUi-handle {
    background-color: #474d5d !important;
    border-color: #474d5d !important;
}

.slider-bg-3-300 .noUi-background {
    background-color: #687089 !important;
    border-color: #687089 !important;
}

.slider-bg-3-300 .noUi-base {
    background-color: #687089 !important;
    border-color: #687089 !important;
}

.slider-bg-3-400 .noUi-connect {
    background-color: #313540 !important;
    border-color: #313540 !important;
}

.slider-bg-3-400 .noUi-handle {
    background-color: #3c414f !important;
    border-color: #3c414f !important;
}

.slider-bg-3-400 .noUi-background {
    background-color: #5d647a !important;
    border-color: #5d647a !important;
}

.slider-bg-3-400 .noUi-base {
    background-color: #5d647a !important;
    border-color: #5d647a !important;
}

.slider-bg-3-500 .noUi-connect {
    background-color: #262932 !important;
    border-color: #262932 !important;
}

.slider-bg-3-500 .noUi-handle {
    background-color: #313540 !important;
    border-color: #313540 !important;
}

.slider-bg-3-500 .noUi-background {
    background-color: #52596c !important;
    border-color: #52596c !important;
}

.slider-bg-3-500 .noUi-base {
    background-color: #52596c !important;
    border-color: #52596c !important;
}

.slider-bg-3-600 .noUi-connect {
    background-color: #1b1d24 !important;
    border-color: #1b1d24 !important;
}

.slider-bg-3-600 .noUi-handle {
    background-color: #262932 !important;
    border-color: #262932 !important;
}

.slider-bg-3-600 .noUi-background {
    background-color: #474d5d !important;
    border-color: #474d5d !important;
}

.slider-bg-3-600 .noUi-base {
    background-color: #474d5d !important;
    border-color: #474d5d !important;
}

.slider-bg-3-700 .noUi-connect {
    background-color: #101115 !important;
    border-color: #101115 !important;
}

.slider-bg-3-700 .noUi-handle {
    background-color: #1b1d24 !important;
    border-color: #1b1d24 !important;
}

.slider-bg-3-700 .noUi-background {
    background-color: #3c414f !important;
    border-color: #3c414f !important;
}

.slider-bg-3-700 .noUi-base {
    background-color: #3c414f !important;
    border-color: #3c414f !important;
}

.slider-bg-3-800 .noUi-connect {
    background-color: #050507 !important;
    border-color: #050507 !important;
}

.slider-bg-3-800 .noUi-handle {
    background-color: #101115 !important;
    border-color: #101115 !important;
}

.slider-bg-3-800 .noUi-background {
    background-color: #313540 !important;
    border-color: #313540 !important;
}

.slider-bg-3-800 .noUi-base {
    background-color: #313540 !important;
    border-color: #313540 !important;
}

.slider-bg-3-900 .noUi-connect {
    background-color: black !important;
    border-color: black !important;
}

.slider-bg-3-900 .noUi-handle {
    background-color: #0d0d0d !important;
    border-color: #0d0d0d !important;
}

.slider-bg-3-900 .noUi-background {
    background-color: #333333 !important;
    border-color: #333333 !important;
}

.slider-bg-3-900 .noUi-base {
    background-color: #333333 !important;
    border-color: #333333 !important;
}

.slider-bg-4 .noUi-connect {
    background-color: #000000 !important;
    border-color: #000000 !important;
}

.slider-bg-4 .noUi-handle {
    background-color: #0d0d0d !important;
    border-color: #0d0d0d !important;
}

.slider-bg-4 .noUi-background {
    background-color: #333333 !important;
    border-color: #333333 !important;
}

.slider-bg-4 .noUi-base {
    background-color: #333333 !important;
    border-color: #333333 !important;
}

.slider-bg-4-100 .noUi-connect {
    background-color: #333333 !important;
    border-color: #333333 !important;
}

.slider-bg-4-100 .noUi-handle {
    background-color: #404040 !important;
    border-color: #404040 !important;
}

.slider-bg-4-100 .noUi-background {
    background-color: #666666 !important;
    border-color: #666666 !important;
}

.slider-bg-4-100 .noUi-base {
    background-color: #666666 !important;
    border-color: #666666 !important;
}

.slider-bg-4-200 .noUi-connect {
    background-color: #262626 !important;
    border-color: #262626 !important;
}

.slider-bg-4-200 .noUi-handle {
    background-color: #333333 !important;
    border-color: #333333 !important;
}

.slider-bg-4-200 .noUi-background {
    background-color: #595959 !important;
    border-color: #595959 !important;
}

.slider-bg-4-200 .noUi-base {
    background-color: #595959 !important;
    border-color: #595959 !important;
}

.slider-bg-4-300 .noUi-connect {
    background-color: #1a1a1a !important;
    border-color: #1a1a1a !important;
}

.slider-bg-4-300 .noUi-handle {
    background-color: #262626 !important;
    border-color: #262626 !important;
}

.slider-bg-4-300 .noUi-background {
    background-color: #4d4d4d !important;
    border-color: #4d4d4d !important;
}

.slider-bg-4-300 .noUi-base {
    background-color: #4d4d4d !important;
    border-color: #4d4d4d !important;
}

.slider-bg-4-400 .noUi-connect {
    background-color: #0d0d0d !important;
    border-color: #0d0d0d !important;
}

.slider-bg-4-400 .noUi-handle {
    background-color: #1a1a1a !important;
    border-color: #1a1a1a !important;
}

.slider-bg-4-400 .noUi-background {
    background-color: #404040 !important;
    border-color: #404040 !important;
}

.slider-bg-4-400 .noUi-base {
    background-color: #404040 !important;
    border-color: #404040 !important;
}

.slider-bg-4-500 .noUi-connect {
    background-color: #000000 !important;
    border-color: #000000 !important;
}

.slider-bg-4-500 .noUi-handle {
    background-color: #0d0d0d !important;
    border-color: #0d0d0d !important;
}

.slider-bg-4-500 .noUi-background {
    background-color: #333333 !important;
    border-color: #333333 !important;
}

.slider-bg-4-500 .noUi-base {
    background-color: #333333 !important;
    border-color: #333333 !important;
}

.slider-bg-4-600 .noUi-connect {
    background-color: black !important;
    border-color: black !important;
}

.slider-bg-4-600 .noUi-handle {
    background-color: #0d0d0d !important;
    border-color: #0d0d0d !important;
}

.slider-bg-4-600 .noUi-background {
    background-color: #333333 !important;
    border-color: #333333 !important;
}

.slider-bg-4-600 .noUi-base {
    background-color: #333333 !important;
    border-color: #333333 !important;
}

.slider-bg-4-700 .noUi-connect {
    background-color: black !important;
    border-color: black !important;
}

.slider-bg-4-700 .noUi-handle {
    background-color: #0d0d0d !important;
    border-color: #0d0d0d !important;
}

.slider-bg-4-700 .noUi-background {
    background-color: #333333 !important;
    border-color: #333333 !important;
}

.slider-bg-4-700 .noUi-base {
    background-color: #333333 !important;
    border-color: #333333 !important;
}

.slider-bg-4-800 .noUi-connect {
    background-color: black !important;
    border-color: black !important;
}

.slider-bg-4-800 .noUi-handle {
    background-color: #0d0d0d !important;
    border-color: #0d0d0d !important;
}

.slider-bg-4-800 .noUi-background {
    background-color: #333333 !important;
    border-color: #333333 !important;
}

.slider-bg-4-800 .noUi-base {
    background-color: #333333 !important;
    border-color: #333333 !important;
}

.slider-bg-4-900 .noUi-connect {
    background-color: black !important;
    border-color: black !important;
}

.slider-bg-4-900 .noUi-handle {
    background-color: #0d0d0d !important;
    border-color: #0d0d0d !important;
}

.slider-bg-4-900 .noUi-background {
    background-color: #333333 !important;
    border-color: #333333 !important;
}

.slider-bg-4-900 .noUi-base {
    background-color: #333333 !important;
    border-color: #333333 !important;
}

.slider-bg-5 .noUi-connect {
    background-color: #461C6E !important;
    border-color: #461C6E !important;
}

.slider-bg-5 .noUi-handle {
    background-color: #532182 !important;
    border-color: #532182 !important;
}

.slider-bg-5 .noUi-background {
    background-color: #7a31bf !important;
    border-color: #7a31bf !important;
}

.slider-bg-5 .noUi-base {
    background-color: #7a31bf !important;
    border-color: #7a31bf !important;
}

.slider-bg-5-100 .noUi-connect {
    background-color: #7a31bf !important;
    border-color: #7a31bf !important;
}

.slider-bg-5-100 .noUi-handle {
    background-color: #873ccd !important;
    border-color: #873ccd !important;
}

.slider-bg-5-100 .noUi-background {
    background-color: #ac79dd !important;
    border-color: #ac79dd !important;
}

.slider-bg-5-100 .noUi-base {
    background-color: #ac79dd !important;
    border-color: #ac79dd !important;
}

.slider-bg-5-200 .noUi-connect {
    background-color: #6d2cab !important;
    border-color: #6d2cab !important;
}

.slider-bg-5-200 .noUi-handle {
    background-color: #7a31bf !important;
    border-color: #7a31bf !important;
}

.slider-bg-5-200 .noUi-background {
    background-color: #a065d8 !important;
    border-color: #a065d8 !important;
}

.slider-bg-5-200 .noUi-base {
    background-color: #a065d8 !important;
    border-color: #a065d8 !important;
}

.slider-bg-5-300 .noUi-connect {
    background-color: #602697 !important;
    border-color: #602697 !important;
}

.slider-bg-5-300 .noUi-handle {
    background-color: #6d2cab !important;
    border-color: #6d2cab !important;
}

.slider-bg-5-300 .noUi-background {
    background-color: #9350d3 !important;
    border-color: #9350d3 !important;
}

.slider-bg-5-300 .noUi-base {
    background-color: #9350d3 !important;
    border-color: #9350d3 !important;
}

.slider-bg-5-400 .noUi-connect {
    background-color: #532182 !important;
    border-color: #532182 !important;
}

.slider-bg-5-400 .noUi-handle {
    background-color: #602697 !important;
    border-color: #602697 !important;
}

.slider-bg-5-400 .noUi-background {
    background-color: #873ccd !important;
    border-color: #873ccd !important;
}

.slider-bg-5-400 .noUi-base {
    background-color: #873ccd !important;
    border-color: #873ccd !important;
}

.slider-bg-5-500 .noUi-connect {
    background-color: #461C6E !important;
    border-color: #461C6E !important;
}

.slider-bg-5-500 .noUi-handle {
    background-color: #532182 !important;
    border-color: #532182 !important;
}

.slider-bg-5-500 .noUi-background {
    background-color: #7a31bf !important;
    border-color: #7a31bf !important;
}

.slider-bg-5-500 .noUi-base {
    background-color: #7a31bf !important;
    border-color: #7a31bf !important;
}

.slider-bg-5-600 .noUi-connect {
    background-color: #39175a !important;
    border-color: #39175a !important;
}

.slider-bg-5-600 .noUi-handle {
    background-color: #461c6e !important;
    border-color: #461c6e !important;
}

.slider-bg-5-600 .noUi-background {
    background-color: #6d2cab !important;
    border-color: #6d2cab !important;
}

.slider-bg-5-600 .noUi-base {
    background-color: #6d2cab !important;
    border-color: #6d2cab !important;
}

.slider-bg-5-700 .noUi-connect {
    background-color: #2c1245 !important;
    border-color: #2c1245 !important;
}

.slider-bg-5-700 .noUi-handle {
    background-color: #39175a !important;
    border-color: #39175a !important;
}

.slider-bg-5-700 .noUi-background {
    background-color: #602697 !important;
    border-color: #602697 !important;
}

.slider-bg-5-700 .noUi-base {
    background-color: #602697 !important;
    border-color: #602697 !important;
}

.slider-bg-5-800 .noUi-connect {
    background-color: #1f0c31 !important;
    border-color: #1f0c31 !important;
}

.slider-bg-5-800 .noUi-handle {
    background-color: #2c1245 !important;
    border-color: #2c1245 !important;
}

.slider-bg-5-800 .noUi-background {
    background-color: #532182 !important;
    border-color: #532182 !important;
}

.slider-bg-5-800 .noUi-base {
    background-color: #532182 !important;
    border-color: #532182 !important;
}

.slider-bg-5-900 .noUi-connect {
    background-color: #12071d !important;
    border-color: #12071d !important;
}

.slider-bg-5-900 .noUi-handle {
    background-color: #1f0c31 !important;
    border-color: #1f0c31 !important;
}

.slider-bg-5-900 .noUi-background {
    background-color: #461c6e !important;
    border-color: #461c6e !important;
}

.slider-bg-5-900 .noUi-base {
    background-color: #461c6e !important;
    border-color: #461c6e !important;
}

.slider-bg-6 .noUi-connect {
    background-color: #ffffff !important;
    border-color: #ffffff !important;
}

.slider-bg-6 .noUi-handle {
    background-color: white !important;
    border-color: white !important;
}

.slider-bg-6 .noUi-background {
    background-color: white !important;
    border-color: white !important;
}

.slider-bg-6 .noUi-base {
    background-color: white !important;
    border-color: white !important;
}

.slider-bg-6-100 .noUi-connect {
    background-color: white !important;
    border-color: white !important;
}

.slider-bg-6-100 .noUi-handle {
    background-color: white !important;
    border-color: white !important;
}

.slider-bg-6-100 .noUi-background {
    background-color: white !important;
    border-color: white !important;
}

.slider-bg-6-100 .noUi-base {
    background-color: white !important;
    border-color: white !important;
}

.slider-bg-6-200 .noUi-connect {
    background-color: white !important;
    border-color: white !important;
}

.slider-bg-6-200 .noUi-handle {
    background-color: white !important;
    border-color: white !important;
}

.slider-bg-6-200 .noUi-background {
    background-color: white !important;
    border-color: white !important;
}

.slider-bg-6-200 .noUi-base {
    background-color: white !important;
    border-color: white !important;
}

.slider-bg-6-300 .noUi-connect {
    background-color: white !important;
    border-color: white !important;
}

.slider-bg-6-300 .noUi-handle {
    background-color: white !important;
    border-color: white !important;
}

.slider-bg-6-300 .noUi-background {
    background-color: white !important;
    border-color: white !important;
}

.slider-bg-6-300 .noUi-base {
    background-color: white !important;
    border-color: white !important;
}

.slider-bg-6-400 .noUi-connect {
    background-color: white !important;
    border-color: white !important;
}

.slider-bg-6-400 .noUi-handle {
    background-color: white !important;
    border-color: white !important;
}

.slider-bg-6-400 .noUi-background {
    background-color: white !important;
    border-color: white !important;
}

.slider-bg-6-400 .noUi-base {
    background-color: white !important;
    border-color: white !important;
}

.slider-bg-6-500 .noUi-connect {
    background-color: #ffffff !important;
    border-color: #ffffff !important;
}

.slider-bg-6-500 .noUi-handle {
    background-color: white !important;
    border-color: white !important;
}

.slider-bg-6-500 .noUi-background {
    background-color: white !important;
    border-color: white !important;
}

.slider-bg-6-500 .noUi-base {
    background-color: white !important;
    border-color: white !important;
}

.slider-bg-6-600 .noUi-connect {
    background-color: #f2f2f2 !important;
    border-color: #f2f2f2 !important;
}

.slider-bg-6-600 .noUi-handle {
    background-color: white !important;
    border-color: white !important;
}

.slider-bg-6-600 .noUi-background {
    background-color: white !important;
    border-color: white !important;
}

.slider-bg-6-600 .noUi-base {
    background-color: white !important;
    border-color: white !important;
}

.slider-bg-6-700 .noUi-connect {
    background-color: #e6e6e6 !important;
    border-color: #e6e6e6 !important;
}

.slider-bg-6-700 .noUi-handle {
    background-color: #f2f2f2 !important;
    border-color: #f2f2f2 !important;
}

.slider-bg-6-700 .noUi-background {
    background-color: white !important;
    border-color: white !important;
}

.slider-bg-6-700 .noUi-base {
    background-color: white !important;
    border-color: white !important;
}

.slider-bg-6-800 .noUi-connect {
    background-color: #d9d9d9 !important;
    border-color: #d9d9d9 !important;
}

.slider-bg-6-800 .noUi-handle {
    background-color: #e6e6e6 !important;
    border-color: #e6e6e6 !important;
}

.slider-bg-6-800 .noUi-background {
    background-color: white !important;
    border-color: white !important;
}

.slider-bg-6-800 .noUi-base {
    background-color: white !important;
    border-color: white !important;
}

.slider-bg-6-900 .noUi-connect {
    background-color: #cccccc !important;
    border-color: #cccccc !important;
}

.slider-bg-6-900 .noUi-handle {
    background-color: #d9d9d9 !important;
    border-color: #d9d9d9 !important;
}

.slider-bg-6-900 .noUi-background {
    background-color: white !important;
    border-color: white !important;
}

.slider-bg-6-900 .noUi-base {
    background-color: white !important;
    border-color: white !important;
}

.slider-bg-7 .noUi-connect {
    background-color: #f5f5f5 !important;
    border-color: #f5f5f5 !important;
}

.slider-bg-7 .noUi-handle {
    background-color: white !important;
    border-color: white !important;
}

.slider-bg-7 .noUi-background {
    background-color: white !important;
    border-color: white !important;
}

.slider-bg-7 .noUi-base {
    background-color: white !important;
    border-color: white !important;
}

.slider-bg-7-100 .noUi-connect {
    background-color: white !important;
    border-color: white !important;
}

.slider-bg-7-100 .noUi-handle {
    background-color: white !important;
    border-color: white !important;
}

.slider-bg-7-100 .noUi-background {
    background-color: white !important;
    border-color: white !important;
}

.slider-bg-7-100 .noUi-base {
    background-color: white !important;
    border-color: white !important;
}

.slider-bg-7-200 .noUi-connect {
    background-color: white !important;
    border-color: white !important;
}

.slider-bg-7-200 .noUi-handle {
    background-color: white !important;
    border-color: white !important;
}

.slider-bg-7-200 .noUi-background {
    background-color: white !important;
    border-color: white !important;
}

.slider-bg-7-200 .noUi-base {
    background-color: white !important;
    border-color: white !important;
}

.slider-bg-7-300 .noUi-connect {
    background-color: white !important;
    border-color: white !important;
}

.slider-bg-7-300 .noUi-handle {
    background-color: white !important;
    border-color: white !important;
}

.slider-bg-7-300 .noUi-background {
    background-color: white !important;
    border-color: white !important;
}

.slider-bg-7-300 .noUi-base {
    background-color: white !important;
    border-color: white !important;
}

.slider-bg-7-400 .noUi-connect {
    background-color: white !important;
    border-color: white !important;
}

.slider-bg-7-400 .noUi-handle {
    background-color: white !important;
    border-color: white !important;
}

.slider-bg-7-400 .noUi-background {
    background-color: white !important;
    border-color: white !important;
}

.slider-bg-7-400 .noUi-base {
    background-color: white !important;
    border-color: white !important;
}

.slider-bg-7-500 .noUi-connect {
    background-color: #f5f5f5 !important;
    border-color: #f5f5f5 !important;
}

.slider-bg-7-500 .noUi-handle {
    background-color: white !important;
    border-color: white !important;
}

.slider-bg-7-500 .noUi-background {
    background-color: white !important;
    border-color: white !important;
}

.slider-bg-7-500 .noUi-base {
    background-color: white !important;
    border-color: white !important;
}

.slider-bg-7-600 .noUi-connect {
    background-color: #e8e8e8 !important;
    border-color: #e8e8e8 !important;
}

.slider-bg-7-600 .noUi-handle {
    background-color: whitesmoke !important;
    border-color: whitesmoke !important;
}

.slider-bg-7-600 .noUi-background {
    background-color: white !important;
    border-color: white !important;
}

.slider-bg-7-600 .noUi-base {
    background-color: white !important;
    border-color: white !important;
}

.slider-bg-7-700 .noUi-connect {
    background-color: gainsboro !important;
    border-color: gainsboro !important;
}

.slider-bg-7-700 .noUi-handle {
    background-color: #e8e8e8 !important;
    border-color: #e8e8e8 !important;
}

.slider-bg-7-700 .noUi-background {
    background-color: white !important;
    border-color: white !important;
}

.slider-bg-7-700 .noUi-base {
    background-color: white !important;
    border-color: white !important;
}

.slider-bg-7-800 .noUi-connect {
    background-color: #cfcfcf !important;
    border-color: #cfcfcf !important;
}

.slider-bg-7-800 .noUi-handle {
    background-color: gainsboro !important;
    border-color: gainsboro !important;
}

.slider-bg-7-800 .noUi-background {
    background-color: white !important;
    border-color: white !important;
}

.slider-bg-7-800 .noUi-base {
    background-color: white !important;
    border-color: white !important;
}

.slider-bg-7-900 .noUi-connect {
    background-color: #c2c2c2 !important;
    border-color: #c2c2c2 !important;
}

.slider-bg-7-900 .noUi-handle {
    background-color: #cfcfcf !important;
    border-color: #cfcfcf !important;
}

.slider-bg-7-900 .noUi-background {
    background-color: whitesmoke !important;
    border-color: whitesmoke !important;
}

.slider-bg-7-900 .noUi-base {
    background-color: whitesmoke !important;
    border-color: whitesmoke !important;
}

.slider-light-100 .noUi-connect {
    background-color: white !important;
    border-color: white !important;
}

.slider-light-100 .noUi-handle {
    background-color: white !important;
    border-color: white !important;
}

.slider-light-100 .noUi-background {
    background-color: white !important;
    border-color: white !important;
}

.slider-light-100 .noUi-base {
    background-color: white !important;
    border-color: white !important;
}

.slider-light-200 .noUi-connect {
    background-color: white !important;
    border-color: white !important;
}

.slider-light-200 .noUi-handle {
    background-color: white !important;
    border-color: white !important;
}

.slider-light-200 .noUi-background {
    background-color: white !important;
    border-color: white !important;
}

.slider-light-200 .noUi-base {
    background-color: white !important;
    border-color: white !important;
}

.slider-light-300 .noUi-connect {
    background-color: white !important;
    border-color: white !important;
}

.slider-light-300 .noUi-handle {
    background-color: white !important;
    border-color: white !important;
}

.slider-light-300 .noUi-background {
    background-color: white !important;
    border-color: white !important;
}

.slider-light-300 .noUi-base {
    background-color: white !important;
    border-color: white !important;
}

.slider-light-400 .noUi-connect {
    background-color: #fdfdfd !important;
    border-color: #fdfdfd !important;
}

.slider-light-400 .noUi-handle {
    background-color: white !important;
    border-color: white !important;
}

.slider-light-400 .noUi-background {
    background-color: white !important;
    border-color: white !important;
}

.slider-light-400 .noUi-base {
    background-color: white !important;
    border-color: white !important;
}

.slider-light-500 .noUi-connect {
    background-color: #f5f5f5 !important;
    border-color: #f5f5f5 !important;
}

.slider-light-500 .noUi-handle {
    background-color: white !important;
    border-color: white !important;
}

.slider-light-500 .noUi-background {
    background-color: white !important;
    border-color: white !important;
}

.slider-light-500 .noUi-base {
    background-color: white !important;
    border-color: white !important;
}

.slider-light-600 .noUi-connect {
    background-color: #ededed !important;
    border-color: #ededed !important;
}

.slider-light-600 .noUi-handle {
    background-color: #fafafa !important;
    border-color: #fafafa !important;
}

.slider-light-600 .noUi-background {
    background-color: white !important;
    border-color: white !important;
}

.slider-light-600 .noUi-base {
    background-color: white !important;
    border-color: white !important;
}

.slider-light-700 .noUi-connect {
    background-color: #e6e6e6 !important;
    border-color: #e6e6e6 !important;
}

.slider-light-700 .noUi-handle {
    background-color: #f2f2f2 !important;
    border-color: #f2f2f2 !important;
}

.slider-light-700 .noUi-background {
    background-color: white !important;
    border-color: white !important;
}

.slider-light-700 .noUi-base {
    background-color: white !important;
    border-color: white !important;
}

.slider-light-800 .noUi-connect {
    background-color: #dedede !important;
    border-color: #dedede !important;
}

.slider-light-800 .noUi-handle {
    background-color: #ebebeb !important;
    border-color: #ebebeb !important;
}

.slider-light-800 .noUi-background {
    background-color: white !important;
    border-color: white !important;
}

.slider-light-800 .noUi-base {
    background-color: white !important;
    border-color: white !important;
}

.slider-light-900 .noUi-connect {
    background-color: #d6d6d6 !important;
    border-color: #d6d6d6 !important;
}

.slider-light-900 .noUi-handle {
    background-color: #e3e3e3 !important;
    border-color: #e3e3e3 !important;
}

.slider-light-900 .noUi-background {
    background-color: white !important;
    border-color: white !important;
}

.slider-light-900 .noUi-base {
    background-color: white !important;
    border-color: white !important;
}

.slider-dark-100 .noUi-connect {
    background-color: #404655 !important;
    border-color: #404655 !important;
}

.slider-dark-100 .noUi-handle {
    background-color: #4b5163 !important;
    border-color: #4b5163 !important;
}

.slider-dark-100 .noUi-background {
    background-color: #6c758f !important;
    border-color: #6c758f !important;
}

.slider-dark-100 .noUi-base {
    background-color: #6c758f !important;
    border-color: #6c758f !important;
}

.slider-dark-200 .noUi-connect {
    background-color: #3a3e4c !important;
    border-color: #3a3e4c !important;
}

.slider-dark-200 .noUi-handle {
    background-color: #454a5b !important;
    border-color: #454a5b !important;
}

.slider-dark-200 .noUi-background {
    background-color: #666e86 !important;
    border-color: #666e86 !important;
}

.slider-dark-200 .noUi-base {
    background-color: #666e86 !important;
    border-color: #666e86 !important;
}

.slider-dark-300 .noUi-connect {
    background-color: #333743 !important;
    border-color: #333743 !important;
}

.slider-dark-300 .noUi-handle {
    background-color: #3e4352 !important;
    border-color: #3e4352 !important;
}

.slider-dark-300 .noUi-background {
    background-color: #5f677d !important;
    border-color: #5f677d !important;
}

.slider-dark-300 .noUi-base {
    background-color: #5f677d !important;
    border-color: #5f677d !important;
}

.slider-dark-400 .noUi-connect {
    background-color: #2d303b !important;
    border-color: #2d303b !important;
}

.slider-dark-400 .noUi-handle {
    background-color: #383c49 !important;
    border-color: #383c49 !important;
}

.slider-dark-400 .noUi-background {
    background-color: #596075 !important;
    border-color: #596075 !important;
}

.slider-dark-400 .noUi-base {
    background-color: #596075 !important;
    border-color: #596075 !important;
}

.slider-dark-500 .noUi-connect {
    background-color: #262932 !important;
    border-color: #262932 !important;
}

.slider-dark-500 .noUi-handle {
    background-color: #313540 !important;
    border-color: #313540 !important;
}

.slider-dark-500 .noUi-background {
    background-color: #52596c !important;
    border-color: #52596c !important;
}

.slider-dark-500 .noUi-base {
    background-color: #52596c !important;
    border-color: #52596c !important;
}

.slider-dark-600 .noUi-connect {
    background-color: #1f2229 !important;
    border-color: #1f2229 !important;
}

.slider-dark-600 .noUi-handle {
    background-color: #2a2e38 !important;
    border-color: #2a2e38 !important;
}

.slider-dark-600 .noUi-background {
    background-color: #4b5163 !important;
    border-color: #4b5163 !important;
}

.slider-dark-600 .noUi-base {
    background-color: #4b5163 !important;
    border-color: #4b5163 !important;
}

.slider-dark-700 .noUi-connect {
    background-color: #191b21 !important;
    border-color: #191b21 !important;
}

.slider-dark-700 .noUi-handle {
    background-color: #24272f !important;
    border-color: #24272f !important;
}

.slider-dark-700 .noUi-background {
    background-color: #454a5b !important;
    border-color: #454a5b !important;
}

.slider-dark-700 .noUi-base {
    background-color: #454a5b !important;
    border-color: #454a5b !important;
}

.slider-dark-800 .noUi-connect {
    background-color: #121418 !important;
    border-color: #121418 !important;
}

.slider-dark-800 .noUi-handle {
    background-color: #1d1f26 !important;
    border-color: #1d1f26 !important;
}

.slider-dark-800 .noUi-background {
    background-color: #3e4352 !important;
    border-color: #3e4352 !important;
}

.slider-dark-800 .noUi-base {
    background-color: #3e4352 !important;
    border-color: #3e4352 !important;
}

.slider-dark-900 .noUi-connect {
    background-color: #0c0c0f !important;
    border-color: #0c0c0f !important;
}

.slider-dark-900 .noUi-handle {
    background-color: #17181e !important;
    border-color: #17181e !important;
}

.slider-dark-900 .noUi-background {
    background-color: #383c49 !important;
    border-color: #383c49 !important;
}

.slider-dark-900 .noUi-base {
    background-color: #383c49 !important;
    border-color: #383c49 !important;
}

.slider-default .noUi-connect {
    background-color: #5bc0de !important;
    border-color: #5bc0de !important;
}

.slider-default .noUi-handle {
    background-color: #70c8e2 !important;
    border-color: #70c8e2 !important;
}

.slider-default .noUi-background {
    background-color: #b0e1ef !important;
    border-color: #b0e1ef !important;
}

.slider-default .noUi-base {
    background-color: #b0e1ef !important;
    border-color: #b0e1ef !important;
}

.slider-default-100 .noUi-connect {
    background-color: #8ed4e8 !important;
    border-color: #8ed4e8 !important;
}

.slider-default-100 .noUi-handle {
    background-color: #a3dced !important;
    border-color: #a3dced !important;
}

.slider-default-100 .noUi-background {
    background-color: #e3f4f9 !important;
    border-color: #e3f4f9 !important;
}

.slider-default-100 .noUi-base {
    background-color: #e3f4f9 !important;
    border-color: #e3f4f9 !important;
}

.slider-default-200 .noUi-connect {
    background-color: #81cfe6 !important;
    border-color: #81cfe6 !important;
}

.slider-default-200 .noUi-handle {
    background-color: #96d7ea !important;
    border-color: #96d7ea !important;
}

.slider-default-200 .noUi-background {
    background-color: #d6eff7 !important;
    border-color: #d6eff7 !important;
}

.slider-default-200 .noUi-base {
    background-color: #d6eff7 !important;
    border-color: #d6eff7 !important;
}

.slider-default-300 .noUi-connect {
    background-color: #74cae3 !important;
    border-color: #74cae3 !important;
}

.slider-default-300 .noUi-handle {
    background-color: #8ad2e7 !important;
    border-color: #8ad2e7 !important;
}

.slider-default-300 .noUi-background {
    background-color: #c9eaf4 !important;
    border-color: #c9eaf4 !important;
}

.slider-default-300 .noUi-base {
    background-color: #c9eaf4 !important;
    border-color: #c9eaf4 !important;
}

.slider-default-400 .noUi-connect {
    background-color: #68c5e1 !important;
    border-color: #68c5e1 !important;
}

.slider-default-400 .noUi-handle {
    background-color: #7dcde5 !important;
    border-color: #7dcde5 !important;
}

.slider-default-400 .noUi-background {
    background-color: #bde6f2 !important;
    border-color: #bde6f2 !important;
}

.slider-default-400 .noUi-base {
    background-color: #bde6f2 !important;
    border-color: #bde6f2 !important;
}

.slider-default-500 .noUi-connect {
    background-color: #5bc0de !important;
    border-color: #5bc0de !important;
}

.slider-default-500 .noUi-handle {
    background-color: #70c8e2 !important;
    border-color: #70c8e2 !important;
}

.slider-default-500 .noUi-background {
    background-color: #b0e1ef !important;
    border-color: #b0e1ef !important;
}

.slider-default-500 .noUi-base {
    background-color: #b0e1ef !important;
    border-color: #b0e1ef !important;
}

.slider-default-600 .noUi-connect {
    background-color: #4ebbdb !important;
    border-color: #4ebbdb !important;
}

.slider-default-600 .noUi-handle {
    background-color: #63c3e0 !important;
    border-color: #63c3e0 !important;
}

.slider-default-600 .noUi-background {
    background-color: #a3dced !important;
    border-color: #a3dced !important;
}

.slider-default-600 .noUi-base {
    background-color: #a3dced !important;
    border-color: #a3dced !important;
}

.slider-default-700 .noUi-connect {
    background-color: #42b6d9 !important;
    border-color: #42b6d9 !important;
}

.slider-default-700 .noUi-handle {
    background-color: #57bedd !important;
    border-color: #57bedd !important;
}

.slider-default-700 .noUi-background {
    background-color: #96d7ea !important;
    border-color: #96d7ea !important;
}

.slider-default-700 .noUi-base {
    background-color: #96d7ea !important;
    border-color: #96d7ea !important;
}

.slider-default-800 .noUi-connect {
    background-color: #35b1d6 !important;
    border-color: #35b1d6 !important;
}

.slider-default-800 .noUi-handle {
    background-color: #4ab9db !important;
    border-color: #4ab9db !important;
}

.slider-default-800 .noUi-background {
    background-color: #8ad2e7 !important;
    border-color: #8ad2e7 !important;
}

.slider-default-800 .noUi-base {
    background-color: #8ad2e7 !important;
    border-color: #8ad2e7 !important;
}

.slider-default-900 .noUi-connect {
    background-color: #2aabd2 !important;
    border-color: #2aabd2 !important;
}

.slider-default-900 .noUi-handle {
    background-color: #3db5d8 !important;
    border-color: #3db5d8 !important;
}

.slider-default-900 .noUi-background {
    background-color: #7dcde5 !important;
    border-color: #7dcde5 !important;
}

.slider-default-900 .noUi-base {
    background-color: #7dcde5 !important;
    border-color: #7dcde5 !important;
}

.slider-primary .noUi-connect {
    background-color: #0275d8 !important;
    border-color: #0275d8 !important;
}

.slider-primary .noUi-handle {
    background-color: #0283f1 !important;
    border-color: #0283f1 !important;
}

.slider-primary .noUi-background {
    background-color: #43a7fd !important;
    border-color: #43a7fd !important;
}

.slider-primary .noUi-base {
    background-color: #43a7fd !important;
    border-color: #43a7fd !important;
}

.slider-primary-100 .noUi-connect {
    background-color: #1a94fd !important;
    border-color: #1a94fd !important;
}

.slider-primary-100 .noUi-handle {
    background-color: #34a0fd !important;
    border-color: #34a0fd !important;
}

.slider-primary-100 .noUi-background {
    background-color: #7fc3fe !important;
    border-color: #7fc3fe !important;
}

.slider-primary-100 .noUi-base {
    background-color: #7fc3fe !important;
    border-color: #7fc3fe !important;
}

.slider-primary-200 .noUi-connect {
    background-color: #0b8dfd !important;
    border-color: #0b8dfd !important;
}

.slider-primary-200 .noUi-handle {
    background-color: #2499fd !important;
    border-color: #2499fd !important;
}

.slider-primary-200 .noUi-background {
    background-color: #70bcfe !important;
    border-color: #70bcfe !important;
}

.slider-primary-200 .noUi-base {
    background-color: #70bcfe !important;
    border-color: #70bcfe !important;
}

.slider-primary-300 .noUi-connect {
    background-color: #0285f6 !important;
    border-color: #0285f6 !important;
}

.slider-primary-300 .noUi-handle {
    background-color: #1592fd !important;
    border-color: #1592fd !important;
}

.slider-primary-300 .noUi-background {
    background-color: #61b5fe !important;
    border-color: #61b5fe !important;
}

.slider-primary-300 .noUi-base {
    background-color: #61b5fe !important;
    border-color: #61b5fe !important;
}

.slider-primary-400 .noUi-connect {
    background-color: #027de7 !important;
    border-color: #027de7 !important;
}

.slider-primary-400 .noUi-handle {
    background-color: #068bfd !important;
    border-color: #068bfd !important;
}

.slider-primary-400 .noUi-background {
    background-color: #52aefd !important;
    border-color: #52aefd !important;
}

.slider-primary-400 .noUi-base {
    background-color: #52aefd !important;
    border-color: #52aefd !important;
}

.slider-primary-500 .noUi-connect {
    background-color: #0275d8 !important;
    border-color: #0275d8 !important;
}

.slider-primary-500 .noUi-handle {
    background-color: #0283f1 !important;
    border-color: #0283f1 !important;
}

.slider-primary-500 .noUi-background {
    background-color: #43a7fd !important;
    border-color: #43a7fd !important;
}

.slider-primary-500 .noUi-base {
    background-color: #43a7fd !important;
    border-color: #43a7fd !important;
}

.slider-primary-600 .noUi-connect {
    background-color: #026dc9 !important;
    border-color: #026dc9 !important;
}

.slider-primary-600 .noUi-handle {
    background-color: #027ae2 !important;
    border-color: #027ae2 !important;
}

.slider-primary-600 .noUi-background {
    background-color: #34a0fd !important;
    border-color: #34a0fd !important;
}

.slider-primary-600 .noUi-base {
    background-color: #34a0fd !important;
    border-color: #34a0fd !important;
}

.slider-primary-700 .noUi-connect {
    background-color: #0265ba !important;
    border-color: #0265ba !important;
}

.slider-primary-700 .noUi-handle {
    background-color: #0272d3 !important;
    border-color: #0272d3 !important;
}

.slider-primary-700 .noUi-background {
    background-color: #2499fd !important;
    border-color: #2499fd !important;
}

.slider-primary-700 .noUi-base {
    background-color: #2499fd !important;
    border-color: #2499fd !important;
}

.slider-primary-800 .noUi-connect {
    background-color: #025cab !important;
    border-color: #025cab !important;
}

.slider-primary-800 .noUi-handle {
    background-color: #026ac4 !important;
    border-color: #026ac4 !important;
}

.slider-primary-800 .noUi-background {
    background-color: #1592fd !important;
    border-color: #1592fd !important;
}

.slider-primary-800 .noUi-base {
    background-color: #1592fd !important;
    border-color: #1592fd !important;
}

.slider-primary-900 .noUi-connect {
    background-color: #01549b !important;
    border-color: #01549b !important;
}

.slider-primary-900 .noUi-handle {
    background-color: #0262b5 !important;
    border-color: #0262b5 !important;
}

.slider-primary-900 .noUi-background {
    background-color: #068bfd !important;
    border-color: #068bfd !important;
}

.slider-primary-900 .noUi-base {
    background-color: #068bfd !important;
    border-color: #068bfd !important;
}

.slider-info .noUi-connect {
    background-color: #00aced !important;
    border-color: #00aced !important;
}

.slider-info .noUi-handle {
    background-color: #08bbff !important;
    border-color: #08bbff !important;
}

.slider-info .noUi-background {
    background-color: #54d0ff !important;
    border-color: #54d0ff !important;
}

.slider-info .noUi-base {
    background-color: #54d0ff !important;
    border-color: #54d0ff !important;
}

.slider-info-100 .noUi-connect {
    background-color: #2bc5ff !important;
    border-color: #2bc5ff !important;
}

.slider-info-100 .noUi-handle {
    background-color: #45ccff !important;
    border-color: #45ccff !important;
}

.slider-info-100 .noUi-background {
    background-color: #91e1ff !important;
    border-color: #91e1ff !important;
}

.slider-info-100 .noUi-base {
    background-color: #91e1ff !important;
    border-color: #91e1ff !important;
}

.slider-info-200 .noUi-connect {
    background-color: #1cc1ff !important;
    border-color: #1cc1ff !important;
}

.slider-info-200 .noUi-handle {
    background-color: #35c8ff !important;
    border-color: #35c8ff !important;
}

.slider-info-200 .noUi-background {
    background-color: #82ddff !important;
    border-color: #82ddff !important;
}

.slider-info-200 .noUi-base {
    background-color: #82ddff !important;
    border-color: #82ddff !important;
}

.slider-info-300 .noUi-connect {
    background-color: #0dbdff !important;
    border-color: #0dbdff !important;
}

.slider-info-300 .noUi-handle {
    background-color: #26c4ff !important;
    border-color: #26c4ff !important;
}

.slider-info-300 .noUi-background {
    background-color: #73d8ff !important;
    border-color: #73d8ff !important;
}

.slider-info-300 .noUi-base {
    background-color: #73d8ff !important;
    border-color: #73d8ff !important;
}

.slider-info-400 .noUi-connect {
    background-color: #00b7fc !important;
    border-color: #00b7fc !important;
}

.slider-info-400 .noUi-handle {
    background-color: #17bfff !important;
    border-color: #17bfff !important;
}

.slider-info-400 .noUi-background {
    background-color: #63d4ff !important;
    border-color: #63d4ff !important;
}

.slider-info-400 .noUi-base {
    background-color: #63d4ff !important;
    border-color: #63d4ff !important;
}

.slider-info-500 .noUi-connect {
    background-color: #00aced !important;
    border-color: #00aced !important;
}

.slider-info-500 .noUi-handle {
    background-color: #08bbff !important;
    border-color: #08bbff !important;
}

.slider-info-500 .noUi-background {
    background-color: #54d0ff !important;
    border-color: #54d0ff !important;
}

.slider-info-500 .noUi-base {
    background-color: #54d0ff !important;
    border-color: #54d0ff !important;
}

.slider-info-600 .noUi-connect {
    background-color: #00a1de !important;
    border-color: #00a1de !important;
}

.slider-info-600 .noUi-handle {
    background-color: #00b3f7 !important;
    border-color: #00b3f7 !important;
}

.slider-info-600 .noUi-background {
    background-color: #45ccff !important;
    border-color: #45ccff !important;
}

.slider-info-600 .noUi-base {
    background-color: #45ccff !important;
    border-color: #45ccff !important;
}

.slider-info-700 .noUi-connect {
    background-color: #0096ce !important;
    border-color: #0096ce !important;
}

.slider-info-700 .noUi-handle {
    background-color: #00a8e8 !important;
    border-color: #00a8e8 !important;
}

.slider-info-700 .noUi-background {
    background-color: #35c8ff !important;
    border-color: #35c8ff !important;
}

.slider-info-700 .noUi-base {
    background-color: #35c8ff !important;
    border-color: #35c8ff !important;
}

.slider-info-800 .noUi-connect {
    background-color: #008bbf !important;
    border-color: #008bbf !important;
}

.slider-info-800 .noUi-handle {
    background-color: #009dd9 !important;
    border-color: #009dd9 !important;
}

.slider-info-800 .noUi-background {
    background-color: #26c4ff !important;
    border-color: #26c4ff !important;
}

.slider-info-800 .noUi-base {
    background-color: #26c4ff !important;
    border-color: #26c4ff !important;
}

.slider-info-900 .noUi-connect {
    background-color: #0080b0 !important;
    border-color: #0080b0 !important;
}

.slider-info-900 .noUi-handle {
    background-color: #0092c9 !important;
    border-color: #0092c9 !important;
}

.slider-info-900 .noUi-background {
    background-color: #17bfff !important;
    border-color: #17bfff !important;
}

.slider-info-900 .noUi-base {
    background-color: #17bfff !important;
    border-color: #17bfff !important;
}

.slider-warning .noUi-connect {
    background-color: #f0ad4e !important;
    border-color: #f0ad4e !important;
}

.slider-warning .noUi-handle {
    background-color: #f2b866 !important;
    border-color: #f2b866 !important;
}

.slider-warning .noUi-background {
    background-color: #f8d9ac !important;
    border-color: #f8d9ac !important;
}

.slider-warning .noUi-base {
    background-color: #f8d9ac !important;
    border-color: #f8d9ac !important;
}

.slider-warning-100 .noUi-connect {
    background-color: #f5c786 !important;
    border-color: #f5c786 !important;
}

.slider-warning-100 .noUi-handle {
    background-color: #f7d29e !important;
    border-color: #f7d29e !important;
}

.slider-warning-100 .noUi-background {
    background-color: #fdf3e4 !important;
    border-color: #fdf3e4 !important;
}

.slider-warning-100 .noUi-base {
    background-color: #fdf3e4 !important;
    border-color: #fdf3e4 !important;
}

.slider-warning-200 .noUi-connect {
    background-color: #f4c178 !important;
    border-color: #f4c178 !important;
}

.slider-warning-200 .noUi-handle {
    background-color: #f6cb90 !important;
    border-color: #f6cb90 !important;
}

.slider-warning-200 .noUi-background {
    background-color: #fcecd6 !important;
    border-color: #fcecd6 !important;
}

.slider-warning-200 .noUi-base {
    background-color: #fcecd6 !important;
    border-color: #fcecd6 !important;
}

.slider-warning-300 .noUi-connect {
    background-color: #f2ba6a !important;
    border-color: #f2ba6a !important;
}

.slider-warning-300 .noUi-handle {
    background-color: #f4c582 !important;
    border-color: #f4c582 !important;
}

.slider-warning-300 .noUi-background {
    background-color: #fae6c8 !important;
    border-color: #fae6c8 !important;
}

.slider-warning-300 .noUi-base {
    background-color: #fae6c8 !important;
    border-color: #fae6c8 !important;
}

.slider-warning-400 .noUi-connect {
    background-color: #f1b45c !important;
    border-color: #f1b45c !important;
}

.slider-warning-400 .noUi-handle {
    background-color: #f3be74 !important;
    border-color: #f3be74 !important;
}

.slider-warning-400 .noUi-background {
    background-color: #f9dfba !important;
    border-color: #f9dfba !important;
}

.slider-warning-400 .noUi-base {
    background-color: #f9dfba !important;
    border-color: #f9dfba !important;
}

.slider-warning-500 .noUi-connect {
    background-color: #f0ad4e !important;
    border-color: #f0ad4e !important;
}

.slider-warning-500 .noUi-handle {
    background-color: #f2b866 !important;
    border-color: #f2b866 !important;
}

.slider-warning-500 .noUi-background {
    background-color: #f8d9ac !important;
    border-color: #f8d9ac !important;
}

.slider-warning-500 .noUi-base {
    background-color: #f8d9ac !important;
    border-color: #f8d9ac !important;
}

.slider-warning-600 .noUi-connect {
    background-color: #efa640 !important;
    border-color: #efa640 !important;
}

.slider-warning-600 .noUi-handle {
    background-color: #f1b157 !important;
    border-color: #f1b157 !important;
}

.slider-warning-600 .noUi-background {
    background-color: #f7d29e !important;
    border-color: #f7d29e !important;
}

.slider-warning-600 .noUi-base {
    background-color: #f7d29e !important;
    border-color: #f7d29e !important;
}

.slider-warning-700 .noUi-connect {
    background-color: #eea032 !important;
    border-color: #eea032 !important;
}

.slider-warning-700 .noUi-handle {
    background-color: #f0ab49 !important;
    border-color: #f0ab49 !important;
}

.slider-warning-700 .noUi-background {
    background-color: #f6cb90 !important;
    border-color: #f6cb90 !important;
}

.slider-warning-700 .noUi-base {
    background-color: #f6cb90 !important;
    border-color: #f6cb90 !important;
}

.slider-warning-800 .noUi-connect {
    background-color: #ec9924 !important;
    border-color: #ec9924 !important;
}

.slider-warning-800 .noUi-handle {
    background-color: #eea43b !important;
    border-color: #eea43b !important;
}

.slider-warning-800 .noUi-background {
    background-color: #f4c582 !important;
    border-color: #f4c582 !important;
}

.slider-warning-800 .noUi-base {
    background-color: #f4c582 !important;
    border-color: #f4c582 !important;
}

.slider-warning-900 .noUi-connect {
    background-color: #eb9316 !important;
    border-color: #eb9316 !important;
}

.slider-warning-900 .noUi-handle {
    background-color: #ed9e2d !important;
    border-color: #ed9e2d !important;
}

.slider-warning-900 .noUi-background {
    background-color: #f3be74 !important;
    border-color: #f3be74 !important;
}

.slider-warning-900 .noUi-base {
    background-color: #f3be74 !important;
    border-color: #f3be74 !important;
}

.slider-success .noUi-connect {
    background-color: #5cb85c !important;
    border-color: #5cb85c !important;
}

.slider-success .noUi-handle {
    background-color: #6ec06e !important;
    border-color: #6ec06e !important;
}

.slider-success .noUi-background {
    background-color: #a3d7a3 !important;
    border-color: #a3d7a3 !important;
}

.slider-success .noUi-base {
    background-color: #a3d7a3 !important;
    border-color: #a3d7a3 !important;
}

.slider-success-100 .noUi-connect {
    background-color: #87cb87 !important;
    border-color: #87cb87 !important;
}

.slider-success-100 .noUi-handle {
    background-color: #98d298 !important;
    border-color: #98d298 !important;
}

.slider-success-100 .noUi-background {
    background-color: #ceeace !important;
    border-color: #ceeace !important;
}

.slider-success-100 .noUi-base {
    background-color: #ceeace !important;
    border-color: #ceeace !important;
}

.slider-success-200 .noUi-connect {
    background-color: #7cc67c !important;
    border-color: #7cc67c !important;
}

.slider-success-200 .noUi-handle {
    background-color: #8ece8e !important;
    border-color: #8ece8e !important;
}

.slider-success-200 .noUi-background {
    background-color: #c3e5c3 !important;
    border-color: #c3e5c3 !important;
}

.slider-success-200 .noUi-base {
    background-color: #c3e5c3 !important;
    border-color: #c3e5c3 !important;
}

.slider-success-300 .noUi-connect {
    background-color: #71c171 !important;
    border-color: #71c171 !important;
}

.slider-success-300 .noUi-handle {
    background-color: #83c983 !important;
    border-color: #83c983 !important;
}

.slider-success-300 .noUi-background {
    background-color: #b8e0b8 !important;
    border-color: #b8e0b8 !important;
}

.slider-success-300 .noUi-base {
    background-color: #b8e0b8 !important;
    border-color: #b8e0b8 !important;
}

.slider-success-400 .noUi-connect {
    background-color: #67bd67 !important;
    border-color: #67bd67 !important;
}

.slider-success-400 .noUi-handle {
    background-color: #78c478 !important;
    border-color: #78c478 !important;
}

.slider-success-400 .noUi-background {
    background-color: #aedcae !important;
    border-color: #aedcae !important;
}

.slider-success-400 .noUi-base {
    background-color: #aedcae !important;
    border-color: #aedcae !important;
}

.slider-success-500 .noUi-connect {
    background-color: #5cb85c !important;
    border-color: #5cb85c !important;
}

.slider-success-500 .noUi-handle {
    background-color: #6ec06e !important;
    border-color: #6ec06e !important;
}

.slider-success-500 .noUi-background {
    background-color: #a3d7a3 !important;
    border-color: #a3d7a3 !important;
}

.slider-success-500 .noUi-base {
    background-color: #a3d7a3 !important;
    border-color: #a3d7a3 !important;
}

.slider-success-600 .noUi-connect {
    background-color: #51b351 !important;
    border-color: #51b351 !important;
}

.slider-success-600 .noUi-handle {
    background-color: #63bb63 !important;
    border-color: #63bb63 !important;
}

.slider-success-600 .noUi-background {
    background-color: #98d298 !important;
    border-color: #98d298 !important;
}

.slider-success-600 .noUi-base {
    background-color: #98d298 !important;
    border-color: #98d298 !important;
}

.slider-success-700 .noUi-connect {
    background-color: #4aab4a !important;
    border-color: #4aab4a !important;
}

.slider-success-700 .noUi-handle {
    background-color: #58b658 !important;
    border-color: #58b658 !important;
}

.slider-success-700 .noUi-background {
    background-color: #8ece8e !important;
    border-color: #8ece8e !important;
}

.slider-success-700 .noUi-base {
    background-color: #8ece8e !important;
    border-color: #8ece8e !important;
}

.slider-success-800 .noUi-connect {
    background-color: #46a046 !important;
    border-color: #46a046 !important;
}

.slider-success-800 .noUi-handle {
    background-color: #4eb24e !important;
    border-color: #4eb24e !important;
}

.slider-success-800 .noUi-background {
    background-color: #83c983 !important;
    border-color: #83c983 !important;
}

.slider-success-800 .noUi-base {
    background-color: #83c983 !important;
    border-color: #83c983 !important;
}

.slider-success-900 .noUi-connect {
    background-color: #419641 !important;
    border-color: #419641 !important;
}

.slider-success-900 .noUi-handle {
    background-color: #49a749 !important;
    border-color: #49a749 !important;
}

.slider-success-900 .noUi-background {
    background-color: #78c478 !important;
    border-color: #78c478 !important;
}

.slider-success-900 .noUi-base {
    background-color: #78c478 !important;
    border-color: #78c478 !important;
}

.slider-danger .noUi-connect {
    background-color: #d9534f !important;
    border-color: #d9534f !important;
}

.slider-danger .noUi-handle {
    background-color: #de6764 !important;
    border-color: #de6764 !important;
}

.slider-danger .noUi-background {
    background-color: #eba5a3 !important;
    border-color: #eba5a3 !important;
}

.slider-danger .noUi-base {
    background-color: #eba5a3 !important;
    border-color: #eba5a3 !important;
}

.slider-danger-100 .noUi-connect {
    background-color: #e48481 !important;
    border-color: #e48481 !important;
}

.slider-danger-100 .noUi-handle {
    background-color: #e89996 !important;
    border-color: #e89996 !important;
}

.slider-danger-100 .noUi-background {
    background-color: #f6d6d5 !important;
    border-color: #f6d6d5 !important;
}

.slider-danger-100 .noUi-base {
    background-color: #f6d6d5 !important;
    border-color: #f6d6d5 !important;
}

.slider-danger-200 .noUi-connect {
    background-color: #e17875 !important;
    border-color: #e17875 !important;
}

.slider-danger-200 .noUi-handle {
    background-color: #e68c8a !important;
    border-color: #e68c8a !important;
}

.slider-danger-200 .noUi-background {
    background-color: #f3cac9 !important;
    border-color: #f3cac9 !important;
}

.slider-danger-200 .noUi-base {
    background-color: #f3cac9 !important;
    border-color: #f3cac9 !important;
}

.slider-danger-300 .noUi-connect {
    background-color: #de6c68 !important;
    border-color: #de6c68 !important;
}

.slider-danger-300 .noUi-handle {
    background-color: #e3807d !important;
    border-color: #e3807d !important;
}

.slider-danger-300 .noUi-background {
    background-color: #f1bebc !important;
    border-color: #f1bebc !important;
}

.slider-danger-300 .noUi-base {
    background-color: #f1bebc !important;
    border-color: #f1bebc !important;
}

.slider-danger-400 .noUi-connect {
    background-color: #dc5f5c !important;
    border-color: #dc5f5c !important;
}

.slider-danger-400 .noUi-handle {
    background-color: #e07471 !important;
    border-color: #e07471 !important;
}

.slider-danger-400 .noUi-background {
    background-color: #eeb1af !important;
    border-color: #eeb1af !important;
}

.slider-danger-400 .noUi-base {
    background-color: #eeb1af !important;
    border-color: #eeb1af !important;
}

.slider-danger-500 .noUi-connect {
    background-color: #d9534f !important;
    border-color: #d9534f !important;
}

.slider-danger-500 .noUi-handle {
    background-color: #de6764 !important;
    border-color: #de6764 !important;
}

.slider-danger-500 .noUi-background {
    background-color: #eba5a3 !important;
    border-color: #eba5a3 !important;
}

.slider-danger-500 .noUi-base {
    background-color: #eba5a3 !important;
    border-color: #eba5a3 !important;
}

.slider-danger-600 .noUi-connect {
    background-color: #d64742 !important;
    border-color: #d64742 !important;
}

.slider-danger-600 .noUi-handle {
    background-color: #db5b57 !important;
    border-color: #db5b57 !important;
}

.slider-danger-600 .noUi-background {
    background-color: #e89996 !important;
    border-color: #e89996 !important;
}

.slider-danger-600 .noUi-base {
    background-color: #e89996 !important;
    border-color: #e89996 !important;
}

.slider-danger-700 .noUi-connect {
    background-color: #d43a36 !important;
    border-color: #d43a36 !important;
}

.slider-danger-700 .noUi-handle {
    background-color: #d84f4b !important;
    border-color: #d84f4b !important;
}

.slider-danger-700 .noUi-background {
    background-color: #e68c8a !important;
    border-color: #e68c8a !important;
}

.slider-danger-700 .noUi-base {
    background-color: #e68c8a !important;
    border-color: #e68c8a !important;
}

.slider-danger-800 .noUi-connect {
    background-color: #ce312c !important;
    border-color: #ce312c !important;
}

.slider-danger-800 .noUi-handle {
    background-color: #d5433e !important;
    border-color: #d5433e !important;
}

.slider-danger-800 .noUi-background {
    background-color: #e3807d !important;
    border-color: #e3807d !important;
}

.slider-danger-800 .noUi-base {
    background-color: #e3807d !important;
    border-color: #e3807d !important;
}

.slider-danger-900 .noUi-connect {
    background-color: #c12e2a !important;
    border-color: #c12e2a !important;
}

.slider-danger-900 .noUi-handle {
    background-color: #d33632 !important;
    border-color: #d33632 !important;
}

.slider-danger-900 .noUi-background {
    background-color: #e07471 !important;
    border-color: #e07471 !important;
}

.slider-danger-900 .noUi-base {
    background-color: #e07471 !important;
    border-color: #e07471 !important;
}

.block {
    padding: 0px;
    margin-bottom: 20px;
}

.ta-toolbar {
    margin: 10px 0;
}

.ta-toolbar .btn.btn-default {
    margin-bottom: 5px;
}

[data-direction="rtl"] .ta-toolbar .btn-group {
    float: right;
    margin-right: 5px;
    margin-left: 0;
}

.note-btn-group .dropdown-menu .dropdown-item {
    font-size: 15px;
    position: relative;
}

[data-palette="palette-1"] .ta-editor {
    background-color: #4a4a4a;
    border-color: #444444;
    color: #ffffff;
}

[data-palette="palette-1"] .note-editor.note-frame {
    border-color: #444444;
}

[data-palette="palette-1"] .note-editor.note-frame .note-statusbar {
    background-color: #4a4a4a;
}

[data-palette="palette-1"] .note-toolbar .btn.btn-default {
    background-color: #4a4a4a;
    border-color: #444444;
    color: #ffffff;
}

[data-palette="palette-1"] .note-editor.note-frame .note-editing-area .note-editable {
    background-color: #4a4a4a;
    border-color: #444444;
    color: #ffffff;
}

[data-palette="palette-1"] .note-btn-group .dropdown-menu {
    background: #3e3e3e !important;
}

[data-palette="palette-1"] .note-btn-group .dropdown-menu .dropdown-item {
    border-top: 1px solid #444444;
    border-left: 1px solid #444444;
    border-right: 1px solid #444444;
}

[data-palette="palette-1"] .note-btn-group .dropdown-menu .dropdown-item:last-child {
    border-bottom: 1px solid #444444;
}

[data-palette="palette-1"] .note-btn-group .dropdown-menu .dropdown-item:hover {
    background: #4a4a4a !important;
}

[data-palette="palette-2"] .ta-editor {
    background-color: #474d5d;
    border-color: #424756;
    color: #ffffff;
}

[data-palette="palette-2"] .note-editor.note-frame {
    border-color: #424756;
}

[data-palette="palette-2"] .note-editor.note-frame .note-statusbar {
    background-color: #474d5d;
}

[data-palette="palette-2"] .note-toolbar .btn.btn-default {
    background-color: #474d5d;
    border-color: #424756;
    color: #ffffff;
}

[data-palette="palette-2"] .note-editor.note-frame .note-editing-area .note-editable {
    background-color: #474d5d;
    border-color: #424756;
    color: #ffffff;
}

[data-palette="palette-2"] .note-btn-group .dropdown-menu {
    background: #3c414f !important;
}

[data-palette="palette-2"] .note-btn-group .dropdown-menu .dropdown-item {
    border-top: 1px solid #424756;
    border-left: 1px solid #424756;
    border-right: 1px solid #424756;
}

[data-palette="palette-2"] .note-btn-group .dropdown-menu .dropdown-item:last-child {
    border-bottom: 1px solid #424756;
}

[data-palette="palette-2"] .note-btn-group .dropdown-menu .dropdown-item:hover {
    background: #474d5d !important;
}

[data-palette="palette-3"] .ta-editor {
    background-color: #262626;
    border-color: #202020;
    color: #ffffff;
}

[data-palette="palette-3"] .note-editor.note-frame {
    border-color: #202020;
}

[data-palette="palette-3"] .note-editor.note-frame .note-statusbar {
    background-color: #262626;
}

[data-palette="palette-3"] .note-toolbar .btn.btn-default {
    background-color: #262626;
    border-color: #202020;
    color: #ffffff;
}

[data-palette="palette-3"] .note-editor.note-frame .note-editing-area .note-editable {
    background-color: #262626;
    border-color: #202020;
    color: #ffffff;
}

[data-palette="palette-3"] .note-btn-group .dropdown-menu {
    background: #1a1a1a !important;
}

[data-palette="palette-3"] .note-btn-group .dropdown-menu .dropdown-item {
    border-top: 1px solid #202020;
    border-left: 1px solid #202020;
    border-right: 1px solid #202020;
}

[data-palette="palette-3"] .note-btn-group .dropdown-menu .dropdown-item:last-child {
    border-bottom: 1px solid #202020;
}

[data-palette="palette-3"] .note-btn-group .dropdown-menu .dropdown-item:hover {
    background: #262626 !important;
}

[data-palette="palette-4"] .ta-editor {
    background-color: #e6e6e6;
    border-color: #ececec;
    color: #262932;
}

[data-palette="palette-4"] .note-editor.note-frame {
    border-color: #ececec;
}

[data-palette="palette-4"] .note-editor.note-frame .note-statusbar {
    background-color: #e6e6e6;
}

[data-palette="palette-4"] .note-toolbar .btn.btn-default {
    background-color: #e6e6e6;
    border-color: #ececec;
    color: #262932;
}

[data-palette="palette-4"] .note-editor.note-frame .note-editing-area .note-editable {
    background-color: #e6e6e6;
    border-color: #ececec;
    color: #262932;
}

[data-palette="palette-4"] .note-btn-group .dropdown-menu {
    background: #f2f2f2 !important;
}

[data-palette="palette-4"] .note-btn-group .dropdown-menu .dropdown-item {
    border-top: 1px solid #ececec;
    border-left: 1px solid #ececec;
    border-right: 1px solid #ececec;
}

[data-palette="palette-4"] .note-btn-group .dropdown-menu .dropdown-item:last-child {
    border-bottom: 1px solid #ececec;
}

[data-palette="palette-4"] .note-btn-group .dropdown-menu .dropdown-item:hover {
    background: #e6e6e6 !important;
}

[data-palette="palette-5"] .ta-editor {
    background-color: #e6e6e6;
    border-color: #ececec;
    color: #262932;
}

[data-palette="palette-5"] .note-editor.note-frame {
    border-color: #ececec;
}

[data-palette="palette-5"] .note-editor.note-frame .note-statusbar {
    background-color: #e6e6e6;
}

[data-palette="palette-5"] .note-toolbar .btn.btn-default {
    background-color: #e6e6e6;
    border-color: #ececec;
    color: #262932;
}

[data-palette="palette-5"] .note-editor.note-frame .note-editing-area .note-editable {
    background-color: #e6e6e6;
    border-color: #ececec;
    color: #262932;
}

[data-palette="palette-5"] .note-btn-group .dropdown-menu {
    background: #f2f2f2 !important;
}

[data-palette="palette-5"] .note-btn-group .dropdown-menu .dropdown-item {
    border-top: 1px solid #ececec;
    border-left: 1px solid #ececec;
    border-right: 1px solid #ececec;
}

[data-palette="palette-5"] .note-btn-group .dropdown-menu .dropdown-item:last-child {
    border-bottom: 1px solid #ececec;
}

[data-palette="palette-5"] .note-btn-group .dropdown-menu .dropdown-item:hover {
    background: #e6e6e6 !important;
}

[data-palette="palette-6"] .ta-editor {
    background-color: #e6e6e6;
    border-color: #ececec;
    color: #262932;
}

[data-palette="palette-6"] .note-editor.note-frame {
    border-color: #ececec;
}

[data-palette="palette-6"] .note-editor.note-frame .note-statusbar {
    background-color: #e6e6e6;
}

[data-palette="palette-6"] .note-toolbar .btn.btn-default {
    background-color: #e6e6e6;
    border-color: #ececec;
    color: #262932;
}

[data-palette="palette-6"] .note-editor.note-frame .note-editing-area .note-editable {
    background-color: #e6e6e6;
    border-color: #ececec;
    color: #262932;
}

[data-palette="palette-6"] .note-btn-group .dropdown-menu {
    background: #f2f2f2 !important;
}

[data-palette="palette-6"] .note-btn-group .dropdown-menu .dropdown-item {
    border-top: 1px solid #ececec;
    border-left: 1px solid #ececec;
    border-right: 1px solid #ececec;
}

[data-palette="palette-6"] .note-btn-group .dropdown-menu .dropdown-item:last-child {
    border-bottom: 1px solid #ececec;
}

[data-palette="palette-6"] .note-btn-group .dropdown-menu .dropdown-item:hover {
    background: #e6e6e6 !important;
}

[data-palette="palette-7"] .ta-editor {
    background-color: #108ffd;
    border-color: #0489fd;
    color: #ffffff;
}

[data-palette="palette-7"] .note-editor.note-frame {
    border-color: #0489fd;
}

[data-palette="palette-7"] .note-editor.note-frame .note-statusbar {
    background-color: #108ffd;
}

[data-palette="palette-7"] .note-toolbar .btn.btn-default {
    background-color: #108ffd;
    border-color: #0489fd;
    color: #ffffff;
}

[data-palette="palette-7"] .note-editor.note-frame .note-editing-area .note-editable {
    background-color: #108ffd;
    border-color: #0489fd;
    color: #ffffff;
}

[data-palette="palette-7"] .note-btn-group .dropdown-menu {
    background: #0283f1 !important;
}

[data-palette="palette-7"] .note-btn-group .dropdown-menu .dropdown-item {
    border-top: 1px solid #0489fd;
    border-left: 1px solid #0489fd;
    border-right: 1px solid #0489fd;
}

[data-palette="palette-7"] .note-btn-group .dropdown-menu .dropdown-item:last-child {
    border-bottom: 1px solid #0489fd;
}

[data-palette="palette-7"] .note-btn-group .dropdown-menu .dropdown-item:hover {
    background: #108ffd !important;
}

[data-palette="palette-8"] .ta-editor {
    background-color: #0283f1;
    border-color: #027ce5;
    color: #ffffff;
}

[data-palette="palette-8"] .note-editor.note-frame {
    border-color: #027ce5;
}

[data-palette="palette-8"] .note-editor.note-frame .note-statusbar {
    background-color: #0283f1;
}

[data-palette="palette-8"] .note-toolbar .btn.btn-default {
    background-color: #0283f1;
    border-color: #027ce5;
    color: #ffffff;
}

[data-palette="palette-8"] .note-editor.note-frame .note-editing-area .note-editable {
    background-color: #0283f1;
    border-color: #027ce5;
    color: #ffffff;
}

[data-palette="palette-8"] .note-btn-group .dropdown-menu {
    background: #0275d8 !important;
}

[data-palette="palette-8"] .note-btn-group .dropdown-menu .dropdown-item {
    border-top: 1px solid #027ce5;
    border-left: 1px solid #027ce5;
    border-right: 1px solid #027ce5;
}

[data-palette="palette-8"] .note-btn-group .dropdown-menu .dropdown-item:last-child {
    border-bottom: 1px solid #027ce5;
}

[data-palette="palette-8"] .note-btn-group .dropdown-menu .dropdown-item:hover {
    background: #0283f1 !important;
}

[data-palette="palette-9"] .ta-editor {
    background-color: #0275d8;
    border-color: #026ecb;
    color: #ffffff;
}

[data-palette="palette-9"] .note-editor.note-frame {
    border-color: #026ecb;
}

[data-palette="palette-9"] .note-editor.note-frame .note-statusbar {
    background-color: #0275d8;
}

[data-palette="palette-9"] .note-toolbar .btn.btn-default {
    background-color: #0275d8;
    border-color: #026ecb;
    color: #ffffff;
}

[data-palette="palette-9"] .note-editor.note-frame .note-editing-area .note-editable {
    background-color: #0275d8;
    border-color: #026ecb;
    color: #ffffff;
}

[data-palette="palette-9"] .note-btn-group .dropdown-menu {
    background: #0267bf !important;
}

[data-palette="palette-9"] .note-btn-group .dropdown-menu .dropdown-item {
    border-top: 1px solid #026ecb;
    border-left: 1px solid #026ecb;
    border-right: 1px solid #026ecb;
}

[data-palette="palette-9"] .note-btn-group .dropdown-menu .dropdown-item:last-child {
    border-bottom: 1px solid #026ecb;
}

[data-palette="palette-9"] .note-btn-group .dropdown-menu .dropdown-item:hover {
    background: #0275d8 !important;
}

[data-palette="palette-10"] .ta-editor {
    background-color: #1e12a1;
    border-color: #1c1096;
    color: #ffffff;
}

[data-palette="palette-10"] .note-editor.note-frame {
    border-color: #1c1096;
}

[data-palette="palette-10"] .note-editor.note-frame .note-statusbar {
    background-color: #1e12a1;
}

[data-palette="palette-10"] .note-toolbar .btn.btn-default {
    background-color: #1e12a1;
    border-color: #1c1096;
    color: #ffffff;
}

[data-palette="palette-10"] .note-editor.note-frame .note-editing-area .note-editable {
    background-color: #1e12a1;
    border-color: #1c1096;
    color: #ffffff;
}

[data-palette="palette-10"] .note-btn-group .dropdown-menu {
    background: #1a0f8a !important;
}

[data-palette="palette-10"] .note-btn-group .dropdown-menu .dropdown-item {
    border-top: 1px solid #1c1096;
    border-left: 1px solid #1c1096;
    border-right: 1px solid #1c1096;
}

[data-palette="palette-10"] .note-btn-group .dropdown-menu .dropdown-item:last-child {
    border-bottom: 1px solid #1c1096;
}

[data-palette="palette-10"] .note-btn-group .dropdown-menu .dropdown-item:hover {
    background: #1e12a1 !important;
}

[data-palette="palette-11"] .ta-editor {
    background-color: #2818d6;
    border-color: #2616ca;
    color: #ffffff;
}

[data-palette="palette-11"] .note-editor.note-frame {
    border-color: #2616ca;
}

[data-palette="palette-11"] .note-editor.note-frame .note-statusbar {
    background-color: #2818d6;
}

[data-palette="palette-11"] .note-toolbar .btn.btn-default {
    background-color: #2818d6;
    border-color: #2616ca;
    color: #ffffff;
}

[data-palette="palette-11"] .note-editor.note-frame .note-editing-area .note-editable {
    background-color: #2818d6;
    border-color: #2616ca;
    color: #ffffff;
}

[data-palette="palette-11"] .note-btn-group .dropdown-menu {
    background: #2415bf !important;
}

[data-palette="palette-11"] .note-btn-group .dropdown-menu .dropdown-item {
    border-top: 1px solid #2616ca;
    border-left: 1px solid #2616ca;
    border-right: 1px solid #2616ca;
}

[data-palette="palette-11"] .note-btn-group .dropdown-menu .dropdown-item:last-child {
    border-bottom: 1px solid #2616ca;
}

[data-palette="palette-11"] .note-btn-group .dropdown-menu .dropdown-item:hover {
    background: #2818d6 !important;
}

[data-palette="palette-12"] .ta-editor {
    background-color: #4e40ea;
    border-color: #4334e9;
    color: #ffffff;
}

[data-palette="palette-12"] .note-editor.note-frame {
    border-color: #4334e9;
}

[data-palette="palette-12"] .note-editor.note-frame .note-statusbar {
    background-color: #4e40ea;
}

[data-palette="palette-12"] .note-toolbar .btn.btn-default {
    background-color: #4e40ea;
    border-color: #4334e9;
    color: #ffffff;
}

[data-palette="palette-12"] .note-editor.note-frame .note-editing-area .note-editable {
    background-color: #4e40ea;
    border-color: #4334e9;
    color: #ffffff;
}

[data-palette="palette-12"] .note-btn-group .dropdown-menu {
    background: #3929e7 !important;
}

[data-palette="palette-12"] .note-btn-group .dropdown-menu .dropdown-item {
    border-top: 1px solid #4334e9;
    border-left: 1px solid #4334e9;
    border-right: 1px solid #4334e9;
}

[data-palette="palette-12"] .note-btn-group .dropdown-menu .dropdown-item:last-child {
    border-bottom: 1px solid #4334e9;
}

[data-palette="palette-12"] .note-btn-group .dropdown-menu .dropdown-item:hover {
    background: #4e40ea !important;
}

[data-palette="palette-13"] .ta-editor {
    background-color: #5812a1;
    border-color: #511096;
    color: #ffffff;
}

[data-palette="palette-13"] .note-editor.note-frame {
    border-color: #511096;
}

[data-palette="palette-13"] .note-editor.note-frame .note-statusbar {
    background-color: #5812a1;
}

[data-palette="palette-13"] .note-toolbar .btn.btn-default {
    background-color: #5812a1;
    border-color: #511096;
    color: #ffffff;
}

[data-palette="palette-13"] .note-editor.note-frame .note-editing-area .note-editable {
    background-color: #5812a1;
    border-color: #511096;
    color: #ffffff;
}

[data-palette="palette-13"] .note-btn-group .dropdown-menu {
    background: #4b0f8a !important;
}

[data-palette="palette-13"] .note-btn-group .dropdown-menu .dropdown-item {
    border-top: 1px solid #511096;
    border-left: 1px solid #511096;
    border-right: 1px solid #511096;
}

[data-palette="palette-13"] .note-btn-group .dropdown-menu .dropdown-item:last-child {
    border-bottom: 1px solid #511096;
}

[data-palette="palette-13"] .note-btn-group .dropdown-menu .dropdown-item:hover {
    background: #5812a1 !important;
}

[data-palette="palette-14"] .ta-editor {
    background-color: #7518d6;
    border-color: #6e16ca;
    color: #ffffff;
}

[data-palette="palette-14"] .note-editor.note-frame {
    border-color: #6e16ca;
}

[data-palette="palette-14"] .note-editor.note-frame .note-statusbar {
    background-color: #7518d6;
}

[data-palette="palette-14"] .note-toolbar .btn.btn-default {
    background-color: #7518d6;
    border-color: #6e16ca;
    color: #ffffff;
}

[data-palette="palette-14"] .note-editor.note-frame .note-editing-area .note-editable {
    background-color: #7518d6;
    border-color: #6e16ca;
    color: #ffffff;
}

[data-palette="palette-14"] .note-btn-group .dropdown-menu {
    background: #6815bf !important;
}

[data-palette="palette-14"] .note-btn-group .dropdown-menu .dropdown-item {
    border-top: 1px solid #6e16ca;
    border-left: 1px solid #6e16ca;
    border-right: 1px solid #6e16ca;
}

[data-palette="palette-14"] .note-btn-group .dropdown-menu .dropdown-item:last-child {
    border-bottom: 1px solid #6e16ca;
}

[data-palette="palette-14"] .note-btn-group .dropdown-menu .dropdown-item:hover {
    background: #7518d6 !important;
}

[data-palette="palette-15"] .ta-editor {
    background-color: #9240ea;
    border-color: #8c34e9;
    color: #ffffff;
}

[data-palette="palette-15"] .note-editor.note-frame {
    border-color: #8c34e9;
}

[data-palette="palette-15"] .note-editor.note-frame .note-statusbar {
    background-color: #9240ea;
}

[data-palette="palette-15"] .note-toolbar .btn.btn-default {
    background-color: #9240ea;
    border-color: #8c34e9;
    color: #ffffff;
}

[data-palette="palette-15"] .note-editor.note-frame .note-editing-area .note-editable {
    background-color: #9240ea;
    border-color: #8c34e9;
    color: #ffffff;
}

[data-palette="palette-15"] .note-btn-group .dropdown-menu {
    background: #8529e7 !important;
}

[data-palette="palette-15"] .note-btn-group .dropdown-menu .dropdown-item {
    border-top: 1px solid #8c34e9;
    border-left: 1px solid #8c34e9;
    border-right: 1px solid #8c34e9;
}

[data-palette="palette-15"] .note-btn-group .dropdown-menu .dropdown-item:last-child {
    border-bottom: 1px solid #8c34e9;
}

[data-palette="palette-15"] .note-btn-group .dropdown-menu .dropdown-item:hover {
    background: #9240ea !important;
}

[data-palette="palette-16"] .ta-editor {
    background-color: #d61877;
    border-color: #ca1671;
    color: #ffffff;
}

[data-palette="palette-16"] .note-editor.note-frame {
    border-color: #ca1671;
}

[data-palette="palette-16"] .note-editor.note-frame .note-statusbar {
    background-color: #d61877;
}

[data-palette="palette-16"] .note-toolbar .btn.btn-default {
    background-color: #d61877;
    border-color: #ca1671;
    color: #ffffff;
}

[data-palette="palette-16"] .note-editor.note-frame .note-editing-area .note-editable {
    background-color: #d61877;
    border-color: #ca1671;
    color: #ffffff;
}

[data-palette="palette-16"] .note-btn-group .dropdown-menu {
    background: #bf156b !important;
}

[data-palette="palette-16"] .note-btn-group .dropdown-menu .dropdown-item {
    border-top: 1px solid #ca1671;
    border-left: 1px solid #ca1671;
    border-right: 1px solid #ca1671;
}

[data-palette="palette-16"] .note-btn-group .dropdown-menu .dropdown-item:last-child {
    border-bottom: 1px solid #ca1671;
}

[data-palette="palette-16"] .note-btn-group .dropdown-menu .dropdown-item:hover {
    background: #d61877 !important;
}

[data-palette="palette-17"] .ta-editor {
    background-color: #ea4095;
    border-color: #e9348f;
    color: #ffffff;
}

[data-palette="palette-17"] .note-editor.note-frame {
    border-color: #e9348f;
}

[data-palette="palette-17"] .note-editor.note-frame .note-statusbar {
    background-color: #ea4095;
}

[data-palette="palette-17"] .note-toolbar .btn.btn-default {
    background-color: #ea4095;
    border-color: #e9348f;
    color: #ffffff;
}

[data-palette="palette-17"] .note-editor.note-frame .note-editing-area .note-editable {
    background-color: #ea4095;
    border-color: #e9348f;
    color: #ffffff;
}

[data-palette="palette-17"] .note-btn-group .dropdown-menu {
    background: #e72989 !important;
}

[data-palette="palette-17"] .note-btn-group .dropdown-menu .dropdown-item {
    border-top: 1px solid #e9348f;
    border-left: 1px solid #e9348f;
    border-right: 1px solid #e9348f;
}

[data-palette="palette-17"] .note-btn-group .dropdown-menu .dropdown-item:last-child {
    border-bottom: 1px solid #e9348f;
}

[data-palette="palette-17"] .note-btn-group .dropdown-menu .dropdown-item:hover {
    background: #ea4095 !important;
}

[data-palette="palette-18"] .ta-editor {
    background-color: #d62218;
    border-color: #ca2016;
    color: #ffffff;
}

[data-palette="palette-18"] .note-editor.note-frame {
    border-color: #ca2016;
}

[data-palette="palette-18"] .note-editor.note-frame .note-statusbar {
    background-color: #d62218;
}

[data-palette="palette-18"] .note-toolbar .btn.btn-default {
    background-color: #d62218;
    border-color: #ca2016;
    color: #ffffff;
}

[data-palette="palette-18"] .note-editor.note-frame .note-editing-area .note-editable {
    background-color: #d62218;
    border-color: #ca2016;
    color: #ffffff;
}

[data-palette="palette-18"] .note-btn-group .dropdown-menu {
    background: #bf1e15 !important;
}

[data-palette="palette-18"] .note-btn-group .dropdown-menu .dropdown-item {
    border-top: 1px solid #ca2016;
    border-left: 1px solid #ca2016;
    border-right: 1px solid #ca2016;
}

[data-palette="palette-18"] .note-btn-group .dropdown-menu .dropdown-item:last-child {
    border-bottom: 1px solid #ca2016;
}

[data-palette="palette-18"] .note-btn-group .dropdown-menu .dropdown-item:hover {
    background: #d62218 !important;
}

[data-palette="palette-19"] .ta-editor {
    background-color: #ea4840;
    border-color: #e93d34;
    color: #ffffff;
}

[data-palette="palette-19"] .note-editor.note-frame {
    border-color: #e93d34;
}

[data-palette="palette-19"] .note-editor.note-frame .note-statusbar {
    background-color: #ea4840;
}

[data-palette="palette-19"] .note-toolbar .btn.btn-default {
    background-color: #ea4840;
    border-color: #e93d34;
    color: #ffffff;
}

[data-palette="palette-19"] .note-editor.note-frame .note-editing-area .note-editable {
    background-color: #ea4840;
    border-color: #e93d34;
    color: #ffffff;
}

[data-palette="palette-19"] .note-btn-group .dropdown-menu {
    background: #e73229 !important;
}

[data-palette="palette-19"] .note-btn-group .dropdown-menu .dropdown-item {
    border-top: 1px solid #e93d34;
    border-left: 1px solid #e93d34;
    border-right: 1px solid #e93d34;
}

[data-palette="palette-19"] .note-btn-group .dropdown-menu .dropdown-item:last-child {
    border-bottom: 1px solid #e93d34;
}

[data-palette="palette-19"] .note-btn-group .dropdown-menu .dropdown-item:hover {
    background: #ea4840 !important;
}

[data-palette="palette-20"] .ta-editor {
    background-color: #12a125;
    border-color: #109622;
    color: #ffffff;
}

[data-palette="palette-20"] .note-editor.note-frame {
    border-color: #109622;
}

[data-palette="palette-20"] .note-editor.note-frame .note-statusbar {
    background-color: #12a125;
}

[data-palette="palette-20"] .note-toolbar .btn.btn-default {
    background-color: #12a125;
    border-color: #109622;
    color: #ffffff;
}

[data-palette="palette-20"] .note-editor.note-frame .note-editing-area .note-editable {
    background-color: #12a125;
    border-color: #109622;
    color: #ffffff;
}

[data-palette="palette-20"] .note-btn-group .dropdown-menu {
    background: #0f8a20 !important;
}

[data-palette="palette-20"] .note-btn-group .dropdown-menu .dropdown-item {
    border-top: 1px solid #109622;
    border-left: 1px solid #109622;
    border-right: 1px solid #109622;
}

[data-palette="palette-20"] .note-btn-group .dropdown-menu .dropdown-item:last-child {
    border-bottom: 1px solid #109622;
}

[data-palette="palette-20"] .note-btn-group .dropdown-menu .dropdown-item:hover {
    background: #12a125 !important;
}

[data-palette="palette-21"] .ta-editor {
    background-color: #6da112;
    border-color: #659610;
    color: #ffffff;
}

[data-palette="palette-21"] .note-editor.note-frame {
    border-color: #659610;
}

[data-palette="palette-21"] .note-editor.note-frame .note-statusbar {
    background-color: #6da112;
}

[data-palette="palette-21"] .note-toolbar .btn.btn-default {
    background-color: #6da112;
    border-color: #659610;
    color: #ffffff;
}

[data-palette="palette-21"] .note-editor.note-frame .note-editing-area .note-editable {
    background-color: #6da112;
    border-color: #659610;
    color: #ffffff;
}

[data-palette="palette-21"] .note-btn-group .dropdown-menu {
    background: #5d8a0f !important;
}

[data-palette="palette-21"] .note-btn-group .dropdown-menu .dropdown-item {
    border-top: 1px solid #659610;
    border-left: 1px solid #659610;
    border-right: 1px solid #659610;
}

[data-palette="palette-21"] .note-btn-group .dropdown-menu .dropdown-item:last-child {
    border-bottom: 1px solid #659610;
}

[data-palette="palette-21"] .note-btn-group .dropdown-menu .dropdown-item:hover {
    background: #6da112 !important;
}

[data-palette="palette-22"] .ta-editor {
    background-color: #874d2c;
    border-color: #7d4829;
    color: #ffffff;
}

[data-palette="palette-22"] .note-editor.note-frame {
    border-color: #7d4829;
}

[data-palette="palette-22"] .note-editor.note-frame .note-statusbar {
    background-color: #874d2c;
}

[data-palette="palette-22"] .note-toolbar .btn.btn-default {
    background-color: #874d2c;
    border-color: #7d4829;
    color: #ffffff;
}

[data-palette="palette-22"] .note-editor.note-frame .note-editing-area .note-editable {
    background-color: #874d2c;
    border-color: #7d4829;
    color: #ffffff;
}

[data-palette="palette-22"] .note-btn-group .dropdown-menu {
    background: #744226 !important;
}

[data-palette="palette-22"] .note-btn-group .dropdown-menu .dropdown-item {
    border-top: 1px solid #7d4829;
    border-left: 1px solid #7d4829;
    border-right: 1px solid #7d4829;
}

[data-palette="palette-22"] .note-btn-group .dropdown-menu .dropdown-item:last-child {
    border-bottom: 1px solid #7d4829;
}

[data-palette="palette-22"] .note-btn-group .dropdown-menu .dropdown-item:hover {
    background: #874d2c !important;
}

[data-palette="palette-23"] .ta-editor {
    background-color: #b2673b;
    border-color: #a96238;
    color: #ffffff;
}

[data-palette="palette-23"] .note-editor.note-frame {
    border-color: #a96238;
}

[data-palette="palette-23"] .note-editor.note-frame .note-statusbar {
    background-color: #b2673b;
}

[data-palette="palette-23"] .note-toolbar .btn.btn-default {
    background-color: #b2673b;
    border-color: #a96238;
    color: #ffffff;
}

[data-palette="palette-23"] .note-editor.note-frame .note-editing-area .note-editable {
    background-color: #b2673b;
    border-color: #a96238;
    color: #ffffff;
}

[data-palette="palette-23"] .note-btn-group .dropdown-menu {
    background: #9f5c35 !important;
}

[data-palette="palette-23"] .note-btn-group .dropdown-menu .dropdown-item {
    border-top: 1px solid #a96238;
    border-left: 1px solid #a96238;
    border-right: 1px solid #a96238;
}

[data-palette="palette-23"] .note-btn-group .dropdown-menu .dropdown-item:last-child {
    border-bottom: 1px solid #a96238;
}

[data-palette="palette-23"] .note-btn-group .dropdown-menu .dropdown-item:hover {
    background: #b2673b !important;
}

.form-group.has-error.has-danger label {
    color: #d9534f !important;
}

.form-group.has-error.has-danger .form-control {
    border-color: #d9534f !important;
}

.form-group.has-error.has-danger.has-feedback .input-group-addon {
    border-color: #d9534f !important;
}

.form-group.has-error .help-block.with-errors {
    margin-top: 10px;
    color: #d9534f !important;
}

.fullsize-background-image-1 {
    display: none;
    position: fixed;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    z-index: -1;
    background: transparent !important;
}

.fullsize-background-image-1 > img {
    opacity: 0.33;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    min-width: 50%;
    min-height: 50%;
}

/* border helpers */
.b-w-0 {
    border-width: 0px !important;
}

.b-w-1 {
    border-width: 1px !important;
}

.b-w-2 {
    border-width: 2px !important;
}

.b-w-3 {
    border-width: 3px !important;
}

.b-w-4 {
    border-width: 4px !important;
}

.b-w-5 {
    border-width: 5px !important;
}

/* border radius helpers */
.b-r-0p {
    border-radius: 0% !important;
}

.b-r-25p {
    border-radius: 25% !important;
}

.b-r-50p {
    border-radius: 50% !important;
}

.n-b,
.no-border {
    border: 0 !important;
}

.n-b-l {
    border-left: 0 !important;
}

.n-b-t {
    border-top: 0 !important;
}

.n-b-r {
    border-right: 0 !important;
}

.n-b-b {
    border-bottom: 0 !important;
}

.n-r {
    border-radius: 0 !important;
}

.h-0 {
    height: 0px !important;
}

.m-h-0 {
    min-height: 0px !important;
}

.h-10 {
    height: 10px !important;
}

.m-h-10 {
    min-height: 10px !important;
}

.h-20 {
    height: 20px !important;
}

.m-h-20 {
    min-height: 20px !important;
}

.h-30 {
    height: 30px !important;
}

.m-h-30 {
    min-height: 30px !important;
}

.h-40 {
    height: 40px !important;
}

.m-h-40 {
    min-height: 40px !important;
}

.h-50 {
    height: 50px !important;
}

.m-h-50 {
    min-height: 50px !important;
}

.h-100 {
    height: 100px !important;
}

.m-h-100 {
    min-height: 100px !important;
}

.h-150 {
    height: 150px !important;
}

.m-h-150 {
    min-height: 150px !important;
}

.h-200 {
    height: 200px !important;
}

.m-h-200 {
    min-height: 200px !important;
}

.h-100p {
    height: 100% !important;
}

.m-h-100p {
    min-height: 100% !important;
}

.m-0 {
    margin: 0px !important;
}

.m-5 {
    margin: 5px !important;
}

.m-10 {
    margin: 10px !important;
}

.m-15 {
    margin: 15px !important;
}

.m-20 {
    margin: 20px !important;
}

.m-25 {
    margin: 25px !important;
}

.m-30 {
    margin: 30px !important;
}

.m-35 {
    margin: 35px !important;
}

.m-40 {
    margin: 40px !important;
}

.m-45 {
    margin: 45px !important;
}

.m-50 {
    margin: 50px !important;
}

.m-l-0 {
    margin-left: 0px !important;
}

.m-l-5 {
    margin-left: 5px !important;
}

.m-l-10 {
    margin-left: 10px !important;
}

.m-l-15 {
    margin-left: 15px !important;
}

.m-l-20 {
    margin-left: 20px !important;
}

.m-l-25 {
    margin-left: 25px !important;
}

.m-l-30 {
    margin-left: 30px !important;
}

.m-l-35 {
    margin-left: 35px !important;
}

.m-l-40 {
    margin-left: 40px !important;
}

.m-l-45 {
    margin-left: 45px !important;
}

.m-l-50 {
    margin-left: 50px !important;
}

.m-r-0 {
    margin-right: 0px !important;
}

.m-r-5 {
    margin-right: 5px !important;
}

.m-r-10 {
    margin-right: 10px !important;
}

.m-r-15 {
    margin-right: 15px !important;
}

.m-r-20 {
    margin-right: 20px !important;
}

.m-r-25 {
    margin-right: 25px !important;
}

.m-r-30 {
    margin-right: 30px !important;
}

.m-r-35 {
    margin-right: 35px !important;
}

.m-r-40 {
    margin-right: 40px !important;
}

.m-r-45 {
    margin-right: 45px !important;
}

.m-r-50 {
    margin-right: 50px !important;
}

.m-t-0 {
    margin-top: 0px !important;
}

.m-t-5 {
    margin-top: 5px !important;
}

.m-t-10 {
    margin-top: 10px !important;
}

.m-t-15 {
    margin-top: 15px !important;
}

.m-t-20 {
    margin-top: 20px !important;
}

.m-t-25 {
    margin-top: 25px !important;
}

.m-t-30 {
    margin-top: 30px !important;
}

.m-t-35 {
    margin-top: 35px !important;
}

.m-t-40 {
    margin-top: 40px !important;
}

.m-t-45 {
    margin-top: 45px !important;
}

.m-t-50 {
    margin-top: 50px !important;
}

.m-b-0 {
    margin-bottom: 0px !important;
}

.m-b-5 {
    margin-bottom: 5px !important;
}

.m-b-10 {
    margin-bottom: 10px !important;
}

.m-b-15 {
    margin-bottom: 15px !important;
}

.m-b-20 {
    margin-bottom: 20px !important;
}

.m-b-25 {
    margin-bottom: 25px !important;
}

.m-b-30 {
    margin-bottom: 30px !important;
}

.m-b-35 {
    margin-bottom: 35px !important;
}

.m-b-40 {
    margin-bottom: 40px !important;
}

.m-b-45 {
    margin-bottom: 45px !important;
}

.m-b-50 {
    margin-bottom: 50px !important;
}

.z-i--0 {
    z-index: -0 !important;
}

.z-i-0 {
    z-index: 0 !important;
}

.z-i--1 {
    z-index: -1 !important;
}

.z-i-1 {
    z-index: 1 !important;
}

.z-i--2 {
    z-index: -2 !important;
}

.z-i-2 {
    z-index: 2 !important;
}

.z-i--3 {
    z-index: -3 !important;
}

.z-i-3 {
    z-index: 3 !important;
}

.z-i--4 {
    z-index: -4 !important;
}

.z-i-4 {
    z-index: 4 !important;
}

.z-i--5 {
    z-index: -5 !important;
}

.z-i-5 {
    z-index: 5 !important;
}

.z-i--6 {
    z-index: -6 !important;
}

.z-i-6 {
    z-index: 6 !important;
}

.z-i--7 {
    z-index: -7 !important;
}

.z-i-7 {
    z-index: 7 !important;
}

.z-i--8 {
    z-index: -8 !important;
}

.z-i-8 {
    z-index: 8 !important;
}

.z-i--9 {
    z-index: -9 !important;
}

.z-i-9 {
    z-index: 9 !important;
}

.z-i--10 {
    z-index: -10 !important;
}

.z-i-10 {
    z-index: 10 !important;
}

.o-0 {
    opacity: 0 !important;
}

.o-1 {
    opacity: 1 !important;
}

.no-before:before {
    display: none !important;
}

.no-after:after {
    display: none !important;
}

.inline {
    display: inline !important;
}

.block {
    display: block !important;
}

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

.no-display,
.hidden {
    display: none !important;
}

.v-a-t {
    vertical-align: top !important;
}

.v-a-m {
    vertical-align: middle !important;
}

.v-a-b {
    vertical-align: bottom !important;
}

.no-float {
    float: none !important;
}

.centered {
    margin: 0 auto !important;
    text-align: center !important;
}

.no-wrap {
    white-space: nowrap !important;
}

.p-0 {
    padding: 0px !important;
}

.p-5 {
    padding: 5px !important;
}

.p-10 {
    padding: 10px !important;
}

.p-15 {
    padding: 15px !important;
}

.p-20 {
    padding: 20px !important;
}

.p-25 {
    padding: 25px !important;
}

.p-30 {
    padding: 30px !important;
}

.p-35 {
    padding: 35px !important;
}

.p-40 {
    padding: 40px !important;
}

.p-45 {
    padding: 45px !important;
}

.p-50 {
    padding: 50px !important;
}

.p-l-0 {
    padding-left: 0px !important;
}

.p-l-5 {
    padding-left: 5px !important;
}

.p-l-10 {
    padding-left: 10px !important;
}

.p-l-15 {
    padding-left: 15px !important;
}

.p-l-20 {
    padding-left: 20px !important;
}

.p-l-25 {
    padding-left: 25px !important;
}

.p-l-30 {
    padding-left: 30px !important;
}

.p-l-35 {
    padding-left: 35px !important;
}

.p-l-40 {
    padding-left: 40px !important;
}

.p-l-45 {
    padding-left: 45px !important;
}

.p-l-50 {
    padding-left: 50px !important;
}

.p-r-0 {
    padding-right: 0px !important;
}

.p-r-5 {
    padding-right: 5px !important;
}

.p-r-10 {
    padding-right: 10px !important;
}

.p-r-15 {
    padding-right: 15px !important;
}

.p-r-20 {
    padding-right: 20px !important;
}

.p-r-25 {
    padding-right: 25px !important;
}

.p-r-30 {
    padding-right: 30px !important;
}

.p-r-35 {
    padding-right: 35px !important;
}

.p-r-40 {
    padding-right: 40px !important;
}

.p-r-45 {
    padding-right: 45px !important;
}

.p-r-50 {
    padding-right: 50px !important;
}

.p-t-0 {
    padding-top: 0px !important;
}

.p-t-5 {
    padding-top: 5px !important;
}

.p-t-10 {
    padding-top: 10px !important;
}

.p-t-15 {
    padding-top: 15px !important;
}

.p-t-20 {
    padding-top: 20px !important;
}

.p-t-25 {
    padding-top: 25px !important;
}

.p-t-30 {
    padding-top: 30px !important;
}

.p-t-35 {
    padding-top: 35px !important;
}

.p-t-40 {
    padding-top: 40px !important;
}

.p-t-45 {
    padding-top: 45px !important;
}

.p-t-50 {
    padding-top: 50px !important;
}

.p-b-0 {
    padding-bottom: 0px !important;
}

.p-b-5 {
    padding-bottom: 5px !important;
}

.p-b-10 {
    padding-bottom: 10px !important;
}

.p-b-15 {
    padding-bottom: 15px !important;
}

.p-b-20 {
    padding-bottom: 20px !important;
}

.p-b-25 {
    padding-bottom: 25px !important;
}

.p-b-30 {
    padding-bottom: 30px !important;
}

.p-b-35 {
    padding-bottom: 35px !important;
}

.p-b-40 {
    padding-bottom: 40px !important;
}

.p-b-45 {
    padding-bottom: 45px !important;
}

.p-b-50 {
    padding-bottom: 50px !important;
}

.p-abs {
    position: absolute;
}

.p-fix {
    position: fixed;
}

.p-rel {
    position: relative;
}

.t-0 {
    top: 0px !important;
}

.t-5 {
    top: 5px !important;
}

.t-10 {
    top: 10px !important;
}

.t-15 {
    top: 15px !important;
}

.t-20 {
    top: 20px !important;
}

.t-25 {
    top: 25px !important;
}

.t-30 {
    top: 30px !important;
}

.t-35 {
    top: 35px !important;
}

.t-40 {
    top: 40px !important;
}

.t-45 {
    top: 45px !important;
}

.t-50 {
    top: 50px !important;
}

.r-0 {
    right: 0px !important;
}

.r-5 {
    right: 5px !important;
}

.r-10 {
    right: 10px !important;
}

.r-15 {
    right: 15px !important;
}

.r-20 {
    right: 20px !important;
}

.r-25 {
    right: 25px !important;
}

.r-30 {
    right: 30px !important;
}

.r-35 {
    right: 35px !important;
}

.r-40 {
    right: 40px !important;
}

.r-45 {
    right: 45px !important;
}

.r-50 {
    right: 50px !important;
}

.b-0 {
    bottom: 0px !important;
}

.b-5 {
    bottom: 5px !important;
}

.b-10 {
    bottom: 10px !important;
}

.b-15 {
    bottom: 15px !important;
}

.b-20 {
    bottom: 20px !important;
}

.b-25 {
    bottom: 25px !important;
}

.b-30 {
    bottom: 30px !important;
}

.b-35 {
    bottom: 35px !important;
}

.b-40 {
    bottom: 40px !important;
}

.b-45 {
    bottom: 45px !important;
}

.b-50 {
    bottom: 50px !important;
}

.l-0 {
    left: 0px !important;
}

.l-5 {
    left: 5px !important;
}

.l-10 {
    left: 10px !important;
}

.l-15 {
    left: 15px !important;
}

.l-20 {
    left: 20px !important;
}

.l-25 {
    left: 25px !important;
}

.l-30 {
    left: 30px !important;
}

.l-35 {
    left: 35px !important;
}

.l-40 {
    left: 40px !important;
}

.l-45 {
    left: 45px !important;
}

.l-50 {
    left: 50px !important;
}

.text-bold {
    font-weight: bold !important;
}

.text-left {
    text-align: left !important;
}

.text-center {
    text-align: center !important;
}

.text-right {
    text-align: right !important;
}

.text-justify {
    text-align: justify !important;
}

.lowercase {
    text-transform: lowercase;
}

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

.f-w-300 {
    font-weight: 300 !important;
}

.f-w-400 {
    font-weight: 400 !important;
}

.f-w-500 {
    font-weight: 500 !important;
}

.f-w-600 {
    font-weight: 600 !important;
}

.f-w-700 {
    font-weight: 700 !important;
}

.f-w-800 {
    font-weight: 800 !important;
}

.f-w-900 {
    font-weight: 900 !important;
}

/* font size in px */
.f-s-10 {
    font-size: 10px !important;
}

.f-s-11 {
    font-size: 11px !important;
}

.f-s-12 {
    font-size: 12px !important;
}

.f-s-13 {
    font-size: 13px !important;
}

.f-s-14 {
    font-size: 14px !important;
}

.f-s-15 {
    font-size: 15px !important;
}

.f-s-16 {
    font-size: 16px !important;
}

.f-s-17 {
    font-size: 17px !important;
}

.f-s-18 {
    font-size: 18px !important;
}

.f-s-19 {
    font-size: 19px !important;
}

.f-s-20 {
    font-size: 20px !important;
}

.f-s-21 {
    font-size: 21px !important;
}

.f-s-22 {
    font-size: 22px !important;
}

.f-s-23 {
    font-size: 23px !important;
}

.f-s-24 {
    font-size: 24px !important;
}

.text-xs {
    font-size: 12px !important;
}

.text-sm {
    font-size: 13px !important;
}

/* additional sizes */
.f-s-28 {
    font-size: 28px !important;
}

.f-s-32 {
    font-size: 32px !important;
}

.f-s-36 {
    font-size: 36px !important;
}

.f-s-48 {
    font-size: 48px !important;
}

.f-s-64 {
    font-size: 64px !important;
}

/* font size in rem */
.f-r-5 {
    font-size: 0.5rem;
}

.f-r-6 {
    font-size: 0.6rem;
}

.f-r-7 {
    font-size: 0.7rem;
}

.f-r-8 {
    font-size: 0.8rem;
}

.f-r-9 {
    font-size: 0.9rem;
}

.f-r-10 {
    font-size: 1rem;
}

.f-r-11 {
    font-size: 1.1rem;
}

.f-r-12 {
    font-size: 1.2rem;
}

.f-r-13 {
    font-size: 1.3rem;
}

.f-r-14 {
    font-size: 1.4rem;
}

.f-r-15 {
    font-size: 1.5rem;
}

.f-r-16 {
    font-size: 1.6rem;
}

.f-r-17 {
    font-size: 1.7rem;
}

.f-r-18 {
    font-size: 1.8rem;
}

.f-r-19 {
    font-size: 1.9rem;
}

.f-r-20 {
    font-size: 2rem;
}

.w-0 {
    width: 0px !important;
}

.m-w-0 {
    min-width: 0px !important;
}

.w-10 {
    width: 10px !important;
}

.m-w-10 {
    min-width: 10px !important;
}

.w-20 {
    width: 20px !important;
}

.m-w-20 {
    min-width: 20px !important;
}

.w-30 {
    width: 30px !important;
}

.m-w-30 {
    min-width: 30px !important;
}

.w-40 {
    width: 40px !important;
}

.m-w-40 {
    min-width: 40px !important;
}

.w-50 {
    width: 50px !important;
}

.m-w-50 {
    min-width: 50px !important;
}

.w-100 {
    width: 100px !important;
}

.m-w-100 {
    min-width: 100px !important;
}

.w-150 {
    width: 150px !important;
}

.m-w-150 {
    min-width: 150px !important;
}

.w-200 {
    width: 200px !important;
}

.m-w-200 {
    min-width: 200px !important;
}

.w-100p {
    width: 100% !important;
}

.m-w-100p {
    min-width: 100% !important;
}

.horizontal-navigation-1 {
    margin: 0 0 40px 0;
    width: 100%;
    position: relative;
    width: 100%;
    z-index: 1000 !important;
}

.horizontal-navigation-1 .breadcrumb {
    font-size: 14px;
    background: transparent !important;
    white-space: nowrap;
    padding: 0 0 0 20px;
}

.horizontal-navigation-1 .breadcrumb li:first-child {
    padding-left: 0;
}

.horizontal-navigation-1 .description {
    padding: 20px;
}

.horizontal-navigation-1 .navigation li {
    display: block;
    float: left;
    position: relative;
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.horizontal-navigation-1 .navigation li:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    bottom: 0;
    height: 4px;
    min-width: 0;
    display: inline-block;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}

.horizontal-navigation-1 .navigation li > a {
    font-size: 14px;
    padding-bottom: 12px;
    margin-bottom: 0;
}

.horizontal-navigation-1 .navigation li > .horizontal-dropdown-menu {
    display: none;
}

.horizontal-navigation-1 .navigation li:hover:before {
    z-index: 2;
    left: 0;
    right: 0;
    min-width: 100%;
}

.horizontal-navigation-1 .navigation li:hover > .horizontal-dropdown-menu {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    width: 420px;
    min-height: 40px !important;
    margin-top: 1px;
    padding: 10px;
    z-index: 1000 !important;
    -moz-column-count: 2;
    column-count: 2;
    -moz-column-gap: 5px;
    column-gap: 5px;
}

.horizontal-navigation-1 .navigation li:hover > .horizontal-dropdown-menu a {
    min-width: 200px;
    font-size: 14px;
    padding: 10px;
}

.horizontal-navigation-1 .navigation li:hover > .horizontal-dropdown-menu.horizontal-dropdown-menu-lg {
    width: 630px !important;
    -moz-column-count: 3;
    column-count: 3;
}

[data-direction="rtl"] .horizontal-navigation-1 .navigation {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

[data-direction="rtl"] .horizontal-navigation-1 .navigation li {
    float: right !important;
}

[data-direction="rtl"] .horizontal-navigation-1 .navigation li:hover > .horizontal-dropdown-menu {
    left: 0 !important;
    right: 0;
}

[data-palette="palette-1"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 {
    background-color: #4a4a4a;
    color: #ffffff;
}

[data-palette="palette-1"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .breadcrumb {
    background: transparent !important;
    color: #ffffff;
}

[data-palette="palette-1"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .breadcrumb .active {
    color: #ffffff;
}

[data-palette="palette-1"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .breadcrumb > li:before {
    color: #ffffff !important;
}

[data-palette="palette-1"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .navigation li:before {
    background: #5cb85c !important;
}

[data-palette="palette-1"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .navigation li .btn.btn-primary {
    background-color: transparent !important;
    color: #ffffff !important;
    border-color: transparent !important;
}

[data-palette="palette-1"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .navigation li:hover > .horizontal-dropdown-menu {
    margin-top: -1px;
    background-color: #313131 !important;
    color: #ffffff !important;
}

[data-palette="palette-1"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary {
    text-align: left !important;
    padding-left: 20px;
    background-color: #313131 !important;
    color: #ffffff !important;
    border-color: transparent !important;
}

[data-palette="palette-1"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover {
    position: relative;
}

[data-palette="palette-1"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background-color: #5cb85c;
}

[data-palette="palette-1"][data-layout="horizontal-navigation-1"][data-direction="rtl"] .horizontal-navigation-1 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary {
    text-align: right !important;
    padding-left: 0;
    padding-right: 20px;
}

[data-palette="palette-1"][data-layout="horizontal-navigation-1"][data-direction="rtl"] .horizontal-navigation-1 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover {
    position: relative;
}

[data-palette="palette-1"][data-layout="horizontal-navigation-1"][data-direction="rtl"] .horizontal-navigation-1 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 3px;
    height: 100%;
    background-color: #5cb85c;
}

[data-palette="palette-2"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 {
    background-color: #474d5d;
    color: #ffffff;
}

[data-palette="palette-2"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .breadcrumb {
    background: transparent !important;
    color: #ffffff;
}

[data-palette="palette-2"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .breadcrumb .active {
    color: #ffffff;
}

[data-palette="palette-2"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .breadcrumb > li:before {
    color: #ffffff !important;
}

[data-palette="palette-2"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .navigation li:before {
    background: #5cb85c !important;
}

[data-palette="palette-2"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .navigation li .btn.btn-primary {
    background-color: transparent !important;
    color: #ffffff !important;
    border-color: transparent !important;
}

[data-palette="palette-2"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .navigation li:hover > .horizontal-dropdown-menu {
    margin-top: -1px;
    background-color: #313540 !important;
    color: #ffffff !important;
}

[data-palette="palette-2"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary {
    text-align: left !important;
    padding-left: 20px;
    background-color: #313540 !important;
    color: #ffffff !important;
    border-color: transparent !important;
}

[data-palette="palette-2"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover {
    position: relative;
}

[data-palette="palette-2"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background-color: #5cb85c;
}

[data-palette="palette-2"][data-layout="horizontal-navigation-1"][data-direction="rtl"] .horizontal-navigation-1 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary {
    text-align: right !important;
    padding-left: 0;
    padding-right: 20px;
}

[data-palette="palette-2"][data-layout="horizontal-navigation-1"][data-direction="rtl"] .horizontal-navigation-1 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover {
    position: relative;
}

[data-palette="palette-2"][data-layout="horizontal-navigation-1"][data-direction="rtl"] .horizontal-navigation-1 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 3px;
    height: 100%;
    background-color: #5cb85c;
}

[data-palette="palette-3"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 {
    background-color: #262626;
    color: #ffffff;
}

[data-palette="palette-3"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .breadcrumb {
    background: transparent !important;
    color: #ffffff;
}

[data-palette="palette-3"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .breadcrumb .active {
    color: #ffffff;
}

[data-palette="palette-3"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .breadcrumb > li:before {
    color: #ffffff !important;
}

[data-palette="palette-3"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .navigation li:before {
    background: #5cb85c !important;
}

[data-palette="palette-3"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .navigation li .btn.btn-primary {
    background-color: transparent !important;
    color: #ffffff !important;
    border-color: transparent !important;
}

[data-palette="palette-3"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .navigation li:hover > .horizontal-dropdown-menu {
    margin-top: -1px;
    background-color: #0d0d0d !important;
    color: #ffffff !important;
}

[data-palette="palette-3"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary {
    text-align: left !important;
    padding-left: 20px;
    background-color: #0d0d0d !important;
    color: #ffffff !important;
    border-color: transparent !important;
}

[data-palette="palette-3"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover {
    position: relative;
}

[data-palette="palette-3"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background-color: #5cb85c;
}

[data-palette="palette-3"][data-layout="horizontal-navigation-1"][data-direction="rtl"] .horizontal-navigation-1 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary {
    text-align: right !important;
    padding-left: 0;
    padding-right: 20px;
}

[data-palette="palette-3"][data-layout="horizontal-navigation-1"][data-direction="rtl"] .horizontal-navigation-1 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover {
    position: relative;
}

[data-palette="palette-3"][data-layout="horizontal-navigation-1"][data-direction="rtl"] .horizontal-navigation-1 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 3px;
    height: 100%;
    background-color: #5cb85c;
}

[data-palette="palette-4"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 {
    background-color: #262626;
    color: #ffffff;
}

[data-palette="palette-4"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .breadcrumb {
    background: transparent !important;
    color: #ffffff;
}

[data-palette="palette-4"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .breadcrumb .active {
    color: #ffffff;
}

[data-palette="palette-4"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .breadcrumb > li:before {
    color: #ffffff !important;
}

[data-palette="palette-4"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .navigation li:before {
    background: #d9534f !important;
}

[data-palette="palette-4"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .navigation li .btn.btn-primary {
    background-color: transparent !important;
    color: #ffffff !important;
    border-color: transparent !important;
}

[data-palette="palette-4"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .navigation li:hover > .horizontal-dropdown-menu {
    margin-top: -1px;
    background-color: #262626 !important;
    color: #ffffff !important;
}

[data-palette="palette-4"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary {
    text-align: left !important;
    padding-left: 20px;
    background-color: #262626 !important;
    color: #ffffff !important;
    border-color: transparent !important;
}

[data-palette="palette-4"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover {
    position: relative;
}

[data-palette="palette-4"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background-color: #d9534f;
}

[data-palette="palette-4"][data-layout="horizontal-navigation-1"][data-direction="rtl"] .horizontal-navigation-1 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary {
    text-align: right !important;
    padding-left: 0;
    padding-right: 20px;
}

[data-palette="palette-4"][data-layout="horizontal-navigation-1"][data-direction="rtl"] .horizontal-navigation-1 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover {
    position: relative;
}

[data-palette="palette-4"][data-layout="horizontal-navigation-1"][data-direction="rtl"] .horizontal-navigation-1 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 3px;
    height: 100%;
    background-color: #d9534f;
}

[data-palette="palette-5"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 {
    background-color: #474d5d;
    color: #ffffff;
}

[data-palette="palette-5"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .breadcrumb {
    background: transparent !important;
    color: #ffffff;
}

[data-palette="palette-5"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .breadcrumb .active {
    color: #ffffff;
}

[data-palette="palette-5"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .breadcrumb > li:before {
    color: #ffffff !important;
}

[data-palette="palette-5"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .navigation li:before {
    background: #d9534f !important;
}

[data-palette="palette-5"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .navigation li .btn.btn-primary {
    background-color: transparent !important;
    color: #ffffff !important;
    border-color: transparent !important;
}

[data-palette="palette-5"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .navigation li:hover > .horizontal-dropdown-menu {
    margin-top: -1px;
    background-color: #474d5d !important;
    color: #ffffff !important;
}

[data-palette="palette-5"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary {
    text-align: left !important;
    padding-left: 20px;
    background-color: #474d5d !important;
    color: #ffffff !important;
    border-color: transparent !important;
}

[data-palette="palette-5"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover {
    position: relative;
}

[data-palette="palette-5"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background-color: #d9534f;
}

[data-palette="palette-5"][data-layout="horizontal-navigation-1"][data-direction="rtl"] .horizontal-navigation-1 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary {
    text-align: right !important;
    padding-left: 0;
    padding-right: 20px;
}

[data-palette="palette-5"][data-layout="horizontal-navigation-1"][data-direction="rtl"] .horizontal-navigation-1 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover {
    position: relative;
}

[data-palette="palette-5"][data-layout="horizontal-navigation-1"][data-direction="rtl"] .horizontal-navigation-1 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 3px;
    height: 100%;
    background-color: #d9534f;
}

[data-palette="palette-6"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 {
    background-color: #4a4a4a;
    color: #ffffff;
}

[data-palette="palette-6"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .breadcrumb {
    background: transparent !important;
    color: #ffffff;
}

[data-palette="palette-6"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .breadcrumb .active {
    color: #ffffff;
}

[data-palette="palette-6"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .breadcrumb > li:before {
    color: #ffffff !important;
}

[data-palette="palette-6"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .navigation li:before {
    background: #d9534f !important;
}

[data-palette="palette-6"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .navigation li .btn.btn-primary {
    background-color: transparent !important;
    color: #ffffff !important;
    border-color: transparent !important;
}

[data-palette="palette-6"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .navigation li:hover > .horizontal-dropdown-menu {
    margin-top: -1px;
    background-color: #4a4a4a !important;
    color: #ffffff !important;
}

[data-palette="palette-6"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary {
    text-align: left !important;
    padding-left: 20px;
    background-color: #4a4a4a !important;
    color: #ffffff !important;
    border-color: transparent !important;
}

[data-palette="palette-6"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover {
    position: relative;
}

[data-palette="palette-6"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background-color: #d9534f;
}

[data-palette="palette-6"][data-layout="horizontal-navigation-1"][data-direction="rtl"] .horizontal-navigation-1 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary {
    text-align: right !important;
    padding-left: 0;
    padding-right: 20px;
}

[data-palette="palette-6"][data-layout="horizontal-navigation-1"][data-direction="rtl"] .horizontal-navigation-1 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover {
    position: relative;
}

[data-palette="palette-6"][data-layout="horizontal-navigation-1"][data-direction="rtl"] .horizontal-navigation-1 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 3px;
    height: 100%;
    background-color: #d9534f;
}

[data-palette="palette-7"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 {
    background-color: #108ffd;
    color: #ffffff;
}

[data-palette="palette-7"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .breadcrumb {
    background: transparent !important;
    color: #ffffff;
}

[data-palette="palette-7"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .breadcrumb .active {
    color: #ffffff;
}

[data-palette="palette-7"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .breadcrumb > li:before {
    color: #ffffff !important;
}

[data-palette="palette-7"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .navigation li:before {
    background: #f0ad4e !important;
}

[data-palette="palette-7"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .navigation li .btn.btn-primary {
    background-color: transparent !important;
    color: #ffffff !important;
    border-color: transparent !important;
}

[data-palette="palette-7"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .navigation li:hover > .horizontal-dropdown-menu {
    margin-top: -1px;
    background-color: #0275d8 !important;
    color: #ffffff !important;
}

[data-palette="palette-7"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary {
    text-align: left !important;
    padding-left: 20px;
    background-color: #0275d8 !important;
    color: #ffffff !important;
    border-color: transparent !important;
}

[data-palette="palette-7"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover {
    position: relative;
}

[data-palette="palette-7"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background-color: #f0ad4e;
}

[data-palette="palette-7"][data-layout="horizontal-navigation-1"][data-direction="rtl"] .horizontal-navigation-1 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary {
    text-align: right !important;
    padding-left: 0;
    padding-right: 20px;
}

[data-palette="palette-7"][data-layout="horizontal-navigation-1"][data-direction="rtl"] .horizontal-navigation-1 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover {
    position: relative;
}

[data-palette="palette-7"][data-layout="horizontal-navigation-1"][data-direction="rtl"] .horizontal-navigation-1 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 3px;
    height: 100%;
    background-color: #f0ad4e;
}

[data-palette="palette-8"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 {
    background-color: #0283f1;
    color: #ffffff;
}

[data-palette="palette-8"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .breadcrumb {
    background: transparent !important;
    color: #ffffff;
}

[data-palette="palette-8"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .breadcrumb .active {
    color: #ffffff;
}

[data-palette="palette-8"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .breadcrumb > li:before {
    color: #ffffff !important;
}

[data-palette="palette-8"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .navigation li:before {
    background: #f0ad4e !important;
}

[data-palette="palette-8"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .navigation li .btn.btn-primary {
    background-color: transparent !important;
    color: #ffffff !important;
    border-color: transparent !important;
}

[data-palette="palette-8"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .navigation li:hover > .horizontal-dropdown-menu {
    margin-top: -1px;
    background-color: #0267bf !important;
    color: #ffffff !important;
}

[data-palette="palette-8"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary {
    text-align: left !important;
    padding-left: 20px;
    background-color: #0267bf !important;
    color: #ffffff !important;
    border-color: transparent !important;
}

[data-palette="palette-8"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover {
    position: relative;
}

[data-palette="palette-8"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background-color: #f0ad4e;
}

[data-palette="palette-8"][data-layout="horizontal-navigation-1"][data-direction="rtl"] .horizontal-navigation-1 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary {
    text-align: right !important;
    padding-left: 0;
    padding-right: 20px;
}

[data-palette="palette-8"][data-layout="horizontal-navigation-1"][data-direction="rtl"] .horizontal-navigation-1 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover {
    position: relative;
}

[data-palette="palette-8"][data-layout="horizontal-navigation-1"][data-direction="rtl"] .horizontal-navigation-1 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 3px;
    height: 100%;
    background-color: #f0ad4e;
}

[data-palette="palette-9"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 {
    background-color: #0275d8;
    color: #ffffff;
}

[data-palette="palette-9"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .breadcrumb {
    background: transparent !important;
    color: #ffffff;
}

[data-palette="palette-9"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .breadcrumb .active {
    color: #ffffff;
}

[data-palette="palette-9"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .breadcrumb > li:before {
    color: #ffffff !important;
}

[data-palette="palette-9"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .navigation li:before {
    background: #f0ad4e !important;
}

[data-palette="palette-9"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .navigation li .btn.btn-primary {
    background-color: transparent !important;
    color: #ffffff !important;
    border-color: transparent !important;
}

[data-palette="palette-9"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .navigation li:hover > .horizontal-dropdown-menu {
    margin-top: -1px;
    background-color: #025aa5 !important;
    color: #ffffff !important;
}

[data-palette="palette-9"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary {
    text-align: left !important;
    padding-left: 20px;
    background-color: #025aa5 !important;
    color: #ffffff !important;
    border-color: transparent !important;
}

[data-palette="palette-9"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover {
    position: relative;
}

[data-palette="palette-9"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background-color: #f0ad4e;
}

[data-palette="palette-9"][data-layout="horizontal-navigation-1"][data-direction="rtl"] .horizontal-navigation-1 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary {
    text-align: right !important;
    padding-left: 0;
    padding-right: 20px;
}

[data-palette="palette-9"][data-layout="horizontal-navigation-1"][data-direction="rtl"] .horizontal-navigation-1 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover {
    position: relative;
}

[data-palette="palette-9"][data-layout="horizontal-navigation-1"][data-direction="rtl"] .horizontal-navigation-1 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 3px;
    height: 100%;
    background-color: #f0ad4e;
}

[data-palette="palette-10"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 {
    background-color: #1e12a1;
    color: #ffffff;
}

[data-palette="palette-10"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .breadcrumb {
    background: transparent !important;
    color: #ffffff;
}

[data-palette="palette-10"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .breadcrumb .active {
    color: #ffffff;
}

[data-palette="palette-10"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .breadcrumb > li:before {
    color: #ffffff !important;
}

[data-palette="palette-10"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .navigation li:before {
    background: #f0ad4e !important;
}

[data-palette="palette-10"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .navigation li .btn.btn-primary {
    background-color: transparent !important;
    color: #ffffff !important;
    border-color: transparent !important;
}

[data-palette="palette-10"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .navigation li:hover > .horizontal-dropdown-menu {
    margin-top: -1px;
    background-color: #150d73 !important;
    color: #ffffff !important;
}

[data-palette="palette-10"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary {
    text-align: left !important;
    padding-left: 20px;
    background-color: #150d73 !important;
    color: #ffffff !important;
    border-color: transparent !important;
}

[data-palette="palette-10"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover {
    position: relative;
}

[data-palette="palette-10"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background-color: #f0ad4e;
}

[data-palette="palette-10"][data-layout="horizontal-navigation-1"][data-direction="rtl"] .horizontal-navigation-1 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary {
    text-align: right !important;
    padding-left: 0;
    padding-right: 20px;
}

[data-palette="palette-10"][data-layout="horizontal-navigation-1"][data-direction="rtl"] .horizontal-navigation-1 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover {
    position: relative;
}

[data-palette="palette-10"][data-layout="horizontal-navigation-1"][data-direction="rtl"] .horizontal-navigation-1 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 3px;
    height: 100%;
    background-color: #f0ad4e;
}

[data-palette="palette-11"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 {
    background-color: #2818d6;
    color: #ffffff;
}

[data-palette="palette-11"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .breadcrumb {
    background: transparent !important;
    color: #ffffff;
}

[data-palette="palette-11"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .breadcrumb .active {
    color: #ffffff;
}

[data-palette="palette-11"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .breadcrumb > li:before {
    color: #ffffff !important;
}

[data-palette="palette-11"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .navigation li:before {
    background: #f0ad4e !important;
}

[data-palette="palette-11"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .navigation li .btn.btn-primary {
    background-color: transparent !important;
    color: #ffffff !important;
    border-color: transparent !important;
}

[data-palette="palette-11"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .navigation li:hover > .horizontal-dropdown-menu {
    margin-top: -1px;
    background-color: #1f13a8 !important;
    color: #ffffff !important;
}

[data-palette="palette-11"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary {
    text-align: left !important;
    padding-left: 20px;
    background-color: #1f13a8 !important;
    color: #ffffff !important;
    border-color: transparent !important;
}

[data-palette="palette-11"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover {
    position: relative;
}

[data-palette="palette-11"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background-color: #f0ad4e;
}

[data-palette="palette-11"][data-layout="horizontal-navigation-1"][data-direction="rtl"] .horizontal-navigation-1 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary {
    text-align: right !important;
    padding-left: 0;
    padding-right: 20px;
}

[data-palette="palette-11"][data-layout="horizontal-navigation-1"][data-direction="rtl"] .horizontal-navigation-1 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover {
    position: relative;
}

[data-palette="palette-11"][data-layout="horizontal-navigation-1"][data-direction="rtl"] .horizontal-navigation-1 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 3px;
    height: 100%;
    background-color: #f0ad4e;
}

[data-palette="palette-12"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 {
    background-color: #4e40ea;
    color: #ffffff;
}

[data-palette="palette-12"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .breadcrumb {
    background: transparent !important;
    color: #ffffff;
}

[data-palette="palette-12"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .breadcrumb .active {
    color: #ffffff;
}

[data-palette="palette-12"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .breadcrumb > li:before {
    color: #ffffff !important;
}

[data-palette="palette-12"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .navigation li:before {
    background: #f0ad4e !important;
}

[data-palette="palette-12"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .navigation li .btn.btn-primary {
    background-color: transparent !important;
    color: #ffffff !important;
    border-color: transparent !important;
}

[data-palette="palette-12"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .navigation li:hover > .horizontal-dropdown-menu {
    margin-top: -1px;
    background-color: #2919de !important;
    color: #ffffff !important;
}

[data-palette="palette-12"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary {
    text-align: left !important;
    padding-left: 20px;
    background-color: #2919de !important;
    color: #ffffff !important;
    border-color: transparent !important;
}

[data-palette="palette-12"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover {
    position: relative;
}

[data-palette="palette-12"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background-color: #f0ad4e;
}

[data-palette="palette-12"][data-layout="horizontal-navigation-1"][data-direction="rtl"] .horizontal-navigation-1 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary {
    text-align: right !important;
    padding-left: 0;
    padding-right: 20px;
}

[data-palette="palette-12"][data-layout="horizontal-navigation-1"][data-direction="rtl"] .horizontal-navigation-1 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover {
    position: relative;
}

[data-palette="palette-12"][data-layout="horizontal-navigation-1"][data-direction="rtl"] .horizontal-navigation-1 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 3px;
    height: 100%;
    background-color: #f0ad4e;
}

[data-palette="palette-13"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 {
    background-color: #5812a1;
    color: #ffffff;
}

[data-palette="palette-13"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .breadcrumb {
    background: transparent !important;
    color: #ffffff;
}

[data-palette="palette-13"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .breadcrumb .active {
    color: #ffffff;
}

[data-palette="palette-13"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .breadcrumb > li:before {
    color: #ffffff !important;
}

[data-palette="palette-13"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .navigation li:before {
    background: #f0ad4e !important;
}

[data-palette="palette-13"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .navigation li .btn.btn-primary {
    background-color: transparent !important;
    color: #ffffff !important;
    border-color: transparent !important;
}

[data-palette="palette-13"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .navigation li:hover > .horizontal-dropdown-menu {
    margin-top: -1px;
    background-color: #3f0d73 !important;
    color: #ffffff !important;
}

[data-palette="palette-13"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary {
    text-align: left !important;
    padding-left: 20px;
    background-color: #3f0d73 !important;
    color: #ffffff !important;
    border-color: transparent !important;
}

[data-palette="palette-13"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover {
    position: relative;
}

[data-palette="palette-13"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background-color: #f0ad4e;
}

[data-palette="palette-13"][data-layout="horizontal-navigation-1"][data-direction="rtl"] .horizontal-navigation-1 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary {
    text-align: right !important;
    padding-left: 0;
    padding-right: 20px;
}

[data-palette="palette-13"][data-layout="horizontal-navigation-1"][data-direction="rtl"] .horizontal-navigation-1 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover {
    position: relative;
}

[data-palette="palette-13"][data-layout="horizontal-navigation-1"][data-direction="rtl"] .horizontal-navigation-1 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 3px;
    height: 100%;
    background-color: #f0ad4e;
}

[data-palette="palette-14"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 {
    background-color: #7518d6;
    color: #ffffff;
}

[data-palette="palette-14"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .breadcrumb {
    background: transparent !important;
    color: #ffffff;
}

[data-palette="palette-14"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .breadcrumb .active {
    color: #ffffff;
}

[data-palette="palette-14"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .breadcrumb > li:before {
    color: #ffffff !important;
}

[data-palette="palette-14"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .navigation li:before {
    background: #f0ad4e !important;
}

[data-palette="palette-14"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .navigation li .btn.btn-primary {
    background-color: transparent !important;
    color: #ffffff !important;
    border-color: transparent !important;
}

[data-palette="palette-14"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .navigation li:hover > .horizontal-dropdown-menu {
    margin-top: -1px;
    background-color: #5c13a8 !important;
    color: #ffffff !important;
}

[data-palette="palette-14"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary {
    text-align: left !important;
    padding-left: 20px;
    background-color: #5c13a8 !important;
    color: #ffffff !important;
    border-color: transparent !important;
}

[data-palette="palette-14"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover {
    position: relative;
}

[data-palette="palette-14"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background-color: #f0ad4e;
}

[data-palette="palette-14"][data-layout="horizontal-navigation-1"][data-direction="rtl"] .horizontal-navigation-1 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary {
    text-align: right !important;
    padding-left: 0;
    padding-right: 20px;
}

[data-palette="palette-14"][data-layout="horizontal-navigation-1"][data-direction="rtl"] .horizontal-navigation-1 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover {
    position: relative;
}

[data-palette="palette-14"][data-layout="horizontal-navigation-1"][data-direction="rtl"] .horizontal-navigation-1 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 3px;
    height: 100%;
    background-color: #f0ad4e;
}

[data-palette="palette-15"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 {
    background-color: #9240ea;
    color: #ffffff;
}

[data-palette="palette-15"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .breadcrumb {
    background: transparent !important;
    color: #ffffff;
}

[data-palette="palette-15"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .breadcrumb .active {
    color: #ffffff;
}

[data-palette="palette-15"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .breadcrumb > li:before {
    color: #ffffff !important;
}

[data-palette="palette-15"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .navigation li:before {
    background: #f0ad4e !important;
}

[data-palette="palette-15"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .navigation li .btn.btn-primary {
    background-color: transparent !important;
    color: #ffffff !important;
    border-color: transparent !important;
}

[data-palette="palette-15"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .navigation li:hover > .horizontal-dropdown-menu {
    margin-top: -1px;
    background-color: #7819de !important;
    color: #ffffff !important;
}

[data-palette="palette-15"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary {
    text-align: left !important;
    padding-left: 20px;
    background-color: #7819de !important;
    color: #ffffff !important;
    border-color: transparent !important;
}

[data-palette="palette-15"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover {
    position: relative;
}

[data-palette="palette-15"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background-color: #f0ad4e;
}

[data-palette="palette-15"][data-layout="horizontal-navigation-1"][data-direction="rtl"] .horizontal-navigation-1 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary {
    text-align: right !important;
    padding-left: 0;
    padding-right: 20px;
}

[data-palette="palette-15"][data-layout="horizontal-navigation-1"][data-direction="rtl"] .horizontal-navigation-1 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover {
    position: relative;
}

[data-palette="palette-15"][data-layout="horizontal-navigation-1"][data-direction="rtl"] .horizontal-navigation-1 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 3px;
    height: 100%;
    background-color: #f0ad4e;
}

[data-palette="palette-16"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 {
    background-color: #d61877;
    color: #ffffff;
}

[data-palette="palette-16"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .breadcrumb {
    background: transparent !important;
    color: #ffffff;
}

[data-palette="palette-16"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .breadcrumb .active {
    color: #ffffff;
}

[data-palette="palette-16"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .breadcrumb > li:before {
    color: #ffffff !important;
}

[data-palette="palette-16"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .navigation li:before {
    background: #f0ad4e !important;
}

[data-palette="palette-16"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .navigation li .btn.btn-primary {
    background-color: transparent !important;
    color: #ffffff !important;
    border-color: transparent !important;
}

[data-palette="palette-16"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .navigation li:hover > .horizontal-dropdown-menu {
    margin-top: -1px;
    background-color: #a8135e !important;
    color: #ffffff !important;
}

[data-palette="palette-16"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary {
    text-align: left !important;
    padding-left: 20px;
    background-color: #a8135e !important;
    color: #ffffff !important;
    border-color: transparent !important;
}

[data-palette="palette-16"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover {
    position: relative;
}

[data-palette="palette-16"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background-color: #f0ad4e;
}

[data-palette="palette-16"][data-layout="horizontal-navigation-1"][data-direction="rtl"] .horizontal-navigation-1 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary {
    text-align: right !important;
    padding-left: 0;
    padding-right: 20px;
}

[data-palette="palette-16"][data-layout="horizontal-navigation-1"][data-direction="rtl"] .horizontal-navigation-1 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover {
    position: relative;
}

[data-palette="palette-16"][data-layout="horizontal-navigation-1"][data-direction="rtl"] .horizontal-navigation-1 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 3px;
    height: 100%;
    background-color: #f0ad4e;
}

[data-palette="palette-17"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 {
    background-color: #ea4095;
    color: #ffffff;
}

[data-palette="palette-17"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .breadcrumb {
    background: transparent !important;
    color: #ffffff;
}

[data-palette="palette-17"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .breadcrumb .active {
    color: #ffffff;
}

[data-palette="palette-17"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .breadcrumb > li:before {
    color: #ffffff !important;
}

[data-palette="palette-17"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .navigation li:before {
    background: #f0ad4e !important;
}

[data-palette="palette-17"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .navigation li .btn.btn-primary {
    background-color: transparent !important;
    color: #ffffff !important;
    border-color: transparent !important;
}

[data-palette="palette-17"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .navigation li:hover > .horizontal-dropdown-menu {
    margin-top: -1px;
    background-color: #de197c !important;
    color: #ffffff !important;
}

[data-palette="palette-17"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary {
    text-align: left !important;
    padding-left: 20px;
    background-color: #de197c !important;
    color: #ffffff !important;
    border-color: transparent !important;
}

[data-palette="palette-17"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover {
    position: relative;
}

[data-palette="palette-17"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background-color: #f0ad4e;
}

[data-palette="palette-17"][data-layout="horizontal-navigation-1"][data-direction="rtl"] .horizontal-navigation-1 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary {
    text-align: right !important;
    padding-left: 0;
    padding-right: 20px;
}

[data-palette="palette-17"][data-layout="horizontal-navigation-1"][data-direction="rtl"] .horizontal-navigation-1 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover {
    position: relative;
}

[data-palette="palette-17"][data-layout="horizontal-navigation-1"][data-direction="rtl"] .horizontal-navigation-1 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 3px;
    height: 100%;
    background-color: #f0ad4e;
}

[data-palette="palette-18"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 {
    background-color: #d62218;
    color: #ffffff;
}

[data-palette="palette-18"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .breadcrumb {
    background: transparent !important;
    color: #ffffff;
}

[data-palette="palette-18"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .breadcrumb .active {
    color: #ffffff;
}

[data-palette="palette-18"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .breadcrumb > li:before {
    color: #ffffff !important;
}

[data-palette="palette-18"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .navigation li:before {
    background: #f0ad4e !important;
}

[data-palette="palette-18"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .navigation li .btn.btn-primary {
    background-color: transparent !important;
    color: #ffffff !important;
    border-color: transparent !important;
}

[data-palette="palette-18"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .navigation li:hover > .horizontal-dropdown-menu {
    margin-top: -1px;
    background-color: #a81b13 !important;
    color: #ffffff !important;
}

[data-palette="palette-18"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary {
    text-align: left !important;
    padding-left: 20px;
    background-color: #a81b13 !important;
    color: #ffffff !important;
    border-color: transparent !important;
}

[data-palette="palette-18"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover {
    position: relative;
}

[data-palette="palette-18"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background-color: #f0ad4e;
}

[data-palette="palette-18"][data-layout="horizontal-navigation-1"][data-direction="rtl"] .horizontal-navigation-1 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary {
    text-align: right !important;
    padding-left: 0;
    padding-right: 20px;
}

[data-palette="palette-18"][data-layout="horizontal-navigation-1"][data-direction="rtl"] .horizontal-navigation-1 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover {
    position: relative;
}

[data-palette="palette-18"][data-layout="horizontal-navigation-1"][data-direction="rtl"] .horizontal-navigation-1 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 3px;
    height: 100%;
    background-color: #f0ad4e;
}

[data-palette="palette-19"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 {
    background-color: #ea4840;
    color: #ffffff;
}

[data-palette="palette-19"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .breadcrumb {
    background: transparent !important;
    color: #ffffff;
}

[data-palette="palette-19"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .breadcrumb .active {
    color: #ffffff;
}

[data-palette="palette-19"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .breadcrumb > li:before {
    color: #ffffff !important;
}

[data-palette="palette-19"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .navigation li:before {
    background: #f0ad4e !important;
}

[data-palette="palette-19"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .navigation li .btn.btn-primary {
    background-color: transparent !important;
    color: #ffffff !important;
    border-color: transparent !important;
}

[data-palette="palette-19"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .navigation li:hover > .horizontal-dropdown-menu {
    margin-top: -1px;
    background-color: #de2319 !important;
    color: #ffffff !important;
}

[data-palette="palette-19"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary {
    text-align: left !important;
    padding-left: 20px;
    background-color: #de2319 !important;
    color: #ffffff !important;
    border-color: transparent !important;
}

[data-palette="palette-19"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover {
    position: relative;
}

[data-palette="palette-19"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background-color: #f0ad4e;
}

[data-palette="palette-19"][data-layout="horizontal-navigation-1"][data-direction="rtl"] .horizontal-navigation-1 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary {
    text-align: right !important;
    padding-left: 0;
    padding-right: 20px;
}

[data-palette="palette-19"][data-layout="horizontal-navigation-1"][data-direction="rtl"] .horizontal-navigation-1 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover {
    position: relative;
}

[data-palette="palette-19"][data-layout="horizontal-navigation-1"][data-direction="rtl"] .horizontal-navigation-1 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 3px;
    height: 100%;
    background-color: #f0ad4e;
}

[data-palette="palette-20"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 {
    background-color: #12a125;
    color: #ffffff;
}

[data-palette="palette-20"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .breadcrumb {
    background: transparent !important;
    color: #ffffff;
}

[data-palette="palette-20"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .breadcrumb .active {
    color: #ffffff;
}

[data-palette="palette-20"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .breadcrumb > li:before {
    color: #ffffff !important;
}

[data-palette="palette-20"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .navigation li:before {
    background: #f0ad4e !important;
}

[data-palette="palette-20"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .navigation li .btn.btn-primary {
    background-color: transparent !important;
    color: #ffffff !important;
    border-color: transparent !important;
}

[data-palette="palette-20"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .navigation li:hover > .horizontal-dropdown-menu {
    margin-top: -1px;
    background-color: #0d731a !important;
    color: #ffffff !important;
}

[data-palette="palette-20"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary {
    text-align: left !important;
    padding-left: 20px;
    background-color: #0d731a !important;
    color: #ffffff !important;
    border-color: transparent !important;
}

[data-palette="palette-20"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover {
    position: relative;
}

[data-palette="palette-20"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background-color: #f0ad4e;
}

[data-palette="palette-20"][data-layout="horizontal-navigation-1"][data-direction="rtl"] .horizontal-navigation-1 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary {
    text-align: right !important;
    padding-left: 0;
    padding-right: 20px;
}

[data-palette="palette-20"][data-layout="horizontal-navigation-1"][data-direction="rtl"] .horizontal-navigation-1 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover {
    position: relative;
}

[data-palette="palette-20"][data-layout="horizontal-navigation-1"][data-direction="rtl"] .horizontal-navigation-1 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 3px;
    height: 100%;
    background-color: #f0ad4e;
}

[data-palette="palette-21"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 {
    background-color: #6da112;
    color: #ffffff;
}

[data-palette="palette-21"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .breadcrumb {
    background: transparent !important;
    color: #ffffff;
}

[data-palette="palette-21"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .breadcrumb .active {
    color: #ffffff;
}

[data-palette="palette-21"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .breadcrumb > li:before {
    color: #ffffff !important;
}

[data-palette="palette-21"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .navigation li:before {
    background: #f0ad4e !important;
}

[data-palette="palette-21"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .navigation li .btn.btn-primary {
    background-color: transparent !important;
    color: #ffffff !important;
    border-color: transparent !important;
}

[data-palette="palette-21"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .navigation li:hover > .horizontal-dropdown-menu {
    margin-top: -1px;
    background-color: #4e730d !important;
    color: #ffffff !important;
}

[data-palette="palette-21"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary {
    text-align: left !important;
    padding-left: 20px;
    background-color: #4e730d !important;
    color: #ffffff !important;
    border-color: transparent !important;
}

[data-palette="palette-21"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover {
    position: relative;
}

[data-palette="palette-21"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background-color: #f0ad4e;
}

[data-palette="palette-21"][data-layout="horizontal-navigation-1"][data-direction="rtl"] .horizontal-navigation-1 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary {
    text-align: right !important;
    padding-left: 0;
    padding-right: 20px;
}

[data-palette="palette-21"][data-layout="horizontal-navigation-1"][data-direction="rtl"] .horizontal-navigation-1 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover {
    position: relative;
}

[data-palette="palette-21"][data-layout="horizontal-navigation-1"][data-direction="rtl"] .horizontal-navigation-1 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 3px;
    height: 100%;
    background-color: #f0ad4e;
}

[data-palette="palette-22"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 {
    background-color: #874d2c;
    color: #ffffff;
}

[data-palette="palette-22"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .breadcrumb {
    background: transparent !important;
    color: #ffffff;
}

[data-palette="palette-22"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .breadcrumb .active {
    color: #ffffff;
}

[data-palette="palette-22"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .breadcrumb > li:before {
    color: #ffffff !important;
}

[data-palette="palette-22"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .navigation li:before {
    background: #f0ad4e !important;
}

[data-palette="palette-22"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .navigation li .btn.btn-primary {
    background-color: transparent !important;
    color: #ffffff !important;
    border-color: transparent !important;
}

[data-palette="palette-22"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .navigation li:hover > .horizontal-dropdown-menu {
    margin-top: -1px;
    background-color: #60371f !important;
    color: #ffffff !important;
}

[data-palette="palette-22"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary {
    text-align: left !important;
    padding-left: 20px;
    background-color: #60371f !important;
    color: #ffffff !important;
    border-color: transparent !important;
}

[data-palette="palette-22"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover {
    position: relative;
}

[data-palette="palette-22"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background-color: #f0ad4e;
}

[data-palette="palette-22"][data-layout="horizontal-navigation-1"][data-direction="rtl"] .horizontal-navigation-1 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary {
    text-align: right !important;
    padding-left: 0;
    padding-right: 20px;
}

[data-palette="palette-22"][data-layout="horizontal-navigation-1"][data-direction="rtl"] .horizontal-navigation-1 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover {
    position: relative;
}

[data-palette="palette-22"][data-layout="horizontal-navigation-1"][data-direction="rtl"] .horizontal-navigation-1 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 3px;
    height: 100%;
    background-color: #f0ad4e;
}

[data-palette="palette-23"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 {
    background-color: #b2673b;
    color: #ffffff;
}

[data-palette="palette-23"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .breadcrumb {
    background: transparent !important;
    color: #ffffff;
}

[data-palette="palette-23"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .breadcrumb .active {
    color: #ffffff;
}

[data-palette="palette-23"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .breadcrumb > li:before {
    color: #ffffff !important;
}

[data-palette="palette-23"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .navigation li:before {
    background: #f0ad4e !important;
}

[data-palette="palette-23"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .navigation li .btn.btn-primary {
    background-color: transparent !important;
    color: #ffffff !important;
    border-color: transparent !important;
}

[data-palette="palette-23"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .navigation li:hover > .horizontal-dropdown-menu {
    margin-top: -1px;
    background-color: #8c512e !important;
    color: #ffffff !important;
}

[data-palette="palette-23"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary {
    text-align: left !important;
    padding-left: 20px;
    background-color: #8c512e !important;
    color: #ffffff !important;
    border-color: transparent !important;
}

[data-palette="palette-23"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover {
    position: relative;
}

[data-palette="palette-23"][data-layout="horizontal-navigation-1"] .horizontal-navigation-1 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background-color: #f0ad4e;
}

[data-palette="palette-23"][data-layout="horizontal-navigation-1"][data-direction="rtl"] .horizontal-navigation-1 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary {
    text-align: right !important;
    padding-left: 0;
    padding-right: 20px;
}

[data-palette="palette-23"][data-layout="horizontal-navigation-1"][data-direction="rtl"] .horizontal-navigation-1 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover {
    position: relative;
}

[data-palette="palette-23"][data-layout="horizontal-navigation-1"][data-direction="rtl"] .horizontal-navigation-1 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 3px;
    height: 100%;
    background-color: #f0ad4e;
}

.horizontal-navigation-2 {
    margin: 0 0 40px 0;
    width: 100%;
    position: relative;
    width: 100%;
    z-index: 1000 !important;
}

.horizontal-navigation-2 .breadcrumb {
    font-size: 14px;
    background: transparent !important;
    white-space: nowrap;
    padding: 0 0 0 20px;
}

.horizontal-navigation-2 .breadcrumb li:first-child {
    padding-left: 0;
}

.horizontal-navigation-2 .description {
    padding: 20px;
}

.horizontal-navigation-2 .navigation li {
    display: block;
    float: left;
    position: relative;
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.horizontal-navigation-2 .navigation li:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    bottom: 0;
    height: 4px;
    min-width: 0;
    display: inline-block;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}

.horizontal-navigation-2 .navigation li > a {
    font-size: 14px;
    padding-bottom: 12px;
    margin-bottom: 0;
}

.horizontal-navigation-2 .navigation li > .horizontal-dropdown-menu {
    display: none;
}

.horizontal-navigation-2 .navigation li:hover:before {
    z-index: 2;
    left: 0;
    right: 0;
    min-width: 100%;
}

.horizontal-navigation-2 .navigation li:hover > .horizontal-dropdown-menu {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    min-height: 40px !important;
    margin-top: 1px;
    padding: 10px;
    z-index: 1000 !important;
    width: 420px;
    -moz-column-count: 2;
    column-count: 2;
    -moz-column-gap: 5px;
    column-gap: 5px;
}

.horizontal-navigation-2 .navigation li:hover > .horizontal-dropdown-menu a {
    min-width: 200px;
    font-size: 14px;
    padding: 10px;
}

.horizontal-navigation-2 .navigation li:hover > .horizontal-dropdown-menu.horizontal-dropdown-menu-lg {
    width: 630px !important;
    -moz-column-count: 3;
    column-count: 3;
}

[data-direction="rtl"] .horizontal-navigation-2 .navigation {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

[data-direction="rtl"] .horizontal-navigation-2 .navigation li {
    float: right !important;
}

[data-direction="rtl"] .horizontal-navigation-2 .navigation li:hover > .horizontal-dropdown-menu {
    left: 0 !important;
    right: 0;
}

[data-palette="palette-1"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 {
    background-color: #575757;
    background-image: url(https://unsplash.it/4800/600?image=441&gravity=center);
    background-size: cover;
    background-repeat: no-repeat;
    color: #ffffff;
}

[data-palette="palette-1"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .breadcrumb {
    background: transparent !important;
    color: #ffffff;
}

[data-palette="palette-1"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .breadcrumb .active {
    color: #ffffff;
}

[data-palette="palette-1"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .breadcrumb > li:before {
    color: #ffffff !important;
}

[data-palette="palette-1"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .navigation li:before {
    background: #5cb85c !important;
}

[data-palette="palette-1"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .navigation li .btn.btn-primary {
    background-color: transparent !important;
    color: #ffffff !important;
    border-color: transparent !important;
}

[data-palette="palette-1"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .navigation li:hover > .horizontal-dropdown-menu {
    margin-top: -1px;
    background-color: #313131 !important;
    color: #ffffff !important;
}

[data-palette="palette-1"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary {
    text-align: left !important;
    padding-left: 20px;
    background-color: #313131 !important;
    color: #ffffff !important;
    border-color: transparent !important;
}

[data-palette="palette-1"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover {
    position: relative;
}

[data-palette="palette-1"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background-color: #5cb85c;
}

[data-palette="palette-1"][data-layout="horizontal-navigation-2"][data-direction="rtl"] .horizontal-navigation-2 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary {
    text-align: right !important;
    padding-left: 0;
    padding-right: 20px;
}

[data-palette="palette-1"][data-layout="horizontal-navigation-2"][data-direction="rtl"] .horizontal-navigation-2 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover {
    position: relative;
}

[data-palette="palette-1"][data-layout="horizontal-navigation-2"][data-direction="rtl"] .horizontal-navigation-2 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 3px;
    height: 100%;
    background-color: #5cb85c;
}

[data-palette="palette-2"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 {
    background-color: #52596c;
    background-image: url(https://unsplash.it/4800/600?image=441&gravity=center);
    background-size: cover;
    background-repeat: no-repeat;
    color: #ffffff;
}

[data-palette="palette-2"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .breadcrumb {
    background: transparent !important;
    color: #ffffff;
}

[data-palette="palette-2"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .breadcrumb .active {
    color: #ffffff;
}

[data-palette="palette-2"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .breadcrumb > li:before {
    color: #ffffff !important;
}

[data-palette="palette-2"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .navigation li:before {
    background: #5cb85c !important;
}

[data-palette="palette-2"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .navigation li .btn.btn-primary {
    background-color: transparent !important;
    color: #ffffff !important;
    border-color: transparent !important;
}

[data-palette="palette-2"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .navigation li:hover > .horizontal-dropdown-menu {
    margin-top: -1px;
    background-color: #313540 !important;
    color: #ffffff !important;
}

[data-palette="palette-2"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary {
    text-align: left !important;
    padding-left: 20px;
    background-color: #313540 !important;
    color: #ffffff !important;
    border-color: transparent !important;
}

[data-palette="palette-2"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover {
    position: relative;
}

[data-palette="palette-2"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background-color: #5cb85c;
}

[data-palette="palette-2"][data-layout="horizontal-navigation-2"][data-direction="rtl"] .horizontal-navigation-2 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary {
    text-align: right !important;
    padding-left: 0;
    padding-right: 20px;
}

[data-palette="palette-2"][data-layout="horizontal-navigation-2"][data-direction="rtl"] .horizontal-navigation-2 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover {
    position: relative;
}

[data-palette="palette-2"][data-layout="horizontal-navigation-2"][data-direction="rtl"] .horizontal-navigation-2 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 3px;
    height: 100%;
    background-color: #5cb85c;
}

[data-palette="palette-3"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 {
    background-color: #333333;
    background-image: url(https://unsplash.it/4800/600?image=441&gravity=center);
    background-size: cover;
    background-repeat: no-repeat;
    color: #ffffff;
}

[data-palette="palette-3"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .breadcrumb {
    background: transparent !important;
    color: #ffffff;
}

[data-palette="palette-3"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .breadcrumb .active {
    color: #ffffff;
}

[data-palette="palette-3"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .breadcrumb > li:before {
    color: #ffffff !important;
}

[data-palette="palette-3"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .navigation li:before {
    background: #5cb85c !important;
}

[data-palette="palette-3"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .navigation li .btn.btn-primary {
    background-color: transparent !important;
    color: #ffffff !important;
    border-color: transparent !important;
}

[data-palette="palette-3"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .navigation li:hover > .horizontal-dropdown-menu {
    margin-top: -1px;
    background-color: #0d0d0d !important;
    color: #ffffff !important;
}

[data-palette="palette-3"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary {
    text-align: left !important;
    padding-left: 20px;
    background-color: #0d0d0d !important;
    color: #ffffff !important;
    border-color: transparent !important;
}

[data-palette="palette-3"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover {
    position: relative;
}

[data-palette="palette-3"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background-color: #5cb85c;
}

[data-palette="palette-3"][data-layout="horizontal-navigation-2"][data-direction="rtl"] .horizontal-navigation-2 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary {
    text-align: right !important;
    padding-left: 0;
    padding-right: 20px;
}

[data-palette="palette-3"][data-layout="horizontal-navigation-2"][data-direction="rtl"] .horizontal-navigation-2 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover {
    position: relative;
}

[data-palette="palette-3"][data-layout="horizontal-navigation-2"][data-direction="rtl"] .horizontal-navigation-2 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 3px;
    height: 100%;
    background-color: #5cb85c;
}

[data-palette="palette-4"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 {
    background-color: #333333;
    background-image: url(https://unsplash.it/4800/600?image=441&gravity=center);
    background-size: cover;
    background-repeat: no-repeat;
    color: #ffffff;
}

[data-palette="palette-4"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .breadcrumb {
    background: transparent !important;
    color: #ffffff;
}

[data-palette="palette-4"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .breadcrumb .active {
    color: #ffffff;
}

[data-palette="palette-4"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .breadcrumb > li:before {
    color: #ffffff !important;
}

[data-palette="palette-4"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .navigation li:before {
    background: #d9534f !important;
}

[data-palette="palette-4"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .navigation li .btn.btn-primary {
    background-color: transparent !important;
    color: #ffffff !important;
    border-color: transparent !important;
}

[data-palette="palette-4"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .navigation li:hover > .horizontal-dropdown-menu {
    margin-top: -1px;
    background-color: #333333 !important;
    color: #ffffff !important;
}

[data-palette="palette-4"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary {
    text-align: left !important;
    padding-left: 20px;
    background-color: #333333 !important;
    color: #ffffff !important;
    border-color: transparent !important;
}

[data-palette="palette-4"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover {
    position: relative;
}

[data-palette="palette-4"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background-color: #d9534f;
}

[data-palette="palette-4"][data-layout="horizontal-navigation-2"][data-direction="rtl"] .horizontal-navigation-2 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary {
    text-align: right !important;
    padding-left: 0;
    padding-right: 20px;
}

[data-palette="palette-4"][data-layout="horizontal-navigation-2"][data-direction="rtl"] .horizontal-navigation-2 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover {
    position: relative;
}

[data-palette="palette-4"][data-layout="horizontal-navigation-2"][data-direction="rtl"] .horizontal-navigation-2 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 3px;
    height: 100%;
    background-color: #d9534f;
}

[data-palette="palette-5"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 {
    background-color: #52596c;
    background-image: url(https://unsplash.it/4800/600?image=441&gravity=center);
    background-size: cover;
    background-repeat: no-repeat;
    color: #ffffff;
}

[data-palette="palette-5"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .breadcrumb {
    background: transparent !important;
    color: #ffffff;
}

[data-palette="palette-5"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .breadcrumb .active {
    color: #ffffff;
}

[data-palette="palette-5"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .breadcrumb > li:before {
    color: #ffffff !important;
}

[data-palette="palette-5"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .navigation li:before {
    background: #d9534f !important;
}

[data-palette="palette-5"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .navigation li .btn.btn-primary {
    background-color: transparent !important;
    color: #ffffff !important;
    border-color: transparent !important;
}

[data-palette="palette-5"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .navigation li:hover > .horizontal-dropdown-menu {
    margin-top: -1px;
    background-color: #52596c !important;
    color: #ffffff !important;
}

[data-palette="palette-5"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary {
    text-align: left !important;
    padding-left: 20px;
    background-color: #52596c !important;
    color: #ffffff !important;
    border-color: transparent !important;
}

[data-palette="palette-5"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover {
    position: relative;
}

[data-palette="palette-5"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background-color: #d9534f;
}

[data-palette="palette-5"][data-layout="horizontal-navigation-2"][data-direction="rtl"] .horizontal-navigation-2 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary {
    text-align: right !important;
    padding-left: 0;
    padding-right: 20px;
}

[data-palette="palette-5"][data-layout="horizontal-navigation-2"][data-direction="rtl"] .horizontal-navigation-2 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover {
    position: relative;
}

[data-palette="palette-5"][data-layout="horizontal-navigation-2"][data-direction="rtl"] .horizontal-navigation-2 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 3px;
    height: 100%;
    background-color: #d9534f;
}

[data-palette="palette-6"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 {
    background-color: #575757;
    background-image: url(https://unsplash.it/4800/600?image=441&gravity=center);
    background-size: cover;
    background-repeat: no-repeat;
    color: #ffffff;
}

[data-palette="palette-6"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .breadcrumb {
    background: transparent !important;
    color: #ffffff;
}

[data-palette="palette-6"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .breadcrumb .active {
    color: #ffffff;
}

[data-palette="palette-6"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .breadcrumb > li:before {
    color: #ffffff !important;
}

[data-palette="palette-6"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .navigation li:before {
    background: #d9534f !important;
}

[data-palette="palette-6"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .navigation li .btn.btn-primary {
    background-color: transparent !important;
    color: #ffffff !important;
    border-color: transparent !important;
}

[data-palette="palette-6"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .navigation li:hover > .horizontal-dropdown-menu {
    margin-top: -1px;
    background-color: #575757 !important;
    color: #ffffff !important;
}

[data-palette="palette-6"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary {
    text-align: left !important;
    padding-left: 20px;
    background-color: #575757 !important;
    color: #ffffff !important;
    border-color: transparent !important;
}

[data-palette="palette-6"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover {
    position: relative;
}

[data-palette="palette-6"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background-color: #d9534f;
}

[data-palette="palette-6"][data-layout="horizontal-navigation-2"][data-direction="rtl"] .horizontal-navigation-2 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary {
    text-align: right !important;
    padding-left: 0;
    padding-right: 20px;
}

[data-palette="palette-6"][data-layout="horizontal-navigation-2"][data-direction="rtl"] .horizontal-navigation-2 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover {
    position: relative;
}

[data-palette="palette-6"][data-layout="horizontal-navigation-2"][data-direction="rtl"] .horizontal-navigation-2 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 3px;
    height: 100%;
    background-color: #d9534f;
}

[data-palette="palette-7"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 {
    background-color: #299bfd;
    background-image: url(https://unsplash.it/4800/600?image=441&gravity=center);
    background-size: cover;
    background-repeat: no-repeat;
    color: #ffffff;
}

[data-palette="palette-7"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .breadcrumb {
    background: transparent !important;
    color: #ffffff;
}

[data-palette="palette-7"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .breadcrumb .active {
    color: #ffffff;
}

[data-palette="palette-7"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .breadcrumb > li:before {
    color: #ffffff !important;
}

[data-palette="palette-7"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .navigation li:before {
    background: #f0ad4e !important;
}

[data-palette="palette-7"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .navigation li .btn.btn-primary {
    background-color: transparent !important;
    color: #ffffff !important;
    border-color: transparent !important;
}

[data-palette="palette-7"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .navigation li:hover > .horizontal-dropdown-menu {
    margin-top: -1px;
    background-color: #0275d8 !important;
    color: #ffffff !important;
}

[data-palette="palette-7"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary {
    text-align: left !important;
    padding-left: 20px;
    background-color: #0275d8 !important;
    color: #ffffff !important;
    border-color: transparent !important;
}

[data-palette="palette-7"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover {
    position: relative;
}

[data-palette="palette-7"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background-color: #f0ad4e;
}

[data-palette="palette-7"][data-layout="horizontal-navigation-2"][data-direction="rtl"] .horizontal-navigation-2 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary {
    text-align: right !important;
    padding-left: 0;
    padding-right: 20px;
}

[data-palette="palette-7"][data-layout="horizontal-navigation-2"][data-direction="rtl"] .horizontal-navigation-2 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover {
    position: relative;
}

[data-palette="palette-7"][data-layout="horizontal-navigation-2"][data-direction="rtl"] .horizontal-navigation-2 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 3px;
    height: 100%;
    background-color: #f0ad4e;
}

[data-palette="palette-8"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 {
    background-color: #108ffd;
    background-image: url(https://unsplash.it/4800/600?image=441&gravity=center);
    background-size: cover;
    background-repeat: no-repeat;
    color: #ffffff;
}

[data-palette="palette-8"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .breadcrumb {
    background: transparent !important;
    color: #ffffff;
}

[data-palette="palette-8"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .breadcrumb .active {
    color: #ffffff;
}

[data-palette="palette-8"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .breadcrumb > li:before {
    color: #ffffff !important;
}

[data-palette="palette-8"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .navigation li:before {
    background: #f0ad4e !important;
}

[data-palette="palette-8"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .navigation li .btn.btn-primary {
    background-color: transparent !important;
    color: #ffffff !important;
    border-color: transparent !important;
}

[data-palette="palette-8"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .navigation li:hover > .horizontal-dropdown-menu {
    margin-top: -1px;
    background-color: #0267bf !important;
    color: #ffffff !important;
}

[data-palette="palette-8"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary {
    text-align: left !important;
    padding-left: 20px;
    background-color: #0267bf !important;
    color: #ffffff !important;
    border-color: transparent !important;
}

[data-palette="palette-8"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover {
    position: relative;
}

[data-palette="palette-8"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background-color: #f0ad4e;
}

[data-palette="palette-8"][data-layout="horizontal-navigation-2"][data-direction="rtl"] .horizontal-navigation-2 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary {
    text-align: right !important;
    padding-left: 0;
    padding-right: 20px;
}

[data-palette="palette-8"][data-layout="horizontal-navigation-2"][data-direction="rtl"] .horizontal-navigation-2 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover {
    position: relative;
}

[data-palette="palette-8"][data-layout="horizontal-navigation-2"][data-direction="rtl"] .horizontal-navigation-2 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 3px;
    height: 100%;
    background-color: #f0ad4e;
}

[data-palette="palette-9"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 {
    background-color: #0283f1;
    background-image: url(https://unsplash.it/4800/600?image=441&gravity=center);
    background-size: cover;
    background-repeat: no-repeat;
    color: #ffffff;
}

[data-palette="palette-9"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .breadcrumb {
    background: transparent !important;
    color: #ffffff;
}

[data-palette="palette-9"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .breadcrumb .active {
    color: #ffffff;
}

[data-palette="palette-9"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .breadcrumb > li:before {
    color: #ffffff !important;
}

[data-palette="palette-9"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .navigation li:before {
    background: #f0ad4e !important;
}

[data-palette="palette-9"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .navigation li .btn.btn-primary {
    background-color: transparent !important;
    color: #ffffff !important;
    border-color: transparent !important;
}

[data-palette="palette-9"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .navigation li:hover > .horizontal-dropdown-menu {
    margin-top: -1px;
    background-color: #025aa5 !important;
    color: #ffffff !important;
}

[data-palette="palette-9"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary {
    text-align: left !important;
    padding-left: 20px;
    background-color: #025aa5 !important;
    color: #ffffff !important;
    border-color: transparent !important;
}

[data-palette="palette-9"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover {
    position: relative;
}

[data-palette="palette-9"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background-color: #f0ad4e;
}

[data-palette="palette-9"][data-layout="horizontal-navigation-2"][data-direction="rtl"] .horizontal-navigation-2 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary {
    text-align: right !important;
    padding-left: 0;
    padding-right: 20px;
}

[data-palette="palette-9"][data-layout="horizontal-navigation-2"][data-direction="rtl"] .horizontal-navigation-2 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover {
    position: relative;
}

[data-palette="palette-9"][data-layout="horizontal-navigation-2"][data-direction="rtl"] .horizontal-navigation-2 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 3px;
    height: 100%;
    background-color: #f0ad4e;
}

[data-palette="palette-10"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 {
    background-color: #2214b8;
    background-image: url(https://unsplash.it/4800/600?image=441&gravity=center);
    background-size: cover;
    background-repeat: no-repeat;
    color: #ffffff;
}

[data-palette="palette-10"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .breadcrumb {
    background: transparent !important;
    color: #ffffff;
}

[data-palette="palette-10"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .breadcrumb .active {
    color: #ffffff;
}

[data-palette="palette-10"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .breadcrumb > li:before {
    color: #ffffff !important;
}

[data-palette="palette-10"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .navigation li:before {
    background: #f0ad4e !important;
}

[data-palette="palette-10"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .navigation li .btn.btn-primary {
    background-color: transparent !important;
    color: #ffffff !important;
    border-color: transparent !important;
}

[data-palette="palette-10"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .navigation li:hover > .horizontal-dropdown-menu {
    margin-top: -1px;
    background-color: #150d73 !important;
    color: #ffffff !important;
}

[data-palette="palette-10"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary {
    text-align: left !important;
    padding-left: 20px;
    background-color: #150d73 !important;
    color: #ffffff !important;
    border-color: transparent !important;
}

[data-palette="palette-10"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover {
    position: relative;
}

[data-palette="palette-10"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background-color: #f0ad4e;
}

[data-palette="palette-10"][data-layout="horizontal-navigation-2"][data-direction="rtl"] .horizontal-navigation-2 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary {
    text-align: right !important;
    padding-left: 0;
    padding-right: 20px;
}

[data-palette="palette-10"][data-layout="horizontal-navigation-2"][data-direction="rtl"] .horizontal-navigation-2 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover {
    position: relative;
}

[data-palette="palette-10"][data-layout="horizontal-navigation-2"][data-direction="rtl"] .horizontal-navigation-2 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 3px;
    height: 100%;
    background-color: #f0ad4e;
}

[data-palette="palette-11"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 {
    background-color: #3121e6;
    background-image: url(https://unsplash.it/4800/600?image=441&gravity=center);
    background-size: cover;
    background-repeat: no-repeat;
    color: #ffffff;
}

[data-palette="palette-11"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .breadcrumb {
    background: transparent !important;
    color: #ffffff;
}

[data-palette="palette-11"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .breadcrumb .active {
    color: #ffffff;
}

[data-palette="palette-11"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .breadcrumb > li:before {
    color: #ffffff !important;
}

[data-palette="palette-11"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .navigation li:before {
    background: #f0ad4e !important;
}

[data-palette="palette-11"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .navigation li .btn.btn-primary {
    background-color: transparent !important;
    color: #ffffff !important;
    border-color: transparent !important;
}

[data-palette="palette-11"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .navigation li:hover > .horizontal-dropdown-menu {
    margin-top: -1px;
    background-color: #1f13a8 !important;
    color: #ffffff !important;
}

[data-palette="palette-11"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary {
    text-align: left !important;
    padding-left: 20px;
    background-color: #1f13a8 !important;
    color: #ffffff !important;
    border-color: transparent !important;
}

[data-palette="palette-11"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover {
    position: relative;
}

[data-palette="palette-11"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background-color: #f0ad4e;
}

[data-palette="palette-11"][data-layout="horizontal-navigation-2"][data-direction="rtl"] .horizontal-navigation-2 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary {
    text-align: right !important;
    padding-left: 0;
    padding-right: 20px;
}

[data-palette="palette-11"][data-layout="horizontal-navigation-2"][data-direction="rtl"] .horizontal-navigation-2 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover {
    position: relative;
}

[data-palette="palette-11"][data-layout="horizontal-navigation-2"][data-direction="rtl"] .horizontal-navigation-2 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 3px;
    height: 100%;
    background-color: #f0ad4e;
}

[data-palette="palette-12"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 {
    background-color: #6357ec;
    background-image: url(https://unsplash.it/4800/600?image=441&gravity=center);
    background-size: cover;
    background-repeat: no-repeat;
    color: #ffffff;
}

[data-palette="palette-12"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .breadcrumb {
    background: transparent !important;
    color: #ffffff;
}

[data-palette="palette-12"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .breadcrumb .active {
    color: #ffffff;
}

[data-palette="palette-12"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .breadcrumb > li:before {
    color: #ffffff !important;
}

[data-palette="palette-12"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .navigation li:before {
    background: #f0ad4e !important;
}

[data-palette="palette-12"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .navigation li .btn.btn-primary {
    background-color: transparent !important;
    color: #ffffff !important;
    border-color: transparent !important;
}

[data-palette="palette-12"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .navigation li:hover > .horizontal-dropdown-menu {
    margin-top: -1px;
    background-color: #2919de !important;
    color: #ffffff !important;
}

[data-palette="palette-12"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary {
    text-align: left !important;
    padding-left: 20px;
    background-color: #2919de !important;
    color: #ffffff !important;
    border-color: transparent !important;
}

[data-palette="palette-12"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover {
    position: relative;
}

[data-palette="palette-12"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background-color: #f0ad4e;
}

[data-palette="palette-12"][data-layout="horizontal-navigation-2"][data-direction="rtl"] .horizontal-navigation-2 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary {
    text-align: right !important;
    padding-left: 0;
    padding-right: 20px;
}

[data-palette="palette-12"][data-layout="horizontal-navigation-2"][data-direction="rtl"] .horizontal-navigation-2 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover {
    position: relative;
}

[data-palette="palette-12"][data-layout="horizontal-navigation-2"][data-direction="rtl"] .horizontal-navigation-2 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 3px;
    height: 100%;
    background-color: #f0ad4e;
}

[data-palette="palette-13"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 {
    background-color: #6414b8;
    background-image: url(https://unsplash.it/4800/600?image=441&gravity=center);
    background-size: cover;
    background-repeat: no-repeat;
    color: #ffffff;
}

[data-palette="palette-13"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .breadcrumb {
    background: transparent !important;
    color: #ffffff;
}

[data-palette="palette-13"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .breadcrumb .active {
    color: #ffffff;
}

[data-palette="palette-13"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .breadcrumb > li:before {
    color: #ffffff !important;
}

[data-palette="palette-13"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .navigation li:before {
    background: #f0ad4e !important;
}

[data-palette="palette-13"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .navigation li .btn.btn-primary {
    background-color: transparent !important;
    color: #ffffff !important;
    border-color: transparent !important;
}

[data-palette="palette-13"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .navigation li:hover > .horizontal-dropdown-menu {
    margin-top: -1px;
    background-color: #3f0d73 !important;
    color: #ffffff !important;
}

[data-palette="palette-13"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary {
    text-align: left !important;
    padding-left: 20px;
    background-color: #3f0d73 !important;
    color: #ffffff !important;
    border-color: transparent !important;
}

[data-palette="palette-13"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover {
    position: relative;
}

[data-palette="palette-13"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background-color: #f0ad4e;
}

[data-palette="palette-13"][data-layout="horizontal-navigation-2"][data-direction="rtl"] .horizontal-navigation-2 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary {
    text-align: right !important;
    padding-left: 0;
    padding-right: 20px;
}

[data-palette="palette-13"][data-layout="horizontal-navigation-2"][data-direction="rtl"] .horizontal-navigation-2 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover {
    position: relative;
}

[data-palette="palette-13"][data-layout="horizontal-navigation-2"][data-direction="rtl"] .horizontal-navigation-2 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 3px;
    height: 100%;
    background-color: #f0ad4e;
}

[data-palette="palette-14"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 {
    background-color: #8121e6;
    background-image: url(https://unsplash.it/4800/600?image=441&gravity=center);
    background-size: cover;
    background-repeat: no-repeat;
    color: #ffffff;
}

[data-palette="palette-14"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .breadcrumb {
    background: transparent !important;
    color: #ffffff;
}

[data-palette="palette-14"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .breadcrumb .active {
    color: #ffffff;
}

[data-palette="palette-14"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .breadcrumb > li:before {
    color: #ffffff !important;
}

[data-palette="palette-14"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .navigation li:before {
    background: #f0ad4e !important;
}

[data-palette="palette-14"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .navigation li .btn.btn-primary {
    background-color: transparent !important;
    color: #ffffff !important;
    border-color: transparent !important;
}

[data-palette="palette-14"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .navigation li:hover > .horizontal-dropdown-menu {
    margin-top: -1px;
    background-color: #5c13a8 !important;
    color: #ffffff !important;
}

[data-palette="palette-14"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary {
    text-align: left !important;
    padding-left: 20px;
    background-color: #5c13a8 !important;
    color: #ffffff !important;
    border-color: transparent !important;
}

[data-palette="palette-14"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover {
    position: relative;
}

[data-palette="palette-14"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background-color: #f0ad4e;
}

[data-palette="palette-14"][data-layout="horizontal-navigation-2"][data-direction="rtl"] .horizontal-navigation-2 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary {
    text-align: right !important;
    padding-left: 0;
    padding-right: 20px;
}

[data-palette="palette-14"][data-layout="horizontal-navigation-2"][data-direction="rtl"] .horizontal-navigation-2 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover {
    position: relative;
}

[data-palette="palette-14"][data-layout="horizontal-navigation-2"][data-direction="rtl"] .horizontal-navigation-2 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 3px;
    height: 100%;
    background-color: #f0ad4e;
}

[data-palette="palette-15"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 {
    background-color: #9f57ec;
    background-image: url(https://unsplash.it/4800/600?image=441&gravity=center);
    background-size: cover;
    background-repeat: no-repeat;
    color: #ffffff;
}

[data-palette="palette-15"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .breadcrumb {
    background: transparent !important;
    color: #ffffff;
}

[data-palette="palette-15"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .breadcrumb .active {
    color: #ffffff;
}

[data-palette="palette-15"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .breadcrumb > li:before {
    color: #ffffff !important;
}

[data-palette="palette-15"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .navigation li:before {
    background: #f0ad4e !important;
}

[data-palette="palette-15"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .navigation li .btn.btn-primary {
    background-color: transparent !important;
    color: #ffffff !important;
    border-color: transparent !important;
}

[data-palette="palette-15"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .navigation li:hover > .horizontal-dropdown-menu {
    margin-top: -1px;
    background-color: #7819de !important;
    color: #ffffff !important;
}

[data-palette="palette-15"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary {
    text-align: left !important;
    padding-left: 20px;
    background-color: #7819de !important;
    color: #ffffff !important;
    border-color: transparent !important;
}

[data-palette="palette-15"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover {
    position: relative;
}

[data-palette="palette-15"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background-color: #f0ad4e;
}

[data-palette="palette-15"][data-layout="horizontal-navigation-2"][data-direction="rtl"] .horizontal-navigation-2 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary {
    text-align: right !important;
    padding-left: 0;
    padding-right: 20px;
}

[data-palette="palette-15"][data-layout="horizontal-navigation-2"][data-direction="rtl"] .horizontal-navigation-2 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover {
    position: relative;
}

[data-palette="palette-15"][data-layout="horizontal-navigation-2"][data-direction="rtl"] .horizontal-navigation-2 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 3px;
    height: 100%;
    background-color: #f0ad4e;
}

[data-palette="palette-16"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 {
    background-color: #e62184;
    background-image: url(https://unsplash.it/4800/600?image=441&gravity=center);
    background-size: cover;
    background-repeat: no-repeat;
    color: #ffffff;
}

[data-palette="palette-16"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .breadcrumb {
    background: transparent !important;
    color: #ffffff;
}

[data-palette="palette-16"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .breadcrumb .active {
    color: #ffffff;
}

[data-palette="palette-16"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .breadcrumb > li:before {
    color: #ffffff !important;
}

[data-palette="palette-16"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .navigation li:before {
    background: #f0ad4e !important;
}

[data-palette="palette-16"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .navigation li .btn.btn-primary {
    background-color: transparent !important;
    color: #ffffff !important;
    border-color: transparent !important;
}

[data-palette="palette-16"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .navigation li:hover > .horizontal-dropdown-menu {
    margin-top: -1px;
    background-color: #a8135e !important;
    color: #ffffff !important;
}

[data-palette="palette-16"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary {
    text-align: left !important;
    padding-left: 20px;
    background-color: #a8135e !important;
    color: #ffffff !important;
    border-color: transparent !important;
}

[data-palette="palette-16"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover {
    position: relative;
}

[data-palette="palette-16"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background-color: #f0ad4e;
}

[data-palette="palette-16"][data-layout="horizontal-navigation-2"][data-direction="rtl"] .horizontal-navigation-2 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary {
    text-align: right !important;
    padding-left: 0;
    padding-right: 20px;
}

[data-palette="palette-16"][data-layout="horizontal-navigation-2"][data-direction="rtl"] .horizontal-navigation-2 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover {
    position: relative;
}

[data-palette="palette-16"][data-layout="horizontal-navigation-2"][data-direction="rtl"] .horizontal-navigation-2 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 3px;
    height: 100%;
    background-color: #f0ad4e;
}

[data-palette="palette-17"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 {
    background-color: #ec57a2;
    background-image: url(https://unsplash.it/4800/600?image=441&gravity=center);
    background-size: cover;
    background-repeat: no-repeat;
    color: #ffffff;
}

[data-palette="palette-17"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .breadcrumb {
    background: transparent !important;
    color: #ffffff;
}

[data-palette="palette-17"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .breadcrumb .active {
    color: #ffffff;
}

[data-palette="palette-17"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .breadcrumb > li:before {
    color: #ffffff !important;
}

[data-palette="palette-17"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .navigation li:before {
    background: #f0ad4e !important;
}

[data-palette="palette-17"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .navigation li .btn.btn-primary {
    background-color: transparent !important;
    color: #ffffff !important;
    border-color: transparent !important;
}

[data-palette="palette-17"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .navigation li:hover > .horizontal-dropdown-menu {
    margin-top: -1px;
    background-color: #de197c !important;
    color: #ffffff !important;
}

[data-palette="palette-17"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary {
    text-align: left !important;
    padding-left: 20px;
    background-color: #de197c !important;
    color: #ffffff !important;
    border-color: transparent !important;
}

[data-palette="palette-17"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover {
    position: relative;
}

[data-palette="palette-17"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background-color: #f0ad4e;
}

[data-palette="palette-17"][data-layout="horizontal-navigation-2"][data-direction="rtl"] .horizontal-navigation-2 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary {
    text-align: right !important;
    padding-left: 0;
    padding-right: 20px;
}

[data-palette="palette-17"][data-layout="horizontal-navigation-2"][data-direction="rtl"] .horizontal-navigation-2 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover {
    position: relative;
}

[data-palette="palette-17"][data-layout="horizontal-navigation-2"][data-direction="rtl"] .horizontal-navigation-2 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 3px;
    height: 100%;
    background-color: #f0ad4e;
}

[data-palette="palette-18"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 {
    background-color: #e62b21;
    background-image: url(https://unsplash.it/4800/600?image=441&gravity=center);
    background-size: cover;
    background-repeat: no-repeat;
    color: #ffffff;
}

[data-palette="palette-18"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .breadcrumb {
    background: transparent !important;
    color: #ffffff;
}

[data-palette="palette-18"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .breadcrumb .active {
    color: #ffffff;
}

[data-palette="palette-18"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .breadcrumb > li:before {
    color: #ffffff !important;
}

[data-palette="palette-18"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .navigation li:before {
    background: #f0ad4e !important;
}

[data-palette="palette-18"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .navigation li .btn.btn-primary {
    background-color: transparent !important;
    color: #ffffff !important;
    border-color: transparent !important;
}

[data-palette="palette-18"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .navigation li:hover > .horizontal-dropdown-menu {
    margin-top: -1px;
    background-color: #a81b13 !important;
    color: #ffffff !important;
}

[data-palette="palette-18"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary {
    text-align: left !important;
    padding-left: 20px;
    background-color: #a81b13 !important;
    color: #ffffff !important;
    border-color: transparent !important;
}

[data-palette="palette-18"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover {
    position: relative;
}

[data-palette="palette-18"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background-color: #f0ad4e;
}

[data-palette="palette-18"][data-layout="horizontal-navigation-2"][data-direction="rtl"] .horizontal-navigation-2 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary {
    text-align: right !important;
    padding-left: 0;
    padding-right: 20px;
}

[data-palette="palette-18"][data-layout="horizontal-navigation-2"][data-direction="rtl"] .horizontal-navigation-2 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover {
    position: relative;
}

[data-palette="palette-18"][data-layout="horizontal-navigation-2"][data-direction="rtl"] .horizontal-navigation-2 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 3px;
    height: 100%;
    background-color: #f0ad4e;
}

[data-palette="palette-19"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 {
    background-color: #ec5e57;
    background-image: url(https://unsplash.it/4800/600?image=441&gravity=center);
    background-size: cover;
    background-repeat: no-repeat;
    color: #ffffff;
}

[data-palette="palette-19"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .breadcrumb {
    background: transparent !important;
    color: #ffffff;
}

[data-palette="palette-19"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .breadcrumb .active {
    color: #ffffff;
}

[data-palette="palette-19"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .breadcrumb > li:before {
    color: #ffffff !important;
}

[data-palette="palette-19"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .navigation li:before {
    background: #f0ad4e !important;
}

[data-palette="palette-19"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .navigation li .btn.btn-primary {
    background-color: transparent !important;
    color: #ffffff !important;
    border-color: transparent !important;
}

[data-palette="palette-19"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .navigation li:hover > .horizontal-dropdown-menu {
    margin-top: -1px;
    background-color: #de2319 !important;
    color: #ffffff !important;
}

[data-palette="palette-19"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary {
    text-align: left !important;
    padding-left: 20px;
    background-color: #de2319 !important;
    color: #ffffff !important;
    border-color: transparent !important;
}

[data-palette="palette-19"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover {
    position: relative;
}

[data-palette="palette-19"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background-color: #f0ad4e;
}

[data-palette="palette-19"][data-layout="horizontal-navigation-2"][data-direction="rtl"] .horizontal-navigation-2 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary {
    text-align: right !important;
    padding-left: 0;
    padding-right: 20px;
}

[data-palette="palette-19"][data-layout="horizontal-navigation-2"][data-direction="rtl"] .horizontal-navigation-2 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover {
    position: relative;
}

[data-palette="palette-19"][data-layout="horizontal-navigation-2"][data-direction="rtl"] .horizontal-navigation-2 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 3px;
    height: 100%;
    background-color: #f0ad4e;
}

[data-palette="palette-20"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 {
    background-color: #14b82a;
    background-image: url(https://unsplash.it/4800/600?image=441&gravity=center);
    background-size: cover;
    background-repeat: no-repeat;
    color: #ffffff;
}

[data-palette="palette-20"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .breadcrumb {
    background: transparent !important;
    color: #ffffff;
}

[data-palette="palette-20"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .breadcrumb .active {
    color: #ffffff;
}

[data-palette="palette-20"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .breadcrumb > li:before {
    color: #ffffff !important;
}

[data-palette="palette-20"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .navigation li:before {
    background: #f0ad4e !important;
}

[data-palette="palette-20"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .navigation li .btn.btn-primary {
    background-color: transparent !important;
    color: #ffffff !important;
    border-color: transparent !important;
}

[data-palette="palette-20"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .navigation li:hover > .horizontal-dropdown-menu {
    margin-top: -1px;
    background-color: #0d731a !important;
    color: #ffffff !important;
}

[data-palette="palette-20"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary {
    text-align: left !important;
    padding-left: 20px;
    background-color: #0d731a !important;
    color: #ffffff !important;
    border-color: transparent !important;
}

[data-palette="palette-20"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover {
    position: relative;
}

[data-palette="palette-20"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background-color: #f0ad4e;
}

[data-palette="palette-20"][data-layout="horizontal-navigation-2"][data-direction="rtl"] .horizontal-navigation-2 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary {
    text-align: right !important;
    padding-left: 0;
    padding-right: 20px;
}

[data-palette="palette-20"][data-layout="horizontal-navigation-2"][data-direction="rtl"] .horizontal-navigation-2 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover {
    position: relative;
}

[data-palette="palette-20"][data-layout="horizontal-navigation-2"][data-direction="rtl"] .horizontal-navigation-2 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 3px;
    height: 100%;
    background-color: #f0ad4e;
}

[data-palette="palette-21"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 {
    background-color: #7cb814;
    background-image: url(https://unsplash.it/4800/600?image=441&gravity=center);
    background-size: cover;
    background-repeat: no-repeat;
    color: #ffffff;
}

[data-palette="palette-21"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .breadcrumb {
    background: transparent !important;
    color: #ffffff;
}

[data-palette="palette-21"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .breadcrumb .active {
    color: #ffffff;
}

[data-palette="palette-21"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .breadcrumb > li:before {
    color: #ffffff !important;
}

[data-palette="palette-21"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .navigation li:before {
    background: #f0ad4e !important;
}

[data-palette="palette-21"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .navigation li .btn.btn-primary {
    background-color: transparent !important;
    color: #ffffff !important;
    border-color: transparent !important;
}

[data-palette="palette-21"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .navigation li:hover > .horizontal-dropdown-menu {
    margin-top: -1px;
    background-color: #4e730d !important;
    color: #ffffff !important;
}

[data-palette="palette-21"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary {
    text-align: left !important;
    padding-left: 20px;
    background-color: #4e730d !important;
    color: #ffffff !important;
    border-color: transparent !important;
}

[data-palette="palette-21"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover {
    position: relative;
}

[data-palette="palette-21"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background-color: #f0ad4e;
}

[data-palette="palette-21"][data-layout="horizontal-navigation-2"][data-direction="rtl"] .horizontal-navigation-2 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary {
    text-align: right !important;
    padding-left: 0;
    padding-right: 20px;
}

[data-palette="palette-21"][data-layout="horizontal-navigation-2"][data-direction="rtl"] .horizontal-navigation-2 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover {
    position: relative;
}

[data-palette="palette-21"][data-layout="horizontal-navigation-2"][data-direction="rtl"] .horizontal-navigation-2 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 3px;
    height: 100%;
    background-color: #f0ad4e;
}

[data-palette="palette-22"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 {
    background-color: #9a5832;
    background-image: url(https://unsplash.it/4800/600?image=441&gravity=center);
    background-size: cover;
    background-repeat: no-repeat;
    color: #ffffff;
}

[data-palette="palette-22"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .breadcrumb {
    background: transparent !important;
    color: #ffffff;
}

[data-palette="palette-22"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .breadcrumb .active {
    color: #ffffff;
}

[data-palette="palette-22"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .breadcrumb > li:before {
    color: #ffffff !important;
}

[data-palette="palette-22"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .navigation li:before {
    background: #f0ad4e !important;
}

[data-palette="palette-22"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .navigation li .btn.btn-primary {
    background-color: transparent !important;
    color: #ffffff !important;
    border-color: transparent !important;
}

[data-palette="palette-22"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .navigation li:hover > .horizontal-dropdown-menu {
    margin-top: -1px;
    background-color: #60371f !important;
    color: #ffffff !important;
}

[data-palette="palette-22"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary {
    text-align: left !important;
    padding-left: 20px;
    background-color: #60371f !important;
    color: #ffffff !important;
    border-color: transparent !important;
}

[data-palette="palette-22"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover {
    position: relative;
}

[data-palette="palette-22"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background-color: #f0ad4e;
}

[data-palette="palette-22"][data-layout="horizontal-navigation-2"][data-direction="rtl"] .horizontal-navigation-2 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary {
    text-align: right !important;
    padding-left: 0;
    padding-right: 20px;
}

[data-palette="palette-22"][data-layout="horizontal-navigation-2"][data-direction="rtl"] .horizontal-navigation-2 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover {
    position: relative;
}

[data-palette="palette-22"][data-layout="horizontal-navigation-2"][data-direction="rtl"] .horizontal-navigation-2 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 3px;
    height: 100%;
    background-color: #f0ad4e;
}

[data-palette="palette-23"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 {
    background-color: #c27345;
    background-image: url(https://unsplash.it/4800/600?image=441&gravity=center);
    background-size: cover;
    background-repeat: no-repeat;
    color: #ffffff;
}

[data-palette="palette-23"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .breadcrumb {
    background: transparent !important;
    color: #ffffff;
}

[data-palette="palette-23"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .breadcrumb .active {
    color: #ffffff;
}

[data-palette="palette-23"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .breadcrumb > li:before {
    color: #ffffff !important;
}

[data-palette="palette-23"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .navigation li:before {
    background: #f0ad4e !important;
}

[data-palette="palette-23"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .navigation li .btn.btn-primary {
    background-color: transparent !important;
    color: #ffffff !important;
    border-color: transparent !important;
}

[data-palette="palette-23"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .navigation li:hover > .horizontal-dropdown-menu {
    margin-top: -1px;
    background-color: #8c512e !important;
    color: #ffffff !important;
}

[data-palette="palette-23"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary {
    text-align: left !important;
    padding-left: 20px;
    background-color: #8c512e !important;
    color: #ffffff !important;
    border-color: transparent !important;
}

[data-palette="palette-23"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover {
    position: relative;
}

[data-palette="palette-23"][data-layout="horizontal-navigation-2"] .horizontal-navigation-2 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background-color: #f0ad4e;
}

[data-palette="palette-23"][data-layout="horizontal-navigation-2"][data-direction="rtl"] .horizontal-navigation-2 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary {
    text-align: right !important;
    padding-left: 0;
    padding-right: 20px;
}

[data-palette="palette-23"][data-layout="horizontal-navigation-2"][data-direction="rtl"] .horizontal-navigation-2 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover {
    position: relative;
}

[data-palette="palette-23"][data-layout="horizontal-navigation-2"][data-direction="rtl"] .horizontal-navigation-2 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 3px;
    height: 100%;
    background-color: #f0ad4e;
}

.horizontal-navigation-3 {
    margin: 0 0 40px 0;
    width: 100%;
    z-index: 1000 !important;
    position: relative;
}

.horizontal-navigation-3 .navigation li {
    display: block;
    float: left;
    margin-right: 10px;
    position: relative;
    padding: 8px 0;
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.horizontal-navigation-3 .navigation li:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    bottom: 0;
    height: 4px;
    min-width: 0;
    display: inline-block;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}

.horizontal-navigation-3 .navigation li > a {
    font-size: 14px;
    position: relative;
    font-weight: normal;
}

.horizontal-navigation-3 .navigation li > .horizontal-dropdown-menu {
    display: none;
}

.horizontal-navigation-3 .navigation li:hover:before {
    z-index: 2;
    left: 0;
    right: 0;
    min-width: 100%;
}

.horizontal-navigation-3 .navigation li:hover > .horizontal-dropdown-menu {
    display: block;
    position: absolute;
    z-index: 1000 !important;
    top: 100%;
    left: 0;
    width: 420px;
    min-height: 40px;
    margin-top: 1px;
    padding: 10px;
    -moz-column-count: 2;
    column-count: 2;
    -moz-column-gap: 5px;
    column-gap: 5px;
}

.horizontal-navigation-3 .navigation li:hover > .horizontal-dropdown-menu a {
    min-width: 200px;
    font-size: 14px;
    padding: 10px;
}

.horizontal-navigation-3 .navigation li:hover > .horizontal-dropdown-menu.horizontal-dropdown-menu-lg {
    width: 630px !important;
    -moz-column-count: 3;
    column-count: 3;
}

[data-direction="rtl"] .horizontal-navigation-3 .navigation {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

[data-direction="rtl"] .horizontal-navigation-3 .navigation li {
    float: right !important;
    margin-right: 0;
    margin-left: 10px;
}

[data-direction="rtl"] .horizontal-navigation-3 .navigation li:hover > .horizontal-dropdown-menu {
    left: 0 !important;
    right: 0;
}

[data-palette="palette-1"][data-layout="horizontal-navigation-3"] .horizontal-navigation-3 {
    background-color: #4a4a4a;
    color: #ffffff;
}

[data-palette="palette-1"][data-layout="horizontal-navigation-3"] .horizontal-navigation-3 .navigation li:before {
    background: #5cb85c !important;
}

[data-palette="palette-1"][data-layout="horizontal-navigation-3"] .horizontal-navigation-3 .navigation li .btn.btn-primary {
    background-color: transparent !important;
    color: #ffffff !important;
    border-color: transparent !important;
}

[data-palette="palette-1"][data-layout="horizontal-navigation-3"] .horizontal-navigation-3 .navigation li:hover > .horizontal-dropdown-menu {
    margin-top: -1px;
    background-color: #313131 !important;
    color: #ffffff !important;
}

[data-palette="palette-1"][data-layout="horizontal-navigation-3"] .horizontal-navigation-3 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary {
    text-align: left !important;
    padding-left: 20px;
    background-color: #313131 !important;
    color: #ffffff !important;
    border-color: transparent !important;
}

[data-palette="palette-1"][data-layout="horizontal-navigation-3"] .horizontal-navigation-3 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover {
    position: relative;
}

[data-palette="palette-1"][data-layout="horizontal-navigation-3"] .horizontal-navigation-3 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background-color: #5cb85c;
}

[data-palette="palette-1"][data-layout="horizontal-navigation-3"][data-direction="rtl"] .horizontal-navigation-3 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary {
    text-align: right !important;
    padding-left: 0;
    padding-right: 20px;
}

[data-palette="palette-1"][data-layout="horizontal-navigation-3"][data-direction="rtl"] .horizontal-navigation-3 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover {
    position: relative;
}

[data-palette="palette-1"][data-layout="horizontal-navigation-3"][data-direction="rtl"] .horizontal-navigation-3 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 3px;
    height: 100%;
    background-color: #5cb85c;
}

[data-palette="palette-2"][data-layout="horizontal-navigation-3"] .horizontal-navigation-3 {
    background-color: #474d5d;
    color: #ffffff;
}

[data-palette="palette-2"][data-layout="horizontal-navigation-3"] .horizontal-navigation-3 .navigation li:before {
    background: #5cb85c !important;
}

[data-palette="palette-2"][data-layout="horizontal-navigation-3"] .horizontal-navigation-3 .navigation li .btn.btn-primary {
    background-color: transparent !important;
    color: #ffffff !important;
    border-color: transparent !important;
}

[data-palette="palette-2"][data-layout="horizontal-navigation-3"] .horizontal-navigation-3 .navigation li:hover > .horizontal-dropdown-menu {
    margin-top: -1px;
    background-color: #313540 !important;
    color: #ffffff !important;
}

[data-palette="palette-2"][data-layout="horizontal-navigation-3"] .horizontal-navigation-3 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary {
    text-align: left !important;
    padding-left: 20px;
    background-color: #313540 !important;
    color: #ffffff !important;
    border-color: transparent !important;
}

[data-palette="palette-2"][data-layout="horizontal-navigation-3"] .horizontal-navigation-3 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover {
    position: relative;
}

[data-palette="palette-2"][data-layout="horizontal-navigation-3"] .horizontal-navigation-3 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background-color: #5cb85c;
}

[data-palette="palette-2"][data-layout="horizontal-navigation-3"][data-direction="rtl"] .horizontal-navigation-3 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary {
    text-align: right !important;
    padding-left: 0;
    padding-right: 20px;
}

[data-palette="palette-2"][data-layout="horizontal-navigation-3"][data-direction="rtl"] .horizontal-navigation-3 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover {
    position: relative;
}

[data-palette="palette-2"][data-layout="horizontal-navigation-3"][data-direction="rtl"] .horizontal-navigation-3 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 3px;
    height: 100%;
    background-color: #5cb85c;
}

[data-palette="palette-3"][data-layout="horizontal-navigation-3"] .horizontal-navigation-3 {
    background-color: #262626;
    color: #ffffff;
}

[data-palette="palette-3"][data-layout="horizontal-navigation-3"] .horizontal-navigation-3 .navigation li:before {
    background: #5cb85c !important;
}

[data-palette="palette-3"][data-layout="horizontal-navigation-3"] .horizontal-navigation-3 .navigation li .btn.btn-primary {
    background-color: transparent !important;
    color: #ffffff !important;
    border-color: transparent !important;
}

[data-palette="palette-3"][data-layout="horizontal-navigation-3"] .horizontal-navigation-3 .navigation li:hover > .horizontal-dropdown-menu {
    margin-top: -1px;
    background-color: #0d0d0d !important;
    color: #ffffff !important;
}

[data-palette="palette-3"][data-layout="horizontal-navigation-3"] .horizontal-navigation-3 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary {
    text-align: left !important;
    padding-left: 20px;
    background-color: #0d0d0d !important;
    color: #ffffff !important;
    border-color: transparent !important;
}

[data-palette="palette-3"][data-layout="horizontal-navigation-3"] .horizontal-navigation-3 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover {
    position: relative;
}

[data-palette="palette-3"][data-layout="horizontal-navigation-3"] .horizontal-navigation-3 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background-color: #5cb85c;
}

[data-palette="palette-3"][data-layout="horizontal-navigation-3"][data-direction="rtl"] .horizontal-navigation-3 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary {
    text-align: right !important;
    padding-left: 0;
    padding-right: 20px;
}

[data-palette="palette-3"][data-layout="horizontal-navigation-3"][data-direction="rtl"] .horizontal-navigation-3 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover {
    position: relative;
}

[data-palette="palette-3"][data-layout="horizontal-navigation-3"][data-direction="rtl"] .horizontal-navigation-3 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 3px;
    height: 100%;
    background-color: #5cb85c;
}

[data-palette="palette-4"][data-layout="horizontal-navigation-3"] .horizontal-navigation-3 {
    background-color: #262626;
    color: #ffffff;
}

[data-palette="palette-4"][data-layout="horizontal-navigation-3"] .horizontal-navigation-3 .navigation li:before {
    background: #d9534f !important;
}

[data-palette="palette-4"][data-layout="horizontal-navigation-3"] .horizontal-navigation-3 .navigation li .btn.btn-primary {
    background-color: transparent !important;
    color: #ffffff !important;
    border-color: transparent !important;
}

[data-palette="palette-4"][data-layout="horizontal-navigation-3"] .horizontal-navigation-3 .navigation li:hover > .horizontal-dropdown-menu {
    margin-top: -1px;
    background-color: #262626 !important;
    color: #ffffff !important;
}

[data-palette="palette-4"][data-layout="horizontal-navigation-3"] .horizontal-navigation-3 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary {
    text-align: left !important;
    padding-left: 20px;
    background-color: #262626 !important;
    color: #ffffff !important;
    border-color: transparent !important;
}

[data-palette="palette-4"][data-layout="horizontal-navigation-3"] .horizontal-navigation-3 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover {
    position: relative;
}

[data-palette="palette-4"][data-layout="horizontal-navigation-3"] .horizontal-navigation-3 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background-color: #d9534f;
}

[data-palette="palette-4"][data-layout="horizontal-navigation-3"][data-direction="rtl"] .horizontal-navigation-3 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary {
    text-align: right !important;
    padding-left: 0;
    padding-right: 20px;
}

[data-palette="palette-4"][data-layout="horizontal-navigation-3"][data-direction="rtl"] .horizontal-navigation-3 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover {
    position: relative;
}

[data-palette="palette-4"][data-layout="horizontal-navigation-3"][data-direction="rtl"] .horizontal-navigation-3 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 3px;
    height: 100%;
    background-color: #d9534f;
}

[data-palette="palette-5"][data-layout="horizontal-navigation-3"] .horizontal-navigation-3 {
    background-color: #474d5d;
    color: #ffffff;
}

[data-palette="palette-5"][data-layout="horizontal-navigation-3"] .horizontal-navigation-3 .navigation li:before {
    background: #d9534f !important;
}

[data-palette="palette-5"][data-layout="horizontal-navigation-3"] .horizontal-navigation-3 .navigation li .btn.btn-primary {
    background-color: transparent !important;
    color: #ffffff !important;
    border-color: transparent !important;
}

[data-palette="palette-5"][data-layout="horizontal-navigation-3"] .horizontal-navigation-3 .navigation li:hover > .horizontal-dropdown-menu {
    margin-top: -1px;
    background-color: #474d5d !important;
    color: #ffffff !important;
}

[data-palette="palette-5"][data-layout="horizontal-navigation-3"] .horizontal-navigation-3 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary {
    text-align: left !important;
    padding-left: 20px;
    background-color: #474d5d !important;
    color: #ffffff !important;
    border-color: transparent !important;
}

[data-palette="palette-5"][data-layout="horizontal-navigation-3"] .horizontal-navigation-3 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover {
    position: relative;
}

[data-palette="palette-5"][data-layout="horizontal-navigation-3"] .horizontal-navigation-3 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background-color: #d9534f;
}

[data-palette="palette-5"][data-layout="horizontal-navigation-3"][data-direction="rtl"] .horizontal-navigation-3 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary {
    text-align: right !important;
    padding-left: 0;
    padding-right: 20px;
}

[data-palette="palette-5"][data-layout="horizontal-navigation-3"][data-direction="rtl"] .horizontal-navigation-3 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover {
    position: relative;
}

[data-palette="palette-5"][data-layout="horizontal-navigation-3"][data-direction="rtl"] .horizontal-navigation-3 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 3px;
    height: 100%;
    background-color: #d9534f;
}

[data-palette="palette-6"][data-layout="horizontal-navigation-3"] .horizontal-navigation-3 {
    background-color: #4a4a4a;
    color: #ffffff;
}

[data-palette="palette-6"][data-layout="horizontal-navigation-3"] .horizontal-navigation-3 .navigation li:before {
    background: #d9534f !important;
}

[data-palette="palette-6"][data-layout="horizontal-navigation-3"] .horizontal-navigation-3 .navigation li .btn.btn-primary {
    background-color: transparent !important;
    color: #ffffff !important;
    border-color: transparent !important;
}

[data-palette="palette-6"][data-layout="horizontal-navigation-3"] .horizontal-navigation-3 .navigation li:hover > .horizontal-dropdown-menu {
    margin-top: -1px;
    background-color: #4a4a4a !important;
    color: #ffffff !important;
}

[data-palette="palette-6"][data-layout="horizontal-navigation-3"] .horizontal-navigation-3 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary {
    text-align: left !important;
    padding-left: 20px;
    background-color: #4a4a4a !important;
    color: #ffffff !important;
    border-color: transparent !important;
}

[data-palette="palette-6"][data-layout="horizontal-navigation-3"] .horizontal-navigation-3 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover {
    position: relative;
}

[data-palette="palette-6"][data-layout="horizontal-navigation-3"] .horizontal-navigation-3 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background-color: #d9534f;
}

[data-palette="palette-6"][data-layout="horizontal-navigation-3"][data-direction="rtl"] .horizontal-navigation-3 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary {
    text-align: right !important;
    padding-left: 0;
    padding-right: 20px;
}

[data-palette="palette-6"][data-layout="horizontal-navigation-3"][data-direction="rtl"] .horizontal-navigation-3 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover {
    position: relative;
}

[data-palette="palette-6"][data-layout="horizontal-navigation-3"][data-direction="rtl"] .horizontal-navigation-3 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 3px;
    height: 100%;
    background-color: #d9534f;
}

[data-palette="palette-7"][data-layout="horizontal-navigation-3"] .horizontal-navigation-3 {
    background-color: #108ffd;
    color: #ffffff;
}

[data-palette="palette-7"][data-layout="horizontal-navigation-3"] .horizontal-navigation-3 .navigation li:before {
    background: #f0ad4e !important;
}

[data-palette="palette-7"][data-layout="horizontal-navigation-3"] .horizontal-navigation-3 .navigation li .btn.btn-primary {
    background-color: transparent !important;
    color: #ffffff !important;
    border-color: transparent !important;
}

[data-palette="palette-7"][data-layout="horizontal-navigation-3"] .horizontal-navigation-3 .navigation li:hover > .horizontal-dropdown-menu {
    margin-top: -1px;
    background-color: #0275d8 !important;
    color: #ffffff !important;
}

[data-palette="palette-7"][data-layout="horizontal-navigation-3"] .horizontal-navigation-3 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary {
    text-align: left !important;
    padding-left: 20px;
    background-color: #0275d8 !important;
    color: #ffffff !important;
    border-color: transparent !important;
}

[data-palette="palette-7"][data-layout="horizontal-navigation-3"] .horizontal-navigation-3 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover {
    position: relative;
}

[data-palette="palette-7"][data-layout="horizontal-navigation-3"] .horizontal-navigation-3 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background-color: #f0ad4e;
}

[data-palette="palette-7"][data-layout="horizontal-navigation-3"][data-direction="rtl"] .horizontal-navigation-3 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary {
    text-align: right !important;
    padding-left: 0;
    padding-right: 20px;
}

[data-palette="palette-7"][data-layout="horizontal-navigation-3"][data-direction="rtl"] .horizontal-navigation-3 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover {
    position: relative;
}

[data-palette="palette-7"][data-layout="horizontal-navigation-3"][data-direction="rtl"] .horizontal-navigation-3 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 3px;
    height: 100%;
    background-color: #f0ad4e;
}

[data-palette="palette-8"][data-layout="horizontal-navigation-3"] .horizontal-navigation-3 {
    background-color: #0283f1;
    color: #ffffff;
}

[data-palette="palette-8"][data-layout="horizontal-navigation-3"] .horizontal-navigation-3 .navigation li:before {
    background: #f0ad4e !important;
}

[data-palette="palette-8"][data-layout="horizontal-navigation-3"] .horizontal-navigation-3 .navigation li .btn.btn-primary {
    background-color: transparent !important;
    color: #ffffff !important;
    border-color: transparent !important;
}

[data-palette="palette-8"][data-layout="horizontal-navigation-3"] .horizontal-navigation-3 .navigation li:hover > .horizontal-dropdown-menu {
    margin-top: -1px;
    background-color: #0267bf !important;
    color: #ffffff !important;
}

[data-palette="palette-8"][data-layout="horizontal-navigation-3"] .horizontal-navigation-3 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary {
    text-align: left !important;
    padding-left: 20px;
    background-color: #0267bf !important;
    color: #ffffff !important;
    border-color: transparent !important;
}

[data-palette="palette-8"][data-layout="horizontal-navigation-3"] .horizontal-navigation-3 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover {
    position: relative;
}

[data-palette="palette-8"][data-layout="horizontal-navigation-3"] .horizontal-navigation-3 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background-color: #f0ad4e;
}

[data-palette="palette-8"][data-layout="horizontal-navigation-3"][data-direction="rtl"] .horizontal-navigation-3 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary {
    text-align: right !important;
    padding-left: 0;
    padding-right: 20px;
}

[data-palette="palette-8"][data-layout="horizontal-navigation-3"][data-direction="rtl"] .horizontal-navigation-3 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover {
    position: relative;
}

[data-palette="palette-8"][data-layout="horizontal-navigation-3"][data-direction="rtl"] .horizontal-navigation-3 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 3px;
    height: 100%;
    background-color: #f0ad4e;
}

[data-palette="palette-9"][data-layout="horizontal-navigation-3"] .horizontal-navigation-3 {
    background-color: #0275d8;
    color: #ffffff;
}

[data-palette="palette-9"][data-layout="horizontal-navigation-3"] .horizontal-navigation-3 .navigation li:before {
    background: #f0ad4e !important;
}

[data-palette="palette-9"][data-layout="horizontal-navigation-3"] .horizontal-navigation-3 .navigation li .btn.btn-primary {
    background-color: transparent !important;
    color: #ffffff !important;
    border-color: transparent !important;
}

[data-palette="palette-9"][data-layout="horizontal-navigation-3"] .horizontal-navigation-3 .navigation li:hover > .horizontal-dropdown-menu {
    margin-top: -1px;
    background-color: #025aa5 !important;
    color: #ffffff !important;
}

[data-palette="palette-9"][data-layout="horizontal-navigation-3"] .horizontal-navigation-3 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary {
    text-align: left !important;
    padding-left: 20px;
    background-color: #025aa5 !important;
    color: #ffffff !important;
    border-color: transparent !important;
}

[data-palette="palette-9"][data-layout="horizontal-navigation-3"] .horizontal-navigation-3 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover {
    position: relative;
}

[data-palette="palette-9"][data-layout="horizontal-navigation-3"] .horizontal-navigation-3 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background-color: #f0ad4e;
}

[data-palette="palette-9"][data-layout="horizontal-navigation-3"][data-direction="rtl"] .horizontal-navigation-3 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary {
    text-align: right !important;
    padding-left: 0;
    padding-right: 20px;
}

[data-palette="palette-9"][data-layout="horizontal-navigation-3"][data-direction="rtl"] .horizontal-navigation-3 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover {
    position: relative;
}

[data-palette="palette-9"][data-layout="horizontal-navigation-3"][data-direction="rtl"] .horizontal-navigation-3 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 3px;
    height: 100%;
    background-color: #f0ad4e;
}

[data-palette="palette-10"][data-layout="horizontal-navigation-3"] .horizontal-navigation-3 {
    background-color: #1e12a1;
    color: #ffffff;
}

[data-palette="palette-10"][data-layout="horizontal-navigation-3"] .horizontal-navigation-3 .navigation li:before {
    background: #f0ad4e !important;
}

[data-palette="palette-10"][data-layout="horizontal-navigation-3"] .horizontal-navigation-3 .navigation li .btn.btn-primary {
    background-color: transparent !important;
    color: #ffffff !important;
    border-color: transparent !important;
}

[data-palette="palette-10"][data-layout="horizontal-navigation-3"] .horizontal-navigation-3 .navigation li:hover > .horizontal-dropdown-menu {
    margin-top: -1px;
    background-color: #150d73 !important;
    color: #ffffff !important;
}

[data-palette="palette-10"][data-layout="horizontal-navigation-3"] .horizontal-navigation-3 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary {
    text-align: left !important;
    padding-left: 20px;
    background-color: #150d73 !important;
    color: #ffffff !important;
    border-color: transparent !important;
}

[data-palette="palette-10"][data-layout="horizontal-navigation-3"] .horizontal-navigation-3 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover {
    position: relative;
}

[data-palette="palette-10"][data-layout="horizontal-navigation-3"] .horizontal-navigation-3 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background-color: #f0ad4e;
}

[data-palette="palette-10"][data-layout="horizontal-navigation-3"][data-direction="rtl"] .horizontal-navigation-3 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary {
    text-align: right !important;
    padding-left: 0;
    padding-right: 20px;
}

[data-palette="palette-10"][data-layout="horizontal-navigation-3"][data-direction="rtl"] .horizontal-navigation-3 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover {
    position: relative;
}

[data-palette="palette-10"][data-layout="horizontal-navigation-3"][data-direction="rtl"] .horizontal-navigation-3 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 3px;
    height: 100%;
    background-color: #f0ad4e;
}

[data-palette="palette-11"][data-layout="horizontal-navigation-3"] .horizontal-navigation-3 {
    background-color: #2818d6;
    color: #ffffff;
}

[data-palette="palette-11"][data-layout="horizontal-navigation-3"] .horizontal-navigation-3 .navigation li:before {
    background: #f0ad4e !important;
}

[data-palette="palette-11"][data-layout="horizontal-navigation-3"] .horizontal-navigation-3 .navigation li .btn.btn-primary {
    background-color: transparent !important;
    color: #ffffff !important;
    border-color: transparent !important;
}

[data-palette="palette-11"][data-layout="horizontal-navigation-3"] .horizontal-navigation-3 .navigation li:hover > .horizontal-dropdown-menu {
    margin-top: -1px;
    background-color: #1f13a8 !important;
    color: #ffffff !important;
}

[data-palette="palette-11"][data-layout="horizontal-navigation-3"] .horizontal-navigation-3 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary {
    text-align: left !important;
    padding-left: 20px;
    background-color: #1f13a8 !important;
    color: #ffffff !important;
    border-color: transparent !important;
}

[data-palette="palette-11"][data-layout="horizontal-navigation-3"] .horizontal-navigation-3 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover {
    position: relative;
}

[data-palette="palette-11"][data-layout="horizontal-navigation-3"] .horizontal-navigation-3 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background-color: #f0ad4e;
}

[data-palette="palette-11"][data-layout="horizontal-navigation-3"][data-direction="rtl"] .horizontal-navigation-3 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary {
    text-align: right !important;
    padding-left: 0;
    padding-right: 20px;
}

[data-palette="palette-11"][data-layout="horizontal-navigation-3"][data-direction="rtl"] .horizontal-navigation-3 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover {
    position: relative;
}

[data-palette="palette-11"][data-layout="horizontal-navigation-3"][data-direction="rtl"] .horizontal-navigation-3 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 3px;
    height: 100%;
    background-color: #f0ad4e;
}

[data-palette="palette-12"][data-layout="horizontal-navigation-3"] .horizontal-navigation-3 {
    background-color: #4e40ea;
    color: #ffffff;
}

[data-palette="palette-12"][data-layout="horizontal-navigation-3"] .horizontal-navigation-3 .navigation li:before {
    background: #f0ad4e !important;
}

[data-palette="palette-12"][data-layout="horizontal-navigation-3"] .horizontal-navigation-3 .navigation li .btn.btn-primary {
    background-color: transparent !important;
    color: #ffffff !important;
    border-color: transparent !important;
}

[data-palette="palette-12"][data-layout="horizontal-navigation-3"] .horizontal-navigation-3 .navigation li:hover > .horizontal-dropdown-menu {
    margin-top: -1px;
    background-color: #2919de !important;
    color: #ffffff !important;
}

[data-palette="palette-12"][data-layout="horizontal-navigation-3"] .horizontal-navigation-3 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary {
    text-align: left !important;
    padding-left: 20px;
    background-color: #2919de !important;
    color: #ffffff !important;
    border-color: transparent !important;
}

[data-palette="palette-12"][data-layout="horizontal-navigation-3"] .horizontal-navigation-3 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover {
    position: relative;
}

[data-palette="palette-12"][data-layout="horizontal-navigation-3"] .horizontal-navigation-3 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background-color: #f0ad4e;
}

[data-palette="palette-12"][data-layout="horizontal-navigation-3"][data-direction="rtl"] .horizontal-navigation-3 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary {
    text-align: right !important;
    padding-left: 0;
    padding-right: 20px;
}

[data-palette="palette-12"][data-layout="horizontal-navigation-3"][data-direction="rtl"] .horizontal-navigation-3 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover {
    position: relative;
}

[data-palette="palette-12"][data-layout="horizontal-navigation-3"][data-direction="rtl"] .horizontal-navigation-3 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 3px;
    height: 100%;
    background-color: #f0ad4e;
}

[data-palette="palette-13"][data-layout="horizontal-navigation-3"] .horizontal-navigation-3 {
    background-color: #5812a1;
    color: #ffffff;
}

[data-palette="palette-13"][data-layout="horizontal-navigation-3"] .horizontal-navigation-3 .navigation li:before {
    background: #f0ad4e !important;
}

[data-palette="palette-13"][data-layout="horizontal-navigation-3"] .horizontal-navigation-3 .navigation li .btn.btn-primary {
    background-color: transparent !important;
    color: #ffffff !important;
    border-color: transparent !important;
}

[data-palette="palette-13"][data-layout="horizontal-navigation-3"] .horizontal-navigation-3 .navigation li:hover > .horizontal-dropdown-menu {
    margin-top: -1px;
    background-color: #3f0d73 !important;
    color: #ffffff !important;
}

[data-palette="palette-13"][data-layout="horizontal-navigation-3"] .horizontal-navigation-3 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary {
    text-align: left !important;
    padding-left: 20px;
    background-color: #3f0d73 !important;
    color: #ffffff !important;
    border-color: transparent !important;
}

[data-palette="palette-13"][data-layout="horizontal-navigation-3"] .horizontal-navigation-3 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover {
    position: relative;
}

[data-palette="palette-13"][data-layout="horizontal-navigation-3"] .horizontal-navigation-3 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background-color: #f0ad4e;
}

[data-palette="palette-13"][data-layout="horizontal-navigation-3"][data-direction="rtl"] .horizontal-navigation-3 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary {
    text-align: right !important;
    padding-left: 0;
    padding-right: 20px;
}

[data-palette="palette-13"][data-layout="horizontal-navigation-3"][data-direction="rtl"] .horizontal-navigation-3 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover {
    position: relative;
}

[data-palette="palette-13"][data-layout="horizontal-navigation-3"][data-direction="rtl"] .horizontal-navigation-3 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 3px;
    height: 100%;
    background-color: #f0ad4e;
}

[data-palette="palette-14"][data-layout="horizontal-navigation-3"] .horizontal-navigation-3 {
    background-color: #7518d6;
    color: #ffffff;
}

[data-palette="palette-14"][data-layout="horizontal-navigation-3"] .horizontal-navigation-3 .navigation li:before {
    background: #f0ad4e !important;
}

[data-palette="palette-14"][data-layout="horizontal-navigation-3"] .horizontal-navigation-3 .navigation li .btn.btn-primary {
    background-color: transparent !important;
    color: #ffffff !important;
    border-color: transparent !important;
}

[data-palette="palette-14"][data-layout="horizontal-navigation-3"] .horizontal-navigation-3 .navigation li:hover > .horizontal-dropdown-menu {
    margin-top: -1px;
    background-color: #5c13a8 !important;
    color: #ffffff !important;
}

[data-palette="palette-14"][data-layout="horizontal-navigation-3"] .horizontal-navigation-3 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary {
    text-align: left !important;
    padding-left: 20px;
    background-color: #5c13a8 !important;
    color: #ffffff !important;
    border-color: transparent !important;
}

[data-palette="palette-14"][data-layout="horizontal-navigation-3"] .horizontal-navigation-3 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover {
    position: relative;
}

[data-palette="palette-14"][data-layout="horizontal-navigation-3"] .horizontal-navigation-3 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background-color: #f0ad4e;
}

[data-palette="palette-14"][data-layout="horizontal-navigation-3"][data-direction="rtl"] .horizontal-navigation-3 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary {
    text-align: right !important;
    padding-left: 0;
    padding-right: 20px;
}

[data-palette="palette-14"][data-layout="horizontal-navigation-3"][data-direction="rtl"] .horizontal-navigation-3 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover {
    position: relative;
}

[data-palette="palette-14"][data-layout="horizontal-navigation-3"][data-direction="rtl"] .horizontal-navigation-3 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 3px;
    height: 100%;
    background-color: #f0ad4e;
}

[data-palette="palette-15"][data-layout="horizontal-navigation-3"] .horizontal-navigation-3 {
    background-color: #9240ea;
    color: #ffffff;
}

[data-palette="palette-15"][data-layout="horizontal-navigation-3"] .horizontal-navigation-3 .navigation li:before {
    background: #f0ad4e !important;
}

[data-palette="palette-15"][data-layout="horizontal-navigation-3"] .horizontal-navigation-3 .navigation li .btn.btn-primary {
    background-color: transparent !important;
    color: #ffffff !important;
    border-color: transparent !important;
}

[data-palette="palette-15"][data-layout="horizontal-navigation-3"] .horizontal-navigation-3 .navigation li:hover > .horizontal-dropdown-menu {
    margin-top: -1px;
    background-color: #7819de !important;
    color: #ffffff !important;
}

[data-palette="palette-15"][data-layout="horizontal-navigation-3"] .horizontal-navigation-3 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary {
    text-align: left !important;
    padding-left: 20px;
    background-color: #7819de !important;
    color: #ffffff !important;
    border-color: transparent !important;
}

[data-palette="palette-15"][data-layout="horizontal-navigation-3"] .horizontal-navigation-3 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover {
    position: relative;
}

[data-palette="palette-15"][data-layout="horizontal-navigation-3"] .horizontal-navigation-3 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background-color: #f0ad4e;
}

[data-palette="palette-15"][data-layout="horizontal-navigation-3"][data-direction="rtl"] .horizontal-navigation-3 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary {
    text-align: right !important;
    padding-left: 0;
    padding-right: 20px;
}

[data-palette="palette-15"][data-layout="horizontal-navigation-3"][data-direction="rtl"] .horizontal-navigation-3 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover {
    position: relative;
}

[data-palette="palette-15"][data-layout="horizontal-navigation-3"][data-direction="rtl"] .horizontal-navigation-3 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 3px;
    height: 100%;
    background-color: #f0ad4e;
}

[data-palette="palette-16"][data-layout="horizontal-navigation-3"] .horizontal-navigation-3 {
    background-color: #d61877;
    color: #ffffff;
}

[data-palette="palette-16"][data-layout="horizontal-navigation-3"] .horizontal-navigation-3 .navigation li:before {
    background: #f0ad4e !important;
}

[data-palette="palette-16"][data-layout="horizontal-navigation-3"] .horizontal-navigation-3 .navigation li .btn.btn-primary {
    background-color: transparent !important;
    color: #ffffff !important;
    border-color: transparent !important;
}

[data-palette="palette-16"][data-layout="horizontal-navigation-3"] .horizontal-navigation-3 .navigation li:hover > .horizontal-dropdown-menu {
    margin-top: -1px;
    background-color: #a8135e !important;
    color: #ffffff !important;
}

[data-palette="palette-16"][data-layout="horizontal-navigation-3"] .horizontal-navigation-3 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary {
    text-align: left !important;
    padding-left: 20px;
    background-color: #a8135e !important;
    color: #ffffff !important;
    border-color: transparent !important;
}

[data-palette="palette-16"][data-layout="horizontal-navigation-3"] .horizontal-navigation-3 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover {
    position: relative;
}

[data-palette="palette-16"][data-layout="horizontal-navigation-3"] .horizontal-navigation-3 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background-color: #f0ad4e;
}

[data-palette="palette-16"][data-layout="horizontal-navigation-3"][data-direction="rtl"] .horizontal-navigation-3 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary {
    text-align: right !important;
    padding-left: 0;
    padding-right: 20px;
}

[data-palette="palette-16"][data-layout="horizontal-navigation-3"][data-direction="rtl"] .horizontal-navigation-3 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover {
    position: relative;
}

[data-palette="palette-16"][data-layout="horizontal-navigation-3"][data-direction="rtl"] .horizontal-navigation-3 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 3px;
    height: 100%;
    background-color: #f0ad4e;
}

[data-palette="palette-17"][data-layout="horizontal-navigation-3"] .horizontal-navigation-3 {
    background-color: #ea4095;
    color: #ffffff;
}

[data-palette="palette-17"][data-layout="horizontal-navigation-3"] .horizontal-navigation-3 .navigation li:before {
    background: #f0ad4e !important;
}

[data-palette="palette-17"][data-layout="horizontal-navigation-3"] .horizontal-navigation-3 .navigation li .btn.btn-primary {
    background-color: transparent !important;
    color: #ffffff !important;
    border-color: transparent !important;
}

[data-palette="palette-17"][data-layout="horizontal-navigation-3"] .horizontal-navigation-3 .navigation li:hover > .horizontal-dropdown-menu {
    margin-top: -1px;
    background-color: #de197c !important;
    color: #ffffff !important;
}

[data-palette="palette-17"][data-layout="horizontal-navigation-3"] .horizontal-navigation-3 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary {
    text-align: left !important;
    padding-left: 20px;
    background-color: #de197c !important;
    color: #ffffff !important;
    border-color: transparent !important;
}

[data-palette="palette-17"][data-layout="horizontal-navigation-3"] .horizontal-navigation-3 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover {
    position: relative;
}

[data-palette="palette-17"][data-layout="horizontal-navigation-3"] .horizontal-navigation-3 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background-color: #f0ad4e;
}

[data-palette="palette-17"][data-layout="horizontal-navigation-3"][data-direction="rtl"] .horizontal-navigation-3 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary {
    text-align: right !important;
    padding-left: 0;
    padding-right: 20px;
}

[data-palette="palette-17"][data-layout="horizontal-navigation-3"][data-direction="rtl"] .horizontal-navigation-3 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover {
    position: relative;
}

[data-palette="palette-17"][data-layout="horizontal-navigation-3"][data-direction="rtl"] .horizontal-navigation-3 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 3px;
    height: 100%;
    background-color: #f0ad4e;
}

[data-palette="palette-18"][data-layout="horizontal-navigation-3"] .horizontal-navigation-3 {
    background-color: #d62218;
    color: #ffffff;
}

[data-palette="palette-18"][data-layout="horizontal-navigation-3"] .horizontal-navigation-3 .navigation li:before {
    background: #f0ad4e !important;
}

[data-palette="palette-18"][data-layout="horizontal-navigation-3"] .horizontal-navigation-3 .navigation li .btn.btn-primary {
    background-color: transparent !important;
    color: #ffffff !important;
    border-color: transparent !important;
}

[data-palette="palette-18"][data-layout="horizontal-navigation-3"] .horizontal-navigation-3 .navigation li:hover > .horizontal-dropdown-menu {
    margin-top: -1px;
    background-color: #a81b13 !important;
    color: #ffffff !important;
}

[data-palette="palette-18"][data-layout="horizontal-navigation-3"] .horizontal-navigation-3 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary {
    text-align: left !important;
    padding-left: 20px;
    background-color: #a81b13 !important;
    color: #ffffff !important;
    border-color: transparent !important;
}

[data-palette="palette-18"][data-layout="horizontal-navigation-3"] .horizontal-navigation-3 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover {
    position: relative;
}

[data-palette="palette-18"][data-layout="horizontal-navigation-3"] .horizontal-navigation-3 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background-color: #f0ad4e;
}

[data-palette="palette-18"][data-layout="horizontal-navigation-3"][data-direction="rtl"] .horizontal-navigation-3 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary {
    text-align: right !important;
    padding-left: 0;
    padding-right: 20px;
}

[data-palette="palette-18"][data-layout="horizontal-navigation-3"][data-direction="rtl"] .horizontal-navigation-3 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover {
    position: relative;
}

[data-palette="palette-18"][data-layout="horizontal-navigation-3"][data-direction="rtl"] .horizontal-navigation-3 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 3px;
    height: 100%;
    background-color: #f0ad4e;
}

[data-palette="palette-19"][data-layout="horizontal-navigation-3"] .horizontal-navigation-3 {
    background-color: #ea4840;
    color: #ffffff;
}

[data-palette="palette-19"][data-layout="horizontal-navigation-3"] .horizontal-navigation-3 .navigation li:before {
    background: #f0ad4e !important;
}

[data-palette="palette-19"][data-layout="horizontal-navigation-3"] .horizontal-navigation-3 .navigation li .btn.btn-primary {
    background-color: transparent !important;
    color: #ffffff !important;
    border-color: transparent !important;
}

[data-palette="palette-19"][data-layout="horizontal-navigation-3"] .horizontal-navigation-3 .navigation li:hover > .horizontal-dropdown-menu {
    margin-top: -1px;
    background-color: #de2319 !important;
    color: #ffffff !important;
}

[data-palette="palette-19"][data-layout="horizontal-navigation-3"] .horizontal-navigation-3 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary {
    text-align: left !important;
    padding-left: 20px;
    background-color: #de2319 !important;
    color: #ffffff !important;
    border-color: transparent !important;
}

[data-palette="palette-19"][data-layout="horizontal-navigation-3"] .horizontal-navigation-3 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover {
    position: relative;
}

[data-palette="palette-19"][data-layout="horizontal-navigation-3"] .horizontal-navigation-3 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background-color: #f0ad4e;
}

[data-palette="palette-19"][data-layout="horizontal-navigation-3"][data-direction="rtl"] .horizontal-navigation-3 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary {
    text-align: right !important;
    padding-left: 0;
    padding-right: 20px;
}

[data-palette="palette-19"][data-layout="horizontal-navigation-3"][data-direction="rtl"] .horizontal-navigation-3 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover {
    position: relative;
}

[data-palette="palette-19"][data-layout="horizontal-navigation-3"][data-direction="rtl"] .horizontal-navigation-3 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 3px;
    height: 100%;
    background-color: #f0ad4e;
}

[data-palette="palette-20"][data-layout="horizontal-navigation-3"] .horizontal-navigation-3 {
    background-color: #12a125;
    color: #ffffff;
}

[data-palette="palette-20"][data-layout="horizontal-navigation-3"] .horizontal-navigation-3 .navigation li:before {
    background: #f0ad4e !important;
}

[data-palette="palette-20"][data-layout="horizontal-navigation-3"] .horizontal-navigation-3 .navigation li .btn.btn-primary {
    background-color: transparent !important;
    color: #ffffff !important;
    border-color: transparent !important;
}

[data-palette="palette-20"][data-layout="horizontal-navigation-3"] .horizontal-navigation-3 .navigation li:hover > .horizontal-dropdown-menu {
    margin-top: -1px;
    background-color: #0d731a !important;
    color: #ffffff !important;
}

[data-palette="palette-20"][data-layout="horizontal-navigation-3"] .horizontal-navigation-3 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary {
    text-align: left !important;
    padding-left: 20px;
    background-color: #0d731a !important;
    color: #ffffff !important;
    border-color: transparent !important;
}

[data-palette="palette-20"][data-layout="horizontal-navigation-3"] .horizontal-navigation-3 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover {
    position: relative;
}

[data-palette="palette-20"][data-layout="horizontal-navigation-3"] .horizontal-navigation-3 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background-color: #f0ad4e;
}

[data-palette="palette-20"][data-layout="horizontal-navigation-3"][data-direction="rtl"] .horizontal-navigation-3 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary {
    text-align: right !important;
    padding-left: 0;
    padding-right: 20px;
}

[data-palette="palette-20"][data-layout="horizontal-navigation-3"][data-direction="rtl"] .horizontal-navigation-3 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover {
    position: relative;
}

[data-palette="palette-20"][data-layout="horizontal-navigation-3"][data-direction="rtl"] .horizontal-navigation-3 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 3px;
    height: 100%;
    background-color: #f0ad4e;
}

[data-palette="palette-21"][data-layout="horizontal-navigation-3"] .horizontal-navigation-3 {
    background-color: #6da112;
    color: #ffffff;
}

[data-palette="palette-21"][data-layout="horizontal-navigation-3"] .horizontal-navigation-3 .navigation li:before {
    background: #f0ad4e !important;
}

[data-palette="palette-21"][data-layout="horizontal-navigation-3"] .horizontal-navigation-3 .navigation li .btn.btn-primary {
    background-color: transparent !important;
    color: #ffffff !important;
    border-color: transparent !important;
}

[data-palette="palette-21"][data-layout="horizontal-navigation-3"] .horizontal-navigation-3 .navigation li:hover > .horizontal-dropdown-menu {
    margin-top: -1px;
    background-color: #4e730d !important;
    color: #ffffff !important;
}

[data-palette="palette-21"][data-layout="horizontal-navigation-3"] .horizontal-navigation-3 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary {
    text-align: left !important;
    padding-left: 20px;
    background-color: #4e730d !important;
    color: #ffffff !important;
    border-color: transparent !important;
}

[data-palette="palette-21"][data-layout="horizontal-navigation-3"] .horizontal-navigation-3 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover {
    position: relative;
}

[data-palette="palette-21"][data-layout="horizontal-navigation-3"] .horizontal-navigation-3 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background-color: #f0ad4e;
}

[data-palette="palette-21"][data-layout="horizontal-navigation-3"][data-direction="rtl"] .horizontal-navigation-3 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary {
    text-align: right !important;
    padding-left: 0;
    padding-right: 20px;
}

[data-palette="palette-21"][data-layout="horizontal-navigation-3"][data-direction="rtl"] .horizontal-navigation-3 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover {
    position: relative;
}

[data-palette="palette-21"][data-layout="horizontal-navigation-3"][data-direction="rtl"] .horizontal-navigation-3 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 3px;
    height: 100%;
    background-color: #f0ad4e;
}

[data-palette="palette-22"][data-layout="horizontal-navigation-3"] .horizontal-navigation-3 {
    background-color: #874d2c;
    color: #ffffff;
}

[data-palette="palette-22"][data-layout="horizontal-navigation-3"] .horizontal-navigation-3 .navigation li:before {
    background: #f0ad4e !important;
}

[data-palette="palette-22"][data-layout="horizontal-navigation-3"] .horizontal-navigation-3 .navigation li .btn.btn-primary {
    background-color: transparent !important;
    color: #ffffff !important;
    border-color: transparent !important;
}

[data-palette="palette-22"][data-layout="horizontal-navigation-3"] .horizontal-navigation-3 .navigation li:hover > .horizontal-dropdown-menu {
    margin-top: -1px;
    background-color: #60371f !important;
    color: #ffffff !important;
}

[data-palette="palette-22"][data-layout="horizontal-navigation-3"] .horizontal-navigation-3 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary {
    text-align: left !important;
    padding-left: 20px;
    background-color: #60371f !important;
    color: #ffffff !important;
    border-color: transparent !important;
}

[data-palette="palette-22"][data-layout="horizontal-navigation-3"] .horizontal-navigation-3 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover {
    position: relative;
}

[data-palette="palette-22"][data-layout="horizontal-navigation-3"] .horizontal-navigation-3 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background-color: #f0ad4e;
}

[data-palette="palette-22"][data-layout="horizontal-navigation-3"][data-direction="rtl"] .horizontal-navigation-3 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary {
    text-align: right !important;
    padding-left: 0;
    padding-right: 20px;
}

[data-palette="palette-22"][data-layout="horizontal-navigation-3"][data-direction="rtl"] .horizontal-navigation-3 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover {
    position: relative;
}

[data-palette="palette-22"][data-layout="horizontal-navigation-3"][data-direction="rtl"] .horizontal-navigation-3 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 3px;
    height: 100%;
    background-color: #f0ad4e;
}

[data-palette="palette-23"][data-layout="horizontal-navigation-3"] .horizontal-navigation-3 {
    background-color: #b2673b;
    color: #ffffff;
}

[data-palette="palette-23"][data-layout="horizontal-navigation-3"] .horizontal-navigation-3 .navigation li:before {
    background: #f0ad4e !important;
}

[data-palette="palette-23"][data-layout="horizontal-navigation-3"] .horizontal-navigation-3 .navigation li .btn.btn-primary {
    background-color: transparent !important;
    color: #ffffff !important;
    border-color: transparent !important;
}

[data-palette="palette-23"][data-layout="horizontal-navigation-3"] .horizontal-navigation-3 .navigation li:hover > .horizontal-dropdown-menu {
    margin-top: -1px;
    background-color: #8c512e !important;
    color: #ffffff !important;
}

[data-palette="palette-23"][data-layout="horizontal-navigation-3"] .horizontal-navigation-3 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary {
    text-align: left !important;
    padding-left: 20px;
    background-color: #8c512e !important;
    color: #ffffff !important;
    border-color: transparent !important;
}

[data-palette="palette-23"][data-layout="horizontal-navigation-3"] .horizontal-navigation-3 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover {
    position: relative;
}

[data-palette="palette-23"][data-layout="horizontal-navigation-3"] .horizontal-navigation-3 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background-color: #f0ad4e;
}

[data-palette="palette-23"][data-layout="horizontal-navigation-3"][data-direction="rtl"] .horizontal-navigation-3 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary {
    text-align: right !important;
    padding-left: 0;
    padding-right: 20px;
}

[data-palette="palette-23"][data-layout="horizontal-navigation-3"][data-direction="rtl"] .horizontal-navigation-3 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover {
    position: relative;
}

[data-palette="palette-23"][data-layout="horizontal-navigation-3"][data-direction="rtl"] .horizontal-navigation-3 .navigation li:hover > .horizontal-dropdown-menu .btn.btn-primary:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 3px;
    height: 100%;
    background-color: #f0ad4e;
}

[data-direction="ltr"] .icon-widget-1 {
    height: 120px;
    width: 100%;
    position: relative;
    border-radius: 5px !important;
}

[data-direction="ltr"] .icon-widget-1 .widget-icon {
    position: absolute;
    top: 36px;
    right: 20px;
    font-size: 48px;
    opacity: 0.5;
    color: #fff;
}

[data-direction="ltr"] .icon-widget-1 .widget-value {
    position: absolute;
    top: 25px;
    left: 30px;
    font-size: 28px;
    font-weight: 700;
}

[data-direction="ltr"] .icon-widget-1 .widget-title {
    position: absolute;
    top: 70px;
    left: 30px;
    font-size: 14px;
}

[data-direction="rtl"] .icon-widget-1 {
    height: 120px;
    width: 100%;
    position: relative;
    border-radius: 5px !important;
}

[data-direction="rtl"] .icon-widget-1 .widget-icon {
    position: absolute;
    top: 36px;
    left: 20px;
    font-size: 48px;
    opacity: 0.5;
}

[data-direction="rtl"] .icon-widget-1 .widget-value {
    position: absolute;
    top: 25px;
    right: 30px;
    font-size: 28px;
    font-weight: 700;
}

[data-direction="rtl"] .icon-widget-1 .widget-title {
    position: absolute;
    top: 70px;
    right: 30px;
    font-size: 14px;
}

.icon-widget-2 blockquote {
    border-left: 0;
    border-right: 0;
}

.icon-widget-2 blockquote .blockquote-text {
    font-size: 16px;
}

.icon-widget-2 blockquote .blockquote-author {
    font-size: 14px;
}

.icon-widget-2 i {
    font-size: 48px;
}

[data-direction="rtl"] .icon-widget-2 .media-left {
    padding-left: 10px;
    padding-right: 0;
}

.icon-widget-3 {
    width: 100%;
    padding: 10px;
    font-size: 16px;
}

.icon-widget-3 i {
    font-weight: 700;
}

.icon-widget-4 {
    width: 100%;
    font-size: 16px;
}

.icon-widget-4 i {
    font-size: 18px;
    font-weight: 700;
}

/*
 * author: http:ellekasai.github.io/twemoji-awesome/
 * */
.twa {
    display: inline-block;
    height: 1em;
    width: 1em;
    margin: 0 .05em 0 .1em;
    vertical-align: -0.1em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 1em 1em;
}

.twa-lg {
    height: 1.33em;
    width: 1.33em;
    margin: 0 0.0665em 0 0.133em;
    vertical-align: -0.133em;
    background-size: 1.33em 1.33em;
}

.twa-2x {
    height: 2em;
    width: 2em;
    margin: 0 0.1em 0 0.2em;
    vertical-align: -0.2em;
    background-size: 2em 2em;
}

.twa-3x {
    height: 3em;
    width: 3em;
    margin: 0 0.15em 0 0.3em;
    vertical-align: -0.3em;
    background-size: 3em 3em;
}

.twa-4x {
    height: 4em;
    width: 4em;
    margin: 0 0.2em 0 0.4em;
    vertical-align: -0.4em;
    background-size: 4em 4em;
}

.twa-5x {
    height: 5em;
    width: 5em;
    margin: 0 0.25em 0 0.5em;
    vertical-align: -0.5em;
    background-size: 5em 5em;
}

.twa-6x {
    height: 6em;
    width: 6em;
    margin: 0 0.3em 0 0.6em;
    vertical-align: -0.6em;
    background-size: 6em 6em;
}

.twa-7x {
    height: 7em;
    width: 7em;
    margin: 0 0.35em 0 0.7em;
    vertical-align: -0.7em;
    background-size: 7em 7em;
}

.twa-smile {
    background-image: url("https:twemoji.maxcdn.com/svg/1f604.svg");
}

.twa-laughing {
    background-image: url("https:twemoji.maxcdn.com/svg/1f606.svg");
}

.twa-blush {
    background-image: url("https:twemoji.maxcdn.com/svg/1f60a.svg");
}

.twa-smiley {
    background-image: url("https:twemoji.maxcdn.com/svg/1f603.svg");
}

.twa-relaxed {
    background-image: url("https:twemoji.maxcdn.com/svg/263a.svg");
}

.twa-smirk {
    background-image: url("https:twemoji.maxcdn.com/svg/1f60f.svg");
}

.twa-heart-eyes {
    background-image: url("https:twemoji.maxcdn.com/svg/1f60d.svg");
}

.twa-kissing-heart {
    background-image: url("https:twemoji.maxcdn.com/svg/1f618.svg");
}

.twa-kissing-closed-eyes {
    background-image: url("https:twemoji.maxcdn.com/svg/1f61a.svg");
}

.twa-flushed {
    background-image: url("https:twemoji.maxcdn.com/svg/1f633.svg");
}

.twa-relieved {
    background-image: url("https:twemoji.maxcdn.com/svg/1f625.svg");
}

.twa-satisfied {
    background-image: url("https:twemoji.maxcdn.com/svg/1f60c.svg");
}

.twa-grin {
    background-image: url("https:twemoji.maxcdn.com/svg/1f601.svg");
}

.twa-wink {
    background-image: url("https:twemoji.maxcdn.com/svg/1f609.svg");
}

.twa-stuck-out-tongue-winking-eye {
    background-image: url("https:twemoji.maxcdn.com/svg/1f61c.svg");
}

.twa-stuck-out-tongue-closed-eyes {
    background-image: url("https:twemoji.maxcdn.com/svg/1f61d.svg");
}

.twa-grinning {
    background-image: url("https:twemoji.maxcdn.com/svg/1f600.svg");
}

.twa-kissing {
    background-image: url("https:twemoji.maxcdn.com/svg/1f617.svg");
}

.twa-kissing-smiling-eyes {
    background-image: url("https:twemoji.maxcdn.com/svg/1f619.svg");
}

.twa-stuck-out-tongue {
    background-image: url("https:twemoji.maxcdn.com/svg/1f61b.svg");
}

.twa-sleeping {
    background-image: url("https:twemoji.maxcdn.com/svg/1f634.svg");
}

.twa-worried {
    background-image: url("https:twemoji.maxcdn.com/svg/1f61f.svg");
}

.twa-frowning {
    background-image: url("https:twemoji.maxcdn.com/svg/1f626.svg");
}

.twa-anguished {
    background-image: url("https:twemoji.maxcdn.com/svg/1f627.svg");
}

.twa-open-mouth {
    background-image: url("https:twemoji.maxcdn.com/svg/1f62e.svg");
}

.twa-grimacing {
    background-image: url("https:twemoji.maxcdn.com/svg/1f62c.svg");
}

.twa-confused {
    background-image: url("https:twemoji.maxcdn.com/svg/1f615.svg");
}

.twa-hushed {
    background-image: url("https:twemoji.maxcdn.com/svg/1f62f.svg");
}

.twa-expressionless {
    background-image: url("https:twemoji.maxcdn.com/svg/1f611.svg");
}

.twa-unamused {
    background-image: url("https:twemoji.maxcdn.com/svg/1f612.svg");
}

.twa-sweat-smile {
    background-image: url("https:twemoji.maxcdn.com/svg/1f605.svg");
}

.twa-sweat {
    background-image: url("https:twemoji.maxcdn.com/svg/1f613.svg");
}

.twa-weary {
    background-image: url("https:twemoji.maxcdn.com/svg/1f629.svg");
}

.twa-pensive {
    background-image: url("https:twemoji.maxcdn.com/svg/1f614.svg");
}

.twa-disappointed {
    background-image: url("https:twemoji.maxcdn.com/svg/1f61e.svg");
}

.twa-confounded {
    background-image: url("https:twemoji.maxcdn.com/svg/1f616.svg");
}

.twa-fearful {
    background-image: url("https:twemoji.maxcdn.com/svg/1f628.svg");
}

.twa-cold-sweat {
    background-image: url("https:twemoji.maxcdn.com/svg/1f630.svg");
}

.twa-persevere {
    background-image: url("https:twemoji.maxcdn.com/svg/1f623.svg");
}

.twa-cry {
    background-image: url("https:twemoji.maxcdn.com/svg/1f622.svg");
}

.twa-sob {
    background-image: url("https:twemoji.maxcdn.com/svg/1f62d.svg");
}

.twa-joy {
    background-image: url("https:twemoji.maxcdn.com/svg/1f602.svg");
}

.twa-astonished {
    background-image: url("https:twemoji.maxcdn.com/svg/1f632.svg");
}

.twa-scream {
    background-image: url("https:twemoji.maxcdn.com/svg/1f631.svg");
}

.twa-tired-face {
    background-image: url("https:twemoji.maxcdn.com/svg/1f62b.svg");
}

.twa-angry {
    background-image: url("https:twemoji.maxcdn.com/svg/1f620.svg");
}

.twa-rage {
    background-image: url("https:twemoji.maxcdn.com/svg/1f621.svg");
}

.twa-triumph {
    background-image: url("https:twemoji.maxcdn.com/svg/1f624.svg");
}

.twa-sleepy {
    background-image: url("https:twemoji.maxcdn.com/svg/1f62a.svg");
}

.twa-yum {
    background-image: url("https:twemoji.maxcdn.com/svg/1f60b.svg");
}

.twa-mask {
    background-image: url("https:twemoji.maxcdn.com/svg/1f637.svg");
}

.twa-sunglasses {
    background-image: url("https:twemoji.maxcdn.com/svg/1f60e.svg");
}

.twa-dizzy-face {
    background-image: url("https:twemoji.maxcdn.com/svg/1f635.svg");
}

.twa-imp {
    background-image: url("https:twemoji.maxcdn.com/svg/1f47f.svg");
}

.twa-smiling-imp {
    background-image: url("https:twemoji.maxcdn.com/svg/1f608.svg");
}

.twa-neutral-face {
    background-image: url("https:twemoji.maxcdn.com/svg/1f610.svg");
}

.twa-no-mouth {
    background-image: url("https:twemoji.maxcdn.com/svg/1f636.svg");
}

.twa-innocent {
    background-image: url("https:twemoji.maxcdn.com/svg/1f607.svg");
}

.twa-alien {
    background-image: url("https:twemoji.maxcdn.com/svg/1f47d.svg");
}

.twa-yellow-heart {
    background-image: url("https:twemoji.maxcdn.com/svg/1f49b.svg");
}

.twa-blue-heart {
    background-image: url("https:twemoji.maxcdn.com/svg/1f499.svg");
}

.twa-purple-heart {
    background-image: url("https:twemoji.maxcdn.com/svg/1f49c.svg");
}

.twa-heart {
    background-image: url("https:twemoji.maxcdn.com/svg/2764.svg");
}

.twa-green-heart {
    background-image: url("https:twemoji.maxcdn.com/svg/1f49a.svg");
}

.twa-broken-heart {
    background-image: url("https:twemoji.maxcdn.com/svg/1f494.svg");
}

.twa-heartbeat {
    background-image: url("https:twemoji.maxcdn.com/svg/1f493.svg");
}

.twa-heartpulse {
    background-image: url("https:twemoji.maxcdn.com/svg/1f497.svg");
}

.twa-two-hearts {
    background-image: url("https:twemoji.maxcdn.com/svg/1f495.svg");
}

.twa-revolving-hearts {
    background-image: url("https:twemoji.maxcdn.com/svg/1f49e.svg");
}

.twa-cupid {
    background-image: url("https:twemoji.maxcdn.com/svg/1f498.svg");
}

.twa-sparkling-heart {
    background-image: url("https:twemoji.maxcdn.com/svg/1f496.svg");
}

.twa-sparkles {
    background-image: url("https:twemoji.maxcdn.com/svg/2728.svg");
}

.twa-star {
    background-image: url("https:twemoji.maxcdn.com/svg/2b50.svg");
}

.twa-star2 {
    background-image: url("https:twemoji.maxcdn.com/svg/1f31f.svg");
}

.twa-dizzy {
    background-image: url("https:twemoji.maxcdn.com/svg/1f4ab.svg");
}

.twa-boom {
    background-image: url("https:twemoji.maxcdn.com/svg/1f4a5.svg");
}

.twa-anger {
    background-image: url("https:twemoji.maxcdn.com/svg/1f4a2.svg");
}

.twa-exclamation {
    background-image: url("https:twemoji.maxcdn.com/svg/2757.svg");
}

.twa-question {
    background-image: url("https:twemoji.maxcdn.com/svg/2753.svg");
}

.twa-grey-exclamation {
    background-image: url("https:twemoji.maxcdn.com/svg/2755.svg");
}

.twa-grey-question {
    background-image: url("https:twemoji.maxcdn.com/svg/2754.svg");
}

.twa-zzz {
    background-image: url("https:twemoji.maxcdn.com/svg/1f4a4.svg");
}

.twa-dash {
    background-image: url("https:twemoji.maxcdn.com/svg/1f4a8.svg");
}

.twa-sweat-drops {
    background-image: url("https:twemoji.maxcdn.com/svg/1f4a6.svg");
}

.twa-notes {
    background-image: url("https:twemoji.maxcdn.com/svg/1f3b6.svg");
}

.twa-musical-note {
    background-image: url("https:twemoji.maxcdn.com/svg/1f3b5.svg");
}

.twa-fire {
    background-image: url("https:twemoji.maxcdn.com/svg/1f525.svg");
}

.twa-poop {
    background-image: url("https:twemoji.maxcdn.com/svg/1f4a9.svg");
}

.twa-thumbsup {
    background-image: url("https:twemoji.maxcdn.com/svg/1f44d.svg");
}

.twa-thumbsdown {
    background-image: url("https:twemoji.maxcdn.com/svg/1f44e.svg");
}

.twa-ok-hand {
    background-image: url("https:twemoji.maxcdn.com/svg/1f44c.svg");
}

.twa-punch {
    background-image: url("https:twemoji.maxcdn.com/svg/1f44a.svg");
}

.twa-fist {
    background-image: url("https:twemoji.maxcdn.com/svg/270a.svg");
}

.twa-v {
    background-image: url("https:twemoji.maxcdn.com/svg/270c.svg");
}

.twa-wave {
    background-image: url("https:twemoji.maxcdn.com/svg/1f44b.svg");
}

.twa-hand {
    background-image: url("https:twemoji.maxcdn.com/svg/270b.svg");
}

.twa-open-hands {
    background-image: url("https:twemoji.maxcdn.com/svg/1f450.svg");
}

.twa-point-up {
    background-image: url("https:twemoji.maxcdn.com/svg/261d.svg");
}

.twa-point-down {
    background-image: url("https:twemoji.maxcdn.com/svg/1f447.svg");
}

.twa-point-left {
    background-image: url("https:twemoji.maxcdn.com/svg/1f448.svg");
}

.twa-point-right {
    background-image: url("https:twemoji.maxcdn.com/svg/1f449.svg");
}

.twa-raised-hands {
    background-image: url("https:twemoji.maxcdn.com/svg/1f64c.svg");
}

.twa-pray {
    background-image: url("https:twemoji.maxcdn.com/svg/1f64f.svg");
}

.twa-point-up-2 {
    background-image: url("https:twemoji.maxcdn.com/svg/1f446.svg");
}

.twa-clap {
    background-image: url("https:twemoji.maxcdn.com/svg/1f44f.svg");
}

.twa-muscle {
    background-image: url("https:twemoji.maxcdn.com/svg/1f4aa.svg");
}

.twa-walking {
    background-image: url("https:twemoji.maxcdn.com/svg/1f6b6.svg");
}

.twa-runner {
    background-image: url("https:twemoji.maxcdn.com/svg/1f3c3.svg");
}

.twa-couple {
    background-image: url("https:twemoji.maxcdn.com/svg/1f46b.svg");
}

.twa-family {
    background-image: url("https:twemoji.maxcdn.com/svg/1f46a.svg");
}

.twa-two-men-holding-hands {
    background-image: url("https:twemoji.maxcdn.com/svg/1f46c.svg");
}

.twa-two-women-holding-hands {
    background-image: url("https:twemoji.maxcdn.com/svg/1f46d.svg");
}

.twa-dancer {
    background-image: url("https:twemoji.maxcdn.com/svg/1f483.svg");
}

.twa-dancers {
    background-image: url("https:twemoji.maxcdn.com/svg/1f46f.svg");
}

.twa-ok-woman {
    background-image: url("https:twemoji.maxcdn.com/svg/1f646.svg");
}

.twa-no-good {
    background-image: url("https:twemoji.maxcdn.com/svg/1f645.svg");
}

.twa-information-desk-person {
    background-image: url("https:twemoji.maxcdn.com/svg/1f481.svg");
}

.twa-raised-hand {
    background-image: url("https:twemoji.maxcdn.com/svg/1f64b.svg");
}

.twa-bride-with-veil {
    background-image: url("https:twemoji.maxcdn.com/svg/1f470.svg");
}

.twa-person-with-pouting-face {
    background-image: url("https:twemoji.maxcdn.com/svg/1f64e.svg");
}

.twa-person-frowning {
    background-image: url("https:twemoji.maxcdn.com/svg/1f64d.svg");
}

.twa-bow {
    background-image: url("https:twemoji.maxcdn.com/svg/1f647.svg");
}

.twa-couplekiss {
    background-image: url("https:twemoji.maxcdn.com/svg/1f48f.svg");
}

.twa-couple-with-heart {
    background-image: url("https:twemoji.maxcdn.com/svg/1f491.svg");
}

.twa-massage {
    background-image: url("https:twemoji.maxcdn.com/svg/1f486.svg");
}

.twa-haircut {
    background-image: url("https:twemoji.maxcdn.com/svg/1f487.svg");
}

.twa-nail-care {
    background-image: url("https:twemoji.maxcdn.com/svg/1f485.svg");
}

.twa-boy {
    background-image: url("https:twemoji.maxcdn.com/svg/1f466.svg");
}

.twa-girl {
    background-image: url("https:twemoji.maxcdn.com/svg/1f467.svg");
}

.twa-woman {
    background-image: url("https:twemoji.maxcdn.com/svg/1f469.svg");
}

.twa-man {
    background-image: url("https:twemoji.maxcdn.com/svg/1f468.svg");
}

.twa-baby {
    background-image: url("https:twemoji.maxcdn.com/svg/1f476.svg");
}

.twa-older-woman {
    background-image: url("https:twemoji.maxcdn.com/svg/1f475.svg");
}

.twa-older-man {
    background-image: url("https:twemoji.maxcdn.com/svg/1f474.svg");
}

.twa-person-with-blond-hair {
    background-image: url("https:twemoji.maxcdn.com/svg/1f471.svg");
}

.twa-man-with-gua-pi-mao {
    background-image: url("https:twemoji.maxcdn.com/svg/1f472.svg");
}

.twa-man-with-turban {
    background-image: url("https:twemoji.maxcdn.com/svg/1f473.svg");
}

.twa-construction-worker {
    background-image: url("https:twemoji.maxcdn.com/svg/1f477.svg");
}

.twa-cop {
    background-image: url("https:twemoji.maxcdn.com/svg/1f46e.svg");
}

.twa-angel {
    background-image: url("https:twemoji.maxcdn.com/svg/1f47c.svg");
}

.twa-princess {
    background-image: url("https:twemoji.maxcdn.com/svg/1f478.svg");
}

.twa-smiley-cat {
    background-image: url("https:twemoji.maxcdn.com/svg/1f63a.svg");
}

.twa-smile-cat {
    background-image: url("https:twemoji.maxcdn.com/svg/1f638.svg");
}

.twa-heart-eyes-cat {
    background-image: url("https:twemoji.maxcdn.com/svg/1f63b.svg");
}

.twa-kissing-cat {
    background-image: url("https:twemoji.maxcdn.com/svg/1f63d.svg");
}

.twa-smirk-cat {
    background-image: url("https:twemoji.maxcdn.com/svg/1f63c.svg");
}

.twa-scream-cat {
    background-image: url("https:twemoji.maxcdn.com/svg/1f640.svg");
}

.twa-crying-cat-face {
    background-image: url("https:twemoji.maxcdn.com/svg/1f63f.svg");
}

.twa-joy-cat {
    background-image: url("https:twemoji.maxcdn.com/svg/1f639.svg");
}

.twa-pouting-cat {
    background-image: url("https:twemoji.maxcdn.com/svg/1f63e.svg");
}

.twa-japanese-ogre {
    background-image: url("https:twemoji.maxcdn.com/svg/1f479.svg");
}

.twa-japanese-goblin {
    background-image: url("https:twemoji.maxcdn.com/svg/1f47a.svg");
}

.twa-see-no-evil {
    background-image: url("https:twemoji.maxcdn.com/svg/1f648.svg");
}

.twa-hear-no-evil {
    background-image: url("https:twemoji.maxcdn.com/svg/1f649.svg");
}

.twa-speak-no-evil {
    background-image: url("https:twemoji.maxcdn.com/svg/1f64a.svg");
}

.twa-guardsman {
    background-image: url("https:twemoji.maxcdn.com/svg/1f482.svg");
}

.twa-skull {
    background-image: url("https:twemoji.maxcdn.com/svg/1f480.svg");
}

.twa-feet {
    background-image: url("https:twemoji.maxcdn.com/svg/1f463.svg");
}

.twa-lips {
    background-image: url("https:twemoji.maxcdn.com/svg/1f444.svg");
}

.twa-kiss {
    background-image: url("https:twemoji.maxcdn.com/svg/1f48b.svg");
}

.twa-droplet {
    background-image: url("https:twemoji.maxcdn.com/svg/1f4a7.svg");
}

.twa-ear {
    background-image: url("https:twemoji.maxcdn.com/svg/1f442.svg");
}

.twa-eyes {
    background-image: url("https:twemoji.maxcdn.com/svg/1f440.svg");
}

.twa-nose {
    background-image: url("https:twemoji.maxcdn.com/svg/1f443.svg");
}

.twa-tongue {
    background-image: url("https:twemoji.maxcdn.com/svg/1f445.svg");
}

.twa-love-letter {
    background-image: url("https:twemoji.maxcdn.com/svg/1f48c.svg");
}

.twa-bust-in-silhouette {
    background-image: url("https:twemoji.maxcdn.com/svg/1f464.svg");
}

.twa-busts-in-silhouette {
    background-image: url("https:twemoji.maxcdn.com/svg/1f465.svg");
}

.twa-speech-balloon {
    background-image: url("https:twemoji.maxcdn.com/svg/1f4ac.svg");
}

.twa-thought-balloon {
    background-image: url("https:twemoji.maxcdn.com/svg/1f4ad.svg");
}

.twa-sunny {
    background-image: url("https:twemoji.maxcdn.com/svg/2600.svg");
}

.twa-umbrella {
    background-image: url("https:twemoji.maxcdn.com/svg/2614.svg");
}

.twa-cloud {
    background-image: url("https:twemoji.maxcdn.com/svg/2601.svg");
}

.twa-snowflake {
    background-image: url("https:twemoji.maxcdn.com/svg/2744.svg");
}

.twa-snowman {
    background-image: url("https:twemoji.maxcdn.com/svg/26c4.svg");
}

.twa-zap {
    background-image: url("https:twemoji.maxcdn.com/svg/26a1.svg");
}

.twa-cyclone {
    background-image: url("https:twemoji.maxcdn.com/svg/1f300.svg");
}

.twa-foggy {
    background-image: url("https:twemoji.maxcdn.com/svg/1f301.svg");
}

.twa-ocean {
    background-image: url("https:twemoji.maxcdn.com/svg/1f30a.svg");
}

.twa-cat {
    background-image: url("https:twemoji.maxcdn.com/svg/1f431.svg");
}

.twa-dog {
    background-image: url("https:twemoji.maxcdn.com/svg/1f436.svg");
}

.twa-mouse {
    background-image: url("https:twemoji.maxcdn.com/svg/1f42d.svg");
}

.twa-hamster {
    background-image: url("https:twemoji.maxcdn.com/svg/1f439.svg");
}

.twa-rabbit {
    background-image: url("https:twemoji.maxcdn.com/svg/1f430.svg");
}

.twa-wolf {
    background-image: url("https:twemoji.maxcdn.com/svg/1f43a.svg");
}

.twa-frog {
    background-image: url("https:twemoji.maxcdn.com/svg/1f438.svg");
}

.twa-tiger {
    background-image: url("https:twemoji.maxcdn.com/svg/1f42f.svg");
}

.twa-koala {
    background-image: url("https:twemoji.maxcdn.com/svg/1f428.svg");
}

.twa-bear {
    background-image: url("https:twemoji.maxcdn.com/svg/1f43b.svg");
}

.twa-pig {
    background-image: url("https:twemoji.maxcdn.com/svg/1f437.svg");
}

.twa-pig-nose {
    background-image: url("https:twemoji.maxcdn.com/svg/1f43d.svg");
}

.twa-cow {
    background-image: url("https:twemoji.maxcdn.com/svg/1f42e.svg");
}

.twa-boar {
    background-image: url("https:twemoji.maxcdn.com/svg/1f417.svg");
}

.twa-monkey-face {
    background-image: url("https:twemoji.maxcdn.com/svg/1f435.svg");
}

.twa-monkey {
    background-image: url("https:twemoji.maxcdn.com/svg/1f412.svg");
}

.twa-horse {
    background-image: url("https:twemoji.maxcdn.com/svg/1f434.svg");
}

.twa-racehorse {
    background-image: url("https:twemoji.maxcdn.com/svg/1f40e.svg");
}

.twa-camel {
    background-image: url("https:twemoji.maxcdn.com/svg/1f42b.svg");
}

.twa-sheep {
    background-image: url("https:twemoji.maxcdn.com/svg/1f411.svg");
}

.twa-elephant {
    background-image: url("https:twemoji.maxcdn.com/svg/1f418.svg");
}

.twa-panda-face {
    background-image: url("https:twemoji.maxcdn.com/svg/1f43c.svg");
}

.twa-snake {
    background-image: url("https:twemoji.maxcdn.com/svg/1f40d.svg");
}

.twa-bird {
    background-image: url("https:twemoji.maxcdn.com/svg/1f426.svg");
}

.twa-baby-chick {
    background-image: url("https:twemoji.maxcdn.com/svg/1f424.svg");
}

.twa-hatched-chick {
    background-image: url("https:twemoji.maxcdn.com/svg/1f425.svg");
}

.twa-hatching-chick {
    background-image: url("https:twemoji.maxcdn.com/svg/1f423.svg");
}

.twa-chicken {
    background-image: url("https:twemoji.maxcdn.com/svg/1f414.svg");
}

.twa-penguin {
    background-image: url("https:twemoji.maxcdn.com/svg/1f427.svg");
}

.twa-turtle {
    background-image: url("https:twemoji.maxcdn.com/svg/1f422.svg");
}

.twa-bug {
    background-image: url("https:twemoji.maxcdn.com/svg/1f41b.svg");
}

.twa-honeybee {
    background-image: url("https:twemoji.maxcdn.com/svg/1f41d.svg");
}

.twa-ant {
    background-image: url("https:twemoji.maxcdn.com/svg/1f41c.svg");
}

.twa-beetle {
    background-image: url("https:twemoji.maxcdn.com/svg/1f41e.svg");
}

.twa-snail {
    background-image: url("https:twemoji.maxcdn.com/svg/1f40c.svg");
}

.twa-octopus {
    background-image: url("https:twemoji.maxcdn.com/svg/1f419.svg");
}

.twa-tropical-fish {
    background-image: url("https:twemoji.maxcdn.com/svg/1f420.svg");
}

.twa-fish {
    background-image: url("https:twemoji.maxcdn.com/svg/1f41f.svg");
}

.twa-whale {
    background-image: url("https:twemoji.maxcdn.com/svg/1f433.svg");
}

.twa-whale2 {
    background-image: url("https:twemoji.maxcdn.com/svg/1f40b.svg");
}

.twa-dolphin {
    background-image: url("https:twemoji.maxcdn.com/svg/1f42c.svg");
}

.twa-cow2 {
    background-image: url("https:twemoji.maxcdn.com/svg/1f404.svg");
}

.twa-ram {
    background-image: url("https:twemoji.maxcdn.com/svg/1f40f.svg");
}

.twa-rat {
    background-image: url("https:twemoji.maxcdn.com/svg/1f400.svg");
}

.twa-water-buffalo {
    background-image: url("https:twemoji.maxcdn.com/svg/1f403.svg");
}

.twa-tiger2 {
    background-image: url("https:twemoji.maxcdn.com/svg/1f405.svg");
}

.twa-rabbit2 {
    background-image: url("https:twemoji.maxcdn.com/svg/1f407.svg");
}

.twa-dragon {
    background-image: url("https:twemoji.maxcdn.com/svg/1f409.svg");
}

.twa-goat {
    background-image: url("https:twemoji.maxcdn.com/svg/1f410.svg");
}

.twa-rooster {
    background-image: url("https:twemoji.maxcdn.com/svg/1f413.svg");
}

.twa-dog2 {
    background-image: url("https:twemoji.maxcdn.com/svg/1f415.svg");
}

.twa-pig2 {
    background-image: url("https:twemoji.maxcdn.com/svg/1f416.svg");
}

.twa-mouse2 {
    background-image: url("https:twemoji.maxcdn.com/svg/1f401.svg");
}

.twa-ox {
    background-image: url("https:twemoji.maxcdn.com/svg/1f402.svg");
}

.twa-dragon-face {
    background-image: url("https:twemoji.maxcdn.com/svg/1f432.svg");
}

.twa-blowfish {
    background-image: url("https:twemoji.maxcdn.com/svg/1f421.svg");
}

.twa-crocodile {
    background-image: url("https:twemoji.maxcdn.com/svg/1f40a.svg");
}

.twa-dromedary-camel {
    background-image: url("https:twemoji.maxcdn.com/svg/1f42a.svg");
}

.twa-leopard {
    background-image: url("https:twemoji.maxcdn.com/svg/1f406.svg");
}

.twa-cat2 {
    background-image: url("https:twemoji.maxcdn.com/svg/1f408.svg");
}

.twa-poodle {
    background-image: url("https:twemoji.maxcdn.com/svg/1f429.svg");
}

.twa-paw-prints {
    background-image: url("https:twemoji.maxcdn.com/svg/1f43e.svg");
}

.twa-bouquet {
    background-image: url("https:twemoji.maxcdn.com/svg/1f490.svg");
}

.twa-cherry-blossom {
    background-image: url("https:twemoji.maxcdn.com/svg/1f338.svg");
}

.twa-tulip {
    background-image: url("https:twemoji.maxcdn.com/svg/1f337.svg");
}

.twa-four-leaf-clover {
    background-image: url("https:twemoji.maxcdn.com/svg/1f340.svg");
}

.twa-rose {
    background-image: url("https:twemoji.maxcdn.com/svg/1f339.svg");
}

.twa-sunflower {
    background-image: url("https:twemoji.maxcdn.com/svg/1f33b.svg");
}

.twa-hibiscus {
    background-image: url("https:twemoji.maxcdn.com/svg/1f33a.svg");
}

.twa-maple-leaf {
    background-image: url("https:twemoji.maxcdn.com/svg/1f341.svg");
}

.twa-leaves {
    background-image: url("https:twemoji.maxcdn.com/svg/1f343.svg");
}

.twa-fallen-leaf {
    background-image: url("https:twemoji.maxcdn.com/svg/1f342.svg");
}

.twa-herb {
    background-image: url("https:twemoji.maxcdn.com/svg/1f33f.svg");
}

.twa-mushroom {
    background-image: url("https:twemoji.maxcdn.com/svg/1f344.svg");
}

.twa-cactus {
    background-image: url("https:twemoji.maxcdn.com/svg/1f335.svg");
}

.twa-palm-tree {
    background-image: url("https:twemoji.maxcdn.com/svg/1f334.svg");
}

.twa-evergreen-tree {
    background-image: url("https:twemoji.maxcdn.com/svg/1f332.svg");
}

.twa-deciduous-tree {
    background-image: url("https:twemoji.maxcdn.com/svg/1f333.svg");
}

.twa-chestnut {
    background-image: url("https:twemoji.maxcdn.com/svg/1f330.svg");
}

.twa-seedling {
    background-image: url("https:twemoji.maxcdn.com/svg/1f331.svg");
}

.twa-blossom {
    background-image: url("https:twemoji.maxcdn.com/svg/1f33c.svg");
}

.twa-ear-of-rice {
    background-image: url("https:twemoji.maxcdn.com/svg/1f33e.svg");
}

.twa-shell {
    background-image: url("https:twemoji.maxcdn.com/svg/1f41a.svg");
}

.twa-globe-with-meridians {
    background-image: url("https:twemoji.maxcdn.com/svg/1f310.svg");
}

.twa-sun-with-face {
    background-image: url("https:twemoji.maxcdn.com/svg/1f31e.svg");
}

.twa-full-moon-with-face {
    background-image: url("https:twemoji.maxcdn.com/svg/1f31d.svg");
}

.twa-new-moon-with-face {
    background-image: url("https:twemoji.maxcdn.com/svg/1f31a.svg");
}

.twa-new-moon {
    background-image: url("https:twemoji.maxcdn.com/svg/1f311.svg");
}

.twa-waxing-crescent-moon {
    background-image: url("https:twemoji.maxcdn.com/svg/1f312.svg");
}

.twa-first-quarter-moon {
    background-image: url("https:twemoji.maxcdn.com/svg/1f313.svg");
}

.twa-waxing-gibbous-moon {
    background-image: url("https:twemoji.maxcdn.com/svg/1f314.svg");
}

.twa-full-moon {
    background-image: url("https:twemoji.maxcdn.com/svg/1f315.svg");
}

.twa-waning-gibbous-moon {
    background-image: url("https:twemoji.maxcdn.com/svg/1f316.svg");
}

.twa-last-quarter-moon {
    background-image: url("https:twemoji.maxcdn.com/svg/1f317.svg");
}

.twa-waning-crescent-moon {
    background-image: url("https:twemoji.maxcdn.com/svg/1f318.svg");
}

.twa-last-quarter-moon-with-face {
    background-image: url("https:twemoji.maxcdn.com/svg/1f31c.svg");
}

.twa-first-quarter-moon-with-face {
    background-image: url("https:twemoji.maxcdn.com/svg/1f31b.svg");
}

.twa-moon {
    background-image: url("https:twemoji.maxcdn.com/svg/1f319.svg");
}

.twa-earth-africa {
    background-image: url("https:twemoji.maxcdn.com/svg/1f30d.svg");
}

.twa-earth-americas {
    background-image: url("https:twemoji.maxcdn.com/svg/1f30e.svg");
}

.twa-earth-asia {
    background-image: url("https:twemoji.maxcdn.com/svg/1f30f.svg");
}

.twa-volcano {
    background-image: url("https:twemoji.maxcdn.com/svg/1f30b.svg");
}

.twa-milky-way {
    background-image: url("https:twemoji.maxcdn.com/svg/1f30c.svg");
}

.twa-partly-sunny {
    background-image: url("https:twemoji.maxcdn.com/svg/26c5.svg");
}

.twa-bamboo {
    background-image: url("https:twemoji.maxcdn.com/svg/1f38d.svg");
}

.twa-gift-heart {
    background-image: url("https:twemoji.maxcdn.com/svg/1f49d.svg");
}

.twa-dolls {
    background-image: url("https:twemoji.maxcdn.com/svg/1f38e.svg");
}

.twa-school-satchel {
    background-image: url("https:twemoji.maxcdn.com/svg/1f392.svg");
}

.twa-mortar-board {
    background-image: url("https:twemoji.maxcdn.com/svg/1f393.svg");
}

.twa-flags {
    background-image: url("https:twemoji.maxcdn.com/svg/1f38f.svg");
}

.twa-fireworks {
    background-image: url("https:twemoji.maxcdn.com/svg/1f386.svg");
}

.twa-sparkler {
    background-image: url("https:twemoji.maxcdn.com/svg/1f387.svg");
}

.twa-wind-chime {
    background-image: url("https:twemoji.maxcdn.com/svg/1f390.svg");
}

.twa-rice-scene {
    background-image: url("https:twemoji.maxcdn.com/svg/1f391.svg");
}

.twa-jack-o-lantern {
    background-image: url("https:twemoji.maxcdn.com/svg/1f383.svg");
}

.twa-ghost {
    background-image: url("https:twemoji.maxcdn.com/svg/1f47b.svg");
}

.twa-santa {
    background-image: url("https:twemoji.maxcdn.com/svg/1f385.svg");
}

.twa-8ball {
    background-image: url("https:twemoji.maxcdn.com/svg/1f3b1.svg");
}

.twa-alarm-clock {
    background-image: url("https:twemoji.maxcdn.com/svg/23f0.svg");
}

.twa-apple {
    background-image: url("https:twemoji.maxcdn.com/svg/1f34e.svg");
}

.twa-art {
    background-image: url("https:twemoji.maxcdn.com/svg/1f3a8.svg");
}

.twa-baby-bottle {
    background-image: url("https:twemoji.maxcdn.com/svg/1f37c.svg");
}

.twa-balloon {
    background-image: url("https:twemoji.maxcdn.com/svg/1f388.svg");
}

.twa-banana {
    background-image: url("https:twemoji.maxcdn.com/svg/1f34c.svg");
}

.twa-bar-chart {
    background-image: url("https:twemoji.maxcdn.com/svg/1f4ca.svg");
}

.twa-baseball {
    background-image: url("https:twemoji.maxcdn.com/svg/26be.svg");
}

.twa-basketball {
    background-image: url("https:twemoji.maxcdn.com/svg/1f3c0.svg");
}

.twa-bath {
    background-image: url("https:twemoji.maxcdn.com/svg/1f6c0.svg");
}

.twa-bathtub {
    background-image: url("https:twemoji.maxcdn.com/svg/1f6c1.svg");
}

.twa-battery {
    background-image: url("https:twemoji.maxcdn.com/svg/1f50b.svg");
}

.twa-beer {
    background-image: url("https:twemoji.maxcdn.com/svg/1f37a.svg");
}

.twa-beers {
    background-image: url("https:twemoji.maxcdn.com/svg/1f37b.svg");
}

.twa-bell {
    background-image: url("https:twemoji.maxcdn.com/svg/1f514.svg");
}

.twa-bento {
    background-image: url("https:twemoji.maxcdn.com/svg/1f371.svg");
}

.twa-bicyclist {
    background-image: url("https:twemoji.maxcdn.com/svg/1f6b4.svg");
}

.twa-bikini {
    background-image: url("https:twemoji.maxcdn.com/svg/1f459.svg");
}

.twa-birthday {
    background-image: url("https:twemoji.maxcdn.com/svg/1f382.svg");
}

.twa-black-joker {
    background-image: url("https:twemoji.maxcdn.com/svg/1f0cf.svg");
}

.twa-black-nib {
    background-image: url("https:twemoji.maxcdn.com/svg/2712.svg");
}

.twa-blue-book {
    background-image: url("https:twemoji.maxcdn.com/svg/1f4d8.svg");
}

.twa-bomb {
    background-image: url("https:twemoji.maxcdn.com/svg/1f4a3.svg");
}

.twa-bookmark {
    background-image: url("https:twemoji.maxcdn.com/svg/1f516.svg");
}

.twa-bookmark-tabs {
    background-image: url("https:twemoji.maxcdn.com/svg/1f4d1.svg");
}

.twa-books {
    background-image: url("https:twemoji.maxcdn.com/svg/1f4da.svg");
}

.twa-boot {
    background-image: url("https:twemoji.maxcdn.com/svg/1f462.svg");
}

.twa-bowling {
    background-image: url("https:twemoji.maxcdn.com/svg/1f3b3.svg");
}

.twa-bread {
    background-image: url("https:twemoji.maxcdn.com/svg/1f35e.svg");
}

.twa-briefcase {
    background-image: url("https:twemoji.maxcdn.com/svg/1f4bc.svg");
}

.twa-bulb {
    background-image: url("https:twemoji.maxcdn.com/svg/1f4a1.svg");
}

.twa-cake {
    background-image: url("https:twemoji.maxcdn.com/svg/1f370.svg");
}

.twa-calendar {
    background-image: url("https:twemoji.maxcdn.com/svg/1f4c6.svg");
}

.twa-calling {
    background-image: url("https:twemoji.maxcdn.com/svg/1f4f2.svg");
}

.twa-camera {
    background-image: url("https:twemoji.maxcdn.com/svg/1f4f7.svg");
}

.twa-candy {
    background-image: url("https:twemoji.maxcdn.com/svg/1f36c.svg");
}

.twa-card-index {
    background-image: url("https:twemoji.maxcdn.com/svg/1f4c7.svg");
}

.twa-cd {
    background-image: url("https:twemoji.maxcdn.com/svg/1f4bf.svg");
}

.twa-chart-with-downwards-trend {
    background-image: url("https:twemoji.maxcdn.com/svg/1f4c9.svg");
}

.twa-chart-with-upwards-trend {
    background-image: url("https:twemoji.maxcdn.com/svg/1f4c8.svg");
}

.twa-cherries {
    background-image: url("https:twemoji.maxcdn.com/svg/1f352.svg");
}

.twa-chocolate-bar {
    background-image: url("https:twemoji.maxcdn.com/svg/1f36b.svg");
}

.twa-christmas-tree {
    background-image: url("https:twemoji.maxcdn.com/svg/1f384.svg");
}

.twa-clapper {
    background-image: url("https:twemoji.maxcdn.com/svg/1f3ac.svg");
}

.twa-clipboard {
    background-image: url("https:twemoji.maxcdn.com/svg/1f4cb.svg");
}

.twa-closed-book {
    background-image: url("https:twemoji.maxcdn.com/svg/1f4d5.svg");
}

.twa-closed-lock-with-key {
    background-image: url("https:twemoji.maxcdn.com/svg/1f510.svg");
}

.twa-closed-umbrella {
    background-image: url("https:twemoji.maxcdn.com/svg/1f302.svg");
}

.twa-clubs {
    background-image: url("https:twemoji.maxcdn.com/svg/2663.svg");
}

.twa-cocktail {
    background-image: url("https:twemoji.maxcdn.com/svg/1f378.svg");
}

.twa-coffee {
    background-image: url("https:twemoji.maxcdn.com/svg/2615.svg");
}

.twa-computer {
    background-image: url("https:twemoji.maxcdn.com/svg/1f4bb.svg");
}

.twa-confetti-ball {
    background-image: url("https:twemoji.maxcdn.com/svg/1f38a.svg");
}

.twa-cookie {
    background-image: url("https:twemoji.maxcdn.com/svg/1f36a.svg");
}

.twa-corn {
    background-image: url("https:twemoji.maxcdn.com/svg/1f33d.svg");
}

.twa-credit-card {
    background-image: url("https:twemoji.maxcdn.com/svg/1f4b3.svg");
}

.twa-crown {
    background-image: url("https:twemoji.maxcdn.com/svg/1f451.svg");
}

.twa-crystal-ball {
    background-image: url("https:twemoji.maxcdn.com/svg/1f52e.svg");
}

.twa-curry {
    background-image: url("https:twemoji.maxcdn.com/svg/1f35b.svg");
}

.twa-custard {
    background-image: url("https:twemoji.maxcdn.com/svg/1f36e.svg");
}

.twa-dango {
    background-image: url("https:twemoji.maxcdn.com/svg/1f361.svg");
}

.twa-dart {
    background-image: url("https:twemoji.maxcdn.com/svg/1f3af.svg");
}

.twa-date {
    background-image: url("https:twemoji.maxcdn.com/svg/1f4c5.svg");
}

.twa-diamonds {
    background-image: url("https:twemoji.maxcdn.com/svg/2666.svg");
}

.twa-dollar {
    background-image: url("https:twemoji.maxcdn.com/svg/1f4b5.svg");
}

.twa-door {
    background-image: url("https:twemoji.maxcdn.com/svg/1f6aa.svg");
}

.twa-doughnut {
    background-image: url("https:twemoji.maxcdn.com/svg/1f369.svg");
}

.twa-dress {
    background-image: url("https:twemoji.maxcdn.com/svg/1f457.svg");
}

.twa-dvd {
    background-image: url("https:twemoji.maxcdn.com/svg/1f4c0.svg");
}

.twa-e-mail {
    background-image: url("https:twemoji.maxcdn.com/svg/1f4e7.svg");
}

.twa-egg {
    background-image: url("https:twemoji.maxcdn.com/svg/1f373.svg");
}

.twa-eggplant {
    background-image: url("https:twemoji.maxcdn.com/svg/1f346.svg");
}

.twa-electric-plug {
    background-image: url("https:twemoji.maxcdn.com/svg/1f50c.svg");
}

.twa-email {
    background-image: url("https:twemoji.maxcdn.com/svg/2709.svg");
}

.twa-euro {
    background-image: url("https:twemoji.maxcdn.com/svg/1f4b6.svg");
}

.twa-eyeglasses {
    background-image: url("https:twemoji.maxcdn.com/svg/1f453.svg");
}

.twa-fax {
    background-image: url("https:twemoji.maxcdn.com/svg/1f4e0.svg");
}

.twa-file-folder {
    background-image: url("https:twemoji.maxcdn.com/svg/1f4c1.svg");
}

.twa-fish-cake {
    background-image: url("https:twemoji.maxcdn.com/svg/1f365.svg");
}

.twa-fishing-pole-and-fish {
    background-image: url("https:twemoji.maxcdn.com/svg/1f3a3.svg");
}

.twa-flashlight {
    background-image: url("https:twemoji.maxcdn.com/svg/1f526.svg");
}

.twa-floppy-disk {
    background-image: url("https:twemoji.maxcdn.com/svg/1f4be.svg");
}

.twa-flower-playing-cards {
    background-image: url("https:twemoji.maxcdn.com/svg/1f3b4.svg");
}

.twa-football {
    background-image: url("https:twemoji.maxcdn.com/svg/1f3c8.svg");
}

.twa-fork-and-knife {
    background-image: url("https:twemoji.maxcdn.com/svg/1f374.svg");
}

.twa-fried-shrimp {
    background-image: url("https:twemoji.maxcdn.com/svg/1f364.svg");
}

.twa-fries {
    background-image: url("https:twemoji.maxcdn.com/svg/1f35f.svg");
}

.twa-game-die {
    background-image: url("https:twemoji.maxcdn.com/svg/1f3b2.svg");
}

.twa-gem {
    background-image: url("https:twemoji.maxcdn.com/svg/1f48e.svg");
}

.twa-gift {
    background-image: url("https:twemoji.maxcdn.com/svg/1f381.svg");
}

.twa-golf {
    background-image: url("https:twemoji.maxcdn.com/svg/26f3.svg");
}

.twa-grapes {
    background-image: url("https:twemoji.maxcdn.com/svg/1f347.svg");
}

.twa-green-apple {
    background-image: url("https:twemoji.maxcdn.com/svg/1f34f.svg");
}

.twa-green-book {
    background-image: url("https:twemoji.maxcdn.com/svg/1f4d7.svg");
}

.twa-guitar {
    background-image: url("https:twemoji.maxcdn.com/svg/1f3b8.svg");
}

.twa-gun {
    background-image: url("https:twemoji.maxcdn.com/svg/1f52b.svg");
}

.twa-hamburger {
    background-image: url("https:twemoji.maxcdn.com/svg/1f354.svg");
}

.twa-hammer {
    background-image: url("https:twemoji.maxcdn.com/svg/1f528.svg");
}

.twa-handbag {
    background-image: url("https:twemoji.maxcdn.com/svg/1f45c.svg");
}

.twa-headphones {
    background-image: url("https:twemoji.maxcdn.com/svg/1f3a7.svg");
}

.twa-hearts {
    background-image: url("https:twemoji.maxcdn.com/svg/2665.svg");
}

.twa-high-brightness {
    background-image: url("https:twemoji.maxcdn.com/svg/1f506.svg");
}

.twa-high-heel {
    background-image: url("https:twemoji.maxcdn.com/svg/1f460.svg");
}

.twa-hocho {
    background-image: url("https:twemoji.maxcdn.com/svg/1f52a.svg");
}

.twa-honey-pot {
    background-image: url("https:twemoji.maxcdn.com/svg/1f36f.svg");
}

.twa-horse-racing {
    background-image: url("https:twemoji.maxcdn.com/svg/1f3c7.svg");
}

.twa-hourglass {
    background-image: url("https:twemoji.maxcdn.com/svg/231b.svg");
}

.twa-hourglass-flowing-sand {
    background-image: url("https:twemoji.maxcdn.com/svg/23f3.svg");
}

.twa-ice-cream {
    background-image: url("https:twemoji.maxcdn.com/svg/1f368.svg");
}

.twa-icecream {
    background-image: url("https:twemoji.maxcdn.com/svg/1f366.svg");
}

.twa-inbox-tray {
    background-image: url("https:twemoji.maxcdn.com/svg/1f4e5.svg");
}

.twa-incoming-envelope {
    background-image: url("https:twemoji.maxcdn.com/svg/1f4e8.svg");
}

.twa-iphone {
    background-image: url("https:twemoji.maxcdn.com/svg/1f4f1.svg");
}

.twa-jeans {
    background-image: url("https:twemoji.maxcdn.com/svg/1f456.svg");
}

.twa-key {
    background-image: url("https:twemoji.maxcdn.com/svg/1f511.svg");
}

.twa-kimono {
    background-image: url("https:twemoji.maxcdn.com/svg/1f458.svg");
}

.twa-ledger {
    background-image: url("https:twemoji.maxcdn.com/svg/1f4d2.svg");
}

.twa-lemon {
    background-image: url("https:twemoji.maxcdn.com/svg/1f34b.svg");
}

.twa-lipstick {
    background-image: url("https:twemoji.maxcdn.com/svg/1f484.svg");
}

.twa-lock {
    background-image: url("https:twemoji.maxcdn.com/svg/1f512.svg");
}

.twa-lock-with-ink-pen {
    background-image: url("https:twemoji.maxcdn.com/svg/1f50f.svg");
}

.twa-lollipop {
    background-image: url("https:twemoji.maxcdn.com/svg/1f36d.svg");
}

.twa-loop {
    background-image: url("https:twemoji.maxcdn.com/svg/27bf.svg");
}

.twa-loudspeaker {
    background-image: url("https:twemoji.maxcdn.com/svg/1f4e2.svg");
}

.twa-low-brightness {
    background-image: url("https:twemoji.maxcdn.com/svg/1f505.svg");
}

.twa-mag {
    background-image: url("https:twemoji.maxcdn.com/svg/1f50d.svg");
}

.twa-mag-right {
    background-image: url("https:twemoji.maxcdn.com/svg/1f50e.svg");
}

.twa-mahjong {
    background-image: url("https:twemoji.maxcdn.com/svg/1f004.svg");
}

.twa-mailbox {
    background-image: url("https:twemoji.maxcdn.com/svg/1f4eb.svg");
}

.twa-mailbox-closed {
    background-image: url("https:twemoji.maxcdn.com/svg/1f4ea.svg");
}

.twa-mailbox-with-mail {
    background-image: url("https:twemoji.maxcdn.com/svg/1f4ec.svg");
}

.twa-mailbox-with-no-mail {
    background-image: url("https:twemoji.maxcdn.com/svg/1f4ed.svg");
}

.twa-mans-shoe {
    background-image: url("https:twemoji.maxcdn.com/svg/1f45e.svg");
}

.twa-meat-on-bone {
    background-image: url("https:twemoji.maxcdn.com/svg/1f356.svg");
}

.twa-mega {
    background-image: url("https:twemoji.maxcdn.com/svg/1f4e3.svg");
}

.twa-melon {
    background-image: url("https:twemoji.maxcdn.com/svg/1f348.svg");
}

.twa-memo {
    background-image: url("https:twemoji.maxcdn.com/svg/1f4dd.svg");
}

.twa-microphone {
    background-image: url("https:twemoji.maxcdn.com/svg/1f3a4.svg");
}

.twa-microscope {
    background-image: url("https:twemoji.maxcdn.com/svg/1f52c.svg");
}

.twa-minidisc {
    background-image: url("https:twemoji.maxcdn.com/svg/1f4bd.svg");
}

.twa-money-with-wings {
    background-image: url("https:twemoji.maxcdn.com/svg/1f4b8.svg");
}

.twa-moneybag {
    background-image: url("https:twemoji.maxcdn.com/svg/1f4b0.svg");
}

.twa-mountain-bicyclist {
    background-image: url("https:twemoji.maxcdn.com/svg/1f6b5.svg");
}

.twa-movie-camera {
    background-image: url("https:twemoji.maxcdn.com/svg/1f3a5.svg");
}

.twa-musical-keyboard {
    background-image: url("https:twemoji.maxcdn.com/svg/1f3b9.svg");
}

.twa-musical-score {
    background-image: url("https:twemoji.maxcdn.com/svg/1f3bc.svg");
}

.twa-mute {
    background-image: url("https:twemoji.maxcdn.com/svg/1f507.svg");
}

.twa-name-badge {
    background-image: url("https:twemoji.maxcdn.com/svg/1f4db.svg");
}

.twa-necktie {
    background-image: url("https:twemoji.maxcdn.com/svg/1f454.svg");
}

.twa-newspaper {
    background-image: url("https:twemoji.maxcdn.com/svg/1f4f0.svg");
}

.twa-no-bell {
    background-image: url("https:twemoji.maxcdn.com/svg/1f515.svg");
}

.twa-notebook {
    background-image: url("https:twemoji.maxcdn.com/svg/1f4d3.svg");
}

.twa-notebook-with-decorative-cover {
    background-image: url("https:twemoji.maxcdn.com/svg/1f4d4.svg");
}

.twa-nut-and-bolt {
    background-image: url("https:twemoji.maxcdn.com/svg/1f529.svg");
}

.twa-oden {
    background-image: url("https:twemoji.maxcdn.com/svg/1f362.svg");
}

.twa-open-file-folder {
    background-image: url("https:twemoji.maxcdn.com/svg/1f4c2.svg");
}

.twa-orange-book {
    background-image: url("https:twemoji.maxcdn.com/svg/1f4d9.svg");
}

.twa-outbox-tray {
    background-image: url("https:twemoji.maxcdn.com/svg/1f4e4.svg");
}

.twa-page-facing-up {
    background-image: url("https:twemoji.maxcdn.com/svg/1f4c4.svg");
}

.twa-page-with-curl {
    background-image: url("https:twemoji.maxcdn.com/svg/1f4c3.svg");
}

.twa-pager {
    background-image: url("https:twemoji.maxcdn.com/svg/1f4df.svg");
}

.twa-paperclip {
    background-image: url("https:twemoji.maxcdn.com/svg/1f4ce.svg");
}

.twa-peach {
    background-image: url("https:twemoji.maxcdn.com/svg/1f351.svg");
}

.twa-pear {
    background-image: url("https:twemoji.maxcdn.com/svg/1f350.svg");
}

.twa-pencil2 {
    background-image: url("https:twemoji.maxcdn.com/svg/270f.svg");
}

.twa-phone {
    background-image: url("https:twemoji.maxcdn.com/svg/260e.svg");
}

.twa-pill {
    background-image: url("https:twemoji.maxcdn.com/svg/1f48a.svg");
}

.twa-pineapple {
    background-image: url("https:twemoji.maxcdn.com/svg/1f34d.svg");
}

.twa-pizza {
    background-image: url("https:twemoji.maxcdn.com/svg/1f355.svg");
}

.twa-postal-horn {
    background-image: url("https:twemoji.maxcdn.com/svg/1f4ef.svg");
}

.twa-postbox {
    background-image: url("https:twemoji.maxcdn.com/svg/1f4ee.svg");
}

.twa-pouch {
    background-image: url("https:twemoji.maxcdn.com/svg/1f45d.svg");
}

.twa-poultry-leg {
    background-image: url("https:twemoji.maxcdn.com/svg/1f357.svg");
}

.twa-pound {
    background-image: url("https:twemoji.maxcdn.com/svg/1f4b7.svg");
}

.twa-purse {
    background-image: url("https:twemoji.maxcdn.com/svg/1f45b.svg");
}

.twa-pushpin {
    background-image: url("https:twemoji.maxcdn.com/svg/1f4cc.svg");
}

.twa-radio {
    background-image: url("https:twemoji.maxcdn.com/svg/1f4fb.svg");
}

.twa-ramen {
    background-image: url("https:twemoji.maxcdn.com/svg/1f35c.svg");
}

.twa-ribbon {
    background-image: url("https:twemoji.maxcdn.com/svg/1f380.svg");
}

.twa-rice {
    background-image: url("https:twemoji.maxcdn.com/svg/1f35a.svg");
}

.twa-rice-ball {
    background-image: url("https:twemoji.maxcdn.com/svg/1f359.svg");
}

.twa-rice-cracker {
    background-image: url("https:twemoji.maxcdn.com/svg/1f358.svg");
}

.twa-ring {
    background-image: url("https:twemoji.maxcdn.com/svg/1f48d.svg");
}

.twa-rugby-football {
    background-image: url("https:twemoji.maxcdn.com/svg/1f3c9.svg");
}

.twa-running-shirt-with-sash {
    background-image: url("https:twemoji.maxcdn.com/svg/1f3bd.svg");
}

.twa-sake {
    background-image: url("https:twemoji.maxcdn.com/svg/1f376.svg");
}

.twa-sandal {
    background-image: url("https:twemoji.maxcdn.com/svg/1f461.svg");
}

.twa-satellite {
    background-image: url("https:twemoji.maxcdn.com/svg/1f4e1.svg");
}

.twa-saxophone {
    background-image: url("https:twemoji.maxcdn.com/svg/1f3b7.svg");
}

.twa-scissors {
    background-image: url("https:twemoji.maxcdn.com/svg/2702.svg");
}

.twa-scroll {
    background-image: url("https:twemoji.maxcdn.com/svg/1f4dc.svg");
}

.twa-seat {
    background-image: url("https:twemoji.maxcdn.com/svg/1f4ba.svg");
}

.twa-shaved-ice {
    background-image: url("https:twemoji.maxcdn.com/svg/1f367.svg");
}

.twa-shirt {
    background-image: url("https:twemoji.maxcdn.com/svg/1f455.svg");
}

.twa-shower {
    background-image: url("https:twemoji.maxcdn.com/svg/1f6bf.svg");
}

.twa-ski {
    background-image: url("https:twemoji.maxcdn.com/svg/1f3bf.svg");
}

.twa-smoking {
    background-image: url("https:twemoji.maxcdn.com/svg/1f6ac.svg");
}

.twa-snowboarder {
    background-image: url("https:twemoji.maxcdn.com/svg/1f3c2.svg");
}

.twa-soccer {
    background-image: url("https:twemoji.maxcdn.com/svg/26bd.svg");
}

.twa-sound {
    background-image: url("https:twemoji.maxcdn.com/svg/1f509.svg");
}

.twa-space-invader {
    background-image: url("https:twemoji.maxcdn.com/svg/1f47e.svg");
}

.twa-spades {
    background-image: url("https:twemoji.maxcdn.com/svg/2660.svg");
}

.twa-spaghetti {
    background-image: url("https:twemoji.maxcdn.com/svg/1f35d.svg");
}

.twa-speaker {
    background-image: url("https:twemoji.maxcdn.com/svg/1f50a.svg");
}

.twa-stew {
    background-image: url("https:twemoji.maxcdn.com/svg/1f372.svg");
}

.twa-straight-ruler {
    background-image: url("https:twemoji.maxcdn.com/svg/1f4cf.svg");
}

.twa-strawberry {
    background-image: url("https:twemoji.maxcdn.com/svg/1f353.svg");
}

.twa-surfer {
    background-image: url("https:twemoji.maxcdn.com/svg/1f3c4.svg");
}

.twa-sushi {
    background-image: url("https:twemoji.maxcdn.com/svg/1f363.svg");
}

.twa-sweet-potato {
    background-image: url("https:twemoji.maxcdn.com/svg/1f360.svg");
}

.twa-swimmer {
    background-image: url("https:twemoji.maxcdn.com/svg/1f3ca.svg");
}

.twa-syringe {
    background-image: url("https:twemoji.maxcdn.com/svg/1f489.svg");
}

.twa-tada {
    background-image: url("https:twemoji.maxcdn.com/svg/1f389.svg");
}

.twa-tanabata-tree {
    background-image: url("https:twemoji.maxcdn.com/svg/1f38b.svg");
}

.twa-tangerine {
    background-image: url("https:twemoji.maxcdn.com/svg/1f34a.svg");
}

.twa-tea {
    background-image: url("https:twemoji.maxcdn.com/svg/1f375.svg");
}

.twa-telephone-receiver {
    background-image: url("https:twemoji.maxcdn.com/svg/1f4de.svg");
}

.twa-telescope {
    background-image: url("https:twemoji.maxcdn.com/svg/1f52d.svg");
}

.twa-tennis {
    background-image: url("https:twemoji.maxcdn.com/svg/1f3be.svg");
}

.twa-toilet {
    background-image: url("https:twemoji.maxcdn.com/svg/1f6bd.svg");
}

.twa-tomato {
    background-image: url("https:twemoji.maxcdn.com/svg/1f345.svg");
}

.twa-tophat {
    background-image: url("https:twemoji.maxcdn.com/svg/1f3a9.svg");
}

.twa-triangular-ruler {
    background-image: url("https:twemoji.maxcdn.com/svg/1f4d0.svg");
}

.twa-trophy {
    background-image: url("https:twemoji.maxcdn.com/svg/1f3c6.svg");
}

.twa-tropical-drink {
    background-image: url("https:twemoji.maxcdn.com/svg/1f379.svg");
}

.twa-trumpet {
    background-image: url("https:twemoji.maxcdn.com/svg/1f3ba.svg");
}

.twa-tv {
    background-image: url("https:twemoji.maxcdn.com/svg/1f4fa.svg");
}

.twa-unlock {
    background-image: url("https:twemoji.maxcdn.com/svg/1f513.svg");
}

.twa-vhs {
    background-image: url("https:twemoji.maxcdn.com/svg/1f4fc.svg");
}

.twa-video-camera {
    background-image: url("https:twemoji.maxcdn.com/svg/1f4f9.svg");
}

.twa-video-game {
    background-image: url("https:twemoji.maxcdn.com/svg/1f3ae.svg");
}

.twa-violin {
    background-image: url("https:twemoji.maxcdn.com/svg/1f3bb.svg");
}

.twa-watch {
    background-image: url("https:twemoji.maxcdn.com/svg/231a.svg");
}

.twa-watermelon {
    background-image: url("https:twemoji.maxcdn.com/svg/1f349.svg");
}

.twa-wine-glass {
    background-image: url("https:twemoji.maxcdn.com/svg/1f377.svg");
}

.twa-womans-clothes {
    background-image: url("https:twemoji.maxcdn.com/svg/1f45a.svg");
}

.twa-womans-hat {
    background-image: url("https:twemoji.maxcdn.com/svg/1f452.svg");
}

.twa-wrench {
    background-image: url("https:twemoji.maxcdn.com/svg/1f527.svg");
}

.twa-yen {
    background-image: url("https:twemoji.maxcdn.com/svg/1f4b4.svg");
}

.twa-aerial-tramway {
    background-image: url("https:twemoji.maxcdn.com/svg/1f6a1.svg");
}

.twa-airplane {
    background-image: url("https:twemoji.maxcdn.com/svg/2708.svg");
}

.twa-ambulance {
    background-image: url("https:twemoji.maxcdn.com/svg/1f691.svg");
}

.twa-anchor {
    background-image: url("https:twemoji.maxcdn.com/svg/2693.svg");
}

.twa-articulated-lorry {
    background-image: url("https:twemoji.maxcdn.com/svg/1f69b.svg");
}

.twa-atm {
    background-image: url("https:twemoji.maxcdn.com/svg/1f3e7.svg");
}

.twa-bank {
    background-image: url("https:twemoji.maxcdn.com/svg/1f3e6.svg");
}

.twa-barber {
    background-image: url("https:twemoji.maxcdn.com/svg/1f488.svg");
}

.twa-beginner {
    background-image: url("https:twemoji.maxcdn.com/svg/1f530.svg");
}

.twa-bike {
    background-image: url("https:twemoji.maxcdn.com/svg/1f6b2.svg");
}

.twa-blue-car {
    background-image: url("https:twemoji.maxcdn.com/svg/1f699.svg");
}

.twa-boat {
    background-image: url("https:twemoji.maxcdn.com/svg/26f5.svg");
}

.twa-bridge-at-night {
    background-image: url("https:twemoji.maxcdn.com/svg/1f309.svg");
}

.twa-bullettrain-front {
    background-image: url("https:twemoji.maxcdn.com/svg/1f685.svg");
}

.twa-bullettrain-side {
    background-image: url("https:twemoji.maxcdn.com/svg/1f684.svg");
}

.twa-bus {
    background-image: url("https:twemoji.maxcdn.com/svg/1f68c.svg");
}

.twa-busstop {
    background-image: url("https:twemoji.maxcdn.com/svg/1f68f.svg");
}

.twa-car {
    background-image: url("https:twemoji.maxcdn.com/svg/1f697.svg");
}

.twa-carousel-horse {
    background-image: url("https:twemoji.maxcdn.com/svg/1f3a0.svg");
}

.twa-checkered-flag {
    background-image: url("https:twemoji.maxcdn.com/svg/1f3c1.svg");
}

.twa-church {
    background-image: url("https:twemoji.maxcdn.com/svg/26ea.svg");
}

.twa-circus-tent {
    background-image: url("https:twemoji.maxcdn.com/svg/1f3aa.svg");
}

.twa-city-sunrise {
    background-image: url("https:twemoji.maxcdn.com/svg/1f307.svg");
}

.twa-city-sunset {
    background-image: url("https:twemoji.maxcdn.com/svg/1f306.svg");
}

.twa-construction {
    background-image: url("https:twemoji.maxcdn.com/svg/1f6a7.svg");
}

.twa-convenience-store {
    background-image: url("https:twemoji.maxcdn.com/svg/1f3ea.svg");
}

.twa-crossed-flags {
    background-image: url("https:twemoji.maxcdn.com/svg/1f38c.svg");
}

.twa-department-store {
    background-image: url("https:twemoji.maxcdn.com/svg/1f3ec.svg");
}

.twa-european-castle {
    background-image: url("https:twemoji.maxcdn.com/svg/1f3f0.svg");
}

.twa-european-post-office {
    background-image: url("https:twemoji.maxcdn.com/svg/1f3e4.svg");
}

.twa-factory {
    background-image: url("https:twemoji.maxcdn.com/svg/1f3ed.svg");
}

.twa-ferris-wheel {
    background-image: url("https:twemoji.maxcdn.com/svg/1f3a1.svg");
}

.twa-fire-engine {
    background-image: url("https:twemoji.maxcdn.com/svg/1f692.svg");
}

.twa-fountain {
    background-image: url("https:twemoji.maxcdn.com/svg/26f2.svg");
}

.twa-fuelpump {
    background-image: url("https:twemoji.maxcdn.com/svg/26fd.svg");
}

.twa-helicopter {
    background-image: url("https:twemoji.maxcdn.com/svg/1f681.svg");
}

.twa-hospital {
    background-image: url("https:twemoji.maxcdn.com/svg/1f3e5.svg");
}

.twa-hotel {
    background-image: url("https:twemoji.maxcdn.com/svg/1f3e8.svg");
}

.twa-hotsprings {
    background-image: url("https:twemoji.maxcdn.com/svg/2668.svg");
}

.twa-house {
    background-image: url("https:twemoji.maxcdn.com/svg/1f3e0.svg");
}

.twa-house-with-garden {
    background-image: url("https:twemoji.maxcdn.com/svg/1f3e1.svg");
}

.twa-japan {
    background-image: url("https:twemoji.maxcdn.com/svg/1f5fe.svg");
}

.twa-japanese-castle {
    background-image: url("https:twemoji.maxcdn.com/svg/1f3ef.svg");
}

.twa-light-rail {
    background-image: url("https:twemoji.maxcdn.com/svg/1f688.svg");
}

.twa-love-hotel {
    background-image: url("https:twemoji.maxcdn.com/svg/1f3e9.svg");
}

.twa-minibus {
    background-image: url("https:twemoji.maxcdn.com/svg/1f690.svg");
}

.twa-monorail {
    background-image: url("https:twemoji.maxcdn.com/svg/1f69d.svg");
}

.twa-mount-fuji {
    background-image: url("https:twemoji.maxcdn.com/svg/1f5fb.svg");
}

.twa-mountain-cableway {
    background-image: url("https:twemoji.maxcdn.com/svg/1f6a0.svg");
}

.twa-mountain-railway {
    background-image: url("https:twemoji.maxcdn.com/svg/1f69e.svg");
}

.twa-moyai {
    background-image: url("https:twemoji.maxcdn.com/svg/1f5ff.svg");
}

.twa-office {
    background-image: url("https:twemoji.maxcdn.com/svg/1f3e2.svg");
}

.twa-oncoming-automobile {
    background-image: url("https:twemoji.maxcdn.com/svg/1f698.svg");
}

.twa-oncoming-bus {
    background-image: url("https:twemoji.maxcdn.com/svg/1f68d.svg");
}

.twa-oncoming-police-car {
    background-image: url("https:twemoji.maxcdn.com/svg/1f694.svg");
}

.twa-oncoming-taxi {
    background-image: url("https:twemoji.maxcdn.com/svg/1f696.svg");
}

.twa-performing-arts {
    background-image: url("https:twemoji.maxcdn.com/svg/1f3ad.svg");
}

.twa-police-car {
    background-image: url("https:twemoji.maxcdn.com/svg/1f693.svg");
}

.twa-post-office {
    background-image: url("https:twemoji.maxcdn.com/svg/1f3e3.svg");
}

.twa-railway-car {
    background-image: url("https:twemoji.maxcdn.com/svg/1f683.svg");
}

.twa-rainbow {
    background-image: url("https:twemoji.maxcdn.com/svg/1f308.svg");
}

.twa-rocket {
    background-image: url("https:twemoji.maxcdn.com/svg/1f680.svg");
}

.twa-roller-coaster {
    background-image: url("https:twemoji.maxcdn.com/svg/1f3a2.svg");
}

.twa-rotating-light {
    background-image: url("https:twemoji.maxcdn.com/svg/1f6a8.svg");
}

.twa-round-pushpin {
    background-image: url("https:twemoji.maxcdn.com/svg/1f4cd.svg");
}

.twa-rowboat {
    background-image: url("https:twemoji.maxcdn.com/svg/1f6a3.svg");
}

.twa-school {
    background-image: url("https:twemoji.maxcdn.com/svg/1f3eb.svg");
}

.twa-ship {
    background-image: url("https:twemoji.maxcdn.com/svg/1f6a2.svg");
}

.twa-slot-machine {
    background-image: url("https:twemoji.maxcdn.com/svg/1f3b0.svg");
}

.twa-speedboat {
    background-image: url("https:twemoji.maxcdn.com/svg/1f6a4.svg");
}

.twa-stars {
    background-image: url("https:twemoji.maxcdn.com/svg/1f303.svg");
}

.twa-station {
    background-image: url("https:twemoji.maxcdn.com/svg/1f689.svg");
}

.twa-statue-of-liberty {
    background-image: url("https:twemoji.maxcdn.com/svg/1f5fd.svg");
}

.twa-steam-locomotive {
    background-image: url("https:twemoji.maxcdn.com/svg/1f682.svg");
}

.twa-sunrise {
    background-image: url("https:twemoji.maxcdn.com/svg/1f305.svg");
}

.twa-sunrise-over-mountains {
    background-image: url("https:twemoji.maxcdn.com/svg/1f304.svg");
}

.twa-suspension-railway {
    background-image: url("https:twemoji.maxcdn.com/svg/1f69f.svg");
}

.twa-taxi {
    background-image: url("https:twemoji.maxcdn.com/svg/1f695.svg");
}

.twa-tent {
    background-image: url("https:twemoji.maxcdn.com/svg/26fa.svg");
}

.twa-ticket {
    background-image: url("https:twemoji.maxcdn.com/svg/1f3ab.svg");
}

.twa-tokyo-tower {
    background-image: url("https:twemoji.maxcdn.com/svg/1f5fc.svg");
}

.twa-tractor {
    background-image: url("https:twemoji.maxcdn.com/svg/1f69c.svg");
}

.twa-traffic-light {
    background-image: url("https:twemoji.maxcdn.com/svg/1f6a5.svg");
}

.twa-train2 {
    background-image: url("https:twemoji.maxcdn.com/svg/1f686.svg");
}

.twa-tram {
    background-image: url("https:twemoji.maxcdn.com/svg/1f68a.svg");
}

.twa-triangular-flag-on-post {
    background-image: url("https:twemoji.maxcdn.com/svg/1f6a9.svg");
}

.twa-trolleybus {
    background-image: url("https:twemoji.maxcdn.com/svg/1f68e.svg");
}

.twa-truck {
    background-image: url("https:twemoji.maxcdn.com/svg/1f69a.svg");
}

.twa-vertical-traffic-light {
    background-image: url("https:twemoji.maxcdn.com/svg/1f6a6.svg");
}

.twa-warning {
    background-image: url("https:twemoji.maxcdn.com/svg/26a0.svg");
}

.twa-wedding {
    background-image: url("https:twemoji.maxcdn.com/svg/1f492.svg");
}

.twa-jp {
    background-image: url("https:twemoji.maxcdn.com/svg/1f1ef-1f1f5.svg");
}

.twa-kr {
    background-image: url("https:twemoji.maxcdn.com/svg/1f1f0-1f1f7.svg");
}

.twa-cn {
    background-image: url("https:twemoji.maxcdn.com/svg/1f1e8-1f1f3.svg");
}

.twa-us {
    background-image: url("https:twemoji.maxcdn.com/svg/1f1fa-1f1f8.svg");
}

.twa-fr {
    background-image: url("https:twemoji.maxcdn.com/svg/1f1eb-1f1f7.svg");
}

.twa-es {
    background-image: url("https:twemoji.maxcdn.com/svg/1f1ea-1f1f8.svg");
}

.twa-it {
    background-image: url("https:twemoji.maxcdn.com/svg/1f1ee-1f1f9.svg");
}

.twa-ru {
    background-image: url("https:twemoji.maxcdn.com/svg/1f1f7-1f1fa.svg");
}

.twa-gb {
    background-image: url("https:twemoji.maxcdn.com/svg/1f1ec-1f1e7.svg");
}

.twa-de {
    background-image: url("https:twemoji.maxcdn.com/svg/1f1e9-1f1ea.svg");
}

.twa-100 {
    background-image: url("https:twemoji.maxcdn.com/svg/1f4af.svg");
}

.twa-1234 {
    background-image: url("https:twemoji.maxcdn.com/svg/1f522.svg");
}

.twa-a {
    background-image: url("https:twemoji.maxcdn.com/svg/1f170.svg");
}

.twa-ab {
    background-image: url("https:twemoji.maxcdn.com/svg/1f18e.svg");
}

.twa-abc {
    background-image: url("https:twemoji.maxcdn.com/svg/1f524.svg");
}

.twa-abcd {
    background-image: url("https:twemoji.maxcdn.com/svg/1f521.svg");
}

.twa-accept {
    background-image: url("https:twemoji.maxcdn.com/svg/1f251.svg");
}

.twa-aquarius {
    background-image: url("https:twemoji.maxcdn.com/svg/2652.svg");
}

.twa-aries {
    background-image: url("https:twemoji.maxcdn.com/svg/2648.svg");
}

.twa-arrow-backward {
    background-image: url("https:twemoji.maxcdn.com/svg/25c0.svg");
}

.twa-arrow-double-down {
    background-image: url("https:twemoji.maxcdn.com/svg/23ec.svg");
}

.twa-arrow-double-up {
    background-image: url("https:twemoji.maxcdn.com/svg/23eb.svg");
}

.twa-arrow-down {
    background-image: url("https:twemoji.maxcdn.com/svg/2b07.svg");
}

.twa-arrow-down-small {
    background-image: url("https:twemoji.maxcdn.com/svg/1f53d.svg");
}

.twa-arrow-forward {
    background-image: url("https:twemoji.maxcdn.com/svg/25b6.svg");
}

.twa-arrow-heading-down {
    background-image: url("https:twemoji.maxcdn.com/svg/2935.svg");
}

.twa-arrow-heading-up {
    background-image: url("https:twemoji.maxcdn.com/svg/2934.svg");
}

.twa-arrow-left {
    background-image: url("https:twemoji.maxcdn.com/svg/2b05.svg");
}

.twa-arrow-lower-left {
    background-image: url("https:twemoji.maxcdn.com/svg/2199.svg");
}

.twa-arrow-lower-right {
    background-image: url("https:twemoji.maxcdn.com/svg/2198.svg");
}

.twa-arrow-right {
    background-image: url("https:twemoji.maxcdn.com/svg/27a1.svg");
}

.twa-arrow-right-hook {
    background-image: url("https:twemoji.maxcdn.com/svg/21aa.svg");
}

.twa-arrow-up {
    background-image: url("https:twemoji.maxcdn.com/svg/2b06.svg");
}

.twa-arrow-up-down {
    background-image: url("https:twemoji.maxcdn.com/svg/2195.svg");
}

.twa-arrow-up-small {
    background-image: url("https:twemoji.maxcdn.com/svg/1f53c.svg");
}

.twa-arrow-upper-left {
    background-image: url("https:twemoji.maxcdn.com/svg/2196.svg");
}

.twa-arrow-upper-right {
    background-image: url("https:twemoji.maxcdn.com/svg/2197.svg");
}

.twa-arrows-clockwise {
    background-image: url("https:twemoji.maxcdn.com/svg/1f503.svg");
}

.twa-arrows-counterclockwise {
    background-image: url("https:twemoji.maxcdn.com/svg/1f504.svg");
}

.twa-b {
    background-image: url("https:twemoji.maxcdn.com/svg/1f171.svg");
}

.twa-baby-symbol {
    background-image: url("https:twemoji.maxcdn.com/svg/1f6bc.svg");
}

.twa-baggage-claim {
    background-image: url("https:twemoji.maxcdn.com/svg/1f6c4.svg");
}

.twa-ballot-box-with-check {
    background-image: url("https:twemoji.maxcdn.com/svg/2611.svg");
}

.twa-bangbang {
    background-image: url("https:twemoji.maxcdn.com/svg/203c.svg");
}

.twa-black-circle {
    background-image: url("https:twemoji.maxcdn.com/svg/26ab.svg");
}

.twa-black-square-button {
    background-image: url("https:twemoji.maxcdn.com/svg/1f532.svg");
}

.twa-cancer {
    background-image: url("https:twemoji.maxcdn.com/svg/264b.svg");
}

.twa-capital-abcd {
    background-image: url("https:twemoji.maxcdn.com/svg/1f520.svg");
}

.twa-capricorn {
    background-image: url("https:twemoji.maxcdn.com/svg/2651.svg");
}

.twa-chart {
    background-image: url("https:twemoji.maxcdn.com/svg/1f4b9.svg");
}

.twa-children-crossing {
    background-image: url("https:twemoji.maxcdn.com/svg/1f6b8.svg");
}

.twa-cinema {
    background-image: url("https:twemoji.maxcdn.com/svg/1f3a6.svg");
}

.twa-cl {
    background-image: url("https:twemoji.maxcdn.com/svg/1f191.svg");
}

.twa-clock1 {
    background-image: url("https:twemoji.maxcdn.com/svg/1f550.svg");
}

.twa-clock10 {
    background-image: url("https:twemoji.maxcdn.com/svg/1f559.svg");
}

.twa-clock1030 {
    background-image: url("https:twemoji.maxcdn.com/svg/1f565.svg");
}

.twa-clock11 {
    background-image: url("https:twemoji.maxcdn.com/svg/1f55a.svg");
}

.twa-clock1130 {
    background-image: url("https:twemoji.maxcdn.com/svg/1f566.svg");
}

.twa-clock12 {
    background-image: url("https:twemoji.maxcdn.com/svg/1f55b.svg");
}

.twa-clock1230 {
    background-image: url("https:twemoji.maxcdn.com/svg/1f567.svg");
}

.twa-clock130 {
    background-image: url("https:twemoji.maxcdn.com/svg/1f55c.svg");
}

.twa-clock2 {
    background-image: url("https:twemoji.maxcdn.com/svg/1f551.svg");
}

.twa-clock230 {
    background-image: url("https:twemoji.maxcdn.com/svg/1f55d.svg");
}

.twa-clock3 {
    background-image: url("https:twemoji.maxcdn.com/svg/1f552.svg");
}

.twa-clock330 {
    background-image: url("https:twemoji.maxcdn.com/svg/1f55e.svg");
}

.twa-clock4 {
    background-image: url("https:twemoji.maxcdn.com/svg/1f553.svg");
}

.twa-clock430 {
    background-image: url("https:twemoji.maxcdn.com/svg/1f55f.svg");
}

.twa-clock5 {
    background-image: url("https:twemoji.maxcdn.com/svg/1f554.svg");
}

.twa-clock530 {
    background-image: url("https:twemoji.maxcdn.com/svg/1f560.svg");
}

.twa-clock6 {
    background-image: url("https:twemoji.maxcdn.com/svg/1f555.svg");
}

.twa-clock630 {
    background-image: url("https:twemoji.maxcdn.com/svg/1f561.svg");
}

.twa-clock7 {
    background-image: url("https:twemoji.maxcdn.com/svg/1f556.svg");
}

.twa-clock730 {
    background-image: url("https:twemoji.maxcdn.com/svg/1f562.svg");
}

.twa-clock8 {
    background-image: url("https:twemoji.maxcdn.com/svg/1f557.svg");
}

.twa-clock830 {
    background-image: url("https:twemoji.maxcdn.com/svg/1f563.svg");
}

.twa-clock9 {
    background-image: url("https:twemoji.maxcdn.com/svg/1f558.svg");
}

.twa-clock930 {
    background-image: url("https:twemoji.maxcdn.com/svg/1f564.svg");
}

.twa-congratulations {
    background-image: url("https:twemoji.maxcdn.com/svg/3297.svg");
}

.twa-cool {
    background-image: url("https:twemoji.maxcdn.com/svg/1f192.svg");
}

.twa-copyright {
    background-image: url("https:twemoji.maxcdn.com/svg/a9.svg");
}

.twa-curly-loop {
    background-image: url("https:twemoji.maxcdn.com/svg/27b0.svg");
}

.twa-currency-exchange {
    background-image: url("https:twemoji.maxcdn.com/svg/1f4b1.svg");
}

.twa-customs {
    background-image: url("https:twemoji.maxcdn.com/svg/1f6c3.svg");
}

.twa-diamond-shape-with-a-dot-inside {
    background-image: url("https:twemoji.maxcdn.com/svg/1f4a0.svg");
}

.twa-do-not-litter {
    background-image: url("https:twemoji.maxcdn.com/svg/1f6af.svg");
}

.twa-eight {
    background-image: url("https:twemoji.maxcdn.com/svg/38-20e3.svg");
}

.twa-eight-pointed-black-star {
    background-image: url("https:twemoji.maxcdn.com/svg/2734.svg");
}

.twa-eight-spoked-asterisk {
    background-image: url("https:twemoji.maxcdn.com/svg/2733.svg");
}

.twa-end {
    background-image: url("https:twemoji.maxcdn.com/svg/1f51a.svg");
}

.twa-fast-forward {
    background-image: url("https:twemoji.maxcdn.com/svg/23e9.svg");
}

.twa-five {
    background-image: url("https:twemoji.maxcdn.com/svg/35-20e3.svg");
}

.twa-four {
    background-image: url("https:twemoji.maxcdn.com/svg/34-20e3.svg");
}

.twa-free {
    background-image: url("https:twemoji.maxcdn.com/svg/1f193.svg");
}

.twa-gemini {
    background-image: url("https:twemoji.maxcdn.com/svg/264a.svg");
}

.twa-hash {
    background-image: url("https:twemoji.maxcdn.com/svg/23-20e3.svg");
}

.twa-heart-decoration {
    background-image: url("https:twemoji.maxcdn.com/svg/1f49f.svg");
}

.twa-heavy-check-mark {
    background-image: url("https:twemoji.maxcdn.com/svg/2714.svg");
}

.twa-heavy-division-sign {
    background-image: url("https:twemoji.maxcdn.com/svg/2797.svg");
}

.twa-heavy-dollar-sign {
    background-image: url("https:twemoji.maxcdn.com/svg/1f4b2.svg");
}

.twa-heavy-minus-sign {
    background-image: url("https:twemoji.maxcdn.com/svg/2796.svg");
}

.twa-heavy-multiplication-x {
    background-image: url("https:twemoji.maxcdn.com/svg/2716.svg");
}

.twa-heavy-plus-sign {
    background-image: url("https:twemoji.maxcdn.com/svg/2795.svg");
}

.twa-id {
    background-image: url("https:twemoji.maxcdn.com/svg/1f194.svg");
}

.twa-ideograph-advantage {
    background-image: url("https:twemoji.maxcdn.com/svg/1f250.svg");
}

.twa-information-source {
    background-image: url("https:twemoji.maxcdn.com/svg/2139.svg");
}

.twa-interrobang {
    background-image: url("https:twemoji.maxcdn.com/svg/2049.svg");
}

.twa-keycap-ten {
    background-image: url("https:twemoji.maxcdn.com/svg/1f51f.svg");
}

.twa-koko {
    background-image: url("https:twemoji.maxcdn.com/svg/1f201.svg");
}

.twa-large-blue-circle {
    background-image: url("https:twemoji.maxcdn.com/svg/1f535.svg");
}

.twa-large-blue-diamond {
    background-image: url("https:twemoji.maxcdn.com/svg/1f537.svg");
}

.twa-large-orange-diamond {
    background-image: url("https:twemoji.maxcdn.com/svg/1f536.svg");
}

.twa-left-luggage {
    background-image: url("https:twemoji.maxcdn.com/svg/1f6c5.svg");
}

.twa-left-right-arrow {
    background-image: url("https:twemoji.maxcdn.com/svg/2194.svg");
}

.twa-leftwards-arrow-with-hook {
    background-image: url("https:twemoji.maxcdn.com/svg/21a9.svg");
}

.twa-leo {
    background-image: url("https:twemoji.maxcdn.com/svg/264c.svg");
}

.twa-libra {
    background-image: url("https:twemoji.maxcdn.com/svg/264e.svg");
}

.twa-link {
    background-image: url("https:twemoji.maxcdn.com/svg/1f517.svg");
}

.twa-m {
    background-image: url("https:twemoji.maxcdn.com/svg/24c2.svg");
}

.twa-mens {
    background-image: url("https:twemoji.maxcdn.com/svg/1f6b9.svg");
}

.twa-metro {
    background-image: url("https:twemoji.maxcdn.com/svg/1f687.svg");
}

.twa-mobile-phone-off {
    background-image: url("https:twemoji.maxcdn.com/svg/1f4f4.svg");
}

.twa-negative-squared-cross-mark {
    background-image: url("https:twemoji.maxcdn.com/svg/274e.svg");
}

.twa-new {
    background-image: url("https:twemoji.maxcdn.com/svg/1f195.svg");
}

.twa-ng {
    background-image: url("https:twemoji.maxcdn.com/svg/1f196.svg");
}

.twa-nine {
    background-image: url("https:twemoji.maxcdn.com/svg/39-20e3.svg");
}

.twa-no-bicycles {
    background-image: url("https:twemoji.maxcdn.com/svg/1f6b3.svg");
}

.twa-no-entry {
    background-image: url("https:twemoji.maxcdn.com/svg/26d4.svg");
}

.twa-no-entry-sign {
    background-image: url("https:twemoji.maxcdn.com/svg/1f6ab.svg");
}

.twa-no-mobile-phones {
    background-image: url("https:twemoji.maxcdn.com/svg/1f4f5.svg");
}

.twa-no-pedestrians {
    background-image: url("https:twemoji.maxcdn.com/svg/1f6b7.svg");
}

.twa-no-smoking {
    background-image: url("https:twemoji.maxcdn.com/svg/1f6ad.svg");
}

.twa-non-potable-water {
    background-image: url("https:twemoji.maxcdn.com/svg/1f6b1.svg");
}

.twa-o {
    background-image: url("https:twemoji.maxcdn.com/svg/2b55.svg");
}

.twa-o2 {
    background-image: url("https:twemoji.maxcdn.com/svg/1f17e.svg");
}

.twa-ok {
    background-image: url("https:twemoji.maxcdn.com/svg/1f197.svg");
}

.twa-on {
    background-image: url("https:twemoji.maxcdn.com/svg/1f51b.svg");
}

.twa-one {
    background-image: url("https:twemoji.maxcdn.com/svg/31-20e3.svg");
}

.twa-ophiuchus {
    background-image: url("https:twemoji.maxcdn.com/svg/26ce.svg");
}

.twa-parking {
    background-image: url("https:twemoji.maxcdn.com/svg/1f17f.svg");
}

.twa-part-alternation-mark {
    background-image: url("https:twemoji.maxcdn.com/svg/303d.svg");
}

.twa-passport-control {
    background-image: url("https:twemoji.maxcdn.com/svg/1f6c2.svg");
}

.twa-pisces {
    background-image: url("https:twemoji.maxcdn.com/svg/2653.svg");
}

.twa-potable-water {
    background-image: url("https:twemoji.maxcdn.com/svg/1f6b0.svg");
}

.twa-put-litter-in-its-place {
    background-image: url("https:twemoji.maxcdn.com/svg/1f6ae.svg");
}

.twa-radio-button {
    background-image: url("https:twemoji.maxcdn.com/svg/1f518.svg");
}

.twa-recycle {
    background-image: url("https:twemoji.maxcdn.com/svg/267b.svg");
}

.twa-red-circle {
    background-image: url("https:twemoji.maxcdn.com/svg/1f534.svg");
}

.twa-registered {
    background-image: url("https:twemoji.maxcdn.com/svg/ae.svg");
}

.twa-repeat {
    background-image: url("https:twemoji.maxcdn.com/svg/1f501.svg");
}

.twa-repeat-one {
    background-image: url("https:twemoji.maxcdn.com/svg/1f502.svg");
}

.twa-restroom {
    background-image: url("https:twemoji.maxcdn.com/svg/1f6bb.svg");
}

.twa-rewind {
    background-image: url("https:twemoji.maxcdn.com/svg/23ea.svg");
}

.twa-sa {
    background-image: url("https:twemoji.maxcdn.com/svg/1f202.svg");
}

.twa-sagittarius {
    background-image: url("https:twemoji.maxcdn.com/svg/2650.svg");
}

.twa-scorpius {
    background-image: url("https:twemoji.maxcdn.com/svg/264f.svg");
}

.twa-secret {
    background-image: url("https:twemoji.maxcdn.com/svg/3299.svg");
}

.twa-seven {
    background-image: url("https:twemoji.maxcdn.com/svg/37-20e3.svg");
}

.twa-signal-strength {
    background-image: url("https:twemoji.maxcdn.com/svg/1f4f6.svg");
}

.twa-six {
    background-image: url("https:twemoji.maxcdn.com/svg/36-20e3.svg");
}

.twa-six-pointed-star {
    background-image: url("https:twemoji.maxcdn.com/svg/1f52f.svg");
}

.twa-small-blue-diamond {
    background-image: url("https:twemoji.maxcdn.com/svg/1f539.svg");
}

.twa-small-orange-diamond {
    background-image: url("https:twemoji.maxcdn.com/svg/1f538.svg");
}

.twa-small-red-triangle {
    background-image: url("https:twemoji.maxcdn.com/svg/1f53a.svg");
}

.twa-small-red-triangle-down {
    background-image: url("https:twemoji.maxcdn.com/svg/1f53b.svg");
}

.twa-soon {
    background-image: url("https:twemoji.maxcdn.com/svg/1f51c.svg");
}

.twa-sos {
    background-image: url("https:twemoji.maxcdn.com/svg/1f198.svg");
}

.twa-symbols {
    background-image: url("https:twemoji.maxcdn.com/svg/1f523.svg");
}

.twa-taurus {
    background-image: url("https:twemoji.maxcdn.com/svg/2649.svg");
}

.twa-three {
    background-image: url("https:twemoji.maxcdn.com/svg/33-20e3.svg");
}

.twa-tm {
    background-image: url("https:twemoji.maxcdn.com/svg/2122.svg");
}

.twa-top {
    background-image: url("https:twemoji.maxcdn.com/svg/1f51d.svg");
}

.twa-trident {
    background-image: url("https:twemoji.maxcdn.com/svg/1f531.svg");
}

.twa-twisted-rightwards-arrows {
    background-image: url("https:twemoji.maxcdn.com/svg/1f500.svg");
}

.twa-two {
    background-image: url("https:twemoji.maxcdn.com/svg/32-20e3.svg");
}

.twa-u5272 {
    background-image: url("https:twemoji.maxcdn.com/svg/1f239.svg");
}

.twa-u5408 {
    background-image: url("https:twemoji.maxcdn.com/svg/1f234.svg");
}

.twa-u55b6 {
    background-image: url("https:twemoji.maxcdn.com/svg/1f23a.svg");
}

.twa-u6307 {
    background-image: url("https:twemoji.maxcdn.com/svg/1f22f.svg");
}

.twa-u6708 {
    background-image: url("https:twemoji.maxcdn.com/svg/1f237.svg");
}

.twa-u6709 {
    background-image: url("https:twemoji.maxcdn.com/svg/1f236.svg");
}

.twa-u6e80 {
    background-image: url("https:twemoji.maxcdn.com/svg/1f235.svg");
}

.twa-u7121 {
    background-image: url("https:twemoji.maxcdn.com/svg/1f21a.svg");
}

.twa-u7533 {
    background-image: url("https:twemoji.maxcdn.com/svg/1f238.svg");
}

.twa-u7981 {
    background-image: url("https:twemoji.maxcdn.com/svg/1f232.svg");
}

.twa-u7a7a {
    background-image: url("https:twemoji.maxcdn.com/svg/1f233.svg");
}

.twa-underage {
    background-image: url("https:twemoji.maxcdn.com/svg/1f51e.svg");
}

.twa-up {
    background-image: url("https:twemoji.maxcdn.com/svg/1f199.svg");
}

.twa-vibration-mode {
    background-image: url("https:twemoji.maxcdn.com/svg/1f4f3.svg");
}

.twa-virgo {
    background-image: url("https:twemoji.maxcdn.com/svg/264d.svg");
}

.twa-vs {
    background-image: url("https:twemoji.maxcdn.com/svg/1f19a.svg");
}

.twa-wavy-dash {
    background-image: url("https:twemoji.maxcdn.com/svg/3030.svg");
}

.twa-wc {
    background-image: url("https:twemoji.maxcdn.com/svg/1f6be.svg");
}

.twa-wheelchair {
    background-image: url("https:twemoji.maxcdn.com/svg/267f.svg");
}

.twa-white-check-mark {
    background-image: url("https:twemoji.maxcdn.com/svg/2705.svg");
}

.twa-white-circle {
    background-image: url("https:twemoji.maxcdn.com/svg/26aa.svg");
}

.twa-white-flower {
    background-image: url("https:twemoji.maxcdn.com/svg/1f4ae.svg");
}

.twa-white-square-button {
    background-image: url("https:twemoji.maxcdn.com/svg/1f533.svg");
}

.twa-womens {
    background-image: url("https:twemoji.maxcdn.com/svg/1f6ba.svg");
}

.twa-x {
    background-image: url("https:twemoji.maxcdn.com/svg/274c.svg");
}

.twa-zero {
    background-image: url("https:twemoji.maxcdn.com/svg/30-20e3.svg");
}

.icon-example {
    padding: 10px;
    position: relative;
}

.icon-example .icon-class {
    position: absolute;
    top: 15px;
    left: 60px;
}

[data-direction="ltr"] .icon-example {
    padding: 10px;
    position: relative;
}

[data-direction="ltr"] .icon-example .icon-class {
    position: absolute;
    top: 15px;
    left: 60px;
}

[data-direction="ltr"] .emoji-example .icon-class {
    top: 20px;
    left: 70px;
}

[data-direction="rtl"] .icon-example {
    padding: 10px;
    position: relative;
}

[data-direction="rtl"] .icon-example .icon-class {
    position: absolute;
    top: 15px;
    right: 60px;
}

[data-direction="rtl"] .emoji-example .icon-class {
    top: 20px;
    right: 70px;
}

.ion-icon {
    display: inline-block !important;
    font-size: 32px;
}

.ion-icon.s10 {
    font-size: 10px !important;
}

.ion-icon.s12 {
    font-size: 12px !important;
}

.ion-icon.s16 {
    font-size: 16px !important;
}

.ion-icon.s24 {
    font-size: 24px !important;
}

.ion-icon.s28 {
    font-size: 28px !important;
}

.ion-icon.s32 {
    font-size: 32px !important;
}

.ion-icon.s36 {
    font-size: 36px !important;
}

.ion-icon.s40 {
    font-size: 40px !important;
}

.ion-icon.s44 {
    font-size: 44px !important;
}

.ion-icon.s48 {
    font-size: 48px !important;
}

[data-direction="ltr"] .flag-example .flag-wrapper {
    position: relative;
    height: 40px;
    width: 60px;
    border: 0;
    overflow: hidden;
    background: transparent;
}

[data-direction="ltr"] .flag-example .flag-wrapper .flag {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
}

[data-direction="ltr"] .flag-example .icon-class {
    top: 20px;
    left: 80px;
}

[data-direction="rtl"] .flag-example .flag-wrapper {
    position: relative;
    height: 40px;
    width: 60px;
    border: 0;
    overflow: hidden;
    background: transparent;
}

[data-direction="rtl"] .flag-example .flag-wrapper .flag {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
}

[data-direction="rtl"] .flag-example .icon-class {
    top: 20px;
    right: 80px;
}

html [data-palette="palette-1"][data-layout="collapsed-sidebar"] {
    background: #242424 !important;
    color: #ffffff !important;
}

html [data-palette="palette-2"][data-layout="collapsed-sidebar"] {
    background: #262932 !important;
    color: #ffffff !important;
}

html [data-palette="palette-3"][data-layout="collapsed-sidebar"] {
    background: #000000 !important;
    color: #ffffff !important;
}

html [data-palette="palette-4"][data-layout="collapsed-sidebar"] {
    background: #ffffff !important;
    color: #262932 !important;
}

html [data-palette="palette-5"][data-layout="collapsed-sidebar"] {
    background: #ffffff !important;
    color: #262932 !important;
}

html [data-palette="palette-6"][data-layout="collapsed-sidebar"] {
    background: #ffffff !important;
    color: #262932 !important;
}

html [data-palette="palette-7"][data-layout="collapsed-sidebar"] {
    background: #0267bf !important;
    color: #ffffff !important;
}

html [data-palette="palette-8"][data-layout="collapsed-sidebar"] {
    background: #025aa5 !important;
    color: #ffffff !important;
}

html [data-palette="palette-9"][data-layout="collapsed-sidebar"] {
    background: #014c8c !important;
    color: #ffffff !important;
}

html [data-palette="palette-10"][data-layout="collapsed-sidebar"] {
    background: #110a5c !important;
    color: #ffffff !important;
}

html [data-palette="palette-11"][data-layout="collapsed-sidebar"] {
    background: #1b1091 !important;
    color: #ffffff !important;
}

html [data-palette="palette-12"][data-layout="collapsed-sidebar"] {
    background: #2516c7 !important;
    color: #ffffff !important;
}

html [data-palette="palette-13"][data-layout="collapsed-sidebar"] {
    background: #320a5c !important;
    color: #ffffff !important;
}

html [data-palette="palette-14"][data-layout="collapsed-sidebar"] {
    background: #4f1091 !important;
    color: #ffffff !important;
}

html [data-palette="palette-15"][data-layout="collapsed-sidebar"] {
    background: #6c16c7 !important;
    color: #ffffff !important;
}

html [data-palette="palette-16"][data-layout="collapsed-sidebar"] {
    background: #911051 !important;
    color: #ffffff !important;
}

html [data-palette="palette-17"][data-layout="collapsed-sidebar"] {
    background: #c7166f !important;
    color: #ffffff !important;
}

html [data-palette="palette-18"][data-layout="collapsed-sidebar"] {
    background: #911710 !important;
    color: #ffffff !important;
}

html [data-palette="palette-19"][data-layout="collapsed-sidebar"] {
    background: #c71f16 !important;
    color: #ffffff !important;
}

html [data-palette="palette-20"][data-layout="collapsed-sidebar"] {
    background: #0a5c15 !important;
    color: #ffffff !important;
}

html [data-palette="palette-21"][data-layout="collapsed-sidebar"] {
    background: #3e5c0a !important;
    color: #ffffff !important;
}

html [data-palette="palette-22"][data-layout="collapsed-sidebar"] {
    background: #4d2c19 !important;
    color: #ffffff !important;
}

html [data-palette="palette-23"][data-layout="collapsed-sidebar"] {
    background: #794628 !important;
    color: #ffffff !important;
}

[data-layout="collapsed-sidebar"][data-direction="ltr"] ::-webkit-scrollbar {
    display: none;
    width: 0 !important;
}

[data-layout="collapsed-sidebar"][data-direction="ltr"] .navbar {
    left: 80px !important;
    right: 0 !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
}

[data-layout="collapsed-sidebar"][data-direction="ltr"] .fullsize-background-image-1,
[data-layout="collapsed-sidebar"][data-direction="ltr"] .horizontal-navigation-1,
[data-layout="collapsed-sidebar"][data-direction="ltr"] .horizontal-navigation-2,
[data-layout="collapsed-sidebar"][data-direction="ltr"] .horizontal-navigation-3 {
    display: none;
}

[data-layout="collapsed-sidebar"][data-direction="ltr"] .main {
    padding-top: 80px;
    padding-left: 110px;
    padding-right: 30px;
    -ms-overflow-style: none;
}

[data-layout="collapsed-sidebar"][data-direction="ltr"] .sidebar-placeholder {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    min-height: 100%;
    right: 80px;
    z-index: 1028;
    width: 80px;
    display: block;
}

[data-layout="collapsed-sidebar"][data-direction="ltr"] .sidebar-outer-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    min-height: 100%;
    right: 80px;
    z-index: 1029;
    width: 80px;
}

[data-layout="collapsed-sidebar"][data-direction="ltr"] .sidebar-outer-wrapper .sidebar-inner-wrapper {
    width: 80px;
}

[data-layout="collapsed-sidebar"][data-direction="rtl"] ::-webkit-scrollbar {
    display: none;
    width: 0 !important;
}

[data-layout="collapsed-sidebar"][data-direction="rtl"] .navbar {
    right: 80px !important;
    left: 0 !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
}

[data-layout="collapsed-sidebar"][data-direction="rtl"] .fullsize-background-image-1,
[data-layout="collapsed-sidebar"][data-direction="rtl"] .horizontal-navigation-1,
[data-layout="collapsed-sidebar"][data-direction="rtl"] .horizontal-navigation-2,
[data-layout="collapsed-sidebar"][data-direction="rtl"] .horizontal-navigation-3 {
    display: none;
}

[data-layout="collapsed-sidebar"][data-direction="rtl"] .main {
    padding-top: 80px;
    padding-right: 110px;
    padding-left: 30px;
    -ms-overflow-style: none;
}

[data-layout="collapsed-sidebar"][data-direction="rtl"] .sidebar-placeholder {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    min-height: 100%;
    z-index: 1028;
    width: 80px;
    display: block;
}

[data-layout="collapsed-sidebar"][data-direction="rtl"] .sidebar-outer-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    min-height: 100%;
    left: 80px;
    z-index: 1029;
    width: 80px;
}

[data-layout="collapsed-sidebar"][data-direction="rtl"] .sidebar-outer-wrapper .sidebar-inner-wrapper {
    width: 80px;
}

html [data-palette="palette-1"][data-layout="default-sidebar"] {
    background: #242424 !important;
    color: #ffffff !important;
}

html [data-palette="palette-2"][data-layout="default-sidebar"] {
    background: #262932 !important;
    color: #ffffff !important;
}

html [data-palette="palette-3"][data-layout="default-sidebar"] {
    background: #000000 !important;
    color: #ffffff !important;
}

html [data-palette="palette-4"][data-layout="default-sidebar"] {
    background: #ffffff !important;
    color: #262932 !important;
}

html [data-palette="palette-5"][data-layout="default-sidebar"] {
    background: #ffffff !important;
    color: #262932 !important;
}

html [data-palette="palette-6"][data-layout="default-sidebar"] {
    background: #ffffff !important;
    color: #262932 !important;
}

html [data-palette="palette-7"][data-layout="default-sidebar"] {
    background: #0267bf !important;
    color: #ffffff !important;
}

html [data-palette="palette-8"][data-layout="default-sidebar"] {
    background: #025aa5 !important;
    color: #ffffff !important;
}

html [data-palette="palette-9"][data-layout="default-sidebar"] {
    background: #014c8c !important;
    color: #ffffff !important;
}

html [data-palette="palette-10"][data-layout="default-sidebar"] {
    background: #110a5c !important;
    color: #ffffff !important;
}

html [data-palette="palette-11"][data-layout="default-sidebar"] {
    background: #1b1091 !important;
    color: #ffffff !important;
}

html [data-palette="palette-12"][data-layout="default-sidebar"] {
    background: #2516c7 !important;
    color: #ffffff !important;
}

html [data-palette="palette-13"][data-layout="default-sidebar"] {
    background: #320a5c !important;
    color: #ffffff !important;
}

html [data-palette="palette-14"][data-layout="default-sidebar"] {
    background: #4f1091 !important;
    color: #ffffff !important;
}

html [data-palette="palette-15"][data-layout="default-sidebar"] {
    background: #6c16c7 !important;
    color: #ffffff !important;
}

html [data-palette="palette-16"][data-layout="default-sidebar"] {
    background: #911051 !important;
    color: #ffffff !important;
}

html [data-palette="palette-17"][data-layout="default-sidebar"] {
    background: #c7166f !important;
    color: #ffffff !important;
}

html [data-palette="palette-18"][data-layout="default-sidebar"] {
    background: #911710 !important;
    color: #ffffff !important;
}

html [data-palette="palette-19"][data-layout="default-sidebar"] {
    background: #c71f16 !important;
    color: #ffffff !important;
}

html [data-palette="palette-20"][data-layout="default-sidebar"] {
    background: #0a5c15 !important;
    color: #ffffff !important;
}

html [data-palette="palette-21"][data-layout="default-sidebar"] {
    background: #3e5c0a !important;
    color: #ffffff !important;
}

html [data-palette="palette-22"][data-layout="default-sidebar"] {
    background: #4d2c19 !important;
    color: #ffffff !important;
}

html [data-palette="palette-23"][data-layout="default-sidebar"] {
    background: #794628 !important;
    color: #ffffff !important;
}

[data-layout="default-sidebar"][data-direction="ltr"] ::-webkit-scrollbar {
    display: none;
    width: 0 !important;
}

[data-layout="default-sidebar"][data-direction="ltr"] .navbar {
    left: 220px !important;
    right: 0 !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
}

[data-layout="default-sidebar"][data-direction="ltr"] .fullsize-background-image-1,
[data-layout="default-sidebar"][data-direction="ltr"] .horizontal-navigation-1,
[data-layout="default-sidebar"][data-direction="ltr"] .horizontal-navigation-2,
[data-layout="default-sidebar"][data-direction="ltr"] .horizontal-navigation-3 {
    display: none;
}

[data-layout="default-sidebar"][data-direction="ltr"] .main {
    padding-top: 80px;
    padding-left: 250px;
    padding-right: 30px;
    -ms-overflow-style: none;
}

[data-layout="default-sidebar"][data-direction="ltr"] .sidebar-placeholder {
    display: none !important;
    height: 0 !important;
    z-index: -9999 !important;
}

[data-layout="default-sidebar"][data-direction="ltr"] .sidebar-outer-wrapper {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 220px;
    overflow: hidden;
    z-index: 1030;
}

[data-layout="default-sidebar"][data-direction="ltr"] .sidebar-outer-wrapper .sidebar-inner-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    overflow: auto;
    width: 250px;
}

[data-layout="default-sidebar"][data-direction="ltr"] .sidebar-outer-wrapper .sidebar-inner-wrapper .sidebar-1 {
    width: 220px !important;
}

@media (max-width: 1199px) {
    [data-layout="default-sidebar"][data-direction="ltr"] .navbar {
        left: 0 !important;
        right: 0 !important;
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
    [data-layout="default-sidebar"][data-direction="ltr"] .main {
        padding-top: 80px;
        padding-left: 30px !important;
        padding-right: 30px !important;
        -ms-overflow-style: none;
    }
    [data-layout="default-sidebar"][data-direction="ltr"] .sidebar-placeholder {
        display: none !important;
        height: 0 !important;
        z-index: -9999 !important;
    }
    [data-layout="default-sidebar"][data-direction="ltr"] .sidebar-outer-wrapper {
        position: fixed;
        top: 0;
        bottom: 0;
        left: -220px;
        height: 100%;
        width: 220px;
        overflow: hidden;
        z-index: 1030;
        transition: transform 0.35s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        transform-style: preserve-3d;
    }
    [data-layout="default-sidebar"][data-direction="ltr"] .sidebar-outer-wrapper .sidebar-inner-wrapper {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        overflow: auto;
        width: 250px;
    }
    [data-layout="default-sidebar"][data-direction="ltr"] .sidebar-outer-wrapper .sidebar-inner-wrapper .sidebar-1,
    [data-layout="default-sidebar"][data-direction="ltr"] .sidebar-outer-wrapper .sidebar-inner-wrapper .sidebar-2,
    [data-layout="default-sidebar"][data-direction="ltr"] .sidebar-outer-wrapper .sidebar-inner-wrapper .sidebar-3 {
        width: 220px !important;
    }
}

[data-layout="default-sidebar"][data-direction="rtl"] ::-webkit-scrollbar {
    display: none;
    width: 0 !important;
}

[data-layout="default-sidebar"][data-direction="rtl"] .navbar {
    right: 220px !important;
    left: 0 !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
}

[data-layout="default-sidebar"][data-direction="rtl"] .fullsize-background-image-1,
[data-layout="default-sidebar"][data-direction="rtl"] .horizontal-navigation-1,
[data-layout="default-sidebar"][data-direction="rtl"] .horizontal-navigation-2,
[data-layout="default-sidebar"][data-direction="rtl"] .horizontal-navigation-3 {
    display: none;
}

[data-layout="default-sidebar"][data-direction="rtl"] .main {
    padding-top: 80px;
    padding-right: 250px;
    padding-left: 30px;
    -ms-overflow-style: none;
}

[data-layout="default-sidebar"][data-direction="rtl"] .sidebar-placeholder {
    display: none !important;
    height: 0 !important;
    z-index: -9999 !important;
}

[data-layout="default-sidebar"][data-direction="rtl"] .sidebar-outer-wrapper {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 220px;
    overflow: hidden;
    z-index: 1030;
}

[data-layout="default-sidebar"][data-direction="rtl"] .sidebar-outer-wrapper .sidebar-inner-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    overflow: auto;
    width: 250px;
}

[data-layout="default-sidebar"][data-direction="rtl"] .sidebar-outer-wrapper .sidebar-inner-wrapper .sidebar-1 {
    width: 220px !important;
}

@media (max-width: 1199px) {
    [data-layout="default-sidebar"][data-direction="rtl"] .navbar {
        left: 0 !important;
        right: 0 !important;
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
    [data-layout="default-sidebar"][data-direction="rtl"] .main {
        padding-top: 80px;
        padding-left: 30px !important;
        padding-right: 30px !important;
        -ms-overflow-style: none;
    }
    [data-layout="default-sidebar"][data-direction="rtl"] .sidebar-placeholder {
        display: none !important;
        height: 0 !important;
        z-index: -9999 !important;
    }
    [data-layout="default-sidebar"][data-direction="rtl"] .sidebar-outer-wrapper {
        position: fixed;
        top: 0;
        bottom: 0;
        right: -220px;
        height: 100%;
        width: 220px;
        overflow: hidden;
        z-index: 1030;
        transition: transform 0.35s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        transform-style: preserve-3d;
    }
    [data-layout="default-sidebar"][data-direction="rtl"] .sidebar-outer-wrapper .sidebar-inner-wrapper {
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        overflow: auto;
        width: 250px;
    }
    [data-layout="default-sidebar"][data-direction="rtl"] .sidebar-outer-wrapper .sidebar-inner-wrapper .sidebar-1,
    [data-layout="default-sidebar"][data-direction="rtl"] .sidebar-outer-wrapper .sidebar-inner-wrapper .sidebar-2,
    [data-layout="default-sidebar"][data-direction="rtl"] .sidebar-outer-wrapper .sidebar-inner-wrapper .sidebar-3 {
        width: 220px !important;
    }
}

html [data-palette="palette-1"][data-layout="empty-view"] {
    background: #242424 !important;
    color: #ffffff !important;
}

html [data-palette="palette-2"][data-layout="empty-view"] {
    background: #262932 !important;
    color: #ffffff !important;
}

html [data-palette="palette-3"][data-layout="empty-view"] {
    background: #000000 !important;
    color: #ffffff !important;
}

html [data-palette="palette-4"][data-layout="empty-view"] {
    background: #ffffff !important;
    color: #262932 !important;
}

html [data-palette="palette-5"][data-layout="empty-view"] {
    background: #ffffff !important;
    color: #262932 !important;
}

html [data-palette="palette-6"][data-layout="empty-view"] {
    background: #ffffff !important;
    color: #262932 !important;
}

html [data-palette="palette-7"][data-layout="empty-view"] {
    background: #0267bf !important;
    color: #ffffff !important;
}

html [data-palette="palette-8"][data-layout="empty-view"] {
    background: #025aa5 !important;
    color: #ffffff !important;
}

html [data-palette="palette-9"][data-layout="empty-view"] {
    background: #014c8c !important;
    color: #ffffff !important;
}

html [data-palette="palette-10"][data-layout="empty-view"] {
    background: #110a5c !important;
    color: #ffffff !important;
}

html [data-palette="palette-11"][data-layout="empty-view"] {
    background: #1b1091 !important;
    color: #ffffff !important;
}

html [data-palette="palette-12"][data-layout="empty-view"] {
    background: #2516c7 !important;
    color: #ffffff !important;
}

html [data-palette="palette-13"][data-layout="empty-view"] {
    background: #320a5c !important;
    color: #ffffff !important;
}

html [data-palette="palette-14"][data-layout="empty-view"] {
    background: #4f1091 !important;
    color: #ffffff !important;
}

html [data-palette="palette-15"][data-layout="empty-view"] {
    background: #6c16c7 !important;
    color: #ffffff !important;
}

html [data-palette="palette-16"][data-layout="empty-view"] {
    background: #911051 !important;
    color: #ffffff !important;
}

html [data-palette="palette-17"][data-layout="empty-view"] {
    background: #c7166f !important;
    color: #ffffff !important;
}

html [data-palette="palette-18"][data-layout="empty-view"] {
    background: #911710 !important;
    color: #ffffff !important;
}

html [data-palette="palette-19"][data-layout="empty-view"] {
    background: #c71f16 !important;
    color: #ffffff !important;
}

html [data-palette="palette-20"][data-layout="empty-view"] {
    background: #0a5c15 !important;
    color: #ffffff !important;
}

html [data-palette="palette-21"][data-layout="empty-view"] {
    background: #3e5c0a !important;
    color: #ffffff !important;
}

html [data-palette="palette-22"][data-layout="empty-view"] {
    background: #4d2c19 !important;
    color: #ffffff !important;
}

html [data-palette="palette-23"][data-layout="empty-view"] {
    background: #794628 !important;
    color: #ffffff !important;
}

[data-layout="empty-view"] {
    -ms-overflow-style: none;
}

[data-layout="empty-view"] ::-webkit-scrollbar {
    display: none;
    width: 0 !important;
}

[data-layout="empty-view"] .fullsize-background-image-1,
[data-layout="empty-view"] .navbar,
[data-layout="empty-view"] .horizontal-navigation-1,
[data-layout="empty-view"] .horizontal-navigation-2,
[data-layout="empty-view"] .horizontal-navigation-3,
[data-layout="empty-view"] .sidebar-outer-wrapper,
[data-layout="empty-view"] .sidebar-inner-wrapper,
[data-layout="empty-view"] .footer {
    display: none;
}

[data-layout="empty-view"] .sidebar-placeholder {
    display: none !important;
    height: 0 !important;
    z-index: -9999 !important;
}

[data-layout="empty-view"] .main {
    padding: 0 !important;
    margin: 0 !important;
}

html [data-palette="palette-1"][data-layout="fullsize-background-image"] {
    background: #262932 !important;
    color: #ffffff !important;
}

html [data-palette="palette-2"][data-layout="fullsize-background-image"] {
    background: #262932 !important;
    color: #ffffff !important;
}

html [data-palette="palette-3"][data-layout="fullsize-background-image"] {
    background: #262932 !important;
    color: #ffffff !important;
}

html [data-palette="palette-4"][data-layout="fullsize-background-image"] {
    background: #262932 !important;
    color: #f5f5f5 !important;
}

html [data-palette="palette-5"][data-layout="fullsize-background-image"] {
    background: #262932 !important;
    color: #f5f5f5 !important;
}

html [data-palette="palette-6"][data-layout="fullsize-background-image"] {
    background: #262932 !important;
    color: #f5f5f5 !important;
}

html [data-palette="palette-7"][data-layout="fullsize-background-image"] {
    background: #262932 !important;
    color: #ffffff !important;
}

html [data-palette="palette-8"][data-layout="fullsize-background-image"] {
    background: #262932 !important;
    color: #ffffff !important;
}

html [data-palette="palette-9"][data-layout="fullsize-background-image"] {
    background: #262932 !important;
    color: #ffffff !important;
}

html [data-palette="palette-10"][data-layout="fullsize-background-image"] {
    background: #262932 !important;
    color: #ffffff !important;
}

html [data-palette="palette-11"][data-layout="fullsize-background-image"] {
    background: #262932 !important;
    color: #ffffff !important;
}

html [data-palette="palette-12"][data-layout="fullsize-background-image"] {
    background: #262932 !important;
    color: #ffffff !important;
}

html [data-palette="palette-13"][data-layout="fullsize-background-image"] {
    background: #262932 !important;
    color: #ffffff !important;
}

html [data-palette="palette-14"][data-layout="fullsize-background-image"] {
    background: #262932 !important;
    color: #ffffff !important;
}

html [data-palette="palette-15"][data-layout="fullsize-background-image"] {
    background: #262932 !important;
    color: #ffffff !important;
}

html [data-palette="palette-16"][data-layout="fullsize-background-image"] {
    background: #262932 !important;
    color: #ffffff !important;
}

html [data-palette="palette-17"][data-layout="fullsize-background-image"] {
    background: #262932 !important;
    color: #ffffff !important;
}

html [data-palette="palette-18"][data-layout="fullsize-background-image"] {
    background: #262932 !important;
    color: #ffffff !important;
}

html [data-palette="palette-19"][data-layout="fullsize-background-image"] {
    background: #262932 !important;
    color: #ffffff !important;
}

html [data-palette="palette-20"][data-layout="fullsize-background-image"] {
    background: #262932 !important;
    color: #ffffff !important;
}

html [data-palette="palette-21"][data-layout="fullsize-background-image"] {
    background: #262932 !important;
    color: #ffffff !important;
}

html [data-palette="palette-22"][data-layout="fullsize-background-image"] {
    background: #262932 !important;
    color: #ffffff !important;
}

html [data-palette="palette-23"][data-layout="fullsize-background-image"] {
    background: #262932 !important;
    color: #ffffff !important;
}

[data-layout="fullsize-background-image"] {
    -ms-overflow-style: none;
}

[data-layout="fullsize-background-image"] ::-webkit-scrollbar {
    display: none;
    width: 0 !important;
}

[data-layout="fullsize-background-image"] .navbar,
[data-layout="fullsize-background-image"] .horizontal-navigation-1,
[data-layout="fullsize-background-image"] .horizontal-navigation-2,
[data-layout="fullsize-background-image"] .horizontal-navigation-3,
[data-layout="fullsize-background-image"] .sidebar-outer-wrapper,
[data-layout="fullsize-background-image"] .sidebar-inner-wrapper,
[data-layout="fullsize-background-image"] .footer,
[data-layout="fullsize-background-image"] .sidebar-placeholder {
    display: none !important;
    height: 0 !important;
    z-index: -9999 !important;
}

[data-layout="fullsize-background-image"] .main {
    padding: 0 !important;
    margin: 0 !important;
}

[data-layout="fullsize-background-image"] .fullsize-background-image-1 {
    display: block;
}

html [data-palette="palette-1"][data-layout="horizontal-navigation-1"] {
    background: #242424 !important;
    color: #ffffff !important;
}

[data-palette="palette-1"][data-layout="horizontal-navigation-1"] .main {
    background-color: #242424 !important;
}

html [data-palette="palette-2"][data-layout="horizontal-navigation-1"] {
    background: #262932 !important;
    color: #ffffff !important;
}

[data-palette="palette-2"][data-layout="horizontal-navigation-1"] .main {
    background-color: #262932 !important;
}

html [data-palette="palette-3"][data-layout="horizontal-navigation-1"] {
    background: #000000 !important;
    color: #ffffff !important;
}

[data-palette="palette-3"][data-layout="horizontal-navigation-1"] .main {
    background-color: #000000 !important;
}

html [data-palette="palette-4"][data-layout="horizontal-navigation-1"] {
    background: #ffffff !important;
    color: #262932 !important;
}

[data-palette="palette-4"][data-layout="horizontal-navigation-1"] .main {
    background-color: #ffffff !important;
}

html [data-palette="palette-5"][data-layout="horizontal-navigation-1"] {
    background: #ffffff !important;
    color: #262932 !important;
}

[data-palette="palette-5"][data-layout="horizontal-navigation-1"] .main {
    background-color: #ffffff !important;
}

html [data-palette="palette-6"][data-layout="horizontal-navigation-1"] {
    background: #ffffff !important;
    color: #262932 !important;
}

[data-palette="palette-6"][data-layout="horizontal-navigation-1"] .main {
    background-color: #ffffff !important;
}

html [data-palette="palette-7"][data-layout="horizontal-navigation-1"] {
    background: #0267bf !important;
    color: #ffffff !important;
}

[data-palette="palette-7"][data-layout="horizontal-navigation-1"] .main {
    background-color: #0267bf !important;
}

html [data-palette="palette-8"][data-layout="horizontal-navigation-1"] {
    background: #025aa5 !important;
    color: #ffffff !important;
}

[data-palette="palette-8"][data-layout="horizontal-navigation-1"] .main {
    background-color: #025aa5 !important;
}

html [data-palette="palette-9"][data-layout="horizontal-navigation-1"] {
    background: #014c8c !important;
    color: #ffffff !important;
}

[data-palette="palette-9"][data-layout="horizontal-navigation-1"] .main {
    background-color: #014c8c !important;
}

html [data-palette="palette-10"][data-layout="horizontal-navigation-1"] {
    background: #110a5c !important;
    color: #ffffff !important;
}

[data-palette="palette-10"][data-layout="horizontal-navigation-1"] .main {
    background-color: #110a5c !important;
}

html [data-palette="palette-11"][data-layout="horizontal-navigation-1"] {
    background: #1b1091 !important;
    color: #ffffff !important;
}

[data-palette="palette-11"][data-layout="horizontal-navigation-1"] .main {
    background-color: #1b1091 !important;
}

html [data-palette="palette-12"][data-layout="horizontal-navigation-1"] {
    background: #2516c7 !important;
    color: #ffffff !important;
}

[data-palette="palette-12"][data-layout="horizontal-navigation-1"] .main {
    background-color: #2516c7 !important;
}

html [data-palette="palette-13"][data-layout="horizontal-navigation-1"] {
    background: #320a5c !important;
    color: #ffffff !important;
}

[data-palette="palette-13"][data-layout="horizontal-navigation-1"] .main {
    background-color: #320a5c !important;
}

html [data-palette="palette-14"][data-layout="horizontal-navigation-1"] {
    background: #4f1091 !important;
    color: #ffffff !important;
}

[data-palette="palette-14"][data-layout="horizontal-navigation-1"] .main {
    background-color: #4f1091 !important;
}

html [data-palette="palette-15"][data-layout="horizontal-navigation-1"] {
    background: #6c16c7 !important;
    color: #ffffff !important;
}

[data-palette="palette-15"][data-layout="horizontal-navigation-1"] .main {
    background-color: #6c16c7 !important;
}

html [data-palette="palette-16"][data-layout="horizontal-navigation-1"] {
    background: #911051 !important;
    color: #ffffff !important;
}

[data-palette="palette-16"][data-layout="horizontal-navigation-1"] .main {
    background-color: #911051 !important;
}

html [data-palette="palette-17"][data-layout="horizontal-navigation-1"] {
    background: #c7166f !important;
    color: #ffffff !important;
}

[data-palette="palette-17"][data-layout="horizontal-navigation-1"] .main {
    background-color: #c7166f !important;
}

html [data-palette="palette-18"][data-layout="horizontal-navigation-1"] {
    background: #911710 !important;
    color: #ffffff !important;
}

[data-palette="palette-18"][data-layout="horizontal-navigation-1"] .main {
    background-color: #911710 !important;
}

html [data-palette="palette-19"][data-layout="horizontal-navigation-1"] {
    background: #c71f16 !important;
    color: #ffffff !important;
}

[data-palette="palette-19"][data-layout="horizontal-navigation-1"] .main {
    background-color: #c71f16 !important;
}

html [data-palette="palette-20"][data-layout="horizontal-navigation-1"] {
    background: #0a5c15 !important;
    color: #ffffff !important;
}

[data-palette="palette-20"][data-layout="horizontal-navigation-1"] .main {
    background-color: #0a5c15 !important;
}

html [data-palette="palette-21"][data-layout="horizontal-navigation-1"] {
    background: #3e5c0a !important;
    color: #ffffff !important;
}

[data-palette="palette-21"][data-layout="horizontal-navigation-1"] .main {
    background-color: #3e5c0a !important;
}

html [data-palette="palette-22"][data-layout="horizontal-navigation-1"] {
    background: #4d2c19 !important;
    color: #ffffff !important;
}

[data-palette="palette-22"][data-layout="horizontal-navigation-1"] .main {
    background-color: #4d2c19 !important;
}

html [data-palette="palette-23"][data-layout="horizontal-navigation-1"] {
    background: #794628 !important;
    color: #ffffff !important;
}

[data-palette="palette-23"][data-layout="horizontal-navigation-1"] .main {
    background-color: #794628 !important;
}

[data-layout="horizontal-navigation-1"] ::-webkit-scrollbar {
    display: none;
    width: 0 !important;
}

[data-layout="horizontal-navigation-1"] .navbar {
    position: relative;
    transition: transform 0.35s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    left: 0;
    right: 0;
    padding-left: 30px;
    padding-right: 30px;
}

[data-layout="horizontal-navigation-1"] .navbar .toggle-layout {
    display: none;
}

[data-layout="horizontal-navigation-1"] .main {
    transition: transform 0.35s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    padding-left: 30px;
    padding-right: 30px;
    -ms-overflow-style: none;
    padding-top: 0;
    margin-top: 0;
}

[data-layout="horizontal-navigation-1"] .fullsize-background-image-1,
[data-layout="horizontal-navigation-1"] .horizontal-navigation-2,
[data-layout="horizontal-navigation-1"] .horizontal-navigation-3 {
    display: none;
}

[data-layout="horizontal-navigation-1"] .horizontal-navigation-1 {
    display: block;
    transition: transform 0.35s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform-style: preserve-3d;
}

[data-layout="horizontal-navigation-1"] .sidebar-placeholder {
    display: none !important;
    height: 0 !important;
    z-index: -9999 !important;
}

[data-layout="horizontal-navigation-1"] .sidebar-outer-wrapper {
    display: none;
}

[data-layout="horizontal-navigation-1"] .sidebar-outer-wrapper .sidebar-inner-wrapper {
    display: none;
}

[data-layout="horizontal-navigation-1"] .sidebar-outer-wrapper .sidebar-inner-wrapper .sidebar-1 {
    display: none;
}

[data-layout="horizontal-navigation-1"].layout-collapsed .sidebar-outer-wrapper,
[data-layout="horizontal-navigation-1"].layout-collapsed .navbar,
[data-layout="horizontal-navigation-1"].layout-collapsed .main,
[data-layout="horizontal-navigation-1"].layout-collapsed .horizontal-navigation-1 {
    transform: translate3d(220px, 0, 0);
}

html [data-palette="palette-1"][data-layout="horizontal-navigation-2"] {
    background: #242424 !important;
    color: #ffffff !important;
}

[data-palette="palette-1"][data-layout="horizontal-navigation-2"] .main {
    background-color: #242424 !important;
}

html [data-palette="palette-2"][data-layout="horizontal-navigation-2"] {
    background: #262932 !important;
    color: #ffffff !important;
}

[data-palette="palette-2"][data-layout="horizontal-navigation-2"] .main {
    background-color: #262932 !important;
}

html [data-palette="palette-3"][data-layout="horizontal-navigation-2"] {
    background: #000000 !important;
    color: #ffffff !important;
}

[data-palette="palette-3"][data-layout="horizontal-navigation-2"] .main {
    background-color: #000000 !important;
}

html [data-palette="palette-4"][data-layout="horizontal-navigation-2"] {
    background: #ffffff !important;
    color: #262932 !important;
}

[data-palette="palette-4"][data-layout="horizontal-navigation-2"] .main {
    background-color: #ffffff !important;
}

html [data-palette="palette-5"][data-layout="horizontal-navigation-2"] {
    background: #ffffff !important;
    color: #262932 !important;
}

[data-palette="palette-5"][data-layout="horizontal-navigation-2"] .main {
    background-color: #ffffff !important;
}

html [data-palette="palette-6"][data-layout="horizontal-navigation-2"] {
    background: #ffffff !important;
    color: #262932 !important;
}

[data-palette="palette-6"][data-layout="horizontal-navigation-2"] .main {
    background-color: #ffffff !important;
}

html [data-palette="palette-7"][data-layout="horizontal-navigation-2"] {
    background: #0267bf !important;
    color: #ffffff !important;
}

[data-palette="palette-7"][data-layout="horizontal-navigation-2"] .main {
    background-color: #0267bf !important;
}

html [data-palette="palette-8"][data-layout="horizontal-navigation-2"] {
    background: #025aa5 !important;
    color: #ffffff !important;
}

[data-palette="palette-8"][data-layout="horizontal-navigation-2"] .main {
    background-color: #025aa5 !important;
}

html [data-palette="palette-9"][data-layout="horizontal-navigation-2"] {
    background: #014c8c !important;
    color: #ffffff !important;
}

[data-palette="palette-9"][data-layout="horizontal-navigation-2"] .main {
    background-color: #014c8c !important;
}

html [data-palette="palette-10"][data-layout="horizontal-navigation-2"] {
    background: #110a5c !important;
    color: #ffffff !important;
}

[data-palette="palette-10"][data-layout="horizontal-navigation-2"] .main {
    background-color: #110a5c !important;
}

html [data-palette="palette-11"][data-layout="horizontal-navigation-2"] {
    background: #1b1091 !important;
    color: #ffffff !important;
}

[data-palette="palette-11"][data-layout="horizontal-navigation-2"] .main {
    background-color: #1b1091 !important;
}

html [data-palette="palette-12"][data-layout="horizontal-navigation-2"] {
    background: #2516c7 !important;
    color: #ffffff !important;
}

[data-palette="palette-12"][data-layout="horizontal-navigation-2"] .main {
    background-color: #2516c7 !important;
}

html [data-palette="palette-13"][data-layout="horizontal-navigation-2"] {
    background: #320a5c !important;
    color: #ffffff !important;
}

[data-palette="palette-13"][data-layout="horizontal-navigation-2"] .main {
    background-color: #320a5c !important;
}

html [data-palette="palette-14"][data-layout="horizontal-navigation-2"] {
    background: #4f1091 !important;
    color: #ffffff !important;
}

[data-palette="palette-14"][data-layout="horizontal-navigation-2"] .main {
    background-color: #4f1091 !important;
}

html [data-palette="palette-15"][data-layout="horizontal-navigation-2"] {
    background: #6c16c7 !important;
    color: #ffffff !important;
}

[data-palette="palette-15"][data-layout="horizontal-navigation-2"] .main {
    background-color: #6c16c7 !important;
}

html [data-palette="palette-16"][data-layout="horizontal-navigation-2"] {
    background: #911051 !important;
    color: #ffffff !important;
}

[data-palette="palette-16"][data-layout="horizontal-navigation-2"] .main {
    background-color: #911051 !important;
}

html [data-palette="palette-17"][data-layout="horizontal-navigation-2"] {
    background: #c7166f !important;
    color: #ffffff !important;
}

[data-palette="palette-17"][data-layout="horizontal-navigation-2"] .main {
    background-color: #c7166f !important;
}

html [data-palette="palette-18"][data-layout="horizontal-navigation-2"] {
    background: #911710 !important;
    color: #ffffff !important;
}

[data-palette="palette-18"][data-layout="horizontal-navigation-2"] .main {
    background-color: #911710 !important;
}

html [data-palette="palette-19"][data-layout="horizontal-navigation-2"] {
    background: #c71f16 !important;
    color: #ffffff !important;
}

[data-palette="palette-19"][data-layout="horizontal-navigation-2"] .main {
    background-color: #c71f16 !important;
}

html [data-palette="palette-20"][data-layout="horizontal-navigation-2"] {
    background: #0a5c15 !important;
    color: #ffffff !important;
}

[data-palette="palette-20"][data-layout="horizontal-navigation-2"] .main {
    background-color: #0a5c15 !important;
}

html [data-palette="palette-21"][data-layout="horizontal-navigation-2"] {
    background: #3e5c0a !important;
    color: #ffffff !important;
}

[data-palette="palette-21"][data-layout="horizontal-navigation-2"] .main {
    background-color: #3e5c0a !important;
}

html [data-palette="palette-22"][data-layout="horizontal-navigation-2"] {
    background: #4d2c19 !important;
    color: #ffffff !important;
}

[data-palette="palette-22"][data-layout="horizontal-navigation-2"] .main {
    background-color: #4d2c19 !important;
}

html [data-palette="palette-23"][data-layout="horizontal-navigation-2"] {
    background: #794628 !important;
    color: #ffffff !important;
}

[data-palette="palette-23"][data-layout="horizontal-navigation-2"] .main {
    background-color: #794628 !important;
}

[data-layout="horizontal-navigation-2"] ::-webkit-scrollbar {
    display: none;
    width: 0 !important;
}

[data-layout="horizontal-navigation-2"] .navbar {
    position: relative;
    transition: transform 0.35s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    left: 0;
    right: 0;
    padding-left: 30px;
    padding-right: 30px;
}

[data-layout="horizontal-navigation-2"] .navbar .toggle-layout {
    display: none;
}

[data-layout="horizontal-navigation-2"] .main {
    transition: transform 0.35s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    padding-left: 30px;
    padding-right: 30px;
    -ms-overflow-style: none;
    padding-top: 0;
    margin-top: 0;
    z-index: 1;
}

[data-layout="horizontal-navigation-2"] .fullsize-background-image-1,
[data-layout="horizontal-navigation-2"] .horizontal-navigation-1,
[data-layout="horizontal-navigation-2"] .horizontal-navigation-3 {
    display: none;
}

[data-layout="horizontal-navigation-2"] .horizontal-navigation-2 {
    display: block;
    transition: transform 0.35s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform-style: preserve-3d;
}

[data-layout="horizontal-navigation-2"] .sidebar-placeholder {
    display: none !important;
    height: 0 !important;
    z-index: -9999 !important;
}

[data-layout="horizontal-navigation-2"] .sidebar-outer-wrapper {
    position: fixed;
    top: 0;
    bottom: 0;
    left: -220px;
    height: 100%;
    width: 220px;
    overflow: hidden;
    z-index: 1030;
    transition: transform 0.35s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform-style: preserve-3d;
}

[data-layout="horizontal-navigation-2"] .sidebar-outer-wrapper .sidebar-inner-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    overflow: auto;
    width: 250px;
}

[data-layout="horizontal-navigation-2"] .sidebar-outer-wrapper .sidebar-inner-wrapper .sidebar-1,
[data-layout="horizontal-navigation-2"] .sidebar-outer-wrapper .sidebar-inner-wrapper .sidebar-2,
[data-layout="horizontal-navigation-2"] .sidebar-outer-wrapper .sidebar-inner-wrapper .sidebar-3 {
    width: 220px !important;
}

[data-layout="horizontal-navigation-2"].layout-collapsed .sidebar-outer-wrapper,
[data-layout="horizontal-navigation-2"].layout-collapsed .navbar,
[data-layout="horizontal-navigation-2"].layout-collapsed .main,
[data-layout="horizontal-navigation-2"].layout-collapsed .horizontal-navigation-2 {
    transform: translate3d(220px, 0, 0);
}

html [data-palette="palette-1"][data-layout="horizontal-navigation-3"] {
    background: #242424 !important;
    color: #ffffff !important;
}

[data-palette="palette-1"][data-layout="horizontal-navigation-3"] .main {
    background-color: #242424 !important;
}

html [data-palette="palette-2"][data-layout="horizontal-navigation-3"] {
    background: #262932 !important;
    color: #ffffff !important;
}

[data-palette="palette-2"][data-layout="horizontal-navigation-3"] .main {
    background-color: #262932 !important;
}

html [data-palette="palette-3"][data-layout="horizontal-navigation-3"] {
    background: #000000 !important;
    color: #ffffff !important;
}

[data-palette="palette-3"][data-layout="horizontal-navigation-3"] .main {
    background-color: #000000 !important;
}

html [data-palette="palette-4"][data-layout="horizontal-navigation-3"] {
    background: #ffffff !important;
    color: #262932 !important;
}

[data-palette="palette-4"][data-layout="horizontal-navigation-3"] .main {
    background-color: #ffffff !important;
}

html [data-palette="palette-5"][data-layout="horizontal-navigation-3"] {
    background: #ffffff !important;
    color: #262932 !important;
}

[data-palette="palette-5"][data-layout="horizontal-navigation-3"] .main {
    background-color: #ffffff !important;
}

html [data-palette="palette-6"][data-layout="horizontal-navigation-3"] {
    background: #ffffff !important;
    color: #262932 !important;
}

[data-palette="palette-6"][data-layout="horizontal-navigation-3"] .main {
    background-color: #ffffff !important;
}

html [data-palette="palette-7"][data-layout="horizontal-navigation-3"] {
    background: #0267bf !important;
    color: #ffffff !important;
}

[data-palette="palette-7"][data-layout="horizontal-navigation-3"] .main {
    background-color: #0267bf !important;
}

html [data-palette="palette-8"][data-layout="horizontal-navigation-3"] {
    background: #025aa5 !important;
    color: #ffffff !important;
}

[data-palette="palette-8"][data-layout="horizontal-navigation-3"] .main {
    background-color: #025aa5 !important;
}

html [data-palette="palette-9"][data-layout="horizontal-navigation-3"] {
    background: #014c8c !important;
    color: #ffffff !important;
}

[data-palette="palette-9"][data-layout="horizontal-navigation-3"] .main {
    background-color: #014c8c !important;
}

html [data-palette="palette-10"][data-layout="horizontal-navigation-3"] {
    background: #110a5c !important;
    color: #ffffff !important;
}

[data-palette="palette-10"][data-layout="horizontal-navigation-3"] .main {
    background-color: #110a5c !important;
}

html [data-palette="palette-11"][data-layout="horizontal-navigation-3"] {
    background: #1b1091 !important;
    color: #ffffff !important;
}

[data-palette="palette-11"][data-layout="horizontal-navigation-3"] .main {
    background-color: #1b1091 !important;
}

html [data-palette="palette-12"][data-layout="horizontal-navigation-3"] {
    background: #2516c7 !important;
    color: #ffffff !important;
}

[data-palette="palette-12"][data-layout="horizontal-navigation-3"] .main {
    background-color: #2516c7 !important;
}

html [data-palette="palette-13"][data-layout="horizontal-navigation-3"] {
    background: #320a5c !important;
    color: #ffffff !important;
}

[data-palette="palette-13"][data-layout="horizontal-navigation-3"] .main {
    background-color: #320a5c !important;
}

html [data-palette="palette-14"][data-layout="horizontal-navigation-3"] {
    background: #4f1091 !important;
    color: #ffffff !important;
}

[data-palette="palette-14"][data-layout="horizontal-navigation-3"] .main {
    background-color: #4f1091 !important;
}

html [data-palette="palette-15"][data-layout="horizontal-navigation-3"] {
    background: #6c16c7 !important;
    color: #ffffff !important;
}

[data-palette="palette-15"][data-layout="horizontal-navigation-3"] .main {
    background-color: #6c16c7 !important;
}

html [data-palette="palette-16"][data-layout="horizontal-navigation-3"] {
    background: #911051 !important;
    color: #ffffff !important;
}

[data-palette="palette-16"][data-layout="horizontal-navigation-3"] .main {
    background-color: #911051 !important;
}

html [data-palette="palette-17"][data-layout="horizontal-navigation-3"] {
    background: #c7166f !important;
    color: #ffffff !important;
}

[data-palette="palette-17"][data-layout="horizontal-navigation-3"] .main {
    background-color: #c7166f !important;
}

html [data-palette="palette-18"][data-layout="horizontal-navigation-3"] {
    background: #911710 !important;
    color: #ffffff !important;
}

[data-palette="palette-18"][data-layout="horizontal-navigation-3"] .main {
    background-color: #911710 !important;
}

html [data-palette="palette-19"][data-layout="horizontal-navigation-3"] {
    background: #c71f16 !important;
    color: #ffffff !important;
}

[data-palette="palette-19"][data-layout="horizontal-navigation-3"] .main {
    background-color: #c71f16 !important;
}

html [data-palette="palette-20"][data-layout="horizontal-navigation-3"] {
    background: #0a5c15 !important;
    color: #ffffff !important;
}

[data-palette="palette-20"][data-layout="horizontal-navigation-3"] .main {
    background-color: #0a5c15 !important;
}

html [data-palette="palette-21"][data-layout="horizontal-navigation-3"] {
    background: #3e5c0a !important;
    color: #ffffff !important;
}

[data-palette="palette-21"][data-layout="horizontal-navigation-3"] .main {
    background-color: #3e5c0a !important;
}

html [data-palette="palette-22"][data-layout="horizontal-navigation-3"] {
    background: #4d2c19 !important;
    color: #ffffff !important;
}

[data-palette="palette-22"][data-layout="horizontal-navigation-3"] .main {
    background-color: #4d2c19 !important;
}

html [data-palette="palette-23"][data-layout="horizontal-navigation-3"] {
    background: #794628 !important;
    color: #ffffff !important;
}

[data-palette="palette-23"][data-layout="horizontal-navigation-3"] .main {
    background-color: #794628 !important;
}

[data-layout="horizontal-navigation-3"] ::-webkit-scrollbar {
    display: none;
    width: 0 !important;
}

[data-layout="horizontal-navigation-3"] .navbar {
    position: relative;
    transition: transform 0.35s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    left: 0;
    right: 0;
    padding-left: 30px;
    padding-right: 30px;
}

[data-layout="horizontal-navigation-3"] .navbar .toggle-layout {
    display: none;
}

[data-layout="horizontal-navigation-3"] .main {
    transition: transform 0.35s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    padding-left: 30px;
    padding-right: 30px;
    -ms-overflow-style: none;
    padding-top: 0;
    margin-top: 0;
    z-index: 1;
}

[data-layout="horizontal-navigation-3"] .fullsize-background-image-1,
[data-layout="horizontal-navigation-3"] .horizontal-navigation-1,
[data-layout="horizontal-navigation-3"] .horizontal-navigation-2 {
    display: none;
}

[data-layout="horizontal-navigation-3"] .horizontal-navigation-3 {
    display: block;
    transition: transform 0.35s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform-style: preserve-3d;
}

[data-layout="horizontal-navigation-3"] .sidebar-placeholder {
    display: none !important;
    height: 0 !important;
    z-index: -9999 !important;
}

[data-layout="horizontal-navigation-3"] .sidebar-outer-wrapper {
    position: fixed;
    top: 0;
    bottom: 0;
    left: -220px;
    height: 100%;
    width: 220px;
    overflow: hidden;
    z-index: 1030;
    transition: transform 0.35s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform-style: preserve-3d;
}

[data-layout="horizontal-navigation-3"] .sidebar-outer-wrapper .sidebar-inner-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    overflow: auto;
    width: 250px;
}

[data-layout="horizontal-navigation-3"] .sidebar-outer-wrapper .sidebar-inner-wrapper .sidebar-1,
[data-layout="horizontal-navigation-3"] .sidebar-outer-wrapper .sidebar-inner-wrapper .sidebar-2,
[data-layout="horizontal-navigation-3"] .sidebar-outer-wrapper .sidebar-inner-wrapper .sidebar-3 {
    width: 220px !important;
}

[data-layout="horizontal-navigation-3"].layout-collapsed .sidebar-outer-wrapper,
[data-layout="horizontal-navigation-3"].layout-collapsed .navbar,
[data-layout="horizontal-navigation-3"].layout-collapsed .main,
[data-layout="horizontal-navigation-3"].layout-collapsed .horizontal-navigation-3 {
    transform: translate3d(220px, 0, 0);
}

html [data-palette="palette-1"][data-layout="left-sidebar-over"] {
    background: #242424 !important;
    color: #ffffff !important;
}

html [data-palette="palette-2"][data-layout="left-sidebar-over"] {
    background: #262932 !important;
    color: #ffffff !important;
}

html [data-palette="palette-3"][data-layout="left-sidebar-over"] {
    background: #000000 !important;
    color: #ffffff !important;
}

html [data-palette="palette-4"][data-layout="left-sidebar-over"] {
    background: #ffffff !important;
    color: #262932 !important;
}

html [data-palette="palette-5"][data-layout="left-sidebar-over"] {
    background: #ffffff !important;
    color: #262932 !important;
}

html [data-palette="palette-6"][data-layout="left-sidebar-over"] {
    background: #ffffff !important;
    color: #262932 !important;
}

html [data-palette="palette-7"][data-layout="left-sidebar-over"] {
    background: #0267bf !important;
    color: #ffffff !important;
}

html [data-palette="palette-8"][data-layout="left-sidebar-over"] {
    background: #025aa5 !important;
    color: #ffffff !important;
}

html [data-palette="palette-9"][data-layout="left-sidebar-over"] {
    background: #014c8c !important;
    color: #ffffff !important;
}

html [data-palette="palette-10"][data-layout="left-sidebar-over"] {
    background: #110a5c !important;
    color: #ffffff !important;
}

html [data-palette="palette-11"][data-layout="left-sidebar-over"] {
    background: #1b1091 !important;
    color: #ffffff !important;
}

html [data-palette="palette-12"][data-layout="left-sidebar-over"] {
    background: #2516c7 !important;
    color: #ffffff !important;
}

html [data-palette="palette-13"][data-layout="left-sidebar-over"] {
    background: #320a5c !important;
    color: #ffffff !important;
}

html [data-palette="palette-14"][data-layout="left-sidebar-over"] {
    background: #4f1091 !important;
    color: #ffffff !important;
}

html [data-palette="palette-15"][data-layout="left-sidebar-over"] {
    background: #6c16c7 !important;
    color: #ffffff !important;
}

html [data-palette="palette-16"][data-layout="left-sidebar-over"] {
    background: #911051 !important;
    color: #ffffff !important;
}

html [data-palette="palette-17"][data-layout="left-sidebar-over"] {
    background: #c7166f !important;
    color: #ffffff !important;
}

html [data-palette="palette-18"][data-layout="left-sidebar-over"] {
    background: #911710 !important;
    color: #ffffff !important;
}

html [data-palette="palette-19"][data-layout="left-sidebar-over"] {
    background: #c71f16 !important;
    color: #ffffff !important;
}

html [data-palette="palette-20"][data-layout="left-sidebar-over"] {
    background: #0a5c15 !important;
    color: #ffffff !important;
}

html [data-palette="palette-21"][data-layout="left-sidebar-over"] {
    background: #3e5c0a !important;
    color: #ffffff !important;
}

html [data-palette="palette-22"][data-layout="left-sidebar-over"] {
    background: #4d2c19 !important;
    color: #ffffff !important;
}

html [data-palette="palette-23"][data-layout="left-sidebar-over"] {
    background: #794628 !important;
    color: #ffffff !important;
}

[data-layout="left-sidebar-over"] ::-webkit-scrollbar {
    display: none;
    width: 0 !important;
}

[data-layout="left-sidebar-over"] .navbar {
    transition: transform 0.35s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    left: 0;
    right: 0;
    padding-left: 30px;
    padding-right: 30px;
}

[data-layout="left-sidebar-over"] .fullsize-background-image-1,
[data-layout="left-sidebar-over"] .horizontal-navigation-1,
[data-layout="left-sidebar-over"] .horizontal-navigation-2,
[data-layout="left-sidebar-over"] .horizontal-navigation-3 {
    display: none;
}

[data-layout="left-sidebar-over"] .main {
    transition: transform 0.35s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 80px;
    -ms-overflow-style: none;
}

[data-layout="left-sidebar-over"] .sidebar-placeholder {
    display: none !important;
    height: 0 !important;
    z-index: -9999 !important;
}

[data-layout="left-sidebar-over"][data-direction="ltr"] .sidebar-outer-wrapper {
    position: fixed;
    top: 0;
    bottom: 0;
    left: -220px;
    height: 100%;
    width: 220px;
    overflow: hidden;
    z-index: 1030;
    transition: transform 0.35s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform-style: preserve-3d;
}

[data-layout="left-sidebar-over"][data-direction="ltr"] .sidebar-outer-wrapper .sidebar-inner-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    overflow: auto;
    width: 250px;
}

[data-layout="left-sidebar-over"][data-direction="ltr"] .sidebar-outer-wrapper .sidebar-inner-wrapper .sidebar-1,
[data-layout="left-sidebar-over"][data-direction="ltr"] .sidebar-outer-wrapper .sidebar-inner-wrapper .sidebar-2,
[data-layout="left-sidebar-over"][data-direction="ltr"] .sidebar-outer-wrapper .sidebar-inner-wrapper .sidebar-3 {
    width: 220px !important;
}

[data-layout="left-sidebar-over"][data-direction="ltr"].layout-collapsed .sidebar-outer-wrapper {
    transform: translate3d(220px, 0, 0);
}

[data-layout="left-sidebar-over"][data-direction="rtl"] .sidebar-outer-wrapper {
    position: fixed;
    top: 0;
    bottom: 0;
    right: -220px;
    height: 100%;
    width: 220px;
    overflow: hidden;
    z-index: 1030;
    transition: transform 0.35s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform-style: preserve-3d;
}

[data-layout="left-sidebar-over"][data-direction="rtl"] .sidebar-outer-wrapper .sidebar-inner-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    overflow: auto;
    width: 250px;
}

[data-layout="left-sidebar-over"][data-direction="rtl"] .sidebar-outer-wrapper .sidebar-inner-wrapper .sidebar-1,
[data-layout="left-sidebar-over"][data-direction="rtl"] .sidebar-outer-wrapper .sidebar-inner-wrapper .sidebar-2,
[data-layout="left-sidebar-over"][data-direction="rtl"] .sidebar-outer-wrapper .sidebar-inner-wrapper .sidebar-3 {
    width: 220px !important;
}

[data-layout="left-sidebar-over"][data-direction="rtl"].layout-collapsed .sidebar-outer-wrapper {
    transform: translate3d(-220px, 0, 0);
}

html [data-palette="palette-1"][data-layout="left-sidebar-under"] {
    background: #242424 !important;
    color: #ffffff !important;
}

[data-palette="palette-1"][data-layout="left-sidebar-under"] .main {
    background-color: #242424 !important;
}

html [data-palette="palette-2"][data-layout="left-sidebar-under"] {
    background: #262932 !important;
    color: #ffffff !important;
}

[data-palette="palette-2"][data-layout="left-sidebar-under"] .main {
    background-color: #262932 !important;
}

html [data-palette="palette-3"][data-layout="left-sidebar-under"] {
    background: #000000 !important;
    color: #ffffff !important;
}

[data-palette="palette-3"][data-layout="left-sidebar-under"] .main {
    background-color: #000000 !important;
}

html [data-palette="palette-4"][data-layout="left-sidebar-under"] {
    background: #ffffff !important;
    color: #262932 !important;
}

[data-palette="palette-4"][data-layout="left-sidebar-under"] .main {
    background-color: #ffffff !important;
}

html [data-palette="palette-5"][data-layout="left-sidebar-under"] {
    background: #ffffff !important;
    color: #262932 !important;
}

[data-palette="palette-5"][data-layout="left-sidebar-under"] .main {
    background-color: #ffffff !important;
}

html [data-palette="palette-6"][data-layout="left-sidebar-under"] {
    background: #ffffff !important;
    color: #262932 !important;
}

[data-palette="palette-6"][data-layout="left-sidebar-under"] .main {
    background-color: #ffffff !important;
}

html [data-palette="palette-7"][data-layout="left-sidebar-under"] {
    background: #0267bf !important;
    color: #ffffff !important;
}

[data-palette="palette-7"][data-layout="left-sidebar-under"] .main {
    background-color: #0267bf !important;
}

html [data-palette="palette-8"][data-layout="left-sidebar-under"] {
    background: #025aa5 !important;
    color: #ffffff !important;
}

[data-palette="palette-8"][data-layout="left-sidebar-under"] .main {
    background-color: #025aa5 !important;
}

html [data-palette="palette-9"][data-layout="left-sidebar-under"] {
    background: #014c8c !important;
    color: #ffffff !important;
}

[data-palette="palette-9"][data-layout="left-sidebar-under"] .main {
    background-color: #014c8c !important;
}

html [data-palette="palette-10"][data-layout="left-sidebar-under"] {
    background: #110a5c !important;
    color: #ffffff !important;
}

[data-palette="palette-10"][data-layout="left-sidebar-under"] .main {
    background-color: #110a5c !important;
}

html [data-palette="palette-11"][data-layout="left-sidebar-under"] {
    background: #1b1091 !important;
    color: #ffffff !important;
}

[data-palette="palette-11"][data-layout="left-sidebar-under"] .main {
    background-color: #1b1091 !important;
}

html [data-palette="palette-12"][data-layout="left-sidebar-under"] {
    background: #2516c7 !important;
    color: #ffffff !important;
}

[data-palette="palette-12"][data-layout="left-sidebar-under"] .main {
    background-color: #2516c7 !important;
}

html [data-palette="palette-13"][data-layout="left-sidebar-under"] {
    background: #320a5c !important;
    color: #ffffff !important;
}

[data-palette="palette-13"][data-layout="left-sidebar-under"] .main {
    background-color: #320a5c !important;
}

html [data-palette="palette-14"][data-layout="left-sidebar-under"] {
    background: #4f1091 !important;
    color: #ffffff !important;
}

[data-palette="palette-14"][data-layout="left-sidebar-under"] .main {
    background-color: #4f1091 !important;
}

html [data-palette="palette-15"][data-layout="left-sidebar-under"] {
    background: #6c16c7 !important;
    color: #ffffff !important;
}

[data-palette="palette-15"][data-layout="left-sidebar-under"] .main {
    background-color: #6c16c7 !important;
}

html [data-palette="palette-16"][data-layout="left-sidebar-under"] {
    background: #911051 !important;
    color: #ffffff !important;
}

[data-palette="palette-16"][data-layout="left-sidebar-under"] .main {
    background-color: #911051 !important;
}

html [data-palette="palette-17"][data-layout="left-sidebar-under"] {
    background: #c7166f !important;
    color: #ffffff !important;
}

[data-palette="palette-17"][data-layout="left-sidebar-under"] .main {
    background-color: #c7166f !important;
}

html [data-palette="palette-18"][data-layout="left-sidebar-under"] {
    background: #911710 !important;
    color: #ffffff !important;
}

[data-palette="palette-18"][data-layout="left-sidebar-under"] .main {
    background-color: #911710 !important;
}

html [data-palette="palette-19"][data-layout="left-sidebar-under"] {
    background: #c71f16 !important;
    color: #ffffff !important;
}

[data-palette="palette-19"][data-layout="left-sidebar-under"] .main {
    background-color: #c71f16 !important;
}

html [data-palette="palette-20"][data-layout="left-sidebar-under"] {
    background: #0a5c15 !important;
    color: #ffffff !important;
}

[data-palette="palette-20"][data-layout="left-sidebar-under"] .main {
    background-color: #0a5c15 !important;
}

html [data-palette="palette-21"][data-layout="left-sidebar-under"] {
    background: #3e5c0a !important;
    color: #ffffff !important;
}

[data-palette="palette-21"][data-layout="left-sidebar-under"] .main {
    background-color: #3e5c0a !important;
}

html [data-palette="palette-22"][data-layout="left-sidebar-under"] {
    background: #4d2c19 !important;
    color: #ffffff !important;
}

[data-palette="palette-22"][data-layout="left-sidebar-under"] .main {
    background-color: #4d2c19 !important;
}

html [data-palette="palette-23"][data-layout="left-sidebar-under"] {
    background: #794628 !important;
    color: #ffffff !important;
}

[data-palette="palette-23"][data-layout="left-sidebar-under"] .main {
    background-color: #794628 !important;
}

[data-layout="left-sidebar-under"] ::-webkit-scrollbar {
    display: none;
    width: 0 !important;
}

[data-layout="left-sidebar-under"] .navbar {
    transition: transform 0.35s ease-in-out;
    left: 0;
    right: 0;
    padding-left: 30px;
    padding-right: 30px;
}

[data-layout="left-sidebar-under"] .fullsize-background-image-1,
[data-layout="left-sidebar-under"] .horizontal-navigation-1,
[data-layout="left-sidebar-under"] .horizontal-navigation-2,
[data-layout="left-sidebar-under"] .horizontal-navigation-3 {
    display: none;
}

[data-layout="left-sidebar-under"] .main {
    transition: transform 0.35s ease-in-out;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 80px;
    -ms-overflow-style: none;
    z-index: 2;
}

[data-layout="left-sidebar-under"] .sidebar-placeholder {
    display: none !important;
    height: 0 !important;
    z-index: -9999 !important;
}

[data-layout="left-sidebar-under"][data-direction="ltr"] .sidebar-outer-wrapper {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 220px;
    overflow: hidden;
    z-index: 1;
    transition: transform 0.35s ease-in-out;
}

[data-layout="left-sidebar-under"][data-direction="ltr"] .sidebar-outer-wrapper .sidebar-inner-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    overflow: auto;
    width: 250px;
}

[data-layout="left-sidebar-under"][data-direction="ltr"] .sidebar-outer-wrapper .sidebar-inner-wrapper .sidebar-1,
[data-layout="left-sidebar-under"][data-direction="ltr"] .sidebar-outer-wrapper .sidebar-inner-wrapper .sidebar-2,
[data-layout="left-sidebar-under"][data-direction="ltr"] .sidebar-outer-wrapper .sidebar-inner-wrapper .sidebar-3 {
    width: 220px !important;
    z-index: 1;
}

[data-layout="left-sidebar-under"][data-direction="ltr"].layout-collapsed .navbar {
    transform: translate3d(220px, 0, 0);
}

[data-layout="left-sidebar-under"][data-direction="ltr"].layout-collapsed .main {
    transform: translate3d(220px, 0, 0);
}

[data-layout="left-sidebar-under"][data-direction="rtl"] .sidebar-outer-wrapper {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 220px;
    overflow: hidden;
    z-index: 1;
    transition: transform 0.35s ease-in-out;
}

[data-layout="left-sidebar-under"][data-direction="rtl"] .sidebar-outer-wrapper .sidebar-inner-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    overflow: auto;
    width: 250px;
}

[data-layout="left-sidebar-under"][data-direction="rtl"] .sidebar-outer-wrapper .sidebar-inner-wrapper .sidebar-1,
[data-layout="left-sidebar-under"][data-direction="rtl"] .sidebar-outer-wrapper .sidebar-inner-wrapper .sidebar-2,
[data-layout="left-sidebar-under"][data-direction="rtl"] .sidebar-outer-wrapper .sidebar-inner-wrapper .sidebar-3 {
    width: 220px !important;
    z-index: 1;
}

[data-layout="left-sidebar-under"][data-direction="rtl"].layout-collapsed .navbar {
    transform: translate3d(-220px, 0, 0);
}

[data-layout="left-sidebar-under"][data-direction="rtl"].layout-collapsed .main {
    transform: translate3d(-220px, 0, 0);
}

html [data-palette="palette-1"][data-layout="mega-menu"] {
    background: #242424 !important;
    color: #ffffff !important;
}

html [data-palette="palette-2"][data-layout="mega-menu"] {
    background: #262932 !important;
    color: #ffffff !important;
}

html [data-palette="palette-3"][data-layout="mega-menu"] {
    background: #000000 !important;
    color: #ffffff !important;
}

html [data-palette="palette-4"][data-layout="mega-menu"] {
    background: #ffffff !important;
    color: #262932 !important;
}

html [data-palette="palette-5"][data-layout="mega-menu"] {
    background: #ffffff !important;
    color: #262932 !important;
}

html [data-palette="palette-6"][data-layout="mega-menu"] {
    background: #ffffff !important;
    color: #262932 !important;
}

html [data-palette="palette-7"][data-layout="mega-menu"] {
    background: #0267bf !important;
    color: #ffffff !important;
}

html [data-palette="palette-8"][data-layout="mega-menu"] {
    background: #025aa5 !important;
    color: #ffffff !important;
}

html [data-palette="palette-9"][data-layout="mega-menu"] {
    background: #014c8c !important;
    color: #ffffff !important;
}

html [data-palette="palette-10"][data-layout="mega-menu"] {
    background: #110a5c !important;
    color: #ffffff !important;
}

html [data-palette="palette-11"][data-layout="mega-menu"] {
    background: #1b1091 !important;
    color: #ffffff !important;
}

html [data-palette="palette-12"][data-layout="mega-menu"] {
    background: #2516c7 !important;
    color: #ffffff !important;
}

html [data-palette="palette-13"][data-layout="mega-menu"] {
    background: #320a5c !important;
    color: #ffffff !important;
}

html [data-palette="palette-14"][data-layout="mega-menu"] {
    background: #4f1091 !important;
    color: #ffffff !important;
}

html [data-palette="palette-15"][data-layout="mega-menu"] {
    background: #6c16c7 !important;
    color: #ffffff !important;
}

html [data-palette="palette-16"][data-layout="mega-menu"] {
    background: #911051 !important;
    color: #ffffff !important;
}

html [data-palette="palette-17"][data-layout="mega-menu"] {
    background: #c7166f !important;
    color: #ffffff !important;
}

html [data-palette="palette-18"][data-layout="mega-menu"] {
    background: #911710 !important;
    color: #ffffff !important;
}

html [data-palette="palette-19"][data-layout="mega-menu"] {
    background: #c71f16 !important;
    color: #ffffff !important;
}

html [data-palette="palette-20"][data-layout="mega-menu"] {
    background: #0a5c15 !important;
    color: #ffffff !important;
}

html [data-palette="palette-21"][data-layout="mega-menu"] {
    background: #3e5c0a !important;
    color: #ffffff !important;
}

html [data-palette="palette-22"][data-layout="mega-menu"] {
    background: #4d2c19 !important;
    color: #ffffff !important;
}

html [data-palette="palette-23"][data-layout="mega-menu"] {
    background: #794628 !important;
    color: #ffffff !important;
}

[data-layout="mega-menu"] ::-webkit-scrollbar {
    display: none;
    width: 0 !important;
}

[data-layout="mega-menu"] .navbar {
    transition: transform 0.35s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    left: 0;
    right: 0;
    padding-left: 30px;
    padding-right: 30px;
}

[data-layout="mega-menu"][data-direction="rtl"] .navbar {
    right: 0;
    padding-right: 30px;
}

[data-layout="mega-menu"] .fullsize-background-image-1,
[data-layout="mega-menu"] .horizontal-navigation-1,
[data-layout="mega-menu"] .horizontal-navigation-2,
[data-layout="mega-menu"] .horizontal-navigation-3 {
    display: none;
}

[data-layout="mega-menu"] .main {
    transition: transform 0.35s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 80px;
    -ms-overflow-style: none;
}

[data-layout="mega-menu"] .sidebar-placeholder {
    display: none !important;
    height: 0 !important;
    z-index: -9999 !important;
}

[data-layout="mega-menu"] .sidebar-outer-wrapper {
    position: fixed;
    top: 0;
    bottom: 0;
    left: -220px;
    height: 100%;
    width: 220px;
    overflow: hidden;
    z-index: 1030;
    transition: transform 0.35s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform-style: preserve-3d;
}

[data-layout="mega-menu"] .sidebar-outer-wrapper .sidebar-inner-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    overflow: auto;
    width: 250px;
}

[data-layout="mega-menu"] .sidebar-outer-wrapper .sidebar-inner-wrapper .sidebar-1,
[data-layout="mega-menu"] .sidebar-outer-wrapper .sidebar-inner-wrapper .sidebar-2,
[data-layout="mega-menu"] .sidebar-outer-wrapper .sidebar-inner-wrapper .sidebar-3 {
    width: 220px !important;
}

[data-layout="mega-menu"][data-direction="rtl"] .sidebar-outer-wrapper {
    right: -220px;
}

[data-layout="mega-menu"].layout-collapsed .sidebar-outer-wrapper {
    transform: translate3d(220px, 0, 0);
}

[data-layout="mega-menu"].layout-collapsed .navbar {
    transform: translate3d(220px, 0, 0);
}

[data-layout="mega-menu"].layout-collapsed .main {
    transform: translate3d(220px, 0, 0);
}

[data-layout="mega-menu"][data-direction="rtl"].layout-collapsed .sidebar-outer-wrapper {
    transform: translate3d(-220px, 0, 0);
}

[data-layout="mega-menu"][data-direction="rtl"].layout-collapsed .navbar {
    transform: translate3d(-220px, 0, 0);
}

[data-layout="mega-menu"][data-direction="rtl"].layout-collapsed .main {
    transform: translate3d(-220px, 0, 0);
}

html [data-palette="palette-1"][data-layout="off-canvas"] {
    background: #242424 !important;
    color: #ffffff !important;
}

html [data-palette="palette-2"][data-layout="off-canvas"] {
    background: #262932 !important;
    color: #ffffff !important;
}

html [data-palette="palette-3"][data-layout="off-canvas"] {
    background: #000000 !important;
    color: #ffffff !important;
}

html [data-palette="palette-4"][data-layout="off-canvas"] {
    background: #ffffff !important;
    color: #262932 !important;
}

html [data-palette="palette-5"][data-layout="off-canvas"] {
    background: #ffffff !important;
    color: #262932 !important;
}

html [data-palette="palette-6"][data-layout="off-canvas"] {
    background: #ffffff !important;
    color: #262932 !important;
}

html [data-palette="palette-7"][data-layout="off-canvas"] {
    background: #0267bf !important;
    color: #ffffff !important;
}

html [data-palette="palette-8"][data-layout="off-canvas"] {
    background: #025aa5 !important;
    color: #ffffff !important;
}

html [data-palette="palette-9"][data-layout="off-canvas"] {
    background: #014c8c !important;
    color: #ffffff !important;
}

html [data-palette="palette-10"][data-layout="off-canvas"] {
    background: #110a5c !important;
    color: #ffffff !important;
}

html [data-palette="palette-11"][data-layout="off-canvas"] {
    background: #1b1091 !important;
    color: #ffffff !important;
}

html [data-palette="palette-12"][data-layout="off-canvas"] {
    background: #2516c7 !important;
    color: #ffffff !important;
}

html [data-palette="palette-13"][data-layout="off-canvas"] {
    background: #320a5c !important;
    color: #ffffff !important;
}

html [data-palette="palette-14"][data-layout="off-canvas"] {
    background: #4f1091 !important;
    color: #ffffff !important;
}

html [data-palette="palette-15"][data-layout="off-canvas"] {
    background: #6c16c7 !important;
    color: #ffffff !important;
}

html [data-palette="palette-16"][data-layout="off-canvas"] {
    background: #911051 !important;
    color: #ffffff !important;
}

html [data-palette="palette-17"][data-layout="off-canvas"] {
    background: #c7166f !important;
    color: #ffffff !important;
}

html [data-palette="palette-18"][data-layout="off-canvas"] {
    background: #911710 !important;
    color: #ffffff !important;
}

html [data-palette="palette-19"][data-layout="off-canvas"] {
    background: #c71f16 !important;
    color: #ffffff !important;
}

html [data-palette="palette-20"][data-layout="off-canvas"] {
    background: #0a5c15 !important;
    color: #ffffff !important;
}

html [data-palette="palette-21"][data-layout="off-canvas"] {
    background: #3e5c0a !important;
    color: #ffffff !important;
}

html [data-palette="palette-22"][data-layout="off-canvas"] {
    background: #4d2c19 !important;
    color: #ffffff !important;
}

html [data-palette="palette-23"][data-layout="off-canvas"] {
    background: #794628 !important;
    color: #ffffff !important;
}

[data-layout="off-canvas"] ::-webkit-scrollbar {
    display: none;
    width: 0 !important;
}

[data-layout="off-canvas"] .navbar {
    transition: transform 0.35s ease-in-out;
    transform-style: preserve-3d;
    left: 0;
    right: 0;
    padding-left: 30px;
    padding-right: 30px;
}

[data-layout="off-canvas"] .fullsize-background-image-1,
[data-layout="off-canvas"] .horizontal-navigation-1,
[data-layout="off-canvas"] .horizontal-navigation-2,
[data-layout="off-canvas"] .horizontal-navigation-3 {
    display: none;
}

[data-layout="off-canvas"] .main {
    transition: transform 0.35s ease-in-out;
    transform-style: preserve-3d;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 80px;
    -ms-overflow-style: none;
}

[data-layout="off-canvas"] .sidebar-placeholder {
    display: none !important;
    height: 0 !important;
    z-index: -9999 !important;
}

[data-layout="off-canvas"][data-direction="ltr"] .sidebar-outer-wrapper {
    position: fixed;
    top: 0;
    bottom: 0;
    left: -220px;
    height: 100%;
    width: 220px;
    overflow: hidden;
    z-index: 1030;
    transition: transform 0.35s ease-in-out;
    transform-style: preserve-3d;
}

[data-layout="off-canvas"][data-direction="ltr"] .sidebar-outer-wrapper .sidebar-inner-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    overflow: auto;
    width: 250px;
}

[data-layout="off-canvas"][data-direction="ltr"] .sidebar-outer-wrapper .sidebar-inner-wrapper .sidebar-1,
[data-layout="off-canvas"][data-direction="ltr"] .sidebar-outer-wrapper .sidebar-inner-wrapper .sidebar-2,
[data-layout="off-canvas"][data-direction="ltr"] .sidebar-outer-wrapper .sidebar-inner-wrapper .sidebar-3 {
    width: 220px !important;
}

[data-layout="off-canvas"][data-direction="ltr"].layout-collapsed .sidebar-outer-wrapper {
    transform: translate3d(220px, 0, 0);
}

[data-layout="off-canvas"][data-direction="ltr"].layout-collapsed .navbar {
    transform: translate3d(220px, 0, 0);
}

[data-layout="off-canvas"][data-direction="ltr"].layout-collapsed .main {
    transform: translate3d(220px, 0, 0);
}

[data-layout="off-canvas"][data-direction="rtl"] .sidebar-outer-wrapper {
    position: fixed;
    top: 0;
    bottom: 0;
    right: -220px;
    height: 100%;
    width: 220px;
    overflow: hidden;
    z-index: 1030;
    transition: transform 0.35s ease-in-out;
    transform-style: preserve-3d;
}

[data-layout="off-canvas"][data-direction="rtl"] .sidebar-outer-wrapper .sidebar-inner-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    overflow: auto;
    width: 250px;
}

[data-layout="off-canvas"][data-direction="rtl"] .sidebar-outer-wrapper .sidebar-inner-wrapper .sidebar-1,
[data-layout="off-canvas"][data-direction="rtl"] .sidebar-outer-wrapper .sidebar-inner-wrapper .sidebar-2,
[data-layout="off-canvas"][data-direction="rtl"] .sidebar-outer-wrapper .sidebar-inner-wrapper .sidebar-3 {
    width: 220px !important;
}

[data-layout="off-canvas"][data-direction="rtl"].layout-collapsed .sidebar-outer-wrapper {
    transform: translate3d(-220px, 0, 0);
}

[data-layout="off-canvas"][data-direction="rtl"].layout-collapsed .navbar {
    transform: translate3d(-220px, 0, 0);
}

[data-layout="off-canvas"][data-direction="rtl"].layout-collapsed .main {
    transform: translate3d(-220px, 0, 0);
}

.fa-caret-down {
    transition: all 0.4s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.sidebar-1 {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 100%;
    font-size: 14px;
}

[data-layout="collapsed-sidebar"] .sidebar-1 {
    max-width: 80px;
}

.sidebar-1 .profile {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}

.sidebar-1 .profile .social-media {
    margin: 10px;
}

.sidebar-1 .profile .close-sidebar {
    position: absolute;
    top: 0;
    right: 10px;
    display: block;
    height: 30px;
    width: 30px;
}

[data-direction="rtl"] .sidebar-1 .profile .close-sidebar {
    right: 180px !important;
}

[data-layout="default-sidebar"] .sidebar-1 .profile .close-sidebar,
[data-layout="collapsed-sidebar"] .sidebar-1 .profile .close-sidebar,
[data-layout="off-canvas"] .sidebar-1 .profile .close-sidebar,
[data-layout="horizontal-navigation-1"] .sidebar-1 .profile .close-sidebar,
[data-layout="horizontal-navigation-2"] .sidebar-1 .profile .close-sidebar,
[data-layout="horizontal-navigation-3"] .sidebar-1 .profile .close-sidebar,
[data-layout="left-sidebar-under"] .sidebar-1 .profile .close-sidebar {
    display: none;
}

[data-layout="collapsed-sidebar"] .sidebar-1 .profile {
    height: 100px;
    margin-bottom: 0;
}

.sidebar-1 .profile-image {
    position: relative;
    width: 80px;
}

.sidebar-1 .profile-image img {
    border-style: solid;
    border-width: 2px;
    float: none;
    margin: 20px 0 20px 10px;
}

[data-direction="rtl"] .sidebar-1 .profile-image img {
    float: none;
    margin: 20px 10px 20px 0;
}

[data-layout="collapsed-sidebar"] .sidebar-1 .profile-image {
    width: 60px;
}

[data-layout="collapsed-sidebar"] .sidebar-1 .profile-image img {
    margin: 20px 10px;
}

.sidebar-1 .profile-title {
    text-align: left;
    margin-bottom: 5px;
    margin-left: 10px;
}

[data-direction="rtl"] .sidebar-1 .profile-title {
    text-align: right;
    margin-right: 10px;
    margin-left: 0;
}

.sidebar-1 .profile-subtitle {
    text-align: left;
    text-transform: lowercase;
    margin-left: 10px;
}

[data-direction="rtl"] .sidebar-1 .profile-subtitle {
    text-align: right;
    margin-right: 10px;
    margin-left: 0;
}

.sidebar-1 .profile-toggle {
    margin-top: -3px;
    float: right;
}

[data-direction="rtl"] .sidebar-1 .profile-toggle {
    float: left;
}

[data-layout="collapsed-sidebar"] .sidebar-1 .profile-title,
[data-layout="collapsed-sidebar"] .sidebar-1 .profile-subtitle,
[data-layout="collapsed-sidebar"] .sidebar-1 .profile-toggle {
    display: none;
}

.sidebar-1 .sidebar-section {
    margin-bottom: 20px;
}

[data-layout="collapsed-sidebar"] .sidebar-1 .sidebar-section {
    margin-bottom: 0;
}

.sidebar-1 .section-title {
    margin: 0 10px 10px 10px;
    text-transform: uppercase;
    font-weight: bold;
}

[data-layout="collapsed-sidebar"] .sidebar-1 .section-title {
    display: none;
}

.sidebar-1 ul {
    margin: 0;
    padding: 0;
    transition: all 0.4s ease-in-out;
}

.sidebar-1 ul li ul {
    max-height: 0;
    overflow: hidden;
}

.sidebar-1 ul li ul.active {
    max-height: 2400px;
}

.sidebar-1 .section-content a {
    display: block;
    width: 100%;
    padding: 0 12px;
    line-height: 44px;
    height: 44px;
    white-space: nowrap;
    overflow: hidden;
    text-decoration: none !important;
    position: relative;
}

.sidebar-1 .section-content a .md-icon {
    font-size: 16px;
}

.sidebar-1 .section-content a .md-icon.pull-left {
    margin: 14px 0 0 0;
    min-width: 35px;
}

.sidebar-1 .section-content a i.pull-right {
    margin: 13px 0 0 10px;
}

.sidebar-1 .section-content a > .tag {
    margin: 11px 4px 0 0;
}

.sidebar-1 .section-content a:hover, .sidebar-1 .section-content a:focus, .sidebar-1 .section-content a:active {
    text-decoration: none !important;
}

[data-direction="rtl"] .sidebar-1 .section-content a i.pull-right {
    margin: 13px 10px 0 0;
}

[data-direction="rtl"] .sidebar-1 .section-content a > .tag {
    margin: 11px 0 0 4px;
}

[data-layout="collapsed-sidebar"] .sidebar-1 .section-content > li > a {
    position: relative;
    display: block;
    height: 80px !important;
    padding: 0;
    text-align: center;
    white-space: nowrap;
    text-decoration: none !important;
    border-bottom: 1px solid transparent;
    width: 100%;
}

[data-layout="collapsed-sidebar"] .sidebar-1 .section-content > li > a .md-icon.pull-left {
    font-size: 18px;
    margin: 0;
    float: none !important;
    position: absolute;
    top: 16px;
    left: 0;
    right: 0;
}

[data-layout="collapsed-sidebar"] .sidebar-1 .section-content > li > a i.pull-right {
    display: none;
}

[data-layout="collapsed-sidebar"] .sidebar-1 .section-content > li > a > .tag {
    position: absolute;
    top: -5px;
    right: 1px;
}

[data-layout="collapsed-sidebar"] .sidebar-1 .section-content > li > a > .tag.tag-pill {
    display: none;
}

[data-layout="collapsed-sidebar"] .sidebar-1 .section-content > li > a > .title {
    display: block !important;
    font-size: 12px;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    width: 100%;
}

[data-direction="rtl"][data-layout="collapsed-sidebar"] .sidebar-1 .section-content > li > a > .tag {
    right: 53px !important;
}

.sidebar-1 .l2 li a {
    padding-left: 15px;
}

.sidebar-1 .l3 li a {
    padding-left: 30px;
}

.sidebar-1 .l4 li a {
    padding-left: 45px;
}

.sidebar-1 .l5 li a {
    padding-left: 60px;
}

[data-direction="rtl"] .sidebar-1 .l2 li a {
    padding-left: 12px;
    padding-right: 15px;
}

[data-direction="rtl"] .sidebar-1 .l3 li a {
    padding-left: 12px;
    padding-right: 30px;
}

[data-direction="rtl"] .sidebar-1 .l4 li a {
    padding-left: 12px;
    padding-right: 45px;
}

[data-direction="rtl"] .sidebar-1 .l5 li a {
    padding-left: 12px;
    padding-right: 60px;
}

[data-layout="collapsed-sidebar"] .sidebar-1 .multi-level-menu {
    display: none;
}

[data-layout="collapsed-sidebar"] .sidebar-1 .l1 li {
    position: relative !important;
}

[data-layout="collapsed-sidebar"] .sidebar-1 .l1 li:hover .l2 {
    display: block;
}

[data-layout="collapsed-sidebar"] .sidebar-1 .l1 .l2 {
    position: absolute;
    top: 0;
    left: 80px;
    min-width: 600px;
    max-height: 620px;
    height: auto;
    padding: 0px;
    display: none;
    z-index: 1031;
}

[data-layout="collapsed-sidebar"] .sidebar-1 .l1 .l2 li a {
    height: 44px !important;
    line-height: 44px !important;
    width: 200px !important;
    padding: 0px;
    display: block;
    float: left;
    margin: 0px;
    border-bottom: 0;
    text-align: left !important;
}

[data-layout="collapsed-sidebar"] .sidebar-1 .l1 .l2 li a > span {
    padding-left: 20px;
}

[data-direction="rtl"][data-layout="collapsed-sidebar"] .sidebar-1 .l1 .l2 {
    position: absolute;
    top: 0;
    right: 79px;
}

[data-direction="rtl"][data-layout="collapsed-sidebar"] .sidebar-1 .l1 .l2 li a {
    float: right;
    text-align: right !important;
}

[data-direction="rtl"][data-layout="collapsed-sidebar"] .sidebar-1 .l1 .l2 li a > span {
    padding-left: 0;
    padding-right: 20px;
}

.sidebar-1 .account-links {
    max-height: 0;
    overflow: hidden;
    margin-bottom: 0px;
    transition: all 0.4s ease-in-out;
}

.sidebar-1 .account-links.account-links-open {
    max-height: 400px;
    margin-bottom: 20px;
}

[data-layout="collapsed-sidebar"] .sidebar-1 .account-links-open {
    display: none;
}

.sidebar-1 .sidebar-progress {
    margin-bottom: 30px;
}

.sidebar-1 .sidebar-progress h5 {
    margin: 0 10px 10px 10px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
}

.sidebar-1 .sidebar-progress .number {
    font-size: 12px;
    margin-top: -6px;
    display: block;
}

.sidebar-1 .sidebar-tags {
    margin-bottom: 30px;
}

.sidebar-1 .sidebar-tags h5 {
    margin: 0 10px 10px 10px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
}

.sidebar-1 .sidebar-tags li {
    width: 100%;
    padding: 5px 15px;
}

[data-layout="collapsed-sidebar"] .sidebar-1 .sidebar-tags,
[data-layout="collapsed-sidebar"] .sidebar-1 .sidebar-progress {
    display: none;
}

[data-palette="palette-1"] .sidebar-placeholder,
[data-palette="palette-1"] .sidebar-outer-wrapper,
[data-palette="palette-1"] .sidebar-inner-wrapper,
[data-palette="palette-1"] .sidebar-1 {
    background: #3e3e3e !important;
    color: #ffffff !important;
}

[data-palette="palette-1"] .sidebar-1 {
    border-right: 1px solid #3e3e3e !important;
}

[data-palette="palette-1"] .sidebar-1 .profile .profile-image {
    border-color: #ffffff !important;
}

[data-palette="palette-1"] .sidebar-1 .profile .profile-title, [data-palette="palette-1"] .sidebar-1 .profile .profile-subtitle {
    color: #ffffff !important;
}

[data-palette="palette-1"] .sidebar-1 a {
    color: #ffffff !important;
}

[data-palette="palette-1"] .sidebar-1 a i {
    color: #ffffff !important;
}

[data-palette="palette-1"] .sidebar-1 a:hover i, [data-palette="palette-1"] .sidebar-1 a:focus i {
    color: #ffffff !important;
}

[data-palette="palette-1"] .sidebar-1 .btn i {
    color: #ffffff !important;
}

[data-palette="palette-1"] .sidebar-1 .btn:hover i, [data-palette="palette-1"] .sidebar-1 .btn:focus i {
    color: #ffffff !important;
}

[data-palette="palette-1"] .sidebar-1 .sideline:hover {
    position: relative;
}

[data-palette="palette-1"] .sidebar-1 .sideline:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background-color: #5cb85c;
}

[data-palette="palette-1"] .sidebar-1 .sideline-active {
    position: relative;
}

[data-palette="palette-1"] .sidebar-1 .sideline-active:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background-color: #5cb85c;
}

[data-palette="palette-1"] .sidebar-1 .section-content a {
    background: #3e3e3e !important;
    color: #ffffff !important;
}

[data-palette="palette-1"] .sidebar-1 .section-content a:hover, [data-palette="palette-1"] .sidebar-1 .section-content a:focus, [data-palette="palette-1"] .sidebar-1 .section-content a:active {
    background: #313131 !important;
    color: #ffffff !important;
}

[data-palette="palette-1"] .sidebar-1 .l2 {
    background: #3e3e3e !important;
    color: #ffffff !important;
}

[data-palette="palette-1"] .sidebar-1 .sidebar-tags li .color-warning, [data-palette="palette-1"] .sidebar-1 .sidebar-tags li .btn.btn-warning.btn-outline, [data-palette="palette-1"] .sidebar-1 .sidebar-tags li .btn.btn-warning.btn-outline i, .btn.btn-warning.btn-outline [data-palette="palette-1"] .sidebar-1 .sidebar-tags li i {
    color: #f0ad4e !important;
}

[data-palette="palette-1"] .sidebar-1 .sidebar-tags li .color-success, [data-palette="palette-1"] .sidebar-1 .sidebar-tags li .btn.btn-success.btn-outline, [data-palette="palette-1"] .sidebar-1 .sidebar-tags li .btn.btn-success.btn-outline i, .btn.btn-success.btn-outline [data-palette="palette-1"] .sidebar-1 .sidebar-tags li i {
    color: #5cb85c !important;
}

[data-palette="palette-1"] .sidebar-1 .sidebar-tags li .color-danger, [data-palette="palette-1"] .sidebar-1 .sidebar-tags li .btn.btn-danger.btn-outline, [data-palette="palette-1"] .sidebar-1 .sidebar-tags li .btn.btn-danger.btn-outline i, .btn.btn-danger.btn-outline [data-palette="palette-1"] .sidebar-1 .sidebar-tags li i {
    color: #d9534f !important;
}

[data-palette="palette-1"] .sidebar-1 .profile-toggle .btn.btn-default {
    color: #ffffff !important;
}

[data-palette="palette-1"] .sidebar-1 .profile-toggle .btn.btn-default:hover, [data-palette="palette-1"] .sidebar-1 .profile-toggle .btn.btn-default:active, [data-palette="palette-1"] .sidebar-1 .profile-toggle .btn.btn-default:focus {
    color: #ffffff !important;
}

[data-palette="palette-1"] .sidebar-1 .close-sidebar.btn.btn-default {
    color: #ffffff !important;
}

[data-palette="palette-1"] .sidebar-1 .close-sidebar.btn.btn-default:hover, [data-palette="palette-1"] .sidebar-1 .close-sidebar.btn.btn-default:active, [data-palette="palette-1"] .sidebar-1 .close-sidebar.btn.btn-default:focus {
    color: #ffffff !important;
}

[data-palette="palette-1"][data-direction="rtl"] .sidebar-1 {
    border-right: 0 !important;
    border-left: 1px solid #3e3e3e !important;
}

[data-palette="palette-1"][data-direction="rtl"] .sidebar-1 .sideline:hover {
    position: relative;
}

[data-palette="palette-1"][data-direction="rtl"] .sidebar-1 .sideline:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 4px;
    height: 100%;
    background-color: #5cb85c;
}

[data-palette="palette-1"][data-direction="rtl"] .sidebar-1 .sideline-active {
    position: relative;
}

[data-palette="palette-1"][data-direction="rtl"] .sidebar-1 .sideline-active:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 4px;
    height: 100%;
    background-color: #5cb85c;
}

[data-palette="palette-1"][data-layout="collapsed-sidebar"] .l1 a {
    border-bottom: 1px solid #3e3e3e !important;
    cursor: pointer;
}

[data-palette="palette-1"][data-layout="collapsed-sidebar"] .l1 a:first-child {
    border-top: 1px solid #3e3e3e !important;
}

[data-palette="palette-2"] .sidebar-placeholder,
[data-palette="palette-2"] .sidebar-outer-wrapper,
[data-palette="palette-2"] .sidebar-inner-wrapper,
[data-palette="palette-2"] .sidebar-1 {
    background: #3c414f !important;
    color: #ffffff !important;
}

[data-palette="palette-2"] .sidebar-1 {
    border-right: 1px solid #3c414f !important;
}

[data-palette="palette-2"] .sidebar-1 .profile .profile-image {
    border-color: #ffffff !important;
}

[data-palette="palette-2"] .sidebar-1 .profile .profile-title, [data-palette="palette-2"] .sidebar-1 .profile .profile-subtitle {
    color: #ffffff !important;
}

[data-palette="palette-2"] .sidebar-1 a {
    color: #ffffff !important;
}

[data-palette="palette-2"] .sidebar-1 a i {
    color: #ffffff !important;
}

[data-palette="palette-2"] .sidebar-1 a:hover i, [data-palette="palette-2"] .sidebar-1 a:focus i {
    color: #ffffff !important;
}

[data-palette="palette-2"] .sidebar-1 .btn i {
    color: #ffffff !important;
}

[data-palette="palette-2"] .sidebar-1 .btn:hover i, [data-palette="palette-2"] .sidebar-1 .btn:focus i {
    color: #ffffff !important;
}

[data-palette="palette-2"] .sidebar-1 .sideline:hover {
    position: relative;
}

[data-palette="palette-2"] .sidebar-1 .sideline:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background-color: #5cb85c;
}

[data-palette="palette-2"] .sidebar-1 .sideline-active {
    position: relative;
}

[data-palette="palette-2"] .sidebar-1 .sideline-active:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background-color: #5cb85c;
}

[data-palette="palette-2"] .sidebar-1 .section-content a {
    background: #3c414f !important;
    color: #ffffff !important;
}

[data-palette="palette-2"] .sidebar-1 .section-content a:hover, [data-palette="palette-2"] .sidebar-1 .section-content a:focus, [data-palette="palette-2"] .sidebar-1 .section-content a:active {
    background: #313540 !important;
    color: #ffffff !important;
}

[data-palette="palette-2"] .sidebar-1 .l2 {
    background: #3c414f !important;
    color: #ffffff !important;
}

[data-palette="palette-2"] .sidebar-1 .sidebar-tags li .color-warning, [data-palette="palette-2"] .sidebar-1 .sidebar-tags li .btn.btn-warning.btn-outline, [data-palette="palette-2"] .sidebar-1 .sidebar-tags li .btn.btn-warning.btn-outline i, .btn.btn-warning.btn-outline [data-palette="palette-2"] .sidebar-1 .sidebar-tags li i {
    color: #f0ad4e !important;
}

[data-palette="palette-2"] .sidebar-1 .sidebar-tags li .color-success, [data-palette="palette-2"] .sidebar-1 .sidebar-tags li .btn.btn-success.btn-outline, [data-palette="palette-2"] .sidebar-1 .sidebar-tags li .btn.btn-success.btn-outline i, .btn.btn-success.btn-outline [data-palette="palette-2"] .sidebar-1 .sidebar-tags li i {
    color: #5cb85c !important;
}

[data-palette="palette-2"] .sidebar-1 .sidebar-tags li .color-danger, [data-palette="palette-2"] .sidebar-1 .sidebar-tags li .btn.btn-danger.btn-outline, [data-palette="palette-2"] .sidebar-1 .sidebar-tags li .btn.btn-danger.btn-outline i, .btn.btn-danger.btn-outline [data-palette="palette-2"] .sidebar-1 .sidebar-tags li i {
    color: #d9534f !important;
}

[data-palette="palette-2"] .sidebar-1 .profile-toggle .btn.btn-default {
    color: #ffffff !important;
}

[data-palette="palette-2"] .sidebar-1 .profile-toggle .btn.btn-default:hover, [data-palette="palette-2"] .sidebar-1 .profile-toggle .btn.btn-default:active, [data-palette="palette-2"] .sidebar-1 .profile-toggle .btn.btn-default:focus {
    color: #ffffff !important;
}

[data-palette="palette-2"] .sidebar-1 .close-sidebar.btn.btn-default {
    color: #ffffff !important;
}

[data-palette="palette-2"] .sidebar-1 .close-sidebar.btn.btn-default:hover, [data-palette="palette-2"] .sidebar-1 .close-sidebar.btn.btn-default:active, [data-palette="palette-2"] .sidebar-1 .close-sidebar.btn.btn-default:focus {
    color: #ffffff !important;
}

[data-palette="palette-2"][data-direction="rtl"] .sidebar-1 {
    border-right: 0 !important;
    border-left: 1px solid #3c414f !important;
}

[data-palette="palette-2"][data-direction="rtl"] .sidebar-1 .sideline:hover {
    position: relative;
}

[data-palette="palette-2"][data-direction="rtl"] .sidebar-1 .sideline:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 4px;
    height: 100%;
    background-color: #5cb85c;
}

[data-palette="palette-2"][data-direction="rtl"] .sidebar-1 .sideline-active {
    position: relative;
}

[data-palette="palette-2"][data-direction="rtl"] .sidebar-1 .sideline-active:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 4px;
    height: 100%;
    background-color: #5cb85c;
}

[data-palette="palette-2"][data-layout="collapsed-sidebar"] .l1 a {
    border-bottom: 1px solid #3c414f !important;
    cursor: pointer;
}

[data-palette="palette-2"][data-layout="collapsed-sidebar"] .l1 a:first-child {
    border-top: 1px solid #3c414f !important;
}

[data-palette="palette-3"] .sidebar-placeholder,
[data-palette="palette-3"] .sidebar-outer-wrapper,
[data-palette="palette-3"] .sidebar-inner-wrapper,
[data-palette="palette-3"] .sidebar-1 {
    background: #1a1a1a !important;
    color: #ffffff !important;
}

[data-palette="palette-3"] .sidebar-1 {
    border-right: 1px solid #1a1a1a !important;
}

[data-palette="palette-3"] .sidebar-1 .profile .profile-image {
    border-color: #ffffff !important;
}

[data-palette="palette-3"] .sidebar-1 .profile .profile-title, [data-palette="palette-3"] .sidebar-1 .profile .profile-subtitle {
    color: #ffffff !important;
}

[data-palette="palette-3"] .sidebar-1 a {
    color: #ffffff !important;
}

[data-palette="palette-3"] .sidebar-1 a i {
    color: #ffffff !important;
}

[data-palette="palette-3"] .sidebar-1 a:hover i, [data-palette="palette-3"] .sidebar-1 a:focus i {
    color: #ffffff !important;
}

[data-palette="palette-3"] .sidebar-1 .btn i {
    color: #ffffff !important;
}

[data-palette="palette-3"] .sidebar-1 .btn:hover i, [data-palette="palette-3"] .sidebar-1 .btn:focus i {
    color: #ffffff !important;
}

[data-palette="palette-3"] .sidebar-1 .sideline:hover {
    position: relative;
}

[data-palette="palette-3"] .sidebar-1 .sideline:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background-color: #5cb85c;
}

[data-palette="palette-3"] .sidebar-1 .sideline-active {
    position: relative;
}

[data-palette="palette-3"] .sidebar-1 .sideline-active:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background-color: #5cb85c;
}

[data-palette="palette-3"] .sidebar-1 .section-content a {
    background: #1a1a1a !important;
    color: #ffffff !important;
}

[data-palette="palette-3"] .sidebar-1 .section-content a:hover, [data-palette="palette-3"] .sidebar-1 .section-content a:focus, [data-palette="palette-3"] .sidebar-1 .section-content a:active {
    background: #0d0d0d !important;
    color: #ffffff !important;
}

[data-palette="palette-3"] .sidebar-1 .l2 {
    background: #1a1a1a !important;
    color: #ffffff !important;
}

[data-palette="palette-3"] .sidebar-1 .sidebar-tags li .color-warning, [data-palette="palette-3"] .sidebar-1 .sidebar-tags li .btn.btn-warning.btn-outline, [data-palette="palette-3"] .sidebar-1 .sidebar-tags li .btn.btn-warning.btn-outline i, .btn.btn-warning.btn-outline [data-palette="palette-3"] .sidebar-1 .sidebar-tags li i {
    color: #f0ad4e !important;
}

[data-palette="palette-3"] .sidebar-1 .sidebar-tags li .color-success, [data-palette="palette-3"] .sidebar-1 .sidebar-tags li .btn.btn-success.btn-outline, [data-palette="palette-3"] .sidebar-1 .sidebar-tags li .btn.btn-success.btn-outline i, .btn.btn-success.btn-outline [data-palette="palette-3"] .sidebar-1 .sidebar-tags li i {
    color: #5cb85c !important;
}

[data-palette="palette-3"] .sidebar-1 .sidebar-tags li .color-danger, [data-palette="palette-3"] .sidebar-1 .sidebar-tags li .btn.btn-danger.btn-outline, [data-palette="palette-3"] .sidebar-1 .sidebar-tags li .btn.btn-danger.btn-outline i, .btn.btn-danger.btn-outline [data-palette="palette-3"] .sidebar-1 .sidebar-tags li i {
    color: #d9534f !important;
}

[data-palette="palette-3"] .sidebar-1 .profile-toggle .btn.btn-default {
    color: #ffffff !important;
}

[data-palette="palette-3"] .sidebar-1 .profile-toggle .btn.btn-default:hover, [data-palette="palette-3"] .sidebar-1 .profile-toggle .btn.btn-default:active, [data-palette="palette-3"] .sidebar-1 .profile-toggle .btn.btn-default:focus {
    color: #ffffff !important;
}

[data-palette="palette-3"] .sidebar-1 .close-sidebar.btn.btn-default {
    color: #ffffff !important;
}

[data-palette="palette-3"] .sidebar-1 .close-sidebar.btn.btn-default:hover, [data-palette="palette-3"] .sidebar-1 .close-sidebar.btn.btn-default:active, [data-palette="palette-3"] .sidebar-1 .close-sidebar.btn.btn-default:focus {
    color: #ffffff !important;
}

[data-palette="palette-3"][data-direction="rtl"] .sidebar-1 {
    border-right: 0 !important;
    border-left: 1px solid #1a1a1a !important;
}

[data-palette="palette-3"][data-direction="rtl"] .sidebar-1 .sideline:hover {
    position: relative;
}

[data-palette="palette-3"][data-direction="rtl"] .sidebar-1 .sideline:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 4px;
    height: 100%;
    background-color: #5cb85c;
}

[data-palette="palette-3"][data-direction="rtl"] .sidebar-1 .sideline-active {
    position: relative;
}

[data-palette="palette-3"][data-direction="rtl"] .sidebar-1 .sideline-active:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 4px;
    height: 100%;
    background-color: #5cb85c;
}

[data-palette="palette-3"][data-layout="collapsed-sidebar"] .l1 a {
    border-bottom: 1px solid #1a1a1a !important;
    cursor: pointer;
}

[data-palette="palette-3"][data-layout="collapsed-sidebar"] .l1 a:first-child {
    border-top: 1px solid #1a1a1a !important;
}

[data-palette="palette-4"] .sidebar-placeholder,
[data-palette="palette-4"] .sidebar-outer-wrapper,
[data-palette="palette-4"] .sidebar-inner-wrapper,
[data-palette="palette-4"] .sidebar-1 {
    background: #1a1a1a !important;
    color: #ffffff !important;
}

[data-palette="palette-4"] .sidebar-1 {
    border-right: 1px solid #1a1a1a !important;
}

[data-palette="palette-4"] .sidebar-1 .profile .profile-image {
    border-color: #ffffff !important;
}

[data-palette="palette-4"] .sidebar-1 .profile .profile-title, [data-palette="palette-4"] .sidebar-1 .profile .profile-subtitle {
    color: #ffffff !important;
}

[data-palette="palette-4"] .sidebar-1 a {
    color: #ffffff !important;
}

[data-palette="palette-4"] .sidebar-1 a i {
    color: #ffffff !important;
}

[data-palette="palette-4"] .sidebar-1 a:hover i, [data-palette="palette-4"] .sidebar-1 a:focus i {
    color: #ffffff !important;
}

[data-palette="palette-4"] .sidebar-1 .btn i {
    color: #ffffff !important;
}

[data-palette="palette-4"] .sidebar-1 .btn:hover i, [data-palette="palette-4"] .sidebar-1 .btn:focus i {
    color: #ffffff !important;
}

[data-palette="palette-4"] .sidebar-1 .sideline:hover {
    position: relative;
}

[data-palette="palette-4"] .sidebar-1 .sideline:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background-color: #d9534f;
}

[data-palette="palette-4"] .sidebar-1 .sideline-active {
    position: relative;
}

[data-palette="palette-4"] .sidebar-1 .sideline-active:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background-color: #d9534f;
}

[data-palette="palette-4"] .sidebar-1 .section-content a {
    background: #1a1a1a !important;
    color: #ffffff !important;
}

[data-palette="palette-4"] .sidebar-1 .section-content a:hover, [data-palette="palette-4"] .sidebar-1 .section-content a:focus, [data-palette="palette-4"] .sidebar-1 .section-content a:active {
    background: #0d0d0d !important;
    color: #ffffff !important;
}

[data-palette="palette-4"] .sidebar-1 .l2 {
    background: #1a1a1a !important;
    color: #ffffff !important;
}

[data-palette="palette-4"] .sidebar-1 .sidebar-tags li .color-warning, [data-palette="palette-4"] .sidebar-1 .sidebar-tags li .btn.btn-warning.btn-outline, [data-palette="palette-4"] .sidebar-1 .sidebar-tags li .btn.btn-warning.btn-outline i, .btn.btn-warning.btn-outline [data-palette="palette-4"] .sidebar-1 .sidebar-tags li i {
    color: #f0ad4e !important;
}

[data-palette="palette-4"] .sidebar-1 .sidebar-tags li .color-success, [data-palette="palette-4"] .sidebar-1 .sidebar-tags li .btn.btn-success.btn-outline, [data-palette="palette-4"] .sidebar-1 .sidebar-tags li .btn.btn-success.btn-outline i, .btn.btn-success.btn-outline [data-palette="palette-4"] .sidebar-1 .sidebar-tags li i {
    color: #5cb85c !important;
}

[data-palette="palette-4"] .sidebar-1 .sidebar-tags li .color-danger, [data-palette="palette-4"] .sidebar-1 .sidebar-tags li .btn.btn-danger.btn-outline, [data-palette="palette-4"] .sidebar-1 .sidebar-tags li .btn.btn-danger.btn-outline i, .btn.btn-danger.btn-outline [data-palette="palette-4"] .sidebar-1 .sidebar-tags li i {
    color: #d9534f !important;
}

[data-palette="palette-4"] .sidebar-1 .profile-toggle .btn.btn-default {
    color: #ffffff !important;
}

[data-palette="palette-4"] .sidebar-1 .profile-toggle .btn.btn-default:hover, [data-palette="palette-4"] .sidebar-1 .profile-toggle .btn.btn-default:active, [data-palette="palette-4"] .sidebar-1 .profile-toggle .btn.btn-default:focus {
    color: #ffffff !important;
}

[data-palette="palette-4"] .sidebar-1 .close-sidebar.btn.btn-default {
    color: #ffffff !important;
}

[data-palette="palette-4"] .sidebar-1 .close-sidebar.btn.btn-default:hover, [data-palette="palette-4"] .sidebar-1 .close-sidebar.btn.btn-default:active, [data-palette="palette-4"] .sidebar-1 .close-sidebar.btn.btn-default:focus {
    color: #ffffff !important;
}

[data-palette="palette-4"][data-direction="rtl"] .sidebar-1 {
    border-right: 0 !important;
    border-left: 1px solid #1a1a1a !important;
}

[data-palette="palette-4"][data-direction="rtl"] .sidebar-1 .sideline:hover {
    position: relative;
}

[data-palette="palette-4"][data-direction="rtl"] .sidebar-1 .sideline:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 4px;
    height: 100%;
    background-color: #d9534f;
}

[data-palette="palette-4"][data-direction="rtl"] .sidebar-1 .sideline-active {
    position: relative;
}

[data-palette="palette-4"][data-direction="rtl"] .sidebar-1 .sideline-active:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 4px;
    height: 100%;
    background-color: #d9534f;
}

[data-palette="palette-4"][data-layout="collapsed-sidebar"] .l1 a {
    border-bottom: 1px solid #1a1a1a !important;
    cursor: pointer;
}

[data-palette="palette-4"][data-layout="collapsed-sidebar"] .l1 a:first-child {
    border-top: 1px solid #1a1a1a !important;
}

[data-palette="palette-5"] .sidebar-placeholder,
[data-palette="palette-5"] .sidebar-outer-wrapper,
[data-palette="palette-5"] .sidebar-inner-wrapper,
[data-palette="palette-5"] .sidebar-1 {
    background: #3c414f !important;
    color: #ffffff !important;
}

[data-palette="palette-5"] .sidebar-1 {
    border-right: 1px solid #3c414f !important;
}

[data-palette="palette-5"] .sidebar-1 .profile .profile-image {
    border-color: #ffffff !important;
}

[data-palette="palette-5"] .sidebar-1 .profile .profile-title, [data-palette="palette-5"] .sidebar-1 .profile .profile-subtitle {
    color: #ffffff !important;
}

[data-palette="palette-5"] .sidebar-1 a {
    color: #ffffff !important;
}

[data-palette="palette-5"] .sidebar-1 a i {
    color: #ffffff !important;
}

[data-palette="palette-5"] .sidebar-1 a:hover i, [data-palette="palette-5"] .sidebar-1 a:focus i {
    color: #ffffff !important;
}

[data-palette="palette-5"] .sidebar-1 .btn i {
    color: #ffffff !important;
}

[data-palette="palette-5"] .sidebar-1 .btn:hover i, [data-palette="palette-5"] .sidebar-1 .btn:focus i {
    color: #ffffff !important;
}

[data-palette="palette-5"] .sidebar-1 .sideline:hover {
    position: relative;
}

[data-palette="palette-5"] .sidebar-1 .sideline:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background-color: #d9534f;
}

[data-palette="palette-5"] .sidebar-1 .sideline-active {
    position: relative;
}

[data-palette="palette-5"] .sidebar-1 .sideline-active:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background-color: #d9534f;
}

[data-palette="palette-5"] .sidebar-1 .section-content a {
    background: #3c414f !important;
    color: #ffffff !important;
}

[data-palette="palette-5"] .sidebar-1 .section-content a:hover, [data-palette="palette-5"] .sidebar-1 .section-content a:focus, [data-palette="palette-5"] .sidebar-1 .section-content a:active {
    background: #313540 !important;
    color: #ffffff !important;
}

[data-palette="palette-5"] .sidebar-1 .l2 {
    background: #3c414f !important;
    color: #ffffff !important;
}

[data-palette="palette-5"] .sidebar-1 .sidebar-tags li .color-warning, [data-palette="palette-5"] .sidebar-1 .sidebar-tags li .btn.btn-warning.btn-outline, [data-palette="palette-5"] .sidebar-1 .sidebar-tags li .btn.btn-warning.btn-outline i, .btn.btn-warning.btn-outline [data-palette="palette-5"] .sidebar-1 .sidebar-tags li i {
    color: #f0ad4e !important;
}

[data-palette="palette-5"] .sidebar-1 .sidebar-tags li .color-success, [data-palette="palette-5"] .sidebar-1 .sidebar-tags li .btn.btn-success.btn-outline, [data-palette="palette-5"] .sidebar-1 .sidebar-tags li .btn.btn-success.btn-outline i, .btn.btn-success.btn-outline [data-palette="palette-5"] .sidebar-1 .sidebar-tags li i {
    color: #5cb85c !important;
}

[data-palette="palette-5"] .sidebar-1 .sidebar-tags li .color-danger, [data-palette="palette-5"] .sidebar-1 .sidebar-tags li .btn.btn-danger.btn-outline, [data-palette="palette-5"] .sidebar-1 .sidebar-tags li .btn.btn-danger.btn-outline i, .btn.btn-danger.btn-outline [data-palette="palette-5"] .sidebar-1 .sidebar-tags li i {
    color: #d9534f !important;
}

[data-palette="palette-5"] .sidebar-1 .profile-toggle .btn.btn-default {
    color: #ffffff !important;
}

[data-palette="palette-5"] .sidebar-1 .profile-toggle .btn.btn-default:hover, [data-palette="palette-5"] .sidebar-1 .profile-toggle .btn.btn-default:active, [data-palette="palette-5"] .sidebar-1 .profile-toggle .btn.btn-default:focus {
    color: #ffffff !important;
}

[data-palette="palette-5"] .sidebar-1 .close-sidebar.btn.btn-default {
    color: #ffffff !important;
}

[data-palette="palette-5"] .sidebar-1 .close-sidebar.btn.btn-default:hover, [data-palette="palette-5"] .sidebar-1 .close-sidebar.btn.btn-default:active, [data-palette="palette-5"] .sidebar-1 .close-sidebar.btn.btn-default:focus {
    color: #ffffff !important;
}

[data-palette="palette-5"][data-direction="rtl"] .sidebar-1 {
    border-right: 0 !important;
    border-left: 1px solid #3c414f !important;
}

[data-palette="palette-5"][data-direction="rtl"] .sidebar-1 .sideline:hover {
    position: relative;
}

[data-palette="palette-5"][data-direction="rtl"] .sidebar-1 .sideline:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 4px;
    height: 100%;
    background-color: #d9534f;
}

[data-palette="palette-5"][data-direction="rtl"] .sidebar-1 .sideline-active {
    position: relative;
}

[data-palette="palette-5"][data-direction="rtl"] .sidebar-1 .sideline-active:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 4px;
    height: 100%;
    background-color: #d9534f;
}

[data-palette="palette-5"][data-layout="collapsed-sidebar"] .l1 a {
    border-bottom: 1px solid #3c414f !important;
    cursor: pointer;
}

[data-palette="palette-5"][data-layout="collapsed-sidebar"] .l1 a:first-child {
    border-top: 1px solid #3c414f !important;
}

[data-palette="palette-6"] .sidebar-placeholder,
[data-palette="palette-6"] .sidebar-outer-wrapper,
[data-palette="palette-6"] .sidebar-inner-wrapper,
[data-palette="palette-6"] .sidebar-1 {
    background: #3e3e3e !important;
    color: #ffffff !important;
}

[data-palette="palette-6"] .sidebar-1 {
    border-right: 1px solid #3e3e3e !important;
}

[data-palette="palette-6"] .sidebar-1 .profile .profile-image {
    border-color: #ffffff !important;
}

[data-palette="palette-6"] .sidebar-1 .profile .profile-title, [data-palette="palette-6"] .sidebar-1 .profile .profile-subtitle {
    color: #ffffff !important;
}

[data-palette="palette-6"] .sidebar-1 a {
    color: #ffffff !important;
}

[data-palette="palette-6"] .sidebar-1 a i {
    color: #ffffff !important;
}

[data-palette="palette-6"] .sidebar-1 a:hover i, [data-palette="palette-6"] .sidebar-1 a:focus i {
    color: #ffffff !important;
}

[data-palette="palette-6"] .sidebar-1 .btn i {
    color: #ffffff !important;
}

[data-palette="palette-6"] .sidebar-1 .btn:hover i, [data-palette="palette-6"] .sidebar-1 .btn:focus i {
    color: #ffffff !important;
}

[data-palette="palette-6"] .sidebar-1 .sideline:hover {
    position: relative;
}

[data-palette="palette-6"] .sidebar-1 .sideline:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background-color: #d9534f;
}

[data-palette="palette-6"] .sidebar-1 .sideline-active {
    position: relative;
}

[data-palette="palette-6"] .sidebar-1 .sideline-active:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background-color: #d9534f;
}

[data-palette="palette-6"] .sidebar-1 .section-content a {
    background: #3e3e3e !important;
    color: #ffffff !important;
}

[data-palette="palette-6"] .sidebar-1 .section-content a:hover, [data-palette="palette-6"] .sidebar-1 .section-content a:focus, [data-palette="palette-6"] .sidebar-1 .section-content a:active {
    background: #313131 !important;
    color: #ffffff !important;
}

[data-palette="palette-6"] .sidebar-1 .l2 {
    background: #3e3e3e !important;
    color: #ffffff !important;
}

[data-palette="palette-6"] .sidebar-1 .sidebar-tags li .color-warning, [data-palette="palette-6"] .sidebar-1 .sidebar-tags li .btn.btn-warning.btn-outline, [data-palette="palette-6"] .sidebar-1 .sidebar-tags li .btn.btn-warning.btn-outline i, .btn.btn-warning.btn-outline [data-palette="palette-6"] .sidebar-1 .sidebar-tags li i {
    color: #f0ad4e !important;
}

[data-palette="palette-6"] .sidebar-1 .sidebar-tags li .color-success, [data-palette="palette-6"] .sidebar-1 .sidebar-tags li .btn.btn-success.btn-outline, [data-palette="palette-6"] .sidebar-1 .sidebar-tags li .btn.btn-success.btn-outline i, .btn.btn-success.btn-outline [data-palette="palette-6"] .sidebar-1 .sidebar-tags li i {
    color: #5cb85c !important;
}

[data-palette="palette-6"] .sidebar-1 .sidebar-tags li .color-danger, [data-palette="palette-6"] .sidebar-1 .sidebar-tags li .btn.btn-danger.btn-outline, [data-palette="palette-6"] .sidebar-1 .sidebar-tags li .btn.btn-danger.btn-outline i, .btn.btn-danger.btn-outline [data-palette="palette-6"] .sidebar-1 .sidebar-tags li i {
    color: #d9534f !important;
}

[data-palette="palette-6"] .sidebar-1 .profile-toggle .btn.btn-default {
    color: #ffffff !important;
}

[data-palette="palette-6"] .sidebar-1 .profile-toggle .btn.btn-default:hover, [data-palette="palette-6"] .sidebar-1 .profile-toggle .btn.btn-default:active, [data-palette="palette-6"] .sidebar-1 .profile-toggle .btn.btn-default:focus {
    color: #ffffff !important;
}

[data-palette="palette-6"] .sidebar-1 .close-sidebar.btn.btn-default {
    color: #ffffff !important;
}

[data-palette="palette-6"] .sidebar-1 .close-sidebar.btn.btn-default:hover, [data-palette="palette-6"] .sidebar-1 .close-sidebar.btn.btn-default:active, [data-palette="palette-6"] .sidebar-1 .close-sidebar.btn.btn-default:focus {
    color: #ffffff !important;
}

[data-palette="palette-6"][data-direction="rtl"] .sidebar-1 {
    border-right: 0 !important;
    border-left: 1px solid #3e3e3e !important;
}

[data-palette="palette-6"][data-direction="rtl"] .sidebar-1 .sideline:hover {
    position: relative;
}

[data-palette="palette-6"][data-direction="rtl"] .sidebar-1 .sideline:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 4px;
    height: 100%;
    background-color: #d9534f;
}

[data-palette="palette-6"][data-direction="rtl"] .sidebar-1 .sideline-active {
    position: relative;
}

[data-palette="palette-6"][data-direction="rtl"] .sidebar-1 .sideline-active:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 4px;
    height: 100%;
    background-color: #d9534f;
}

[data-palette="palette-6"][data-layout="collapsed-sidebar"] .l1 a {
    border-bottom: 1px solid #3e3e3e !important;
    cursor: pointer;
}

[data-palette="palette-6"][data-layout="collapsed-sidebar"] .l1 a:first-child {
    border-top: 1px solid #3e3e3e !important;
}

[data-palette="palette-7"] .sidebar-placeholder,
[data-palette="palette-7"] .sidebar-outer-wrapper,
[data-palette="palette-7"] .sidebar-inner-wrapper,
[data-palette="palette-7"] .sidebar-1 {
    background: #0283f1 !important;
    color: #ffffff !important;
}

[data-palette="palette-7"] .sidebar-1 {
    border-right: 1px solid #0283f1 !important;
}

[data-palette="palette-7"] .sidebar-1 .profile .profile-image {
    border-color: #ffffff !important;
}

[data-palette="palette-7"] .sidebar-1 .profile .profile-title, [data-palette="palette-7"] .sidebar-1 .profile .profile-subtitle {
    color: #ffffff !important;
}

[data-palette="palette-7"] .sidebar-1 a {
    color: #ffffff !important;
}

[data-palette="palette-7"] .sidebar-1 a i {
    color: #ffffff !important;
}

[data-palette="palette-7"] .sidebar-1 a:hover i, [data-palette="palette-7"] .sidebar-1 a:focus i {
    color: #ffffff !important;
}

[data-palette="palette-7"] .sidebar-1 .btn i {
    color: #ffffff !important;
}

[data-palette="palette-7"] .sidebar-1 .btn:hover i, [data-palette="palette-7"] .sidebar-1 .btn:focus i {
    color: #ffffff !important;
}

[data-palette="palette-7"] .sidebar-1 .sideline:hover {
    position: relative;
}

[data-palette="palette-7"] .sidebar-1 .sideline:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background-color: #f0ad4e;
}

[data-palette="palette-7"] .sidebar-1 .sideline-active {
    position: relative;
}

[data-palette="palette-7"] .sidebar-1 .sideline-active:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background-color: #f0ad4e;
}

[data-palette="palette-7"] .sidebar-1 .section-content a {
    background: #0283f1 !important;
    color: #ffffff !important;
}

[data-palette="palette-7"] .sidebar-1 .section-content a:hover, [data-palette="palette-7"] .sidebar-1 .section-content a:focus, [data-palette="palette-7"] .sidebar-1 .section-content a:active {
    background: #0275d8 !important;
    color: #ffffff !important;
}

[data-palette="palette-7"] .sidebar-1 .l2 {
    background: #0283f1 !important;
    color: #ffffff !important;
}

[data-palette="palette-7"] .sidebar-1 .sidebar-tags li .color-warning, [data-palette="palette-7"] .sidebar-1 .sidebar-tags li .btn.btn-warning.btn-outline, [data-palette="palette-7"] .sidebar-1 .sidebar-tags li .btn.btn-warning.btn-outline i, .btn.btn-warning.btn-outline [data-palette="palette-7"] .sidebar-1 .sidebar-tags li i {
    color: #f0ad4e !important;
}

[data-palette="palette-7"] .sidebar-1 .sidebar-tags li .color-success, [data-palette="palette-7"] .sidebar-1 .sidebar-tags li .btn.btn-success.btn-outline, [data-palette="palette-7"] .sidebar-1 .sidebar-tags li .btn.btn-success.btn-outline i, .btn.btn-success.btn-outline [data-palette="palette-7"] .sidebar-1 .sidebar-tags li i {
    color: #5cb85c !important;
}

[data-palette="palette-7"] .sidebar-1 .sidebar-tags li .color-danger, [data-palette="palette-7"] .sidebar-1 .sidebar-tags li .btn.btn-danger.btn-outline, [data-palette="palette-7"] .sidebar-1 .sidebar-tags li .btn.btn-danger.btn-outline i, .btn.btn-danger.btn-outline [data-palette="palette-7"] .sidebar-1 .sidebar-tags li i {
    color: #d9534f !important;
}

[data-palette="palette-7"] .sidebar-1 .profile-toggle .btn.btn-default {
    color: #ffffff !important;
}

[data-palette="palette-7"] .sidebar-1 .profile-toggle .btn.btn-default:hover, [data-palette="palette-7"] .sidebar-1 .profile-toggle .btn.btn-default:active, [data-palette="palette-7"] .sidebar-1 .profile-toggle .btn.btn-default:focus {
    color: #ffffff !important;
}

[data-palette="palette-7"] .sidebar-1 .close-sidebar.btn.btn-default {
    color: #ffffff !important;
}

[data-palette="palette-7"] .sidebar-1 .close-sidebar.btn.btn-default:hover, [data-palette="palette-7"] .sidebar-1 .close-sidebar.btn.btn-default:active, [data-palette="palette-7"] .sidebar-1 .close-sidebar.btn.btn-default:focus {
    color: #ffffff !important;
}

[data-palette="palette-7"][data-direction="rtl"] .sidebar-1 {
    border-right: 0 !important;
    border-left: 1px solid #0283f1 !important;
}

[data-palette="palette-7"][data-direction="rtl"] .sidebar-1 .sideline:hover {
    position: relative;
}

[data-palette="palette-7"][data-direction="rtl"] .sidebar-1 .sideline:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 4px;
    height: 100%;
    background-color: #f0ad4e;
}

[data-palette="palette-7"][data-direction="rtl"] .sidebar-1 .sideline-active {
    position: relative;
}

[data-palette="palette-7"][data-direction="rtl"] .sidebar-1 .sideline-active:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 4px;
    height: 100%;
    background-color: #f0ad4e;
}

[data-palette="palette-7"][data-layout="collapsed-sidebar"] .l1 a {
    border-bottom: 1px solid #0283f1 !important;
    cursor: pointer;
}

[data-palette="palette-7"][data-layout="collapsed-sidebar"] .l1 a:first-child {
    border-top: 1px solid #0283f1 !important;
}

[data-palette="palette-8"] .sidebar-placeholder,
[data-palette="palette-8"] .sidebar-outer-wrapper,
[data-palette="palette-8"] .sidebar-inner-wrapper,
[data-palette="palette-8"] .sidebar-1 {
    background: #0275d8 !important;
    color: #ffffff !important;
}

[data-palette="palette-8"] .sidebar-1 {
    border-right: 1px solid #0275d8 !important;
}

[data-palette="palette-8"] .sidebar-1 .profile .profile-image {
    border-color: #ffffff !important;
}

[data-palette="palette-8"] .sidebar-1 .profile .profile-title, [data-palette="palette-8"] .sidebar-1 .profile .profile-subtitle {
    color: #ffffff !important;
}

[data-palette="palette-8"] .sidebar-1 a {
    color: #ffffff !important;
}

[data-palette="palette-8"] .sidebar-1 a i {
    color: #ffffff !important;
}

[data-palette="palette-8"] .sidebar-1 a:hover i, [data-palette="palette-8"] .sidebar-1 a:focus i {
    color: #ffffff !important;
}

[data-palette="palette-8"] .sidebar-1 .btn i {
    color: #ffffff !important;
}

[data-palette="palette-8"] .sidebar-1 .btn:hover i, [data-palette="palette-8"] .sidebar-1 .btn:focus i {
    color: #ffffff !important;
}

[data-palette="palette-8"] .sidebar-1 .sideline:hover {
    position: relative;
}

[data-palette="palette-8"] .sidebar-1 .sideline:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background-color: #f0ad4e;
}

[data-palette="palette-8"] .sidebar-1 .sideline-active {
    position: relative;
}

[data-palette="palette-8"] .sidebar-1 .sideline-active:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background-color: #f0ad4e;
}

[data-palette="palette-8"] .sidebar-1 .section-content a {
    background: #0275d8 !important;
    color: #ffffff !important;
}

[data-palette="palette-8"] .sidebar-1 .section-content a:hover, [data-palette="palette-8"] .sidebar-1 .section-content a:focus, [data-palette="palette-8"] .sidebar-1 .section-content a:active {
    background: #0267bf !important;
    color: #ffffff !important;
}

[data-palette="palette-8"] .sidebar-1 .l2 {
    background: #0275d8 !important;
    color: #ffffff !important;
}

[data-palette="palette-8"] .sidebar-1 .sidebar-tags li .color-warning, [data-palette="palette-8"] .sidebar-1 .sidebar-tags li .btn.btn-warning.btn-outline, [data-palette="palette-8"] .sidebar-1 .sidebar-tags li .btn.btn-warning.btn-outline i, .btn.btn-warning.btn-outline [data-palette="palette-8"] .sidebar-1 .sidebar-tags li i {
    color: #f0ad4e !important;
}

[data-palette="palette-8"] .sidebar-1 .sidebar-tags li .color-success, [data-palette="palette-8"] .sidebar-1 .sidebar-tags li .btn.btn-success.btn-outline, [data-palette="palette-8"] .sidebar-1 .sidebar-tags li .btn.btn-success.btn-outline i, .btn.btn-success.btn-outline [data-palette="palette-8"] .sidebar-1 .sidebar-tags li i {
    color: #5cb85c !important;
}

[data-palette="palette-8"] .sidebar-1 .sidebar-tags li .color-danger, [data-palette="palette-8"] .sidebar-1 .sidebar-tags li .btn.btn-danger.btn-outline, [data-palette="palette-8"] .sidebar-1 .sidebar-tags li .btn.btn-danger.btn-outline i, .btn.btn-danger.btn-outline [data-palette="palette-8"] .sidebar-1 .sidebar-tags li i {
    color: #d9534f !important;
}

[data-palette="palette-8"] .sidebar-1 .profile-toggle .btn.btn-default {
    color: #ffffff !important;
}

[data-palette="palette-8"] .sidebar-1 .profile-toggle .btn.btn-default:hover, [data-palette="palette-8"] .sidebar-1 .profile-toggle .btn.btn-default:active, [data-palette="palette-8"] .sidebar-1 .profile-toggle .btn.btn-default:focus {
    color: #ffffff !important;
}

[data-palette="palette-8"] .sidebar-1 .close-sidebar.btn.btn-default {
    color: #ffffff !important;
}

[data-palette="palette-8"] .sidebar-1 .close-sidebar.btn.btn-default:hover, [data-palette="palette-8"] .sidebar-1 .close-sidebar.btn.btn-default:active, [data-palette="palette-8"] .sidebar-1 .close-sidebar.btn.btn-default:focus {
    color: #ffffff !important;
}

[data-palette="palette-8"][data-direction="rtl"] .sidebar-1 {
    border-right: 0 !important;
    border-left: 1px solid #0275d8 !important;
}

[data-palette="palette-8"][data-direction="rtl"] .sidebar-1 .sideline:hover {
    position: relative;
}

[data-palette="palette-8"][data-direction="rtl"] .sidebar-1 .sideline:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 4px;
    height: 100%;
    background-color: #f0ad4e;
}

[data-palette="palette-8"][data-direction="rtl"] .sidebar-1 .sideline-active {
    position: relative;
}

[data-palette="palette-8"][data-direction="rtl"] .sidebar-1 .sideline-active:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 4px;
    height: 100%;
    background-color: #f0ad4e;
}

[data-palette="palette-8"][data-layout="collapsed-sidebar"] .l1 a {
    border-bottom: 1px solid #0275d8 !important;
    cursor: pointer;
}

[data-palette="palette-8"][data-layout="collapsed-sidebar"] .l1 a:first-child {
    border-top: 1px solid #0275d8 !important;
}

[data-palette="palette-9"] .sidebar-placeholder,
[data-palette="palette-9"] .sidebar-outer-wrapper,
[data-palette="palette-9"] .sidebar-inner-wrapper,
[data-palette="palette-9"] .sidebar-1 {
    background: #0267bf !important;
    color: #ffffff !important;
}

[data-palette="palette-9"] .sidebar-1 {
    border-right: 1px solid #0267bf !important;
}

[data-palette="palette-9"] .sidebar-1 .profile .profile-image {
    border-color: #ffffff !important;
}

[data-palette="palette-9"] .sidebar-1 .profile .profile-title, [data-palette="palette-9"] .sidebar-1 .profile .profile-subtitle {
    color: #ffffff !important;
}

[data-palette="palette-9"] .sidebar-1 a {
    color: #ffffff !important;
}

[data-palette="palette-9"] .sidebar-1 a i {
    color: #ffffff !important;
}

[data-palette="palette-9"] .sidebar-1 a:hover i, [data-palette="palette-9"] .sidebar-1 a:focus i {
    color: #ffffff !important;
}

[data-palette="palette-9"] .sidebar-1 .btn i {
    color: #ffffff !important;
}

[data-palette="palette-9"] .sidebar-1 .btn:hover i, [data-palette="palette-9"] .sidebar-1 .btn:focus i {
    color: #ffffff !important;
}

[data-palette="palette-9"] .sidebar-1 .sideline:hover {
    position: relative;
}

[data-palette="palette-9"] .sidebar-1 .sideline:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background-color: #f0ad4e;
}

[data-palette="palette-9"] .sidebar-1 .sideline-active {
    position: relative;
}

[data-palette="palette-9"] .sidebar-1 .sideline-active:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background-color: #f0ad4e;
}

[data-palette="palette-9"] .sidebar-1 .section-content a {
    background: #0267bf !important;
    color: #ffffff !important;
}

[data-palette="palette-9"] .sidebar-1 .section-content a:hover, [data-palette="palette-9"] .sidebar-1 .section-content a:focus, [data-palette="palette-9"] .sidebar-1 .section-content a:active {
    background: #025aa5 !important;
    color: #ffffff !important;
}

[data-palette="palette-9"] .sidebar-1 .l2 {
    background: #0267bf !important;
    color: #ffffff !important;
}

[data-palette="palette-9"] .sidebar-1 .sidebar-tags li .color-warning, [data-palette="palette-9"] .sidebar-1 .sidebar-tags li .btn.btn-warning.btn-outline, [data-palette="palette-9"] .sidebar-1 .sidebar-tags li .btn.btn-warning.btn-outline i, .btn.btn-warning.btn-outline [data-palette="palette-9"] .sidebar-1 .sidebar-tags li i {
    color: #f0ad4e !important;
}

[data-palette="palette-9"] .sidebar-1 .sidebar-tags li .color-success, [data-palette="palette-9"] .sidebar-1 .sidebar-tags li .btn.btn-success.btn-outline, [data-palette="palette-9"] .sidebar-1 .sidebar-tags li .btn.btn-success.btn-outline i, .btn.btn-success.btn-outline [data-palette="palette-9"] .sidebar-1 .sidebar-tags li i {
    color: #5cb85c !important;
}

[data-palette="palette-9"] .sidebar-1 .sidebar-tags li .color-danger, [data-palette="palette-9"] .sidebar-1 .sidebar-tags li .btn.btn-danger.btn-outline, [data-palette="palette-9"] .sidebar-1 .sidebar-tags li .btn.btn-danger.btn-outline i, .btn.btn-danger.btn-outline [data-palette="palette-9"] .sidebar-1 .sidebar-tags li i {
    color: #d9534f !important;
}

[data-palette="palette-9"] .sidebar-1 .profile-toggle .btn.btn-default {
    color: #ffffff !important;
}

[data-palette="palette-9"] .sidebar-1 .profile-toggle .btn.btn-default:hover, [data-palette="palette-9"] .sidebar-1 .profile-toggle .btn.btn-default:active, [data-palette="palette-9"] .sidebar-1 .profile-toggle .btn.btn-default:focus {
    color: #ffffff !important;
}

[data-palette="palette-9"] .sidebar-1 .close-sidebar.btn.btn-default {
    color: #ffffff !important;
}

[data-palette="palette-9"] .sidebar-1 .close-sidebar.btn.btn-default:hover, [data-palette="palette-9"] .sidebar-1 .close-sidebar.btn.btn-default:active, [data-palette="palette-9"] .sidebar-1 .close-sidebar.btn.btn-default:focus {
    color: #ffffff !important;
}

[data-palette="palette-9"][data-direction="rtl"] .sidebar-1 {
    border-right: 0 !important;
    border-left: 1px solid #0267bf !important;
}

[data-palette="palette-9"][data-direction="rtl"] .sidebar-1 .sideline:hover {
    position: relative;
}

[data-palette="palette-9"][data-direction="rtl"] .sidebar-1 .sideline:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 4px;
    height: 100%;
    background-color: #f0ad4e;
}

[data-palette="palette-9"][data-direction="rtl"] .sidebar-1 .sideline-active {
    position: relative;
}

[data-palette="palette-9"][data-direction="rtl"] .sidebar-1 .sideline-active:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 4px;
    height: 100%;
    background-color: #f0ad4e;
}

[data-palette="palette-9"][data-layout="collapsed-sidebar"] .l1 a {
    border-bottom: 1px solid #0267bf !important;
    cursor: pointer;
}

[data-palette="palette-9"][data-layout="collapsed-sidebar"] .l1 a:first-child {
    border-top: 1px solid #0267bf !important;
}

[data-palette="palette-10"] .sidebar-placeholder,
[data-palette="palette-10"] .sidebar-outer-wrapper,
[data-palette="palette-10"] .sidebar-inner-wrapper,
[data-palette="palette-10"] .sidebar-1 {
    background: #1a0f8a !important;
    color: #ffffff !important;
}

[data-palette="palette-10"] .sidebar-1 {
    border-right: 1px solid #1a0f8a !important;
}

[data-palette="palette-10"] .sidebar-1 .profile .profile-image {
    border-color: #ffffff !important;
}

[data-palette="palette-10"] .sidebar-1 .profile .profile-title, [data-palette="palette-10"] .sidebar-1 .profile .profile-subtitle {
    color: #ffffff !important;
}

[data-palette="palette-10"] .sidebar-1 a {
    color: #ffffff !important;
}

[data-palette="palette-10"] .sidebar-1 a i {
    color: #ffffff !important;
}

[data-palette="palette-10"] .sidebar-1 a:hover i, [data-palette="palette-10"] .sidebar-1 a:focus i {
    color: #ffffff !important;
}

[data-palette="palette-10"] .sidebar-1 .btn i {
    color: #ffffff !important;
}

[data-palette="palette-10"] .sidebar-1 .btn:hover i, [data-palette="palette-10"] .sidebar-1 .btn:focus i {
    color: #ffffff !important;
}

[data-palette="palette-10"] .sidebar-1 .sideline:hover {
    position: relative;
}

[data-palette="palette-10"] .sidebar-1 .sideline:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background-color: #f0ad4e;
}

[data-palette="palette-10"] .sidebar-1 .sideline-active {
    position: relative;
}

[data-palette="palette-10"] .sidebar-1 .sideline-active:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background-color: #f0ad4e;
}

[data-palette="palette-10"] .sidebar-1 .section-content a {
    background: #1a0f8a !important;
    color: #ffffff !important;
}

[data-palette="palette-10"] .sidebar-1 .section-content a:hover, [data-palette="palette-10"] .sidebar-1 .section-content a:focus, [data-palette="palette-10"] .sidebar-1 .section-content a:active {
    background: #150d73 !important;
    color: #ffffff !important;
}

[data-palette="palette-10"] .sidebar-1 .l2 {
    background: #1a0f8a !important;
    color: #ffffff !important;
}

[data-palette="palette-10"] .sidebar-1 .sidebar-tags li .color-warning, [data-palette="palette-10"] .sidebar-1 .sidebar-tags li .btn.btn-warning.btn-outline, [data-palette="palette-10"] .sidebar-1 .sidebar-tags li .btn.btn-warning.btn-outline i, .btn.btn-warning.btn-outline [data-palette="palette-10"] .sidebar-1 .sidebar-tags li i {
    color: #f0ad4e !important;
}

[data-palette="palette-10"] .sidebar-1 .sidebar-tags li .color-success, [data-palette="palette-10"] .sidebar-1 .sidebar-tags li .btn.btn-success.btn-outline, [data-palette="palette-10"] .sidebar-1 .sidebar-tags li .btn.btn-success.btn-outline i, .btn.btn-success.btn-outline [data-palette="palette-10"] .sidebar-1 .sidebar-tags li i {
    color: #5cb85c !important;
}

[data-palette="palette-10"] .sidebar-1 .sidebar-tags li .color-danger, [data-palette="palette-10"] .sidebar-1 .sidebar-tags li .btn.btn-danger.btn-outline, [data-palette="palette-10"] .sidebar-1 .sidebar-tags li .btn.btn-danger.btn-outline i, .btn.btn-danger.btn-outline [data-palette="palette-10"] .sidebar-1 .sidebar-tags li i {
    color: #d9534f !important;
}

[data-palette="palette-10"] .sidebar-1 .profile-toggle .btn.btn-default {
    color: #ffffff !important;
}

[data-palette="palette-10"] .sidebar-1 .profile-toggle .btn.btn-default:hover, [data-palette="palette-10"] .sidebar-1 .profile-toggle .btn.btn-default:active, [data-palette="palette-10"] .sidebar-1 .profile-toggle .btn.btn-default:focus {
    color: #ffffff !important;
}

[data-palette="palette-10"] .sidebar-1 .close-sidebar.btn.btn-default {
    color: #ffffff !important;
}

[data-palette="palette-10"] .sidebar-1 .close-sidebar.btn.btn-default:hover, [data-palette="palette-10"] .sidebar-1 .close-sidebar.btn.btn-default:active, [data-palette="palette-10"] .sidebar-1 .close-sidebar.btn.btn-default:focus {
    color: #ffffff !important;
}

[data-palette="palette-10"][data-direction="rtl"] .sidebar-1 {
    border-right: 0 !important;
    border-left: 1px solid #1a0f8a !important;
}

[data-palette="palette-10"][data-direction="rtl"] .sidebar-1 .sideline:hover {
    position: relative;
}

[data-palette="palette-10"][data-direction="rtl"] .sidebar-1 .sideline:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 4px;
    height: 100%;
    background-color: #f0ad4e;
}

[data-palette="palette-10"][data-direction="rtl"] .sidebar-1 .sideline-active {
    position: relative;
}

[data-palette="palette-10"][data-direction="rtl"] .sidebar-1 .sideline-active:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 4px;
    height: 100%;
    background-color: #f0ad4e;
}

[data-palette="palette-10"][data-layout="collapsed-sidebar"] .l1 a {
    border-bottom: 1px solid #1a0f8a !important;
    cursor: pointer;
}

[data-palette="palette-10"][data-layout="collapsed-sidebar"] .l1 a:first-child {
    border-top: 1px solid #1a0f8a !important;
}

[data-palette="palette-11"] .sidebar-placeholder,
[data-palette="palette-11"] .sidebar-outer-wrapper,
[data-palette="palette-11"] .sidebar-inner-wrapper,
[data-palette="palette-11"] .sidebar-1 {
    background: #2415bf !important;
    color: #ffffff !important;
}

[data-palette="palette-11"] .sidebar-1 {
    border-right: 1px solid #2415bf !important;
}

[data-palette="palette-11"] .sidebar-1 .profile .profile-image {
    border-color: #ffffff !important;
}

[data-palette="palette-11"] .sidebar-1 .profile .profile-title, [data-palette="palette-11"] .sidebar-1 .profile .profile-subtitle {
    color: #ffffff !important;
}

[data-palette="palette-11"] .sidebar-1 a {
    color: #ffffff !important;
}

[data-palette="palette-11"] .sidebar-1 a i {
    color: #ffffff !important;
}

[data-palette="palette-11"] .sidebar-1 a:hover i, [data-palette="palette-11"] .sidebar-1 a:focus i {
    color: #ffffff !important;
}

[data-palette="palette-11"] .sidebar-1 .btn i {
    color: #ffffff !important;
}

[data-palette="palette-11"] .sidebar-1 .btn:hover i, [data-palette="palette-11"] .sidebar-1 .btn:focus i {
    color: #ffffff !important;
}

[data-palette="palette-11"] .sidebar-1 .sideline:hover {
    position: relative;
}

[data-palette="palette-11"] .sidebar-1 .sideline:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background-color: #f0ad4e;
}

[data-palette="palette-11"] .sidebar-1 .sideline-active {
    position: relative;
}

[data-palette="palette-11"] .sidebar-1 .sideline-active:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background-color: #f0ad4e;
}

[data-palette="palette-11"] .sidebar-1 .section-content a {
    background: #2415bf !important;
    color: #ffffff !important;
}

[data-palette="palette-11"] .sidebar-1 .section-content a:hover, [data-palette="palette-11"] .sidebar-1 .section-content a:focus, [data-palette="palette-11"] .sidebar-1 .section-content a:active {
    background: #1f13a8 !important;
    color: #ffffff !important;
}

[data-palette="palette-11"] .sidebar-1 .l2 {
    background: #2415bf !important;
    color: #ffffff !important;
}

[data-palette="palette-11"] .sidebar-1 .sidebar-tags li .color-warning, [data-palette="palette-11"] .sidebar-1 .sidebar-tags li .btn.btn-warning.btn-outline, [data-palette="palette-11"] .sidebar-1 .sidebar-tags li .btn.btn-warning.btn-outline i, .btn.btn-warning.btn-outline [data-palette="palette-11"] .sidebar-1 .sidebar-tags li i {
    color: #f0ad4e !important;
}

[data-palette="palette-11"] .sidebar-1 .sidebar-tags li .color-success, [data-palette="palette-11"] .sidebar-1 .sidebar-tags li .btn.btn-success.btn-outline, [data-palette="palette-11"] .sidebar-1 .sidebar-tags li .btn.btn-success.btn-outline i, .btn.btn-success.btn-outline [data-palette="palette-11"] .sidebar-1 .sidebar-tags li i {
    color: #5cb85c !important;
}

[data-palette="palette-11"] .sidebar-1 .sidebar-tags li .color-danger, [data-palette="palette-11"] .sidebar-1 .sidebar-tags li .btn.btn-danger.btn-outline, [data-palette="palette-11"] .sidebar-1 .sidebar-tags li .btn.btn-danger.btn-outline i, .btn.btn-danger.btn-outline [data-palette="palette-11"] .sidebar-1 .sidebar-tags li i {
    color: #d9534f !important;
}

[data-palette="palette-11"] .sidebar-1 .profile-toggle .btn.btn-default {
    color: #ffffff !important;
}

[data-palette="palette-11"] .sidebar-1 .profile-toggle .btn.btn-default:hover, [data-palette="palette-11"] .sidebar-1 .profile-toggle .btn.btn-default:active, [data-palette="palette-11"] .sidebar-1 .profile-toggle .btn.btn-default:focus {
    color: #ffffff !important;
}

[data-palette="palette-11"] .sidebar-1 .close-sidebar.btn.btn-default {
    color: #ffffff !important;
}

[data-palette="palette-11"] .sidebar-1 .close-sidebar.btn.btn-default:hover, [data-palette="palette-11"] .sidebar-1 .close-sidebar.btn.btn-default:active, [data-palette="palette-11"] .sidebar-1 .close-sidebar.btn.btn-default:focus {
    color: #ffffff !important;
}

[data-palette="palette-11"][data-direction="rtl"] .sidebar-1 {
    border-right: 0 !important;
    border-left: 1px solid #2415bf !important;
}

[data-palette="palette-11"][data-direction="rtl"] .sidebar-1 .sideline:hover {
    position: relative;
}

[data-palette="palette-11"][data-direction="rtl"] .sidebar-1 .sideline:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 4px;
    height: 100%;
    background-color: #f0ad4e;
}

[data-palette="palette-11"][data-direction="rtl"] .sidebar-1 .sideline-active {
    position: relative;
}

[data-palette="palette-11"][data-direction="rtl"] .sidebar-1 .sideline-active:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 4px;
    height: 100%;
    background-color: #f0ad4e;
}

[data-palette="palette-11"][data-layout="collapsed-sidebar"] .l1 a {
    border-bottom: 1px solid #2415bf !important;
    cursor: pointer;
}

[data-palette="palette-11"][data-layout="collapsed-sidebar"] .l1 a:first-child {
    border-top: 1px solid #2415bf !important;
}

[data-palette="palette-12"] .sidebar-placeholder,
[data-palette="palette-12"] .sidebar-outer-wrapper,
[data-palette="palette-12"] .sidebar-inner-wrapper,
[data-palette="palette-12"] .sidebar-1 {
    background: #3929e7 !important;
    color: #ffffff !important;
}

[data-palette="palette-12"] .sidebar-1 {
    border-right: 1px solid #3929e7 !important;
}

[data-palette="palette-12"] .sidebar-1 .profile .profile-image {
    border-color: #ffffff !important;
}

[data-palette="palette-12"] .sidebar-1 .profile .profile-title, [data-palette="palette-12"] .sidebar-1 .profile .profile-subtitle {
    color: #ffffff !important;
}

[data-palette="palette-12"] .sidebar-1 a {
    color: #ffffff !important;
}

[data-palette="palette-12"] .sidebar-1 a i {
    color: #ffffff !important;
}

[data-palette="palette-12"] .sidebar-1 a:hover i, [data-palette="palette-12"] .sidebar-1 a:focus i {
    color: #ffffff !important;
}

[data-palette="palette-12"] .sidebar-1 .btn i {
    color: #ffffff !important;
}

[data-palette="palette-12"] .sidebar-1 .btn:hover i, [data-palette="palette-12"] .sidebar-1 .btn:focus i {
    color: #ffffff !important;
}

[data-palette="palette-12"] .sidebar-1 .sideline:hover {
    position: relative;
}

[data-palette="palette-12"] .sidebar-1 .sideline:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background-color: #f0ad4e;
}

[data-palette="palette-12"] .sidebar-1 .sideline-active {
    position: relative;
}

[data-palette="palette-12"] .sidebar-1 .sideline-active:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background-color: #f0ad4e;
}

[data-palette="palette-12"] .sidebar-1 .section-content a {
    background: #3929e7 !important;
    color: #ffffff !important;
}

[data-palette="palette-12"] .sidebar-1 .section-content a:hover, [data-palette="palette-12"] .sidebar-1 .section-content a:focus, [data-palette="palette-12"] .sidebar-1 .section-content a:active {
    background: #2919de !important;
    color: #ffffff !important;
}

[data-palette="palette-12"] .sidebar-1 .l2 {
    background: #3929e7 !important;
    color: #ffffff !important;
}

[data-palette="palette-12"] .sidebar-1 .sidebar-tags li .color-warning, [data-palette="palette-12"] .sidebar-1 .sidebar-tags li .btn.btn-warning.btn-outline, [data-palette="palette-12"] .sidebar-1 .sidebar-tags li .btn.btn-warning.btn-outline i, .btn.btn-warning.btn-outline [data-palette="palette-12"] .sidebar-1 .sidebar-tags li i {
    color: #f0ad4e !important;
}

[data-palette="palette-12"] .sidebar-1 .sidebar-tags li .color-success, [data-palette="palette-12"] .sidebar-1 .sidebar-tags li .btn.btn-success.btn-outline, [data-palette="palette-12"] .sidebar-1 .sidebar-tags li .btn.btn-success.btn-outline i, .btn.btn-success.btn-outline [data-palette="palette-12"] .sidebar-1 .sidebar-tags li i {
    color: #5cb85c !important;
}

[data-palette="palette-12"] .sidebar-1 .sidebar-tags li .color-danger, [data-palette="palette-12"] .sidebar-1 .sidebar-tags li .btn.btn-danger.btn-outline, [data-palette="palette-12"] .sidebar-1 .sidebar-tags li .btn.btn-danger.btn-outline i, .btn.btn-danger.btn-outline [data-palette="palette-12"] .sidebar-1 .sidebar-tags li i {
    color: #d9534f !important;
}

[data-palette="palette-12"] .sidebar-1 .profile-toggle .btn.btn-default {
    color: #ffffff !important;
}

[data-palette="palette-12"] .sidebar-1 .profile-toggle .btn.btn-default:hover, [data-palette="palette-12"] .sidebar-1 .profile-toggle .btn.btn-default:active, [data-palette="palette-12"] .sidebar-1 .profile-toggle .btn.btn-default:focus {
    color: #ffffff !important;
}

[data-palette="palette-12"] .sidebar-1 .close-sidebar.btn.btn-default {
    color: #ffffff !important;
}

[data-palette="palette-12"] .sidebar-1 .close-sidebar.btn.btn-default:hover, [data-palette="palette-12"] .sidebar-1 .close-sidebar.btn.btn-default:active, [data-palette="palette-12"] .sidebar-1 .close-sidebar.btn.btn-default:focus {
    color: #ffffff !important;
}

[data-palette="palette-12"][data-direction="rtl"] .sidebar-1 {
    border-right: 0 !important;
    border-left: 1px solid #3929e7 !important;
}

[data-palette="palette-12"][data-direction="rtl"] .sidebar-1 .sideline:hover {
    position: relative;
}

[data-palette="palette-12"][data-direction="rtl"] .sidebar-1 .sideline:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 4px;
    height: 100%;
    background-color: #f0ad4e;
}

[data-palette="palette-12"][data-direction="rtl"] .sidebar-1 .sideline-active {
    position: relative;
}

[data-palette="palette-12"][data-direction="rtl"] .sidebar-1 .sideline-active:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 4px;
    height: 100%;
    background-color: #f0ad4e;
}

[data-palette="palette-12"][data-layout="collapsed-sidebar"] .l1 a {
    border-bottom: 1px solid #3929e7 !important;
    cursor: pointer;
}

[data-palette="palette-12"][data-layout="collapsed-sidebar"] .l1 a:first-child {
    border-top: 1px solid #3929e7 !important;
}

[data-palette="palette-13"] .sidebar-placeholder,
[data-palette="palette-13"] .sidebar-outer-wrapper,
[data-palette="palette-13"] .sidebar-inner-wrapper,
[data-palette="palette-13"] .sidebar-1 {
    background: #4b0f8a !important;
    color: #ffffff !important;
}

[data-palette="palette-13"] .sidebar-1 {
    border-right: 1px solid #4b0f8a !important;
}

[data-palette="palette-13"] .sidebar-1 .profile .profile-image {
    border-color: #ffffff !important;
}

[data-palette="palette-13"] .sidebar-1 .profile .profile-title, [data-palette="palette-13"] .sidebar-1 .profile .profile-subtitle {
    color: #ffffff !important;
}

[data-palette="palette-13"] .sidebar-1 a {
    color: #ffffff !important;
}

[data-palette="palette-13"] .sidebar-1 a i {
    color: #ffffff !important;
}

[data-palette="palette-13"] .sidebar-1 a:hover i, [data-palette="palette-13"] .sidebar-1 a:focus i {
    color: #ffffff !important;
}

[data-palette="palette-13"] .sidebar-1 .btn i {
    color: #ffffff !important;
}

[data-palette="palette-13"] .sidebar-1 .btn:hover i, [data-palette="palette-13"] .sidebar-1 .btn:focus i {
    color: #ffffff !important;
}

[data-palette="palette-13"] .sidebar-1 .sideline:hover {
    position: relative;
}

[data-palette="palette-13"] .sidebar-1 .sideline:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background-color: #f0ad4e;
}

[data-palette="palette-13"] .sidebar-1 .sideline-active {
    position: relative;
}

[data-palette="palette-13"] .sidebar-1 .sideline-active:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background-color: #f0ad4e;
}

[data-palette="palette-13"] .sidebar-1 .section-content a {
    background: #4b0f8a !important;
    color: #ffffff !important;
}

[data-palette="palette-13"] .sidebar-1 .section-content a:hover, [data-palette="palette-13"] .sidebar-1 .section-content a:focus, [data-palette="palette-13"] .sidebar-1 .section-content a:active {
    background: #3f0d73 !important;
    color: #ffffff !important;
}

[data-palette="palette-13"] .sidebar-1 .l2 {
    background: #4b0f8a !important;
    color: #ffffff !important;
}

[data-palette="palette-13"] .sidebar-1 .sidebar-tags li .color-warning, [data-palette="palette-13"] .sidebar-1 .sidebar-tags li .btn.btn-warning.btn-outline, [data-palette="palette-13"] .sidebar-1 .sidebar-tags li .btn.btn-warning.btn-outline i, .btn.btn-warning.btn-outline [data-palette="palette-13"] .sidebar-1 .sidebar-tags li i {
    color: #f0ad4e !important;
}

[data-palette="palette-13"] .sidebar-1 .sidebar-tags li .color-success, [data-palette="palette-13"] .sidebar-1 .sidebar-tags li .btn.btn-success.btn-outline, [data-palette="palette-13"] .sidebar-1 .sidebar-tags li .btn.btn-success.btn-outline i, .btn.btn-success.btn-outline [data-palette="palette-13"] .sidebar-1 .sidebar-tags li i {
    color: #5cb85c !important;
}

[data-palette="palette-13"] .sidebar-1 .sidebar-tags li .color-danger, [data-palette="palette-13"] .sidebar-1 .sidebar-tags li .btn.btn-danger.btn-outline, [data-palette="palette-13"] .sidebar-1 .sidebar-tags li .btn.btn-danger.btn-outline i, .btn.btn-danger.btn-outline [data-palette="palette-13"] .sidebar-1 .sidebar-tags li i {
    color: #d9534f !important;
}

[data-palette="palette-13"] .sidebar-1 .profile-toggle .btn.btn-default {
    color: #ffffff !important;
}

[data-palette="palette-13"] .sidebar-1 .profile-toggle .btn.btn-default:hover, [data-palette="palette-13"] .sidebar-1 .profile-toggle .btn.btn-default:active, [data-palette="palette-13"] .sidebar-1 .profile-toggle .btn.btn-default:focus {
    color: #ffffff !important;
}

[data-palette="palette-13"] .sidebar-1 .close-sidebar.btn.btn-default {
    color: #ffffff !important;
}

[data-palette="palette-13"] .sidebar-1 .close-sidebar.btn.btn-default:hover, [data-palette="palette-13"] .sidebar-1 .close-sidebar.btn.btn-default:active, [data-palette="palette-13"] .sidebar-1 .close-sidebar.btn.btn-default:focus {
    color: #ffffff !important;
}

[data-palette="palette-13"][data-direction="rtl"] .sidebar-1 {
    border-right: 0 !important;
    border-left: 1px solid #4b0f8a !important;
}

[data-palette="palette-13"][data-direction="rtl"] .sidebar-1 .sideline:hover {
    position: relative;
}

[data-palette="palette-13"][data-direction="rtl"] .sidebar-1 .sideline:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 4px;
    height: 100%;
    background-color: #f0ad4e;
}

[data-palette="palette-13"][data-direction="rtl"] .sidebar-1 .sideline-active {
    position: relative;
}

[data-palette="palette-13"][data-direction="rtl"] .sidebar-1 .sideline-active:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 4px;
    height: 100%;
    background-color: #f0ad4e;
}

[data-palette="palette-13"][data-layout="collapsed-sidebar"] .l1 a {
    border-bottom: 1px solid #4b0f8a !important;
    cursor: pointer;
}

[data-palette="palette-13"][data-layout="collapsed-sidebar"] .l1 a:first-child {
    border-top: 1px solid #4b0f8a !important;
}

[data-palette="palette-14"] .sidebar-placeholder,
[data-palette="palette-14"] .sidebar-outer-wrapper,
[data-palette="palette-14"] .sidebar-inner-wrapper,
[data-palette="palette-14"] .sidebar-1 {
    background: #6815bf !important;
    color: #ffffff !important;
}

[data-palette="palette-14"] .sidebar-1 {
    border-right: 1px solid #6815bf !important;
}

[data-palette="palette-14"] .sidebar-1 .profile .profile-image {
    border-color: #ffffff !important;
}

[data-palette="palette-14"] .sidebar-1 .profile .profile-title, [data-palette="palette-14"] .sidebar-1 .profile .profile-subtitle {
    color: #ffffff !important;
}

[data-palette="palette-14"] .sidebar-1 a {
    color: #ffffff !important;
}

[data-palette="palette-14"] .sidebar-1 a i {
    color: #ffffff !important;
}

[data-palette="palette-14"] .sidebar-1 a:hover i, [data-palette="palette-14"] .sidebar-1 a:focus i {
    color: #ffffff !important;
}

[data-palette="palette-14"] .sidebar-1 .btn i {
    color: #ffffff !important;
}

[data-palette="palette-14"] .sidebar-1 .btn:hover i, [data-palette="palette-14"] .sidebar-1 .btn:focus i {
    color: #ffffff !important;
}

[data-palette="palette-14"] .sidebar-1 .sideline:hover {
    position: relative;
}

[data-palette="palette-14"] .sidebar-1 .sideline:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background-color: #f0ad4e;
}

[data-palette="palette-14"] .sidebar-1 .sideline-active {
    position: relative;
}

[data-palette="palette-14"] .sidebar-1 .sideline-active:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background-color: #f0ad4e;
}

[data-palette="palette-14"] .sidebar-1 .section-content a {
    background: #6815bf !important;
    color: #ffffff !important;
}

[data-palette="palette-14"] .sidebar-1 .section-content a:hover, [data-palette="palette-14"] .sidebar-1 .section-content a:focus, [data-palette="palette-14"] .sidebar-1 .section-content a:active {
    background: #5c13a8 !important;
    color: #ffffff !important;
}

[data-palette="palette-14"] .sidebar-1 .l2 {
    background: #6815bf !important;
    color: #ffffff !important;
}

[data-palette="palette-14"] .sidebar-1 .sidebar-tags li .color-warning, [data-palette="palette-14"] .sidebar-1 .sidebar-tags li .btn.btn-warning.btn-outline, [data-palette="palette-14"] .sidebar-1 .sidebar-tags li .btn.btn-warning.btn-outline i, .btn.btn-warning.btn-outline [data-palette="palette-14"] .sidebar-1 .sidebar-tags li i {
    color: #f0ad4e !important;
}

[data-palette="palette-14"] .sidebar-1 .sidebar-tags li .color-success, [data-palette="palette-14"] .sidebar-1 .sidebar-tags li .btn.btn-success.btn-outline, [data-palette="palette-14"] .sidebar-1 .sidebar-tags li .btn.btn-success.btn-outline i, .btn.btn-success.btn-outline [data-palette="palette-14"] .sidebar-1 .sidebar-tags li i {
    color: #5cb85c !important;
}

[data-palette="palette-14"] .sidebar-1 .sidebar-tags li .color-danger, [data-palette="palette-14"] .sidebar-1 .sidebar-tags li .btn.btn-danger.btn-outline, [data-palette="palette-14"] .sidebar-1 .sidebar-tags li .btn.btn-danger.btn-outline i, .btn.btn-danger.btn-outline [data-palette="palette-14"] .sidebar-1 .sidebar-tags li i {
    color: #d9534f !important;
}

[data-palette="palette-14"] .sidebar-1 .profile-toggle .btn.btn-default {
    color: #ffffff !important;
}

[data-palette="palette-14"] .sidebar-1 .profile-toggle .btn.btn-default:hover, [data-palette="palette-14"] .sidebar-1 .profile-toggle .btn.btn-default:active, [data-palette="palette-14"] .sidebar-1 .profile-toggle .btn.btn-default:focus {
    color: #ffffff !important;
}

[data-palette="palette-14"] .sidebar-1 .close-sidebar.btn.btn-default {
    color: #ffffff !important;
}

[data-palette="palette-14"] .sidebar-1 .close-sidebar.btn.btn-default:hover, [data-palette="palette-14"] .sidebar-1 .close-sidebar.btn.btn-default:active, [data-palette="palette-14"] .sidebar-1 .close-sidebar.btn.btn-default:focus {
    color: #ffffff !important;
}

[data-palette="palette-14"][data-direction="rtl"] .sidebar-1 {
    border-right: 0 !important;
    border-left: 1px solid #6815bf !important;
}

[data-palette="palette-14"][data-direction="rtl"] .sidebar-1 .sideline:hover {
    position: relative;
}

[data-palette="palette-14"][data-direction="rtl"] .sidebar-1 .sideline:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 4px;
    height: 100%;
    background-color: #f0ad4e;
}

[data-palette="palette-14"][data-direction="rtl"] .sidebar-1 .sideline-active {
    position: relative;
}

[data-palette="palette-14"][data-direction="rtl"] .sidebar-1 .sideline-active:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 4px;
    height: 100%;
    background-color: #f0ad4e;
}

[data-palette="palette-14"][data-layout="collapsed-sidebar"] .l1 a {
    border-bottom: 1px solid #6815bf !important;
    cursor: pointer;
}

[data-palette="palette-14"][data-layout="collapsed-sidebar"] .l1 a:first-child {
    border-top: 1px solid #6815bf !important;
}

[data-palette="palette-15"] .sidebar-placeholder,
[data-palette="palette-15"] .sidebar-outer-wrapper,
[data-palette="palette-15"] .sidebar-inner-wrapper,
[data-palette="palette-15"] .sidebar-1 {
    background: #8529e7 !important;
    color: #ffffff !important;
}

[data-palette="palette-15"] .sidebar-1 {
    border-right: 1px solid #8529e7 !important;
}

[data-palette="palette-15"] .sidebar-1 .profile .profile-image {
    border-color: #ffffff !important;
}

[data-palette="palette-15"] .sidebar-1 .profile .profile-title, [data-palette="palette-15"] .sidebar-1 .profile .profile-subtitle {
    color: #ffffff !important;
}

[data-palette="palette-15"] .sidebar-1 a {
    color: #ffffff !important;
}

[data-palette="palette-15"] .sidebar-1 a i {
    color: #ffffff !important;
}

[data-palette="palette-15"] .sidebar-1 a:hover i, [data-palette="palette-15"] .sidebar-1 a:focus i {
    color: #ffffff !important;
}

[data-palette="palette-15"] .sidebar-1 .btn i {
    color: #ffffff !important;
}

[data-palette="palette-15"] .sidebar-1 .btn:hover i, [data-palette="palette-15"] .sidebar-1 .btn:focus i {
    color: #ffffff !important;
}

[data-palette="palette-15"] .sidebar-1 .sideline:hover {
    position: relative;
}

[data-palette="palette-15"] .sidebar-1 .sideline:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background-color: #f0ad4e;
}

[data-palette="palette-15"] .sidebar-1 .sideline-active {
    position: relative;
}

[data-palette="palette-15"] .sidebar-1 .sideline-active:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background-color: #f0ad4e;
}

[data-palette="palette-15"] .sidebar-1 .section-content a {
    background: #8529e7 !important;
    color: #ffffff !important;
}

[data-palette="palette-15"] .sidebar-1 .section-content a:hover, [data-palette="palette-15"] .sidebar-1 .section-content a:focus, [data-palette="palette-15"] .sidebar-1 .section-content a:active {
    background: #7819de !important;
    color: #ffffff !important;
}

[data-palette="palette-15"] .sidebar-1 .l2 {
    background: #8529e7 !important;
    color: #ffffff !important;
}

[data-palette="palette-15"] .sidebar-1 .sidebar-tags li .color-warning, [data-palette="palette-15"] .sidebar-1 .sidebar-tags li .btn.btn-warning.btn-outline, [data-palette="palette-15"] .sidebar-1 .sidebar-tags li .btn.btn-warning.btn-outline i, .btn.btn-warning.btn-outline [data-palette="palette-15"] .sidebar-1 .sidebar-tags li i {
    color: #f0ad4e !important;
}

[data-palette="palette-15"] .sidebar-1 .sidebar-tags li .color-success, [data-palette="palette-15"] .sidebar-1 .sidebar-tags li .btn.btn-success.btn-outline, [data-palette="palette-15"] .sidebar-1 .sidebar-tags li .btn.btn-success.btn-outline i, .btn.btn-success.btn-outline [data-palette="palette-15"] .sidebar-1 .sidebar-tags li i {
    color: #5cb85c !important;
}

[data-palette="palette-15"] .sidebar-1 .sidebar-tags li .color-danger, [data-palette="palette-15"] .sidebar-1 .sidebar-tags li .btn.btn-danger.btn-outline, [data-palette="palette-15"] .sidebar-1 .sidebar-tags li .btn.btn-danger.btn-outline i, .btn.btn-danger.btn-outline [data-palette="palette-15"] .sidebar-1 .sidebar-tags li i {
    color: #d9534f !important;
}

[data-palette="palette-15"] .sidebar-1 .profile-toggle .btn.btn-default {
    color: #ffffff !important;
}

[data-palette="palette-15"] .sidebar-1 .profile-toggle .btn.btn-default:hover, [data-palette="palette-15"] .sidebar-1 .profile-toggle .btn.btn-default:active, [data-palette="palette-15"] .sidebar-1 .profile-toggle .btn.btn-default:focus {
    color: #ffffff !important;
}

[data-palette="palette-15"] .sidebar-1 .close-sidebar.btn.btn-default {
    color: #ffffff !important;
}

[data-palette="palette-15"] .sidebar-1 .close-sidebar.btn.btn-default:hover, [data-palette="palette-15"] .sidebar-1 .close-sidebar.btn.btn-default:active, [data-palette="palette-15"] .sidebar-1 .close-sidebar.btn.btn-default:focus {
    color: #ffffff !important;
}

[data-palette="palette-15"][data-direction="rtl"] .sidebar-1 {
    border-right: 0 !important;
    border-left: 1px solid #8529e7 !important;
}

[data-palette="palette-15"][data-direction="rtl"] .sidebar-1 .sideline:hover {
    position: relative;
}

[data-palette="palette-15"][data-direction="rtl"] .sidebar-1 .sideline:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 4px;
    height: 100%;
    background-color: #f0ad4e;
}

[data-palette="palette-15"][data-direction="rtl"] .sidebar-1 .sideline-active {
    position: relative;
}

[data-palette="palette-15"][data-direction="rtl"] .sidebar-1 .sideline-active:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 4px;
    height: 100%;
    background-color: #f0ad4e;
}

[data-palette="palette-15"][data-layout="collapsed-sidebar"] .l1 a {
    border-bottom: 1px solid #8529e7 !important;
    cursor: pointer;
}

[data-palette="palette-15"][data-layout="collapsed-sidebar"] .l1 a:first-child {
    border-top: 1px solid #8529e7 !important;
}

[data-palette="palette-16"] .sidebar-placeholder,
[data-palette="palette-16"] .sidebar-outer-wrapper,
[data-palette="palette-16"] .sidebar-inner-wrapper,
[data-palette="palette-16"] .sidebar-1 {
    background: #bf156b !important;
    color: #ffffff !important;
}

[data-palette="palette-16"] .sidebar-1 {
    border-right: 1px solid #bf156b !important;
}

[data-palette="palette-16"] .sidebar-1 .profile .profile-image {
    border-color: #ffffff !important;
}

[data-palette="palette-16"] .sidebar-1 .profile .profile-title, [data-palette="palette-16"] .sidebar-1 .profile .profile-subtitle {
    color: #ffffff !important;
}

[data-palette="palette-16"] .sidebar-1 a {
    color: #ffffff !important;
}

[data-palette="palette-16"] .sidebar-1 a i {
    color: #ffffff !important;
}

[data-palette="palette-16"] .sidebar-1 a:hover i, [data-palette="palette-16"] .sidebar-1 a:focus i {
    color: #ffffff !important;
}

[data-palette="palette-16"] .sidebar-1 .btn i {
    color: #ffffff !important;
}

[data-palette="palette-16"] .sidebar-1 .btn:hover i, [data-palette="palette-16"] .sidebar-1 .btn:focus i {
    color: #ffffff !important;
}

[data-palette="palette-16"] .sidebar-1 .sideline:hover {
    position: relative;
}

[data-palette="palette-16"] .sidebar-1 .sideline:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background-color: #f0ad4e;
}

[data-palette="palette-16"] .sidebar-1 .sideline-active {
    position: relative;
}

[data-palette="palette-16"] .sidebar-1 .sideline-active:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background-color: #f0ad4e;
}

[data-palette="palette-16"] .sidebar-1 .section-content a {
    background: #bf156b !important;
    color: #ffffff !important;
}

[data-palette="palette-16"] .sidebar-1 .section-content a:hover, [data-palette="palette-16"] .sidebar-1 .section-content a:focus, [data-palette="palette-16"] .sidebar-1 .section-content a:active {
    background: #a8135e !important;
    color: #ffffff !important;
}

[data-palette="palette-16"] .sidebar-1 .l2 {
    background: #bf156b !important;
    color: #ffffff !important;
}

[data-palette="palette-16"] .sidebar-1 .sidebar-tags li .color-warning, [data-palette="palette-16"] .sidebar-1 .sidebar-tags li .btn.btn-warning.btn-outline, [data-palette="palette-16"] .sidebar-1 .sidebar-tags li .btn.btn-warning.btn-outline i, .btn.btn-warning.btn-outline [data-palette="palette-16"] .sidebar-1 .sidebar-tags li i {
    color: #f0ad4e !important;
}

[data-palette="palette-16"] .sidebar-1 .sidebar-tags li .color-success, [data-palette="palette-16"] .sidebar-1 .sidebar-tags li .btn.btn-success.btn-outline, [data-palette="palette-16"] .sidebar-1 .sidebar-tags li .btn.btn-success.btn-outline i, .btn.btn-success.btn-outline [data-palette="palette-16"] .sidebar-1 .sidebar-tags li i {
    color: #5cb85c !important;
}

[data-palette="palette-16"] .sidebar-1 .sidebar-tags li .color-danger, [data-palette="palette-16"] .sidebar-1 .sidebar-tags li .btn.btn-danger.btn-outline, [data-palette="palette-16"] .sidebar-1 .sidebar-tags li .btn.btn-danger.btn-outline i, .btn.btn-danger.btn-outline [data-palette="palette-16"] .sidebar-1 .sidebar-tags li i {
    color: #d9534f !important;
}

[data-palette="palette-16"] .sidebar-1 .profile-toggle .btn.btn-default {
    color: #ffffff !important;
}

[data-palette="palette-16"] .sidebar-1 .profile-toggle .btn.btn-default:hover, [data-palette="palette-16"] .sidebar-1 .profile-toggle .btn.btn-default:active, [data-palette="palette-16"] .sidebar-1 .profile-toggle .btn.btn-default:focus {
    color: #ffffff !important;
}

[data-palette="palette-16"] .sidebar-1 .close-sidebar.btn.btn-default {
    color: #ffffff !important;
}

[data-palette="palette-16"] .sidebar-1 .close-sidebar.btn.btn-default:hover, [data-palette="palette-16"] .sidebar-1 .close-sidebar.btn.btn-default:active, [data-palette="palette-16"] .sidebar-1 .close-sidebar.btn.btn-default:focus {
    color: #ffffff !important;
}

[data-palette="palette-16"][data-direction="rtl"] .sidebar-1 {
    border-right: 0 !important;
    border-left: 1px solid #bf156b !important;
}

[data-palette="palette-16"][data-direction="rtl"] .sidebar-1 .sideline:hover {
    position: relative;
}

[data-palette="palette-16"][data-direction="rtl"] .sidebar-1 .sideline:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 4px;
    height: 100%;
    background-color: #f0ad4e;
}

[data-palette="palette-16"][data-direction="rtl"] .sidebar-1 .sideline-active {
    position: relative;
}

[data-palette="palette-16"][data-direction="rtl"] .sidebar-1 .sideline-active:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 4px;
    height: 100%;
    background-color: #f0ad4e;
}

[data-palette="palette-16"][data-layout="collapsed-sidebar"] .l1 a {
    border-bottom: 1px solid #bf156b !important;
    cursor: pointer;
}

[data-palette="palette-16"][data-layout="collapsed-sidebar"] .l1 a:first-child {
    border-top: 1px solid #bf156b !important;
}

[data-palette="palette-17"] .sidebar-placeholder,
[data-palette="palette-17"] .sidebar-outer-wrapper,
[data-palette="palette-17"] .sidebar-inner-wrapper,
[data-palette="palette-17"] .sidebar-1 {
    background: #e72989 !important;
    color: #ffffff !important;
}

[data-palette="palette-17"] .sidebar-1 {
    border-right: 1px solid #e72989 !important;
}

[data-palette="palette-17"] .sidebar-1 .profile .profile-image {
    border-color: #ffffff !important;
}

[data-palette="palette-17"] .sidebar-1 .profile .profile-title, [data-palette="palette-17"] .sidebar-1 .profile .profile-subtitle {
    color: #ffffff !important;
}

[data-palette="palette-17"] .sidebar-1 a {
    color: #ffffff !important;
}

[data-palette="palette-17"] .sidebar-1 a i {
    color: #ffffff !important;
}

[data-palette="palette-17"] .sidebar-1 a:hover i, [data-palette="palette-17"] .sidebar-1 a:focus i {
    color: #ffffff !important;
}

[data-palette="palette-17"] .sidebar-1 .btn i {
    color: #ffffff !important;
}

[data-palette="palette-17"] .sidebar-1 .btn:hover i, [data-palette="palette-17"] .sidebar-1 .btn:focus i {
    color: #ffffff !important;
}

[data-palette="palette-17"] .sidebar-1 .sideline:hover {
    position: relative;
}

[data-palette="palette-17"] .sidebar-1 .sideline:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background-color: #f0ad4e;
}

[data-palette="palette-17"] .sidebar-1 .sideline-active {
    position: relative;
}

[data-palette="palette-17"] .sidebar-1 .sideline-active:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background-color: #f0ad4e;
}

[data-palette="palette-17"] .sidebar-1 .section-content a {
    background: #e72989 !important;
    color: #ffffff !important;
}

[data-palette="palette-17"] .sidebar-1 .section-content a:hover, [data-palette="palette-17"] .sidebar-1 .section-content a:focus, [data-palette="palette-17"] .sidebar-1 .section-content a:active {
    background: #de197c !important;
    color: #ffffff !important;
}

[data-palette="palette-17"] .sidebar-1 .l2 {
    background: #e72989 !important;
    color: #ffffff !important;
}

[data-palette="palette-17"] .sidebar-1 .sidebar-tags li .color-warning, [data-palette="palette-17"] .sidebar-1 .sidebar-tags li .btn.btn-warning.btn-outline, [data-palette="palette-17"] .sidebar-1 .sidebar-tags li .btn.btn-warning.btn-outline i, .btn.btn-warning.btn-outline [data-palette="palette-17"] .sidebar-1 .sidebar-tags li i {
    color: #f0ad4e !important;
}

[data-palette="palette-17"] .sidebar-1 .sidebar-tags li .color-success, [data-palette="palette-17"] .sidebar-1 .sidebar-tags li .btn.btn-success.btn-outline, [data-palette="palette-17"] .sidebar-1 .sidebar-tags li .btn.btn-success.btn-outline i, .btn.btn-success.btn-outline [data-palette="palette-17"] .sidebar-1 .sidebar-tags li i {
    color: #5cb85c !important;
}

[data-palette="palette-17"] .sidebar-1 .sidebar-tags li .color-danger, [data-palette="palette-17"] .sidebar-1 .sidebar-tags li .btn.btn-danger.btn-outline, [data-palette="palette-17"] .sidebar-1 .sidebar-tags li .btn.btn-danger.btn-outline i, .btn.btn-danger.btn-outline [data-palette="palette-17"] .sidebar-1 .sidebar-tags li i {
    color: #d9534f !important;
}

[data-palette="palette-17"] .sidebar-1 .profile-toggle .btn.btn-default {
    color: #ffffff !important;
}

[data-palette="palette-17"] .sidebar-1 .profile-toggle .btn.btn-default:hover, [data-palette="palette-17"] .sidebar-1 .profile-toggle .btn.btn-default:active, [data-palette="palette-17"] .sidebar-1 .profile-toggle .btn.btn-default:focus {
    color: #ffffff !important;
}

[data-palette="palette-17"] .sidebar-1 .close-sidebar.btn.btn-default {
    color: #ffffff !important;
}

[data-palette="palette-17"] .sidebar-1 .close-sidebar.btn.btn-default:hover, [data-palette="palette-17"] .sidebar-1 .close-sidebar.btn.btn-default:active, [data-palette="palette-17"] .sidebar-1 .close-sidebar.btn.btn-default:focus {
    color: #ffffff !important;
}

[data-palette="palette-17"][data-direction="rtl"] .sidebar-1 {
    border-right: 0 !important;
    border-left: 1px solid #e72989 !important;
}

[data-palette="palette-17"][data-direction="rtl"] .sidebar-1 .sideline:hover {
    position: relative;
}

[data-palette="palette-17"][data-direction="rtl"] .sidebar-1 .sideline:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 4px;
    height: 100%;
    background-color: #f0ad4e;
}

[data-palette="palette-17"][data-direction="rtl"] .sidebar-1 .sideline-active {
    position: relative;
}

[data-palette="palette-17"][data-direction="rtl"] .sidebar-1 .sideline-active:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 4px;
    height: 100%;
    background-color: #f0ad4e;
}

[data-palette="palette-17"][data-layout="collapsed-sidebar"] .l1 a {
    border-bottom: 1px solid #e72989 !important;
    cursor: pointer;
}

[data-palette="palette-17"][data-layout="collapsed-sidebar"] .l1 a:first-child {
    border-top: 1px solid #e72989 !important;
}

[data-palette="palette-18"] .sidebar-placeholder,
[data-palette="palette-18"] .sidebar-outer-wrapper,
[data-palette="palette-18"] .sidebar-inner-wrapper,
[data-palette="palette-18"] .sidebar-1 {
    background: #bf1e15 !important;
    color: #ffffff !important;
}

[data-palette="palette-18"] .sidebar-1 {
    border-right: 1px solid #bf1e15 !important;
}

[data-palette="palette-18"] .sidebar-1 .profile .profile-image {
    border-color: #ffffff !important;
}

[data-palette="palette-18"] .sidebar-1 .profile .profile-title, [data-palette="palette-18"] .sidebar-1 .profile .profile-subtitle {
    color: #ffffff !important;
}

[data-palette="palette-18"] .sidebar-1 a {
    color: #ffffff !important;
}

[data-palette="palette-18"] .sidebar-1 a i {
    color: #ffffff !important;
}

[data-palette="palette-18"] .sidebar-1 a:hover i, [data-palette="palette-18"] .sidebar-1 a:focus i {
    color: #ffffff !important;
}

[data-palette="palette-18"] .sidebar-1 .btn i {
    color: #ffffff !important;
}

[data-palette="palette-18"] .sidebar-1 .btn:hover i, [data-palette="palette-18"] .sidebar-1 .btn:focus i {
    color: #ffffff !important;
}

[data-palette="palette-18"] .sidebar-1 .sideline:hover {
    position: relative;
}

[data-palette="palette-18"] .sidebar-1 .sideline:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background-color: #f0ad4e;
}

[data-palette="palette-18"] .sidebar-1 .sideline-active {
    position: relative;
}

[data-palette="palette-18"] .sidebar-1 .sideline-active:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background-color: #f0ad4e;
}

[data-palette="palette-18"] .sidebar-1 .section-content a {
    background: #bf1e15 !important;
    color: #ffffff !important;
}

[data-palette="palette-18"] .sidebar-1 .section-content a:hover, [data-palette="palette-18"] .sidebar-1 .section-content a:focus, [data-palette="palette-18"] .sidebar-1 .section-content a:active {
    background: #a81b13 !important;
    color: #ffffff !important;
}

[data-palette="palette-18"] .sidebar-1 .l2 {
    background: #bf1e15 !important;
    color: #ffffff !important;
}

[data-palette="palette-18"] .sidebar-1 .sidebar-tags li .color-warning, [data-palette="palette-18"] .sidebar-1 .sidebar-tags li .btn.btn-warning.btn-outline, [data-palette="palette-18"] .sidebar-1 .sidebar-tags li .btn.btn-warning.btn-outline i, .btn.btn-warning.btn-outline [data-palette="palette-18"] .sidebar-1 .sidebar-tags li i {
    color: #f0ad4e !important;
}

[data-palette="palette-18"] .sidebar-1 .sidebar-tags li .color-success, [data-palette="palette-18"] .sidebar-1 .sidebar-tags li .btn.btn-success.btn-outline, [data-palette="palette-18"] .sidebar-1 .sidebar-tags li .btn.btn-success.btn-outline i, .btn.btn-success.btn-outline [data-palette="palette-18"] .sidebar-1 .sidebar-tags li i {
    color: #5cb85c !important;
}

[data-palette="palette-18"] .sidebar-1 .sidebar-tags li .color-danger, [data-palette="palette-18"] .sidebar-1 .sidebar-tags li .btn.btn-danger.btn-outline, [data-palette="palette-18"] .sidebar-1 .sidebar-tags li .btn.btn-danger.btn-outline i, .btn.btn-danger.btn-outline [data-palette="palette-18"] .sidebar-1 .sidebar-tags li i {
    color: #d9534f !important;
}

[data-palette="palette-18"] .sidebar-1 .profile-toggle .btn.btn-default {
    color: #ffffff !important;
}

[data-palette="palette-18"] .sidebar-1 .profile-toggle .btn.btn-default:hover, [data-palette="palette-18"] .sidebar-1 .profile-toggle .btn.btn-default:active, [data-palette="palette-18"] .sidebar-1 .profile-toggle .btn.btn-default:focus {
    color: #ffffff !important;
}

[data-palette="palette-18"] .sidebar-1 .close-sidebar.btn.btn-default {
    color: #ffffff !important;
}

[data-palette="palette-18"] .sidebar-1 .close-sidebar.btn.btn-default:hover, [data-palette="palette-18"] .sidebar-1 .close-sidebar.btn.btn-default:active, [data-palette="palette-18"] .sidebar-1 .close-sidebar.btn.btn-default:focus {
    color: #ffffff !important;
}

[data-palette="palette-18"][data-direction="rtl"] .sidebar-1 {
    border-right: 0 !important;
    border-left: 1px solid #bf1e15 !important;
}

[data-palette="palette-18"][data-direction="rtl"] .sidebar-1 .sideline:hover {
    position: relative;
}

[data-palette="palette-18"][data-direction="rtl"] .sidebar-1 .sideline:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 4px;
    height: 100%;
    background-color: #f0ad4e;
}

[data-palette="palette-18"][data-direction="rtl"] .sidebar-1 .sideline-active {
    position: relative;
}

[data-palette="palette-18"][data-direction="rtl"] .sidebar-1 .sideline-active:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 4px;
    height: 100%;
    background-color: #f0ad4e;
}

[data-palette="palette-18"][data-layout="collapsed-sidebar"] .l1 a {
    border-bottom: 1px solid #bf1e15 !important;
    cursor: pointer;
}

[data-palette="palette-18"][data-layout="collapsed-sidebar"] .l1 a:first-child {
    border-top: 1px solid #bf1e15 !important;
}

[data-palette="palette-19"] .sidebar-placeholder,
[data-palette="palette-19"] .sidebar-outer-wrapper,
[data-palette="palette-19"] .sidebar-inner-wrapper,
[data-palette="palette-19"] .sidebar-1 {
    background: #e73229 !important;
    color: #ffffff !important;
}

[data-palette="palette-19"] .sidebar-1 {
    border-right: 1px solid #e73229 !important;
}

[data-palette="palette-19"] .sidebar-1 .profile .profile-image {
    border-color: #ffffff !important;
}

[data-palette="palette-19"] .sidebar-1 .profile .profile-title, [data-palette="palette-19"] .sidebar-1 .profile .profile-subtitle {
    color: #ffffff !important;
}

[data-palette="palette-19"] .sidebar-1 a {
    color: #ffffff !important;
}

[data-palette="palette-19"] .sidebar-1 a i {
    color: #ffffff !important;
}

[data-palette="palette-19"] .sidebar-1 a:hover i, [data-palette="palette-19"] .sidebar-1 a:focus i {
    color: #ffffff !important;
}

[data-palette="palette-19"] .sidebar-1 .btn i {
    color: #ffffff !important;
}

[data-palette="palette-19"] .sidebar-1 .btn:hover i, [data-palette="palette-19"] .sidebar-1 .btn:focus i {
    color: #ffffff !important;
}

[data-palette="palette-19"] .sidebar-1 .sideline:hover {
    position: relative;
}

[data-palette="palette-19"] .sidebar-1 .sideline:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background-color: #f0ad4e;
}

[data-palette="palette-19"] .sidebar-1 .sideline-active {
    position: relative;
}

[data-palette="palette-19"] .sidebar-1 .sideline-active:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background-color: #f0ad4e;
}

[data-palette="palette-19"] .sidebar-1 .section-content a {
    background: #e73229 !important;
    color: #ffffff !important;
}

[data-palette="palette-19"] .sidebar-1 .section-content a:hover, [data-palette="palette-19"] .sidebar-1 .section-content a:focus, [data-palette="palette-19"] .sidebar-1 .section-content a:active {
    background: #de2319 !important;
    color: #ffffff !important;
}

[data-palette="palette-19"] .sidebar-1 .l2 {
    background: #e73229 !important;
    color: #ffffff !important;
}

[data-palette="palette-19"] .sidebar-1 .sidebar-tags li .color-warning, [data-palette="palette-19"] .sidebar-1 .sidebar-tags li .btn.btn-warning.btn-outline, [data-palette="palette-19"] .sidebar-1 .sidebar-tags li .btn.btn-warning.btn-outline i, .btn.btn-warning.btn-outline [data-palette="palette-19"] .sidebar-1 .sidebar-tags li i {
    color: #f0ad4e !important;
}

[data-palette="palette-19"] .sidebar-1 .sidebar-tags li .color-success, [data-palette="palette-19"] .sidebar-1 .sidebar-tags li .btn.btn-success.btn-outline, [data-palette="palette-19"] .sidebar-1 .sidebar-tags li .btn.btn-success.btn-outline i, .btn.btn-success.btn-outline [data-palette="palette-19"] .sidebar-1 .sidebar-tags li i {
    color: #5cb85c !important;
}

[data-palette="palette-19"] .sidebar-1 .sidebar-tags li .color-danger, [data-palette="palette-19"] .sidebar-1 .sidebar-tags li .btn.btn-danger.btn-outline, [data-palette="palette-19"] .sidebar-1 .sidebar-tags li .btn.btn-danger.btn-outline i, .btn.btn-danger.btn-outline [data-palette="palette-19"] .sidebar-1 .sidebar-tags li i {
    color: #d9534f !important;
}

[data-palette="palette-19"] .sidebar-1 .profile-toggle .btn.btn-default {
    color: #ffffff !important;
}

[data-palette="palette-19"] .sidebar-1 .profile-toggle .btn.btn-default:hover, [data-palette="palette-19"] .sidebar-1 .profile-toggle .btn.btn-default:active, [data-palette="palette-19"] .sidebar-1 .profile-toggle .btn.btn-default:focus {
    color: #ffffff !important;
}

[data-palette="palette-19"] .sidebar-1 .close-sidebar.btn.btn-default {
    color: #ffffff !important;
}

[data-palette="palette-19"] .sidebar-1 .close-sidebar.btn.btn-default:hover, [data-palette="palette-19"] .sidebar-1 .close-sidebar.btn.btn-default:active, [data-palette="palette-19"] .sidebar-1 .close-sidebar.btn.btn-default:focus {
    color: #ffffff !important;
}

[data-palette="palette-19"][data-direction="rtl"] .sidebar-1 {
    border-right: 0 !important;
    border-left: 1px solid #e73229 !important;
}

[data-palette="palette-19"][data-direction="rtl"] .sidebar-1 .sideline:hover {
    position: relative;
}

[data-palette="palette-19"][data-direction="rtl"] .sidebar-1 .sideline:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 4px;
    height: 100%;
    background-color: #f0ad4e;
}

[data-palette="palette-19"][data-direction="rtl"] .sidebar-1 .sideline-active {
    position: relative;
}

[data-palette="palette-19"][data-direction="rtl"] .sidebar-1 .sideline-active:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 4px;
    height: 100%;
    background-color: #f0ad4e;
}

[data-palette="palette-19"][data-layout="collapsed-sidebar"] .l1 a {
    border-bottom: 1px solid #e73229 !important;
    cursor: pointer;
}

[data-palette="palette-19"][data-layout="collapsed-sidebar"] .l1 a:first-child {
    border-top: 1px solid #e73229 !important;
}

[data-palette="palette-20"] .sidebar-placeholder,
[data-palette="palette-20"] .sidebar-outer-wrapper,
[data-palette="palette-20"] .sidebar-inner-wrapper,
[data-palette="palette-20"] .sidebar-1 {
    background: #0f8a20 !important;
    color: #ffffff !important;
}

[data-palette="palette-20"] .sidebar-1 {
    border-right: 1px solid #0f8a20 !important;
}

[data-palette="palette-20"] .sidebar-1 .profile .profile-image {
    border-color: #ffffff !important;
}

[data-palette="palette-20"] .sidebar-1 .profile .profile-title, [data-palette="palette-20"] .sidebar-1 .profile .profile-subtitle {
    color: #ffffff !important;
}

[data-palette="palette-20"] .sidebar-1 a {
    color: #ffffff !important;
}

[data-palette="palette-20"] .sidebar-1 a i {
    color: #ffffff !important;
}

[data-palette="palette-20"] .sidebar-1 a:hover i, [data-palette="palette-20"] .sidebar-1 a:focus i {
    color: #ffffff !important;
}

[data-palette="palette-20"] .sidebar-1 .btn i {
    color: #ffffff !important;
}

[data-palette="palette-20"] .sidebar-1 .btn:hover i, [data-palette="palette-20"] .sidebar-1 .btn:focus i {
    color: #ffffff !important;
}

[data-palette="palette-20"] .sidebar-1 .sideline:hover {
    position: relative;
}

[data-palette="palette-20"] .sidebar-1 .sideline:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background-color: #f0ad4e;
}

[data-palette="palette-20"] .sidebar-1 .sideline-active {
    position: relative;
}

[data-palette="palette-20"] .sidebar-1 .sideline-active:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background-color: #f0ad4e;
}

[data-palette="palette-20"] .sidebar-1 .section-content a {
    background: #0f8a20 !important;
    color: #ffffff !important;
}

[data-palette="palette-20"] .sidebar-1 .section-content a:hover, [data-palette="palette-20"] .sidebar-1 .section-content a:focus, [data-palette="palette-20"] .sidebar-1 .section-content a:active {
    background: #0d731a !important;
    color: #ffffff !important;
}

[data-palette="palette-20"] .sidebar-1 .l2 {
    background: #0f8a20 !important;
    color: #ffffff !important;
}

[data-palette="palette-20"] .sidebar-1 .sidebar-tags li .color-warning, [data-palette="palette-20"] .sidebar-1 .sidebar-tags li .btn.btn-warning.btn-outline, [data-palette="palette-20"] .sidebar-1 .sidebar-tags li .btn.btn-warning.btn-outline i, .btn.btn-warning.btn-outline [data-palette="palette-20"] .sidebar-1 .sidebar-tags li i {
    color: #f0ad4e !important;
}

[data-palette="palette-20"] .sidebar-1 .sidebar-tags li .color-success, [data-palette="palette-20"] .sidebar-1 .sidebar-tags li .btn.btn-success.btn-outline, [data-palette="palette-20"] .sidebar-1 .sidebar-tags li .btn.btn-success.btn-outline i, .btn.btn-success.btn-outline [data-palette="palette-20"] .sidebar-1 .sidebar-tags li i {
    color: #5cb85c !important;
}

[data-palette="palette-20"] .sidebar-1 .sidebar-tags li .color-danger, [data-palette="palette-20"] .sidebar-1 .sidebar-tags li .btn.btn-danger.btn-outline, [data-palette="palette-20"] .sidebar-1 .sidebar-tags li .btn.btn-danger.btn-outline i, .btn.btn-danger.btn-outline [data-palette="palette-20"] .sidebar-1 .sidebar-tags li i {
    color: #d9534f !important;
}

[data-palette="palette-20"] .sidebar-1 .profile-toggle .btn.btn-default {
    color: #ffffff !important;
}

[data-palette="palette-20"] .sidebar-1 .profile-toggle .btn.btn-default:hover, [data-palette="palette-20"] .sidebar-1 .profile-toggle .btn.btn-default:active, [data-palette="palette-20"] .sidebar-1 .profile-toggle .btn.btn-default:focus {
    color: #ffffff !important;
}

[data-palette="palette-20"] .sidebar-1 .close-sidebar.btn.btn-default {
    color: #ffffff !important;
}

[data-palette="palette-20"] .sidebar-1 .close-sidebar.btn.btn-default:hover, [data-palette="palette-20"] .sidebar-1 .close-sidebar.btn.btn-default:active, [data-palette="palette-20"] .sidebar-1 .close-sidebar.btn.btn-default:focus {
    color: #ffffff !important;
}

[data-palette="palette-20"][data-direction="rtl"] .sidebar-1 {
    border-right: 0 !important;
    border-left: 1px solid #0f8a20 !important;
}

[data-palette="palette-20"][data-direction="rtl"] .sidebar-1 .sideline:hover {
    position: relative;
}

[data-palette="palette-20"][data-direction="rtl"] .sidebar-1 .sideline:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 4px;
    height: 100%;
    background-color: #f0ad4e;
}

[data-palette="palette-20"][data-direction="rtl"] .sidebar-1 .sideline-active {
    position: relative;
}

[data-palette="palette-20"][data-direction="rtl"] .sidebar-1 .sideline-active:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 4px;
    height: 100%;
    background-color: #f0ad4e;
}

[data-palette="palette-20"][data-layout="collapsed-sidebar"] .l1 a {
    border-bottom: 1px solid #0f8a20 !important;
    cursor: pointer;
}

[data-palette="palette-20"][data-layout="collapsed-sidebar"] .l1 a:first-child {
    border-top: 1px solid #0f8a20 !important;
}

[data-palette="palette-21"] .sidebar-placeholder,
[data-palette="palette-21"] .sidebar-outer-wrapper,
[data-palette="palette-21"] .sidebar-inner-wrapper,
[data-palette="palette-21"] .sidebar-1 {
    background: #5d8a0f !important;
    color: #ffffff !important;
}

[data-palette="palette-21"] .sidebar-1 {
    border-right: 1px solid #5d8a0f !important;
}

[data-palette="palette-21"] .sidebar-1 .profile .profile-image {
    border-color: #ffffff !important;
}

[data-palette="palette-21"] .sidebar-1 .profile .profile-title, [data-palette="palette-21"] .sidebar-1 .profile .profile-subtitle {
    color: #ffffff !important;
}

[data-palette="palette-21"] .sidebar-1 a {
    color: #ffffff !important;
}

[data-palette="palette-21"] .sidebar-1 a i {
    color: #ffffff !important;
}

[data-palette="palette-21"] .sidebar-1 a:hover i, [data-palette="palette-21"] .sidebar-1 a:focus i {
    color: #ffffff !important;
}

[data-palette="palette-21"] .sidebar-1 .btn i {
    color: #ffffff !important;
}

[data-palette="palette-21"] .sidebar-1 .btn:hover i, [data-palette="palette-21"] .sidebar-1 .btn:focus i {
    color: #ffffff !important;
}

[data-palette="palette-21"] .sidebar-1 .sideline:hover {
    position: relative;
}

[data-palette="palette-21"] .sidebar-1 .sideline:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background-color: #f0ad4e;
}

[data-palette="palette-21"] .sidebar-1 .sideline-active {
    position: relative;
}

[data-palette="palette-21"] .sidebar-1 .sideline-active:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background-color: #f0ad4e;
}

[data-palette="palette-21"] .sidebar-1 .section-content a {
    background: #5d8a0f !important;
    color: #ffffff !important;
}

[data-palette="palette-21"] .sidebar-1 .section-content a:hover, [data-palette="palette-21"] .sidebar-1 .section-content a:focus, [data-palette="palette-21"] .sidebar-1 .section-content a:active {
    background: #4e730d !important;
    color: #ffffff !important;
}

[data-palette="palette-21"] .sidebar-1 .l2 {
    background: #5d8a0f !important;
    color: #ffffff !important;
}

[data-palette="palette-21"] .sidebar-1 .sidebar-tags li .color-warning, [data-palette="palette-21"] .sidebar-1 .sidebar-tags li .btn.btn-warning.btn-outline, [data-palette="palette-21"] .sidebar-1 .sidebar-tags li .btn.btn-warning.btn-outline i, .btn.btn-warning.btn-outline [data-palette="palette-21"] .sidebar-1 .sidebar-tags li i {
    color: #f0ad4e !important;
}

[data-palette="palette-21"] .sidebar-1 .sidebar-tags li .color-success, [data-palette="palette-21"] .sidebar-1 .sidebar-tags li .btn.btn-success.btn-outline, [data-palette="palette-21"] .sidebar-1 .sidebar-tags li .btn.btn-success.btn-outline i, .btn.btn-success.btn-outline [data-palette="palette-21"] .sidebar-1 .sidebar-tags li i {
    color: #5cb85c !important;
}

[data-palette="palette-21"] .sidebar-1 .sidebar-tags li .color-danger, [data-palette="palette-21"] .sidebar-1 .sidebar-tags li .btn.btn-danger.btn-outline, [data-palette="palette-21"] .sidebar-1 .sidebar-tags li .btn.btn-danger.btn-outline i, .btn.btn-danger.btn-outline [data-palette="palette-21"] .sidebar-1 .sidebar-tags li i {
    color: #d9534f !important;
}

[data-palette="palette-21"] .sidebar-1 .profile-toggle .btn.btn-default {
    color: #ffffff !important;
}

[data-palette="palette-21"] .sidebar-1 .profile-toggle .btn.btn-default:hover, [data-palette="palette-21"] .sidebar-1 .profile-toggle .btn.btn-default:active, [data-palette="palette-21"] .sidebar-1 .profile-toggle .btn.btn-default:focus {
    color: #ffffff !important;
}

[data-palette="palette-21"] .sidebar-1 .close-sidebar.btn.btn-default {
    color: #ffffff !important;
}

[data-palette="palette-21"] .sidebar-1 .close-sidebar.btn.btn-default:hover, [data-palette="palette-21"] .sidebar-1 .close-sidebar.btn.btn-default:active, [data-palette="palette-21"] .sidebar-1 .close-sidebar.btn.btn-default:focus {
    color: #ffffff !important;
}

[data-palette="palette-21"][data-direction="rtl"] .sidebar-1 {
    border-right: 0 !important;
    border-left: 1px solid #5d8a0f !important;
}

[data-palette="palette-21"][data-direction="rtl"] .sidebar-1 .sideline:hover {
    position: relative;
}

[data-palette="palette-21"][data-direction="rtl"] .sidebar-1 .sideline:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 4px;
    height: 100%;
    background-color: #f0ad4e;
}

[data-palette="palette-21"][data-direction="rtl"] .sidebar-1 .sideline-active {
    position: relative;
}

[data-palette="palette-21"][data-direction="rtl"] .sidebar-1 .sideline-active:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 4px;
    height: 100%;
    background-color: #f0ad4e;
}

[data-palette="palette-21"][data-layout="collapsed-sidebar"] .l1 a {
    border-bottom: 1px solid #5d8a0f !important;
    cursor: pointer;
}

[data-palette="palette-21"][data-layout="collapsed-sidebar"] .l1 a:first-child {
    border-top: 1px solid #5d8a0f !important;
}

[data-palette="palette-22"] .sidebar-placeholder,
[data-palette="palette-22"] .sidebar-outer-wrapper,
[data-palette="palette-22"] .sidebar-inner-wrapper,
[data-palette="palette-22"] .sidebar-1 {
    background: #744226 !important;
    color: #ffffff !important;
}

[data-palette="palette-22"] .sidebar-1 {
    border-right: 1px solid #744226 !important;
}

[data-palette="palette-22"] .sidebar-1 .profile .profile-image {
    border-color: #ffffff !important;
}

[data-palette="palette-22"] .sidebar-1 .profile .profile-title, [data-palette="palette-22"] .sidebar-1 .profile .profile-subtitle {
    color: #ffffff !important;
}

[data-palette="palette-22"] .sidebar-1 a {
    color: #ffffff !important;
}

[data-palette="palette-22"] .sidebar-1 a i {
    color: #ffffff !important;
}

[data-palette="palette-22"] .sidebar-1 a:hover i, [data-palette="palette-22"] .sidebar-1 a:focus i {
    color: #ffffff !important;
}

[data-palette="palette-22"] .sidebar-1 .btn i {
    color: #ffffff !important;
}

[data-palette="palette-22"] .sidebar-1 .btn:hover i, [data-palette="palette-22"] .sidebar-1 .btn:focus i {
    color: #ffffff !important;
}

[data-palette="palette-22"] .sidebar-1 .sideline:hover {
    position: relative;
}

[data-palette="palette-22"] .sidebar-1 .sideline:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background-color: #f0ad4e;
}

[data-palette="palette-22"] .sidebar-1 .sideline-active {
    position: relative;
}

[data-palette="palette-22"] .sidebar-1 .sideline-active:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background-color: #f0ad4e;
}

[data-palette="palette-22"] .sidebar-1 .section-content a {
    background: #744226 !important;
    color: #ffffff !important;
}

[data-palette="palette-22"] .sidebar-1 .section-content a:hover, [data-palette="palette-22"] .sidebar-1 .section-content a:focus, [data-palette="palette-22"] .sidebar-1 .section-content a:active {
    background: #60371f !important;
    color: #ffffff !important;
}

[data-palette="palette-22"] .sidebar-1 .l2 {
    background: #744226 !important;
    color: #ffffff !important;
}

[data-palette="palette-22"] .sidebar-1 .sidebar-tags li .color-warning, [data-palette="palette-22"] .sidebar-1 .sidebar-tags li .btn.btn-warning.btn-outline, [data-palette="palette-22"] .sidebar-1 .sidebar-tags li .btn.btn-warning.btn-outline i, .btn.btn-warning.btn-outline [data-palette="palette-22"] .sidebar-1 .sidebar-tags li i {
    color: #f0ad4e !important;
}

[data-palette="palette-22"] .sidebar-1 .sidebar-tags li .color-success, [data-palette="palette-22"] .sidebar-1 .sidebar-tags li .btn.btn-success.btn-outline, [data-palette="palette-22"] .sidebar-1 .sidebar-tags li .btn.btn-success.btn-outline i, .btn.btn-success.btn-outline [data-palette="palette-22"] .sidebar-1 .sidebar-tags li i {
    color: #5cb85c !important;
}

[data-palette="palette-22"] .sidebar-1 .sidebar-tags li .color-danger, [data-palette="palette-22"] .sidebar-1 .sidebar-tags li .btn.btn-danger.btn-outline, [data-palette="palette-22"] .sidebar-1 .sidebar-tags li .btn.btn-danger.btn-outline i, .btn.btn-danger.btn-outline [data-palette="palette-22"] .sidebar-1 .sidebar-tags li i {
    color: #d9534f !important;
}

[data-palette="palette-22"] .sidebar-1 .profile-toggle .btn.btn-default {
    color: #ffffff !important;
}

[data-palette="palette-22"] .sidebar-1 .profile-toggle .btn.btn-default:hover, [data-palette="palette-22"] .sidebar-1 .profile-toggle .btn.btn-default:active, [data-palette="palette-22"] .sidebar-1 .profile-toggle .btn.btn-default:focus {
    color: #ffffff !important;
}

[data-palette="palette-22"] .sidebar-1 .close-sidebar.btn.btn-default {
    color: #ffffff !important;
}

[data-palette="palette-22"] .sidebar-1 .close-sidebar.btn.btn-default:hover, [data-palette="palette-22"] .sidebar-1 .close-sidebar.btn.btn-default:active, [data-palette="palette-22"] .sidebar-1 .close-sidebar.btn.btn-default:focus {
    color: #ffffff !important;
}

[data-palette="palette-22"][data-direction="rtl"] .sidebar-1 {
    border-right: 0 !important;
    border-left: 1px solid #744226 !important;
}

[data-palette="palette-22"][data-direction="rtl"] .sidebar-1 .sideline:hover {
    position: relative;
}

[data-palette="palette-22"][data-direction="rtl"] .sidebar-1 .sideline:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 4px;
    height: 100%;
    background-color: #f0ad4e;
}

[data-palette="palette-22"][data-direction="rtl"] .sidebar-1 .sideline-active {
    position: relative;
}

[data-palette="palette-22"][data-direction="rtl"] .sidebar-1 .sideline-active:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 4px;
    height: 100%;
    background-color: #f0ad4e;
}

[data-palette="palette-22"][data-layout="collapsed-sidebar"] .l1 a {
    border-bottom: 1px solid #744226 !important;
    cursor: pointer;
}

[data-palette="palette-22"][data-layout="collapsed-sidebar"] .l1 a:first-child {
    border-top: 1px solid #744226 !important;
}

[data-palette="palette-23"] .sidebar-placeholder,
[data-palette="palette-23"] .sidebar-outer-wrapper,
[data-palette="palette-23"] .sidebar-inner-wrapper,
[data-palette="palette-23"] .sidebar-1 {
    background: #9f5c35 !important;
    color: #ffffff !important;
}

[data-palette="palette-23"] .sidebar-1 {
    border-right: 1px solid #9f5c35 !important;
}

[data-palette="palette-23"] .sidebar-1 .profile .profile-image {
    border-color: #ffffff !important;
}

[data-palette="palette-23"] .sidebar-1 .profile .profile-title, [data-palette="palette-23"] .sidebar-1 .profile .profile-subtitle {
    color: #ffffff !important;
}

[data-palette="palette-23"] .sidebar-1 a {
    color: #ffffff !important;
}

[data-palette="palette-23"] .sidebar-1 a i {
    color: #ffffff !important;
}

[data-palette="palette-23"] .sidebar-1 a:hover i, [data-palette="palette-23"] .sidebar-1 a:focus i {
    color: #ffffff !important;
}

[data-palette="palette-23"] .sidebar-1 .btn i {
    color: #ffffff !important;
}

[data-palette="palette-23"] .sidebar-1 .btn:hover i, [data-palette="palette-23"] .sidebar-1 .btn:focus i {
    color: #ffffff !important;
}

[data-palette="palette-23"] .sidebar-1 .sideline:hover {
    position: relative;
}

[data-palette="palette-23"] .sidebar-1 .sideline:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background-color: #f0ad4e;
}

[data-palette="palette-23"] .sidebar-1 .sideline-active {
    position: relative;
}

[data-palette="palette-23"] .sidebar-1 .sideline-active:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background-color: #f0ad4e;
}

[data-palette="palette-23"] .sidebar-1 .section-content a {
    background: #9f5c35 !important;
    color: #ffffff !important;
}

[data-palette="palette-23"] .sidebar-1 .section-content a:hover, [data-palette="palette-23"] .sidebar-1 .section-content a:focus, [data-palette="palette-23"] .sidebar-1 .section-content a:active {
    background: #8c512e !important;
    color: #ffffff !important;
}

[data-palette="palette-23"] .sidebar-1 .l2 {
    background: #9f5c35 !important;
    color: #ffffff !important;
}

[data-palette="palette-23"] .sidebar-1 .sidebar-tags li .color-warning, [data-palette="palette-23"] .sidebar-1 .sidebar-tags li .btn.btn-warning.btn-outline, [data-palette="palette-23"] .sidebar-1 .sidebar-tags li .btn.btn-warning.btn-outline i, .btn.btn-warning.btn-outline [data-palette="palette-23"] .sidebar-1 .sidebar-tags li i {
    color: #f0ad4e !important;
}

[data-palette="palette-23"] .sidebar-1 .sidebar-tags li .color-success, [data-palette="palette-23"] .sidebar-1 .sidebar-tags li .btn.btn-success.btn-outline, [data-palette="palette-23"] .sidebar-1 .sidebar-tags li .btn.btn-success.btn-outline i, .btn.btn-success.btn-outline [data-palette="palette-23"] .sidebar-1 .sidebar-tags li i {
    color: #5cb85c !important;
}

[data-palette="palette-23"] .sidebar-1 .sidebar-tags li .color-danger, [data-palette="palette-23"] .sidebar-1 .sidebar-tags li .btn.btn-danger.btn-outline, [data-palette="palette-23"] .sidebar-1 .sidebar-tags li .btn.btn-danger.btn-outline i, .btn.btn-danger.btn-outline [data-palette="palette-23"] .sidebar-1 .sidebar-tags li i {
    color: #d9534f !important;
}

[data-palette="palette-23"] .sidebar-1 .profile-toggle .btn.btn-default {
    color: #ffffff !important;
}

[data-palette="palette-23"] .sidebar-1 .profile-toggle .btn.btn-default:hover, [data-palette="palette-23"] .sidebar-1 .profile-toggle .btn.btn-default:active, [data-palette="palette-23"] .sidebar-1 .profile-toggle .btn.btn-default:focus {
    color: #ffffff !important;
}

[data-palette="palette-23"] .sidebar-1 .close-sidebar.btn.btn-default {
    color: #ffffff !important;
}

[data-palette="palette-23"] .sidebar-1 .close-sidebar.btn.btn-default:hover, [data-palette="palette-23"] .sidebar-1 .close-sidebar.btn.btn-default:active, [data-palette="palette-23"] .sidebar-1 .close-sidebar.btn.btn-default:focus {
    color: #ffffff !important;
}

[data-palette="palette-23"][data-direction="rtl"] .sidebar-1 {
    border-right: 0 !important;
    border-left: 1px solid #9f5c35 !important;
}

[data-palette="palette-23"][data-direction="rtl"] .sidebar-1 .sideline:hover {
    position: relative;
}

[data-palette="palette-23"][data-direction="rtl"] .sidebar-1 .sideline:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 4px;
    height: 100%;
    background-color: #f0ad4e;
}

[data-palette="palette-23"][data-direction="rtl"] .sidebar-1 .sideline-active {
    position: relative;
}

[data-palette="palette-23"][data-direction="rtl"] .sidebar-1 .sideline-active:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 4px;
    height: 100%;
    background-color: #f0ad4e;
}

[data-palette="palette-23"][data-layout="collapsed-sidebar"] .l1 a {
    border-bottom: 1px solid #9f5c35 !important;
    cursor: pointer;
}

[data-palette="palette-23"][data-layout="collapsed-sidebar"] .l1 a:first-child {
    border-top: 1px solid #9f5c35 !important;
}

[data-direction="ltr"] .line-chart-widget-1 {
    width: 100%;
    position: relative;
    height: 200px;
}

[data-direction="ltr"] .line-chart-widget-1 .row, [data-direction="ltr"] .line-chart-widget-1 .col-xs-12 {
    margin: 0;
    padding: 0;
}

[data-direction="ltr"] .line-chart-widget-1 .ct-chart {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    display: block;
    width: 100%;
    min-height: 200px !important;
    height: 200px !important;
}

[data-direction="ltr"] .line-chart-widget-1 .ct-chart .ct-line {
    stroke-width: 5px !important;
}

[data-direction="ltr"] .line-chart-widget-1 .chart-placeholder {
    min-height: 200px !important;
    height: 200px !important;
}

[data-direction="ltr"] .line-chart-widget-1 .ct-label {
    display: none;
}

[data-direction="ltr"] .line-chart-widget-1 .title {
    z-index: 2;
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 14px;
}

[data-direction="ltr"] .line-chart-widget-1 .amount {
    z-index: 2;
    position: absolute;
    top: 35px;
    left: 20px;
    font-size: 42px;
    font-weight: 700;
}

[data-direction="ltr"] .line-chart-widget-1 .percent {
    z-index: 2;
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 24px;
    font-weight: 700;
}

[data-direction="ltr"] .line-chart-widget-1 .subtitle {
    z-index: 2;
    position: absolute;
    top: 50px;
    right: 20px;
    font-size: 12px;
}

[data-direction="rtl"] .line-chart-widget-1 {
    width: 100%;
    position: relative;
    height: 200px;
}

[data-direction="rtl"] .line-chart-widget-1 .row, [data-direction="rtl"] .line-chart-widget-1 .col-xs-12 {
    margin: 0;
    padding: 0;
}

[data-direction="rtl"] .line-chart-widget-1 .ct-chart {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    display: block;
    width: 100%;
    min-height: 200px !important;
    height: 200px !important;
}

[data-direction="rtl"] .line-chart-widget-1 .ct-chart .ct-line {
    stroke-width: 5px !important;
}

[data-direction="rtl"] .line-chart-widget-1 .chart-placeholder {
    min-height: 200px !important;
    height: 200px !important;
}

[data-direction="rtl"] .line-chart-widget-1 .ct-label {
    display: none;
}

[data-direction="rtl"] .line-chart-widget-1 .title {
    z-index: 2;
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 14px;
}

[data-direction="rtl"] .line-chart-widget-1 .amount {
    z-index: 2;
    position: absolute;
    top: 35px;
    right: 20px;
    font-size: 42px;
    font-weight: 700;
}

[data-direction="rtl"] .line-chart-widget-1 .percent {
    z-index: 2;
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 24px;
    font-weight: 700;
}

[data-direction="rtl"] .line-chart-widget-1 .subtitle {
    z-index: 2;
    position: absolute;
    top: 50px;
    left: 20px;
    font-size: 12px;
}

.line-chart-widget-2 {
    width: 100%;
    position: relative;
    height: 200px;
}

.line-chart-widget-2 .row,
.line-chart-widget-2 .col-xs-12 {
    margin: 0;
    padding: 0;
}

.line-chart-widget-2 .ct-chart {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    display: block;
    width: 100%;
    min-height: 200px !important;
    height: 200px !important;
}

.line-chart-widget-2 .ct-chart .ct-line {
    stroke-width: 5px !important;
}

.line-chart-widget-2 .chart-placeholder {
    min-height: 200px !important;
    height: 200px !important;
}

.line-chart-widget-2 .ct-label {
    display: none;
}

.line-chart-widget-2 .title {
    z-index: 2;
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 14px;
}

.line-chart-widget-2 .amount {
    z-index: 2;
    position: absolute;
    top: 35px;
    left: 20px;
    font-size: 42px;
    font-weight: 700;
}

.line-chart-widget-2 .percent {
    z-index: 2;
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 24px;
    font-weight: 700;
}

.line-chart-widget-2 .subtitle {
    z-index: 2;
    position: absolute;
    top: 50px;
    right: 20px;
    font-size: 12px;
}

.line-chart-widget-3 {
    width: 100%;
    position: relative;
    height: 200px;
}

.line-chart-widget-3 .row,
.line-chart-widget-3 .col-xs-12 {
    margin: 0;
    padding: 0;
}

.line-chart-widget-3 .ct-chart {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    display: block;
    width: 100%;
    min-height: 200px !important;
    height: 200px !important;
}

.line-chart-widget-3 .ct-chart .ct-line {
    stroke-width: 5px !important;
}

.line-chart-widget-3 .chart-placeholder {
    min-height: 200px !important;
    height: 200px !important;
}

.line-chart-widget-3 .ct-label {
    display: none;
}

.line-chart-widget-3 .title {
    z-index: 2;
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 14px;
}

.line-chart-widget-3 .amount {
    z-index: 2;
    position: absolute;
    top: 35px;
    left: 20px;
    font-size: 42px;
    font-weight: 700;
}

.line-chart-widget-3 .percent {
    z-index: 2;
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 24px;
    font-weight: 700;
}

.line-chart-widget-3 .subtitle {
    z-index: 2;
    position: absolute;
    top: 50px;
    right: 20px;
    font-size: 12px;
}

.google-map {
    height: 400px;
    width: 100%;
    color: #000 !important;
}

.vector-map {
    width: 100%;
    min-height: 500px;
    margin: 0 auto;
    position: relative;
}

[data-palette="palette-1"] .hoverinfo {
    background: #242424 !important;
    color: #ffffff !important;
    border-color: #444444 !important;
    box-shadow: none !important;
    border-radius: 5px;
}

[data-palette="palette-2"] .hoverinfo {
    background: #262932 !important;
    color: #ffffff !important;
    border-color: #424756 !important;
    box-shadow: none !important;
    border-radius: 5px;
}

[data-palette="palette-3"] .hoverinfo {
    background: #000000 !important;
    color: #ffffff !important;
    border-color: #202020 !important;
    box-shadow: none !important;
    border-radius: 5px;
}

[data-palette="palette-4"] .hoverinfo {
    background: #ffffff !important;
    color: #262932 !important;
    border-color: #ececec !important;
    box-shadow: none !important;
    border-radius: 5px;
}

[data-palette="palette-5"] .hoverinfo {
    background: #ffffff !important;
    color: #262932 !important;
    border-color: #ececec !important;
    box-shadow: none !important;
    border-radius: 5px;
}

[data-palette="palette-6"] .hoverinfo {
    background: #ffffff !important;
    color: #262932 !important;
    border-color: #ececec !important;
    box-shadow: none !important;
    border-radius: 5px;
}

[data-palette="palette-7"] .hoverinfo {
    background: #0267bf !important;
    color: #ffffff !important;
    border-color: #0489fd !important;
    box-shadow: none !important;
    border-radius: 5px;
}

[data-palette="palette-8"] .hoverinfo {
    background: #025aa5 !important;
    color: #ffffff !important;
    border-color: #027ce5 !important;
    box-shadow: none !important;
    border-radius: 5px;
}

[data-palette="palette-9"] .hoverinfo {
    background: #014c8c !important;
    color: #ffffff !important;
    border-color: #026ecb !important;
    box-shadow: none !important;
    border-radius: 5px;
}

[data-palette="palette-10"] .hoverinfo {
    background: #110a5c !important;
    color: #ffffff !important;
    border-color: #1c1096 !important;
    box-shadow: none !important;
    border-radius: 5px;
}

[data-palette="palette-11"] .hoverinfo {
    background: #1b1091 !important;
    color: #ffffff !important;
    border-color: #2616ca !important;
    box-shadow: none !important;
    border-radius: 5px;
}

[data-palette="palette-12"] .hoverinfo {
    background: #2516c7 !important;
    color: #ffffff !important;
    border-color: #4334e9 !important;
    box-shadow: none !important;
    border-radius: 5px;
}

[data-palette="palette-13"] .hoverinfo {
    background: #320a5c !important;
    color: #ffffff !important;
    border-color: #511096 !important;
    box-shadow: none !important;
    border-radius: 5px;
}

[data-palette="palette-14"] .hoverinfo {
    background: #4f1091 !important;
    color: #ffffff !important;
    border-color: #6e16ca !important;
    box-shadow: none !important;
    border-radius: 5px;
}

[data-palette="palette-15"] .hoverinfo {
    background: #6c16c7 !important;
    color: #ffffff !important;
    border-color: #8c34e9 !important;
    box-shadow: none !important;
    border-radius: 5px;
}

[data-palette="palette-16"] .hoverinfo {
    background: #911051 !important;
    color: #ffffff !important;
    border-color: #ca1671 !important;
    box-shadow: none !important;
    border-radius: 5px;
}

[data-palette="palette-17"] .hoverinfo {
    background: #c7166f !important;
    color: #ffffff !important;
    border-color: #e9348f !important;
    box-shadow: none !important;
    border-radius: 5px;
}

[data-palette="palette-18"] .hoverinfo {
    background: #911710 !important;
    color: #ffffff !important;
    border-color: #ca2016 !important;
    box-shadow: none !important;
    border-radius: 5px;
}

[data-palette="palette-19"] .hoverinfo {
    background: #c71f16 !important;
    color: #ffffff !important;
    border-color: #e93d34 !important;
    box-shadow: none !important;
    border-radius: 5px;
}

[data-palette="palette-20"] .hoverinfo {
    background: #0a5c15 !important;
    color: #ffffff !important;
    border-color: #109622 !important;
    box-shadow: none !important;
    border-radius: 5px;
}

[data-palette="palette-21"] .hoverinfo {
    background: #3e5c0a !important;
    color: #ffffff !important;
    border-color: #659610 !important;
    box-shadow: none !important;
    border-radius: 5px;
}

[data-palette="palette-22"] .hoverinfo {
    background: #4d2c19 !important;
    color: #ffffff !important;
    border-color: #7d4829 !important;
    box-shadow: none !important;
    border-radius: 5px;
}

[data-palette="palette-23"] .hoverinfo {
    background: #794628 !important;
    color: #ffffff !important;
    border-color: #a96238 !important;
    box-shadow: none !important;
    border-radius: 5px;
}

.mega-dropdown {
    position: static !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
}

.mega-dropdown-menu {
    padding: 20px 0px;
    width: 100%;
}

.mega-dropdown-menu > li > ul {
    padding: 0;
    margin: 0;
}

.mega-dropdown-menu > li > ul > li {
    list-style: none;
}

.mega-dropdown-menu > li > ul > li > a {
    display: block;
    padding: 3px 5px;
}

.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
    text-decoration: none;
}

[data-direction="rtl"] .mega-dropdown.dropdown .dropdown-menu.mega-menu-1.from-right {
    transform-origin: top left !important;
}

[data-direction="rtl"] .mega-dropdown.dropdown .dropdown-menu.mega-menu-1.from-left {
    transform-origin: top right !important;
}

.mega-dropdown.dropdown .dropdown-menu.mega-menu-1 {
    margin-top: -1px;
    padding: 20px !important;
    width: 100% !important;
    left: 0;
    right: 0;
    -moz-column-count: 6;
    column-count: 6;
    -moz-column-gap: 20px;
    column-gap: 20px;
    font-size: 14px;
}

.mega-dropdown.dropdown .dropdown-menu.mega-menu-1 .title {
    font-size: 15px;
    display: block;
    margin-bottom: 10px;
    font-weight: 700;
}

.mega-dropdown.dropdown .dropdown-menu.mega-menu-1 ul li {
    margin-bottom: 5px;
}

.mega-dropdown.dropdown .dropdown-menu.mega-menu-1 ul li:last-child {
    margin-bottom: 20px;
}

.mega-dropdown.dropdown .dropdown-menu.mega-menu-1 .md-icon {
    display: none;
    font-size: 16px;
    margin: 3px 10px 0 0;
}

[data-palette="palette-1"] .mega-dropdown.dropdown .dropdown-menu {
    background: #4a4a4a !important;
    color: #ffffff !important;
}

[data-palette="palette-1"] .mega-dropdown.dropdown .dropdown-menu.mega-menu-1 {
    background: #4a4a4a !important;
    color: #ffffff !important;
    border-top: 1px solid #4a4a4a !important;
    border-bottom: 1px solid #4a4a4a !important;
}

[data-palette="palette-1"] .mega-dropdown.dropdown .dropdown-menu.mega-menu-1 .title {
    color: #5cb85c !important;
}

[data-palette="palette-1"] .mega-dropdown.dropdown .dropdown-menu.mega-menu-1 ul {
    background: #4a4a4a !important;
}

[data-palette="palette-1"] .mega-dropdown.dropdown .dropdown-menu.mega-menu-1 ul li {
    background: #4a4a4a !important;
    color: #ffffff !important;
}

[data-palette="palette-1"] .mega-dropdown.dropdown .dropdown-menu.mega-menu-1 ul li a {
    color: #ffffff !important;
}

[data-palette="palette-1"] .mega-dropdown.dropdown .dropdown-menu.mega-menu-1 ul li a:hover {
    color: #ffffff !important;
}

[data-palette="palette-1"] .mega-dropdown.dropdown .dropdown-menu.mega-menu-1 .md-icon {
    color: #5cb85c !important;
}

[data-palette="palette-2"] .mega-dropdown.dropdown .dropdown-menu {
    background: #474d5d !important;
    color: #ffffff !important;
}

[data-palette="palette-2"] .mega-dropdown.dropdown .dropdown-menu.mega-menu-1 {
    background: #474d5d !important;
    color: #ffffff !important;
    border-top: 1px solid #474d5d !important;
    border-bottom: 1px solid #474d5d !important;
}

[data-palette="palette-2"] .mega-dropdown.dropdown .dropdown-menu.mega-menu-1 .title {
    color: #5cb85c !important;
}

[data-palette="palette-2"] .mega-dropdown.dropdown .dropdown-menu.mega-menu-1 ul {
    background: #474d5d !important;
}

[data-palette="palette-2"] .mega-dropdown.dropdown .dropdown-menu.mega-menu-1 ul li {
    background: #474d5d !important;
    color: #ffffff !important;
}

[data-palette="palette-2"] .mega-dropdown.dropdown .dropdown-menu.mega-menu-1 ul li a {
    color: #ffffff !important;
}

[data-palette="palette-2"] .mega-dropdown.dropdown .dropdown-menu.mega-menu-1 ul li a:hover {
    color: #ffffff !important;
}

[data-palette="palette-2"] .mega-dropdown.dropdown .dropdown-menu.mega-menu-1 .md-icon {
    color: #5cb85c !important;
}

[data-palette="palette-3"] .mega-dropdown.dropdown .dropdown-menu {
    background: #262626 !important;
    color: #ffffff !important;
}

[data-palette="palette-3"] .mega-dropdown.dropdown .dropdown-menu.mega-menu-1 {
    background: #262626 !important;
    color: #ffffff !important;
    border-top: 1px solid #262626 !important;
    border-bottom: 1px solid #262626 !important;
}

[data-palette="palette-3"] .mega-dropdown.dropdown .dropdown-menu.mega-menu-1 .title {
    color: #5cb85c !important;
}

[data-palette="palette-3"] .mega-dropdown.dropdown .dropdown-menu.mega-menu-1 ul {
    background: #262626 !important;
}

[data-palette="palette-3"] .mega-dropdown.dropdown .dropdown-menu.mega-menu-1 ul li {
    background: #262626 !important;
    color: #ffffff !important;
}

[data-palette="palette-3"] .mega-dropdown.dropdown .dropdown-menu.mega-menu-1 ul li a {
    color: #ffffff !important;
}

[data-palette="palette-3"] .mega-dropdown.dropdown .dropdown-menu.mega-menu-1 ul li a:hover {
    color: #ffffff !important;
}

[data-palette="palette-3"] .mega-dropdown.dropdown .dropdown-menu.mega-menu-1 .md-icon {
    color: #5cb85c !important;
}

[data-palette="palette-4"] .mega-dropdown.dropdown .dropdown-menu {
    background: #f9f9f9 !important;
    color: #262932 !important;
}

[data-palette="palette-4"] .mega-dropdown.dropdown .dropdown-menu.mega-menu-1 {
    background: #f9f9f9 !important;
    color: #262932 !important;
    border-top: 1px solid #e6e6e6 !important;
    border-bottom: 1px solid #e6e6e6 !important;
}

[data-palette="palette-4"] .mega-dropdown.dropdown .dropdown-menu.mega-menu-1 .title {
    color: #d9534f !important;
}

[data-palette="palette-4"] .mega-dropdown.dropdown .dropdown-menu.mega-menu-1 ul {
    background: #f9f9f9 !important;
}

[data-palette="palette-4"] .mega-dropdown.dropdown .dropdown-menu.mega-menu-1 ul li {
    background: #f9f9f9 !important;
    color: #262932 !important;
}

[data-palette="palette-4"] .mega-dropdown.dropdown .dropdown-menu.mega-menu-1 ul li a {
    color: #262932 !important;
}

[data-palette="palette-4"] .mega-dropdown.dropdown .dropdown-menu.mega-menu-1 ul li a:hover {
    color: #262932 !important;
}

[data-palette="palette-4"] .mega-dropdown.dropdown .dropdown-menu.mega-menu-1 .md-icon {
    color: #d9534f !important;
}

[data-palette="palette-5"] .mega-dropdown.dropdown .dropdown-menu {
    background: #f9f9f9 !important;
    color: #262932 !important;
}

[data-palette="palette-5"] .mega-dropdown.dropdown .dropdown-menu.mega-menu-1 {
    background: #f9f9f9 !important;
    color: #262932 !important;
    border-top: 1px solid #e6e6e6 !important;
    border-bottom: 1px solid #e6e6e6 !important;
}

[data-palette="palette-5"] .mega-dropdown.dropdown .dropdown-menu.mega-menu-1 .title {
    color: #d9534f !important;
}

[data-palette="palette-5"] .mega-dropdown.dropdown .dropdown-menu.mega-menu-1 ul {
    background: #f9f9f9 !important;
}

[data-palette="palette-5"] .mega-dropdown.dropdown .dropdown-menu.mega-menu-1 ul li {
    background: #f9f9f9 !important;
    color: #262932 !important;
}

[data-palette="palette-5"] .mega-dropdown.dropdown .dropdown-menu.mega-menu-1 ul li a {
    color: #262932 !important;
}

[data-palette="palette-5"] .mega-dropdown.dropdown .dropdown-menu.mega-menu-1 ul li a:hover {
    color: #262932 !important;
}

[data-palette="palette-5"] .mega-dropdown.dropdown .dropdown-menu.mega-menu-1 .md-icon {
    color: #d9534f !important;
}

[data-palette="palette-6"] .mega-dropdown.dropdown .dropdown-menu {
    background: #f9f9f9 !important;
    color: #262932 !important;
}

[data-palette="palette-6"] .mega-dropdown.dropdown .dropdown-menu.mega-menu-1 {
    background: #f9f9f9 !important;
    color: #262932 !important;
    border-top: 1px solid #e6e6e6 !important;
    border-bottom: 1px solid #e6e6e6 !important;
}

[data-palette="palette-6"] .mega-dropdown.dropdown .dropdown-menu.mega-menu-1 .title {
    color: #d9534f !important;
}

[data-palette="palette-6"] .mega-dropdown.dropdown .dropdown-menu.mega-menu-1 ul {
    background: #f9f9f9 !important;
}

[data-palette="palette-6"] .mega-dropdown.dropdown .dropdown-menu.mega-menu-1 ul li {
    background: #f9f9f9 !important;
    color: #262932 !important;
}

[data-palette="palette-6"] .mega-dropdown.dropdown .dropdown-menu.mega-menu-1 ul li a {
    color: #262932 !important;
}

[data-palette="palette-6"] .mega-dropdown.dropdown .dropdown-menu.mega-menu-1 ul li a:hover {
    color: #262932 !important;
}

[data-palette="palette-6"] .mega-dropdown.dropdown .dropdown-menu.mega-menu-1 .md-icon {
    color: #d9534f !important;
}

[data-palette="palette-7"] .mega-dropdown.dropdown .dropdown-menu {
    background: #108ffd !important;
    color: #ffffff !important;
}

[data-palette="palette-7"] .mega-dropdown.dropdown .dropdown-menu.mega-menu-1 {
    background: #108ffd !important;
    color: #ffffff !important;
    border-top: 1px solid #108ffd !important;
    border-bottom: 1px solid #108ffd !important;
}

[data-palette="palette-7"] .mega-dropdown.dropdown .dropdown-menu.mega-menu-1 .title {
    color: #f0ad4e !important;
}

[data-palette="palette-7"] .mega-dropdown.dropdown .dropdown-menu.mega-menu-1 ul {
    background: #108ffd !important;
}

[data-palette="palette-7"] .mega-dropdown.dropdown .dropdown-menu.mega-menu-1 ul li {
    background: #108ffd !important;
    color: #ffffff !important;
}

[data-palette="palette-7"] .mega-dropdown.dropdown .dropdown-menu.mega-menu-1 ul li a {
    color: #ffffff !important;
}

[data-palette="palette-7"] .mega-dropdown.dropdown .dropdown-menu.mega-menu-1 ul li a:hover {
    color: #ffffff !important;
}

[data-palette="palette-7"] .mega-dropdown.dropdown .dropdown-menu.mega-menu-1 .md-icon {
    color: #f0ad4e !important;
}

[data-palette="palette-8"] .mega-dropdown.dropdown .dropdown-menu {
    background: #0283f1 !important;
    color: #ffffff !important;
}

[data-palette="palette-8"] .mega-dropdown.dropdown .dropdown-menu.mega-menu-1 {
    background: #0283f1 !important;
    color: #ffffff !important;
    border-top: 1px solid #0283f1 !important;
    border-bottom: 1px solid #0283f1 !important;
}

[data-palette="palette-8"] .mega-dropdown.dropdown .dropdown-menu.mega-menu-1 .title {
    color: #f0ad4e !important;
}

[data-palette="palette-8"] .mega-dropdown.dropdown .dropdown-menu.mega-menu-1 ul {
    background: #0283f1 !important;
}

[data-palette="palette-8"] .mega-dropdown.dropdown .dropdown-menu.mega-menu-1 ul li {
    background: #0283f1 !important;
    color: #ffffff !important;
}

[data-palette="palette-8"] .mega-dropdown.dropdown .dropdown-menu.mega-menu-1 ul li a {
    color: #ffffff !important;
}

[data-palette="palette-8"] .mega-dropdown.dropdown .dropdown-menu.mega-menu-1 ul li a:hover {
    color: #ffffff !important;
}

[data-palette="palette-8"] .mega-dropdown.dropdown .dropdown-menu.mega-menu-1 .md-icon {
    color: #f0ad4e !important;
}

[data-palette="palette-9"] .mega-dropdown.dropdown .dropdown-menu {
    background: #0275d8 !important;
    color: #ffffff !important;
}

[data-palette="palette-9"] .mega-dropdown.dropdown .dropdown-menu.mega-menu-1 {
    background: #0275d8 !important;
    color: #ffffff !important;
    border-top: 1px solid #0275d8 !important;
    border-bottom: 1px solid #0275d8 !important;
}

[data-palette="palette-9"] .mega-dropdown.dropdown .dropdown-menu.mega-menu-1 .title {
    color: #f0ad4e !important;
}

[data-palette="palette-9"] .mega-dropdown.dropdown .dropdown-menu.mega-menu-1 ul {
    background: #0275d8 !important;
}

[data-palette="palette-9"] .mega-dropdown.dropdown .dropdown-menu.mega-menu-1 ul li {
    background: #0275d8 !important;
    color: #ffffff !important;
}

[data-palette="palette-9"] .mega-dropdown.dropdown .dropdown-menu.mega-menu-1 ul li a {
    color: #ffffff !important;
}

[data-palette="palette-9"] .mega-dropdown.dropdown .dropdown-menu.mega-menu-1 ul li a:hover {
    color: #ffffff !important;
}

[data-palette="palette-9"] .mega-dropdown.dropdown .dropdown-menu.mega-menu-1 .md-icon {
    color: #f0ad4e !important;
}

[data-palette="palette-10"] .mega-dropdown.dropdown .dropdown-menu {
    background: #1e12a1 !important;
    color: #ffffff !important;
}

[data-palette="palette-10"] .mega-dropdown.dropdown .dropdown-menu.mega-menu-1 {
    background: #1e12a1 !important;
    color: #ffffff !important;
    border-top: 1px solid #1e12a1 !important;
    border-bottom: 1px solid #1e12a1 !important;
}

[data-palette="palette-10"] .mega-dropdown.dropdown .dropdown-menu.mega-menu-1 .title {
    color: #f0ad4e !important;
}

[data-palette="palette-10"] .mega-dropdown.dropdown .dropdown-menu.mega-menu-1 ul {
    background: #1e12a1 !important;
}

[data-palette="palette-10"] .mega-dropdown.dropdown .dropdown-menu.mega-menu-1 ul li {
    background: #1e12a1 !important;
    color: #ffffff !important;
}

[data-palette="palette-10"] .mega-dropdown.dropdown .dropdown-menu.mega-menu-1 ul li a {
    color: #ffffff !important;
}

[data-palette="palette-10"] .mega-dropdown.dropdown .dropdown-menu.mega-menu-1 ul li a:hover {
    color: #ffffff !important;
}

[data-palette="palette-10"] .mega-dropdown.dropdown .dropdown-menu.mega-menu-1 .md-icon {
    color: #f0ad4e !important;
}

[data-palette="palette-11"] .mega-dropdown.dropdown .dropdown-menu {
    background: #2818d6 !important;
    color: #ffffff !important;
}

[data-palette="palette-11"] .mega-dropdown.dropdown .dropdown-menu.mega-menu-1 {
    background: #2818d6 !important;
    color: #ffffff !important;
    border-top: 1px solid #2818d6 !important;
    border-bottom: 1px solid #2818d6 !important;
}

[data-palette="palette-11"] .mega-dropdown.dropdown .dropdown-menu.mega-menu-1 .title {
    color: #f0ad4e !important;
}

[data-palette="palette-11"] .mega-dropdown.dropdown .dropdown-menu.mega-menu-1 ul {
    background: #2818d6 !important;
}

[data-palette="palette-11"] .mega-dropdown.dropdown .dropdown-menu.mega-menu-1 ul li {
    background: #2818d6 !important;
    color: #ffffff !important;
}

[data-palette="palette-11"] .mega-dropdown.dropdown .dropdown-menu.mega-menu-1 ul li a {
    color: #ffffff !important;
}

[data-palette="palette-11"] .mega-dropdown.dropdown .dropdown-menu.mega-menu-1 ul li a:hover {
    color: #ffffff !important;
}

[data-palette="palette-11"] .mega-dropdown.dropdown .dropdown-menu.mega-menu-1 .md-icon {
    color: #f0ad4e !important;
}

[data-palette="palette-12"] .mega-dropdown.dropdown .dropdown-menu {
    background: #4e40ea !important;
    color: #ffffff !important;
}

[data-palette="palette-12"] .mega-dropdown.dropdown .dropdown-menu.mega-menu-1 {
    background: #4e40ea !important;
    color: #ffffff !important;
    border-top: 1px solid #4e40ea !important;
    border-bottom: 1px solid #4e40ea !important;
}

[data-palette="palette-12"] .mega-dropdown.dropdown .dropdown-menu.mega-menu-1 .title {
    color: #f0ad4e !important;
}

[data-palette="palette-12"] .mega-dropdown.dropdown .dropdown-menu.mega-menu-1 ul {
    background: #4e40ea !important;
}

[data-palette="palette-12"] .mega-dropdown.dropdown .dropdown-menu.mega-menu-1 ul li {
    background: #4e40ea !important;
    color: #ffffff !important;
}

[data-palette="palette-12"] .mega-dropdown.dropdown .dropdown-menu.mega-menu-1 ul li a {
    color: #ffffff !important;
}

[data-palette="palette-12"] .mega-dropdown.dropdown .dropdown-menu.mega-menu-1 ul li a:hover {
    color: #ffffff !important;
}

[data-palette="palette-12"] .mega-dropdown.dropdown .dropdown-menu.mega-menu-1 .md-icon {
    color: #f0ad4e !important;
}

[data-palette="palette-13"] .mega-dropdown.dropdown .dropdown-menu {
    background: #5812a1 !important;
    color: #ffffff !important;
}

[data-palette="palette-13"] .mega-dropdown.dropdown .dropdown-menu.mega-menu-1 {
    background: #5812a1 !important;
    color: #ffffff !important;
    border-top: 1px solid #5812a1 !important;
    border-bottom: 1px solid #5812a1 !important;
}

[data-palette="palette-13"] .mega-dropdown.dropdown .dropdown-menu.mega-menu-1 .title {
    color: #f0ad4e !important;
}

[data-palette="palette-13"] .mega-dropdown.dropdown .dropdown-menu.mega-menu-1 ul {
    background: #5812a1 !important;
}

[data-palette="palette-13"] .mega-dropdown.dropdown .dropdown-menu.mega-menu-1 ul li {
    background: #5812a1 !important;
    color: #ffffff !important;
}

[data-palette="palette-13"] .mega-dropdown.dropdown .dropdown-menu.mega-menu-1 ul li a {
    color: #ffffff !important;
}

[data-palette="palette-13"] .mega-dropdown.dropdown .dropdown-menu.mega-menu-1 ul li a:hover {
    color: #ffffff !important;
}

[data-palette="palette-13"] .mega-dropdown.dropdown .dropdown-menu.mega-menu-1 .md-icon {
    color: #f0ad4e !important;
}

[data-palette="palette-14"] .mega-dropdown.dropdown .dropdown-menu {
    background: #7518d6 !important;
    color: #ffffff !important;
}

[data-palette="palette-14"] .mega-dropdown.dropdown .dropdown-menu.mega-menu-1 {
    background: #7518d6 !important;
    color: #ffffff !important;
    border-top: 1px solid #7518d6 !important;
    border-bottom: 1px solid #7518d6 !important;
}

[data-palette="palette-14"] .mega-dropdown.dropdown .dropdown-menu.mega-menu-1 .title {
    color: #f0ad4e !important;
}

[data-palette="palette-14"] .mega-dropdown.dropdown .dropdown-menu.mega-menu-1 ul {
    background: #7518d6 !important;
}

[data-palette="palette-14"] .mega-dropdown.dropdown .dropdown-menu.mega-menu-1 ul li {
    background: #7518d6 !important;
    color: #ffffff !important;
}

[data-palette="palette-14"] .mega-dropdown.dropdown .dropdown-menu.mega-menu-1 ul li a {
    color: #ffffff !important;
}

[data-palette="palette-14"] .mega-dropdown.dropdown .dropdown-menu.mega-menu-1 ul li a:hover {
    color: #ffffff !important;
}

[data-palette="palette-14"] .mega-dropdown.dropdown .dropdown-menu.mega-menu-1 .md-icon {
    color: #f0ad4e !important;
}

[data-palette="palette-15"] .mega-dropdown.dropdown .dropdown-menu {
    background: #9240ea !important;
    color: #ffffff !important;
}

[data-palette="palette-15"] .mega-dropdown.dropdown .dropdown-menu.mega-menu-1 {
    background: #9240ea !important;
    color: #ffffff !important;
    border-top: 1px solid #9240ea !important;
    border-bottom: 1px solid #9240ea !important;
}

[data-palette="palette-15"] .mega-dropdown.dropdown .dropdown-menu.mega-menu-1 .title {
    color: #f0ad4e !important;
}

[data-palette="palette-15"] .mega-dropdown.dropdown .dropdown-menu.mega-menu-1 ul {
    background: #9240ea !important;
}

[data-palette="palette-15"] .mega-dropdown.dropdown .dropdown-menu.mega-menu-1 ul li {
    background: #9240ea !important;
    color: #ffffff !important;
}

[data-palette="palette-15"] .mega-dropdown.dropdown .dropdown-menu.mega-menu-1 ul li a {
    color: #ffffff !important;
}

[data-palette="palette-15"] .mega-dropdown.dropdown .dropdown-menu.mega-menu-1 ul li a:hover {
    color: #ffffff !important;
}

[data-palette="palette-15"] .mega-dropdown.dropdown .dropdown-menu.mega-menu-1 .md-icon {
    color: #f0ad4e !important;
}

[data-palette="palette-16"] .mega-dropdown.dropdown .dropdown-menu {
    background: #d61877 !important;
    color: #ffffff !important;
}

[data-palette="palette-16"] .mega-dropdown.dropdown .dropdown-menu.mega-menu-1 {
    background: #d61877 !important;
    color: #ffffff !important;
    border-top: 1px solid #d61877 !important;
    border-bottom: 1px solid #d61877 !important;
}

[data-palette="palette-16"] .mega-dropdown.dropdown .dropdown-menu.mega-menu-1 .title {
    color: #f0ad4e !important;
}

[data-palette="palette-16"] .mega-dropdown.dropdown .dropdown-menu.mega-menu-1 ul {
    background: #d61877 !important;
}

[data-palette="palette-16"] .mega-dropdown.dropdown .dropdown-menu.mega-menu-1 ul li {
    background: #d61877 !important;
    color: #ffffff !important;
}

[data-palette="palette-16"] .mega-dropdown.dropdown .dropdown-menu.mega-menu-1 ul li a {
    color: #ffffff !important;
}

[data-palette="palette-16"] .mega-dropdown.dropdown .dropdown-menu.mega-menu-1 ul li a:hover {
    color: #ffffff !important;
}

[data-palette="palette-16"] .mega-dropdown.dropdown .dropdown-menu.mega-menu-1 .md-icon {
    color: #f0ad4e !important;
}

[data-palette="palette-17"] .mega-dropdown.dropdown .dropdown-menu {
    background: #ea4095 !important;
    color: #ffffff !important;
}

[data-palette="palette-17"] .mega-dropdown.dropdown .dropdown-menu.mega-menu-1 {
    background: #ea4095 !important;
    color: #ffffff !important;
    border-top: 1px solid #ea4095 !important;
    border-bottom: 1px solid #ea4095 !important;
}

[data-palette="palette-17"] .mega-dropdown.dropdown .dropdown-menu.mega-menu-1 .title {
    color: #f0ad4e !important;
}

[data-palette="palette-17"] .mega-dropdown.dropdown .dropdown-menu.mega-menu-1 ul {
    background: #ea4095 !important;
}

[data-palette="palette-17"] .mega-dropdown.dropdown .dropdown-menu.mega-menu-1 ul li {
    background: #ea4095 !important;
    color: #ffffff !important;
}

[data-palette="palette-17"] .mega-dropdown.dropdown .dropdown-menu.mega-menu-1 ul li a {
    color: #ffffff !important;
}

[data-palette="palette-17"] .mega-dropdown.dropdown .dropdown-menu.mega-menu-1 ul li a:hover {
    color: #ffffff !important;
}

[data-palette="palette-17"] .mega-dropdown.dropdown .dropdown-menu.mega-menu-1 .md-icon {
    color: #f0ad4e !important;
}

[data-palette="palette-18"] .mega-dropdown.dropdown .dropdown-menu {
    background: #d62218 !important;
    color: #ffffff !important;
}

[data-palette="palette-18"] .mega-dropdown.dropdown .dropdown-menu.mega-menu-1 {
    background: #d62218 !important;
    color: #ffffff !important;
    border-top: 1px solid #d62218 !important;
    border-bottom: 1px solid #d62218 !important;
}

[data-palette="palette-18"] .mega-dropdown.dropdown .dropdown-menu.mega-menu-1 .title {
    color: #f0ad4e !important;
}

[data-palette="palette-18"] .mega-dropdown.dropdown .dropdown-menu.mega-menu-1 ul {
    background: #d62218 !important;
}

[data-palette="palette-18"] .mega-dropdown.dropdown .dropdown-menu.mega-menu-1 ul li {
    background: #d62218 !important;
    color: #ffffff !important;
}

[data-palette="palette-18"] .mega-dropdown.dropdown .dropdown-menu.mega-menu-1 ul li a {
    color: #ffffff !important;
}

[data-palette="palette-18"] .mega-dropdown.dropdown .dropdown-menu.mega-menu-1 ul li a:hover {
    color: #ffffff !important;
}

[data-palette="palette-18"] .mega-dropdown.dropdown .dropdown-menu.mega-menu-1 .md-icon {
    color: #f0ad4e !important;
}

[data-palette="palette-19"] .mega-dropdown.dropdown .dropdown-menu {
    background: #ea4840 !important;
    color: #ffffff !important;
}

[data-palette="palette-19"] .mega-dropdown.dropdown .dropdown-menu.mega-menu-1 {
    background: #ea4840 !important;
    color: #ffffff !important;
    border-top: 1px solid #ea4840 !important;
    border-bottom: 1px solid #ea4840 !important;
}

[data-palette="palette-19"] .mega-dropdown.dropdown .dropdown-menu.mega-menu-1 .title {
    color: #f0ad4e !important;
}

[data-palette="palette-19"] .mega-dropdown.dropdown .dropdown-menu.mega-menu-1 ul {
    background: #ea4840 !important;
}

[data-palette="palette-19"] .mega-dropdown.dropdown .dropdown-menu.mega-menu-1 ul li {
    background: #ea4840 !important;
    color: #ffffff !important;
}

[data-palette="palette-19"] .mega-dropdown.dropdown .dropdown-menu.mega-menu-1 ul li a {
    color: #ffffff !important;
}

[data-palette="palette-19"] .mega-dropdown.dropdown .dropdown-menu.mega-menu-1 ul li a:hover {
    color: #ffffff !important;
}

[data-palette="palette-19"] .mega-dropdown.dropdown .dropdown-menu.mega-menu-1 .md-icon {
    color: #f0ad4e !important;
}

[data-palette="palette-20"] .mega-dropdown.dropdown .dropdown-menu {
    background: #12a125 !important;
    color: #ffffff !important;
}

[data-palette="palette-20"] .mega-dropdown.dropdown .dropdown-menu.mega-menu-1 {
    background: #12a125 !important;
    color: #ffffff !important;
    border-top: 1px solid #12a125 !important;
    border-bottom: 1px solid #12a125 !important;
}

[data-palette="palette-20"] .mega-dropdown.dropdown .dropdown-menu.mega-menu-1 .title {
    color: #f0ad4e !important;
}

[data-palette="palette-20"] .mega-dropdown.dropdown .dropdown-menu.mega-menu-1 ul {
    background: #12a125 !important;
}

[data-palette="palette-20"] .mega-dropdown.dropdown .dropdown-menu.mega-menu-1 ul li {
    background: #12a125 !important;
    color: #ffffff !important;
}

[data-palette="palette-20"] .mega-dropdown.dropdown .dropdown-menu.mega-menu-1 ul li a {
    color: #ffffff !important;
}

[data-palette="palette-20"] .mega-dropdown.dropdown .dropdown-menu.mega-menu-1 ul li a:hover {
    color: #ffffff !important;
}

[data-palette="palette-20"] .mega-dropdown.dropdown .dropdown-menu.mega-menu-1 .md-icon {
    color: #f0ad4e !important;
}

[data-palette="palette-21"] .mega-dropdown.dropdown .dropdown-menu {
    background: #6da112 !important;
    color: #ffffff !important;
}

[data-palette="palette-21"] .mega-dropdown.dropdown .dropdown-menu.mega-menu-1 {
    background: #6da112 !important;
    color: #ffffff !important;
    border-top: 1px solid #6da112 !important;
    border-bottom: 1px solid #6da112 !important;
}

[data-palette="palette-21"] .mega-dropdown.dropdown .dropdown-menu.mega-menu-1 .title {
    color: #f0ad4e !important;
}

[data-palette="palette-21"] .mega-dropdown.dropdown .dropdown-menu.mega-menu-1 ul {
    background: #6da112 !important;
}

[data-palette="palette-21"] .mega-dropdown.dropdown .dropdown-menu.mega-menu-1 ul li {
    background: #6da112 !important;
    color: #ffffff !important;
}

[data-palette="palette-21"] .mega-dropdown.dropdown .dropdown-menu.mega-menu-1 ul li a {
    color: #ffffff !important;
}

[data-palette="palette-21"] .mega-dropdown.dropdown .dropdown-menu.mega-menu-1 ul li a:hover {
    color: #ffffff !important;
}

[data-palette="palette-21"] .mega-dropdown.dropdown .dropdown-menu.mega-menu-1 .md-icon {
    color: #f0ad4e !important;
}

[data-palette="palette-22"] .mega-dropdown.dropdown .dropdown-menu {
    background: #874d2c !important;
    color: #ffffff !important;
}

[data-palette="palette-22"] .mega-dropdown.dropdown .dropdown-menu.mega-menu-1 {
    background: #874d2c !important;
    color: #ffffff !important;
    border-top: 1px solid #874d2c !important;
    border-bottom: 1px solid #874d2c !important;
}

[data-palette="palette-22"] .mega-dropdown.dropdown .dropdown-menu.mega-menu-1 .title {
    color: #f0ad4e !important;
}

[data-palette="palette-22"] .mega-dropdown.dropdown .dropdown-menu.mega-menu-1 ul {
    background: #874d2c !important;
}

[data-palette="palette-22"] .mega-dropdown.dropdown .dropdown-menu.mega-menu-1 ul li {
    background: #874d2c !important;
    color: #ffffff !important;
}

[data-palette="palette-22"] .mega-dropdown.dropdown .dropdown-menu.mega-menu-1 ul li a {
    color: #ffffff !important;
}

[data-palette="palette-22"] .mega-dropdown.dropdown .dropdown-menu.mega-menu-1 ul li a:hover {
    color: #ffffff !important;
}

[data-palette="palette-22"] .mega-dropdown.dropdown .dropdown-menu.mega-menu-1 .md-icon {
    color: #f0ad4e !important;
}

[data-palette="palette-23"] .mega-dropdown.dropdown .dropdown-menu {
    background: #b2673b !important;
    color: #ffffff !important;
}

[data-palette="palette-23"] .mega-dropdown.dropdown .dropdown-menu.mega-menu-1 {
    background: #b2673b !important;
    color: #ffffff !important;
    border-top: 1px solid #b2673b !important;
    border-bottom: 1px solid #b2673b !important;
}

[data-palette="palette-23"] .mega-dropdown.dropdown .dropdown-menu.mega-menu-1 .title {
    color: #f0ad4e !important;
}

[data-palette="palette-23"] .mega-dropdown.dropdown .dropdown-menu.mega-menu-1 ul {
    background: #b2673b !important;
}

[data-palette="palette-23"] .mega-dropdown.dropdown .dropdown-menu.mega-menu-1 ul li {
    background: #b2673b !important;
    color: #ffffff !important;
}

[data-palette="palette-23"] .mega-dropdown.dropdown .dropdown-menu.mega-menu-1 ul li a {
    color: #ffffff !important;
}

[data-palette="palette-23"] .mega-dropdown.dropdown .dropdown-menu.mega-menu-1 ul li a:hover {
    color: #ffffff !important;
}

[data-palette="palette-23"] .mega-dropdown.dropdown .dropdown-menu.mega-menu-1 .md-icon {
    color: #f0ad4e !important;
}

@media only screen and (max-width: 1200px) {
    .mega-dropdown.dropdown .dropdown-menu.mega-menu-1 {
        -moz-column-count: 3 !important;
        column-count: 3 !important;
        -moz-column-gap: 15px !important;
        column-gap: 15px !important;
    }
}

/* Medium Devices, Desktops */
/* Small Devices, Tablets */
/* Extra Small Devices, Phones */
.navbar-1 {
    height: 54px;
    text-align: left;
}

[data-direction="rtl"] .navbar-1 {
    text-align: right !important;
}

.navbar-1 .zmdi {
    margin-top: 2px;
    font-size: 20px !important;
}

.navbar-1 .navbar-brand {
    margin: 0 20px 0 0;
    float: left !important;
}

[data-direction="rtl"] .navbar-1 .navbar-brand {
    margin: 0 0 0 20px;
    float: right !important;
}

.navbar-1 .navbar-nav {
    margin: 0 15px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.navbar-1 .navbar-nav.nav {
    margin: 0 15px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.navbar-1 .toggle-layout .nav-link,
.navbar-1 .toggle-fullscreen-mode .nav-link,
.navbar-1 .toggle-search .nav-link,
.navbar-1 .navbar-dropdown .nav-link {
    margin-top: 1px;
}

.navbar-1 .navbar-dropdown .nav-link .nav-link-text {
    padding: 0 5px;
    font-size: 14px;
}

.navbar-1 .navbar-drawer {
    margin-top: 2px;
    transition: all 0.2s ease-in-out;
    max-width: 0px;
    overflow: hidden;
    white-space: nowrap;
    height: 34px;
}

.navbar-1 .navbar-drawer.active {
    max-width: 260px;
}

.navbar-1 .navbar-drawer .form-control {
    font-size: 13px;
    height: 30px;
    line-height: 30px;
    width: 100%;
    border-radius: 0 !important;
    border-width: 0 !important;
}

.navbar-1 .navbar-profile .profile-image {
    margin-top: -5px;
    height: 32px;
    width: 32px;
}

.navbar-1 .navbar-profile .dropdown-menu {
    margin-top: 4px;
}

.navbar-1 .navbar-profile .dropdown-menu .dropdown-item i {
    float: left;
    margin-top: 1px;
    margin: 1px 12px 0 0;
}

[data-direction="rtl"] .navbar-1 .navbar-profile .dropdown-menu {
    margin-top: 4px;
}

[data-direction="rtl"] .navbar-1 .navbar-profile .dropdown-menu.from-right {
    right: -120px;
    transform-origin: top left;
}

[data-direction="rtl"] .navbar-1 .navbar-profile .dropdown-menu.from-right .dropdown-text {
    text-align: right !important;
}

[data-direction="rtl"] .navbar-1 .navbar-profile .dropdown-menu .dropdown-item i {
    float: right;
    margin: 1px 0 0 12px;
}

.navbar-1 .navbar-flags .nav-link {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 8px;
}

.navbar-1 .navbar-flags .nav-link .flag {
    padding: 0;
}

.navbar-1 .navbar-flags .dropdown-menu {
    border-top: none !important;
    margin-top: 9px;
}

.navbar-1 .navbar-flags .dropdown-menu .dropdown-item .flag {
    float: left;
    margin: 3px 10px 0 0;
}

.navbar-1 .navbar-flags .dropdown-menu .dropdown-item .title {
    text-align: left;
}

[data-direction="rtl"] .navbar-1 .navbar-flags .dropdown-menu.from-right {
    right: -120px;
    transform-origin: top left;
}

[data-direction="rtl"] .navbar-1 .navbar-flags .dropdown-menu .dropdown-item .flag {
    float: right;
    margin: 3px 0 0 10px;
}

[data-direction="rtl"] .navbar-1 .navbar-flags .dropdown-menu .dropdown-item .title {
    text-align: right;
}

[data-direction="ltr"] .navbar-1 .navbar-notifications .nav-link {
    position: relative;
}

[data-direction="ltr"] .navbar-1 .navbar-notifications .nav-link .tag {
    position: absolute;
    top: -2px;
    right: -12px;
}

[data-direction="ltr"] .navbar-1 .navbar-notifications .dropdown-menu {
    margin-top: 6px;
}

[data-direction="rtl"] .navbar-1 .navbar-notifications .nav-link {
    position: relative;
}

[data-direction="rtl"] .navbar-1 .navbar-notifications .nav-link .tag {
    position: absolute;
    top: -2px;
    left: -12px;
}

[data-direction="rtl"] .navbar-1 .navbar-notifications .dropdown-menu {
    margin-top: 6px;
}

[data-palette="palette-1"] .navbar-1 {
    background: #242424 !important;
    color: #ffffff !important;
    border-bottom: 1px solid #242424 !important;
}

[data-palette="palette-1"] .navbar-1 a, [data-palette="palette-1"] .navbar-1 i, [data-palette="palette-1"] .navbar-1 .btn, [data-palette="palette-1"] .navbar-1 .btn:hover, [data-palette="palette-1"] .navbar-1 .btn:focus, [data-palette="palette-1"] .navbar-1 .btn:active, [data-palette="palette-1"] .navbar-1 .dropdown-item {
    color: #ffffff !important;
}

[data-palette="palette-1"] .navbar-1 .navbar-drawer {
    background: #242424;
    position: relative;
}

[data-palette="palette-1"] .navbar-1 .navbar-drawer:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 4px;
    background-color: #5cb85c !important;
}

[data-palette="palette-1"] .navbar-1 .navbar-drawer .form-control {
    background: #242424 !important;
    color: #ffffff !important;
    border-color: #242424 !important;
}

[data-palette="palette-1"][data-layout="horizontal-navigation-1"] .navbar-1 {
    background: #3e3e3e !important;
    color: #ffffff !important;
    border-bottom: 1px solid #3e3e3e !important;
}

[data-palette="palette-1"][data-layout="horizontal-navigation-1"] .navbar-1 a, [data-palette="palette-1"][data-layout="horizontal-navigation-1"] .navbar-1 i, [data-palette="palette-1"][data-layout="horizontal-navigation-1"] .navbar-1 .btn, [data-palette="palette-1"][data-layout="horizontal-navigation-1"] .navbar-1 .btn:hover, [data-palette="palette-1"][data-layout="horizontal-navigation-1"] .navbar-1 .btn:focus, [data-palette="palette-1"][data-layout="horizontal-navigation-1"] .navbar-1 .btn:active {
    color: #ffffff !important;
}

[data-palette="palette-1"][data-layout="horizontal-navigation-2"] .navbar-1 {
    background: #575757 !important;
    color: #ffffff !important;
    border-bottom: 1px solid #575757 !important;
}

[data-palette="palette-1"][data-layout="horizontal-navigation-2"] .navbar-1 a, [data-palette="palette-1"][data-layout="horizontal-navigation-2"] .navbar-1 i, [data-palette="palette-1"][data-layout="horizontal-navigation-2"] .navbar-1 .btn, [data-palette="palette-1"][data-layout="horizontal-navigation-2"] .navbar-1 .btn:hover, [data-palette="palette-1"][data-layout="horizontal-navigation-2"] .navbar-1 .btn:focus, [data-palette="palette-1"][data-layout="horizontal-navigation-2"] .navbar-1 .btn:active {
    color: #ffffff !important;
}

[data-palette="palette-1"][data-layout="horizontal-navigation-3"] .navbar-1 {
    background: #3e3e3e !important;
    color: #ffffff !important;
    border-bottom: 1px solid #3e3e3e !important;
}

[data-palette="palette-1"][data-layout="horizontal-navigation-3"] .navbar-1 a, [data-palette="palette-1"][data-layout="horizontal-navigation-3"] .navbar-1 i, [data-palette="palette-1"][data-layout="horizontal-navigation-3"] .navbar-1 .btn, [data-palette="palette-1"][data-layout="horizontal-navigation-3"] .navbar-1 .btn:hover, [data-palette="palette-1"][data-layout="horizontal-navigation-3"] .navbar-1 .btn:focus, [data-palette="palette-1"][data-layout="horizontal-navigation-3"] .navbar-1 .btn:active {
    color: #ffffff !important;
}

[data-palette="palette-1"][data-layout="mega-menu"] .navbar-1 {
    background: #3e3e3e !important;
    color: #ffffff !important;
    border-bottom: 1px solid #3e3e3e !important;
}

[data-palette="palette-1"][data-layout="mega-menu"] .navbar-1 a, [data-palette="palette-1"][data-layout="mega-menu"] .navbar-1 i, [data-palette="palette-1"][data-layout="mega-menu"] .navbar-1 .btn, [data-palette="palette-1"][data-layout="mega-menu"] .navbar-1 .btn:hover, [data-palette="palette-1"][data-layout="mega-menu"] .navbar-1 .btn:focus, [data-palette="palette-1"][data-layout="mega-menu"] .navbar-1 .btn:active {
    color: #ffffff !important;
}

[data-palette="palette-2"] .navbar-1 {
    background: #262932 !important;
    color: #ffffff !important;
    border-bottom: 1px solid #262932 !important;
}

[data-palette="palette-2"] .navbar-1 a, [data-palette="palette-2"] .navbar-1 i, [data-palette="palette-2"] .navbar-1 .btn, [data-palette="palette-2"] .navbar-1 .btn:hover, [data-palette="palette-2"] .navbar-1 .btn:focus, [data-palette="palette-2"] .navbar-1 .btn:active, [data-palette="palette-2"] .navbar-1 .dropdown-item {
    color: #ffffff !important;
}

[data-palette="palette-2"] .navbar-1 .navbar-drawer {
    background: #262932;
    position: relative;
}

[data-palette="palette-2"] .navbar-1 .navbar-drawer:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 4px;
    background-color: #5cb85c !important;
}

[data-palette="palette-2"] .navbar-1 .navbar-drawer .form-control {
    background: #262932 !important;
    color: #ffffff !important;
    border-color: #262932 !important;
}

[data-palette="palette-2"][data-layout="horizontal-navigation-1"] .navbar-1 {
    background: #3c414f !important;
    color: #ffffff !important;
    border-bottom: 1px solid #3c414f !important;
}

[data-palette="palette-2"][data-layout="horizontal-navigation-1"] .navbar-1 a, [data-palette="palette-2"][data-layout="horizontal-navigation-1"] .navbar-1 i, [data-palette="palette-2"][data-layout="horizontal-navigation-1"] .navbar-1 .btn, [data-palette="palette-2"][data-layout="horizontal-navigation-1"] .navbar-1 .btn:hover, [data-palette="palette-2"][data-layout="horizontal-navigation-1"] .navbar-1 .btn:focus, [data-palette="palette-2"][data-layout="horizontal-navigation-1"] .navbar-1 .btn:active {
    color: #ffffff !important;
}

[data-palette="palette-2"][data-layout="horizontal-navigation-2"] .navbar-1 {
    background: #52596c !important;
    color: #ffffff !important;
    border-bottom: 1px solid #52596c !important;
}

[data-palette="palette-2"][data-layout="horizontal-navigation-2"] .navbar-1 a, [data-palette="palette-2"][data-layout="horizontal-navigation-2"] .navbar-1 i, [data-palette="palette-2"][data-layout="horizontal-navigation-2"] .navbar-1 .btn, [data-palette="palette-2"][data-layout="horizontal-navigation-2"] .navbar-1 .btn:hover, [data-palette="palette-2"][data-layout="horizontal-navigation-2"] .navbar-1 .btn:focus, [data-palette="palette-2"][data-layout="horizontal-navigation-2"] .navbar-1 .btn:active {
    color: #ffffff !important;
}

[data-palette="palette-2"][data-layout="horizontal-navigation-3"] .navbar-1 {
    background: #3c414f !important;
    color: #ffffff !important;
    border-bottom: 1px solid #3c414f !important;
}

[data-palette="palette-2"][data-layout="horizontal-navigation-3"] .navbar-1 a, [data-palette="palette-2"][data-layout="horizontal-navigation-3"] .navbar-1 i, [data-palette="palette-2"][data-layout="horizontal-navigation-3"] .navbar-1 .btn, [data-palette="palette-2"][data-layout="horizontal-navigation-3"] .navbar-1 .btn:hover, [data-palette="palette-2"][data-layout="horizontal-navigation-3"] .navbar-1 .btn:focus, [data-palette="palette-2"][data-layout="horizontal-navigation-3"] .navbar-1 .btn:active {
    color: #ffffff !important;
}

[data-palette="palette-2"][data-layout="mega-menu"] .navbar-1 {
    background: #3c414f !important;
    color: #ffffff !important;
    border-bottom: 1px solid #3c414f !important;
}

[data-palette="palette-2"][data-layout="mega-menu"] .navbar-1 a, [data-palette="palette-2"][data-layout="mega-menu"] .navbar-1 i, [data-palette="palette-2"][data-layout="mega-menu"] .navbar-1 .btn, [data-palette="palette-2"][data-layout="mega-menu"] .navbar-1 .btn:hover, [data-palette="palette-2"][data-layout="mega-menu"] .navbar-1 .btn:focus, [data-palette="palette-2"][data-layout="mega-menu"] .navbar-1 .btn:active {
    color: #ffffff !important;
}

[data-palette="palette-3"] .navbar-1 {
    background: #000000 !important;
    color: #ffffff !important;
    border-bottom: 1px solid #000000 !important;
}

[data-palette="palette-3"] .navbar-1 a, [data-palette="palette-3"] .navbar-1 i, [data-palette="palette-3"] .navbar-1 .btn, [data-palette="palette-3"] .navbar-1 .btn:hover, [data-palette="palette-3"] .navbar-1 .btn:focus, [data-palette="palette-3"] .navbar-1 .btn:active, [data-palette="palette-3"] .navbar-1 .dropdown-item {
    color: #ffffff !important;
}

[data-palette="palette-3"] .navbar-1 .navbar-drawer {
    background: #000000;
    position: relative;
}

[data-palette="palette-3"] .navbar-1 .navbar-drawer:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 4px;
    background-color: #5cb85c !important;
}

[data-palette="palette-3"] .navbar-1 .navbar-drawer .form-control {
    background: #000000 !important;
    color: #ffffff !important;
    border-color: #000000 !important;
}

[data-palette="palette-3"][data-layout="horizontal-navigation-1"] .navbar-1 {
    background: #1a1a1a !important;
    color: #ffffff !important;
    border-bottom: 1px solid #1a1a1a !important;
}

[data-palette="palette-3"][data-layout="horizontal-navigation-1"] .navbar-1 a, [data-palette="palette-3"][data-layout="horizontal-navigation-1"] .navbar-1 i, [data-palette="palette-3"][data-layout="horizontal-navigation-1"] .navbar-1 .btn, [data-palette="palette-3"][data-layout="horizontal-navigation-1"] .navbar-1 .btn:hover, [data-palette="palette-3"][data-layout="horizontal-navigation-1"] .navbar-1 .btn:focus, [data-palette="palette-3"][data-layout="horizontal-navigation-1"] .navbar-1 .btn:active {
    color: #ffffff !important;
}

[data-palette="palette-3"][data-layout="horizontal-navigation-2"] .navbar-1 {
    background: #333333 !important;
    color: #ffffff !important;
    border-bottom: 1px solid #333333 !important;
}

[data-palette="palette-3"][data-layout="horizontal-navigation-2"] .navbar-1 a, [data-palette="palette-3"][data-layout="horizontal-navigation-2"] .navbar-1 i, [data-palette="palette-3"][data-layout="horizontal-navigation-2"] .navbar-1 .btn, [data-palette="palette-3"][data-layout="horizontal-navigation-2"] .navbar-1 .btn:hover, [data-palette="palette-3"][data-layout="horizontal-navigation-2"] .navbar-1 .btn:focus, [data-palette="palette-3"][data-layout="horizontal-navigation-2"] .navbar-1 .btn:active {
    color: #ffffff !important;
}

[data-palette="palette-3"][data-layout="horizontal-navigation-3"] .navbar-1 {
    background: #1a1a1a !important;
    color: #ffffff !important;
    border-bottom: 1px solid #1a1a1a !important;
}

[data-palette="palette-3"][data-layout="horizontal-navigation-3"] .navbar-1 a, [data-palette="palette-3"][data-layout="horizontal-navigation-3"] .navbar-1 i, [data-palette="palette-3"][data-layout="horizontal-navigation-3"] .navbar-1 .btn, [data-palette="palette-3"][data-layout="horizontal-navigation-3"] .navbar-1 .btn:hover, [data-palette="palette-3"][data-layout="horizontal-navigation-3"] .navbar-1 .btn:focus, [data-palette="palette-3"][data-layout="horizontal-navigation-3"] .navbar-1 .btn:active {
    color: #ffffff !important;
}

[data-palette="palette-3"][data-layout="mega-menu"] .navbar-1 {
    background: #1a1a1a !important;
    color: #ffffff !important;
    border-bottom: 1px solid #1a1a1a !important;
}

[data-palette="palette-3"][data-layout="mega-menu"] .navbar-1 a, [data-palette="palette-3"][data-layout="mega-menu"] .navbar-1 i, [data-palette="palette-3"][data-layout="mega-menu"] .navbar-1 .btn, [data-palette="palette-3"][data-layout="mega-menu"] .navbar-1 .btn:hover, [data-palette="palette-3"][data-layout="mega-menu"] .navbar-1 .btn:focus, [data-palette="palette-3"][data-layout="mega-menu"] .navbar-1 .btn:active {
    color: #ffffff !important;
}

[data-palette="palette-4"] .navbar-1 {
    background: #ffffff !important;
    color: #262932 !important;
    border-bottom: 1px solid #d9d9d9 !important;
}

[data-palette="palette-4"] .navbar-1 a, [data-palette="palette-4"] .navbar-1 i, [data-palette="palette-4"] .navbar-1 .btn, [data-palette="palette-4"] .navbar-1 .btn:hover, [data-palette="palette-4"] .navbar-1 .btn:focus, [data-palette="palette-4"] .navbar-1 .btn:active, [data-palette="palette-4"] .navbar-1 .dropdown-item {
    color: #262932 !important;
}

[data-palette="palette-4"] .navbar-1 .navbar-drawer {
    background: #ffffff;
    position: relative;
}

[data-palette="palette-4"] .navbar-1 .navbar-drawer:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 4px;
    background-color: #d9534f !important;
}

[data-palette="palette-4"] .navbar-1 .navbar-drawer .form-control {
    background: #ffffff !important;
    color: #262932 !important;
    border-color: #ffffff !important;
}

[data-palette="palette-4"][data-layout="horizontal-navigation-1"] .navbar-1 {
    background: #1a1a1a !important;
    color: #ffffff !important;
    border-bottom: 1px solid #1a1a1a !important;
}

[data-palette="palette-4"][data-layout="horizontal-navigation-1"] .navbar-1 a, [data-palette="palette-4"][data-layout="horizontal-navigation-1"] .navbar-1 i, [data-palette="palette-4"][data-layout="horizontal-navigation-1"] .navbar-1 .btn, [data-palette="palette-4"][data-layout="horizontal-navigation-1"] .navbar-1 .btn:hover, [data-palette="palette-4"][data-layout="horizontal-navigation-1"] .navbar-1 .btn:focus, [data-palette="palette-4"][data-layout="horizontal-navigation-1"] .navbar-1 .btn:active {
    color: #ffffff !important;
}

[data-palette="palette-4"][data-layout="horizontal-navigation-2"] .navbar-1 {
    background: #333333 !important;
    color: #ffffff !important;
    border-bottom: 1px solid #333333 !important;
}

[data-palette="palette-4"][data-layout="horizontal-navigation-2"] .navbar-1 a, [data-palette="palette-4"][data-layout="horizontal-navigation-2"] .navbar-1 i, [data-palette="palette-4"][data-layout="horizontal-navigation-2"] .navbar-1 .btn, [data-palette="palette-4"][data-layout="horizontal-navigation-2"] .navbar-1 .btn:hover, [data-palette="palette-4"][data-layout="horizontal-navigation-2"] .navbar-1 .btn:focus, [data-palette="palette-4"][data-layout="horizontal-navigation-2"] .navbar-1 .btn:active {
    color: #ffffff !important;
}

[data-palette="palette-4"][data-layout="horizontal-navigation-3"] .navbar-1 {
    background: #1a1a1a !important;
    color: #ffffff !important;
    border-bottom: 1px solid #1a1a1a !important;
}

[data-palette="palette-4"][data-layout="horizontal-navigation-3"] .navbar-1 a, [data-palette="palette-4"][data-layout="horizontal-navigation-3"] .navbar-1 i, [data-palette="palette-4"][data-layout="horizontal-navigation-3"] .navbar-1 .btn, [data-palette="palette-4"][data-layout="horizontal-navigation-3"] .navbar-1 .btn:hover, [data-palette="palette-4"][data-layout="horizontal-navigation-3"] .navbar-1 .btn:focus, [data-palette="palette-4"][data-layout="horizontal-navigation-3"] .navbar-1 .btn:active {
    color: #ffffff !important;
}

[data-palette="palette-4"][data-layout="mega-menu"] .navbar-1 {
    background: #1a1a1a !important;
    color: #262932 !important;
    border-bottom: 1px solid #1a1a1a !important;
}

[data-palette="palette-4"][data-layout="mega-menu"] .navbar-1 a, [data-palette="palette-4"][data-layout="mega-menu"] .navbar-1 i, [data-palette="palette-4"][data-layout="mega-menu"] .navbar-1 .btn, [data-palette="palette-4"][data-layout="mega-menu"] .navbar-1 .btn:hover, [data-palette="palette-4"][data-layout="mega-menu"] .navbar-1 .btn:focus, [data-palette="palette-4"][data-layout="mega-menu"] .navbar-1 .btn:active {
    color: #ffffff !important;
}

[data-palette="palette-5"] .navbar-1 {
    background: #ffffff !important;
    color: #262932 !important;
    border-bottom: 1px solid #d9d9d9 !important;
}

[data-palette="palette-5"] .navbar-1 a, [data-palette="palette-5"] .navbar-1 i, [data-palette="palette-5"] .navbar-1 .btn, [data-palette="palette-5"] .navbar-1 .btn:hover, [data-palette="palette-5"] .navbar-1 .btn:focus, [data-palette="palette-5"] .navbar-1 .btn:active, [data-palette="palette-5"] .navbar-1 .dropdown-item {
    color: #262932 !important;
}

[data-palette="palette-5"] .navbar-1 .navbar-drawer {
    background: #ffffff;
    position: relative;
}

[data-palette="palette-5"] .navbar-1 .navbar-drawer:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 4px;
    background-color: #d9534f !important;
}

[data-palette="palette-5"] .navbar-1 .navbar-drawer .form-control {
    background: #ffffff !important;
    color: #262932 !important;
    border-color: #ffffff !important;
}

[data-palette="palette-5"][data-layout="horizontal-navigation-1"] .navbar-1 {
    background: #3c414f !important;
    color: #ffffff !important;
    border-bottom: 1px solid #3c414f !important;
}

[data-palette="palette-5"][data-layout="horizontal-navigation-1"] .navbar-1 a, [data-palette="palette-5"][data-layout="horizontal-navigation-1"] .navbar-1 i, [data-palette="palette-5"][data-layout="horizontal-navigation-1"] .navbar-1 .btn, [data-palette="palette-5"][data-layout="horizontal-navigation-1"] .navbar-1 .btn:hover, [data-palette="palette-5"][data-layout="horizontal-navigation-1"] .navbar-1 .btn:focus, [data-palette="palette-5"][data-layout="horizontal-navigation-1"] .navbar-1 .btn:active {
    color: #ffffff !important;
}

[data-palette="palette-5"][data-layout="horizontal-navigation-2"] .navbar-1 {
    background: #52596c !important;
    color: #ffffff !important;
    border-bottom: 1px solid #52596c !important;
}

[data-palette="palette-5"][data-layout="horizontal-navigation-2"] .navbar-1 a, [data-palette="palette-5"][data-layout="horizontal-navigation-2"] .navbar-1 i, [data-palette="palette-5"][data-layout="horizontal-navigation-2"] .navbar-1 .btn, [data-palette="palette-5"][data-layout="horizontal-navigation-2"] .navbar-1 .btn:hover, [data-palette="palette-5"][data-layout="horizontal-navigation-2"] .navbar-1 .btn:focus, [data-palette="palette-5"][data-layout="horizontal-navigation-2"] .navbar-1 .btn:active {
    color: #ffffff !important;
}

[data-palette="palette-5"][data-layout="horizontal-navigation-3"] .navbar-1 {
    background: #3c414f !important;
    color: #ffffff !important;
    border-bottom: 1px solid #3c414f !important;
}

[data-palette="palette-5"][data-layout="horizontal-navigation-3"] .navbar-1 a, [data-palette="palette-5"][data-layout="horizontal-navigation-3"] .navbar-1 i, [data-palette="palette-5"][data-layout="horizontal-navigation-3"] .navbar-1 .btn, [data-palette="palette-5"][data-layout="horizontal-navigation-3"] .navbar-1 .btn:hover, [data-palette="palette-5"][data-layout="horizontal-navigation-3"] .navbar-1 .btn:focus, [data-palette="palette-5"][data-layout="horizontal-navigation-3"] .navbar-1 .btn:active {
    color: #ffffff !important;
}

[data-palette="palette-5"][data-layout="mega-menu"] .navbar-1 {
    background: #3c414f !important;
    color: #262932 !important;
    border-bottom: 1px solid #3c414f !important;
}

[data-palette="palette-5"][data-layout="mega-menu"] .navbar-1 a, [data-palette="palette-5"][data-layout="mega-menu"] .navbar-1 i, [data-palette="palette-5"][data-layout="mega-menu"] .navbar-1 .btn, [data-palette="palette-5"][data-layout="mega-menu"] .navbar-1 .btn:hover, [data-palette="palette-5"][data-layout="mega-menu"] .navbar-1 .btn:focus, [data-palette="palette-5"][data-layout="mega-menu"] .navbar-1 .btn:active {
    color: #ffffff !important;
}

[data-palette="palette-6"] .navbar-1 {
    background: #ffffff !important;
    color: #262932 !important;
    border-bottom: 1px solid #d9d9d9 !important;
}

[data-palette="palette-6"] .navbar-1 a, [data-palette="palette-6"] .navbar-1 i, [data-palette="palette-6"] .navbar-1 .btn, [data-palette="palette-6"] .navbar-1 .btn:hover, [data-palette="palette-6"] .navbar-1 .btn:focus, [data-palette="palette-6"] .navbar-1 .btn:active, [data-palette="palette-6"] .navbar-1 .dropdown-item {
    color: #262932 !important;
}

[data-palette="palette-6"] .navbar-1 .navbar-drawer {
    background: #ffffff;
    position: relative;
}

[data-palette="palette-6"] .navbar-1 .navbar-drawer:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 4px;
    background-color: #d9534f !important;
}

[data-palette="palette-6"] .navbar-1 .navbar-drawer .form-control {
    background: #ffffff !important;
    color: #262932 !important;
    border-color: #ffffff !important;
}

[data-palette="palette-6"][data-layout="horizontal-navigation-1"] .navbar-1 {
    background: #3e3e3e !important;
    color: #ffffff !important;
    border-bottom: 1px solid #3e3e3e !important;
}

[data-palette="palette-6"][data-layout="horizontal-navigation-1"] .navbar-1 a, [data-palette="palette-6"][data-layout="horizontal-navigation-1"] .navbar-1 i, [data-palette="palette-6"][data-layout="horizontal-navigation-1"] .navbar-1 .btn, [data-palette="palette-6"][data-layout="horizontal-navigation-1"] .navbar-1 .btn:hover, [data-palette="palette-6"][data-layout="horizontal-navigation-1"] .navbar-1 .btn:focus, [data-palette="palette-6"][data-layout="horizontal-navigation-1"] .navbar-1 .btn:active {
    color: #ffffff !important;
}

[data-palette="palette-6"][data-layout="horizontal-navigation-2"] .navbar-1 {
    background: #575757 !important;
    color: #ffffff !important;
    border-bottom: 1px solid #575757 !important;
}

[data-palette="palette-6"][data-layout="horizontal-navigation-2"] .navbar-1 a, [data-palette="palette-6"][data-layout="horizontal-navigation-2"] .navbar-1 i, [data-palette="palette-6"][data-layout="horizontal-navigation-2"] .navbar-1 .btn, [data-palette="palette-6"][data-layout="horizontal-navigation-2"] .navbar-1 .btn:hover, [data-palette="palette-6"][data-layout="horizontal-navigation-2"] .navbar-1 .btn:focus, [data-palette="palette-6"][data-layout="horizontal-navigation-2"] .navbar-1 .btn:active {
    color: #ffffff !important;
}

[data-palette="palette-6"][data-layout="horizontal-navigation-3"] .navbar-1 {
    background: #3e3e3e !important;
    color: #ffffff !important;
    border-bottom: 1px solid #3e3e3e !important;
}

[data-palette="palette-6"][data-layout="horizontal-navigation-3"] .navbar-1 a, [data-palette="palette-6"][data-layout="horizontal-navigation-3"] .navbar-1 i, [data-palette="palette-6"][data-layout="horizontal-navigation-3"] .navbar-1 .btn, [data-palette="palette-6"][data-layout="horizontal-navigation-3"] .navbar-1 .btn:hover, [data-palette="palette-6"][data-layout="horizontal-navigation-3"] .navbar-1 .btn:focus, [data-palette="palette-6"][data-layout="horizontal-navigation-3"] .navbar-1 .btn:active {
    color: #ffffff !important;
}

[data-palette="palette-6"][data-layout="mega-menu"] .navbar-1 {
    background: #3e3e3e !important;
    color: #262932 !important;
    border-bottom: 1px solid #3e3e3e !important;
}

[data-palette="palette-6"][data-layout="mega-menu"] .navbar-1 a, [data-palette="palette-6"][data-layout="mega-menu"] .navbar-1 i, [data-palette="palette-6"][data-layout="mega-menu"] .navbar-1 .btn, [data-palette="palette-6"][data-layout="mega-menu"] .navbar-1 .btn:hover, [data-palette="palette-6"][data-layout="mega-menu"] .navbar-1 .btn:focus, [data-palette="palette-6"][data-layout="mega-menu"] .navbar-1 .btn:active {
    color: #ffffff !important;
}

[data-palette="palette-7"] .navbar-1 {
    background: #0267bf !important;
    color: #ffffff !important;
    border-bottom: 1px solid #0267bf !important;
}

[data-palette="palette-7"] .navbar-1 a, [data-palette="palette-7"] .navbar-1 i, [data-palette="palette-7"] .navbar-1 .btn, [data-palette="palette-7"] .navbar-1 .btn:hover, [data-palette="palette-7"] .navbar-1 .btn:focus, [data-palette="palette-7"] .navbar-1 .btn:active, [data-palette="palette-7"] .navbar-1 .dropdown-item {
    color: #ffffff !important;
}

[data-palette="palette-7"] .navbar-1 .navbar-drawer {
    background: #0267bf;
    position: relative;
}

[data-palette="palette-7"] .navbar-1 .navbar-drawer:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 4px;
    background-color: #f0ad4e !important;
}

[data-palette="palette-7"] .navbar-1 .navbar-drawer .form-control {
    background: #0267bf !important;
    color: #ffffff !important;
    border-color: #0267bf !important;
}

[data-palette="palette-7"][data-layout="horizontal-navigation-1"] .navbar-1 {
    background: #0283f1 !important;
    color: #ffffff !important;
    border-bottom: 1px solid #0283f1 !important;
}

[data-palette="palette-7"][data-layout="horizontal-navigation-1"] .navbar-1 a, [data-palette="palette-7"][data-layout="horizontal-navigation-1"] .navbar-1 i, [data-palette="palette-7"][data-layout="horizontal-navigation-1"] .navbar-1 .btn, [data-palette="palette-7"][data-layout="horizontal-navigation-1"] .navbar-1 .btn:hover, [data-palette="palette-7"][data-layout="horizontal-navigation-1"] .navbar-1 .btn:focus, [data-palette="palette-7"][data-layout="horizontal-navigation-1"] .navbar-1 .btn:active {
    color: #ffffff !important;
}

[data-palette="palette-7"][data-layout="horizontal-navigation-2"] .navbar-1 {
    background: #299bfd !important;
    color: #ffffff !important;
    border-bottom: 1px solid #299bfd !important;
}

[data-palette="palette-7"][data-layout="horizontal-navigation-2"] .navbar-1 a, [data-palette="palette-7"][data-layout="horizontal-navigation-2"] .navbar-1 i, [data-palette="palette-7"][data-layout="horizontal-navigation-2"] .navbar-1 .btn, [data-palette="palette-7"][data-layout="horizontal-navigation-2"] .navbar-1 .btn:hover, [data-palette="palette-7"][data-layout="horizontal-navigation-2"] .navbar-1 .btn:focus, [data-palette="palette-7"][data-layout="horizontal-navigation-2"] .navbar-1 .btn:active {
    color: #ffffff !important;
}

[data-palette="palette-7"][data-layout="horizontal-navigation-3"] .navbar-1 {
    background: #0283f1 !important;
    color: #ffffff !important;
    border-bottom: 1px solid #0283f1 !important;
}

[data-palette="palette-7"][data-layout="horizontal-navigation-3"] .navbar-1 a, [data-palette="palette-7"][data-layout="horizontal-navigation-3"] .navbar-1 i, [data-palette="palette-7"][data-layout="horizontal-navigation-3"] .navbar-1 .btn, [data-palette="palette-7"][data-layout="horizontal-navigation-3"] .navbar-1 .btn:hover, [data-palette="palette-7"][data-layout="horizontal-navigation-3"] .navbar-1 .btn:focus, [data-palette="palette-7"][data-layout="horizontal-navigation-3"] .navbar-1 .btn:active {
    color: #ffffff !important;
}

[data-palette="palette-7"][data-layout="mega-menu"] .navbar-1 {
    background: #0283f1 !important;
    color: #ffffff !important;
    border-bottom: 1px solid #0283f1 !important;
}

[data-palette="palette-7"][data-layout="mega-menu"] .navbar-1 a, [data-palette="palette-7"][data-layout="mega-menu"] .navbar-1 i, [data-palette="palette-7"][data-layout="mega-menu"] .navbar-1 .btn, [data-palette="palette-7"][data-layout="mega-menu"] .navbar-1 .btn:hover, [data-palette="palette-7"][data-layout="mega-menu"] .navbar-1 .btn:focus, [data-palette="palette-7"][data-layout="mega-menu"] .navbar-1 .btn:active {
    color: #ffffff !important;
}

[data-palette="palette-8"] .navbar-1 {
    background: #025aa5 !important;
    color: #ffffff !important;
    border-bottom: 1px solid #025aa5 !important;
}

[data-palette="palette-8"] .navbar-1 a, [data-palette="palette-8"] .navbar-1 i, [data-palette="palette-8"] .navbar-1 .btn, [data-palette="palette-8"] .navbar-1 .btn:hover, [data-palette="palette-8"] .navbar-1 .btn:focus, [data-palette="palette-8"] .navbar-1 .btn:active, [data-palette="palette-8"] .navbar-1 .dropdown-item {
    color: #ffffff !important;
}

[data-palette="palette-8"] .navbar-1 .navbar-drawer {
    background: #025aa5;
    position: relative;
}

[data-palette="palette-8"] .navbar-1 .navbar-drawer:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 4px;
    background-color: #f0ad4e !important;
}

[data-palette="palette-8"] .navbar-1 .navbar-drawer .form-control {
    background: #025aa5 !important;
    color: #ffffff !important;
    border-color: #025aa5 !important;
}

[data-palette="palette-8"][data-layout="horizontal-navigation-1"] .navbar-1 {
    background: #0275d8 !important;
    color: #ffffff !important;
    border-bottom: 1px solid #0275d8 !important;
}

[data-palette="palette-8"][data-layout="horizontal-navigation-1"] .navbar-1 a, [data-palette="palette-8"][data-layout="horizontal-navigation-1"] .navbar-1 i, [data-palette="palette-8"][data-layout="horizontal-navigation-1"] .navbar-1 .btn, [data-palette="palette-8"][data-layout="horizontal-navigation-1"] .navbar-1 .btn:hover, [data-palette="palette-8"][data-layout="horizontal-navigation-1"] .navbar-1 .btn:focus, [data-palette="palette-8"][data-layout="horizontal-navigation-1"] .navbar-1 .btn:active {
    color: #ffffff !important;
}

[data-palette="palette-8"][data-layout="horizontal-navigation-2"] .navbar-1 {
    background: #108ffd !important;
    color: #ffffff !important;
    border-bottom: 1px solid #108ffd !important;
}

[data-palette="palette-8"][data-layout="horizontal-navigation-2"] .navbar-1 a, [data-palette="palette-8"][data-layout="horizontal-navigation-2"] .navbar-1 i, [data-palette="palette-8"][data-layout="horizontal-navigation-2"] .navbar-1 .btn, [data-palette="palette-8"][data-layout="horizontal-navigation-2"] .navbar-1 .btn:hover, [data-palette="palette-8"][data-layout="horizontal-navigation-2"] .navbar-1 .btn:focus, [data-palette="palette-8"][data-layout="horizontal-navigation-2"] .navbar-1 .btn:active {
    color: #ffffff !important;
}

[data-palette="palette-8"][data-layout="horizontal-navigation-3"] .navbar-1 {
    background: #0275d8 !important;
    color: #ffffff !important;
    border-bottom: 1px solid #0275d8 !important;
}

[data-palette="palette-8"][data-layout="horizontal-navigation-3"] .navbar-1 a, [data-palette="palette-8"][data-layout="horizontal-navigation-3"] .navbar-1 i, [data-palette="palette-8"][data-layout="horizontal-navigation-3"] .navbar-1 .btn, [data-palette="palette-8"][data-layout="horizontal-navigation-3"] .navbar-1 .btn:hover, [data-palette="palette-8"][data-layout="horizontal-navigation-3"] .navbar-1 .btn:focus, [data-palette="palette-8"][data-layout="horizontal-navigation-3"] .navbar-1 .btn:active {
    color: #ffffff !important;
}

[data-palette="palette-8"][data-layout="mega-menu"] .navbar-1 {
    background: #0275d8 !important;
    color: #ffffff !important;
    border-bottom: 1px solid #0275d8 !important;
}

[data-palette="palette-8"][data-layout="mega-menu"] .navbar-1 a, [data-palette="palette-8"][data-layout="mega-menu"] .navbar-1 i, [data-palette="palette-8"][data-layout="mega-menu"] .navbar-1 .btn, [data-palette="palette-8"][data-layout="mega-menu"] .navbar-1 .btn:hover, [data-palette="palette-8"][data-layout="mega-menu"] .navbar-1 .btn:focus, [data-palette="palette-8"][data-layout="mega-menu"] .navbar-1 .btn:active {
    color: #ffffff !important;
}

[data-palette="palette-9"] .navbar-1 {
    background: #014c8c !important;
    color: #ffffff !important;
    border-bottom: 1px solid #014c8c !important;
}

[data-palette="palette-9"] .navbar-1 a, [data-palette="palette-9"] .navbar-1 i, [data-palette="palette-9"] .navbar-1 .btn, [data-palette="palette-9"] .navbar-1 .btn:hover, [data-palette="palette-9"] .navbar-1 .btn:focus, [data-palette="palette-9"] .navbar-1 .btn:active, [data-palette="palette-9"] .navbar-1 .dropdown-item {
    color: #ffffff !important;
}

[data-palette="palette-9"] .navbar-1 .navbar-drawer {
    background: #014c8c;
    position: relative;
}

[data-palette="palette-9"] .navbar-1 .navbar-drawer:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 4px;
    background-color: #f0ad4e !important;
}

[data-palette="palette-9"] .navbar-1 .navbar-drawer .form-control {
    background: #014c8c !important;
    color: #ffffff !important;
    border-color: #014c8c !important;
}

[data-palette="palette-9"][data-layout="horizontal-navigation-1"] .navbar-1 {
    background: #0267bf !important;
    color: #ffffff !important;
    border-bottom: 1px solid #0267bf !important;
}

[data-palette="palette-9"][data-layout="horizontal-navigation-1"] .navbar-1 a, [data-palette="palette-9"][data-layout="horizontal-navigation-1"] .navbar-1 i, [data-palette="palette-9"][data-layout="horizontal-navigation-1"] .navbar-1 .btn, [data-palette="palette-9"][data-layout="horizontal-navigation-1"] .navbar-1 .btn:hover, [data-palette="palette-9"][data-layout="horizontal-navigation-1"] .navbar-1 .btn:focus, [data-palette="palette-9"][data-layout="horizontal-navigation-1"] .navbar-1 .btn:active {
    color: #ffffff !important;
}

[data-palette="palette-9"][data-layout="horizontal-navigation-2"] .navbar-1 {
    background: #0283f1 !important;
    color: #ffffff !important;
    border-bottom: 1px solid #0283f1 !important;
}

[data-palette="palette-9"][data-layout="horizontal-navigation-2"] .navbar-1 a, [data-palette="palette-9"][data-layout="horizontal-navigation-2"] .navbar-1 i, [data-palette="palette-9"][data-layout="horizontal-navigation-2"] .navbar-1 .btn, [data-palette="palette-9"][data-layout="horizontal-navigation-2"] .navbar-1 .btn:hover, [data-palette="palette-9"][data-layout="horizontal-navigation-2"] .navbar-1 .btn:focus, [data-palette="palette-9"][data-layout="horizontal-navigation-2"] .navbar-1 .btn:active {
    color: #ffffff !important;
}

[data-palette="palette-9"][data-layout="horizontal-navigation-3"] .navbar-1 {
    background: #0267bf !important;
    color: #ffffff !important;
    border-bottom: 1px solid #0267bf !important;
}

[data-palette="palette-9"][data-layout="horizontal-navigation-3"] .navbar-1 a, [data-palette="palette-9"][data-layout="horizontal-navigation-3"] .navbar-1 i, [data-palette="palette-9"][data-layout="horizontal-navigation-3"] .navbar-1 .btn, [data-palette="palette-9"][data-layout="horizontal-navigation-3"] .navbar-1 .btn:hover, [data-palette="palette-9"][data-layout="horizontal-navigation-3"] .navbar-1 .btn:focus, [data-palette="palette-9"][data-layout="horizontal-navigation-3"] .navbar-1 .btn:active {
    color: #ffffff !important;
}

[data-palette="palette-9"][data-layout="mega-menu"] .navbar-1 {
    background: #0267bf !important;
    color: #ffffff !important;
    border-bottom: 1px solid #0267bf !important;
}

[data-palette="palette-9"][data-layout="mega-menu"] .navbar-1 a, [data-palette="palette-9"][data-layout="mega-menu"] .navbar-1 i, [data-palette="palette-9"][data-layout="mega-menu"] .navbar-1 .btn, [data-palette="palette-9"][data-layout="mega-menu"] .navbar-1 .btn:hover, [data-palette="palette-9"][data-layout="mega-menu"] .navbar-1 .btn:focus, [data-palette="palette-9"][data-layout="mega-menu"] .navbar-1 .btn:active {
    color: #ffffff !important;
}

[data-palette="palette-10"] .navbar-1 {
    background: #110a5c !important;
    color: #ffffff !important;
    border-bottom: 1px solid #110a5c !important;
}

[data-palette="palette-10"] .navbar-1 a, [data-palette="palette-10"] .navbar-1 i, [data-palette="palette-10"] .navbar-1 .btn, [data-palette="palette-10"] .navbar-1 .btn:hover, [data-palette="palette-10"] .navbar-1 .btn:focus, [data-palette="palette-10"] .navbar-1 .btn:active, [data-palette="palette-10"] .navbar-1 .dropdown-item {
    color: #ffffff !important;
}

[data-palette="palette-10"] .navbar-1 .navbar-drawer {
    background: #110a5c;
    position: relative;
}

[data-palette="palette-10"] .navbar-1 .navbar-drawer:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 4px;
    background-color: #f0ad4e !important;
}

[data-palette="palette-10"] .navbar-1 .navbar-drawer .form-control {
    background: #110a5c !important;
    color: #ffffff !important;
    border-color: #110a5c !important;
}

[data-palette="palette-10"][data-layout="horizontal-navigation-1"] .navbar-1 {
    background: #1a0f8a !important;
    color: #ffffff !important;
    border-bottom: 1px solid #1a0f8a !important;
}

[data-palette="palette-10"][data-layout="horizontal-navigation-1"] .navbar-1 a, [data-palette="palette-10"][data-layout="horizontal-navigation-1"] .navbar-1 i, [data-palette="palette-10"][data-layout="horizontal-navigation-1"] .navbar-1 .btn, [data-palette="palette-10"][data-layout="horizontal-navigation-1"] .navbar-1 .btn:hover, [data-palette="palette-10"][data-layout="horizontal-navigation-1"] .navbar-1 .btn:focus, [data-palette="palette-10"][data-layout="horizontal-navigation-1"] .navbar-1 .btn:active {
    color: #ffffff !important;
}

[data-palette="palette-10"][data-layout="horizontal-navigation-2"] .navbar-1 {
    background: #2214b8 !important;
    color: #ffffff !important;
    border-bottom: 1px solid #2214b8 !important;
}

[data-palette="palette-10"][data-layout="horizontal-navigation-2"] .navbar-1 a, [data-palette="palette-10"][data-layout="horizontal-navigation-2"] .navbar-1 i, [data-palette="palette-10"][data-layout="horizontal-navigation-2"] .navbar-1 .btn, [data-palette="palette-10"][data-layout="horizontal-navigation-2"] .navbar-1 .btn:hover, [data-palette="palette-10"][data-layout="horizontal-navigation-2"] .navbar-1 .btn:focus, [data-palette="palette-10"][data-layout="horizontal-navigation-2"] .navbar-1 .btn:active {
    color: #ffffff !important;
}

[data-palette="palette-10"][data-layout="horizontal-navigation-3"] .navbar-1 {
    background: #1a0f8a !important;
    color: #ffffff !important;
    border-bottom: 1px solid #1a0f8a !important;
}

[data-palette="palette-10"][data-layout="horizontal-navigation-3"] .navbar-1 a, [data-palette="palette-10"][data-layout="horizontal-navigation-3"] .navbar-1 i, [data-palette="palette-10"][data-layout="horizontal-navigation-3"] .navbar-1 .btn, [data-palette="palette-10"][data-layout="horizontal-navigation-3"] .navbar-1 .btn:hover, [data-palette="palette-10"][data-layout="horizontal-navigation-3"] .navbar-1 .btn:focus, [data-palette="palette-10"][data-layout="horizontal-navigation-3"] .navbar-1 .btn:active {
    color: #ffffff !important;
}

[data-palette="palette-10"][data-layout="mega-menu"] .navbar-1 {
    background: #1a0f8a !important;
    color: #ffffff !important;
    border-bottom: 1px solid #1a0f8a !important;
}

[data-palette="palette-10"][data-layout="mega-menu"] .navbar-1 a, [data-palette="palette-10"][data-layout="mega-menu"] .navbar-1 i, [data-palette="palette-10"][data-layout="mega-menu"] .navbar-1 .btn, [data-palette="palette-10"][data-layout="mega-menu"] .navbar-1 .btn:hover, [data-palette="palette-10"][data-layout="mega-menu"] .navbar-1 .btn:focus, [data-palette="palette-10"][data-layout="mega-menu"] .navbar-1 .btn:active {
    color: #ffffff !important;
}

[data-palette="palette-11"] .navbar-1 {
    background: #1b1091 !important;
    color: #ffffff !important;
    border-bottom: 1px solid #1b1091 !important;
}

[data-palette="palette-11"] .navbar-1 a, [data-palette="palette-11"] .navbar-1 i, [data-palette="palette-11"] .navbar-1 .btn, [data-palette="palette-11"] .navbar-1 .btn:hover, [data-palette="palette-11"] .navbar-1 .btn:focus, [data-palette="palette-11"] .navbar-1 .btn:active, [data-palette="palette-11"] .navbar-1 .dropdown-item {
    color: #ffffff !important;
}

[data-palette="palette-11"] .navbar-1 .navbar-drawer {
    background: #1b1091;
    position: relative;
}

[data-palette="palette-11"] .navbar-1 .navbar-drawer:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 4px;
    background-color: #f0ad4e !important;
}

[data-palette="palette-11"] .navbar-1 .navbar-drawer .form-control {
    background: #1b1091 !important;
    color: #ffffff !important;
    border-color: #1b1091 !important;
}

[data-palette="palette-11"][data-layout="horizontal-navigation-1"] .navbar-1 {
    background: #2415bf !important;
    color: #ffffff !important;
    border-bottom: 1px solid #2415bf !important;
}

[data-palette="palette-11"][data-layout="horizontal-navigation-1"] .navbar-1 a, [data-palette="palette-11"][data-layout="horizontal-navigation-1"] .navbar-1 i, [data-palette="palette-11"][data-layout="horizontal-navigation-1"] .navbar-1 .btn, [data-palette="palette-11"][data-layout="horizontal-navigation-1"] .navbar-1 .btn:hover, [data-palette="palette-11"][data-layout="horizontal-navigation-1"] .navbar-1 .btn:focus, [data-palette="palette-11"][data-layout="horizontal-navigation-1"] .navbar-1 .btn:active {
    color: #ffffff !important;
}

[data-palette="palette-11"][data-layout="horizontal-navigation-2"] .navbar-1 {
    background: #3121e6 !important;
    color: #ffffff !important;
    border-bottom: 1px solid #3121e6 !important;
}

[data-palette="palette-11"][data-layout="horizontal-navigation-2"] .navbar-1 a, [data-palette="palette-11"][data-layout="horizontal-navigation-2"] .navbar-1 i, [data-palette="palette-11"][data-layout="horizontal-navigation-2"] .navbar-1 .btn, [data-palette="palette-11"][data-layout="horizontal-navigation-2"] .navbar-1 .btn:hover, [data-palette="palette-11"][data-layout="horizontal-navigation-2"] .navbar-1 .btn:focus, [data-palette="palette-11"][data-layout="horizontal-navigation-2"] .navbar-1 .btn:active {
    color: #ffffff !important;
}

[data-palette="palette-11"][data-layout="horizontal-navigation-3"] .navbar-1 {
    background: #2415bf !important;
    color: #ffffff !important;
    border-bottom: 1px solid #2415bf !important;
}

[data-palette="palette-11"][data-layout="horizontal-navigation-3"] .navbar-1 a, [data-palette="palette-11"][data-layout="horizontal-navigation-3"] .navbar-1 i, [data-palette="palette-11"][data-layout="horizontal-navigation-3"] .navbar-1 .btn, [data-palette="palette-11"][data-layout="horizontal-navigation-3"] .navbar-1 .btn:hover, [data-palette="palette-11"][data-layout="horizontal-navigation-3"] .navbar-1 .btn:focus, [data-palette="palette-11"][data-layout="horizontal-navigation-3"] .navbar-1 .btn:active {
    color: #ffffff !important;
}

[data-palette="palette-11"][data-layout="mega-menu"] .navbar-1 {
    background: #2415bf !important;
    color: #ffffff !important;
    border-bottom: 1px solid #2415bf !important;
}

[data-palette="palette-11"][data-layout="mega-menu"] .navbar-1 a, [data-palette="palette-11"][data-layout="mega-menu"] .navbar-1 i, [data-palette="palette-11"][data-layout="mega-menu"] .navbar-1 .btn, [data-palette="palette-11"][data-layout="mega-menu"] .navbar-1 .btn:hover, [data-palette="palette-11"][data-layout="mega-menu"] .navbar-1 .btn:focus, [data-palette="palette-11"][data-layout="mega-menu"] .navbar-1 .btn:active {
    color: #ffffff !important;
}

[data-palette="palette-12"] .navbar-1 {
    background: #2516c7 !important;
    color: #ffffff !important;
    border-bottom: 1px solid #2516c7 !important;
}

[data-palette="palette-12"] .navbar-1 a, [data-palette="palette-12"] .navbar-1 i, [data-palette="palette-12"] .navbar-1 .btn, [data-palette="palette-12"] .navbar-1 .btn:hover, [data-palette="palette-12"] .navbar-1 .btn:focus, [data-palette="palette-12"] .navbar-1 .btn:active, [data-palette="palette-12"] .navbar-1 .dropdown-item {
    color: #ffffff !important;
}

[data-palette="palette-12"] .navbar-1 .navbar-drawer {
    background: #2516c7;
    position: relative;
}

[data-palette="palette-12"] .navbar-1 .navbar-drawer:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 4px;
    background-color: #f0ad4e !important;
}

[data-palette="palette-12"] .navbar-1 .navbar-drawer .form-control {
    background: #2516c7 !important;
    color: #ffffff !important;
    border-color: #2516c7 !important;
}

[data-palette="palette-12"][data-layout="horizontal-navigation-1"] .navbar-1 {
    background: #3929e7 !important;
    color: #ffffff !important;
    border-bottom: 1px solid #3929e7 !important;
}

[data-palette="palette-12"][data-layout="horizontal-navigation-1"] .navbar-1 a, [data-palette="palette-12"][data-layout="horizontal-navigation-1"] .navbar-1 i, [data-palette="palette-12"][data-layout="horizontal-navigation-1"] .navbar-1 .btn, [data-palette="palette-12"][data-layout="horizontal-navigation-1"] .navbar-1 .btn:hover, [data-palette="palette-12"][data-layout="horizontal-navigation-1"] .navbar-1 .btn:focus, [data-palette="palette-12"][data-layout="horizontal-navigation-1"] .navbar-1 .btn:active {
    color: #ffffff !important;
}

[data-palette="palette-12"][data-layout="horizontal-navigation-2"] .navbar-1 {
    background: #6357ec !important;
    color: #ffffff !important;
    border-bottom: 1px solid #6357ec !important;
}

[data-palette="palette-12"][data-layout="horizontal-navigation-2"] .navbar-1 a, [data-palette="palette-12"][data-layout="horizontal-navigation-2"] .navbar-1 i, [data-palette="palette-12"][data-layout="horizontal-navigation-2"] .navbar-1 .btn, [data-palette="palette-12"][data-layout="horizontal-navigation-2"] .navbar-1 .btn:hover, [data-palette="palette-12"][data-layout="horizontal-navigation-2"] .navbar-1 .btn:focus, [data-palette="palette-12"][data-layout="horizontal-navigation-2"] .navbar-1 .btn:active {
    color: #ffffff !important;
}

[data-palette="palette-12"][data-layout="horizontal-navigation-3"] .navbar-1 {
    background: #3929e7 !important;
    color: #ffffff !important;
    border-bottom: 1px solid #3929e7 !important;
}

[data-palette="palette-12"][data-layout="horizontal-navigation-3"] .navbar-1 a, [data-palette="palette-12"][data-layout="horizontal-navigation-3"] .navbar-1 i, [data-palette="palette-12"][data-layout="horizontal-navigation-3"] .navbar-1 .btn, [data-palette="palette-12"][data-layout="horizontal-navigation-3"] .navbar-1 .btn:hover, [data-palette="palette-12"][data-layout="horizontal-navigation-3"] .navbar-1 .btn:focus, [data-palette="palette-12"][data-layout="horizontal-navigation-3"] .navbar-1 .btn:active {
    color: #ffffff !important;
}

[data-palette="palette-12"][data-layout="mega-menu"] .navbar-1 {
    background: #3929e7 !important;
    color: #ffffff !important;
    border-bottom: 1px solid #3929e7 !important;
}

[data-palette="palette-12"][data-layout="mega-menu"] .navbar-1 a, [data-palette="palette-12"][data-layout="mega-menu"] .navbar-1 i, [data-palette="palette-12"][data-layout="mega-menu"] .navbar-1 .btn, [data-palette="palette-12"][data-layout="mega-menu"] .navbar-1 .btn:hover, [data-palette="palette-12"][data-layout="mega-menu"] .navbar-1 .btn:focus, [data-palette="palette-12"][data-layout="mega-menu"] .navbar-1 .btn:active {
    color: #ffffff !important;
}

[data-palette="palette-13"] .navbar-1 {
    background: #320a5c !important;
    color: #ffffff !important;
    border-bottom: 1px solid #320a5c !important;
}

[data-palette="palette-13"] .navbar-1 a, [data-palette="palette-13"] .navbar-1 i, [data-palette="palette-13"] .navbar-1 .btn, [data-palette="palette-13"] .navbar-1 .btn:hover, [data-palette="palette-13"] .navbar-1 .btn:focus, [data-palette="palette-13"] .navbar-1 .btn:active, [data-palette="palette-13"] .navbar-1 .dropdown-item {
    color: #ffffff !important;
}

[data-palette="palette-13"] .navbar-1 .navbar-drawer {
    background: #320a5c;
    position: relative;
}

[data-palette="palette-13"] .navbar-1 .navbar-drawer:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 4px;
    background-color: #f0ad4e !important;
}

[data-palette="palette-13"] .navbar-1 .navbar-drawer .form-control {
    background: #320a5c !important;
    color: #ffffff !important;
    border-color: #320a5c !important;
}

[data-palette="palette-13"][data-layout="horizontal-navigation-1"] .navbar-1 {
    background: #4b0f8a !important;
    color: #ffffff !important;
    border-bottom: 1px solid #4b0f8a !important;
}

[data-palette="palette-13"][data-layout="horizontal-navigation-1"] .navbar-1 a, [data-palette="palette-13"][data-layout="horizontal-navigation-1"] .navbar-1 i, [data-palette="palette-13"][data-layout="horizontal-navigation-1"] .navbar-1 .btn, [data-palette="palette-13"][data-layout="horizontal-navigation-1"] .navbar-1 .btn:hover, [data-palette="palette-13"][data-layout="horizontal-navigation-1"] .navbar-1 .btn:focus, [data-palette="palette-13"][data-layout="horizontal-navigation-1"] .navbar-1 .btn:active {
    color: #ffffff !important;
}

[data-palette="palette-13"][data-layout="horizontal-navigation-2"] .navbar-1 {
    background: #6414b8 !important;
    color: #ffffff !important;
    border-bottom: 1px solid #6414b8 !important;
}

[data-palette="palette-13"][data-layout="horizontal-navigation-2"] .navbar-1 a, [data-palette="palette-13"][data-layout="horizontal-navigation-2"] .navbar-1 i, [data-palette="palette-13"][data-layout="horizontal-navigation-2"] .navbar-1 .btn, [data-palette="palette-13"][data-layout="horizontal-navigation-2"] .navbar-1 .btn:hover, [data-palette="palette-13"][data-layout="horizontal-navigation-2"] .navbar-1 .btn:focus, [data-palette="palette-13"][data-layout="horizontal-navigation-2"] .navbar-1 .btn:active {
    color: #ffffff !important;
}

[data-palette="palette-13"][data-layout="horizontal-navigation-3"] .navbar-1 {
    background: #4b0f8a !important;
    color: #ffffff !important;
    border-bottom: 1px solid #4b0f8a !important;
}

[data-palette="palette-13"][data-layout="horizontal-navigation-3"] .navbar-1 a, [data-palette="palette-13"][data-layout="horizontal-navigation-3"] .navbar-1 i, [data-palette="palette-13"][data-layout="horizontal-navigation-3"] .navbar-1 .btn, [data-palette="palette-13"][data-layout="horizontal-navigation-3"] .navbar-1 .btn:hover, [data-palette="palette-13"][data-layout="horizontal-navigation-3"] .navbar-1 .btn:focus, [data-palette="palette-13"][data-layout="horizontal-navigation-3"] .navbar-1 .btn:active {
    color: #ffffff !important;
}

[data-palette="palette-13"][data-layout="mega-menu"] .navbar-1 {
    background: #4b0f8a !important;
    color: #ffffff !important;
    border-bottom: 1px solid #4b0f8a !important;
}

[data-palette="palette-13"][data-layout="mega-menu"] .navbar-1 a, [data-palette="palette-13"][data-layout="mega-menu"] .navbar-1 i, [data-palette="palette-13"][data-layout="mega-menu"] .navbar-1 .btn, [data-palette="palette-13"][data-layout="mega-menu"] .navbar-1 .btn:hover, [data-palette="palette-13"][data-layout="mega-menu"] .navbar-1 .btn:focus, [data-palette="palette-13"][data-layout="mega-menu"] .navbar-1 .btn:active {
    color: #ffffff !important;
}

[data-palette="palette-14"] .navbar-1 {
    background: #4f1091 !important;
    color: #ffffff !important;
    border-bottom: 1px solid #4f1091 !important;
}

[data-palette="palette-14"] .navbar-1 a, [data-palette="palette-14"] .navbar-1 i, [data-palette="palette-14"] .navbar-1 .btn, [data-palette="palette-14"] .navbar-1 .btn:hover, [data-palette="palette-14"] .navbar-1 .btn:focus, [data-palette="palette-14"] .navbar-1 .btn:active, [data-palette="palette-14"] .navbar-1 .dropdown-item {
    color: #ffffff !important;
}

[data-palette="palette-14"] .navbar-1 .navbar-drawer {
    background: #4f1091;
    position: relative;
}

[data-palette="palette-14"] .navbar-1 .navbar-drawer:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 4px;
    background-color: #f0ad4e !important;
}

[data-palette="palette-14"] .navbar-1 .navbar-drawer .form-control {
    background: #4f1091 !important;
    color: #ffffff !important;
    border-color: #4f1091 !important;
}

[data-palette="palette-14"][data-layout="horizontal-navigation-1"] .navbar-1 {
    background: #6815bf !important;
    color: #ffffff !important;
    border-bottom: 1px solid #6815bf !important;
}

[data-palette="palette-14"][data-layout="horizontal-navigation-1"] .navbar-1 a, [data-palette="palette-14"][data-layout="horizontal-navigation-1"] .navbar-1 i, [data-palette="palette-14"][data-layout="horizontal-navigation-1"] .navbar-1 .btn, [data-palette="palette-14"][data-layout="horizontal-navigation-1"] .navbar-1 .btn:hover, [data-palette="palette-14"][data-layout="horizontal-navigation-1"] .navbar-1 .btn:focus, [data-palette="palette-14"][data-layout="horizontal-navigation-1"] .navbar-1 .btn:active {
    color: #ffffff !important;
}

[data-palette="palette-14"][data-layout="horizontal-navigation-2"] .navbar-1 {
    background: #8121e6 !important;
    color: #ffffff !important;
    border-bottom: 1px solid #8121e6 !important;
}

[data-palette="palette-14"][data-layout="horizontal-navigation-2"] .navbar-1 a, [data-palette="palette-14"][data-layout="horizontal-navigation-2"] .navbar-1 i, [data-palette="palette-14"][data-layout="horizontal-navigation-2"] .navbar-1 .btn, [data-palette="palette-14"][data-layout="horizontal-navigation-2"] .navbar-1 .btn:hover, [data-palette="palette-14"][data-layout="horizontal-navigation-2"] .navbar-1 .btn:focus, [data-palette="palette-14"][data-layout="horizontal-navigation-2"] .navbar-1 .btn:active {
    color: #ffffff !important;
}

[data-palette="palette-14"][data-layout="horizontal-navigation-3"] .navbar-1 {
    background: #6815bf !important;
    color: #ffffff !important;
    border-bottom: 1px solid #6815bf !important;
}

[data-palette="palette-14"][data-layout="horizontal-navigation-3"] .navbar-1 a, [data-palette="palette-14"][data-layout="horizontal-navigation-3"] .navbar-1 i, [data-palette="palette-14"][data-layout="horizontal-navigation-3"] .navbar-1 .btn, [data-palette="palette-14"][data-layout="horizontal-navigation-3"] .navbar-1 .btn:hover, [data-palette="palette-14"][data-layout="horizontal-navigation-3"] .navbar-1 .btn:focus, [data-palette="palette-14"][data-layout="horizontal-navigation-3"] .navbar-1 .btn:active {
    color: #ffffff !important;
}

[data-palette="palette-14"][data-layout="mega-menu"] .navbar-1 {
    background: #6815bf !important;
    color: #ffffff !important;
    border-bottom: 1px solid #6815bf !important;
}

[data-palette="palette-14"][data-layout="mega-menu"] .navbar-1 a, [data-palette="palette-14"][data-layout="mega-menu"] .navbar-1 i, [data-palette="palette-14"][data-layout="mega-menu"] .navbar-1 .btn, [data-palette="palette-14"][data-layout="mega-menu"] .navbar-1 .btn:hover, [data-palette="palette-14"][data-layout="mega-menu"] .navbar-1 .btn:focus, [data-palette="palette-14"][data-layout="mega-menu"] .navbar-1 .btn:active {
    color: #ffffff !important;
}

[data-palette="palette-15"] .navbar-1 {
    background: #6c16c7 !important;
    color: #ffffff !important;
    border-bottom: 1px solid #6c16c7 !important;
}

[data-palette="palette-15"] .navbar-1 a, [data-palette="palette-15"] .navbar-1 i, [data-palette="palette-15"] .navbar-1 .btn, [data-palette="palette-15"] .navbar-1 .btn:hover, [data-palette="palette-15"] .navbar-1 .btn:focus, [data-palette="palette-15"] .navbar-1 .btn:active, [data-palette="palette-15"] .navbar-1 .dropdown-item {
    color: #ffffff !important;
}

[data-palette="palette-15"] .navbar-1 .navbar-drawer {
    background: #6c16c7;
    position: relative;
}

[data-palette="palette-15"] .navbar-1 .navbar-drawer:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 4px;
    background-color: #f0ad4e !important;
}

[data-palette="palette-15"] .navbar-1 .navbar-drawer .form-control {
    background: #6c16c7 !important;
    color: #ffffff !important;
    border-color: #6c16c7 !important;
}

[data-palette="palette-15"][data-layout="horizontal-navigation-1"] .navbar-1 {
    background: #8529e7 !important;
    color: #ffffff !important;
    border-bottom: 1px solid #8529e7 !important;
}

[data-palette="palette-15"][data-layout="horizontal-navigation-1"] .navbar-1 a, [data-palette="palette-15"][data-layout="horizontal-navigation-1"] .navbar-1 i, [data-palette="palette-15"][data-layout="horizontal-navigation-1"] .navbar-1 .btn, [data-palette="palette-15"][data-layout="horizontal-navigation-1"] .navbar-1 .btn:hover, [data-palette="palette-15"][data-layout="horizontal-navigation-1"] .navbar-1 .btn:focus, [data-palette="palette-15"][data-layout="horizontal-navigation-1"] .navbar-1 .btn:active {
    color: #ffffff !important;
}

[data-palette="palette-15"][data-layout="horizontal-navigation-2"] .navbar-1 {
    background: #9f57ec !important;
    color: #ffffff !important;
    border-bottom: 1px solid #9f57ec !important;
}

[data-palette="palette-15"][data-layout="horizontal-navigation-2"] .navbar-1 a, [data-palette="palette-15"][data-layout="horizontal-navigation-2"] .navbar-1 i, [data-palette="palette-15"][data-layout="horizontal-navigation-2"] .navbar-1 .btn, [data-palette="palette-15"][data-layout="horizontal-navigation-2"] .navbar-1 .btn:hover, [data-palette="palette-15"][data-layout="horizontal-navigation-2"] .navbar-1 .btn:focus, [data-palette="palette-15"][data-layout="horizontal-navigation-2"] .navbar-1 .btn:active {
    color: #ffffff !important;
}

[data-palette="palette-15"][data-layout="horizontal-navigation-3"] .navbar-1 {
    background: #8529e7 !important;
    color: #ffffff !important;
    border-bottom: 1px solid #8529e7 !important;
}

[data-palette="palette-15"][data-layout="horizontal-navigation-3"] .navbar-1 a, [data-palette="palette-15"][data-layout="horizontal-navigation-3"] .navbar-1 i, [data-palette="palette-15"][data-layout="horizontal-navigation-3"] .navbar-1 .btn, [data-palette="palette-15"][data-layout="horizontal-navigation-3"] .navbar-1 .btn:hover, [data-palette="palette-15"][data-layout="horizontal-navigation-3"] .navbar-1 .btn:focus, [data-palette="palette-15"][data-layout="horizontal-navigation-3"] .navbar-1 .btn:active {
    color: #ffffff !important;
}

[data-palette="palette-15"][data-layout="mega-menu"] .navbar-1 {
    background: #8529e7 !important;
    color: #ffffff !important;
    border-bottom: 1px solid #8529e7 !important;
}

[data-palette="palette-15"][data-layout="mega-menu"] .navbar-1 a, [data-palette="palette-15"][data-layout="mega-menu"] .navbar-1 i, [data-palette="palette-15"][data-layout="mega-menu"] .navbar-1 .btn, [data-palette="palette-15"][data-layout="mega-menu"] .navbar-1 .btn:hover, [data-palette="palette-15"][data-layout="mega-menu"] .navbar-1 .btn:focus, [data-palette="palette-15"][data-layout="mega-menu"] .navbar-1 .btn:active {
    color: #ffffff !important;
}

[data-palette="palette-16"] .navbar-1 {
    background: #911051 !important;
    color: #ffffff !important;
    border-bottom: 1px solid #911051 !important;
}

[data-palette="palette-16"] .navbar-1 a, [data-palette="palette-16"] .navbar-1 i, [data-palette="palette-16"] .navbar-1 .btn, [data-palette="palette-16"] .navbar-1 .btn:hover, [data-palette="palette-16"] .navbar-1 .btn:focus, [data-palette="palette-16"] .navbar-1 .btn:active, [data-palette="palette-16"] .navbar-1 .dropdown-item {
    color: #ffffff !important;
}

[data-palette="palette-16"] .navbar-1 .navbar-drawer {
    background: #911051;
    position: relative;
}

[data-palette="palette-16"] .navbar-1 .navbar-drawer:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 4px;
    background-color: #f0ad4e !important;
}

[data-palette="palette-16"] .navbar-1 .navbar-drawer .form-control {
    background: #911051 !important;
    color: #ffffff !important;
    border-color: #911051 !important;
}

[data-palette="palette-16"][data-layout="horizontal-navigation-1"] .navbar-1 {
    background: #bf156b !important;
    color: #ffffff !important;
    border-bottom: 1px solid #bf156b !important;
}

[data-palette="palette-16"][data-layout="horizontal-navigation-1"] .navbar-1 a, [data-palette="palette-16"][data-layout="horizontal-navigation-1"] .navbar-1 i, [data-palette="palette-16"][data-layout="horizontal-navigation-1"] .navbar-1 .btn, [data-palette="palette-16"][data-layout="horizontal-navigation-1"] .navbar-1 .btn:hover, [data-palette="palette-16"][data-layout="horizontal-navigation-1"] .navbar-1 .btn:focus, [data-palette="palette-16"][data-layout="horizontal-navigation-1"] .navbar-1 .btn:active {
    color: #ffffff !important;
}

[data-palette="palette-16"][data-layout="horizontal-navigation-2"] .navbar-1 {
    background: #e62184 !important;
    color: #ffffff !important;
    border-bottom: 1px solid #e62184 !important;
}

[data-palette="palette-16"][data-layout="horizontal-navigation-2"] .navbar-1 a, [data-palette="palette-16"][data-layout="horizontal-navigation-2"] .navbar-1 i, [data-palette="palette-16"][data-layout="horizontal-navigation-2"] .navbar-1 .btn, [data-palette="palette-16"][data-layout="horizontal-navigation-2"] .navbar-1 .btn:hover, [data-palette="palette-16"][data-layout="horizontal-navigation-2"] .navbar-1 .btn:focus, [data-palette="palette-16"][data-layout="horizontal-navigation-2"] .navbar-1 .btn:active {
    color: #ffffff !important;
}

[data-palette="palette-16"][data-layout="horizontal-navigation-3"] .navbar-1 {
    background: #bf156b !important;
    color: #ffffff !important;
    border-bottom: 1px solid #bf156b !important;
}

[data-palette="palette-16"][data-layout="horizontal-navigation-3"] .navbar-1 a, [data-palette="palette-16"][data-layout="horizontal-navigation-3"] .navbar-1 i, [data-palette="palette-16"][data-layout="horizontal-navigation-3"] .navbar-1 .btn, [data-palette="palette-16"][data-layout="horizontal-navigation-3"] .navbar-1 .btn:hover, [data-palette="palette-16"][data-layout="horizontal-navigation-3"] .navbar-1 .btn:focus, [data-palette="palette-16"][data-layout="horizontal-navigation-3"] .navbar-1 .btn:active {
    color: #ffffff !important;
}

[data-palette="palette-16"][data-layout="mega-menu"] .navbar-1 {
    background: #bf156b !important;
    color: #ffffff !important;
    border-bottom: 1px solid #bf156b !important;
}

[data-palette="palette-16"][data-layout="mega-menu"] .navbar-1 a, [data-palette="palette-16"][data-layout="mega-menu"] .navbar-1 i, [data-palette="palette-16"][data-layout="mega-menu"] .navbar-1 .btn, [data-palette="palette-16"][data-layout="mega-menu"] .navbar-1 .btn:hover, [data-palette="palette-16"][data-layout="mega-menu"] .navbar-1 .btn:focus, [data-palette="palette-16"][data-layout="mega-menu"] .navbar-1 .btn:active {
    color: #ffffff !important;
}

[data-palette="palette-17"] .navbar-1 {
    background: #c7166f !important;
    color: #ffffff !important;
    border-bottom: 1px solid #c7166f !important;
}

[data-palette="palette-17"] .navbar-1 a, [data-palette="palette-17"] .navbar-1 i, [data-palette="palette-17"] .navbar-1 .btn, [data-palette="palette-17"] .navbar-1 .btn:hover, [data-palette="palette-17"] .navbar-1 .btn:focus, [data-palette="palette-17"] .navbar-1 .btn:active, [data-palette="palette-17"] .navbar-1 .dropdown-item {
    color: #ffffff !important;
}

[data-palette="palette-17"] .navbar-1 .navbar-drawer {
    background: #c7166f;
    position: relative;
}

[data-palette="palette-17"] .navbar-1 .navbar-drawer:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 4px;
    background-color: #f0ad4e !important;
}

[data-palette="palette-17"] .navbar-1 .navbar-drawer .form-control {
    background: #c7166f !important;
    color: #ffffff !important;
    border-color: #c7166f !important;
}

[data-palette="palette-17"][data-layout="horizontal-navigation-1"] .navbar-1 {
    background: #e72989 !important;
    color: #ffffff !important;
    border-bottom: 1px solid #e72989 !important;
}

[data-palette="palette-17"][data-layout="horizontal-navigation-1"] .navbar-1 a, [data-palette="palette-17"][data-layout="horizontal-navigation-1"] .navbar-1 i, [data-palette="palette-17"][data-layout="horizontal-navigation-1"] .navbar-1 .btn, [data-palette="palette-17"][data-layout="horizontal-navigation-1"] .navbar-1 .btn:hover, [data-palette="palette-17"][data-layout="horizontal-navigation-1"] .navbar-1 .btn:focus, [data-palette="palette-17"][data-layout="horizontal-navigation-1"] .navbar-1 .btn:active {
    color: #ffffff !important;
}

[data-palette="palette-17"][data-layout="horizontal-navigation-2"] .navbar-1 {
    background: #ec57a2 !important;
    color: #ffffff !important;
    border-bottom: 1px solid #ec57a2 !important;
}

[data-palette="palette-17"][data-layout="horizontal-navigation-2"] .navbar-1 a, [data-palette="palette-17"][data-layout="horizontal-navigation-2"] .navbar-1 i, [data-palette="palette-17"][data-layout="horizontal-navigation-2"] .navbar-1 .btn, [data-palette="palette-17"][data-layout="horizontal-navigation-2"] .navbar-1 .btn:hover, [data-palette="palette-17"][data-layout="horizontal-navigation-2"] .navbar-1 .btn:focus, [data-palette="palette-17"][data-layout="horizontal-navigation-2"] .navbar-1 .btn:active {
    color: #ffffff !important;
}

[data-palette="palette-17"][data-layout="horizontal-navigation-3"] .navbar-1 {
    background: #e72989 !important;
    color: #ffffff !important;
    border-bottom: 1px solid #e72989 !important;
}

[data-palette="palette-17"][data-layout="horizontal-navigation-3"] .navbar-1 a, [data-palette="palette-17"][data-layout="horizontal-navigation-3"] .navbar-1 i, [data-palette="palette-17"][data-layout="horizontal-navigation-3"] .navbar-1 .btn, [data-palette="palette-17"][data-layout="horizontal-navigation-3"] .navbar-1 .btn:hover, [data-palette="palette-17"][data-layout="horizontal-navigation-3"] .navbar-1 .btn:focus, [data-palette="palette-17"][data-layout="horizontal-navigation-3"] .navbar-1 .btn:active {
    color: #ffffff !important;
}

[data-palette="palette-17"][data-layout="mega-menu"] .navbar-1 {
    background: #e72989 !important;
    color: #ffffff !important;
    border-bottom: 1px solid #e72989 !important;
}

[data-palette="palette-17"][data-layout="mega-menu"] .navbar-1 a, [data-palette="palette-17"][data-layout="mega-menu"] .navbar-1 i, [data-palette="palette-17"][data-layout="mega-menu"] .navbar-1 .btn, [data-palette="palette-17"][data-layout="mega-menu"] .navbar-1 .btn:hover, [data-palette="palette-17"][data-layout="mega-menu"] .navbar-1 .btn:focus, [data-palette="palette-17"][data-layout="mega-menu"] .navbar-1 .btn:active {
    color: #ffffff !important;
}

[data-palette="palette-18"] .navbar-1 {
    background: #911710 !important;
    color: #ffffff !important;
    border-bottom: 1px solid #911710 !important;
}

[data-palette="palette-18"] .navbar-1 a, [data-palette="palette-18"] .navbar-1 i, [data-palette="palette-18"] .navbar-1 .btn, [data-palette="palette-18"] .navbar-1 .btn:hover, [data-palette="palette-18"] .navbar-1 .btn:focus, [data-palette="palette-18"] .navbar-1 .btn:active, [data-palette="palette-18"] .navbar-1 .dropdown-item {
    color: #ffffff !important;
}

[data-palette="palette-18"] .navbar-1 .navbar-drawer {
    background: #911710;
    position: relative;
}

[data-palette="palette-18"] .navbar-1 .navbar-drawer:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 4px;
    background-color: #f0ad4e !important;
}

[data-palette="palette-18"] .navbar-1 .navbar-drawer .form-control {
    background: #911710 !important;
    color: #ffffff !important;
    border-color: #911710 !important;
}

[data-palette="palette-18"][data-layout="horizontal-navigation-1"] .navbar-1 {
    background: #bf1e15 !important;
    color: #ffffff !important;
    border-bottom: 1px solid #bf1e15 !important;
}

[data-palette="palette-18"][data-layout="horizontal-navigation-1"] .navbar-1 a, [data-palette="palette-18"][data-layout="horizontal-navigation-1"] .navbar-1 i, [data-palette="palette-18"][data-layout="horizontal-navigation-1"] .navbar-1 .btn, [data-palette="palette-18"][data-layout="horizontal-navigation-1"] .navbar-1 .btn:hover, [data-palette="palette-18"][data-layout="horizontal-navigation-1"] .navbar-1 .btn:focus, [data-palette="palette-18"][data-layout="horizontal-navigation-1"] .navbar-1 .btn:active {
    color: #ffffff !important;
}

[data-palette="palette-18"][data-layout="horizontal-navigation-2"] .navbar-1 {
    background: #e62b21 !important;
    color: #ffffff !important;
    border-bottom: 1px solid #e62b21 !important;
}

[data-palette="palette-18"][data-layout="horizontal-navigation-2"] .navbar-1 a, [data-palette="palette-18"][data-layout="horizontal-navigation-2"] .navbar-1 i, [data-palette="palette-18"][data-layout="horizontal-navigation-2"] .navbar-1 .btn, [data-palette="palette-18"][data-layout="horizontal-navigation-2"] .navbar-1 .btn:hover, [data-palette="palette-18"][data-layout="horizontal-navigation-2"] .navbar-1 .btn:focus, [data-palette="palette-18"][data-layout="horizontal-navigation-2"] .navbar-1 .btn:active {
    color: #ffffff !important;
}

[data-palette="palette-18"][data-layout="horizontal-navigation-3"] .navbar-1 {
    background: #bf1e15 !important;
    color: #ffffff !important;
    border-bottom: 1px solid #bf1e15 !important;
}

[data-palette="palette-18"][data-layout="horizontal-navigation-3"] .navbar-1 a, [data-palette="palette-18"][data-layout="horizontal-navigation-3"] .navbar-1 i, [data-palette="palette-18"][data-layout="horizontal-navigation-3"] .navbar-1 .btn, [data-palette="palette-18"][data-layout="horizontal-navigation-3"] .navbar-1 .btn:hover, [data-palette="palette-18"][data-layout="horizontal-navigation-3"] .navbar-1 .btn:focus, [data-palette="palette-18"][data-layout="horizontal-navigation-3"] .navbar-1 .btn:active {
    color: #ffffff !important;
}

[data-palette="palette-18"][data-layout="mega-menu"] .navbar-1 {
    background: #bf1e15 !important;
    color: #ffffff !important;
    border-bottom: 1px solid #bf1e15 !important;
}

[data-palette="palette-18"][data-layout="mega-menu"] .navbar-1 a, [data-palette="palette-18"][data-layout="mega-menu"] .navbar-1 i, [data-palette="palette-18"][data-layout="mega-menu"] .navbar-1 .btn, [data-palette="palette-18"][data-layout="mega-menu"] .navbar-1 .btn:hover, [data-palette="palette-18"][data-layout="mega-menu"] .navbar-1 .btn:focus, [data-palette="palette-18"][data-layout="mega-menu"] .navbar-1 .btn:active {
    color: #ffffff !important;
}

[data-palette="palette-19"] .navbar-1 {
    background: #c71f16 !important;
    color: #ffffff !important;
    border-bottom: 1px solid #c71f16 !important;
}

[data-palette="palette-19"] .navbar-1 a, [data-palette="palette-19"] .navbar-1 i, [data-palette="palette-19"] .navbar-1 .btn, [data-palette="palette-19"] .navbar-1 .btn:hover, [data-palette="palette-19"] .navbar-1 .btn:focus, [data-palette="palette-19"] .navbar-1 .btn:active, [data-palette="palette-19"] .navbar-1 .dropdown-item {
    color: #ffffff !important;
}

[data-palette="palette-19"] .navbar-1 .navbar-drawer {
    background: #c71f16;
    position: relative;
}

[data-palette="palette-19"] .navbar-1 .navbar-drawer:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 4px;
    background-color: #f0ad4e !important;
}

[data-palette="palette-19"] .navbar-1 .navbar-drawer .form-control {
    background: #c71f16 !important;
    color: #ffffff !important;
    border-color: #c71f16 !important;
}

[data-palette="palette-19"][data-layout="horizontal-navigation-1"] .navbar-1 {
    background: #e73229 !important;
    color: #ffffff !important;
    border-bottom: 1px solid #e73229 !important;
}

[data-palette="palette-19"][data-layout="horizontal-navigation-1"] .navbar-1 a, [data-palette="palette-19"][data-layout="horizontal-navigation-1"] .navbar-1 i, [data-palette="palette-19"][data-layout="horizontal-navigation-1"] .navbar-1 .btn, [data-palette="palette-19"][data-layout="horizontal-navigation-1"] .navbar-1 .btn:hover, [data-palette="palette-19"][data-layout="horizontal-navigation-1"] .navbar-1 .btn:focus, [data-palette="palette-19"][data-layout="horizontal-navigation-1"] .navbar-1 .btn:active {
    color: #ffffff !important;
}

[data-palette="palette-19"][data-layout="horizontal-navigation-2"] .navbar-1 {
    background: #ec5e57 !important;
    color: #ffffff !important;
    border-bottom: 1px solid #ec5e57 !important;
}

[data-palette="palette-19"][data-layout="horizontal-navigation-2"] .navbar-1 a, [data-palette="palette-19"][data-layout="horizontal-navigation-2"] .navbar-1 i, [data-palette="palette-19"][data-layout="horizontal-navigation-2"] .navbar-1 .btn, [data-palette="palette-19"][data-layout="horizontal-navigation-2"] .navbar-1 .btn:hover, [data-palette="palette-19"][data-layout="horizontal-navigation-2"] .navbar-1 .btn:focus, [data-palette="palette-19"][data-layout="horizontal-navigation-2"] .navbar-1 .btn:active {
    color: #ffffff !important;
}

[data-palette="palette-19"][data-layout="horizontal-navigation-3"] .navbar-1 {
    background: #e73229 !important;
    color: #ffffff !important;
    border-bottom: 1px solid #e73229 !important;
}

[data-palette="palette-19"][data-layout="horizontal-navigation-3"] .navbar-1 a, [data-palette="palette-19"][data-layout="horizontal-navigation-3"] .navbar-1 i, [data-palette="palette-19"][data-layout="horizontal-navigation-3"] .navbar-1 .btn, [data-palette="palette-19"][data-layout="horizontal-navigation-3"] .navbar-1 .btn:hover, [data-palette="palette-19"][data-layout="horizontal-navigation-3"] .navbar-1 .btn:focus, [data-palette="palette-19"][data-layout="horizontal-navigation-3"] .navbar-1 .btn:active {
    color: #ffffff !important;
}

[data-palette="palette-19"][data-layout="mega-menu"] .navbar-1 {
    background: #e73229 !important;
    color: #ffffff !important;
    border-bottom: 1px solid #e73229 !important;
}

[data-palette="palette-19"][data-layout="mega-menu"] .navbar-1 a, [data-palette="palette-19"][data-layout="mega-menu"] .navbar-1 i, [data-palette="palette-19"][data-layout="mega-menu"] .navbar-1 .btn, [data-palette="palette-19"][data-layout="mega-menu"] .navbar-1 .btn:hover, [data-palette="palette-19"][data-layout="mega-menu"] .navbar-1 .btn:focus, [data-palette="palette-19"][data-layout="mega-menu"] .navbar-1 .btn:active {
    color: #ffffff !important;
}

[data-palette="palette-20"] .navbar-1 {
    background: #0a5c15 !important;
    color: #ffffff !important;
    border-bottom: 1px solid #0a5c15 !important;
}

[data-palette="palette-20"] .navbar-1 a, [data-palette="palette-20"] .navbar-1 i, [data-palette="palette-20"] .navbar-1 .btn, [data-palette="palette-20"] .navbar-1 .btn:hover, [data-palette="palette-20"] .navbar-1 .btn:focus, [data-palette="palette-20"] .navbar-1 .btn:active, [data-palette="palette-20"] .navbar-1 .dropdown-item {
    color: #ffffff !important;
}

[data-palette="palette-20"] .navbar-1 .navbar-drawer {
    background: #0a5c15;
    position: relative;
}

[data-palette="palette-20"] .navbar-1 .navbar-drawer:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 4px;
    background-color: #f0ad4e !important;
}

[data-palette="palette-20"] .navbar-1 .navbar-drawer .form-control {
    background: #0a5c15 !important;
    color: #ffffff !important;
    border-color: #0a5c15 !important;
}

[data-palette="palette-20"][data-layout="horizontal-navigation-1"] .navbar-1 {
    background: #0f8a20 !important;
    color: #ffffff !important;
    border-bottom: 1px solid #0f8a20 !important;
}

[data-palette="palette-20"][data-layout="horizontal-navigation-1"] .navbar-1 a, [data-palette="palette-20"][data-layout="horizontal-navigation-1"] .navbar-1 i, [data-palette="palette-20"][data-layout="horizontal-navigation-1"] .navbar-1 .btn, [data-palette="palette-20"][data-layout="horizontal-navigation-1"] .navbar-1 .btn:hover, [data-palette="palette-20"][data-layout="horizontal-navigation-1"] .navbar-1 .btn:focus, [data-palette="palette-20"][data-layout="horizontal-navigation-1"] .navbar-1 .btn:active {
    color: #ffffff !important;
}

[data-palette="palette-20"][data-layout="horizontal-navigation-2"] .navbar-1 {
    background: #14b82a !important;
    color: #ffffff !important;
    border-bottom: 1px solid #14b82a !important;
}

[data-palette="palette-20"][data-layout="horizontal-navigation-2"] .navbar-1 a, [data-palette="palette-20"][data-layout="horizontal-navigation-2"] .navbar-1 i, [data-palette="palette-20"][data-layout="horizontal-navigation-2"] .navbar-1 .btn, [data-palette="palette-20"][data-layout="horizontal-navigation-2"] .navbar-1 .btn:hover, [data-palette="palette-20"][data-layout="horizontal-navigation-2"] .navbar-1 .btn:focus, [data-palette="palette-20"][data-layout="horizontal-navigation-2"] .navbar-1 .btn:active {
    color: #ffffff !important;
}

[data-palette="palette-20"][data-layout="horizontal-navigation-3"] .navbar-1 {
    background: #0f8a20 !important;
    color: #ffffff !important;
    border-bottom: 1px solid #0f8a20 !important;
}

[data-palette="palette-20"][data-layout="horizontal-navigation-3"] .navbar-1 a, [data-palette="palette-20"][data-layout="horizontal-navigation-3"] .navbar-1 i, [data-palette="palette-20"][data-layout="horizontal-navigation-3"] .navbar-1 .btn, [data-palette="palette-20"][data-layout="horizontal-navigation-3"] .navbar-1 .btn:hover, [data-palette="palette-20"][data-layout="horizontal-navigation-3"] .navbar-1 .btn:focus, [data-palette="palette-20"][data-layout="horizontal-navigation-3"] .navbar-1 .btn:active {
    color: #ffffff !important;
}

[data-palette="palette-20"][data-layout="mega-menu"] .navbar-1 {
    background: #0f8a20 !important;
    color: #ffffff !important;
    border-bottom: 1px solid #0f8a20 !important;
}

[data-palette="palette-20"][data-layout="mega-menu"] .navbar-1 a, [data-palette="palette-20"][data-layout="mega-menu"] .navbar-1 i, [data-palette="palette-20"][data-layout="mega-menu"] .navbar-1 .btn, [data-palette="palette-20"][data-layout="mega-menu"] .navbar-1 .btn:hover, [data-palette="palette-20"][data-layout="mega-menu"] .navbar-1 .btn:focus, [data-palette="palette-20"][data-layout="mega-menu"] .navbar-1 .btn:active {
    color: #ffffff !important;
}

[data-palette="palette-21"] .navbar-1 {
    background: #3e5c0a !important;
    color: #ffffff !important;
    border-bottom: 1px solid #3e5c0a !important;
}

[data-palette="palette-21"] .navbar-1 a, [data-palette="palette-21"] .navbar-1 i, [data-palette="palette-21"] .navbar-1 .btn, [data-palette="palette-21"] .navbar-1 .btn:hover, [data-palette="palette-21"] .navbar-1 .btn:focus, [data-palette="palette-21"] .navbar-1 .btn:active, [data-palette="palette-21"] .navbar-1 .dropdown-item {
    color: #ffffff !important;
}

[data-palette="palette-21"] .navbar-1 .navbar-drawer {
    background: #3e5c0a;
    position: relative;
}

[data-palette="palette-21"] .navbar-1 .navbar-drawer:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 4px;
    background-color: #f0ad4e !important;
}

[data-palette="palette-21"] .navbar-1 .navbar-drawer .form-control {
    background: #3e5c0a !important;
    color: #ffffff !important;
    border-color: #3e5c0a !important;
}

[data-palette="palette-21"][data-layout="horizontal-navigation-1"] .navbar-1 {
    background: #5d8a0f !important;
    color: #ffffff !important;
    border-bottom: 1px solid #5d8a0f !important;
}

[data-palette="palette-21"][data-layout="horizontal-navigation-1"] .navbar-1 a, [data-palette="palette-21"][data-layout="horizontal-navigation-1"] .navbar-1 i, [data-palette="palette-21"][data-layout="horizontal-navigation-1"] .navbar-1 .btn, [data-palette="palette-21"][data-layout="horizontal-navigation-1"] .navbar-1 .btn:hover, [data-palette="palette-21"][data-layout="horizontal-navigation-1"] .navbar-1 .btn:focus, [data-palette="palette-21"][data-layout="horizontal-navigation-1"] .navbar-1 .btn:active {
    color: #ffffff !important;
}

[data-palette="palette-21"][data-layout="horizontal-navigation-2"] .navbar-1 {
    background: #7cb814 !important;
    color: #ffffff !important;
    border-bottom: 1px solid #7cb814 !important;
}

[data-palette="palette-21"][data-layout="horizontal-navigation-2"] .navbar-1 a, [data-palette="palette-21"][data-layout="horizontal-navigation-2"] .navbar-1 i, [data-palette="palette-21"][data-layout="horizontal-navigation-2"] .navbar-1 .btn, [data-palette="palette-21"][data-layout="horizontal-navigation-2"] .navbar-1 .btn:hover, [data-palette="palette-21"][data-layout="horizontal-navigation-2"] .navbar-1 .btn:focus, [data-palette="palette-21"][data-layout="horizontal-navigation-2"] .navbar-1 .btn:active {
    color: #ffffff !important;
}

[data-palette="palette-21"][data-layout="horizontal-navigation-3"] .navbar-1 {
    background: #5d8a0f !important;
    color: #ffffff !important;
    border-bottom: 1px solid #5d8a0f !important;
}

[data-palette="palette-21"][data-layout="horizontal-navigation-3"] .navbar-1 a, [data-palette="palette-21"][data-layout="horizontal-navigation-3"] .navbar-1 i, [data-palette="palette-21"][data-layout="horizontal-navigation-3"] .navbar-1 .btn, [data-palette="palette-21"][data-layout="horizontal-navigation-3"] .navbar-1 .btn:hover, [data-palette="palette-21"][data-layout="horizontal-navigation-3"] .navbar-1 .btn:focus, [data-palette="palette-21"][data-layout="horizontal-navigation-3"] .navbar-1 .btn:active {
    color: #ffffff !important;
}

[data-palette="palette-21"][data-layout="mega-menu"] .navbar-1 {
    background: #5d8a0f !important;
    color: #ffffff !important;
    border-bottom: 1px solid #5d8a0f !important;
}

[data-palette="palette-21"][data-layout="mega-menu"] .navbar-1 a, [data-palette="palette-21"][data-layout="mega-menu"] .navbar-1 i, [data-palette="palette-21"][data-layout="mega-menu"] .navbar-1 .btn, [data-palette="palette-21"][data-layout="mega-menu"] .navbar-1 .btn:hover, [data-palette="palette-21"][data-layout="mega-menu"] .navbar-1 .btn:focus, [data-palette="palette-21"][data-layout="mega-menu"] .navbar-1 .btn:active {
    color: #ffffff !important;
}

[data-palette="palette-22"] .navbar-1 {
    background: #4d2c19 !important;
    color: #ffffff !important;
    border-bottom: 1px solid #4d2c19 !important;
}

[data-palette="palette-22"] .navbar-1 a, [data-palette="palette-22"] .navbar-1 i, [data-palette="palette-22"] .navbar-1 .btn, [data-palette="palette-22"] .navbar-1 .btn:hover, [data-palette="palette-22"] .navbar-1 .btn:focus, [data-palette="palette-22"] .navbar-1 .btn:active, [data-palette="palette-22"] .navbar-1 .dropdown-item {
    color: #ffffff !important;
}

[data-palette="palette-22"] .navbar-1 .navbar-drawer {
    background: #4d2c19;
    position: relative;
}

[data-palette="palette-22"] .navbar-1 .navbar-drawer:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 4px;
    background-color: #f0ad4e !important;
}

[data-palette="palette-22"] .navbar-1 .navbar-drawer .form-control {
    background: #4d2c19 !important;
    color: #ffffff !important;
    border-color: #4d2c19 !important;
}

[data-palette="palette-22"][data-layout="horizontal-navigation-1"] .navbar-1 {
    background: #744226 !important;
    color: #ffffff !important;
    border-bottom: 1px solid #744226 !important;
}

[data-palette="palette-22"][data-layout="horizontal-navigation-1"] .navbar-1 a, [data-palette="palette-22"][data-layout="horizontal-navigation-1"] .navbar-1 i, [data-palette="palette-22"][data-layout="horizontal-navigation-1"] .navbar-1 .btn, [data-palette="palette-22"][data-layout="horizontal-navigation-1"] .navbar-1 .btn:hover, [data-palette="palette-22"][data-layout="horizontal-navigation-1"] .navbar-1 .btn:focus, [data-palette="palette-22"][data-layout="horizontal-navigation-1"] .navbar-1 .btn:active {
    color: #ffffff !important;
}

[data-palette="palette-22"][data-layout="horizontal-navigation-2"] .navbar-1 {
    background: #9a5832 !important;
    color: #ffffff !important;
    border-bottom: 1px solid #9a5832 !important;
}

[data-palette="palette-22"][data-layout="horizontal-navigation-2"] .navbar-1 a, [data-palette="palette-22"][data-layout="horizontal-navigation-2"] .navbar-1 i, [data-palette="palette-22"][data-layout="horizontal-navigation-2"] .navbar-1 .btn, [data-palette="palette-22"][data-layout="horizontal-navigation-2"] .navbar-1 .btn:hover, [data-palette="palette-22"][data-layout="horizontal-navigation-2"] .navbar-1 .btn:focus, [data-palette="palette-22"][data-layout="horizontal-navigation-2"] .navbar-1 .btn:active {
    color: #ffffff !important;
}

[data-palette="palette-22"][data-layout="horizontal-navigation-3"] .navbar-1 {
    background: #744226 !important;
    color: #ffffff !important;
    border-bottom: 1px solid #744226 !important;
}

[data-palette="palette-22"][data-layout="horizontal-navigation-3"] .navbar-1 a, [data-palette="palette-22"][data-layout="horizontal-navigation-3"] .navbar-1 i, [data-palette="palette-22"][data-layout="horizontal-navigation-3"] .navbar-1 .btn, [data-palette="palette-22"][data-layout="horizontal-navigation-3"] .navbar-1 .btn:hover, [data-palette="palette-22"][data-layout="horizontal-navigation-3"] .navbar-1 .btn:focus, [data-palette="palette-22"][data-layout="horizontal-navigation-3"] .navbar-1 .btn:active {
    color: #ffffff !important;
}

[data-palette="palette-22"][data-layout="mega-menu"] .navbar-1 {
    background: #744226 !important;
    color: #ffffff !important;
    border-bottom: 1px solid #744226 !important;
}

[data-palette="palette-22"][data-layout="mega-menu"] .navbar-1 a, [data-palette="palette-22"][data-layout="mega-menu"] .navbar-1 i, [data-palette="palette-22"][data-layout="mega-menu"] .navbar-1 .btn, [data-palette="palette-22"][data-layout="mega-menu"] .navbar-1 .btn:hover, [data-palette="palette-22"][data-layout="mega-menu"] .navbar-1 .btn:focus, [data-palette="palette-22"][data-layout="mega-menu"] .navbar-1 .btn:active {
    color: #ffffff !important;
}

[data-palette="palette-23"] .navbar-1 {
    background: #794628 !important;
    color: #ffffff !important;
    border-bottom: 1px solid #794628 !important;
}

[data-palette="palette-23"] .navbar-1 a, [data-palette="palette-23"] .navbar-1 i, [data-palette="palette-23"] .navbar-1 .btn, [data-palette="palette-23"] .navbar-1 .btn:hover, [data-palette="palette-23"] .navbar-1 .btn:focus, [data-palette="palette-23"] .navbar-1 .btn:active, [data-palette="palette-23"] .navbar-1 .dropdown-item {
    color: #ffffff !important;
}

[data-palette="palette-23"] .navbar-1 .navbar-drawer {
    background: #794628;
    position: relative;
}

[data-palette="palette-23"] .navbar-1 .navbar-drawer:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 4px;
    background-color: #f0ad4e !important;
}

[data-palette="palette-23"] .navbar-1 .navbar-drawer .form-control {
    background: #794628 !important;
    color: #ffffff !important;
    border-color: #794628 !important;
}

[data-palette="palette-23"][data-layout="horizontal-navigation-1"] .navbar-1 {
    background: #9f5c35 !important;
    color: #ffffff !important;
    border-bottom: 1px solid #9f5c35 !important;
}

[data-palette="palette-23"][data-layout="horizontal-navigation-1"] .navbar-1 a, [data-palette="palette-23"][data-layout="horizontal-navigation-1"] .navbar-1 i, [data-palette="palette-23"][data-layout="horizontal-navigation-1"] .navbar-1 .btn, [data-palette="palette-23"][data-layout="horizontal-navigation-1"] .navbar-1 .btn:hover, [data-palette="palette-23"][data-layout="horizontal-navigation-1"] .navbar-1 .btn:focus, [data-palette="palette-23"][data-layout="horizontal-navigation-1"] .navbar-1 .btn:active {
    color: #ffffff !important;
}

[data-palette="palette-23"][data-layout="horizontal-navigation-2"] .navbar-1 {
    background: #c27345 !important;
    color: #ffffff !important;
    border-bottom: 1px solid #c27345 !important;
}

[data-palette="palette-23"][data-layout="horizontal-navigation-2"] .navbar-1 a, [data-palette="palette-23"][data-layout="horizontal-navigation-2"] .navbar-1 i, [data-palette="palette-23"][data-layout="horizontal-navigation-2"] .navbar-1 .btn, [data-palette="palette-23"][data-layout="horizontal-navigation-2"] .navbar-1 .btn:hover, [data-palette="palette-23"][data-layout="horizontal-navigation-2"] .navbar-1 .btn:focus, [data-palette="palette-23"][data-layout="horizontal-navigation-2"] .navbar-1 .btn:active {
    color: #ffffff !important;
}

[data-palette="palette-23"][data-layout="horizontal-navigation-3"] .navbar-1 {
    background: #9f5c35 !important;
    color: #ffffff !important;
    border-bottom: 1px solid #9f5c35 !important;
}

[data-palette="palette-23"][data-layout="horizontal-navigation-3"] .navbar-1 a, [data-palette="palette-23"][data-layout="horizontal-navigation-3"] .navbar-1 i, [data-palette="palette-23"][data-layout="horizontal-navigation-3"] .navbar-1 .btn, [data-palette="palette-23"][data-layout="horizontal-navigation-3"] .navbar-1 .btn:hover, [data-palette="palette-23"][data-layout="horizontal-navigation-3"] .navbar-1 .btn:focus, [data-palette="palette-23"][data-layout="horizontal-navigation-3"] .navbar-1 .btn:active {
    color: #ffffff !important;
}

[data-palette="palette-23"][data-layout="mega-menu"] .navbar-1 {
    background: #9f5c35 !important;
    color: #ffffff !important;
    border-bottom: 1px solid #9f5c35 !important;
}

[data-palette="palette-23"][data-layout="mega-menu"] .navbar-1 a, [data-palette="palette-23"][data-layout="mega-menu"] .navbar-1 i, [data-palette="palette-23"][data-layout="mega-menu"] .navbar-1 .btn, [data-palette="palette-23"][data-layout="mega-menu"] .navbar-1 .btn:hover, [data-palette="palette-23"][data-layout="mega-menu"] .navbar-1 .btn:focus, [data-palette="palette-23"][data-layout="mega-menu"] .navbar-1 .btn:active {
    color: #ffffff !important;
}

[data-layout="default-sidebar"] .navbar-dropdown,
[data-layout="collapsed-sidebar"] .navbar-dropdown,
[data-layout="off-canvas"] .navbar-dropdown,
[data-layout="left-sidebar-over"] .navbar-dropdown,
[data-layout="left-sidebar-under"] .navbar-dropdown,
[data-layout="horizontal-navigation-1"] .navbar-dropdown,
[data-layout="horizontal-navigation-2"] .navbar-dropdown,
[data-layout="horizontal-navigation-3"] .navbar-dropdown {
    display: none;
}

[data-layout="mega-menu"] .navbar-dropdown {
    display: block;
}

[data-direction="ltr"] .theme-selector {
    visibility: hidden;
    opacity: 0;
    transition: all 0.45s ease-in-out;
    transform: translate3d(0, 20px, 0);
    position: fixed;
    top: 53px;
    right: 20px;
    height: 385px;
    width: 370px;
    background: #e1e1e1;
    color: #555;
    padding: 20px;
    z-index: 1031;
}

[data-direction="ltr"] .theme-selector p {
    margin: 0 0 15px 10px;
}

[data-direction="ltr"] .theme-selector .color-palette {
    cursor: pointer;
    height: 30px;
    width: 90px;
    display: block;
    float: left;
    margin: 0 10px 10px 10px;
}

[data-direction="ltr"] .theme-selector .color-palette .color-block {
    display: block;
    float: left;
    width: 30px;
    height: 30px;
}

[data-direction="ltr"] .theme-selector.show-theme-selector {
    visibility: visible;
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

[data-direction="rtl"] .theme-selector {
    visibility: hidden;
    opacity: 0;
    transition: all 0.45s ease-in-out;
    transform: translate3d(0, 20px, 0);
    position: fixed;
    top: 53px;
    left: 20px;
    height: 385px;
    width: 370px;
    background: #e1e1e1;
    color: #555;
    padding: 20px;
    z-index: 1031;
}

[data-direction="rtl"] .theme-selector p {
    margin: 0 10px 15px 0;
}

[data-direction="rtl"] .theme-selector .color-palette {
    cursor: pointer;
    height: 30px;
    width: 90px;
    display: block;
    float: right;
    margin: 0 10px 10px 10px;
}

[data-direction="rtl"] .theme-selector .color-palette .color-block {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
}

[data-direction="rtl"] .theme-selector.show-theme-selector {
    visibility: visible;
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.coming-soon {
    position: relative;
}

.coming-soon h1 {
    font-size: 36px;
    font-weight: 700;
    margin-top: 150px;
    margin-bottom: 50px;
    text-transform: uppercase;
}

.coming-soon #coming-soon-counter {
    margin: 0 auto 50px auto;
}

.coming-soon #coming-soon-counter .table-responsive {
    max-width: 600px;
    text-align: center;
    margin: 0 auto;
}

.coming-soon #coming-soon-counter .table-responsive .table {
    width: 100%;
}

.coming-soon #coming-soon-counter .table-responsive td {
    border: 0;
}

.coming-soon #coming-soon-counter .table-responsive td .number {
    text-align: center;
    font-size: 64px;
}

.coming-soon #coming-soon-counter .table-responsive td .unit {
    text-align: center;
    font-size: 18px;
    font-weight: 400;
}

.coming-soon #coming-soon-counter .table-responsive td .dots {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    display: block;
    padding-top: 30px;
}

.coming-soon p {
    margin-bottom: 40px;
    font-size: 16px;
}

.coming-soon .social-buttons .btn, .coming-soon .social-buttons i {
    font-size: 20px;
}

@media screen and (max-height: 992px) {
    .coming-soon h1 {
        margin-top: 100px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
    #coming-soon-counter .table-responsive {
        width: 440px !important;
        max-width: 440px !important;
    }
    #coming-soon-counter td .number {
        font-size: 36px !important;
    }
    #coming-soon-counter td .unit {
        font-size: 14px !important;
    }
    #coming-soon-counter td .dots {
        font-size: 24px !important;
    }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    #coming-soon-counter .table-responsive {
        width: 280px !important;
        max-width: 280px !important;
    }
    #coming-soon-counter td .number {
        font-size: 24px !important;
    }
    #coming-soon-counter td .unit {
        font-size: 12px !important;
    }
    #coming-soon-counter td .dots {
        font-size: 20px !important;
    }
}

.error-page {
    position: relative;
    text-align: center;
}

.error-page h1 {
    margin-top: 100px;
    font-size: 160px;
    display: block;
}

.error-page h4 {
    font-size: 24px;
    margin-bottom: 40px;
    display: block;
}

.error-page p {
    margin-bottom: 40px;
    font-size: 16px;
    font-weight: 300;
    display: block;
}

.error-page .form-inline {
    margin-bottom: 40px;
}

.error-page .form-inline button {
    padding-bottom: 11px;
}

.error-page .social-buttons .btn, .error-page .social-buttons i {
    font-size: 20px;
}

.error-page .form-control {
    border: 0;
    width: 100%;
    font-size: 16px;
}

@media screen and (min-height: 769px) {
    .error-page h1 {
        margin-top: 150px;
    }
}

.forgot-password-page {
    position: relative;
    text-align: center;
}

.forgot-password-page h1 {
    margin-top: 100px;
    margin-bottom: 20px;
    font-size: 28px;
}

.forgot-password-page h4 {
    font-size: 16px;
    margin-bottom: 40px;
}

.forgot-password-page p {
    margin-bottom: 40px;
    font-size: 16px;
    font-weight: 300;
}

.forgot-password-page .buttons {
    margin-bottom: 40px;
}

.forgot-password-page .social-buttons .btn, .forgot-password-page .social-buttons i {
    font-size: 20px;
}

.forgot-password-page .social-buttons .btn {
    opacity: 0.8;
}

.no-bg,
.bg-transparent {
    background-color: transparent !important;
}

.bg-white, .btn.btn-white, .btn.btn-white.btn-flat, .btn.btn-white.btn-rounded {
    background-color: #ffffff !important;
}

.bg-white-hover:hover, .btn.btn-white:hover, .bg-white-hover:active, .btn.btn-white:active, .bg-white-hover:focus, .btn.btn-white:focus {
    background-color: #e6e6e6 !important;
}

.bg-white-odd:nth-child(odd) {
    background-color: #ffffff !important;
}

.bg-white-even:nth-child(even) {
    background-color: #ffffff !important;
}

[data-bg="white"] {
    background-color: #ffffff !important;
}

.color-white, .screenshots .dropdown-menu, .screenshots .dropdown-menu a, .screenshots .dropdown-menu a:hover, .btn, .btn.btn-default, .btn.btn-default i, .btn.btn-default.btn-flat, .btn.btn-default.btn-flat i, .btn.btn-default.btn-rounded, .btn.btn-default.btn-rounded i, .btn.btn-primary, .btn.btn-primary i, .btn.btn-primary.btn-flat, .btn.btn-primary.btn-flat i, .btn.btn-primary.btn-rounded, .btn.btn-primary.btn-rounded i, .btn.btn-info, .btn.btn-info i, .btn.btn-info.btn-flat, .btn.btn-info.btn-flat i, .btn.btn-info.btn-rounded, .btn.btn-info.btn-rounded i, .btn.btn-warning, .btn.btn-warning i, .btn.btn-warning.btn-flat, .btn.btn-warning.btn-flat i, .btn.btn-warning.btn-rounded, .btn.btn-warning.btn-rounded i, .btn.btn-success, .btn.btn-success i, .btn.btn-success.btn-flat, .btn.btn-success.btn-flat i, .btn.btn-success.btn-rounded, .btn.btn-success.btn-rounded i, .btn.btn-danger, .btn.btn-danger i, .btn.btn-danger.btn-flat, .btn.btn-danger.btn-flat i, .btn.btn-danger.btn-rounded, .btn.btn-danger.btn-rounded i, .btn.btn-white, .btn.btn-white i, .btn.btn-white.btn-flat, .btn.btn-white.btn-flat i, .btn.btn-white.btn-rounded, .btn.btn-white.btn-rounded i, .btn.btn-white.btn-outline, .btn.btn-white.btn-outline i, .btn.btn-white.btn-outline.btn-rounded, .btn.btn-white.btn-outline.btn-rounded i, .btn.btn-black, .btn.btn-black i, .btn.btn-black.btn-flat, .btn.btn-black.btn-flat i, .btn.btn-black.btn-rounded, .btn.btn-black.btn-rounded i, .btn.btn-facebook, .btn.btn-facebook i, .btn.btn-facebook.btn-flat, .btn.btn-facebook.btn-flat i, .btn.btn-facebook.btn-rounded, .btn.btn-facebook.btn-rounded i, .btn.btn-twitter, .btn.btn-twitter i, .btn.btn-twitter.btn-flat, .btn.btn-twitter.btn-flat i, .btn.btn-twitter.btn-rounded, .btn.btn-twitter.btn-rounded i, .btn.btn-google, .btn.btn-google i, .btn.btn-google.btn-flat, .btn.btn-google.btn-flat i, .btn.btn-google.btn-rounded, .btn.btn-google.btn-rounded i, .btn.btn-default-100, .btn.btn-default-100 i, .btn.btn-default-100.btn-flat, .btn.btn-default-100.btn-flat i, .btn.btn-default-100.btn-rounded, .btn.btn-default-100.btn-rounded i, .btn.btn-default-200, .btn.btn-default-200 i, .btn.btn-default-200.btn-flat, .btn.btn-default-200.btn-flat i, .btn.btn-default-200.btn-rounded, .btn.btn-default-200.btn-rounded i, .btn.btn-default-300, .btn.btn-default-300 i, .btn.btn-default-300.btn-flat, .btn.btn-default-300.btn-flat i, .btn.btn-default-300.btn-rounded, .btn.btn-default-300.btn-rounded i, .btn.btn-default-400, .btn.btn-default-400 i, .btn.btn-default-400.btn-flat, .btn.btn-default-400.btn-flat i, .btn.btn-default-400.btn-rounded, .btn.btn-default-400.btn-rounded i, .btn.btn-default-500, .btn.btn-default-500 i, .btn.btn-default-500.btn-flat, .btn.btn-default-500.btn-flat i, .btn.btn-default-500.btn-rounded, .btn.btn-default-500.btn-rounded i, .btn.btn-default-600, .btn.btn-default-600 i, .btn.btn-default-600.btn-flat, .btn.btn-default-600.btn-flat i, .btn.btn-default-600.btn-rounded, .btn.btn-default-600.btn-rounded i, .btn.btn-default-700, .btn.btn-default-700 i, .btn.btn-default-700.btn-flat, .btn.btn-default-700.btn-flat i, .btn.btn-default-700.btn-rounded, .btn.btn-default-700.btn-rounded i, .btn.btn-default-800, .btn.btn-default-800 i, .btn.btn-default-800.btn-flat, .btn.btn-default-800.btn-flat i, .btn.btn-default-800.btn-rounded, .btn.btn-default-800.btn-rounded i, .btn.btn-default-900, .btn.btn-default-900 i, .btn.btn-default-900.btn-flat, .btn.btn-default-900.btn-flat i, .btn.btn-default-900.btn-rounded, .btn.btn-default-900.btn-rounded i, .btn.btn-primary-100, .btn.btn-primary-100 i, .btn.btn-primary-100.btn-flat, .btn.btn-primary-100.btn-flat i, .btn.btn-primary-100.btn-rounded, .btn.btn-primary-100.btn-rounded i, .btn.btn-primary-200, .btn.btn-primary-200 i, .btn.btn-primary-200.btn-flat, .btn.btn-primary-200.btn-flat i, .btn.btn-primary-200.btn-rounded, .btn.btn-primary-200.btn-rounded i, .btn.btn-primary-300, .btn.btn-primary-300 i, .btn.btn-primary-300.btn-flat, .btn.btn-primary-300.btn-flat i, .btn.btn-primary-300.btn-rounded, .btn.btn-primary-300.btn-rounded i, .btn.btn-primary-400, .btn.btn-primary-400 i, .btn.btn-primary-400.btn-flat, .btn.btn-primary-400.btn-flat i, .btn.btn-primary-400.btn-rounded, .btn.btn-primary-400.btn-rounded i, .btn.btn-primary-500, .btn.btn-primary-500 i, .btn.btn-primary-500.btn-flat, .btn.btn-primary-500.btn-flat i, .btn.btn-primary-500.btn-rounded, .btn.btn-primary-500.btn-rounded i, .btn.btn-primary-600, .btn.btn-primary-600 i, .btn.btn-primary-600.btn-flat, .btn.btn-primary-600.btn-flat i, .btn.btn-primary-600.btn-rounded, .btn.btn-primary-600.btn-rounded i, .btn.btn-primary-700, .btn.btn-primary-700 i, .btn.btn-primary-700.btn-flat, .btn.btn-primary-700.btn-flat i, .btn.btn-primary-700.btn-rounded, .btn.btn-primary-700.btn-rounded i, .btn.btn-primary-800, .btn.btn-primary-800 i, .btn.btn-primary-800.btn-flat, .btn.btn-primary-800.btn-flat i, .btn.btn-primary-800.btn-rounded, .btn.btn-primary-800.btn-rounded i, .btn.btn-primary-900, .btn.btn-primary-900 i, .btn.btn-primary-900.btn-flat, .btn.btn-primary-900.btn-flat i, .btn.btn-primary-900.btn-rounded, .btn.btn-primary-900.btn-rounded i, .btn.btn-info-100, .btn.btn-info-100 i, .btn.btn-info-100.btn-flat, .btn.btn-info-100.btn-flat i, .btn.btn-info-100.btn-rounded, .btn.btn-info-100.btn-rounded i, .btn.btn-info-200, .btn.btn-info-200 i, .btn.btn-info-200.btn-flat, .btn.btn-info-200.btn-flat i, .btn.btn-info-200.btn-rounded, .btn.btn-info-200.btn-rounded i, .btn.btn-info-300, .btn.btn-info-300 i, .btn.btn-info-300.btn-flat, .btn.btn-info-300.btn-flat i, .btn.btn-info-300.btn-rounded, .btn.btn-info-300.btn-rounded i, .btn.btn-info-400, .btn.btn-info-400 i, .btn.btn-info-400.btn-flat, .btn.btn-info-400.btn-flat i, .btn.btn-info-400.btn-rounded, .btn.btn-info-400.btn-rounded i, .btn.btn-info-500, .btn.btn-info-500 i, .btn.btn-info-500.btn-flat, .btn.btn-info-500.btn-flat i, .btn.btn-info-500.btn-rounded, .btn.btn-info-500.btn-rounded i, .btn.btn-info-600, .btn.btn-info-600 i, .btn.btn-info-600.btn-flat, .btn.btn-info-600.btn-flat i, .btn.btn-info-600.btn-rounded, .btn.btn-info-600.btn-rounded i, .btn.btn-info-700, .btn.btn-info-700 i, .btn.btn-info-700.btn-flat, .btn.btn-info-700.btn-flat i, .btn.btn-info-700.btn-rounded, .btn.btn-info-700.btn-rounded i, .btn.btn-info-800, .btn.btn-info-800 i, .btn.btn-info-800.btn-flat, .btn.btn-info-800.btn-flat i, .btn.btn-info-800.btn-rounded, .btn.btn-info-800.btn-rounded i, .btn.btn-info-900, .btn.btn-info-900 i, .btn.btn-info-900.btn-flat, .btn.btn-info-900.btn-flat i, .btn.btn-info-900.btn-rounded, .btn.btn-info-900.btn-rounded i, .btn.btn-warning-100, .btn.btn-warning-100 i, .btn.btn-warning-100.btn-flat, .btn.btn-warning-100.btn-flat i, .btn.btn-warning-100.btn-rounded, .btn.btn-warning-100.btn-rounded i, .btn.btn-warning-200, .btn.btn-warning-200 i, .btn.btn-warning-200.btn-flat, .btn.btn-warning-200.btn-flat i, .btn.btn-warning-200.btn-rounded, .btn.btn-warning-200.btn-rounded i, .btn.btn-warning-300, .btn.btn-warning-300 i, .btn.btn-warning-300.btn-flat, .btn.btn-warning-300.btn-flat i, .btn.btn-warning-300.btn-rounded, .btn.btn-warning-300.btn-rounded i, .btn.btn-warning-400, .btn.btn-warning-400 i, .btn.btn-warning-400.btn-flat, .btn.btn-warning-400.btn-flat i, .btn.btn-warning-400.btn-rounded, .btn.btn-warning-400.btn-rounded i, .btn.btn-warning-500, .btn.btn-warning-500 i, .btn.btn-warning-500.btn-flat, .btn.btn-warning-500.btn-flat i, .btn.btn-warning-500.btn-rounded, .btn.btn-warning-500.btn-rounded i, .btn.btn-warning-600, .btn.btn-warning-600 i, .btn.btn-warning-600.btn-flat, .btn.btn-warning-600.btn-flat i, .btn.btn-warning-600.btn-rounded, .btn.btn-warning-600.btn-rounded i, .btn.btn-warning-700, .btn.btn-warning-700 i, .btn.btn-warning-700.btn-flat, .btn.btn-warning-700.btn-flat i, .btn.btn-warning-700.btn-rounded, .btn.btn-warning-700.btn-rounded i, .btn.btn-warning-800, .btn.btn-warning-800 i, .btn.btn-warning-800.btn-flat, .btn.btn-warning-800.btn-flat i, .btn.btn-warning-800.btn-rounded, .btn.btn-warning-800.btn-rounded i, .btn.btn-warning-900, .btn.btn-warning-900 i, .btn.btn-warning-900.btn-flat, .btn.btn-warning-900.btn-flat i, .btn.btn-warning-900.btn-rounded, .btn.btn-warning-900.btn-rounded i, .btn.btn-success-100, .btn.btn-success-100 i, .btn.btn-success-100.btn-flat, .btn.btn-success-100.btn-flat i, .btn.btn-success-100.btn-rounded, .btn.btn-success-100.btn-rounded i, .btn.btn-success-200, .btn.btn-success-200 i, .btn.btn-success-200.btn-flat, .btn.btn-success-200.btn-flat i, .btn.btn-success-200.btn-rounded, .btn.btn-success-200.btn-rounded i, .btn.btn-success-300, .btn.btn-success-300 i, .btn.btn-success-300.btn-flat, .btn.btn-success-300.btn-flat i, .btn.btn-success-300.btn-rounded, .btn.btn-success-300.btn-rounded i, .btn.btn-success-400, .btn.btn-success-400 i, .btn.btn-success-400.btn-flat, .btn.btn-success-400.btn-flat i, .btn.btn-success-400.btn-rounded, .btn.btn-success-400.btn-rounded i, .btn.btn-success-500, .btn.btn-success-500 i, .btn.btn-success-500.btn-flat, .btn.btn-success-500.btn-flat i, .btn.btn-success-500.btn-rounded, .btn.btn-success-500.btn-rounded i, .btn.btn-success-600, .btn.btn-success-600 i, .btn.btn-success-600.btn-flat, .btn.btn-success-600.btn-flat i, .btn.btn-success-600.btn-rounded, .btn.btn-success-600.btn-rounded i, .btn.btn-success-700, .btn.btn-success-700 i, .btn.btn-success-700.btn-flat, .btn.btn-success-700.btn-flat i, .btn.btn-success-700.btn-rounded, .btn.btn-success-700.btn-rounded i, .btn.btn-success-800, .btn.btn-success-800 i, .btn.btn-success-800.btn-flat, .btn.btn-success-800.btn-flat i, .btn.btn-success-800.btn-rounded, .btn.btn-success-800.btn-rounded i, .btn.btn-success-900, .btn.btn-success-900 i, .btn.btn-success-900.btn-flat, .btn.btn-success-900.btn-flat i, .btn.btn-success-900.btn-rounded, .btn.btn-success-900.btn-rounded i, .btn.btn-danger-100, .btn.btn-danger-100 i, .btn.btn-danger-100.btn-flat, .btn.btn-danger-100.btn-flat i, .btn.btn-danger-100.btn-rounded, .btn.btn-danger-100.btn-rounded i, .btn.btn-danger-200, .btn.btn-danger-200 i, .btn.btn-danger-200.btn-flat, .btn.btn-danger-200.btn-flat i, .btn.btn-danger-200.btn-rounded, .btn.btn-danger-200.btn-rounded i, .btn.btn-danger-300, .btn.btn-danger-300 i, .btn.btn-danger-300.btn-flat, .btn.btn-danger-300.btn-flat i, .btn.btn-danger-300.btn-rounded, .btn.btn-danger-300.btn-rounded i, .btn.btn-danger-400, .btn.btn-danger-400 i, .btn.btn-danger-400.btn-flat, .btn.btn-danger-400.btn-flat i, .btn.btn-danger-400.btn-rounded, .btn.btn-danger-400.btn-rounded i, .btn.btn-danger-500, .btn.btn-danger-500 i, .btn.btn-danger-500.btn-flat, .btn.btn-danger-500.btn-flat i, .btn.btn-danger-500.btn-rounded, .btn.btn-danger-500.btn-rounded i, .btn.btn-danger-600, .btn.btn-danger-600 i, .btn.btn-danger-600.btn-flat, .btn.btn-danger-600.btn-flat i, .btn.btn-danger-600.btn-rounded, .btn.btn-danger-600.btn-rounded i, .btn.btn-danger-700, .btn.btn-danger-700 i, .btn.btn-danger-700.btn-flat, .btn.btn-danger-700.btn-flat i, .btn.btn-danger-700.btn-rounded, .btn.btn-danger-700.btn-rounded i, .btn.btn-danger-800, .btn.btn-danger-800 i, .btn.btn-danger-800.btn-flat, .btn.btn-danger-800.btn-flat i, .btn.btn-danger-800.btn-rounded, .btn.btn-danger-800.btn-rounded i, .btn.btn-danger-900, .btn.btn-danger-900 i, .btn.btn-danger-900.btn-flat, .btn.btn-danger-900.btn-flat i, .btn.btn-danger-900.btn-rounded, .btn.btn-danger-900.btn-rounded i {
    color: #ffffff !important;
}

.color-white-hover:hover, .btn:hover, .btn.btn-default:hover, .btn.btn-default i:hover, .btn.btn-default.btn-flat:hover, .btn.btn-default.btn-flat i:hover, .btn.btn-default.btn-rounded:hover, .btn.btn-default.btn-rounded i:hover, .btn.btn-primary:hover, .btn.btn-primary i:hover, .btn.btn-primary.btn-flat:hover, .btn.btn-primary.btn-flat i:hover, .btn.btn-primary.btn-rounded:hover, .btn.btn-primary.btn-rounded i:hover, .btn.btn-info:hover, .btn.btn-info i:hover, .btn.btn-info.btn-flat:hover, .btn.btn-info.btn-flat i:hover, .btn.btn-info.btn-rounded:hover, .btn.btn-info.btn-rounded i:hover, .btn.btn-warning:hover, .btn.btn-warning i:hover, .btn.btn-warning.btn-flat:hover, .btn.btn-warning.btn-flat i:hover, .btn.btn-warning.btn-rounded:hover, .btn.btn-warning.btn-rounded i:hover, .btn.btn-success:hover, .btn.btn-success i:hover, .btn.btn-success.btn-flat:hover, .btn.btn-success.btn-flat i:hover, .btn.btn-success.btn-rounded:hover, .btn.btn-success.btn-rounded i:hover, .btn.btn-danger:hover, .btn.btn-danger i:hover, .btn.btn-danger.btn-flat:hover, .btn.btn-danger.btn-flat i:hover, .btn.btn-danger.btn-rounded:hover, .btn.btn-danger.btn-rounded i:hover, .btn.btn-white:hover, .btn.btn-white i:hover, .btn.btn-white.btn-flat:hover, .btn.btn-white.btn-flat i:hover, .btn.btn-white.btn-rounded:hover, .btn.btn-white.btn-rounded i:hover, .btn.btn-white.btn-outline:hover, .btn.btn-white.btn-outline:hover i:hover, .btn.btn-white.btn-outline:active i:hover, .btn.btn-white.btn-outline:focus i:hover, .btn.btn-white.btn-outline.btn-rounded:hover, .btn.btn-white.btn-outline.btn-rounded:hover i:hover, .btn.btn-white.btn-outline.btn-rounded:active i:hover, .btn.btn-white.btn-outline.btn-rounded:focus i:hover, .btn.btn-black:hover, .btn.btn-black i:hover, .btn.btn-black.btn-flat:hover, .btn.btn-black.btn-flat i:hover, .btn.btn-black.btn-rounded:hover, .btn.btn-black.btn-rounded i:hover, .btn.btn-facebook:hover, .btn.btn-facebook i:hover, .btn.btn-facebook.btn-flat:hover, .btn.btn-facebook.btn-flat i:hover, .btn.btn-facebook.btn-rounded:hover, .btn.btn-facebook.btn-rounded i:hover, .btn.btn-twitter:hover, .btn.btn-twitter i:hover, .btn.btn-twitter.btn-flat:hover, .btn.btn-twitter.btn-flat i:hover, .btn.btn-twitter.btn-rounded:hover, .btn.btn-twitter.btn-rounded i:hover, .btn.btn-google:hover, .btn.btn-google i:hover, .btn.btn-google.btn-flat:hover, .btn.btn-google.btn-flat i:hover, .btn.btn-google.btn-rounded:hover, .btn.btn-google.btn-rounded i:hover, .btn.btn-default-100:hover, .btn.btn-default-100 i:hover, .btn.btn-default-100.btn-flat:hover, .btn.btn-default-100.btn-flat i:hover, .btn.btn-default-100.btn-rounded:hover, .btn.btn-default-100.btn-rounded i:hover, .btn.btn-default-200:hover, .btn.btn-default-200 i:hover, .btn.btn-default-200.btn-flat:hover, .btn.btn-default-200.btn-flat i:hover, .btn.btn-default-200.btn-rounded:hover, .btn.btn-default-200.btn-rounded i:hover, .btn.btn-default-300:hover, .btn.btn-default-300 i:hover, .btn.btn-default-300.btn-flat:hover, .btn.btn-default-300.btn-flat i:hover, .btn.btn-default-300.btn-rounded:hover, .btn.btn-default-300.btn-rounded i:hover, .btn.btn-default-400:hover, .btn.btn-default-400 i:hover, .btn.btn-default-400.btn-flat:hover, .btn.btn-default-400.btn-flat i:hover, .btn.btn-default-400.btn-rounded:hover, .btn.btn-default-400.btn-rounded i:hover, .btn.btn-default-500:hover, .btn.btn-default-500 i:hover, .btn.btn-default-500.btn-flat:hover, .btn.btn-default-500.btn-flat i:hover, .btn.btn-default-500.btn-rounded:hover, .btn.btn-default-500.btn-rounded i:hover, .btn.btn-default-600:hover, .btn.btn-default-600 i:hover, .btn.btn-default-600.btn-flat:hover, .btn.btn-default-600.btn-flat i:hover, .btn.btn-default-600.btn-rounded:hover, .btn.btn-default-600.btn-rounded i:hover, .btn.btn-default-700:hover, .btn.btn-default-700 i:hover, .btn.btn-default-700.btn-flat:hover, .btn.btn-default-700.btn-flat i:hover, .btn.btn-default-700.btn-rounded:hover, .btn.btn-default-700.btn-rounded i:hover, .btn.btn-default-800:hover, .btn.btn-default-800 i:hover, .btn.btn-default-800.btn-flat:hover, .btn.btn-default-800.btn-flat i:hover, .btn.btn-default-800.btn-rounded:hover, .btn.btn-default-800.btn-rounded i:hover, .btn.btn-default-900:hover, .btn.btn-default-900 i:hover, .btn.btn-default-900.btn-flat:hover, .btn.btn-default-900.btn-flat i:hover, .btn.btn-default-900.btn-rounded:hover, .btn.btn-default-900.btn-rounded i:hover, .btn.btn-primary-100:hover, .btn.btn-primary-100 i:hover, .btn.btn-primary-100.btn-flat:hover, .btn.btn-primary-100.btn-flat i:hover, .btn.btn-primary-100.btn-rounded:hover, .btn.btn-primary-100.btn-rounded i:hover, .btn.btn-primary-200:hover, .btn.btn-primary-200 i:hover, .btn.btn-primary-200.btn-flat:hover, .btn.btn-primary-200.btn-flat i:hover, .btn.btn-primary-200.btn-rounded:hover, .btn.btn-primary-200.btn-rounded i:hover, .btn.btn-primary-300:hover, .btn.btn-primary-300 i:hover, .btn.btn-primary-300.btn-flat:hover, .btn.btn-primary-300.btn-flat i:hover, .btn.btn-primary-300.btn-rounded:hover, .btn.btn-primary-300.btn-rounded i:hover, .btn.btn-primary-400:hover, .btn.btn-primary-400 i:hover, .btn.btn-primary-400.btn-flat:hover, .btn.btn-primary-400.btn-flat i:hover, .btn.btn-primary-400.btn-rounded:hover, .btn.btn-primary-400.btn-rounded i:hover, .btn.btn-primary-500:hover, .btn.btn-primary-500 i:hover, .btn.btn-primary-500.btn-flat:hover, .btn.btn-primary-500.btn-flat i:hover, .btn.btn-primary-500.btn-rounded:hover, .btn.btn-primary-500.btn-rounded i:hover, .btn.btn-primary-600:hover, .btn.btn-primary-600 i:hover, .btn.btn-primary-600.btn-flat:hover, .btn.btn-primary-600.btn-flat i:hover, .btn.btn-primary-600.btn-rounded:hover, .btn.btn-primary-600.btn-rounded i:hover, .btn.btn-primary-700:hover, .btn.btn-primary-700 i:hover, .btn.btn-primary-700.btn-flat:hover, .btn.btn-primary-700.btn-flat i:hover, .btn.btn-primary-700.btn-rounded:hover, .btn.btn-primary-700.btn-rounded i:hover, .btn.btn-primary-800:hover, .btn.btn-primary-800 i:hover, .btn.btn-primary-800.btn-flat:hover, .btn.btn-primary-800.btn-flat i:hover, .btn.btn-primary-800.btn-rounded:hover, .btn.btn-primary-800.btn-rounded i:hover, .btn.btn-primary-900:hover, .btn.btn-primary-900 i:hover, .btn.btn-primary-900.btn-flat:hover, .btn.btn-primary-900.btn-flat i:hover, .btn.btn-primary-900.btn-rounded:hover, .btn.btn-primary-900.btn-rounded i:hover, .btn.btn-info-100:hover, .btn.btn-info-100 i:hover, .btn.btn-info-100.btn-flat:hover, .btn.btn-info-100.btn-flat i:hover, .btn.btn-info-100.btn-rounded:hover, .btn.btn-info-100.btn-rounded i:hover, .btn.btn-info-200:hover, .btn.btn-info-200 i:hover, .btn.btn-info-200.btn-flat:hover, .btn.btn-info-200.btn-flat i:hover, .btn.btn-info-200.btn-rounded:hover, .btn.btn-info-200.btn-rounded i:hover, .btn.btn-info-300:hover, .btn.btn-info-300 i:hover, .btn.btn-info-300.btn-flat:hover, .btn.btn-info-300.btn-flat i:hover, .btn.btn-info-300.btn-rounded:hover, .btn.btn-info-300.btn-rounded i:hover, .btn.btn-info-400:hover, .btn.btn-info-400 i:hover, .btn.btn-info-400.btn-flat:hover, .btn.btn-info-400.btn-flat i:hover, .btn.btn-info-400.btn-rounded:hover, .btn.btn-info-400.btn-rounded i:hover, .btn.btn-info-500:hover, .btn.btn-info-500 i:hover, .btn.btn-info-500.btn-flat:hover, .btn.btn-info-500.btn-flat i:hover, .btn.btn-info-500.btn-rounded:hover, .btn.btn-info-500.btn-rounded i:hover, .btn.btn-info-600:hover, .btn.btn-info-600 i:hover, .btn.btn-info-600.btn-flat:hover, .btn.btn-info-600.btn-flat i:hover, .btn.btn-info-600.btn-rounded:hover, .btn.btn-info-600.btn-rounded i:hover, .btn.btn-info-700:hover, .btn.btn-info-700 i:hover, .btn.btn-info-700.btn-flat:hover, .btn.btn-info-700.btn-flat i:hover, .btn.btn-info-700.btn-rounded:hover, .btn.btn-info-700.btn-rounded i:hover, .btn.btn-info-800:hover, .btn.btn-info-800 i:hover, .btn.btn-info-800.btn-flat:hover, .btn.btn-info-800.btn-flat i:hover, .btn.btn-info-800.btn-rounded:hover, .btn.btn-info-800.btn-rounded i:hover, .btn.btn-info-900:hover, .btn.btn-info-900 i:hover, .btn.btn-info-900.btn-flat:hover, .btn.btn-info-900.btn-flat i:hover, .btn.btn-info-900.btn-rounded:hover, .btn.btn-info-900.btn-rounded i:hover, .btn.btn-warning-100:hover, .btn.btn-warning-100 i:hover, .btn.btn-warning-100.btn-flat:hover, .btn.btn-warning-100.btn-flat i:hover, .btn.btn-warning-100.btn-rounded:hover, .btn.btn-warning-100.btn-rounded i:hover, .btn.btn-warning-200:hover, .btn.btn-warning-200 i:hover, .btn.btn-warning-200.btn-flat:hover, .btn.btn-warning-200.btn-flat i:hover, .btn.btn-warning-200.btn-rounded:hover, .btn.btn-warning-200.btn-rounded i:hover, .btn.btn-warning-300:hover, .btn.btn-warning-300 i:hover, .btn.btn-warning-300.btn-flat:hover, .btn.btn-warning-300.btn-flat i:hover, .btn.btn-warning-300.btn-rounded:hover, .btn.btn-warning-300.btn-rounded i:hover, .btn.btn-warning-400:hover, .btn.btn-warning-400 i:hover, .btn.btn-warning-400.btn-flat:hover, .btn.btn-warning-400.btn-flat i:hover, .btn.btn-warning-400.btn-rounded:hover, .btn.btn-warning-400.btn-rounded i:hover, .btn.btn-warning-500:hover, .btn.btn-warning-500 i:hover, .btn.btn-warning-500.btn-flat:hover, .btn.btn-warning-500.btn-flat i:hover, .btn.btn-warning-500.btn-rounded:hover, .btn.btn-warning-500.btn-rounded i:hover, .btn.btn-warning-600:hover, .btn.btn-warning-600 i:hover, .btn.btn-warning-600.btn-flat:hover, .btn.btn-warning-600.btn-flat i:hover, .btn.btn-warning-600.btn-rounded:hover, .btn.btn-warning-600.btn-rounded i:hover, .btn.btn-warning-700:hover, .btn.btn-warning-700 i:hover, .btn.btn-warning-700.btn-flat:hover, .btn.btn-warning-700.btn-flat i:hover, .btn.btn-warning-700.btn-rounded:hover, .btn.btn-warning-700.btn-rounded i:hover, .btn.btn-warning-800:hover, .btn.btn-warning-800 i:hover, .btn.btn-warning-800.btn-flat:hover, .btn.btn-warning-800.btn-flat i:hover, .btn.btn-warning-800.btn-rounded:hover, .btn.btn-warning-800.btn-rounded i:hover, .btn.btn-warning-900:hover, .btn.btn-warning-900 i:hover, .btn.btn-warning-900.btn-flat:hover, .btn.btn-warning-900.btn-flat i:hover, .btn.btn-warning-900.btn-rounded:hover, .btn.btn-warning-900.btn-rounded i:hover, .btn.btn-success-100:hover, .btn.btn-success-100 i:hover, .btn.btn-success-100.btn-flat:hover, .btn.btn-success-100.btn-flat i:hover, .btn.btn-success-100.btn-rounded:hover, .btn.btn-success-100.btn-rounded i:hover, .btn.btn-success-200:hover, .btn.btn-success-200 i:hover, .btn.btn-success-200.btn-flat:hover, .btn.btn-success-200.btn-flat i:hover, .btn.btn-success-200.btn-rounded:hover, .btn.btn-success-200.btn-rounded i:hover, .btn.btn-success-300:hover, .btn.btn-success-300 i:hover, .btn.btn-success-300.btn-flat:hover, .btn.btn-success-300.btn-flat i:hover, .btn.btn-success-300.btn-rounded:hover, .btn.btn-success-300.btn-rounded i:hover, .btn.btn-success-400:hover, .btn.btn-success-400 i:hover, .btn.btn-success-400.btn-flat:hover, .btn.btn-success-400.btn-flat i:hover, .btn.btn-success-400.btn-rounded:hover, .btn.btn-success-400.btn-rounded i:hover, .btn.btn-success-500:hover, .btn.btn-success-500 i:hover, .btn.btn-success-500.btn-flat:hover, .btn.btn-success-500.btn-flat i:hover, .btn.btn-success-500.btn-rounded:hover, .btn.btn-success-500.btn-rounded i:hover, .btn.btn-success-600:hover, .btn.btn-success-600 i:hover, .btn.btn-success-600.btn-flat:hover, .btn.btn-success-600.btn-flat i:hover, .btn.btn-success-600.btn-rounded:hover, .btn.btn-success-600.btn-rounded i:hover, .btn.btn-success-700:hover, .btn.btn-success-700 i:hover, .btn.btn-success-700.btn-flat:hover, .btn.btn-success-700.btn-flat i:hover, .btn.btn-success-700.btn-rounded:hover, .btn.btn-success-700.btn-rounded i:hover, .btn.btn-success-800:hover, .btn.btn-success-800 i:hover, .btn.btn-success-800.btn-flat:hover, .btn.btn-success-800.btn-flat i:hover, .btn.btn-success-800.btn-rounded:hover, .btn.btn-success-800.btn-rounded i:hover, .btn.btn-success-900:hover, .btn.btn-success-900 i:hover, .btn.btn-success-900.btn-flat:hover, .btn.btn-success-900.btn-flat i:hover, .btn.btn-success-900.btn-rounded:hover, .btn.btn-success-900.btn-rounded i:hover, .btn.btn-danger-100:hover, .btn.btn-danger-100 i:hover, .btn.btn-danger-100.btn-flat:hover, .btn.btn-danger-100.btn-flat i:hover, .btn.btn-danger-100.btn-rounded:hover, .btn.btn-danger-100.btn-rounded i:hover, .btn.btn-danger-200:hover, .btn.btn-danger-200 i:hover, .btn.btn-danger-200.btn-flat:hover, .btn.btn-danger-200.btn-flat i:hover, .btn.btn-danger-200.btn-rounded:hover, .btn.btn-danger-200.btn-rounded i:hover, .btn.btn-danger-300:hover, .btn.btn-danger-300 i:hover, .btn.btn-danger-300.btn-flat:hover, .btn.btn-danger-300.btn-flat i:hover, .btn.btn-danger-300.btn-rounded:hover, .btn.btn-danger-300.btn-rounded i:hover, .btn.btn-danger-400:hover, .btn.btn-danger-400 i:hover, .btn.btn-danger-400.btn-flat:hover, .btn.btn-danger-400.btn-flat i:hover, .btn.btn-danger-400.btn-rounded:hover, .btn.btn-danger-400.btn-rounded i:hover, .btn.btn-danger-500:hover, .btn.btn-danger-500 i:hover, .btn.btn-danger-500.btn-flat:hover, .btn.btn-danger-500.btn-flat i:hover, .btn.btn-danger-500.btn-rounded:hover, .btn.btn-danger-500.btn-rounded i:hover, .btn.btn-danger-600:hover, .btn.btn-danger-600 i:hover, .btn.btn-danger-600.btn-flat:hover, .btn.btn-danger-600.btn-flat i:hover, .btn.btn-danger-600.btn-rounded:hover, .btn.btn-danger-600.btn-rounded i:hover, .btn.btn-danger-700:hover, .btn.btn-danger-700 i:hover, .btn.btn-danger-700.btn-flat:hover, .btn.btn-danger-700.btn-flat i:hover, .btn.btn-danger-700.btn-rounded:hover, .btn.btn-danger-700.btn-rounded i:hover, .btn.btn-danger-800:hover, .btn.btn-danger-800 i:hover, .btn.btn-danger-800.btn-flat:hover, .btn.btn-danger-800.btn-flat i:hover, .btn.btn-danger-800.btn-rounded:hover, .btn.btn-danger-800.btn-rounded i:hover, .btn.btn-danger-900:hover, .btn.btn-danger-900 i:hover, .btn.btn-danger-900.btn-flat:hover, .btn.btn-danger-900.btn-flat i:hover, .btn.btn-danger-900.btn-rounded:hover, .btn.btn-danger-900.btn-rounded i:hover, .color-white-hover:active, .btn:active, .btn.btn-default:active, .btn.btn-default i:active, .btn.btn-default.btn-flat:active, .btn.btn-default.btn-flat i:active, .btn.btn-default.btn-rounded:active, .btn.btn-default.btn-rounded i:active, .btn.btn-primary:active, .btn.btn-primary i:active, .btn.btn-primary.btn-flat:active, .btn.btn-primary.btn-flat i:active, .btn.btn-primary.btn-rounded:active, .btn.btn-primary.btn-rounded i:active, .btn.btn-info:active, .btn.btn-info i:active, .btn.btn-info.btn-flat:active, .btn.btn-info.btn-flat i:active, .btn.btn-info.btn-rounded:active, .btn.btn-info.btn-rounded i:active, .btn.btn-warning:active, .btn.btn-warning i:active, .btn.btn-warning.btn-flat:active, .btn.btn-warning.btn-flat i:active, .btn.btn-warning.btn-rounded:active, .btn.btn-warning.btn-rounded i:active, .btn.btn-success:active, .btn.btn-success i:active, .btn.btn-success.btn-flat:active, .btn.btn-success.btn-flat i:active, .btn.btn-success.btn-rounded:active, .btn.btn-success.btn-rounded i:active, .btn.btn-danger:active, .btn.btn-danger i:active, .btn.btn-danger.btn-flat:active, .btn.btn-danger.btn-flat i:active, .btn.btn-danger.btn-rounded:active, .btn.btn-danger.btn-rounded i:active, .btn.btn-white:active, .btn.btn-white i:active, .btn.btn-white.btn-flat:active, .btn.btn-white.btn-flat i:active, .btn.btn-white.btn-rounded:active, .btn.btn-white.btn-rounded i:active, .btn.btn-white.btn-outline:active, .btn.btn-white.btn-outline:hover i:active, .btn.btn-white.btn-outline:active i:active, .btn.btn-white.btn-outline:focus i:active, .btn.btn-white.btn-outline.btn-rounded:active, .btn.btn-white.btn-outline.btn-rounded:hover i:active, .btn.btn-white.btn-outline.btn-rounded:active i:active, .btn.btn-white.btn-outline.btn-rounded:focus i:active, .btn.btn-black:active, .btn.btn-black i:active, .btn.btn-black.btn-flat:active, .btn.btn-black.btn-flat i:active, .btn.btn-black.btn-rounded:active, .btn.btn-black.btn-rounded i:active, .btn.btn-facebook:active, .btn.btn-facebook i:active, .btn.btn-facebook.btn-flat:active, .btn.btn-facebook.btn-flat i:active, .btn.btn-facebook.btn-rounded:active, .btn.btn-facebook.btn-rounded i:active, .btn.btn-twitter:active, .btn.btn-twitter i:active, .btn.btn-twitter.btn-flat:active, .btn.btn-twitter.btn-flat i:active, .btn.btn-twitter.btn-rounded:active, .btn.btn-twitter.btn-rounded i:active, .btn.btn-google:active, .btn.btn-google i:active, .btn.btn-google.btn-flat:active, .btn.btn-google.btn-flat i:active, .btn.btn-google.btn-rounded:active, .btn.btn-google.btn-rounded i:active, .btn.btn-default-100:active, .btn.btn-default-100 i:active, .btn.btn-default-100.btn-flat:active, .btn.btn-default-100.btn-flat i:active, .btn.btn-default-100.btn-rounded:active, .btn.btn-default-100.btn-rounded i:active, .btn.btn-default-200:active, .btn.btn-default-200 i:active, .btn.btn-default-200.btn-flat:active, .btn.btn-default-200.btn-flat i:active, .btn.btn-default-200.btn-rounded:active, .btn.btn-default-200.btn-rounded i:active, .btn.btn-default-300:active, .btn.btn-default-300 i:active, .btn.btn-default-300.btn-flat:active, .btn.btn-default-300.btn-flat i:active, .btn.btn-default-300.btn-rounded:active, .btn.btn-default-300.btn-rounded i:active, .btn.btn-default-400:active, .btn.btn-default-400 i:active, .btn.btn-default-400.btn-flat:active, .btn.btn-default-400.btn-flat i:active, .btn.btn-default-400.btn-rounded:active, .btn.btn-default-400.btn-rounded i:active, .btn.btn-default-500:active, .btn.btn-default-500 i:active, .btn.btn-default-500.btn-flat:active, .btn.btn-default-500.btn-flat i:active, .btn.btn-default-500.btn-rounded:active, .btn.btn-default-500.btn-rounded i:active, .btn.btn-default-600:active, .btn.btn-default-600 i:active, .btn.btn-default-600.btn-flat:active, .btn.btn-default-600.btn-flat i:active, .btn.btn-default-600.btn-rounded:active, .btn.btn-default-600.btn-rounded i:active, .btn.btn-default-700:active, .btn.btn-default-700 i:active, .btn.btn-default-700.btn-flat:active, .btn.btn-default-700.btn-flat i:active, .btn.btn-default-700.btn-rounded:active, .btn.btn-default-700.btn-rounded i:active, .btn.btn-default-800:active, .btn.btn-default-800 i:active, .btn.btn-default-800.btn-flat:active, .btn.btn-default-800.btn-flat i:active, .btn.btn-default-800.btn-rounded:active, .btn.btn-default-800.btn-rounded i:active, .btn.btn-default-900:active, .btn.btn-default-900 i:active, .btn.btn-default-900.btn-flat:active, .btn.btn-default-900.btn-flat i:active, .btn.btn-default-900.btn-rounded:active, .btn.btn-default-900.btn-rounded i:active, .btn.btn-primary-100:active, .btn.btn-primary-100 i:active, .btn.btn-primary-100.btn-flat:active, .btn.btn-primary-100.btn-flat i:active, .btn.btn-primary-100.btn-rounded:active, .btn.btn-primary-100.btn-rounded i:active, .btn.btn-primary-200:active, .btn.btn-primary-200 i:active, .btn.btn-primary-200.btn-flat:active, .btn.btn-primary-200.btn-flat i:active, .btn.btn-primary-200.btn-rounded:active, .btn.btn-primary-200.btn-rounded i:active, .btn.btn-primary-300:active, .btn.btn-primary-300 i:active, .btn.btn-primary-300.btn-flat:active, .btn.btn-primary-300.btn-flat i:active, .btn.btn-primary-300.btn-rounded:active, .btn.btn-primary-300.btn-rounded i:active, .btn.btn-primary-400:active, .btn.btn-primary-400 i:active, .btn.btn-primary-400.btn-flat:active, .btn.btn-primary-400.btn-flat i:active, .btn.btn-primary-400.btn-rounded:active, .btn.btn-primary-400.btn-rounded i:active, .btn.btn-primary-500:active, .btn.btn-primary-500 i:active, .btn.btn-primary-500.btn-flat:active, .btn.btn-primary-500.btn-flat i:active, .btn.btn-primary-500.btn-rounded:active, .btn.btn-primary-500.btn-rounded i:active, .btn.btn-primary-600:active, .btn.btn-primary-600 i:active, .btn.btn-primary-600.btn-flat:active, .btn.btn-primary-600.btn-flat i:active, .btn.btn-primary-600.btn-rounded:active, .btn.btn-primary-600.btn-rounded i:active, .btn.btn-primary-700:active, .btn.btn-primary-700 i:active, .btn.btn-primary-700.btn-flat:active, .btn.btn-primary-700.btn-flat i:active, .btn.btn-primary-700.btn-rounded:active, .btn.btn-primary-700.btn-rounded i:active, .btn.btn-primary-800:active, .btn.btn-primary-800 i:active, .btn.btn-primary-800.btn-flat:active, .btn.btn-primary-800.btn-flat i:active, .btn.btn-primary-800.btn-rounded:active, .btn.btn-primary-800.btn-rounded i:active, .btn.btn-primary-900:active, .btn.btn-primary-900 i:active, .btn.btn-primary-900.btn-flat:active, .btn.btn-primary-900.btn-flat i:active, .btn.btn-primary-900.btn-rounded:active, .btn.btn-primary-900.btn-rounded i:active, .btn.btn-info-100:active, .btn.btn-info-100 i:active, .btn.btn-info-100.btn-flat:active, .btn.btn-info-100.btn-flat i:active, .btn.btn-info-100.btn-rounded:active, .btn.btn-info-100.btn-rounded i:active, .btn.btn-info-200:active, .btn.btn-info-200 i:active, .btn.btn-info-200.btn-flat:active, .btn.btn-info-200.btn-flat i:active, .btn.btn-info-200.btn-rounded:active, .btn.btn-info-200.btn-rounded i:active, .btn.btn-info-300:active, .btn.btn-info-300 i:active, .btn.btn-info-300.btn-flat:active, .btn.btn-info-300.btn-flat i:active, .btn.btn-info-300.btn-rounded:active, .btn.btn-info-300.btn-rounded i:active, .btn.btn-info-400:active, .btn.btn-info-400 i:active, .btn.btn-info-400.btn-flat:active, .btn.btn-info-400.btn-flat i:active, .btn.btn-info-400.btn-rounded:active, .btn.btn-info-400.btn-rounded i:active, .btn.btn-info-500:active, .btn.btn-info-500 i:active, .btn.btn-info-500.btn-flat:active, .btn.btn-info-500.btn-flat i:active, .btn.btn-info-500.btn-rounded:active, .btn.btn-info-500.btn-rounded i:active, .btn.btn-info-600:active, .btn.btn-info-600 i:active, .btn.btn-info-600.btn-flat:active, .btn.btn-info-600.btn-flat i:active, .btn.btn-info-600.btn-rounded:active, .btn.btn-info-600.btn-rounded i:active, .btn.btn-info-700:active, .btn.btn-info-700 i:active, .btn.btn-info-700.btn-flat:active, .btn.btn-info-700.btn-flat i:active, .btn.btn-info-700.btn-rounded:active, .btn.btn-info-700.btn-rounded i:active, .btn.btn-info-800:active, .btn.btn-info-800 i:active, .btn.btn-info-800.btn-flat:active, .btn.btn-info-800.btn-flat i:active, .btn.btn-info-800.btn-rounded:active, .btn.btn-info-800.btn-rounded i:active, .btn.btn-info-900:active, .btn.btn-info-900 i:active, .btn.btn-info-900.btn-flat:active, .btn.btn-info-900.btn-flat i:active, .btn.btn-info-900.btn-rounded:active, .btn.btn-info-900.btn-rounded i:active, .btn.btn-warning-100:active, .btn.btn-warning-100 i:active, .btn.btn-warning-100.btn-flat:active, .btn.btn-warning-100.btn-flat i:active, .btn.btn-warning-100.btn-rounded:active, .btn.btn-warning-100.btn-rounded i:active, .btn.btn-warning-200:active, .btn.btn-warning-200 i:active, .btn.btn-warning-200.btn-flat:active, .btn.btn-warning-200.btn-flat i:active, .btn.btn-warning-200.btn-rounded:active, .btn.btn-warning-200.btn-rounded i:active, .btn.btn-warning-300:active, .btn.btn-warning-300 i:active, .btn.btn-warning-300.btn-flat:active, .btn.btn-warning-300.btn-flat i:active, .btn.btn-warning-300.btn-rounded:active, .btn.btn-warning-300.btn-rounded i:active, .btn.btn-warning-400:active, .btn.btn-warning-400 i:active, .btn.btn-warning-400.btn-flat:active, .btn.btn-warning-400.btn-flat i:active, .btn.btn-warning-400.btn-rounded:active, .btn.btn-warning-400.btn-rounded i:active, .btn.btn-warning-500:active, .btn.btn-warning-500 i:active, .btn.btn-warning-500.btn-flat:active, .btn.btn-warning-500.btn-flat i:active, .btn.btn-warning-500.btn-rounded:active, .btn.btn-warning-500.btn-rounded i:active, .btn.btn-warning-600:active, .btn.btn-warning-600 i:active, .btn.btn-warning-600.btn-flat:active, .btn.btn-warning-600.btn-flat i:active, .btn.btn-warning-600.btn-rounded:active, .btn.btn-warning-600.btn-rounded i:active, .btn.btn-warning-700:active, .btn.btn-warning-700 i:active, .btn.btn-warning-700.btn-flat:active, .btn.btn-warning-700.btn-flat i:active, .btn.btn-warning-700.btn-rounded:active, .btn.btn-warning-700.btn-rounded i:active, .btn.btn-warning-800:active, .btn.btn-warning-800 i:active, .btn.btn-warning-800.btn-flat:active, .btn.btn-warning-800.btn-flat i:active, .btn.btn-warning-800.btn-rounded:active, .btn.btn-warning-800.btn-rounded i:active, .btn.btn-warning-900:active, .btn.btn-warning-900 i:active, .btn.btn-warning-900.btn-flat:active, .btn.btn-warning-900.btn-flat i:active, .btn.btn-warning-900.btn-rounded:active, .btn.btn-warning-900.btn-rounded i:active, .btn.btn-success-100:active, .btn.btn-success-100 i:active, .btn.btn-success-100.btn-flat:active, .btn.btn-success-100.btn-flat i:active, .btn.btn-success-100.btn-rounded:active, .btn.btn-success-100.btn-rounded i:active, .btn.btn-success-200:active, .btn.btn-success-200 i:active, .btn.btn-success-200.btn-flat:active, .btn.btn-success-200.btn-flat i:active, .btn.btn-success-200.btn-rounded:active, .btn.btn-success-200.btn-rounded i:active, .btn.btn-success-300:active, .btn.btn-success-300 i:active, .btn.btn-success-300.btn-flat:active, .btn.btn-success-300.btn-flat i:active, .btn.btn-success-300.btn-rounded:active, .btn.btn-success-300.btn-rounded i:active, .btn.btn-success-400:active, .btn.btn-success-400 i:active, .btn.btn-success-400.btn-flat:active, .btn.btn-success-400.btn-flat i:active, .btn.btn-success-400.btn-rounded:active, .btn.btn-success-400.btn-rounded i:active, .btn.btn-success-500:active, .btn.btn-success-500 i:active, .btn.btn-success-500.btn-flat:active, .btn.btn-success-500.btn-flat i:active, .btn.btn-success-500.btn-rounded:active, .btn.btn-success-500.btn-rounded i:active, .btn.btn-success-600:active, .btn.btn-success-600 i:active, .btn.btn-success-600.btn-flat:active, .btn.btn-success-600.btn-flat i:active, .btn.btn-success-600.btn-rounded:active, .btn.btn-success-600.btn-rounded i:active, .btn.btn-success-700:active, .btn.btn-success-700 i:active, .btn.btn-success-700.btn-flat:active, .btn.btn-success-700.btn-flat i:active, .btn.btn-success-700.btn-rounded:active, .btn.btn-success-700.btn-rounded i:active, .btn.btn-success-800:active, .btn.btn-success-800 i:active, .btn.btn-success-800.btn-flat:active, .btn.btn-success-800.btn-flat i:active, .btn.btn-success-800.btn-rounded:active, .btn.btn-success-800.btn-rounded i:active, .btn.btn-success-900:active, .btn.btn-success-900 i:active, .btn.btn-success-900.btn-flat:active, .btn.btn-success-900.btn-flat i:active, .btn.btn-success-900.btn-rounded:active, .btn.btn-success-900.btn-rounded i:active, .btn.btn-danger-100:active, .btn.btn-danger-100 i:active, .btn.btn-danger-100.btn-flat:active, .btn.btn-danger-100.btn-flat i:active, .btn.btn-danger-100.btn-rounded:active, .btn.btn-danger-100.btn-rounded i:active, .btn.btn-danger-200:active, .btn.btn-danger-200 i:active, .btn.btn-danger-200.btn-flat:active, .btn.btn-danger-200.btn-flat i:active, .btn.btn-danger-200.btn-rounded:active, .btn.btn-danger-200.btn-rounded i:active, .btn.btn-danger-300:active, .btn.btn-danger-300 i:active, .btn.btn-danger-300.btn-flat:active, .btn.btn-danger-300.btn-flat i:active, .btn.btn-danger-300.btn-rounded:active, .btn.btn-danger-300.btn-rounded i:active, .btn.btn-danger-400:active, .btn.btn-danger-400 i:active, .btn.btn-danger-400.btn-flat:active, .btn.btn-danger-400.btn-flat i:active, .btn.btn-danger-400.btn-rounded:active, .btn.btn-danger-400.btn-rounded i:active, .btn.btn-danger-500:active, .btn.btn-danger-500 i:active, .btn.btn-danger-500.btn-flat:active, .btn.btn-danger-500.btn-flat i:active, .btn.btn-danger-500.btn-rounded:active, .btn.btn-danger-500.btn-rounded i:active, .btn.btn-danger-600:active, .btn.btn-danger-600 i:active, .btn.btn-danger-600.btn-flat:active, .btn.btn-danger-600.btn-flat i:active, .btn.btn-danger-600.btn-rounded:active, .btn.btn-danger-600.btn-rounded i:active, .btn.btn-danger-700:active, .btn.btn-danger-700 i:active, .btn.btn-danger-700.btn-flat:active, .btn.btn-danger-700.btn-flat i:active, .btn.btn-danger-700.btn-rounded:active, .btn.btn-danger-700.btn-rounded i:active, .btn.btn-danger-800:active, .btn.btn-danger-800 i:active, .btn.btn-danger-800.btn-flat:active, .btn.btn-danger-800.btn-flat i:active, .btn.btn-danger-800.btn-rounded:active, .btn.btn-danger-800.btn-rounded i:active, .btn.btn-danger-900:active, .btn.btn-danger-900 i:active, .btn.btn-danger-900.btn-flat:active, .btn.btn-danger-900.btn-flat i:active, .btn.btn-danger-900.btn-rounded:active, .btn.btn-danger-900.btn-rounded i:active, .color-white-hover:focus, .btn:focus, .btn.btn-default:focus, .btn.btn-default i:focus, .btn.btn-default.btn-flat:focus, .btn.btn-default.btn-flat i:focus, .btn.btn-default.btn-rounded:focus, .btn.btn-default.btn-rounded i:focus, .btn.btn-primary:focus, .btn.btn-primary i:focus, .btn.btn-primary.btn-flat:focus, .btn.btn-primary.btn-flat i:focus, .btn.btn-primary.btn-rounded:focus, .btn.btn-primary.btn-rounded i:focus, .btn.btn-info:focus, .btn.btn-info i:focus, .btn.btn-info.btn-flat:focus, .btn.btn-info.btn-flat i:focus, .btn.btn-info.btn-rounded:focus, .btn.btn-info.btn-rounded i:focus, .btn.btn-warning:focus, .btn.btn-warning i:focus, .btn.btn-warning.btn-flat:focus, .btn.btn-warning.btn-flat i:focus, .btn.btn-warning.btn-rounded:focus, .btn.btn-warning.btn-rounded i:focus, .btn.btn-success:focus, .btn.btn-success i:focus, .btn.btn-success.btn-flat:focus, .btn.btn-success.btn-flat i:focus, .btn.btn-success.btn-rounded:focus, .btn.btn-success.btn-rounded i:focus, .btn.btn-danger:focus, .btn.btn-danger i:focus, .btn.btn-danger.btn-flat:focus, .btn.btn-danger.btn-flat i:focus, .btn.btn-danger.btn-rounded:focus, .btn.btn-danger.btn-rounded i:focus, .btn.btn-white:focus, .btn.btn-white i:focus, .btn.btn-white.btn-flat:focus, .btn.btn-white.btn-flat i:focus, .btn.btn-white.btn-rounded:focus, .btn.btn-white.btn-rounded i:focus, .btn.btn-white.btn-outline:focus, .btn.btn-white.btn-outline:hover i:focus, .btn.btn-white.btn-outline:active i:focus, .btn.btn-white.btn-outline:focus i:focus, .btn.btn-white.btn-outline.btn-rounded:focus, .btn.btn-white.btn-outline.btn-rounded:hover i:focus, .btn.btn-white.btn-outline.btn-rounded:active i:focus, .btn.btn-white.btn-outline.btn-rounded:focus i:focus, .btn.btn-black:focus, .btn.btn-black i:focus, .btn.btn-black.btn-flat:focus, .btn.btn-black.btn-flat i:focus, .btn.btn-black.btn-rounded:focus, .btn.btn-black.btn-rounded i:focus, .btn.btn-facebook:focus, .btn.btn-facebook i:focus, .btn.btn-facebook.btn-flat:focus, .btn.btn-facebook.btn-flat i:focus, .btn.btn-facebook.btn-rounded:focus, .btn.btn-facebook.btn-rounded i:focus, .btn.btn-twitter:focus, .btn.btn-twitter i:focus, .btn.btn-twitter.btn-flat:focus, .btn.btn-twitter.btn-flat i:focus, .btn.btn-twitter.btn-rounded:focus, .btn.btn-twitter.btn-rounded i:focus, .btn.btn-google:focus, .btn.btn-google i:focus, .btn.btn-google.btn-flat:focus, .btn.btn-google.btn-flat i:focus, .btn.btn-google.btn-rounded:focus, .btn.btn-google.btn-rounded i:focus, .btn.btn-default-100:focus, .btn.btn-default-100 i:focus, .btn.btn-default-100.btn-flat:focus, .btn.btn-default-100.btn-flat i:focus, .btn.btn-default-100.btn-rounded:focus, .btn.btn-default-100.btn-rounded i:focus, .btn.btn-default-200:focus, .btn.btn-default-200 i:focus, .btn.btn-default-200.btn-flat:focus, .btn.btn-default-200.btn-flat i:focus, .btn.btn-default-200.btn-rounded:focus, .btn.btn-default-200.btn-rounded i:focus, .btn.btn-default-300:focus, .btn.btn-default-300 i:focus, .btn.btn-default-300.btn-flat:focus, .btn.btn-default-300.btn-flat i:focus, .btn.btn-default-300.btn-rounded:focus, .btn.btn-default-300.btn-rounded i:focus, .btn.btn-default-400:focus, .btn.btn-default-400 i:focus, .btn.btn-default-400.btn-flat:focus, .btn.btn-default-400.btn-flat i:focus, .btn.btn-default-400.btn-rounded:focus, .btn.btn-default-400.btn-rounded i:focus, .btn.btn-default-500:focus, .btn.btn-default-500 i:focus, .btn.btn-default-500.btn-flat:focus, .btn.btn-default-500.btn-flat i:focus, .btn.btn-default-500.btn-rounded:focus, .btn.btn-default-500.btn-rounded i:focus, .btn.btn-default-600:focus, .btn.btn-default-600 i:focus, .btn.btn-default-600.btn-flat:focus, .btn.btn-default-600.btn-flat i:focus, .btn.btn-default-600.btn-rounded:focus, .btn.btn-default-600.btn-rounded i:focus, .btn.btn-default-700:focus, .btn.btn-default-700 i:focus, .btn.btn-default-700.btn-flat:focus, .btn.btn-default-700.btn-flat i:focus, .btn.btn-default-700.btn-rounded:focus, .btn.btn-default-700.btn-rounded i:focus, .btn.btn-default-800:focus, .btn.btn-default-800 i:focus, .btn.btn-default-800.btn-flat:focus, .btn.btn-default-800.btn-flat i:focus, .btn.btn-default-800.btn-rounded:focus, .btn.btn-default-800.btn-rounded i:focus, .btn.btn-default-900:focus, .btn.btn-default-900 i:focus, .btn.btn-default-900.btn-flat:focus, .btn.btn-default-900.btn-flat i:focus, .btn.btn-default-900.btn-rounded:focus, .btn.btn-default-900.btn-rounded i:focus, .btn.btn-primary-100:focus, .btn.btn-primary-100 i:focus, .btn.btn-primary-100.btn-flat:focus, .btn.btn-primary-100.btn-flat i:focus, .btn.btn-primary-100.btn-rounded:focus, .btn.btn-primary-100.btn-rounded i:focus, .btn.btn-primary-200:focus, .btn.btn-primary-200 i:focus, .btn.btn-primary-200.btn-flat:focus, .btn.btn-primary-200.btn-flat i:focus, .btn.btn-primary-200.btn-rounded:focus, .btn.btn-primary-200.btn-rounded i:focus, .btn.btn-primary-300:focus, .btn.btn-primary-300 i:focus, .btn.btn-primary-300.btn-flat:focus, .btn.btn-primary-300.btn-flat i:focus, .btn.btn-primary-300.btn-rounded:focus, .btn.btn-primary-300.btn-rounded i:focus, .btn.btn-primary-400:focus, .btn.btn-primary-400 i:focus, .btn.btn-primary-400.btn-flat:focus, .btn.btn-primary-400.btn-flat i:focus, .btn.btn-primary-400.btn-rounded:focus, .btn.btn-primary-400.btn-rounded i:focus, .btn.btn-primary-500:focus, .btn.btn-primary-500 i:focus, .btn.btn-primary-500.btn-flat:focus, .btn.btn-primary-500.btn-flat i:focus, .btn.btn-primary-500.btn-rounded:focus, .btn.btn-primary-500.btn-rounded i:focus, .btn.btn-primary-600:focus, .btn.btn-primary-600 i:focus, .btn.btn-primary-600.btn-flat:focus, .btn.btn-primary-600.btn-flat i:focus, .btn.btn-primary-600.btn-rounded:focus, .btn.btn-primary-600.btn-rounded i:focus, .btn.btn-primary-700:focus, .btn.btn-primary-700 i:focus, .btn.btn-primary-700.btn-flat:focus, .btn.btn-primary-700.btn-flat i:focus, .btn.btn-primary-700.btn-rounded:focus, .btn.btn-primary-700.btn-rounded i:focus, .btn.btn-primary-800:focus, .btn.btn-primary-800 i:focus, .btn.btn-primary-800.btn-flat:focus, .btn.btn-primary-800.btn-flat i:focus, .btn.btn-primary-800.btn-rounded:focus, .btn.btn-primary-800.btn-rounded i:focus, .btn.btn-primary-900:focus, .btn.btn-primary-900 i:focus, .btn.btn-primary-900.btn-flat:focus, .btn.btn-primary-900.btn-flat i:focus, .btn.btn-primary-900.btn-rounded:focus, .btn.btn-primary-900.btn-rounded i:focus, .btn.btn-info-100:focus, .btn.btn-info-100 i:focus, .btn.btn-info-100.btn-flat:focus, .btn.btn-info-100.btn-flat i:focus, .btn.btn-info-100.btn-rounded:focus, .btn.btn-info-100.btn-rounded i:focus, .btn.btn-info-200:focus, .btn.btn-info-200 i:focus, .btn.btn-info-200.btn-flat:focus, .btn.btn-info-200.btn-flat i:focus, .btn.btn-info-200.btn-rounded:focus, .btn.btn-info-200.btn-rounded i:focus, .btn.btn-info-300:focus, .btn.btn-info-300 i:focus, .btn.btn-info-300.btn-flat:focus, .btn.btn-info-300.btn-flat i:focus, .btn.btn-info-300.btn-rounded:focus, .btn.btn-info-300.btn-rounded i:focus, .btn.btn-info-400:focus, .btn.btn-info-400 i:focus, .btn.btn-info-400.btn-flat:focus, .btn.btn-info-400.btn-flat i:focus, .btn.btn-info-400.btn-rounded:focus, .btn.btn-info-400.btn-rounded i:focus, .btn.btn-info-500:focus, .btn.btn-info-500 i:focus, .btn.btn-info-500.btn-flat:focus, .btn.btn-info-500.btn-flat i:focus, .btn.btn-info-500.btn-rounded:focus, .btn.btn-info-500.btn-rounded i:focus, .btn.btn-info-600:focus, .btn.btn-info-600 i:focus, .btn.btn-info-600.btn-flat:focus, .btn.btn-info-600.btn-flat i:focus, .btn.btn-info-600.btn-rounded:focus, .btn.btn-info-600.btn-rounded i:focus, .btn.btn-info-700:focus, .btn.btn-info-700 i:focus, .btn.btn-info-700.btn-flat:focus, .btn.btn-info-700.btn-flat i:focus, .btn.btn-info-700.btn-rounded:focus, .btn.btn-info-700.btn-rounded i:focus, .btn.btn-info-800:focus, .btn.btn-info-800 i:focus, .btn.btn-info-800.btn-flat:focus, .btn.btn-info-800.btn-flat i:focus, .btn.btn-info-800.btn-rounded:focus, .btn.btn-info-800.btn-rounded i:focus, .btn.btn-info-900:focus, .btn.btn-info-900 i:focus, .btn.btn-info-900.btn-flat:focus, .btn.btn-info-900.btn-flat i:focus, .btn.btn-info-900.btn-rounded:focus, .btn.btn-info-900.btn-rounded i:focus, .btn.btn-warning-100:focus, .btn.btn-warning-100 i:focus, .btn.btn-warning-100.btn-flat:focus, .btn.btn-warning-100.btn-flat i:focus, .btn.btn-warning-100.btn-rounded:focus, .btn.btn-warning-100.btn-rounded i:focus, .btn.btn-warning-200:focus, .btn.btn-warning-200 i:focus, .btn.btn-warning-200.btn-flat:focus, .btn.btn-warning-200.btn-flat i:focus, .btn.btn-warning-200.btn-rounded:focus, .btn.btn-warning-200.btn-rounded i:focus, .btn.btn-warning-300:focus, .btn.btn-warning-300 i:focus, .btn.btn-warning-300.btn-flat:focus, .btn.btn-warning-300.btn-flat i:focus, .btn.btn-warning-300.btn-rounded:focus, .btn.btn-warning-300.btn-rounded i:focus, .btn.btn-warning-400:focus, .btn.btn-warning-400 i:focus, .btn.btn-warning-400.btn-flat:focus, .btn.btn-warning-400.btn-flat i:focus, .btn.btn-warning-400.btn-rounded:focus, .btn.btn-warning-400.btn-rounded i:focus, .btn.btn-warning-500:focus, .btn.btn-warning-500 i:focus, .btn.btn-warning-500.btn-flat:focus, .btn.btn-warning-500.btn-flat i:focus, .btn.btn-warning-500.btn-rounded:focus, .btn.btn-warning-500.btn-rounded i:focus, .btn.btn-warning-600:focus, .btn.btn-warning-600 i:focus, .btn.btn-warning-600.btn-flat:focus, .btn.btn-warning-600.btn-flat i:focus, .btn.btn-warning-600.btn-rounded:focus, .btn.btn-warning-600.btn-rounded i:focus, .btn.btn-warning-700:focus, .btn.btn-warning-700 i:focus, .btn.btn-warning-700.btn-flat:focus, .btn.btn-warning-700.btn-flat i:focus, .btn.btn-warning-700.btn-rounded:focus, .btn.btn-warning-700.btn-rounded i:focus, .btn.btn-warning-800:focus, .btn.btn-warning-800 i:focus, .btn.btn-warning-800.btn-flat:focus, .btn.btn-warning-800.btn-flat i:focus, .btn.btn-warning-800.btn-rounded:focus, .btn.btn-warning-800.btn-rounded i:focus, .btn.btn-warning-900:focus, .btn.btn-warning-900 i:focus, .btn.btn-warning-900.btn-flat:focus, .btn.btn-warning-900.btn-flat i:focus, .btn.btn-warning-900.btn-rounded:focus, .btn.btn-warning-900.btn-rounded i:focus, .btn.btn-success-100:focus, .btn.btn-success-100 i:focus, .btn.btn-success-100.btn-flat:focus, .btn.btn-success-100.btn-flat i:focus, .btn.btn-success-100.btn-rounded:focus, .btn.btn-success-100.btn-rounded i:focus, .btn.btn-success-200:focus, .btn.btn-success-200 i:focus, .btn.btn-success-200.btn-flat:focus, .btn.btn-success-200.btn-flat i:focus, .btn.btn-success-200.btn-rounded:focus, .btn.btn-success-200.btn-rounded i:focus, .btn.btn-success-300:focus, .btn.btn-success-300 i:focus, .btn.btn-success-300.btn-flat:focus, .btn.btn-success-300.btn-flat i:focus, .btn.btn-success-300.btn-rounded:focus, .btn.btn-success-300.btn-rounded i:focus, .btn.btn-success-400:focus, .btn.btn-success-400 i:focus, .btn.btn-success-400.btn-flat:focus, .btn.btn-success-400.btn-flat i:focus, .btn.btn-success-400.btn-rounded:focus, .btn.btn-success-400.btn-rounded i:focus, .btn.btn-success-500:focus, .btn.btn-success-500 i:focus, .btn.btn-success-500.btn-flat:focus, .btn.btn-success-500.btn-flat i:focus, .btn.btn-success-500.btn-rounded:focus, .btn.btn-success-500.btn-rounded i:focus, .btn.btn-success-600:focus, .btn.btn-success-600 i:focus, .btn.btn-success-600.btn-flat:focus, .btn.btn-success-600.btn-flat i:focus, .btn.btn-success-600.btn-rounded:focus, .btn.btn-success-600.btn-rounded i:focus, .btn.btn-success-700:focus, .btn.btn-success-700 i:focus, .btn.btn-success-700.btn-flat:focus, .btn.btn-success-700.btn-flat i:focus, .btn.btn-success-700.btn-rounded:focus, .btn.btn-success-700.btn-rounded i:focus, .btn.btn-success-800:focus, .btn.btn-success-800 i:focus, .btn.btn-success-800.btn-flat:focus, .btn.btn-success-800.btn-flat i:focus, .btn.btn-success-800.btn-rounded:focus, .btn.btn-success-800.btn-rounded i:focus, .btn.btn-success-900:focus, .btn.btn-success-900 i:focus, .btn.btn-success-900.btn-flat:focus, .btn.btn-success-900.btn-flat i:focus, .btn.btn-success-900.btn-rounded:focus, .btn.btn-success-900.btn-rounded i:focus, .btn.btn-danger-100:focus, .btn.btn-danger-100 i:focus, .btn.btn-danger-100.btn-flat:focus, .btn.btn-danger-100.btn-flat i:focus, .btn.btn-danger-100.btn-rounded:focus, .btn.btn-danger-100.btn-rounded i:focus, .btn.btn-danger-200:focus, .btn.btn-danger-200 i:focus, .btn.btn-danger-200.btn-flat:focus, .btn.btn-danger-200.btn-flat i:focus, .btn.btn-danger-200.btn-rounded:focus, .btn.btn-danger-200.btn-rounded i:focus, .btn.btn-danger-300:focus, .btn.btn-danger-300 i:focus, .btn.btn-danger-300.btn-flat:focus, .btn.btn-danger-300.btn-flat i:focus, .btn.btn-danger-300.btn-rounded:focus, .btn.btn-danger-300.btn-rounded i:focus, .btn.btn-danger-400:focus, .btn.btn-danger-400 i:focus, .btn.btn-danger-400.btn-flat:focus, .btn.btn-danger-400.btn-flat i:focus, .btn.btn-danger-400.btn-rounded:focus, .btn.btn-danger-400.btn-rounded i:focus, .btn.btn-danger-500:focus, .btn.btn-danger-500 i:focus, .btn.btn-danger-500.btn-flat:focus, .btn.btn-danger-500.btn-flat i:focus, .btn.btn-danger-500.btn-rounded:focus, .btn.btn-danger-500.btn-rounded i:focus, .btn.btn-danger-600:focus, .btn.btn-danger-600 i:focus, .btn.btn-danger-600.btn-flat:focus, .btn.btn-danger-600.btn-flat i:focus, .btn.btn-danger-600.btn-rounded:focus, .btn.btn-danger-600.btn-rounded i:focus, .btn.btn-danger-700:focus, .btn.btn-danger-700 i:focus, .btn.btn-danger-700.btn-flat:focus, .btn.btn-danger-700.btn-flat i:focus, .btn.btn-danger-700.btn-rounded:focus, .btn.btn-danger-700.btn-rounded i:focus, .btn.btn-danger-800:focus, .btn.btn-danger-800 i:focus, .btn.btn-danger-800.btn-flat:focus, .btn.btn-danger-800.btn-flat i:focus, .btn.btn-danger-800.btn-rounded:focus, .btn.btn-danger-800.btn-rounded i:focus, .btn.btn-danger-900:focus, .btn.btn-danger-900 i:focus, .btn.btn-danger-900.btn-flat:focus, .btn.btn-danger-900.btn-flat i:focus, .btn.btn-danger-900.btn-rounded:focus, .btn.btn-danger-900.btn-rounded i:focus {
    color: #e6e6e6 !important;
}

[data-color="white"] {
    color: #ffffff !important;
}

.border-color-white, .btn.btn-white, .btn.btn-white.btn-flat, .btn.btn-white.btn-rounded, .btn.btn-white.btn-outline, .btn.btn-white.btn-outline.btn-rounded {
    border-color: #ffffff !important;
}

.border-color-white-hover:hover, .btn.btn-white:hover, .btn.btn-white.btn-outline.btn-rounded:hover, .border-color-white-hover:active, .btn.btn-white:active, .btn.btn-white.btn-outline.btn-rounded:active, .border-color-white-hover:focus, .btn.btn-white:focus, .btn.btn-white.btn-outline.btn-rounded:focus {
    border-color: #e6e6e6 !important;
}

[data-border-color="white"] {
    border-color: #ffffff !important;
}

.bg-black, .btn.btn-black, .btn.btn-black.btn-flat, .btn.btn-black.btn-rounded {
    background-color: #000000 !important;
}

.bg-black-hover:hover, .btn.btn-black:hover, .bg-black-hover:active, .btn.btn-black:active, .bg-black-hover:focus, .btn.btn-black:focus {
    background-color: black !important;
}

.bg-black-odd:nth-child(odd) {
    background-color: #000000 !important;
}

.bg-black-even:nth-child(even) {
    background-color: #000000 !important;
}

[data-bg="black"] {
    background-color: #000000 !important;
}

.color-black, .btn.btn-black.btn-outline, .btn.btn-black.btn-outline i, .btn.btn-black.btn-outline.btn-rounded, .btn.btn-black.btn-outline.btn-rounded i {
    color: #000000 !important;
}

.color-black-hover:hover, .btn.btn-black.btn-outline:hover, .btn.btn-black.btn-outline:hover i:hover, .btn.btn-black.btn-outline:active i:hover, .btn.btn-black.btn-outline:focus i:hover, .color-black-hover:active, .btn.btn-black.btn-outline:active, .btn.btn-black.btn-outline:hover i:active, .btn.btn-black.btn-outline:active i:active, .btn.btn-black.btn-outline:focus i:active, .color-black-hover:focus, .btn.btn-black.btn-outline:focus, .btn.btn-black.btn-outline:hover i:focus, .btn.btn-black.btn-outline:active i:focus, .btn.btn-black.btn-outline:focus i:focus {
    color: black !important;
}

[data-color="black"] {
    color: #000000 !important;
}

.border-color-black, .btn.btn-black, .btn.btn-black.btn-flat, .btn.btn-black.btn-rounded, .btn.btn-black.btn-outline, .btn.btn-black.btn-outline.btn-rounded {
    border-color: #000000 !important;
}

.border-color-black-hover:hover, .btn.btn-black:hover, .btn.btn-black.btn-outline.btn-rounded:hover, .border-color-black-hover:active, .btn.btn-black:active, .btn.btn-black.btn-outline.btn-rounded:active, .border-color-black-hover:focus, .btn.btn-black:focus, .btn.btn-black.btn-outline.btn-rounded:focus {
    border-color: black !important;
}

[data-border-color="black"] {
    border-color: #000000 !important;
}

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

.bg-light-hover:hover, .bg-light-hover:active, .bg-light-hover:focus {
    background-color: gainsboro !important;
}

.bg-light-odd:nth-child(odd) {
    background-color: #f5f5f5 !important;
}

.bg-light-even:nth-child(even) {
    background-color: #f5f5f5 !important;
}

[data-bg="light"] {
    background-color: #f5f5f5 !important;
}

.color-light {
    color: #f5f5f5 !important;
}

.color-light-hover:hover, .color-light-hover:active, .color-light-hover:focus {
    color: gainsboro !important;
}

[data-color="light"] {
    color: #f5f5f5 !important;
}

.border-color-light {
    border-color: #f5f5f5 !important;
}

.border-color-light-hover:hover, .border-color-light-hover:active, .border-color-light-hover:focus {
    border-color: gainsboro !important;
}

[data-border-color="light"] {
    border-color: #f5f5f5 !important;
}

.bg-dark {
    background-color: #262932 !important;
}

.bg-dark-hover:hover, .bg-dark-hover:active, .bg-dark-hover:focus {
    background-color: #101115 !important;
}

.bg-dark-odd:nth-child(odd) {
    background-color: #262932 !important;
}

.bg-dark-even:nth-child(even) {
    background-color: #262932 !important;
}

[data-bg="dark"] {
    background-color: #262932 !important;
}

.color-dark {
    color: #262932 !important;
}

.color-dark-hover:hover, .color-dark-hover:active, .color-dark-hover:focus {
    color: #101115 !important;
}

[data-color="dark"] {
    color: #262932 !important;
}

.border-color-dark {
    border-color: #262932 !important;
}

.border-color-dark-hover:hover, .border-color-dark-hover:active, .border-color-dark-hover:focus {
    border-color: #101115 !important;
}

[data-border-color="dark"] {
    border-color: #262932 !important;
}

.bg-twitter, .btn.btn-twitter, .btn.btn-twitter.btn-flat, .btn.btn-twitter.btn-rounded {
    background-color: #00aced !important;
}

.bg-twitter-hover:hover, .btn.btn-twitter:hover, .bg-twitter-hover:active, .btn.btn-twitter:active, .bg-twitter-hover:focus, .btn.btn-twitter:focus {
    background-color: #0087ba !important;
}

.bg-twitter-odd:nth-child(odd) {
    background-color: #00aced !important;
}

.bg-twitter-even:nth-child(even) {
    background-color: #00aced !important;
}

[data-bg="twitter"] {
    background-color: #00aced !important;
}

.color-twitter, .btn.btn-twitter.btn-outline, .btn.btn-twitter.btn-outline i, .btn.btn-twitter.btn-outline.btn-rounded, .btn.btn-twitter.btn-outline.btn-rounded i {
    color: #00aced !important;
}

.color-twitter-hover:hover, .btn.btn-twitter.btn-outline:hover, .btn.btn-twitter.btn-outline:hover i:hover, .btn.btn-twitter.btn-outline:active i:hover, .btn.btn-twitter.btn-outline:focus i:hover, .color-twitter-hover:active, .btn.btn-twitter.btn-outline:active, .btn.btn-twitter.btn-outline:hover i:active, .btn.btn-twitter.btn-outline:active i:active, .btn.btn-twitter.btn-outline:focus i:active, .color-twitter-hover:focus, .btn.btn-twitter.btn-outline:focus, .btn.btn-twitter.btn-outline:hover i:focus, .btn.btn-twitter.btn-outline:active i:focus, .btn.btn-twitter.btn-outline:focus i:focus {
    color: #0087ba !important;
}

[data-color="twitter"] {
    color: #00aced !important;
}

.border-color-twitter, .btn.btn-twitter, .btn.btn-twitter.btn-flat, .btn.btn-twitter.btn-rounded, .btn.btn-twitter.btn-outline, .btn.btn-twitter.btn-outline.btn-rounded {
    border-color: #00aced !important;
}

.border-color-twitter-hover:hover, .btn.btn-twitter:hover, .btn.btn-twitter.btn-outline.btn-rounded:hover, .border-color-twitter-hover:active, .btn.btn-twitter:active, .btn.btn-twitter.btn-outline.btn-rounded:active, .border-color-twitter-hover:focus, .btn.btn-twitter:focus, .btn.btn-twitter.btn-outline.btn-rounded:focus {
    border-color: #0087ba !important;
}

[data-border-color="twitter"] {
    border-color: #00aced !important;
}

.bg-facebook, .btn.btn-facebook, .btn.btn-facebook.btn-flat, .btn.btn-facebook.btn-rounded {
    background-color: #3b5998 !important;
}

.bg-facebook-hover:hover, .btn.btn-facebook:hover, .bg-facebook-hover:active, .btn.btn-facebook:active, .bg-facebook-hover:focus, .btn.btn-facebook:focus {
    background-color: #2d4373 !important;
}

.bg-facebook-odd:nth-child(odd) {
    background-color: #3b5998 !important;
}

.bg-facebook-even:nth-child(even) {
    background-color: #3b5998 !important;
}

[data-bg="facebook"] {
    background-color: #3b5998 !important;
}

.color-facebook, .btn.btn-facebook.btn-outline, .btn.btn-facebook.btn-outline i, .btn.btn-facebook.btn-outline.btn-rounded, .btn.btn-facebook.btn-outline.btn-rounded i {
    color: #3b5998 !important;
}

.color-facebook-hover:hover, .btn.btn-facebook.btn-outline:hover, .btn.btn-facebook.btn-outline:hover i:hover, .btn.btn-facebook.btn-outline:active i:hover, .btn.btn-facebook.btn-outline:focus i:hover, .color-facebook-hover:active, .btn.btn-facebook.btn-outline:active, .btn.btn-facebook.btn-outline:hover i:active, .btn.btn-facebook.btn-outline:active i:active, .btn.btn-facebook.btn-outline:focus i:active, .color-facebook-hover:focus, .btn.btn-facebook.btn-outline:focus, .btn.btn-facebook.btn-outline:hover i:focus, .btn.btn-facebook.btn-outline:active i:focus, .btn.btn-facebook.btn-outline:focus i:focus {
    color: #2d4373 !important;
}

[data-color="facebook"] {
    color: #3b5998 !important;
}

.border-color-facebook, .btn.btn-facebook, .btn.btn-facebook.btn-flat, .btn.btn-facebook.btn-rounded, .btn.btn-facebook.btn-outline, .btn.btn-facebook.btn-outline.btn-rounded {
    border-color: #3b5998 !important;
}

.border-color-facebook-hover:hover, .btn.btn-facebook:hover, .btn.btn-facebook.btn-outline.btn-rounded:hover, .border-color-facebook-hover:active, .btn.btn-facebook:active, .btn.btn-facebook.btn-outline.btn-rounded:active, .border-color-facebook-hover:focus, .btn.btn-facebook:focus, .btn.btn-facebook.btn-outline.btn-rounded:focus {
    border-color: #2d4373 !important;
}

[data-border-color="facebook"] {
    border-color: #3b5998 !important;
}

.bg-google, .btn.btn-google, .btn.btn-google.btn-flat, .btn.btn-google.btn-rounded {
    background-color: #dd4b39 !important;
}

.bg-google-hover:hover, .btn.btn-google:hover, .bg-google-hover:active, .btn.btn-google:active, .bg-google-hover:focus, .btn.btn-google:focus {
    background-color: #c23321 !important;
}

.bg-google-odd:nth-child(odd) {
    background-color: #dd4b39 !important;
}

.bg-google-even:nth-child(even) {
    background-color: #dd4b39 !important;
}

[data-bg="google"] {
    background-color: #dd4b39 !important;
}

.color-google, .btn.btn-google.btn-outline, .btn.btn-google.btn-outline i, .btn.btn-google.btn-outline.btn-rounded, .btn.btn-google.btn-outline.btn-rounded i {
    color: #dd4b39 !important;
}

.color-google-hover:hover, .btn.btn-google.btn-outline:hover, .btn.btn-google.btn-outline:hover i:hover, .btn.btn-google.btn-outline:active i:hover, .btn.btn-google.btn-outline:focus i:hover, .color-google-hover:active, .btn.btn-google.btn-outline:active, .btn.btn-google.btn-outline:hover i:active, .btn.btn-google.btn-outline:active i:active, .btn.btn-google.btn-outline:focus i:active, .color-google-hover:focus, .btn.btn-google.btn-outline:focus, .btn.btn-google.btn-outline:hover i:focus, .btn.btn-google.btn-outline:active i:focus, .btn.btn-google.btn-outline:focus i:focus {
    color: #c23321 !important;
}

[data-color="google"] {
    color: #dd4b39 !important;
}

.border-color-google, .btn.btn-google, .btn.btn-google.btn-flat, .btn.btn-google.btn-rounded, .btn.btn-google.btn-outline, .btn.btn-google.btn-outline.btn-rounded {
    border-color: #dd4b39 !important;
}

.border-color-google-hover:hover, .btn.btn-google:hover, .btn.btn-google.btn-outline.btn-rounded:hover, .border-color-google-hover:active, .btn.btn-google:active, .btn.btn-google.btn-outline.btn-rounded:active, .border-color-google-hover:focus, .btn.btn-google:focus, .btn.btn-google.btn-outline.btn-rounded:focus {
    border-color: #c23321 !important;
}

[data-border-color="google"] {
    border-color: #dd4b39 !important;
}

.bg-bg-1 {
    background-color: #0267bf !important;
}

.bg-bg-1-hover:hover, .bg-bg-1-hover:active, .bg-bg-1-hover:focus {
    background-color: #014c8c !important;
}

.bg-bg-1-odd:nth-child(odd) {
    background-color: #0267bf !important;
}

.bg-bg-1-even:nth-child(even) {
    background-color: #0267bf !important;
}

[data-bg="bg-1"] {
    background-color: #0267bf !important;
}

.color-bg-1 {
    color: #0267bf !important;
}

.color-bg-1-hover:hover, .color-bg-1-hover:active, .color-bg-1-hover:focus {
    color: #014c8c !important;
}

[data-color="bg-1"] {
    color: #0267bf !important;
}

.border-color-bg-1 {
    border-color: #0267bf !important;
}

.border-color-bg-1-hover:hover, .border-color-bg-1-hover:active, .border-color-bg-1-hover:focus {
    border-color: #014c8c !important;
}

[data-border-color="bg-1"] {
    border-color: #0267bf !important;
}

.bg-bg-1-100 {
    background-color: #299bfd !important;
}

.bg-bg-1-100-hover:hover, .bg-bg-1-100-hover:active, .bg-bg-1-100-hover:focus {
    background-color: #0283f1 !important;
}

.bg-bg-1-100-odd:nth-child(odd) {
    background-color: #299bfd !important;
}

.bg-bg-1-100-even:nth-child(even) {
    background-color: #299bfd !important;
}

[data-bg="bg-1-100"] {
    background-color: #299bfd !important;
}

.color-bg-1-100 {
    color: #299bfd !important;
}

.color-bg-1-100-hover:hover, .color-bg-1-100-hover:active, .color-bg-1-100-hover:focus {
    color: #0283f1 !important;
}

[data-color="bg-1-100"] {
    color: #299bfd !important;
}

.border-color-bg-1-100 {
    border-color: #299bfd !important;
}

.border-color-bg-1-100-hover:hover, .border-color-bg-1-100-hover:active, .border-color-bg-1-100-hover:focus {
    border-color: #0283f1 !important;
}

[data-border-color="bg-1-100"] {
    border-color: #299bfd !important;
}

.bg-bg-1-200 {
    background-color: #108ffd !important;
}

.bg-bg-1-200-hover:hover, .bg-bg-1-200-hover:active, .bg-bg-1-200-hover:focus {
    background-color: #0275d8 !important;
}

.bg-bg-1-200-odd:nth-child(odd) {
    background-color: #108ffd !important;
}

.bg-bg-1-200-even:nth-child(even) {
    background-color: #108ffd !important;
}

[data-bg="bg-1-200"] {
    background-color: #108ffd !important;
}

.color-bg-1-200 {
    color: #108ffd !important;
}

.color-bg-1-200-hover:hover, .color-bg-1-200-hover:active, .color-bg-1-200-hover:focus {
    color: #0275d8 !important;
}

[data-color="bg-1-200"] {
    color: #108ffd !important;
}

.border-color-bg-1-200 {
    border-color: #108ffd !important;
}

.border-color-bg-1-200-hover:hover, .border-color-bg-1-200-hover:active, .border-color-bg-1-200-hover:focus {
    border-color: #0275d8 !important;
}

[data-border-color="bg-1-200"] {
    border-color: #108ffd !important;
}

.bg-bg-1-300 {
    background-color: #0283f1 !important;
}

.bg-bg-1-300-hover:hover, .bg-bg-1-300-hover:active, .bg-bg-1-300-hover:focus {
    background-color: #0267bf !important;
}

.bg-bg-1-300-odd:nth-child(odd) {
    background-color: #0283f1 !important;
}

.bg-bg-1-300-even:nth-child(even) {
    background-color: #0283f1 !important;
}

[data-bg="bg-1-300"] {
    background-color: #0283f1 !important;
}

.color-bg-1-300 {
    color: #0283f1 !important;
}

.color-bg-1-300-hover:hover, .color-bg-1-300-hover:active, .color-bg-1-300-hover:focus {
    color: #0267bf !important;
}

[data-color="bg-1-300"] {
    color: #0283f1 !important;
}

.border-color-bg-1-300 {
    border-color: #0283f1 !important;
}

.border-color-bg-1-300-hover:hover, .border-color-bg-1-300-hover:active, .border-color-bg-1-300-hover:focus {
    border-color: #0267bf !important;
}

[data-border-color="bg-1-300"] {
    border-color: #0283f1 !important;
}

.bg-bg-1-400 {
    background-color: #0275d8 !important;
}

.bg-bg-1-400-hover:hover, .bg-bg-1-400-hover:active, .bg-bg-1-400-hover:focus {
    background-color: #025aa5 !important;
}

.bg-bg-1-400-odd:nth-child(odd) {
    background-color: #0275d8 !important;
}

.bg-bg-1-400-even:nth-child(even) {
    background-color: #0275d8 !important;
}

[data-bg="bg-1-400"] {
    background-color: #0275d8 !important;
}

.color-bg-1-400 {
    color: #0275d8 !important;
}

.color-bg-1-400-hover:hover, .color-bg-1-400-hover:active, .color-bg-1-400-hover:focus {
    color: #025aa5 !important;
}

[data-color="bg-1-400"] {
    color: #0275d8 !important;
}

.border-color-bg-1-400 {
    border-color: #0275d8 !important;
}

.border-color-bg-1-400-hover:hover, .border-color-bg-1-400-hover:active, .border-color-bg-1-400-hover:focus {
    border-color: #025aa5 !important;
}

[data-border-color="bg-1-400"] {
    border-color: #0275d8 !important;
}

.bg-bg-1-500 {
    background-color: #0267bf !important;
}

.bg-bg-1-500-hover:hover, .bg-bg-1-500-hover:active, .bg-bg-1-500-hover:focus {
    background-color: #014c8c !important;
}

.bg-bg-1-500-odd:nth-child(odd) {
    background-color: #0267bf !important;
}

.bg-bg-1-500-even:nth-child(even) {
    background-color: #0267bf !important;
}

[data-bg="bg-1-500"] {
    background-color: #0267bf !important;
}

.color-bg-1-500 {
    color: #0267bf !important;
}

.color-bg-1-500-hover:hover, .color-bg-1-500-hover:active, .color-bg-1-500-hover:focus {
    color: #014c8c !important;
}

[data-color="bg-1-500"] {
    color: #0267bf !important;
}

.border-color-bg-1-500 {
    border-color: #0267bf !important;
}

.border-color-bg-1-500-hover:hover, .border-color-bg-1-500-hover:active, .border-color-bg-1-500-hover:focus {
    border-color: #014c8c !important;
}

[data-border-color="bg-1-500"] {
    border-color: #0267bf !important;
}

.bg-bg-1-600 {
    background-color: #025aa5 !important;
}

.bg-bg-1-600-hover:hover, .bg-bg-1-600-hover:active, .bg-bg-1-600-hover:focus {
    background-color: #013e73 !important;
}

.bg-bg-1-600-odd:nth-child(odd) {
    background-color: #025aa5 !important;
}

.bg-bg-1-600-even:nth-child(even) {
    background-color: #025aa5 !important;
}

[data-bg="bg-1-600"] {
    background-color: #025aa5 !important;
}

.color-bg-1-600 {
    color: #025aa5 !important;
}

.color-bg-1-600-hover:hover, .color-bg-1-600-hover:active, .color-bg-1-600-hover:focus {
    color: #013e73 !important;
}

[data-color="bg-1-600"] {
    color: #025aa5 !important;
}

.border-color-bg-1-600 {
    border-color: #025aa5 !important;
}

.border-color-bg-1-600-hover:hover, .border-color-bg-1-600-hover:active, .border-color-bg-1-600-hover:focus {
    border-color: #013e73 !important;
}

[data-border-color="bg-1-600"] {
    border-color: #025aa5 !important;
}

.bg-bg-1-700 {
    background-color: #014c8c !important;
}

.bg-bg-1-700-hover:hover, .bg-bg-1-700-hover:active, .bg-bg-1-700-hover:focus {
    background-color: #01315a !important;
}

.bg-bg-1-700-odd:nth-child(odd) {
    background-color: #014c8c !important;
}

.bg-bg-1-700-even:nth-child(even) {
    background-color: #014c8c !important;
}

[data-bg="bg-1-700"] {
    background-color: #014c8c !important;
}

.color-bg-1-700 {
    color: #014c8c !important;
}

.color-bg-1-700-hover:hover, .color-bg-1-700-hover:active, .color-bg-1-700-hover:focus {
    color: #01315a !important;
}

[data-color="bg-1-700"] {
    color: #014c8c !important;
}

.border-color-bg-1-700 {
    border-color: #014c8c !important;
}

.border-color-bg-1-700-hover:hover, .border-color-bg-1-700-hover:active, .border-color-bg-1-700-hover:focus {
    border-color: #01315a !important;
}

[data-border-color="bg-1-700"] {
    border-color: #014c8c !important;
}

.bg-bg-1-800 {
    background-color: #013e73 !important;
}

.bg-bg-1-800-hover:hover, .bg-bg-1-800-hover:active, .bg-bg-1-800-hover:focus {
    background-color: #012340 !important;
}

.bg-bg-1-800-odd:nth-child(odd) {
    background-color: #013e73 !important;
}

.bg-bg-1-800-even:nth-child(even) {
    background-color: #013e73 !important;
}

[data-bg="bg-1-800"] {
    background-color: #013e73 !important;
}

.color-bg-1-800 {
    color: #013e73 !important;
}

.color-bg-1-800-hover:hover, .color-bg-1-800-hover:active, .color-bg-1-800-hover:focus {
    color: #012340 !important;
}

[data-color="bg-1-800"] {
    color: #013e73 !important;
}

.border-color-bg-1-800 {
    border-color: #013e73 !important;
}

.border-color-bg-1-800-hover:hover, .border-color-bg-1-800-hover:active, .border-color-bg-1-800-hover:focus {
    border-color: #012340 !important;
}

[data-border-color="bg-1-800"] {
    border-color: #013e73 !important;
}

.bg-bg-1-900 {
    background-color: #01315a !important;
}

.bg-bg-1-900-hover:hover, .bg-bg-1-900-hover:active, .bg-bg-1-900-hover:focus {
    background-color: #001527 !important;
}

.bg-bg-1-900-odd:nth-child(odd) {
    background-color: #01315a !important;
}

.bg-bg-1-900-even:nth-child(even) {
    background-color: #01315a !important;
}

[data-bg="bg-1-900"] {
    background-color: #01315a !important;
}

.color-bg-1-900 {
    color: #01315a !important;
}

.color-bg-1-900-hover:hover, .color-bg-1-900-hover:active, .color-bg-1-900-hover:focus {
    color: #001527 !important;
}

[data-color="bg-1-900"] {
    color: #01315a !important;
}

.border-color-bg-1-900 {
    border-color: #01315a !important;
}

.border-color-bg-1-900-hover:hover, .border-color-bg-1-900-hover:active, .border-color-bg-1-900-hover:focus {
    border-color: #001527 !important;
}

[data-border-color="bg-1-900"] {
    border-color: #01315a !important;
}

.bg-bg-2 {
    background-color: #002451 !important;
}

.bg-bg-2-hover:hover, .bg-bg-2-hover:active, .bg-bg-2-hover:focus {
    background-color: #000d1e !important;
}

.bg-bg-2-odd:nth-child(odd) {
    background-color: #002451 !important;
}

.bg-bg-2-even:nth-child(even) {
    background-color: #002451 !important;
}

[data-bg="bg-2"] {
    background-color: #002451 !important;
}

.color-bg-2 {
    color: #002451 !important;
}

.color-bg-2-hover:hover, .color-bg-2-hover:active, .color-bg-2-hover:focus {
    color: #000d1e !important;
}

[data-color="bg-2"] {
    color: #002451 !important;
}

.border-color-bg-2 {
    border-color: #002451 !important;
}

.border-color-bg-2-hover:hover, .border-color-bg-2-hover:active, .border-color-bg-2-hover:focus {
    border-color: #000d1e !important;
}

[data-border-color="bg-2"] {
    border-color: #002451 !important;
}

.bg-bg-2-100 {
    background-color: #0051b7 !important;
}

.bg-bg-2-100-hover:hover, .bg-bg-2-100-hover:active, .bg-bg-2-100-hover:focus {
    background-color: #003b84 !important;
}

.bg-bg-2-100-odd:nth-child(odd) {
    background-color: #0051b7 !important;
}

.bg-bg-2-100-even:nth-child(even) {
    background-color: #0051b7 !important;
}

[data-bg="bg-2-100"] {
    background-color: #0051b7 !important;
}

.color-bg-2-100 {
    color: #0051b7 !important;
}

.color-bg-2-100-hover:hover, .color-bg-2-100-hover:active, .color-bg-2-100-hover:focus {
    color: #003b84 !important;
}

[data-color="bg-2-100"] {
    color: #0051b7 !important;
}

.border-color-bg-2-100 {
    border-color: #0051b7 !important;
}

.border-color-bg-2-100-hover:hover, .border-color-bg-2-100-hover:active, .border-color-bg-2-100-hover:focus {
    border-color: #003b84 !important;
}

[data-border-color="bg-2-100"] {
    border-color: #0051b7 !important;
}

.bg-bg-2-200 {
    background-color: #00469e !important;
}

.bg-bg-2-200-hover:hover, .bg-bg-2-200-hover:active, .bg-bg-2-200-hover:focus {
    background-color: #002f6b !important;
}

.bg-bg-2-200-odd:nth-child(odd) {
    background-color: #00469e !important;
}

.bg-bg-2-200-even:nth-child(even) {
    background-color: #00469e !important;
}

[data-bg="bg-2-200"] {
    background-color: #00469e !important;
}

.color-bg-2-200 {
    color: #00469e !important;
}

.color-bg-2-200-hover:hover, .color-bg-2-200-hover:active, .color-bg-2-200-hover:focus {
    color: #002f6b !important;
}

[data-color="bg-2-200"] {
    color: #00469e !important;
}

.border-color-bg-2-200 {
    border-color: #00469e !important;
}

.border-color-bg-2-200-hover:hover, .border-color-bg-2-200-hover:active, .border-color-bg-2-200-hover:focus {
    border-color: #002f6b !important;
}

[data-border-color="bg-2-200"] {
    border-color: #00469e !important;
}

.bg-bg-2-300 {
    background-color: #003b84 !important;
}

.bg-bg-2-300-hover:hover, .bg-bg-2-300-hover:active, .bg-bg-2-300-hover:focus {
    background-color: #002451 !important;
}

.bg-bg-2-300-odd:nth-child(odd) {
    background-color: #003b84 !important;
}

.bg-bg-2-300-even:nth-child(even) {
    background-color: #003b84 !important;
}

[data-bg="bg-2-300"] {
    background-color: #003b84 !important;
}

.color-bg-2-300 {
    color: #003b84 !important;
}

.color-bg-2-300-hover:hover, .color-bg-2-300-hover:active, .color-bg-2-300-hover:focus {
    color: #002451 !important;
}

[data-color="bg-2-300"] {
    color: #003b84 !important;
}

.border-color-bg-2-300 {
    border-color: #003b84 !important;
}

.border-color-bg-2-300-hover:hover, .border-color-bg-2-300-hover:active, .border-color-bg-2-300-hover:focus {
    border-color: #002451 !important;
}

[data-border-color="bg-2-300"] {
    border-color: #003b84 !important;
}

.bg-bg-2-400 {
    background-color: #002f6b !important;
}

.bg-bg-2-400-hover:hover, .bg-bg-2-400-hover:active, .bg-bg-2-400-hover:focus {
    background-color: #001938 !important;
}

.bg-bg-2-400-odd:nth-child(odd) {
    background-color: #002f6b !important;
}

.bg-bg-2-400-even:nth-child(even) {
    background-color: #002f6b !important;
}

[data-bg="bg-2-400"] {
    background-color: #002f6b !important;
}

.color-bg-2-400 {
    color: #002f6b !important;
}

.color-bg-2-400-hover:hover, .color-bg-2-400-hover:active, .color-bg-2-400-hover:focus {
    color: #001938 !important;
}

[data-color="bg-2-400"] {
    color: #002f6b !important;
}

.border-color-bg-2-400 {
    border-color: #002f6b !important;
}

.border-color-bg-2-400-hover:hover, .border-color-bg-2-400-hover:active, .border-color-bg-2-400-hover:focus {
    border-color: #001938 !important;
}

[data-border-color="bg-2-400"] {
    border-color: #002f6b !important;
}

.bg-bg-2-500 {
    background-color: #002451 !important;
}

.bg-bg-2-500-hover:hover, .bg-bg-2-500-hover:active, .bg-bg-2-500-hover:focus {
    background-color: #000d1e !important;
}

.bg-bg-2-500-odd:nth-child(odd) {
    background-color: #002451 !important;
}

.bg-bg-2-500-even:nth-child(even) {
    background-color: #002451 !important;
}

[data-bg="bg-2-500"] {
    background-color: #002451 !important;
}

.color-bg-2-500 {
    color: #002451 !important;
}

.color-bg-2-500-hover:hover, .color-bg-2-500-hover:active, .color-bg-2-500-hover:focus {
    color: #000d1e !important;
}

[data-color="bg-2-500"] {
    color: #002451 !important;
}

.border-color-bg-2-500 {
    border-color: #002451 !important;
}

.border-color-bg-2-500-hover:hover, .border-color-bg-2-500-hover:active, .border-color-bg-2-500-hover:focus {
    border-color: #000d1e !important;
}

[data-border-color="bg-2-500"] {
    border-color: #002451 !important;
}

.bg-bg-2-600 {
    background-color: #001938 !important;
}

.bg-bg-2-600-hover:hover, .bg-bg-2-600-hover:active, .bg-bg-2-600-hover:focus {
    background-color: #000205 !important;
}

.bg-bg-2-600-odd:nth-child(odd) {
    background-color: #001938 !important;
}

.bg-bg-2-600-even:nth-child(even) {
    background-color: #001938 !important;
}

[data-bg="bg-2-600"] {
    background-color: #001938 !important;
}

.color-bg-2-600 {
    color: #001938 !important;
}

.color-bg-2-600-hover:hover, .color-bg-2-600-hover:active, .color-bg-2-600-hover:focus {
    color: #000205 !important;
}

[data-color="bg-2-600"] {
    color: #001938 !important;
}

.border-color-bg-2-600 {
    border-color: #001938 !important;
}

.border-color-bg-2-600-hover:hover, .border-color-bg-2-600-hover:active, .border-color-bg-2-600-hover:focus {
    border-color: #000205 !important;
}

[data-border-color="bg-2-600"] {
    border-color: #001938 !important;
}

.bg-bg-2-700 {
    background-color: #000d1e !important;
}

.bg-bg-2-700-hover:hover, .bg-bg-2-700-hover:active, .bg-bg-2-700-hover:focus {
    background-color: black !important;
}

.bg-bg-2-700-odd:nth-child(odd) {
    background-color: #000d1e !important;
}

.bg-bg-2-700-even:nth-child(even) {
    background-color: #000d1e !important;
}

[data-bg="bg-2-700"] {
    background-color: #000d1e !important;
}

.color-bg-2-700 {
    color: #000d1e !important;
}

.color-bg-2-700-hover:hover, .color-bg-2-700-hover:active, .color-bg-2-700-hover:focus {
    color: black !important;
}

[data-color="bg-2-700"] {
    color: #000d1e !important;
}

.border-color-bg-2-700 {
    border-color: #000d1e !important;
}

.border-color-bg-2-700-hover:hover, .border-color-bg-2-700-hover:active, .border-color-bg-2-700-hover:focus {
    border-color: black !important;
}

[data-border-color="bg-2-700"] {
    border-color: #000d1e !important;
}

.bg-bg-2-800 {
    background-color: #000205 !important;
}

.bg-bg-2-800-hover:hover, .bg-bg-2-800-hover:active, .bg-bg-2-800-hover:focus {
    background-color: black !important;
}

.bg-bg-2-800-odd:nth-child(odd) {
    background-color: #000205 !important;
}

.bg-bg-2-800-even:nth-child(even) {
    background-color: #000205 !important;
}

[data-bg="bg-2-800"] {
    background-color: #000205 !important;
}

.color-bg-2-800 {
    color: #000205 !important;
}

.color-bg-2-800-hover:hover, .color-bg-2-800-hover:active, .color-bg-2-800-hover:focus {
    color: black !important;
}

[data-color="bg-2-800"] {
    color: #000205 !important;
}

.border-color-bg-2-800 {
    border-color: #000205 !important;
}

.border-color-bg-2-800-hover:hover, .border-color-bg-2-800-hover:active, .border-color-bg-2-800-hover:focus {
    border-color: black !important;
}

[data-border-color="bg-2-800"] {
    border-color: #000205 !important;
}

.bg-bg-2-900 {
    background-color: black !important;
}

.bg-bg-2-900-hover:hover, .bg-bg-2-900-hover:active, .bg-bg-2-900-hover:focus {
    background-color: black !important;
}

.bg-bg-2-900-odd:nth-child(odd) {
    background-color: black !important;
}

.bg-bg-2-900-even:nth-child(even) {
    background-color: black !important;
}

[data-bg="bg-2-900"] {
    background-color: black !important;
}

.color-bg-2-900 {
    color: black !important;
}

.color-bg-2-900-hover:hover, .color-bg-2-900-hover:active, .color-bg-2-900-hover:focus {
    color: black !important;
}

[data-color="bg-2-900"] {
    color: black !important;
}

.border-color-bg-2-900 {
    border-color: black !important;
}

.border-color-bg-2-900-hover:hover, .border-color-bg-2-900-hover:active, .border-color-bg-2-900-hover:focus {
    border-color: black !important;
}

[data-border-color="bg-2-900"] {
    border-color: black !important;
}

.bg-bg-3 {
    background-color: #262932 !important;
}

.bg-bg-3-hover:hover, .bg-bg-3-hover:active, .bg-bg-3-hover:focus {
    background-color: #101115 !important;
}

.bg-bg-3-odd:nth-child(odd) {
    background-color: #262932 !important;
}

.bg-bg-3-even:nth-child(even) {
    background-color: #262932 !important;
}

[data-bg="bg-3"] {
    background-color: #262932 !important;
}

.color-bg-3 {
    color: #262932 !important;
}

.color-bg-3-hover:hover, .color-bg-3-hover:active, .color-bg-3-hover:focus {
    color: #101115 !important;
}

[data-color="bg-3"] {
    color: #262932 !important;
}

.border-color-bg-3 {
    border-color: #262932 !important;
}

.border-color-bg-3-hover:hover, .border-color-bg-3-hover:active, .border-color-bg-3-hover:focus {
    border-color: #101115 !important;
}

[data-border-color="bg-3"] {
    border-color: #262932 !important;
}

.bg-bg-3-100 {
    background-color: #52596c !important;
}

.bg-bg-3-100-hover:hover, .bg-bg-3-100-hover:active, .bg-bg-3-100-hover:focus {
    background-color: #3c414f !important;
}

.bg-bg-3-100-odd:nth-child(odd) {
    background-color: #52596c !important;
}

.bg-bg-3-100-even:nth-child(even) {
    background-color: #52596c !important;
}

[data-bg="bg-3-100"] {
    background-color: #52596c !important;
}

.color-bg-3-100 {
    color: #52596c !important;
}

.color-bg-3-100-hover:hover, .color-bg-3-100-hover:active, .color-bg-3-100-hover:focus {
    color: #3c414f !important;
}

[data-color="bg-3-100"] {
    color: #52596c !important;
}

.border-color-bg-3-100 {
    border-color: #52596c !important;
}

.border-color-bg-3-100-hover:hover, .border-color-bg-3-100-hover:active, .border-color-bg-3-100-hover:focus {
    border-color: #3c414f !important;
}

[data-border-color="bg-3-100"] {
    border-color: #52596c !important;
}

.bg-bg-3-200 {
    background-color: #474d5d !important;
}

.bg-bg-3-200-hover:hover, .bg-bg-3-200-hover:active, .bg-bg-3-200-hover:focus {
    background-color: #313540 !important;
}

.bg-bg-3-200-odd:nth-child(odd) {
    background-color: #474d5d !important;
}

.bg-bg-3-200-even:nth-child(even) {
    background-color: #474d5d !important;
}

[data-bg="bg-3-200"] {
    background-color: #474d5d !important;
}

.color-bg-3-200 {
    color: #474d5d !important;
}

.color-bg-3-200-hover:hover, .color-bg-3-200-hover:active, .color-bg-3-200-hover:focus {
    color: #313540 !important;
}

[data-color="bg-3-200"] {
    color: #474d5d !important;
}

.border-color-bg-3-200 {
    border-color: #474d5d !important;
}

.border-color-bg-3-200-hover:hover, .border-color-bg-3-200-hover:active, .border-color-bg-3-200-hover:focus {
    border-color: #313540 !important;
}

[data-border-color="bg-3-200"] {
    border-color: #474d5d !important;
}

.bg-bg-3-300 {
    background-color: #3c414f !important;
}

.bg-bg-3-300-hover:hover, .bg-bg-3-300-hover:active, .bg-bg-3-300-hover:focus {
    background-color: #262932 !important;
}

.bg-bg-3-300-odd:nth-child(odd) {
    background-color: #3c414f !important;
}

.bg-bg-3-300-even:nth-child(even) {
    background-color: #3c414f !important;
}

[data-bg="bg-3-300"] {
    background-color: #3c414f !important;
}

.color-bg-3-300 {
    color: #3c414f !important;
}

.color-bg-3-300-hover:hover, .color-bg-3-300-hover:active, .color-bg-3-300-hover:focus {
    color: #262932 !important;
}

[data-color="bg-3-300"] {
    color: #3c414f !important;
}

.border-color-bg-3-300 {
    border-color: #3c414f !important;
}

.border-color-bg-3-300-hover:hover, .border-color-bg-3-300-hover:active, .border-color-bg-3-300-hover:focus {
    border-color: #262932 !important;
}

[data-border-color="bg-3-300"] {
    border-color: #3c414f !important;
}

.bg-bg-3-400 {
    background-color: #313540 !important;
}

.bg-bg-3-400-hover:hover, .bg-bg-3-400-hover:active, .bg-bg-3-400-hover:focus {
    background-color: #1b1d24 !important;
}

.bg-bg-3-400-odd:nth-child(odd) {
    background-color: #313540 !important;
}

.bg-bg-3-400-even:nth-child(even) {
    background-color: #313540 !important;
}

[data-bg="bg-3-400"] {
    background-color: #313540 !important;
}

.color-bg-3-400 {
    color: #313540 !important;
}

.color-bg-3-400-hover:hover, .color-bg-3-400-hover:active, .color-bg-3-400-hover:focus {
    color: #1b1d24 !important;
}

[data-color="bg-3-400"] {
    color: #313540 !important;
}

.border-color-bg-3-400 {
    border-color: #313540 !important;
}

.border-color-bg-3-400-hover:hover, .border-color-bg-3-400-hover:active, .border-color-bg-3-400-hover:focus {
    border-color: #1b1d24 !important;
}

[data-border-color="bg-3-400"] {
    border-color: #313540 !important;
}

.bg-bg-3-500 {
    background-color: #262932 !important;
}

.bg-bg-3-500-hover:hover, .bg-bg-3-500-hover:active, .bg-bg-3-500-hover:focus {
    background-color: #101115 !important;
}

.bg-bg-3-500-odd:nth-child(odd) {
    background-color: #262932 !important;
}

.bg-bg-3-500-even:nth-child(even) {
    background-color: #262932 !important;
}

[data-bg="bg-3-500"] {
    background-color: #262932 !important;
}

.color-bg-3-500 {
    color: #262932 !important;
}

.color-bg-3-500-hover:hover, .color-bg-3-500-hover:active, .color-bg-3-500-hover:focus {
    color: #101115 !important;
}

[data-color="bg-3-500"] {
    color: #262932 !important;
}

.border-color-bg-3-500 {
    border-color: #262932 !important;
}

.border-color-bg-3-500-hover:hover, .border-color-bg-3-500-hover:active, .border-color-bg-3-500-hover:focus {
    border-color: #101115 !important;
}

[data-border-color="bg-3-500"] {
    border-color: #262932 !important;
}

.bg-bg-3-600 {
    background-color: #1b1d24 !important;
}

.bg-bg-3-600-hover:hover, .bg-bg-3-600-hover:active, .bg-bg-3-600-hover:focus {
    background-color: #050507 !important;
}

.bg-bg-3-600-odd:nth-child(odd) {
    background-color: #1b1d24 !important;
}

.bg-bg-3-600-even:nth-child(even) {
    background-color: #1b1d24 !important;
}

[data-bg="bg-3-600"] {
    background-color: #1b1d24 !important;
}

.color-bg-3-600 {
    color: #1b1d24 !important;
}

.color-bg-3-600-hover:hover, .color-bg-3-600-hover:active, .color-bg-3-600-hover:focus {
    color: #050507 !important;
}

[data-color="bg-3-600"] {
    color: #1b1d24 !important;
}

.border-color-bg-3-600 {
    border-color: #1b1d24 !important;
}

.border-color-bg-3-600-hover:hover, .border-color-bg-3-600-hover:active, .border-color-bg-3-600-hover:focus {
    border-color: #050507 !important;
}

[data-border-color="bg-3-600"] {
    border-color: #1b1d24 !important;
}

.bg-bg-3-700 {
    background-color: #101115 !important;
}

.bg-bg-3-700-hover:hover, .bg-bg-3-700-hover:active, .bg-bg-3-700-hover:focus {
    background-color: black !important;
}

.bg-bg-3-700-odd:nth-child(odd) {
    background-color: #101115 !important;
}

.bg-bg-3-700-even:nth-child(even) {
    background-color: #101115 !important;
}

[data-bg="bg-3-700"] {
    background-color: #101115 !important;
}

.color-bg-3-700 {
    color: #101115 !important;
}

.color-bg-3-700-hover:hover, .color-bg-3-700-hover:active, .color-bg-3-700-hover:focus {
    color: black !important;
}

[data-color="bg-3-700"] {
    color: #101115 !important;
}

.border-color-bg-3-700 {
    border-color: #101115 !important;
}

.border-color-bg-3-700-hover:hover, .border-color-bg-3-700-hover:active, .border-color-bg-3-700-hover:focus {
    border-color: black !important;
}

[data-border-color="bg-3-700"] {
    border-color: #101115 !important;
}

.bg-bg-3-800 {
    background-color: #050507 !important;
}

.bg-bg-3-800-hover:hover, .bg-bg-3-800-hover:active, .bg-bg-3-800-hover:focus {
    background-color: black !important;
}

.bg-bg-3-800-odd:nth-child(odd) {
    background-color: #050507 !important;
}

.bg-bg-3-800-even:nth-child(even) {
    background-color: #050507 !important;
}

[data-bg="bg-3-800"] {
    background-color: #050507 !important;
}

.color-bg-3-800 {
    color: #050507 !important;
}

.color-bg-3-800-hover:hover, .color-bg-3-800-hover:active, .color-bg-3-800-hover:focus {
    color: black !important;
}

[data-color="bg-3-800"] {
    color: #050507 !important;
}

.border-color-bg-3-800 {
    border-color: #050507 !important;
}

.border-color-bg-3-800-hover:hover, .border-color-bg-3-800-hover:active, .border-color-bg-3-800-hover:focus {
    border-color: black !important;
}

[data-border-color="bg-3-800"] {
    border-color: #050507 !important;
}

.bg-bg-3-900 {
    background-color: black !important;
}

.bg-bg-3-900-hover:hover, .bg-bg-3-900-hover:active, .bg-bg-3-900-hover:focus {
    background-color: black !important;
}

.bg-bg-3-900-odd:nth-child(odd) {
    background-color: black !important;
}

.bg-bg-3-900-even:nth-child(even) {
    background-color: black !important;
}

[data-bg="bg-3-900"] {
    background-color: black !important;
}

.color-bg-3-900 {
    color: black !important;
}

.color-bg-3-900-hover:hover, .color-bg-3-900-hover:active, .color-bg-3-900-hover:focus {
    color: black !important;
}

[data-color="bg-3-900"] {
    color: black !important;
}

.border-color-bg-3-900 {
    border-color: black !important;
}

.border-color-bg-3-900-hover:hover, .border-color-bg-3-900-hover:active, .border-color-bg-3-900-hover:focus {
    border-color: black !important;
}

[data-border-color="bg-3-900"] {
    border-color: black !important;
}

.bg-bg-4 {
    background-color: #000000 !important;
}

.bg-bg-4-hover:hover, .bg-bg-4-hover:active, .bg-bg-4-hover:focus {
    background-color: black !important;
}

.bg-bg-4-odd:nth-child(odd) {
    background-color: #000000 !important;
}

.bg-bg-4-even:nth-child(even) {
    background-color: #000000 !important;
}

[data-bg="bg-4"] {
    background-color: #000000 !important;
}

.color-bg-4 {
    color: #000000 !important;
}

.color-bg-4-hover:hover, .color-bg-4-hover:active, .color-bg-4-hover:focus {
    color: black !important;
}

[data-color="bg-4"] {
    color: #000000 !important;
}

.border-color-bg-4 {
    border-color: #000000 !important;
}

.border-color-bg-4-hover:hover, .border-color-bg-4-hover:active, .border-color-bg-4-hover:focus {
    border-color: black !important;
}

[data-border-color="bg-4"] {
    border-color: #000000 !important;
}

.bg-bg-4-100 {
    background-color: #333333 !important;
}

.bg-bg-4-100-hover:hover, .bg-bg-4-100-hover:active, .bg-bg-4-100-hover:focus {
    background-color: #1a1a1a !important;
}

.bg-bg-4-100-odd:nth-child(odd) {
    background-color: #333333 !important;
}

.bg-bg-4-100-even:nth-child(even) {
    background-color: #333333 !important;
}

[data-bg="bg-4-100"] {
    background-color: #333333 !important;
}

.color-bg-4-100 {
    color: #333333 !important;
}

.color-bg-4-100-hover:hover, .color-bg-4-100-hover:active, .color-bg-4-100-hover:focus {
    color: #1a1a1a !important;
}

[data-color="bg-4-100"] {
    color: #333333 !important;
}

.border-color-bg-4-100 {
    border-color: #333333 !important;
}

.border-color-bg-4-100-hover:hover, .border-color-bg-4-100-hover:active, .border-color-bg-4-100-hover:focus {
    border-color: #1a1a1a !important;
}

[data-border-color="bg-4-100"] {
    border-color: #333333 !important;
}

.bg-bg-4-200 {
    background-color: #262626 !important;
}

.bg-bg-4-200-hover:hover, .bg-bg-4-200-hover:active, .bg-bg-4-200-hover:focus {
    background-color: #0d0d0d !important;
}

.bg-bg-4-200-odd:nth-child(odd) {
    background-color: #262626 !important;
}

.bg-bg-4-200-even:nth-child(even) {
    background-color: #262626 !important;
}

[data-bg="bg-4-200"] {
    background-color: #262626 !important;
}

.color-bg-4-200 {
    color: #262626 !important;
}

.color-bg-4-200-hover:hover, .color-bg-4-200-hover:active, .color-bg-4-200-hover:focus {
    color: #0d0d0d !important;
}

[data-color="bg-4-200"] {
    color: #262626 !important;
}

.border-color-bg-4-200 {
    border-color: #262626 !important;
}

.border-color-bg-4-200-hover:hover, .border-color-bg-4-200-hover:active, .border-color-bg-4-200-hover:focus {
    border-color: #0d0d0d !important;
}

[data-border-color="bg-4-200"] {
    border-color: #262626 !important;
}

.bg-bg-4-300 {
    background-color: #1a1a1a !important;
}

.bg-bg-4-300-hover:hover, .bg-bg-4-300-hover:active, .bg-bg-4-300-hover:focus {
    background-color: black !important;
}

.bg-bg-4-300-odd:nth-child(odd) {
    background-color: #1a1a1a !important;
}

.bg-bg-4-300-even:nth-child(even) {
    background-color: #1a1a1a !important;
}

[data-bg="bg-4-300"] {
    background-color: #1a1a1a !important;
}

.color-bg-4-300 {
    color: #1a1a1a !important;
}

.color-bg-4-300-hover:hover, .color-bg-4-300-hover:active, .color-bg-4-300-hover:focus {
    color: black !important;
}

[data-color="bg-4-300"] {
    color: #1a1a1a !important;
}

.border-color-bg-4-300 {
    border-color: #1a1a1a !important;
}

.border-color-bg-4-300-hover:hover, .border-color-bg-4-300-hover:active, .border-color-bg-4-300-hover:focus {
    border-color: black !important;
}

[data-border-color="bg-4-300"] {
    border-color: #1a1a1a !important;
}

.bg-bg-4-400 {
    background-color: #0d0d0d !important;
}

.bg-bg-4-400-hover:hover, .bg-bg-4-400-hover:active, .bg-bg-4-400-hover:focus {
    background-color: black !important;
}

.bg-bg-4-400-odd:nth-child(odd) {
    background-color: #0d0d0d !important;
}

.bg-bg-4-400-even:nth-child(even) {
    background-color: #0d0d0d !important;
}

[data-bg="bg-4-400"] {
    background-color: #0d0d0d !important;
}

.color-bg-4-400 {
    color: #0d0d0d !important;
}

.color-bg-4-400-hover:hover, .color-bg-4-400-hover:active, .color-bg-4-400-hover:focus {
    color: black !important;
}

[data-color="bg-4-400"] {
    color: #0d0d0d !important;
}

.border-color-bg-4-400 {
    border-color: #0d0d0d !important;
}

.border-color-bg-4-400-hover:hover, .border-color-bg-4-400-hover:active, .border-color-bg-4-400-hover:focus {
    border-color: black !important;
}

[data-border-color="bg-4-400"] {
    border-color: #0d0d0d !important;
}

.bg-bg-4-500 {
    background-color: #000000 !important;
}

.bg-bg-4-500-hover:hover, .bg-bg-4-500-hover:active, .bg-bg-4-500-hover:focus {
    background-color: black !important;
}

.bg-bg-4-500-odd:nth-child(odd) {
    background-color: #000000 !important;
}

.bg-bg-4-500-even:nth-child(even) {
    background-color: #000000 !important;
}

[data-bg="bg-4-500"] {
    background-color: #000000 !important;
}

.color-bg-4-500 {
    color: #000000 !important;
}

.color-bg-4-500-hover:hover, .color-bg-4-500-hover:active, .color-bg-4-500-hover:focus {
    color: black !important;
}

[data-color="bg-4-500"] {
    color: #000000 !important;
}

.border-color-bg-4-500 {
    border-color: #000000 !important;
}

.border-color-bg-4-500-hover:hover, .border-color-bg-4-500-hover:active, .border-color-bg-4-500-hover:focus {
    border-color: black !important;
}

[data-border-color="bg-4-500"] {
    border-color: #000000 !important;
}

.bg-bg-4-600 {
    background-color: black !important;
}

.bg-bg-4-600-hover:hover, .bg-bg-4-600-hover:active, .bg-bg-4-600-hover:focus {
    background-color: black !important;
}

.bg-bg-4-600-odd:nth-child(odd) {
    background-color: black !important;
}

.bg-bg-4-600-even:nth-child(even) {
    background-color: black !important;
}

[data-bg="bg-4-600"] {
    background-color: black !important;
}

.color-bg-4-600 {
    color: black !important;
}

.color-bg-4-600-hover:hover, .color-bg-4-600-hover:active, .color-bg-4-600-hover:focus {
    color: black !important;
}

[data-color="bg-4-600"] {
    color: black !important;
}

.border-color-bg-4-600 {
    border-color: black !important;
}

.border-color-bg-4-600-hover:hover, .border-color-bg-4-600-hover:active, .border-color-bg-4-600-hover:focus {
    border-color: black !important;
}

[data-border-color="bg-4-600"] {
    border-color: black !important;
}

.bg-bg-4-700 {
    background-color: black !important;
}

.bg-bg-4-700-hover:hover, .bg-bg-4-700-hover:active, .bg-bg-4-700-hover:focus {
    background-color: black !important;
}

.bg-bg-4-700-odd:nth-child(odd) {
    background-color: black !important;
}

.bg-bg-4-700-even:nth-child(even) {
    background-color: black !important;
}

[data-bg="bg-4-700"] {
    background-color: black !important;
}

.color-bg-4-700 {
    color: black !important;
}

.color-bg-4-700-hover:hover, .color-bg-4-700-hover:active, .color-bg-4-700-hover:focus {
    color: black !important;
}

[data-color="bg-4-700"] {
    color: black !important;
}

.border-color-bg-4-700 {
    border-color: black !important;
}

.border-color-bg-4-700-hover:hover, .border-color-bg-4-700-hover:active, .border-color-bg-4-700-hover:focus {
    border-color: black !important;
}

[data-border-color="bg-4-700"] {
    border-color: black !important;
}

.bg-bg-4-800 {
    background-color: black !important;
}

.bg-bg-4-800-hover:hover, .bg-bg-4-800-hover:active, .bg-bg-4-800-hover:focus {
    background-color: black !important;
}

.bg-bg-4-800-odd:nth-child(odd) {
    background-color: black !important;
}

.bg-bg-4-800-even:nth-child(even) {
    background-color: black !important;
}

[data-bg="bg-4-800"] {
    background-color: black !important;
}

.color-bg-4-800 {
    color: black !important;
}

.color-bg-4-800-hover:hover, .color-bg-4-800-hover:active, .color-bg-4-800-hover:focus {
    color: black !important;
}

[data-color="bg-4-800"] {
    color: black !important;
}

.border-color-bg-4-800 {
    border-color: black !important;
}

.border-color-bg-4-800-hover:hover, .border-color-bg-4-800-hover:active, .border-color-bg-4-800-hover:focus {
    border-color: black !important;
}

[data-border-color="bg-4-800"] {
    border-color: black !important;
}

.bg-bg-4-900 {
    background-color: black !important;
}

.bg-bg-4-900-hover:hover, .bg-bg-4-900-hover:active, .bg-bg-4-900-hover:focus {
    background-color: black !important;
}

.bg-bg-4-900-odd:nth-child(odd) {
    background-color: black !important;
}

.bg-bg-4-900-even:nth-child(even) {
    background-color: black !important;
}

[data-bg="bg-4-900"] {
    background-color: black !important;
}

.color-bg-4-900 {
    color: black !important;
}

.color-bg-4-900-hover:hover, .color-bg-4-900-hover:active, .color-bg-4-900-hover:focus {
    color: black !important;
}

[data-color="bg-4-900"] {
    color: black !important;
}

.border-color-bg-4-900 {
    border-color: black !important;
}

.border-color-bg-4-900-hover:hover, .border-color-bg-4-900-hover:active, .border-color-bg-4-900-hover:focus {
    border-color: black !important;
}

[data-border-color="bg-4-900"] {
    border-color: black !important;
}

.bg-bg-5 {
    background-color: #461C6E !important;
}

.bg-bg-5-hover:hover, .bg-bg-5-hover:active, .bg-bg-5-hover:focus {
    background-color: #2c1245 !important;
}

.bg-bg-5-odd:nth-child(odd) {
    background-color: #461C6E !important;
}

.bg-bg-5-even:nth-child(even) {
    background-color: #461C6E !important;
}

[data-bg="bg-5"] {
    background-color: #461C6E !important;
}

.color-bg-5 {
    color: #461C6E !important;
}

.color-bg-5-hover:hover, .color-bg-5-hover:active, .color-bg-5-hover:focus {
    color: #2c1245 !important;
}

[data-color="bg-5"] {
    color: #461C6E !important;
}

.border-color-bg-5 {
    border-color: #461C6E !important;
}

.border-color-bg-5-hover:hover, .border-color-bg-5-hover:active, .border-color-bg-5-hover:focus {
    border-color: #2c1245 !important;
}

[data-border-color="bg-5"] {
    border-color: #461C6E !important;
}

.bg-bg-5-100 {
    background-color: #7a31bf !important;
}

.bg-bg-5-100-hover:hover, .bg-bg-5-100-hover:active, .bg-bg-5-100-hover:focus {
    background-color: #602697 !important;
}

.bg-bg-5-100-odd:nth-child(odd) {
    background-color: #7a31bf !important;
}

.bg-bg-5-100-even:nth-child(even) {
    background-color: #7a31bf !important;
}

[data-bg="bg-5-100"] {
    background-color: #7a31bf !important;
}

.color-bg-5-100 {
    color: #7a31bf !important;
}

.color-bg-5-100-hover:hover, .color-bg-5-100-hover:active, .color-bg-5-100-hover:focus {
    color: #602697 !important;
}

[data-color="bg-5-100"] {
    color: #7a31bf !important;
}

.border-color-bg-5-100 {
    border-color: #7a31bf !important;
}

.border-color-bg-5-100-hover:hover, .border-color-bg-5-100-hover:active, .border-color-bg-5-100-hover:focus {
    border-color: #602697 !important;
}

[data-border-color="bg-5-100"] {
    border-color: #7a31bf !important;
}

.bg-bg-5-200 {
    background-color: #6d2cab !important;
}

.bg-bg-5-200-hover:hover, .bg-bg-5-200-hover:active, .bg-bg-5-200-hover:focus {
    background-color: #532182 !important;
}

.bg-bg-5-200-odd:nth-child(odd) {
    background-color: #6d2cab !important;
}

.bg-bg-5-200-even:nth-child(even) {
    background-color: #6d2cab !important;
}

[data-bg="bg-5-200"] {
    background-color: #6d2cab !important;
}

.color-bg-5-200 {
    color: #6d2cab !important;
}

.color-bg-5-200-hover:hover, .color-bg-5-200-hover:active, .color-bg-5-200-hover:focus {
    color: #532182 !important;
}

[data-color="bg-5-200"] {
    color: #6d2cab !important;
}

.border-color-bg-5-200 {
    border-color: #6d2cab !important;
}

.border-color-bg-5-200-hover:hover, .border-color-bg-5-200-hover:active, .border-color-bg-5-200-hover:focus {
    border-color: #532182 !important;
}

[data-border-color="bg-5-200"] {
    border-color: #6d2cab !important;
}

.bg-bg-5-300 {
    background-color: #602697 !important;
}

.bg-bg-5-300-hover:hover, .bg-bg-5-300-hover:active, .bg-bg-5-300-hover:focus {
    background-color: #461c6e !important;
}

.bg-bg-5-300-odd:nth-child(odd) {
    background-color: #602697 !important;
}

.bg-bg-5-300-even:nth-child(even) {
    background-color: #602697 !important;
}

[data-bg="bg-5-300"] {
    background-color: #602697 !important;
}

.color-bg-5-300 {
    color: #602697 !important;
}

.color-bg-5-300-hover:hover, .color-bg-5-300-hover:active, .color-bg-5-300-hover:focus {
    color: #461c6e !important;
}

[data-color="bg-5-300"] {
    color: #602697 !important;
}

.border-color-bg-5-300 {
    border-color: #602697 !important;
}

.border-color-bg-5-300-hover:hover, .border-color-bg-5-300-hover:active, .border-color-bg-5-300-hover:focus {
    border-color: #461c6e !important;
}

[data-border-color="bg-5-300"] {
    border-color: #602697 !important;
}

.bg-bg-5-400 {
    background-color: #532182 !important;
}

.bg-bg-5-400-hover:hover, .bg-bg-5-400-hover:active, .bg-bg-5-400-hover:focus {
    background-color: #39175a !important;
}

.bg-bg-5-400-odd:nth-child(odd) {
    background-color: #532182 !important;
}

.bg-bg-5-400-even:nth-child(even) {
    background-color: #532182 !important;
}

[data-bg="bg-5-400"] {
    background-color: #532182 !important;
}

.color-bg-5-400 {
    color: #532182 !important;
}

.color-bg-5-400-hover:hover, .color-bg-5-400-hover:active, .color-bg-5-400-hover:focus {
    color: #39175a !important;
}

[data-color="bg-5-400"] {
    color: #532182 !important;
}

.border-color-bg-5-400 {
    border-color: #532182 !important;
}

.border-color-bg-5-400-hover:hover, .border-color-bg-5-400-hover:active, .border-color-bg-5-400-hover:focus {
    border-color: #39175a !important;
}

[data-border-color="bg-5-400"] {
    border-color: #532182 !important;
}

.bg-bg-5-500 {
    background-color: #461C6E !important;
}

.bg-bg-5-500-hover:hover, .bg-bg-5-500-hover:active, .bg-bg-5-500-hover:focus {
    background-color: #2c1245 !important;
}

.bg-bg-5-500-odd:nth-child(odd) {
    background-color: #461C6E !important;
}

.bg-bg-5-500-even:nth-child(even) {
    background-color: #461C6E !important;
}

[data-bg="bg-5-500"] {
    background-color: #461C6E !important;
}

.color-bg-5-500 {
    color: #461C6E !important;
}

.color-bg-5-500-hover:hover, .color-bg-5-500-hover:active, .color-bg-5-500-hover:focus {
    color: #2c1245 !important;
}

[data-color="bg-5-500"] {
    color: #461C6E !important;
}

.border-color-bg-5-500 {
    border-color: #461C6E !important;
}

.border-color-bg-5-500-hover:hover, .border-color-bg-5-500-hover:active, .border-color-bg-5-500-hover:focus {
    border-color: #2c1245 !important;
}

[data-border-color="bg-5-500"] {
    border-color: #461C6E !important;
}

.bg-bg-5-600 {
    background-color: #39175a !important;
}

.bg-bg-5-600-hover:hover, .bg-bg-5-600-hover:active, .bg-bg-5-600-hover:focus {
    background-color: #1f0c31 !important;
}

.bg-bg-5-600-odd:nth-child(odd) {
    background-color: #39175a !important;
}

.bg-bg-5-600-even:nth-child(even) {
    background-color: #39175a !important;
}

[data-bg="bg-5-600"] {
    background-color: #39175a !important;
}

.color-bg-5-600 {
    color: #39175a !important;
}

.color-bg-5-600-hover:hover, .color-bg-5-600-hover:active, .color-bg-5-600-hover:focus {
    color: #1f0c31 !important;
}

[data-color="bg-5-600"] {
    color: #39175a !important;
}

.border-color-bg-5-600 {
    border-color: #39175a !important;
}

.border-color-bg-5-600-hover:hover, .border-color-bg-5-600-hover:active, .border-color-bg-5-600-hover:focus {
    border-color: #1f0c31 !important;
}

[data-border-color="bg-5-600"] {
    border-color: #39175a !important;
}

.bg-bg-5-700 {
    background-color: #2c1245 !important;
}

.bg-bg-5-700-hover:hover, .bg-bg-5-700-hover:active, .bg-bg-5-700-hover:focus {
    background-color: #12071d !important;
}

.bg-bg-5-700-odd:nth-child(odd) {
    background-color: #2c1245 !important;
}

.bg-bg-5-700-even:nth-child(even) {
    background-color: #2c1245 !important;
}

[data-bg="bg-5-700"] {
    background-color: #2c1245 !important;
}

.color-bg-5-700 {
    color: #2c1245 !important;
}

.color-bg-5-700-hover:hover, .color-bg-5-700-hover:active, .color-bg-5-700-hover:focus {
    color: #12071d !important;
}

[data-color="bg-5-700"] {
    color: #2c1245 !important;
}

.border-color-bg-5-700 {
    border-color: #2c1245 !important;
}

.border-color-bg-5-700-hover:hover, .border-color-bg-5-700-hover:active, .border-color-bg-5-700-hover:focus {
    border-color: #12071d !important;
}

[data-border-color="bg-5-700"] {
    border-color: #2c1245 !important;
}

.bg-bg-5-800 {
    background-color: #1f0c31 !important;
}

.bg-bg-5-800-hover:hover, .bg-bg-5-800-hover:active, .bg-bg-5-800-hover:focus {
    background-color: #050208 !important;
}

.bg-bg-5-800-odd:nth-child(odd) {
    background-color: #1f0c31 !important;
}

.bg-bg-5-800-even:nth-child(even) {
    background-color: #1f0c31 !important;
}

[data-bg="bg-5-800"] {
    background-color: #1f0c31 !important;
}

.color-bg-5-800 {
    color: #1f0c31 !important;
}

.color-bg-5-800-hover:hover, .color-bg-5-800-hover:active, .color-bg-5-800-hover:focus {
    color: #050208 !important;
}

[data-color="bg-5-800"] {
    color: #1f0c31 !important;
}

.border-color-bg-5-800 {
    border-color: #1f0c31 !important;
}

.border-color-bg-5-800-hover:hover, .border-color-bg-5-800-hover:active, .border-color-bg-5-800-hover:focus {
    border-color: #050208 !important;
}

[data-border-color="bg-5-800"] {
    border-color: #1f0c31 !important;
}

.bg-bg-5-900 {
    background-color: #12071d !important;
}

.bg-bg-5-900-hover:hover, .bg-bg-5-900-hover:active, .bg-bg-5-900-hover:focus {
    background-color: black !important;
}

.bg-bg-5-900-odd:nth-child(odd) {
    background-color: #12071d !important;
}

.bg-bg-5-900-even:nth-child(even) {
    background-color: #12071d !important;
}

[data-bg="bg-5-900"] {
    background-color: #12071d !important;
}

.color-bg-5-900 {
    color: #12071d !important;
}

.color-bg-5-900-hover:hover, .color-bg-5-900-hover:active, .color-bg-5-900-hover:focus {
    color: black !important;
}

[data-color="bg-5-900"] {
    color: #12071d !important;
}

.border-color-bg-5-900 {
    border-color: #12071d !important;
}

.border-color-bg-5-900-hover:hover, .border-color-bg-5-900-hover:active, .border-color-bg-5-900-hover:focus {
    border-color: black !important;
}

[data-border-color="bg-5-900"] {
    border-color: #12071d !important;
}

.bg-bg-6 {
    background-color: #ffffff !important;
}

.bg-bg-6-hover:hover, .bg-bg-6-hover:active, .bg-bg-6-hover:focus {
    background-color: #e6e6e6 !important;
}

.bg-bg-6-odd:nth-child(odd) {
    background-color: #ffffff !important;
}

.bg-bg-6-even:nth-child(even) {
    background-color: #ffffff !important;
}

[data-bg="bg-6"] {
    background-color: #ffffff !important;
}

.color-bg-6 {
    color: #ffffff !important;
}

.color-bg-6-hover:hover, .color-bg-6-hover:active, .color-bg-6-hover:focus {
    color: #e6e6e6 !important;
}

[data-color="bg-6"] {
    color: #ffffff !important;
}

.border-color-bg-6 {
    border-color: #ffffff !important;
}

.border-color-bg-6-hover:hover, .border-color-bg-6-hover:active, .border-color-bg-6-hover:focus {
    border-color: #e6e6e6 !important;
}

[data-border-color="bg-6"] {
    border-color: #ffffff !important;
}

.bg-bg-6-100 {
    background-color: white !important;
}

.bg-bg-6-100-hover:hover, .bg-bg-6-100-hover:active, .bg-bg-6-100-hover:focus {
    background-color: #e6e6e6 !important;
}

.bg-bg-6-100-odd:nth-child(odd) {
    background-color: white !important;
}

.bg-bg-6-100-even:nth-child(even) {
    background-color: white !important;
}

[data-bg="bg-6-100"] {
    background-color: white !important;
}

.color-bg-6-100 {
    color: white !important;
}

.color-bg-6-100-hover:hover, .color-bg-6-100-hover:active, .color-bg-6-100-hover:focus {
    color: #e6e6e6 !important;
}

[data-color="bg-6-100"] {
    color: white !important;
}

.border-color-bg-6-100 {
    border-color: white !important;
}

.border-color-bg-6-100-hover:hover, .border-color-bg-6-100-hover:active, .border-color-bg-6-100-hover:focus {
    border-color: #e6e6e6 !important;
}

[data-border-color="bg-6-100"] {
    border-color: white !important;
}

.bg-bg-6-200 {
    background-color: white !important;
}

.bg-bg-6-200-hover:hover, .bg-bg-6-200-hover:active, .bg-bg-6-200-hover:focus {
    background-color: #e6e6e6 !important;
}

.bg-bg-6-200-odd:nth-child(odd) {
    background-color: white !important;
}

.bg-bg-6-200-even:nth-child(even) {
    background-color: white !important;
}

[data-bg="bg-6-200"] {
    background-color: white !important;
}

.color-bg-6-200 {
    color: white !important;
}

.color-bg-6-200-hover:hover, .color-bg-6-200-hover:active, .color-bg-6-200-hover:focus {
    color: #e6e6e6 !important;
}

[data-color="bg-6-200"] {
    color: white !important;
}

.border-color-bg-6-200 {
    border-color: white !important;
}

.border-color-bg-6-200-hover:hover, .border-color-bg-6-200-hover:active, .border-color-bg-6-200-hover:focus {
    border-color: #e6e6e6 !important;
}

[data-border-color="bg-6-200"] {
    border-color: white !important;
}

.bg-bg-6-300 {
    background-color: white !important;
}

.bg-bg-6-300-hover:hover, .bg-bg-6-300-hover:active, .bg-bg-6-300-hover:focus {
    background-color: #e6e6e6 !important;
}

.bg-bg-6-300-odd:nth-child(odd) {
    background-color: white !important;
}

.bg-bg-6-300-even:nth-child(even) {
    background-color: white !important;
}

[data-bg="bg-6-300"] {
    background-color: white !important;
}

.color-bg-6-300 {
    color: white !important;
}

.color-bg-6-300-hover:hover, .color-bg-6-300-hover:active, .color-bg-6-300-hover:focus {
    color: #e6e6e6 !important;
}

[data-color="bg-6-300"] {
    color: white !important;
}

.border-color-bg-6-300 {
    border-color: white !important;
}

.border-color-bg-6-300-hover:hover, .border-color-bg-6-300-hover:active, .border-color-bg-6-300-hover:focus {
    border-color: #e6e6e6 !important;
}

[data-border-color="bg-6-300"] {
    border-color: white !important;
}

.bg-bg-6-400 {
    background-color: white !important;
}

.bg-bg-6-400-hover:hover, .bg-bg-6-400-hover:active, .bg-bg-6-400-hover:focus {
    background-color: #e6e6e6 !important;
}

.bg-bg-6-400-odd:nth-child(odd) {
    background-color: white !important;
}

.bg-bg-6-400-even:nth-child(even) {
    background-color: white !important;
}

[data-bg="bg-6-400"] {
    background-color: white !important;
}

.color-bg-6-400 {
    color: white !important;
}

.color-bg-6-400-hover:hover, .color-bg-6-400-hover:active, .color-bg-6-400-hover:focus {
    color: #e6e6e6 !important;
}

[data-color="bg-6-400"] {
    color: white !important;
}

.border-color-bg-6-400 {
    border-color: white !important;
}

.border-color-bg-6-400-hover:hover, .border-color-bg-6-400-hover:active, .border-color-bg-6-400-hover:focus {
    border-color: #e6e6e6 !important;
}

[data-border-color="bg-6-400"] {
    border-color: white !important;
}

.bg-bg-6-500 {
    background-color: #ffffff !important;
}

.bg-bg-6-500-hover:hover, .bg-bg-6-500-hover:active, .bg-bg-6-500-hover:focus {
    background-color: #e6e6e6 !important;
}

.bg-bg-6-500-odd:nth-child(odd) {
    background-color: #ffffff !important;
}

.bg-bg-6-500-even:nth-child(even) {
    background-color: #ffffff !important;
}

[data-bg="bg-6-500"] {
    background-color: #ffffff !important;
}

.color-bg-6-500 {
    color: #ffffff !important;
}

.color-bg-6-500-hover:hover, .color-bg-6-500-hover:active, .color-bg-6-500-hover:focus {
    color: #e6e6e6 !important;
}

[data-color="bg-6-500"] {
    color: #ffffff !important;
}

.border-color-bg-6-500 {
    border-color: #ffffff !important;
}

.border-color-bg-6-500-hover:hover, .border-color-bg-6-500-hover:active, .border-color-bg-6-500-hover:focus {
    border-color: #e6e6e6 !important;
}

[data-border-color="bg-6-500"] {
    border-color: #ffffff !important;
}

.bg-bg-6-600 {
    background-color: #f2f2f2 !important;
}

.bg-bg-6-600-hover:hover, .bg-bg-6-600-hover:active, .bg-bg-6-600-hover:focus {
    background-color: #d9d9d9 !important;
}

.bg-bg-6-600-odd:nth-child(odd) {
    background-color: #f2f2f2 !important;
}

.bg-bg-6-600-even:nth-child(even) {
    background-color: #f2f2f2 !important;
}

[data-bg="bg-6-600"] {
    background-color: #f2f2f2 !important;
}

.color-bg-6-600 {
    color: #f2f2f2 !important;
}

.color-bg-6-600-hover:hover, .color-bg-6-600-hover:active, .color-bg-6-600-hover:focus {
    color: #d9d9d9 !important;
}

[data-color="bg-6-600"] {
    color: #f2f2f2 !important;
}

.border-color-bg-6-600 {
    border-color: #f2f2f2 !important;
}

.border-color-bg-6-600-hover:hover, .border-color-bg-6-600-hover:active, .border-color-bg-6-600-hover:focus {
    border-color: #d9d9d9 !important;
}

[data-border-color="bg-6-600"] {
    border-color: #f2f2f2 !important;
}

.bg-bg-6-700 {
    background-color: #e6e6e6 !important;
}

.bg-bg-6-700-hover:hover, .bg-bg-6-700-hover:active, .bg-bg-6-700-hover:focus {
    background-color: #cccccc !important;
}

.bg-bg-6-700-odd:nth-child(odd) {
    background-color: #e6e6e6 !important;
}

.bg-bg-6-700-even:nth-child(even) {
    background-color: #e6e6e6 !important;
}

[data-bg="bg-6-700"] {
    background-color: #e6e6e6 !important;
}

.color-bg-6-700 {
    color: #e6e6e6 !important;
}

.color-bg-6-700-hover:hover, .color-bg-6-700-hover:active, .color-bg-6-700-hover:focus {
    color: #cccccc !important;
}

[data-color="bg-6-700"] {
    color: #e6e6e6 !important;
}

.border-color-bg-6-700 {
    border-color: #e6e6e6 !important;
}

.border-color-bg-6-700-hover:hover, .border-color-bg-6-700-hover:active, .border-color-bg-6-700-hover:focus {
    border-color: #cccccc !important;
}

[data-border-color="bg-6-700"] {
    border-color: #e6e6e6 !important;
}

.bg-bg-6-800 {
    background-color: #d9d9d9 !important;
}

.bg-bg-6-800-hover:hover, .bg-bg-6-800-hover:active, .bg-bg-6-800-hover:focus {
    background-color: #bfbfbf !important;
}

.bg-bg-6-800-odd:nth-child(odd) {
    background-color: #d9d9d9 !important;
}

.bg-bg-6-800-even:nth-child(even) {
    background-color: #d9d9d9 !important;
}

[data-bg="bg-6-800"] {
    background-color: #d9d9d9 !important;
}

.color-bg-6-800 {
    color: #d9d9d9 !important;
}

.color-bg-6-800-hover:hover, .color-bg-6-800-hover:active, .color-bg-6-800-hover:focus {
    color: #bfbfbf !important;
}

[data-color="bg-6-800"] {
    color: #d9d9d9 !important;
}

.border-color-bg-6-800 {
    border-color: #d9d9d9 !important;
}

.border-color-bg-6-800-hover:hover, .border-color-bg-6-800-hover:active, .border-color-bg-6-800-hover:focus {
    border-color: #bfbfbf !important;
}

[data-border-color="bg-6-800"] {
    border-color: #d9d9d9 !important;
}

.bg-bg-6-900 {
    background-color: #cccccc !important;
}

.bg-bg-6-900-hover:hover, .bg-bg-6-900-hover:active, .bg-bg-6-900-hover:focus {
    background-color: #b3b3b3 !important;
}

.bg-bg-6-900-odd:nth-child(odd) {
    background-color: #cccccc !important;
}

.bg-bg-6-900-even:nth-child(even) {
    background-color: #cccccc !important;
}

[data-bg="bg-6-900"] {
    background-color: #cccccc !important;
}

.color-bg-6-900 {
    color: #cccccc !important;
}

.color-bg-6-900-hover:hover, .color-bg-6-900-hover:active, .color-bg-6-900-hover:focus {
    color: #b3b3b3 !important;
}

[data-color="bg-6-900"] {
    color: #cccccc !important;
}

.border-color-bg-6-900 {
    border-color: #cccccc !important;
}

.border-color-bg-6-900-hover:hover, .border-color-bg-6-900-hover:active, .border-color-bg-6-900-hover:focus {
    border-color: #b3b3b3 !important;
}

[data-border-color="bg-6-900"] {
    border-color: #cccccc !important;
}

.bg-bg-7 {
    background-color: #f5f5f5 !important;
}

.bg-bg-7-hover:hover, .bg-bg-7-hover:active, .bg-bg-7-hover:focus {
    background-color: gainsboro !important;
}

.bg-bg-7-odd:nth-child(odd) {
    background-color: #f5f5f5 !important;
}

.bg-bg-7-even:nth-child(even) {
    background-color: #f5f5f5 !important;
}

[data-bg="bg-7"] {
    background-color: #f5f5f5 !important;
}

.color-bg-7 {
    color: #f5f5f5 !important;
}

.color-bg-7-hover:hover, .color-bg-7-hover:active, .color-bg-7-hover:focus {
    color: gainsboro !important;
}

[data-color="bg-7"] {
    color: #f5f5f5 !important;
}

.border-color-bg-7 {
    border-color: #f5f5f5 !important;
}

.border-color-bg-7-hover:hover, .border-color-bg-7-hover:active, .border-color-bg-7-hover:focus {
    border-color: gainsboro !important;
}

[data-border-color="bg-7"] {
    border-color: #f5f5f5 !important;
}

.bg-bg-7-100 {
    background-color: white !important;
}

.bg-bg-7-100-hover:hover, .bg-bg-7-100-hover:active, .bg-bg-7-100-hover:focus {
    background-color: #e6e6e6 !important;
}

.bg-bg-7-100-odd:nth-child(odd) {
    background-color: white !important;
}

.bg-bg-7-100-even:nth-child(even) {
    background-color: white !important;
}

[data-bg="bg-7-100"] {
    background-color: white !important;
}

.color-bg-7-100 {
    color: white !important;
}

.color-bg-7-100-hover:hover, .color-bg-7-100-hover:active, .color-bg-7-100-hover:focus {
    color: #e6e6e6 !important;
}

[data-color="bg-7-100"] {
    color: white !important;
}

.border-color-bg-7-100 {
    border-color: white !important;
}

.border-color-bg-7-100-hover:hover, .border-color-bg-7-100-hover:active, .border-color-bg-7-100-hover:focus {
    border-color: #e6e6e6 !important;
}

[data-border-color="bg-7-100"] {
    border-color: white !important;
}

.bg-bg-7-200 {
    background-color: white !important;
}

.bg-bg-7-200-hover:hover, .bg-bg-7-200-hover:active, .bg-bg-7-200-hover:focus {
    background-color: #e6e6e6 !important;
}

.bg-bg-7-200-odd:nth-child(odd) {
    background-color: white !important;
}

.bg-bg-7-200-even:nth-child(even) {
    background-color: white !important;
}

[data-bg="bg-7-200"] {
    background-color: white !important;
}

.color-bg-7-200 {
    color: white !important;
}

.color-bg-7-200-hover:hover, .color-bg-7-200-hover:active, .color-bg-7-200-hover:focus {
    color: #e6e6e6 !important;
}

[data-color="bg-7-200"] {
    color: white !important;
}

.border-color-bg-7-200 {
    border-color: white !important;
}

.border-color-bg-7-200-hover:hover, .border-color-bg-7-200-hover:active, .border-color-bg-7-200-hover:focus {
    border-color: #e6e6e6 !important;
}

[data-border-color="bg-7-200"] {
    border-color: white !important;
}

.bg-bg-7-300 {
    background-color: white !important;
}

.bg-bg-7-300-hover:hover, .bg-bg-7-300-hover:active, .bg-bg-7-300-hover:focus {
    background-color: #e6e6e6 !important;
}

.bg-bg-7-300-odd:nth-child(odd) {
    background-color: white !important;
}

.bg-bg-7-300-even:nth-child(even) {
    background-color: white !important;
}

[data-bg="bg-7-300"] {
    background-color: white !important;
}

.color-bg-7-300 {
    color: white !important;
}

.color-bg-7-300-hover:hover, .color-bg-7-300-hover:active, .color-bg-7-300-hover:focus {
    color: #e6e6e6 !important;
}

[data-color="bg-7-300"] {
    color: white !important;
}

.border-color-bg-7-300 {
    border-color: white !important;
}

.border-color-bg-7-300-hover:hover, .border-color-bg-7-300-hover:active, .border-color-bg-7-300-hover:focus {
    border-color: #e6e6e6 !important;
}

[data-border-color="bg-7-300"] {
    border-color: white !important;
}

.bg-bg-7-400 {
    background-color: white !important;
}

.bg-bg-7-400-hover:hover, .bg-bg-7-400-hover:active, .bg-bg-7-400-hover:focus {
    background-color: #e6e6e6 !important;
}

.bg-bg-7-400-odd:nth-child(odd) {
    background-color: white !important;
}

.bg-bg-7-400-even:nth-child(even) {
    background-color: white !important;
}

[data-bg="bg-7-400"] {
    background-color: white !important;
}

.color-bg-7-400 {
    color: white !important;
}

.color-bg-7-400-hover:hover, .color-bg-7-400-hover:active, .color-bg-7-400-hover:focus {
    color: #e6e6e6 !important;
}

[data-color="bg-7-400"] {
    color: white !important;
}

.border-color-bg-7-400 {
    border-color: white !important;
}

.border-color-bg-7-400-hover:hover, .border-color-bg-7-400-hover:active, .border-color-bg-7-400-hover:focus {
    border-color: #e6e6e6 !important;
}

[data-border-color="bg-7-400"] {
    border-color: white !important;
}

.bg-bg-7-500 {
    background-color: #f5f5f5 !important;
}

.bg-bg-7-500-hover:hover, .bg-bg-7-500-hover:active, .bg-bg-7-500-hover:focus {
    background-color: gainsboro !important;
}

.bg-bg-7-500-odd:nth-child(odd) {
    background-color: #f5f5f5 !important;
}

.bg-bg-7-500-even:nth-child(even) {
    background-color: #f5f5f5 !important;
}

[data-bg="bg-7-500"] {
    background-color: #f5f5f5 !important;
}

.color-bg-7-500 {
    color: #f5f5f5 !important;
}

.color-bg-7-500-hover:hover, .color-bg-7-500-hover:active, .color-bg-7-500-hover:focus {
    color: gainsboro !important;
}

[data-color="bg-7-500"] {
    color: #f5f5f5 !important;
}

.border-color-bg-7-500 {
    border-color: #f5f5f5 !important;
}

.border-color-bg-7-500-hover:hover, .border-color-bg-7-500-hover:active, .border-color-bg-7-500-hover:focus {
    border-color: gainsboro !important;
}

[data-border-color="bg-7-500"] {
    border-color: #f5f5f5 !important;
}

.bg-bg-7-600 {
    background-color: #e8e8e8 !important;
}

.bg-bg-7-600-hover:hover, .bg-bg-7-600-hover:active, .bg-bg-7-600-hover:focus {
    background-color: #cfcfcf !important;
}

.bg-bg-7-600-odd:nth-child(odd) {
    background-color: #e8e8e8 !important;
}

.bg-bg-7-600-even:nth-child(even) {
    background-color: #e8e8e8 !important;
}

[data-bg="bg-7-600"] {
    background-color: #e8e8e8 !important;
}

.color-bg-7-600 {
    color: #e8e8e8 !important;
}

.color-bg-7-600-hover:hover, .color-bg-7-600-hover:active, .color-bg-7-600-hover:focus {
    color: #cfcfcf !important;
}

[data-color="bg-7-600"] {
    color: #e8e8e8 !important;
}

.border-color-bg-7-600 {
    border-color: #e8e8e8 !important;
}

.border-color-bg-7-600-hover:hover, .border-color-bg-7-600-hover:active, .border-color-bg-7-600-hover:focus {
    border-color: #cfcfcf !important;
}

[data-border-color="bg-7-600"] {
    border-color: #e8e8e8 !important;
}

.bg-bg-7-700 {
    background-color: gainsboro !important;
}

.bg-bg-7-700-hover:hover, .bg-bg-7-700-hover:active, .bg-bg-7-700-hover:focus {
    background-color: #c2c2c2 !important;
}

.bg-bg-7-700-odd:nth-child(odd) {
    background-color: gainsboro !important;
}

.bg-bg-7-700-even:nth-child(even) {
    background-color: gainsboro !important;
}

[data-bg="bg-7-700"] {
    background-color: gainsboro !important;
}

.color-bg-7-700 {
    color: gainsboro !important;
}

.color-bg-7-700-hover:hover, .color-bg-7-700-hover:active, .color-bg-7-700-hover:focus {
    color: #c2c2c2 !important;
}

[data-color="bg-7-700"] {
    color: gainsboro !important;
}

.border-color-bg-7-700 {
    border-color: gainsboro !important;
}

.border-color-bg-7-700-hover:hover, .border-color-bg-7-700-hover:active, .border-color-bg-7-700-hover:focus {
    border-color: #c2c2c2 !important;
}

[data-border-color="bg-7-700"] {
    border-color: gainsboro !important;
}

.bg-bg-7-800 {
    background-color: #cfcfcf !important;
}

.bg-bg-7-800-hover:hover, .bg-bg-7-800-hover:active, .bg-bg-7-800-hover:focus {
    background-color: #b5b5b5 !important;
}

.bg-bg-7-800-odd:nth-child(odd) {
    background-color: #cfcfcf !important;
}

.bg-bg-7-800-even:nth-child(even) {
    background-color: #cfcfcf !important;
}

[data-bg="bg-7-800"] {
    background-color: #cfcfcf !important;
}

.color-bg-7-800 {
    color: #cfcfcf !important;
}

.color-bg-7-800-hover:hover, .color-bg-7-800-hover:active, .color-bg-7-800-hover:focus {
    color: #b5b5b5 !important;
}

[data-color="bg-7-800"] {
    color: #cfcfcf !important;
}

.border-color-bg-7-800 {
    border-color: #cfcfcf !important;
}

.border-color-bg-7-800-hover:hover, .border-color-bg-7-800-hover:active, .border-color-bg-7-800-hover:focus {
    border-color: #b5b5b5 !important;
}

[data-border-color="bg-7-800"] {
    border-color: #cfcfcf !important;
}

.bg-bg-7-900 {
    background-color: #c2c2c2 !important;
}

.bg-bg-7-900-hover:hover, .bg-bg-7-900-hover:active, .bg-bg-7-900-hover:focus {
    background-color: darkgray !important;
}

.bg-bg-7-900-odd:nth-child(odd) {
    background-color: #c2c2c2 !important;
}

.bg-bg-7-900-even:nth-child(even) {
    background-color: #c2c2c2 !important;
}

[data-bg="bg-7-900"] {
    background-color: #c2c2c2 !important;
}

.color-bg-7-900 {
    color: #c2c2c2 !important;
}

.color-bg-7-900-hover:hover, .color-bg-7-900-hover:active, .color-bg-7-900-hover:focus {
    color: darkgray !important;
}

[data-color="bg-7-900"] {
    color: #c2c2c2 !important;
}

.border-color-bg-7-900 {
    border-color: #c2c2c2 !important;
}

.border-color-bg-7-900-hover:hover, .border-color-bg-7-900-hover:active, .border-color-bg-7-900-hover:focus {
    border-color: darkgray !important;
}

[data-border-color="bg-7-900"] {
    border-color: #c2c2c2 !important;
}

.bg-light-100 {
    background-color: white !important;
}

.bg-light-100-hover:hover, .bg-light-100-hover:active, .bg-light-100-hover:focus {
    background-color: #e6e6e6 !important;
}

.bg-light-100-odd:nth-child(odd) {
    background-color: white !important;
}

.bg-light-100-even:nth-child(even) {
    background-color: white !important;
}

[data-bg="light-100"] {
    background-color: white !important;
}

.color-light-100 {
    color: white !important;
}

.color-light-100-hover:hover, .color-light-100-hover:active, .color-light-100-hover:focus {
    color: #e6e6e6 !important;
}

[data-color="light-100"] {
    color: white !important;
}

.border-color-light-100 {
    border-color: white !important;
}

.border-color-light-100-hover:hover, .border-color-light-100-hover:active, .border-color-light-100-hover:focus {
    border-color: #e6e6e6 !important;
}

[data-border-color="light-100"] {
    border-color: white !important;
}

.bg-light-200 {
    background-color: white !important;
}

.bg-light-200-hover:hover, .bg-light-200-hover:active, .bg-light-200-hover:focus {
    background-color: #e6e6e6 !important;
}

.bg-light-200-odd:nth-child(odd) {
    background-color: white !important;
}

.bg-light-200-even:nth-child(even) {
    background-color: white !important;
}

[data-bg="light-200"] {
    background-color: white !important;
}

.color-light-200 {
    color: white !important;
}

.color-light-200-hover:hover, .color-light-200-hover:active, .color-light-200-hover:focus {
    color: #e6e6e6 !important;
}

[data-color="light-200"] {
    color: white !important;
}

.border-color-light-200 {
    border-color: white !important;
}

.border-color-light-200-hover:hover, .border-color-light-200-hover:active, .border-color-light-200-hover:focus {
    border-color: #e6e6e6 !important;
}

[data-border-color="light-200"] {
    border-color: white !important;
}

.bg-light-300 {
    background-color: white !important;
}

.bg-light-300-hover:hover, .bg-light-300-hover:active, .bg-light-300-hover:focus {
    background-color: #e6e6e6 !important;
}

.bg-light-300-odd:nth-child(odd) {
    background-color: white !important;
}

.bg-light-300-even:nth-child(even) {
    background-color: white !important;
}

[data-bg="light-300"] {
    background-color: white !important;
}

.color-light-300 {
    color: white !important;
}

.color-light-300-hover:hover, .color-light-300-hover:active, .color-light-300-hover:focus {
    color: #e6e6e6 !important;
}

[data-color="light-300"] {
    color: white !important;
}

.border-color-light-300 {
    border-color: white !important;
}

.border-color-light-300-hover:hover, .border-color-light-300-hover:active, .border-color-light-300-hover:focus {
    border-color: #e6e6e6 !important;
}

[data-border-color="light-300"] {
    border-color: white !important;
}

.bg-light-400 {
    background-color: #fdfdfd !important;
}

.bg-light-400-hover:hover, .bg-light-400-hover:active, .bg-light-400-hover:focus {
    background-color: #e3e3e3 !important;
}

.bg-light-400-odd:nth-child(odd) {
    background-color: #fdfdfd !important;
}

.bg-light-400-even:nth-child(even) {
    background-color: #fdfdfd !important;
}

[data-bg="light-400"] {
    background-color: #fdfdfd !important;
}

.color-light-400 {
    color: #fdfdfd !important;
}

.color-light-400-hover:hover, .color-light-400-hover:active, .color-light-400-hover:focus {
    color: #e3e3e3 !important;
}

[data-color="light-400"] {
    color: #fdfdfd !important;
}

.border-color-light-400 {
    border-color: #fdfdfd !important;
}

.border-color-light-400-hover:hover, .border-color-light-400-hover:active, .border-color-light-400-hover:focus {
    border-color: #e3e3e3 !important;
}

[data-border-color="light-400"] {
    border-color: #fdfdfd !important;
}

.bg-light-500 {
    background-color: #f5f5f5 !important;
}

.bg-light-500-hover:hover, .bg-light-500-hover:active, .bg-light-500-hover:focus {
    background-color: gainsboro !important;
}

.bg-light-500-odd:nth-child(odd) {
    background-color: #f5f5f5 !important;
}

.bg-light-500-even:nth-child(even) {
    background-color: #f5f5f5 !important;
}

[data-bg="light-500"] {
    background-color: #f5f5f5 !important;
}

.color-light-500 {
    color: #f5f5f5 !important;
}

.color-light-500-hover:hover, .color-light-500-hover:active, .color-light-500-hover:focus {
    color: gainsboro !important;
}

[data-color="light-500"] {
    color: #f5f5f5 !important;
}

.border-color-light-500 {
    border-color: #f5f5f5 !important;
}

.border-color-light-500-hover:hover, .border-color-light-500-hover:active, .border-color-light-500-hover:focus {
    border-color: gainsboro !important;
}

[data-border-color="light-500"] {
    border-color: #f5f5f5 !important;
}

.bg-light-600 {
    background-color: #ededed !important;
}

.bg-light-600-hover:hover, .bg-light-600-hover:active, .bg-light-600-hover:focus {
    background-color: #d4d4d4 !important;
}

.bg-light-600-odd:nth-child(odd) {
    background-color: #ededed !important;
}

.bg-light-600-even:nth-child(even) {
    background-color: #ededed !important;
}

[data-bg="light-600"] {
    background-color: #ededed !important;
}

.color-light-600 {
    color: #ededed !important;
}

.color-light-600-hover:hover, .color-light-600-hover:active, .color-light-600-hover:focus {
    color: #d4d4d4 !important;
}

[data-color="light-600"] {
    color: #ededed !important;
}

.border-color-light-600 {
    border-color: #ededed !important;
}

.border-color-light-600-hover:hover, .border-color-light-600-hover:active, .border-color-light-600-hover:focus {
    border-color: #d4d4d4 !important;
}

[data-border-color="light-600"] {
    border-color: #ededed !important;
}

.bg-light-700 {
    background-color: #e6e6e6 !important;
}

.bg-light-700-hover:hover, .bg-light-700-hover:active, .bg-light-700-hover:focus {
    background-color: #cccccc !important;
}

.bg-light-700-odd:nth-child(odd) {
    background-color: #e6e6e6 !important;
}

.bg-light-700-even:nth-child(even) {
    background-color: #e6e6e6 !important;
}

[data-bg="light-700"] {
    background-color: #e6e6e6 !important;
}

.color-light-700 {
    color: #e6e6e6 !important;
}

.color-light-700-hover:hover, .color-light-700-hover:active, .color-light-700-hover:focus {
    color: #cccccc !important;
}

[data-color="light-700"] {
    color: #e6e6e6 !important;
}

.border-color-light-700 {
    border-color: #e6e6e6 !important;
}

.border-color-light-700-hover:hover, .border-color-light-700-hover:active, .border-color-light-700-hover:focus {
    border-color: #cccccc !important;
}

[data-border-color="light-700"] {
    border-color: #e6e6e6 !important;
}

.bg-light-800 {
    background-color: #dedede !important;
}

.bg-light-800-hover:hover, .bg-light-800-hover:active, .bg-light-800-hover:focus {
    background-color: #c5c5c5 !important;
}

.bg-light-800-odd:nth-child(odd) {
    background-color: #dedede !important;
}

.bg-light-800-even:nth-child(even) {
    background-color: #dedede !important;
}

[data-bg="light-800"] {
    background-color: #dedede !important;
}

.color-light-800 {
    color: #dedede !important;
}

.color-light-800-hover:hover, .color-light-800-hover:active, .color-light-800-hover:focus {
    color: #c5c5c5 !important;
}

[data-color="light-800"] {
    color: #dedede !important;
}

.border-color-light-800 {
    border-color: #dedede !important;
}

.border-color-light-800-hover:hover, .border-color-light-800-hover:active, .border-color-light-800-hover:focus {
    border-color: #c5c5c5 !important;
}

[data-border-color="light-800"] {
    border-color: #dedede !important;
}

.bg-light-900 {
    background-color: #d6d6d6 !important;
}

.bg-light-900-hover:hover, .bg-light-900-hover:active, .bg-light-900-hover:focus {
    background-color: #bdbdbd !important;
}

.bg-light-900-odd:nth-child(odd) {
    background-color: #d6d6d6 !important;
}

.bg-light-900-even:nth-child(even) {
    background-color: #d6d6d6 !important;
}

[data-bg="light-900"] {
    background-color: #d6d6d6 !important;
}

.color-light-900 {
    color: #d6d6d6 !important;
}

.color-light-900-hover:hover, .color-light-900-hover:active, .color-light-900-hover:focus {
    color: #bdbdbd !important;
}

[data-color="light-900"] {
    color: #d6d6d6 !important;
}

.border-color-light-900 {
    border-color: #d6d6d6 !important;
}

.border-color-light-900-hover:hover, .border-color-light-900-hover:active, .border-color-light-900-hover:focus {
    border-color: #bdbdbd !important;
}

[data-border-color="light-900"] {
    border-color: #d6d6d6 !important;
}

.bg-dark-100 {
    background-color: #404655 !important;
}

.bg-dark-100-hover:hover, .bg-dark-100-hover:active, .bg-dark-100-hover:focus {
    background-color: #2a2e38 !important;
}

.bg-dark-100-odd:nth-child(odd) {
    background-color: #404655 !important;
}

.bg-dark-100-even:nth-child(even) {
    background-color: #404655 !important;
}

[data-bg="dark-100"] {
    background-color: #404655 !important;
}

.color-dark-100 {
    color: #404655 !important;
}

.color-dark-100-hover:hover, .color-dark-100-hover:active, .color-dark-100-hover:focus {
    color: #2a2e38 !important;
}

[data-color="dark-100"] {
    color: #404655 !important;
}

.border-color-dark-100 {
    border-color: #404655 !important;
}

.border-color-dark-100-hover:hover, .border-color-dark-100-hover:active, .border-color-dark-100-hover:focus {
    border-color: #2a2e38 !important;
}

[data-border-color="dark-100"] {
    border-color: #404655 !important;
}

.bg-dark-200 {
    background-color: #3a3e4c !important;
}

.bg-dark-200-hover:hover, .bg-dark-200-hover:active, .bg-dark-200-hover:focus {
    background-color: #24272f !important;
}

.bg-dark-200-odd:nth-child(odd) {
    background-color: #3a3e4c !important;
}

.bg-dark-200-even:nth-child(even) {
    background-color: #3a3e4c !important;
}

[data-bg="dark-200"] {
    background-color: #3a3e4c !important;
}

.color-dark-200 {
    color: #3a3e4c !important;
}

.color-dark-200-hover:hover, .color-dark-200-hover:active, .color-dark-200-hover:focus {
    color: #24272f !important;
}

[data-color="dark-200"] {
    color: #3a3e4c !important;
}

.border-color-dark-200 {
    border-color: #3a3e4c !important;
}

.border-color-dark-200-hover:hover, .border-color-dark-200-hover:active, .border-color-dark-200-hover:focus {
    border-color: #24272f !important;
}

[data-border-color="dark-200"] {
    border-color: #3a3e4c !important;
}

.bg-dark-300 {
    background-color: #333743 !important;
}

.bg-dark-300-hover:hover, .bg-dark-300-hover:active, .bg-dark-300-hover:focus {
    background-color: #1d1f26 !important;
}

.bg-dark-300-odd:nth-child(odd) {
    background-color: #333743 !important;
}

.bg-dark-300-even:nth-child(even) {
    background-color: #333743 !important;
}

[data-bg="dark-300"] {
    background-color: #333743 !important;
}

.color-dark-300 {
    color: #333743 !important;
}

.color-dark-300-hover:hover, .color-dark-300-hover:active, .color-dark-300-hover:focus {
    color: #1d1f26 !important;
}

[data-color="dark-300"] {
    color: #333743 !important;
}

.border-color-dark-300 {
    border-color: #333743 !important;
}

.border-color-dark-300-hover:hover, .border-color-dark-300-hover:active, .border-color-dark-300-hover:focus {
    border-color: #1d1f26 !important;
}

[data-border-color="dark-300"] {
    border-color: #333743 !important;
}

.bg-dark-400 {
    background-color: #2d303b !important;
}

.bg-dark-400-hover:hover, .bg-dark-400-hover:active, .bg-dark-400-hover:focus {
    background-color: #17181e !important;
}

.bg-dark-400-odd:nth-child(odd) {
    background-color: #2d303b !important;
}

.bg-dark-400-even:nth-child(even) {
    background-color: #2d303b !important;
}

[data-bg="dark-400"] {
    background-color: #2d303b !important;
}

.color-dark-400 {
    color: #2d303b !important;
}

.color-dark-400-hover:hover, .color-dark-400-hover:active, .color-dark-400-hover:focus {
    color: #17181e !important;
}

[data-color="dark-400"] {
    color: #2d303b !important;
}

.border-color-dark-400 {
    border-color: #2d303b !important;
}

.border-color-dark-400-hover:hover, .border-color-dark-400-hover:active, .border-color-dark-400-hover:focus {
    border-color: #17181e !important;
}

[data-border-color="dark-400"] {
    border-color: #2d303b !important;
}

.bg-dark-500 {
    background-color: #262932 !important;
}

.bg-dark-500-hover:hover, .bg-dark-500-hover:active, .bg-dark-500-hover:focus {
    background-color: #101115 !important;
}

.bg-dark-500-odd:nth-child(odd) {
    background-color: #262932 !important;
}

.bg-dark-500-even:nth-child(even) {
    background-color: #262932 !important;
}

[data-bg="dark-500"] {
    background-color: #262932 !important;
}

.color-dark-500 {
    color: #262932 !important;
}

.color-dark-500-hover:hover, .color-dark-500-hover:active, .color-dark-500-hover:focus {
    color: #101115 !important;
}

[data-color="dark-500"] {
    color: #262932 !important;
}

.border-color-dark-500 {
    border-color: #262932 !important;
}

.border-color-dark-500-hover:hover, .border-color-dark-500-hover:active, .border-color-dark-500-hover:focus {
    border-color: #101115 !important;
}

[data-border-color="dark-500"] {
    border-color: #262932 !important;
}

.bg-dark-600 {
    background-color: #1f2229 !important;
}

.bg-dark-600-hover:hover, .bg-dark-600-hover:active, .bg-dark-600-hover:focus {
    background-color: #090a0c !important;
}

.bg-dark-600-odd:nth-child(odd) {
    background-color: #1f2229 !important;
}

.bg-dark-600-even:nth-child(even) {
    background-color: #1f2229 !important;
}

[data-bg="dark-600"] {
    background-color: #1f2229 !important;
}

.color-dark-600 {
    color: #1f2229 !important;
}

.color-dark-600-hover:hover, .color-dark-600-hover:active, .color-dark-600-hover:focus {
    color: #090a0c !important;
}

[data-color="dark-600"] {
    color: #1f2229 !important;
}

.border-color-dark-600 {
    border-color: #1f2229 !important;
}

.border-color-dark-600-hover:hover, .border-color-dark-600-hover:active, .border-color-dark-600-hover:focus {
    border-color: #090a0c !important;
}

[data-border-color="dark-600"] {
    border-color: #1f2229 !important;
}

.bg-dark-700 {
    background-color: #191b21 !important;
}

.bg-dark-700-hover:hover, .bg-dark-700-hover:active, .bg-dark-700-hover:focus {
    background-color: #030304 !important;
}

.bg-dark-700-odd:nth-child(odd) {
    background-color: #191b21 !important;
}

.bg-dark-700-even:nth-child(even) {
    background-color: #191b21 !important;
}

[data-bg="dark-700"] {
    background-color: #191b21 !important;
}

.color-dark-700 {
    color: #191b21 !important;
}

.color-dark-700-hover:hover, .color-dark-700-hover:active, .color-dark-700-hover:focus {
    color: #030304 !important;
}

[data-color="dark-700"] {
    color: #191b21 !important;
}

.border-color-dark-700 {
    border-color: #191b21 !important;
}

.border-color-dark-700-hover:hover, .border-color-dark-700-hover:active, .border-color-dark-700-hover:focus {
    border-color: #030304 !important;
}

[data-border-color="dark-700"] {
    border-color: #191b21 !important;
}

.bg-dark-800 {
    background-color: #121418 !important;
}

.bg-dark-800-hover:hover, .bg-dark-800-hover:active, .bg-dark-800-hover:focus {
    background-color: black !important;
}

.bg-dark-800-odd:nth-child(odd) {
    background-color: #121418 !important;
}

.bg-dark-800-even:nth-child(even) {
    background-color: #121418 !important;
}

[data-bg="dark-800"] {
    background-color: #121418 !important;
}

.color-dark-800 {
    color: #121418 !important;
}

.color-dark-800-hover:hover, .color-dark-800-hover:active, .color-dark-800-hover:focus {
    color: black !important;
}

[data-color="dark-800"] {
    color: #121418 !important;
}

.border-color-dark-800 {
    border-color: #121418 !important;
}

.border-color-dark-800-hover:hover, .border-color-dark-800-hover:active, .border-color-dark-800-hover:focus {
    border-color: black !important;
}

[data-border-color="dark-800"] {
    border-color: #121418 !important;
}

.bg-dark-900 {
    background-color: #0c0c0f !important;
}

.bg-dark-900-hover:hover, .bg-dark-900-hover:active, .bg-dark-900-hover:focus {
    background-color: black !important;
}

.bg-dark-900-odd:nth-child(odd) {
    background-color: #0c0c0f !important;
}

.bg-dark-900-even:nth-child(even) {
    background-color: #0c0c0f !important;
}

[data-bg="dark-900"] {
    background-color: #0c0c0f !important;
}

.color-dark-900 {
    color: #0c0c0f !important;
}

.color-dark-900-hover:hover, .color-dark-900-hover:active, .color-dark-900-hover:focus {
    color: black !important;
}

[data-color="dark-900"] {
    color: #0c0c0f !important;
}

.border-color-dark-900 {
    border-color: #0c0c0f !important;
}

.border-color-dark-900-hover:hover, .border-color-dark-900-hover:active, .border-color-dark-900-hover:focus {
    border-color: black !important;
}

[data-border-color="dark-900"] {
    border-color: #0c0c0f !important;
}

.bg-default, .btn.btn-default, .btn.btn-default.btn-flat, .btn.btn-default.btn-rounded {
    background-color: #5bc0de !important;
}

.bg-default-hover:hover, .btn.btn-default:hover, .bg-default-hover:active, .btn.btn-default:active, .bg-default-hover:focus, .btn.btn-default:focus {
    background-color: #31b0d5 !important;
}

.bg-default-odd:nth-child(odd) {
    background-color: #5bc0de !important;
}

.bg-default-even:nth-child(even) {
    background-color: #5bc0de !important;
}

[data-bg="default"] {
    background-color: #5bc0de !important;
}

.color-default, .btn.btn-default.btn-outline, .btn.btn-default.btn-outline i, .btn.btn-default.btn-outline.btn-rounded, .btn.btn-default.btn-outline.btn-rounded i {
    color: #5bc0de !important;
}

.color-default-hover:hover, .btn.btn-default.btn-outline:hover, .btn.btn-default.btn-outline:hover i:hover, .btn.btn-default.btn-outline:active i:hover, .btn.btn-default.btn-outline:focus i:hover, .color-default-hover:active, .btn.btn-default.btn-outline:active, .btn.btn-default.btn-outline:hover i:active, .btn.btn-default.btn-outline:active i:active, .btn.btn-default.btn-outline:focus i:active, .color-default-hover:focus, .btn.btn-default.btn-outline:focus, .btn.btn-default.btn-outline:hover i:focus, .btn.btn-default.btn-outline:active i:focus, .btn.btn-default.btn-outline:focus i:focus {
    color: #31b0d5 !important;
}

[data-color="default"] {
    color: #5bc0de !important;
}

.border-color-default, .btn.btn-default, .btn.btn-default.btn-flat, .btn.btn-default.btn-rounded, .btn.btn-default.btn-outline, .btn.btn-default.btn-outline.btn-rounded {
    border-color: #5bc0de !important;
}

.border-color-default-hover:hover, .btn.btn-default:hover, .btn.btn-default.btn-outline.btn-rounded:hover, .border-color-default-hover:active, .btn.btn-default:active, .btn.btn-default.btn-outline.btn-rounded:active, .border-color-default-hover:focus, .btn.btn-default:focus, .btn.btn-default.btn-outline.btn-rounded:focus {
    border-color: #31b0d5 !important;
}

[data-border-color="default"] {
    border-color: #5bc0de !important;
}

.bg-default-100, .btn.btn-default-100, .btn.btn-default-100.btn-flat, .btn.btn-default-100.btn-rounded {
    background-color: #d5d5d5 !important;
}

.bg-default-100-hover:hover, .btn.btn-default-100:hover, .bg-default-100-hover:active, .btn.btn-default-100:active, .bg-default-100-hover:focus, .btn.btn-default-100:focus {
    background-color: #63c3e0 !important;
}

.bg-default-100-odd:nth-child(odd) {
    background-color: #8ed4e8 !important;
}

.bg-default-100-even:nth-child(even) {
    background-color: #8ed4e8 !important;
}

[data-bg="default-100"] {
    background-color: #8ed4e8 !important;
}

.color-default-100, .btn.btn-default-100.btn-outline, .btn.btn-default-100.btn-outline i, .btn.btn-default-100.btn-outline.btn-rounded, .btn.btn-default-100.btn-outline.btn-rounded i {
    color: #8ed4e8 !important;
}

.color-default-100-hover:hover, .btn.btn-default-100.btn-outline:hover, .btn.btn-default-100.btn-outline:hover i:hover, .btn.btn-default-100.btn-outline:active i:hover, .btn.btn-default-100.btn-outline:focus i:hover, .color-default-100-hover:active, .btn.btn-default-100.btn-outline:active, .btn.btn-default-100.btn-outline:hover i:active, .btn.btn-default-100.btn-outline:active i:active, .btn.btn-default-100.btn-outline:focus i:active, .color-default-100-hover:focus, .btn.btn-default-100.btn-outline:focus, .btn.btn-default-100.btn-outline:hover i:focus, .btn.btn-default-100.btn-outline:active i:focus, .btn.btn-default-100.btn-outline:focus i:focus {
    color: #63c3e0 !important;
}

[data-color="default-100"] {
    color: #8ed4e8 !important;
}

.border-color-default-100, .btn.btn-default-100, .btn.btn-default-100.btn-flat, .btn.btn-default-100.btn-rounded, .btn.btn-default-100.btn-outline, .btn.btn-default-100.btn-outline.btn-rounded {
    border-color: #8ed4e8 !important;
}

.border-color-default-100-hover:hover, .btn.btn-default-100:hover, .btn.btn-default-100.btn-outline.btn-rounded:hover, .border-color-default-100-hover:active, .btn.btn-default-100:active, .btn.btn-default-100.btn-outline.btn-rounded:active, .border-color-default-100-hover:focus, .btn.btn-default-100:focus, .btn.btn-default-100.btn-outline.btn-rounded:focus {
    border-color: #63c3e0 !important;
}

[data-border-color="default-100"] {
    border-color: #8ed4e8 !important;
}

.bg-default-200, .btn.btn-default-200, .btn.btn-default-200.btn-flat, .btn.btn-default-200.btn-rounded {
    background-color: #81cfe6 !important;
}

.bg-default-200-hover:hover, .btn.btn-default-200:hover, .bg-default-200-hover:active, .btn.btn-default-200:active, .bg-default-200-hover:focus, .btn.btn-default-200:focus {
    background-color: #57bedd !important;
}

.bg-default-200-odd:nth-child(odd) {
    background-color: #81cfe6 !important;
}

.bg-default-200-even:nth-child(even) {
    background-color: #81cfe6 !important;
}

[data-bg="default-200"] {
    background-color: #81cfe6 !important;
}

.color-default-200, .btn.btn-default-200.btn-outline, .btn.btn-default-200.btn-outline i, .btn.btn-default-200.btn-outline.btn-rounded, .btn.btn-default-200.btn-outline.btn-rounded i {
    color: #81cfe6 !important;
}

.color-default-200-hover:hover, .btn.btn-default-200.btn-outline:hover, .btn.btn-default-200.btn-outline:hover i:hover, .btn.btn-default-200.btn-outline:active i:hover, .btn.btn-default-200.btn-outline:focus i:hover, .color-default-200-hover:active, .btn.btn-default-200.btn-outline:active, .btn.btn-default-200.btn-outline:hover i:active, .btn.btn-default-200.btn-outline:active i:active, .btn.btn-default-200.btn-outline:focus i:active, .color-default-200-hover:focus, .btn.btn-default-200.btn-outline:focus, .btn.btn-default-200.btn-outline:hover i:focus, .btn.btn-default-200.btn-outline:active i:focus, .btn.btn-default-200.btn-outline:focus i:focus {
    color: #57bedd !important;
}

[data-color="default-200"] {
    color: #81cfe6 !important;
}

.border-color-default-200, .btn.btn-default-200, .btn.btn-default-200.btn-flat, .btn.btn-default-200.btn-rounded, .btn.btn-default-200.btn-outline, .btn.btn-default-200.btn-outline.btn-rounded {
    border-color: #81cfe6 !important;
}

.border-color-default-200-hover:hover, .btn.btn-default-200:hover, .btn.btn-default-200.btn-outline.btn-rounded:hover, .border-color-default-200-hover:active, .btn.btn-default-200:active, .btn.btn-default-200.btn-outline.btn-rounded:active, .border-color-default-200-hover:focus, .btn.btn-default-200:focus, .btn.btn-default-200.btn-outline.btn-rounded:focus {
    border-color: #57bedd !important;
}

[data-border-color="default-200"] {
    border-color: #81cfe6 !important;
}

.bg-default-300, .btn.btn-default-300, .btn.btn-default-300.btn-flat, .btn.btn-default-300.btn-rounded {
    background-color: #74cae3 !important;
}

.bg-default-300-hover:hover, .btn.btn-default-300:hover, .bg-default-300-hover:active, .btn.btn-default-300:active, .bg-default-300-hover:focus, .btn.btn-default-300:focus {
    background-color: #4ab9db !important;
}

.bg-default-300-odd:nth-child(odd) {
    background-color: #74cae3 !important;
}

.bg-default-300-even:nth-child(even) {
    background-color: #74cae3 !important;
}

[data-bg="default-300"] {
    background-color: #74cae3 !important;
}

.color-default-300, .btn.btn-default-300.btn-outline, .btn.btn-default-300.btn-outline i, .btn.btn-default-300.btn-outline.btn-rounded, .btn.btn-default-300.btn-outline.btn-rounded i {
    color: #74cae3 !important;
}

.color-default-300-hover:hover, .btn.btn-default-300.btn-outline:hover, .btn.btn-default-300.btn-outline:hover i:hover, .btn.btn-default-300.btn-outline:active i:hover, .btn.btn-default-300.btn-outline:focus i:hover, .color-default-300-hover:active, .btn.btn-default-300.btn-outline:active, .btn.btn-default-300.btn-outline:hover i:active, .btn.btn-default-300.btn-outline:active i:active, .btn.btn-default-300.btn-outline:focus i:active, .color-default-300-hover:focus, .btn.btn-default-300.btn-outline:focus, .btn.btn-default-300.btn-outline:hover i:focus, .btn.btn-default-300.btn-outline:active i:focus, .btn.btn-default-300.btn-outline:focus i:focus {
    color: #4ab9db !important;
}

[data-color="default-300"] {
    color: #74cae3 !important;
}

.border-color-default-300, .btn.btn-default-300, .btn.btn-default-300.btn-flat, .btn.btn-default-300.btn-rounded, .btn.btn-default-300.btn-outline, .btn.btn-default-300.btn-outline.btn-rounded {
    border-color: #74cae3 !important;
}

.border-color-default-300-hover:hover, .btn.btn-default-300:hover, .btn.btn-default-300.btn-outline.btn-rounded:hover, .border-color-default-300-hover:active, .btn.btn-default-300:active, .btn.btn-default-300.btn-outline.btn-rounded:active, .border-color-default-300-hover:focus, .btn.btn-default-300:focus, .btn.btn-default-300.btn-outline.btn-rounded:focus {
    border-color: #4ab9db !important;
}

[data-border-color="default-300"] {
    border-color: #74cae3 !important;
}

.bg-default-400, .btn.btn-default-400, .btn.btn-default-400.btn-flat, .btn.btn-default-400.btn-rounded {
    background-color: #68c5e1 !important;
}

.bg-default-400-hover:hover, .btn.btn-default-400:hover, .bg-default-400-hover:active, .btn.btn-default-400:active, .bg-default-400-hover:focus, .btn.btn-default-400:focus {
    background-color: #3db5d8 !important;
}

.bg-default-400-odd:nth-child(odd) {
    background-color: #68c5e1 !important;
}

.bg-default-400-even:nth-child(even) {
    background-color: #68c5e1 !important;
}

[data-bg="default-400"] {
    background-color: #68c5e1 !important;
}

.color-default-400, .btn.btn-default-400.btn-outline, .btn.btn-default-400.btn-outline i, .btn.btn-default-400.btn-outline.btn-rounded, .btn.btn-default-400.btn-outline.btn-rounded i {
    color: #68c5e1 !important;
}

.color-default-400-hover:hover, .btn.btn-default-400.btn-outline:hover, .btn.btn-default-400.btn-outline:hover i:hover, .btn.btn-default-400.btn-outline:active i:hover, .btn.btn-default-400.btn-outline:focus i:hover, .color-default-400-hover:active, .btn.btn-default-400.btn-outline:active, .btn.btn-default-400.btn-outline:hover i:active, .btn.btn-default-400.btn-outline:active i:active, .btn.btn-default-400.btn-outline:focus i:active, .color-default-400-hover:focus, .btn.btn-default-400.btn-outline:focus, .btn.btn-default-400.btn-outline:hover i:focus, .btn.btn-default-400.btn-outline:active i:focus, .btn.btn-default-400.btn-outline:focus i:focus {
    color: #3db5d8 !important;
}

[data-color="default-400"] {
    color: #68c5e1 !important;
}

.border-color-default-400, .btn.btn-default-400, .btn.btn-default-400.btn-flat, .btn.btn-default-400.btn-rounded, .btn.btn-default-400.btn-outline, .btn.btn-default-400.btn-outline.btn-rounded {
    border-color: #68c5e1 !important;
}

.border-color-default-400-hover:hover, .btn.btn-default-400:hover, .btn.btn-default-400.btn-outline.btn-rounded:hover, .border-color-default-400-hover:active, .btn.btn-default-400:active, .btn.btn-default-400.btn-outline.btn-rounded:active, .border-color-default-400-hover:focus, .btn.btn-default-400:focus, .btn.btn-default-400.btn-outline.btn-rounded:focus {
    border-color: #3db5d8 !important;
}

[data-border-color="default-400"] {
    border-color: #68c5e1 !important;
}

.bg-default-500, .btn.btn-default-500, .btn.btn-default-500.btn-flat, .btn.btn-default-500.btn-rounded {
    background-color: #5bc0de !important;
}

.bg-default-500-hover:hover, .btn.btn-default-500:hover, .bg-default-500-hover:active, .btn.btn-default-500:active, .bg-default-500-hover:focus, .btn.btn-default-500:focus {
    background-color: #31b0d5 !important;
}

.bg-default-500-odd:nth-child(odd) {
    background-color: #5bc0de !important;
}

.bg-default-500-even:nth-child(even) {
    background-color: #5bc0de !important;
}

[data-bg="default-500"] {
    background-color: #5bc0de !important;
}

.color-default-500, .btn.btn-default-500.btn-outline, .btn.btn-default-500.btn-outline i, .btn.btn-default-500.btn-outline.btn-rounded, .btn.btn-default-500.btn-outline.btn-rounded i {
    color: #5bc0de !important;
}

.color-default-500-hover:hover, .btn.btn-default-500.btn-outline:hover, .btn.btn-default-500.btn-outline:hover i:hover, .btn.btn-default-500.btn-outline:active i:hover, .btn.btn-default-500.btn-outline:focus i:hover, .color-default-500-hover:active, .btn.btn-default-500.btn-outline:active, .btn.btn-default-500.btn-outline:hover i:active, .btn.btn-default-500.btn-outline:active i:active, .btn.btn-default-500.btn-outline:focus i:active, .color-default-500-hover:focus, .btn.btn-default-500.btn-outline:focus, .btn.btn-default-500.btn-outline:hover i:focus, .btn.btn-default-500.btn-outline:active i:focus, .btn.btn-default-500.btn-outline:focus i:focus {
    color: #31b0d5 !important;
}

[data-color="default-500"] {
    color: #5bc0de !important;
}

.border-color-default-500, .btn.btn-default-500, .btn.btn-default-500.btn-flat, .btn.btn-default-500.btn-rounded, .btn.btn-default-500.btn-outline, .btn.btn-default-500.btn-outline.btn-rounded {
    border-color: #5bc0de !important;
}

.border-color-default-500-hover:hover, .btn.btn-default-500:hover, .btn.btn-default-500.btn-outline.btn-rounded:hover, .border-color-default-500-hover:active, .btn.btn-default-500:active, .btn.btn-default-500.btn-outline.btn-rounded:active, .border-color-default-500-hover:focus, .btn.btn-default-500:focus, .btn.btn-default-500.btn-outline.btn-rounded:focus {
    border-color: #31b0d5 !important;
}

[data-border-color="default-500"] {
    border-color: #5bc0de !important;
}

.bg-default-600, .btn.btn-default-600, .btn.btn-default-600.btn-flat, .btn.btn-default-600.btn-rounded {
    background-color: #4ebbdb !important;
}

.bg-default-600-hover:hover, .btn.btn-default-600:hover, .bg-default-600-hover:active, .btn.btn-default-600:active, .bg-default-600-hover:focus, .btn.btn-default-600:focus {
    background-color: #29a8cd !important;
}

.bg-default-600-odd:nth-child(odd) {
    background-color: #4ebbdb !important;
}

.bg-default-600-even:nth-child(even) {
    background-color: #4ebbdb !important;
}

[data-bg="default-600"] {
    background-color: #4ebbdb !important;
}

.color-default-600, .btn.btn-default-600.btn-outline, .btn.btn-default-600.btn-outline i, .btn.btn-default-600.btn-outline.btn-rounded, .btn.btn-default-600.btn-outline.btn-rounded i {
    color: #4ebbdb !important;
}

.color-default-600-hover:hover, .btn.btn-default-600.btn-outline:hover, .btn.btn-default-600.btn-outline:hover i:hover, .btn.btn-default-600.btn-outline:active i:hover, .btn.btn-default-600.btn-outline:focus i:hover, .color-default-600-hover:active, .btn.btn-default-600.btn-outline:active, .btn.btn-default-600.btn-outline:hover i:active, .btn.btn-default-600.btn-outline:active i:active, .btn.btn-default-600.btn-outline:focus i:active, .color-default-600-hover:focus, .btn.btn-default-600.btn-outline:focus, .btn.btn-default-600.btn-outline:hover i:focus, .btn.btn-default-600.btn-outline:active i:focus, .btn.btn-default-600.btn-outline:focus i:focus {
    color: #29a8cd !important;
}

[data-color="default-600"] {
    color: #4ebbdb !important;
}

.border-color-default-600, .btn.btn-default-600, .btn.btn-default-600.btn-flat, .btn.btn-default-600.btn-rounded, .btn.btn-default-600.btn-outline, .btn.btn-default-600.btn-outline.btn-rounded {
    border-color: #4ebbdb !important;
}

.border-color-default-600-hover:hover, .btn.btn-default-600:hover, .btn.btn-default-600.btn-outline.btn-rounded:hover, .border-color-default-600-hover:active, .btn.btn-default-600:active, .btn.btn-default-600.btn-outline.btn-rounded:active, .border-color-default-600-hover:focus, .btn.btn-default-600:focus, .btn.btn-default-600.btn-outline.btn-rounded:focus {
    border-color: #29a8cd !important;
}

[data-border-color="default-600"] {
    border-color: #4ebbdb !important;
}

.bg-default-700, .btn.btn-default-700, .btn.btn-default-700.btn-flat, .btn.btn-default-700.btn-rounded {
    background-color: #42b6d9 !important;
}

.bg-default-700-hover:hover, .btn.btn-default-700:hover, .bg-default-700-hover:active, .btn.btn-default-700:active, .bg-default-700-hover:focus, .btn.btn-default-700:focus {
    background-color: #279dc1 !important;
}

.bg-default-700-odd:nth-child(odd) {
    background-color: #42b6d9 !important;
}

.bg-default-700-even:nth-child(even) {
    background-color: #42b6d9 !important;
}

[data-bg="default-700"] {
    background-color: #42b6d9 !important;
}

.color-default-700, .btn.btn-default-700.btn-outline, .btn.btn-default-700.btn-outline i, .btn.btn-default-700.btn-outline.btn-rounded, .btn.btn-default-700.btn-outline.btn-rounded i {
    color: #42b6d9 !important;
}

.color-default-700-hover:hover, .btn.btn-default-700.btn-outline:hover, .btn.btn-default-700.btn-outline:hover i:hover, .btn.btn-default-700.btn-outline:active i:hover, .btn.btn-default-700.btn-outline:focus i:hover, .color-default-700-hover:active, .btn.btn-default-700.btn-outline:active, .btn.btn-default-700.btn-outline:hover i:active, .btn.btn-default-700.btn-outline:active i:active, .btn.btn-default-700.btn-outline:focus i:active, .color-default-700-hover:focus, .btn.btn-default-700.btn-outline:focus, .btn.btn-default-700.btn-outline:hover i:focus, .btn.btn-default-700.btn-outline:active i:focus, .btn.btn-default-700.btn-outline:focus i:focus {
    color: #279dc1 !important;
}

[data-color="default-700"] {
    color: #42b6d9 !important;
}

.border-color-default-700, .btn.btn-default-700, .btn.btn-default-700.btn-flat, .btn.btn-default-700.btn-rounded, .btn.btn-default-700.btn-outline, .btn.btn-default-700.btn-outline.btn-rounded {
    border-color: #42b6d9 !important;
}

.border-color-default-700-hover:hover, .btn.btn-default-700:hover, .btn.btn-default-700.btn-outline.btn-rounded:hover, .border-color-default-700-hover:active, .btn.btn-default-700:active, .btn.btn-default-700.btn-outline.btn-rounded:active, .border-color-default-700-hover:focus, .btn.btn-default-700:focus, .btn.btn-default-700.btn-outline.btn-rounded:focus {
    border-color: #279dc1 !important;
}

[data-border-color="default-700"] {
    border-color: #42b6d9 !important;
}

.bg-default-800, .btn.btn-default-800, .btn.btn-default-800.btn-flat, .btn.btn-default-800.btn-rounded {
    background-color: #35b1d6 !important;
}

.bg-default-800-hover:hover, .btn.btn-default-800:hover, .bg-default-800-hover:active, .btn.btn-default-800:active, .bg-default-800-hover:focus, .btn.btn-default-800:focus {
    background-color: #2493b4 !important;
}

.bg-default-800-odd:nth-child(odd) {
    background-color: #35b1d6 !important;
}

.bg-default-800-even:nth-child(even) {
    background-color: #35b1d6 !important;
}

[data-bg="default-800"] {
    background-color: #35b1d6 !important;
}

.color-default-800, .btn.btn-default-800.btn-outline, .btn.btn-default-800.btn-outline i, .btn.btn-default-800.btn-outline.btn-rounded, .btn.btn-default-800.btn-outline.btn-rounded i {
    color: #35b1d6 !important;
}

.color-default-800-hover:hover, .btn.btn-default-800.btn-outline:hover, .btn.btn-default-800.btn-outline:hover i:hover, .btn.btn-default-800.btn-outline:active i:hover, .btn.btn-default-800.btn-outline:focus i:hover, .color-default-800-hover:active, .btn.btn-default-800.btn-outline:active, .btn.btn-default-800.btn-outline:hover i:active, .btn.btn-default-800.btn-outline:active i:active, .btn.btn-default-800.btn-outline:focus i:active, .color-default-800-hover:focus, .btn.btn-default-800.btn-outline:focus, .btn.btn-default-800.btn-outline:hover i:focus, .btn.btn-default-800.btn-outline:active i:focus, .btn.btn-default-800.btn-outline:focus i:focus {
    color: #2493b4 !important;
}

[data-color="default-800"] {
    color: #35b1d6 !important;
}

.border-color-default-800, .btn.btn-default-800, .btn.btn-default-800.btn-flat, .btn.btn-default-800.btn-rounded, .btn.btn-default-800.btn-outline, .btn.btn-default-800.btn-outline.btn-rounded {
    border-color: #35b1d6 !important;
}

.border-color-default-800-hover:hover, .btn.btn-default-800:hover, .btn.btn-default-800.btn-outline.btn-rounded:hover, .border-color-default-800-hover:active, .btn.btn-default-800:active, .btn.btn-default-800.btn-outline.btn-rounded:active, .border-color-default-800-hover:focus, .btn.btn-default-800:focus, .btn.btn-default-800.btn-outline.btn-rounded:focus {
    border-color: #2493b4 !important;
}

[data-border-color="default-800"] {
    border-color: #35b1d6 !important;
}

.bg-default-900, .btn.btn-default-900, .btn.btn-default-900.btn-flat, .btn.btn-default-900.btn-rounded {
    background-color: #2aabd2 !important;
}

.bg-default-900-hover:hover, .btn.btn-default-900:hover, .bg-default-900-hover:active, .btn.btn-default-900:active, .bg-default-900-hover:focus, .btn.btn-default-900:focus {
    background-color: #2289a7 !important;
}

.bg-default-900-odd:nth-child(odd) {
    background-color: #2aabd2 !important;
}

.bg-default-900-even:nth-child(even) {
    background-color: #2aabd2 !important;
}

[data-bg="default-900"] {
    background-color: #2aabd2 !important;
}

.color-default-900, .btn.btn-default-900.btn-outline, .btn.btn-default-900.btn-outline i, .btn.btn-default-900.btn-outline.btn-rounded, .btn.btn-default-900.btn-outline.btn-rounded i {
    color: #2aabd2 !important;
}

.color-default-900-hover:hover, .btn.btn-default-900.btn-outline:hover, .btn.btn-default-900.btn-outline:hover i:hover, .btn.btn-default-900.btn-outline:active i:hover, .btn.btn-default-900.btn-outline:focus i:hover, .color-default-900-hover:active, .btn.btn-default-900.btn-outline:active, .btn.btn-default-900.btn-outline:hover i:active, .btn.btn-default-900.btn-outline:active i:active, .btn.btn-default-900.btn-outline:focus i:active, .color-default-900-hover:focus, .btn.btn-default-900.btn-outline:focus, .btn.btn-default-900.btn-outline:hover i:focus, .btn.btn-default-900.btn-outline:active i:focus, .btn.btn-default-900.btn-outline:focus i:focus {
    color: #2289a7 !important;
}

[data-color="default-900"] {
    color: #2aabd2 !important;
}

.border-color-default-900, .btn.btn-default-900, .btn.btn-default-900.btn-flat, .btn.btn-default-900.btn-rounded, .btn.btn-default-900.btn-outline, .btn.btn-default-900.btn-outline.btn-rounded {
    border-color: #2aabd2 !important;
}

.border-color-default-900-hover:hover, .btn.btn-default-900:hover, .btn.btn-default-900.btn-outline.btn-rounded:hover, .border-color-default-900-hover:active, .btn.btn-default-900:active, .btn.btn-default-900.btn-outline.btn-rounded:active, .border-color-default-900-hover:focus, .btn.btn-default-900:focus, .btn.btn-default-900.btn-outline.btn-rounded:focus {
    border-color: #2289a7 !important;
}

[data-border-color="default-900"] {
    border-color: #2aabd2 !important;
}

.bg-primary, .btn.btn-primary, .btn.btn-primary.btn-flat, .btn.btn-primary.btn-rounded {
    background-color: #0275d8 !important;
}

.bg-primary-hover:hover, .btn.btn-primary:hover, .bg-primary-hover:active, .btn.btn-primary:active, .bg-primary-hover:focus, .btn.btn-primary:focus {
    background-color: #025aa5 !important;
}

.bg-primary-odd:nth-child(odd) {
    background-color: #0275d8 !important;
}

.bg-primary-even:nth-child(even) {
    background-color: #0275d8 !important;
}

[data-bg="primary"] {
    background-color: #0275d8 !important;
}

.color-primary, .btn.btn-primary.btn-outline, .btn.btn-primary.btn-outline i, .btn.btn-primary.btn-outline.btn-rounded, .btn.btn-primary.btn-outline.btn-rounded i {
    color: #0275d8 !important;
}

.color-primary-hover:hover, .btn.btn-primary.btn-outline:hover, .btn.btn-primary.btn-outline:hover i:hover, .btn.btn-primary.btn-outline:active i:hover, .btn.btn-primary.btn-outline:focus i:hover, .color-primary-hover:active, .btn.btn-primary.btn-outline:active, .btn.btn-primary.btn-outline:hover i:active, .btn.btn-primary.btn-outline:active i:active, .btn.btn-primary.btn-outline:focus i:active, .color-primary-hover:focus, .btn.btn-primary.btn-outline:focus, .btn.btn-primary.btn-outline:hover i:focus, .btn.btn-primary.btn-outline:active i:focus, .btn.btn-primary.btn-outline:focus i:focus {
    color: #025aa5 !important;
}

[data-color="primary"] {
    color: #0275d8 !important;
}

.border-color-primary, .btn.btn-primary, .btn.btn-primary.btn-flat, .btn.btn-primary.btn-rounded, .btn.btn-primary.btn-outline, .btn.btn-primary.btn-outline.btn-rounded {
    border-color: #0275d8 !important;
}

.border-color-primary-hover:hover, .btn.btn-primary:hover, .btn.btn-primary.btn-outline.btn-rounded:hover, .border-color-primary-hover:active, .btn.btn-primary:active, .btn.btn-primary.btn-outline.btn-rounded:active, .border-color-primary-hover:focus, .btn.btn-primary:focus, .btn.btn-primary.btn-outline.btn-rounded:focus {
    border-color: #025aa5 !important;
}

[data-border-color="primary"] {
    border-color: #0275d8 !important;
}

.bg-primary-100, .btn.btn-primary-100, .btn.btn-primary-100.btn-flat, .btn.btn-primary-100.btn-rounded {
    background-color: #1a94fd !important;
}

.bg-primary-100-hover:hover, .btn.btn-primary-100:hover, .bg-primary-100-hover:active, .btn.btn-primary-100:active, .bg-primary-100-hover:focus, .btn.btn-primary-100:focus {
    background-color: #027ae2 !important;
}

.bg-primary-100-odd:nth-child(odd) {
    background-color: #1a94fd !important;
}

.bg-primary-100-even:nth-child(even) {
    background-color: #1a94fd !important;
}

[data-bg="primary-100"] {
    background-color: #1a94fd !important;
}

.color-primary-100, .btn.btn-primary-100.btn-outline, .btn.btn-primary-100.btn-outline i, .btn.btn-primary-100.btn-outline.btn-rounded, .btn.btn-primary-100.btn-outline.btn-rounded i {
    color: #1a94fd !important;
}

.color-primary-100-hover:hover, .btn.btn-primary-100.btn-outline:hover, .btn.btn-primary-100.btn-outline:hover i:hover, .btn.btn-primary-100.btn-outline:active i:hover, .btn.btn-primary-100.btn-outline:focus i:hover, .color-primary-100-hover:active, .btn.btn-primary-100.btn-outline:active, .btn.btn-primary-100.btn-outline:hover i:active, .btn.btn-primary-100.btn-outline:active i:active, .btn.btn-primary-100.btn-outline:focus i:active, .color-primary-100-hover:focus, .btn.btn-primary-100.btn-outline:focus, .btn.btn-primary-100.btn-outline:hover i:focus, .btn.btn-primary-100.btn-outline:active i:focus, .btn.btn-primary-100.btn-outline:focus i:focus {
    color: #027ae2 !important;
}

[data-color="primary-100"] {
    color: #1a94fd !important;
}

.border-color-primary-100, .btn.btn-primary-100, .btn.btn-primary-100.btn-flat, .btn.btn-primary-100.btn-rounded, .btn.btn-primary-100.btn-outline, .btn.btn-primary-100.btn-outline.btn-rounded {
    border-color: #1a94fd !important;
}

.border-color-primary-100-hover:hover, .btn.btn-primary-100:hover, .btn.btn-primary-100.btn-outline.btn-rounded:hover, .border-color-primary-100-hover:active, .btn.btn-primary-100:active, .btn.btn-primary-100.btn-outline.btn-rounded:active, .border-color-primary-100-hover:focus, .btn.btn-primary-100:focus, .btn.btn-primary-100.btn-outline.btn-rounded:focus {
    border-color: #027ae2 !important;
}

[data-border-color="primary-100"] {
    border-color: #1a94fd !important;
}

.bg-primary-200, .btn.btn-primary-200, .btn.btn-primary-200.btn-flat, .btn.btn-primary-200.btn-rounded {
    background-color: #0b8dfd !important;
}

.bg-primary-200-hover:hover, .btn.btn-primary-200:hover, .bg-primary-200-hover:active, .btn.btn-primary-200:active, .bg-primary-200-hover:focus, .btn.btn-primary-200:focus {
    background-color: #0272d3 !important;
}

.bg-primary-200-odd:nth-child(odd) {
    background-color: #0b8dfd !important;
}

.bg-primary-200-even:nth-child(even) {
    background-color: #0b8dfd !important;
}

[data-bg="primary-200"] {
    background-color: #0b8dfd !important;
}

.color-primary-200, .btn.btn-primary-200.btn-outline, .btn.btn-primary-200.btn-outline i, .btn.btn-primary-200.btn-outline.btn-rounded, .btn.btn-primary-200.btn-outline.btn-rounded i {
    color: #0b8dfd !important;
}

.color-primary-200-hover:hover, .btn.btn-primary-200.btn-outline:hover, .btn.btn-primary-200.btn-outline:hover i:hover, .btn.btn-primary-200.btn-outline:active i:hover, .btn.btn-primary-200.btn-outline:focus i:hover, .color-primary-200-hover:active, .btn.btn-primary-200.btn-outline:active, .btn.btn-primary-200.btn-outline:hover i:active, .btn.btn-primary-200.btn-outline:active i:active, .btn.btn-primary-200.btn-outline:focus i:active, .color-primary-200-hover:focus, .btn.btn-primary-200.btn-outline:focus, .btn.btn-primary-200.btn-outline:hover i:focus, .btn.btn-primary-200.btn-outline:active i:focus, .btn.btn-primary-200.btn-outline:focus i:focus {
    color: #0272d3 !important;
}

[data-color="primary-200"] {
    color: #0b8dfd !important;
}

.border-color-primary-200, .btn.btn-primary-200, .btn.btn-primary-200.btn-flat, .btn.btn-primary-200.btn-rounded, .btn.btn-primary-200.btn-outline, .btn.btn-primary-200.btn-outline.btn-rounded {
    border-color: #0b8dfd !important;
}

.border-color-primary-200-hover:hover, .btn.btn-primary-200:hover, .btn.btn-primary-200.btn-outline.btn-rounded:hover, .border-color-primary-200-hover:active, .btn.btn-primary-200:active, .btn.btn-primary-200.btn-outline.btn-rounded:active, .border-color-primary-200-hover:focus, .btn.btn-primary-200:focus, .btn.btn-primary-200.btn-outline.btn-rounded:focus {
    border-color: #0272d3 !important;
}

[data-border-color="primary-200"] {
    border-color: #0b8dfd !important;
}

.bg-primary-300, .btn.btn-primary-300, .btn.btn-primary-300.btn-flat, .btn.btn-primary-300.btn-rounded {
    background-color: #0285f6 !important;
}

.bg-primary-300-hover:hover, .btn.btn-primary-300:hover, .bg-primary-300-hover:active, .btn.btn-primary-300:active, .bg-primary-300-hover:focus, .btn.btn-primary-300:focus {
    background-color: #026ac4 !important;
}

.bg-primary-300-odd:nth-child(odd) {
    background-color: #0285f6 !important;
}

.bg-primary-300-even:nth-child(even) {
    background-color: #0285f6 !important;
}

[data-bg="primary-300"] {
    background-color: #0285f6 !important;
}

.color-primary-300, .btn.btn-primary-300.btn-outline, .btn.btn-primary-300.btn-outline i, .btn.btn-primary-300.btn-outline.btn-rounded, .btn.btn-primary-300.btn-outline.btn-rounded i {
    color: #0285f6 !important;
}

.color-primary-300-hover:hover, .btn.btn-primary-300.btn-outline:hover, .btn.btn-primary-300.btn-outline:hover i:hover, .btn.btn-primary-300.btn-outline:active i:hover, .btn.btn-primary-300.btn-outline:focus i:hover, .color-primary-300-hover:active, .btn.btn-primary-300.btn-outline:active, .btn.btn-primary-300.btn-outline:hover i:active, .btn.btn-primary-300.btn-outline:active i:active, .btn.btn-primary-300.btn-outline:focus i:active, .color-primary-300-hover:focus, .btn.btn-primary-300.btn-outline:focus, .btn.btn-primary-300.btn-outline:hover i:focus, .btn.btn-primary-300.btn-outline:active i:focus, .btn.btn-primary-300.btn-outline:focus i:focus {
    color: #026ac4 !important;
}

[data-color="primary-300"] {
    color: #0285f6 !important;
}

.border-color-primary-300, .btn.btn-primary-300, .btn.btn-primary-300.btn-flat, .btn.btn-primary-300.btn-rounded, .btn.btn-primary-300.btn-outline, .btn.btn-primary-300.btn-outline.btn-rounded {
    border-color: #0285f6 !important;
}

.border-color-primary-300-hover:hover, .btn.btn-primary-300:hover, .btn.btn-primary-300.btn-outline.btn-rounded:hover, .border-color-primary-300-hover:active, .btn.btn-primary-300:active, .btn.btn-primary-300.btn-outline.btn-rounded:active, .border-color-primary-300-hover:focus, .btn.btn-primary-300:focus, .btn.btn-primary-300.btn-outline.btn-rounded:focus {
    border-color: #026ac4 !important;
}

[data-border-color="primary-300"] {
    border-color: #0285f6 !important;
}

.bg-primary-400, .btn.btn-primary-400, .btn.btn-primary-400.btn-flat, .btn.btn-primary-400.btn-rounded {
    background-color: #027de7 !important;
}

.bg-primary-400-hover:hover, .btn.btn-primary-400:hover, .bg-primary-400-hover:active, .btn.btn-primary-400:active, .bg-primary-400-hover:focus, .btn.btn-primary-400:focus {
    background-color: #0262b5 !important;
}

.bg-primary-400-odd:nth-child(odd) {
    background-color: #027de7 !important;
}

.bg-primary-400-even:nth-child(even) {
    background-color: #027de7 !important;
}

[data-bg="primary-400"] {
    background-color: #027de7 !important;
}

.color-primary-400, .btn.btn-primary-400.btn-outline, .btn.btn-primary-400.btn-outline i, .btn.btn-primary-400.btn-outline.btn-rounded, .btn.btn-primary-400.btn-outline.btn-rounded i {
    color: #027de7 !important;
}

.color-primary-400-hover:hover, .btn.btn-primary-400.btn-outline:hover, .btn.btn-primary-400.btn-outline:hover i:hover, .btn.btn-primary-400.btn-outline:active i:hover, .btn.btn-primary-400.btn-outline:focus i:hover, .color-primary-400-hover:active, .btn.btn-primary-400.btn-outline:active, .btn.btn-primary-400.btn-outline:hover i:active, .btn.btn-primary-400.btn-outline:active i:active, .btn.btn-primary-400.btn-outline:focus i:active, .color-primary-400-hover:focus, .btn.btn-primary-400.btn-outline:focus, .btn.btn-primary-400.btn-outline:hover i:focus, .btn.btn-primary-400.btn-outline:active i:focus, .btn.btn-primary-400.btn-outline:focus i:focus {
    color: #0262b5 !important;
}

[data-color="primary-400"] {
    color: #027de7 !important;
}

.border-color-primary-400, .btn.btn-primary-400, .btn.btn-primary-400.btn-flat, .btn.btn-primary-400.btn-rounded, .btn.btn-primary-400.btn-outline, .btn.btn-primary-400.btn-outline.btn-rounded {
    border-color: #027de7 !important;
}

.border-color-primary-400-hover:hover, .btn.btn-primary-400:hover, .btn.btn-primary-400.btn-outline.btn-rounded:hover, .border-color-primary-400-hover:active, .btn.btn-primary-400:active, .btn.btn-primary-400.btn-outline.btn-rounded:active, .border-color-primary-400-hover:focus, .btn.btn-primary-400:focus, .btn.btn-primary-400.btn-outline.btn-rounded:focus {
    border-color: #0262b5 !important;
}

[data-border-color="primary-400"] {
    border-color: #027de7 !important;
}

.bg-primary-500, .btn.btn-primary-500, .btn.btn-primary-500.btn-flat, .btn.btn-primary-500.btn-rounded {
    background-color: #0275d8 !important;
}

.bg-primary-500-hover:hover, .btn.btn-primary-500:hover, .bg-primary-500-hover:active, .btn.btn-primary-500:active, .bg-primary-500-hover:focus, .btn.btn-primary-500:focus {
    background-color: #025aa5 !important;
}

.bg-primary-500-odd:nth-child(odd) {
    background-color: #0275d8 !important;
}

.bg-primary-500-even:nth-child(even) {
    background-color: #0275d8 !important;
}

[data-bg="primary-500"] {
    background-color: #0275d8 !important;
}

.color-primary-500, .btn.btn-primary-500.btn-outline, .btn.btn-primary-500.btn-outline i, .btn.btn-primary-500.btn-outline.btn-rounded, .btn.btn-primary-500.btn-outline.btn-rounded i {
    color: #0275d8 !important;
}

.color-primary-500-hover:hover, .btn.btn-primary-500.btn-outline:hover, .btn.btn-primary-500.btn-outline:hover i:hover, .btn.btn-primary-500.btn-outline:active i:hover, .btn.btn-primary-500.btn-outline:focus i:hover, .color-primary-500-hover:active, .btn.btn-primary-500.btn-outline:active, .btn.btn-primary-500.btn-outline:hover i:active, .btn.btn-primary-500.btn-outline:active i:active, .btn.btn-primary-500.btn-outline:focus i:active, .color-primary-500-hover:focus, .btn.btn-primary-500.btn-outline:focus, .btn.btn-primary-500.btn-outline:hover i:focus, .btn.btn-primary-500.btn-outline:active i:focus, .btn.btn-primary-500.btn-outline:focus i:focus {
    color: #025aa5 !important;
}

[data-color="primary-500"] {
    color: #0275d8 !important;
}

.border-color-primary-500, .btn.btn-primary-500, .btn.btn-primary-500.btn-flat, .btn.btn-primary-500.btn-rounded, .btn.btn-primary-500.btn-outline, .btn.btn-primary-500.btn-outline.btn-rounded {
    border-color: #0275d8 !important;
}

.border-color-primary-500-hover:hover, .btn.btn-primary-500:hover, .btn.btn-primary-500.btn-outline.btn-rounded:hover, .border-color-primary-500-hover:active, .btn.btn-primary-500:active, .btn.btn-primary-500.btn-outline.btn-rounded:active, .border-color-primary-500-hover:focus, .btn.btn-primary-500:focus, .btn.btn-primary-500.btn-outline.btn-rounded:focus {
    border-color: #025aa5 !important;
}

[data-border-color="primary-500"] {
    border-color: #0275d8 !important;
}

.bg-primary-600, .btn.btn-primary-600, .btn.btn-primary-600.btn-flat, .btn.btn-primary-600.btn-rounded {
    background-color: #026dc9 !important;
}

.bg-primary-600-hover:hover, .btn.btn-primary-600:hover, .bg-primary-600-hover:active, .btn.btn-primary-600:active, .bg-primary-600-hover:focus, .btn.btn-primary-600:focus {
    background-color: #015196 !important;
}

.bg-primary-600-odd:nth-child(odd) {
    background-color: #026dc9 !important;
}

.bg-primary-600-even:nth-child(even) {
    background-color: #026dc9 !important;
}

[data-bg="primary-600"] {
    background-color: #026dc9 !important;
}

.color-primary-600, .btn.btn-primary-600.btn-outline, .btn.btn-primary-600.btn-outline i, .btn.btn-primary-600.btn-outline.btn-rounded, .btn.btn-primary-600.btn-outline.btn-rounded i {
    color: #026dc9 !important;
}

.color-primary-600-hover:hover, .btn.btn-primary-600.btn-outline:hover, .btn.btn-primary-600.btn-outline:hover i:hover, .btn.btn-primary-600.btn-outline:active i:hover, .btn.btn-primary-600.btn-outline:focus i:hover, .color-primary-600-hover:active, .btn.btn-primary-600.btn-outline:active, .btn.btn-primary-600.btn-outline:hover i:active, .btn.btn-primary-600.btn-outline:active i:active, .btn.btn-primary-600.btn-outline:focus i:active, .color-primary-600-hover:focus, .btn.btn-primary-600.btn-outline:focus, .btn.btn-primary-600.btn-outline:hover i:focus, .btn.btn-primary-600.btn-outline:active i:focus, .btn.btn-primary-600.btn-outline:focus i:focus {
    color: #015196 !important;
}

[data-color="primary-600"] {
    color: #026dc9 !important;
}

.border-color-primary-600, .btn.btn-primary-600, .btn.btn-primary-600.btn-flat, .btn.btn-primary-600.btn-rounded, .btn.btn-primary-600.btn-outline, .btn.btn-primary-600.btn-outline.btn-rounded {
    border-color: #026dc9 !important;
}

.border-color-primary-600-hover:hover, .btn.btn-primary-600:hover, .btn.btn-primary-600.btn-outline.btn-rounded:hover, .border-color-primary-600-hover:active, .btn.btn-primary-600:active, .btn.btn-primary-600.btn-outline.btn-rounded:active, .border-color-primary-600-hover:focus, .btn.btn-primary-600:focus, .btn.btn-primary-600.btn-outline.btn-rounded:focus {
    border-color: #015196 !important;
}

[data-border-color="primary-600"] {
    border-color: #026dc9 !important;
}

.bg-primary-700, .btn.btn-primary-700, .btn.btn-primary-700.btn-flat, .btn.btn-primary-700.btn-rounded {
    background-color: #0265ba !important;
}

.bg-primary-700-hover:hover, .btn.btn-primary-700:hover, .bg-primary-700-hover:active, .btn.btn-primary-700:active, .bg-primary-700-hover:focus, .btn.btn-primary-700:focus {
    background-color: #014987 !important;
}

.bg-primary-700-odd:nth-child(odd) {
    background-color: #0265ba !important;
}

.bg-primary-700-even:nth-child(even) {
    background-color: #0265ba !important;
}

[data-bg="primary-700"] {
    background-color: #0265ba !important;
}

.color-primary-700, .btn.btn-primary-700.btn-outline, .btn.btn-primary-700.btn-outline i, .btn.btn-primary-700.btn-outline.btn-rounded, .btn.btn-primary-700.btn-outline.btn-rounded i {
    color: #0265ba !important;
}

.color-primary-700-hover:hover, .btn.btn-primary-700.btn-outline:hover, .btn.btn-primary-700.btn-outline:hover i:hover, .btn.btn-primary-700.btn-outline:active i:hover, .btn.btn-primary-700.btn-outline:focus i:hover, .color-primary-700-hover:active, .btn.btn-primary-700.btn-outline:active, .btn.btn-primary-700.btn-outline:hover i:active, .btn.btn-primary-700.btn-outline:active i:active, .btn.btn-primary-700.btn-outline:focus i:active, .color-primary-700-hover:focus, .btn.btn-primary-700.btn-outline:focus, .btn.btn-primary-700.btn-outline:hover i:focus, .btn.btn-primary-700.btn-outline:active i:focus, .btn.btn-primary-700.btn-outline:focus i:focus {
    color: #014987 !important;
}

[data-color="primary-700"] {
    color: #0265ba !important;
}

.border-color-primary-700, .btn.btn-primary-700, .btn.btn-primary-700.btn-flat, .btn.btn-primary-700.btn-rounded, .btn.btn-primary-700.btn-outline, .btn.btn-primary-700.btn-outline.btn-rounded {
    border-color: #0265ba !important;
}

.border-color-primary-700-hover:hover, .btn.btn-primary-700:hover, .btn.btn-primary-700.btn-outline.btn-rounded:hover, .border-color-primary-700-hover:active, .btn.btn-primary-700:active, .btn.btn-primary-700.btn-outline.btn-rounded:active, .border-color-primary-700-hover:focus, .btn.btn-primary-700:focus, .btn.btn-primary-700.btn-outline.btn-rounded:focus {
    border-color: #014987 !important;
}

[data-border-color="primary-700"] {
    border-color: #0265ba !important;
}

.bg-primary-800, .btn.btn-primary-800, .btn.btn-primary-800.btn-flat, .btn.btn-primary-800.btn-rounded {
    background-color: #025cab !important;
}

.bg-primary-800-hover:hover, .btn.btn-primary-800:hover, .bg-primary-800-hover:active, .btn.btn-primary-800:active, .bg-primary-800-hover:focus, .btn.btn-primary-800:focus {
    background-color: #014178 !important;
}

.bg-primary-800-odd:nth-child(odd) {
    background-color: #025cab !important;
}

.bg-primary-800-even:nth-child(even) {
    background-color: #025cab !important;
}

[data-bg="primary-800"] {
    background-color: #025cab !important;
}

.color-primary-800, .btn.btn-primary-800.btn-outline, .btn.btn-primary-800.btn-outline i, .btn.btn-primary-800.btn-outline.btn-rounded, .btn.btn-primary-800.btn-outline.btn-rounded i {
    color: #025cab !important;
}

.color-primary-800-hover:hover, .btn.btn-primary-800.btn-outline:hover, .btn.btn-primary-800.btn-outline:hover i:hover, .btn.btn-primary-800.btn-outline:active i:hover, .btn.btn-primary-800.btn-outline:focus i:hover, .color-primary-800-hover:active, .btn.btn-primary-800.btn-outline:active, .btn.btn-primary-800.btn-outline:hover i:active, .btn.btn-primary-800.btn-outline:active i:active, .btn.btn-primary-800.btn-outline:focus i:active, .color-primary-800-hover:focus, .btn.btn-primary-800.btn-outline:focus, .btn.btn-primary-800.btn-outline:hover i:focus, .btn.btn-primary-800.btn-outline:active i:focus, .btn.btn-primary-800.btn-outline:focus i:focus {
    color: #014178 !important;
}

[data-color="primary-800"] {
    color: #025cab !important;
}

.border-color-primary-800, .btn.btn-primary-800, .btn.btn-primary-800.btn-flat, .btn.btn-primary-800.btn-rounded, .btn.btn-primary-800.btn-outline, .btn.btn-primary-800.btn-outline.btn-rounded {
    border-color: #025cab !important;
}

.border-color-primary-800-hover:hover, .btn.btn-primary-800:hover, .btn.btn-primary-800.btn-outline.btn-rounded:hover, .border-color-primary-800-hover:active, .btn.btn-primary-800:active, .btn.btn-primary-800.btn-outline.btn-rounded:active, .border-color-primary-800-hover:focus, .btn.btn-primary-800:focus, .btn.btn-primary-800.btn-outline.btn-rounded:focus {
    border-color: #014178 !important;
}

[data-border-color="primary-800"] {
    border-color: #025cab !important;
}

.bg-primary-900, .btn.btn-primary-900, .btn.btn-primary-900.btn-flat, .btn.btn-primary-900.btn-rounded {
    background-color: #01549b !important;
}

.bg-primary-900-hover:hover, .btn.btn-primary-900:hover, .bg-primary-900-hover:active, .btn.btn-primary-900:active, .bg-primary-900-hover:focus, .btn.btn-primary-900:focus {
    background-color: #013969 !important;
}

.bg-primary-900-odd:nth-child(odd) {
    background-color: #01549b !important;
}

.bg-primary-900-even:nth-child(even) {
    background-color: #01549b !important;
}

[data-bg="primary-900"] {
    background-color: #01549b !important;
}

.color-primary-900, .btn.btn-primary-900.btn-outline, .btn.btn-primary-900.btn-outline i, .btn.btn-primary-900.btn-outline.btn-rounded, .btn.btn-primary-900.btn-outline.btn-rounded i {
    color: #01549b !important;
}

.color-primary-900-hover:hover, .btn.btn-primary-900.btn-outline:hover, .btn.btn-primary-900.btn-outline:hover i:hover, .btn.btn-primary-900.btn-outline:active i:hover, .btn.btn-primary-900.btn-outline:focus i:hover, .color-primary-900-hover:active, .btn.btn-primary-900.btn-outline:active, .btn.btn-primary-900.btn-outline:hover i:active, .btn.btn-primary-900.btn-outline:active i:active, .btn.btn-primary-900.btn-outline:focus i:active, .color-primary-900-hover:focus, .btn.btn-primary-900.btn-outline:focus, .btn.btn-primary-900.btn-outline:hover i:focus, .btn.btn-primary-900.btn-outline:active i:focus, .btn.btn-primary-900.btn-outline:focus i:focus {
    color: #013969 !important;
}

[data-color="primary-900"] {
    color: #01549b !important;
}

.border-color-primary-900, .btn.btn-primary-900, .btn.btn-primary-900.btn-flat, .btn.btn-primary-900.btn-rounded, .btn.btn-primary-900.btn-outline, .btn.btn-primary-900.btn-outline.btn-rounded {
    border-color: #01549b !important;
}

.border-color-primary-900-hover:hover, .btn.btn-primary-900:hover, .btn.btn-primary-900.btn-outline.btn-rounded:hover, .border-color-primary-900-hover:active, .btn.btn-primary-900:active, .btn.btn-primary-900.btn-outline.btn-rounded:active, .border-color-primary-900-hover:focus, .btn.btn-primary-900:focus, .btn.btn-primary-900.btn-outline.btn-rounded:focus {
    border-color: #013969 !important;
}

[data-border-color="primary-900"] {
    border-color: #01549b !important;
}

.bg-info, .btn.btn-info, .btn.btn-info.btn-flat, .btn.btn-info.btn-rounded {
    background-color: #00aced !important;
}

.bg-info-hover:hover, .btn.btn-info:hover, .bg-info-hover:active, .btn.btn-info:active, .bg-info-hover:focus, .btn.btn-info:focus {
    background-color: #0087ba !important;
}

.bg-info-odd:nth-child(odd) {
    background-color: #00aced !important;
}

.bg-info-even:nth-child(even) {
    background-color: #00aced !important;
}

[data-bg="info"] {
    background-color: #00aced !important;
}

.color-info, .btn.btn-info.btn-outline, .btn.btn-info.btn-outline i, .btn.btn-info.btn-outline.btn-rounded, .btn.btn-info.btn-outline.btn-rounded i {
    color: #00aced !important;
}

.color-info-hover:hover, .btn.btn-info.btn-outline:hover, .btn.btn-info.btn-outline:hover i:hover, .btn.btn-info.btn-outline:active i:hover, .btn.btn-info.btn-outline:focus i:hover, .color-info-hover:active, .btn.btn-info.btn-outline:active, .btn.btn-info.btn-outline:hover i:active, .btn.btn-info.btn-outline:active i:active, .btn.btn-info.btn-outline:focus i:active, .color-info-hover:focus, .btn.btn-info.btn-outline:focus, .btn.btn-info.btn-outline:hover i:focus, .btn.btn-info.btn-outline:active i:focus, .btn.btn-info.btn-outline:focus i:focus {
    color: #0087ba !important;
}

[data-color="info"] {
    color: #00aced !important;
}

.border-color-info, .btn.btn-info, .btn.btn-info.btn-flat, .btn.btn-info.btn-rounded, .btn.btn-info.btn-outline, .btn.btn-info.btn-outline.btn-rounded {
    border-color: #00aced !important;
}

.border-color-info-hover:hover, .btn.btn-info:hover, .btn.btn-info.btn-outline.btn-rounded:hover, .border-color-info-hover:active, .btn.btn-info:active, .btn.btn-info.btn-outline.btn-rounded:active, .border-color-info-hover:focus, .btn.btn-info:focus, .btn.btn-info.btn-outline.btn-rounded:focus {
    border-color: #0087ba !important;
}

[data-border-color="info"] {
    border-color: #00aced !important;
}

.bg-info-100, .btn.btn-info-100, .btn.btn-info-100.btn-flat, .btn.btn-info-100.btn-rounded {
    background-color: #2bc5ff !important;
}

.bg-info-100-hover:hover, .btn.btn-info-100:hover, .bg-info-100-hover:active, .btn.btn-info-100:active, .bg-info-100-hover:focus, .btn.btn-info-100:focus {
    background-color: #00b3f7 !important;
}

.bg-info-100-odd:nth-child(odd) {
    background-color: #2bc5ff !important;
}

.bg-info-100-even:nth-child(even) {
    background-color: #2bc5ff !important;
}

[data-bg="info-100"] {
    background-color: #2bc5ff !important;
}

.color-info-100, .btn.btn-info-100.btn-outline, .btn.btn-info-100.btn-outline i, .btn.btn-info-100.btn-outline.btn-rounded, .btn.btn-info-100.btn-outline.btn-rounded i {
    color: #2bc5ff !important;
}

.color-info-100-hover:hover, .btn.btn-info-100.btn-outline:hover, .btn.btn-info-100.btn-outline:hover i:hover, .btn.btn-info-100.btn-outline:active i:hover, .btn.btn-info-100.btn-outline:focus i:hover, .color-info-100-hover:active, .btn.btn-info-100.btn-outline:active, .btn.btn-info-100.btn-outline:hover i:active, .btn.btn-info-100.btn-outline:active i:active, .btn.btn-info-100.btn-outline:focus i:active, .color-info-100-hover:focus, .btn.btn-info-100.btn-outline:focus, .btn.btn-info-100.btn-outline:hover i:focus, .btn.btn-info-100.btn-outline:active i:focus, .btn.btn-info-100.btn-outline:focus i:focus {
    color: #00b3f7 !important;
}

[data-color="info-100"] {
    color: #2bc5ff !important;
}

.border-color-info-100, .btn.btn-info-100, .btn.btn-info-100.btn-flat, .btn.btn-info-100.btn-rounded, .btn.btn-info-100.btn-outline, .btn.btn-info-100.btn-outline.btn-rounded {
    border-color: #2bc5ff !important;
}

.border-color-info-100-hover:hover, .btn.btn-info-100:hover, .btn.btn-info-100.btn-outline.btn-rounded:hover, .border-color-info-100-hover:active, .btn.btn-info-100:active, .btn.btn-info-100.btn-outline.btn-rounded:active, .border-color-info-100-hover:focus, .btn.btn-info-100:focus, .btn.btn-info-100.btn-outline.btn-rounded:focus {
    border-color: #00b3f7 !important;
}

[data-border-color="info-100"] {
    border-color: #2bc5ff !important;
}

.bg-info-200, .btn.btn-info-200, .btn.btn-info-200.btn-flat, .btn.btn-info-200.btn-rounded {
    background-color: #1cc1ff !important;
}

.bg-info-200-hover:hover, .btn.btn-info-200:hover, .bg-info-200-hover:active, .btn.btn-info-200:active, .bg-info-200-hover:focus, .btn.btn-info-200:focus {
    background-color: #00a8e8 !important;
}

.bg-info-200-odd:nth-child(odd) {
    background-color: #1cc1ff !important;
}

.bg-info-200-even:nth-child(even) {
    background-color: #1cc1ff !important;
}

[data-bg="info-200"] {
    background-color: #1cc1ff !important;
}

.color-info-200, .btn.btn-info-200.btn-outline, .btn.btn-info-200.btn-outline i, .btn.btn-info-200.btn-outline.btn-rounded, .btn.btn-info-200.btn-outline.btn-rounded i {
    color: #1cc1ff !important;
}

.color-info-200-hover:hover, .btn.btn-info-200.btn-outline:hover, .btn.btn-info-200.btn-outline:hover i:hover, .btn.btn-info-200.btn-outline:active i:hover, .btn.btn-info-200.btn-outline:focus i:hover, .color-info-200-hover:active, .btn.btn-info-200.btn-outline:active, .btn.btn-info-200.btn-outline:hover i:active, .btn.btn-info-200.btn-outline:active i:active, .btn.btn-info-200.btn-outline:focus i:active, .color-info-200-hover:focus, .btn.btn-info-200.btn-outline:focus, .btn.btn-info-200.btn-outline:hover i:focus, .btn.btn-info-200.btn-outline:active i:focus, .btn.btn-info-200.btn-outline:focus i:focus {
    color: #00a8e8 !important;
}

[data-color="info-200"] {
    color: #1cc1ff !important;
}

.border-color-info-200, .btn.btn-info-200, .btn.btn-info-200.btn-flat, .btn.btn-info-200.btn-rounded, .btn.btn-info-200.btn-outline, .btn.btn-info-200.btn-outline.btn-rounded {
    border-color: #1cc1ff !important;
}

.border-color-info-200-hover:hover, .btn.btn-info-200:hover, .btn.btn-info-200.btn-outline.btn-rounded:hover, .border-color-info-200-hover:active, .btn.btn-info-200:active, .btn.btn-info-200.btn-outline.btn-rounded:active, .border-color-info-200-hover:focus, .btn.btn-info-200:focus, .btn.btn-info-200.btn-outline.btn-rounded:focus {
    border-color: #00a8e8 !important;
}

[data-border-color="info-200"] {
    border-color: #1cc1ff !important;
}

.bg-info-300, .btn.btn-info-300, .btn.btn-info-300.btn-flat, .btn.btn-info-300.btn-rounded {
    background-color: #0dbdff !important;
}

.bg-info-300-hover:hover, .btn.btn-info-300:hover, .bg-info-300-hover:active, .btn.btn-info-300:active, .bg-info-300-hover:focus, .btn.btn-info-300:focus {
    background-color: #009dd9 !important;
}

.bg-info-300-odd:nth-child(odd) {
    background-color: #0dbdff !important;
}

.bg-info-300-even:nth-child(even) {
    background-color: #0dbdff !important;
}

[data-bg="info-300"] {
    background-color: #0dbdff !important;
}

.color-info-300, .btn.btn-info-300.btn-outline, .btn.btn-info-300.btn-outline i, .btn.btn-info-300.btn-outline.btn-rounded, .btn.btn-info-300.btn-outline.btn-rounded i {
    color: #0dbdff !important;
}

.color-info-300-hover:hover, .btn.btn-info-300.btn-outline:hover, .btn.btn-info-300.btn-outline:hover i:hover, .btn.btn-info-300.btn-outline:active i:hover, .btn.btn-info-300.btn-outline:focus i:hover, .color-info-300-hover:active, .btn.btn-info-300.btn-outline:active, .btn.btn-info-300.btn-outline:hover i:active, .btn.btn-info-300.btn-outline:active i:active, .btn.btn-info-300.btn-outline:focus i:active, .color-info-300-hover:focus, .btn.btn-info-300.btn-outline:focus, .btn.btn-info-300.btn-outline:hover i:focus, .btn.btn-info-300.btn-outline:active i:focus, .btn.btn-info-300.btn-outline:focus i:focus {
    color: #009dd9 !important;
}

[data-color="info-300"] {
    color: #0dbdff !important;
}

.border-color-info-300, .btn.btn-info-300, .btn.btn-info-300.btn-flat, .btn.btn-info-300.btn-rounded, .btn.btn-info-300.btn-outline, .btn.btn-info-300.btn-outline.btn-rounded {
    border-color: #0dbdff !important;
}

.border-color-info-300-hover:hover, .btn.btn-info-300:hover, .btn.btn-info-300.btn-outline.btn-rounded:hover, .border-color-info-300-hover:active, .btn.btn-info-300:active, .btn.btn-info-300.btn-outline.btn-rounded:active, .border-color-info-300-hover:focus, .btn.btn-info-300:focus, .btn.btn-info-300.btn-outline.btn-rounded:focus {
    border-color: #009dd9 !important;
}

[data-border-color="info-300"] {
    border-color: #0dbdff !important;
}

.bg-info-400, .btn.btn-info-400, .btn.btn-info-400.btn-flat, .btn.btn-info-400.btn-rounded {
    background-color: #00b7fc !important;
}

.bg-info-400-hover:hover, .btn.btn-info-400:hover, .bg-info-400-hover:active, .btn.btn-info-400:active, .bg-info-400-hover:focus, .btn.btn-info-400:focus {
    background-color: #0092c9 !important;
}

.bg-info-400-odd:nth-child(odd) {
    background-color: #00b7fc !important;
}

.bg-info-400-even:nth-child(even) {
    background-color: #00b7fc !important;
}

[data-bg="info-400"] {
    background-color: #00b7fc !important;
}

.color-info-400, .btn.btn-info-400.btn-outline, .btn.btn-info-400.btn-outline i, .btn.btn-info-400.btn-outline.btn-rounded, .btn.btn-info-400.btn-outline.btn-rounded i {
    color: #00b7fc !important;
}

.color-info-400-hover:hover, .btn.btn-info-400.btn-outline:hover, .btn.btn-info-400.btn-outline:hover i:hover, .btn.btn-info-400.btn-outline:active i:hover, .btn.btn-info-400.btn-outline:focus i:hover, .color-info-400-hover:active, .btn.btn-info-400.btn-outline:active, .btn.btn-info-400.btn-outline:hover i:active, .btn.btn-info-400.btn-outline:active i:active, .btn.btn-info-400.btn-outline:focus i:active, .color-info-400-hover:focus, .btn.btn-info-400.btn-outline:focus, .btn.btn-info-400.btn-outline:hover i:focus, .btn.btn-info-400.btn-outline:active i:focus, .btn.btn-info-400.btn-outline:focus i:focus {
    color: #0092c9 !important;
}

[data-color="info-400"] {
    color: #00b7fc !important;
}

.border-color-info-400, .btn.btn-info-400, .btn.btn-info-400.btn-flat, .btn.btn-info-400.btn-rounded, .btn.btn-info-400.btn-outline, .btn.btn-info-400.btn-outline.btn-rounded {
    border-color: #00b7fc !important;
}

.border-color-info-400-hover:hover, .btn.btn-info-400:hover, .btn.btn-info-400.btn-outline.btn-rounded:hover, .border-color-info-400-hover:active, .btn.btn-info-400:active, .btn.btn-info-400.btn-outline.btn-rounded:active, .border-color-info-400-hover:focus, .btn.btn-info-400:focus, .btn.btn-info-400.btn-outline.btn-rounded:focus {
    border-color: #0092c9 !important;
}

[data-border-color="info-400"] {
    border-color: #00b7fc !important;
}

.bg-info-500, .screenshots .dropdown-menu, .screenshots .dropdown-menu a, .btn.btn-info-500, .btn.btn-info-500.btn-flat, .btn.btn-info-500.btn-rounded {
    background-color: #00aced !important;
}

.bg-info-500-hover:hover, .btn.btn-info-500:hover, .bg-info-500-hover:active, .btn.btn-info-500:active, .bg-info-500-hover:focus, .btn.btn-info-500:focus {
    background-color: #0087ba !important;
}

.bg-info-500-odd:nth-child(odd) {
    background-color: #00aced !important;
}

.bg-info-500-even:nth-child(even) {
    background-color: #00aced !important;
}

[data-bg="info-500"] {
    background-color: #00aced !important;
}

.color-info-500, .btn.btn-info-500.btn-outline, .btn.btn-info-500.btn-outline i, .btn.btn-info-500.btn-outline.btn-rounded, .btn.btn-info-500.btn-outline.btn-rounded i {
    color: #00aced !important;
}

.color-info-500-hover:hover, .btn.btn-info-500.btn-outline:hover, .btn.btn-info-500.btn-outline:hover i:hover, .btn.btn-info-500.btn-outline:active i:hover, .btn.btn-info-500.btn-outline:focus i:hover, .color-info-500-hover:active, .btn.btn-info-500.btn-outline:active, .btn.btn-info-500.btn-outline:hover i:active, .btn.btn-info-500.btn-outline:active i:active, .btn.btn-info-500.btn-outline:focus i:active, .color-info-500-hover:focus, .btn.btn-info-500.btn-outline:focus, .btn.btn-info-500.btn-outline:hover i:focus, .btn.btn-info-500.btn-outline:active i:focus, .btn.btn-info-500.btn-outline:focus i:focus {
    color: #0087ba !important;
}

[data-color="info-500"] {
    color: #00aced !important;
}

.border-color-info-500, .btn.btn-info-500, .btn.btn-info-500.btn-flat, .btn.btn-info-500.btn-rounded, .btn.btn-info-500.btn-outline, .btn.btn-info-500.btn-outline.btn-rounded {
    border-color: #00aced !important;
}

.border-color-info-500-hover:hover, .btn.btn-info-500:hover, .btn.btn-info-500.btn-outline.btn-rounded:hover, .border-color-info-500-hover:active, .btn.btn-info-500:active, .btn.btn-info-500.btn-outline.btn-rounded:active, .border-color-info-500-hover:focus, .btn.btn-info-500:focus, .btn.btn-info-500.btn-outline.btn-rounded:focus {
    border-color: #0087ba !important;
}

[data-border-color="info-500"] {
    border-color: #00aced !important;
}

.bg-info-600, .btn.btn-info-600, .btn.btn-info-600.btn-flat, .btn.btn-info-600.btn-rounded {
    background-color: #00a1de !important;
}

.bg-info-600-hover:hover, .btn.btn-info-600:hover, .bg-info-600-hover:active, .btn.btn-info-600:active, .bg-info-600-hover:focus, .btn.btn-info-600:focus {
    background-color: #007cab !important;
}

.bg-info-600-odd:nth-child(odd) {
    background-color: #00a1de !important;
}

.bg-info-600-even:nth-child(even) {
    background-color: #00a1de !important;
}

[data-bg="info-600"] {
    background-color: #00a1de !important;
}

.color-info-600, .btn.btn-info-600.btn-outline, .btn.btn-info-600.btn-outline i, .btn.btn-info-600.btn-outline.btn-rounded, .btn.btn-info-600.btn-outline.btn-rounded i {
    color: #00a1de !important;
}

.color-info-600-hover:hover, .btn.btn-info-600.btn-outline:hover, .btn.btn-info-600.btn-outline:hover i:hover, .btn.btn-info-600.btn-outline:active i:hover, .btn.btn-info-600.btn-outline:focus i:hover, .color-info-600-hover:active, .btn.btn-info-600.btn-outline:active, .btn.btn-info-600.btn-outline:hover i:active, .btn.btn-info-600.btn-outline:active i:active, .btn.btn-info-600.btn-outline:focus i:active, .color-info-600-hover:focus, .btn.btn-info-600.btn-outline:focus, .btn.btn-info-600.btn-outline:hover i:focus, .btn.btn-info-600.btn-outline:active i:focus, .btn.btn-info-600.btn-outline:focus i:focus {
    color: #007cab !important;
}

[data-color="info-600"] {
    color: #00a1de !important;
}

.border-color-info-600, .btn.btn-info-600, .btn.btn-info-600.btn-flat, .btn.btn-info-600.btn-rounded, .btn.btn-info-600.btn-outline, .btn.btn-info-600.btn-outline.btn-rounded {
    border-color: #00a1de !important;
}

.border-color-info-600-hover:hover, .btn.btn-info-600:hover, .btn.btn-info-600.btn-outline.btn-rounded:hover, .border-color-info-600-hover:active, .btn.btn-info-600:active, .btn.btn-info-600.btn-outline.btn-rounded:active, .border-color-info-600-hover:focus, .btn.btn-info-600:focus, .btn.btn-info-600.btn-outline.btn-rounded:focus {
    border-color: #007cab !important;
}

[data-border-color="info-600"] {
    border-color: #00a1de !important;
}

.bg-info-700, .screenshots .dropdown-menu a:hover, .btn.btn-info-700, .btn.btn-info-700.btn-flat, .btn.btn-info-700.btn-rounded {
    background-color: #0096ce !important;
}

.bg-info-700-hover:hover, .btn.btn-info-700:hover, .bg-info-700-hover:active, .btn.btn-info-700:active, .bg-info-700-hover:focus, .btn.btn-info-700:focus {
    background-color: #00719b !important;
}

.bg-info-700-odd:nth-child(odd) {
    background-color: #0096ce !important;
}

.bg-info-700-even:nth-child(even) {
    background-color: #0096ce !important;
}

[data-bg="info-700"] {
    background-color: #0096ce !important;
}

.color-info-700, .btn.btn-info-700.btn-outline, .btn.btn-info-700.btn-outline i, .btn.btn-info-700.btn-outline.btn-rounded, .btn.btn-info-700.btn-outline.btn-rounded i {
    color: #0096ce !important;
}

.color-info-700-hover:hover, .btn.btn-info-700.btn-outline:hover, .btn.btn-info-700.btn-outline:hover i:hover, .btn.btn-info-700.btn-outline:active i:hover, .btn.btn-info-700.btn-outline:focus i:hover, .color-info-700-hover:active, .btn.btn-info-700.btn-outline:active, .btn.btn-info-700.btn-outline:hover i:active, .btn.btn-info-700.btn-outline:active i:active, .btn.btn-info-700.btn-outline:focus i:active, .color-info-700-hover:focus, .btn.btn-info-700.btn-outline:focus, .btn.btn-info-700.btn-outline:hover i:focus, .btn.btn-info-700.btn-outline:active i:focus, .btn.btn-info-700.btn-outline:focus i:focus {
    color: #00719b !important;
}

[data-color="info-700"] {
    color: #0096ce !important;
}

.border-color-info-700, .btn.btn-info-700, .btn.btn-info-700.btn-flat, .btn.btn-info-700.btn-rounded, .btn.btn-info-700.btn-outline, .btn.btn-info-700.btn-outline.btn-rounded {
    border-color: #0096ce !important;
}

.border-color-info-700-hover:hover, .btn.btn-info-700:hover, .btn.btn-info-700.btn-outline.btn-rounded:hover, .border-color-info-700-hover:active, .btn.btn-info-700:active, .btn.btn-info-700.btn-outline.btn-rounded:active, .border-color-info-700-hover:focus, .btn.btn-info-700:focus, .btn.btn-info-700.btn-outline.btn-rounded:focus {
    border-color: #00719b !important;
}

[data-border-color="info-700"] {
    border-color: #0096ce !important;
}

.bg-info-800, .btn.btn-info-800, .btn.btn-info-800.btn-flat, .btn.btn-info-800.btn-rounded {
    background-color: #008bbf !important;
}

.bg-info-800-hover:hover, .btn.btn-info-800:hover, .bg-info-800-hover:active, .btn.btn-info-800:active, .bg-info-800-hover:focus, .btn.btn-info-800:focus {
    background-color: #00668c !important;
}

.bg-info-800-odd:nth-child(odd) {
    background-color: #008bbf !important;
}

.bg-info-800-even:nth-child(even) {
    background-color: #008bbf !important;
}

[data-bg="info-800"] {
    background-color: #008bbf !important;
}

.color-info-800, .btn.btn-info-800.btn-outline, .btn.btn-info-800.btn-outline i, .btn.btn-info-800.btn-outline.btn-rounded, .btn.btn-info-800.btn-outline.btn-rounded i {
    color: #008bbf !important;
}

.color-info-800-hover:hover, .btn.btn-info-800.btn-outline:hover, .btn.btn-info-800.btn-outline:hover i:hover, .btn.btn-info-800.btn-outline:active i:hover, .btn.btn-info-800.btn-outline:focus i:hover, .color-info-800-hover:active, .btn.btn-info-800.btn-outline:active, .btn.btn-info-800.btn-outline:hover i:active, .btn.btn-info-800.btn-outline:active i:active, .btn.btn-info-800.btn-outline:focus i:active, .color-info-800-hover:focus, .btn.btn-info-800.btn-outline:focus, .btn.btn-info-800.btn-outline:hover i:focus, .btn.btn-info-800.btn-outline:active i:focus, .btn.btn-info-800.btn-outline:focus i:focus {
    color: #00668c !important;
}

[data-color="info-800"] {
    color: #008bbf !important;
}

.border-color-info-800, .btn.btn-info-800, .btn.btn-info-800.btn-flat, .btn.btn-info-800.btn-rounded, .btn.btn-info-800.btn-outline, .btn.btn-info-800.btn-outline.btn-rounded {
    border-color: #008bbf !important;
}

.border-color-info-800-hover:hover, .btn.btn-info-800:hover, .btn.btn-info-800.btn-outline.btn-rounded:hover, .border-color-info-800-hover:active, .btn.btn-info-800:active, .btn.btn-info-800.btn-outline.btn-rounded:active, .border-color-info-800-hover:focus, .btn.btn-info-800:focus, .btn.btn-info-800.btn-outline.btn-rounded:focus {
    border-color: #00668c !important;
}

[data-border-color="info-800"] {
    border-color: #008bbf !important;
}

.bg-info-900, .btn.btn-info-900, .btn.btn-info-900.btn-flat, .btn.btn-info-900.btn-rounded {
    background-color: #0080b0 !important;
}

.bg-info-900-hover:hover, .btn.btn-info-900:hover, .bg-info-900-hover:active, .btn.btn-info-900:active, .bg-info-900-hover:focus, .btn.btn-info-900:focus {
    background-color: #005b7d !important;
}

.bg-info-900-odd:nth-child(odd) {
    background-color: #0080b0 !important;
}

.bg-info-900-even:nth-child(even) {
    background-color: #0080b0 !important;
}

[data-bg="info-900"] {
    background-color: #0080b0 !important;
}

.color-info-900, .btn.btn-info-900.btn-outline, .btn.btn-info-900.btn-outline i, .btn.btn-info-900.btn-outline.btn-rounded, .btn.btn-info-900.btn-outline.btn-rounded i {
    color: #0080b0 !important;
}

.color-info-900-hover:hover, .btn.btn-info-900.btn-outline:hover, .btn.btn-info-900.btn-outline:hover i:hover, .btn.btn-info-900.btn-outline:active i:hover, .btn.btn-info-900.btn-outline:focus i:hover, .color-info-900-hover:active, .btn.btn-info-900.btn-outline:active, .btn.btn-info-900.btn-outline:hover i:active, .btn.btn-info-900.btn-outline:active i:active, .btn.btn-info-900.btn-outline:focus i:active, .color-info-900-hover:focus, .btn.btn-info-900.btn-outline:focus, .btn.btn-info-900.btn-outline:hover i:focus, .btn.btn-info-900.btn-outline:active i:focus, .btn.btn-info-900.btn-outline:focus i:focus {
    color: #005b7d !important;
}

[data-color="info-900"] {
    color: #0080b0 !important;
}

.border-color-info-900, .btn.btn-info-900, .btn.btn-info-900.btn-flat, .btn.btn-info-900.btn-rounded, .btn.btn-info-900.btn-outline, .btn.btn-info-900.btn-outline.btn-rounded {
    border-color: #0080b0 !important;
}

.border-color-info-900-hover:hover, .btn.btn-info-900:hover, .btn.btn-info-900.btn-outline.btn-rounded:hover, .border-color-info-900-hover:active, .btn.btn-info-900:active, .btn.btn-info-900.btn-outline.btn-rounded:active, .border-color-info-900-hover:focus, .btn.btn-info-900:focus, .btn.btn-info-900.btn-outline.btn-rounded:focus {
    border-color: #005b7d !important;
}

[data-border-color="info-900"] {
    border-color: #0080b0 !important;
}

.bg-warning, .ta-toolbar .btn.btn-default, .note-btn.btn.btn-default, .btn.btn-warning, .btn.btn-warning.btn-flat, .btn.btn-warning.btn-rounded {
    background-color: #f0ad4e !important;
}

.bg-warning-hover:hover, .ta-toolbar .btn.btn-default:hover, .note-btn.btn.btn-default:hover, .btn.btn-warning:hover, .bg-warning-hover:active, .ta-toolbar .btn.btn-default:active, .note-btn.btn.btn-default:active, .btn.btn-warning:active, .bg-warning-hover:focus, .ta-toolbar .btn.btn-default:focus, .note-btn.btn.btn-default:focus, .btn.btn-warning:focus {
    background-color: #ec971f !important;
}

.bg-warning-odd:nth-child(odd) {
    background-color: #f0ad4e !important;
}

.bg-warning-even:nth-child(even) {
    background-color: #f0ad4e !important;
}

[data-bg="warning"] {
    background-color: #f0ad4e !important;
}

.color-warning, .btn.btn-warning.btn-outline, .btn.btn-warning.btn-outline i, .btn.btn-warning.btn-outline.btn-rounded, .btn.btn-warning.btn-outline.btn-rounded i {
    color: #f0ad4e !important;
}

.color-warning-hover:hover, .btn.btn-warning.btn-outline:hover, .btn.btn-warning.btn-outline:hover i:hover, .btn.btn-warning.btn-outline:active i:hover, .btn.btn-warning.btn-outline:focus i:hover, .color-warning-hover:active, .btn.btn-warning.btn-outline:active, .btn.btn-warning.btn-outline:hover i:active, .btn.btn-warning.btn-outline:active i:active, .btn.btn-warning.btn-outline:focus i:active, .color-warning-hover:focus, .btn.btn-warning.btn-outline:focus, .btn.btn-warning.btn-outline:hover i:focus, .btn.btn-warning.btn-outline:active i:focus, .btn.btn-warning.btn-outline:focus i:focus {
    color: #ec971f !important;
}

[data-color="warning"] {
    color: #f0ad4e !important;
}

.border-color-warning, .ta-toolbar .btn.btn-default, .note-btn.btn.btn-default, .btn.btn-warning, .btn.btn-warning.btn-flat, .btn.btn-warning.btn-rounded, .btn.btn-warning.btn-outline, .btn.btn-warning.btn-outline.btn-rounded {
    border-color: #f0ad4e !important;
}

.border-color-warning-hover:hover, .ta-toolbar .btn.btn-default:hover, .note-btn.btn.btn-default:hover, .btn.btn-warning:hover, .btn.btn-warning.btn-outline.btn-rounded:hover, .border-color-warning-hover:active, .ta-toolbar .btn.btn-default:active, .note-btn.btn.btn-default:active, .btn.btn-warning:active, .btn.btn-warning.btn-outline.btn-rounded:active, .border-color-warning-hover:focus, .ta-toolbar .btn.btn-default:focus, .note-btn.btn.btn-default:focus, .btn.btn-warning:focus, .btn.btn-warning.btn-outline.btn-rounded:focus {
    border-color: #ec971f !important;
}

[data-border-color="warning"] {
    border-color: #f0ad4e !important;
}

.bg-warning-100, .btn.btn-warning-100, .btn.btn-warning-100.btn-flat, .btn.btn-warning-100.btn-rounded {
    background-color: #f5c786 !important;
}

.bg-warning-100-hover:hover, .btn.btn-warning-100:hover, .bg-warning-100-hover:active, .btn.btn-warning-100:active, .bg-warning-100-hover:focus, .btn.btn-warning-100:focus {
    background-color: #f1b157 !important;
}

.bg-warning-100-odd:nth-child(odd) {
    background-color: #f5c786 !important;
}

.bg-warning-100-even:nth-child(even) {
    background-color: #f5c786 !important;
}

[data-bg="warning-100"] {
    background-color: #f5c786 !important;
}

.color-warning-100, .btn.btn-warning-100.btn-outline, .btn.btn-warning-100.btn-outline i, .btn.btn-warning-100.btn-outline.btn-rounded, .btn.btn-warning-100.btn-outline.btn-rounded i {
    color: #f5c786 !important;
}

.color-warning-100-hover:hover, .btn.btn-warning-100.btn-outline:hover, .btn.btn-warning-100.btn-outline:hover i:hover, .btn.btn-warning-100.btn-outline:active i:hover, .btn.btn-warning-100.btn-outline:focus i:hover, .color-warning-100-hover:active, .btn.btn-warning-100.btn-outline:active, .btn.btn-warning-100.btn-outline:hover i:active, .btn.btn-warning-100.btn-outline:active i:active, .btn.btn-warning-100.btn-outline:focus i:active, .color-warning-100-hover:focus, .btn.btn-warning-100.btn-outline:focus, .btn.btn-warning-100.btn-outline:hover i:focus, .btn.btn-warning-100.btn-outline:active i:focus, .btn.btn-warning-100.btn-outline:focus i:focus {
    color: #f1b157 !important;
}

[data-color="warning-100"] {
    color: #f5c786 !important;
}

.border-color-warning-100, .btn.btn-warning-100, .btn.btn-warning-100.btn-flat, .btn.btn-warning-100.btn-rounded, .btn.btn-warning-100.btn-outline, .btn.btn-warning-100.btn-outline.btn-rounded {
    border-color: #f5c786 !important;
}

.border-color-warning-100-hover:hover, .btn.btn-warning-100:hover, .btn.btn-warning-100.btn-outline.btn-rounded:hover, .border-color-warning-100-hover:active, .btn.btn-warning-100:active, .btn.btn-warning-100.btn-outline.btn-rounded:active, .border-color-warning-100-hover:focus, .btn.btn-warning-100:focus, .btn.btn-warning-100.btn-outline.btn-rounded:focus {
    border-color: #f1b157 !important;
}

[data-border-color="warning-100"] {
    border-color: #f5c786 !important;
}

.bg-warning-200, .btn.btn-warning-200, .btn.btn-warning-200.btn-flat, .btn.btn-warning-200.btn-rounded {
    background-color: #f4c178 !important;
}

.bg-warning-200-hover:hover, .btn.btn-warning-200:hover, .bg-warning-200-hover:active, .btn.btn-warning-200:active, .bg-warning-200-hover:focus, .btn.btn-warning-200:focus {
    background-color: #f0ab49 !important;
}

.bg-warning-200-odd:nth-child(odd) {
    background-color: #f4c178 !important;
}

.bg-warning-200-even:nth-child(even) {
    background-color: #f4c178 !important;
}

[data-bg="warning-200"] {
    background-color: #f4c178 !important;
}

.color-warning-200, .btn.btn-warning-200.btn-outline, .btn.btn-warning-200.btn-outline i, .btn.btn-warning-200.btn-outline.btn-rounded, .btn.btn-warning-200.btn-outline.btn-rounded i {
    color: #f4c178 !important;
}

.color-warning-200-hover:hover, .btn.btn-warning-200.btn-outline:hover, .btn.btn-warning-200.btn-outline:hover i:hover, .btn.btn-warning-200.btn-outline:active i:hover, .btn.btn-warning-200.btn-outline:focus i:hover, .color-warning-200-hover:active, .btn.btn-warning-200.btn-outline:active, .btn.btn-warning-200.btn-outline:hover i:active, .btn.btn-warning-200.btn-outline:active i:active, .btn.btn-warning-200.btn-outline:focus i:active, .color-warning-200-hover:focus, .btn.btn-warning-200.btn-outline:focus, .btn.btn-warning-200.btn-outline:hover i:focus, .btn.btn-warning-200.btn-outline:active i:focus, .btn.btn-warning-200.btn-outline:focus i:focus {
    color: #f0ab49 !important;
}

[data-color="warning-200"] {
    color: #f4c178 !important;
}

.border-color-warning-200, .btn.btn-warning-200, .btn.btn-warning-200.btn-flat, .btn.btn-warning-200.btn-rounded, .btn.btn-warning-200.btn-outline, .btn.btn-warning-200.btn-outline.btn-rounded {
    border-color: #f4c178 !important;
}

.border-color-warning-200-hover:hover, .btn.btn-warning-200:hover, .btn.btn-warning-200.btn-outline.btn-rounded:hover, .border-color-warning-200-hover:active, .btn.btn-warning-200:active, .btn.btn-warning-200.btn-outline.btn-rounded:active, .border-color-warning-200-hover:focus, .btn.btn-warning-200:focus, .btn.btn-warning-200.btn-outline.btn-rounded:focus {
    border-color: #f0ab49 !important;
}

[data-border-color="warning-200"] {
    border-color: #f4c178 !important;
}

.bg-warning-300, .btn.btn-warning-300, .btn.btn-warning-300.btn-flat, .btn.btn-warning-300.btn-rounded {
    background-color: #f2ba6a !important;
}

.bg-warning-300-hover:hover, .btn.btn-warning-300:hover, .bg-warning-300-hover:active, .btn.btn-warning-300:active, .bg-warning-300-hover:focus, .btn.btn-warning-300:focus {
    background-color: #eea43b !important;
}

.bg-warning-300-odd:nth-child(odd) {
    background-color: #f2ba6a !important;
}

.bg-warning-300-even:nth-child(even) {
    background-color: #f2ba6a !important;
}

[data-bg="warning-300"] {
    background-color: #f2ba6a !important;
}

.color-warning-300, .btn.btn-warning-300.btn-outline, .btn.btn-warning-300.btn-outline i, .btn.btn-warning-300.btn-outline.btn-rounded, .btn.btn-warning-300.btn-outline.btn-rounded i {
    color: #f2ba6a !important;
}

.color-warning-300-hover:hover, .btn.btn-warning-300.btn-outline:hover, .btn.btn-warning-300.btn-outline:hover i:hover, .btn.btn-warning-300.btn-outline:active i:hover, .btn.btn-warning-300.btn-outline:focus i:hover, .color-warning-300-hover:active, .btn.btn-warning-300.btn-outline:active, .btn.btn-warning-300.btn-outline:hover i:active, .btn.btn-warning-300.btn-outline:active i:active, .btn.btn-warning-300.btn-outline:focus i:active, .color-warning-300-hover:focus, .btn.btn-warning-300.btn-outline:focus, .btn.btn-warning-300.btn-outline:hover i:focus, .btn.btn-warning-300.btn-outline:active i:focus, .btn.btn-warning-300.btn-outline:focus i:focus {
    color: #eea43b !important;
}

[data-color="warning-300"] {
    color: #f2ba6a !important;
}

.border-color-warning-300, .btn.btn-warning-300, .btn.btn-warning-300.btn-flat, .btn.btn-warning-300.btn-rounded, .btn.btn-warning-300.btn-outline, .btn.btn-warning-300.btn-outline.btn-rounded {
    border-color: #f2ba6a !important;
}

.border-color-warning-300-hover:hover, .btn.btn-warning-300:hover, .btn.btn-warning-300.btn-outline.btn-rounded:hover, .border-color-warning-300-hover:active, .btn.btn-warning-300:active, .btn.btn-warning-300.btn-outline.btn-rounded:active, .border-color-warning-300-hover:focus, .btn.btn-warning-300:focus, .btn.btn-warning-300.btn-outline.btn-rounded:focus {
    border-color: #eea43b !important;
}

[data-border-color="warning-300"] {
    border-color: #f2ba6a !important;
}

.bg-warning-400, .btn.btn-warning-400, .btn.btn-warning-400.btn-flat, .btn.btn-warning-400.btn-rounded {
    background-color: #f1b45c !important;
}

.bg-warning-400-hover:hover, .btn.btn-warning-400:hover, .bg-warning-400-hover:active, .btn.btn-warning-400:active, .bg-warning-400-hover:focus, .btn.btn-warning-400:focus {
    background-color: #ed9e2d !important;
}

.bg-warning-400-odd:nth-child(odd) {
    background-color: #f1b45c !important;
}

.bg-warning-400-even:nth-child(even) {
    background-color: #f1b45c !important;
}

[data-bg="warning-400"] {
    background-color: #f1b45c !important;
}

.color-warning-400, .btn.btn-warning-400.btn-outline, .btn.btn-warning-400.btn-outline i, .btn.btn-warning-400.btn-outline.btn-rounded, .btn.btn-warning-400.btn-outline.btn-rounded i {
    color: #f1b45c !important;
}

.color-warning-400-hover:hover, .btn.btn-warning-400.btn-outline:hover, .btn.btn-warning-400.btn-outline:hover i:hover, .btn.btn-warning-400.btn-outline:active i:hover, .btn.btn-warning-400.btn-outline:focus i:hover, .color-warning-400-hover:active, .btn.btn-warning-400.btn-outline:active, .btn.btn-warning-400.btn-outline:hover i:active, .btn.btn-warning-400.btn-outline:active i:active, .btn.btn-warning-400.btn-outline:focus i:active, .color-warning-400-hover:focus, .btn.btn-warning-400.btn-outline:focus, .btn.btn-warning-400.btn-outline:hover i:focus, .btn.btn-warning-400.btn-outline:active i:focus, .btn.btn-warning-400.btn-outline:focus i:focus {
    color: #ed9e2d !important;
}

[data-color="warning-400"] {
    color: #f1b45c !important;
}

.border-color-warning-400, .btn.btn-warning-400, .btn.btn-warning-400.btn-flat, .btn.btn-warning-400.btn-rounded, .btn.btn-warning-400.btn-outline, .btn.btn-warning-400.btn-outline.btn-rounded {
    border-color: #f1b45c !important;
}

.border-color-warning-400-hover:hover, .btn.btn-warning-400:hover, .btn.btn-warning-400.btn-outline.btn-rounded:hover, .border-color-warning-400-hover:active, .btn.btn-warning-400:active, .btn.btn-warning-400.btn-outline.btn-rounded:active, .border-color-warning-400-hover:focus, .btn.btn-warning-400:focus, .btn.btn-warning-400.btn-outline.btn-rounded:focus {
    border-color: #ed9e2d !important;
}

[data-border-color="warning-400"] {
    border-color: #f1b45c !important;
}

.bg-warning-500, .btn.btn-warning-500, .btn.btn-warning-500.btn-flat, .btn.btn-warning-500.btn-rounded {
    background-color: #f0ad4e !important;
}

.bg-warning-500-hover:hover, .btn.btn-warning-500:hover, .bg-warning-500-hover:active, .btn.btn-warning-500:active, .bg-warning-500-hover:focus, .btn.btn-warning-500:focus {
    background-color: #ec971f !important;
}

.bg-warning-500-odd:nth-child(odd) {
    background-color: #f0ad4e !important;
}

.bg-warning-500-even:nth-child(even) {
    background-color: #f0ad4e !important;
}

[data-bg="warning-500"] {
    background-color: #f0ad4e !important;
}

.color-warning-500, .btn.btn-warning-500.btn-outline, .btn.btn-warning-500.btn-outline i, .btn.btn-warning-500.btn-outline.btn-rounded, .btn.btn-warning-500.btn-outline.btn-rounded i {
    color: #f0ad4e !important;
}

.color-warning-500-hover:hover, .btn.btn-warning-500.btn-outline:hover, .btn.btn-warning-500.btn-outline:hover i:hover, .btn.btn-warning-500.btn-outline:active i:hover, .btn.btn-warning-500.btn-outline:focus i:hover, .color-warning-500-hover:active, .btn.btn-warning-500.btn-outline:active, .btn.btn-warning-500.btn-outline:hover i:active, .btn.btn-warning-500.btn-outline:active i:active, .btn.btn-warning-500.btn-outline:focus i:active, .color-warning-500-hover:focus, .btn.btn-warning-500.btn-outline:focus, .btn.btn-warning-500.btn-outline:hover i:focus, .btn.btn-warning-500.btn-outline:active i:focus, .btn.btn-warning-500.btn-outline:focus i:focus {
    color: #ec971f !important;
}

[data-color="warning-500"] {
    color: #f0ad4e !important;
}

.border-color-warning-500, .btn.btn-warning-500, .btn.btn-warning-500.btn-flat, .btn.btn-warning-500.btn-rounded, .btn.btn-warning-500.btn-outline, .btn.btn-warning-500.btn-outline.btn-rounded {
    border-color: #f0ad4e !important;
}

.border-color-warning-500-hover:hover, .btn.btn-warning-500:hover, .btn.btn-warning-500.btn-outline.btn-rounded:hover, .border-color-warning-500-hover:active, .btn.btn-warning-500:active, .btn.btn-warning-500.btn-outline.btn-rounded:active, .border-color-warning-500-hover:focus, .btn.btn-warning-500:focus, .btn.btn-warning-500.btn-outline.btn-rounded:focus {
    border-color: #ec971f !important;
}

[data-border-color="warning-500"] {
    border-color: #f0ad4e !important;
}

.bg-warning-600, .btn.btn-warning-600, .btn.btn-warning-600.btn-flat, .btn.btn-warning-600.btn-rounded {
    background-color: #efa640 !important;
}

.bg-warning-600-hover:hover, .btn.btn-warning-600:hover, .bg-warning-600-hover:active, .btn.btn-warning-600:active, .bg-warning-600-hover:focus, .btn.btn-warning-600:focus {
    background-color: #e89014 !important;
}

.bg-warning-600-odd:nth-child(odd) {
    background-color: #efa640 !important;
}

.bg-warning-600-even:nth-child(even) {
    background-color: #efa640 !important;
}

[data-bg="warning-600"] {
    background-color: #efa640 !important;
}

.color-warning-600, .btn.btn-warning-600.btn-outline, .btn.btn-warning-600.btn-outline i, .btn.btn-warning-600.btn-outline.btn-rounded, .btn.btn-warning-600.btn-outline.btn-rounded i {
    color: #efa640 !important;
}

.color-warning-600-hover:hover, .btn.btn-warning-600.btn-outline:hover, .btn.btn-warning-600.btn-outline:hover i:hover, .btn.btn-warning-600.btn-outline:active i:hover, .btn.btn-warning-600.btn-outline:focus i:hover, .color-warning-600-hover:active, .btn.btn-warning-600.btn-outline:active, .btn.btn-warning-600.btn-outline:hover i:active, .btn.btn-warning-600.btn-outline:active i:active, .btn.btn-warning-600.btn-outline:focus i:active, .color-warning-600-hover:focus, .btn.btn-warning-600.btn-outline:focus, .btn.btn-warning-600.btn-outline:hover i:focus, .btn.btn-warning-600.btn-outline:active i:focus, .btn.btn-warning-600.btn-outline:focus i:focus {
    color: #e89014 !important;
}

[data-color="warning-600"] {
    color: #efa640 !important;
}

.border-color-warning-600, .btn.btn-warning-600, .btn.btn-warning-600.btn-flat, .btn.btn-warning-600.btn-rounded, .btn.btn-warning-600.btn-outline, .btn.btn-warning-600.btn-outline.btn-rounded {
    border-color: #efa640 !important;
}

.border-color-warning-600-hover:hover, .btn.btn-warning-600:hover, .btn.btn-warning-600.btn-outline.btn-rounded:hover, .border-color-warning-600-hover:active, .btn.btn-warning-600:active, .btn.btn-warning-600.btn-outline.btn-rounded:active, .border-color-warning-600-hover:focus, .btn.btn-warning-600:focus, .btn.btn-warning-600.btn-outline.btn-rounded:focus {
    border-color: #e89014 !important;
}

[data-border-color="warning-600"] {
    border-color: #efa640 !important;
}

.bg-warning-700, .btn.btn-warning-700, .btn.btn-warning-700.btn-flat, .btn.btn-warning-700.btn-rounded {
    background-color: #eea032 !important;
}

.bg-warning-700-hover:hover, .btn.btn-warning-700:hover, .bg-warning-700-hover:active, .btn.btn-warning-700:active, .bg-warning-700-hover:focus, .btn.btn-warning-700:focus {
    background-color: #da8712 !important;
}

.bg-warning-700-odd:nth-child(odd) {
    background-color: #eea032 !important;
}

.bg-warning-700-even:nth-child(even) {
    background-color: #eea032 !important;
}

[data-bg="warning-700"] {
    background-color: #eea032 !important;
}

.color-warning-700, .btn.btn-warning-700.btn-outline, .btn.btn-warning-700.btn-outline i, .btn.btn-warning-700.btn-outline.btn-rounded, .btn.btn-warning-700.btn-outline.btn-rounded i {
    color: #eea032 !important;
}

.color-warning-700-hover:hover, .btn.btn-warning-700.btn-outline:hover, .btn.btn-warning-700.btn-outline:hover i:hover, .btn.btn-warning-700.btn-outline:active i:hover, .btn.btn-warning-700.btn-outline:focus i:hover, .color-warning-700-hover:active, .btn.btn-warning-700.btn-outline:active, .btn.btn-warning-700.btn-outline:hover i:active, .btn.btn-warning-700.btn-outline:active i:active, .btn.btn-warning-700.btn-outline:focus i:active, .color-warning-700-hover:focus, .btn.btn-warning-700.btn-outline:focus, .btn.btn-warning-700.btn-outline:hover i:focus, .btn.btn-warning-700.btn-outline:active i:focus, .btn.btn-warning-700.btn-outline:focus i:focus {
    color: #da8712 !important;
}

[data-color="warning-700"] {
    color: #eea032 !important;
}

.border-color-warning-700, .btn.btn-warning-700, .btn.btn-warning-700.btn-flat, .btn.btn-warning-700.btn-rounded, .btn.btn-warning-700.btn-outline, .btn.btn-warning-700.btn-outline.btn-rounded {
    border-color: #eea032 !important;
}

.border-color-warning-700-hover:hover, .btn.btn-warning-700:hover, .btn.btn-warning-700.btn-outline.btn-rounded:hover, .border-color-warning-700-hover:active, .btn.btn-warning-700:active, .btn.btn-warning-700.btn-outline.btn-rounded:active, .border-color-warning-700-hover:focus, .btn.btn-warning-700:focus, .btn.btn-warning-700.btn-outline.btn-rounded:focus {
    border-color: #da8712 !important;
}

[data-border-color="warning-700"] {
    border-color: #eea032 !important;
}

.bg-warning-800, .btn.btn-warning-800, .btn.btn-warning-800.btn-flat, .btn.btn-warning-800.btn-rounded {
    background-color: #ec9924 !important;
}

.bg-warning-800-hover:hover, .btn.btn-warning-800:hover, .bg-warning-800-hover:active, .btn.btn-warning-800:active, .bg-warning-800-hover:focus, .btn.btn-warning-800:focus {
    background-color: #cc7f11 !important;
}

.bg-warning-800-odd:nth-child(odd) {
    background-color: #ec9924 !important;
}

.bg-warning-800-even:nth-child(even) {
    background-color: #ec9924 !important;
}

[data-bg="warning-800"] {
    background-color: #ec9924 !important;
}

.color-warning-800, .btn.btn-warning-800.btn-outline, .btn.btn-warning-800.btn-outline i, .btn.btn-warning-800.btn-outline.btn-rounded, .btn.btn-warning-800.btn-outline.btn-rounded i {
    color: #ec9924 !important;
}

.color-warning-800-hover:hover, .btn.btn-warning-800.btn-outline:hover, .btn.btn-warning-800.btn-outline:hover i:hover, .btn.btn-warning-800.btn-outline:active i:hover, .btn.btn-warning-800.btn-outline:focus i:hover, .color-warning-800-hover:active, .btn.btn-warning-800.btn-outline:active, .btn.btn-warning-800.btn-outline:hover i:active, .btn.btn-warning-800.btn-outline:active i:active, .btn.btn-warning-800.btn-outline:focus i:active, .color-warning-800-hover:focus, .btn.btn-warning-800.btn-outline:focus, .btn.btn-warning-800.btn-outline:hover i:focus, .btn.btn-warning-800.btn-outline:active i:focus, .btn.btn-warning-800.btn-outline:focus i:focus {
    color: #cc7f11 !important;
}

[data-color="warning-800"] {
    color: #ec9924 !important;
}

.border-color-warning-800, .btn.btn-warning-800, .btn.btn-warning-800.btn-flat, .btn.btn-warning-800.btn-rounded, .btn.btn-warning-800.btn-outline, .btn.btn-warning-800.btn-outline.btn-rounded {
    border-color: #ec9924 !important;
}

.border-color-warning-800-hover:hover, .btn.btn-warning-800:hover, .btn.btn-warning-800.btn-outline.btn-rounded:hover, .border-color-warning-800-hover:active, .btn.btn-warning-800:active, .btn.btn-warning-800.btn-outline.btn-rounded:active, .border-color-warning-800-hover:focus, .btn.btn-warning-800:focus, .btn.btn-warning-800.btn-outline.btn-rounded:focus {
    border-color: #cc7f11 !important;
}

[data-border-color="warning-800"] {
    border-color: #ec9924 !important;
}

.bg-warning-900, .btn.btn-warning-900, .btn.btn-warning-900.btn-flat, .btn.btn-warning-900.btn-rounded {
    background-color: #eb9316 !important;
}

.bg-warning-900-hover:hover, .btn.btn-warning-900:hover, .bg-warning-900-hover:active, .btn.btn-warning-900:active, .bg-warning-900-hover:focus, .btn.btn-warning-900:focus {
    background-color: #be7610 !important;
}

.bg-warning-900-odd:nth-child(odd) {
    background-color: #eb9316 !important;
}

.bg-warning-900-even:nth-child(even) {
    background-color: #eb9316 !important;
}

[data-bg="warning-900"] {
    background-color: #eb9316 !important;
}

.color-warning-900, .btn.btn-warning-900.btn-outline, .btn.btn-warning-900.btn-outline i, .btn.btn-warning-900.btn-outline.btn-rounded, .btn.btn-warning-900.btn-outline.btn-rounded i {
    color: #eb9316 !important;
}

.color-warning-900-hover:hover, .btn.btn-warning-900.btn-outline:hover, .btn.btn-warning-900.btn-outline:hover i:hover, .btn.btn-warning-900.btn-outline:active i:hover, .btn.btn-warning-900.btn-outline:focus i:hover, .color-warning-900-hover:active, .btn.btn-warning-900.btn-outline:active, .btn.btn-warning-900.btn-outline:hover i:active, .btn.btn-warning-900.btn-outline:active i:active, .btn.btn-warning-900.btn-outline:focus i:active, .color-warning-900-hover:focus, .btn.btn-warning-900.btn-outline:focus, .btn.btn-warning-900.btn-outline:hover i:focus, .btn.btn-warning-900.btn-outline:active i:focus, .btn.btn-warning-900.btn-outline:focus i:focus {
    color: #be7610 !important;
}

[data-color="warning-900"] {
    color: #eb9316 !important;
}

.border-color-warning-900, .btn.btn-warning-900, .btn.btn-warning-900.btn-flat, .btn.btn-warning-900.btn-rounded, .btn.btn-warning-900.btn-outline, .btn.btn-warning-900.btn-outline.btn-rounded {
    border-color: #eb9316 !important;
}

.border-color-warning-900-hover:hover, .btn.btn-warning-900:hover, .btn.btn-warning-900.btn-outline.btn-rounded:hover, .border-color-warning-900-hover:active, .btn.btn-warning-900:active, .btn.btn-warning-900.btn-outline.btn-rounded:active, .border-color-warning-900-hover:focus, .btn.btn-warning-900:focus, .btn.btn-warning-900.btn-outline.btn-rounded:focus {
    border-color: #be7610 !important;
}

[data-border-color="warning-900"] {
    border-color: #eb9316 !important;
}

.bg-success, .btn.btn-success, .btn.btn-success.btn-flat, .btn.btn-success.btn-rounded {
    background-color: #5cb85c !important;
}

.bg-success-hover:hover, .btn.btn-success:hover, .bg-success-hover:active, .btn.btn-success:active, .bg-success-hover:focus, .btn.btn-success:focus {
    background-color: #449d44 !important;
}

.bg-success-odd:nth-child(odd) {
    background-color: #5cb85c !important;
}

.bg-success-even:nth-child(even) {
    background-color: #5cb85c !important;
}

[data-bg="success"] {
    background-color: #5cb85c !important;
}

.color-success, .btn.btn-success.btn-outline, .btn.btn-success.btn-outline i, .btn.btn-success.btn-outline.btn-rounded, .btn.btn-success.btn-outline.btn-rounded i {
    color: #5cb85c !important;
}

.color-success-hover:hover, .btn.btn-success.btn-outline:hover, .btn.btn-success.btn-outline:hover i:hover, .btn.btn-success.btn-outline:active i:hover, .btn.btn-success.btn-outline:focus i:hover, .color-success-hover:active, .btn.btn-success.btn-outline:active, .btn.btn-success.btn-outline:hover i:active, .btn.btn-success.btn-outline:active i:active, .btn.btn-success.btn-outline:focus i:active, .color-success-hover:focus, .btn.btn-success.btn-outline:focus, .btn.btn-success.btn-outline:hover i:focus, .btn.btn-success.btn-outline:active i:focus, .btn.btn-success.btn-outline:focus i:focus {
    color: #449d44 !important;
}

[data-color="success"] {
    color: #5cb85c !important;
}

.border-color-success, .btn.btn-success, .btn.btn-success.btn-flat, .btn.btn-success.btn-rounded, .btn.btn-success.btn-outline, .btn.btn-success.btn-outline.btn-rounded {
    border-color: #5cb85c !important;
}

.border-color-success-hover:hover, .btn.btn-success:hover, .btn.btn-success.btn-outline.btn-rounded:hover, .border-color-success-hover:active, .btn.btn-success:active, .btn.btn-success.btn-outline.btn-rounded:active, .border-color-success-hover:focus, .btn.btn-success:focus, .btn.btn-success.btn-outline.btn-rounded:focus {
    border-color: #449d44 !important;
}

[data-border-color="success"] {
    border-color: #5cb85c !important;
}

.bg-success-100, .btn.btn-success-100, .btn.btn-success-100.btn-flat, .btn.btn-success-100.btn-rounded {
    background-color: #87cb87 !important;
}

.bg-success-100-hover:hover, .btn.btn-success-100:hover, .bg-success-100-hover:active, .btn.btn-success-100:active, .bg-success-100-hover:focus, .btn.btn-success-100:focus {
    background-color: #63bb63 !important;
}

.bg-success-100-odd:nth-child(odd) {
    background-color: #87cb87 !important;
}

.bg-success-100-even:nth-child(even) {
    background-color: #87cb87 !important;
}

[data-bg="success-100"] {
    background-color: #87cb87 !important;
}

.color-success-100, .btn.btn-success-100.btn-outline, .btn.btn-success-100.btn-outline i, .btn.btn-success-100.btn-outline.btn-rounded, .btn.btn-success-100.btn-outline.btn-rounded i {
    color: #87cb87 !important;
}

.color-success-100-hover:hover, .btn.btn-success-100.btn-outline:hover, .btn.btn-success-100.btn-outline:hover i:hover, .btn.btn-success-100.btn-outline:active i:hover, .btn.btn-success-100.btn-outline:focus i:hover, .color-success-100-hover:active, .btn.btn-success-100.btn-outline:active, .btn.btn-success-100.btn-outline:hover i:active, .btn.btn-success-100.btn-outline:active i:active, .btn.btn-success-100.btn-outline:focus i:active, .color-success-100-hover:focus, .btn.btn-success-100.btn-outline:focus, .btn.btn-success-100.btn-outline:hover i:focus, .btn.btn-success-100.btn-outline:active i:focus, .btn.btn-success-100.btn-outline:focus i:focus {
    color: #63bb63 !important;
}

[data-color="success-100"] {
    color: #87cb87 !important;
}

.border-color-success-100, .btn.btn-success-100, .btn.btn-success-100.btn-flat, .btn.btn-success-100.btn-rounded, .btn.btn-success-100.btn-outline, .btn.btn-success-100.btn-outline.btn-rounded {
    border-color: #87cb87 !important;
}

.border-color-success-100-hover:hover, .btn.btn-success-100:hover, .btn.btn-success-100.btn-outline.btn-rounded:hover, .border-color-success-100-hover:active, .btn.btn-success-100:active, .btn.btn-success-100.btn-outline.btn-rounded:active, .border-color-success-100-hover:focus, .btn.btn-success-100:focus, .btn.btn-success-100.btn-outline.btn-rounded:focus {
    border-color: #63bb63 !important;
}

[data-border-color="success-100"] {
    border-color: #87cb87 !important;
}

.bg-success-200, .btn.btn-success-200, .btn.btn-success-200.btn-flat, .btn.btn-success-200.btn-rounded {
    background-color: #7cc67c !important;
}

.bg-success-200-hover:hover, .btn.btn-success-200:hover, .bg-success-200-hover:active, .btn.btn-success-200:active, .bg-success-200-hover:focus, .btn.btn-success-200:focus {
    background-color: #58b658 !important;
}

.bg-success-200-odd:nth-child(odd) {
    background-color: #7cc67c !important;
}

.bg-success-200-even:nth-child(even) {
    background-color: #7cc67c !important;
}

[data-bg="success-200"] {
    background-color: #7cc67c !important;
}

.color-success-200, .btn.btn-success-200.btn-outline, .btn.btn-success-200.btn-outline i, .btn.btn-success-200.btn-outline.btn-rounded, .btn.btn-success-200.btn-outline.btn-rounded i {
    color: #7cc67c !important;
}

.color-success-200-hover:hover, .btn.btn-success-200.btn-outline:hover, .btn.btn-success-200.btn-outline:hover i:hover, .btn.btn-success-200.btn-outline:active i:hover, .btn.btn-success-200.btn-outline:focus i:hover, .color-success-200-hover:active, .btn.btn-success-200.btn-outline:active, .btn.btn-success-200.btn-outline:hover i:active, .btn.btn-success-200.btn-outline:active i:active, .btn.btn-success-200.btn-outline:focus i:active, .color-success-200-hover:focus, .btn.btn-success-200.btn-outline:focus, .btn.btn-success-200.btn-outline:hover i:focus, .btn.btn-success-200.btn-outline:active i:focus, .btn.btn-success-200.btn-outline:focus i:focus {
    color: #58b658 !important;
}

[data-color="success-200"] {
    color: #7cc67c !important;
}

.border-color-success-200, .btn.btn-success-200, .btn.btn-success-200.btn-flat, .btn.btn-success-200.btn-rounded, .btn.btn-success-200.btn-outline, .btn.btn-success-200.btn-outline.btn-rounded {
    border-color: #7cc67c !important;
}

.border-color-success-200-hover:hover, .btn.btn-success-200:hover, .btn.btn-success-200.btn-outline.btn-rounded:hover, .border-color-success-200-hover:active, .btn.btn-success-200:active, .btn.btn-success-200.btn-outline.btn-rounded:active, .border-color-success-200-hover:focus, .btn.btn-success-200:focus, .btn.btn-success-200.btn-outline.btn-rounded:focus {
    border-color: #58b658 !important;
}

[data-border-color="success-200"] {
    border-color: #7cc67c !important;
}

.bg-success-300, .btn.btn-success-300, .btn.btn-success-300.btn-flat, .btn.btn-success-300.btn-rounded {
    background-color: #71c171 !important;
}

.bg-success-300-hover:hover, .btn.btn-success-300:hover, .bg-success-300-hover:active, .btn.btn-success-300:active, .bg-success-300-hover:focus, .btn.btn-success-300:focus {
    background-color: #4eb24e !important;
}

.bg-success-300-odd:nth-child(odd) {
    background-color: #71c171 !important;
}

.bg-success-300-even:nth-child(even) {
    background-color: #71c171 !important;
}

[data-bg="success-300"] {
    background-color: #71c171 !important;
}

.color-success-300, .btn.btn-success-300.btn-outline, .btn.btn-success-300.btn-outline i, .btn.btn-success-300.btn-outline.btn-rounded, .btn.btn-success-300.btn-outline.btn-rounded i {
    color: #71c171 !important;
}

.color-success-300-hover:hover, .btn.btn-success-300.btn-outline:hover, .btn.btn-success-300.btn-outline:hover i:hover, .btn.btn-success-300.btn-outline:active i:hover, .btn.btn-success-300.btn-outline:focus i:hover, .color-success-300-hover:active, .btn.btn-success-300.btn-outline:active, .btn.btn-success-300.btn-outline:hover i:active, .btn.btn-success-300.btn-outline:active i:active, .btn.btn-success-300.btn-outline:focus i:active, .color-success-300-hover:focus, .btn.btn-success-300.btn-outline:focus, .btn.btn-success-300.btn-outline:hover i:focus, .btn.btn-success-300.btn-outline:active i:focus, .btn.btn-success-300.btn-outline:focus i:focus {
    color: #4eb24e !important;
}

[data-color="success-300"] {
    color: #71c171 !important;
}

.border-color-success-300, .btn.btn-success-300, .btn.btn-success-300.btn-flat, .btn.btn-success-300.btn-rounded, .btn.btn-success-300.btn-outline, .btn.btn-success-300.btn-outline.btn-rounded {
    border-color: #71c171 !important;
}

.border-color-success-300-hover:hover, .btn.btn-success-300:hover, .btn.btn-success-300.btn-outline.btn-rounded:hover, .border-color-success-300-hover:active, .btn.btn-success-300:active, .btn.btn-success-300.btn-outline.btn-rounded:active, .border-color-success-300-hover:focus, .btn.btn-success-300:focus, .btn.btn-success-300.btn-outline.btn-rounded:focus {
    border-color: #4eb24e !important;
}

[data-border-color="success-300"] {
    border-color: #71c171 !important;
}

.bg-success-400, .btn.btn-success-400, .btn.btn-success-400.btn-flat, .btn.btn-success-400.btn-rounded {
    background-color: #67bd67 !important;
}

.bg-success-400-hover:hover, .btn.btn-success-400:hover, .bg-success-400-hover:active, .btn.btn-success-400:active, .bg-success-400-hover:focus, .btn.btn-success-400:focus {
    background-color: #49a749 !important;
}

.bg-success-400-odd:nth-child(odd) {
    background-color: #67bd67 !important;
}

.bg-success-400-even:nth-child(even) {
    background-color: #67bd67 !important;
}

[data-bg="success-400"] {
    background-color: #67bd67 !important;
}

.color-success-400, .btn.btn-success-400.btn-outline, .btn.btn-success-400.btn-outline i, .btn.btn-success-400.btn-outline.btn-rounded, .btn.btn-success-400.btn-outline.btn-rounded i {
    color: #67bd67 !important;
}

.color-success-400-hover:hover, .btn.btn-success-400.btn-outline:hover, .btn.btn-success-400.btn-outline:hover i:hover, .btn.btn-success-400.btn-outline:active i:hover, .btn.btn-success-400.btn-outline:focus i:hover, .color-success-400-hover:active, .btn.btn-success-400.btn-outline:active, .btn.btn-success-400.btn-outline:hover i:active, .btn.btn-success-400.btn-outline:active i:active, .btn.btn-success-400.btn-outline:focus i:active, .color-success-400-hover:focus, .btn.btn-success-400.btn-outline:focus, .btn.btn-success-400.btn-outline:hover i:focus, .btn.btn-success-400.btn-outline:active i:focus, .btn.btn-success-400.btn-outline:focus i:focus {
    color: #49a749 !important;
}

[data-color="success-400"] {
    color: #67bd67 !important;
}

.border-color-success-400, .btn.btn-success-400, .btn.btn-success-400.btn-flat, .btn.btn-success-400.btn-rounded, .btn.btn-success-400.btn-outline, .btn.btn-success-400.btn-outline.btn-rounded {
    border-color: #67bd67 !important;
}

.border-color-success-400-hover:hover, .btn.btn-success-400:hover, .btn.btn-success-400.btn-outline.btn-rounded:hover, .border-color-success-400-hover:active, .btn.btn-success-400:active, .btn.btn-success-400.btn-outline.btn-rounded:active, .border-color-success-400-hover:focus, .btn.btn-success-400:focus, .btn.btn-success-400.btn-outline.btn-rounded:focus {
    border-color: #49a749 !important;
}

[data-border-color="success-400"] {
    border-color: #67bd67 !important;
}

.bg-success-500, .btn.btn-success-500, .btn.btn-success-500.btn-flat, .btn.btn-success-500.btn-rounded {
    background-color: #5cb85c !important;
}

.bg-success-500-hover:hover, .btn.btn-success-500:hover, .bg-success-500-hover:active, .btn.btn-success-500:active, .bg-success-500-hover:focus, .btn.btn-success-500:focus {
    background-color: #449d44 !important;
}

.bg-success-500-odd:nth-child(odd) {
    background-color: #5cb85c !important;
}

.bg-success-500-even:nth-child(even) {
    background-color: #5cb85c !important;
}

[data-bg="success-500"] {
    background-color: #5cb85c !important;
}

.color-success-500, .btn.btn-success-500.btn-outline, .btn.btn-success-500.btn-outline i, .btn.btn-success-500.btn-outline.btn-rounded, .btn.btn-success-500.btn-outline.btn-rounded i {
    color: #5cb85c !important;
}

.color-success-500-hover:hover, .btn.btn-success-500.btn-outline:hover, .btn.btn-success-500.btn-outline:hover i:hover, .btn.btn-success-500.btn-outline:active i:hover, .btn.btn-success-500.btn-outline:focus i:hover, .color-success-500-hover:active, .btn.btn-success-500.btn-outline:active, .btn.btn-success-500.btn-outline:hover i:active, .btn.btn-success-500.btn-outline:active i:active, .btn.btn-success-500.btn-outline:focus i:active, .color-success-500-hover:focus, .btn.btn-success-500.btn-outline:focus, .btn.btn-success-500.btn-outline:hover i:focus, .btn.btn-success-500.btn-outline:active i:focus, .btn.btn-success-500.btn-outline:focus i:focus {
    color: #449d44 !important;
}

[data-color="success-500"] {
    color: #5cb85c !important;
}

.border-color-success-500, .btn.btn-success-500, .btn.btn-success-500.btn-flat, .btn.btn-success-500.btn-rounded, .btn.btn-success-500.btn-outline, .btn.btn-success-500.btn-outline.btn-rounded {
    border-color: #5cb85c !important;
}

.border-color-success-500-hover:hover, .btn.btn-success-500:hover, .btn.btn-success-500.btn-outline.btn-rounded:hover, .border-color-success-500-hover:active, .btn.btn-success-500:active, .btn.btn-success-500.btn-outline.btn-rounded:active, .border-color-success-500-hover:focus, .btn.btn-success-500:focus, .btn.btn-success-500.btn-outline.btn-rounded:focus {
    border-color: #449d44 !important;
}

[data-border-color="success-500"] {
    border-color: #5cb85c !important;
}

.bg-success-600, .btn.btn-success-600, .btn.btn-success-600.btn-flat, .btn.btn-success-600.btn-rounded {
    background-color: #51b351 !important;
}

.bg-success-600-hover:hover, .btn.btn-success-600:hover, .bg-success-600-hover:active, .btn.btn-success-600:active, .bg-success-600-hover:focus, .btn.btn-success-600:focus {
    background-color: #409240 !important;
}

.bg-success-600-odd:nth-child(odd) {
    background-color: #51b351 !important;
}

.bg-success-600-even:nth-child(even) {
    background-color: #51b351 !important;
}

[data-bg="success-600"] {
    background-color: #51b351 !important;
}

.color-success-600, .btn.btn-success-600.btn-outline, .btn.btn-success-600.btn-outline i, .btn.btn-success-600.btn-outline.btn-rounded, .btn.btn-success-600.btn-outline.btn-rounded i {
    color: #51b351 !important;
}

.color-success-600-hover:hover, .btn.btn-success-600.btn-outline:hover, .btn.btn-success-600.btn-outline:hover i:hover, .btn.btn-success-600.btn-outline:active i:hover, .btn.btn-success-600.btn-outline:focus i:hover, .color-success-600-hover:active, .btn.btn-success-600.btn-outline:active, .btn.btn-success-600.btn-outline:hover i:active, .btn.btn-success-600.btn-outline:active i:active, .btn.btn-success-600.btn-outline:focus i:active, .color-success-600-hover:focus, .btn.btn-success-600.btn-outline:focus, .btn.btn-success-600.btn-outline:hover i:focus, .btn.btn-success-600.btn-outline:active i:focus, .btn.btn-success-600.btn-outline:focus i:focus {
    color: #409240 !important;
}

[data-color="success-600"] {
    color: #51b351 !important;
}

.border-color-success-600, .btn.btn-success-600, .btn.btn-success-600.btn-flat, .btn.btn-success-600.btn-rounded, .btn.btn-success-600.btn-outline, .btn.btn-success-600.btn-outline.btn-rounded {
    border-color: #51b351 !important;
}

.border-color-success-600-hover:hover, .btn.btn-success-600:hover, .btn.btn-success-600.btn-outline.btn-rounded:hover, .border-color-success-600-hover:active, .btn.btn-success-600:active, .btn.btn-success-600.btn-outline.btn-rounded:active, .border-color-success-600-hover:focus, .btn.btn-success-600:focus, .btn.btn-success-600.btn-outline.btn-rounded:focus {
    border-color: #409240 !important;
}

[data-border-color="success-600"] {
    border-color: #51b351 !important;
}

.bg-success-700, .btn.btn-success-700, .btn.btn-success-700.btn-flat, .btn.btn-success-700.btn-rounded {
    background-color: #4aab4a !important;
}

.bg-success-700-hover:hover, .btn.btn-success-700:hover, .bg-success-700-hover:active, .btn.btn-success-700:active, .bg-success-700-hover:focus, .btn.btn-success-700:focus {
    background-color: #3b873b !important;
}

.bg-success-700-odd:nth-child(odd) {
    background-color: #4aab4a !important;
}

.bg-success-700-even:nth-child(even) {
    background-color: #4aab4a !important;
}

[data-bg="success-700"] {
    background-color: #4aab4a !important;
}

.color-success-700, .btn.btn-success-700.btn-outline, .btn.btn-success-700.btn-outline i, .btn.btn-success-700.btn-outline.btn-rounded, .btn.btn-success-700.btn-outline.btn-rounded i {
    color: #4aab4a !important;
}

.color-success-700-hover:hover, .btn.btn-success-700.btn-outline:hover, .btn.btn-success-700.btn-outline:hover i:hover, .btn.btn-success-700.btn-outline:active i:hover, .btn.btn-success-700.btn-outline:focus i:hover, .color-success-700-hover:active, .btn.btn-success-700.btn-outline:active, .btn.btn-success-700.btn-outline:hover i:active, .btn.btn-success-700.btn-outline:active i:active, .btn.btn-success-700.btn-outline:focus i:active, .color-success-700-hover:focus, .btn.btn-success-700.btn-outline:focus, .btn.btn-success-700.btn-outline:hover i:focus, .btn.btn-success-700.btn-outline:active i:focus, .btn.btn-success-700.btn-outline:focus i:focus {
    color: #3b873b !important;
}

[data-color="success-700"] {
    color: #4aab4a !important;
}

.border-color-success-700, .btn.btn-success-700, .btn.btn-success-700.btn-flat, .btn.btn-success-700.btn-rounded, .btn.btn-success-700.btn-outline, .btn.btn-success-700.btn-outline.btn-rounded {
    border-color: #4aab4a !important;
}

.border-color-success-700-hover:hover, .btn.btn-success-700:hover, .btn.btn-success-700.btn-outline.btn-rounded:hover, .border-color-success-700-hover:active, .btn.btn-success-700:active, .btn.btn-success-700.btn-outline.btn-rounded:active, .border-color-success-700-hover:focus, .btn.btn-success-700:focus, .btn.btn-success-700.btn-outline.btn-rounded:focus {
    border-color: #3b873b !important;
}

[data-border-color="success-700"] {
    border-color: #4aab4a !important;
}

.bg-success-800, .btn.btn-success-800, .btn.btn-success-800.btn-flat, .btn.btn-success-800.btn-rounded {
    background-color: #46a046 !important;
}

.bg-success-800-hover:hover, .btn.btn-success-800:hover, .bg-success-800-hover:active, .btn.btn-success-800:active, .bg-success-800-hover:focus, .btn.btn-success-800:focus {
    background-color: #367d36 !important;
}

.bg-success-800-odd:nth-child(odd) {
    background-color: #46a046 !important;
}

.bg-success-800-even:nth-child(even) {
    background-color: #46a046 !important;
}

[data-bg="success-800"] {
    background-color: #46a046 !important;
}

.color-success-800, .btn.btn-success-800.btn-outline, .btn.btn-success-800.btn-outline i, .btn.btn-success-800.btn-outline.btn-rounded, .btn.btn-success-800.btn-outline.btn-rounded i {
    color: #46a046 !important;
}

.color-success-800-hover:hover, .btn.btn-success-800.btn-outline:hover, .btn.btn-success-800.btn-outline:hover i:hover, .btn.btn-success-800.btn-outline:active i:hover, .btn.btn-success-800.btn-outline:focus i:hover, .color-success-800-hover:active, .btn.btn-success-800.btn-outline:active, .btn.btn-success-800.btn-outline:hover i:active, .btn.btn-success-800.btn-outline:active i:active, .btn.btn-success-800.btn-outline:focus i:active, .color-success-800-hover:focus, .btn.btn-success-800.btn-outline:focus, .btn.btn-success-800.btn-outline:hover i:focus, .btn.btn-success-800.btn-outline:active i:focus, .btn.btn-success-800.btn-outline:focus i:focus {
    color: #367d36 !important;
}

[data-color="success-800"] {
    color: #46a046 !important;
}

.border-color-success-800, .btn.btn-success-800, .btn.btn-success-800.btn-flat, .btn.btn-success-800.btn-rounded, .btn.btn-success-800.btn-outline, .btn.btn-success-800.btn-outline.btn-rounded {
    border-color: #46a046 !important;
}

.border-color-success-800-hover:hover, .btn.btn-success-800:hover, .btn.btn-success-800.btn-outline.btn-rounded:hover, .border-color-success-800-hover:active, .btn.btn-success-800:active, .btn.btn-success-800.btn-outline.btn-rounded:active, .border-color-success-800-hover:focus, .btn.btn-success-800:focus, .btn.btn-success-800.btn-outline.btn-rounded:focus {
    border-color: #367d36 !important;
}

[data-border-color="success-800"] {
    border-color: #46a046 !important;
}

.bg-success-900, .btn.btn-success-900, .btn.btn-success-900.btn-flat, .btn.btn-success-900.btn-rounded {
    background-color: #419641 !important;
}

.bg-success-900-hover:hover, .btn.btn-success-900:hover, .bg-success-900-hover:active, .btn.btn-success-900:active, .bg-success-900-hover:focus, .btn.btn-success-900:focus {
    background-color: #327232 !important;
}

.bg-success-900-odd:nth-child(odd) {
    background-color: #419641 !important;
}

.bg-success-900-even:nth-child(even) {
    background-color: #419641 !important;
}

[data-bg="success-900"] {
    background-color: #419641 !important;
}

.color-success-900, .btn.btn-success-900.btn-outline, .btn.btn-success-900.btn-outline i, .btn.btn-success-900.btn-outline.btn-rounded, .btn.btn-success-900.btn-outline.btn-rounded i {
    color: #419641 !important;
}

.color-success-900-hover:hover, .btn.btn-success-900.btn-outline:hover, .btn.btn-success-900.btn-outline:hover i:hover, .btn.btn-success-900.btn-outline:active i:hover, .btn.btn-success-900.btn-outline:focus i:hover, .color-success-900-hover:active, .btn.btn-success-900.btn-outline:active, .btn.btn-success-900.btn-outline:hover i:active, .btn.btn-success-900.btn-outline:active i:active, .btn.btn-success-900.btn-outline:focus i:active, .color-success-900-hover:focus, .btn.btn-success-900.btn-outline:focus, .btn.btn-success-900.btn-outline:hover i:focus, .btn.btn-success-900.btn-outline:active i:focus, .btn.btn-success-900.btn-outline:focus i:focus {
    color: #327232 !important;
}

[data-color="success-900"] {
    color: #419641 !important;
}

.border-color-success-900, .btn.btn-success-900, .btn.btn-success-900.btn-flat, .btn.btn-success-900.btn-rounded, .btn.btn-success-900.btn-outline, .btn.btn-success-900.btn-outline.btn-rounded {
    border-color: #419641 !important;
}

.border-color-success-900-hover:hover, .btn.btn-success-900:hover, .btn.btn-success-900.btn-outline.btn-rounded:hover, .border-color-success-900-hover:active, .btn.btn-success-900:active, .btn.btn-success-900.btn-outline.btn-rounded:active, .border-color-success-900-hover:focus, .btn.btn-success-900:focus, .btn.btn-success-900.btn-outline.btn-rounded:focus {
    border-color: #327232 !important;
}

[data-border-color="success-900"] {
    border-color: #419641 !important;
}

.bg-danger, .btn.btn-danger, .btn.btn-danger.btn-flat, .btn.btn-danger.btn-rounded {
    background-color: #d9534f !important;
}

.bg-danger-hover:hover, .btn.btn-danger:hover, .bg-danger-hover:active, .btn.btn-danger:active, .bg-danger-hover:focus, .btn.btn-danger:focus {
    background-color: #c9302c !important;
}

.bg-danger-odd:nth-child(odd) {
    background-color: #d9534f !important;
}

.bg-danger-even:nth-child(even) {
    background-color: #d9534f !important;
}

[data-bg="danger"] {
    background-color: #d9534f !important;
}

.color-danger, .btn.btn-danger.btn-outline, .btn.btn-danger.btn-outline i, .btn.btn-danger.btn-outline.btn-rounded, .btn.btn-danger.btn-outline.btn-rounded i {
    color: #d9534f !important;
}

.color-danger-hover:hover, .btn.btn-danger.btn-outline:hover, .btn.btn-danger.btn-outline:hover i:hover, .btn.btn-danger.btn-outline:active i:hover, .btn.btn-danger.btn-outline:focus i:hover, .color-danger-hover:active, .btn.btn-danger.btn-outline:active, .btn.btn-danger.btn-outline:hover i:active, .btn.btn-danger.btn-outline:active i:active, .btn.btn-danger.btn-outline:focus i:active, .color-danger-hover:focus, .btn.btn-danger.btn-outline:focus, .btn.btn-danger.btn-outline:hover i:focus, .btn.btn-danger.btn-outline:active i:focus, .btn.btn-danger.btn-outline:focus i:focus {
    color: #c9302c !important;
}

[data-color="danger"] {
    color: #d9534f !important;
}

.border-color-danger, .btn.btn-danger, .btn.btn-danger.btn-flat, .btn.btn-danger.btn-rounded, .btn.btn-danger.btn-outline, .btn.btn-danger.btn-outline.btn-rounded {
    border-color: #d9534f !important;
}

.border-color-danger-hover:hover, .btn.btn-danger:hover, .btn.btn-danger.btn-outline.btn-rounded:hover, .border-color-danger-hover:active, .btn.btn-danger:active, .btn.btn-danger.btn-outline.btn-rounded:active, .border-color-danger-hover:focus, .btn.btn-danger:focus, .btn.btn-danger.btn-outline.btn-rounded:focus {
    border-color: #c9302c !important;
}

[data-border-color="danger"] {
    border-color: #d9534f !important;
}

.bg-danger-100, .btn.btn-danger-100, .btn.btn-danger-100.btn-flat, .btn.btn-danger-100.btn-rounded {
    background-color: #e48481 !important;
}

.bg-danger-100-hover:hover, .btn.btn-danger-100:hover, .bg-danger-100-hover:active, .btn.btn-danger-100:active, .bg-danger-100-hover:focus, .btn.btn-danger-100:focus {
    background-color: #db5b57 !important;
}

.bg-danger-100-odd:nth-child(odd) {
    background-color: #e48481 !important;
}

.bg-danger-100-even:nth-child(even) {
    background-color: #e48481 !important;
}

[data-bg="danger-100"] {
    background-color: #e48481 !important;
}

.color-danger-100, .btn.btn-danger-100.btn-outline, .btn.btn-danger-100.btn-outline i, .btn.btn-danger-100.btn-outline.btn-rounded, .btn.btn-danger-100.btn-outline.btn-rounded i {
    color: #e48481 !important;
}

.color-danger-100-hover:hover, .btn.btn-danger-100.btn-outline:hover, .btn.btn-danger-100.btn-outline:hover i:hover, .btn.btn-danger-100.btn-outline:active i:hover, .btn.btn-danger-100.btn-outline:focus i:hover, .color-danger-100-hover:active, .btn.btn-danger-100.btn-outline:active, .btn.btn-danger-100.btn-outline:hover i:active, .btn.btn-danger-100.btn-outline:active i:active, .btn.btn-danger-100.btn-outline:focus i:active, .color-danger-100-hover:focus, .btn.btn-danger-100.btn-outline:focus, .btn.btn-danger-100.btn-outline:hover i:focus, .btn.btn-danger-100.btn-outline:active i:focus, .btn.btn-danger-100.btn-outline:focus i:focus {
    color: #db5b57 !important;
}

[data-color="danger-100"] {
    color: #e48481 !important;
}

.border-color-danger-100, .btn.btn-danger-100, .btn.btn-danger-100.btn-flat, .btn.btn-danger-100.btn-rounded, .btn.btn-danger-100.btn-outline, .btn.btn-danger-100.btn-outline.btn-rounded {
    border-color: #e48481 !important;
}

.border-color-danger-100-hover:hover, .btn.btn-danger-100:hover, .btn.btn-danger-100.btn-outline.btn-rounded:hover, .border-color-danger-100-hover:active, .btn.btn-danger-100:active, .btn.btn-danger-100.btn-outline.btn-rounded:active, .border-color-danger-100-hover:focus, .btn.btn-danger-100:focus, .btn.btn-danger-100.btn-outline.btn-rounded:focus {
    border-color: #db5b57 !important;
}

[data-border-color="danger-100"] {
    border-color: #e48481 !important;
}

.bg-danger-200, .btn.btn-danger-200, .btn.btn-danger-200.btn-flat, .btn.btn-danger-200.btn-rounded {
    background-color: #e17875 !important;
}

.bg-danger-200-hover:hover, .btn.btn-danger-200:hover, .bg-danger-200-hover:active, .btn.btn-danger-200:active, .bg-danger-200-hover:focus, .btn.btn-danger-200:focus {
    background-color: #d84f4b !important;
}

.bg-danger-200-odd:nth-child(odd) {
    background-color: #e17875 !important;
}

.bg-danger-200-even:nth-child(even) {
    background-color: #e17875 !important;
}

[data-bg="danger-200"] {
    background-color: #e17875 !important;
}

.color-danger-200, .btn.btn-danger-200.btn-outline, .btn.btn-danger-200.btn-outline i, .btn.btn-danger-200.btn-outline.btn-rounded, .btn.btn-danger-200.btn-outline.btn-rounded i {
    color: #e17875 !important;
}

.color-danger-200-hover:hover, .btn.btn-danger-200.btn-outline:hover, .btn.btn-danger-200.btn-outline:hover i:hover, .btn.btn-danger-200.btn-outline:active i:hover, .btn.btn-danger-200.btn-outline:focus i:hover, .color-danger-200-hover:active, .btn.btn-danger-200.btn-outline:active, .btn.btn-danger-200.btn-outline:hover i:active, .btn.btn-danger-200.btn-outline:active i:active, .btn.btn-danger-200.btn-outline:focus i:active, .color-danger-200-hover:focus, .btn.btn-danger-200.btn-outline:focus, .btn.btn-danger-200.btn-outline:hover i:focus, .btn.btn-danger-200.btn-outline:active i:focus, .btn.btn-danger-200.btn-outline:focus i:focus {
    color: #d84f4b !important;
}

[data-color="danger-200"] {
    color: #e17875 !important;
}

.border-color-danger-200, .btn.btn-danger-200, .btn.btn-danger-200.btn-flat, .btn.btn-danger-200.btn-rounded, .btn.btn-danger-200.btn-outline, .btn.btn-danger-200.btn-outline.btn-rounded {
    border-color: #e17875 !important;
}

.border-color-danger-200-hover:hover, .btn.btn-danger-200:hover, .btn.btn-danger-200.btn-outline.btn-rounded:hover, .border-color-danger-200-hover:active, .btn.btn-danger-200:active, .btn.btn-danger-200.btn-outline.btn-rounded:active, .border-color-danger-200-hover:focus, .btn.btn-danger-200:focus, .btn.btn-danger-200.btn-outline.btn-rounded:focus {
    border-color: #d84f4b !important;
}

[data-border-color="danger-200"] {
    border-color: #e17875 !important;
}

.bg-danger-300, .btn.btn-danger-300, .btn.btn-danger-300.btn-flat, .btn.btn-danger-300.btn-rounded {
    background-color: #de6c68 !important;
}

.bg-danger-300-hover:hover, .btn.btn-danger-300:hover, .bg-danger-300-hover:active, .btn.btn-danger-300:active, .bg-danger-300-hover:focus, .btn.btn-danger-300:focus {
    background-color: #d5433e !important;
}

.bg-danger-300-odd:nth-child(odd) {
    background-color: #de6c68 !important;
}

.bg-danger-300-even:nth-child(even) {
    background-color: #de6c68 !important;
}

[data-bg="danger-300"] {
    background-color: #de6c68 !important;
}

.color-danger-300, .btn.btn-danger-300.btn-outline, .btn.btn-danger-300.btn-outline i, .btn.btn-danger-300.btn-outline.btn-rounded, .btn.btn-danger-300.btn-outline.btn-rounded i {
    color: #de6c68 !important;
}

.color-danger-300-hover:hover, .btn.btn-danger-300.btn-outline:hover, .btn.btn-danger-300.btn-outline:hover i:hover, .btn.btn-danger-300.btn-outline:active i:hover, .btn.btn-danger-300.btn-outline:focus i:hover, .color-danger-300-hover:active, .btn.btn-danger-300.btn-outline:active, .btn.btn-danger-300.btn-outline:hover i:active, .btn.btn-danger-300.btn-outline:active i:active, .btn.btn-danger-300.btn-outline:focus i:active, .color-danger-300-hover:focus, .btn.btn-danger-300.btn-outline:focus, .btn.btn-danger-300.btn-outline:hover i:focus, .btn.btn-danger-300.btn-outline:active i:focus, .btn.btn-danger-300.btn-outline:focus i:focus {
    color: #d5433e !important;
}

[data-color="danger-300"] {
    color: #de6c68 !important;
}

.border-color-danger-300, .btn.btn-danger-300, .btn.btn-danger-300.btn-flat, .btn.btn-danger-300.btn-rounded, .btn.btn-danger-300.btn-outline, .btn.btn-danger-300.btn-outline.btn-rounded {
    border-color: #de6c68 !important;
}

.border-color-danger-300-hover:hover, .btn.btn-danger-300:hover, .btn.btn-danger-300.btn-outline.btn-rounded:hover, .border-color-danger-300-hover:active, .btn.btn-danger-300:active, .btn.btn-danger-300.btn-outline.btn-rounded:active, .border-color-danger-300-hover:focus, .btn.btn-danger-300:focus, .btn.btn-danger-300.btn-outline.btn-rounded:focus {
    border-color: #d5433e !important;
}

[data-border-color="danger-300"] {
    border-color: #de6c68 !important;
}

.bg-danger-400, .btn.btn-danger-400, .btn.btn-danger-400.btn-flat, .btn.btn-danger-400.btn-rounded {
    background-color: #dc5f5c !important;
}

.bg-danger-400-hover:hover, .btn.btn-danger-400:hover, .bg-danger-400-hover:active, .btn.btn-danger-400:active, .bg-danger-400-hover:focus, .btn.btn-danger-400:focus {
    background-color: #d33632 !important;
}

.bg-danger-400-odd:nth-child(odd) {
    background-color: #dc5f5c !important;
}

.bg-danger-400-even:nth-child(even) {
    background-color: #dc5f5c !important;
}

[data-bg="danger-400"] {
    background-color: #dc5f5c !important;
}

.color-danger-400, .btn.btn-danger-400.btn-outline, .btn.btn-danger-400.btn-outline i, .btn.btn-danger-400.btn-outline.btn-rounded, .btn.btn-danger-400.btn-outline.btn-rounded i {
    color: #dc5f5c !important;
}

.color-danger-400-hover:hover, .btn.btn-danger-400.btn-outline:hover, .btn.btn-danger-400.btn-outline:hover i:hover, .btn.btn-danger-400.btn-outline:active i:hover, .btn.btn-danger-400.btn-outline:focus i:hover, .color-danger-400-hover:active, .btn.btn-danger-400.btn-outline:active, .btn.btn-danger-400.btn-outline:hover i:active, .btn.btn-danger-400.btn-outline:active i:active, .btn.btn-danger-400.btn-outline:focus i:active, .color-danger-400-hover:focus, .btn.btn-danger-400.btn-outline:focus, .btn.btn-danger-400.btn-outline:hover i:focus, .btn.btn-danger-400.btn-outline:active i:focus, .btn.btn-danger-400.btn-outline:focus i:focus {
    color: #d33632 !important;
}

[data-color="danger-400"] {
    color: #dc5f5c !important;
}

.border-color-danger-400, .btn.btn-danger-400, .btn.btn-danger-400.btn-flat, .btn.btn-danger-400.btn-rounded, .btn.btn-danger-400.btn-outline, .btn.btn-danger-400.btn-outline.btn-rounded {
    border-color: #dc5f5c !important;
}

.border-color-danger-400-hover:hover, .btn.btn-danger-400:hover, .btn.btn-danger-400.btn-outline.btn-rounded:hover, .border-color-danger-400-hover:active, .btn.btn-danger-400:active, .btn.btn-danger-400.btn-outline.btn-rounded:active, .border-color-danger-400-hover:focus, .btn.btn-danger-400:focus, .btn.btn-danger-400.btn-outline.btn-rounded:focus {
    border-color: #d33632 !important;
}

[data-border-color="danger-400"] {
    border-color: #dc5f5c !important;
}

.bg-danger-500, .btn.btn-danger-500, .btn.btn-danger-500.btn-flat, .btn.btn-danger-500.btn-rounded {
    background-color: #d9534f !important;
}

.bg-danger-500-hover:hover, .btn.btn-danger-500:hover, .bg-danger-500-hover:active, .btn.btn-danger-500:active, .bg-danger-500-hover:focus, .btn.btn-danger-500:focus {
    background-color: #c9302c !important;
}

.bg-danger-500-odd:nth-child(odd) {
    background-color: #d9534f !important;
}

.bg-danger-500-even:nth-child(even) {
    background-color: #d9534f !important;
}

[data-bg="danger-500"] {
    background-color: #d9534f !important;
}

.color-danger-500, .btn.btn-danger-500.btn-outline, .btn.btn-danger-500.btn-outline i, .btn.btn-danger-500.btn-outline.btn-rounded, .btn.btn-danger-500.btn-outline.btn-rounded i {
    color: #d9534f !important;
}

.color-danger-500-hover:hover, .btn.btn-danger-500.btn-outline:hover, .btn.btn-danger-500.btn-outline:hover i:hover, .btn.btn-danger-500.btn-outline:active i:hover, .btn.btn-danger-500.btn-outline:focus i:hover, .color-danger-500-hover:active, .btn.btn-danger-500.btn-outline:active, .btn.btn-danger-500.btn-outline:hover i:active, .btn.btn-danger-500.btn-outline:active i:active, .btn.btn-danger-500.btn-outline:focus i:active, .color-danger-500-hover:focus, .btn.btn-danger-500.btn-outline:focus, .btn.btn-danger-500.btn-outline:hover i:focus, .btn.btn-danger-500.btn-outline:active i:focus, .btn.btn-danger-500.btn-outline:focus i:focus {
    color: #c9302c !important;
}

[data-color="danger-500"] {
    color: #d9534f !important;
}

.border-color-danger-500, .btn.btn-danger-500, .btn.btn-danger-500.btn-flat, .btn.btn-danger-500.btn-rounded, .btn.btn-danger-500.btn-outline, .btn.btn-danger-500.btn-outline.btn-rounded {
    border-color: #d9534f !important;
}

.border-color-danger-500-hover:hover, .btn.btn-danger-500:hover, .btn.btn-danger-500.btn-outline.btn-rounded:hover, .border-color-danger-500-hover:active, .btn.btn-danger-500:active, .btn.btn-danger-500.btn-outline.btn-rounded:active, .border-color-danger-500-hover:focus, .btn.btn-danger-500:focus, .btn.btn-danger-500.btn-outline.btn-rounded:focus {
    border-color: #c9302c !important;
}

[data-border-color="danger-500"] {
    border-color: #d9534f !important;
}

.bg-danger-600, .btn.btn-danger-600, .btn.btn-danger-600.btn-flat, .btn.btn-danger-600.btn-rounded {
    background-color: #d64742 !important;
}

.bg-danger-600-hover:hover, .btn.btn-danger-600:hover, .bg-danger-600-hover:active, .btn.btn-danger-600:active, .bg-danger-600-hover:focus, .btn.btn-danger-600:focus {
    background-color: #bd2d29 !important;
}

.bg-danger-600-odd:nth-child(odd) {
    background-color: #d64742 !important;
}

.bg-danger-600-even:nth-child(even) {
    background-color: #d64742 !important;
}

[data-bg="danger-600"] {
    background-color: #d64742 !important;
}

.color-danger-600, .btn.btn-danger-600.btn-outline, .btn.btn-danger-600.btn-outline i, .btn.btn-danger-600.btn-outline.btn-rounded, .btn.btn-danger-600.btn-outline.btn-rounded i {
    color: #d64742 !important;
}

.color-danger-600-hover:hover, .btn.btn-danger-600.btn-outline:hover, .btn.btn-danger-600.btn-outline:hover i:hover, .btn.btn-danger-600.btn-outline:active i:hover, .btn.btn-danger-600.btn-outline:focus i:hover, .color-danger-600-hover:active, .btn.btn-danger-600.btn-outline:active, .btn.btn-danger-600.btn-outline:hover i:active, .btn.btn-danger-600.btn-outline:active i:active, .btn.btn-danger-600.btn-outline:focus i:active, .color-danger-600-hover:focus, .btn.btn-danger-600.btn-outline:focus, .btn.btn-danger-600.btn-outline:hover i:focus, .btn.btn-danger-600.btn-outline:active i:focus, .btn.btn-danger-600.btn-outline:focus i:focus {
    color: #bd2d29 !important;
}

[data-color="danger-600"] {
    color: #d64742 !important;
}

.border-color-danger-600, .btn.btn-danger-600, .btn.btn-danger-600.btn-flat, .btn.btn-danger-600.btn-rounded, .btn.btn-danger-600.btn-outline, .btn.btn-danger-600.btn-outline.btn-rounded {
    border-color: #d64742 !important;
}

.border-color-danger-600-hover:hover, .btn.btn-danger-600:hover, .btn.btn-danger-600.btn-outline.btn-rounded:hover, .border-color-danger-600-hover:active, .btn.btn-danger-600:active, .btn.btn-danger-600.btn-outline.btn-rounded:active, .border-color-danger-600-hover:focus, .btn.btn-danger-600:focus, .btn.btn-danger-600.btn-outline.btn-rounded:focus {
    border-color: #bd2d29 !important;
}

[data-border-color="danger-600"] {
    border-color: #d64742 !important;
}

.bg-danger-700, .btn.btn-danger-700, .btn.btn-danger-700.btn-flat, .btn.btn-danger-700.btn-rounded {
    background-color: #d43a36 !important;
}

.bg-danger-700-hover:hover, .btn.btn-danger-700:hover, .bg-danger-700-hover:active, .btn.btn-danger-700:active, .bg-danger-700-hover:focus, .btn.btn-danger-700:focus {
    background-color: #b02a26 !important;
}

.bg-danger-700-odd:nth-child(odd) {
    background-color: #d43a36 !important;
}

.bg-danger-700-even:nth-child(even) {
    background-color: #d43a36 !important;
}

[data-bg="danger-700"] {
    background-color: #d43a36 !important;
}

.color-danger-700, .btn.btn-danger-700.btn-outline, .btn.btn-danger-700.btn-outline i, .btn.btn-danger-700.btn-outline.btn-rounded, .btn.btn-danger-700.btn-outline.btn-rounded i {
    color: #d43a36 !important;
}

.color-danger-700-hover:hover, .btn.btn-danger-700.btn-outline:hover, .btn.btn-danger-700.btn-outline:hover i:hover, .btn.btn-danger-700.btn-outline:active i:hover, .btn.btn-danger-700.btn-outline:focus i:hover, .color-danger-700-hover:active, .btn.btn-danger-700.btn-outline:active, .btn.btn-danger-700.btn-outline:hover i:active, .btn.btn-danger-700.btn-outline:active i:active, .btn.btn-danger-700.btn-outline:focus i:active, .color-danger-700-hover:focus, .btn.btn-danger-700.btn-outline:focus, .btn.btn-danger-700.btn-outline:hover i:focus, .btn.btn-danger-700.btn-outline:active i:focus, .btn.btn-danger-700.btn-outline:focus i:focus {
    color: #b02a26 !important;
}

[data-color="danger-700"] {
    color: #d43a36 !important;
}

.border-color-danger-700, .btn.btn-danger-700, .btn.btn-danger-700.btn-flat, .btn.btn-danger-700.btn-rounded, .btn.btn-danger-700.btn-outline, .btn.btn-danger-700.btn-outline.btn-rounded {
    border-color: #d43a36 !important;
}

.border-color-danger-700-hover:hover, .btn.btn-danger-700:hover, .btn.btn-danger-700.btn-outline.btn-rounded:hover, .border-color-danger-700-hover:active, .btn.btn-danger-700:active, .btn.btn-danger-700.btn-outline.btn-rounded:active, .border-color-danger-700-hover:focus, .btn.btn-danger-700:focus, .btn.btn-danger-700.btn-outline.btn-rounded:focus {
    border-color: #b02a26 !important;
}

[data-border-color="danger-700"] {
    border-color: #d43a36 !important;
}

.bg-danger-800, .btn.btn-danger-800, .btn.btn-danger-800.btn-flat, .btn.btn-danger-800.btn-rounded {
    background-color: #ce312c !important;
}

.bg-danger-800-hover:hover, .btn.btn-danger-800:hover, .bg-danger-800-hover:active, .btn.btn-danger-800:active, .bg-danger-800-hover:focus, .btn.btn-danger-800:focus {
    background-color: #a42723 !important;
}

.bg-danger-800-odd:nth-child(odd) {
    background-color: #ce312c !important;
}

.bg-danger-800-even:nth-child(even) {
    background-color: #ce312c !important;
}

[data-bg="danger-800"] {
    background-color: #ce312c !important;
}

.color-danger-800, .btn.btn-danger-800.btn-outline, .btn.btn-danger-800.btn-outline i, .btn.btn-danger-800.btn-outline.btn-rounded, .btn.btn-danger-800.btn-outline.btn-rounded i {
    color: #ce312c !important;
}

.color-danger-800-hover:hover, .btn.btn-danger-800.btn-outline:hover, .btn.btn-danger-800.btn-outline:hover i:hover, .btn.btn-danger-800.btn-outline:active i:hover, .btn.btn-danger-800.btn-outline:focus i:hover, .color-danger-800-hover:active, .btn.btn-danger-800.btn-outline:active, .btn.btn-danger-800.btn-outline:hover i:active, .btn.btn-danger-800.btn-outline:active i:active, .btn.btn-danger-800.btn-outline:focus i:active, .color-danger-800-hover:focus, .btn.btn-danger-800.btn-outline:focus, .btn.btn-danger-800.btn-outline:hover i:focus, .btn.btn-danger-800.btn-outline:active i:focus, .btn.btn-danger-800.btn-outline:focus i:focus {
    color: #a42723 !important;
}

[data-color="danger-800"] {
    color: #ce312c !important;
}

.border-color-danger-800, .btn.btn-danger-800, .btn.btn-danger-800.btn-flat, .btn.btn-danger-800.btn-rounded, .btn.btn-danger-800.btn-outline, .btn.btn-danger-800.btn-outline.btn-rounded {
    border-color: #ce312c !important;
}

.border-color-danger-800-hover:hover, .btn.btn-danger-800:hover, .btn.btn-danger-800.btn-outline.btn-rounded:hover, .border-color-danger-800-hover:active, .btn.btn-danger-800:active, .btn.btn-danger-800.btn-outline.btn-rounded:active, .border-color-danger-800-hover:focus, .btn.btn-danger-800:focus, .btn.btn-danger-800.btn-outline.btn-rounded:focus {
    border-color: #a42723 !important;
}

[data-border-color="danger-800"] {
    border-color: #ce312c !important;
}

.bg-danger-900, .btn.btn-danger-900, .btn.btn-danger-900.btn-flat, .btn.btn-danger-900.btn-rounded {
    background-color: #c12e2a !important;
}

.bg-danger-900-hover:hover, .btn.btn-danger-900:hover, .bg-danger-900-hover:active, .btn.btn-danger-900:active, .bg-danger-900-hover:focus, .btn.btn-danger-900:focus {
    background-color: #972421 !important;
}

.bg-danger-900-odd:nth-child(odd) {
    background-color: #c12e2a !important;
}

.bg-danger-900-even:nth-child(even) {
    background-color: #c12e2a !important;
}

[data-bg="danger-900"] {
    background-color: #c12e2a !important;
}

.color-danger-900, .btn.btn-danger-900.btn-outline, .btn.btn-danger-900.btn-outline i, .btn.btn-danger-900.btn-outline.btn-rounded, .btn.btn-danger-900.btn-outline.btn-rounded i {
    color: #c12e2a !important;
}

.color-danger-900-hover:hover, .btn.btn-danger-900.btn-outline:hover, .btn.btn-danger-900.btn-outline:hover i:hover, .btn.btn-danger-900.btn-outline:active i:hover, .btn.btn-danger-900.btn-outline:focus i:hover, .color-danger-900-hover:active, .btn.btn-danger-900.btn-outline:active, .btn.btn-danger-900.btn-outline:hover i:active, .btn.btn-danger-900.btn-outline:active i:active, .btn.btn-danger-900.btn-outline:focus i:active, .color-danger-900-hover:focus, .btn.btn-danger-900.btn-outline:focus, .btn.btn-danger-900.btn-outline:hover i:focus, .btn.btn-danger-900.btn-outline:active i:focus, .btn.btn-danger-900.btn-outline:focus i:focus {
    color: #972421 !important;
}

[data-color="danger-900"] {
    color: #c12e2a !important;
}

.border-color-danger-900, .btn.btn-danger-900, .btn.btn-danger-900.btn-flat, .btn.btn-danger-900.btn-rounded, .btn.btn-danger-900.btn-outline, .btn.btn-danger-900.btn-outline.btn-rounded {
    border-color: #c12e2a !important;
}

.border-color-danger-900-hover:hover, .btn.btn-danger-900:hover, .btn.btn-danger-900.btn-outline.btn-rounded:hover, .border-color-danger-900-hover:active, .btn.btn-danger-900:active, .btn.btn-danger-900.btn-outline.btn-rounded:active, .border-color-danger-900-hover:focus, .btn.btn-danger-900:focus, .btn.btn-danger-900.btn-outline.btn-rounded:focus {
    border-color: #972421 !important;
}

[data-border-color="danger-900"] {
    border-color: #c12e2a !important;
}

[data-palette="palette-1"] .text-default-color {
    color: #ffffff;
}

[data-palette="palette-1"] .bg-default-color {
    background-color: #242424;
}

[data-palette="palette-1"] .bg-hover-color {
    background-color: #4a4a4a;
}

[data-palette="palette-1"] .bg-even-color {
    background-color: #313131;
}

[data-palette="palette-1"] .bg-odd-color {
    background-color: #3e3e3e;
}

[data-palette="palette-2"] .text-default-color {
    color: #ffffff;
}

[data-palette="palette-2"] .bg-default-color {
    background-color: #262932;
}

[data-palette="palette-2"] .bg-hover-color {
    background-color: #474d5d;
}

[data-palette="palette-2"] .bg-even-color {
    background-color: #313540;
}

[data-palette="palette-2"] .bg-odd-color {
    background-color: #3c414f;
}

[data-palette="palette-3"] .text-default-color {
    color: #ffffff;
}

[data-palette="palette-3"] .bg-default-color {
    background-color: #000000;
}

[data-palette="palette-3"] .bg-hover-color {
    background-color: #262626;
}

[data-palette="palette-3"] .bg-even-color {
    background-color: #0d0d0d;
}

[data-palette="palette-3"] .bg-odd-color {
    background-color: #1a1a1a;
}

[data-palette="palette-4"] .text-default-color {
    color: #262932;
}

[data-palette="palette-4"] .bg-default-color {
    background-color: #ffffff;
}

[data-palette="palette-4"] .bg-hover-color {
    background-color: #e6e6e6;
}

[data-palette="palette-4"] .bg-even-color {
    background-color: #ffffff;
}

[data-palette="palette-4"] .bg-odd-color {
    background-color: #f2f2f2;
}

[data-palette="palette-5"] .text-default-color {
    color: #262932;
}

[data-palette="palette-5"] .bg-default-color {
    background-color: #ffffff;
}

[data-palette="palette-5"] .bg-hover-color {
    background-color: #e6e6e6;
}

[data-palette="palette-5"] .bg-even-color {
    background-color: #ffffff;
}

[data-palette="palette-5"] .bg-odd-color {
    background-color: #f2f2f2;
}

[data-palette="palette-6"] .text-default-color {
    color: #262932;
}

[data-palette="palette-6"] .bg-default-color {
    background-color: #ffffff;
}

[data-palette="palette-6"] .bg-hover-color {
    background-color: #e6e6e6;
}

[data-palette="palette-6"] .bg-even-color {
    background-color: #ffffff;
}

[data-palette="palette-6"] .bg-odd-color {
    background-color: #f2f2f2;
}

[data-palette="palette-7"] .text-default-color {
    color: #ffffff;
}

[data-palette="palette-7"] .bg-default-color {
    background-color: #0267bf;
}

[data-palette="palette-7"] .bg-hover-color {
    background-color: #108ffd;
}

[data-palette="palette-7"] .bg-even-color {
    background-color: #0275d8;
}

[data-palette="palette-7"] .bg-odd-color {
    background-color: #0283f1;
}

[data-palette="palette-8"] .text-default-color {
    color: #ffffff;
}

[data-palette="palette-8"] .bg-default-color {
    background-color: #025aa5;
}

[data-palette="palette-8"] .bg-hover-color {
    background-color: #0283f1;
}

[data-palette="palette-8"] .bg-even-color {
    background-color: #0267bf;
}

[data-palette="palette-8"] .bg-odd-color {
    background-color: #0275d8;
}

[data-palette="palette-9"] .text-default-color {
    color: #ffffff;
}

[data-palette="palette-9"] .bg-default-color {
    background-color: #014c8c;
}

[data-palette="palette-9"] .bg-hover-color {
    background-color: #0275d8;
}

[data-palette="palette-9"] .bg-even-color {
    background-color: #025aa5;
}

[data-palette="palette-9"] .bg-odd-color {
    background-color: #0267bf;
}

[data-palette="palette-10"] .text-default-color {
    color: #ffffff;
}

[data-palette="palette-10"] .bg-default-color {
    background-color: #110a5c;
}

[data-palette="palette-10"] .bg-hover-color {
    background-color: #1e12a1;
}

[data-palette="palette-10"] .bg-even-color {
    background-color: #150d73;
}

[data-palette="palette-10"] .bg-odd-color {
    background-color: #1a0f8a;
}

[data-palette="palette-11"] .text-default-color {
    color: #ffffff;
}

[data-palette="palette-11"] .bg-default-color {
    background-color: #1b1091;
}

[data-palette="palette-11"] .bg-hover-color {
    background-color: #2818d6;
}

[data-palette="palette-11"] .bg-even-color {
    background-color: #1f13a8;
}

[data-palette="palette-11"] .bg-odd-color {
    background-color: #2415bf;
}

[data-palette="palette-12"] .text-default-color {
    color: #ffffff;
}

[data-palette="palette-12"] .bg-default-color {
    background-color: #2516c7;
}

[data-palette="palette-12"] .bg-hover-color {
    background-color: #4e40ea;
}

[data-palette="palette-12"] .bg-even-color {
    background-color: #2919de;
}

[data-palette="palette-12"] .bg-odd-color {
    background-color: #3929e7;
}

[data-palette="palette-13"] .text-default-color {
    color: #ffffff;
}

[data-palette="palette-13"] .bg-default-color {
    background-color: #320a5c;
}

[data-palette="palette-13"] .bg-hover-color {
    background-color: #5812a1;
}

[data-palette="palette-13"] .bg-even-color {
    background-color: #3f0d73;
}

[data-palette="palette-13"] .bg-odd-color {
    background-color: #4b0f8a;
}

[data-palette="palette-14"] .text-default-color {
    color: #ffffff;
}

[data-palette="palette-14"] .bg-default-color {
    background-color: #4f1091;
}

[data-palette="palette-14"] .bg-hover-color {
    background-color: #7518d6;
}

[data-palette="palette-14"] .bg-even-color {
    background-color: #5c13a8;
}

[data-palette="palette-14"] .bg-odd-color {
    background-color: #6815bf;
}

[data-palette="palette-15"] .text-default-color {
    color: #ffffff;
}

[data-palette="palette-15"] .bg-default-color {
    background-color: #6c16c7;
}

[data-palette="palette-15"] .bg-hover-color {
    background-color: #9240ea;
}

[data-palette="palette-15"] .bg-even-color {
    background-color: #7819de;
}

[data-palette="palette-15"] .bg-odd-color {
    background-color: #8529e7;
}

[data-palette="palette-16"] .text-default-color {
    color: #ffffff;
}

[data-palette="palette-16"] .bg-default-color {
    background-color: #911051;
}

[data-palette="palette-16"] .bg-hover-color {
    background-color: #d61877;
}

[data-palette="palette-16"] .bg-even-color {
    background-color: #a8135e;
}

[data-palette="palette-16"] .bg-odd-color {
    background-color: #bf156b;
}

[data-palette="palette-17"] .text-default-color {
    color: #ffffff;
}

[data-palette="palette-17"] .bg-default-color {
    background-color: #c7166f;
}

[data-palette="palette-17"] .bg-hover-color {
    background-color: #ea4095;
}

[data-palette="palette-17"] .bg-even-color {
    background-color: #de197c;
}

[data-palette="palette-17"] .bg-odd-color {
    background-color: #e72989;
}

[data-palette="palette-18"] .text-default-color {
    color: #ffffff;
}

[data-palette="palette-18"] .bg-default-color {
    background-color: #911710;
}

[data-palette="palette-18"] .bg-hover-color {
    background-color: #d62218;
}

[data-palette="palette-18"] .bg-even-color {
    background-color: #a81b13;
}

[data-palette="palette-18"] .bg-odd-color {
    background-color: #bf1e15;
}

[data-palette="palette-19"] .text-default-color {
    color: #ffffff;
}

[data-palette="palette-19"] .bg-default-color {
    background-color: #c71f16;
}

[data-palette="palette-19"] .bg-hover-color {
    background-color: #ea4840;
}

[data-palette="palette-19"] .bg-even-color {
    background-color: #de2319;
}

[data-palette="palette-19"] .bg-odd-color {
    background-color: #e73229;
}

[data-palette="palette-20"] .text-default-color {
    color: #ffffff;
}

[data-palette="palette-20"] .bg-default-color {
    background-color: #0a5c15;
}

[data-palette="palette-20"] .bg-hover-color {
    background-color: #12a125;
}

[data-palette="palette-20"] .bg-even-color {
    background-color: #0d731a;
}

[data-palette="palette-20"] .bg-odd-color {
    background-color: #0f8a20;
}

[data-palette="palette-21"] .text-default-color {
    color: #ffffff;
}

[data-palette="palette-21"] .bg-default-color {
    background-color: #3e5c0a;
}

[data-palette="palette-21"] .bg-hover-color {
    background-color: #6da112;
}

[data-palette="palette-21"] .bg-even-color {
    background-color: #4e730d;
}

[data-palette="palette-21"] .bg-odd-color {
    background-color: #5d8a0f;
}

[data-palette="palette-22"] .text-default-color {
    color: #ffffff;
}

[data-palette="palette-22"] .bg-default-color {
    background-color: #4d2c19;
}

[data-palette="palette-22"] .bg-hover-color {
    background-color: #874d2c;
}

[data-palette="palette-22"] .bg-even-color {
    background-color: #60371f;
}

[data-palette="palette-22"] .bg-odd-color {
    background-color: #744226;
}

[data-palette="palette-23"] .text-default-color {
    color: #ffffff;
}

[data-palette="palette-23"] .bg-default-color {
    background-color: #794628;
}

[data-palette="palette-23"] .bg-hover-color {
    background-color: #b2673b;
}

[data-palette="palette-23"] .bg-even-color {
    background-color: #8c512e;
}

[data-palette="palette-23"] .bg-odd-color {
    background-color: #9f5c35;
}

.top-banner {
    width: 100%;
    position: relative;
    min-height: 450px;
    display: block;
}

.top-banner .typed-cursor {
    display: none;
}

.top-banner .typed-element-2 {
    font-size: 22px;
    line-height: 1;
    padding: 0;
    margin: 0 0 40px 0;
    color: #fff;
}

.top-banner .typed-element-3 {
    font-size: 28px;
    line-height: 1.5;
    padding: 0;
    margin: 0 0 40px 0;
    color: #fff;
}

.lock-screen-page {
    position: relative;
    text-align: center;
}

.lock-screen-page h1 {
    margin-top: 100px;
    margin-bottom: 20px;
    font-size: 28px;
    font-weight: normal;
    text-transform: capitalize;
}

.lock-screen-page h4 {
    font-size: 16px;
    margin-bottom: 40px;
}

.lock-screen-page p {
    margin-bottom: 40px;
    font-size: 16px;
    font-weight: 300;
}

.lock-screen-page .avatar {
    margin: 10px auto;
    text-align: center;
    width: 128px;
    height: 128px;
}

.lock-screen-page .buttons {
    margin-bottom: 40px;
}

.lock-screen-page .social-buttons .btn, .lock-screen-page .social-buttons i {
    font-size: 20px;
}

@media screen and (max-height: 768px) {
    .lock-screen-page h1 {
        margin-top: 50px;
    }
}

.login-page {
    position: relative;
    text-align: center;
}

.login-page h1 {
    margin-top: 80px;
    margin-bottom: 20px;
    font-size: 28px;
    font-weight: normal;
    text-transform: capitalize;
}

.login-page h4 {
    font-size: 16px;
    margin-bottom: 40px;
}

.login-page p {
    margin-bottom: 40px;
    font-size: 16px;
    font-weight: 300;
}

.login-page .buttons {
    margin-bottom: 40px;
}

.login-page .social-buttons .btn, .login-page .social-buttons i {
    font-size: 20px;
}

@media screen and (min-height: 769px) {
    .login-page h1 {
        margin-top: 100px;
    }
}

[data-direction="ltr"] .user-profile {
    position: relative;
    width: 100%;
    height: 200px;
    margin: 0 0 40px 0;
    padding: 0;
}

[data-direction="ltr"] .user-profile:after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    z-index: -1;
    display: block;
    height: 200px;
    width: 100%;
    background-image: url(https://unsplash.it/4800/600?image=441&gravity=center);
    background-size: cover;
    background-repeat: no-repeat;
}

[data-direction="ltr"] .user-profile .media {
    margin: 30px 0 0 0;
}

[data-direction="ltr"] .user-profile .media .media-left {
    padding: 0 30px 0 20px;
}

[data-direction="ltr"] .user-profile .media .media-left .rounded-circle {
    border: 2px solid #fff;
}

[data-direction="ltr"] .user-profile .stats {
    position: absolute;
    top: 20px;
    right: 0;
}

[data-direction="rtl"] .user-profile {
    position: relative;
    width: 100%;
    height: 200px;
    margin: 0 0 40px 0;
    padding: 0;
}

[data-direction="rtl"] .user-profile:after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    z-index: -1;
    display: block;
    height: 200px;
    width: 100%;
    background-image: url(https://unsplash.it/4800/600?image=441&gravity=center);
    background-size: cover;
    background-repeat: no-repeat;
}

[data-direction="rtl"] .user-profile .media {
    margin: 30px 0 0 0;
}

[data-direction="rtl"] .user-profile .media .media-left {
    padding: 0 20px 0 30px;
}

[data-direction="rtl"] .user-profile .media .media-left .rounded-circle {
    border: 2px solid #fff;
}

[data-direction="rtl"] .user-profile .stats {
    position: absolute;
    top: 20px;
    left: 0;
}

.user-profile-textarea {
    height: 200px;
}

.user-profile-zoom img {
    max-width: 220px;
}

.horizontal-navigation {
    display: none;
}

.user-profile {
    display: block;
}

.create-account-page {
    position: relative;
    text-align: center;
}

.create-account-page h1 {
    margin-top: 100px;
    margin-bottom: 20px;
    font-size: 28px;
    font-weight: normal;
    text-transform: capitalize;
}

.create-account-page h4 {
    font-size: 16px;
    margin-bottom: 40px;
}

.create-account-page p {
    margin-bottom: 40px;
    font-size: 16px;
    font-weight: 300;
}

.create-account-page .buttons {
    margin-bottom: 40px;
}

.create-account-page .social-buttons .btn, .create-account-page .social-buttons i {
    font-size: 20px;
}

@media screen and (max-height: 768px) {
    .create-account-page h1 {
        margin-top: 50px;
    }
}

.under-maintenance {
    position: relative;
}

.under-maintenance h1 {
    font-size: 36px;
    font-weight: 700;
    margin-top: 150px;
    margin-bottom: 50px;
    text-transform: uppercase;
}

.under-maintenance #under-maintenance-counter {
    margin: 0 auto 50px auto;
}

.under-maintenance #under-maintenance-counter .table-responsive {
    max-width: 600px;
    text-align: center;
    margin: 0 auto;
}

.under-maintenance #under-maintenance-counter .table-responsive .table {
    width: 100%;
}

.under-maintenance #under-maintenance-counter .table-responsive td {
    border: 0;
}

.under-maintenance #under-maintenance-counter .table-responsive td .number {
    text-align: center;
    font-size: 64px;
}

.under-maintenance #under-maintenance-counter .table-responsive td .unit {
    text-align: center;
    font-size: 18px;
    font-weight: 400;
}

.under-maintenance #under-maintenance-counter .table-responsive td .dots {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    display: block;
    padding-top: 30px;
}

.under-maintenance p {
    margin-bottom: 40px;
    font-size: 16px;
}

.under-maintenance .social-buttons .btn, .under-maintenance .social-buttons i {
    font-size: 20px;
}

@media screen and (max-height: 992px) {
    .under-maintenance h1 {
        margin-top: 100px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
    #under-maintenance-counter .table-responsive {
        width: 440px !important;
        max-width: 440px !important;
    }
    #under-maintenance-counter td .number {
        font-size: 36px !important;
    }
    #under-maintenance-counter td .unit {
        font-size: 14px !important;
    }
    #under-maintenance-counter td .dots {
        font-size: 24px !important;
    }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    #under-maintenance-counter .table-responsive {
        width: 280px !important;
        max-width: 280px !important;
    }
    #under-maintenance-counter td .number {
        font-size: 24px !important;
    }
    #under-maintenance-counter td .unit {
        font-size: 12px !important;
    }
    #under-maintenance-counter td .dots {
        font-size: 20px !important;
    }
}

.pie-chart-widget-7 {
    background: transparent !important;
    min-height: 50px;
    width: 100%;
    font-weight: 300;
    padding: 10px 0;
}

[data-palette="palette-1"] .pie-chart-widget-7 {
    color: #ffffff !important;
}

[data-palette="palette-2"] .pie-chart-widget-7 {
    color: #ffffff !important;
}

[data-palette="palette-3"] .pie-chart-widget-7 {
    color: #ffffff !important;
}

[data-palette="palette-4"] .pie-chart-widget-7 {
    color: #262932 !important;
}

[data-palette="palette-5"] .pie-chart-widget-7 {
    color: #262932 !important;
}

[data-palette="palette-6"] .pie-chart-widget-7 {
    color: #262932 !important;
}

[data-palette="palette-7"] .pie-chart-widget-7 {
    color: #ffffff !important;
}

[data-palette="palette-8"] .pie-chart-widget-7 {
    color: #ffffff !important;
}

[data-palette="palette-9"] .pie-chart-widget-7 {
    color: #ffffff !important;
}

[data-palette="palette-10"] .pie-chart-widget-7 {
    color: #ffffff !important;
}

[data-palette="palette-11"] .pie-chart-widget-7 {
    color: #ffffff !important;
}

[data-palette="palette-12"] .pie-chart-widget-7 {
    color: #ffffff !important;
}

[data-palette="palette-13"] .pie-chart-widget-7 {
    color: #ffffff !important;
}

[data-palette="palette-14"] .pie-chart-widget-7 {
    color: #ffffff !important;
}

[data-palette="palette-15"] .pie-chart-widget-7 {
    color: #ffffff !important;
}

[data-palette="palette-16"] .pie-chart-widget-7 {
    color: #ffffff !important;
}

[data-palette="palette-17"] .pie-chart-widget-7 {
    color: #ffffff !important;
}

[data-palette="palette-18"] .pie-chart-widget-7 {
    color: #ffffff !important;
}

[data-palette="palette-19"] .pie-chart-widget-7 {
    color: #ffffff !important;
}

[data-palette="palette-20"] .pie-chart-widget-7 {
    color: #ffffff !important;
}

[data-palette="palette-21"] .pie-chart-widget-7 {
    color: #ffffff !important;
}

[data-palette="palette-22"] .pie-chart-widget-7 {
    color: #ffffff !important;
}

[data-palette="palette-23"] .pie-chart-widget-7 {
    color: #ffffff !important;
}

.poll-widget-1 {
    width: 100%;
    position: relative;
}

.poll-widget-1 .table > tbody > tr {
    border: none !important;
    height: 25px !important;
    line-height: 25px !important;
}

.poll-widget-1 .table > tbody > tr > td {
    border: none !important;
    height: 25px !important;
    line-height: 25px !important;
    padding: 0 5px;
    text-align: right;
    vertical-align: middle;
}

.poll-widget-1 .table > tbody > tr > td .progress {
    margin-left: auto;
    margin-right: auto;
}

.poll-widget-1 td:nth-child(1) {
    text-align: left;
    width: 150px;
    padding: 0 20px 0 0;
    white-space: nowrap;
    font-size: 14px;
}

.poll-widget-1 td:nth-child(2) {
    text-align: left;
    padding: 0;
}

.poll-widget-1 td:nth-child(2) .progress {
    margin-top: 0px !important;
}

.poll-widget-1 td:nth-child(3) {
    text-align: right;
    padding: 0 0 0 20px;
    width: 30px;
    font-size: 13px;
}

[data-direction="rtl"] .poll-widget-1 td {
    text-align: left;
}

[data-direction="rtl"] .poll-widget-1 td:nth-child(1) {
    text-align: right;
    padding: 0 0 0 20px;
}

[data-direction="rtl"] .poll-widget-1 td:nth-child(2) {
    text-align: right;
}

[data-direction="rtl"] .poll-widget-1 td:nth-child(3) {
    text-align: left;
    padding: 0 20px 0 0;
}

.poll-widget-2 {
    width: 100%;
    position: relative;
}

.poll-widget-2 .list-unstyled {
    margin: 0;
    padding: 0;
    border: 0;
}

.poll-widget-2 .list-unstyled li {
    height: 30px !important;
    line-height: 30px !important;
    font-weight: normal;
    font-size: 13px;
    text-transform: uppercase;
    overflow: hidden;
}

[data-direction="rtl"] .poll-widget-2 .list-unstyled li {
    text-align: right !important;
}

[data-direction="ltr"] .show-from-right {
    transform: translate3d(-300px, 0, 0);
}

[data-direction="ltr"] .right-sidebar-outer {
    transition: transform 0.35s linear;
    position: fixed;
    top: 54px;
    bottom: 0;
    width: 300px;
    height: 100%;
    left: 100%;
    display: block;
    overflow: hidden;
    z-index: 1030;
}

[data-direction="ltr"] .right-sidebar-outer .right-sidebar-inner {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    overflow: auto;
    width: 320px;
}

[data-direction="ltr"] .right-sidebar-outer .right-sidebar {
    width: 300px;
}

[data-direction="ltr"] .right-sidebar-outer .nav-tabs .nav-link.active,
[data-direction="ltr"] .right-sidebar-outer .nav-tabs .nav-link.active:focus,
[data-direction="ltr"] .right-sidebar-outer .nav-tabs .nav-link.active:hover,
[data-direction="ltr"] .right-sidebar-outer .nav-tabs .nav-item.open .nav-link,
[data-direction="ltr"] .right-sidebar-outer .nav-tabs .nav-item.open .nav-link:focus,
[data-direction="ltr"] .right-sidebar-outer .nav-tabs .nav-item.open .nav-link:hover {
    border-color: transparent !important;
}

[data-direction="ltr"] .right-sidebar-outer .justified > ul.nav.nav-tabs {
    display: table !important;
    width: 100% !important;
}

[data-direction="ltr"] .right-sidebar-outer .justified > ul.nav.nav-tabs > li {
    float: none !important;
    display: table-cell !important;
}

[data-direction="ltr"] .right-sidebar-outer .justified > ul.nav.nav-tabs > li > a {
    text-align: center !important;
}

[data-direction="ltr"] .right-sidebar-outer .tab-content {
    padding: 0px !important;
    height: 100%;
}

[data-direction="ltr"] .right-sidebar-outer .tab-content .tab-pane {
    padding: 0 0 50px 0 !important;
}

[data-direction="ltr"] .right-sidebar-outer .tab-content .tab-pane > h5 {
    margin: 20px;
}

[data-direction="ltr"] .right-sidebar-outer .list-group-item {
    font-size: 14px !important;
}

[data-direction="ltr"] .right-sidebar-outer .list-group-item .text-xs {
    font-size: 12px;
}

[data-direction="ltr"] .right-sidebar-outer .list-group-item .clearfix {
    margin-bottom: 5px;
}

[data-direction="ltr"] .right-sidebar-outer .list-group-item .text-xs {
    font-size: 13px;
}

[data-direction="ltr"] .right-sidebar-outer .timeline-widget-4 {
    font-size: 13px !important;
}

[data-direction="rtl"] .show-from-right {
    transform: translate3d(300px, 0, 0);
}

[data-direction="rtl"] .right-sidebar-outer {
    transition: transform 0.35s linear;
    position: fixed;
    top: 54px;
    bottom: 0;
    width: 300px;
    height: 100%;
    right: 100%;
    display: block;
    overflow: hidden;
    z-index: 1030;
}

[data-direction="rtl"] .right-sidebar-outer .right-sidebar-inner {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    overflow: auto;
    width: 320px;
}

[data-direction="rtl"] .right-sidebar-outer .right-sidebar {
    width: 300px;
}

[data-direction="rtl"] .right-sidebar-outer .nav-tabs .nav-link.active,
[data-direction="rtl"] .right-sidebar-outer .nav-tabs .nav-link.active:focus,
[data-direction="rtl"] .right-sidebar-outer .nav-tabs .nav-link.active:hover,
[data-direction="rtl"] .right-sidebar-outer .nav-tabs .nav-item.open .nav-link,
[data-direction="rtl"] .right-sidebar-outer .nav-tabs .nav-item.open .nav-link:focus,
[data-direction="rtl"] .right-sidebar-outer .nav-tabs .nav-item.open .nav-link:hover {
    border-color: transparent !important;
}

[data-direction="rtl"] .right-sidebar-outer .justified > ul.nav.nav-tabs {
    display: table !important;
    width: 100% !important;
}

[data-direction="rtl"] .right-sidebar-outer .justified > ul.nav.nav-tabs > li {
    float: none !important;
    display: table-cell !important;
}

[data-direction="rtl"] .right-sidebar-outer .justified > ul.nav.nav-tabs > li > a {
    text-align: center !important;
}

[data-direction="rtl"] .right-sidebar-outer .tab-content {
    padding: 0px !important;
    height: 100%;
}

[data-direction="rtl"] .right-sidebar-outer .tab-content .tab-pane {
    padding: 0 0 50px 0 !important;
}

[data-direction="rtl"] .right-sidebar-outer .tab-content .tab-pane > h5 {
    margin: 20px;
}

[data-direction="rtl"] .right-sidebar-outer .list-group-item {
    font-size: 14px !important;
}

[data-direction="rtl"] .right-sidebar-outer .list-group-item .text-xs {
    font-size: 12px;
}

[data-direction="rtl"] .right-sidebar-outer .list-group-item .clearfix {
    margin-bottom: 5px;
}

[data-direction="rtl"] .right-sidebar-outer .list-group-item .text-xs {
    font-size: 13px;
}

[data-direction="rtl"] .right-sidebar-outer .timeline-widget-4 {
    font-size: 13px !important;
}

[data-palette="palette-1"] .right-sidebar-outer {
    background: #373737 !important;
    color: #ffffff !important;
    border-left: 1px solid #373737;
}

[data-palette="palette-1"] .right-sidebar-outer .nav-tabs .nav-link.active, [data-palette="palette-1"] .right-sidebar-outer .nav-tabs .nav-link.active:focus, [data-palette="palette-1"] .right-sidebar-outer .nav-tabs .nav-link.active:hover, [data-palette="palette-1"] .right-sidebar-outer .nav-tabs .nav-item.open .nav-link, [data-palette="palette-1"] .right-sidebar-outer .nav-tabs .nav-item.open .nav-link:focus, [data-palette="palette-1"] .right-sidebar-outer .nav-tabs .nav-item.open .nav-link:hover {
    background-color: #373737 !important;
    color: #ffffff !important;
    border-color: transparent !important;
}

[data-palette="palette-1"] .right-sidebar-outer .list-group-item .text-xs {
    color: #ffffff !important;
}

[data-palette="palette-2"] .right-sidebar-outer {
    background: #373b48 !important;
    color: #ffffff !important;
    border-left: 1px solid #373b48;
}

[data-palette="palette-2"] .right-sidebar-outer .nav-tabs .nav-link.active, [data-palette="palette-2"] .right-sidebar-outer .nav-tabs .nav-link.active:focus, [data-palette="palette-2"] .right-sidebar-outer .nav-tabs .nav-link.active:hover, [data-palette="palette-2"] .right-sidebar-outer .nav-tabs .nav-item.open .nav-link, [data-palette="palette-2"] .right-sidebar-outer .nav-tabs .nav-item.open .nav-link:focus, [data-palette="palette-2"] .right-sidebar-outer .nav-tabs .nav-item.open .nav-link:hover {
    background-color: #373b48 !important;
    color: #ffffff !important;
    border-color: transparent !important;
}

[data-palette="palette-2"] .right-sidebar-outer .list-group-item .text-xs {
    color: #ffffff !important;
}

[data-palette="palette-3"] .right-sidebar-outer {
    background: #131313 !important;
    color: #ffffff !important;
    border-left: 1px solid #131313;
}

[data-palette="palette-3"] .right-sidebar-outer .nav-tabs .nav-link.active, [data-palette="palette-3"] .right-sidebar-outer .nav-tabs .nav-link.active:focus, [data-palette="palette-3"] .right-sidebar-outer .nav-tabs .nav-link.active:hover, [data-palette="palette-3"] .right-sidebar-outer .nav-tabs .nav-item.open .nav-link, [data-palette="palette-3"] .right-sidebar-outer .nav-tabs .nav-item.open .nav-link:focus, [data-palette="palette-3"] .right-sidebar-outer .nav-tabs .nav-item.open .nav-link:hover {
    background-color: #131313 !important;
    color: #ffffff !important;
    border-color: transparent !important;
}

[data-palette="palette-3"] .right-sidebar-outer .list-group-item .text-xs {
    color: #ffffff !important;
}

[data-palette="palette-4"] .right-sidebar-outer {
    background: #ffffff !important;
    color: #262932 !important;
    border-left: 1px solid #d9d9d9;
}

[data-palette="palette-4"] .right-sidebar-outer .nav-tabs .nav-link.active, [data-palette="palette-4"] .right-sidebar-outer .nav-tabs .nav-link.active:focus, [data-palette="palette-4"] .right-sidebar-outer .nav-tabs .nav-link.active:hover, [data-palette="palette-4"] .right-sidebar-outer .nav-tabs .nav-item.open .nav-link, [data-palette="palette-4"] .right-sidebar-outer .nav-tabs .nav-item.open .nav-link:focus, [data-palette="palette-4"] .right-sidebar-outer .nav-tabs .nav-item.open .nav-link:hover {
    background-color: #ffffff !important;
    color: #262932 !important;
    border-color: transparent !important;
}

[data-palette="palette-4"] .right-sidebar-outer .list-group-item .text-xs {
    color: #262932 !important;
}

[data-palette="palette-5"] .right-sidebar-outer {
    background: #ffffff !important;
    color: #262932 !important;
    border-left: 1px solid #d9d9d9;
}

[data-palette="palette-5"] .right-sidebar-outer .nav-tabs .nav-link.active, [data-palette="palette-5"] .right-sidebar-outer .nav-tabs .nav-link.active:focus, [data-palette="palette-5"] .right-sidebar-outer .nav-tabs .nav-link.active:hover, [data-palette="palette-5"] .right-sidebar-outer .nav-tabs .nav-item.open .nav-link, [data-palette="palette-5"] .right-sidebar-outer .nav-tabs .nav-item.open .nav-link:focus, [data-palette="palette-5"] .right-sidebar-outer .nav-tabs .nav-item.open .nav-link:hover {
    background-color: #ffffff !important;
    color: #262932 !important;
    border-color: transparent !important;
}

[data-palette="palette-5"] .right-sidebar-outer .list-group-item .text-xs {
    color: #262932 !important;
}

[data-palette="palette-6"] .right-sidebar-outer {
    background: #ffffff !important;
    color: #262932 !important;
    border-left: 1px solid #d9d9d9;
}

[data-palette="palette-6"] .right-sidebar-outer .nav-tabs .nav-link.active, [data-palette="palette-6"] .right-sidebar-outer .nav-tabs .nav-link.active:focus, [data-palette="palette-6"] .right-sidebar-outer .nav-tabs .nav-link.active:hover, [data-palette="palette-6"] .right-sidebar-outer .nav-tabs .nav-item.open .nav-link, [data-palette="palette-6"] .right-sidebar-outer .nav-tabs .nav-item.open .nav-link:focus, [data-palette="palette-6"] .right-sidebar-outer .nav-tabs .nav-item.open .nav-link:hover {
    background-color: #ffffff !important;
    color: #262932 !important;
    border-color: transparent !important;
}

[data-palette="palette-6"] .right-sidebar-outer .list-group-item .text-xs {
    color: #262932 !important;
}

[data-palette="palette-7"] .right-sidebar-outer {
    background: #027ce5 !important;
    color: #ffffff !important;
    border-left: 1px solid #027ce5;
}

[data-palette="palette-7"] .right-sidebar-outer .nav-tabs .nav-link.active, [data-palette="palette-7"] .right-sidebar-outer .nav-tabs .nav-link.active:focus, [data-palette="palette-7"] .right-sidebar-outer .nav-tabs .nav-link.active:hover, [data-palette="palette-7"] .right-sidebar-outer .nav-tabs .nav-item.open .nav-link, [data-palette="palette-7"] .right-sidebar-outer .nav-tabs .nav-item.open .nav-link:focus, [data-palette="palette-7"] .right-sidebar-outer .nav-tabs .nav-item.open .nav-link:hover {
    background-color: #027ce5 !important;
    color: #ffffff !important;
    border-color: transparent !important;
}

[data-palette="palette-7"] .right-sidebar-outer .list-group-item .text-xs {
    color: #ffffff !important;
}

[data-palette="palette-8"] .right-sidebar-outer {
    background: #026ecb !important;
    color: #ffffff !important;
    border-left: 1px solid #026ecb;
}

[data-palette="palette-8"] .right-sidebar-outer .nav-tabs .nav-link.active, [data-palette="palette-8"] .right-sidebar-outer .nav-tabs .nav-link.active:focus, [data-palette="palette-8"] .right-sidebar-outer .nav-tabs .nav-link.active:hover, [data-palette="palette-8"] .right-sidebar-outer .nav-tabs .nav-item.open .nav-link, [data-palette="palette-8"] .right-sidebar-outer .nav-tabs .nav-item.open .nav-link:focus, [data-palette="palette-8"] .right-sidebar-outer .nav-tabs .nav-item.open .nav-link:hover {
    background-color: #026ecb !important;
    color: #ffffff !important;
    border-color: transparent !important;
}

[data-palette="palette-8"] .right-sidebar-outer .list-group-item .text-xs {
    color: #ffffff !important;
}

[data-palette="palette-9"] .right-sidebar-outer {
    background: #0260b2 !important;
    color: #ffffff !important;
    border-left: 1px solid #0260b2;
}

[data-palette="palette-9"] .right-sidebar-outer .nav-tabs .nav-link.active, [data-palette="palette-9"] .right-sidebar-outer .nav-tabs .nav-link.active:focus, [data-palette="palette-9"] .right-sidebar-outer .nav-tabs .nav-link.active:hover, [data-palette="palette-9"] .right-sidebar-outer .nav-tabs .nav-item.open .nav-link, [data-palette="palette-9"] .right-sidebar-outer .nav-tabs .nav-item.open .nav-link:focus, [data-palette="palette-9"] .right-sidebar-outer .nav-tabs .nav-item.open .nav-link:hover {
    background-color: #0260b2 !important;
    color: #ffffff !important;
    border-color: transparent !important;
}

[data-palette="palette-9"] .right-sidebar-outer .list-group-item .text-xs {
    color: #ffffff !important;
}

[data-palette="palette-10"] .right-sidebar-outer {
    background: #170e7f !important;
    color: #ffffff !important;
    border-left: 1px solid #170e7f;
}

[data-palette="palette-10"] .right-sidebar-outer .nav-tabs .nav-link.active, [data-palette="palette-10"] .right-sidebar-outer .nav-tabs .nav-link.active:focus, [data-palette="palette-10"] .right-sidebar-outer .nav-tabs .nav-link.active:hover, [data-palette="palette-10"] .right-sidebar-outer .nav-tabs .nav-item.open .nav-link, [data-palette="palette-10"] .right-sidebar-outer .nav-tabs .nav-item.open .nav-link:focus, [data-palette="palette-10"] .right-sidebar-outer .nav-tabs .nav-item.open .nav-link:hover {
    background-color: #170e7f !important;
    color: #ffffff !important;
    border-color: transparent !important;
}

[data-palette="palette-10"] .right-sidebar-outer .list-group-item .text-xs {
    color: #ffffff !important;
}

[data-palette="palette-11"] .right-sidebar-outer {
    background: #2114b3 !important;
    color: #ffffff !important;
    border-left: 1px solid #2114b3;
}

[data-palette="palette-11"] .right-sidebar-outer .nav-tabs .nav-link.active, [data-palette="palette-11"] .right-sidebar-outer .nav-tabs .nav-link.active:focus, [data-palette="palette-11"] .right-sidebar-outer .nav-tabs .nav-link.active:hover, [data-palette="palette-11"] .right-sidebar-outer .nav-tabs .nav-item.open .nav-link, [data-palette="palette-11"] .right-sidebar-outer .nav-tabs .nav-item.open .nav-link:focus, [data-palette="palette-11"] .right-sidebar-outer .nav-tabs .nav-item.open .nav-link:hover {
    background-color: #2114b3 !important;
    color: #ffffff !important;
    border-color: transparent !important;
}

[data-palette="palette-11"] .right-sidebar-outer .list-group-item .text-xs {
    color: #ffffff !important;
}

[data-palette="palette-12"] .right-sidebar-outer {
    background: #2e1de6 !important;
    color: #ffffff !important;
    border-left: 1px solid #2e1de6;
}

[data-palette="palette-12"] .right-sidebar-outer .nav-tabs .nav-link.active, [data-palette="palette-12"] .right-sidebar-outer .nav-tabs .nav-link.active:focus, [data-palette="palette-12"] .right-sidebar-outer .nav-tabs .nav-link.active:hover, [data-palette="palette-12"] .right-sidebar-outer .nav-tabs .nav-item.open .nav-link, [data-palette="palette-12"] .right-sidebar-outer .nav-tabs .nav-item.open .nav-link:focus, [data-palette="palette-12"] .right-sidebar-outer .nav-tabs .nav-item.open .nav-link:hover {
    background-color: #2e1de6 !important;
    color: #ffffff !important;
    border-color: transparent !important;
}

[data-palette="palette-12"] .right-sidebar-outer .list-group-item .text-xs {
    color: #ffffff !important;
}

[data-palette="palette-13"] .right-sidebar-outer {
    background: #450e7f !important;
    color: #ffffff !important;
    border-left: 1px solid #450e7f;
}

[data-palette="palette-13"] .right-sidebar-outer .nav-tabs .nav-link.active, [data-palette="palette-13"] .right-sidebar-outer .nav-tabs .nav-link.active:focus, [data-palette="palette-13"] .right-sidebar-outer .nav-tabs .nav-link.active:hover, [data-palette="palette-13"] .right-sidebar-outer .nav-tabs .nav-item.open .nav-link, [data-palette="palette-13"] .right-sidebar-outer .nav-tabs .nav-item.open .nav-link:focus, [data-palette="palette-13"] .right-sidebar-outer .nav-tabs .nav-item.open .nav-link:hover {
    background-color: #450e7f !important;
    color: #ffffff !important;
    border-color: transparent !important;
}

[data-palette="palette-13"] .right-sidebar-outer .list-group-item .text-xs {
    color: #ffffff !important;
}

[data-palette="palette-14"] .right-sidebar-outer {
    background: #6214b3 !important;
    color: #ffffff !important;
    border-left: 1px solid #6214b3;
}

[data-palette="palette-14"] .right-sidebar-outer .nav-tabs .nav-link.active, [data-palette="palette-14"] .right-sidebar-outer .nav-tabs .nav-link.active:focus, [data-palette="palette-14"] .right-sidebar-outer .nav-tabs .nav-link.active:hover, [data-palette="palette-14"] .right-sidebar-outer .nav-tabs .nav-item.open .nav-link, [data-palette="palette-14"] .right-sidebar-outer .nav-tabs .nav-item.open .nav-link:focus, [data-palette="palette-14"] .right-sidebar-outer .nav-tabs .nav-item.open .nav-link:hover {
    background-color: #6214b3 !important;
    color: #ffffff !important;
    border-color: transparent !important;
}

[data-palette="palette-14"] .right-sidebar-outer .list-group-item .text-xs {
    color: #ffffff !important;
}

[data-palette="palette-15"] .right-sidebar-outer {
    background: #7f1de6 !important;
    color: #ffffff !important;
    border-left: 1px solid #7f1de6;
}

[data-palette="palette-15"] .right-sidebar-outer .nav-tabs .nav-link.active, [data-palette="palette-15"] .right-sidebar-outer .nav-tabs .nav-link.active:focus, [data-palette="palette-15"] .right-sidebar-outer .nav-tabs .nav-link.active:hover, [data-palette="palette-15"] .right-sidebar-outer .nav-tabs .nav-item.open .nav-link, [data-palette="palette-15"] .right-sidebar-outer .nav-tabs .nav-item.open .nav-link:focus, [data-palette="palette-15"] .right-sidebar-outer .nav-tabs .nav-item.open .nav-link:hover {
    background-color: #7f1de6 !important;
    color: #ffffff !important;
    border-color: transparent !important;
}

[data-palette="palette-15"] .right-sidebar-outer .list-group-item .text-xs {
    color: #ffffff !important;
}

[data-palette="palette-16"] .right-sidebar-outer {
    background: #b31464 !important;
    color: #ffffff !important;
    border-left: 1px solid #b31464;
}

[data-palette="palette-16"] .right-sidebar-outer .nav-tabs .nav-link.active, [data-palette="palette-16"] .right-sidebar-outer .nav-tabs .nav-link.active:focus, [data-palette="palette-16"] .right-sidebar-outer .nav-tabs .nav-link.active:hover, [data-palette="palette-16"] .right-sidebar-outer .nav-tabs .nav-item.open .nav-link, [data-palette="palette-16"] .right-sidebar-outer .nav-tabs .nav-item.open .nav-link:focus, [data-palette="palette-16"] .right-sidebar-outer .nav-tabs .nav-item.open .nav-link:hover {
    background-color: #b31464 !important;
    color: #ffffff !important;
    border-color: transparent !important;
}

[data-palette="palette-16"] .right-sidebar-outer .list-group-item .text-xs {
    color: #ffffff !important;
}

[data-palette="palette-17"] .right-sidebar-outer {
    background: #e61d82 !important;
    color: #ffffff !important;
    border-left: 1px solid #e61d82;
}

[data-palette="palette-17"] .right-sidebar-outer .nav-tabs .nav-link.active, [data-palette="palette-17"] .right-sidebar-outer .nav-tabs .nav-link.active:focus, [data-palette="palette-17"] .right-sidebar-outer .nav-tabs .nav-link.active:hover, [data-palette="palette-17"] .right-sidebar-outer .nav-tabs .nav-item.open .nav-link, [data-palette="palette-17"] .right-sidebar-outer .nav-tabs .nav-item.open .nav-link:focus, [data-palette="palette-17"] .right-sidebar-outer .nav-tabs .nav-item.open .nav-link:hover {
    background-color: #e61d82 !important;
    color: #ffffff !important;
    border-color: transparent !important;
}

[data-palette="palette-17"] .right-sidebar-outer .list-group-item .text-xs {
    color: #ffffff !important;
}

[data-palette="palette-18"] .right-sidebar-outer {
    background: #b31c14 !important;
    color: #ffffff !important;
    border-left: 1px solid #b31c14;
}

[data-palette="palette-18"] .right-sidebar-outer .nav-tabs .nav-link.active, [data-palette="palette-18"] .right-sidebar-outer .nav-tabs .nav-link.active:focus, [data-palette="palette-18"] .right-sidebar-outer .nav-tabs .nav-link.active:hover, [data-palette="palette-18"] .right-sidebar-outer .nav-tabs .nav-item.open .nav-link, [data-palette="palette-18"] .right-sidebar-outer .nav-tabs .nav-item.open .nav-link:focus, [data-palette="palette-18"] .right-sidebar-outer .nav-tabs .nav-item.open .nav-link:hover {
    background-color: #b31c14 !important;
    color: #ffffff !important;
    border-color: transparent !important;
}

[data-palette="palette-18"] .right-sidebar-outer .list-group-item .text-xs {
    color: #ffffff !important;
}

[data-palette="palette-19"] .right-sidebar-outer {
    background: #e6271d !important;
    color: #ffffff !important;
    border-left: 1px solid #e6271d;
}

[data-palette="palette-19"] .right-sidebar-outer .nav-tabs .nav-link.active, [data-palette="palette-19"] .right-sidebar-outer .nav-tabs .nav-link.active:focus, [data-palette="palette-19"] .right-sidebar-outer .nav-tabs .nav-link.active:hover, [data-palette="palette-19"] .right-sidebar-outer .nav-tabs .nav-item.open .nav-link, [data-palette="palette-19"] .right-sidebar-outer .nav-tabs .nav-item.open .nav-link:focus, [data-palette="palette-19"] .right-sidebar-outer .nav-tabs .nav-item.open .nav-link:hover {
    background-color: #e6271d !important;
    color: #ffffff !important;
    border-color: transparent !important;
}

[data-palette="palette-19"] .right-sidebar-outer .list-group-item .text-xs {
    color: #ffffff !important;
}

[data-palette="palette-20"] .right-sidebar-outer {
    background: #0e7f1d !important;
    color: #ffffff !important;
    border-left: 1px solid #0e7f1d;
}

[data-palette="palette-20"] .right-sidebar-outer .nav-tabs .nav-link.active, [data-palette="palette-20"] .right-sidebar-outer .nav-tabs .nav-link.active:focus, [data-palette="palette-20"] .right-sidebar-outer .nav-tabs .nav-link.active:hover, [data-palette="palette-20"] .right-sidebar-outer .nav-tabs .nav-item.open .nav-link, [data-palette="palette-20"] .right-sidebar-outer .nav-tabs .nav-item.open .nav-link:focus, [data-palette="palette-20"] .right-sidebar-outer .nav-tabs .nav-item.open .nav-link:hover {
    background-color: #0e7f1d !important;
    color: #ffffff !important;
    border-color: transparent !important;
}

[data-palette="palette-20"] .right-sidebar-outer .list-group-item .text-xs {
    color: #ffffff !important;
}

[data-palette="palette-21"] .right-sidebar-outer {
    background: #557f0e !important;
    color: #ffffff !important;
    border-left: 1px solid #557f0e;
}

[data-palette="palette-21"] .right-sidebar-outer .nav-tabs .nav-link.active, [data-palette="palette-21"] .right-sidebar-outer .nav-tabs .nav-link.active:focus, [data-palette="palette-21"] .right-sidebar-outer .nav-tabs .nav-link.active:hover, [data-palette="palette-21"] .right-sidebar-outer .nav-tabs .nav-item.open .nav-link, [data-palette="palette-21"] .right-sidebar-outer .nav-tabs .nav-item.open .nav-link:focus, [data-palette="palette-21"] .right-sidebar-outer .nav-tabs .nav-item.open .nav-link:hover {
    background-color: #557f0e !important;
    color: #ffffff !important;
    border-color: transparent !important;
}

[data-palette="palette-21"] .right-sidebar-outer .list-group-item .text-xs {
    color: #ffffff !important;
}

[data-palette="palette-22"] .right-sidebar-outer {
    background: #6a3d22 !important;
    color: #ffffff !important;
    border-left: 1px solid #6a3d22;
}

[data-palette="palette-22"] .right-sidebar-outer .nav-tabs .nav-link.active, [data-palette="palette-22"] .right-sidebar-outer .nav-tabs .nav-link.active:focus, [data-palette="palette-22"] .right-sidebar-outer .nav-tabs .nav-link.active:hover, [data-palette="palette-22"] .right-sidebar-outer .nav-tabs .nav-item.open .nav-link, [data-palette="palette-22"] .right-sidebar-outer .nav-tabs .nav-item.open .nav-link:focus, [data-palette="palette-22"] .right-sidebar-outer .nav-tabs .nav-item.open .nav-link:hover {
    background-color: #6a3d22 !important;
    color: #ffffff !important;
    border-color: transparent !important;
}

[data-palette="palette-22"] .right-sidebar-outer .list-group-item .text-xs {
    color: #ffffff !important;
}

[data-palette="palette-23"] .right-sidebar-outer {
    background: #965732 !important;
    color: #ffffff !important;
    border-left: 1px solid #965732;
}

[data-palette="palette-23"] .right-sidebar-outer .nav-tabs .nav-link.active, [data-palette="palette-23"] .right-sidebar-outer .nav-tabs .nav-link.active:focus, [data-palette="palette-23"] .right-sidebar-outer .nav-tabs .nav-link.active:hover, [data-palette="palette-23"] .right-sidebar-outer .nav-tabs .nav-item.open .nav-link, [data-palette="palette-23"] .right-sidebar-outer .nav-tabs .nav-item.open .nav-link:focus, [data-palette="palette-23"] .right-sidebar-outer .nav-tabs .nav-item.open .nav-link:hover {
    background-color: #965732 !important;
    color: #ffffff !important;
    border-color: transparent !important;
}

[data-palette="palette-23"] .right-sidebar-outer .list-group-item .text-xs {
    color: #ffffff !important;
}

[data-direction="ltr"] table.dataTable {
    clear: both;
    margin-top: 6px !important;
    margin-bottom: 6px !important;
    max-width: none !important;
}

[data-direction="ltr"] table.dataTable td,
[data-direction="ltr"] table.dataTable th {
    box-sizing: content-box;
}

[data-direction="ltr"] table.dataTable td.dataTables_empty,
[data-direction="ltr"] table.dataTable th.dataTables_empty {
    text-align: center;
}

[data-direction="ltr"] table.dataTable.nowrap th,
[data-direction="ltr"] table.dataTable.nowrap td {
    white-space: nowrap;
}

[data-direction="ltr"] div.dataTables_wrapper div.dataTables_length {
    text-align: right;
    float: left;
}

[data-direction="ltr"] div.dataTables_wrapper div.dataTables_length label {
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
}

[data-direction="ltr"] div.dataTables_wrapper div.dataTables_length select {
    width: 75px;
    display: inline-block;
}

[data-direction="ltr"] div.dataTables_wrapper div.dataTables_filter {
    text-align: right;
}

[data-direction="ltr"] div.dataTables_wrapper div.dataTables_filter label {
    font-weight: normal;
    white-space: nowrap;
    text-align: left;
}

[data-direction="ltr"] div.dataTables_wrapper div.dataTables_filter input {
    margin-left: 0.5em;
    display: inline-block;
    width: auto;
    min-width: 120px;
    padding: 0 5px;
}

[data-direction="ltr"] div.dataTables_wrapper div.dataTables_info {
    padding-top: 8px;
    white-space: nowrap;
}

[data-direction="ltr"] div.dataTables_wrapper div.dataTables_paginate {
    margin: 20px 0;
    white-space: nowrap;
    text-align: left;
}

[data-direction="ltr"] div.dataTables_wrapper div.dataTables_paginate .paginate_button {
    border-right-color: transparent;
    padding: 10px 15px;
}

[data-direction="ltr"] div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    margin: 2px 0;
    white-space: nowrap;
}

[data-direction="ltr"] div.dataTables_wrapper div.dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    margin-left: -100px;
    margin-top: -26px;
    text-align: center;
    padding: 1em 0;
}

[data-direction="ltr"] table.dataTable thead > tr > th.sorting_asc,
[data-direction="ltr"] table.dataTable thead > tr > th.sorting_desc,
[data-direction="ltr"] table.dataTable thead > tr > th.sorting,
[data-direction="ltr"] table.dataTable thead > tr > td.sorting_asc,
[data-direction="ltr"] table.dataTable thead > tr > td.sorting_desc,
[data-direction="ltr"] table.dataTable thead > tr > td.sorting {
    padding-right: 30px;
}

[data-direction="ltr"] table.dataTable thead > tr > th:active,
[data-direction="ltr"] table.dataTable thead > tr > td:active {
    outline: none;
}

[data-direction="ltr"] table.dataTable thead .sorting,
[data-direction="ltr"] table.dataTable thead .sorting_asc,
[data-direction="ltr"] table.dataTable thead .sorting_desc,
[data-direction="ltr"] table.dataTable thead .sorting_asc_disabled,
[data-direction="ltr"] table.dataTable thead .sorting_desc_disabled {
    cursor: pointer;
    position: relative;
}

[data-direction="ltr"] table.dataTable thead .sorting:after,
[data-direction="ltr"] table.dataTable thead .sorting_asc:after,
[data-direction="ltr"] table.dataTable thead .sorting_desc:after,
[data-direction="ltr"] table.dataTable thead .sorting_asc_disabled:after,
[data-direction="ltr"] table.dataTable thead .sorting_desc_disabled:after {
    position: absolute;
    bottom: 8px;
    right: 8px;
    display: block;
    font-family: 'FontAwesome';
    opacity: 0.5;
}

[data-direction="ltr"] table.dataTable thead .sorting:after {
    bottom: 10px;
    opacity: 0.2;
    content: "\f0dc";
}

[data-direction="ltr"] table.dataTable thead .sorting_asc:after {
    content: "\f0de";
}

[data-direction="ltr"] table.dataTable thead .sorting_desc:after {
    content: "\f0dd";
}

[data-direction="ltr"] div.dataTables_scrollHead table.dataTable {
    margin-bottom: 0 !important;
}

[data-direction="ltr"] div.dataTables_scrollBody table {
    border-top: none;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

[data-direction="ltr"] div.dataTables_scrollBody table thead .sorting:after,
[data-direction="ltr"] div.dataTables_scrollBody table thead .sorting_asc:after,
[data-direction="ltr"] div.dataTables_scrollBody table thead .sorting_desc:after {
    display: none;
}

[data-direction="ltr"] div.dataTables_scrollBody table tbody tr:first-child th,
[data-direction="ltr"] div.dataTables_scrollBody table tbody tr:first-child td {
    border-top: none;
}

[data-direction="ltr"] div.dataTables_scrollFoot table {
    margin-top: 0 !important;
    border-top: none;
}

@media screen and (max-width: 767px) {
    [data-direction="ltr"] div.dataTables_wrapper div.dataTables_length,
    [data-direction="ltr"] div.dataTables_wrapper div.dataTables_filter,
    [data-direction="ltr"] div.dataTables_wrapper div.dataTables_info,
    [data-direction="ltr"] div.dataTables_wrapper div.dataTables_paginate {
        text-align: center;
    }
}

[data-direction="ltr"] table.dataTable.table-condensed > thead > tr > th {
    padding-right: 20px;
}

[data-direction="ltr"] table.dataTable.table-condensed .sorting:after,
[data-direction="ltr"] table.dataTable.table-condensed .sorting_asc:after,
[data-direction="ltr"] table.dataTable.table-condensed .sorting_desc:after {
    top: 6px;
    right: 6px;
}

[data-direction="ltr"] table.table-bordered.dataTable {
    border-collapse: separate !important;
}

[data-direction="ltr"] table.table-bordered.dataTable th,
[data-direction="ltr"] table.table-bordered.dataTable td {
    border-left-width: 0;
}

[data-direction="ltr"] table.table-bordered.dataTable th:last-child,
[data-direction="ltr"] table.table-bordered.dataTable th:last-child,
[data-direction="ltr"] table.table-bordered.dataTable td:last-child,
[data-direction="ltr"] table.table-bordered.dataTable td:last-child {
    border-right-width: 0;
}

[data-direction="ltr"] table.table-bordered.dataTable tbody th,
[data-direction="ltr"] table.table-bordered.dataTable tbody td {
    border-bottom-width: 0;
}

[data-direction="ltr"] div.dataTables_scrollHead table.table-bordered {
    border-bottom-width: 0;
}

[data-direction="ltr"] div.table-responsive > div.dataTables_wrapper > div.row {
    margin: 0;
}

[data-direction="ltr"] div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:first-child {
    padding-left: 0;
}

[data-direction="ltr"] div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:last-child {
    padding-right: 0;
}

[data-direction="rtl"] table.dataTable {
    clear: both;
    margin-top: 6px !important;
    margin-bottom: 6px !important;
    max-width: none !important;
}

[data-direction="rtl"] table.dataTable td,
[data-direction="rtl"] table.dataTable th {
    box-sizing: content-box;
}

[data-direction="rtl"] table.dataTable td.dataTables_empty,
[data-direction="rtl"] table.dataTable th.dataTables_empty {
    text-align: center;
}

[data-direction="rtl"] table.dataTable.nowrap th,
[data-direction="rtl"] table.dataTable.nowrap td {
    white-space: nowrap;
}

[data-direction="rtl"] div.dataTables_wrapper div.dataTables_length {
    text-align: left;
    float: right;
}

[data-direction="rtl"] div.dataTables_wrapper div.dataTables_length label {
    font-weight: normal;
    text-align: right;
    white-space: nowrap;
}

[data-direction="rtl"] div.dataTables_wrapper div.dataTables_length select {
    width: 75px;
    display: inline-block;
}

[data-direction="rtl"] div.dataTables_wrapper div.dataTables_filter {
    text-align: left;
}

[data-direction="rtl"] div.dataTables_wrapper div.dataTables_filter label {
    font-weight: normal;
    white-space: nowrap;
    text-align: right;
}

[data-direction="rtl"] div.dataTables_wrapper div.dataTables_filter input {
    margin-right: 0.5em;
    display: inline-block;
    width: auto;
    min-width: 120px;
    padding: 0 5px;
}

[data-direction="rtl"] div.dataTables_wrapper div.dataTables_info {
    padding-top: 8px;
    white-space: nowrap;
}

[data-direction="rtl"] div.dataTables_wrapper div.dataTables_paginate {
    margin: 20px 0;
    white-space: nowrap;
    text-align: right;
}

[data-direction="rtl"] div.dataTables_wrapper div.dataTables_paginate .paginate_button {
    border-left-color: transparent;
    padding: 10px 15px;
}

[data-direction="rtl"] div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    margin: 2px 0;
    white-space: nowrap;
}

[data-direction="rtl"] div.dataTables_wrapper div.dataTables_processing {
    position: absolute;
    top: 50%;
    right: 50%;
    width: 200px;
    margin-right: -100px;
    margin-top: -26px;
    text-align: center;
    padding: 1em 0;
}

[data-direction="rtl"] table.dataTable thead > tr > th.sorting_asc,
[data-direction="rtl"] table.dataTable thead > tr > th.sorting_desc,
[data-direction="rtl"] table.dataTable thead > tr > th.sorting,
[data-direction="rtl"] table.dataTable thead > tr > td.sorting_asc,
[data-direction="rtl"] table.dataTable thead > tr > td.sorting_desc,
[data-direction="rtl"] table.dataTable thead > tr > td.sorting {
    padding-left: 30px;
    text-align: right !important;
}

[data-direction="rtl"] table.dataTable thead > tr > th:active,
[data-direction="rtl"] table.dataTable thead > tr > td:active {
    outline: none;
}

[data-direction="rtl"] table.dataTable thead .sorting,
[data-direction="rtl"] table.dataTable thead .sorting_asc,
[data-direction="rtl"] table.dataTable thead .sorting_desc,
[data-direction="rtl"] table.dataTable thead .sorting_asc_disabled,
[data-direction="rtl"] table.dataTable thead .sorting_desc_disabled {
    cursor: pointer;
    position: relative;
}

[data-direction="rtl"] table.dataTable thead .sorting:after,
[data-direction="rtl"] table.dataTable thead .sorting_asc:after,
[data-direction="rtl"] table.dataTable thead .sorting_desc:after,
[data-direction="rtl"] table.dataTable thead .sorting_asc_disabled:after,
[data-direction="rtl"] table.dataTable thead .sorting_desc_disabled:after {
    position: absolute;
    bottom: 8px;
    left: 8px;
    display: block;
    font-family: 'FontAwesome';
    opacity: 0.5;
}

[data-direction="rtl"] table.dataTable thead .sorting:after {
    bottom: 10px;
    opacity: 0.2;
    content: "\f0dc";
}

[data-direction="rtl"] table.dataTable thead .sorting_asc:after {
    content: "\f0de";
}

[data-direction="rtl"] table.dataTable thead .sorting_desc:after {
    content: "\f0dd";
}

[data-direction="rtl"] div.dataTables_scrollHead table.dataTable {
    margin-bottom: 0 !important;
}

[data-direction="rtl"] div.dataTables_scrollBody table {
    border-top: none;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

[data-direction="rtl"] div.dataTables_scrollBody table thead .sorting:after,
[data-direction="rtl"] div.dataTables_scrollBody table thead .sorting_asc:after,
[data-direction="rtl"] div.dataTables_scrollBody table thead .sorting_desc:after {
    display: none;
}

[data-direction="rtl"] div.dataTables_scrollBody table tbody tr:first-child th,
[data-direction="rtl"] div.dataTables_scrollBody table tbody tr:first-child td {
    border-top: none;
}

[data-direction="rtl"] div.dataTables_scrollFoot table {
    margin-top: 0 !important;
    border-top: none;
}

@media screen and (max-width: 767px) {
    [data-direction="rtl"] div.dataTables_wrapper div.dataTables_length,
    [data-direction="rtl"] div.dataTables_wrapper div.dataTables_filter,
    [data-direction="rtl"] div.dataTables_wrapper div.dataTables_info,
    [data-direction="rtl"] div.dataTables_wrapper div.dataTables_paginate {
        text-align: center;
    }
}

[data-direction="rtl"] table.dataTable.table-condensed > thead > tr > th {
    padding-left: 20px;
}

[data-direction="rtl"] table.dataTable.table-condensed .sorting:after,
[data-direction="rtl"] table.dataTable.table-condensed .sorting_asc:after,
[data-direction="rtl"] table.dataTable.table-condensed .sorting_desc:after {
    top: 6px;
    left: 6px;
}

[data-direction="rtl"] table.table-bordered.dataTable {
    border-collapse: separate !important;
}

[data-direction="rtl"] table.table-bordered.dataTable th,
[data-direction="rtl"] table.table-bordered.dataTable td {
    border-right-width: 0;
}

[data-direction="rtl"] table.table-bordered.dataTable th:last-child,
[data-direction="rtl"] table.table-bordered.dataTable th:last-child,
[data-direction="rtl"] table.table-bordered.dataTable td:last-child,
[data-direction="rtl"] table.table-bordered.dataTable td:last-child {
    border-left-width: 0;
}

[data-direction="rtl"] table.table-bordered.dataTable tbody th,
[data-direction="rtl"] table.table-bordered.dataTable tbody td {
    border-bottom-width: 0;
}

[data-direction="rtl"] div.dataTables_scrollHead table.table-bordered {
    border-bottom-width: 0;
}

[data-direction="rtl"] div.table-responsive > div.dataTables_wrapper > div.row {
    margin: 0;
}

[data-direction="rtl"] div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:first-child {
    padding-right: 0;
}

[data-direction="rtl"] div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:last-child {
    padding-left: 0;
}

[data-palette="palette-1"] div.dataTables_wrapper div.dataTables_length select {
    background: #3e3e3e !important;
    border-color: #444444;
}

[data-palette="palette-1"] div.dataTables_wrapper div.dataTables_filter input {
    background: #3e3e3e;
    border-color: #444444;
    border: 1px solid #444444;
}

[data-palette="palette-1"] div.dataTables_wrapper div.dataTables_paginate .paginate_button {
    border: 1px solid #444444;
}

[data-palette="palette-1"] div.dataTables_wrapper div.dataTables_paginate .paginate_button.current {
    border: 1px solid #5cb85c;
    background-color: #5cb85c;
    color: #fff !important;
}

[data-palette="palette-1"] div.dataTables_wrapper div.dataTables_paginate .paginate_button.current:hover {
    border: 1px solid #4cae4c;
    background-color: #4cae4c;
    color: #fff;
}

[data-palette="palette-1"] div.dataTables_wrapper div.dataTables_paginate .paginate_button.next {
    border-right-color: #444444;
}

[data-palette="palette-1"] div.dataTables_wrapper div.dataTables_paginate .paginate_button:hover, [data-palette="palette-1"] div.dataTables_wrapper div.dataTables_paginate .paginate_button:active, [data-palette="palette-1"] div.dataTables_wrapper div.dataTables_paginate .paginate_button:focus {
    background-color: #4a4a4a;
}

[data-palette="palette-1"] table.dataTable thead .sorting_asc_disabled:after,
[data-palette="palette-1"] table.dataTable thead .sorting_desc_disabled:after {
    color: #ffffff;
}

[data-palette="palette-2"] div.dataTables_wrapper div.dataTables_length select {
    background: #3c414f !important;
    border-color: #424756;
}

[data-palette="palette-2"] div.dataTables_wrapper div.dataTables_filter input {
    background: #3c414f;
    border-color: #424756;
    border: 1px solid #424756;
}

[data-palette="palette-2"] div.dataTables_wrapper div.dataTables_paginate .paginate_button {
    border: 1px solid #424756;
}

[data-palette="palette-2"] div.dataTables_wrapper div.dataTables_paginate .paginate_button.current {
    border: 1px solid #5cb85c;
    background-color: #5cb85c;
    color: #fff !important;
}

[data-palette="palette-2"] div.dataTables_wrapper div.dataTables_paginate .paginate_button.current:hover {
    border: 1px solid #4cae4c;
    background-color: #4cae4c;
    color: #fff;
}

[data-palette="palette-2"] div.dataTables_wrapper div.dataTables_paginate .paginate_button.next {
    border-right-color: #424756;
}

[data-palette="palette-2"] div.dataTables_wrapper div.dataTables_paginate .paginate_button:hover, [data-palette="palette-2"] div.dataTables_wrapper div.dataTables_paginate .paginate_button:active, [data-palette="palette-2"] div.dataTables_wrapper div.dataTables_paginate .paginate_button:focus {
    background-color: #474d5d;
}

[data-palette="palette-2"] table.dataTable thead .sorting_asc_disabled:after,
[data-palette="palette-2"] table.dataTable thead .sorting_desc_disabled:after {
    color: #ffffff;
}

[data-palette="palette-3"] div.dataTables_wrapper div.dataTables_length select {
    background: #1a1a1a !important;
    border-color: #202020;
}

[data-palette="palette-3"] div.dataTables_wrapper div.dataTables_filter input {
    background: #1a1a1a;
    border-color: #202020;
    border: 1px solid #202020;
}

[data-palette="palette-3"] div.dataTables_wrapper div.dataTables_paginate .paginate_button {
    border: 1px solid #202020;
}

[data-palette="palette-3"] div.dataTables_wrapper div.dataTables_paginate .paginate_button.current {
    border: 1px solid #5cb85c;
    background-color: #5cb85c;
    color: #fff !important;
}

[data-palette="palette-3"] div.dataTables_wrapper div.dataTables_paginate .paginate_button.current:hover {
    border: 1px solid #4cae4c;
    background-color: #4cae4c;
    color: #fff;
}

[data-palette="palette-3"] div.dataTables_wrapper div.dataTables_paginate .paginate_button.next {
    border-right-color: #202020;
}

[data-palette="palette-3"] div.dataTables_wrapper div.dataTables_paginate .paginate_button:hover, [data-palette="palette-3"] div.dataTables_wrapper div.dataTables_paginate .paginate_button:active, [data-palette="palette-3"] div.dataTables_wrapper div.dataTables_paginate .paginate_button:focus {
    background-color: #262626;
}

[data-palette="palette-3"] table.dataTable thead .sorting_asc_disabled:after,
[data-palette="palette-3"] table.dataTable thead .sorting_desc_disabled:after {
    color: #ffffff;
}

[data-palette="palette-4"] div.dataTables_wrapper div.dataTables_length select {
    background: #f2f2f2 !important;
    border-color: #ececec;
}

[data-palette="palette-4"] div.dataTables_wrapper div.dataTables_filter input {
    background: #f2f2f2;
    border-color: #ececec;
    border: 1px solid #ececec;
}

[data-palette="palette-4"] div.dataTables_wrapper div.dataTables_paginate .paginate_button {
    border: 1px solid #ececec;
}

[data-palette="palette-4"] div.dataTables_wrapper div.dataTables_paginate .paginate_button.current {
    border: 1px solid #d9534f;
    background-color: #d9534f;
    color: #fff !important;
}

[data-palette="palette-4"] div.dataTables_wrapper div.dataTables_paginate .paginate_button.current:hover {
    border: 1px solid #d43f3a;
    background-color: #d43f3a;
    color: #fff;
}

[data-palette="palette-4"] div.dataTables_wrapper div.dataTables_paginate .paginate_button.next {
    border-right-color: #ececec;
}

[data-palette="palette-4"] div.dataTables_wrapper div.dataTables_paginate .paginate_button:hover, [data-palette="palette-4"] div.dataTables_wrapper div.dataTables_paginate .paginate_button:active, [data-palette="palette-4"] div.dataTables_wrapper div.dataTables_paginate .paginate_button:focus {
    background-color: #e6e6e6;
}

[data-palette="palette-4"] table.dataTable thead .sorting_asc_disabled:after,
[data-palette="palette-4"] table.dataTable thead .sorting_desc_disabled:after {
    color: #262932;
}

[data-palette="palette-5"] div.dataTables_wrapper div.dataTables_length select {
    background: #f2f2f2 !important;
    border-color: #ececec;
}

[data-palette="palette-5"] div.dataTables_wrapper div.dataTables_filter input {
    background: #f2f2f2;
    border-color: #ececec;
    border: 1px solid #ececec;
}

[data-palette="palette-5"] div.dataTables_wrapper div.dataTables_paginate .paginate_button {
    border: 1px solid #ececec;
}

[data-palette="palette-5"] div.dataTables_wrapper div.dataTables_paginate .paginate_button.current {
    border: 1px solid #d9534f;
    background-color: #d9534f;
    color: #fff !important;
}

[data-palette="palette-5"] div.dataTables_wrapper div.dataTables_paginate .paginate_button.current:hover {
    border: 1px solid #d43f3a;
    background-color: #d43f3a;
    color: #fff;
}

[data-palette="palette-5"] div.dataTables_wrapper div.dataTables_paginate .paginate_button.next {
    border-right-color: #ececec;
}

[data-palette="palette-5"] div.dataTables_wrapper div.dataTables_paginate .paginate_button:hover, [data-palette="palette-5"] div.dataTables_wrapper div.dataTables_paginate .paginate_button:active, [data-palette="palette-5"] div.dataTables_wrapper div.dataTables_paginate .paginate_button:focus {
    background-color: #e6e6e6;
}

[data-palette="palette-5"] table.dataTable thead .sorting_asc_disabled:after,
[data-palette="palette-5"] table.dataTable thead .sorting_desc_disabled:after {
    color: #262932;
}

[data-palette="palette-6"] div.dataTables_wrapper div.dataTables_length select {
    background: #f2f2f2 !important;
    border-color: #ececec;
}

[data-palette="palette-6"] div.dataTables_wrapper div.dataTables_filter input {
    background: #f2f2f2;
    border-color: #ececec;
    border: 1px solid #ececec;
}

[data-palette="palette-6"] div.dataTables_wrapper div.dataTables_paginate .paginate_button {
    border: 1px solid #ececec;
}

[data-palette="palette-6"] div.dataTables_wrapper div.dataTables_paginate .paginate_button.current {
    border: 1px solid #d9534f;
    background-color: #d9534f;
    color: #fff !important;
}

[data-palette="palette-6"] div.dataTables_wrapper div.dataTables_paginate .paginate_button.current:hover {
    border: 1px solid #d43f3a;
    background-color: #d43f3a;
    color: #fff;
}

[data-palette="palette-6"] div.dataTables_wrapper div.dataTables_paginate .paginate_button.next {
    border-right-color: #ececec;
}

[data-palette="palette-6"] div.dataTables_wrapper div.dataTables_paginate .paginate_button:hover, [data-palette="palette-6"] div.dataTables_wrapper div.dataTables_paginate .paginate_button:active, [data-palette="palette-6"] div.dataTables_wrapper div.dataTables_paginate .paginate_button:focus {
    background-color: #e6e6e6;
}

[data-palette="palette-6"] table.dataTable thead .sorting_asc_disabled:after,
[data-palette="palette-6"] table.dataTable thead .sorting_desc_disabled:after {
    color: #262932;
}

[data-palette="palette-7"] div.dataTables_wrapper div.dataTables_length select {
    background: #0283f1 !important;
    border-color: #0489fd;
}

[data-palette="palette-7"] div.dataTables_wrapper div.dataTables_filter input {
    background: #0283f1;
    border-color: #0489fd;
    border: 1px solid #0489fd;
}

[data-palette="palette-7"] div.dataTables_wrapper div.dataTables_paginate .paginate_button {
    border: 1px solid #0489fd;
}

[data-palette="palette-7"] div.dataTables_wrapper div.dataTables_paginate .paginate_button.current {
    border: 1px solid #f0ad4e;
    background-color: #f0ad4e;
    color: #fff !important;
}

[data-palette="palette-7"] div.dataTables_wrapper div.dataTables_paginate .paginate_button.current:hover {
    border: 1px solid #eea236;
    background-color: #eea236;
    color: #fff;
}

[data-palette="palette-7"] div.dataTables_wrapper div.dataTables_paginate .paginate_button.next {
    border-right-color: #0489fd;
}

[data-palette="palette-7"] div.dataTables_wrapper div.dataTables_paginate .paginate_button:hover, [data-palette="palette-7"] div.dataTables_wrapper div.dataTables_paginate .paginate_button:active, [data-palette="palette-7"] div.dataTables_wrapper div.dataTables_paginate .paginate_button:focus {
    background-color: #108ffd;
}

[data-palette="palette-7"] table.dataTable thead .sorting_asc_disabled:after,
[data-palette="palette-7"] table.dataTable thead .sorting_desc_disabled:after {
    color: #ffffff;
}

[data-palette="palette-8"] div.dataTables_wrapper div.dataTables_length select {
    background: #0275d8 !important;
    border-color: #027ce5;
}

[data-palette="palette-8"] div.dataTables_wrapper div.dataTables_filter input {
    background: #0275d8;
    border-color: #027ce5;
    border: 1px solid #027ce5;
}

[data-palette="palette-8"] div.dataTables_wrapper div.dataTables_paginate .paginate_button {
    border: 1px solid #027ce5;
}

[data-palette="palette-8"] div.dataTables_wrapper div.dataTables_paginate .paginate_button.current {
    border: 1px solid #f0ad4e;
    background-color: #f0ad4e;
    color: #fff !important;
}

[data-palette="palette-8"] div.dataTables_wrapper div.dataTables_paginate .paginate_button.current:hover {
    border: 1px solid #eea236;
    background-color: #eea236;
    color: #fff;
}

[data-palette="palette-8"] div.dataTables_wrapper div.dataTables_paginate .paginate_button.next {
    border-right-color: #027ce5;
}

[data-palette="palette-8"] div.dataTables_wrapper div.dataTables_paginate .paginate_button:hover, [data-palette="palette-8"] div.dataTables_wrapper div.dataTables_paginate .paginate_button:active, [data-palette="palette-8"] div.dataTables_wrapper div.dataTables_paginate .paginate_button:focus {
    background-color: #0283f1;
}

[data-palette="palette-8"] table.dataTable thead .sorting_asc_disabled:after,
[data-palette="palette-8"] table.dataTable thead .sorting_desc_disabled:after {
    color: #ffffff;
}

[data-palette="palette-9"] div.dataTables_wrapper div.dataTables_length select {
    background: #0267bf !important;
    border-color: #026ecb;
}

[data-palette="palette-9"] div.dataTables_wrapper div.dataTables_filter input {
    background: #0267bf;
    border-color: #026ecb;
    border: 1px solid #026ecb;
}

[data-palette="palette-9"] div.dataTables_wrapper div.dataTables_paginate .paginate_button {
    border: 1px solid #026ecb;
}

[data-palette="palette-9"] div.dataTables_wrapper div.dataTables_paginate .paginate_button.current {
    border: 1px solid #f0ad4e;
    background-color: #f0ad4e;
    color: #fff !important;
}

[data-palette="palette-9"] div.dataTables_wrapper div.dataTables_paginate .paginate_button.current:hover {
    border: 1px solid #eea236;
    background-color: #eea236;
    color: #fff;
}

[data-palette="palette-9"] div.dataTables_wrapper div.dataTables_paginate .paginate_button.next {
    border-right-color: #026ecb;
}

[data-palette="palette-9"] div.dataTables_wrapper div.dataTables_paginate .paginate_button:hover, [data-palette="palette-9"] div.dataTables_wrapper div.dataTables_paginate .paginate_button:active, [data-palette="palette-9"] div.dataTables_wrapper div.dataTables_paginate .paginate_button:focus {
    background-color: #0275d8;
}

[data-palette="palette-9"] table.dataTable thead .sorting_asc_disabled:after,
[data-palette="palette-9"] table.dataTable thead .sorting_desc_disabled:after {
    color: #ffffff;
}

[data-palette="palette-10"] div.dataTables_wrapper div.dataTables_length select {
    background: #1a0f8a !important;
    border-color: #1c1096;
}

[data-palette="palette-10"] div.dataTables_wrapper div.dataTables_filter input {
    background: #1a0f8a;
    border-color: #1c1096;
    border: 1px solid #1c1096;
}

[data-palette="palette-10"] div.dataTables_wrapper div.dataTables_paginate .paginate_button {
    border: 1px solid #1c1096;
}

[data-palette="palette-10"] div.dataTables_wrapper div.dataTables_paginate .paginate_button.current {
    border: 1px solid #f0ad4e;
    background-color: #f0ad4e;
    color: #fff !important;
}

[data-palette="palette-10"] div.dataTables_wrapper div.dataTables_paginate .paginate_button.current:hover {
    border: 1px solid #eea236;
    background-color: #eea236;
    color: #fff;
}

[data-palette="palette-10"] div.dataTables_wrapper div.dataTables_paginate .paginate_button.next {
    border-right-color: #1c1096;
}

[data-palette="palette-10"] div.dataTables_wrapper div.dataTables_paginate .paginate_button:hover, [data-palette="palette-10"] div.dataTables_wrapper div.dataTables_paginate .paginate_button:active, [data-palette="palette-10"] div.dataTables_wrapper div.dataTables_paginate .paginate_button:focus {
    background-color: #1e12a1;
}

[data-palette="palette-10"] table.dataTable thead .sorting_asc_disabled:after,
[data-palette="palette-10"] table.dataTable thead .sorting_desc_disabled:after {
    color: #ffffff;
}

[data-palette="palette-11"] div.dataTables_wrapper div.dataTables_length select {
    background: #2415bf !important;
    border-color: #2616ca;
}

[data-palette="palette-11"] div.dataTables_wrapper div.dataTables_filter input {
    background: #2415bf;
    border-color: #2616ca;
    border: 1px solid #2616ca;
}

[data-palette="palette-11"] div.dataTables_wrapper div.dataTables_paginate .paginate_button {
    border: 1px solid #2616ca;
}

[data-palette="palette-11"] div.dataTables_wrapper div.dataTables_paginate .paginate_button.current {
    border: 1px solid #f0ad4e;
    background-color: #f0ad4e;
    color: #fff !important;
}

[data-palette="palette-11"] div.dataTables_wrapper div.dataTables_paginate .paginate_button.current:hover {
    border: 1px solid #eea236;
    background-color: #eea236;
    color: #fff;
}

[data-palette="palette-11"] div.dataTables_wrapper div.dataTables_paginate .paginate_button.next {
    border-right-color: #2616ca;
}

[data-palette="palette-11"] div.dataTables_wrapper div.dataTables_paginate .paginate_button:hover, [data-palette="palette-11"] div.dataTables_wrapper div.dataTables_paginate .paginate_button:active, [data-palette="palette-11"] div.dataTables_wrapper div.dataTables_paginate .paginate_button:focus {
    background-color: #2818d6;
}

[data-palette="palette-11"] table.dataTable thead .sorting_asc_disabled:after,
[data-palette="palette-11"] table.dataTable thead .sorting_desc_disabled:after {
    color: #ffffff;
}

[data-palette="palette-12"] div.dataTables_wrapper div.dataTables_length select {
    background: #3929e7 !important;
    border-color: #4334e9;
}

[data-palette="palette-12"] div.dataTables_wrapper div.dataTables_filter input {
    background: #3929e7;
    border-color: #4334e9;
    border: 1px solid #4334e9;
}

[data-palette="palette-12"] div.dataTables_wrapper div.dataTables_paginate .paginate_button {
    border: 1px solid #4334e9;
}

[data-palette="palette-12"] div.dataTables_wrapper div.dataTables_paginate .paginate_button.current {
    border: 1px solid #f0ad4e;
    background-color: #f0ad4e;
    color: #fff !important;
}

[data-palette="palette-12"] div.dataTables_wrapper div.dataTables_paginate .paginate_button.current:hover {
    border: 1px solid #eea236;
    background-color: #eea236;
    color: #fff;
}

[data-palette="palette-12"] div.dataTables_wrapper div.dataTables_paginate .paginate_button.next {
    border-right-color: #4334e9;
}

[data-palette="palette-12"] div.dataTables_wrapper div.dataTables_paginate .paginate_button:hover, [data-palette="palette-12"] div.dataTables_wrapper div.dataTables_paginate .paginate_button:active, [data-palette="palette-12"] div.dataTables_wrapper div.dataTables_paginate .paginate_button:focus {
    background-color: #4e40ea;
}

[data-palette="palette-12"] table.dataTable thead .sorting_asc_disabled:after,
[data-palette="palette-12"] table.dataTable thead .sorting_desc_disabled:after {
    color: #ffffff;
}

[data-palette="palette-13"] div.dataTables_wrapper div.dataTables_length select {
    background: #4b0f8a !important;
    border-color: #511096;
}

[data-palette="palette-13"] div.dataTables_wrapper div.dataTables_filter input {
    background: #4b0f8a;
    border-color: #511096;
    border: 1px solid #511096;
}

[data-palette="palette-13"] div.dataTables_wrapper div.dataTables_paginate .paginate_button {
    border: 1px solid #511096;
}

[data-palette="palette-13"] div.dataTables_wrapper div.dataTables_paginate .paginate_button.current {
    border: 1px solid #f0ad4e;
    background-color: #f0ad4e;
    color: #fff !important;
}

[data-palette="palette-13"] div.dataTables_wrapper div.dataTables_paginate .paginate_button.current:hover {
    border: 1px solid #eea236;
    background-color: #eea236;
    color: #fff;
}

[data-palette="palette-13"] div.dataTables_wrapper div.dataTables_paginate .paginate_button.next {
    border-right-color: #511096;
}

[data-palette="palette-13"] div.dataTables_wrapper div.dataTables_paginate .paginate_button:hover, [data-palette="palette-13"] div.dataTables_wrapper div.dataTables_paginate .paginate_button:active, [data-palette="palette-13"] div.dataTables_wrapper div.dataTables_paginate .paginate_button:focus {
    background-color: #5812a1;
}

[data-palette="palette-13"] table.dataTable thead .sorting_asc_disabled:after,
[data-palette="palette-13"] table.dataTable thead .sorting_desc_disabled:after {
    color: #ffffff;
}

[data-palette="palette-14"] div.dataTables_wrapper div.dataTables_length select {
    background: #6815bf !important;
    border-color: #6e16ca;
}

[data-palette="palette-14"] div.dataTables_wrapper div.dataTables_filter input {
    background: #6815bf;
    border-color: #6e16ca;
    border: 1px solid #6e16ca;
}

[data-palette="palette-14"] div.dataTables_wrapper div.dataTables_paginate .paginate_button {
    border: 1px solid #6e16ca;
}

[data-palette="palette-14"] div.dataTables_wrapper div.dataTables_paginate .paginate_button.current {
    border: 1px solid #f0ad4e;
    background-color: #f0ad4e;
    color: #fff !important;
}

[data-palette="palette-14"] div.dataTables_wrapper div.dataTables_paginate .paginate_button.current:hover {
    border: 1px solid #eea236;
    background-color: #eea236;
    color: #fff;
}

[data-palette="palette-14"] div.dataTables_wrapper div.dataTables_paginate .paginate_button.next {
    border-right-color: #6e16ca;
}

[data-palette="palette-14"] div.dataTables_wrapper div.dataTables_paginate .paginate_button:hover, [data-palette="palette-14"] div.dataTables_wrapper div.dataTables_paginate .paginate_button:active, [data-palette="palette-14"] div.dataTables_wrapper div.dataTables_paginate .paginate_button:focus {
    background-color: #7518d6;
}

[data-palette="palette-14"] table.dataTable thead .sorting_asc_disabled:after,
[data-palette="palette-14"] table.dataTable thead .sorting_desc_disabled:after {
    color: #ffffff;
}

[data-palette="palette-15"] div.dataTables_wrapper div.dataTables_length select {
    background: #8529e7 !important;
    border-color: #8c34e9;
}

[data-palette="palette-15"] div.dataTables_wrapper div.dataTables_filter input {
    background: #8529e7;
    border-color: #8c34e9;
    border: 1px solid #8c34e9;
}

[data-palette="palette-15"] div.dataTables_wrapper div.dataTables_paginate .paginate_button {
    border: 1px solid #8c34e9;
}

[data-palette="palette-15"] div.dataTables_wrapper div.dataTables_paginate .paginate_button.current {
    border: 1px solid #f0ad4e;
    background-color: #f0ad4e;
    color: #fff !important;
}

[data-palette="palette-15"] div.dataTables_wrapper div.dataTables_paginate .paginate_button.current:hover {
    border: 1px solid #eea236;
    background-color: #eea236;
    color: #fff;
}

[data-palette="palette-15"] div.dataTables_wrapper div.dataTables_paginate .paginate_button.next {
    border-right-color: #8c34e9;
}

[data-palette="palette-15"] div.dataTables_wrapper div.dataTables_paginate .paginate_button:hover, [data-palette="palette-15"] div.dataTables_wrapper div.dataTables_paginate .paginate_button:active, [data-palette="palette-15"] div.dataTables_wrapper div.dataTables_paginate .paginate_button:focus {
    background-color: #9240ea;
}

[data-palette="palette-15"] table.dataTable thead .sorting_asc_disabled:after,
[data-palette="palette-15"] table.dataTable thead .sorting_desc_disabled:after {
    color: #ffffff;
}

[data-palette="palette-16"] div.dataTables_wrapper div.dataTables_length select {
    background: #bf156b !important;
    border-color: #ca1671;
}

[data-palette="palette-16"] div.dataTables_wrapper div.dataTables_filter input {
    background: #bf156b;
    border-color: #ca1671;
    border: 1px solid #ca1671;
}

[data-palette="palette-16"] div.dataTables_wrapper div.dataTables_paginate .paginate_button {
    border: 1px solid #ca1671;
}

[data-palette="palette-16"] div.dataTables_wrapper div.dataTables_paginate .paginate_button.current {
    border: 1px solid #f0ad4e;
    background-color: #f0ad4e;
    color: #fff !important;
}

[data-palette="palette-16"] div.dataTables_wrapper div.dataTables_paginate .paginate_button.current:hover {
    border: 1px solid #eea236;
    background-color: #eea236;
    color: #fff;
}

[data-palette="palette-16"] div.dataTables_wrapper div.dataTables_paginate .paginate_button.next {
    border-right-color: #ca1671;
}

[data-palette="palette-16"] div.dataTables_wrapper div.dataTables_paginate .paginate_button:hover, [data-palette="palette-16"] div.dataTables_wrapper div.dataTables_paginate .paginate_button:active, [data-palette="palette-16"] div.dataTables_wrapper div.dataTables_paginate .paginate_button:focus {
    background-color: #d61877;
}

[data-palette="palette-16"] table.dataTable thead .sorting_asc_disabled:after,
[data-palette="palette-16"] table.dataTable thead .sorting_desc_disabled:after {
    color: #ffffff;
}

[data-palette="palette-17"] div.dataTables_wrapper div.dataTables_length select {
    background: #e72989 !important;
    border-color: #e9348f;
}

[data-palette="palette-17"] div.dataTables_wrapper div.dataTables_filter input {
    background: #e72989;
    border-color: #e9348f;
    border: 1px solid #e9348f;
}

[data-palette="palette-17"] div.dataTables_wrapper div.dataTables_paginate .paginate_button {
    border: 1px solid #e9348f;
}

[data-palette="palette-17"] div.dataTables_wrapper div.dataTables_paginate .paginate_button.current {
    border: 1px solid #f0ad4e;
    background-color: #f0ad4e;
    color: #fff !important;
}

[data-palette="palette-17"] div.dataTables_wrapper div.dataTables_paginate .paginate_button.current:hover {
    border: 1px solid #eea236;
    background-color: #eea236;
    color: #fff;
}

[data-palette="palette-17"] div.dataTables_wrapper div.dataTables_paginate .paginate_button.next {
    border-right-color: #e9348f;
}

[data-palette="palette-17"] div.dataTables_wrapper div.dataTables_paginate .paginate_button:hover, [data-palette="palette-17"] div.dataTables_wrapper div.dataTables_paginate .paginate_button:active, [data-palette="palette-17"] div.dataTables_wrapper div.dataTables_paginate .paginate_button:focus {
    background-color: #ea4095;
}

[data-palette="palette-17"] table.dataTable thead .sorting_asc_disabled:after,
[data-palette="palette-17"] table.dataTable thead .sorting_desc_disabled:after {
    color: #ffffff;
}

[data-palette="palette-18"] div.dataTables_wrapper div.dataTables_length select {
    background: #bf1e15 !important;
    border-color: #ca2016;
}

[data-palette="palette-18"] div.dataTables_wrapper div.dataTables_filter input {
    background: #bf1e15;
    border-color: #ca2016;
    border: 1px solid #ca2016;
}

[data-palette="palette-18"] div.dataTables_wrapper div.dataTables_paginate .paginate_button {
    border: 1px solid #ca2016;
}

[data-palette="palette-18"] div.dataTables_wrapper div.dataTables_paginate .paginate_button.current {
    border: 1px solid #f0ad4e;
    background-color: #f0ad4e;
    color: #fff !important;
}

[data-palette="palette-18"] div.dataTables_wrapper div.dataTables_paginate .paginate_button.current:hover {
    border: 1px solid #eea236;
    background-color: #eea236;
    color: #fff;
}

[data-palette="palette-18"] div.dataTables_wrapper div.dataTables_paginate .paginate_button.next {
    border-right-color: #ca2016;
}

[data-palette="palette-18"] div.dataTables_wrapper div.dataTables_paginate .paginate_button:hover, [data-palette="palette-18"] div.dataTables_wrapper div.dataTables_paginate .paginate_button:active, [data-palette="palette-18"] div.dataTables_wrapper div.dataTables_paginate .paginate_button:focus {
    background-color: #d62218;
}

[data-palette="palette-18"] table.dataTable thead .sorting_asc_disabled:after,
[data-palette="palette-18"] table.dataTable thead .sorting_desc_disabled:after {
    color: #ffffff;
}

[data-palette="palette-19"] div.dataTables_wrapper div.dataTables_length select {
    background: #e73229 !important;
    border-color: #e93d34;
}

[data-palette="palette-19"] div.dataTables_wrapper div.dataTables_filter input {
    background: #e73229;
    border-color: #e93d34;
    border: 1px solid #e93d34;
}

[data-palette="palette-19"] div.dataTables_wrapper div.dataTables_paginate .paginate_button {
    border: 1px solid #e93d34;
}

[data-palette="palette-19"] div.dataTables_wrapper div.dataTables_paginate .paginate_button.current {
    border: 1px solid #f0ad4e;
    background-color: #f0ad4e;
    color: #fff !important;
}

[data-palette="palette-19"] div.dataTables_wrapper div.dataTables_paginate .paginate_button.current:hover {
    border: 1px solid #eea236;
    background-color: #eea236;
    color: #fff;
}

[data-palette="palette-19"] div.dataTables_wrapper div.dataTables_paginate .paginate_button.next {
    border-right-color: #e93d34;
}

[data-palette="palette-19"] div.dataTables_wrapper div.dataTables_paginate .paginate_button:hover, [data-palette="palette-19"] div.dataTables_wrapper div.dataTables_paginate .paginate_button:active, [data-palette="palette-19"] div.dataTables_wrapper div.dataTables_paginate .paginate_button:focus {
    background-color: #ea4840;
}

[data-palette="palette-19"] table.dataTable thead .sorting_asc_disabled:after,
[data-palette="palette-19"] table.dataTable thead .sorting_desc_disabled:after {
    color: #ffffff;
}

[data-palette="palette-20"] div.dataTables_wrapper div.dataTables_length select {
    background: #0f8a20 !important;
    border-color: #109622;
}

[data-palette="palette-20"] div.dataTables_wrapper div.dataTables_filter input {
    background: #0f8a20;
    border-color: #109622;
    border: 1px solid #109622;
}

[data-palette="palette-20"] div.dataTables_wrapper div.dataTables_paginate .paginate_button {
    border: 1px solid #109622;
}

[data-palette="palette-20"] div.dataTables_wrapper div.dataTables_paginate .paginate_button.current {
    border: 1px solid #f0ad4e;
    background-color: #f0ad4e;
    color: #fff !important;
}

[data-palette="palette-20"] div.dataTables_wrapper div.dataTables_paginate .paginate_button.current:hover {
    border: 1px solid #eea236;
    background-color: #eea236;
    color: #fff;
}

[data-palette="palette-20"] div.dataTables_wrapper div.dataTables_paginate .paginate_button.next {
    border-right-color: #109622;
}

[data-palette="palette-20"] div.dataTables_wrapper div.dataTables_paginate .paginate_button:hover, [data-palette="palette-20"] div.dataTables_wrapper div.dataTables_paginate .paginate_button:active, [data-palette="palette-20"] div.dataTables_wrapper div.dataTables_paginate .paginate_button:focus {
    background-color: #12a125;
}

[data-palette="palette-20"] table.dataTable thead .sorting_asc_disabled:after,
[data-palette="palette-20"] table.dataTable thead .sorting_desc_disabled:after {
    color: #ffffff;
}

[data-palette="palette-21"] div.dataTables_wrapper div.dataTables_length select {
    background: #5d8a0f !important;
    border-color: #659610;
}

[data-palette="palette-21"] div.dataTables_wrapper div.dataTables_filter input {
    background: #5d8a0f;
    border-color: #659610;
    border: 1px solid #659610;
}

[data-palette="palette-21"] div.dataTables_wrapper div.dataTables_paginate .paginate_button {
    border: 1px solid #659610;
}

[data-palette="palette-21"] div.dataTables_wrapper div.dataTables_paginate .paginate_button.current {
    border: 1px solid #f0ad4e;
    background-color: #f0ad4e;
    color: #fff !important;
}

[data-palette="palette-21"] div.dataTables_wrapper div.dataTables_paginate .paginate_button.current:hover {
    border: 1px solid #eea236;
    background-color: #eea236;
    color: #fff;
}

[data-palette="palette-21"] div.dataTables_wrapper div.dataTables_paginate .paginate_button.next {
    border-right-color: #659610;
}

[data-palette="palette-21"] div.dataTables_wrapper div.dataTables_paginate .paginate_button:hover, [data-palette="palette-21"] div.dataTables_wrapper div.dataTables_paginate .paginate_button:active, [data-palette="palette-21"] div.dataTables_wrapper div.dataTables_paginate .paginate_button:focus {
    background-color: #6da112;
}

[data-palette="palette-21"] table.dataTable thead .sorting_asc_disabled:after,
[data-palette="palette-21"] table.dataTable thead .sorting_desc_disabled:after {
    color: #ffffff;
}

[data-palette="palette-22"] div.dataTables_wrapper div.dataTables_length select {
    background: #744226 !important;
    border-color: #7d4829;
}

[data-palette="palette-22"] div.dataTables_wrapper div.dataTables_filter input {
    background: #744226;
    border-color: #7d4829;
    border: 1px solid #7d4829;
}

[data-palette="palette-22"] div.dataTables_wrapper div.dataTables_paginate .paginate_button {
    border: 1px solid #7d4829;
}

[data-palette="palette-22"] div.dataTables_wrapper div.dataTables_paginate .paginate_button.current {
    border: 1px solid #f0ad4e;
    background-color: #f0ad4e;
    color: #fff !important;
}

[data-palette="palette-22"] div.dataTables_wrapper div.dataTables_paginate .paginate_button.current:hover {
    border: 1px solid #eea236;
    background-color: #eea236;
    color: #fff;
}

[data-palette="palette-22"] div.dataTables_wrapper div.dataTables_paginate .paginate_button.next {
    border-right-color: #7d4829;
}

[data-palette="palette-22"] div.dataTables_wrapper div.dataTables_paginate .paginate_button:hover, [data-palette="palette-22"] div.dataTables_wrapper div.dataTables_paginate .paginate_button:active, [data-palette="palette-22"] div.dataTables_wrapper div.dataTables_paginate .paginate_button:focus {
    background-color: #874d2c;
}

[data-palette="palette-22"] table.dataTable thead .sorting_asc_disabled:after,
[data-palette="palette-22"] table.dataTable thead .sorting_desc_disabled:after {
    color: #ffffff;
}

[data-palette="palette-23"] div.dataTables_wrapper div.dataTables_length select {
    background: #9f5c35 !important;
    border-color: #a96238;
}

[data-palette="palette-23"] div.dataTables_wrapper div.dataTables_filter input {
    background: #9f5c35;
    border-color: #a96238;
    border: 1px solid #a96238;
}

[data-palette="palette-23"] div.dataTables_wrapper div.dataTables_paginate .paginate_button {
    border: 1px solid #a96238;
}

[data-palette="palette-23"] div.dataTables_wrapper div.dataTables_paginate .paginate_button.current {
    border: 1px solid #f0ad4e;
    background-color: #f0ad4e;
    color: #fff !important;
}

[data-palette="palette-23"] div.dataTables_wrapper div.dataTables_paginate .paginate_button.current:hover {
    border: 1px solid #eea236;
    background-color: #eea236;
    color: #fff;
}

[data-palette="palette-23"] div.dataTables_wrapper div.dataTables_paginate .paginate_button.next {
    border-right-color: #a96238;
}

[data-palette="palette-23"] div.dataTables_wrapper div.dataTables_paginate .paginate_button:hover, [data-palette="palette-23"] div.dataTables_wrapper div.dataTables_paginate .paginate_button:active, [data-palette="palette-23"] div.dataTables_wrapper div.dataTables_paginate .paginate_button:focus {
    background-color: #b2673b;
}

[data-palette="palette-23"] table.dataTable thead .sorting_asc_disabled:after,
[data-palette="palette-23"] table.dataTable thead .sorting_desc_disabled:after {
    color: #ffffff;
}

[data-direction="ltr"] .demo-tables .table th, [data-direction="ltr"] .demo-tables .table td,
[data-direction="ltr"] .demo-table .table th,
[data-direction="ltr"] .demo-table .table td {
    text-align: left !important;
}

[data-direction="rtl"] .demo-tables .table th, [data-direction="rtl"] .demo-tables .table td,
[data-direction="rtl"] .demo-table .table th,
[data-direction="rtl"] .demo-table .table td {
    text-align: right !important;
}

.table > caption + thead > tr:first-child > th, .table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
    border-top: 0;
}

.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
    border-bottom-width: 1px;
}

.table td progress, .table td .progress {
    margin: 3px 0 0 0;
    vertical-align: middle;
}

.table-responsive {
    border: 0;
}

.table-unbordered tr, .table-unbordered td, .table-unbordered th, .table-unbordered thead, .table-unbordered tbody {
    border: 0 !important;
}

[data-palette="palette-1"] .table > thead > tr > th {
    border-bottom: 1px solid #444444;
}

[data-palette="palette-1"] .table > tbody + tbody {
    border-top: 1px solid #444444;
}

[data-palette="palette-1"] .table > thead > tr > th,
[data-palette="palette-1"] .table > tbody > tr > th,
[data-palette="palette-1"] .table > tfoot > tr > th,
[data-palette="palette-1"] .table > thead > tr > td,
[data-palette="palette-1"] .table > tbody > tr > td,
[data-palette="palette-1"] .table > tfoot > tr > td {
    border-top: 1px solid #444444;
}

[data-palette="palette-1"] .table-bordered {
    border-color: #444444;
}

[data-palette="palette-1"] .table-bordered > thead > tr > th,
[data-palette="palette-1"] .table-bordered > tbody > tr > th,
[data-palette="palette-1"] .table-bordered > tfoot > tr > th,
[data-palette="palette-1"] .table-bordered > thead > tr > td,
[data-palette="palette-1"] .table-bordered > tbody > tr > td,
[data-palette="palette-1"] .table-bordered > tfoot > tr > td {
    border-color: #444444;
}

[data-palette="palette-1"] .table-striped > tbody > tr:nth-child(even) > td, [data-palette="palette-1"] .table-striped > tbody > tr:nth-child(even) > th {
    background-color: #313131;
}

[data-palette="palette-1"] .table-striped > tbody > tr:nth-child(odd) > td, [data-palette="palette-1"] .table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #3e3e3e;
}

[data-palette="palette-1"] .table-hover > tbody > tr:hover > td, [data-palette="palette-1"] .table-hover > tbody > tr:hover > th {
    background-color: #4a4a4a;
}

[data-palette="palette-2"] .table > thead > tr > th {
    border-bottom: 1px solid #424756;
}

[data-palette="palette-2"] .table > tbody + tbody {
    border-top: 1px solid #424756;
}

[data-palette="palette-2"] .table > thead > tr > th,
[data-palette="palette-2"] .table > tbody > tr > th,
[data-palette="palette-2"] .table > tfoot > tr > th,
[data-palette="palette-2"] .table > thead > tr > td,
[data-palette="palette-2"] .table > tbody > tr > td,
[data-palette="palette-2"] .table > tfoot > tr > td {
    border-top: 1px solid #424756;
}

[data-palette="palette-2"] .table-bordered {
    border-color: #424756;
}

[data-palette="palette-2"] .table-bordered > thead > tr > th,
[data-palette="palette-2"] .table-bordered > tbody > tr > th,
[data-palette="palette-2"] .table-bordered > tfoot > tr > th,
[data-palette="palette-2"] .table-bordered > thead > tr > td,
[data-palette="palette-2"] .table-bordered > tbody > tr > td,
[data-palette="palette-2"] .table-bordered > tfoot > tr > td {
    border-color: #424756;
}

[data-palette="palette-2"] .table-striped > tbody > tr:nth-child(even) > td, [data-palette="palette-2"] .table-striped > tbody > tr:nth-child(even) > th {
    background-color: #313540;
}

[data-palette="palette-2"] .table-striped > tbody > tr:nth-child(odd) > td, [data-palette="palette-2"] .table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #3c414f;
}

[data-palette="palette-2"] .table-hover > tbody > tr:hover > td, [data-palette="palette-2"] .table-hover > tbody > tr:hover > th {
    background-color: #474d5d;
}

[data-palette="palette-3"] .table > thead > tr > th {
    border-bottom: 1px solid #202020;
}

[data-palette="palette-3"] .table > tbody + tbody {
    border-top: 1px solid #202020;
}

[data-palette="palette-3"] .table > thead > tr > th,
[data-palette="palette-3"] .table > tbody > tr > th,
[data-palette="palette-3"] .table > tfoot > tr > th,
[data-palette="palette-3"] .table > thead > tr > td,
[data-palette="palette-3"] .table > tbody > tr > td,
[data-palette="palette-3"] .table > tfoot > tr > td {
    border-top: 1px solid #202020;
}

[data-palette="palette-3"] .table-bordered {
    border-color: #202020;
}

[data-palette="palette-3"] .table-bordered > thead > tr > th,
[data-palette="palette-3"] .table-bordered > tbody > tr > th,
[data-palette="palette-3"] .table-bordered > tfoot > tr > th,
[data-palette="palette-3"] .table-bordered > thead > tr > td,
[data-palette="palette-3"] .table-bordered > tbody > tr > td,
[data-palette="palette-3"] .table-bordered > tfoot > tr > td {
    border-color: #202020;
}

[data-palette="palette-3"] .table-striped > tbody > tr:nth-child(even) > td, [data-palette="palette-3"] .table-striped > tbody > tr:nth-child(even) > th {
    background-color: #0d0d0d;
}

[data-palette="palette-3"] .table-striped > tbody > tr:nth-child(odd) > td, [data-palette="palette-3"] .table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #1a1a1a;
}

[data-palette="palette-3"] .table-hover > tbody > tr:hover > td, [data-palette="palette-3"] .table-hover > tbody > tr:hover > th {
    background-color: #262626;
}

[data-palette="palette-4"] .table > thead > tr > th {
    border-bottom: 1px solid #ececec;
}

[data-palette="palette-4"] .table > tbody + tbody {
    border-top: 1px solid #ececec;
}

[data-palette="palette-4"] .table > thead > tr > th,
[data-palette="palette-4"] .table > tbody > tr > th,
[data-palette="palette-4"] .table > tfoot > tr > th,
[data-palette="palette-4"] .table > thead > tr > td,
[data-palette="palette-4"] .table > tbody > tr > td,
[data-palette="palette-4"] .table > tfoot > tr > td {
    border-top: 1px solid #ececec;
}

[data-palette="palette-4"] .table-bordered {
    border-color: #ececec;
}

[data-palette="palette-4"] .table-bordered > thead > tr > th,
[data-palette="palette-4"] .table-bordered > tbody > tr > th,
[data-palette="palette-4"] .table-bordered > tfoot > tr > th,
[data-palette="palette-4"] .table-bordered > thead > tr > td,
[data-palette="palette-4"] .table-bordered > tbody > tr > td,
[data-palette="palette-4"] .table-bordered > tfoot > tr > td {
    border-color: #ececec;
}

[data-palette="palette-4"] .table-striped > tbody > tr:nth-child(even) > td, [data-palette="palette-4"] .table-striped > tbody > tr:nth-child(even) > th {
    background-color: #ffffff;
}

[data-palette="palette-4"] .table-striped > tbody > tr:nth-child(odd) > td, [data-palette="palette-4"] .table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #f2f2f2;
}

[data-palette="palette-4"] .table-hover > tbody > tr:hover > td, [data-palette="palette-4"] .table-hover > tbody > tr:hover > th {
    background-color: #e6e6e6;
}

[data-palette="palette-5"] .table > thead > tr > th {
    border-bottom: 1px solid #ececec;
}

[data-palette="palette-5"] .table > tbody + tbody {
    border-top: 1px solid #ececec;
}

[data-palette="palette-5"] .table > thead > tr > th,
[data-palette="palette-5"] .table > tbody > tr > th,
[data-palette="palette-5"] .table > tfoot > tr > th,
[data-palette="palette-5"] .table > thead > tr > td,
[data-palette="palette-5"] .table > tbody > tr > td,
[data-palette="palette-5"] .table > tfoot > tr > td {
    border-top: 1px solid #ececec;
}

[data-palette="palette-5"] .table-bordered {
    border-color: #ececec;
}

[data-palette="palette-5"] .table-bordered > thead > tr > th,
[data-palette="palette-5"] .table-bordered > tbody > tr > th,
[data-palette="palette-5"] .table-bordered > tfoot > tr > th,
[data-palette="palette-5"] .table-bordered > thead > tr > td,
[data-palette="palette-5"] .table-bordered > tbody > tr > td,
[data-palette="palette-5"] .table-bordered > tfoot > tr > td {
    border-color: #ececec;
}

[data-palette="palette-5"] .table-striped > tbody > tr:nth-child(even) > td, [data-palette="palette-5"] .table-striped > tbody > tr:nth-child(even) > th {
    background-color: #ffffff;
}

[data-palette="palette-5"] .table-striped > tbody > tr:nth-child(odd) > td, [data-palette="palette-5"] .table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #f2f2f2;
}

[data-palette="palette-5"] .table-hover > tbody > tr:hover > td, [data-palette="palette-5"] .table-hover > tbody > tr:hover > th {
    background-color: #e6e6e6;
}

[data-palette="palette-6"] .table > thead > tr > th {
    border-bottom: 1px solid #ececec;
}

[data-palette="palette-6"] .table > tbody + tbody {
    border-top: 1px solid #ececec;
}

[data-palette="palette-6"] .table > thead > tr > th,
[data-palette="palette-6"] .table > tbody > tr > th,
[data-palette="palette-6"] .table > tfoot > tr > th,
[data-palette="palette-6"] .table > thead > tr > td,
[data-palette="palette-6"] .table > tbody > tr > td,
[data-palette="palette-6"] .table > tfoot > tr > td {
    border-top: 1px solid #ececec;
}

[data-palette="palette-6"] .table-bordered {
    border-color: #ececec;
}

[data-palette="palette-6"] .table-bordered > thead > tr > th,
[data-palette="palette-6"] .table-bordered > tbody > tr > th,
[data-palette="palette-6"] .table-bordered > tfoot > tr > th,
[data-palette="palette-6"] .table-bordered > thead > tr > td,
[data-palette="palette-6"] .table-bordered > tbody > tr > td,
[data-palette="palette-6"] .table-bordered > tfoot > tr > td {
    border-color: #ececec;
}

[data-palette="palette-6"] .table-striped > tbody > tr:nth-child(even) > td, [data-palette="palette-6"] .table-striped > tbody > tr:nth-child(even) > th {
    background-color: #ffffff;
}

[data-palette="palette-6"] .table-striped > tbody > tr:nth-child(odd) > td, [data-palette="palette-6"] .table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #f2f2f2;
}

[data-palette="palette-6"] .table-hover > tbody > tr:hover > td, [data-palette="palette-6"] .table-hover > tbody > tr:hover > th {
    background-color: #e6e6e6;
}

[data-palette="palette-7"] .table > thead > tr > th {
    border-bottom: 1px solid #0489fd;
}

[data-palette="palette-7"] .table > tbody + tbody {
    border-top: 1px solid #0489fd;
}

[data-palette="palette-7"] .table > thead > tr > th,
[data-palette="palette-7"] .table > tbody > tr > th,
[data-palette="palette-7"] .table > tfoot > tr > th,
[data-palette="palette-7"] .table > thead > tr > td,
[data-palette="palette-7"] .table > tbody > tr > td,
[data-palette="palette-7"] .table > tfoot > tr > td {
    border-top: 1px solid #0489fd;
}

[data-palette="palette-7"] .table-bordered {
    border-color: #0489fd;
}

[data-palette="palette-7"] .table-bordered > thead > tr > th,
[data-palette="palette-7"] .table-bordered > tbody > tr > th,
[data-palette="palette-7"] .table-bordered > tfoot > tr > th,
[data-palette="palette-7"] .table-bordered > thead > tr > td,
[data-palette="palette-7"] .table-bordered > tbody > tr > td,
[data-palette="palette-7"] .table-bordered > tfoot > tr > td {
    border-color: #0489fd;
}

[data-palette="palette-7"] .table-striped > tbody > tr:nth-child(even) > td, [data-palette="palette-7"] .table-striped > tbody > tr:nth-child(even) > th {
    background-color: #0275d8;
}

[data-palette="palette-7"] .table-striped > tbody > tr:nth-child(odd) > td, [data-palette="palette-7"] .table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #0283f1;
}

[data-palette="palette-7"] .table-hover > tbody > tr:hover > td, [data-palette="palette-7"] .table-hover > tbody > tr:hover > th {
    background-color: #108ffd;
}

[data-palette="palette-8"] .table > thead > tr > th {
    border-bottom: 1px solid #027ce5;
}

[data-palette="palette-8"] .table > tbody + tbody {
    border-top: 1px solid #027ce5;
}

[data-palette="palette-8"] .table > thead > tr > th,
[data-palette="palette-8"] .table > tbody > tr > th,
[data-palette="palette-8"] .table > tfoot > tr > th,
[data-palette="palette-8"] .table > thead > tr > td,
[data-palette="palette-8"] .table > tbody > tr > td,
[data-palette="palette-8"] .table > tfoot > tr > td {
    border-top: 1px solid #027ce5;
}

[data-palette="palette-8"] .table-bordered {
    border-color: #027ce5;
}

[data-palette="palette-8"] .table-bordered > thead > tr > th,
[data-palette="palette-8"] .table-bordered > tbody > tr > th,
[data-palette="palette-8"] .table-bordered > tfoot > tr > th,
[data-palette="palette-8"] .table-bordered > thead > tr > td,
[data-palette="palette-8"] .table-bordered > tbody > tr > td,
[data-palette="palette-8"] .table-bordered > tfoot > tr > td {
    border-color: #027ce5;
}

[data-palette="palette-8"] .table-striped > tbody > tr:nth-child(even) > td, [data-palette="palette-8"] .table-striped > tbody > tr:nth-child(even) > th {
    background-color: #0267bf;
}

[data-palette="palette-8"] .table-striped > tbody > tr:nth-child(odd) > td, [data-palette="palette-8"] .table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #0275d8;
}

[data-palette="palette-8"] .table-hover > tbody > tr:hover > td, [data-palette="palette-8"] .table-hover > tbody > tr:hover > th {
    background-color: #0283f1;
}

[data-palette="palette-9"] .table > thead > tr > th {
    border-bottom: 1px solid #026ecb;
}

[data-palette="palette-9"] .table > tbody + tbody {
    border-top: 1px solid #026ecb;
}

[data-palette="palette-9"] .table > thead > tr > th,
[data-palette="palette-9"] .table > tbody > tr > th,
[data-palette="palette-9"] .table > tfoot > tr > th,
[data-palette="palette-9"] .table > thead > tr > td,
[data-palette="palette-9"] .table > tbody > tr > td,
[data-palette="palette-9"] .table > tfoot > tr > td {
    border-top: 1px solid #026ecb;
}

[data-palette="palette-9"] .table-bordered {
    border-color: #026ecb;
}

[data-palette="palette-9"] .table-bordered > thead > tr > th,
[data-palette="palette-9"] .table-bordered > tbody > tr > th,
[data-palette="palette-9"] .table-bordered > tfoot > tr > th,
[data-palette="palette-9"] .table-bordered > thead > tr > td,
[data-palette="palette-9"] .table-bordered > tbody > tr > td,
[data-palette="palette-9"] .table-bordered > tfoot > tr > td {
    border-color: #026ecb;
}

[data-palette="palette-9"] .table-striped > tbody > tr:nth-child(even) > td, [data-palette="palette-9"] .table-striped > tbody > tr:nth-child(even) > th {
    background-color: #025aa5;
}

[data-palette="palette-9"] .table-striped > tbody > tr:nth-child(odd) > td, [data-palette="palette-9"] .table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #0267bf;
}

[data-palette="palette-9"] .table-hover > tbody > tr:hover > td, [data-palette="palette-9"] .table-hover > tbody > tr:hover > th {
    background-color: #0275d8;
}

[data-palette="palette-10"] .table > thead > tr > th {
    border-bottom: 1px solid #1c1096;
}

[data-palette="palette-10"] .table > tbody + tbody {
    border-top: 1px solid #1c1096;
}

[data-palette="palette-10"] .table > thead > tr > th,
[data-palette="palette-10"] .table > tbody > tr > th,
[data-palette="palette-10"] .table > tfoot > tr > th,
[data-palette="palette-10"] .table > thead > tr > td,
[data-palette="palette-10"] .table > tbody > tr > td,
[data-palette="palette-10"] .table > tfoot > tr > td {
    border-top: 1px solid #1c1096;
}

[data-palette="palette-10"] .table-bordered {
    border-color: #1c1096;
}

[data-palette="palette-10"] .table-bordered > thead > tr > th,
[data-palette="palette-10"] .table-bordered > tbody > tr > th,
[data-palette="palette-10"] .table-bordered > tfoot > tr > th,
[data-palette="palette-10"] .table-bordered > thead > tr > td,
[data-palette="palette-10"] .table-bordered > tbody > tr > td,
[data-palette="palette-10"] .table-bordered > tfoot > tr > td {
    border-color: #1c1096;
}

[data-palette="palette-10"] .table-striped > tbody > tr:nth-child(even) > td, [data-palette="palette-10"] .table-striped > tbody > tr:nth-child(even) > th {
    background-color: #150d73;
}

[data-palette="palette-10"] .table-striped > tbody > tr:nth-child(odd) > td, [data-palette="palette-10"] .table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #1a0f8a;
}

[data-palette="palette-10"] .table-hover > tbody > tr:hover > td, [data-palette="palette-10"] .table-hover > tbody > tr:hover > th {
    background-color: #1e12a1;
}

[data-palette="palette-11"] .table > thead > tr > th {
    border-bottom: 1px solid #2616ca;
}

[data-palette="palette-11"] .table > tbody + tbody {
    border-top: 1px solid #2616ca;
}

[data-palette="palette-11"] .table > thead > tr > th,
[data-palette="palette-11"] .table > tbody > tr > th,
[data-palette="palette-11"] .table > tfoot > tr > th,
[data-palette="palette-11"] .table > thead > tr > td,
[data-palette="palette-11"] .table > tbody > tr > td,
[data-palette="palette-11"] .table > tfoot > tr > td {
    border-top: 1px solid #2616ca;
}

[data-palette="palette-11"] .table-bordered {
    border-color: #2616ca;
}

[data-palette="palette-11"] .table-bordered > thead > tr > th,
[data-palette="palette-11"] .table-bordered > tbody > tr > th,
[data-palette="palette-11"] .table-bordered > tfoot > tr > th,
[data-palette="palette-11"] .table-bordered > thead > tr > td,
[data-palette="palette-11"] .table-bordered > tbody > tr > td,
[data-palette="palette-11"] .table-bordered > tfoot > tr > td {
    border-color: #2616ca;
}

[data-palette="palette-11"] .table-striped > tbody > tr:nth-child(even) > td, [data-palette="palette-11"] .table-striped > tbody > tr:nth-child(even) > th {
    background-color: #1f13a8;
}

[data-palette="palette-11"] .table-striped > tbody > tr:nth-child(odd) > td, [data-palette="palette-11"] .table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #2415bf;
}

[data-palette="palette-11"] .table-hover > tbody > tr:hover > td, [data-palette="palette-11"] .table-hover > tbody > tr:hover > th {
    background-color: #2818d6;
}

[data-palette="palette-12"] .table > thead > tr > th {
    border-bottom: 1px solid #4334e9;
}

[data-palette="palette-12"] .table > tbody + tbody {
    border-top: 1px solid #4334e9;
}

[data-palette="palette-12"] .table > thead > tr > th,
[data-palette="palette-12"] .table > tbody > tr > th,
[data-palette="palette-12"] .table > tfoot > tr > th,
[data-palette="palette-12"] .table > thead > tr > td,
[data-palette="palette-12"] .table > tbody > tr > td,
[data-palette="palette-12"] .table > tfoot > tr > td {
    border-top: 1px solid #4334e9;
}

[data-palette="palette-12"] .table-bordered {
    border-color: #4334e9;
}

[data-palette="palette-12"] .table-bordered > thead > tr > th,
[data-palette="palette-12"] .table-bordered > tbody > tr > th,
[data-palette="palette-12"] .table-bordered > tfoot > tr > th,
[data-palette="palette-12"] .table-bordered > thead > tr > td,
[data-palette="palette-12"] .table-bordered > tbody > tr > td,
[data-palette="palette-12"] .table-bordered > tfoot > tr > td {
    border-color: #4334e9;
}

[data-palette="palette-12"] .table-striped > tbody > tr:nth-child(even) > td, [data-palette="palette-12"] .table-striped > tbody > tr:nth-child(even) > th {
    background-color: #2919de;
}

[data-palette="palette-12"] .table-striped > tbody > tr:nth-child(odd) > td, [data-palette="palette-12"] .table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #3929e7;
}

[data-palette="palette-12"] .table-hover > tbody > tr:hover > td, [data-palette="palette-12"] .table-hover > tbody > tr:hover > th {
    background-color: #4e40ea;
}

[data-palette="palette-13"] .table > thead > tr > th {
    border-bottom: 1px solid #511096;
}

[data-palette="palette-13"] .table > tbody + tbody {
    border-top: 1px solid #511096;
}

[data-palette="palette-13"] .table > thead > tr > th,
[data-palette="palette-13"] .table > tbody > tr > th,
[data-palette="palette-13"] .table > tfoot > tr > th,
[data-palette="palette-13"] .table > thead > tr > td,
[data-palette="palette-13"] .table > tbody > tr > td,
[data-palette="palette-13"] .table > tfoot > tr > td {
    border-top: 1px solid #511096;
}

[data-palette="palette-13"] .table-bordered {
    border-color: #511096;
}

[data-palette="palette-13"] .table-bordered > thead > tr > th,
[data-palette="palette-13"] .table-bordered > tbody > tr > th,
[data-palette="palette-13"] .table-bordered > tfoot > tr > th,
[data-palette="palette-13"] .table-bordered > thead > tr > td,
[data-palette="palette-13"] .table-bordered > tbody > tr > td,
[data-palette="palette-13"] .table-bordered > tfoot > tr > td {
    border-color: #511096;
}

[data-palette="palette-13"] .table-striped > tbody > tr:nth-child(even) > td, [data-palette="palette-13"] .table-striped > tbody > tr:nth-child(even) > th {
    background-color: #3f0d73;
}

[data-palette="palette-13"] .table-striped > tbody > tr:nth-child(odd) > td, [data-palette="palette-13"] .table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #4b0f8a;
}

[data-palette="palette-13"] .table-hover > tbody > tr:hover > td, [data-palette="palette-13"] .table-hover > tbody > tr:hover > th {
    background-color: #5812a1;
}

[data-palette="palette-14"] .table > thead > tr > th {
    border-bottom: 1px solid #6e16ca;
}

[data-palette="palette-14"] .table > tbody + tbody {
    border-top: 1px solid #6e16ca;
}

[data-palette="palette-14"] .table > thead > tr > th,
[data-palette="palette-14"] .table > tbody > tr > th,
[data-palette="palette-14"] .table > tfoot > tr > th,
[data-palette="palette-14"] .table > thead > tr > td,
[data-palette="palette-14"] .table > tbody > tr > td,
[data-palette="palette-14"] .table > tfoot > tr > td {
    border-top: 1px solid #6e16ca;
}

[data-palette="palette-14"] .table-bordered {
    border-color: #6e16ca;
}

[data-palette="palette-14"] .table-bordered > thead > tr > th,
[data-palette="palette-14"] .table-bordered > tbody > tr > th,
[data-palette="palette-14"] .table-bordered > tfoot > tr > th,
[data-palette="palette-14"] .table-bordered > thead > tr > td,
[data-palette="palette-14"] .table-bordered > tbody > tr > td,
[data-palette="palette-14"] .table-bordered > tfoot > tr > td {
    border-color: #6e16ca;
}

[data-palette="palette-14"] .table-striped > tbody > tr:nth-child(even) > td, [data-palette="palette-14"] .table-striped > tbody > tr:nth-child(even) > th {
    background-color: #5c13a8;
}

[data-palette="palette-14"] .table-striped > tbody > tr:nth-child(odd) > td, [data-palette="palette-14"] .table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #6815bf;
}

[data-palette="palette-14"] .table-hover > tbody > tr:hover > td, [data-palette="palette-14"] .table-hover > tbody > tr:hover > th {
    background-color: #7518d6;
}

[data-palette="palette-15"] .table > thead > tr > th {
    border-bottom: 1px solid #8c34e9;
}

[data-palette="palette-15"] .table > tbody + tbody {
    border-top: 1px solid #8c34e9;
}

[data-palette="palette-15"] .table > thead > tr > th,
[data-palette="palette-15"] .table > tbody > tr > th,
[data-palette="palette-15"] .table > tfoot > tr > th,
[data-palette="palette-15"] .table > thead > tr > td,
[data-palette="palette-15"] .table > tbody > tr > td,
[data-palette="palette-15"] .table > tfoot > tr > td {
    border-top: 1px solid #8c34e9;
}

[data-palette="palette-15"] .table-bordered {
    border-color: #8c34e9;
}

[data-palette="palette-15"] .table-bordered > thead > tr > th,
[data-palette="palette-15"] .table-bordered > tbody > tr > th,
[data-palette="palette-15"] .table-bordered > tfoot > tr > th,
[data-palette="palette-15"] .table-bordered > thead > tr > td,
[data-palette="palette-15"] .table-bordered > tbody > tr > td,
[data-palette="palette-15"] .table-bordered > tfoot > tr > td {
    border-color: #8c34e9;
}

[data-palette="palette-15"] .table-striped > tbody > tr:nth-child(even) > td, [data-palette="palette-15"] .table-striped > tbody > tr:nth-child(even) > th {
    background-color: #7819de;
}

[data-palette="palette-15"] .table-striped > tbody > tr:nth-child(odd) > td, [data-palette="palette-15"] .table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #8529e7;
}

[data-palette="palette-15"] .table-hover > tbody > tr:hover > td, [data-palette="palette-15"] .table-hover > tbody > tr:hover > th {
    background-color: #9240ea;
}

[data-palette="palette-16"] .table > thead > tr > th {
    border-bottom: 1px solid #ca1671;
}

[data-palette="palette-16"] .table > tbody + tbody {
    border-top: 1px solid #ca1671;
}

[data-palette="palette-16"] .table > thead > tr > th,
[data-palette="palette-16"] .table > tbody > tr > th,
[data-palette="palette-16"] .table > tfoot > tr > th,
[data-palette="palette-16"] .table > thead > tr > td,
[data-palette="palette-16"] .table > tbody > tr > td,
[data-palette="palette-16"] .table > tfoot > tr > td {
    border-top: 1px solid #ca1671;
}

[data-palette="palette-16"] .table-bordered {
    border-color: #ca1671;
}

[data-palette="palette-16"] .table-bordered > thead > tr > th,
[data-palette="palette-16"] .table-bordered > tbody > tr > th,
[data-palette="palette-16"] .table-bordered > tfoot > tr > th,
[data-palette="palette-16"] .table-bordered > thead > tr > td,
[data-palette="palette-16"] .table-bordered > tbody > tr > td,
[data-palette="palette-16"] .table-bordered > tfoot > tr > td {
    border-color: #ca1671;
}

[data-palette="palette-16"] .table-striped > tbody > tr:nth-child(even) > td, [data-palette="palette-16"] .table-striped > tbody > tr:nth-child(even) > th {
    background-color: #a8135e;
}

[data-palette="palette-16"] .table-striped > tbody > tr:nth-child(odd) > td, [data-palette="palette-16"] .table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #bf156b;
}

[data-palette="palette-16"] .table-hover > tbody > tr:hover > td, [data-palette="palette-16"] .table-hover > tbody > tr:hover > th {
    background-color: #d61877;
}

[data-palette="palette-17"] .table > thead > tr > th {
    border-bottom: 1px solid #e9348f;
}

[data-palette="palette-17"] .table > tbody + tbody {
    border-top: 1px solid #e9348f;
}

[data-palette="palette-17"] .table > thead > tr > th,
[data-palette="palette-17"] .table > tbody > tr > th,
[data-palette="palette-17"] .table > tfoot > tr > th,
[data-palette="palette-17"] .table > thead > tr > td,
[data-palette="palette-17"] .table > tbody > tr > td,
[data-palette="palette-17"] .table > tfoot > tr > td {
    border-top: 1px solid #e9348f;
}

[data-palette="palette-17"] .table-bordered {
    border-color: #e9348f;
}

[data-palette="palette-17"] .table-bordered > thead > tr > th,
[data-palette="palette-17"] .table-bordered > tbody > tr > th,
[data-palette="palette-17"] .table-bordered > tfoot > tr > th,
[data-palette="palette-17"] .table-bordered > thead > tr > td,
[data-palette="palette-17"] .table-bordered > tbody > tr > td,
[data-palette="palette-17"] .table-bordered > tfoot > tr > td {
    border-color: #e9348f;
}

[data-palette="palette-17"] .table-striped > tbody > tr:nth-child(even) > td, [data-palette="palette-17"] .table-striped > tbody > tr:nth-child(even) > th {
    background-color: #de197c;
}

[data-palette="palette-17"] .table-striped > tbody > tr:nth-child(odd) > td, [data-palette="palette-17"] .table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #e72989;
}

[data-palette="palette-17"] .table-hover > tbody > tr:hover > td, [data-palette="palette-17"] .table-hover > tbody > tr:hover > th {
    background-color: #ea4095;
}

[data-palette="palette-18"] .table > thead > tr > th {
    border-bottom: 1px solid #ca2016;
}

[data-palette="palette-18"] .table > tbody + tbody {
    border-top: 1px solid #ca2016;
}

[data-palette="palette-18"] .table > thead > tr > th,
[data-palette="palette-18"] .table > tbody > tr > th,
[data-palette="palette-18"] .table > tfoot > tr > th,
[data-palette="palette-18"] .table > thead > tr > td,
[data-palette="palette-18"] .table > tbody > tr > td,
[data-palette="palette-18"] .table > tfoot > tr > td {
    border-top: 1px solid #ca2016;
}

[data-palette="palette-18"] .table-bordered {
    border-color: #ca2016;
}

[data-palette="palette-18"] .table-bordered > thead > tr > th,
[data-palette="palette-18"] .table-bordered > tbody > tr > th,
[data-palette="palette-18"] .table-bordered > tfoot > tr > th,
[data-palette="palette-18"] .table-bordered > thead > tr > td,
[data-palette="palette-18"] .table-bordered > tbody > tr > td,
[data-palette="palette-18"] .table-bordered > tfoot > tr > td {
    border-color: #ca2016;
}

[data-palette="palette-18"] .table-striped > tbody > tr:nth-child(even) > td, [data-palette="palette-18"] .table-striped > tbody > tr:nth-child(even) > th {
    background-color: #a81b13;
}

[data-palette="palette-18"] .table-striped > tbody > tr:nth-child(odd) > td, [data-palette="palette-18"] .table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #bf1e15;
}

[data-palette="palette-18"] .table-hover > tbody > tr:hover > td, [data-palette="palette-18"] .table-hover > tbody > tr:hover > th {
    background-color: #d62218;
}

[data-palette="palette-19"] .table > thead > tr > th {
    border-bottom: 1px solid #e93d34;
}

[data-palette="palette-19"] .table > tbody + tbody {
    border-top: 1px solid #e93d34;
}

[data-palette="palette-19"] .table > thead > tr > th,
[data-palette="palette-19"] .table > tbody > tr > th,
[data-palette="palette-19"] .table > tfoot > tr > th,
[data-palette="palette-19"] .table > thead > tr > td,
[data-palette="palette-19"] .table > tbody > tr > td,
[data-palette="palette-19"] .table > tfoot > tr > td {
    border-top: 1px solid #e93d34;
}

[data-palette="palette-19"] .table-bordered {
    border-color: #e93d34;
}

[data-palette="palette-19"] .table-bordered > thead > tr > th,
[data-palette="palette-19"] .table-bordered > tbody > tr > th,
[data-palette="palette-19"] .table-bordered > tfoot > tr > th,
[data-palette="palette-19"] .table-bordered > thead > tr > td,
[data-palette="palette-19"] .table-bordered > tbody > tr > td,
[data-palette="palette-19"] .table-bordered > tfoot > tr > td {
    border-color: #e93d34;
}

[data-palette="palette-19"] .table-striped > tbody > tr:nth-child(even) > td, [data-palette="palette-19"] .table-striped > tbody > tr:nth-child(even) > th {
    background-color: #de2319;
}

[data-palette="palette-19"] .table-striped > tbody > tr:nth-child(odd) > td, [data-palette="palette-19"] .table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #e73229;
}

[data-palette="palette-19"] .table-hover > tbody > tr:hover > td, [data-palette="palette-19"] .table-hover > tbody > tr:hover > th {
    background-color: #ea4840;
}

[data-palette="palette-20"] .table > thead > tr > th {
    border-bottom: 1px solid #109622;
}

[data-palette="palette-20"] .table > tbody + tbody {
    border-top: 1px solid #109622;
}

[data-palette="palette-20"] .table > thead > tr > th,
[data-palette="palette-20"] .table > tbody > tr > th,
[data-palette="palette-20"] .table > tfoot > tr > th,
[data-palette="palette-20"] .table > thead > tr > td,
[data-palette="palette-20"] .table > tbody > tr > td,
[data-palette="palette-20"] .table > tfoot > tr > td {
    border-top: 1px solid #109622;
}

[data-palette="palette-20"] .table-bordered {
    border-color: #109622;
}

[data-palette="palette-20"] .table-bordered > thead > tr > th,
[data-palette="palette-20"] .table-bordered > tbody > tr > th,
[data-palette="palette-20"] .table-bordered > tfoot > tr > th,
[data-palette="palette-20"] .table-bordered > thead > tr > td,
[data-palette="palette-20"] .table-bordered > tbody > tr > td,
[data-palette="palette-20"] .table-bordered > tfoot > tr > td {
    border-color: #109622;
}

[data-palette="palette-20"] .table-striped > tbody > tr:nth-child(even) > td, [data-palette="palette-20"] .table-striped > tbody > tr:nth-child(even) > th {
    background-color: #0d731a;
}

[data-palette="palette-20"] .table-striped > tbody > tr:nth-child(odd) > td, [data-palette="palette-20"] .table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #0f8a20;
}

[data-palette="palette-20"] .table-hover > tbody > tr:hover > td, [data-palette="palette-20"] .table-hover > tbody > tr:hover > th {
    background-color: #12a125;
}

[data-palette="palette-21"] .table > thead > tr > th {
    border-bottom: 1px solid #659610;
}

[data-palette="palette-21"] .table > tbody + tbody {
    border-top: 1px solid #659610;
}

[data-palette="palette-21"] .table > thead > tr > th,
[data-palette="palette-21"] .table > tbody > tr > th,
[data-palette="palette-21"] .table > tfoot > tr > th,
[data-palette="palette-21"] .table > thead > tr > td,
[data-palette="palette-21"] .table > tbody > tr > td,
[data-palette="palette-21"] .table > tfoot > tr > td {
    border-top: 1px solid #659610;
}

[data-palette="palette-21"] .table-bordered {
    border-color: #659610;
}

[data-palette="palette-21"] .table-bordered > thead > tr > th,
[data-palette="palette-21"] .table-bordered > tbody > tr > th,
[data-palette="palette-21"] .table-bordered > tfoot > tr > th,
[data-palette="palette-21"] .table-bordered > thead > tr > td,
[data-palette="palette-21"] .table-bordered > tbody > tr > td,
[data-palette="palette-21"] .table-bordered > tfoot > tr > td {
    border-color: #659610;
}

[data-palette="palette-21"] .table-striped > tbody > tr:nth-child(even) > td, [data-palette="palette-21"] .table-striped > tbody > tr:nth-child(even) > th {
    background-color: #4e730d;
}

[data-palette="palette-21"] .table-striped > tbody > tr:nth-child(odd) > td, [data-palette="palette-21"] .table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #5d8a0f;
}

[data-palette="palette-21"] .table-hover > tbody > tr:hover > td, [data-palette="palette-21"] .table-hover > tbody > tr:hover > th {
    background-color: #6da112;
}

[data-palette="palette-22"] .table > thead > tr > th {
    border-bottom: 1px solid #7d4829;
}

[data-palette="palette-22"] .table > tbody + tbody {
    border-top: 1px solid #7d4829;
}

[data-palette="palette-22"] .table > thead > tr > th,
[data-palette="palette-22"] .table > tbody > tr > th,
[data-palette="palette-22"] .table > tfoot > tr > th,
[data-palette="palette-22"] .table > thead > tr > td,
[data-palette="palette-22"] .table > tbody > tr > td,
[data-palette="palette-22"] .table > tfoot > tr > td {
    border-top: 1px solid #7d4829;
}

[data-palette="palette-22"] .table-bordered {
    border-color: #7d4829;
}

[data-palette="palette-22"] .table-bordered > thead > tr > th,
[data-palette="palette-22"] .table-bordered > tbody > tr > th,
[data-palette="palette-22"] .table-bordered > tfoot > tr > th,
[data-palette="palette-22"] .table-bordered > thead > tr > td,
[data-palette="palette-22"] .table-bordered > tbody > tr > td,
[data-palette="palette-22"] .table-bordered > tfoot > tr > td {
    border-color: #7d4829;
}

[data-palette="palette-22"] .table-striped > tbody > tr:nth-child(even) > td, [data-palette="palette-22"] .table-striped > tbody > tr:nth-child(even) > th {
    background-color: #60371f;
}

[data-palette="palette-22"] .table-striped > tbody > tr:nth-child(odd) > td, [data-palette="palette-22"] .table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #744226;
}

[data-palette="palette-22"] .table-hover > tbody > tr:hover > td, [data-palette="palette-22"] .table-hover > tbody > tr:hover > th {
    background-color: #874d2c;
}

[data-palette="palette-23"] .table > thead > tr > th {
    border-bottom: 1px solid #a96238;
}

[data-palette="palette-23"] .table > tbody + tbody {
    border-top: 1px solid #a96238;
}

[data-palette="palette-23"] .table > thead > tr > th,
[data-palette="palette-23"] .table > tbody > tr > th,
[data-palette="palette-23"] .table > tfoot > tr > th,
[data-palette="palette-23"] .table > thead > tr > td,
[data-palette="palette-23"] .table > tbody > tr > td,
[data-palette="palette-23"] .table > tfoot > tr > td {
    border-top: 1px solid #a96238;
}

[data-palette="palette-23"] .table-bordered {
    border-color: #a96238;
}

[data-palette="palette-23"] .table-bordered > thead > tr > th,
[data-palette="palette-23"] .table-bordered > tbody > tr > th,
[data-palette="palette-23"] .table-bordered > tfoot > tr > th,
[data-palette="palette-23"] .table-bordered > thead > tr > td,
[data-palette="palette-23"] .table-bordered > tbody > tr > td,
[data-palette="palette-23"] .table-bordered > tfoot > tr > td {
    border-color: #a96238;
}

[data-palette="palette-23"] .table-striped > tbody > tr:nth-child(even) > td, [data-palette="palette-23"] .table-striped > tbody > tr:nth-child(even) > th {
    background-color: #8c512e;
}

[data-palette="palette-23"] .table-striped > tbody > tr:nth-child(odd) > td, [data-palette="palette-23"] .table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #9f5c35;
}

[data-palette="palette-23"] .table-hover > tbody > tr:hover > td, [data-palette="palette-23"] .table-hover > tbody > tr:hover > th {
    background-color: #b2673b;
}

.e-commerce-dashboard td,
.e-commerce-table td {
    display: table-cell !important;
    vertical-align: middle !important;
    border-color: transparent !important;
}

table[data-sortable] {
    border-collapse: collapse;
    border-spacing: 0;
}

table[data-sortable] th {
    vertical-align: bottom;
    font-weight: bold;
}

table[data-sortable] th, table[data-sortable] td {
    text-align: left;
    padding: 10px;
}

table[data-sortable] th:not([data-sortable="false"]) {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    cursor: pointer;
}

table[data-sortable] th:after {
    content: "";
    visibility: hidden;
    display: inline-block;
    vertical-align: inherit;
    height: 0;
    width: 0;
    border-width: 5px;
    border-style: solid;
    border-color: transparent;
    margin-right: 1px;
    margin-left: 10px;
    float: right;
}

table[data-sortable] th[data-sorted="true"]:after {
    visibility: visible;
}

table[data-sortable] th[data-sorted-direction="descending"]:after {
    border-top-color: inherit;
    margin-top: 8px;
}

table[data-sortable] th[data-sorted-direction="ascending"]:after {
    border-bottom-color: inherit;
    margin-top: 3px;
}

[data-direction="ltr"] .treegrid-expander {
    margin-right: 10px;
}

[data-direction="rtl"] .treegrid-expander {
    margin-left: 10px;
}

[data-direction="rtl"] .treegrid-expander.treegrid-expander-collapsed {
    transform: rotate(180deg) !important;
}

.text-widget-1 {
    width: 100%;
    display: block;
    position: relative;
    padding: 15px 0;
    min-height: 79px;
}

.text-widget-1 .fa-stack {
    margin-top: -8px;
}

.text-widget-1 .title {
    text-transform: uppercase;
    font-size: 11px;
    padding: 0 10px;
    font-weight: 700;
}

.text-widget-1 .numbers {
    padding: 0 10px;
}

.text-widget-1 .numbers .amount {
    font-size: 22px;
}

[data-palette="palette-1"] .text-widget-1 {
    background: #3e3e3e !important;
    color: #ffffff !important;
}

[data-palette="palette-2"] .text-widget-1 {
    background: #3c414f !important;
    color: #ffffff !important;
}

[data-palette="palette-3"] .text-widget-1 {
    background: #1a1a1a !important;
    color: #ffffff !important;
}

[data-palette="palette-4"] .text-widget-1 {
    background: #f2f2f2 !important;
    color: #262932 !important;
}

[data-palette="palette-5"] .text-widget-1 {
    background: #f2f2f2 !important;
    color: #262932 !important;
}

[data-palette="palette-6"] .text-widget-1 {
    background: #f2f2f2 !important;
    color: #262932 !important;
}

[data-palette="palette-7"] .text-widget-1 {
    background: #0283f1 !important;
    color: #ffffff !important;
}

[data-palette="palette-8"] .text-widget-1 {
    background: #0275d8 !important;
    color: #ffffff !important;
}

[data-palette="palette-9"] .text-widget-1 {
    background: #0267bf !important;
    color: #ffffff !important;
}

[data-palette="palette-10"] .text-widget-1 {
    background: #1a0f8a !important;
    color: #ffffff !important;
}

[data-palette="palette-11"] .text-widget-1 {
    background: #2415bf !important;
    color: #ffffff !important;
}

[data-palette="palette-12"] .text-widget-1 {
    background: #3929e7 !important;
    color: #ffffff !important;
}

[data-palette="palette-13"] .text-widget-1 {
    background: #4b0f8a !important;
    color: #ffffff !important;
}

[data-palette="palette-14"] .text-widget-1 {
    background: #6815bf !important;
    color: #ffffff !important;
}

[data-palette="palette-15"] .text-widget-1 {
    background: #8529e7 !important;
    color: #ffffff !important;
}

[data-palette="palette-16"] .text-widget-1 {
    background: #bf156b !important;
    color: #ffffff !important;
}

[data-palette="palette-17"] .text-widget-1 {
    background: #e72989 !important;
    color: #ffffff !important;
}

[data-palette="palette-18"] .text-widget-1 {
    background: #bf1e15 !important;
    color: #ffffff !important;
}

[data-palette="palette-19"] .text-widget-1 {
    background: #e73229 !important;
    color: #ffffff !important;
}

[data-palette="palette-20"] .text-widget-1 {
    background: #0f8a20 !important;
    color: #ffffff !important;
}

[data-palette="palette-21"] .text-widget-1 {
    background: #5d8a0f !important;
    color: #ffffff !important;
}

[data-palette="palette-22"] .text-widget-1 {
    background: #744226 !important;
    color: #ffffff !important;
}

[data-palette="palette-23"] .text-widget-1 {
    background: #9f5c35 !important;
    color: #ffffff !important;
}

.text-widget-2 {
    width: 100%;
    position: relative;
    padding: 30px;
}

.text-widget-2 .subtitle {
    font-size: 13px;
}

.text-widget-2 .title {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
}

.text-widget-2 .amount {
    font-size: 36px;
}

.text-widget-3 {
    width: 100%;
    position: relative;
    padding: 40px;
}

.text-widget-3 .title {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.text-widget-3 .amount {
    font-size: 36px;
}

[data-direction="ltr"] .text-widget-4 {
    position: relative;
    height: 120px;
    border: 0;
}

[data-direction="ltr"] .text-widget-4 .title {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
}

[data-direction="ltr"] .text-widget-4 .subtitle {
    position: absolute;
    bottom: 10px;
    left: 10px;
    font-size: 14px;
}

[data-direction="ltr"] .text-widget-4 .amount {
    position: absolute;
    top: 42px;
    left: 10px;
    font-size: 24px;
    font-weight: 700;
}

[data-direction="ltr"] .text-widget-4 .tag {
    position: absolute;
    top: 10px;
    right: 10px;
    background: transparent;
}

[data-direction="ltr"] .text-widget-4 .percent {
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 18px;
    font-weight: 700;
}

[data-direction="rtl"] .text-widget-4 {
    position: relative;
    height: 120px;
    border: 0;
}

[data-direction="rtl"] .text-widget-4 .title {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
}

[data-direction="rtl"] .text-widget-4 .subtitle {
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 14px;
}

[data-direction="rtl"] .text-widget-4 .amount {
    position: absolute;
    top: 42px;
    right: 10px;
    font-size: 24px;
    font-weight: 700;
}

[data-direction="rtl"] .text-widget-4 .tag {
    position: absolute;
    top: 10px;
    left: 10px;
    background: transparent;
}

[data-direction="rtl"] .text-widget-4 .percent {
    position: absolute;
    bottom: 10px;
    left: 10px;
    font-size: 18px;
    font-weight: 700;
}

.text-widget-5 {
    width: 100%;
    display: block;
    position: relative;
    padding: 15px 0;
}

.text-widget-5 .fa-stack {
    margin-top: -8px;
}

.text-widget-5 .title {
    text-transform: uppercase;
    font-size: 11px;
    padding: 0 10px;
    font-weight: 700;
}

.text-widget-5 .numbers {
    padding: 0 10px;
}

.text-widget-5 .numbers .amount {
    font-size: 22px;
}

[data-palette="palette-1"] .text-widget-5 {
    background: #242424 !important;
    color: #ffffff !important;
}

[data-palette="palette-2"] .text-widget-5 {
    background: #262932 !important;
    color: #ffffff !important;
}

[data-palette="palette-3"] .text-widget-5 {
    background: #000000 !important;
    color: #ffffff !important;
}

[data-palette="palette-4"] .text-widget-5 {
    background: #ffffff !important;
    color: #262932 !important;
}

[data-palette="palette-5"] .text-widget-5 {
    background: #ffffff !important;
    color: #262932 !important;
}

[data-palette="palette-6"] .text-widget-5 {
    background: #ffffff !important;
    color: #262932 !important;
}

[data-palette="palette-7"] .text-widget-5 {
    background: #0267bf !important;
    color: #ffffff !important;
}

[data-palette="palette-8"] .text-widget-5 {
    background: #025aa5 !important;
    color: #ffffff !important;
}

[data-palette="palette-9"] .text-widget-5 {
    background: #014c8c !important;
    color: #ffffff !important;
}

[data-palette="palette-10"] .text-widget-5 {
    background: #110a5c !important;
    color: #ffffff !important;
}

[data-palette="palette-11"] .text-widget-5 {
    background: #1b1091 !important;
    color: #ffffff !important;
}

[data-palette="palette-12"] .text-widget-5 {
    background: #2516c7 !important;
    color: #ffffff !important;
}

[data-palette="palette-13"] .text-widget-5 {
    background: #320a5c !important;
    color: #ffffff !important;
}

[data-palette="palette-14"] .text-widget-5 {
    background: #4f1091 !important;
    color: #ffffff !important;
}

[data-palette="palette-15"] .text-widget-5 {
    background: #6c16c7 !important;
    color: #ffffff !important;
}

[data-palette="palette-16"] .text-widget-5 {
    background: #911051 !important;
    color: #ffffff !important;
}

[data-palette="palette-17"] .text-widget-5 {
    background: #c7166f !important;
    color: #ffffff !important;
}

[data-palette="palette-18"] .text-widget-5 {
    background: #911710 !important;
    color: #ffffff !important;
}

[data-palette="palette-19"] .text-widget-5 {
    background: #c71f16 !important;
    color: #ffffff !important;
}

[data-palette="palette-20"] .text-widget-5 {
    background: #0a5c15 !important;
    color: #ffffff !important;
}

[data-palette="palette-21"] .text-widget-5 {
    background: #3e5c0a !important;
    color: #ffffff !important;
}

[data-palette="palette-22"] .text-widget-5 {
    background: #4d2c19 !important;
    color: #ffffff !important;
}

[data-palette="palette-23"] .text-widget-5 {
    background: #794628 !important;
    color: #ffffff !important;
}

.text-widget-7 {
    width: 100%;
    position: relative;
    padding: 10px 20px;
}

.text-widget-7 .amount {
    font-size: 24px;
}

.text-widget-7 .title {
    font-size: 12px;
}

.text-widget-7.text-widget-left {
    text-align: left !important;
}

.text-widget-7.text-widget-center {
    text-align: center !important;
}

.text-widget-7.text-widget-right {
    text-align: right !important;
}

.text-widget-8 {
    width: 100%;
    position: relative;
    padding: 10px 0;
}

.text-widget-8 .title {
    text-transform: uppercase;
    font-size: 11px;
    padding: 0 10px;
    font-weight: 700;
}

.text-widget-8 .numbers {
    padding: 0 10px;
}

.text-widget-8 .numbers .amount {
    font-size: 22px;
}

.text-widget-8 .numbers .percent {
    font-size: 14px;
}

[data-direction="ltr"] .text-widget-10.text-widget-sm {
    width: 100%;
    display: block;
    position: relative;
    height: 60px;
    overflow: hidden;
}

[data-direction="ltr"] .text-widget-10.text-widget-sm .row, [data-direction="ltr"] .text-widget-10.text-widget-sm .col-xs-12 {
    padding: 0;
    margin: 0;
}

[data-direction="ltr"] .text-widget-10.text-widget-sm .left {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    left: 0;
}

[data-direction="ltr"] .text-widget-10.text-widget-sm .left .circle {
    display: block;
    border: 2px solid #fff;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1 !important;
    height: 40px;
    width: 40px;
}

[data-direction="ltr"] .text-widget-10.text-widget-sm .left i {
    font-size: 25px;
    line-height: 60px;
    z-index: 2 !important;
}

[data-direction="ltr"] .text-widget-10.text-widget-sm .right {
    padding-left: 60px;
    height: 60px;
}

[data-direction="ltr"] .text-widget-10.text-widget-sm .right .title {
    padding: 10px 20px 0 20px;
    font-size: 12px;
}

[data-direction="ltr"] .text-widget-10.text-widget-sm .right .numbers {
    font-size: 15px;
    padding: 0 20px;
}

[data-direction="ltr"] .text-widget-10.text-widget-md {
    width: 100%;
    display: block;
    position: relative;
    height: 80px;
    overflow: hidden;
}

[data-direction="ltr"] .text-widget-10.text-widget-md .row, [data-direction="ltr"] .text-widget-10.text-widget-md .col-xs-12 {
    padding: 0;
    margin: 0;
}

[data-direction="ltr"] .text-widget-10.text-widget-md .left {
    width: 80px;
    height: 80px;
    position: absolute;
    top: 0;
    left: 0;
}

[data-direction="ltr"] .text-widget-10.text-widget-md .left .circle {
    display: block;
    border: 2px solid #fff;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;
    height: 60px;
    width: 60px;
}

[data-direction="ltr"] .text-widget-10.text-widget-md .left i {
    font-size: 40px;
    line-height: 80px;
    z-index: 2;
}

[data-direction="ltr"] .text-widget-10.text-widget-md .right {
    padding-left: 80px;
    height: 80px;
}

[data-direction="ltr"] .text-widget-10.text-widget-md .right .title {
    padding: 16px 20px 0 20px;
    font-size: 13px;
}

[data-direction="ltr"] .text-widget-10.text-widget-md .right .numbers {
    font-size: 16px;
    padding: 0 20px;
}

[data-direction="ltr"] .text-widget-10.text-widget-lg {
    width: 100%;
    display: block;
    position: relative;
    height: 100px;
    overflow: hidden;
}

[data-direction="ltr"] .text-widget-10.text-widget-lg .row, [data-direction="ltr"] .text-widget-10.text-widget-lg .col-xs-12 {
    padding: 0;
    margin: 0;
}

[data-direction="ltr"] .text-widget-10.text-widget-lg .left {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 0;
    left: 0;
}

[data-direction="ltr"] .text-widget-10.text-widget-lg .left .circle {
    display: block;
    border: 2px solid #fff;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;
    height: 80px;
    width: 80px;
}

[data-direction="ltr"] .text-widget-10.text-widget-lg .left i {
    font-size: 50px;
    line-height: 100px;
    z-index: 2;
}

[data-direction="ltr"] .text-widget-10.text-widget-lg .right {
    padding-left: 100px;
    height: 100px;
}

[data-direction="ltr"] .text-widget-10.text-widget-lg .right .title {
    padding: 22px 20px 0 20px;
    font-size: 14px;
}

[data-direction="ltr"] .text-widget-10.text-widget-lg .right .numbers {
    font-size: 22px;
    padding: 0 20px;
}

[data-direction="rtl"] .text-widget-10.text-widget-sm {
    width: 100%;
    display: block;
    position: relative;
    height: 60px;
    overflow: hidden;
}

[data-direction="rtl"] .text-widget-10.text-widget-sm .row, [data-direction="rtl"] .text-widget-10.text-widget-sm .col-xs-12 {
    padding: 0;
    margin: 0;
}

[data-direction="rtl"] .text-widget-10.text-widget-sm .left {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    right: 0;
}

[data-direction="rtl"] .text-widget-10.text-widget-sm .left .circle {
    border: 2px solid #fff;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1 !important;
    height: 40px;
    width: 40px;
}

[data-direction="rtl"] .text-widget-10.text-widget-sm .left i {
    font-size: 25px;
    line-height: 60px;
    z-index: 2 !important;
}

[data-direction="rtl"] .text-widget-10.text-widget-sm .right {
    padding-right: 60px;
    height: 60px;
}

[data-direction="rtl"] .text-widget-10.text-widget-sm .right .title {
    padding: 10px 20px 0 20px;
    font-size: 12px;
}

[data-direction="rtl"] .text-widget-10.text-widget-sm .right .numbers {
    font-size: 15px;
    padding: 0 20px;
}

[data-direction="rtl"] .text-widget-10.text-widget-md {
    width: 100%;
    display: block;
    position: relative;
    height: 80px;
    overflow: hidden;
}

[data-direction="rtl"] .text-widget-10.text-widget-md .row, [data-direction="rtl"] .text-widget-10.text-widget-md .col-xs-12 {
    padding: 0;
    margin: 0;
}

[data-direction="rtl"] .text-widget-10.text-widget-md .left {
    width: 80px;
    height: 80px;
    position: absolute;
    top: 0;
    right: 0;
}

[data-direction="rtl"] .text-widget-10.text-widget-md .left .circle {
    border: 2px solid #fff;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
    height: 60px;
    width: 60px;
}

[data-direction="rtl"] .text-widget-10.text-widget-md .left i {
    font-size: 40px;
    line-height: 80px;
    z-index: 2;
}

[data-direction="rtl"] .text-widget-10.text-widget-md .right {
    padding-right: 80px;
    height: 80px;
}

[data-direction="rtl"] .text-widget-10.text-widget-md .right .title {
    padding: 16px 20px 0 20px;
    font-size: 13px;
}

[data-direction="rtl"] .text-widget-10.text-widget-md .right .numbers {
    font-size: 16px;
    padding: 0 20px;
}

[data-direction="rtl"] .text-widget-10.text-widget-lg {
    width: 100%;
    display: block;
    position: relative;
    height: 100px;
    overflow: hidden;
}

[data-direction="rtl"] .text-widget-10.text-widget-lg .row, [data-direction="rtl"] .text-widget-10.text-widget-lg .col-xs-12 {
    padding: 0;
    margin: 0;
}

[data-direction="rtl"] .text-widget-10.text-widget-lg .left {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 0;
    right: 0;
}

[data-direction="rtl"] .text-widget-10.text-widget-lg .left .circle {
    border: 2px solid #fff;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
    height: 80px;
    width: 80px;
}

[data-direction="rtl"] .text-widget-10.text-widget-lg .left i {
    font-size: 50px;
    line-height: 100px;
    z-index: 2;
}

[data-direction="rtl"] .text-widget-10.text-widget-lg .right {
    padding-right: 100px;
    height: 100px;
}

[data-direction="rtl"] .text-widget-10.text-widget-lg .right .title {
    padding: 22px 20px 0 20px;
    font-size: 14px;
}

[data-direction="rtl"] .text-widget-10.text-widget-lg .right .numbers {
    font-size: 22px;
    padding: 0 20px;
}

[data-direction="ltr"] .text-widget-16.text-widget-sm {
    width: 100%;
    display: block;
    position: relative;
    height: 60px;
    overflow: hidden;
}

[data-direction="ltr"] .text-widget-16.text-widget-sm .row, [data-direction="ltr"] .text-widget-16.text-widget-sm .col-xs-12 {
    padding: 0;
    margin: 0;
}

[data-direction="ltr"] .text-widget-16.text-widget-sm .left {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    left: 0;
}

[data-direction="ltr"] .text-widget-16.text-widget-sm .left i {
    font-size: 25px;
    line-height: 60px;
}

[data-direction="ltr"] .text-widget-16.text-widget-sm .right {
    padding-left: 60px;
    height: 60px;
}

[data-direction="ltr"] .text-widget-16.text-widget-sm .right .title {
    padding: 11px 0 0 20px;
    font-size: 11px;
    text-transform: uppercase;
}

[data-direction="ltr"] .text-widget-16.text-widget-sm .right .numbers {
    font-size: 15px;
    padding: 0 20px;
}

[data-direction="ltr"] .text-widget-16.text-widget-md {
    width: 100%;
    display: block;
    position: relative;
    height: 80px;
    overflow: hidden;
}

[data-direction="ltr"] .text-widget-16.text-widget-md .row, [data-direction="ltr"] .text-widget-16.text-widget-md .col-xs-12 {
    padding: 0;
    margin: 0;
}

[data-direction="ltr"] .text-widget-16.text-widget-md .left {
    width: 80px;
    height: 80px;
    position: absolute;
    top: 0;
    left: 0;
}

[data-direction="ltr"] .text-widget-16.text-widget-md .left i {
    font-size: 40px;
    line-height: 80px;
}

[data-direction="ltr"] .text-widget-16.text-widget-md .right {
    padding-left: 80px;
    height: 80px;
}

[data-direction="ltr"] .text-widget-16.text-widget-md .right .title {
    padding: 17px 0 5px 20px;
    font-size: 12px;
    text-transform: uppercase;
}

[data-direction="ltr"] .text-widget-16.text-widget-md .right .numbers {
    font-size: 16px;
    padding: 0 20px;
}

[data-direction="ltr"] .text-widget-16.text-widget-lg {
    width: 100%;
    display: block;
    position: relative;
    height: 100px;
    overflow: hidden;
}

[data-direction="ltr"] .text-widget-16.text-widget-lg .row, [data-direction="ltr"] .text-widget-16.text-widget-lg .col-xs-12 {
    padding: 0;
    margin: 0;
}

[data-direction="ltr"] .text-widget-16.text-widget-lg .left {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 0;
    left: 0;
}

[data-direction="ltr"] .text-widget-16.text-widget-lg .left i {
    font-size: 50px;
    line-height: 100px;
}

[data-direction="ltr"] .text-widget-16.text-widget-lg .right {
    padding-left: 100px;
    height: 100px;
}

[data-direction="ltr"] .text-widget-16.text-widget-lg .right .title {
    padding: 20px 0 5px 20px;
    font-size: 14px;
    text-transform: uppercase;
}

[data-direction="ltr"] .text-widget-16.text-widget-lg .right .numbers {
    font-size: 22px;
    padding: 0 20px;
}

[data-direction="rtl"] .text-widget-16.text-widget-sm {
    width: 100%;
    display: block;
    position: relative;
    height: 60px;
    overflow: hidden;
}

[data-direction="rtl"] .text-widget-16.text-widget-sm .row, [data-direction="rtl"] .text-widget-16.text-widget-sm .col-xs-12 {
    padding: 0;
    margin: 0;
}

[data-direction="rtl"] .text-widget-16.text-widget-sm .left {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    right: 0;
}

[data-direction="rtl"] .text-widget-16.text-widget-sm .left i {
    font-size: 25px;
    line-height: 60px;
}

[data-direction="rtl"] .text-widget-16.text-widget-sm .right {
    padding-right: 60px;
    height: 60px;
}

[data-direction="rtl"] .text-widget-16.text-widget-sm .right .title {
    padding: 11px 20px 0 0;
    font-size: 11px;
    text-transform: uppercase;
}

[data-direction="rtl"] .text-widget-16.text-widget-sm .right .numbers {
    font-size: 15px;
    padding: 0 20px;
}

[data-direction="rtl"] .text-widget-16.text-widget-md {
    width: 100%;
    display: block;
    position: relative;
    height: 80px;
    overflow: hidden;
}

[data-direction="rtl"] .text-widget-16.text-widget-md .row, [data-direction="rtl"] .text-widget-16.text-widget-md .col-xs-12 {
    padding: 0;
    margin: 0;
}

[data-direction="rtl"] .text-widget-16.text-widget-md .left {
    width: 80px;
    height: 80px;
    position: absolute;
    top: 0;
    right: 0;
}

[data-direction="rtl"] .text-widget-16.text-widget-md .left i {
    font-size: 40px;
    line-height: 80px;
}

[data-direction="rtl"] .text-widget-16.text-widget-md .right {
    padding-right: 80px;
    height: 80px;
}

[data-direction="rtl"] .text-widget-16.text-widget-md .right .title {
    padding: 17px 20px 5px 0;
    font-size: 12px;
    text-transform: uppercase;
}

[data-direction="rtl"] .text-widget-16.text-widget-md .right .numbers {
    font-size: 16px;
    padding: 0 20px;
}

[data-direction="rtl"] .text-widget-16.text-widget-lg {
    width: 100%;
    display: block;
    position: relative;
    height: 100px;
    overflow: hidden;
}

[data-direction="rtl"] .text-widget-16.text-widget-lg .row, [data-direction="rtl"] .text-widget-16.text-widget-lg .col-xs-12 {
    padding: 0;
    margin: 0;
}

[data-direction="rtl"] .text-widget-16.text-widget-lg .left {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 0;
    right: 0;
}

[data-direction="rtl"] .text-widget-16.text-widget-lg .left i {
    font-size: 50px;
    line-height: 100px;
}

[data-direction="rtl"] .text-widget-16.text-widget-lg .right {
    padding-right: 100px;
    height: 100px;
}

[data-direction="rtl"] .text-widget-16.text-widget-lg .right .title {
    padding: 20px 20px 5px 0;
    font-size: 14px;
    text-transform: uppercase;
}

[data-direction="rtl"] .text-widget-16.text-widget-lg .right .numbers {
    font-size: 22px;
    padding: 0 20px;
}

.text-widget-19 {
    width: 100%;
    font-size: 14px;
}

.text-widget-19 .amount {
    font-size: 18px !important;
    font-weight: 700;
}

.text-widget-20 {
    width: 100%;
    font-size: 14px;
}

.text-widget-20 .amount {
    font-size: 18px !important;
    font-weight: 700;
}

[data-direction="ltr"] .timeline-widget-2 {
    width: 100%;
    position: relative;
    background: transparent;
    font-size: 14px;
}

[data-direction="ltr"] .timeline-widget-2 .row {
    margin: 0;
    padding: 0;
}

[data-direction="ltr"] .timeline-widget-2 .text-bold {
    font-weight: bold;
}

[data-direction="ltr"] .timeline-widget-2 .text-sm {
    font-size: 13px;
    margin-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
}

[data-direction="ltr"] .timeline-widget-2 .text {
    margin-bottom: 8px;
    padding-left: 5px;
    padding-right: 5px;
}

[data-direction="ltr"] .timeline-widget-2 .timeline {
    position: relative;
    min-height: 100px;
    padding: 10px 20px;
}

[data-direction="ltr"] .timeline-widget-2 .even {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    padding: 10px;
}

[data-direction="ltr"] .timeline-widget-2 .even .text-sm {
    text-align: left;
}

[data-direction="ltr"] .timeline-widget-2 .even .text {
    text-align: left;
}

[data-direction="ltr"] .timeline-widget-2 .odd {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    padding: 10px;
}

[data-direction="ltr"] .timeline-widget-2 .odd .text-sm {
    text-align: right;
}

[data-direction="ltr"] .timeline-widget-2 .odd .text {
    text-align: right;
}

[data-direction="rtl"] .timeline-widget-2 {
    width: 100%;
    position: relative;
    background: transparent;
    font-size: 14px;
}

[data-direction="rtl"] .timeline-widget-2 .row {
    margin: 0;
    padding: 0;
}

[data-direction="rtl"] .timeline-widget-2 .text-bold {
    font-weight: bold;
}

[data-direction="rtl"] .timeline-widget-2 .text-sm {
    font-size: 13px;
    margin-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
}

[data-direction="rtl"] .timeline-widget-2 .text {
    margin-bottom: 8px;
    padding-left: 5px;
    padding-right: 5px;
}

[data-direction="rtl"] .timeline-widget-2 .timeline {
    position: relative;
    min-height: 100px;
    padding: 10px 20px;
}

[data-direction="rtl"] .timeline-widget-2 .even {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    padding: 10px;
}

[data-direction="rtl"] .timeline-widget-2 .even .text-sm {
    text-align: right;
}

[data-direction="rtl"] .timeline-widget-2 .even .text {
    text-align: right;
}

[data-direction="rtl"] .timeline-widget-2 .odd {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    padding: 10px;
}

[data-direction="rtl"] .timeline-widget-2 .odd .text-sm {
    text-align: left;
}

[data-direction="rtl"] .timeline-widget-2 .odd .text {
    text-align: left;
}

.timeline-primary {
    position: relative;
}

.timeline-primary:before, .timeline-primary:after {
    content: '';
    display: table;
}

.timeline-primary:before {
    content: '';
    position: absolute;
    display: block;
    width: 2px;
    top: 0;
    bottom: 0px;
    left: 50%;
    z-index: 1;
    background: #0275d8;
}

.timeline-primary:after {
    content: '';
    position: absolute;
    display: block;
    top: 10px;
    left: 50%;
    margin-left: -5px;
    width: 12px;
    height: 12px;
    background-color: #0275d8;
    border-radius: 50% !important;
    z-index: 2;
}

.timeline-default {
    position: relative;
}

.timeline-default:before, .timeline-default:after {
    content: '';
    display: table;
}

.timeline-default:before {
    content: '';
    position: absolute;
    display: block;
    width: 2px;
    top: 0;
    bottom: 0px;
    left: 50%;
    z-index: 1;
    background: #5bc0de;
}

.timeline-default:after {
    content: '';
    position: absolute;
    display: block;
    top: 10px;
    left: 50%;
    margin-left: -5px;
    width: 12px;
    height: 12px;
    background-color: #5bc0de;
    border-radius: 50% !important;
    z-index: 2;
}

.timeline-success {
    position: relative;
}

.timeline-success:before, .timeline-success:after {
    content: '';
    display: table;
}

.timeline-success:before {
    content: '';
    position: absolute;
    display: block;
    width: 2px;
    top: 0;
    bottom: 0px;
    left: 50%;
    z-index: 1;
    background: #5cb85c;
}

.timeline-success:after {
    content: '';
    position: absolute;
    display: block;
    top: 10px;
    left: 50%;
    margin-left: -5px;
    width: 12px;
    height: 12px;
    background-color: #5cb85c;
    border-radius: 50% !important;
    z-index: 2;
}

.timeline-info {
    position: relative;
}

.timeline-info:before, .timeline-info:after {
    content: '';
    display: table;
}

.timeline-info:before {
    content: '';
    position: absolute;
    display: block;
    width: 2px;
    top: 0;
    bottom: 0px;
    left: 50%;
    z-index: 1;
    background: #00aced;
}

.timeline-info:after {
    content: '';
    position: absolute;
    display: block;
    top: 10px;
    left: 50%;
    margin-left: -5px;
    width: 12px;
    height: 12px;
    background-color: #00aced;
    border-radius: 50% !important;
    z-index: 2;
}

.timeline-warning {
    position: relative;
}

.timeline-warning:before, .timeline-warning:after {
    content: '';
    display: table;
}

.timeline-warning:before {
    content: '';
    position: absolute;
    display: block;
    width: 2px;
    top: 0;
    bottom: 0px;
    left: 50%;
    z-index: 1;
    background: #f0ad4e;
}

.timeline-warning:after {
    content: '';
    position: absolute;
    display: block;
    top: 10px;
    left: 50%;
    margin-left: -5px;
    width: 12px;
    height: 12px;
    background-color: #f0ad4e;
    border-radius: 50% !important;
    z-index: 2;
}

.timeline-danger {
    position: relative;
}

.timeline-danger:before, .timeline-danger:after {
    content: '';
    display: table;
}

.timeline-danger:before {
    content: '';
    position: absolute;
    display: block;
    width: 2px;
    top: 0;
    bottom: 0px;
    left: 50%;
    z-index: 1;
    background: #d9534f;
}

.timeline-danger:after {
    content: '';
    position: absolute;
    display: block;
    top: 10px;
    left: 50%;
    margin-left: -5px;
    width: 12px;
    height: 12px;
    background-color: #d9534f;
    border-radius: 50% !important;
    z-index: 2;
}

[data-palette="palette-1"] .timeline-widget-2 .even {
    background: #3e3e3e;
}

[data-palette="palette-1"] .timeline-widget-2 .even .text-sm {
    background: #3e3e3e;
}

[data-palette="palette-1"] .timeline-widget-2 .even .text {
    background: #3e3e3e;
}

[data-palette="palette-1"] .timeline-widget-2 .odd {
    background: #3e3e3e;
}

[data-palette="palette-1"] .timeline-widget-2 .odd .text-sm {
    background: #3e3e3e;
}

[data-palette="palette-1"] .timeline-widget-2 .odd .text {
    background: #3e3e3e;
}

[data-palette="palette-2"] .timeline-widget-2 .even {
    background: #3c414f;
}

[data-palette="palette-2"] .timeline-widget-2 .even .text-sm {
    background: #3c414f;
}

[data-palette="palette-2"] .timeline-widget-2 .even .text {
    background: #3c414f;
}

[data-palette="palette-2"] .timeline-widget-2 .odd {
    background: #3c414f;
}

[data-palette="palette-2"] .timeline-widget-2 .odd .text-sm {
    background: #3c414f;
}

[data-palette="palette-2"] .timeline-widget-2 .odd .text {
    background: #3c414f;
}

[data-palette="palette-3"] .timeline-widget-2 .even {
    background: #1a1a1a;
}

[data-palette="palette-3"] .timeline-widget-2 .even .text-sm {
    background: #1a1a1a;
}

[data-palette="palette-3"] .timeline-widget-2 .even .text {
    background: #1a1a1a;
}

[data-palette="palette-3"] .timeline-widget-2 .odd {
    background: #1a1a1a;
}

[data-palette="palette-3"] .timeline-widget-2 .odd .text-sm {
    background: #1a1a1a;
}

[data-palette="palette-3"] .timeline-widget-2 .odd .text {
    background: #1a1a1a;
}

[data-palette="palette-4"] .timeline-widget-2 .even {
    background: #f2f2f2;
}

[data-palette="palette-4"] .timeline-widget-2 .even .text-sm {
    background: #f2f2f2;
}

[data-palette="palette-4"] .timeline-widget-2 .even .text {
    background: #f2f2f2;
}

[data-palette="palette-4"] .timeline-widget-2 .odd {
    background: #f2f2f2;
}

[data-palette="palette-4"] .timeline-widget-2 .odd .text-sm {
    background: #f2f2f2;
}

[data-palette="palette-4"] .timeline-widget-2 .odd .text {
    background: #f2f2f2;
}

[data-palette="palette-5"] .timeline-widget-2 .even {
    background: #f2f2f2;
}

[data-palette="palette-5"] .timeline-widget-2 .even .text-sm {
    background: #f2f2f2;
}

[data-palette="palette-5"] .timeline-widget-2 .even .text {
    background: #f2f2f2;
}

[data-palette="palette-5"] .timeline-widget-2 .odd {
    background: #f2f2f2;
}

[data-palette="palette-5"] .timeline-widget-2 .odd .text-sm {
    background: #f2f2f2;
}

[data-palette="palette-5"] .timeline-widget-2 .odd .text {
    background: #f2f2f2;
}

[data-palette="palette-6"] .timeline-widget-2 .even {
    background: #f2f2f2;
}

[data-palette="palette-6"] .timeline-widget-2 .even .text-sm {
    background: #f2f2f2;
}

[data-palette="palette-6"] .timeline-widget-2 .even .text {
    background: #f2f2f2;
}

[data-palette="palette-6"] .timeline-widget-2 .odd {
    background: #f2f2f2;
}

[data-palette="palette-6"] .timeline-widget-2 .odd .text-sm {
    background: #f2f2f2;
}

[data-palette="palette-6"] .timeline-widget-2 .odd .text {
    background: #f2f2f2;
}

[data-palette="palette-7"] .timeline-widget-2 .even {
    background: #0283f1;
}

[data-palette="palette-7"] .timeline-widget-2 .even .text-sm {
    background: #0283f1;
}

[data-palette="palette-7"] .timeline-widget-2 .even .text {
    background: #0283f1;
}

[data-palette="palette-7"] .timeline-widget-2 .odd {
    background: #0283f1;
}

[data-palette="palette-7"] .timeline-widget-2 .odd .text-sm {
    background: #0283f1;
}

[data-palette="palette-7"] .timeline-widget-2 .odd .text {
    background: #0283f1;
}

[data-palette="palette-8"] .timeline-widget-2 .even {
    background: #0275d8;
}

[data-palette="palette-8"] .timeline-widget-2 .even .text-sm {
    background: #0275d8;
}

[data-palette="palette-8"] .timeline-widget-2 .even .text {
    background: #0275d8;
}

[data-palette="palette-8"] .timeline-widget-2 .odd {
    background: #0275d8;
}

[data-palette="palette-8"] .timeline-widget-2 .odd .text-sm {
    background: #0275d8;
}

[data-palette="palette-8"] .timeline-widget-2 .odd .text {
    background: #0275d8;
}

[data-palette="palette-9"] .timeline-widget-2 .even {
    background: #0267bf;
}

[data-palette="palette-9"] .timeline-widget-2 .even .text-sm {
    background: #0267bf;
}

[data-palette="palette-9"] .timeline-widget-2 .even .text {
    background: #0267bf;
}

[data-palette="palette-9"] .timeline-widget-2 .odd {
    background: #0267bf;
}

[data-palette="palette-9"] .timeline-widget-2 .odd .text-sm {
    background: #0267bf;
}

[data-palette="palette-9"] .timeline-widget-2 .odd .text {
    background: #0267bf;
}

[data-palette="palette-10"] .timeline-widget-2 .even {
    background: #1a0f8a;
}

[data-palette="palette-10"] .timeline-widget-2 .even .text-sm {
    background: #1a0f8a;
}

[data-palette="palette-10"] .timeline-widget-2 .even .text {
    background: #1a0f8a;
}

[data-palette="palette-10"] .timeline-widget-2 .odd {
    background: #1a0f8a;
}

[data-palette="palette-10"] .timeline-widget-2 .odd .text-sm {
    background: #1a0f8a;
}

[data-palette="palette-10"] .timeline-widget-2 .odd .text {
    background: #1a0f8a;
}

[data-palette="palette-11"] .timeline-widget-2 .even {
    background: #2415bf;
}

[data-palette="palette-11"] .timeline-widget-2 .even .text-sm {
    background: #2415bf;
}

[data-palette="palette-11"] .timeline-widget-2 .even .text {
    background: #2415bf;
}

[data-palette="palette-11"] .timeline-widget-2 .odd {
    background: #2415bf;
}

[data-palette="palette-11"] .timeline-widget-2 .odd .text-sm {
    background: #2415bf;
}

[data-palette="palette-11"] .timeline-widget-2 .odd .text {
    background: #2415bf;
}

[data-palette="palette-12"] .timeline-widget-2 .even {
    background: #3929e7;
}

[data-palette="palette-12"] .timeline-widget-2 .even .text-sm {
    background: #3929e7;
}

[data-palette="palette-12"] .timeline-widget-2 .even .text {
    background: #3929e7;
}

[data-palette="palette-12"] .timeline-widget-2 .odd {
    background: #3929e7;
}

[data-palette="palette-12"] .timeline-widget-2 .odd .text-sm {
    background: #3929e7;
}

[data-palette="palette-12"] .timeline-widget-2 .odd .text {
    background: #3929e7;
}

[data-palette="palette-13"] .timeline-widget-2 .even {
    background: #4b0f8a;
}

[data-palette="palette-13"] .timeline-widget-2 .even .text-sm {
    background: #4b0f8a;
}

[data-palette="palette-13"] .timeline-widget-2 .even .text {
    background: #4b0f8a;
}

[data-palette="palette-13"] .timeline-widget-2 .odd {
    background: #4b0f8a;
}

[data-palette="palette-13"] .timeline-widget-2 .odd .text-sm {
    background: #4b0f8a;
}

[data-palette="palette-13"] .timeline-widget-2 .odd .text {
    background: #4b0f8a;
}

[data-palette="palette-14"] .timeline-widget-2 .even {
    background: #6815bf;
}

[data-palette="palette-14"] .timeline-widget-2 .even .text-sm {
    background: #6815bf;
}

[data-palette="palette-14"] .timeline-widget-2 .even .text {
    background: #6815bf;
}

[data-palette="palette-14"] .timeline-widget-2 .odd {
    background: #6815bf;
}

[data-palette="palette-14"] .timeline-widget-2 .odd .text-sm {
    background: #6815bf;
}

[data-palette="palette-14"] .timeline-widget-2 .odd .text {
    background: #6815bf;
}

[data-palette="palette-15"] .timeline-widget-2 .even {
    background: #8529e7;
}

[data-palette="palette-15"] .timeline-widget-2 .even .text-sm {
    background: #8529e7;
}

[data-palette="palette-15"] .timeline-widget-2 .even .text {
    background: #8529e7;
}

[data-palette="palette-15"] .timeline-widget-2 .odd {
    background: #8529e7;
}

[data-palette="palette-15"] .timeline-widget-2 .odd .text-sm {
    background: #8529e7;
}

[data-palette="palette-15"] .timeline-widget-2 .odd .text {
    background: #8529e7;
}

[data-palette="palette-16"] .timeline-widget-2 .even {
    background: #bf156b;
}

[data-palette="palette-16"] .timeline-widget-2 .even .text-sm {
    background: #bf156b;
}

[data-palette="palette-16"] .timeline-widget-2 .even .text {
    background: #bf156b;
}

[data-palette="palette-16"] .timeline-widget-2 .odd {
    background: #bf156b;
}

[data-palette="palette-16"] .timeline-widget-2 .odd .text-sm {
    background: #bf156b;
}

[data-palette="palette-16"] .timeline-widget-2 .odd .text {
    background: #bf156b;
}

[data-palette="palette-17"] .timeline-widget-2 .even {
    background: #e72989;
}

[data-palette="palette-17"] .timeline-widget-2 .even .text-sm {
    background: #e72989;
}

[data-palette="palette-17"] .timeline-widget-2 .even .text {
    background: #e72989;
}

[data-palette="palette-17"] .timeline-widget-2 .odd {
    background: #e72989;
}

[data-palette="palette-17"] .timeline-widget-2 .odd .text-sm {
    background: #e72989;
}

[data-palette="palette-17"] .timeline-widget-2 .odd .text {
    background: #e72989;
}

[data-palette="palette-18"] .timeline-widget-2 .even {
    background: #bf1e15;
}

[data-palette="palette-18"] .timeline-widget-2 .even .text-sm {
    background: #bf1e15;
}

[data-palette="palette-18"] .timeline-widget-2 .even .text {
    background: #bf1e15;
}

[data-palette="palette-18"] .timeline-widget-2 .odd {
    background: #bf1e15;
}

[data-palette="palette-18"] .timeline-widget-2 .odd .text-sm {
    background: #bf1e15;
}

[data-palette="palette-18"] .timeline-widget-2 .odd .text {
    background: #bf1e15;
}

[data-palette="palette-19"] .timeline-widget-2 .even {
    background: #e73229;
}

[data-palette="palette-19"] .timeline-widget-2 .even .text-sm {
    background: #e73229;
}

[data-palette="palette-19"] .timeline-widget-2 .even .text {
    background: #e73229;
}

[data-palette="palette-19"] .timeline-widget-2 .odd {
    background: #e73229;
}

[data-palette="palette-19"] .timeline-widget-2 .odd .text-sm {
    background: #e73229;
}

[data-palette="palette-19"] .timeline-widget-2 .odd .text {
    background: #e73229;
}

[data-palette="palette-20"] .timeline-widget-2 .even {
    background: #0f8a20;
}

[data-palette="palette-20"] .timeline-widget-2 .even .text-sm {
    background: #0f8a20;
}

[data-palette="palette-20"] .timeline-widget-2 .even .text {
    background: #0f8a20;
}

[data-palette="palette-20"] .timeline-widget-2 .odd {
    background: #0f8a20;
}

[data-palette="palette-20"] .timeline-widget-2 .odd .text-sm {
    background: #0f8a20;
}

[data-palette="palette-20"] .timeline-widget-2 .odd .text {
    background: #0f8a20;
}

[data-palette="palette-21"] .timeline-widget-2 .even {
    background: #5d8a0f;
}

[data-palette="palette-21"] .timeline-widget-2 .even .text-sm {
    background: #5d8a0f;
}

[data-palette="palette-21"] .timeline-widget-2 .even .text {
    background: #5d8a0f;
}

[data-palette="palette-21"] .timeline-widget-2 .odd {
    background: #5d8a0f;
}

[data-palette="palette-21"] .timeline-widget-2 .odd .text-sm {
    background: #5d8a0f;
}

[data-palette="palette-21"] .timeline-widget-2 .odd .text {
    background: #5d8a0f;
}

[data-palette="palette-22"] .timeline-widget-2 .even {
    background: #744226;
}

[data-palette="palette-22"] .timeline-widget-2 .even .text-sm {
    background: #744226;
}

[data-palette="palette-22"] .timeline-widget-2 .even .text {
    background: #744226;
}

[data-palette="palette-22"] .timeline-widget-2 .odd {
    background: #744226;
}

[data-palette="palette-22"] .timeline-widget-2 .odd .text-sm {
    background: #744226;
}

[data-palette="palette-22"] .timeline-widget-2 .odd .text {
    background: #744226;
}

[data-palette="palette-23"] .timeline-widget-2 .even {
    background: #9f5c35;
}

[data-palette="palette-23"] .timeline-widget-2 .even .text-sm {
    background: #9f5c35;
}

[data-palette="palette-23"] .timeline-widget-2 .even .text {
    background: #9f5c35;
}

[data-palette="palette-23"] .timeline-widget-2 .odd {
    background: #9f5c35;
}

[data-palette="palette-23"] .timeline-widget-2 .odd .text-sm {
    background: #9f5c35;
}

[data-palette="palette-23"] .timeline-widget-2 .odd .text {
    background: #9f5c35;
}

[data-direction="ltr"] .timeline-widget-4 .row {
    margin: 0;
    padding: 0;
}

[data-direction="ltr"] .timeline-widget-4 p {
    margin-bottom: 5px;
}

[data-direction="ltr"] .timeline-widget-4 .timeline {
    position: relative;
    padding-left: 40px;
}

[data-direction="ltr"] .timeline-widget-4 .timeline:before {
    content: '';
    position: absolute;
    display: block;
    width: 2px;
    height: 100%;
    top: 0;
    bottom: 0px;
    left: 20px;
    z-index: 1;
    background: #fff;
}

[data-direction="ltr"] .timeline-widget-4 .timeline:after {
    content: '';
    position: absolute;
    display: block;
    top: 50%;
    left: 20px;
    width: 12px;
    height: 12px;
    background-color: #fff;
    border-radius: 50% !important;
    z-index: 2;
    margin-top: -6px;
    margin-left: -5px;
}

[data-direction="rtl"] .timeline-widget-4 .row {
    margin: 0;
    padding: 0;
}

[data-direction="rtl"] .timeline-widget-4 p {
    margin-bottom: 5px;
}

[data-direction="rtl"] .timeline-widget-4 .timeline {
    position: relative;
    padding-right: 40px;
}

[data-direction="rtl"] .timeline-widget-4 .timeline:before {
    content: '';
    position: absolute;
    display: block;
    width: 2px;
    height: 100%;
    top: 0;
    bottom: 0px;
    right: 20px;
    z-index: 1;
    background: #fff;
}

[data-direction="rtl"] .timeline-widget-4 .timeline:after {
    content: '';
    position: absolute;
    display: block;
    top: 50%;
    right: 20px;
    width: 12px;
    height: 12px;
    background-color: #fff;
    border-radius: 50% !important;
    z-index: 2;
    margin-top: -6px;
    margin-right: -5px;
}

.timeline-widget-4 .timeline-primary:before {
    background: #0275d8 !important;
}

.timeline-widget-4 .timeline-primary:after {
    background-color: #0275d8 !important;
}

.timeline-widget-4 .timeline-default:before {
    background: #5bc0de !important;
}

.timeline-widget-4 .timeline-default:after {
    background-color: #5bc0de !important;
}

.timeline-widget-4 .timeline-success:before {
    background: #5cb85c !important;
}

.timeline-widget-4 .timeline-success:after {
    background-color: #5cb85c !important;
}

.timeline-widget-4 .timeline-info:before {
    background: #00aced !important;
}

.timeline-widget-4 .timeline-info:after {
    background-color: #00aced !important;
}

.timeline-widget-4 .timeline-warning:before {
    background: #f0ad4e !important;
}

.timeline-widget-4 .timeline-warning:after {
    background-color: #f0ad4e !important;
}

.timeline-widget-4 .timeline-danger:before {
    background: #d9534f !important;
}

.timeline-widget-4 .timeline-danger:after {
    background-color: #d9534f !important;
}

.notifyjs-bootstrap-success {
    color: #fff !important;
    background-color: #5cb85c !important;
    border-color: #4cae4c !important;
    background-image: none !important;
}

.notifyjs-bootstrap-info {
    color: #fff !important;
    background-color: #00aced !important;
    border-color: #0099d4 !important;
    background-image: none !important;
}

.notifyjs-bootstrap-warn {
    color: #fff !important;
    background-color: #f0ad4e !important;
    border-color: #eea236 !important;
    background-image: none !important;
}

.notifyjs-bootstrap-error {
    color: #fff !important;
    background-color: #d9534f !important;
    border-color: #d43f3a !important;
    background-image: none !important;
}

.notifyjs-bootstrap-base {
    font-size: 14px !important;
    font-weight: normal !important;
    padding: 8px !important;
    text-shadow: none !important;
}

.alert.alert-primary {
    background-color: #0275d8;
    border-color: #0267bf;
    color: #fff;
}

.alert.alert-primary-outline {
    background-color: transparent !important;
    border-color: #0267bf !important;
    color: #0275d8 !important;
}

.alert.alert-primary-outline .close {
    color: #0275d8 !important;
    text-shadow: none !important;
    opacity: 0.7 !important;
}

.alert.alert-default {
    background-color: #5bc0de;
    border-color: #46b8da;
    color: #fff;
}

.alert.alert-default-outline {
    background-color: transparent !important;
    border-color: #46b8da !important;
    color: #5bc0de !important;
}

.alert.alert-default-outline .close {
    color: #5bc0de !important;
    text-shadow: none !important;
    opacity: 0.7 !important;
}

.alert.alert-success {
    background-color: #5cb85c;
    border-color: #4cae4c;
    color: #fff;
}

.alert.alert-success-outline {
    background-color: transparent !important;
    border-color: #4cae4c !important;
    color: #5cb85c !important;
}

.alert.alert-success-outline .close {
    color: #5cb85c !important;
    text-shadow: none !important;
    opacity: 0.7 !important;
}

.alert.alert-info {
    background-color: #00aced;
    border-color: #0099d4;
    color: #fff;
}

.alert.alert-info-outline {
    background-color: transparent !important;
    border-color: #0099d4 !important;
    color: #00aced !important;
}

.alert.alert-info-outline .close {
    color: #00aced !important;
    text-shadow: none !important;
    opacity: 0.7 !important;
}

.alert.alert-warning {
    background-color: #f0ad4e;
    border-color: #eea236;
    color: #fff;
}

.alert.alert-warning-outline {
    background-color: transparent !important;
    border-color: #eea236 !important;
    color: #f0ad4e !important;
}

.alert.alert-warning-outline .close {
    color: #f0ad4e !important;
    text-shadow: none !important;
    opacity: 0.7 !important;
}

.alert.alert-danger {
    background-color: #d9534f;
    border-color: #d43f3a;
    color: #fff;
}

.alert.alert-danger-outline {
    background-color: transparent !important;
    border-color: #d43f3a !important;
    color: #d9534f !important;
}

.alert.alert-danger-outline .close {
    color: #d9534f !important;
    text-shadow: none !important;
    opacity: 0.7 !important;
}

[data-direction="rtl"] .alert .close {
    float: left !important;
}

.sweet-overlay {
    z-index: 1050 !important;
}

[data-palette="palette-1"] .sweet-alert {
    background-color: #313131 !important;
    color: #ffffff !important;
    border-color: #444444 !important;
}

[data-palette="palette-1"] .sweet-alert h2, [data-palette="palette-1"] .sweet-alert p {
    background-color: #313131 !important;
    color: #ffffff !important;
    border-color: #444444 !important;
}

[data-palette="palette-1"] .sweet-alert .icon .fix, [data-palette="palette-1"] .sweet-alert .icon:before, [data-palette="palette-1"] .sweet-alert .icon:after {
    background-color: #313131 !important;
    border-color: #444444 !important;
}

[data-palette="palette-2"] .sweet-alert {
    background-color: #313540 !important;
    color: #ffffff !important;
    border-color: #424756 !important;
}

[data-palette="palette-2"] .sweet-alert h2, [data-palette="palette-2"] .sweet-alert p {
    background-color: #313540 !important;
    color: #ffffff !important;
    border-color: #424756 !important;
}

[data-palette="palette-2"] .sweet-alert .icon .fix, [data-palette="palette-2"] .sweet-alert .icon:before, [data-palette="palette-2"] .sweet-alert .icon:after {
    background-color: #313540 !important;
    border-color: #424756 !important;
}

[data-palette="palette-3"] .sweet-alert {
    background-color: #0d0d0d !important;
    color: #ffffff !important;
    border-color: #202020 !important;
}

[data-palette="palette-3"] .sweet-alert h2, [data-palette="palette-3"] .sweet-alert p {
    background-color: #0d0d0d !important;
    color: #ffffff !important;
    border-color: #202020 !important;
}

[data-palette="palette-3"] .sweet-alert .icon .fix, [data-palette="palette-3"] .sweet-alert .icon:before, [data-palette="palette-3"] .sweet-alert .icon:after {
    background-color: #0d0d0d !important;
    border-color: #202020 !important;
}

[data-palette="palette-4"] .sweet-alert {
    background-color: #ffffff !important;
    color: #262932 !important;
    border-color: #ececec !important;
}

[data-palette="palette-4"] .sweet-alert h2, [data-palette="palette-4"] .sweet-alert p {
    background-color: #ffffff !important;
    color: #262932 !important;
    border-color: #ececec !important;
}

[data-palette="palette-4"] .sweet-alert .icon .fix, [data-palette="palette-4"] .sweet-alert .icon:before, [data-palette="palette-4"] .sweet-alert .icon:after {
    background-color: #ffffff !important;
    border-color: #ececec !important;
}

[data-palette="palette-5"] .sweet-alert {
    background-color: #ffffff !important;
    color: #262932 !important;
    border-color: #ececec !important;
}

[data-palette="palette-5"] .sweet-alert h2, [data-palette="palette-5"] .sweet-alert p {
    background-color: #ffffff !important;
    color: #262932 !important;
    border-color: #ececec !important;
}

[data-palette="palette-5"] .sweet-alert .icon .fix, [data-palette="palette-5"] .sweet-alert .icon:before, [data-palette="palette-5"] .sweet-alert .icon:after {
    background-color: #ffffff !important;
    border-color: #ececec !important;
}

[data-palette="palette-6"] .sweet-alert {
    background-color: #ffffff !important;
    color: #262932 !important;
    border-color: #ececec !important;
}

[data-palette="palette-6"] .sweet-alert h2, [data-palette="palette-6"] .sweet-alert p {
    background-color: #ffffff !important;
    color: #262932 !important;
    border-color: #ececec !important;
}

[data-palette="palette-6"] .sweet-alert .icon .fix, [data-palette="palette-6"] .sweet-alert .icon:before, [data-palette="palette-6"] .sweet-alert .icon:after {
    background-color: #ffffff !important;
    border-color: #ececec !important;
}

[data-palette="palette-7"] .sweet-alert {
    background-color: #0275d8 !important;
    color: #ffffff !important;
    border-color: #0489fd !important;
}

[data-palette="palette-7"] .sweet-alert h2, [data-palette="palette-7"] .sweet-alert p {
    background-color: #0275d8 !important;
    color: #ffffff !important;
    border-color: #0489fd !important;
}

[data-palette="palette-7"] .sweet-alert .icon .fix, [data-palette="palette-7"] .sweet-alert .icon:before, [data-palette="palette-7"] .sweet-alert .icon:after {
    background-color: #0275d8 !important;
    border-color: #0489fd !important;
}

[data-palette="palette-8"] .sweet-alert {
    background-color: #0267bf !important;
    color: #ffffff !important;
    border-color: #027ce5 !important;
}

[data-palette="palette-8"] .sweet-alert h2, [data-palette="palette-8"] .sweet-alert p {
    background-color: #0267bf !important;
    color: #ffffff !important;
    border-color: #027ce5 !important;
}

[data-palette="palette-8"] .sweet-alert .icon .fix, [data-palette="palette-8"] .sweet-alert .icon:before, [data-palette="palette-8"] .sweet-alert .icon:after {
    background-color: #0267bf !important;
    border-color: #027ce5 !important;
}

[data-palette="palette-9"] .sweet-alert {
    background-color: #025aa5 !important;
    color: #ffffff !important;
    border-color: #026ecb !important;
}

[data-palette="palette-9"] .sweet-alert h2, [data-palette="palette-9"] .sweet-alert p {
    background-color: #025aa5 !important;
    color: #ffffff !important;
    border-color: #026ecb !important;
}

[data-palette="palette-9"] .sweet-alert .icon .fix, [data-palette="palette-9"] .sweet-alert .icon:before, [data-palette="palette-9"] .sweet-alert .icon:after {
    background-color: #025aa5 !important;
    border-color: #026ecb !important;
}

[data-palette="palette-10"] .sweet-alert {
    background-color: #150d73 !important;
    color: #ffffff !important;
    border-color: #1c1096 !important;
}

[data-palette="palette-10"] .sweet-alert h2, [data-palette="palette-10"] .sweet-alert p {
    background-color: #150d73 !important;
    color: #ffffff !important;
    border-color: #1c1096 !important;
}

[data-palette="palette-10"] .sweet-alert .icon .fix, [data-palette="palette-10"] .sweet-alert .icon:before, [data-palette="palette-10"] .sweet-alert .icon:after {
    background-color: #150d73 !important;
    border-color: #1c1096 !important;
}

[data-palette="palette-11"] .sweet-alert {
    background-color: #1f13a8 !important;
    color: #ffffff !important;
    border-color: #2616ca !important;
}

[data-palette="palette-11"] .sweet-alert h2, [data-palette="palette-11"] .sweet-alert p {
    background-color: #1f13a8 !important;
    color: #ffffff !important;
    border-color: #2616ca !important;
}

[data-palette="palette-11"] .sweet-alert .icon .fix, [data-palette="palette-11"] .sweet-alert .icon:before, [data-palette="palette-11"] .sweet-alert .icon:after {
    background-color: #1f13a8 !important;
    border-color: #2616ca !important;
}

[data-palette="palette-12"] .sweet-alert {
    background-color: #2919de !important;
    color: #ffffff !important;
    border-color: #4334e9 !important;
}

[data-palette="palette-12"] .sweet-alert h2, [data-palette="palette-12"] .sweet-alert p {
    background-color: #2919de !important;
    color: #ffffff !important;
    border-color: #4334e9 !important;
}

[data-palette="palette-12"] .sweet-alert .icon .fix, [data-palette="palette-12"] .sweet-alert .icon:before, [data-palette="palette-12"] .sweet-alert .icon:after {
    background-color: #2919de !important;
    border-color: #4334e9 !important;
}

[data-palette="palette-13"] .sweet-alert {
    background-color: #3f0d73 !important;
    color: #ffffff !important;
    border-color: #511096 !important;
}

[data-palette="palette-13"] .sweet-alert h2, [data-palette="palette-13"] .sweet-alert p {
    background-color: #3f0d73 !important;
    color: #ffffff !important;
    border-color: #511096 !important;
}

[data-palette="palette-13"] .sweet-alert .icon .fix, [data-palette="palette-13"] .sweet-alert .icon:before, [data-palette="palette-13"] .sweet-alert .icon:after {
    background-color: #3f0d73 !important;
    border-color: #511096 !important;
}

[data-palette="palette-14"] .sweet-alert {
    background-color: #5c13a8 !important;
    color: #ffffff !important;
    border-color: #6e16ca !important;
}

[data-palette="palette-14"] .sweet-alert h2, [data-palette="palette-14"] .sweet-alert p {
    background-color: #5c13a8 !important;
    color: #ffffff !important;
    border-color: #6e16ca !important;
}

[data-palette="palette-14"] .sweet-alert .icon .fix, [data-palette="palette-14"] .sweet-alert .icon:before, [data-palette="palette-14"] .sweet-alert .icon:after {
    background-color: #5c13a8 !important;
    border-color: #6e16ca !important;
}

[data-palette="palette-15"] .sweet-alert {
    background-color: #7819de !important;
    color: #ffffff !important;
    border-color: #8c34e9 !important;
}

[data-palette="palette-15"] .sweet-alert h2, [data-palette="palette-15"] .sweet-alert p {
    background-color: #7819de !important;
    color: #ffffff !important;
    border-color: #8c34e9 !important;
}

[data-palette="palette-15"] .sweet-alert .icon .fix, [data-palette="palette-15"] .sweet-alert .icon:before, [data-palette="palette-15"] .sweet-alert .icon:after {
    background-color: #7819de !important;
    border-color: #8c34e9 !important;
}

[data-palette="palette-16"] .sweet-alert {
    background-color: #a8135e !important;
    color: #ffffff !important;
    border-color: #ca1671 !important;
}

[data-palette="palette-16"] .sweet-alert h2, [data-palette="palette-16"] .sweet-alert p {
    background-color: #a8135e !important;
    color: #ffffff !important;
    border-color: #ca1671 !important;
}

[data-palette="palette-16"] .sweet-alert .icon .fix, [data-palette="palette-16"] .sweet-alert .icon:before, [data-palette="palette-16"] .sweet-alert .icon:after {
    background-color: #a8135e !important;
    border-color: #ca1671 !important;
}

[data-palette="palette-17"] .sweet-alert {
    background-color: #de197c !important;
    color: #ffffff !important;
    border-color: #e9348f !important;
}

[data-palette="palette-17"] .sweet-alert h2, [data-palette="palette-17"] .sweet-alert p {
    background-color: #de197c !important;
    color: #ffffff !important;
    border-color: #e9348f !important;
}

[data-palette="palette-17"] .sweet-alert .icon .fix, [data-palette="palette-17"] .sweet-alert .icon:before, [data-palette="palette-17"] .sweet-alert .icon:after {
    background-color: #de197c !important;
    border-color: #e9348f !important;
}

[data-palette="palette-18"] .sweet-alert {
    background-color: #a81b13 !important;
    color: #ffffff !important;
    border-color: #ca2016 !important;
}

[data-palette="palette-18"] .sweet-alert h2, [data-palette="palette-18"] .sweet-alert p {
    background-color: #a81b13 !important;
    color: #ffffff !important;
    border-color: #ca2016 !important;
}

[data-palette="palette-18"] .sweet-alert .icon .fix, [data-palette="palette-18"] .sweet-alert .icon:before, [data-palette="palette-18"] .sweet-alert .icon:after {
    background-color: #a81b13 !important;
    border-color: #ca2016 !important;
}

[data-palette="palette-19"] .sweet-alert {
    background-color: #de2319 !important;
    color: #ffffff !important;
    border-color: #e93d34 !important;
}

[data-palette="palette-19"] .sweet-alert h2, [data-palette="palette-19"] .sweet-alert p {
    background-color: #de2319 !important;
    color: #ffffff !important;
    border-color: #e93d34 !important;
}

[data-palette="palette-19"] .sweet-alert .icon .fix, [data-palette="palette-19"] .sweet-alert .icon:before, [data-palette="palette-19"] .sweet-alert .icon:after {
    background-color: #de2319 !important;
    border-color: #e93d34 !important;
}

[data-palette="palette-20"] .sweet-alert {
    background-color: #0d731a !important;
    color: #ffffff !important;
    border-color: #109622 !important;
}

[data-palette="palette-20"] .sweet-alert h2, [data-palette="palette-20"] .sweet-alert p {
    background-color: #0d731a !important;
    color: #ffffff !important;
    border-color: #109622 !important;
}

[data-palette="palette-20"] .sweet-alert .icon .fix, [data-palette="palette-20"] .sweet-alert .icon:before, [data-palette="palette-20"] .sweet-alert .icon:after {
    background-color: #0d731a !important;
    border-color: #109622 !important;
}

[data-palette="palette-21"] .sweet-alert {
    background-color: #4e730d !important;
    color: #ffffff !important;
    border-color: #659610 !important;
}

[data-palette="palette-21"] .sweet-alert h2, [data-palette="palette-21"] .sweet-alert p {
    background-color: #4e730d !important;
    color: #ffffff !important;
    border-color: #659610 !important;
}

[data-palette="palette-21"] .sweet-alert .icon .fix, [data-palette="palette-21"] .sweet-alert .icon:before, [data-palette="palette-21"] .sweet-alert .icon:after {
    background-color: #4e730d !important;
    border-color: #659610 !important;
}

[data-palette="palette-22"] .sweet-alert {
    background-color: #60371f !important;
    color: #ffffff !important;
    border-color: #7d4829 !important;
}

[data-palette="palette-22"] .sweet-alert h2, [data-palette="palette-22"] .sweet-alert p {
    background-color: #60371f !important;
    color: #ffffff !important;
    border-color: #7d4829 !important;
}

[data-palette="palette-22"] .sweet-alert .icon .fix, [data-palette="palette-22"] .sweet-alert .icon:before, [data-palette="palette-22"] .sweet-alert .icon:after {
    background-color: #60371f !important;
    border-color: #7d4829 !important;
}

[data-palette="palette-23"] .sweet-alert {
    background-color: #8c512e !important;
    color: #ffffff !important;
    border-color: #a96238 !important;
}

[data-palette="palette-23"] .sweet-alert h2, [data-palette="palette-23"] .sweet-alert p {
    background-color: #8c512e !important;
    color: #ffffff !important;
    border-color: #a96238 !important;
}

[data-palette="palette-23"] .sweet-alert .icon .fix, [data-palette="palette-23"] .sweet-alert .icon:before, [data-palette="palette-23"] .sweet-alert .icon:after {
    background-color: #8c512e !important;
    border-color: #a96238 !important;
}

.animation-icon .ion-icon {
    font-size: 128px;
    margin: 20px;
}

.animation-delays code {
    display: inline-block;
    margin-bottom: 20px;
}

.animation-delay-example {
    display: block;
    height: 80px;
    width: 80px;
    background: #00aced;
    float: left;
    margin: 0px 20px 20px 0;
}

[data-direction="rtl"] .animation-delay-example {
    float: right;
    margin: 0px 0 20px 20px;
}

.delay-0 {
    animation-delay: 0ms;
}

.delay-100 {
    animation-delay: 50ms;
}

.delay-200 {
    animation-delay: 100ms;
}

.delay-300 {
    animation-delay: 150ms;
}

.delay-400 {
    animation-delay: 200ms;
}

.delay-500 {
    animation-delay: 250ms;
}

.delay-600 {
    animation-delay: 300ms;
}

.delay-700 {
    animation-delay: 350ms;
}

.delay-800 {
    animation-delay: 400ms;
}

.delay-900 {
    animation-delay: 450ms;
}

.delay-1000 {
    animation-delay: 500ms;
}

.delay-1100 {
    animation-delay: 550ms;
}

.delay-1200 {
    animation-delay: 600ms;
}

.delay-1300 {
    animation-delay: 650ms;
}

.delay-1400 {
    animation-delay: 700ms;
}

.delay-1500 {
    animation-delay: 750ms;
}

.delay-1600 {
    animation-delay: 800ms;
}

.delay-1700 {
    animation-delay: 850ms;
}

.delay-1800 {
    animation-delay: 900ms;
}

.delay-1900 {
    animation-delay: 950ms;
}

.delay-2000 {
    animation-delay: 1000ms;
}

.delay-2100 {
    animation-delay: 1050ms;
}

.delay-2200 {
    animation-delay: 1100ms;
}

.delay-2300 {
    animation-delay: 1150ms;
}

.delay-2400 {
    animation-delay: 1200ms;
}

.delay-2500 {
    animation-delay: 1250ms;
}

.delay-2600 {
    animation-delay: 1300ms;
}

.delay-2700 {
    animation-delay: 1350ms;
}

.delay-2800 {
    animation-delay: 1400ms;
}

.delay-2900 {
    animation-delay: 1450ms;
}

.delay-3000 {
    animation-delay: 1500ms;
}

.delay-3100 {
    animation-delay: 1550ms;
}

.delay-3200 {
    animation-delay: 1600ms;
}

.delay-3300 {
    animation-delay: 1650ms;
}

.delay-3400 {
    animation-delay: 1700ms;
}

.delay-3500 {
    animation-delay: 1750ms;
}

.delay-3600 {
    animation-delay: 1800ms;
}

.delay-3700 {
    animation-delay: 1850ms;
}

.delay-3800 {
    animation-delay: 1900ms;
}

.delay-3900 {
    animation-delay: 1950ms;
}

.delay-4000 {
    animation-delay: 2000ms;
}

.delay-4100 {
    animation-delay: 2050ms;
}

.delay-4200 {
    animation-delay: 2100ms;
}

.delay-4300 {
    animation-delay: 2150ms;
}

.delay-4400 {
    animation-delay: 2200ms;
}

.delay-4500 {
    animation-delay: 2250ms;
}

.delay-4600 {
    animation-delay: 2300ms;
}

.delay-4700 {
    animation-delay: 2350ms;
}

.delay-4800 {
    animation-delay: 2400ms;
}

.delay-4900 {
    animation-delay: 2450ms;
}

.delay-5000 {
    animation-delay: 2500ms;
}

.animation-delay-fast > *:nth-child(1) {
    animation-delay: 50ms;
}

.animation-delay-fast > *:nth-child(2) {
    animation-delay: 100ms;
}

.animation-delay-fast > *:nth-child(3) {
    animation-delay: 150ms;
}

.animation-delay-fast > *:nth-child(4) {
    animation-delay: 200ms;
}

.animation-delay-fast > *:nth-child(5) {
    animation-delay: 250ms;
}

.animation-delay-fast > *:nth-child(6) {
    animation-delay: 300ms;
}

.animation-delay-fast > *:nth-child(7) {
    animation-delay: 350ms;
}

.animation-delay-fast > *:nth-child(8) {
    animation-delay: 400ms;
}

.animation-delay-fast > *:nth-child(9) {
    animation-delay: 450ms;
}

.animation-delay-fast > *:nth-child(10) {
    animation-delay: 500ms;
}

.animation-delay-fast > *:nth-child(11) {
    animation-delay: 550ms;
}

.animation-delay-fast > *:nth-child(12) {
    animation-delay: 600ms;
}

.animation-delay-fast > *:nth-child(13) {
    animation-delay: 650ms;
}

.animation-delay-fast > *:nth-child(14) {
    animation-delay: 700ms;
}

.animation-delay-fast > *:nth-child(15) {
    animation-delay: 750ms;
}

.animation-delay-fast > *:nth-child(16) {
    animation-delay: 800ms;
}

.animation-delay-fast > *:nth-child(17) {
    animation-delay: 850ms;
}

.animation-delay-fast > *:nth-child(18) {
    animation-delay: 900ms;
}

.animation-delay-fast > *:nth-child(19) {
    animation-delay: 950ms;
}

.animation-delay-fast > *:nth-child(20) {
    animation-delay: 1000ms;
}

.animation-delay-fast > *:nth-child(21) {
    animation-delay: 1050ms;
}

.animation-delay-fast > *:nth-child(22) {
    animation-delay: 1100ms;
}

.animation-delay-fast > *:nth-child(23) {
    animation-delay: 1150ms;
}

.animation-delay-fast > *:nth-child(24) {
    animation-delay: 1200ms;
}

.animation-delay-fast > *:nth-child(25) {
    animation-delay: 1250ms;
}

.animation-delay-fast > *:nth-child(26) {
    animation-delay: 1300ms;
}

.animation-delay-fast > *:nth-child(27) {
    animation-delay: 1350ms;
}

.animation-delay-fast > *:nth-child(28) {
    animation-delay: 1400ms;
}

.animation-delay-fast > *:nth-child(29) {
    animation-delay: 1450ms;
}

.animation-delay-fast > *:nth-child(30) {
    animation-delay: 1500ms;
}

.animation-delay-fast > *:nth-child(31) {
    animation-delay: 1550ms;
}

.animation-delay-fast > *:nth-child(32) {
    animation-delay: 1600ms;
}

.animation-delay-fast > *:nth-child(33) {
    animation-delay: 1650ms;
}

.animation-delay-fast > *:nth-child(34) {
    animation-delay: 1700ms;
}

.animation-delay-fast > *:nth-child(35) {
    animation-delay: 1750ms;
}

.animation-delay-fast > *:nth-child(36) {
    animation-delay: 1800ms;
}

.animation-delay-fast > *:nth-child(37) {
    animation-delay: 1850ms;
}

.animation-delay-fast > *:nth-child(38) {
    animation-delay: 1900ms;
}

.animation-delay-fast > *:nth-child(39) {
    animation-delay: 1950ms;
}

.animation-delay-fast > *:nth-child(40) {
    animation-delay: 2000ms;
}

.animation-delay-fast > *:nth-child(41) {
    animation-delay: 2050ms;
}

.animation-delay-fast > *:nth-child(42) {
    animation-delay: 2100ms;
}

.animation-delay-fast > *:nth-child(43) {
    animation-delay: 2150ms;
}

.animation-delay-fast > *:nth-child(44) {
    animation-delay: 2200ms;
}

.animation-delay-fast > *:nth-child(45) {
    animation-delay: 2250ms;
}

.animation-delay-fast > *:nth-child(46) {
    animation-delay: 2300ms;
}

.animation-delay-fast > *:nth-child(47) {
    animation-delay: 2350ms;
}

.animation-delay-fast > *:nth-child(48) {
    animation-delay: 2400ms;
}

.animation-delay-fast > *:nth-child(49) {
    animation-delay: 2450ms;
}

.animation-delay-fast > *:nth-child(50) {
    animation-delay: 2500ms;
}

.animation-delay > *:nth-child(1),
.animation-delay-normal > *:nth-child(1) {
    animation-delay: 100ms;
}

.animation-delay > *:nth-child(2),
.animation-delay-normal > *:nth-child(2) {
    animation-delay: 200ms;
}

.animation-delay > *:nth-child(3),
.animation-delay-normal > *:nth-child(3) {
    animation-delay: 300ms;
}

.animation-delay > *:nth-child(4),
.animation-delay-normal > *:nth-child(4) {
    animation-delay: 400ms;
}

.animation-delay > *:nth-child(5),
.animation-delay-normal > *:nth-child(5) {
    animation-delay: 500ms;
}

.animation-delay > *:nth-child(6),
.animation-delay-normal > *:nth-child(6) {
    animation-delay: 600ms;
}

.animation-delay > *:nth-child(7),
.animation-delay-normal > *:nth-child(7) {
    animation-delay: 700ms;
}

.animation-delay > *:nth-child(8),
.animation-delay-normal > *:nth-child(8) {
    animation-delay: 800ms;
}

.animation-delay > *:nth-child(9),
.animation-delay-normal > *:nth-child(9) {
    animation-delay: 900ms;
}

.animation-delay > *:nth-child(10),
.animation-delay-normal > *:nth-child(10) {
    animation-delay: 1000ms;
}

.animation-delay > *:nth-child(11),
.animation-delay-normal > *:nth-child(11) {
    animation-delay: 1100ms;
}

.animation-delay > *:nth-child(12),
.animation-delay-normal > *:nth-child(12) {
    animation-delay: 1200ms;
}

.animation-delay > *:nth-child(13),
.animation-delay-normal > *:nth-child(13) {
    animation-delay: 1300ms;
}

.animation-delay > *:nth-child(14),
.animation-delay-normal > *:nth-child(14) {
    animation-delay: 1400ms;
}

.animation-delay > *:nth-child(15),
.animation-delay-normal > *:nth-child(15) {
    animation-delay: 1500ms;
}

.animation-delay > *:nth-child(16),
.animation-delay-normal > *:nth-child(16) {
    animation-delay: 1600ms;
}

.animation-delay > *:nth-child(17),
.animation-delay-normal > *:nth-child(17) {
    animation-delay: 1700ms;
}

.animation-delay > *:nth-child(18),
.animation-delay-normal > *:nth-child(18) {
    animation-delay: 1800ms;
}

.animation-delay > *:nth-child(19),
.animation-delay-normal > *:nth-child(19) {
    animation-delay: 1900ms;
}

.animation-delay > *:nth-child(20),
.animation-delay-normal > *:nth-child(20) {
    animation-delay: 2000ms;
}

.animation-delay > *:nth-child(21),
.animation-delay-normal > *:nth-child(21) {
    animation-delay: 2100ms;
}

.animation-delay > *:nth-child(22),
.animation-delay-normal > *:nth-child(22) {
    animation-delay: 2200ms;
}

.animation-delay > *:nth-child(23),
.animation-delay-normal > *:nth-child(23) {
    animation-delay: 2300ms;
}

.animation-delay > *:nth-child(24),
.animation-delay-normal > *:nth-child(24) {
    animation-delay: 2400ms;
}

.animation-delay > *:nth-child(25),
.animation-delay-normal > *:nth-child(25) {
    animation-delay: 2500ms;
}

.animation-delay > *:nth-child(26),
.animation-delay-normal > *:nth-child(26) {
    animation-delay: 2600ms;
}

.animation-delay > *:nth-child(27),
.animation-delay-normal > *:nth-child(27) {
    animation-delay: 2700ms;
}

.animation-delay > *:nth-child(28),
.animation-delay-normal > *:nth-child(28) {
    animation-delay: 2800ms;
}

.animation-delay > *:nth-child(29),
.animation-delay-normal > *:nth-child(29) {
    animation-delay: 2900ms;
}

.animation-delay > *:nth-child(30),
.animation-delay-normal > *:nth-child(30) {
    animation-delay: 3000ms;
}

.animation-delay > *:nth-child(31),
.animation-delay-normal > *:nth-child(31) {
    animation-delay: 3100ms;
}

.animation-delay > *:nth-child(32),
.animation-delay-normal > *:nth-child(32) {
    animation-delay: 3200ms;
}

.animation-delay > *:nth-child(33),
.animation-delay-normal > *:nth-child(33) {
    animation-delay: 3300ms;
}

.animation-delay > *:nth-child(34),
.animation-delay-normal > *:nth-child(34) {
    animation-delay: 3400ms;
}

.animation-delay > *:nth-child(35),
.animation-delay-normal > *:nth-child(35) {
    animation-delay: 3500ms;
}

.animation-delay > *:nth-child(36),
.animation-delay-normal > *:nth-child(36) {
    animation-delay: 3600ms;
}

.animation-delay > *:nth-child(37),
.animation-delay-normal > *:nth-child(37) {
    animation-delay: 3700ms;
}

.animation-delay > *:nth-child(38),
.animation-delay-normal > *:nth-child(38) {
    animation-delay: 3800ms;
}

.animation-delay > *:nth-child(39),
.animation-delay-normal > *:nth-child(39) {
    animation-delay: 3900ms;
}

.animation-delay > *:nth-child(40),
.animation-delay-normal > *:nth-child(40) {
    animation-delay: 4000ms;
}

.animation-delay > *:nth-child(41),
.animation-delay-normal > *:nth-child(41) {
    animation-delay: 4100ms;
}

.animation-delay > *:nth-child(42),
.animation-delay-normal > *:nth-child(42) {
    animation-delay: 4200ms;
}

.animation-delay > *:nth-child(43),
.animation-delay-normal > *:nth-child(43) {
    animation-delay: 4300ms;
}

.animation-delay > *:nth-child(44),
.animation-delay-normal > *:nth-child(44) {
    animation-delay: 4400ms;
}

.animation-delay > *:nth-child(45),
.animation-delay-normal > *:nth-child(45) {
    animation-delay: 4500ms;
}

.animation-delay > *:nth-child(46),
.animation-delay-normal > *:nth-child(46) {
    animation-delay: 4600ms;
}

.animation-delay > *:nth-child(47),
.animation-delay-normal > *:nth-child(47) {
    animation-delay: 4700ms;
}

.animation-delay > *:nth-child(48),
.animation-delay-normal > *:nth-child(48) {
    animation-delay: 4800ms;
}

.animation-delay > *:nth-child(49),
.animation-delay-normal > *:nth-child(49) {
    animation-delay: 4900ms;
}

.animation-delay > *:nth-child(50),
.animation-delay-normal > *:nth-child(50) {
    animation-delay: 5000ms;
}

.animation-delay-slow > *:nth-child(1) {
    animation-delay: 200ms;
}

.animation-delay-slow > *:nth-child(2) {
    animation-delay: 400ms;
}

.animation-delay-slow > *:nth-child(3) {
    animation-delay: 600ms;
}

.animation-delay-slow > *:nth-child(4) {
    animation-delay: 800ms;
}

.animation-delay-slow > *:nth-child(5) {
    animation-delay: 1000ms;
}

.animation-delay-slow > *:nth-child(6) {
    animation-delay: 1200ms;
}

.animation-delay-slow > *:nth-child(7) {
    animation-delay: 1400ms;
}

.animation-delay-slow > *:nth-child(8) {
    animation-delay: 1600ms;
}

.animation-delay-slow > *:nth-child(9) {
    animation-delay: 1800ms;
}

.animation-delay-slow > *:nth-child(10) {
    animation-delay: 2000ms;
}

.animation-delay-slow > *:nth-child(11) {
    animation-delay: 2200ms;
}

.animation-delay-slow > *:nth-child(12) {
    animation-delay: 2400ms;
}

.animation-delay-slow > *:nth-child(13) {
    animation-delay: 2600ms;
}

.animation-delay-slow > *:nth-child(14) {
    animation-delay: 2800ms;
}

.animation-delay-slow > *:nth-child(15) {
    animation-delay: 3000ms;
}

.animation-delay-slow > *:nth-child(16) {
    animation-delay: 3200ms;
}

.animation-delay-slow > *:nth-child(17) {
    animation-delay: 3400ms;
}

.animation-delay-slow > *:nth-child(18) {
    animation-delay: 3600ms;
}

.animation-delay-slow > *:nth-child(19) {
    animation-delay: 3800ms;
}

.animation-delay-slow > *:nth-child(20) {
    animation-delay: 4000ms;
}

.animation-delay-slow > *:nth-child(21) {
    animation-delay: 4200ms;
}

.animation-delay-slow > *:nth-child(22) {
    animation-delay: 4400ms;
}

.animation-delay-slow > *:nth-child(23) {
    animation-delay: 4600ms;
}

.animation-delay-slow > *:nth-child(24) {
    animation-delay: 4800ms;
}

.animation-delay-slow > *:nth-child(25) {
    animation-delay: 5000ms;
}

.animation-delay-slow > *:nth-child(26) {
    animation-delay: 5200ms;
}

.animation-delay-slow > *:nth-child(27) {
    animation-delay: 5400ms;
}

.animation-delay-slow > *:nth-child(28) {
    animation-delay: 5600ms;
}

.animation-delay-slow > *:nth-child(29) {
    animation-delay: 5800ms;
}

.animation-delay-slow > *:nth-child(30) {
    animation-delay: 6000ms;
}

.animation-delay-slow > *:nth-child(31) {
    animation-delay: 6200ms;
}

.animation-delay-slow > *:nth-child(32) {
    animation-delay: 6400ms;
}

.animation-delay-slow > *:nth-child(33) {
    animation-delay: 6600ms;
}

.animation-delay-slow > *:nth-child(34) {
    animation-delay: 6800ms;
}

.animation-delay-slow > *:nth-child(35) {
    animation-delay: 7000ms;
}

.animation-delay-slow > *:nth-child(36) {
    animation-delay: 7200ms;
}

.animation-delay-slow > *:nth-child(37) {
    animation-delay: 7400ms;
}

.animation-delay-slow > *:nth-child(38) {
    animation-delay: 7600ms;
}

.animation-delay-slow > *:nth-child(39) {
    animation-delay: 7800ms;
}

.animation-delay-slow > *:nth-child(40) {
    animation-delay: 8000ms;
}

.animation-delay-slow > *:nth-child(41) {
    animation-delay: 8200ms;
}

.animation-delay-slow > *:nth-child(42) {
    animation-delay: 8400ms;
}

.animation-delay-slow > *:nth-child(43) {
    animation-delay: 8600ms;
}

.animation-delay-slow > *:nth-child(44) {
    animation-delay: 8800ms;
}

.animation-delay-slow > *:nth-child(45) {
    animation-delay: 9000ms;
}

.animation-delay-slow > *:nth-child(46) {
    animation-delay: 9200ms;
}

.animation-delay-slow > *:nth-child(47) {
    animation-delay: 9400ms;
}

.animation-delay-slow > *:nth-child(48) {
    animation-delay: 9600ms;
}

.animation-delay-slow > *:nth-child(49) {
    animation-delay: 9800ms;
}

.animation-delay-slow > *:nth-child(50) {
    animation-delay: 10000ms;
}

.breadcrumb > li {
    float: left;
    padding-right: 8px;
}

.breadcrumb.icon-home > li:first-child:before {
    font-family: FontAwesome;
    content: "\f015";
    padding-right: 8px;
}

.breadcrumb.icon-th > li:first-child:before {
    font-family: FontAwesome;
    content: "\f00a";
    padding-right: 8px;
}

.breadcrumb.icon-th-large > li:first-child:before {
    font-family: FontAwesome;
    content: "\f009";
    padding-right: 8px;
}

.breadcrumb.icon-angle-right > li + li:before {
    font-family: FontAwesome;
    content: "\f105";
    padding-right: 8px;
}

.breadcrumb.icon-angle-double-right > li + li:before {
    font-family: FontAwesome;
    content: "\f101";
    padding-right: 8px;
}

[data-direction="rtl"] .breadcrumb > li {
    float: right;
    padding-left: 8px;
}

[data-direction="rtl"] .breadcrumb > li:last-child:after {
    padding-left: 8px;
}

[data-direction="rtl"] .breadcrumb.icon-home > li:first-child:before {
    display: none;
}

[data-direction="rtl"] .breadcrumb.icon-home > li:first-child:after {
    font-family: FontAwesome;
    content: "\f015";
    padding-left: 8px;
}

[data-direction="rtl"] .breadcrumb.icon-th > li:first-child:before {
    display: none;
}

[data-direction="rtl"] .breadcrumb.icon-th > li:first-child:after {
    font-family: FontAwesome;
    content: "\f00a";
    padding-left: 8px;
}

[data-direction="rtl"] .breadcrumb.icon-th-large > li:first-child:before {
    display: none;
}

[data-direction="rtl"] .breadcrumb.icon-th-large > li:first-child:after {
    font-family: FontAwesome;
    content: "\f009";
    padding-left: 8px;
}

[data-direction="rtl"] .breadcrumb.icon-angle-right > li + li:before {
    display: none;
}

[data-direction="rtl"] .breadcrumb.icon-angle-right > li + li:after {
    font-family: FontAwesome;
    content: "\f104";
    padding-left: 8px;
}

[data-direction="rtl"] .breadcrumb.icon-angle-double-right > li + li:before {
    display: none;
}

[data-direction="rtl"] .breadcrumb.icon-angle-double-right > li + li:after {
    font-family: FontAwesome;
    content: "\f100";
    padding-left: 8px;
}

[data-palette="palette-1"] .breadcrumb {
    background-color: #242424;
}

[data-palette="palette-1"] .breadcrumb.breadcrumb-bg {
    background-color: #4a4a4a;
}

[data-palette="palette-1"] .breadcrumb > .active {
    color: #ffffff;
}

[data-palette="palette-1"] .breadcrumb.icon-home > li:first-child:before {
    color: #ffffff;
}

[data-palette="palette-1"] .breadcrumb.icon-th > li:first-child:before {
    color: #ffffff;
}

[data-palette="palette-1"] .breadcrumb.icon-th-large > li:first-child:before {
    color: #ffffff;
}

[data-palette="palette-1"] .breadcrumb.icon-angle-right > li + li:before {
    color: #ffffff;
}

[data-palette="palette-1"] .breadcrumb.icon-angle-double-right > li + li:before {
    color: #ffffff;
}

[data-palette="palette-2"] .breadcrumb {
    background-color: #262932;
}

[data-palette="palette-2"] .breadcrumb.breadcrumb-bg {
    background-color: #474d5d;
}

[data-palette="palette-2"] .breadcrumb > .active {
    color: #ffffff;
}

[data-palette="palette-2"] .breadcrumb.icon-home > li:first-child:before {
    color: #ffffff;
}

[data-palette="palette-2"] .breadcrumb.icon-th > li:first-child:before {
    color: #ffffff;
}

[data-palette="palette-2"] .breadcrumb.icon-th-large > li:first-child:before {
    color: #ffffff;
}

[data-palette="palette-2"] .breadcrumb.icon-angle-right > li + li:before {
    color: #ffffff;
}

[data-palette="palette-2"] .breadcrumb.icon-angle-double-right > li + li:before {
    color: #ffffff;
}

[data-palette="palette-3"] .breadcrumb {
    background-color: #000000;
}

[data-palette="palette-3"] .breadcrumb.breadcrumb-bg {
    background-color: #262626;
}

[data-palette="palette-3"] .breadcrumb > .active {
    color: #ffffff;
}

[data-palette="palette-3"] .breadcrumb.icon-home > li:first-child:before {
    color: #ffffff;
}

[data-palette="palette-3"] .breadcrumb.icon-th > li:first-child:before {
    color: #ffffff;
}

[data-palette="palette-3"] .breadcrumb.icon-th-large > li:first-child:before {
    color: #ffffff;
}

[data-palette="palette-3"] .breadcrumb.icon-angle-right > li + li:before {
    color: #ffffff;
}

[data-palette="palette-3"] .breadcrumb.icon-angle-double-right > li + li:before {
    color: #ffffff;
}

[data-palette="palette-4"] .breadcrumb {
    background-color: #ffffff;
}

[data-palette="palette-4"] .breadcrumb.breadcrumb-bg {
    background-color: #e6e6e6;
}

[data-palette="palette-4"] .breadcrumb > .active {
    color: #262932;
}

[data-palette="palette-4"] .breadcrumb.icon-home > li:first-child:before {
    color: #262932;
}

[data-palette="palette-4"] .breadcrumb.icon-th > li:first-child:before {
    color: #262932;
}

[data-palette="palette-4"] .breadcrumb.icon-th-large > li:first-child:before {
    color: #262932;
}

[data-palette="palette-4"] .breadcrumb.icon-angle-right > li + li:before {
    color: #262932;
}

[data-palette="palette-4"] .breadcrumb.icon-angle-double-right > li + li:before {
    color: #262932;
}

[data-palette="palette-5"] .breadcrumb {
    background-color: #ffffff;
}

[data-palette="palette-5"] .breadcrumb.breadcrumb-bg {
    background-color: #e6e6e6;
}

[data-palette="palette-5"] .breadcrumb > .active {
    color: #262932;
}

[data-palette="palette-5"] .breadcrumb.icon-home > li:first-child:before {
    color: #262932;
}

[data-palette="palette-5"] .breadcrumb.icon-th > li:first-child:before {
    color: #262932;
}

[data-palette="palette-5"] .breadcrumb.icon-th-large > li:first-child:before {
    color: #262932;
}

[data-palette="palette-5"] .breadcrumb.icon-angle-right > li + li:before {
    color: #262932;
}

[data-palette="palette-5"] .breadcrumb.icon-angle-double-right > li + li:before {
    color: #262932;
}

[data-palette="palette-6"] .breadcrumb {
    background-color: #ffffff;
}

[data-palette="palette-6"] .breadcrumb.breadcrumb-bg {
    background-color: #e6e6e6;
}

[data-palette="palette-6"] .breadcrumb > .active {
    color: #262932;
}

[data-palette="palette-6"] .breadcrumb.icon-home > li:first-child:before {
    color: #262932;
}

[data-palette="palette-6"] .breadcrumb.icon-th > li:first-child:before {
    color: #262932;
}

[data-palette="palette-6"] .breadcrumb.icon-th-large > li:first-child:before {
    color: #262932;
}

[data-palette="palette-6"] .breadcrumb.icon-angle-right > li + li:before {
    color: #262932;
}

[data-palette="palette-6"] .breadcrumb.icon-angle-double-right > li + li:before {
    color: #262932;
}

[data-palette="palette-7"] .breadcrumb {
    background-color: #0267bf;
}

[data-palette="palette-7"] .breadcrumb.breadcrumb-bg {
    background-color: #108ffd;
}

[data-palette="palette-7"] .breadcrumb > .active {
    color: #ffffff;
}

[data-palette="palette-7"] .breadcrumb.icon-home > li:first-child:before {
    color: #ffffff;
}

[data-palette="palette-7"] .breadcrumb.icon-th > li:first-child:before {
    color: #ffffff;
}

[data-palette="palette-7"] .breadcrumb.icon-th-large > li:first-child:before {
    color: #ffffff;
}

[data-palette="palette-7"] .breadcrumb.icon-angle-right > li + li:before {
    color: #ffffff;
}

[data-palette="palette-7"] .breadcrumb.icon-angle-double-right > li + li:before {
    color: #ffffff;
}

[data-palette="palette-8"] .breadcrumb {
    background-color: #025aa5;
}

[data-palette="palette-8"] .breadcrumb.breadcrumb-bg {
    background-color: #0283f1;
}

[data-palette="palette-8"] .breadcrumb > .active {
    color: #ffffff;
}

[data-palette="palette-8"] .breadcrumb.icon-home > li:first-child:before {
    color: #ffffff;
}

[data-palette="palette-8"] .breadcrumb.icon-th > li:first-child:before {
    color: #ffffff;
}

[data-palette="palette-8"] .breadcrumb.icon-th-large > li:first-child:before {
    color: #ffffff;
}

[data-palette="palette-8"] .breadcrumb.icon-angle-right > li + li:before {
    color: #ffffff;
}

[data-palette="palette-8"] .breadcrumb.icon-angle-double-right > li + li:before {
    color: #ffffff;
}

[data-palette="palette-9"] .breadcrumb {
    background-color: #014c8c;
}

[data-palette="palette-9"] .breadcrumb.breadcrumb-bg {
    background-color: #0275d8;
}

[data-palette="palette-9"] .breadcrumb > .active {
    color: #ffffff;
}

[data-palette="palette-9"] .breadcrumb.icon-home > li:first-child:before {
    color: #ffffff;
}

[data-palette="palette-9"] .breadcrumb.icon-th > li:first-child:before {
    color: #ffffff;
}

[data-palette="palette-9"] .breadcrumb.icon-th-large > li:first-child:before {
    color: #ffffff;
}

[data-palette="palette-9"] .breadcrumb.icon-angle-right > li + li:before {
    color: #ffffff;
}

[data-palette="palette-9"] .breadcrumb.icon-angle-double-right > li + li:before {
    color: #ffffff;
}

[data-palette="palette-10"] .breadcrumb {
    background-color: #110a5c;
}

[data-palette="palette-10"] .breadcrumb.breadcrumb-bg {
    background-color: #1e12a1;
}

[data-palette="palette-10"] .breadcrumb > .active {
    color: #ffffff;
}

[data-palette="palette-10"] .breadcrumb.icon-home > li:first-child:before {
    color: #ffffff;
}

[data-palette="palette-10"] .breadcrumb.icon-th > li:first-child:before {
    color: #ffffff;
}

[data-palette="palette-10"] .breadcrumb.icon-th-large > li:first-child:before {
    color: #ffffff;
}

[data-palette="palette-10"] .breadcrumb.icon-angle-right > li + li:before {
    color: #ffffff;
}

[data-palette="palette-10"] .breadcrumb.icon-angle-double-right > li + li:before {
    color: #ffffff;
}

[data-palette="palette-11"] .breadcrumb {
    background-color: #1b1091;
}

[data-palette="palette-11"] .breadcrumb.breadcrumb-bg {
    background-color: #2818d6;
}

[data-palette="palette-11"] .breadcrumb > .active {
    color: #ffffff;
}

[data-palette="palette-11"] .breadcrumb.icon-home > li:first-child:before {
    color: #ffffff;
}

[data-palette="palette-11"] .breadcrumb.icon-th > li:first-child:before {
    color: #ffffff;
}

[data-palette="palette-11"] .breadcrumb.icon-th-large > li:first-child:before {
    color: #ffffff;
}

[data-palette="palette-11"] .breadcrumb.icon-angle-right > li + li:before {
    color: #ffffff;
}

[data-palette="palette-11"] .breadcrumb.icon-angle-double-right > li + li:before {
    color: #ffffff;
}

[data-palette="palette-12"] .breadcrumb {
    background-color: #2516c7;
}

[data-palette="palette-12"] .breadcrumb.breadcrumb-bg {
    background-color: #4e40ea;
}

[data-palette="palette-12"] .breadcrumb > .active {
    color: #ffffff;
}

[data-palette="palette-12"] .breadcrumb.icon-home > li:first-child:before {
    color: #ffffff;
}

[data-palette="palette-12"] .breadcrumb.icon-th > li:first-child:before {
    color: #ffffff;
}

[data-palette="palette-12"] .breadcrumb.icon-th-large > li:first-child:before {
    color: #ffffff;
}

[data-palette="palette-12"] .breadcrumb.icon-angle-right > li + li:before {
    color: #ffffff;
}

[data-palette="palette-12"] .breadcrumb.icon-angle-double-right > li + li:before {
    color: #ffffff;
}

[data-palette="palette-13"] .breadcrumb {
    background-color: #320a5c;
}

[data-palette="palette-13"] .breadcrumb.breadcrumb-bg {
    background-color: #5812a1;
}

[data-palette="palette-13"] .breadcrumb > .active {
    color: #ffffff;
}

[data-palette="palette-13"] .breadcrumb.icon-home > li:first-child:before {
    color: #ffffff;
}

[data-palette="palette-13"] .breadcrumb.icon-th > li:first-child:before {
    color: #ffffff;
}

[data-palette="palette-13"] .breadcrumb.icon-th-large > li:first-child:before {
    color: #ffffff;
}

[data-palette="palette-13"] .breadcrumb.icon-angle-right > li + li:before {
    color: #ffffff;
}

[data-palette="palette-13"] .breadcrumb.icon-angle-double-right > li + li:before {
    color: #ffffff;
}

[data-palette="palette-14"] .breadcrumb {
    background-color: #4f1091;
}

[data-palette="palette-14"] .breadcrumb.breadcrumb-bg {
    background-color: #7518d6;
}

[data-palette="palette-14"] .breadcrumb > .active {
    color: #ffffff;
}

[data-palette="palette-14"] .breadcrumb.icon-home > li:first-child:before {
    color: #ffffff;
}

[data-palette="palette-14"] .breadcrumb.icon-th > li:first-child:before {
    color: #ffffff;
}

[data-palette="palette-14"] .breadcrumb.icon-th-large > li:first-child:before {
    color: #ffffff;
}

[data-palette="palette-14"] .breadcrumb.icon-angle-right > li + li:before {
    color: #ffffff;
}

[data-palette="palette-14"] .breadcrumb.icon-angle-double-right > li + li:before {
    color: #ffffff;
}

[data-palette="palette-15"] .breadcrumb {
    background-color: #6c16c7;
}

[data-palette="palette-15"] .breadcrumb.breadcrumb-bg {
    background-color: #9240ea;
}

[data-palette="palette-15"] .breadcrumb > .active {
    color: #ffffff;
}

[data-palette="palette-15"] .breadcrumb.icon-home > li:first-child:before {
    color: #ffffff;
}

[data-palette="palette-15"] .breadcrumb.icon-th > li:first-child:before {
    color: #ffffff;
}

[data-palette="palette-15"] .breadcrumb.icon-th-large > li:first-child:before {
    color: #ffffff;
}

[data-palette="palette-15"] .breadcrumb.icon-angle-right > li + li:before {
    color: #ffffff;
}

[data-palette="palette-15"] .breadcrumb.icon-angle-double-right > li + li:before {
    color: #ffffff;
}

[data-palette="palette-16"] .breadcrumb {
    background-color: #911051;
}

[data-palette="palette-16"] .breadcrumb.breadcrumb-bg {
    background-color: #d61877;
}

[data-palette="palette-16"] .breadcrumb > .active {
    color: #ffffff;
}

[data-palette="palette-16"] .breadcrumb.icon-home > li:first-child:before {
    color: #ffffff;
}

[data-palette="palette-16"] .breadcrumb.icon-th > li:first-child:before {
    color: #ffffff;
}

[data-palette="palette-16"] .breadcrumb.icon-th-large > li:first-child:before {
    color: #ffffff;
}

[data-palette="palette-16"] .breadcrumb.icon-angle-right > li + li:before {
    color: #ffffff;
}

[data-palette="palette-16"] .breadcrumb.icon-angle-double-right > li + li:before {
    color: #ffffff;
}

[data-palette="palette-17"] .breadcrumb {
    background-color: #c7166f;
}

[data-palette="palette-17"] .breadcrumb.breadcrumb-bg {
    background-color: #ea4095;
}

[data-palette="palette-17"] .breadcrumb > .active {
    color: #ffffff;
}

[data-palette="palette-17"] .breadcrumb.icon-home > li:first-child:before {
    color: #ffffff;
}

[data-palette="palette-17"] .breadcrumb.icon-th > li:first-child:before {
    color: #ffffff;
}

[data-palette="palette-17"] .breadcrumb.icon-th-large > li:first-child:before {
    color: #ffffff;
}

[data-palette="palette-17"] .breadcrumb.icon-angle-right > li + li:before {
    color: #ffffff;
}

[data-palette="palette-17"] .breadcrumb.icon-angle-double-right > li + li:before {
    color: #ffffff;
}

[data-palette="palette-18"] .breadcrumb {
    background-color: #911710;
}

[data-palette="palette-18"] .breadcrumb.breadcrumb-bg {
    background-color: #d62218;
}

[data-palette="palette-18"] .breadcrumb > .active {
    color: #ffffff;
}

[data-palette="palette-18"] .breadcrumb.icon-home > li:first-child:before {
    color: #ffffff;
}

[data-palette="palette-18"] .breadcrumb.icon-th > li:first-child:before {
    color: #ffffff;
}

[data-palette="palette-18"] .breadcrumb.icon-th-large > li:first-child:before {
    color: #ffffff;
}

[data-palette="palette-18"] .breadcrumb.icon-angle-right > li + li:before {
    color: #ffffff;
}

[data-palette="palette-18"] .breadcrumb.icon-angle-double-right > li + li:before {
    color: #ffffff;
}

[data-palette="palette-19"] .breadcrumb {
    background-color: #c71f16;
}

[data-palette="palette-19"] .breadcrumb.breadcrumb-bg {
    background-color: #ea4840;
}

[data-palette="palette-19"] .breadcrumb > .active {
    color: #ffffff;
}

[data-palette="palette-19"] .breadcrumb.icon-home > li:first-child:before {
    color: #ffffff;
}

[data-palette="palette-19"] .breadcrumb.icon-th > li:first-child:before {
    color: #ffffff;
}

[data-palette="palette-19"] .breadcrumb.icon-th-large > li:first-child:before {
    color: #ffffff;
}

[data-palette="palette-19"] .breadcrumb.icon-angle-right > li + li:before {
    color: #ffffff;
}

[data-palette="palette-19"] .breadcrumb.icon-angle-double-right > li + li:before {
    color: #ffffff;
}

[data-palette="palette-20"] .breadcrumb {
    background-color: #0a5c15;
}

[data-palette="palette-20"] .breadcrumb.breadcrumb-bg {
    background-color: #12a125;
}

[data-palette="palette-20"] .breadcrumb > .active {
    color: #ffffff;
}

[data-palette="palette-20"] .breadcrumb.icon-home > li:first-child:before {
    color: #ffffff;
}

[data-palette="palette-20"] .breadcrumb.icon-th > li:first-child:before {
    color: #ffffff;
}

[data-palette="palette-20"] .breadcrumb.icon-th-large > li:first-child:before {
    color: #ffffff;
}

[data-palette="palette-20"] .breadcrumb.icon-angle-right > li + li:before {
    color: #ffffff;
}

[data-palette="palette-20"] .breadcrumb.icon-angle-double-right > li + li:before {
    color: #ffffff;
}

[data-palette="palette-21"] .breadcrumb {
    background-color: #3e5c0a;
}

[data-palette="palette-21"] .breadcrumb.breadcrumb-bg {
    background-color: #6da112;
}

[data-palette="palette-21"] .breadcrumb > .active {
    color: #ffffff;
}

[data-palette="palette-21"] .breadcrumb.icon-home > li:first-child:before {
    color: #ffffff;
}

[data-palette="palette-21"] .breadcrumb.icon-th > li:first-child:before {
    color: #ffffff;
}

[data-palette="palette-21"] .breadcrumb.icon-th-large > li:first-child:before {
    color: #ffffff;
}

[data-palette="palette-21"] .breadcrumb.icon-angle-right > li + li:before {
    color: #ffffff;
}

[data-palette="palette-21"] .breadcrumb.icon-angle-double-right > li + li:before {
    color: #ffffff;
}

[data-palette="palette-22"] .breadcrumb {
    background-color: #4d2c19;
}

[data-palette="palette-22"] .breadcrumb.breadcrumb-bg {
    background-color: #874d2c;
}

[data-palette="palette-22"] .breadcrumb > .active {
    color: #ffffff;
}

[data-palette="palette-22"] .breadcrumb.icon-home > li:first-child:before {
    color: #ffffff;
}

[data-palette="palette-22"] .breadcrumb.icon-th > li:first-child:before {
    color: #ffffff;
}

[data-palette="palette-22"] .breadcrumb.icon-th-large > li:first-child:before {
    color: #ffffff;
}

[data-palette="palette-22"] .breadcrumb.icon-angle-right > li + li:before {
    color: #ffffff;
}

[data-palette="palette-22"] .breadcrumb.icon-angle-double-right > li + li:before {
    color: #ffffff;
}

[data-palette="palette-23"] .breadcrumb {
    background-color: #794628;
}

[data-palette="palette-23"] .breadcrumb.breadcrumb-bg {
    background-color: #b2673b;
}

[data-palette="palette-23"] .breadcrumb > .active {
    color: #ffffff;
}

[data-palette="palette-23"] .breadcrumb.icon-home > li:first-child:before {
    color: #ffffff;
}

[data-palette="palette-23"] .breadcrumb.icon-th > li:first-child:before {
    color: #ffffff;
}

[data-palette="palette-23"] .breadcrumb.icon-th-large > li:first-child:before {
    color: #ffffff;
}

[data-palette="palette-23"] .breadcrumb.icon-angle-right > li + li:before {
    color: #ffffff;
}

[data-palette="palette-23"] .breadcrumb.icon-angle-double-right > li + li:before {
    color: #ffffff;
}

.btn.btn-default {
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-default.btn-flat {
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
    border-color: transparent;
    border-radius: 0px;
}

.btn.btn-default.btn-rounded {
    border-color: transparent;
    border-radius: 20px;
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-default.btn-outline {
    background-color: transparent !important;
    border-width: 2px;
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-default.btn-outline:hover, .btn.btn-default.btn-outline:active, .btn.btn-default.btn-outline:focus {
    background-color: transparent !important;
}

.btn.btn-default.btn-outline.btn-rounded {
    border-radius: 20px;
    background-color: transparent !important;
}

.btn.btn-default.btn-outline.btn-rounded:hover, .btn.btn-default.btn-outline.btn-rounded:active, .btn.btn-default.btn-outline.btn-rounded:focus {
    background-color: transparent !important;
}

.btn.btn-primary {
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-primary.btn-flat {
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
    border-color: transparent;
    border-radius: 0px;
}

.btn.btn-primary.btn-rounded {
    border-color: transparent;
    border-radius: 20px;
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-primary.btn-outline {
    background-color: transparent !important;
    border-width: 2px;
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-primary.btn-outline:hover, .btn.btn-primary.btn-outline:active, .btn.btn-primary.btn-outline:focus {
    background-color: transparent !important;
}

.btn.btn-primary.btn-outline.btn-rounded {
    border-radius: 20px;
    background-color: transparent !important;
}

.btn.btn-primary.btn-outline.btn-rounded:hover, .btn.btn-primary.btn-outline.btn-rounded:active, .btn.btn-primary.btn-outline.btn-rounded:focus {
    background-color: transparent !important;
}

.btn.btn-info {
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-info.btn-flat {
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
    border-color: transparent;
    border-radius: 0px;
}

.btn.btn-info.btn-rounded {
    border-color: transparent;
    border-radius: 20px;
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-info.btn-outline {
    background-color: transparent !important;
    border-width: 2px;
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-info.btn-outline:hover, .btn.btn-info.btn-outline:active, .btn.btn-info.btn-outline:focus {
    background-color: transparent !important;
}

.btn.btn-info.btn-outline.btn-rounded {
    border-radius: 20px;
    background-color: transparent !important;
}

.btn.btn-info.btn-outline.btn-rounded:hover, .btn.btn-info.btn-outline.btn-rounded:active, .btn.btn-info.btn-outline.btn-rounded:focus {
    background-color: transparent !important;
}

.btn.btn-warning {
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-warning.btn-flat {
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
    border-color: transparent;
    border-radius: 0px;
}

.btn.btn-warning.btn-rounded {
    border-color: transparent;
    border-radius: 20px;
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-warning.btn-outline {
    background-color: transparent !important;
    border-width: 2px;
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-warning.btn-outline:hover, .btn.btn-warning.btn-outline:active, .btn.btn-warning.btn-outline:focus {
    background-color: transparent !important;
}

.btn.btn-warning.btn-outline.btn-rounded {
    border-radius: 20px;
    background-color: transparent !important;
}

.btn.btn-warning.btn-outline.btn-rounded:hover, .btn.btn-warning.btn-outline.btn-rounded:active, .btn.btn-warning.btn-outline.btn-rounded:focus {
    background-color: transparent !important;
}

.btn.btn-success {
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-success.btn-flat {
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
    border-color: transparent;
    border-radius: 0px;
}

.btn.btn-success.btn-rounded {
    border-color: transparent;
    border-radius: 20px;
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-success.btn-outline {
    background-color: transparent !important;
    border-width: 2px;
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-success.btn-outline:hover, .btn.btn-success.btn-outline:active, .btn.btn-success.btn-outline:focus {
    background-color: transparent !important;
}

.btn.btn-success.btn-outline.btn-rounded {
    border-radius: 20px;
    background-color: transparent !important;
}

.btn.btn-success.btn-outline.btn-rounded:hover, .btn.btn-success.btn-outline.btn-rounded:active, .btn.btn-success.btn-outline.btn-rounded:focus {
    background-color: transparent !important;
}

.btn.btn-danger {
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-danger.btn-flat {
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
    border-color: transparent;
    border-radius: 0px;
}

.btn.btn-danger.btn-rounded {
    border-color: transparent;
    border-radius: 20px;
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-danger.btn-outline {
    background-color: transparent !important;
    border-width: 2px;
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-danger.btn-outline:hover, .btn.btn-danger.btn-outline:active, .btn.btn-danger.btn-outline:focus {
    background-color: transparent !important;
}

.btn.btn-danger.btn-outline.btn-rounded {
    border-radius: 20px;
    background-color: transparent !important;
}

.btn.btn-danger.btn-outline.btn-rounded:hover, .btn.btn-danger.btn-outline.btn-rounded:active, .btn.btn-danger.btn-outline.btn-rounded:focus {
    background-color: transparent !important;
}

.btn.btn-white {
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-white.btn-flat {
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
    border-color: transparent;
    border-radius: 0px;
}

.btn.btn-white.btn-rounded {
    border-color: transparent;
    border-radius: 20px;
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-white.btn-outline {
    background-color: transparent !important;
    border-width: 2px;
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-white.btn-outline:hover, .btn.btn-white.btn-outline:active, .btn.btn-white.btn-outline:focus {
    background-color: transparent !important;
}

.btn.btn-white.btn-outline.btn-rounded {
    border-radius: 20px;
    background-color: transparent !important;
}

.btn.btn-white.btn-outline.btn-rounded:hover, .btn.btn-white.btn-outline.btn-rounded:active, .btn.btn-white.btn-outline.btn-rounded:focus {
    background-color: transparent !important;
}

.btn.btn-black {
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-black.btn-flat {
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
    border-color: transparent;
    border-radius: 0px;
}

.btn.btn-black.btn-rounded {
    border-color: transparent;
    border-radius: 20px;
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-black.btn-outline {
    background-color: transparent !important;
    border-width: 2px;
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-black.btn-outline:hover, .btn.btn-black.btn-outline:active, .btn.btn-black.btn-outline:focus {
    background-color: transparent !important;
}

.btn.btn-black.btn-outline.btn-rounded {
    border-radius: 20px;
    background-color: transparent !important;
}

.btn.btn-black.btn-outline.btn-rounded:hover, .btn.btn-black.btn-outline.btn-rounded:active, .btn.btn-black.btn-outline.btn-rounded:focus {
    background-color: transparent !important;
}

.btn.btn-facebook {
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-facebook.btn-flat {
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
    border-color: transparent;
    border-radius: 0px;
}

.btn.btn-facebook.btn-rounded {
    border-color: transparent;
    border-radius: 20px;
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-facebook.btn-outline {
    background-color: transparent !important;
    border-width: 2px;
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-facebook.btn-outline:hover, .btn.btn-facebook.btn-outline:active, .btn.btn-facebook.btn-outline:focus {
    background-color: transparent !important;
}

.btn.btn-facebook.btn-outline.btn-rounded {
    border-radius: 20px;
    background-color: transparent !important;
}

.btn.btn-facebook.btn-outline.btn-rounded:hover, .btn.btn-facebook.btn-outline.btn-rounded:active, .btn.btn-facebook.btn-outline.btn-rounded:focus {
    background-color: transparent !important;
}

.btn.btn-twitter {
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-twitter.btn-flat {
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
    border-color: transparent;
    border-radius: 0px;
}

.btn.btn-twitter.btn-rounded {
    border-color: transparent;
    border-radius: 20px;
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-twitter.btn-outline {
    background-color: transparent !important;
    border-width: 2px;
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-twitter.btn-outline:hover, .btn.btn-twitter.btn-outline:active, .btn.btn-twitter.btn-outline:focus {
    background-color: transparent !important;
}

.btn.btn-twitter.btn-outline.btn-rounded {
    border-radius: 20px;
    background-color: transparent !important;
}

.btn.btn-twitter.btn-outline.btn-rounded:hover, .btn.btn-twitter.btn-outline.btn-rounded:active, .btn.btn-twitter.btn-outline.btn-rounded:focus {
    background-color: transparent !important;
}

.btn.btn-google {
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-google.btn-flat {
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
    border-color: transparent;
    border-radius: 0px;
}

.btn.btn-google.btn-rounded {
    border-color: transparent;
    border-radius: 20px;
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-google.btn-outline {
    background-color: transparent !important;
    border-width: 2px;
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-google.btn-outline:hover, .btn.btn-google.btn-outline:active, .btn.btn-google.btn-outline:focus {
    background-color: transparent !important;
}

.btn.btn-google.btn-outline.btn-rounded {
    border-radius: 20px;
    background-color: transparent !important;
}

.btn.btn-google.btn-outline.btn-rounded:hover, .btn.btn-google.btn-outline.btn-rounded:active, .btn.btn-google.btn-outline.btn-rounded:focus {
    background-color: transparent !important;
}

.btn.btn-default-100 {
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-default-100.btn-flat {
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
    border-color: transparent;
    border-radius: 0px;
}

.btn.btn-default-100.btn-rounded {
    border-color: transparent;
    border-radius: 20px;
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-default-100.btn-outline {
    background-color: transparent !important;
    border-width: 2px;
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-default-100.btn-outline:hover, .btn.btn-default-100.btn-outline:active, .btn.btn-default-100.btn-outline:focus {
    background-color: transparent !important;
}

.btn.btn-default-100.btn-outline.btn-rounded {
    border-radius: 20px;
    background-color: transparent !important;
}

.btn.btn-default-100.btn-outline.btn-rounded:hover, .btn.btn-default-100.btn-outline.btn-rounded:active, .btn.btn-default-100.btn-outline.btn-rounded:focus {
    background-color: transparent !important;
}

.btn.btn-default-200 {
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-default-200.btn-flat {
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
    border-color: transparent;
    border-radius: 0px;
}

.btn.btn-default-200.btn-rounded {
    border-color: transparent;
    border-radius: 20px;
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-default-200.btn-outline {
    background-color: transparent !important;
    border-width: 2px;
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-default-200.btn-outline:hover, .btn.btn-default-200.btn-outline:active, .btn.btn-default-200.btn-outline:focus {
    background-color: transparent !important;
}

.btn.btn-default-200.btn-outline.btn-rounded {
    border-radius: 20px;
    background-color: transparent !important;
}

.btn.btn-default-200.btn-outline.btn-rounded:hover, .btn.btn-default-200.btn-outline.btn-rounded:active, .btn.btn-default-200.btn-outline.btn-rounded:focus {
    background-color: transparent !important;
}

.btn.btn-default-300 {
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-default-300.btn-flat {
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
    border-color: transparent;
    border-radius: 0px;
}

.btn.btn-default-300.btn-rounded {
    border-color: transparent;
    border-radius: 20px;
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-default-300.btn-outline {
    background-color: transparent !important;
    border-width: 2px;
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-default-300.btn-outline:hover, .btn.btn-default-300.btn-outline:active, .btn.btn-default-300.btn-outline:focus {
    background-color: transparent !important;
}

.btn.btn-default-300.btn-outline.btn-rounded {
    border-radius: 20px;
    background-color: transparent !important;
}

.btn.btn-default-300.btn-outline.btn-rounded:hover, .btn.btn-default-300.btn-outline.btn-rounded:active, .btn.btn-default-300.btn-outline.btn-rounded:focus {
    background-color: transparent !important;
}

.btn.btn-default-400 {
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-default-400.btn-flat {
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
    border-color: transparent;
    border-radius: 0px;
}

.btn.btn-default-400.btn-rounded {
    border-color: transparent;
    border-radius: 20px;
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-default-400.btn-outline {
    background-color: transparent !important;
    border-width: 2px;
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-default-400.btn-outline:hover, .btn.btn-default-400.btn-outline:active, .btn.btn-default-400.btn-outline:focus {
    background-color: transparent !important;
}

.btn.btn-default-400.btn-outline.btn-rounded {
    border-radius: 20px;
    background-color: transparent !important;
}

.btn.btn-default-400.btn-outline.btn-rounded:hover, .btn.btn-default-400.btn-outline.btn-rounded:active, .btn.btn-default-400.btn-outline.btn-rounded:focus {
    background-color: transparent !important;
}

.btn.btn-default-500 {
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-default-500.btn-flat {
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
    border-color: transparent;
    border-radius: 0px;
}

.btn.btn-default-500.btn-rounded {
    border-color: transparent;
    border-radius: 20px;
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-default-500.btn-outline {
    background-color: transparent !important;
    border-width: 2px;
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-default-500.btn-outline:hover, .btn.btn-default-500.btn-outline:active, .btn.btn-default-500.btn-outline:focus {
    background-color: transparent !important;
}

.btn.btn-default-500.btn-outline.btn-rounded {
    border-radius: 20px;
    background-color: transparent !important;
}

.btn.btn-default-500.btn-outline.btn-rounded:hover, .btn.btn-default-500.btn-outline.btn-rounded:active, .btn.btn-default-500.btn-outline.btn-rounded:focus {
    background-color: transparent !important;
}

.btn.btn-default-600 {
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-default-600.btn-flat {
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
    border-color: transparent;
    border-radius: 0px;
}

.btn.btn-default-600.btn-rounded {
    border-color: transparent;
    border-radius: 20px;
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-default-600.btn-outline {
    background-color: transparent !important;
    border-width: 2px;
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-default-600.btn-outline:hover, .btn.btn-default-600.btn-outline:active, .btn.btn-default-600.btn-outline:focus {
    background-color: transparent !important;
}

.btn.btn-default-600.btn-outline.btn-rounded {
    border-radius: 20px;
    background-color: transparent !important;
}

.btn.btn-default-600.btn-outline.btn-rounded:hover, .btn.btn-default-600.btn-outline.btn-rounded:active, .btn.btn-default-600.btn-outline.btn-rounded:focus {
    background-color: transparent !important;
}

.btn.btn-default-700 {
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-default-700.btn-flat {
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
    border-color: transparent;
    border-radius: 0px;
}

.btn.btn-default-700.btn-rounded {
    border-color: transparent;
    border-radius: 20px;
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-default-700.btn-outline {
    background-color: transparent !important;
    border-width: 2px;
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-default-700.btn-outline:hover, .btn.btn-default-700.btn-outline:active, .btn.btn-default-700.btn-outline:focus {
    background-color: transparent !important;
}

.btn.btn-default-700.btn-outline.btn-rounded {
    border-radius: 20px;
    background-color: transparent !important;
}

.btn.btn-default-700.btn-outline.btn-rounded:hover, .btn.btn-default-700.btn-outline.btn-rounded:active, .btn.btn-default-700.btn-outline.btn-rounded:focus {
    background-color: transparent !important;
}

.btn.btn-default-800 {
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-default-800.btn-flat {
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
    border-color: transparent;
    border-radius: 0px;
}

.btn.btn-default-800.btn-rounded {
    border-color: transparent;
    border-radius: 20px;
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-default-800.btn-outline {
    background-color: transparent !important;
    border-width: 2px;
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-default-800.btn-outline:hover, .btn.btn-default-800.btn-outline:active, .btn.btn-default-800.btn-outline:focus {
    background-color: transparent !important;
}

.btn.btn-default-800.btn-outline.btn-rounded {
    border-radius: 20px;
    background-color: transparent !important;
}

.btn.btn-default-800.btn-outline.btn-rounded:hover, .btn.btn-default-800.btn-outline.btn-rounded:active, .btn.btn-default-800.btn-outline.btn-rounded:focus {
    background-color: transparent !important;
}

.btn.btn-default-900 {
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-default-900.btn-flat {
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
    border-color: transparent;
    border-radius: 0px;
}

.btn.btn-default-900.btn-rounded {
    border-color: transparent;
    border-radius: 20px;
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-default-900.btn-outline {
    background-color: transparent !important;
    border-width: 2px;
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-default-900.btn-outline:hover, .btn.btn-default-900.btn-outline:active, .btn.btn-default-900.btn-outline:focus {
    background-color: transparent !important;
}

.btn.btn-default-900.btn-outline.btn-rounded {
    border-radius: 20px;
    background-color: transparent !important;
}

.btn.btn-default-900.btn-outline.btn-rounded:hover, .btn.btn-default-900.btn-outline.btn-rounded:active, .btn.btn-default-900.btn-outline.btn-rounded:focus {
    background-color: transparent !important;
}

.btn.btn-primary-100 {
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-primary-100.btn-flat {
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
    border-color: transparent;
    border-radius: 0px;
}

.btn.btn-primary-100.btn-rounded {
    border-color: transparent;
    border-radius: 20px;
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-primary-100.btn-outline {
    background-color: transparent !important;
    border-width: 2px;
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-primary-100.btn-outline:hover, .btn.btn-primary-100.btn-outline:active, .btn.btn-primary-100.btn-outline:focus {
    background-color: transparent !important;
}

.btn.btn-primary-100.btn-outline.btn-rounded {
    border-radius: 20px;
    background-color: transparent !important;
}

.btn.btn-primary-100.btn-outline.btn-rounded:hover, .btn.btn-primary-100.btn-outline.btn-rounded:active, .btn.btn-primary-100.btn-outline.btn-rounded:focus {
    background-color: transparent !important;
}

.btn.btn-primary-200 {
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-primary-200.btn-flat {
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
    border-color: transparent;
    border-radius: 0px;
}

.btn.btn-primary-200.btn-rounded {
    border-color: transparent;
    border-radius: 20px;
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-primary-200.btn-outline {
    background-color: transparent !important;
    border-width: 2px;
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-primary-200.btn-outline:hover, .btn.btn-primary-200.btn-outline:active, .btn.btn-primary-200.btn-outline:focus {
    background-color: transparent !important;
}

.btn.btn-primary-200.btn-outline.btn-rounded {
    border-radius: 20px;
    background-color: transparent !important;
}

.btn.btn-primary-200.btn-outline.btn-rounded:hover, .btn.btn-primary-200.btn-outline.btn-rounded:active, .btn.btn-primary-200.btn-outline.btn-rounded:focus {
    background-color: transparent !important;
}

.btn.btn-primary-300 {
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-primary-300.btn-flat {
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
    border-color: transparent;
    border-radius: 0px;
}

.btn.btn-primary-300.btn-rounded {
    border-color: transparent;
    border-radius: 20px;
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-primary-300.btn-outline {
    background-color: transparent !important;
    border-width: 2px;
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-primary-300.btn-outline:hover, .btn.btn-primary-300.btn-outline:active, .btn.btn-primary-300.btn-outline:focus {
    background-color: transparent !important;
}

.btn.btn-primary-300.btn-outline.btn-rounded {
    border-radius: 20px;
    background-color: transparent !important;
}

.btn.btn-primary-300.btn-outline.btn-rounded:hover, .btn.btn-primary-300.btn-outline.btn-rounded:active, .btn.btn-primary-300.btn-outline.btn-rounded:focus {
    background-color: transparent !important;
}

.btn.btn-primary-400 {
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-primary-400.btn-flat {
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
    border-color: transparent;
    border-radius: 0px;
}

.btn.btn-primary-400.btn-rounded {
    border-color: transparent;
    border-radius: 20px;
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-primary-400.btn-outline {
    background-color: transparent !important;
    border-width: 2px;
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-primary-400.btn-outline:hover, .btn.btn-primary-400.btn-outline:active, .btn.btn-primary-400.btn-outline:focus {
    background-color: transparent !important;
}

.btn.btn-primary-400.btn-outline.btn-rounded {
    border-radius: 20px;
    background-color: transparent !important;
}

.btn.btn-primary-400.btn-outline.btn-rounded:hover, .btn.btn-primary-400.btn-outline.btn-rounded:active, .btn.btn-primary-400.btn-outline.btn-rounded:focus {
    background-color: transparent !important;
}

.btn.btn-primary-500 {
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-primary-500.btn-flat {
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
    border-color: transparent;
    border-radius: 0px;
}

.btn.btn-primary-500.btn-rounded {
    border-color: transparent;
    border-radius: 20px;
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-primary-500.btn-outline {
    background-color: transparent !important;
    border-width: 2px;
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-primary-500.btn-outline:hover, .btn.btn-primary-500.btn-outline:active, .btn.btn-primary-500.btn-outline:focus {
    background-color: transparent !important;
}

.btn.btn-primary-500.btn-outline.btn-rounded {
    border-radius: 20px;
    background-color: transparent !important;
}

.btn.btn-primary-500.btn-outline.btn-rounded:hover, .btn.btn-primary-500.btn-outline.btn-rounded:active, .btn.btn-primary-500.btn-outline.btn-rounded:focus {
    background-color: transparent !important;
}

.btn.btn-primary-600 {
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-primary-600.btn-flat {
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
    border-color: transparent;
    border-radius: 0px;
}

.btn.btn-primary-600.btn-rounded {
    border-color: transparent;
    border-radius: 20px;
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-primary-600.btn-outline {
    background-color: transparent !important;
    border-width: 2px;
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-primary-600.btn-outline:hover, .btn.btn-primary-600.btn-outline:active, .btn.btn-primary-600.btn-outline:focus {
    background-color: transparent !important;
}

.btn.btn-primary-600.btn-outline.btn-rounded {
    border-radius: 20px;
    background-color: transparent !important;
}

.btn.btn-primary-600.btn-outline.btn-rounded:hover, .btn.btn-primary-600.btn-outline.btn-rounded:active, .btn.btn-primary-600.btn-outline.btn-rounded:focus {
    background-color: transparent !important;
}

.btn.btn-primary-700 {
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-primary-700.btn-flat {
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
    border-color: transparent;
    border-radius: 0px;
}

.btn.btn-primary-700.btn-rounded {
    border-color: transparent;
    border-radius: 20px;
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-primary-700.btn-outline {
    background-color: transparent !important;
    border-width: 2px;
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-primary-700.btn-outline:hover, .btn.btn-primary-700.btn-outline:active, .btn.btn-primary-700.btn-outline:focus {
    background-color: transparent !important;
}

.btn.btn-primary-700.btn-outline.btn-rounded {
    border-radius: 20px;
    background-color: transparent !important;
}

.btn.btn-primary-700.btn-outline.btn-rounded:hover, .btn.btn-primary-700.btn-outline.btn-rounded:active, .btn.btn-primary-700.btn-outline.btn-rounded:focus {
    background-color: transparent !important;
}

.btn.btn-primary-800 {
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-primary-800.btn-flat {
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
    border-color: transparent;
    border-radius: 0px;
}

.btn.btn-primary-800.btn-rounded {
    border-color: transparent;
    border-radius: 20px;
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-primary-800.btn-outline {
    background-color: transparent !important;
    border-width: 2px;
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-primary-800.btn-outline:hover, .btn.btn-primary-800.btn-outline:active, .btn.btn-primary-800.btn-outline:focus {
    background-color: transparent !important;
}

.btn.btn-primary-800.btn-outline.btn-rounded {
    border-radius: 20px;
    background-color: transparent !important;
}

.btn.btn-primary-800.btn-outline.btn-rounded:hover, .btn.btn-primary-800.btn-outline.btn-rounded:active, .btn.btn-primary-800.btn-outline.btn-rounded:focus {
    background-color: transparent !important;
}

.btn.btn-primary-900 {
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-primary-900.btn-flat {
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
    border-color: transparent;
    border-radius: 0px;
}

.btn.btn-primary-900.btn-rounded {
    border-color: transparent;
    border-radius: 20px;
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-primary-900.btn-outline {
    background-color: transparent !important;
    border-width: 2px;
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-primary-900.btn-outline:hover, .btn.btn-primary-900.btn-outline:active, .btn.btn-primary-900.btn-outline:focus {
    background-color: transparent !important;
}

.btn.btn-primary-900.btn-outline.btn-rounded {
    border-radius: 20px;
    background-color: transparent !important;
}

.btn.btn-primary-900.btn-outline.btn-rounded:hover, .btn.btn-primary-900.btn-outline.btn-rounded:active, .btn.btn-primary-900.btn-outline.btn-rounded:focus {
    background-color: transparent !important;
}

.btn.btn-info-100 {
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-info-100.btn-flat {
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
    border-color: transparent;
    border-radius: 0px;
}

.btn.btn-info-100.btn-rounded {
    border-color: transparent;
    border-radius: 20px;
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-info-100.btn-outline {
    background-color: transparent !important;
    border-width: 2px;
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-info-100.btn-outline:hover, .btn.btn-info-100.btn-outline:active, .btn.btn-info-100.btn-outline:focus {
    background-color: transparent !important;
}

.btn.btn-info-100.btn-outline.btn-rounded {
    border-radius: 20px;
    background-color: transparent !important;
}

.btn.btn-info-100.btn-outline.btn-rounded:hover, .btn.btn-info-100.btn-outline.btn-rounded:active, .btn.btn-info-100.btn-outline.btn-rounded:focus {
    background-color: transparent !important;
}

.btn.btn-info-200 {
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-info-200.btn-flat {
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
    border-color: transparent;
    border-radius: 0px;
}

.btn.btn-info-200.btn-rounded {
    border-color: transparent;
    border-radius: 20px;
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-info-200.btn-outline {
    background-color: transparent !important;
    border-width: 2px;
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-info-200.btn-outline:hover, .btn.btn-info-200.btn-outline:active, .btn.btn-info-200.btn-outline:focus {
    background-color: transparent !important;
}

.btn.btn-info-200.btn-outline.btn-rounded {
    border-radius: 20px;
    background-color: transparent !important;
}

.btn.btn-info-200.btn-outline.btn-rounded:hover, .btn.btn-info-200.btn-outline.btn-rounded:active, .btn.btn-info-200.btn-outline.btn-rounded:focus {
    background-color: transparent !important;
}

.btn.btn-info-300 {
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-info-300.btn-flat {
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
    border-color: transparent;
    border-radius: 0px;
}

.btn.btn-info-300.btn-rounded {
    border-color: transparent;
    border-radius: 20px;
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-info-300.btn-outline {
    background-color: transparent !important;
    border-width: 2px;
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-info-300.btn-outline:hover, .btn.btn-info-300.btn-outline:active, .btn.btn-info-300.btn-outline:focus {
    background-color: transparent !important;
}

.btn.btn-info-300.btn-outline.btn-rounded {
    border-radius: 20px;
    background-color: transparent !important;
}

.btn.btn-info-300.btn-outline.btn-rounded:hover, .btn.btn-info-300.btn-outline.btn-rounded:active, .btn.btn-info-300.btn-outline.btn-rounded:focus {
    background-color: transparent !important;
}

.btn.btn-info-400 {
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-info-400.btn-flat {
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
    border-color: transparent;
    border-radius: 0px;
}

.btn.btn-info-400.btn-rounded {
    border-color: transparent;
    border-radius: 20px;
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-info-400.btn-outline {
    background-color: transparent !important;
    border-width: 2px;
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-info-400.btn-outline:hover, .btn.btn-info-400.btn-outline:active, .btn.btn-info-400.btn-outline:focus {
    background-color: transparent !important;
}

.btn.btn-info-400.btn-outline.btn-rounded {
    border-radius: 20px;
    background-color: transparent !important;
}

.btn.btn-info-400.btn-outline.btn-rounded:hover, .btn.btn-info-400.btn-outline.btn-rounded:active, .btn.btn-info-400.btn-outline.btn-rounded:focus {
    background-color: transparent !important;
}

.btn.btn-info-500 {
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-info-500.btn-flat {
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
    border-color: transparent;
    border-radius: 0px;
}

.btn.btn-info-500.btn-rounded {
    border-color: transparent;
    border-radius: 20px;
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-info-500.btn-outline {
    background-color: transparent !important;
    border-width: 2px;
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-info-500.btn-outline:hover, .btn.btn-info-500.btn-outline:active, .btn.btn-info-500.btn-outline:focus {
    background-color: transparent !important;
}

.btn.btn-info-500.btn-outline.btn-rounded {
    border-radius: 20px;
    background-color: transparent !important;
}

.btn.btn-info-500.btn-outline.btn-rounded:hover, .btn.btn-info-500.btn-outline.btn-rounded:active, .btn.btn-info-500.btn-outline.btn-rounded:focus {
    background-color: transparent !important;
}

.btn.btn-info-600 {
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-info-600.btn-flat {
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
    border-color: transparent;
    border-radius: 0px;
}

.btn.btn-info-600.btn-rounded {
    border-color: transparent;
    border-radius: 20px;
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-info-600.btn-outline {
    background-color: transparent !important;
    border-width: 2px;
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-info-600.btn-outline:hover, .btn.btn-info-600.btn-outline:active, .btn.btn-info-600.btn-outline:focus {
    background-color: transparent !important;
}

.btn.btn-info-600.btn-outline.btn-rounded {
    border-radius: 20px;
    background-color: transparent !important;
}

.btn.btn-info-600.btn-outline.btn-rounded:hover, .btn.btn-info-600.btn-outline.btn-rounded:active, .btn.btn-info-600.btn-outline.btn-rounded:focus {
    background-color: transparent !important;
}

.btn.btn-info-700 {
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-info-700.btn-flat {
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
    border-color: transparent;
    border-radius: 0px;
}

.btn.btn-info-700.btn-rounded {
    border-color: transparent;
    border-radius: 20px;
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-info-700.btn-outline {
    background-color: transparent !important;
    border-width: 2px;
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-info-700.btn-outline:hover, .btn.btn-info-700.btn-outline:active, .btn.btn-info-700.btn-outline:focus {
    background-color: transparent !important;
}

.btn.btn-info-700.btn-outline.btn-rounded {
    border-radius: 20px;
    background-color: transparent !important;
}

.btn.btn-info-700.btn-outline.btn-rounded:hover, .btn.btn-info-700.btn-outline.btn-rounded:active, .btn.btn-info-700.btn-outline.btn-rounded:focus {
    background-color: transparent !important;
}

.btn.btn-info-800 {
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-info-800.btn-flat {
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
    border-color: transparent;
    border-radius: 0px;
}

.btn.btn-info-800.btn-rounded {
    border-color: transparent;
    border-radius: 20px;
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-info-800.btn-outline {
    background-color: transparent !important;
    border-width: 2px;
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-info-800.btn-outline:hover, .btn.btn-info-800.btn-outline:active, .btn.btn-info-800.btn-outline:focus {
    background-color: transparent !important;
}

.btn.btn-info-800.btn-outline.btn-rounded {
    border-radius: 20px;
    background-color: transparent !important;
}

.btn.btn-info-800.btn-outline.btn-rounded:hover, .btn.btn-info-800.btn-outline.btn-rounded:active, .btn.btn-info-800.btn-outline.btn-rounded:focus {
    background-color: transparent !important;
}

.btn.btn-info-900 {
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-info-900.btn-flat {
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
    border-color: transparent;
    border-radius: 0px;
}

.btn.btn-info-900.btn-rounded {
    border-color: transparent;
    border-radius: 20px;
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-info-900.btn-outline {
    background-color: transparent !important;
    border-width: 2px;
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-info-900.btn-outline:hover, .btn.btn-info-900.btn-outline:active, .btn.btn-info-900.btn-outline:focus {
    background-color: transparent !important;
}

.btn.btn-info-900.btn-outline.btn-rounded {
    border-radius: 20px;
    background-color: transparent !important;
}

.btn.btn-info-900.btn-outline.btn-rounded:hover, .btn.btn-info-900.btn-outline.btn-rounded:active, .btn.btn-info-900.btn-outline.btn-rounded:focus {
    background-color: transparent !important;
}

.btn.btn-warning-100 {
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-warning-100.btn-flat {
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
    border-color: transparent;
    border-radius: 0px;
}

.btn.btn-warning-100.btn-rounded {
    border-color: transparent;
    border-radius: 20px;
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-warning-100.btn-outline {
    background-color: transparent !important;
    border-width: 2px;
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-warning-100.btn-outline:hover, .btn.btn-warning-100.btn-outline:active, .btn.btn-warning-100.btn-outline:focus {
    background-color: transparent !important;
}

.btn.btn-warning-100.btn-outline.btn-rounded {
    border-radius: 20px;
    background-color: transparent !important;
}

.btn.btn-warning-100.btn-outline.btn-rounded:hover, .btn.btn-warning-100.btn-outline.btn-rounded:active, .btn.btn-warning-100.btn-outline.btn-rounded:focus {
    background-color: transparent !important;
}

.btn.btn-warning-200 {
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-warning-200.btn-flat {
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
    border-color: transparent;
    border-radius: 0px;
}

.btn.btn-warning-200.btn-rounded {
    border-color: transparent;
    border-radius: 20px;
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-warning-200.btn-outline {
    background-color: transparent !important;
    border-width: 2px;
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-warning-200.btn-outline:hover, .btn.btn-warning-200.btn-outline:active, .btn.btn-warning-200.btn-outline:focus {
    background-color: transparent !important;
}

.btn.btn-warning-200.btn-outline.btn-rounded {
    border-radius: 20px;
    background-color: transparent !important;
}

.btn.btn-warning-200.btn-outline.btn-rounded:hover, .btn.btn-warning-200.btn-outline.btn-rounded:active, .btn.btn-warning-200.btn-outline.btn-rounded:focus {
    background-color: transparent !important;
}

.btn.btn-warning-300 {
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-warning-300.btn-flat {
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
    border-color: transparent;
    border-radius: 0px;
}

.btn.btn-warning-300.btn-rounded {
    border-color: transparent;
    border-radius: 20px;
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-warning-300.btn-outline {
    background-color: transparent !important;
    border-width: 2px;
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-warning-300.btn-outline:hover, .btn.btn-warning-300.btn-outline:active, .btn.btn-warning-300.btn-outline:focus {
    background-color: transparent !important;
}

.btn.btn-warning-300.btn-outline.btn-rounded {
    border-radius: 20px;
    background-color: transparent !important;
}

.btn.btn-warning-300.btn-outline.btn-rounded:hover, .btn.btn-warning-300.btn-outline.btn-rounded:active, .btn.btn-warning-300.btn-outline.btn-rounded:focus {
    background-color: transparent !important;
}

.btn.btn-warning-400 {
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-warning-400.btn-flat {
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
    border-color: transparent;
    border-radius: 0px;
}

.btn.btn-warning-400.btn-rounded {
    border-color: transparent;
    border-radius: 20px;
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-warning-400.btn-outline {
    background-color: transparent !important;
    border-width: 2px;
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-warning-400.btn-outline:hover, .btn.btn-warning-400.btn-outline:active, .btn.btn-warning-400.btn-outline:focus {
    background-color: transparent !important;
}

.btn.btn-warning-400.btn-outline.btn-rounded {
    border-radius: 20px;
    background-color: transparent !important;
}

.btn.btn-warning-400.btn-outline.btn-rounded:hover, .btn.btn-warning-400.btn-outline.btn-rounded:active, .btn.btn-warning-400.btn-outline.btn-rounded:focus {
    background-color: transparent !important;
}

.btn.btn-warning-500 {
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-warning-500.btn-flat {
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
    border-color: transparent;
    border-radius: 0px;
}

.btn.btn-warning-500.btn-rounded {
    border-color: transparent;
    border-radius: 20px;
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-warning-500.btn-outline {
    background-color: transparent !important;
    border-width: 2px;
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-warning-500.btn-outline:hover, .btn.btn-warning-500.btn-outline:active, .btn.btn-warning-500.btn-outline:focus {
    background-color: transparent !important;
}

.btn.btn-warning-500.btn-outline.btn-rounded {
    border-radius: 20px;
    background-color: transparent !important;
}

.btn.btn-warning-500.btn-outline.btn-rounded:hover, .btn.btn-warning-500.btn-outline.btn-rounded:active, .btn.btn-warning-500.btn-outline.btn-rounded:focus {
    background-color: transparent !important;
}

.btn.btn-warning-600 {
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-warning-600.btn-flat {
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
    border-color: transparent;
    border-radius: 0px;
}

.btn.btn-warning-600.btn-rounded {
    border-color: transparent;
    border-radius: 20px;
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-warning-600.btn-outline {
    background-color: transparent !important;
    border-width: 2px;
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-warning-600.btn-outline:hover, .btn.btn-warning-600.btn-outline:active, .btn.btn-warning-600.btn-outline:focus {
    background-color: transparent !important;
}

.btn.btn-warning-600.btn-outline.btn-rounded {
    border-radius: 20px;
    background-color: transparent !important;
}

.btn.btn-warning-600.btn-outline.btn-rounded:hover, .btn.btn-warning-600.btn-outline.btn-rounded:active, .btn.btn-warning-600.btn-outline.btn-rounded:focus {
    background-color: transparent !important;
}

.btn.btn-warning-700 {
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-warning-700.btn-flat {
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
    border-color: transparent;
    border-radius: 0px;
}

.btn.btn-warning-700.btn-rounded {
    border-color: transparent;
    border-radius: 20px;
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-warning-700.btn-outline {
    background-color: transparent !important;
    border-width: 2px;
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-warning-700.btn-outline:hover, .btn.btn-warning-700.btn-outline:active, .btn.btn-warning-700.btn-outline:focus {
    background-color: transparent !important;
}

.btn.btn-warning-700.btn-outline.btn-rounded {
    border-radius: 20px;
    background-color: transparent !important;
}

.btn.btn-warning-700.btn-outline.btn-rounded:hover, .btn.btn-warning-700.btn-outline.btn-rounded:active, .btn.btn-warning-700.btn-outline.btn-rounded:focus {
    background-color: transparent !important;
}

.btn.btn-warning-800 {
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-warning-800.btn-flat {
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
    border-color: transparent;
    border-radius: 0px;
}

.btn.btn-warning-800.btn-rounded {
    border-color: transparent;
    border-radius: 20px;
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-warning-800.btn-outline {
    background-color: transparent !important;
    border-width: 2px;
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-warning-800.btn-outline:hover, .btn.btn-warning-800.btn-outline:active, .btn.btn-warning-800.btn-outline:focus {
    background-color: transparent !important;
}

.btn.btn-warning-800.btn-outline.btn-rounded {
    border-radius: 20px;
    background-color: transparent !important;
}

.btn.btn-warning-800.btn-outline.btn-rounded:hover, .btn.btn-warning-800.btn-outline.btn-rounded:active, .btn.btn-warning-800.btn-outline.btn-rounded:focus {
    background-color: transparent !important;
}

.btn.btn-warning-900 {
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-warning-900.btn-flat {
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
    border-color: transparent;
    border-radius: 0px;
}

.btn.btn-warning-900.btn-rounded {
    border-color: transparent;
    border-radius: 20px;
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-warning-900.btn-outline {
    background-color: transparent !important;
    border-width: 2px;
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-warning-900.btn-outline:hover, .btn.btn-warning-900.btn-outline:active, .btn.btn-warning-900.btn-outline:focus {
    background-color: transparent !important;
}

.btn.btn-warning-900.btn-outline.btn-rounded {
    border-radius: 20px;
    background-color: transparent !important;
}

.btn.btn-warning-900.btn-outline.btn-rounded:hover, .btn.btn-warning-900.btn-outline.btn-rounded:active, .btn.btn-warning-900.btn-outline.btn-rounded:focus {
    background-color: transparent !important;
}

.btn.btn-success-100 {
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-success-100.btn-flat {
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
    border-color: transparent;
    border-radius: 0px;
}

.btn.btn-success-100.btn-rounded {
    border-color: transparent;
    border-radius: 20px;
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-success-100.btn-outline {
    background-color: transparent !important;
    border-width: 2px;
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-success-100.btn-outline:hover, .btn.btn-success-100.btn-outline:active, .btn.btn-success-100.btn-outline:focus {
    background-color: transparent !important;
}

.btn.btn-success-100.btn-outline.btn-rounded {
    border-radius: 20px;
    background-color: transparent !important;
}

.btn.btn-success-100.btn-outline.btn-rounded:hover, .btn.btn-success-100.btn-outline.btn-rounded:active, .btn.btn-success-100.btn-outline.btn-rounded:focus {
    background-color: transparent !important;
}

.btn.btn-success-200 {
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-success-200.btn-flat {
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
    border-color: transparent;
    border-radius: 0px;
}

.btn.btn-success-200.btn-rounded {
    border-color: transparent;
    border-radius: 20px;
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-success-200.btn-outline {
    background-color: transparent !important;
    border-width: 2px;
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-success-200.btn-outline:hover, .btn.btn-success-200.btn-outline:active, .btn.btn-success-200.btn-outline:focus {
    background-color: transparent !important;
}

.btn.btn-success-200.btn-outline.btn-rounded {
    border-radius: 20px;
    background-color: transparent !important;
}

.btn.btn-success-200.btn-outline.btn-rounded:hover, .btn.btn-success-200.btn-outline.btn-rounded:active, .btn.btn-success-200.btn-outline.btn-rounded:focus {
    background-color: transparent !important;
}

.btn.btn-success-300 {
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-success-300.btn-flat {
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
    border-color: transparent;
    border-radius: 0px;
}

.btn.btn-success-300.btn-rounded {
    border-color: transparent;
    border-radius: 20px;
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-success-300.btn-outline {
    background-color: transparent !important;
    border-width: 2px;
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-success-300.btn-outline:hover, .btn.btn-success-300.btn-outline:active, .btn.btn-success-300.btn-outline:focus {
    background-color: transparent !important;
}

.btn.btn-success-300.btn-outline.btn-rounded {
    border-radius: 20px;
    background-color: transparent !important;
}

.btn.btn-success-300.btn-outline.btn-rounded:hover, .btn.btn-success-300.btn-outline.btn-rounded:active, .btn.btn-success-300.btn-outline.btn-rounded:focus {
    background-color: transparent !important;
}

.btn.btn-success-400 {
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-success-400.btn-flat {
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
    border-color: transparent;
    border-radius: 0px;
}

.btn.btn-success-400.btn-rounded {
    border-color: transparent;
    border-radius: 20px;
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-success-400.btn-outline {
    background-color: transparent !important;
    border-width: 2px;
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-success-400.btn-outline:hover, .btn.btn-success-400.btn-outline:active, .btn.btn-success-400.btn-outline:focus {
    background-color: transparent !important;
}

.btn.btn-success-400.btn-outline.btn-rounded {
    border-radius: 20px;
    background-color: transparent !important;
}

.btn.btn-success-400.btn-outline.btn-rounded:hover, .btn.btn-success-400.btn-outline.btn-rounded:active, .btn.btn-success-400.btn-outline.btn-rounded:focus {
    background-color: transparent !important;
}

.btn.btn-success-500 {
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-success-500.btn-flat {
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
    border-color: transparent;
    border-radius: 0px;
}

.btn.btn-success-500.btn-rounded {
    border-color: transparent;
    border-radius: 20px;
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-success-500.btn-outline {
    background-color: transparent !important;
    border-width: 2px;
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-success-500.btn-outline:hover, .btn.btn-success-500.btn-outline:active, .btn.btn-success-500.btn-outline:focus {
    background-color: transparent !important;
}

.btn.btn-success-500.btn-outline.btn-rounded {
    border-radius: 20px;
    background-color: transparent !important;
}

.btn.btn-success-500.btn-outline.btn-rounded:hover, .btn.btn-success-500.btn-outline.btn-rounded:active, .btn.btn-success-500.btn-outline.btn-rounded:focus {
    background-color: transparent !important;
}

.btn.btn-success-600 {
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-success-600.btn-flat {
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
    border-color: transparent;
    border-radius: 0px;
}

.btn.btn-success-600.btn-rounded {
    border-color: transparent;
    border-radius: 20px;
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-success-600.btn-outline {
    background-color: transparent !important;
    border-width: 2px;
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-success-600.btn-outline:hover, .btn.btn-success-600.btn-outline:active, .btn.btn-success-600.btn-outline:focus {
    background-color: transparent !important;
}

.btn.btn-success-600.btn-outline.btn-rounded {
    border-radius: 20px;
    background-color: transparent !important;
}

.btn.btn-success-600.btn-outline.btn-rounded:hover, .btn.btn-success-600.btn-outline.btn-rounded:active, .btn.btn-success-600.btn-outline.btn-rounded:focus {
    background-color: transparent !important;
}

.btn.btn-success-700 {
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-success-700.btn-flat {
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
    border-color: transparent;
    border-radius: 0px;
}

.btn.btn-success-700.btn-rounded {
    border-color: transparent;
    border-radius: 20px;
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-success-700.btn-outline {
    background-color: transparent !important;
    border-width: 2px;
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-success-700.btn-outline:hover, .btn.btn-success-700.btn-outline:active, .btn.btn-success-700.btn-outline:focus {
    background-color: transparent !important;
}

.btn.btn-success-700.btn-outline.btn-rounded {
    border-radius: 20px;
    background-color: transparent !important;
}

.btn.btn-success-700.btn-outline.btn-rounded:hover, .btn.btn-success-700.btn-outline.btn-rounded:active, .btn.btn-success-700.btn-outline.btn-rounded:focus {
    background-color: transparent !important;
}

.btn.btn-success-800 {
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-success-800.btn-flat {
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
    border-color: transparent;
    border-radius: 0px;
}

.btn.btn-success-800.btn-rounded {
    border-color: transparent;
    border-radius: 20px;
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-success-800.btn-outline {
    background-color: transparent !important;
    border-width: 2px;
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-success-800.btn-outline:hover, .btn.btn-success-800.btn-outline:active, .btn.btn-success-800.btn-outline:focus {
    background-color: transparent !important;
}

.btn.btn-success-800.btn-outline.btn-rounded {
    border-radius: 20px;
    background-color: transparent !important;
}

.btn.btn-success-800.btn-outline.btn-rounded:hover, .btn.btn-success-800.btn-outline.btn-rounded:active, .btn.btn-success-800.btn-outline.btn-rounded:focus {
    background-color: transparent !important;
}

.btn.btn-success-900 {
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-success-900.btn-flat {
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
    border-color: transparent;
    border-radius: 0px;
}

.btn.btn-success-900.btn-rounded {
    border-color: transparent;
    border-radius: 20px;
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-success-900.btn-outline {
    background-color: transparent !important;
    border-width: 2px;
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-success-900.btn-outline:hover, .btn.btn-success-900.btn-outline:active, .btn.btn-success-900.btn-outline:focus {
    background-color: transparent !important;
}

.btn.btn-success-900.btn-outline.btn-rounded {
    border-radius: 20px;
    background-color: transparent !important;
}

.btn.btn-success-900.btn-outline.btn-rounded:hover, .btn.btn-success-900.btn-outline.btn-rounded:active, .btn.btn-success-900.btn-outline.btn-rounded:focus {
    background-color: transparent !important;
}

.btn.btn-danger-100 {
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-danger-100.btn-flat {
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
    border-color: transparent;
    border-radius: 0px;
}

.btn.btn-danger-100.btn-rounded {
    border-color: transparent;
    border-radius: 20px;
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-danger-100.btn-outline {
    background-color: transparent !important;
    border-width: 2px;
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-danger-100.btn-outline:hover, .btn.btn-danger-100.btn-outline:active, .btn.btn-danger-100.btn-outline:focus {
    background-color: transparent !important;
}

.btn.btn-danger-100.btn-outline.btn-rounded {
    border-radius: 20px;
    background-color: transparent !important;
}

.btn.btn-danger-100.btn-outline.btn-rounded:hover, .btn.btn-danger-100.btn-outline.btn-rounded:active, .btn.btn-danger-100.btn-outline.btn-rounded:focus {
    background-color: transparent !important;
}

.btn.btn-danger-200 {
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-danger-200.btn-flat {
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
    border-color: transparent;
    border-radius: 0px;
}

.btn.btn-danger-200.btn-rounded {
    border-color: transparent;
    border-radius: 20px;
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-danger-200.btn-outline {
    background-color: transparent !important;
    border-width: 2px;
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-danger-200.btn-outline:hover, .btn.btn-danger-200.btn-outline:active, .btn.btn-danger-200.btn-outline:focus {
    background-color: transparent !important;
}

.btn.btn-danger-200.btn-outline.btn-rounded {
    border-radius: 20px;
    background-color: transparent !important;
}

.btn.btn-danger-200.btn-outline.btn-rounded:hover, .btn.btn-danger-200.btn-outline.btn-rounded:active, .btn.btn-danger-200.btn-outline.btn-rounded:focus {
    background-color: transparent !important;
}

.btn.btn-danger-300 {
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-danger-300.btn-flat {
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
    border-color: transparent;
    border-radius: 0px;
}

.btn.btn-danger-300.btn-rounded {
    border-color: transparent;
    border-radius: 20px;
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-danger-300.btn-outline {
    background-color: transparent !important;
    border-width: 2px;
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-danger-300.btn-outline:hover, .btn.btn-danger-300.btn-outline:active, .btn.btn-danger-300.btn-outline:focus {
    background-color: transparent !important;
}

.btn.btn-danger-300.btn-outline.btn-rounded {
    border-radius: 20px;
    background-color: transparent !important;
}

.btn.btn-danger-300.btn-outline.btn-rounded:hover, .btn.btn-danger-300.btn-outline.btn-rounded:active, .btn.btn-danger-300.btn-outline.btn-rounded:focus {
    background-color: transparent !important;
}

.btn.btn-danger-400 {
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-danger-400.btn-flat {
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
    border-color: transparent;
    border-radius: 0px;
}

.btn.btn-danger-400.btn-rounded {
    border-color: transparent;
    border-radius: 20px;
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-danger-400.btn-outline {
    background-color: transparent !important;
    border-width: 2px;
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-danger-400.btn-outline:hover, .btn.btn-danger-400.btn-outline:active, .btn.btn-danger-400.btn-outline:focus {
    background-color: transparent !important;
}

.btn.btn-danger-400.btn-outline.btn-rounded {
    border-radius: 20px;
    background-color: transparent !important;
}

.btn.btn-danger-400.btn-outline.btn-rounded:hover, .btn.btn-danger-400.btn-outline.btn-rounded:active, .btn.btn-danger-400.btn-outline.btn-rounded:focus {
    background-color: transparent !important;
}

.btn.btn-danger-500 {
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-danger-500.btn-flat {
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
    border-color: transparent;
    border-radius: 0px;
}

.btn.btn-danger-500.btn-rounded {
    border-color: transparent;
    border-radius: 20px;
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-danger-500.btn-outline {
    background-color: transparent !important;
    border-width: 2px;
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-danger-500.btn-outline:hover, .btn.btn-danger-500.btn-outline:active, .btn.btn-danger-500.btn-outline:focus {
    background-color: transparent !important;
}

.btn.btn-danger-500.btn-outline.btn-rounded {
    border-radius: 20px;
    background-color: transparent !important;
}

.btn.btn-danger-500.btn-outline.btn-rounded:hover, .btn.btn-danger-500.btn-outline.btn-rounded:active, .btn.btn-danger-500.btn-outline.btn-rounded:focus {
    background-color: transparent !important;
}

.btn.btn-danger-600 {
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-danger-600.btn-flat {
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
    border-color: transparent;
    border-radius: 0px;
}

.btn.btn-danger-600.btn-rounded {
    border-color: transparent;
    border-radius: 20px;
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-danger-600.btn-outline {
    background-color: transparent !important;
    border-width: 2px;
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-danger-600.btn-outline:hover, .btn.btn-danger-600.btn-outline:active, .btn.btn-danger-600.btn-outline:focus {
    background-color: transparent !important;
}

.btn.btn-danger-600.btn-outline.btn-rounded {
    border-radius: 20px;
    background-color: transparent !important;
}

.btn.btn-danger-600.btn-outline.btn-rounded:hover, .btn.btn-danger-600.btn-outline.btn-rounded:active, .btn.btn-danger-600.btn-outline.btn-rounded:focus {
    background-color: transparent !important;
}

.btn.btn-danger-700 {
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-danger-700.btn-flat {
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
    border-color: transparent;
    border-radius: 0px;
}

.btn.btn-danger-700.btn-rounded {
    border-color: transparent;
    border-radius: 20px;
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-danger-700.btn-outline {
    background-color: transparent !important;
    border-width: 2px;
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-danger-700.btn-outline:hover, .btn.btn-danger-700.btn-outline:active, .btn.btn-danger-700.btn-outline:focus {
    background-color: transparent !important;
}

.btn.btn-danger-700.btn-outline.btn-rounded {
    border-radius: 20px;
    background-color: transparent !important;
}

.btn.btn-danger-700.btn-outline.btn-rounded:hover, .btn.btn-danger-700.btn-outline.btn-rounded:active, .btn.btn-danger-700.btn-outline.btn-rounded:focus {
    background-color: transparent !important;
}

.btn.btn-danger-800 {
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-danger-800.btn-flat {
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
    border-color: transparent;
    border-radius: 0px;
}

.btn.btn-danger-800.btn-rounded {
    border-color: transparent;
    border-radius: 20px;
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-danger-800.btn-outline {
    background-color: transparent !important;
    border-width: 2px;
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-danger-800.btn-outline:hover, .btn.btn-danger-800.btn-outline:active, .btn.btn-danger-800.btn-outline:focus {
    background-color: transparent !important;
}

.btn.btn-danger-800.btn-outline.btn-rounded {
    border-radius: 20px;
    background-color: transparent !important;
}

.btn.btn-danger-800.btn-outline.btn-rounded:hover, .btn.btn-danger-800.btn-outline.btn-rounded:active, .btn.btn-danger-800.btn-outline.btn-rounded:focus {
    background-color: transparent !important;
}

.btn.btn-danger-900 {
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-danger-900.btn-flat {
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
    border-color: transparent;
    border-radius: 0px;
}

.btn.btn-danger-900.btn-rounded {
    border-color: transparent;
    border-radius: 20px;
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-danger-900.btn-outline {
    background-color: transparent !important;
    border-width: 2px;
    transition: all .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.btn.btn-danger-900.btn-outline:hover, .btn.btn-danger-900.btn-outline:active, .btn.btn-danger-900.btn-outline:focus {
    background-color: transparent !important;
}

.btn.btn-danger-900.btn-outline.btn-rounded {
    border-radius: 20px;
    background-color: transparent !important;
}

.btn.btn-danger-900.btn-outline.btn-rounded:hover, .btn.btn-danger-900.btn-outline.btn-rounded:active, .btn.btn-danger-900.btn-outline.btn-rounded:focus {
    background-color: transparent !important;
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 15px;
    border-radius: 15px;
}

.btn-circle.btn-lg, .btn-group-lg > .btn-circle.btn {
    width: 50px;
    height: 50px;
    padding: 9px 16px 10px 16px;
    font-size: 18px;
    line-height: 25px;
    border-radius: 25px;
}

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 9px 16px 10px 16px;
    font-size: 24px;
    line-height: 35px;
    border-radius: 35px;
}

.btn-icon {
    padding-left: 2px;
    padding-right: 6px;
}

.card-columns {
    -moz-column-count: 3;
    column-count: 3;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
}

.card .card-img,
.card .card-img-top {
    width: 100%;
}

.demo-cards .card {
    margin-bottom: 20px;
}

.bs-card {
    border: 0;
    position: relative;
}

.bs-card .card-top-title {
    padding: 15px;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
}

.bs-card .card-top-subtitle {
    padding: 0 15px 15px 15px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: -5px;
}

[data-direction="ltr"] .bs-card .top-user-img {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
    border: 2px solid #fff;
}

[data-direction="ltr"] .bs-card .tag {
    position: absolute;
    top: 10px;
    right: 10px;
    border-radius: 3px;
    z-index: 2;
}

[data-direction="rtl"] .bs-card .top-user-img {
    position: absolute;
    top: 10px;
    right: 10px;
    border: 2px solid #fff;
}

[data-direction="rtl"] .bs-card .tag {
    position: absolute;
    top: 10px;
    left: 10px;
    border-radius: 3px;
}

.bs-card .card-block {
    position: relative;
}

[data-direction="ltr"] .bs-card .card-block .middle-user-img {
    position: absolute;
    top: 0;
    margin-top: -25px;
    right: 10px;
    z-index: 2;
    border: 2px solid #fff;
}

[data-direction="ltr"] .bs-card .card-block .card-circle-btn {
    position: absolute;
    top: 0;
    margin-top: -25px;
    right: 10px;
    z-index: 2;
}

[data-direction="rtl"] .bs-card .card-block .middle-user-img {
    position: absolute;
    top: 0;
    margin-top: -25px;
    left: 10px;
    z-index: 2;
    border: 2px solid #fff;
}

[data-direction="rtl"] .bs-card .card-block .card-circle-btn {
    position: absolute;
    top: 0;
    margin-top: -25px;
    left: 10px;
    z-index: 2;
}

.bs-card .card-title {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
}

.bs-card .card-text {
    font-size: 14px;
}

[data-direction="ltr"] .bs-card .card-text .card-icon {
    float: left;
    margin-right: 10px;
}

[data-direction="rtl"] .bs-card .card-text .card-icon {
    float: right;
    margin-left: 10px;
}

.card.card-slide-from-bottom {
    position: relative;
    overflow: hidden;
    border: 0;
}

.card.card-slide-from-bottom > .card-img-top {
    width: 100%;
}

.card.card-slide-from-bottom > .card-block {
    transition: transform 0.25s ease-in-out;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 120px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 14px;
    overflow: hidden;
}

.card.card-slide-from-bottom:hover > .card-block {
    transform: translate3d(0, -120px, 0);
}

.card.card-fade-in {
    position: relative;
    overflow: hidden;
    border: 0;
}

.card.card-fade-in > .card-img-top {
    width: 100%;
}

.card.card-fade-in > .card-block {
    transition: all 0.5s ease-in-out;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: transparent;
}

.card.card-fade-in:hover > .card-block {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff;
}

.card.card-fade-in-2 {
    position: relative;
    overflow: hidden;
    border: 0;
}

.card.card-fade-in-2 > .card-img-top {
    width: 100%;
    transition: all 0.3s ease-in-out;
}

.card.card-fade-in-2 > .card-block {
    background-color: transparent;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.card.card-fade-in-2 > .card-block .icon {
    transition: all 0.6s ease-in-out;
    transform: translate3d(0, -300px, 0);
    position: absolute;
    top: 50%;
    left: 50%;
    width: 64px;
    height: 64px;
    font-size: 32px;
    margin-top: -32px;
    margin-left: -32px;
    border: 4px solid #f5f5f5;
    border-radius: 50%;
}

.card.card-fade-in-2 > .card-block .icon .fa {
    position: absolute;
    top: 12px;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    color: #f5f5f5;
}

.card.card-fade-in-2:hover > .card-block {
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 1;
}

.card.card-fade-in-2:hover > .card-block .icon {
    transform: translate3d(0, 0, 0);
}

.card.card-scale {
    position: relative;
    overflow: hidden;
    border: 0;
}

.card.card-scale > .card-img-top {
    width: 100%;
}

.card.card-scale > .card-block {
    background-color: transparent;
    opacity: 0;
    transform: scale(0);
    transition: all 0.3s ease-in-out;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.card.card-scale > .card-block .buttons {
    margin-top: 100px;
    text-align: center;
}

.card.card-scale > .card-block .buttons .btn:hover {
    color: #fff;
}

.card.card-scale:hover > .card-block {
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 1;
    transform: scale(1);
}

[data-palette="palette-1"] .card {
    background: #3e3e3e !important;
    color: #ffffff !important;
    border-color: #3e3e3e !important;
}

[data-palette="palette-2"] .card {
    background: #3c414f !important;
    color: #ffffff !important;
    border-color: #3c414f !important;
}

[data-palette="palette-3"] .card {
    background: #1a1a1a !important;
    color: #ffffff !important;
    border-color: #1a1a1a !important;
}

[data-palette="palette-4"] .card {
    background: #f2f2f2 !important;
    color: #262932 !important;
    border-color: #f2f2f2 !important;
}

[data-palette="palette-5"] .card {
    background: #f2f2f2 !important;
    color: #262932 !important;
    border-color: #f2f2f2 !important;
}

[data-palette="palette-6"] .card {
    background: #f2f2f2 !important;
    color: #262932 !important;
    border-color: #f2f2f2 !important;
}

[data-palette="palette-7"] .card {
    background: #0283f1 !important;
    color: #ffffff !important;
    border-color: #0283f1 !important;
}

[data-palette="palette-8"] .card {
    background: #0275d8 !important;
    color: #ffffff !important;
    border-color: #0275d8 !important;
}

[data-palette="palette-9"] .card {
    background: #0267bf !important;
    color: #ffffff !important;
    border-color: #0267bf !important;
}

[data-palette="palette-10"] .card {
    background: #1a0f8a !important;
    color: #ffffff !important;
    border-color: #1a0f8a !important;
}

[data-palette="palette-11"] .card {
    background: #2415bf !important;
    color: #ffffff !important;
    border-color: #2415bf !important;
}

[data-palette="palette-12"] .card {
    background: #3929e7 !important;
    color: #ffffff !important;
    border-color: #3929e7 !important;
}

[data-palette="palette-13"] .card {
    background: #4b0f8a !important;
    color: #ffffff !important;
    border-color: #4b0f8a !important;
}

[data-palette="palette-14"] .card {
    background: #6815bf !important;
    color: #ffffff !important;
    border-color: #6815bf !important;
}

[data-palette="palette-15"] .card {
    background: #8529e7 !important;
    color: #ffffff !important;
    border-color: #8529e7 !important;
}

[data-palette="palette-16"] .card {
    background: #bf156b !important;
    color: #ffffff !important;
    border-color: #bf156b !important;
}

[data-palette="palette-17"] .card {
    background: #e72989 !important;
    color: #ffffff !important;
    border-color: #e72989 !important;
}

[data-palette="palette-18"] .card {
    background: #bf1e15 !important;
    color: #ffffff !important;
    border-color: #bf1e15 !important;
}

[data-palette="palette-19"] .card {
    background: #e73229 !important;
    color: #ffffff !important;
    border-color: #e73229 !important;
}

[data-palette="palette-20"] .card {
    background: #0f8a20 !important;
    color: #ffffff !important;
    border-color: #0f8a20 !important;
}

[data-palette="palette-21"] .card {
    background: #5d8a0f !important;
    color: #ffffff !important;
    border-color: #5d8a0f !important;
}

[data-palette="palette-22"] .card {
    background: #744226 !important;
    color: #ffffff !important;
    border-color: #744226 !important;
}

[data-palette="palette-23"] .card {
    background: #9f5c35 !important;
    color: #ffffff !important;
    border-color: #9f5c35 !important;
}

.carousel.slide .carousel-item:not(.active) .carousel-caption, .carousel.slide .carousel-item:not(.active) .carousel-content, .carousel.slide .carousel-item.left .carousel-caption, .carousel.slide .carousel-item.left .carousel-content {
    display: none;
}

.carousel.slide .carousel-item:not(.active) .carousel-caption, .carousel.slide .carousel-item:not(.active) .carousel-content, .carousel.slide .carousel-item.left .carousel-caption, .carousel.slide .carousel-item.left .carousel-content {
    display: none;
}

.carousel.slide .carousel-item:not(.active) .carousel-caption, .carousel.slide .carousel-item:not(.active) .carousel-content, .carousel.slide .carousel-item.left .carousel-caption, .carousel.slide .carousel-item.left .carousel-content {
    display: none;
}

.carousel.slide .carousel-item:not(.active) .carousel-caption, .carousel.slide .carousel-item:not(.active) .carousel-content, .carousel.slide .carousel-item.left .carousel-caption, .carousel.slide .carousel-item.left .carousel-content {
    display: none;
}

.carousel.slide .carousel-item:not(.active) .carousel-caption, .carousel.slide .carousel-item:not(.active) .carousel-content, .carousel.slide .carousel-item.left .carousel-caption, .carousel.slide .carousel-item.left .carousel-content {
    display: none;
}

.carousel.slide .carousel-item:not(.active) .carousel-caption, .carousel.slide .carousel-item:not(.active) .carousel-content, .carousel.slide .carousel-item.left .carousel-caption, .carousel.slide .carousel-item.left .carousel-content {
    display: none;
}

.carousel.slide .carousel-item:not(.active) .carousel-caption, .carousel.slide .carousel-item:not(.active) .carousel-content, .carousel.slide .carousel-item.left .carousel-caption, .carousel.slide .carousel-item.left .carousel-content {
    display: none;
}

.carousel.slide .carousel-item:not(.active) .carousel-caption, .carousel.slide .carousel-item:not(.active) .carousel-content, .carousel.slide .carousel-item.left .carousel-caption, .carousel.slide .carousel-item.left .carousel-content {
    display: none;
}

.carousel.slide .carousel-item:not(.active) .carousel-caption, .carousel.slide .carousel-item:not(.active) .carousel-content, .carousel.slide .carousel-item.left .carousel-caption, .carousel.slide .carousel-item.left .carousel-content {
    display: none;
}

.carousel.slide .carousel-item:not(.active) .carousel-caption, .carousel.slide .carousel-item:not(.active) .carousel-content, .carousel.slide .carousel-item.left .carousel-caption, .carousel.slide .carousel-item.left .carousel-content {
    display: none;
}

.carousel.slide .carousel-item:not(.active) .carousel-caption, .carousel.slide .carousel-item:not(.active) .carousel-content, .carousel.slide .carousel-item.left .carousel-caption, .carousel.slide .carousel-item.left .carousel-content {
    display: none;
}

.carousel.slide .carousel-item:not(.active) .carousel-caption, .carousel.slide .carousel-item:not(.active) .carousel-content, .carousel.slide .carousel-item.left .carousel-caption, .carousel.slide .carousel-item.left .carousel-content {
    display: none;
}

.carousel.slide .carousel-item:not(.active) .carousel-caption, .carousel.slide .carousel-item:not(.active) .carousel-content, .carousel.slide .carousel-item.left .carousel-caption, .carousel.slide .carousel-item.left .carousel-content {
    display: none;
}

.carousel.slide .carousel-item:not(.active) .carousel-caption, .carousel.slide .carousel-item:not(.active) .carousel-content, .carousel.slide .carousel-item.left .carousel-caption, .carousel.slide .carousel-item.left .carousel-content {
    display: none;
}

.carousel.slide .carousel-item:not(.active) .carousel-caption, .carousel.slide .carousel-item:not(.active) .carousel-content, .carousel.slide .carousel-item.left .carousel-caption, .carousel.slide .carousel-item.left .carousel-content {
    display: none;
}

.carousel.slide .carousel-item:not(.active) .carousel-caption, .carousel.slide .carousel-item:not(.active) .carousel-content, .carousel.slide .carousel-item.left .carousel-caption, .carousel.slide .carousel-item.left .carousel-content {
    display: none;
}

.carousel.slide .carousel-item:not(.active) .carousel-caption, .carousel.slide .carousel-item:not(.active) .carousel-content, .carousel.slide .carousel-item.left .carousel-caption, .carousel.slide .carousel-item.left .carousel-content {
    display: none;
}

.carousel.slide .carousel-item:not(.active) .carousel-caption, .carousel.slide .carousel-item:not(.active) .carousel-content, .carousel.slide .carousel-item.left .carousel-caption, .carousel.slide .carousel-item.left .carousel-content {
    display: none;
}

.carousel.slide .carousel-item:not(.active) .carousel-caption, .carousel.slide .carousel-item:not(.active) .carousel-content, .carousel.slide .carousel-item.left .carousel-caption, .carousel.slide .carousel-item.left .carousel-content {
    display: none;
}

.carousel.slide .carousel-item:not(.active) .carousel-caption, .carousel.slide .carousel-item:not(.active) .carousel-content, .carousel.slide .carousel-item.left .carousel-caption, .carousel.slide .carousel-item.left .carousel-content {
    display: none;
}

.carousel.slide .carousel-item:not(.active) .carousel-caption, .carousel.slide .carousel-item:not(.active) .carousel-content, .carousel.slide .carousel-item.left .carousel-caption, .carousel.slide .carousel-item.left .carousel-content {
    display: none;
}

.carousel.slide .carousel-item:not(.active) .carousel-caption, .carousel.slide .carousel-item:not(.active) .carousel-content, .carousel.slide .carousel-item.left .carousel-caption, .carousel.slide .carousel-item.left .carousel-content {
    display: none;
}

.carousel.slide .carousel-item:not(.active) .carousel-caption, .carousel.slide .carousel-item:not(.active) .carousel-content, .carousel.slide .carousel-item.left .carousel-caption, .carousel.slide .carousel-item.left .carousel-content {
    display: none;
}

.carousel.slide .carousel-item:not(.active) .carousel-caption, .carousel.slide .carousel-item:not(.active) .carousel-content, .carousel.slide .carousel-item.left .carousel-caption, .carousel.slide .carousel-item.left .carousel-content {
    display: none;
}

.carousel.slide .carousel-item:not(.active) .carousel-caption, .carousel.slide .carousel-item:not(.active) .carousel-content, .carousel.slide .carousel-item.left .carousel-caption, .carousel.slide .carousel-item.left .carousel-content {
    display: none;
}

.carousel.slide .carousel-item:not(.active) .carousel-caption, .carousel.slide .carousel-item:not(.active) .carousel-content, .carousel.slide .carousel-item.left .carousel-caption, .carousel.slide .carousel-item.left .carousel-content {
    display: none;
}

.carousel.slide .carousel-item:not(.active) .carousel-caption, .carousel.slide .carousel-item:not(.active) .carousel-content, .carousel.slide .carousel-item.left .carousel-caption, .carousel.slide .carousel-item.left .carousel-content {
    display: none;
}

.carousel.slide .carousel-item:not(.active) .carousel-caption, .carousel.slide .carousel-item:not(.active) .carousel-content, .carousel.slide .carousel-item.left .carousel-caption, .carousel.slide .carousel-item.left .carousel-content {
    display: none;
}

.carousel.slide .carousel-item:not(.active) .carousel-caption, .carousel.slide .carousel-item:not(.active) .carousel-content, .carousel.slide .carousel-item.left .carousel-caption, .carousel.slide .carousel-item.left .carousel-content {
    display: none;
}

.carousel.slide .carousel-item:not(.active) .carousel-caption, .carousel.slide .carousel-item:not(.active) .carousel-content, .carousel.slide .carousel-item.left .carousel-caption, .carousel.slide .carousel-item.left .carousel-content {
    display: none;
}

.carousel.slide .carousel-item:not(.active) .carousel-caption, .carousel.slide .carousel-item:not(.active) .carousel-content, .carousel.slide .carousel-item.left .carousel-caption, .carousel.slide .carousel-item.left .carousel-content {
    display: none;
}

.carousel.slide .carousel-item:not(.active) .carousel-caption, .carousel.slide .carousel-item:not(.active) .carousel-content, .carousel.slide .carousel-item.left .carousel-caption, .carousel.slide .carousel-item.left .carousel-content {
    display: none;
}

.carousel.slide .carousel-item:not(.active) .carousel-caption, .carousel.slide .carousel-item:not(.active) .carousel-content, .carousel.slide .carousel-item.left .carousel-caption, .carousel.slide .carousel-item.left .carousel-content {
    display: none;
}

.carousel.slide .carousel-item:not(.active) .carousel-caption, .carousel.slide .carousel-item:not(.active) .carousel-content, .carousel.slide .carousel-item.left .carousel-caption, .carousel.slide .carousel-item.left .carousel-content {
    display: none;
}

.carousel.slide .carousel-item:not(.active) .carousel-caption, .carousel.slide .carousel-item:not(.active) .carousel-content, .carousel.slide .carousel-item.left .carousel-caption, .carousel.slide .carousel-item.left .carousel-content {
    display: none;
}

.carousel.slide .carousel-item:not(.active) .carousel-caption, .carousel.slide .carousel-item:not(.active) .carousel-content, .carousel.slide .carousel-item.left .carousel-caption, .carousel.slide .carousel-item.left .carousel-content {
    display: none;
}

.carousel.slide .carousel-item:not(.active) .carousel-caption, .carousel.slide .carousel-item:not(.active) .carousel-content, .carousel.slide .carousel-item.left .carousel-caption, .carousel.slide .carousel-item.left .carousel-content {
    display: none;
}

.carousel.slide .carousel-item:not(.active) .carousel-caption, .carousel.slide .carousel-item:not(.active) .carousel-content, .carousel.slide .carousel-item.left .carousel-caption, .carousel.slide .carousel-item.left .carousel-content {
    display: none;
}

.carousel.slide .carousel-item:not(.active) .carousel-caption, .carousel.slide .carousel-item:not(.active) .carousel-content, .carousel.slide .carousel-item.left .carousel-caption, .carousel.slide .carousel-item.left .carousel-content {
    display: none;
}

.carousel.slide .carousel-item:not(.active) .carousel-caption, .carousel.slide .carousel-item:not(.active) .carousel-content, .carousel.slide .carousel-item.left .carousel-caption, .carousel.slide .carousel-item.left .carousel-content {
    display: none;
}

.carousel.slide .carousel-item:not(.active) .carousel-caption, .carousel.slide .carousel-item:not(.active) .carousel-content, .carousel.slide .carousel-item.left .carousel-caption, .carousel.slide .carousel-item.left .carousel-content {
    display: none;
}

.carousel.slide .carousel-item:not(.active) .carousel-caption, .carousel.slide .carousel-item:not(.active) .carousel-content, .carousel.slide .carousel-item.left .carousel-caption, .carousel.slide .carousel-item.left .carousel-content {
    display: none;
}

.carousel.slide .carousel-item:not(.active) .carousel-caption, .carousel.slide .carousel-item:not(.active) .carousel-content, .carousel.slide .carousel-item.left .carousel-caption, .carousel.slide .carousel-item.left .carousel-content {
    display: none;
}

.carousel.slide .carousel-item:not(.active) .carousel-caption, .carousel.slide .carousel-item:not(.active) .carousel-content, .carousel.slide .carousel-item.left .carousel-caption, .carousel.slide .carousel-item.left .carousel-content {
    display: none;
}

.carousel.slide .carousel-item:not(.active) .carousel-caption, .carousel.slide .carousel-item:not(.active) .carousel-content, .carousel.slide .carousel-item.left .carousel-caption, .carousel.slide .carousel-item.left .carousel-content {
    display: none;
}

.carousel.slide .carousel-item:not(.active) .carousel-caption, .carousel.slide .carousel-item:not(.active) .carousel-content, .carousel.slide .carousel-item.left .carousel-caption, .carousel.slide .carousel-item.left .carousel-content {
    display: none;
}

.carousel.slide .carousel-item:not(.active) .carousel-caption, .carousel.slide .carousel-item:not(.active) .carousel-content, .carousel.slide .carousel-item.left .carousel-caption, .carousel.slide .carousel-item.left .carousel-content {
    display: none;
}

.carousel.slide .carousel-item:not(.active) .carousel-caption, .carousel.slide .carousel-item:not(.active) .carousel-content, .carousel.slide .carousel-item.left .carousel-caption, .carousel.slide .carousel-item.left .carousel-content {
    display: none;
}

.carousel.slide .carousel-item:not(.active) .carousel-caption, .carousel.slide .carousel-item:not(.active) .carousel-content, .carousel.slide .carousel-item.left .carousel-caption, .carousel.slide .carousel-item.left .carousel-content {
    display: none;
}

.carousel.slide .carousel-item:not(.active) .carousel-caption, .carousel.slide .carousel-item:not(.active) .carousel-content, .carousel.slide .carousel-item.left .carousel-caption, .carousel.slide .carousel-item.left .carousel-content {
    display: none;
}

.carousel.slide .carousel-item:not(.active) .carousel-caption, .carousel.slide .carousel-item:not(.active) .carousel-content, .carousel.slide .carousel-item.left .carousel-caption, .carousel.slide .carousel-item.left .carousel-content {
    display: none;
}

.carousel.slide .carousel-item:not(.active) .carousel-caption, .carousel.slide .carousel-item:not(.active) .carousel-content, .carousel.slide .carousel-item.left .carousel-caption, .carousel.slide .carousel-item.left .carousel-content {
    display: none;
}

.carousel.slide .carousel-item:not(.active) .carousel-caption, .carousel.slide .carousel-item:not(.active) .carousel-content, .carousel.slide .carousel-item.left .carousel-caption, .carousel.slide .carousel-item.left .carousel-content {
    display: none;
}

.carousel.slide .carousel-item:not(.active) .carousel-caption, .carousel.slide .carousel-item:not(.active) .carousel-content, .carousel.slide .carousel-item.left .carousel-caption, .carousel.slide .carousel-item.left .carousel-content {
    display: none;
}

.carousel.slide .carousel-item:not(.active) .carousel-caption, .carousel.slide .carousel-item:not(.active) .carousel-content, .carousel.slide .carousel-item.left .carousel-caption, .carousel.slide .carousel-item.left .carousel-content {
    display: none;
}

.carousel.slide .carousel-item:not(.active) .carousel-caption, .carousel.slide .carousel-item:not(.active) .carousel-content, .carousel.slide .carousel-item.left .carousel-caption, .carousel.slide .carousel-item.left .carousel-content {
    display: none;
}

.carousel.slide .carousel-item:not(.active) .carousel-caption, .carousel.slide .carousel-item:not(.active) .carousel-content, .carousel.slide .carousel-item.left .carousel-caption, .carousel.slide .carousel-item.left .carousel-content {
    display: none;
}

.carousel.slide .carousel-item:not(.active) .carousel-caption, .carousel.slide .carousel-item:not(.active) .carousel-content, .carousel.slide .carousel-item.left .carousel-caption, .carousel.slide .carousel-item.left .carousel-content {
    display: none;
}

.carousel.slide .carousel-item:not(.active) .carousel-caption, .carousel.slide .carousel-item:not(.active) .carousel-content, .carousel.slide .carousel-item.left .carousel-caption, .carousel.slide .carousel-item.left .carousel-content {
    display: none;
}

.carousel.slide .carousel-item:not(.active) .carousel-caption, .carousel.slide .carousel-item:not(.active) .carousel-content, .carousel.slide .carousel-item.left .carousel-caption, .carousel.slide .carousel-item.left .carousel-content {
    display: none;
}

.carousel.slide .carousel-item:not(.active) .carousel-caption, .carousel.slide .carousel-item:not(.active) .carousel-content, .carousel.slide .carousel-item.left .carousel-caption, .carousel.slide .carousel-item.left .carousel-content {
    display: none;
}

.carousel.slide .carousel-item:not(.active) .carousel-caption, .carousel.slide .carousel-item:not(.active) .carousel-content, .carousel.slide .carousel-item.left .carousel-caption, .carousel.slide .carousel-item.left .carousel-content {
    display: none;
}

.carousel.slide .carousel-item:not(.active) .carousel-caption, .carousel.slide .carousel-item:not(.active) .carousel-content, .carousel.slide .carousel-item.left .carousel-caption, .carousel.slide .carousel-item.left .carousel-content {
    display: none;
}

.carousel.slide .carousel-item:not(.active) .carousel-caption, .carousel.slide .carousel-item:not(.active) .carousel-content, .carousel.slide .carousel-item.left .carousel-caption, .carousel.slide .carousel-item.left .carousel-content {
    display: none;
}

.carousel.slide .carousel-item:not(.active) .carousel-caption, .carousel.slide .carousel-item:not(.active) .carousel-content, .carousel.slide .carousel-item.left .carousel-caption, .carousel.slide .carousel-item.left .carousel-content {
    display: none;
}

.carousel.slide .carousel-item:not(.active) .carousel-caption, .carousel.slide .carousel-item:not(.active) .carousel-content, .carousel.slide .carousel-item.left .carousel-caption, .carousel.slide .carousel-item.left .carousel-content {
    display: none;
}

.carousel.slide .carousel-item:not(.active) .carousel-caption, .carousel.slide .carousel-item:not(.active) .carousel-content, .carousel.slide .carousel-item.left .carousel-caption, .carousel.slide .carousel-item.left .carousel-content {
    display: none;
}

.carousel.slide .carousel-item:not(.active) .carousel-caption, .carousel.slide .carousel-item:not(.active) .carousel-content, .carousel.slide .carousel-item.left .carousel-caption, .carousel.slide .carousel-item.left .carousel-content {
    display: none;
}

.carousel.slide .carousel-item:not(.active) .carousel-caption, .carousel.slide .carousel-item:not(.active) .carousel-content, .carousel.slide .carousel-item.left .carousel-caption, .carousel.slide .carousel-item.left .carousel-content {
    display: none;
}

.carousel.slide .carousel-item:not(.active) .carousel-caption, .carousel.slide .carousel-item:not(.active) .carousel-content, .carousel.slide .carousel-item.left .carousel-caption, .carousel.slide .carousel-item.left .carousel-content {
    display: none;
}

.carousel.slide .carousel-item:not(.active) .carousel-caption, .carousel.slide .carousel-item:not(.active) .carousel-content, .carousel.slide .carousel-item.left .carousel-caption, .carousel.slide .carousel-item.left .carousel-content {
    display: none;
}

.carousel.slide .carousel-item:not(.active) .carousel-caption, .carousel.slide .carousel-item:not(.active) .carousel-content, .carousel.slide .carousel-item.left .carousel-caption, .carousel.slide .carousel-item.left .carousel-content {
    display: none;
}

.carousel.slide .carousel-item:not(.active) .carousel-caption, .carousel.slide .carousel-item:not(.active) .carousel-content, .carousel.slide .carousel-item.left .carousel-caption, .carousel.slide .carousel-item.left .carousel-content {
    display: none;
}

.carousel.slide .carousel-item:not(.active) .carousel-caption, .carousel.slide .carousel-item:not(.active) .carousel-content, .carousel.slide .carousel-item.left .carousel-caption, .carousel.slide .carousel-item.left .carousel-content {
    display: none;
}

.carousel.slide .carousel-item:not(.active) .carousel-caption, .carousel.slide .carousel-item:not(.active) .carousel-content, .carousel.slide .carousel-item.left .carousel-caption, .carousel.slide .carousel-item.left .carousel-content {
    display: none;
}

.carousel.slide .carousel-item:not(.active) .carousel-caption, .carousel.slide .carousel-item:not(.active) .carousel-content, .carousel.slide .carousel-item.left .carousel-caption, .carousel.slide .carousel-item.left .carousel-content {
    display: none;
}

.bs-carousel-1 {
    height: 300px !important;
    width: 900px !important;
    overflow: hidden;
}

.bs-carousel-1 .carousel-caption h3, .bs-carousel-1 .carousel-caption p {
    font-weight: 700;
    background: rgba(0, 0, 0, 0.5);
    padding: 3px 6px;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    display: inline-block !important;
    width: auto;
}

.bs-carousel-2 {
    height: 300px !important;
    width: 900px !important;
    overflow: hidden;
}

.bs-carousel-2 .carousel-content {
    padding: 20px 0;
    text-align: center;
}

.bs-carousel-2 .carousel-content img {
    margin-bottom: 20px;
}

.bs-carousel-2 .carousel-content h3 {
    font-size: 22px;
}

.bs-carousel-2 .carousel-content p {
    font-size: 16px;
}

.bs-carousel-2 .carousel-content h3, .bs-carousel-2 .carousel-content p {
    font-weight: 700;
    background: rgba(0, 0, 0, 0.3);
    padding: 2px 2px;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
    display: inline-block !important;
}

#owl-demos .owl-carousel .item {
    height: 200px;
    width: 200px;
    background: #5cb85c;
    padding: 1rem;
}

#owl-demos-2 .owl-carousel .item {
    height: 200px;
    background: #d9534f;
    padding: 1rem;
}

#owl-demos-3 .owl-carousel .item {
    height: 200px;
    background: #f0ad4e;
    padding: 1rem;
}

[data-direction="rtl"] .owl-carousel .owl-item {
    float: right;
}

#board-1 h5,
#board-2 h5,
#board-3 h5,
#board-4 h5 {
    font-size: 14px !important;
}

#board-1 p,
#board-2 p,
#board-3 p,
#board-4 p {
    font-size: 13px !important;
}

#left-list > div {
    text-align: center;
    height: 140px;
    width: 140px;
    padding: 10px;
    float: left;
    margin: 0 20px 20px 0;
    cursor: move;
    cursor: grab;
    cursor: -webkit-grab;
    color: #fff;
}

#left-list > div:nth-child(even) {
    background-color: #5cb85c;
}

#left-list > div:nth-child(odd) {
    background-color: #4cae4c;
}

#left-list > div:hover {
    background-color: #449d44;
}

#left-list > div.gu-transit {
    background-color: #e27c79;
}

[data-direction="rtl"] #left-list > div {
    float: right;
    margin: 0 0 20px 20px;
}

#right-list > div {
    text-align: center;
    height: 140px;
    width: 140px;
    padding: 10px;
    float: left;
    margin: 0 20px 20px 0;
    cursor: move;
    cursor: grab;
    cursor: -webkit-grab;
}

#right-list > div:nth-child(even) {
    background-color: #f0ad4e;
}

#right-list > div:nth-child(odd) {
    background-color: #eea236;
}

#right-list > div:hover {
    background-color: #ec971f;
}

#right-list > div.gu-transit {
    background-color: #e27c79;
}

[data-direction="rtl"] #right-list > div {
    float: right;
    margin: 0 0 20px 20px;
}

.dropdown-example {
    margin-bottom: 20px;
}

.dropdown-example code {
    display: inline-block;
    margin-bottom: 10px;
}

.dropdown-menu-scale {
    /*
          [data-direction="rtl"] & {
                  &.dropdown-menu {
                          &.from-right {
                                  transform-origin: top left;
                          }
                          &.from-left {
                                  transform-origin: top right;
                          }
                  }
          }
    */
}

.dropdown-menu-scale.dropdown-menu {
    opacity: 0;
    display: block;
    transform: scale(0.1);
    transition: all 250ms ease-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    pointer-events: none;
    transform-origin: top right;
}

.dropdown-menu-scale.dropdown-menu.from-right {
    transform-origin: top right;
}

.dropdown-menu-scale.dropdown-menu.from-left {
    transform-origin: top left;
}

.open > .dropdown-menu-scale.dropdown-menu {
    opacity: 1;
    transform: scale(1);
    pointer-events: auto;
    display: block !important;
}

.animation-delay > a:nth-child(1),
.animation-delay .dropdown-item-1 {
    animation-delay: 0ms;
}

.animation-delay > a:nth-child(2),
.animation-delay .dropdown-item-2 {
    animation-delay: 50ms;
}

.animation-delay > a:nth-child(3),
.animation-delay .dropdown-item-3 {
    animation-delay: 100ms;
}

.animation-delay > a:nth-child(4),
.animation-delay .dropdown-item-4 {
    animation-delay: 150ms;
}

.animation-delay > a:nth-child(5),
.animation-delay .dropdown-item-5 {
    animation-delay: 200ms;
}

.animation-delay > a:nth-child(6),
.animation-delay .dropdown-item-6 {
    animation-delay: 250ms;
}

.animation-delay > a:nth-child(7),
.animation-delay .dropdown-item-7 {
    animation-delay: 300ms;
}

.animation-delay > a:nth-child(8),
.animation-delay .dropdown-item-8 {
    animation-delay: 350ms;
}

.animation-delay > a:nth-child(9),
.animation-delay .dropdown-item-9 {
    animation-delay: 400ms;
}

.animation-delay > a:nth-child(10),
.animation-delay .dropdown-item-10 {
    animation-delay: 450ms;
}

.animation-delay > a:nth-child(11),
.animation-delay .dropdown-item-11 {
    animation-delay: 500ms;
}

.animation-delay > a:nth-child(12),
.animation-delay .dropdown-item-12 {
    animation-delay: 550ms;
}

.animation-delay > a:nth-child(13),
.animation-delay .dropdown-item-13 {
    animation-delay: 600ms;
}

.animation-delay > a:nth-child(14),
.animation-delay .dropdown-item-14 {
    animation-delay: 650ms;
}

.animation-delay > a:nth-child(15),
.animation-delay .dropdown-item-15 {
    animation-delay: 700ms;
}

.animation-delay > a:nth-child(16),
.animation-delay .dropdown-item-16 {
    animation-delay: 750ms;
}

.animation-delay > a:nth-child(17),
.animation-delay .dropdown-item-17 {
    animation-delay: 800ms;
}

.animation-delay > a:nth-child(18),
.animation-delay .dropdown-item-18 {
    animation-delay: 850ms;
}

.animation-delay > a:nth-child(19),
.animation-delay .dropdown-item-19 {
    animation-delay: 900ms;
}

.animation-delay > a:nth-child(20),
.animation-delay .dropdown-item-20 {
    animation-delay: 950ms;
}

.dropdown {
    padding: 0;
    font-size: 13px;
}

.dropdown .dropdown-menu {
    background: transparent !important;
    padding: 0;
    box-shadow: none;
    border-radius: 0;
    border: 0;
}

.dropdown .dropdown-menu .dropdown-item {
    padding: 10px 15px;
    font-weight: 300;
    font-size: 15px;
    position: relative;
    transition: all .4s;
    transition-property: all;
    transition-duration: 0.4s;
    transition-timing-function: initial;
    transition-delay: initial;
    font-weight: 400;
}

.dropdown .dropdown-no-overflow {
    overflow-x: hidden;
}

[data-direction="ltr"] .dropdown .dropdown-menu {
    min-width: 160px;
}

[data-direction="ltr"] .dropdown .dropdown-menu .dropdown-item {
    text-align: left !important;
    min-width: 160px;
}

[data-direction="rtl"] .dropdown .dropdown-menu {
    left: 100% !important;
    right: 0;
    min-width: 160px;
}

[data-direction="rtl"] .dropdown .dropdown-menu .dropdown-item {
    text-align: right !important;
    min-width: 160px;
}

[data-palette="palette-1"] .dropdown .dropdown-menu .dropdown-item {
    background: #313131 !important;
    color: #ffffff !important;
    border-top: 1px solid #3e3e3e;
    border-left: 1px solid #3e3e3e;
    border-right: 1px solid #3e3e3e;
}

[data-palette="palette-1"] .dropdown .dropdown-menu .dropdown-item i {
    color: #ffffff !important;
}

[data-palette="palette-1"] .dropdown .dropdown-menu .dropdown-item:last-child {
    border-bottom: 1px solid #3e3e3e;
}

[data-palette="palette-1"] .dropdown .dropdown-menu .dropdown-item:hover {
    background: #4a4a4a !important;
}

[data-palette="palette-2"] .dropdown .dropdown-menu .dropdown-item {
    background: #313540 !important;
    color: #ffffff !important;
    border-top: 1px solid #3c414f;
    border-left: 1px solid #3c414f;
    border-right: 1px solid #3c414f;
}

[data-palette="palette-2"] .dropdown .dropdown-menu .dropdown-item i {
    color: #ffffff !important;
}

[data-palette="palette-2"] .dropdown .dropdown-menu .dropdown-item:last-child {
    border-bottom: 1px solid #3c414f;
}

[data-palette="palette-2"] .dropdown .dropdown-menu .dropdown-item:hover {
    background: #474d5d !important;
}

[data-palette="palette-3"] .dropdown .dropdown-menu .dropdown-item {
    background: #0d0d0d !important;
    color: #ffffff !important;
    border-top: 1px solid #1a1a1a;
    border-left: 1px solid #1a1a1a;
    border-right: 1px solid #1a1a1a;
}

[data-palette="palette-3"] .dropdown .dropdown-menu .dropdown-item i {
    color: #ffffff !important;
}

[data-palette="palette-3"] .dropdown .dropdown-menu .dropdown-item:last-child {
    border-bottom: 1px solid #1a1a1a;
}

[data-palette="palette-3"] .dropdown .dropdown-menu .dropdown-item:hover {
    background: #262626 !important;
}

[data-palette="palette-4"] .dropdown .dropdown-menu .dropdown-item {
    background: #ffffff !important;
    color: #262932 !important;
    border-top: 1px solid #f2f2f2;
    border-left: 1px solid #f2f2f2;
    border-right: 1px solid #f2f2f2;
}

[data-palette="palette-4"] .dropdown .dropdown-menu .dropdown-item i {
    color: #262932 !important;
}

[data-palette="palette-4"] .dropdown .dropdown-menu .dropdown-item:last-child {
    border-bottom: 1px solid #f2f2f2;
}

[data-palette="palette-4"] .dropdown .dropdown-menu .dropdown-item:hover {
    background: #e6e6e6 !important;
}

[data-palette="palette-5"] .dropdown .dropdown-menu .dropdown-item {
    background: #ffffff !important;
    color: #262932 !important;
    border-top: 1px solid #f2f2f2;
    border-left: 1px solid #f2f2f2;
    border-right: 1px solid #f2f2f2;
}

[data-palette="palette-5"] .dropdown .dropdown-menu .dropdown-item i {
    color: #262932 !important;
}

[data-palette="palette-5"] .dropdown .dropdown-menu .dropdown-item:last-child {
    border-bottom: 1px solid #f2f2f2;
}

[data-palette="palette-5"] .dropdown .dropdown-menu .dropdown-item:hover {
    background: #e6e6e6 !important;
}

[data-palette="palette-6"] .dropdown .dropdown-menu .dropdown-item {
    background: #ffffff !important;
    color: #262932 !important;
    border-top: 1px solid #f2f2f2;
    border-left: 1px solid #f2f2f2;
    border-right: 1px solid #f2f2f2;
}

[data-palette="palette-6"] .dropdown .dropdown-menu .dropdown-item i {
    color: #262932 !important;
}

[data-palette="palette-6"] .dropdown .dropdown-menu .dropdown-item:last-child {
    border-bottom: 1px solid #f2f2f2;
}

[data-palette="palette-6"] .dropdown .dropdown-menu .dropdown-item:hover {
    background: #e6e6e6 !important;
}

[data-palette="palette-7"] .dropdown .dropdown-menu .dropdown-item {
    background: #0275d8 !important;
    color: #ffffff !important;
    border-top: 1px solid #0283f1;
    border-left: 1px solid #0283f1;
    border-right: 1px solid #0283f1;
}

[data-palette="palette-7"] .dropdown .dropdown-menu .dropdown-item i {
    color: #ffffff !important;
}

[data-palette="palette-7"] .dropdown .dropdown-menu .dropdown-item:last-child {
    border-bottom: 1px solid #0283f1;
}

[data-palette="palette-7"] .dropdown .dropdown-menu .dropdown-item:hover {
    background: #108ffd !important;
}

[data-palette="palette-8"] .dropdown .dropdown-menu .dropdown-item {
    background: #0267bf !important;
    color: #ffffff !important;
    border-top: 1px solid #0275d8;
    border-left: 1px solid #0275d8;
    border-right: 1px solid #0275d8;
}

[data-palette="palette-8"] .dropdown .dropdown-menu .dropdown-item i {
    color: #ffffff !important;
}

[data-palette="palette-8"] .dropdown .dropdown-menu .dropdown-item:last-child {
    border-bottom: 1px solid #0275d8;
}

[data-palette="palette-8"] .dropdown .dropdown-menu .dropdown-item:hover {
    background: #0283f1 !important;
}

[data-palette="palette-9"] .dropdown .dropdown-menu .dropdown-item {
    background: #025aa5 !important;
    color: #ffffff !important;
    border-top: 1px solid #0267bf;
    border-left: 1px solid #0267bf;
    border-right: 1px solid #0267bf;
}

[data-palette="palette-9"] .dropdown .dropdown-menu .dropdown-item i {
    color: #ffffff !important;
}

[data-palette="palette-9"] .dropdown .dropdown-menu .dropdown-item:last-child {
    border-bottom: 1px solid #0267bf;
}

[data-palette="palette-9"] .dropdown .dropdown-menu .dropdown-item:hover {
    background: #0275d8 !important;
}

[data-palette="palette-10"] .dropdown .dropdown-menu .dropdown-item {
    background: #150d73 !important;
    color: #ffffff !important;
    border-top: 1px solid #1a0f8a;
    border-left: 1px solid #1a0f8a;
    border-right: 1px solid #1a0f8a;
}

[data-palette="palette-10"] .dropdown .dropdown-menu .dropdown-item i {
    color: #ffffff !important;
}

[data-palette="palette-10"] .dropdown .dropdown-menu .dropdown-item:last-child {
    border-bottom: 1px solid #1a0f8a;
}

[data-palette="palette-10"] .dropdown .dropdown-menu .dropdown-item:hover {
    background: #1e12a1 !important;
}

[data-palette="palette-11"] .dropdown .dropdown-menu .dropdown-item {
    background: #1f13a8 !important;
    color: #ffffff !important;
    border-top: 1px solid #2415bf;
    border-left: 1px solid #2415bf;
    border-right: 1px solid #2415bf;
}

[data-palette="palette-11"] .dropdown .dropdown-menu .dropdown-item i {
    color: #ffffff !important;
}

[data-palette="palette-11"] .dropdown .dropdown-menu .dropdown-item:last-child {
    border-bottom: 1px solid #2415bf;
}

[data-palette="palette-11"] .dropdown .dropdown-menu .dropdown-item:hover {
    background: #2818d6 !important;
}

[data-palette="palette-12"] .dropdown .dropdown-menu .dropdown-item {
    background: #2919de !important;
    color: #ffffff !important;
    border-top: 1px solid #3929e7;
    border-left: 1px solid #3929e7;
    border-right: 1px solid #3929e7;
}

[data-palette="palette-12"] .dropdown .dropdown-menu .dropdown-item i {
    color: #ffffff !important;
}

[data-palette="palette-12"] .dropdown .dropdown-menu .dropdown-item:last-child {
    border-bottom: 1px solid #3929e7;
}

[data-palette="palette-12"] .dropdown .dropdown-menu .dropdown-item:hover {
    background: #4e40ea !important;
}

[data-palette="palette-13"] .dropdown .dropdown-menu .dropdown-item {
    background: #3f0d73 !important;
    color: #ffffff !important;
    border-top: 1px solid #4b0f8a;
    border-left: 1px solid #4b0f8a;
    border-right: 1px solid #4b0f8a;
}

[data-palette="palette-13"] .dropdown .dropdown-menu .dropdown-item i {
    color: #ffffff !important;
}

[data-palette="palette-13"] .dropdown .dropdown-menu .dropdown-item:last-child {
    border-bottom: 1px solid #4b0f8a;
}

[data-palette="palette-13"] .dropdown .dropdown-menu .dropdown-item:hover {
    background: #5812a1 !important;
}

[data-palette="palette-14"] .dropdown .dropdown-menu .dropdown-item {
    background: #5c13a8 !important;
    color: #ffffff !important;
    border-top: 1px solid #6815bf;
    border-left: 1px solid #6815bf;
    border-right: 1px solid #6815bf;
}

[data-palette="palette-14"] .dropdown .dropdown-menu .dropdown-item i {
    color: #ffffff !important;
}

[data-palette="palette-14"] .dropdown .dropdown-menu .dropdown-item:last-child {
    border-bottom: 1px solid #6815bf;
}

[data-palette="palette-14"] .dropdown .dropdown-menu .dropdown-item:hover {
    background: #7518d6 !important;
}

[data-palette="palette-15"] .dropdown .dropdown-menu .dropdown-item {
    background: #7819de !important;
    color: #ffffff !important;
    border-top: 1px solid #8529e7;
    border-left: 1px solid #8529e7;
    border-right: 1px solid #8529e7;
}

[data-palette="palette-15"] .dropdown .dropdown-menu .dropdown-item i {
    color: #ffffff !important;
}

[data-palette="palette-15"] .dropdown .dropdown-menu .dropdown-item:last-child {
    border-bottom: 1px solid #8529e7;
}

[data-palette="palette-15"] .dropdown .dropdown-menu .dropdown-item:hover {
    background: #9240ea !important;
}

[data-palette="palette-16"] .dropdown .dropdown-menu .dropdown-item {
    background: #a8135e !important;
    color: #ffffff !important;
    border-top: 1px solid #bf156b;
    border-left: 1px solid #bf156b;
    border-right: 1px solid #bf156b;
}

[data-palette="palette-16"] .dropdown .dropdown-menu .dropdown-item i {
    color: #ffffff !important;
}

[data-palette="palette-16"] .dropdown .dropdown-menu .dropdown-item:last-child {
    border-bottom: 1px solid #bf156b;
}

[data-palette="palette-16"] .dropdown .dropdown-menu .dropdown-item:hover {
    background: #d61877 !important;
}

[data-palette="palette-17"] .dropdown .dropdown-menu .dropdown-item {
    background: #de197c !important;
    color: #ffffff !important;
    border-top: 1px solid #e72989;
    border-left: 1px solid #e72989;
    border-right: 1px solid #e72989;
}

[data-palette="palette-17"] .dropdown .dropdown-menu .dropdown-item i {
    color: #ffffff !important;
}

[data-palette="palette-17"] .dropdown .dropdown-menu .dropdown-item:last-child {
    border-bottom: 1px solid #e72989;
}

[data-palette="palette-17"] .dropdown .dropdown-menu .dropdown-item:hover {
    background: #ea4095 !important;
}

[data-palette="palette-18"] .dropdown .dropdown-menu .dropdown-item {
    background: #a81b13 !important;
    color: #ffffff !important;
    border-top: 1px solid #bf1e15;
    border-left: 1px solid #bf1e15;
    border-right: 1px solid #bf1e15;
}

[data-palette="palette-18"] .dropdown .dropdown-menu .dropdown-item i {
    color: #ffffff !important;
}

[data-palette="palette-18"] .dropdown .dropdown-menu .dropdown-item:last-child {
    border-bottom: 1px solid #bf1e15;
}

[data-palette="palette-18"] .dropdown .dropdown-menu .dropdown-item:hover {
    background: #d62218 !important;
}

[data-palette="palette-19"] .dropdown .dropdown-menu .dropdown-item {
    background: #de2319 !important;
    color: #ffffff !important;
    border-top: 1px solid #e73229;
    border-left: 1px solid #e73229;
    border-right: 1px solid #e73229;
}

[data-palette="palette-19"] .dropdown .dropdown-menu .dropdown-item i {
    color: #ffffff !important;
}

[data-palette="palette-19"] .dropdown .dropdown-menu .dropdown-item:last-child {
    border-bottom: 1px solid #e73229;
}

[data-palette="palette-19"] .dropdown .dropdown-menu .dropdown-item:hover {
    background: #ea4840 !important;
}

[data-palette="palette-20"] .dropdown .dropdown-menu .dropdown-item {
    background: #0d731a !important;
    color: #ffffff !important;
    border-top: 1px solid #0f8a20;
    border-left: 1px solid #0f8a20;
    border-right: 1px solid #0f8a20;
}

[data-palette="palette-20"] .dropdown .dropdown-menu .dropdown-item i {
    color: #ffffff !important;
}

[data-palette="palette-20"] .dropdown .dropdown-menu .dropdown-item:last-child {
    border-bottom: 1px solid #0f8a20;
}

[data-palette="palette-20"] .dropdown .dropdown-menu .dropdown-item:hover {
    background: #12a125 !important;
}

[data-palette="palette-21"] .dropdown .dropdown-menu .dropdown-item {
    background: #4e730d !important;
    color: #ffffff !important;
    border-top: 1px solid #5d8a0f;
    border-left: 1px solid #5d8a0f;
    border-right: 1px solid #5d8a0f;
}

[data-palette="palette-21"] .dropdown .dropdown-menu .dropdown-item i {
    color: #ffffff !important;
}

[data-palette="palette-21"] .dropdown .dropdown-menu .dropdown-item:last-child {
    border-bottom: 1px solid #5d8a0f;
}

[data-palette="palette-21"] .dropdown .dropdown-menu .dropdown-item:hover {
    background: #6da112 !important;
}

[data-palette="palette-22"] .dropdown .dropdown-menu .dropdown-item {
    background: #60371f !important;
    color: #ffffff !important;
    border-top: 1px solid #744226;
    border-left: 1px solid #744226;
    border-right: 1px solid #744226;
}

[data-palette="palette-22"] .dropdown .dropdown-menu .dropdown-item i {
    color: #ffffff !important;
}

[data-palette="palette-22"] .dropdown .dropdown-menu .dropdown-item:last-child {
    border-bottom: 1px solid #744226;
}

[data-palette="palette-22"] .dropdown .dropdown-menu .dropdown-item:hover {
    background: #874d2c !important;
}

[data-palette="palette-23"] .dropdown .dropdown-menu .dropdown-item {
    background: #8c512e !important;
    color: #ffffff !important;
    border-top: 1px solid #9f5c35;
    border-left: 1px solid #9f5c35;
    border-right: 1px solid #9f5c35;
}

[data-palette="palette-23"] .dropdown .dropdown-menu .dropdown-item i {
    color: #ffffff !important;
}

[data-palette="palette-23"] .dropdown .dropdown-menu .dropdown-item:last-child {
    border-bottom: 1px solid #9f5c35;
}

[data-palette="palette-23"] .dropdown .dropdown-menu .dropdown-item:hover {
    background: #b2673b !important;
}

.show-grid {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 20px;
}

.show-grid [class^=col-] {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    text-align: center;
    font-weight: 500;
}

.show-grid [class^=col-]:nth-child(odd) {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    text-align: center;
    font-weight: 500;
}

[data-palette="palette-1"] .show-grid [class^=col-] {
    color: #ffffff;
    background-color: #313131;
}

[data-palette="palette-1"] .show-grid [class^=col-]:nth-child(odd) {
    background-color: #3e3e3e;
    color: #ffffff;
}

[data-palette="palette-2"] .show-grid [class^=col-] {
    color: #ffffff;
    background-color: #313540;
}

[data-palette="palette-2"] .show-grid [class^=col-]:nth-child(odd) {
    background-color: #3c414f;
    color: #ffffff;
}

[data-palette="palette-3"] .show-grid [class^=col-] {
    color: #ffffff;
    background-color: #0d0d0d;
}

[data-palette="palette-3"] .show-grid [class^=col-]:nth-child(odd) {
    background-color: #1a1a1a;
    color: #ffffff;
}

[data-palette="palette-4"] .show-grid [class^=col-] {
    color: #262932;
    background-color: #ffffff;
}

[data-palette="palette-4"] .show-grid [class^=col-]:nth-child(odd) {
    background-color: #f2f2f2;
    color: #262932;
}

[data-palette="palette-5"] .show-grid [class^=col-] {
    color: #262932;
    background-color: #ffffff;
}

[data-palette="palette-5"] .show-grid [class^=col-]:nth-child(odd) {
    background-color: #f2f2f2;
    color: #262932;
}

[data-palette="palette-6"] .show-grid [class^=col-] {
    color: #262932;
    background-color: #ffffff;
}

[data-palette="palette-6"] .show-grid [class^=col-]:nth-child(odd) {
    background-color: #f2f2f2;
    color: #262932;
}

[data-palette="palette-7"] .show-grid [class^=col-] {
    color: #ffffff;
    background-color: #0275d8;
}

[data-palette="palette-7"] .show-grid [class^=col-]:nth-child(odd) {
    background-color: #0283f1;
    color: #ffffff;
}

[data-palette="palette-8"] .show-grid [class^=col-] {
    color: #ffffff;
    background-color: #0267bf;
}

[data-palette="palette-8"] .show-grid [class^=col-]:nth-child(odd) {
    background-color: #0275d8;
    color: #ffffff;
}

[data-palette="palette-9"] .show-grid [class^=col-] {
    color: #ffffff;
    background-color: #025aa5;
}

[data-palette="palette-9"] .show-grid [class^=col-]:nth-child(odd) {
    background-color: #0267bf;
    color: #ffffff;
}

[data-palette="palette-10"] .show-grid [class^=col-] {
    color: #ffffff;
    background-color: #150d73;
}

[data-palette="palette-10"] .show-grid [class^=col-]:nth-child(odd) {
    background-color: #1a0f8a;
    color: #ffffff;
}

[data-palette="palette-11"] .show-grid [class^=col-] {
    color: #ffffff;
    background-color: #1f13a8;
}

[data-palette="palette-11"] .show-grid [class^=col-]:nth-child(odd) {
    background-color: #2415bf;
    color: #ffffff;
}

[data-palette="palette-12"] .show-grid [class^=col-] {
    color: #ffffff;
    background-color: #2919de;
}

[data-palette="palette-12"] .show-grid [class^=col-]:nth-child(odd) {
    background-color: #3929e7;
    color: #ffffff;
}

[data-palette="palette-13"] .show-grid [class^=col-] {
    color: #ffffff;
    background-color: #3f0d73;
}

[data-palette="palette-13"] .show-grid [class^=col-]:nth-child(odd) {
    background-color: #4b0f8a;
    color: #ffffff;
}

[data-palette="palette-14"] .show-grid [class^=col-] {
    color: #ffffff;
    background-color: #5c13a8;
}

[data-palette="palette-14"] .show-grid [class^=col-]:nth-child(odd) {
    background-color: #6815bf;
    color: #ffffff;
}

[data-palette="palette-15"] .show-grid [class^=col-] {
    color: #ffffff;
    background-color: #7819de;
}

[data-palette="palette-15"] .show-grid [class^=col-]:nth-child(odd) {
    background-color: #8529e7;
    color: #ffffff;
}

[data-palette="palette-16"] .show-grid [class^=col-] {
    color: #ffffff;
    background-color: #a8135e;
}

[data-palette="palette-16"] .show-grid [class^=col-]:nth-child(odd) {
    background-color: #bf156b;
    color: #ffffff;
}

[data-palette="palette-17"] .show-grid [class^=col-] {
    color: #ffffff;
    background-color: #de197c;
}

[data-palette="palette-17"] .show-grid [class^=col-]:nth-child(odd) {
    background-color: #e72989;
    color: #ffffff;
}

[data-palette="palette-18"] .show-grid [class^=col-] {
    color: #ffffff;
    background-color: #a81b13;
}

[data-palette="palette-18"] .show-grid [class^=col-]:nth-child(odd) {
    background-color: #bf1e15;
    color: #ffffff;
}

[data-palette="palette-19"] .show-grid [class^=col-] {
    color: #ffffff;
    background-color: #de2319;
}

[data-palette="palette-19"] .show-grid [class^=col-]:nth-child(odd) {
    background-color: #e73229;
    color: #ffffff;
}

[data-palette="palette-20"] .show-grid [class^=col-] {
    color: #ffffff;
    background-color: #0d731a;
}

[data-palette="palette-20"] .show-grid [class^=col-]:nth-child(odd) {
    background-color: #0f8a20;
    color: #ffffff;
}

[data-palette="palette-21"] .show-grid [class^=col-] {
    color: #ffffff;
    background-color: #4e730d;
}

[data-palette="palette-21"] .show-grid [class^=col-]:nth-child(odd) {
    background-color: #5d8a0f;
    color: #ffffff;
}

[data-palette="palette-22"] .show-grid [class^=col-] {
    color: #ffffff;
    background-color: #60371f;
}

[data-palette="palette-22"] .show-grid [class^=col-]:nth-child(odd) {
    background-color: #744226;
    color: #ffffff;
}

[data-palette="palette-23"] .show-grid [class^=col-] {
    color: #ffffff;
    background-color: #8c512e;
}

[data-palette="palette-23"] .show-grid [class^=col-]:nth-child(odd) {
    background-color: #9f5c35;
    color: #ffffff;
}

.w-50 {
    max-width: 50px;
}

.w-100 {
    max-width: 100px;
}

.w-150 {
    max-width: 150px;
}

.w-200 {
    max-width: 200px;
}

.w-300 {
    max-width: 300px;
}

.h-200 {
    max-height: 200px;
}

.images-demo code {
    margin-bottom: 10px;
    display: inline-block;
}

[data-direction="ltr"] .fx-demo {
    margin: 0 25px 25px 0;
    float: left;
    height: 240px;
    width: 300px;
    overflow: hidden;
    border-radius: 5px;
}

[data-direction="ltr"] .fx-demo > code {
    margin-bottom: 10px;
    display: inline-block;
}

[data-direction="ltr"] .fx-demo > div {
    height: 200px;
    width: 300px;
    overflow: hidden;
    display: block;
}

[data-direction="rtl"] .fx-demo {
    margin: 0 0 25px 25px;
    float: right;
    height: 240px;
    width: 300px;
    overflow: hidden;
    border-radius: 5px;
}

[data-direction="rtl"] .fx-demo > code {
    margin-bottom: 10px;
    display: inline-block;
}

[data-direction="rtl"] .fx-demo > div {
    height: 200px;
    width: 300px;
    overflow: hidden;
    display: block;
}

.hover-fx-transition, .zoom-in-1 > img, .zoom-in-2 > img, .zoom-out-1 > img, .zoom-out-2 > img, .zoom-out-3 > img, .slide-1 > img, .slide-2 > img, .slide-3 > img, .slide-4 > img, .rotate-1 > img, .rotate-2 > img, .blur-1 > img, .grayscale-1 > img, .sepia-1 > img, .opacity-1 > img, .opacity-2 > img {
    transition: .3s ease-in-out;
}

.zoom-in-1 {
    overflow: hidden;
}

.zoom-in-1 > img {
    transform: scale(1);
}

.zoom-in-1:hover img {
    transform: scale(1.3);
}

.zoom-in-2 > img {
    min-width: 300px;
    height: auto;
}

.zoom-in-2:hover img {
    min-width: 350px;
}

.zoom-out-1 > img {
    transform: scale(1.5);
}

.zoom-out-1:hover img {
    transform: scale(1);
}

.zoom-out-2 > img {
    min-width: 400px;
    height: auto;
}

.zoom-out-2:hover img {
    min-width: 300px;
}

.zoom-out-3 > img {
    transform: scale(1.1);
}

.zoom-out-3:hover img {
    transform: scale(1);
}

.slide-1 > img {
    transform: scale(1.5) translate3d(30px, 0, 0);
}

.slide-1:hover img {
    transform: scale(1.5) translate3d(0px, 0, 0);
}

.slide-2 > img {
    transform: scale(1.5) translate3d(-30px, 0, 0);
}

.slide-2:hover img {
    transform: scale(1.5) translate3d(0px, 0, 0);
}

.slide-3 > img {
    transform: scale(1.5) translate3d(0, 30px, 0);
}

.slide-3:hover img {
    transform: scale(1.5) translate3d(0, 0px, 0);
}

.slide-4 > img {
    transform: scale(1.5) translate3d(0, -30px, 0);
}

.slide-4:hover img {
    transform: scale(1.5) translate3d(0, 0px, 0);
}

.rotate-1 {
    overflow: hidden;
}

.rotate-1 > img {
    transform: rotate(15deg) scale(1.4);
}

.rotate-1:hover img {
    transform: rotate(0) scale(1);
}

.rotate-2 > img {
    transform: rotate(-15deg) scale(1.4);
}

.rotate-2:hover img {
    transform: rotate(0) scale(1);
}

.rotate-3 > img {
    transform: rotate(360deg) scale(1.5);
    transition: .3s linear;
}

.rotate-3:hover img {
    transform: rotate(0) scale(1);
}

.rotate-4 > img {
    transform: rotate(720deg) scale(1.5);
    transition: .3s linear;
}

.rotate-4:hover img {
    transform: rotate(0) scale(1);
}

.blur-1 > img {
    filter: blur(3px);
}

.blur-1:hover img {
    filter: blur(0);
}

.grayscale-1 > img {
    filter: grayscale(100%);
}

.grayscale-1:hover img {
    filter: grayscale(0);
}

.sepia-1 > img {
    filter: sepia(100%);
}

.sepia-1:hover img {
    filter: sepia(0);
}

.opacity-1 > img {
    opacity: 1;
}

.opacity-1:hover img {
    opacity: .5;
}

.opacity-2 > img {
    opacity: 1;
}

.opacity-2:hover img {
    opacity: .5;
}

[data-palette="palette-1"] .img-thumbnail {
    background-color: #ffffff;
    border-color: #ffffff;
}

[data-palette="palette-1"] .img-thumbnail.bs-img-thumbnail {
    background-color: #4a4a4a !important;
    border-color: #4a4a4a !important;
}

[data-palette="palette-2"] .img-thumbnail {
    background-color: #ffffff;
    border-color: #ffffff;
}

[data-palette="palette-2"] .img-thumbnail.bs-img-thumbnail {
    background-color: #474d5d !important;
    border-color: #474d5d !important;
}

[data-palette="palette-3"] .img-thumbnail {
    background-color: #ffffff;
    border-color: #ffffff;
}

[data-palette="palette-3"] .img-thumbnail.bs-img-thumbnail {
    background-color: #262626 !important;
    border-color: #262626 !important;
}

[data-palette="palette-4"] .img-thumbnail {
    background-color: #262932;
    border-color: #262932;
}

[data-palette="palette-4"] .img-thumbnail.bs-img-thumbnail {
    background-color: #e6e6e6 !important;
    border-color: #e6e6e6 !important;
}

[data-palette="palette-5"] .img-thumbnail {
    background-color: #262932;
    border-color: #262932;
}

[data-palette="palette-5"] .img-thumbnail.bs-img-thumbnail {
    background-color: #e6e6e6 !important;
    border-color: #e6e6e6 !important;
}

[data-palette="palette-6"] .img-thumbnail {
    background-color: #262932;
    border-color: #262932;
}

[data-palette="palette-6"] .img-thumbnail.bs-img-thumbnail {
    background-color: #e6e6e6 !important;
    border-color: #e6e6e6 !important;
}

[data-palette="palette-7"] .img-thumbnail {
    background-color: #ffffff;
    border-color: #ffffff;
}

[data-palette="palette-7"] .img-thumbnail.bs-img-thumbnail {
    background-color: #108ffd !important;
    border-color: #108ffd !important;
}

[data-palette="palette-8"] .img-thumbnail {
    background-color: #ffffff;
    border-color: #ffffff;
}

[data-palette="palette-8"] .img-thumbnail.bs-img-thumbnail {
    background-color: #0283f1 !important;
    border-color: #0283f1 !important;
}

[data-palette="palette-9"] .img-thumbnail {
    background-color: #ffffff;
    border-color: #ffffff;
}

[data-palette="palette-9"] .img-thumbnail.bs-img-thumbnail {
    background-color: #0275d8 !important;
    border-color: #0275d8 !important;
}

[data-palette="palette-10"] .img-thumbnail {
    background-color: #ffffff;
    border-color: #ffffff;
}

[data-palette="palette-10"] .img-thumbnail.bs-img-thumbnail {
    background-color: #1e12a1 !important;
    border-color: #1e12a1 !important;
}

[data-palette="palette-11"] .img-thumbnail {
    background-color: #ffffff;
    border-color: #ffffff;
}

[data-palette="palette-11"] .img-thumbnail.bs-img-thumbnail {
    background-color: #2818d6 !important;
    border-color: #2818d6 !important;
}

[data-palette="palette-12"] .img-thumbnail {
    background-color: #ffffff;
    border-color: #ffffff;
}

[data-palette="palette-12"] .img-thumbnail.bs-img-thumbnail {
    background-color: #4e40ea !important;
    border-color: #4e40ea !important;
}

[data-palette="palette-13"] .img-thumbnail {
    background-color: #ffffff;
    border-color: #ffffff;
}

[data-palette="palette-13"] .img-thumbnail.bs-img-thumbnail {
    background-color: #5812a1 !important;
    border-color: #5812a1 !important;
}

[data-palette="palette-14"] .img-thumbnail {
    background-color: #ffffff;
    border-color: #ffffff;
}

[data-palette="palette-14"] .img-thumbnail.bs-img-thumbnail {
    background-color: #7518d6 !important;
    border-color: #7518d6 !important;
}

[data-palette="palette-15"] .img-thumbnail {
    background-color: #ffffff;
    border-color: #ffffff;
}

[data-palette="palette-15"] .img-thumbnail.bs-img-thumbnail {
    background-color: #9240ea !important;
    border-color: #9240ea !important;
}

[data-palette="palette-16"] .img-thumbnail {
    background-color: #ffffff;
    border-color: #ffffff;
}

[data-palette="palette-16"] .img-thumbnail.bs-img-thumbnail {
    background-color: #d61877 !important;
    border-color: #d61877 !important;
}

[data-palette="palette-17"] .img-thumbnail {
    background-color: #ffffff;
    border-color: #ffffff;
}

[data-palette="palette-17"] .img-thumbnail.bs-img-thumbnail {
    background-color: #ea4095 !important;
    border-color: #ea4095 !important;
}

[data-palette="palette-18"] .img-thumbnail {
    background-color: #ffffff;
    border-color: #ffffff;
}

[data-palette="palette-18"] .img-thumbnail.bs-img-thumbnail {
    background-color: #d62218 !important;
    border-color: #d62218 !important;
}

[data-palette="palette-19"] .img-thumbnail {
    background-color: #ffffff;
    border-color: #ffffff;
}

[data-palette="palette-19"] .img-thumbnail.bs-img-thumbnail {
    background-color: #ea4840 !important;
    border-color: #ea4840 !important;
}

[data-palette="palette-20"] .img-thumbnail {
    background-color: #ffffff;
    border-color: #ffffff;
}

[data-palette="palette-20"] .img-thumbnail.bs-img-thumbnail {
    background-color: #12a125 !important;
    border-color: #12a125 !important;
}

[data-palette="palette-21"] .img-thumbnail {
    background-color: #ffffff;
    border-color: #ffffff;
}

[data-palette="palette-21"] .img-thumbnail.bs-img-thumbnail {
    background-color: #6da112 !important;
    border-color: #6da112 !important;
}

[data-palette="palette-22"] .img-thumbnail {
    background-color: #ffffff;
    border-color: #ffffff;
}

[data-palette="palette-22"] .img-thumbnail.bs-img-thumbnail {
    background-color: #874d2c !important;
    border-color: #874d2c !important;
}

[data-palette="palette-23"] .img-thumbnail {
    background-color: #ffffff;
    border-color: #ffffff;
}

[data-palette="palette-23"] .img-thumbnail.bs-img-thumbnail {
    background-color: #b2673b !important;
    border-color: #b2673b !important;
}

.tag.tag-default, .tag.label-default, .label.tag-default, .label.label-default {
    background-color: #5bc0de;
    color: #fff;
    padding: 5px 7px !important;
}

.tag.tag-default.tag-xs, .tag.tag-default.label-xs, .tag.label-default.tag-xs, .tag.label-default.label-xs, .label.tag-default.tag-xs, .label.tag-default.label-xs, .label.label-default.tag-xs, .label.label-default.label-xs {
    font-size: 10px !important;
    line-height: 10px !important;
}

.tag.tag-default.tag-lg, .tag.tag-default.label-lg, .tag.label-default.tag-lg, .tag.label-default.label-lg, .label.tag-default.tag-lg, .label.tag-default.label-lg, .label.label-default.tag-lg, .label.label-default.label-lg {
    font-size: 13px !important;
    line-height: 16px !important;
}

.tag.tag-default-outline, .tag.label-default-outline, .label.tag-default-outline, .label.label-default-outline {
    background-color: transparent !important;
    color: #5bc0de;
    border: 1px solid #5bc0de;
}

.tag.tag-default-outline.tag-xs, .tag.tag-default-outline.label-xs, .tag.label-default-outline.tag-xs, .tag.label-default-outline.label-xs, .label.tag-default-outline.tag-xs, .label.tag-default-outline.label-xs, .label.label-default-outline.tag-xs, .label.label-default-outline.label-xs {
    font-size: 10px !important;
    line-height: 10px !important;
}

.tag.tag-default-outline.tag-lg, .tag.tag-default-outline.label-lg, .tag.label-default-outline.tag-lg, .tag.label-default-outline.label-lg, .label.tag-default-outline.tag-lg, .label.tag-default-outline.label-lg, .label.label-default-outline.tag-lg, .label.label-default-outline.label-lg {
    font-size: 13px !important;
    line-height: 16px !important;
}

.tag.tag-rounded, .tag.label-rounded, .label.tag-rounded, .label.label-rounded {
    text-align: center;
    border-radius: 50%;
    font-size: 0.6rem !important;
    height: 1.2rem !important;
    line-height: 1.2rem !important;
    width: 1.2rem !important;
    padding: 0 !important;
}

.tag.tag-rounded.tag-xs, .tag.tag-rounded.label-xs, .tag.label-rounded.tag-xs, .tag.label-rounded.label-xs, .label.tag-rounded.tag-xs, .label.tag-rounded.label-xs, .label.label-rounded.tag-xs, .label.label-rounded.label-xs {
    font-size: 0.5rem !important;
    height: 1rem !important;
    line-height: 1rem !important;
    width: 1rem !important;
    padding: 0;
    font-weight: 700;
}

.tag.tag-rounded.tag-lg, .tag.tag-rounded.label-lg, .tag.label-rounded.tag-lg, .tag.label-rounded.label-lg, .label.tag-rounded.tag-lg, .label.tag-rounded.label-lg, .label.label-rounded.tag-lg, .label.label-rounded.label-lg {
    font-size: 0.8rem !important;
    height: 1.6rem !important;
    line-height: 1.6rem !important;
    width: 1.6rem !important;
    padding: 0;
    font-weight: 700;
}

.tag.tag-primary, .tag.label-primary, .label.tag-primary, .label.label-primary {
    background-color: #0275d8;
    color: #fff;
    padding: 5px 7px !important;
}

.tag.tag-primary.tag-xs, .tag.tag-primary.label-xs, .tag.label-primary.tag-xs, .tag.label-primary.label-xs, .label.tag-primary.tag-xs, .label.tag-primary.label-xs, .label.label-primary.tag-xs, .label.label-primary.label-xs {
    font-size: 10px !important;
    line-height: 10px !important;
}

.tag.tag-primary.tag-lg, .tag.tag-primary.label-lg, .tag.label-primary.tag-lg, .tag.label-primary.label-lg, .label.tag-primary.tag-lg, .label.tag-primary.label-lg, .label.label-primary.tag-lg, .label.label-primary.label-lg {
    font-size: 13px !important;
    line-height: 16px !important;
}

.tag.tag-primary-outline, .tag.label-primary-outline, .label.tag-primary-outline, .label.label-primary-outline {
    background-color: transparent !important;
    color: #0275d8;
    border: 1px solid #0275d8;
}

.tag.tag-primary-outline.tag-xs, .tag.tag-primary-outline.label-xs, .tag.label-primary-outline.tag-xs, .tag.label-primary-outline.label-xs, .label.tag-primary-outline.tag-xs, .label.tag-primary-outline.label-xs, .label.label-primary-outline.tag-xs, .label.label-primary-outline.label-xs {
    font-size: 10px !important;
    line-height: 10px !important;
}

.tag.tag-primary-outline.tag-lg, .tag.tag-primary-outline.label-lg, .tag.label-primary-outline.tag-lg, .tag.label-primary-outline.label-lg, .label.tag-primary-outline.tag-lg, .label.tag-primary-outline.label-lg, .label.label-primary-outline.tag-lg, .label.label-primary-outline.label-lg {
    font-size: 13px !important;
    line-height: 16px !important;
}

.tag.tag-rounded, .tag.label-rounded, .label.tag-rounded, .label.label-rounded {
    text-align: center;
    border-radius: 50%;
    font-size: 0.6rem !important;
    height: 1.2rem !important;
    line-height: 1.2rem !important;
    width: 1.2rem !important;
    padding: 0 !important;
}

.tag.tag-rounded.tag-xs, .tag.tag-rounded.label-xs, .tag.label-rounded.tag-xs, .tag.label-rounded.label-xs, .label.tag-rounded.tag-xs, .label.tag-rounded.label-xs, .label.label-rounded.tag-xs, .label.label-rounded.label-xs {
    font-size: 0.5rem !important;
    height: 1rem !important;
    line-height: 1rem !important;
    width: 1rem !important;
    padding: 0;
    font-weight: 700;
}

.tag.tag-rounded.tag-lg, .tag.tag-rounded.label-lg, .tag.label-rounded.tag-lg, .tag.label-rounded.label-lg, .label.tag-rounded.tag-lg, .label.tag-rounded.label-lg, .label.label-rounded.tag-lg, .label.label-rounded.label-lg {
    font-size: 0.8rem !important;
    height: 1.6rem !important;
    line-height: 1.6rem !important;
    width: 1.6rem !important;
    padding: 0;
    font-weight: 700;
}

.tag.tag-info, .tag.label-info, .label.tag-info, .label.label-info {
    background-color: #00aced;
    color: #fff;
    padding: 5px 7px !important;
}

.tag.tag-info.tag-xs, .tag.tag-info.label-xs, .tag.label-info.tag-xs, .tag.label-info.label-xs, .label.tag-info.tag-xs, .label.tag-info.label-xs, .label.label-info.tag-xs, .label.label-info.label-xs {
    font-size: 10px !important;
    line-height: 10px !important;
}

.tag.tag-info.tag-lg, .tag.tag-info.label-lg, .tag.label-info.tag-lg, .tag.label-info.label-lg, .label.tag-info.tag-lg, .label.tag-info.label-lg, .label.label-info.tag-lg, .label.label-info.label-lg {
    font-size: 13px !important;
    line-height: 16px !important;
}

.tag.tag-info-outline, .tag.label-info-outline, .label.tag-info-outline, .label.label-info-outline {
    background-color: transparent !important;
    color: #00aced;
    border: 1px solid #00aced;
}

.tag.tag-info-outline.tag-xs, .tag.tag-info-outline.label-xs, .tag.label-info-outline.tag-xs, .tag.label-info-outline.label-xs, .label.tag-info-outline.tag-xs, .label.tag-info-outline.label-xs, .label.label-info-outline.tag-xs, .label.label-info-outline.label-xs {
    font-size: 10px !important;
    line-height: 10px !important;
}

.tag.tag-info-outline.tag-lg, .tag.tag-info-outline.label-lg, .tag.label-info-outline.tag-lg, .tag.label-info-outline.label-lg, .label.tag-info-outline.tag-lg, .label.tag-info-outline.label-lg, .label.label-info-outline.tag-lg, .label.label-info-outline.label-lg {
    font-size: 13px !important;
    line-height: 16px !important;
}

.tag.tag-rounded, .tag.label-rounded, .label.tag-rounded, .label.label-rounded {
    text-align: center;
    border-radius: 50%;
    font-size: 0.6rem !important;
    height: 1.2rem !important;
    line-height: 1.2rem !important;
    width: 1.2rem !important;
    padding: 0 !important;
}

.tag.tag-rounded.tag-xs, .tag.tag-rounded.label-xs, .tag.label-rounded.tag-xs, .tag.label-rounded.label-xs, .label.tag-rounded.tag-xs, .label.tag-rounded.label-xs, .label.label-rounded.tag-xs, .label.label-rounded.label-xs {
    font-size: 0.5rem !important;
    height: 1rem !important;
    line-height: 1rem !important;
    width: 1rem !important;
    padding: 0;
    font-weight: 700;
}

.tag.tag-rounded.tag-lg, .tag.tag-rounded.label-lg, .tag.label-rounded.tag-lg, .tag.label-rounded.label-lg, .label.tag-rounded.tag-lg, .label.tag-rounded.label-lg, .label.label-rounded.tag-lg, .label.label-rounded.label-lg {
    font-size: 0.8rem !important;
    height: 1.6rem !important;
    line-height: 1.6rem !important;
    width: 1.6rem !important;
    padding: 0;
    font-weight: 700;
}

.tag.tag-warning, .tag.label-warning, .label.tag-warning, .label.label-warning {
    background-color: #f0ad4e;
    color: #fff;
    padding: 5px 7px !important;
}

.tag.tag-warning.tag-xs, .tag.tag-warning.label-xs, .tag.label-warning.tag-xs, .tag.label-warning.label-xs, .label.tag-warning.tag-xs, .label.tag-warning.label-xs, .label.label-warning.tag-xs, .label.label-warning.label-xs {
    font-size: 10px !important;
    line-height: 10px !important;
}

.tag.tag-warning.tag-lg, .tag.tag-warning.label-lg, .tag.label-warning.tag-lg, .tag.label-warning.label-lg, .label.tag-warning.tag-lg, .label.tag-warning.label-lg, .label.label-warning.tag-lg, .label.label-warning.label-lg {
    font-size: 13px !important;
    line-height: 16px !important;
}

.tag.tag-warning-outline, .tag.label-warning-outline, .label.tag-warning-outline, .label.label-warning-outline {
    background-color: transparent !important;
    color: #f0ad4e;
    border: 1px solid #f0ad4e;
}

.tag.tag-warning-outline.tag-xs, .tag.tag-warning-outline.label-xs, .tag.label-warning-outline.tag-xs, .tag.label-warning-outline.label-xs, .label.tag-warning-outline.tag-xs, .label.tag-warning-outline.label-xs, .label.label-warning-outline.tag-xs, .label.label-warning-outline.label-xs {
    font-size: 10px !important;
    line-height: 10px !important;
}

.tag.tag-warning-outline.tag-lg, .tag.tag-warning-outline.label-lg, .tag.label-warning-outline.tag-lg, .tag.label-warning-outline.label-lg, .label.tag-warning-outline.tag-lg, .label.tag-warning-outline.label-lg, .label.label-warning-outline.tag-lg, .label.label-warning-outline.label-lg {
    font-size: 13px !important;
    line-height: 16px !important;
}

.tag.tag-rounded, .tag.label-rounded, .label.tag-rounded, .label.label-rounded {
    text-align: center;
    border-radius: 50%;
    font-size: 0.6rem !important;
    height: 1.2rem !important;
    line-height: 1.2rem !important;
    width: 1.2rem !important;
    padding: 0 !important;
}

.tag.tag-rounded.tag-xs, .tag.tag-rounded.label-xs, .tag.label-rounded.tag-xs, .tag.label-rounded.label-xs, .label.tag-rounded.tag-xs, .label.tag-rounded.label-xs, .label.label-rounded.tag-xs, .label.label-rounded.label-xs {
    font-size: 0.5rem !important;
    height: 1rem !important;
    line-height: 1rem !important;
    width: 1rem !important;
    padding: 0;
    font-weight: 700;
}

.tag.tag-rounded.tag-lg, .tag.tag-rounded.label-lg, .tag.label-rounded.tag-lg, .tag.label-rounded.label-lg, .label.tag-rounded.tag-lg, .label.tag-rounded.label-lg, .label.label-rounded.tag-lg, .label.label-rounded.label-lg {
    font-size: 0.8rem !important;
    height: 1.6rem !important;
    line-height: 1.6rem !important;
    width: 1.6rem !important;
    padding: 0;
    font-weight: 700;
}

.tag.tag-success, .tag.label-success, .label.tag-success, .label.label-success {
    background-color: #5cb85c;
    color: #fff;
    padding: 5px 7px !important;
}

.tag.tag-success.tag-xs, .tag.tag-success.label-xs, .tag.label-success.tag-xs, .tag.label-success.label-xs, .label.tag-success.tag-xs, .label.tag-success.label-xs, .label.label-success.tag-xs, .label.label-success.label-xs {
    font-size: 10px !important;
    line-height: 10px !important;
}

.tag.tag-success.tag-lg, .tag.tag-success.label-lg, .tag.label-success.tag-lg, .tag.label-success.label-lg, .label.tag-success.tag-lg, .label.tag-success.label-lg, .label.label-success.tag-lg, .label.label-success.label-lg {
    font-size: 13px !important;
    line-height: 16px !important;
}

.tag.tag-success-outline, .tag.label-success-outline, .label.tag-success-outline, .label.label-success-outline {
    background-color: transparent !important;
    color: #5cb85c;
    border: 1px solid #5cb85c;
}

.tag.tag-success-outline.tag-xs, .tag.tag-success-outline.label-xs, .tag.label-success-outline.tag-xs, .tag.label-success-outline.label-xs, .label.tag-success-outline.tag-xs, .label.tag-success-outline.label-xs, .label.label-success-outline.tag-xs, .label.label-success-outline.label-xs {
    font-size: 10px !important;
    line-height: 10px !important;
}

.tag.tag-success-outline.tag-lg, .tag.tag-success-outline.label-lg, .tag.label-success-outline.tag-lg, .tag.label-success-outline.label-lg, .label.tag-success-outline.tag-lg, .label.tag-success-outline.label-lg, .label.label-success-outline.tag-lg, .label.label-success-outline.label-lg {
    font-size: 13px !important;
    line-height: 16px !important;
}

.tag.tag-rounded, .tag.label-rounded, .label.tag-rounded, .label.label-rounded {
    text-align: center;
    border-radius: 50%;
    font-size: 0.6rem !important;
    height: 1.2rem !important;
    line-height: 1.2rem !important;
    width: 1.2rem !important;
    padding: 0 !important;
}

.tag.tag-rounded.tag-xs, .tag.tag-rounded.label-xs, .tag.label-rounded.tag-xs, .tag.label-rounded.label-xs, .label.tag-rounded.tag-xs, .label.tag-rounded.label-xs, .label.label-rounded.tag-xs, .label.label-rounded.label-xs {
    font-size: 0.5rem !important;
    height: 1rem !important;
    line-height: 1rem !important;
    width: 1rem !important;
    padding: 0;
    font-weight: 700;
}

.tag.tag-rounded.tag-lg, .tag.tag-rounded.label-lg, .tag.label-rounded.tag-lg, .tag.label-rounded.label-lg, .label.tag-rounded.tag-lg, .label.tag-rounded.label-lg, .label.label-rounded.tag-lg, .label.label-rounded.label-lg {
    font-size: 0.8rem !important;
    height: 1.6rem !important;
    line-height: 1.6rem !important;
    width: 1.6rem !important;
    padding: 0;
    font-weight: 700;
}

.tag.tag-danger, .tag.label-danger, .label.tag-danger, .label.label-danger {
    background-color: #d9534f;
    color: #fff;
    padding: 5px 7px !important;
}

.tag.tag-danger.tag-xs, .tag.tag-danger.label-xs, .tag.label-danger.tag-xs, .tag.label-danger.label-xs, .label.tag-danger.tag-xs, .label.tag-danger.label-xs, .label.label-danger.tag-xs, .label.label-danger.label-xs {
    font-size: 10px !important;
    line-height: 10px !important;
}

.tag.tag-danger.tag-lg, .tag.tag-danger.label-lg, .tag.label-danger.tag-lg, .tag.label-danger.label-lg, .label.tag-danger.tag-lg, .label.tag-danger.label-lg, .label.label-danger.tag-lg, .label.label-danger.label-lg {
    font-size: 13px !important;
    line-height: 16px !important;
}

.tag.tag-danger-outline, .tag.label-danger-outline, .label.tag-danger-outline, .label.label-danger-outline {
    background-color: transparent !important;
    color: #d9534f;
    border: 1px solid #d9534f;
}

.tag.tag-danger-outline.tag-xs, .tag.tag-danger-outline.label-xs, .tag.label-danger-outline.tag-xs, .tag.label-danger-outline.label-xs, .label.tag-danger-outline.tag-xs, .label.tag-danger-outline.label-xs, .label.label-danger-outline.tag-xs, .label.label-danger-outline.label-xs {
    font-size: 10px !important;
    line-height: 10px !important;
}

.tag.tag-danger-outline.tag-lg, .tag.tag-danger-outline.label-lg, .tag.label-danger-outline.tag-lg, .tag.label-danger-outline.label-lg, .label.tag-danger-outline.tag-lg, .label.tag-danger-outline.label-lg, .label.label-danger-outline.tag-lg, .label.label-danger-outline.label-lg {
    font-size: 13px !important;
    line-height: 16px !important;
}

.tag.tag-rounded, .tag.label-rounded, .label.tag-rounded, .label.label-rounded {
    text-align: center;
    border-radius: 50%;
    font-size: 0.6rem !important;
    height: 1.2rem !important;
    line-height: 1.2rem !important;
    width: 1.2rem !important;
    padding: 0 !important;
}

.tag.tag-rounded.tag-xs, .tag.tag-rounded.label-xs, .tag.label-rounded.tag-xs, .tag.label-rounded.label-xs, .label.tag-rounded.tag-xs, .label.tag-rounded.label-xs, .label.label-rounded.tag-xs, .label.label-rounded.label-xs {
    font-size: 0.5rem !important;
    height: 1rem !important;
    line-height: 1rem !important;
    width: 1rem !important;
    padding: 0;
    font-weight: 700;
}

.tag.tag-rounded.tag-lg, .tag.tag-rounded.label-lg, .tag.label-rounded.tag-lg, .tag.label-rounded.label-lg, .label.tag-rounded.tag-lg, .label.tag-rounded.label-lg, .label.label-rounded.tag-lg, .label.label-rounded.label-lg {
    font-size: 0.8rem !important;
    height: 1.6rem !important;
    line-height: 1.6rem !important;
    width: 1.6rem !important;
    padding: 0;
    font-weight: 700;
}

.tag.tag-white, .tag.label-white, .label.tag-white, .label.label-white {
    background-color: #ffffff;
    color: #fff;
    padding: 5px 7px !important;
}

.tag.tag-white.tag-xs, .tag.tag-white.label-xs, .tag.label-white.tag-xs, .tag.label-white.label-xs, .label.tag-white.tag-xs, .label.tag-white.label-xs, .label.label-white.tag-xs, .label.label-white.label-xs {
    font-size: 10px !important;
    line-height: 10px !important;
}

.tag.tag-white.tag-lg, .tag.tag-white.label-lg, .tag.label-white.tag-lg, .tag.label-white.label-lg, .label.tag-white.tag-lg, .label.tag-white.label-lg, .label.label-white.tag-lg, .label.label-white.label-lg {
    font-size: 13px !important;
    line-height: 16px !important;
}

.tag.tag-white-outline, .tag.label-white-outline, .label.tag-white-outline, .label.label-white-outline {
    background-color: transparent !important;
    color: #ffffff;
    border: 1px solid #ffffff;
}

.tag.tag-white-outline.tag-xs, .tag.tag-white-outline.label-xs, .tag.label-white-outline.tag-xs, .tag.label-white-outline.label-xs, .label.tag-white-outline.tag-xs, .label.tag-white-outline.label-xs, .label.label-white-outline.tag-xs, .label.label-white-outline.label-xs {
    font-size: 10px !important;
    line-height: 10px !important;
}

.tag.tag-white-outline.tag-lg, .tag.tag-white-outline.label-lg, .tag.label-white-outline.tag-lg, .tag.label-white-outline.label-lg, .label.tag-white-outline.tag-lg, .label.tag-white-outline.label-lg, .label.label-white-outline.tag-lg, .label.label-white-outline.label-lg {
    font-size: 13px !important;
    line-height: 16px !important;
}

.tag.tag-rounded, .tag.label-rounded, .label.tag-rounded, .label.label-rounded {
    text-align: center;
    border-radius: 50%;
    font-size: 0.6rem !important;
    height: 1.2rem !important;
    line-height: 1.2rem !important;
    width: 1.2rem !important;
    padding: 0 !important;
}

.tag.tag-rounded.tag-xs, .tag.tag-rounded.label-xs, .tag.label-rounded.tag-xs, .tag.label-rounded.label-xs, .label.tag-rounded.tag-xs, .label.tag-rounded.label-xs, .label.label-rounded.tag-xs, .label.label-rounded.label-xs {
    font-size: 0.5rem !important;
    height: 1rem !important;
    line-height: 1rem !important;
    width: 1rem !important;
    padding: 0;
    font-weight: 700;
}

.tag.tag-rounded.tag-lg, .tag.tag-rounded.label-lg, .tag.label-rounded.tag-lg, .tag.label-rounded.label-lg, .label.tag-rounded.tag-lg, .label.tag-rounded.label-lg, .label.label-rounded.tag-lg, .label.label-rounded.label-lg {
    font-size: 0.8rem !important;
    height: 1.6rem !important;
    line-height: 1.6rem !important;
    width: 1.6rem !important;
    padding: 0;
    font-weight: 700;
}

.tag.tag-black, .tag.label-black, .label.tag-black, .label.label-black {
    background-color: #000000;
    color: #fff;
    padding: 5px 7px !important;
}

.tag.tag-black.tag-xs, .tag.tag-black.label-xs, .tag.label-black.tag-xs, .tag.label-black.label-xs, .label.tag-black.tag-xs, .label.tag-black.label-xs, .label.label-black.tag-xs, .label.label-black.label-xs {
    font-size: 10px !important;
    line-height: 10px !important;
}

.tag.tag-black.tag-lg, .tag.tag-black.label-lg, .tag.label-black.tag-lg, .tag.label-black.label-lg, .label.tag-black.tag-lg, .label.tag-black.label-lg, .label.label-black.tag-lg, .label.label-black.label-lg {
    font-size: 13px !important;
    line-height: 16px !important;
}

.tag.tag-black-outline, .tag.label-black-outline, .label.tag-black-outline, .label.label-black-outline {
    background-color: transparent !important;
    color: #000000;
    border: 1px solid #000000;
}

.tag.tag-black-outline.tag-xs, .tag.tag-black-outline.label-xs, .tag.label-black-outline.tag-xs, .tag.label-black-outline.label-xs, .label.tag-black-outline.tag-xs, .label.tag-black-outline.label-xs, .label.label-black-outline.tag-xs, .label.label-black-outline.label-xs {
    font-size: 10px !important;
    line-height: 10px !important;
}

.tag.tag-black-outline.tag-lg, .tag.tag-black-outline.label-lg, .tag.label-black-outline.tag-lg, .tag.label-black-outline.label-lg, .label.tag-black-outline.tag-lg, .label.tag-black-outline.label-lg, .label.label-black-outline.tag-lg, .label.label-black-outline.label-lg {
    font-size: 13px !important;
    line-height: 16px !important;
}

.tag.tag-rounded, .tag.label-rounded, .label.tag-rounded, .label.label-rounded {
    text-align: center;
    border-radius: 50%;
    font-size: 0.6rem !important;
    height: 1.2rem !important;
    line-height: 1.2rem !important;
    width: 1.2rem !important;
    padding: 0 !important;
}

.tag.tag-rounded.tag-xs, .tag.tag-rounded.label-xs, .tag.label-rounded.tag-xs, .tag.label-rounded.label-xs, .label.tag-rounded.tag-xs, .label.tag-rounded.label-xs, .label.label-rounded.tag-xs, .label.label-rounded.label-xs {
    font-size: 0.5rem !important;
    height: 1rem !important;
    line-height: 1rem !important;
    width: 1rem !important;
    padding: 0;
    font-weight: 700;
}

.tag.tag-rounded.tag-lg, .tag.tag-rounded.label-lg, .tag.label-rounded.tag-lg, .tag.label-rounded.label-lg, .label.tag-rounded.tag-lg, .label.tag-rounded.label-lg, .label.label-rounded.tag-lg, .label.label-rounded.label-lg {
    font-size: 0.8rem !important;
    height: 1.6rem !important;
    line-height: 1.6rem !important;
    width: 1.6rem !important;
    padding: 0;
    font-weight: 700;
}

.list-inline li {
    display: inline-block;
}

.list-group,
.media-list {
    margin: 0;
    padding: 0;
}

.list-group-with-icons .list-group-item {
    position: relative;
    padding-top: 20px;
}

.list-group-with-icons .list-group-item .fa-stack {
    position: absolute;
    top: 5px !important;
    left: 20px !important;
    width: 60px;
}

[data-direction="ltr"] .list-group-with-icons .list-group-item .fa-stack {
    position: absolute;
    top: 5px !important;
    left: 20px !important;
    width: 60px;
}

[data-direction="rtl"] .list-group-with-icons .list-group-item .fa-stack {
    position: absolute;
    top: 5px !important;
    right: 20px !important;
    width: 60px;
}

.list-group-with-icons .list-group-item h4 {
    font-size: 16px;
}

.list-group-with-icons .list-group-item p {
    font-size: 14px;
}

[data-direction="ltr"] .list-group-with-icons .list-group-item h4, [data-direction="ltr"] .list-group-with-icons .list-group-item p {
    padding-left: 70px;
}

[data-direction="rtl"] .list-group-with-icons .list-group-item h4, [data-direction="rtl"] .list-group-with-icons .list-group-item p {
    padding-right: 70px;
}

.bs-media > .media {
    padding: 20px;
    margin: 0;
}

.bs-media > .media .rounded-circle {
    height: 60px;
    margin-left: 10px;
    margin-right: 10px;
}

.bs-media > .media p {
    margin-bottom: 0;
}

.media-list > .media {
    padding: 20px 10px;
    margin: 0;
}

.media-list > .media .rounded-circle {
    height: 60px;
    margin-left: 10px;
    margin-right: 10px;
}

.media-list > .media p {
    margin-bottom: 0;
}

[data-palette="palette-1"] .list-group-item {
    color: #ffffff;
    background: #242424;
    border-color: #444444;
}

[data-palette="palette-1"] .list-group-item:nth-child(odd) {
    background: #3e3e3e;
}

[data-palette="palette-1"] .list-group-item:nth-child(even) {
    background: #313131;
}

[data-palette="palette-1"] .list-group-item:hover {
    background: #4a4a4a;
}

[data-palette="palette-1"] a.list-group-item:focus,
[data-palette="palette-1"] a.list-group-item:hover,
[data-palette="palette-1"] button.list-group-item:focus,
[data-palette="palette-1"] button.list-group-item:hover {
    color: #ffffff;
    background: #4a4a4a;
    border-color: #444444;
}

[data-palette="palette-1"] a.list-group-item .list-group-item-heading,
[data-palette="palette-1"] button.list-group-item .list-group-item-heading {
    color: #ffffff;
}

[data-palette="palette-1"] a.list-group-item,
[data-palette="palette-1"] button.list-group-item {
    color: #ffffff;
}

[data-palette="palette-1"] .bs-media > .media:nth-child(odd) {
    background: #3e3e3e;
}

[data-palette="palette-1"] .bs-media > .media:nth-child(even) {
    background: #313131;
}

[data-palette="palette-1"] .bs-media > .media:hover {
    background: #4a4a4a;
}

[data-palette="palette-1"] .media-list > .media:nth-child(odd) {
    background: #3e3e3e;
}

[data-palette="palette-1"] .media-list > .media:nth-child(even) {
    background: #313131;
}

[data-palette="palette-1"] .media-list > .media:hover {
    background: #4a4a4a;
}

[data-palette="palette-2"] .list-group-item {
    color: #ffffff;
    background: #262932;
    border-color: #424756;
}

[data-palette="palette-2"] .list-group-item:nth-child(odd) {
    background: #3c414f;
}

[data-palette="palette-2"] .list-group-item:nth-child(even) {
    background: #313540;
}

[data-palette="palette-2"] .list-group-item:hover {
    background: #474d5d;
}

[data-palette="palette-2"] a.list-group-item:focus,
[data-palette="palette-2"] a.list-group-item:hover,
[data-palette="palette-2"] button.list-group-item:focus,
[data-palette="palette-2"] button.list-group-item:hover {
    color: #ffffff;
    background: #474d5d;
    border-color: #424756;
}

[data-palette="palette-2"] a.list-group-item .list-group-item-heading,
[data-palette="palette-2"] button.list-group-item .list-group-item-heading {
    color: #ffffff;
}

[data-palette="palette-2"] a.list-group-item,
[data-palette="palette-2"] button.list-group-item {
    color: #ffffff;
}

[data-palette="palette-2"] .bs-media > .media:nth-child(odd) {
    background: #3c414f;
}

[data-palette="palette-2"] .bs-media > .media:nth-child(even) {
    background: #313540;
}

[data-palette="palette-2"] .bs-media > .media:hover {
    background: #474d5d;
}

[data-palette="palette-2"] .media-list > .media:nth-child(odd) {
    background: #3c414f;
}

[data-palette="palette-2"] .media-list > .media:nth-child(even) {
    background: #313540;
}

[data-palette="palette-2"] .media-list > .media:hover {
    background: #474d5d;
}

[data-palette="palette-3"] .list-group-item {
    color: #ffffff;
    background: #000000;
    border-color: #202020;
}

[data-palette="palette-3"] .list-group-item:nth-child(odd) {
    background: #1a1a1a;
}

[data-palette="palette-3"] .list-group-item:nth-child(even) {
    background: #0d0d0d;
}

[data-palette="palette-3"] .list-group-item:hover {
    background: #262626;
}

[data-palette="palette-3"] a.list-group-item:focus,
[data-palette="palette-3"] a.list-group-item:hover,
[data-palette="palette-3"] button.list-group-item:focus,
[data-palette="palette-3"] button.list-group-item:hover {
    color: #ffffff;
    background: #262626;
    border-color: #202020;
}

[data-palette="palette-3"] a.list-group-item .list-group-item-heading,
[data-palette="palette-3"] button.list-group-item .list-group-item-heading {
    color: #ffffff;
}

[data-palette="palette-3"] a.list-group-item,
[data-palette="palette-3"] button.list-group-item {
    color: #ffffff;
}

[data-palette="palette-3"] .bs-media > .media:nth-child(odd) {
    background: #1a1a1a;
}

[data-palette="palette-3"] .bs-media > .media:nth-child(even) {
    background: #0d0d0d;
}

[data-palette="palette-3"] .bs-media > .media:hover {
    background: #262626;
}

[data-palette="palette-3"] .media-list > .media:nth-child(odd) {
    background: #1a1a1a;
}

[data-palette="palette-3"] .media-list > .media:nth-child(even) {
    background: #0d0d0d;
}

[data-palette="palette-3"] .media-list > .media:hover {
    background: #262626;
}

[data-palette="palette-4"] .list-group-item {
    color: #262932;
    background: #ffffff;
    border-color: #ececec;
}

[data-palette="palette-4"] .list-group-item:nth-child(odd) {
    background: #f2f2f2;
}

[data-palette="palette-4"] .list-group-item:nth-child(even) {
    background: #ffffff;
}

[data-palette="palette-4"] .list-group-item:hover {
    background: #e6e6e6;
}

[data-palette="palette-4"] a.list-group-item:focus,
[data-palette="palette-4"] a.list-group-item:hover,
[data-palette="palette-4"] button.list-group-item:focus,
[data-palette="palette-4"] button.list-group-item:hover {
    color: #262932;
    background: #e6e6e6;
    border-color: #ececec;
}

[data-palette="palette-4"] a.list-group-item .list-group-item-heading,
[data-palette="palette-4"] button.list-group-item .list-group-item-heading {
    color: #262932;
}

[data-palette="palette-4"] a.list-group-item,
[data-palette="palette-4"] button.list-group-item {
    color: #262932;
}

[data-palette="palette-4"] .bs-media > .media:nth-child(odd) {
    background: #f2f2f2;
}

[data-palette="palette-4"] .bs-media > .media:nth-child(even) {
    background: #ffffff;
}

[data-palette="palette-4"] .bs-media > .media:hover {
    background: #e6e6e6;
}

[data-palette="palette-4"] .media-list > .media:nth-child(odd) {
    background: #f2f2f2;
}

[data-palette="palette-4"] .media-list > .media:nth-child(even) {
    background: #ffffff;
}

[data-palette="palette-4"] .media-list > .media:hover {
    background: #e6e6e6;
}

[data-palette="palette-5"] .list-group-item {
    color: #262932;
    background: #ffffff;
    border-color: #ececec;
}

[data-palette="palette-5"] .list-group-item:nth-child(odd) {
    background: #f2f2f2;
}

[data-palette="palette-5"] .list-group-item:nth-child(even) {
    background: #ffffff;
}

[data-palette="palette-5"] .list-group-item:hover {
    background: #e6e6e6;
}

[data-palette="palette-5"] a.list-group-item:focus,
[data-palette="palette-5"] a.list-group-item:hover,
[data-palette="palette-5"] button.list-group-item:focus,
[data-palette="palette-5"] button.list-group-item:hover {
    color: #262932;
    background: #e6e6e6;
    border-color: #ececec;
}

[data-palette="palette-5"] a.list-group-item .list-group-item-heading,
[data-palette="palette-5"] button.list-group-item .list-group-item-heading {
    color: #262932;
}

[data-palette="palette-5"] a.list-group-item,
[data-palette="palette-5"] button.list-group-item {
    color: #262932;
}

[data-palette="palette-5"] .bs-media > .media:nth-child(odd) {
    background: #f2f2f2;
}

[data-palette="palette-5"] .bs-media > .media:nth-child(even) {
    background: #ffffff;
}

[data-palette="palette-5"] .bs-media > .media:hover {
    background: #e6e6e6;
}

[data-palette="palette-5"] .media-list > .media:nth-child(odd) {
    background: #f2f2f2;
}

[data-palette="palette-5"] .media-list > .media:nth-child(even) {
    background: #ffffff;
}

[data-palette="palette-5"] .media-list > .media:hover {
    background: #e6e6e6;
}

[data-palette="palette-6"] .list-group-item {
    color: #262932;
    background: #ffffff;
    border-color: #ececec;
}

[data-palette="palette-6"] .list-group-item:nth-child(odd) {
    background: #f2f2f2;
}

[data-palette="palette-6"] .list-group-item:nth-child(even) {
    background: #ffffff;
}

[data-palette="palette-6"] .list-group-item:hover {
    background: #e6e6e6;
}

[data-palette="palette-6"] a.list-group-item:focus,
[data-palette="palette-6"] a.list-group-item:hover,
[data-palette="palette-6"] button.list-group-item:focus,
[data-palette="palette-6"] button.list-group-item:hover {
    color: #262932;
    background: #e6e6e6;
    border-color: #ececec;
}

[data-palette="palette-6"] a.list-group-item .list-group-item-heading,
[data-palette="palette-6"] button.list-group-item .list-group-item-heading {
    color: #262932;
}

[data-palette="palette-6"] a.list-group-item,
[data-palette="palette-6"] button.list-group-item {
    color: #262932;
}

[data-palette="palette-6"] .bs-media > .media:nth-child(odd) {
    background: #f2f2f2;
}

[data-palette="palette-6"] .bs-media > .media:nth-child(even) {
    background: #ffffff;
}

[data-palette="palette-6"] .bs-media > .media:hover {
    background: #e6e6e6;
}

[data-palette="palette-6"] .media-list > .media:nth-child(odd) {
    background: #f2f2f2;
}

[data-palette="palette-6"] .media-list > .media:nth-child(even) {
    background: #ffffff;
}

[data-palette="palette-6"] .media-list > .media:hover {
    background: #e6e6e6;
}

[data-palette="palette-7"] .list-group-item {
    color: #ffffff;
    background: #0267bf;
    border-color: #0489fd;
}

[data-palette="palette-7"] .list-group-item:nth-child(odd) {
    background: #0283f1;
}

[data-palette="palette-7"] .list-group-item:nth-child(even) {
    background: #0275d8;
}

[data-palette="palette-7"] .list-group-item:hover {
    background: #108ffd;
}

[data-palette="palette-7"] a.list-group-item:focus,
[data-palette="palette-7"] a.list-group-item:hover,
[data-palette="palette-7"] button.list-group-item:focus,
[data-palette="palette-7"] button.list-group-item:hover {
    color: #ffffff;
    background: #108ffd;
    border-color: #0489fd;
}

[data-palette="palette-7"] a.list-group-item .list-group-item-heading,
[data-palette="palette-7"] button.list-group-item .list-group-item-heading {
    color: #ffffff;
}

[data-palette="palette-7"] a.list-group-item,
[data-palette="palette-7"] button.list-group-item {
    color: #ffffff;
}

[data-palette="palette-7"] .bs-media > .media:nth-child(odd) {
    background: #0283f1;
}

[data-palette="palette-7"] .bs-media > .media:nth-child(even) {
    background: #0275d8;
}

[data-palette="palette-7"] .bs-media > .media:hover {
    background: #108ffd;
}

[data-palette="palette-7"] .media-list > .media:nth-child(odd) {
    background: #0283f1;
}

[data-palette="palette-7"] .media-list > .media:nth-child(even) {
    background: #0275d8;
}

[data-palette="palette-7"] .media-list > .media:hover {
    background: #108ffd;
}

[data-palette="palette-8"] .list-group-item {
    color: #ffffff;
    background: #025aa5;
    border-color: #027ce5;
}

[data-palette="palette-8"] .list-group-item:nth-child(odd) {
    background: #0275d8;
}

[data-palette="palette-8"] .list-group-item:nth-child(even) {
    background: #0267bf;
}

[data-palette="palette-8"] .list-group-item:hover {
    background: #0283f1;
}

[data-palette="palette-8"] a.list-group-item:focus,
[data-palette="palette-8"] a.list-group-item:hover,
[data-palette="palette-8"] button.list-group-item:focus,
[data-palette="palette-8"] button.list-group-item:hover {
    color: #ffffff;
    background: #0283f1;
    border-color: #027ce5;
}

[data-palette="palette-8"] a.list-group-item .list-group-item-heading,
[data-palette="palette-8"] button.list-group-item .list-group-item-heading {
    color: #ffffff;
}

[data-palette="palette-8"] a.list-group-item,
[data-palette="palette-8"] button.list-group-item {
    color: #ffffff;
}

[data-palette="palette-8"] .bs-media > .media:nth-child(odd) {
    background: #0275d8;
}

[data-palette="palette-8"] .bs-media > .media:nth-child(even) {
    background: #0267bf;
}

[data-palette="palette-8"] .bs-media > .media:hover {
    background: #0283f1;
}

[data-palette="palette-8"] .media-list > .media:nth-child(odd) {
    background: #0275d8;
}

[data-palette="palette-8"] .media-list > .media:nth-child(even) {
    background: #0267bf;
}

[data-palette="palette-8"] .media-list > .media:hover {
    background: #0283f1;
}

[data-palette="palette-9"] .list-group-item {
    color: #ffffff;
    background: #014c8c;
    border-color: #026ecb;
}

[data-palette="palette-9"] .list-group-item:nth-child(odd) {
    background: #0267bf;
}

[data-palette="palette-9"] .list-group-item:nth-child(even) {
    background: #025aa5;
}

[data-palette="palette-9"] .list-group-item:hover {
    background: #0275d8;
}

[data-palette="palette-9"] a.list-group-item:focus,
[data-palette="palette-9"] a.list-group-item:hover,
[data-palette="palette-9"] button.list-group-item:focus,
[data-palette="palette-9"] button.list-group-item:hover {
    color: #ffffff;
    background: #0275d8;
    border-color: #026ecb;
}

[data-palette="palette-9"] a.list-group-item .list-group-item-heading,
[data-palette="palette-9"] button.list-group-item .list-group-item-heading {
    color: #ffffff;
}

[data-palette="palette-9"] a.list-group-item,
[data-palette="palette-9"] button.list-group-item {
    color: #ffffff;
}

[data-palette="palette-9"] .bs-media > .media:nth-child(odd) {
    background: #0267bf;
}

[data-palette="palette-9"] .bs-media > .media:nth-child(even) {
    background: #025aa5;
}

[data-palette="palette-9"] .bs-media > .media:hover {
    background: #0275d8;
}

[data-palette="palette-9"] .media-list > .media:nth-child(odd) {
    background: #0267bf;
}

[data-palette="palette-9"] .media-list > .media:nth-child(even) {
    background: #025aa5;
}

[data-palette="palette-9"] .media-list > .media:hover {
    background: #0275d8;
}

[data-palette="palette-10"] .list-group-item {
    color: #ffffff;
    background: #110a5c;
    border-color: #1c1096;
}

[data-palette="palette-10"] .list-group-item:nth-child(odd) {
    background: #1a0f8a;
}

[data-palette="palette-10"] .list-group-item:nth-child(even) {
    background: #150d73;
}

[data-palette="palette-10"] .list-group-item:hover {
    background: #1e12a1;
}

[data-palette="palette-10"] a.list-group-item:focus,
[data-palette="palette-10"] a.list-group-item:hover,
[data-palette="palette-10"] button.list-group-item:focus,
[data-palette="palette-10"] button.list-group-item:hover {
    color: #ffffff;
    background: #1e12a1;
    border-color: #1c1096;
}

[data-palette="palette-10"] a.list-group-item .list-group-item-heading,
[data-palette="palette-10"] button.list-group-item .list-group-item-heading {
    color: #ffffff;
}

[data-palette="palette-10"] a.list-group-item,
[data-palette="palette-10"] button.list-group-item {
    color: #ffffff;
}

[data-palette="palette-10"] .bs-media > .media:nth-child(odd) {
    background: #1a0f8a;
}

[data-palette="palette-10"] .bs-media > .media:nth-child(even) {
    background: #150d73;
}

[data-palette="palette-10"] .bs-media > .media:hover {
    background: #1e12a1;
}

[data-palette="palette-10"] .media-list > .media:nth-child(odd) {
    background: #1a0f8a;
}

[data-palette="palette-10"] .media-list > .media:nth-child(even) {
    background: #150d73;
}

[data-palette="palette-10"] .media-list > .media:hover {
    background: #1e12a1;
}

[data-palette="palette-11"] .list-group-item {
    color: #ffffff;
    background: #1b1091;
    border-color: #2616ca;
}

[data-palette="palette-11"] .list-group-item:nth-child(odd) {
    background: #2415bf;
}

[data-palette="palette-11"] .list-group-item:nth-child(even) {
    background: #1f13a8;
}

[data-palette="palette-11"] .list-group-item:hover {
    background: #2818d6;
}

[data-palette="palette-11"] a.list-group-item:focus,
[data-palette="palette-11"] a.list-group-item:hover,
[data-palette="palette-11"] button.list-group-item:focus,
[data-palette="palette-11"] button.list-group-item:hover {
    color: #ffffff;
    background: #2818d6;
    border-color: #2616ca;
}

[data-palette="palette-11"] a.list-group-item .list-group-item-heading,
[data-palette="palette-11"] button.list-group-item .list-group-item-heading {
    color: #ffffff;
}

[data-palette="palette-11"] a.list-group-item,
[data-palette="palette-11"] button.list-group-item {
    color: #ffffff;
}

[data-palette="palette-11"] .bs-media > .media:nth-child(odd) {
    background: #2415bf;
}

[data-palette="palette-11"] .bs-media > .media:nth-child(even) {
    background: #1f13a8;
}

[data-palette="palette-11"] .bs-media > .media:hover {
    background: #2818d6;
}

[data-palette="palette-11"] .media-list > .media:nth-child(odd) {
    background: #2415bf;
}

[data-palette="palette-11"] .media-list > .media:nth-child(even) {
    background: #1f13a8;
}

[data-palette="palette-11"] .media-list > .media:hover {
    background: #2818d6;
}

[data-palette="palette-12"] .list-group-item {
    color: #ffffff;
    background: #2516c7;
    border-color: #4334e9;
}

[data-palette="palette-12"] .list-group-item:nth-child(odd) {
    background: #3929e7;
}

[data-palette="palette-12"] .list-group-item:nth-child(even) {
    background: #2919de;
}

[data-palette="palette-12"] .list-group-item:hover {
    background: #4e40ea;
}

[data-palette="palette-12"] a.list-group-item:focus,
[data-palette="palette-12"] a.list-group-item:hover,
[data-palette="palette-12"] button.list-group-item:focus,
[data-palette="palette-12"] button.list-group-item:hover {
    color: #ffffff;
    background: #4e40ea;
    border-color: #4334e9;
}

[data-palette="palette-12"] a.list-group-item .list-group-item-heading,
[data-palette="palette-12"] button.list-group-item .list-group-item-heading {
    color: #ffffff;
}

[data-palette="palette-12"] a.list-group-item,
[data-palette="palette-12"] button.list-group-item {
    color: #ffffff;
}

[data-palette="palette-12"] .bs-media > .media:nth-child(odd) {
    background: #3929e7;
}

[data-palette="palette-12"] .bs-media > .media:nth-child(even) {
    background: #2919de;
}

[data-palette="palette-12"] .bs-media > .media:hover {
    background: #4e40ea;
}

[data-palette="palette-12"] .media-list > .media:nth-child(odd) {
    background: #3929e7;
}

[data-palette="palette-12"] .media-list > .media:nth-child(even) {
    background: #2919de;
}

[data-palette="palette-12"] .media-list > .media:hover {
    background: #4e40ea;
}

[data-palette="palette-13"] .list-group-item {
    color: #ffffff;
    background: #320a5c;
    border-color: #511096;
}

[data-palette="palette-13"] .list-group-item:nth-child(odd) {
    background: #4b0f8a;
}

[data-palette="palette-13"] .list-group-item:nth-child(even) {
    background: #3f0d73;
}

[data-palette="palette-13"] .list-group-item:hover {
    background: #5812a1;
}

[data-palette="palette-13"] a.list-group-item:focus,
[data-palette="palette-13"] a.list-group-item:hover,
[data-palette="palette-13"] button.list-group-item:focus,
[data-palette="palette-13"] button.list-group-item:hover {
    color: #ffffff;
    background: #5812a1;
    border-color: #511096;
}

[data-palette="palette-13"] a.list-group-item .list-group-item-heading,
[data-palette="palette-13"] button.list-group-item .list-group-item-heading {
    color: #ffffff;
}

[data-palette="palette-13"] a.list-group-item,
[data-palette="palette-13"] button.list-group-item {
    color: #ffffff;
}

[data-palette="palette-13"] .bs-media > .media:nth-child(odd) {
    background: #4b0f8a;
}

[data-palette="palette-13"] .bs-media > .media:nth-child(even) {
    background: #3f0d73;
}

[data-palette="palette-13"] .bs-media > .media:hover {
    background: #5812a1;
}

[data-palette="palette-13"] .media-list > .media:nth-child(odd) {
    background: #4b0f8a;
}

[data-palette="palette-13"] .media-list > .media:nth-child(even) {
    background: #3f0d73;
}

[data-palette="palette-13"] .media-list > .media:hover {
    background: #5812a1;
}

[data-palette="palette-14"] .list-group-item {
    color: #ffffff;
    background: #4f1091;
    border-color: #6e16ca;
}

[data-palette="palette-14"] .list-group-item:nth-child(odd) {
    background: #6815bf;
}

[data-palette="palette-14"] .list-group-item:nth-child(even) {
    background: #5c13a8;
}

[data-palette="palette-14"] .list-group-item:hover {
    background: #7518d6;
}

[data-palette="palette-14"] a.list-group-item:focus,
[data-palette="palette-14"] a.list-group-item:hover,
[data-palette="palette-14"] button.list-group-item:focus,
[data-palette="palette-14"] button.list-group-item:hover {
    color: #ffffff;
    background: #7518d6;
    border-color: #6e16ca;
}

[data-palette="palette-14"] a.list-group-item .list-group-item-heading,
[data-palette="palette-14"] button.list-group-item .list-group-item-heading {
    color: #ffffff;
}

[data-palette="palette-14"] a.list-group-item,
[data-palette="palette-14"] button.list-group-item {
    color: #ffffff;
}

[data-palette="palette-14"] .bs-media > .media:nth-child(odd) {
    background: #6815bf;
}

[data-palette="palette-14"] .bs-media > .media:nth-child(even) {
    background: #5c13a8;
}

[data-palette="palette-14"] .bs-media > .media:hover {
    background: #7518d6;
}

[data-palette="palette-14"] .media-list > .media:nth-child(odd) {
    background: #6815bf;
}

[data-palette="palette-14"] .media-list > .media:nth-child(even) {
    background: #5c13a8;
}

[data-palette="palette-14"] .media-list > .media:hover {
    background: #7518d6;
}

[data-palette="palette-15"] .list-group-item {
    color: #ffffff;
    background: #6c16c7;
    border-color: #8c34e9;
}

[data-palette="palette-15"] .list-group-item:nth-child(odd) {
    background: #8529e7;
}

[data-palette="palette-15"] .list-group-item:nth-child(even) {
    background: #7819de;
}

[data-palette="palette-15"] .list-group-item:hover {
    background: #9240ea;
}

[data-palette="palette-15"] a.list-group-item:focus,
[data-palette="palette-15"] a.list-group-item:hover,
[data-palette="palette-15"] button.list-group-item:focus,
[data-palette="palette-15"] button.list-group-item:hover {
    color: #ffffff;
    background: #9240ea;
    border-color: #8c34e9;
}

[data-palette="palette-15"] a.list-group-item .list-group-item-heading,
[data-palette="palette-15"] button.list-group-item .list-group-item-heading {
    color: #ffffff;
}

[data-palette="palette-15"] a.list-group-item,
[data-palette="palette-15"] button.list-group-item {
    color: #ffffff;
}

[data-palette="palette-15"] .bs-media > .media:nth-child(odd) {
    background: #8529e7;
}

[data-palette="palette-15"] .bs-media > .media:nth-child(even) {
    background: #7819de;
}

[data-palette="palette-15"] .bs-media > .media:hover {
    background: #9240ea;
}

[data-palette="palette-15"] .media-list > .media:nth-child(odd) {
    background: #8529e7;
}

[data-palette="palette-15"] .media-list > .media:nth-child(even) {
    background: #7819de;
}

[data-palette="palette-15"] .media-list > .media:hover {
    background: #9240ea;
}

[data-palette="palette-16"] .list-group-item {
    color: #ffffff;
    background: #911051;
    border-color: #ca1671;
}

[data-palette="palette-16"] .list-group-item:nth-child(odd) {
    background: #bf156b;
}

[data-palette="palette-16"] .list-group-item:nth-child(even) {
    background: #a8135e;
}

[data-palette="palette-16"] .list-group-item:hover {
    background: #d61877;
}

[data-palette="palette-16"] a.list-group-item:focus,
[data-palette="palette-16"] a.list-group-item:hover,
[data-palette="palette-16"] button.list-group-item:focus,
[data-palette="palette-16"] button.list-group-item:hover {
    color: #ffffff;
    background: #d61877;
    border-color: #ca1671;
}

[data-palette="palette-16"] a.list-group-item .list-group-item-heading,
[data-palette="palette-16"] button.list-group-item .list-group-item-heading {
    color: #ffffff;
}

[data-palette="palette-16"] a.list-group-item,
[data-palette="palette-16"] button.list-group-item {
    color: #ffffff;
}

[data-palette="palette-16"] .bs-media > .media:nth-child(odd) {
    background: #bf156b;
}

[data-palette="palette-16"] .bs-media > .media:nth-child(even) {
    background: #a8135e;
}

[data-palette="palette-16"] .bs-media > .media:hover {
    background: #d61877;
}

[data-palette="palette-16"] .media-list > .media:nth-child(odd) {
    background: #bf156b;
}

[data-palette="palette-16"] .media-list > .media:nth-child(even) {
    background: #a8135e;
}

[data-palette="palette-16"] .media-list > .media:hover {
    background: #d61877;
}

[data-palette="palette-17"] .list-group-item {
    color: #ffffff;
    background: #c7166f;
    border-color: #e9348f;
}

[data-palette="palette-17"] .list-group-item:nth-child(odd) {
    background: #e72989;
}

[data-palette="palette-17"] .list-group-item:nth-child(even) {
    background: #de197c;
}

[data-palette="palette-17"] .list-group-item:hover {
    background: #ea4095;
}

[data-palette="palette-17"] a.list-group-item:focus,
[data-palette="palette-17"] a.list-group-item:hover,
[data-palette="palette-17"] button.list-group-item:focus,
[data-palette="palette-17"] button.list-group-item:hover {
    color: #ffffff;
    background: #ea4095;
    border-color: #e9348f;
}

[data-palette="palette-17"] a.list-group-item .list-group-item-heading,
[data-palette="palette-17"] button.list-group-item .list-group-item-heading {
    color: #ffffff;
}

[data-palette="palette-17"] a.list-group-item,
[data-palette="palette-17"] button.list-group-item {
    color: #ffffff;
}

[data-palette="palette-17"] .bs-media > .media:nth-child(odd) {
    background: #e72989;
}

[data-palette="palette-17"] .bs-media > .media:nth-child(even) {
    background: #de197c;
}

[data-palette="palette-17"] .bs-media > .media:hover {
    background: #ea4095;
}

[data-palette="palette-17"] .media-list > .media:nth-child(odd) {
    background: #e72989;
}

[data-palette="palette-17"] .media-list > .media:nth-child(even) {
    background: #de197c;
}

[data-palette="palette-17"] .media-list > .media:hover {
    background: #ea4095;
}

[data-palette="palette-18"] .list-group-item {
    color: #ffffff;
    background: #911710;
    border-color: #ca2016;
}

[data-palette="palette-18"] .list-group-item:nth-child(odd) {
    background: #bf1e15;
}

[data-palette="palette-18"] .list-group-item:nth-child(even) {
    background: #a81b13;
}

[data-palette="palette-18"] .list-group-item:hover {
    background: #d62218;
}

[data-palette="palette-18"] a.list-group-item:focus,
[data-palette="palette-18"] a.list-group-item:hover,
[data-palette="palette-18"] button.list-group-item:focus,
[data-palette="palette-18"] button.list-group-item:hover {
    color: #ffffff;
    background: #d62218;
    border-color: #ca2016;
}

[data-palette="palette-18"] a.list-group-item .list-group-item-heading,
[data-palette="palette-18"] button.list-group-item .list-group-item-heading {
    color: #ffffff;
}

[data-palette="palette-18"] a.list-group-item,
[data-palette="palette-18"] button.list-group-item {
    color: #ffffff;
}

[data-palette="palette-18"] .bs-media > .media:nth-child(odd) {
    background: #bf1e15;
}

[data-palette="palette-18"] .bs-media > .media:nth-child(even) {
    background: #a81b13;
}

[data-palette="palette-18"] .bs-media > .media:hover {
    background: #d62218;
}

[data-palette="palette-18"] .media-list > .media:nth-child(odd) {
    background: #bf1e15;
}

[data-palette="palette-18"] .media-list > .media:nth-child(even) {
    background: #a81b13;
}

[data-palette="palette-18"] .media-list > .media:hover {
    background: #d62218;
}

[data-palette="palette-19"] .list-group-item {
    color: #ffffff;
    background: #c71f16;
    border-color: #e93d34;
}

[data-palette="palette-19"] .list-group-item:nth-child(odd) {
    background: #e73229;
}

[data-palette="palette-19"] .list-group-item:nth-child(even) {
    background: #de2319;
}

[data-palette="palette-19"] .list-group-item:hover {
    background: #ea4840;
}

[data-palette="palette-19"] a.list-group-item:focus,
[data-palette="palette-19"] a.list-group-item:hover,
[data-palette="palette-19"] button.list-group-item:focus,
[data-palette="palette-19"] button.list-group-item:hover {
    color: #ffffff;
    background: #ea4840;
    border-color: #e93d34;
}

[data-palette="palette-19"] a.list-group-item .list-group-item-heading,
[data-palette="palette-19"] button.list-group-item .list-group-item-heading {
    color: #ffffff;
}

[data-palette="palette-19"] a.list-group-item,
[data-palette="palette-19"] button.list-group-item {
    color: #ffffff;
}

[data-palette="palette-19"] .bs-media > .media:nth-child(odd) {
    background: #e73229;
}

[data-palette="palette-19"] .bs-media > .media:nth-child(even) {
    background: #de2319;
}

[data-palette="palette-19"] .bs-media > .media:hover {
    background: #ea4840;
}

[data-palette="palette-19"] .media-list > .media:nth-child(odd) {
    background: #e73229;
}

[data-palette="palette-19"] .media-list > .media:nth-child(even) {
    background: #de2319;
}

[data-palette="palette-19"] .media-list > .media:hover {
    background: #ea4840;
}

[data-palette="palette-20"] .list-group-item {
    color: #ffffff;
    background: #0a5c15;
    border-color: #109622;
}

[data-palette="palette-20"] .list-group-item:nth-child(odd) {
    background: #0f8a20;
}

[data-palette="palette-20"] .list-group-item:nth-child(even) {
    background: #0d731a;
}

[data-palette="palette-20"] .list-group-item:hover {
    background: #12a125;
}

[data-palette="palette-20"] a.list-group-item:focus,
[data-palette="palette-20"] a.list-group-item:hover,
[data-palette="palette-20"] button.list-group-item:focus,
[data-palette="palette-20"] button.list-group-item:hover {
    color: #ffffff;
    background: #12a125;
    border-color: #109622;
}

[data-palette="palette-20"] a.list-group-item .list-group-item-heading,
[data-palette="palette-20"] button.list-group-item .list-group-item-heading {
    color: #ffffff;
}

[data-palette="palette-20"] a.list-group-item,
[data-palette="palette-20"] button.list-group-item {
    color: #ffffff;
}

[data-palette="palette-20"] .bs-media > .media:nth-child(odd) {
    background: #0f8a20;
}

[data-palette="palette-20"] .bs-media > .media:nth-child(even) {
    background: #0d731a;
}

[data-palette="palette-20"] .bs-media > .media:hover {
    background: #12a125;
}

[data-palette="palette-20"] .media-list > .media:nth-child(odd) {
    background: #0f8a20;
}

[data-palette="palette-20"] .media-list > .media:nth-child(even) {
    background: #0d731a;
}

[data-palette="palette-20"] .media-list > .media:hover {
    background: #12a125;
}

[data-palette="palette-21"] .list-group-item {
    color: #ffffff;
    background: #3e5c0a;
    border-color: #659610;
}

[data-palette="palette-21"] .list-group-item:nth-child(odd) {
    background: #5d8a0f;
}

[data-palette="palette-21"] .list-group-item:nth-child(even) {
    background: #4e730d;
}

[data-palette="palette-21"] .list-group-item:hover {
    background: #6da112;
}

[data-palette="palette-21"] a.list-group-item:focus,
[data-palette="palette-21"] a.list-group-item:hover,
[data-palette="palette-21"] button.list-group-item:focus,
[data-palette="palette-21"] button.list-group-item:hover {
    color: #ffffff;
    background: #6da112;
    border-color: #659610;
}

[data-palette="palette-21"] a.list-group-item .list-group-item-heading,
[data-palette="palette-21"] button.list-group-item .list-group-item-heading {
    color: #ffffff;
}

[data-palette="palette-21"] a.list-group-item,
[data-palette="palette-21"] button.list-group-item {
    color: #ffffff;
}

[data-palette="palette-21"] .bs-media > .media:nth-child(odd) {
    background: #5d8a0f;
}

[data-palette="palette-21"] .bs-media > .media:nth-child(even) {
    background: #4e730d;
}

[data-palette="palette-21"] .bs-media > .media:hover {
    background: #6da112;
}

[data-palette="palette-21"] .media-list > .media:nth-child(odd) {
    background: #5d8a0f;
}

[data-palette="palette-21"] .media-list > .media:nth-child(even) {
    background: #4e730d;
}

[data-palette="palette-21"] .media-list > .media:hover {
    background: #6da112;
}

[data-palette="palette-22"] .list-group-item {
    color: #ffffff;
    background: #4d2c19;
    border-color: #7d4829;
}

[data-palette="palette-22"] .list-group-item:nth-child(odd) {
    background: #744226;
}

[data-palette="palette-22"] .list-group-item:nth-child(even) {
    background: #60371f;
}

[data-palette="palette-22"] .list-group-item:hover {
    background: #874d2c;
}

[data-palette="palette-22"] a.list-group-item:focus,
[data-palette="palette-22"] a.list-group-item:hover,
[data-palette="palette-22"] button.list-group-item:focus,
[data-palette="palette-22"] button.list-group-item:hover {
    color: #ffffff;
    background: #874d2c;
    border-color: #7d4829;
}

[data-palette="palette-22"] a.list-group-item .list-group-item-heading,
[data-palette="palette-22"] button.list-group-item .list-group-item-heading {
    color: #ffffff;
}

[data-palette="palette-22"] a.list-group-item,
[data-palette="palette-22"] button.list-group-item {
    color: #ffffff;
}

[data-palette="palette-22"] .bs-media > .media:nth-child(odd) {
    background: #744226;
}

[data-palette="palette-22"] .bs-media > .media:nth-child(even) {
    background: #60371f;
}

[data-palette="palette-22"] .bs-media > .media:hover {
    background: #874d2c;
}

[data-palette="palette-22"] .media-list > .media:nth-child(odd) {
    background: #744226;
}

[data-palette="palette-22"] .media-list > .media:nth-child(even) {
    background: #60371f;
}

[data-palette="palette-22"] .media-list > .media:hover {
    background: #874d2c;
}

[data-palette="palette-23"] .list-group-item {
    color: #ffffff;
    background: #794628;
    border-color: #a96238;
}

[data-palette="palette-23"] .list-group-item:nth-child(odd) {
    background: #9f5c35;
}

[data-palette="palette-23"] .list-group-item:nth-child(even) {
    background: #8c512e;
}

[data-palette="palette-23"] .list-group-item:hover {
    background: #b2673b;
}

[data-palette="palette-23"] a.list-group-item:focus,
[data-palette="palette-23"] a.list-group-item:hover,
[data-palette="palette-23"] button.list-group-item:focus,
[data-palette="palette-23"] button.list-group-item:hover {
    color: #ffffff;
    background: #b2673b;
    border-color: #a96238;
}

[data-palette="palette-23"] a.list-group-item .list-group-item-heading,
[data-palette="palette-23"] button.list-group-item .list-group-item-heading {
    color: #ffffff;
}

[data-palette="palette-23"] a.list-group-item,
[data-palette="palette-23"] button.list-group-item {
    color: #ffffff;
}

[data-palette="palette-23"] .bs-media > .media:nth-child(odd) {
    background: #9f5c35;
}

[data-palette="palette-23"] .bs-media > .media:nth-child(even) {
    background: #8c512e;
}

[data-palette="palette-23"] .bs-media > .media:hover {
    background: #b2673b;
}

[data-palette="palette-23"] .media-list > .media:nth-child(odd) {
    background: #9f5c35;
}

[data-palette="palette-23"] .media-list > .media:nth-child(even) {
    background: #8c512e;
}

[data-palette="palette-23"] .media-list > .media:hover {
    background: #b2673b;
}

[data-palette="palette-1"] .modal-header {
    background-color: #313131;
    color: #ffffff;
    border-color: #444444;
}

[data-palette="palette-1"] .modal-content {
    background-color: #242424;
    color: #ffffff;
    border-radius: 0;
    border: 1px solid #444444;
}

[data-palette="palette-1"] .modal-footer {
    background-color: #313131;
    color: #ffffff;
    border-color: #444444;
}

[data-palette="palette-2"] .modal-header {
    background-color: #313540;
    color: #ffffff;
    border-color: #424756;
}

[data-palette="palette-2"] .modal-content {
    background-color: #262932;
    color: #ffffff;
    border-radius: 0;
    border: 1px solid #424756;
}

[data-palette="palette-2"] .modal-footer {
    background-color: #313540;
    color: #ffffff;
    border-color: #424756;
}

[data-palette="palette-3"] .modal-header {
    background-color: #0d0d0d;
    color: #ffffff;
    border-color: #202020;
}

[data-palette="palette-3"] .modal-content {
    background-color: #000000;
    color: #ffffff;
    border-radius: 0;
    border: 1px solid #202020;
}

[data-palette="palette-3"] .modal-footer {
    background-color: #0d0d0d;
    color: #ffffff;
    border-color: #202020;
}

[data-palette="palette-4"] .modal-header {
    background-color: #ffffff;
    color: #262932;
    border-color: #ececec;
}

[data-palette="palette-4"] .modal-content {
    background-color: #ffffff;
    color: #262932;
    border-radius: 0;
    border: 1px solid #ececec;
}

[data-palette="palette-4"] .modal-footer {
    background-color: #ffffff;
    color: #262932;
    border-color: #ececec;
}

[data-palette="palette-5"] .modal-header {
    background-color: #ffffff;
    color: #262932;
    border-color: #ececec;
}

[data-palette="palette-5"] .modal-content {
    background-color: #ffffff;
    color: #262932;
    border-radius: 0;
    border: 1px solid #ececec;
}

[data-palette="palette-5"] .modal-footer {
    background-color: #ffffff;
    color: #262932;
    border-color: #ececec;
}

[data-palette="palette-6"] .modal-header {
    background-color: #ffffff;
    color: #262932;
    border-color: #ececec;
}

[data-palette="palette-6"] .modal-content {
    background-color: #ffffff;
    color: #262932;
    border-radius: 0;
    border: 1px solid #ececec;
}

[data-palette="palette-6"] .modal-footer {
    background-color: #ffffff;
    color: #262932;
    border-color: #ececec;
}

[data-palette="palette-7"] .modal-header {
    background-color: #0275d8;
    color: #ffffff;
    border-color: #0489fd;
}

[data-palette="palette-7"] .modal-content {
    background-color: #0267bf;
    color: #ffffff;
    border-radius: 0;
    border: 1px solid #0489fd;
}

[data-palette="palette-7"] .modal-footer {
    background-color: #0275d8;
    color: #ffffff;
    border-color: #0489fd;
}

[data-palette="palette-8"] .modal-header {
    background-color: #0267bf;
    color: #ffffff;
    border-color: #027ce5;
}

[data-palette="palette-8"] .modal-content {
    background-color: #025aa5;
    color: #ffffff;
    border-radius: 0;
    border: 1px solid #027ce5;
}

[data-palette="palette-8"] .modal-footer {
    background-color: #0267bf;
    color: #ffffff;
    border-color: #027ce5;
}

[data-palette="palette-9"] .modal-header {
    background-color: #025aa5;
    color: #ffffff;
    border-color: #026ecb;
}

[data-palette="palette-9"] .modal-content {
    background-color: #014c8c;
    color: #ffffff;
    border-radius: 0;
    border: 1px solid #026ecb;
}

[data-palette="palette-9"] .modal-footer {
    background-color: #025aa5;
    color: #ffffff;
    border-color: #026ecb;
}

[data-palette="palette-10"] .modal-header {
    background-color: #150d73;
    color: #ffffff;
    border-color: #1c1096;
}

[data-palette="palette-10"] .modal-content {
    background-color: #110a5c;
    color: #ffffff;
    border-radius: 0;
    border: 1px solid #1c1096;
}

[data-palette="palette-10"] .modal-footer {
    background-color: #150d73;
    color: #ffffff;
    border-color: #1c1096;
}

[data-palette="palette-11"] .modal-header {
    background-color: #1f13a8;
    color: #ffffff;
    border-color: #2616ca;
}

[data-palette="palette-11"] .modal-content {
    background-color: #1b1091;
    color: #ffffff;
    border-radius: 0;
    border: 1px solid #2616ca;
}

[data-palette="palette-11"] .modal-footer {
    background-color: #1f13a8;
    color: #ffffff;
    border-color: #2616ca;
}

[data-palette="palette-12"] .modal-header {
    background-color: #2919de;
    color: #ffffff;
    border-color: #4334e9;
}

[data-palette="palette-12"] .modal-content {
    background-color: #2516c7;
    color: #ffffff;
    border-radius: 0;
    border: 1px solid #4334e9;
}

[data-palette="palette-12"] .modal-footer {
    background-color: #2919de;
    color: #ffffff;
    border-color: #4334e9;
}

[data-palette="palette-13"] .modal-header {
    background-color: #3f0d73;
    color: #ffffff;
    border-color: #511096;
}

[data-palette="palette-13"] .modal-content {
    background-color: #320a5c;
    color: #ffffff;
    border-radius: 0;
    border: 1px solid #511096;
}

[data-palette="palette-13"] .modal-footer {
    background-color: #3f0d73;
    color: #ffffff;
    border-color: #511096;
}

[data-palette="palette-14"] .modal-header {
    background-color: #5c13a8;
    color: #ffffff;
    border-color: #6e16ca;
}

[data-palette="palette-14"] .modal-content {
    background-color: #4f1091;
    color: #ffffff;
    border-radius: 0;
    border: 1px solid #6e16ca;
}

[data-palette="palette-14"] .modal-footer {
    background-color: #5c13a8;
    color: #ffffff;
    border-color: #6e16ca;
}

[data-palette="palette-15"] .modal-header {
    background-color: #7819de;
    color: #ffffff;
    border-color: #8c34e9;
}

[data-palette="palette-15"] .modal-content {
    background-color: #6c16c7;
    color: #ffffff;
    border-radius: 0;
    border: 1px solid #8c34e9;
}

[data-palette="palette-15"] .modal-footer {
    background-color: #7819de;
    color: #ffffff;
    border-color: #8c34e9;
}

[data-palette="palette-16"] .modal-header {
    background-color: #a8135e;
    color: #ffffff;
    border-color: #ca1671;
}

[data-palette="palette-16"] .modal-content {
    background-color: #911051;
    color: #ffffff;
    border-radius: 0;
    border: 1px solid #ca1671;
}

[data-palette="palette-16"] .modal-footer {
    background-color: #a8135e;
    color: #ffffff;
    border-color: #ca1671;
}

[data-palette="palette-17"] .modal-header {
    background-color: #de197c;
    color: #ffffff;
    border-color: #e9348f;
}

[data-palette="palette-17"] .modal-content {
    background-color: #c7166f;
    color: #ffffff;
    border-radius: 0;
    border: 1px solid #e9348f;
}

[data-palette="palette-17"] .modal-footer {
    background-color: #de197c;
    color: #ffffff;
    border-color: #e9348f;
}

[data-palette="palette-18"] .modal-header {
    background-color: #a81b13;
    color: #ffffff;
    border-color: #ca2016;
}

[data-palette="palette-18"] .modal-content {
    background-color: #911710;
    color: #ffffff;
    border-radius: 0;
    border: 1px solid #ca2016;
}

[data-palette="palette-18"] .modal-footer {
    background-color: #a81b13;
    color: #ffffff;
    border-color: #ca2016;
}

[data-palette="palette-19"] .modal-header {
    background-color: #de2319;
    color: #ffffff;
    border-color: #e93d34;
}

[data-palette="palette-19"] .modal-content {
    background-color: #c71f16;
    color: #ffffff;
    border-radius: 0;
    border: 1px solid #e93d34;
}

[data-palette="palette-19"] .modal-footer {
    background-color: #de2319;
    color: #ffffff;
    border-color: #e93d34;
}

[data-palette="palette-20"] .modal-header {
    background-color: #0d731a;
    color: #ffffff;
    border-color: #109622;
}

[data-palette="palette-20"] .modal-content {
    background-color: #0a5c15;
    color: #ffffff;
    border-radius: 0;
    border: 1px solid #109622;
}

[data-palette="palette-20"] .modal-footer {
    background-color: #0d731a;
    color: #ffffff;
    border-color: #109622;
}

[data-palette="palette-21"] .modal-header {
    background-color: #4e730d;
    color: #ffffff;
    border-color: #659610;
}

[data-palette="palette-21"] .modal-content {
    background-color: #3e5c0a;
    color: #ffffff;
    border-radius: 0;
    border: 1px solid #659610;
}

[data-palette="palette-21"] .modal-footer {
    background-color: #4e730d;
    color: #ffffff;
    border-color: #659610;
}

[data-palette="palette-22"] .modal-header {
    background-color: #60371f;
    color: #ffffff;
    border-color: #7d4829;
}

[data-palette="palette-22"] .modal-content {
    background-color: #4d2c19;
    color: #ffffff;
    border-radius: 0;
    border: 1px solid #7d4829;
}

[data-palette="palette-22"] .modal-footer {
    background-color: #60371f;
    color: #ffffff;
    border-color: #7d4829;
}

[data-palette="palette-23"] .modal-header {
    background-color: #8c512e;
    color: #ffffff;
    border-color: #a96238;
}

[data-palette="palette-23"] .modal-content {
    background-color: #794628;
    color: #ffffff;
    border-radius: 0;
    border: 1px solid #a96238;
}

[data-palette="palette-23"] .modal-footer {
    background-color: #8c512e;
    color: #ffffff;
    border-color: #a96238;
}

[data-palette="palette-1"] .popover {
    background: #242424 !important;
    color: #ffffff !important;
    border-color: #444444 !important;
}

[data-palette="palette-1"] .popover .popover-title {
    background: #313131 !important;
    color: #ffffff !important;
    border-color: #444444 !important;
}

[data-palette="palette-1"] .popover .popover-content {
    background: #242424 !important;
    color: #ffffff !important;
    border-color: #444444 !important;
}

[data-palette="palette-1"] .popover .popover-arrow,
[data-palette="palette-1"] .popover .popover-arrow::after {
    display: none !important;
}

[data-palette="palette-1"] .tooltip .tooltip-arrow, [data-palette="palette-1"] .tooltip .tooltip-arrow::after {
    display: none !important;
}

[data-palette="palette-1"] .tooltip .tooltip-inner {
    background: #4a4a4a !important;
    color: #ffffff !important;
    border-color: #444444 !important;
}

[data-palette="palette-1"] .tooltip .tooltip-inner::before {
    display: none;
}

[data-palette="palette-2"] .popover {
    background: #262932 !important;
    color: #ffffff !important;
    border-color: #424756 !important;
}

[data-palette="palette-2"] .popover .popover-title {
    background: #313540 !important;
    color: #ffffff !important;
    border-color: #424756 !important;
}

[data-palette="palette-2"] .popover .popover-content {
    background: #262932 !important;
    color: #ffffff !important;
    border-color: #424756 !important;
}

[data-palette="palette-2"] .popover .popover-arrow,
[data-palette="palette-2"] .popover .popover-arrow::after {
    display: none !important;
}

[data-palette="palette-2"] .tooltip .tooltip-arrow, [data-palette="palette-2"] .tooltip .tooltip-arrow::after {
    display: none !important;
}

[data-palette="palette-2"] .tooltip .tooltip-inner {
    background: #474d5d !important;
    color: #ffffff !important;
    border-color: #424756 !important;
}

[data-palette="palette-2"] .tooltip .tooltip-inner::before {
    display: none;
}

[data-palette="palette-3"] .popover {
    background: #000000 !important;
    color: #ffffff !important;
    border-color: #202020 !important;
}

[data-palette="palette-3"] .popover .popover-title {
    background: #0d0d0d !important;
    color: #ffffff !important;
    border-color: #202020 !important;
}

[data-palette="palette-3"] .popover .popover-content {
    background: #000000 !important;
    color: #ffffff !important;
    border-color: #202020 !important;
}

[data-palette="palette-3"] .popover .popover-arrow,
[data-palette="palette-3"] .popover .popover-arrow::after {
    display: none !important;
}

[data-palette="palette-3"] .tooltip .tooltip-arrow, [data-palette="palette-3"] .tooltip .tooltip-arrow::after {
    display: none !important;
}

[data-palette="palette-3"] .tooltip .tooltip-inner {
    background: #262626 !important;
    color: #ffffff !important;
    border-color: #202020 !important;
}

[data-palette="palette-3"] .tooltip .tooltip-inner::before {
    display: none;
}

[data-palette="palette-4"] .popover {
    background: #ffffff !important;
    color: #262932 !important;
    border-color: #ececec !important;
}

[data-palette="palette-4"] .popover .popover-title {
    background: #ffffff !important;
    color: #262932 !important;
    border-color: #ececec !important;
}

[data-palette="palette-4"] .popover .popover-content {
    background: #ffffff !important;
    color: #262932 !important;
    border-color: #ececec !important;
}

[data-palette="palette-4"] .popover .popover-arrow,
[data-palette="palette-4"] .popover .popover-arrow::after {
    display: none !important;
}

[data-palette="palette-4"] .tooltip .tooltip-arrow, [data-palette="palette-4"] .tooltip .tooltip-arrow::after {
    display: none !important;
}

[data-palette="palette-4"] .tooltip .tooltip-inner {
    background: #e6e6e6 !important;
    color: #262932 !important;
    border-color: #ececec !important;
}

[data-palette="palette-4"] .tooltip .tooltip-inner::before {
    display: none;
}

[data-palette="palette-5"] .popover {
    background: #ffffff !important;
    color: #262932 !important;
    border-color: #ececec !important;
}

[data-palette="palette-5"] .popover .popover-title {
    background: #ffffff !important;
    color: #262932 !important;
    border-color: #ececec !important;
}

[data-palette="palette-5"] .popover .popover-content {
    background: #ffffff !important;
    color: #262932 !important;
    border-color: #ececec !important;
}

[data-palette="palette-5"] .popover .popover-arrow,
[data-palette="palette-5"] .popover .popover-arrow::after {
    display: none !important;
}

[data-palette="palette-5"] .tooltip .tooltip-arrow, [data-palette="palette-5"] .tooltip .tooltip-arrow::after {
    display: none !important;
}

[data-palette="palette-5"] .tooltip .tooltip-inner {
    background: #e6e6e6 !important;
    color: #262932 !important;
    border-color: #ececec !important;
}

[data-palette="palette-5"] .tooltip .tooltip-inner::before {
    display: none;
}

[data-palette="palette-6"] .popover {
    background: #ffffff !important;
    color: #262932 !important;
    border-color: #ececec !important;
}

[data-palette="palette-6"] .popover .popover-title {
    background: #ffffff !important;
    color: #262932 !important;
    border-color: #ececec !important;
}

[data-palette="palette-6"] .popover .popover-content {
    background: #ffffff !important;
    color: #262932 !important;
    border-color: #ececec !important;
}

[data-palette="palette-6"] .popover .popover-arrow,
[data-palette="palette-6"] .popover .popover-arrow::after {
    display: none !important;
}

[data-palette="palette-6"] .tooltip .tooltip-arrow, [data-palette="palette-6"] .tooltip .tooltip-arrow::after {
    display: none !important;
}

[data-palette="palette-6"] .tooltip .tooltip-inner {
    background: #e6e6e6 !important;
    color: #262932 !important;
    border-color: #ececec !important;
}

[data-palette="palette-6"] .tooltip .tooltip-inner::before {
    display: none;
}

[data-palette="palette-7"] .popover {
    background: #0267bf !important;
    color: #ffffff !important;
    border-color: #0489fd !important;
}

[data-palette="palette-7"] .popover .popover-title {
    background: #0275d8 !important;
    color: #ffffff !important;
    border-color: #0489fd !important;
}

[data-palette="palette-7"] .popover .popover-content {
    background: #0267bf !important;
    color: #ffffff !important;
    border-color: #0489fd !important;
}

[data-palette="palette-7"] .popover .popover-arrow,
[data-palette="palette-7"] .popover .popover-arrow::after {
    display: none !important;
}

[data-palette="palette-7"] .tooltip .tooltip-arrow, [data-palette="palette-7"] .tooltip .tooltip-arrow::after {
    display: none !important;
}

[data-palette="palette-7"] .tooltip .tooltip-inner {
    background: #108ffd !important;
    color: #ffffff !important;
    border-color: #0489fd !important;
}

[data-palette="palette-7"] .tooltip .tooltip-inner::before {
    display: none;
}

[data-palette="palette-8"] .popover {
    background: #025aa5 !important;
    color: #ffffff !important;
    border-color: #027ce5 !important;
}

[data-palette="palette-8"] .popover .popover-title {
    background: #0267bf !important;
    color: #ffffff !important;
    border-color: #027ce5 !important;
}

[data-palette="palette-8"] .popover .popover-content {
    background: #025aa5 !important;
    color: #ffffff !important;
    border-color: #027ce5 !important;
}

[data-palette="palette-8"] .popover .popover-arrow,
[data-palette="palette-8"] .popover .popover-arrow::after {
    display: none !important;
}

[data-palette="palette-8"] .tooltip .tooltip-arrow, [data-palette="palette-8"] .tooltip .tooltip-arrow::after {
    display: none !important;
}

[data-palette="palette-8"] .tooltip .tooltip-inner {
    background: #0283f1 !important;
    color: #ffffff !important;
    border-color: #027ce5 !important;
}

[data-palette="palette-8"] .tooltip .tooltip-inner::before {
    display: none;
}

[data-palette="palette-9"] .popover {
    background: #014c8c !important;
    color: #ffffff !important;
    border-color: #026ecb !important;
}

[data-palette="palette-9"] .popover .popover-title {
    background: #025aa5 !important;
    color: #ffffff !important;
    border-color: #026ecb !important;
}

[data-palette="palette-9"] .popover .popover-content {
    background: #014c8c !important;
    color: #ffffff !important;
    border-color: #026ecb !important;
}

[data-palette="palette-9"] .popover .popover-arrow,
[data-palette="palette-9"] .popover .popover-arrow::after {
    display: none !important;
}

[data-palette="palette-9"] .tooltip .tooltip-arrow, [data-palette="palette-9"] .tooltip .tooltip-arrow::after {
    display: none !important;
}

[data-palette="palette-9"] .tooltip .tooltip-inner {
    background: #0275d8 !important;
    color: #ffffff !important;
    border-color: #026ecb !important;
}

[data-palette="palette-9"] .tooltip .tooltip-inner::before {
    display: none;
}

[data-palette="palette-10"] .popover {
    background: #110a5c !important;
    color: #ffffff !important;
    border-color: #1c1096 !important;
}

[data-palette="palette-10"] .popover .popover-title {
    background: #150d73 !important;
    color: #ffffff !important;
    border-color: #1c1096 !important;
}

[data-palette="palette-10"] .popover .popover-content {
    background: #110a5c !important;
    color: #ffffff !important;
    border-color: #1c1096 !important;
}

[data-palette="palette-10"] .popover .popover-arrow,
[data-palette="palette-10"] .popover .popover-arrow::after {
    display: none !important;
}

[data-palette="palette-10"] .tooltip .tooltip-arrow, [data-palette="palette-10"] .tooltip .tooltip-arrow::after {
    display: none !important;
}

[data-palette="palette-10"] .tooltip .tooltip-inner {
    background: #1e12a1 !important;
    color: #ffffff !important;
    border-color: #1c1096 !important;
}

[data-palette="palette-10"] .tooltip .tooltip-inner::before {
    display: none;
}

[data-palette="palette-11"] .popover {
    background: #1b1091 !important;
    color: #ffffff !important;
    border-color: #2616ca !important;
}

[data-palette="palette-11"] .popover .popover-title {
    background: #1f13a8 !important;
    color: #ffffff !important;
    border-color: #2616ca !important;
}

[data-palette="palette-11"] .popover .popover-content {
    background: #1b1091 !important;
    color: #ffffff !important;
    border-color: #2616ca !important;
}

[data-palette="palette-11"] .popover .popover-arrow,
[data-palette="palette-11"] .popover .popover-arrow::after {
    display: none !important;
}

[data-palette="palette-11"] .tooltip .tooltip-arrow, [data-palette="palette-11"] .tooltip .tooltip-arrow::after {
    display: none !important;
}

[data-palette="palette-11"] .tooltip .tooltip-inner {
    background: #2818d6 !important;
    color: #ffffff !important;
    border-color: #2616ca !important;
}

[data-palette="palette-11"] .tooltip .tooltip-inner::before {
    display: none;
}

[data-palette="palette-12"] .popover {
    background: #2516c7 !important;
    color: #ffffff !important;
    border-color: #4334e9 !important;
}

[data-palette="palette-12"] .popover .popover-title {
    background: #2919de !important;
    color: #ffffff !important;
    border-color: #4334e9 !important;
}

[data-palette="palette-12"] .popover .popover-content {
    background: #2516c7 !important;
    color: #ffffff !important;
    border-color: #4334e9 !important;
}

[data-palette="palette-12"] .popover .popover-arrow,
[data-palette="palette-12"] .popover .popover-arrow::after {
    display: none !important;
}

[data-palette="palette-12"] .tooltip .tooltip-arrow, [data-palette="palette-12"] .tooltip .tooltip-arrow::after {
    display: none !important;
}

[data-palette="palette-12"] .tooltip .tooltip-inner {
    background: #4e40ea !important;
    color: #ffffff !important;
    border-color: #4334e9 !important;
}

[data-palette="palette-12"] .tooltip .tooltip-inner::before {
    display: none;
}

[data-palette="palette-13"] .popover {
    background: #320a5c !important;
    color: #ffffff !important;
    border-color: #511096 !important;
}

[data-palette="palette-13"] .popover .popover-title {
    background: #3f0d73 !important;
    color: #ffffff !important;
    border-color: #511096 !important;
}

[data-palette="palette-13"] .popover .popover-content {
    background: #320a5c !important;
    color: #ffffff !important;
    border-color: #511096 !important;
}

[data-palette="palette-13"] .popover .popover-arrow,
[data-palette="palette-13"] .popover .popover-arrow::after {
    display: none !important;
}

[data-palette="palette-13"] .tooltip .tooltip-arrow, [data-palette="palette-13"] .tooltip .tooltip-arrow::after {
    display: none !important;
}

[data-palette="palette-13"] .tooltip .tooltip-inner {
    background: #5812a1 !important;
    color: #ffffff !important;
    border-color: #511096 !important;
}

[data-palette="palette-13"] .tooltip .tooltip-inner::before {
    display: none;
}

[data-palette="palette-14"] .popover {
    background: #4f1091 !important;
    color: #ffffff !important;
    border-color: #6e16ca !important;
}

[data-palette="palette-14"] .popover .popover-title {
    background: #5c13a8 !important;
    color: #ffffff !important;
    border-color: #6e16ca !important;
}

[data-palette="palette-14"] .popover .popover-content {
    background: #4f1091 !important;
    color: #ffffff !important;
    border-color: #6e16ca !important;
}

[data-palette="palette-14"] .popover .popover-arrow,
[data-palette="palette-14"] .popover .popover-arrow::after {
    display: none !important;
}

[data-palette="palette-14"] .tooltip .tooltip-arrow, [data-palette="palette-14"] .tooltip .tooltip-arrow::after {
    display: none !important;
}

[data-palette="palette-14"] .tooltip .tooltip-inner {
    background: #7518d6 !important;
    color: #ffffff !important;
    border-color: #6e16ca !important;
}

[data-palette="palette-14"] .tooltip .tooltip-inner::before {
    display: none;
}

[data-palette="palette-15"] .popover {
    background: #6c16c7 !important;
    color: #ffffff !important;
    border-color: #8c34e9 !important;
}

[data-palette="palette-15"] .popover .popover-title {
    background: #7819de !important;
    color: #ffffff !important;
    border-color: #8c34e9 !important;
}

[data-palette="palette-15"] .popover .popover-content {
    background: #6c16c7 !important;
    color: #ffffff !important;
    border-color: #8c34e9 !important;
}

[data-palette="palette-15"] .popover .popover-arrow,
[data-palette="palette-15"] .popover .popover-arrow::after {
    display: none !important;
}

[data-palette="palette-15"] .tooltip .tooltip-arrow, [data-palette="palette-15"] .tooltip .tooltip-arrow::after {
    display: none !important;
}

[data-palette="palette-15"] .tooltip .tooltip-inner {
    background: #9240ea !important;
    color: #ffffff !important;
    border-color: #8c34e9 !important;
}

[data-palette="palette-15"] .tooltip .tooltip-inner::before {
    display: none;
}

[data-palette="palette-16"] .popover {
    background: #911051 !important;
    color: #ffffff !important;
    border-color: #ca1671 !important;
}

[data-palette="palette-16"] .popover .popover-title {
    background: #a8135e !important;
    color: #ffffff !important;
    border-color: #ca1671 !important;
}

[data-palette="palette-16"] .popover .popover-content {
    background: #911051 !important;
    color: #ffffff !important;
    border-color: #ca1671 !important;
}

[data-palette="palette-16"] .popover .popover-arrow,
[data-palette="palette-16"] .popover .popover-arrow::after {
    display: none !important;
}

[data-palette="palette-16"] .tooltip .tooltip-arrow, [data-palette="palette-16"] .tooltip .tooltip-arrow::after {
    display: none !important;
}

[data-palette="palette-16"] .tooltip .tooltip-inner {
    background: #d61877 !important;
    color: #ffffff !important;
    border-color: #ca1671 !important;
}

[data-palette="palette-16"] .tooltip .tooltip-inner::before {
    display: none;
}

[data-palette="palette-17"] .popover {
    background: #c7166f !important;
    color: #ffffff !important;
    border-color: #e9348f !important;
}

[data-palette="palette-17"] .popover .popover-title {
    background: #de197c !important;
    color: #ffffff !important;
    border-color: #e9348f !important;
}

[data-palette="palette-17"] .popover .popover-content {
    background: #c7166f !important;
    color: #ffffff !important;
    border-color: #e9348f !important;
}

[data-palette="palette-17"] .popover .popover-arrow,
[data-palette="palette-17"] .popover .popover-arrow::after {
    display: none !important;
}

[data-palette="palette-17"] .tooltip .tooltip-arrow, [data-palette="palette-17"] .tooltip .tooltip-arrow::after {
    display: none !important;
}

[data-palette="palette-17"] .tooltip .tooltip-inner {
    background: #ea4095 !important;
    color: #ffffff !important;
    border-color: #e9348f !important;
}

[data-palette="palette-17"] .tooltip .tooltip-inner::before {
    display: none;
}

[data-palette="palette-18"] .popover {
    background: #911710 !important;
    color: #ffffff !important;
    border-color: #ca2016 !important;
}

[data-palette="palette-18"] .popover .popover-title {
    background: #a81b13 !important;
    color: #ffffff !important;
    border-color: #ca2016 !important;
}

[data-palette="palette-18"] .popover .popover-content {
    background: #911710 !important;
    color: #ffffff !important;
    border-color: #ca2016 !important;
}

[data-palette="palette-18"] .popover .popover-arrow,
[data-palette="palette-18"] .popover .popover-arrow::after {
    display: none !important;
}

[data-palette="palette-18"] .tooltip .tooltip-arrow, [data-palette="palette-18"] .tooltip .tooltip-arrow::after {
    display: none !important;
}

[data-palette="palette-18"] .tooltip .tooltip-inner {
    background: #d62218 !important;
    color: #ffffff !important;
    border-color: #ca2016 !important;
}

[data-palette="palette-18"] .tooltip .tooltip-inner::before {
    display: none;
}

[data-palette="palette-19"] .popover {
    background: #c71f16 !important;
    color: #ffffff !important;
    border-color: #e93d34 !important;
}

[data-palette="palette-19"] .popover .popover-title {
    background: #de2319 !important;
    color: #ffffff !important;
    border-color: #e93d34 !important;
}

[data-palette="palette-19"] .popover .popover-content {
    background: #c71f16 !important;
    color: #ffffff !important;
    border-color: #e93d34 !important;
}

[data-palette="palette-19"] .popover .popover-arrow,
[data-palette="palette-19"] .popover .popover-arrow::after {
    display: none !important;
}

[data-palette="palette-19"] .tooltip .tooltip-arrow, [data-palette="palette-19"] .tooltip .tooltip-arrow::after {
    display: none !important;
}

[data-palette="palette-19"] .tooltip .tooltip-inner {
    background: #ea4840 !important;
    color: #ffffff !important;
    border-color: #e93d34 !important;
}

[data-palette="palette-19"] .tooltip .tooltip-inner::before {
    display: none;
}

[data-palette="palette-20"] .popover {
    background: #0a5c15 !important;
    color: #ffffff !important;
    border-color: #109622 !important;
}

[data-palette="palette-20"] .popover .popover-title {
    background: #0d731a !important;
    color: #ffffff !important;
    border-color: #109622 !important;
}

[data-palette="palette-20"] .popover .popover-content {
    background: #0a5c15 !important;
    color: #ffffff !important;
    border-color: #109622 !important;
}

[data-palette="palette-20"] .popover .popover-arrow,
[data-palette="palette-20"] .popover .popover-arrow::after {
    display: none !important;
}

[data-palette="palette-20"] .tooltip .tooltip-arrow, [data-palette="palette-20"] .tooltip .tooltip-arrow::after {
    display: none !important;
}

[data-palette="palette-20"] .tooltip .tooltip-inner {
    background: #12a125 !important;
    color: #ffffff !important;
    border-color: #109622 !important;
}

[data-palette="palette-20"] .tooltip .tooltip-inner::before {
    display: none;
}

[data-palette="palette-21"] .popover {
    background: #3e5c0a !important;
    color: #ffffff !important;
    border-color: #659610 !important;
}

[data-palette="palette-21"] .popover .popover-title {
    background: #4e730d !important;
    color: #ffffff !important;
    border-color: #659610 !important;
}

[data-palette="palette-21"] .popover .popover-content {
    background: #3e5c0a !important;
    color: #ffffff !important;
    border-color: #659610 !important;
}

[data-palette="palette-21"] .popover .popover-arrow,
[data-palette="palette-21"] .popover .popover-arrow::after {
    display: none !important;
}

[data-palette="palette-21"] .tooltip .tooltip-arrow, [data-palette="palette-21"] .tooltip .tooltip-arrow::after {
    display: none !important;
}

[data-palette="palette-21"] .tooltip .tooltip-inner {
    background: #6da112 !important;
    color: #ffffff !important;
    border-color: #659610 !important;
}

[data-palette="palette-21"] .tooltip .tooltip-inner::before {
    display: none;
}

[data-palette="palette-22"] .popover {
    background: #4d2c19 !important;
    color: #ffffff !important;
    border-color: #7d4829 !important;
}

[data-palette="palette-22"] .popover .popover-title {
    background: #60371f !important;
    color: #ffffff !important;
    border-color: #7d4829 !important;
}

[data-palette="palette-22"] .popover .popover-content {
    background: #4d2c19 !important;
    color: #ffffff !important;
    border-color: #7d4829 !important;
}

[data-palette="palette-22"] .popover .popover-arrow,
[data-palette="palette-22"] .popover .popover-arrow::after {
    display: none !important;
}

[data-palette="palette-22"] .tooltip .tooltip-arrow, [data-palette="palette-22"] .tooltip .tooltip-arrow::after {
    display: none !important;
}

[data-palette="palette-22"] .tooltip .tooltip-inner {
    background: #874d2c !important;
    color: #ffffff !important;
    border-color: #7d4829 !important;
}

[data-palette="palette-22"] .tooltip .tooltip-inner::before {
    display: none;
}

[data-palette="palette-23"] .popover {
    background: #794628 !important;
    color: #ffffff !important;
    border-color: #a96238 !important;
}

[data-palette="palette-23"] .popover .popover-title {
    background: #8c512e !important;
    color: #ffffff !important;
    border-color: #a96238 !important;
}

[data-palette="palette-23"] .popover .popover-content {
    background: #794628 !important;
    color: #ffffff !important;
    border-color: #a96238 !important;
}

[data-palette="palette-23"] .popover .popover-arrow,
[data-palette="palette-23"] .popover .popover-arrow::after {
    display: none !important;
}

[data-palette="palette-23"] .tooltip .tooltip-arrow, [data-palette="palette-23"] .tooltip .tooltip-arrow::after {
    display: none !important;
}

[data-palette="palette-23"] .tooltip .tooltip-inner {
    background: #b2673b !important;
    color: #ffffff !important;
    border-color: #a96238 !important;
}

[data-palette="palette-23"] .tooltip .tooltip-inner::before {
    display: none;
}

.pagination {
    padding-left: 0;
    padding-right: 0;
}

[data-toolbar].btn {
    margin-right: 5px;
}

.toolbar-icons {
    top: 0;
}

.tool-container {
    background-color: #5e696d;
    background-size: 100% 100%;
    border-radius: 6px;
    position: absolute;
    z-index: 1070;
}

.tool-container.tool-top,
.tool-container.tool-bottom {
    height: 40px;
    border-bottom: 0px solid #beb8b8;
}

.tool-container.tool-top .tool-item,
.tool-container.tool-bottom .tool-item {
    float: left;
    border-right: 0;
    border-left: 0;
}

.tool-item {
    height: 100%;
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    padding: 10px;
    transition: none;
}

.tool-item > .fa {
    color: #b2c6cd;
}

.tool-item.selected,
.tool-item:hover {
    background: #02baf2;
}

.tool-item.selected > .fa,
.tool-item:hover > .fa {
    color: white;
}

.tool-top .tool-item:first-child:hover,
.tool-bottom .tool-item:first-child:hover {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.tool-top .tool-item:last-child:hover,
.tool-bottom .tool-item:last-child:hover {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.tool-vertical-top .tool-item:first-child:hover,
.tool-vertical-bottom .tool-item:first-child:hover,
.tool-right .tool-item:first-child:hover,
.tool-left .tool-item:first-child:hover {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.tool-vertical-top .tool-item:last-child:hover,
.tool-vertical-bottom .tool-item:last-child:hover,
.tool-right .tool-item:last-child:hover,
.tool-left .tool-item:last-child:hover {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.tool-container .arrow {
    width: 0;
    height: 0;
    position: absolute;
    border-width: 7px;
    border-style: solid;
}

.tool-container.tool-top .arrow {
    border-color: #5e696d transparent transparent;
    left: 50%;
    bottom: -14px;
    margin-left: -7px;
}

.tool-container.tool-bottom .arrow {
    border-color: transparent transparent #5e696d;
    left: 50%;
    top: -14px;
    margin-left: -7px;
}

.tool-container.tool-left .arrow {
    border-color: transparent transparent transparent #5e696d;
    top: 50%;
    right: -14px;
    margin-top: -7px;
}

.tool-container.tool-right .arrow {
    border-color: transparent #5e696d transparent transparent;
    top: 50%;
    left: -14px;
    margin-top: -7px;
}

.toolbar-primary {
    background-color: #02baf2;
}

.toolbar-primary.tool-top .arrow {
    border-color: #02baf2 transparent transparent;
}

.toolbar-primary.tool-bottom .arrow {
    border-color: transparent transparent #02baf2;
}

.toolbar-primary.tool-left .arrow {
    border-color: transparent transparent transparent #02baf2;
}

.toolbar-primary.tool-right .arrow {
    border-color: transparent #02baf2 transparent transparent;
}

.toolbar-primary .tool-item > .fa {
    color: white;
}

.toolbar-primary .tool-item.selected,
.toolbar-primary .tool-item:hover {
    background: #009dcd;
    color: white;
}

.toolbar-danger {
    background-color: #f84545;
}

.toolbar-danger.tool-top .arrow {
    border-color: #f84545 transparent transparent;
}

.toolbar-danger.tool-bottom .arrow {
    border-color: transparent transparent #f84545;
}

.toolbar-danger.tool-left .arrow {
    border-color: transparent transparent transparent #f84545;
}

.toolbar-danger.tool-right .arrow {
    border-color: transparent #f84545 transparent transparent;
}

.toolbar-danger .tool-item > .fa {
    color: white;
}

.toolbar-danger .tool-item.selected,
.toolbar-danger .tool-item:hover {
    background: #cc0000;
    color: white;
}

.toolbar-warning {
    background-color: #f3bc65;
}

.toolbar-warning.tool-top .arrow {
    border-color: #f3bc65 transparent transparent;
}

.toolbar-warning.tool-bottom .arrow {
    border-color: transparent transparent #f3bc65;
}

.toolbar-warning.tool-left .arrow {
    border-color: transparent transparent transparent #f3bc65;
}

.toolbar-warning.tool-right .arrow {
    border-color: transparent #f3bc65 transparent transparent;
}

.toolbar-warning .tool-item > .fa {
    color: white;
}

.toolbar-warning .tool-item.selected,
.toolbar-warning .tool-item:hover {
    background: #fad46b;
    color: white;
}

.toolbar-info {
    background-color: #e96300;
}

.toolbar-info.tool-top .arrow {
    border-color: #e96300 transparent transparent;
}

.toolbar-info.tool-bottom .arrow {
    border-color: transparent transparent #e96300;
}

.toolbar-info.tool-left .arrow {
    border-color: transparent transparent transparent #e96300;
}

.toolbar-info.tool-right .arrow {
    border-color: transparent #e96300 transparent transparent;
}

.toolbar-info .tool-item > .fa {
    color: white;
}

.toolbar-info .tool-item.selected,
.toolbar-info .tool-item:hover {
    background: #f58410;
    color: white;
}

.toolbar-success {
    background-color: #28948c;
}

.toolbar-success.tool-top .arrow {
    border-color: #28948c transparent transparent;
}

.toolbar-success.tool-bottom .arrow {
    border-color: transparent transparent #28948c;
}

.toolbar-success.tool-left .arrow {
    border-color: transparent transparent transparent #28948c;
}

.toolbar-success.tool-right .arrow {
    border-color: transparent #28948c transparent transparent;
}

.toolbar-success .tool-item > .fa {
    color: white;
}

.toolbar-success .tool-item.selected,
.toolbar-success .tool-item:hover {
    background: #3eb5ac;
    color: white;
}

.toolbar-info-o {
    background-color: #9175bd;
}

.toolbar-info-o.tool-top .arrow {
    border-color: #9175bd transparent transparent;
}

.toolbar-info-o.tool-bottom .arrow {
    border-color: transparent transparent #9175bd;
}

.toolbar-info-o.tool-left .arrow {
    border-color: transparent transparent transparent #9175bd;
}

.toolbar-info-o.tool-right .arrow {
    border-color: transparent #9175bd transparent transparent;
}

.toolbar-info-o .tool-item > .fa {
    color: white;
}

.toolbar-info-o .tool-item.selected,
.toolbar-info-o .tool-item:hover {
    background: #a88cd5;
    color: white;
}

.toolbar-light {
    background-color: #b2c6cd;
}

.toolbar-light.tool-top .arrow {
    border-color: #b2c6cd transparent transparent;
}

.toolbar-light.tool-bottom .arrow {
    border-color: transparent transparent #b2c6cd;
}

.toolbar-light.tool-left .arrow {
    border-color: transparent transparent transparent #b2c6cd;
}

.toolbar-light.tool-right .arrow {
    border-color: transparent #b2c6cd transparent transparent;
}

.toolbar-light .tool-item > .fa {
    color: white;
}

.toolbar-light .tool-item.selected,
.toolbar-light .tool-item:hover {
    background: #d6e1e5;
    color: white;
}

.toolbar-dark {
    background-color: #364347;
}

.toolbar-dark.tool-top .arrow {
    border-color: #364347 transparent transparent;
}

.toolbar-dark.tool-bottom .arrow {
    border-color: transparent transparent #364347;
}

.toolbar-dark.tool-left .arrow {
    border-color: transparent transparent transparent #364347;
}

.toolbar-dark.tool-right .arrow {
    border-color: transparent #364347 transparent transparent;
}

.toolbar-dark .tool-item > .fa {
    color: white;
}

.toolbar-dark .tool-item.selected,
.toolbar-dark .tool-item:hover {
    background: #5e696d;
    color: white;
}

.animate-standard {
    -webkit-animation: standardAnimate 0.3s 1 ease;
}

.animate-flyin {
    -webkit-animation: rotateAnimate 0.5s 1 ease;
}

.animate-grow {
    -webkit-animation: growAnimate 0.4s 1 ease;
}

.animate-flip {
    -webkit-animation: flipAnimate 0.4s 1 ease;
}

.animate-bounce {
    -webkit-animation: bounceAnimate 0.4s 1 ease-out;
}

.hidden {
    display: none;
}

.overlay-primary {
    background-color: #0275d8;
}

.overlay-default {
    background-color: #5bc0de;
}

.overlay-success {
    background-color: #5cb85c;
}

.overlay-info {
    background-color: #00aced;
}

.overlay-warning {
    background-color: #f0ad4e;
}

.overlay-danger {
    background-color: #d9534f;
}

.overlay-transition, .overlay-0 > .overlay, .overlay-1 > .overlay, .overlay-2 > .overlay, .overlay-3 > .overlay, .overlay-4 > .overlay, .overlay-5 > .overlay {
    transition: .3s ease-in-out;
}

[data-direction="ltr"] .overlay-example {
    margin: 0 25px 25px 0;
    float: left;
    height: 240px;
    width: 300px;
    overflow: hidden;
    border-radius: 5px;
}

[data-direction="ltr"] .overlay-example > code {
    margin-bottom: 10px;
    display: inline-block;
}

[data-direction="ltr"] .overlay-example > div {
    height: 200px;
    width: 300px;
    overflow: hidden;
    display: block;
}

[data-direction="rtl"] .overlay-example {
    margin: 0 0 25px 25px;
    float: right;
    height: 240px;
    width: 300px;
    overflow: hidden;
    border-radius: 5px;
}

[data-direction="rtl"] .overlay-example > code {
    margin-bottom: 10px;
    display: inline-block;
}

[data-direction="rtl"] .overlay-example > div {
    height: 200px;
    width: 300px;
    overflow: hidden;
    display: block;
}

.default-overlay, .overlay-0 > .overlay, .overlay-1 > .overlay, .overlay-2 > .overlay, .overlay-3 > .overlay, .overlay-4 > .overlay, .overlay-5 > .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 2;
    opacity: 1;
}

.default-overlay .title, .overlay-0 > .overlay .title, .overlay-1 > .overlay .title, .overlay-2 > .overlay .title, .overlay-3 > .overlay .title, .overlay-4 > .overlay .title, .overlay-5 > .overlay .title {
    text-align: center;
    margin: 20px 0 0 0;
    font-size: 16px;
}

.default-overlay .icon, .overlay-0 > .overlay .icon, .overlay-1 > .overlay .icon, .overlay-2 > .overlay .icon, .overlay-3 > .overlay .icon, .overlay-4 > .overlay .icon, .overlay-5 > .overlay .icon {
    margin-top: 20px;
    font-size: 48px;
}

.overlay-0 {
    position: relative;
}

.overlay-0 > .overlay {
    transform: translate3d(0, 100%, 0);
}

.overlay-0:hover > .overlay {
    transform: translate3d(0, 0, 0);
    opacity: 0.8;
}

.overlay-1 {
    position: relative;
}

.overlay-1 > .overlay {
    transform: translate3d(-100%, 0, 0);
}

.overlay-1:hover > .overlay {
    transform: translate3d(0, 0, 0);
    opacity: 0.8;
}

.overlay-2 {
    position: relative;
}

.overlay-2 > .overlay {
    transform: translate3d(100%, 0, 0);
}

.overlay-2:hover > .overlay {
    transform: translate3d(0, 0, 0);
    opacity: 0.8;
}

.overlay-3 {
    position: relative;
}

.overlay-3 > .overlay {
    transform: translate3d(0, -100%, 0);
}

.overlay-3:hover > .overlay {
    transform: translate3d(0, 0, 0);
    opacity: 0.8;
}

.overlay-4 {
    position: relative;
}

.overlay-4 > .overlay {
    transform: scale(0);
}

.overlay-4:hover > .overlay {
    transform: scale(1);
    opacity: 0.8;
}

.overlay-5 {
    position: relative;
}

.overlay-5 > .overlay {
    opacity: 0;
}

.overlay-5:hover > .overlay {
    opacity: 0.8;
}

.progress-sm, .progress-bar {
    height: 0.5rem !important;
}

.progress-xs, .progress-bar {
    height: 0.33rem !important;
}

[data-palette="palette-1"] .progress[value] {
    color: #4a4a4a;
}

[data-palette="palette-1"] .progress[value]::-webkit-progress-bar {
    background-color: #4a4a4a;
}

[data-palette="palette-1"] .progress[value]::-webkit-progress-value {
    background-color: #4a4a4a;
}

@media screen and (min-width: 0\0) {
    [data-palette="palette-1"] .progress {
        background-color: #4a4a4a;
    }
    [data-palette="palette-1"] .progress-bar {
        background-color: #4a4a4a;
    }
}

[data-palette="palette-1"] .progress-primary[value]::-webkit-progress-value {
    background-color: #0275d8;
}

[data-palette="palette-1"] .progress-primary[value]::-moz-progress-bar {
    background-color: #0275d8;
}

[data-palette="palette-1"] .progress-default[value]::-webkit-progress-value {
    background-color: #5bc0de;
}

[data-palette="palette-1"] .progress-default[value]::-moz-progress-bar {
    background-color: #5bc0de;
}

[data-palette="palette-1"] .progress-success[value]::-webkit-progress-value {
    background-color: #5cb85c;
}

[data-palette="palette-1"] .progress-success[value]::-moz-progress-bar {
    background-color: #5cb85c;
}

[data-palette="palette-1"] .progress-info[value]::-webkit-progress-value {
    background-color: #00aced;
}

[data-palette="palette-1"] .progress-info[value]::-moz-progress-bar {
    background-color: #00aced;
}

[data-palette="palette-1"] .progress-warning[value]::-webkit-progress-value {
    background-color: #f0ad4e;
}

[data-palette="palette-1"] .progress-warning[value]::-moz-progress-bar {
    background-color: #f0ad4e;
}

[data-palette="palette-1"] .progress-danger[value]::-webkit-progress-value {
    background-color: #d9534f;
}

[data-palette="palette-1"] .progress-danger[value]::-moz-progress-bar {
    background-color: #d9534f;
}

[data-palette="palette-2"] .progress[value] {
    color: #474d5d;
}

[data-palette="palette-2"] .progress[value]::-webkit-progress-bar {
    background-color: #474d5d;
}

[data-palette="palette-2"] .progress[value]::-webkit-progress-value {
    background-color: #474d5d;
}

@media screen and (min-width: 0\0) {
    [data-palette="palette-2"] .progress {
        background-color: #474d5d;
    }
    [data-palette="palette-2"] .progress-bar {
        background-color: #474d5d;
    }
}

[data-palette="palette-2"] .progress-primary[value]::-webkit-progress-value {
    background-color: #0275d8;
}

[data-palette="palette-2"] .progress-primary[value]::-moz-progress-bar {
    background-color: #0275d8;
}

[data-palette="palette-2"] .progress-default[value]::-webkit-progress-value {
    background-color: #5bc0de;
}

[data-palette="palette-2"] .progress-default[value]::-moz-progress-bar {
    background-color: #5bc0de;
}

[data-palette="palette-2"] .progress-success[value]::-webkit-progress-value {
    background-color: #5cb85c;
}

[data-palette="palette-2"] .progress-success[value]::-moz-progress-bar {
    background-color: #5cb85c;
}

[data-palette="palette-2"] .progress-info[value]::-webkit-progress-value {
    background-color: #00aced;
}

[data-palette="palette-2"] .progress-info[value]::-moz-progress-bar {
    background-color: #00aced;
}

[data-palette="palette-2"] .progress-warning[value]::-webkit-progress-value {
    background-color: #f0ad4e;
}

[data-palette="palette-2"] .progress-warning[value]::-moz-progress-bar {
    background-color: #f0ad4e;
}

[data-palette="palette-2"] .progress-danger[value]::-webkit-progress-value {
    background-color: #d9534f;
}

[data-palette="palette-2"] .progress-danger[value]::-moz-progress-bar {
    background-color: #d9534f;
}

[data-palette="palette-3"] .progress[value] {
    color: #262626;
}

[data-palette="palette-3"] .progress[value]::-webkit-progress-bar {
    background-color: #262626;
}

[data-palette="palette-3"] .progress[value]::-webkit-progress-value {
    background-color: #262626;
}

@media screen and (min-width: 0\0) {
    [data-palette="palette-3"] .progress {
        background-color: #262626;
    }
    [data-palette="palette-3"] .progress-bar {
        background-color: #262626;
    }
}

[data-palette="palette-3"] .progress-primary[value]::-webkit-progress-value {
    background-color: #0275d8;
}

[data-palette="palette-3"] .progress-primary[value]::-moz-progress-bar {
    background-color: #0275d8;
}

[data-palette="palette-3"] .progress-default[value]::-webkit-progress-value {
    background-color: #5bc0de;
}

[data-palette="palette-3"] .progress-default[value]::-moz-progress-bar {
    background-color: #5bc0de;
}

[data-palette="palette-3"] .progress-success[value]::-webkit-progress-value {
    background-color: #5cb85c;
}

[data-palette="palette-3"] .progress-success[value]::-moz-progress-bar {
    background-color: #5cb85c;
}

[data-palette="palette-3"] .progress-info[value]::-webkit-progress-value {
    background-color: #00aced;
}

[data-palette="palette-3"] .progress-info[value]::-moz-progress-bar {
    background-color: #00aced;
}

[data-palette="palette-3"] .progress-warning[value]::-webkit-progress-value {
    background-color: #f0ad4e;
}

[data-palette="palette-3"] .progress-warning[value]::-moz-progress-bar {
    background-color: #f0ad4e;
}

[data-palette="palette-3"] .progress-danger[value]::-webkit-progress-value {
    background-color: #d9534f;
}

[data-palette="palette-3"] .progress-danger[value]::-moz-progress-bar {
    background-color: #d9534f;
}

[data-palette="palette-4"] .progress[value] {
    color: #e6e6e6;
}

[data-palette="palette-4"] .progress[value]::-webkit-progress-bar {
    background-color: #e6e6e6;
}

[data-palette="palette-4"] .progress[value]::-webkit-progress-value {
    background-color: #e6e6e6;
}

@media screen and (min-width: 0\0) {
    [data-palette="palette-4"] .progress {
        background-color: #e6e6e6;
    }
    [data-palette="palette-4"] .progress-bar {
        background-color: #e6e6e6;
    }
}

[data-palette="palette-4"] .progress-primary[value]::-webkit-progress-value {
    background-color: #0275d8;
}

[data-palette="palette-4"] .progress-primary[value]::-moz-progress-bar {
    background-color: #0275d8;
}

[data-palette="palette-4"] .progress-default[value]::-webkit-progress-value {
    background-color: #5bc0de;
}

[data-palette="palette-4"] .progress-default[value]::-moz-progress-bar {
    background-color: #5bc0de;
}

[data-palette="palette-4"] .progress-success[value]::-webkit-progress-value {
    background-color: #5cb85c;
}

[data-palette="palette-4"] .progress-success[value]::-moz-progress-bar {
    background-color: #5cb85c;
}

[data-palette="palette-4"] .progress-info[value]::-webkit-progress-value {
    background-color: #00aced;
}

[data-palette="palette-4"] .progress-info[value]::-moz-progress-bar {
    background-color: #00aced;
}

[data-palette="palette-4"] .progress-warning[value]::-webkit-progress-value {
    background-color: #f0ad4e;
}

[data-palette="palette-4"] .progress-warning[value]::-moz-progress-bar {
    background-color: #f0ad4e;
}

[data-palette="palette-4"] .progress-danger[value]::-webkit-progress-value {
    background-color: #d9534f;
}

[data-palette="palette-4"] .progress-danger[value]::-moz-progress-bar {
    background-color: #d9534f;
}

[data-palette="palette-5"] .progress[value] {
    color: #e6e6e6;
}

[data-palette="palette-5"] .progress[value]::-webkit-progress-bar {
    background-color: #e6e6e6;
}

[data-palette="palette-5"] .progress[value]::-webkit-progress-value {
    background-color: #e6e6e6;
}

@media screen and (min-width: 0\0) {
    [data-palette="palette-5"] .progress {
        background-color: #e6e6e6;
    }
    [data-palette="palette-5"] .progress-bar {
        background-color: #e6e6e6;
    }
}

[data-palette="palette-5"] .progress-primary[value]::-webkit-progress-value {
    background-color: #0275d8;
}

[data-palette="palette-5"] .progress-primary[value]::-moz-progress-bar {
    background-color: #0275d8;
}

[data-palette="palette-5"] .progress-default[value]::-webkit-progress-value {
    background-color: #5bc0de;
}

[data-palette="palette-5"] .progress-default[value]::-moz-progress-bar {
    background-color: #5bc0de;
}

[data-palette="palette-5"] .progress-success[value]::-webkit-progress-value {
    background-color: #5cb85c;
}

[data-palette="palette-5"] .progress-success[value]::-moz-progress-bar {
    background-color: #5cb85c;
}

[data-palette="palette-5"] .progress-info[value]::-webkit-progress-value {
    background-color: #00aced;
}

[data-palette="palette-5"] .progress-info[value]::-moz-progress-bar {
    background-color: #00aced;
}

[data-palette="palette-5"] .progress-warning[value]::-webkit-progress-value {
    background-color: #f0ad4e;
}

[data-palette="palette-5"] .progress-warning[value]::-moz-progress-bar {
    background-color: #f0ad4e;
}

[data-palette="palette-5"] .progress-danger[value]::-webkit-progress-value {
    background-color: #d9534f;
}

[data-palette="palette-5"] .progress-danger[value]::-moz-progress-bar {
    background-color: #d9534f;
}

[data-palette="palette-6"] .progress[value] {
    color: #e6e6e6;
}

[data-palette="palette-6"] .progress[value]::-webkit-progress-bar {
    background-color: #e6e6e6;
}

[data-palette="palette-6"] .progress[value]::-webkit-progress-value {
    background-color: #e6e6e6;
}

@media screen and (min-width: 0\0) {
    [data-palette="palette-6"] .progress {
        background-color: #e6e6e6;
    }
    [data-palette="palette-6"] .progress-bar {
        background-color: #e6e6e6;
    }
}

[data-palette="palette-6"] .progress-primary[value]::-webkit-progress-value {
    background-color: #0275d8;
}

[data-palette="palette-6"] .progress-primary[value]::-moz-progress-bar {
    background-color: #0275d8;
}

[data-palette="palette-6"] .progress-default[value]::-webkit-progress-value {
    background-color: #5bc0de;
}

[data-palette="palette-6"] .progress-default[value]::-moz-progress-bar {
    background-color: #5bc0de;
}

[data-palette="palette-6"] .progress-success[value]::-webkit-progress-value {
    background-color: #5cb85c;
}

[data-palette="palette-6"] .progress-success[value]::-moz-progress-bar {
    background-color: #5cb85c;
}

[data-palette="palette-6"] .progress-info[value]::-webkit-progress-value {
    background-color: #00aced;
}

[data-palette="palette-6"] .progress-info[value]::-moz-progress-bar {
    background-color: #00aced;
}

[data-palette="palette-6"] .progress-warning[value]::-webkit-progress-value {
    background-color: #f0ad4e;
}

[data-palette="palette-6"] .progress-warning[value]::-moz-progress-bar {
    background-color: #f0ad4e;
}

[data-palette="palette-6"] .progress-danger[value]::-webkit-progress-value {
    background-color: #d9534f;
}

[data-palette="palette-6"] .progress-danger[value]::-moz-progress-bar {
    background-color: #d9534f;
}

[data-palette="palette-7"] .progress[value] {
    color: #108ffd;
}

[data-palette="palette-7"] .progress[value]::-webkit-progress-bar {
    background-color: #108ffd;
}

[data-palette="palette-7"] .progress[value]::-webkit-progress-value {
    background-color: #108ffd;
}

@media screen and (min-width: 0\0) {
    [data-palette="palette-7"] .progress {
        background-color: #108ffd;
    }
    [data-palette="palette-7"] .progress-bar {
        background-color: #108ffd;
    }
}

[data-palette="palette-7"] .progress-primary[value]::-webkit-progress-value {
    background-color: #0275d8;
}

[data-palette="palette-7"] .progress-primary[value]::-moz-progress-bar {
    background-color: #0275d8;
}

[data-palette="palette-7"] .progress-default[value]::-webkit-progress-value {
    background-color: #5bc0de;
}

[data-palette="palette-7"] .progress-default[value]::-moz-progress-bar {
    background-color: #5bc0de;
}

[data-palette="palette-7"] .progress-success[value]::-webkit-progress-value {
    background-color: #5cb85c;
}

[data-palette="palette-7"] .progress-success[value]::-moz-progress-bar {
    background-color: #5cb85c;
}

[data-palette="palette-7"] .progress-info[value]::-webkit-progress-value {
    background-color: #00aced;
}

[data-palette="palette-7"] .progress-info[value]::-moz-progress-bar {
    background-color: #00aced;
}

[data-palette="palette-7"] .progress-warning[value]::-webkit-progress-value {
    background-color: #f0ad4e;
}

[data-palette="palette-7"] .progress-warning[value]::-moz-progress-bar {
    background-color: #f0ad4e;
}

[data-palette="palette-7"] .progress-danger[value]::-webkit-progress-value {
    background-color: #d9534f;
}

[data-palette="palette-7"] .progress-danger[value]::-moz-progress-bar {
    background-color: #d9534f;
}

[data-palette="palette-8"] .progress[value] {
    color: #0283f1;
}

[data-palette="palette-8"] .progress[value]::-webkit-progress-bar {
    background-color: #0283f1;
}

[data-palette="palette-8"] .progress[value]::-webkit-progress-value {
    background-color: #0283f1;
}

@media screen and (min-width: 0\0) {
    [data-palette="palette-8"] .progress {
        background-color: #0283f1;
    }
    [data-palette="palette-8"] .progress-bar {
        background-color: #0283f1;
    }
}

[data-palette="palette-8"] .progress-primary[value]::-webkit-progress-value {
    background-color: #0275d8;
}

[data-palette="palette-8"] .progress-primary[value]::-moz-progress-bar {
    background-color: #0275d8;
}

[data-palette="palette-8"] .progress-default[value]::-webkit-progress-value {
    background-color: #5bc0de;
}

[data-palette="palette-8"] .progress-default[value]::-moz-progress-bar {
    background-color: #5bc0de;
}

[data-palette="palette-8"] .progress-success[value]::-webkit-progress-value {
    background-color: #5cb85c;
}

[data-palette="palette-8"] .progress-success[value]::-moz-progress-bar {
    background-color: #5cb85c;
}

[data-palette="palette-8"] .progress-info[value]::-webkit-progress-value {
    background-color: #00aced;
}

[data-palette="palette-8"] .progress-info[value]::-moz-progress-bar {
    background-color: #00aced;
}

[data-palette="palette-8"] .progress-warning[value]::-webkit-progress-value {
    background-color: #f0ad4e;
}

[data-palette="palette-8"] .progress-warning[value]::-moz-progress-bar {
    background-color: #f0ad4e;
}

[data-palette="palette-8"] .progress-danger[value]::-webkit-progress-value {
    background-color: #d9534f;
}

[data-palette="palette-8"] .progress-danger[value]::-moz-progress-bar {
    background-color: #d9534f;
}

[data-palette="palette-9"] .progress[value] {
    color: #0275d8;
}

[data-palette="palette-9"] .progress[value]::-webkit-progress-bar {
    background-color: #0275d8;
}

[data-palette="palette-9"] .progress[value]::-webkit-progress-value {
    background-color: #0275d8;
}

@media screen and (min-width: 0\0) {
    [data-palette="palette-9"] .progress {
        background-color: #0275d8;
    }
    [data-palette="palette-9"] .progress-bar {
        background-color: #0275d8;
    }
}

[data-palette="palette-9"] .progress-primary[value]::-webkit-progress-value {
    background-color: #0275d8;
}

[data-palette="palette-9"] .progress-primary[value]::-moz-progress-bar {
    background-color: #0275d8;
}

[data-palette="palette-9"] .progress-default[value]::-webkit-progress-value {
    background-color: #5bc0de;
}

[data-palette="palette-9"] .progress-default[value]::-moz-progress-bar {
    background-color: #5bc0de;
}

[data-palette="palette-9"] .progress-success[value]::-webkit-progress-value {
    background-color: #5cb85c;
}

[data-palette="palette-9"] .progress-success[value]::-moz-progress-bar {
    background-color: #5cb85c;
}

[data-palette="palette-9"] .progress-info[value]::-webkit-progress-value {
    background-color: #00aced;
}

[data-palette="palette-9"] .progress-info[value]::-moz-progress-bar {
    background-color: #00aced;
}

[data-palette="palette-9"] .progress-warning[value]::-webkit-progress-value {
    background-color: #f0ad4e;
}

[data-palette="palette-9"] .progress-warning[value]::-moz-progress-bar {
    background-color: #f0ad4e;
}

[data-palette="palette-9"] .progress-danger[value]::-webkit-progress-value {
    background-color: #d9534f;
}

[data-palette="palette-9"] .progress-danger[value]::-moz-progress-bar {
    background-color: #d9534f;
}

[data-palette="palette-10"] .progress[value] {
    color: #1e12a1;
}

[data-palette="palette-10"] .progress[value]::-webkit-progress-bar {
    background-color: #1e12a1;
}

[data-palette="palette-10"] .progress[value]::-webkit-progress-value {
    background-color: #1e12a1;
}

@media screen and (min-width: 0\0) {
    [data-palette="palette-10"] .progress {
        background-color: #1e12a1;
    }
    [data-palette="palette-10"] .progress-bar {
        background-color: #1e12a1;
    }
}

[data-palette="palette-10"] .progress-primary[value]::-webkit-progress-value {
    background-color: #0275d8;
}

[data-palette="palette-10"] .progress-primary[value]::-moz-progress-bar {
    background-color: #0275d8;
}

[data-palette="palette-10"] .progress-default[value]::-webkit-progress-value {
    background-color: #5bc0de;
}

[data-palette="palette-10"] .progress-default[value]::-moz-progress-bar {
    background-color: #5bc0de;
}

[data-palette="palette-10"] .progress-success[value]::-webkit-progress-value {
    background-color: #5cb85c;
}

[data-palette="palette-10"] .progress-success[value]::-moz-progress-bar {
    background-color: #5cb85c;
}

[data-palette="palette-10"] .progress-info[value]::-webkit-progress-value {
    background-color: #00aced;
}

[data-palette="palette-10"] .progress-info[value]::-moz-progress-bar {
    background-color: #00aced;
}

[data-palette="palette-10"] .progress-warning[value]::-webkit-progress-value {
    background-color: #f0ad4e;
}

[data-palette="palette-10"] .progress-warning[value]::-moz-progress-bar {
    background-color: #f0ad4e;
}

[data-palette="palette-10"] .progress-danger[value]::-webkit-progress-value {
    background-color: #d9534f;
}

[data-palette="palette-10"] .progress-danger[value]::-moz-progress-bar {
    background-color: #d9534f;
}

[data-palette="palette-11"] .progress[value] {
    color: #2818d6;
}

[data-palette="palette-11"] .progress[value]::-webkit-progress-bar {
    background-color: #2818d6;
}

[data-palette="palette-11"] .progress[value]::-webkit-progress-value {
    background-color: #2818d6;
}

@media screen and (min-width: 0\0) {
    [data-palette="palette-11"] .progress {
        background-color: #2818d6;
    }
    [data-palette="palette-11"] .progress-bar {
        background-color: #2818d6;
    }
}

[data-palette="palette-11"] .progress-primary[value]::-webkit-progress-value {
    background-color: #0275d8;
}

[data-palette="palette-11"] .progress-primary[value]::-moz-progress-bar {
    background-color: #0275d8;
}

[data-palette="palette-11"] .progress-default[value]::-webkit-progress-value {
    background-color: #5bc0de;
}

[data-palette="palette-11"] .progress-default[value]::-moz-progress-bar {
    background-color: #5bc0de;
}

[data-palette="palette-11"] .progress-success[value]::-webkit-progress-value {
    background-color: #5cb85c;
}

[data-palette="palette-11"] .progress-success[value]::-moz-progress-bar {
    background-color: #5cb85c;
}

[data-palette="palette-11"] .progress-info[value]::-webkit-progress-value {
    background-color: #00aced;
}

[data-palette="palette-11"] .progress-info[value]::-moz-progress-bar {
    background-color: #00aced;
}

[data-palette="palette-11"] .progress-warning[value]::-webkit-progress-value {
    background-color: #f0ad4e;
}

[data-palette="palette-11"] .progress-warning[value]::-moz-progress-bar {
    background-color: #f0ad4e;
}

[data-palette="palette-11"] .progress-danger[value]::-webkit-progress-value {
    background-color: #d9534f;
}

[data-palette="palette-11"] .progress-danger[value]::-moz-progress-bar {
    background-color: #d9534f;
}

[data-palette="palette-12"] .progress[value] {
    color: #4e40ea;
}

[data-palette="palette-12"] .progress[value]::-webkit-progress-bar {
    background-color: #4e40ea;
}

[data-palette="palette-12"] .progress[value]::-webkit-progress-value {
    background-color: #4e40ea;
}

@media screen and (min-width: 0\0) {
    [data-palette="palette-12"] .progress {
        background-color: #4e40ea;
    }
    [data-palette="palette-12"] .progress-bar {
        background-color: #4e40ea;
    }
}

[data-palette="palette-12"] .progress-primary[value]::-webkit-progress-value {
    background-color: #0275d8;
}

[data-palette="palette-12"] .progress-primary[value]::-moz-progress-bar {
    background-color: #0275d8;
}

[data-palette="palette-12"] .progress-default[value]::-webkit-progress-value {
    background-color: #5bc0de;
}

[data-palette="palette-12"] .progress-default[value]::-moz-progress-bar {
    background-color: #5bc0de;
}

[data-palette="palette-12"] .progress-success[value]::-webkit-progress-value {
    background-color: #5cb85c;
}

[data-palette="palette-12"] .progress-success[value]::-moz-progress-bar {
    background-color: #5cb85c;
}

[data-palette="palette-12"] .progress-info[value]::-webkit-progress-value {
    background-color: #00aced;
}

[data-palette="palette-12"] .progress-info[value]::-moz-progress-bar {
    background-color: #00aced;
}

[data-palette="palette-12"] .progress-warning[value]::-webkit-progress-value {
    background-color: #f0ad4e;
}

[data-palette="palette-12"] .progress-warning[value]::-moz-progress-bar {
    background-color: #f0ad4e;
}

[data-palette="palette-12"] .progress-danger[value]::-webkit-progress-value {
    background-color: #d9534f;
}

[data-palette="palette-12"] .progress-danger[value]::-moz-progress-bar {
    background-color: #d9534f;
}

[data-palette="palette-13"] .progress[value] {
    color: #5812a1;
}

[data-palette="palette-13"] .progress[value]::-webkit-progress-bar {
    background-color: #5812a1;
}

[data-palette="palette-13"] .progress[value]::-webkit-progress-value {
    background-color: #5812a1;
}

@media screen and (min-width: 0\0) {
    [data-palette="palette-13"] .progress {
        background-color: #5812a1;
    }
    [data-palette="palette-13"] .progress-bar {
        background-color: #5812a1;
    }
}

[data-palette="palette-13"] .progress-primary[value]::-webkit-progress-value {
    background-color: #0275d8;
}

[data-palette="palette-13"] .progress-primary[value]::-moz-progress-bar {
    background-color: #0275d8;
}

[data-palette="palette-13"] .progress-default[value]::-webkit-progress-value {
    background-color: #5bc0de;
}

[data-palette="palette-13"] .progress-default[value]::-moz-progress-bar {
    background-color: #5bc0de;
}

[data-palette="palette-13"] .progress-success[value]::-webkit-progress-value {
    background-color: #5cb85c;
}

[data-palette="palette-13"] .progress-success[value]::-moz-progress-bar {
    background-color: #5cb85c;
}

[data-palette="palette-13"] .progress-info[value]::-webkit-progress-value {
    background-color: #00aced;
}

[data-palette="palette-13"] .progress-info[value]::-moz-progress-bar {
    background-color: #00aced;
}

[data-palette="palette-13"] .progress-warning[value]::-webkit-progress-value {
    background-color: #f0ad4e;
}

[data-palette="palette-13"] .progress-warning[value]::-moz-progress-bar {
    background-color: #f0ad4e;
}

[data-palette="palette-13"] .progress-danger[value]::-webkit-progress-value {
    background-color: #d9534f;
}

[data-palette="palette-13"] .progress-danger[value]::-moz-progress-bar {
    background-color: #d9534f;
}

[data-palette="palette-14"] .progress[value] {
    color: #7518d6;
}

[data-palette="palette-14"] .progress[value]::-webkit-progress-bar {
    background-color: #7518d6;
}

[data-palette="palette-14"] .progress[value]::-webkit-progress-value {
    background-color: #7518d6;
}

@media screen and (min-width: 0\0) {
    [data-palette="palette-14"] .progress {
        background-color: #7518d6;
    }
    [data-palette="palette-14"] .progress-bar {
        background-color: #7518d6;
    }
}

[data-palette="palette-14"] .progress-primary[value]::-webkit-progress-value {
    background-color: #0275d8;
}

[data-palette="palette-14"] .progress-primary[value]::-moz-progress-bar {
    background-color: #0275d8;
}

[data-palette="palette-14"] .progress-default[value]::-webkit-progress-value {
    background-color: #5bc0de;
}

[data-palette="palette-14"] .progress-default[value]::-moz-progress-bar {
    background-color: #5bc0de;
}

[data-palette="palette-14"] .progress-success[value]::-webkit-progress-value {
    background-color: #5cb85c;
}

[data-palette="palette-14"] .progress-success[value]::-moz-progress-bar {
    background-color: #5cb85c;
}

[data-palette="palette-14"] .progress-info[value]::-webkit-progress-value {
    background-color: #00aced;
}

[data-palette="palette-14"] .progress-info[value]::-moz-progress-bar {
    background-color: #00aced;
}

[data-palette="palette-14"] .progress-warning[value]::-webkit-progress-value {
    background-color: #f0ad4e;
}

[data-palette="palette-14"] .progress-warning[value]::-moz-progress-bar {
    background-color: #f0ad4e;
}

[data-palette="palette-14"] .progress-danger[value]::-webkit-progress-value {
    background-color: #d9534f;
}

[data-palette="palette-14"] .progress-danger[value]::-moz-progress-bar {
    background-color: #d9534f;
}

[data-palette="palette-15"] .progress[value] {
    color: #9240ea;
}

[data-palette="palette-15"] .progress[value]::-webkit-progress-bar {
    background-color: #9240ea;
}

[data-palette="palette-15"] .progress[value]::-webkit-progress-value {
    background-color: #9240ea;
}

@media screen and (min-width: 0\0) {
    [data-palette="palette-15"] .progress {
        background-color: #9240ea;
    }
    [data-palette="palette-15"] .progress-bar {
        background-color: #9240ea;
    }
}

[data-palette="palette-15"] .progress-primary[value]::-webkit-progress-value {
    background-color: #0275d8;
}

[data-palette="palette-15"] .progress-primary[value]::-moz-progress-bar {
    background-color: #0275d8;
}

[data-palette="palette-15"] .progress-default[value]::-webkit-progress-value {
    background-color: #5bc0de;
}

[data-palette="palette-15"] .progress-default[value]::-moz-progress-bar {
    background-color: #5bc0de;
}

[data-palette="palette-15"] .progress-success[value]::-webkit-progress-value {
    background-color: #5cb85c;
}

[data-palette="palette-15"] .progress-success[value]::-moz-progress-bar {
    background-color: #5cb85c;
}

[data-palette="palette-15"] .progress-info[value]::-webkit-progress-value {
    background-color: #00aced;
}

[data-palette="palette-15"] .progress-info[value]::-moz-progress-bar {
    background-color: #00aced;
}

[data-palette="palette-15"] .progress-warning[value]::-webkit-progress-value {
    background-color: #f0ad4e;
}

[data-palette="palette-15"] .progress-warning[value]::-moz-progress-bar {
    background-color: #f0ad4e;
}

[data-palette="palette-15"] .progress-danger[value]::-webkit-progress-value {
    background-color: #d9534f;
}

[data-palette="palette-15"] .progress-danger[value]::-moz-progress-bar {
    background-color: #d9534f;
}

[data-palette="palette-16"] .progress[value] {
    color: #d61877;
}

[data-palette="palette-16"] .progress[value]::-webkit-progress-bar {
    background-color: #d61877;
}

[data-palette="palette-16"] .progress[value]::-webkit-progress-value {
    background-color: #d61877;
}

@media screen and (min-width: 0\0) {
    [data-palette="palette-16"] .progress {
        background-color: #d61877;
    }
    [data-palette="palette-16"] .progress-bar {
        background-color: #d61877;
    }
}

[data-palette="palette-16"] .progress-primary[value]::-webkit-progress-value {
    background-color: #0275d8;
}

[data-palette="palette-16"] .progress-primary[value]::-moz-progress-bar {
    background-color: #0275d8;
}

[data-palette="palette-16"] .progress-default[value]::-webkit-progress-value {
    background-color: #5bc0de;
}

[data-palette="palette-16"] .progress-default[value]::-moz-progress-bar {
    background-color: #5bc0de;
}

[data-palette="palette-16"] .progress-success[value]::-webkit-progress-value {
    background-color: #5cb85c;
}

[data-palette="palette-16"] .progress-success[value]::-moz-progress-bar {
    background-color: #5cb85c;
}

[data-palette="palette-16"] .progress-info[value]::-webkit-progress-value {
    background-color: #00aced;
}

[data-palette="palette-16"] .progress-info[value]::-moz-progress-bar {
    background-color: #00aced;
}

[data-palette="palette-16"] .progress-warning[value]::-webkit-progress-value {
    background-color: #f0ad4e;
}

[data-palette="palette-16"] .progress-warning[value]::-moz-progress-bar {
    background-color: #f0ad4e;
}

[data-palette="palette-16"] .progress-danger[value]::-webkit-progress-value {
    background-color: #d9534f;
}

[data-palette="palette-16"] .progress-danger[value]::-moz-progress-bar {
    background-color: #d9534f;
}

[data-palette="palette-17"] .progress[value] {
    color: #ea4095;
}

[data-palette="palette-17"] .progress[value]::-webkit-progress-bar {
    background-color: #ea4095;
}

[data-palette="palette-17"] .progress[value]::-webkit-progress-value {
    background-color: #ea4095;
}

@media screen and (min-width: 0\0) {
    [data-palette="palette-17"] .progress {
        background-color: #ea4095;
    }
    [data-palette="palette-17"] .progress-bar {
        background-color: #ea4095;
    }
}

[data-palette="palette-17"] .progress-primary[value]::-webkit-progress-value {
    background-color: #0275d8;
}

[data-palette="palette-17"] .progress-primary[value]::-moz-progress-bar {
    background-color: #0275d8;
}

[data-palette="palette-17"] .progress-default[value]::-webkit-progress-value {
    background-color: #5bc0de;
}

[data-palette="palette-17"] .progress-default[value]::-moz-progress-bar {
    background-color: #5bc0de;
}

[data-palette="palette-17"] .progress-success[value]::-webkit-progress-value {
    background-color: #5cb85c;
}

[data-palette="palette-17"] .progress-success[value]::-moz-progress-bar {
    background-color: #5cb85c;
}

[data-palette="palette-17"] .progress-info[value]::-webkit-progress-value {
    background-color: #00aced;
}

[data-palette="palette-17"] .progress-info[value]::-moz-progress-bar {
    background-color: #00aced;
}

[data-palette="palette-17"] .progress-warning[value]::-webkit-progress-value {
    background-color: #f0ad4e;
}

[data-palette="palette-17"] .progress-warning[value]::-moz-progress-bar {
    background-color: #f0ad4e;
}

[data-palette="palette-17"] .progress-danger[value]::-webkit-progress-value {
    background-color: #d9534f;
}

[data-palette="palette-17"] .progress-danger[value]::-moz-progress-bar {
    background-color: #d9534f;
}

[data-palette="palette-18"] .progress[value] {
    color: #d62218;
}

[data-palette="palette-18"] .progress[value]::-webkit-progress-bar {
    background-color: #d62218;
}

[data-palette="palette-18"] .progress[value]::-webkit-progress-value {
    background-color: #d62218;
}

@media screen and (min-width: 0\0) {
    [data-palette="palette-18"] .progress {
        background-color: #d62218;
    }
    [data-palette="palette-18"] .progress-bar {
        background-color: #d62218;
    }
}

[data-palette="palette-18"] .progress-primary[value]::-webkit-progress-value {
    background-color: #0275d8;
}

[data-palette="palette-18"] .progress-primary[value]::-moz-progress-bar {
    background-color: #0275d8;
}

[data-palette="palette-18"] .progress-default[value]::-webkit-progress-value {
    background-color: #5bc0de;
}

[data-palette="palette-18"] .progress-default[value]::-moz-progress-bar {
    background-color: #5bc0de;
}

[data-palette="palette-18"] .progress-success[value]::-webkit-progress-value {
    background-color: #5cb85c;
}

[data-palette="palette-18"] .progress-success[value]::-moz-progress-bar {
    background-color: #5cb85c;
}

[data-palette="palette-18"] .progress-info[value]::-webkit-progress-value {
    background-color: #00aced;
}

[data-palette="palette-18"] .progress-info[value]::-moz-progress-bar {
    background-color: #00aced;
}

[data-palette="palette-18"] .progress-warning[value]::-webkit-progress-value {
    background-color: #f0ad4e;
}

[data-palette="palette-18"] .progress-warning[value]::-moz-progress-bar {
    background-color: #f0ad4e;
}

[data-palette="palette-18"] .progress-danger[value]::-webkit-progress-value {
    background-color: #d9534f;
}

[data-palette="palette-18"] .progress-danger[value]::-moz-progress-bar {
    background-color: #d9534f;
}

[data-palette="palette-19"] .progress[value] {
    color: #ea4840;
}

[data-palette="palette-19"] .progress[value]::-webkit-progress-bar {
    background-color: #ea4840;
}

[data-palette="palette-19"] .progress[value]::-webkit-progress-value {
    background-color: #ea4840;
}

@media screen and (min-width: 0\0) {
    [data-palette="palette-19"] .progress {
        background-color: #ea4840;
    }
    [data-palette="palette-19"] .progress-bar {
        background-color: #ea4840;
    }
}

[data-palette="palette-19"] .progress-primary[value]::-webkit-progress-value {
    background-color: #0275d8;
}

[data-palette="palette-19"] .progress-primary[value]::-moz-progress-bar {
    background-color: #0275d8;
}

[data-palette="palette-19"] .progress-default[value]::-webkit-progress-value {
    background-color: #5bc0de;
}

[data-palette="palette-19"] .progress-default[value]::-moz-progress-bar {
    background-color: #5bc0de;
}

[data-palette="palette-19"] .progress-success[value]::-webkit-progress-value {
    background-color: #5cb85c;
}

[data-palette="palette-19"] .progress-success[value]::-moz-progress-bar {
    background-color: #5cb85c;
}

[data-palette="palette-19"] .progress-info[value]::-webkit-progress-value {
    background-color: #00aced;
}

[data-palette="palette-19"] .progress-info[value]::-moz-progress-bar {
    background-color: #00aced;
}

[data-palette="palette-19"] .progress-warning[value]::-webkit-progress-value {
    background-color: #f0ad4e;
}

[data-palette="palette-19"] .progress-warning[value]::-moz-progress-bar {
    background-color: #f0ad4e;
}

[data-palette="palette-19"] .progress-danger[value]::-webkit-progress-value {
    background-color: #d9534f;
}

[data-palette="palette-19"] .progress-danger[value]::-moz-progress-bar {
    background-color: #d9534f;
}

[data-palette="palette-20"] .progress[value] {
    color: #12a125;
}

[data-palette="palette-20"] .progress[value]::-webkit-progress-bar {
    background-color: #12a125;
}

[data-palette="palette-20"] .progress[value]::-webkit-progress-value {
    background-color: #12a125;
}

@media screen and (min-width: 0\0) {
    [data-palette="palette-20"] .progress {
        background-color: #12a125;
    }
    [data-palette="palette-20"] .progress-bar {
        background-color: #12a125;
    }
}

[data-palette="palette-20"] .progress-primary[value]::-webkit-progress-value {
    background-color: #0275d8;
}

[data-palette="palette-20"] .progress-primary[value]::-moz-progress-bar {
    background-color: #0275d8;
}

[data-palette="palette-20"] .progress-default[value]::-webkit-progress-value {
    background-color: #5bc0de;
}

[data-palette="palette-20"] .progress-default[value]::-moz-progress-bar {
    background-color: #5bc0de;
}

[data-palette="palette-20"] .progress-success[value]::-webkit-progress-value {
    background-color: #5cb85c;
}

[data-palette="palette-20"] .progress-success[value]::-moz-progress-bar {
    background-color: #5cb85c;
}

[data-palette="palette-20"] .progress-info[value]::-webkit-progress-value {
    background-color: #00aced;
}

[data-palette="palette-20"] .progress-info[value]::-moz-progress-bar {
    background-color: #00aced;
}

[data-palette="palette-20"] .progress-warning[value]::-webkit-progress-value {
    background-color: #f0ad4e;
}

[data-palette="palette-20"] .progress-warning[value]::-moz-progress-bar {
    background-color: #f0ad4e;
}

[data-palette="palette-20"] .progress-danger[value]::-webkit-progress-value {
    background-color: #d9534f;
}

[data-palette="palette-20"] .progress-danger[value]::-moz-progress-bar {
    background-color: #d9534f;
}

[data-palette="palette-21"] .progress[value] {
    color: #6da112;
}

[data-palette="palette-21"] .progress[value]::-webkit-progress-bar {
    background-color: #6da112;
}

[data-palette="palette-21"] .progress[value]::-webkit-progress-value {
    background-color: #6da112;
}

@media screen and (min-width: 0\0) {
    [data-palette="palette-21"] .progress {
        background-color: #6da112;
    }
    [data-palette="palette-21"] .progress-bar {
        background-color: #6da112;
    }
}

[data-palette="palette-21"] .progress-primary[value]::-webkit-progress-value {
    background-color: #0275d8;
}

[data-palette="palette-21"] .progress-primary[value]::-moz-progress-bar {
    background-color: #0275d8;
}

[data-palette="palette-21"] .progress-default[value]::-webkit-progress-value {
    background-color: #5bc0de;
}

[data-palette="palette-21"] .progress-default[value]::-moz-progress-bar {
    background-color: #5bc0de;
}

[data-palette="palette-21"] .progress-success[value]::-webkit-progress-value {
    background-color: #5cb85c;
}

[data-palette="palette-21"] .progress-success[value]::-moz-progress-bar {
    background-color: #5cb85c;
}

[data-palette="palette-21"] .progress-info[value]::-webkit-progress-value {
    background-color: #00aced;
}

[data-palette="palette-21"] .progress-info[value]::-moz-progress-bar {
    background-color: #00aced;
}

[data-palette="palette-21"] .progress-warning[value]::-webkit-progress-value {
    background-color: #f0ad4e;
}

[data-palette="palette-21"] .progress-warning[value]::-moz-progress-bar {
    background-color: #f0ad4e;
}

[data-palette="palette-21"] .progress-danger[value]::-webkit-progress-value {
    background-color: #d9534f;
}

[data-palette="palette-21"] .progress-danger[value]::-moz-progress-bar {
    background-color: #d9534f;
}

[data-palette="palette-22"] .progress[value] {
    color: #874d2c;
}

[data-palette="palette-22"] .progress[value]::-webkit-progress-bar {
    background-color: #874d2c;
}

[data-palette="palette-22"] .progress[value]::-webkit-progress-value {
    background-color: #874d2c;
}

@media screen and (min-width: 0\0) {
    [data-palette="palette-22"] .progress {
        background-color: #874d2c;
    }
    [data-palette="palette-22"] .progress-bar {
        background-color: #874d2c;
    }
}

[data-palette="palette-22"] .progress-primary[value]::-webkit-progress-value {
    background-color: #0275d8;
}

[data-palette="palette-22"] .progress-primary[value]::-moz-progress-bar {
    background-color: #0275d8;
}

[data-palette="palette-22"] .progress-default[value]::-webkit-progress-value {
    background-color: #5bc0de;
}

[data-palette="palette-22"] .progress-default[value]::-moz-progress-bar {
    background-color: #5bc0de;
}

[data-palette="palette-22"] .progress-success[value]::-webkit-progress-value {
    background-color: #5cb85c;
}

[data-palette="palette-22"] .progress-success[value]::-moz-progress-bar {
    background-color: #5cb85c;
}

[data-palette="palette-22"] .progress-info[value]::-webkit-progress-value {
    background-color: #00aced;
}

[data-palette="palette-22"] .progress-info[value]::-moz-progress-bar {
    background-color: #00aced;
}

[data-palette="palette-22"] .progress-warning[value]::-webkit-progress-value {
    background-color: #f0ad4e;
}

[data-palette="palette-22"] .progress-warning[value]::-moz-progress-bar {
    background-color: #f0ad4e;
}

[data-palette="palette-22"] .progress-danger[value]::-webkit-progress-value {
    background-color: #d9534f;
}

[data-palette="palette-22"] .progress-danger[value]::-moz-progress-bar {
    background-color: #d9534f;
}

[data-palette="palette-23"] .progress[value] {
    color: #b2673b;
}

[data-palette="palette-23"] .progress[value]::-webkit-progress-bar {
    background-color: #b2673b;
}

[data-palette="palette-23"] .progress[value]::-webkit-progress-value {
    background-color: #b2673b;
}

@media screen and (min-width: 0\0) {
    [data-palette="palette-23"] .progress {
        background-color: #b2673b;
    }
    [data-palette="palette-23"] .progress-bar {
        background-color: #b2673b;
    }
}

[data-palette="palette-23"] .progress-primary[value]::-webkit-progress-value {
    background-color: #0275d8;
}

[data-palette="palette-23"] .progress-primary[value]::-moz-progress-bar {
    background-color: #0275d8;
}

[data-palette="palette-23"] .progress-default[value]::-webkit-progress-value {
    background-color: #5bc0de;
}

[data-palette="palette-23"] .progress-default[value]::-moz-progress-bar {
    background-color: #5bc0de;
}

[data-palette="palette-23"] .progress-success[value]::-webkit-progress-value {
    background-color: #5cb85c;
}

[data-palette="palette-23"] .progress-success[value]::-moz-progress-bar {
    background-color: #5cb85c;
}

[data-palette="palette-23"] .progress-info[value]::-webkit-progress-value {
    background-color: #00aced;
}

[data-palette="palette-23"] .progress-info[value]::-moz-progress-bar {
    background-color: #00aced;
}

[data-palette="palette-23"] .progress-warning[value]::-webkit-progress-value {
    background-color: #f0ad4e;
}

[data-palette="palette-23"] .progress-warning[value]::-moz-progress-bar {
    background-color: #f0ad4e;
}

[data-palette="palette-23"] .progress-danger[value]::-webkit-progress-value {
    background-color: #d9534f;
}

[data-palette="palette-23"] .progress-danger[value]::-moz-progress-bar {
    background-color: #d9534f;
}

[data-direction="rtl"] .progress[value] {
    border-radius: 0 !important;
}

[data-direction="rtl"] .progress[value]::-webkit-progress-bar {
    border-radius: 0 !important;
}

[data-direction="rtl"] .progress[value]::-webkit-progress-value {
    border-radius: 0 !important;
}

[data-direction="ltr"] .bs-nav-tabs.nav-tabs-primary .nav-tabs.nav-animated-border-from-center {
    border-color: transparent;
}

[data-direction="ltr"] .bs-nav-tabs.nav-tabs-primary .nav-tabs.nav-animated-border-from-center .nav-item a, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-primary .nav-tabs.nav-animated-border-from-center .nav-item .active {
    border-color: transparent;
}

[data-direction="ltr"] .bs-nav-tabs.nav-tabs-primary .nav-tabs.nav-animated-border-from-left {
    border-color: transparent;
}

[data-direction="ltr"] .bs-nav-tabs.nav-tabs-primary .nav-tabs.nav-animated-border-from-left .nav-item a, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-primary .nav-tabs.nav-animated-border-from-left .nav-item .active {
    border-color: transparent;
}

[data-direction="ltr"] .bs-nav-tabs.nav-tabs-primary .nav-tabs.nav-animated-border-from-right {
    border-color: transparent;
}

[data-direction="ltr"] .bs-nav-tabs.nav-tabs-primary .nav-tabs.nav-animated-border-from-right .nav-item a, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-primary .nav-tabs.nav-animated-border-from-right .nav-item .active {
    border-color: transparent;
}

[data-direction="ltr"] .bs-nav-tabs.nav-tabs-primary .nav-tabs.nav-border-bottom {
    border-color: transparent;
}

[data-direction="ltr"] .bs-nav-tabs.nav-tabs-primary .nav-tabs.nav-border-bottom .nav-item a, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-primary .nav-tabs.nav-border-bottom .nav-item .active {
    border-color: transparent;
    position: relative;
}

[data-direction="ltr"] .bs-nav-tabs.nav-tabs-primary .nav-tabs.nav-border-bottom .nav-item a.active, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-primary .nav-tabs.nav-border-bottom .nav-item a:hover {
    position: relative;
}

[data-direction="ltr"] .bs-nav-tabs.nav-tabs-primary .nav-tabs.nav-border-bottom .nav-item a.active:after, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-primary .nav-tabs.nav-border-bottom .nav-item a:hover:after {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 0px;
    width: 100%;
    height: 3px;
    background-color: #0275d8;
}

[data-direction="ltr"] .bs-nav-tabs.nav-tabs-primary .nav-tabs.nav-border-left {
    border-color: transparent;
}

[data-direction="ltr"] .bs-nav-tabs.nav-tabs-primary .nav-tabs.nav-border-left .nav-item a, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-primary .nav-tabs.nav-border-left .nav-item .active {
    border-color: transparent;
    position: relative;
}

[data-direction="ltr"] .bs-nav-tabs.nav-tabs-primary .nav-tabs.nav-border-left .nav-item a.active, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-primary .nav-tabs.nav-border-left .nav-item a:hover {
    position: relative;
}

[data-direction="ltr"] .bs-nav-tabs.nav-tabs-primary .nav-tabs.nav-border-left .nav-item a.active:after, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-primary .nav-tabs.nav-border-left .nav-item a:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -6px;
    height: 100%;
    width: 3px;
    background-color: #0275d8;
}

[data-direction="ltr"] .bs-nav-tabs.nav-tabs-primary .nav-tabs.nav-border-right {
    border-color: transparent;
}

[data-direction="ltr"] .bs-nav-tabs.nav-tabs-primary .nav-tabs.nav-border-right .nav-item a, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-primary .nav-tabs.nav-border-right .nav-item .active {
    border-color: transparent;
    position: relative;
    text-align: right;
}

[data-direction="ltr"] .bs-nav-tabs.nav-tabs-primary .nav-tabs.nav-border-right .nav-item a.active, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-primary .nav-tabs.nav-border-right .nav-item a:hover {
    position: relative;
}

[data-direction="ltr"] .bs-nav-tabs.nav-tabs-primary .nav-tabs.nav-border-right .nav-item a.active:after, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-primary .nav-tabs.nav-border-right .nav-item a:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -6px;
    height: 100%;
    width: 3px;
    background-color: #0275d8;
}

[data-direction="ltr"] .bs-nav-tabs.nav-tabs-default .nav-tabs.nav-animated-border-from-center {
    border-color: transparent;
}

[data-direction="ltr"] .bs-nav-tabs.nav-tabs-default .nav-tabs.nav-animated-border-from-center .nav-item a, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-default .nav-tabs.nav-animated-border-from-center .nav-item .active {
    border-color: transparent;
}

[data-direction="ltr"] .bs-nav-tabs.nav-tabs-default .nav-tabs.nav-animated-border-from-left {
    border-color: transparent;
}

[data-direction="ltr"] .bs-nav-tabs.nav-tabs-default .nav-tabs.nav-animated-border-from-left .nav-item a, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-default .nav-tabs.nav-animated-border-from-left .nav-item .active {
    border-color: transparent;
}

[data-direction="ltr"] .bs-nav-tabs.nav-tabs-default .nav-tabs.nav-animated-border-from-right {
    border-color: transparent;
}

[data-direction="ltr"] .bs-nav-tabs.nav-tabs-default .nav-tabs.nav-animated-border-from-right .nav-item a, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-default .nav-tabs.nav-animated-border-from-right .nav-item .active {
    border-color: transparent;
}

[data-direction="ltr"] .bs-nav-tabs.nav-tabs-default .nav-tabs.nav-border-bottom {
    border-color: transparent;
}

[data-direction="ltr"] .bs-nav-tabs.nav-tabs-default .nav-tabs.nav-border-bottom .nav-item a, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-default .nav-tabs.nav-border-bottom .nav-item .active {
    border-color: transparent;
    position: relative;
}

[data-direction="ltr"] .bs-nav-tabs.nav-tabs-default .nav-tabs.nav-border-bottom .nav-item a.active, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-default .nav-tabs.nav-border-bottom .nav-item a:hover {
    position: relative;
}

[data-direction="ltr"] .bs-nav-tabs.nav-tabs-default .nav-tabs.nav-border-bottom .nav-item a.active:after, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-default .nav-tabs.nav-border-bottom .nav-item a:hover:after {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 0px;
    width: 100%;
    height: 3px;
    background-color: #5bc0de;
}

[data-direction="ltr"] .bs-nav-tabs.nav-tabs-default .nav-tabs.nav-border-left {
    border-color: transparent;
}

[data-direction="ltr"] .bs-nav-tabs.nav-tabs-default .nav-tabs.nav-border-left .nav-item a, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-default .nav-tabs.nav-border-left .nav-item .active {
    border-color: transparent;
    position: relative;
}

[data-direction="ltr"] .bs-nav-tabs.nav-tabs-default .nav-tabs.nav-border-left .nav-item a.active, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-default .nav-tabs.nav-border-left .nav-item a:hover {
    position: relative;
}

[data-direction="ltr"] .bs-nav-tabs.nav-tabs-default .nav-tabs.nav-border-left .nav-item a.active:after, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-default .nav-tabs.nav-border-left .nav-item a:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -6px;
    height: 100%;
    width: 3px;
    background-color: #5bc0de;
}

[data-direction="ltr"] .bs-nav-tabs.nav-tabs-default .nav-tabs.nav-border-right {
    border-color: transparent;
}

[data-direction="ltr"] .bs-nav-tabs.nav-tabs-default .nav-tabs.nav-border-right .nav-item a, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-default .nav-tabs.nav-border-right .nav-item .active {
    border-color: transparent;
    position: relative;
    text-align: right;
}

[data-direction="ltr"] .bs-nav-tabs.nav-tabs-default .nav-tabs.nav-border-right .nav-item a.active, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-default .nav-tabs.nav-border-right .nav-item a:hover {
    position: relative;
}

[data-direction="ltr"] .bs-nav-tabs.nav-tabs-default .nav-tabs.nav-border-right .nav-item a.active:after, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-default .nav-tabs.nav-border-right .nav-item a:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -6px;
    height: 100%;
    width: 3px;
    background-color: #5bc0de;
}

[data-direction="ltr"] .bs-nav-tabs.nav-tabs-success .nav-tabs.nav-animated-border-from-center {
    border-color: transparent;
}

[data-direction="ltr"] .bs-nav-tabs.nav-tabs-success .nav-tabs.nav-animated-border-from-center .nav-item a, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-success .nav-tabs.nav-animated-border-from-center .nav-item .active {
    border-color: transparent;
}

[data-direction="ltr"] .bs-nav-tabs.nav-tabs-success .nav-tabs.nav-animated-border-from-left {
    border-color: transparent;
}

[data-direction="ltr"] .bs-nav-tabs.nav-tabs-success .nav-tabs.nav-animated-border-from-left .nav-item a, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-success .nav-tabs.nav-animated-border-from-left .nav-item .active {
    border-color: transparent;
}

[data-direction="ltr"] .bs-nav-tabs.nav-tabs-success .nav-tabs.nav-animated-border-from-right {
    border-color: transparent;
}

[data-direction="ltr"] .bs-nav-tabs.nav-tabs-success .nav-tabs.nav-animated-border-from-right .nav-item a, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-success .nav-tabs.nav-animated-border-from-right .nav-item .active {
    border-color: transparent;
}

[data-direction="ltr"] .bs-nav-tabs.nav-tabs-success .nav-tabs.nav-border-bottom {
    border-color: transparent;
}

[data-direction="ltr"] .bs-nav-tabs.nav-tabs-success .nav-tabs.nav-border-bottom .nav-item a, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-success .nav-tabs.nav-border-bottom .nav-item .active {
    border-color: transparent;
    position: relative;
}

[data-direction="ltr"] .bs-nav-tabs.nav-tabs-success .nav-tabs.nav-border-bottom .nav-item a.active, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-success .nav-tabs.nav-border-bottom .nav-item a:hover {
    position: relative;
}

[data-direction="ltr"] .bs-nav-tabs.nav-tabs-success .nav-tabs.nav-border-bottom .nav-item a.active:after, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-success .nav-tabs.nav-border-bottom .nav-item a:hover:after {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 0px;
    width: 100%;
    height: 3px;
    background-color: #5cb85c;
}

[data-direction="ltr"] .bs-nav-tabs.nav-tabs-success .nav-tabs.nav-border-left {
    border-color: transparent;
}

[data-direction="ltr"] .bs-nav-tabs.nav-tabs-success .nav-tabs.nav-border-left .nav-item a, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-success .nav-tabs.nav-border-left .nav-item .active {
    border-color: transparent;
    position: relative;
}

[data-direction="ltr"] .bs-nav-tabs.nav-tabs-success .nav-tabs.nav-border-left .nav-item a.active, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-success .nav-tabs.nav-border-left .nav-item a:hover {
    position: relative;
}

[data-direction="ltr"] .bs-nav-tabs.nav-tabs-success .nav-tabs.nav-border-left .nav-item a.active:after, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-success .nav-tabs.nav-border-left .nav-item a:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -6px;
    height: 100%;
    width: 3px;
    background-color: #5cb85c;
}

[data-direction="ltr"] .bs-nav-tabs.nav-tabs-success .nav-tabs.nav-border-right {
    border-color: transparent;
}

[data-direction="ltr"] .bs-nav-tabs.nav-tabs-success .nav-tabs.nav-border-right .nav-item a, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-success .nav-tabs.nav-border-right .nav-item .active {
    border-color: transparent;
    position: relative;
    text-align: right;
}

[data-direction="ltr"] .bs-nav-tabs.nav-tabs-success .nav-tabs.nav-border-right .nav-item a.active, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-success .nav-tabs.nav-border-right .nav-item a:hover {
    position: relative;
}

[data-direction="ltr"] .bs-nav-tabs.nav-tabs-success .nav-tabs.nav-border-right .nav-item a.active:after, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-success .nav-tabs.nav-border-right .nav-item a:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -6px;
    height: 100%;
    width: 3px;
    background-color: #5cb85c;
}

[data-direction="ltr"] .bs-nav-tabs.nav-tabs-info .nav-tabs.nav-animated-border-from-center {
    border-color: transparent;
}

[data-direction="ltr"] .bs-nav-tabs.nav-tabs-info .nav-tabs.nav-animated-border-from-center .nav-item a, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-info .nav-tabs.nav-animated-border-from-center .nav-item .active {
    border-color: transparent;
}

[data-direction="ltr"] .bs-nav-tabs.nav-tabs-info .nav-tabs.nav-animated-border-from-left {
    border-color: transparent;
}

[data-direction="ltr"] .bs-nav-tabs.nav-tabs-info .nav-tabs.nav-animated-border-from-left .nav-item a, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-info .nav-tabs.nav-animated-border-from-left .nav-item .active {
    border-color: transparent;
}

[data-direction="ltr"] .bs-nav-tabs.nav-tabs-info .nav-tabs.nav-animated-border-from-right {
    border-color: transparent;
}

[data-direction="ltr"] .bs-nav-tabs.nav-tabs-info .nav-tabs.nav-animated-border-from-right .nav-item a, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-info .nav-tabs.nav-animated-border-from-right .nav-item .active {
    border-color: transparent;
}

[data-direction="ltr"] .bs-nav-tabs.nav-tabs-info .nav-tabs.nav-border-bottom {
    border-color: transparent;
}

[data-direction="ltr"] .bs-nav-tabs.nav-tabs-info .nav-tabs.nav-border-bottom .nav-item a, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-info .nav-tabs.nav-border-bottom .nav-item .active {
    border-color: transparent;
    position: relative;
}

[data-direction="ltr"] .bs-nav-tabs.nav-tabs-info .nav-tabs.nav-border-bottom .nav-item a.active, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-info .nav-tabs.nav-border-bottom .nav-item a:hover {
    position: relative;
}

[data-direction="ltr"] .bs-nav-tabs.nav-tabs-info .nav-tabs.nav-border-bottom .nav-item a.active:after, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-info .nav-tabs.nav-border-bottom .nav-item a:hover:after {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 0px;
    width: 100%;
    height: 3px;
    background-color: #00aced;
}

[data-direction="ltr"] .bs-nav-tabs.nav-tabs-info .nav-tabs.nav-border-left {
    border-color: transparent;
}

[data-direction="ltr"] .bs-nav-tabs.nav-tabs-info .nav-tabs.nav-border-left .nav-item a, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-info .nav-tabs.nav-border-left .nav-item .active {
    border-color: transparent;
    position: relative;
}

[data-direction="ltr"] .bs-nav-tabs.nav-tabs-info .nav-tabs.nav-border-left .nav-item a.active, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-info .nav-tabs.nav-border-left .nav-item a:hover {
    position: relative;
}

[data-direction="ltr"] .bs-nav-tabs.nav-tabs-info .nav-tabs.nav-border-left .nav-item a.active:after, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-info .nav-tabs.nav-border-left .nav-item a:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -6px;
    height: 100%;
    width: 3px;
    background-color: #00aced;
}

[data-direction="ltr"] .bs-nav-tabs.nav-tabs-info .nav-tabs.nav-border-right {
    border-color: transparent;
}

[data-direction="ltr"] .bs-nav-tabs.nav-tabs-info .nav-tabs.nav-border-right .nav-item a, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-info .nav-tabs.nav-border-right .nav-item .active {
    border-color: transparent;
    position: relative;
    text-align: right;
}

[data-direction="ltr"] .bs-nav-tabs.nav-tabs-info .nav-tabs.nav-border-right .nav-item a.active, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-info .nav-tabs.nav-border-right .nav-item a:hover {
    position: relative;
}

[data-direction="ltr"] .bs-nav-tabs.nav-tabs-info .nav-tabs.nav-border-right .nav-item a.active:after, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-info .nav-tabs.nav-border-right .nav-item a:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -6px;
    height: 100%;
    width: 3px;
    background-color: #00aced;
}

[data-direction="ltr"] .bs-nav-tabs.nav-tabs-warning .nav-tabs.nav-animated-border-from-center {
    border-color: transparent;
}

[data-direction="ltr"] .bs-nav-tabs.nav-tabs-warning .nav-tabs.nav-animated-border-from-center .nav-item a, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-warning .nav-tabs.nav-animated-border-from-center .nav-item .active {
    border-color: transparent;
}

[data-direction="ltr"] .bs-nav-tabs.nav-tabs-warning .nav-tabs.nav-animated-border-from-left {
    border-color: transparent;
}

[data-direction="ltr"] .bs-nav-tabs.nav-tabs-warning .nav-tabs.nav-animated-border-from-left .nav-item a, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-warning .nav-tabs.nav-animated-border-from-left .nav-item .active {
    border-color: transparent;
}

[data-direction="ltr"] .bs-nav-tabs.nav-tabs-warning .nav-tabs.nav-animated-border-from-right {
    border-color: transparent;
}

[data-direction="ltr"] .bs-nav-tabs.nav-tabs-warning .nav-tabs.nav-animated-border-from-right .nav-item a, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-warning .nav-tabs.nav-animated-border-from-right .nav-item .active {
    border-color: transparent;
}

[data-direction="ltr"] .bs-nav-tabs.nav-tabs-warning .nav-tabs.nav-border-bottom {
    border-color: transparent;
}

[data-direction="ltr"] .bs-nav-tabs.nav-tabs-warning .nav-tabs.nav-border-bottom .nav-item a, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-warning .nav-tabs.nav-border-bottom .nav-item .active {
    border-color: transparent;
    position: relative;
}

[data-direction="ltr"] .bs-nav-tabs.nav-tabs-warning .nav-tabs.nav-border-bottom .nav-item a.active, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-warning .nav-tabs.nav-border-bottom .nav-item a:hover {
    position: relative;
}

[data-direction="ltr"] .bs-nav-tabs.nav-tabs-warning .nav-tabs.nav-border-bottom .nav-item a.active:after, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-warning .nav-tabs.nav-border-bottom .nav-item a:hover:after {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 0px;
    width: 100%;
    height: 3px;
    background-color: #f0ad4e;
}

[data-direction="ltr"] .bs-nav-tabs.nav-tabs-warning .nav-tabs.nav-border-left {
    border-color: transparent;
}

[data-direction="ltr"] .bs-nav-tabs.nav-tabs-warning .nav-tabs.nav-border-left .nav-item a, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-warning .nav-tabs.nav-border-left .nav-item .active {
    border-color: transparent;
    position: relative;
}

[data-direction="ltr"] .bs-nav-tabs.nav-tabs-warning .nav-tabs.nav-border-left .nav-item a.active, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-warning .nav-tabs.nav-border-left .nav-item a:hover {
    position: relative;
}

[data-direction="ltr"] .bs-nav-tabs.nav-tabs-warning .nav-tabs.nav-border-left .nav-item a.active:after, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-warning .nav-tabs.nav-border-left .nav-item a:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -6px;
    height: 100%;
    width: 3px;
    background-color: #f0ad4e;
}

[data-direction="ltr"] .bs-nav-tabs.nav-tabs-warning .nav-tabs.nav-border-right {
    border-color: transparent;
}

[data-direction="ltr"] .bs-nav-tabs.nav-tabs-warning .nav-tabs.nav-border-right .nav-item a, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-warning .nav-tabs.nav-border-right .nav-item .active {
    border-color: transparent;
    position: relative;
    text-align: right;
}

[data-direction="ltr"] .bs-nav-tabs.nav-tabs-warning .nav-tabs.nav-border-right .nav-item a.active, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-warning .nav-tabs.nav-border-right .nav-item a:hover {
    position: relative;
}

[data-direction="ltr"] .bs-nav-tabs.nav-tabs-warning .nav-tabs.nav-border-right .nav-item a.active:after, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-warning .nav-tabs.nav-border-right .nav-item a:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -6px;
    height: 100%;
    width: 3px;
    background-color: #f0ad4e;
}

[data-direction="ltr"] .bs-nav-tabs.nav-tabs-danger .nav-tabs.nav-animated-border-from-center {
    border-color: transparent;
}

[data-direction="ltr"] .bs-nav-tabs.nav-tabs-danger .nav-tabs.nav-animated-border-from-center .nav-item a, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-danger .nav-tabs.nav-animated-border-from-center .nav-item .active {
    border-color: transparent;
}

[data-direction="ltr"] .bs-nav-tabs.nav-tabs-danger .nav-tabs.nav-animated-border-from-left {
    border-color: transparent;
}

[data-direction="ltr"] .bs-nav-tabs.nav-tabs-danger .nav-tabs.nav-animated-border-from-left .nav-item a, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-danger .nav-tabs.nav-animated-border-from-left .nav-item .active {
    border-color: transparent;
}

[data-direction="ltr"] .bs-nav-tabs.nav-tabs-danger .nav-tabs.nav-animated-border-from-right {
    border-color: transparent;
}

[data-direction="ltr"] .bs-nav-tabs.nav-tabs-danger .nav-tabs.nav-animated-border-from-right .nav-item a, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-danger .nav-tabs.nav-animated-border-from-right .nav-item .active {
    border-color: transparent;
}

[data-direction="ltr"] .bs-nav-tabs.nav-tabs-danger .nav-tabs.nav-border-bottom {
    border-color: transparent;
}

[data-direction="ltr"] .bs-nav-tabs.nav-tabs-danger .nav-tabs.nav-border-bottom .nav-item a, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-danger .nav-tabs.nav-border-bottom .nav-item .active {
    border-color: transparent;
    position: relative;
}

[data-direction="ltr"] .bs-nav-tabs.nav-tabs-danger .nav-tabs.nav-border-bottom .nav-item a.active, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-danger .nav-tabs.nav-border-bottom .nav-item a:hover {
    position: relative;
}

[data-direction="ltr"] .bs-nav-tabs.nav-tabs-danger .nav-tabs.nav-border-bottom .nav-item a.active:after, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-danger .nav-tabs.nav-border-bottom .nav-item a:hover:after {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 0px;
    width: 100%;
    height: 3px;
    background-color: #d9534f;
}

[data-direction="ltr"] .bs-nav-tabs.nav-tabs-danger .nav-tabs.nav-border-left {
    border-color: transparent;
}

[data-direction="ltr"] .bs-nav-tabs.nav-tabs-danger .nav-tabs.nav-border-left .nav-item a, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-danger .nav-tabs.nav-border-left .nav-item .active {
    border-color: transparent;
    position: relative;
}

[data-direction="ltr"] .bs-nav-tabs.nav-tabs-danger .nav-tabs.nav-border-left .nav-item a.active, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-danger .nav-tabs.nav-border-left .nav-item a:hover {
    position: relative;
}

[data-direction="ltr"] .bs-nav-tabs.nav-tabs-danger .nav-tabs.nav-border-left .nav-item a.active:after, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-danger .nav-tabs.nav-border-left .nav-item a:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -6px;
    height: 100%;
    width: 3px;
    background-color: #d9534f;
}

[data-direction="ltr"] .bs-nav-tabs.nav-tabs-danger .nav-tabs.nav-border-right {
    border-color: transparent;
}

[data-direction="ltr"] .bs-nav-tabs.nav-tabs-danger .nav-tabs.nav-border-right .nav-item a, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-danger .nav-tabs.nav-border-right .nav-item .active {
    border-color: transparent;
    position: relative;
    text-align: right;
}

[data-direction="ltr"] .bs-nav-tabs.nav-tabs-danger .nav-tabs.nav-border-right .nav-item a.active, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-danger .nav-tabs.nav-border-right .nav-item a:hover {
    position: relative;
}

[data-direction="ltr"] .bs-nav-tabs.nav-tabs-danger .nav-tabs.nav-border-right .nav-item a.active:after, [data-direction="ltr"] .bs-nav-tabs.nav-tabs-danger .nav-tabs.nav-border-right .nav-item a:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -6px;
    height: 100%;
    width: 3px;
    background-color: #d9534f;
}

[data-direction="ltr"] .bs-nav-tabs .tab-content .tab-pane {
    padding: 20px 10px;
}

[data-direction="rtl"] .bs-nav-tabs.nav-tabs-primary .nav-tabs.nav-animated-border-from-center {
    border-color: transparent;
}

[data-direction="rtl"] .bs-nav-tabs.nav-tabs-primary .nav-tabs.nav-animated-border-from-center .nav-item a, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-primary .nav-tabs.nav-animated-border-from-center .nav-item .active {
    border-color: transparent;
}

[data-direction="rtl"] .bs-nav-tabs.nav-tabs-primary .nav-tabs.nav-animated-border-from-left {
    border-color: transparent;
}

[data-direction="rtl"] .bs-nav-tabs.nav-tabs-primary .nav-tabs.nav-animated-border-from-left .nav-item a, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-primary .nav-tabs.nav-animated-border-from-left .nav-item .active {
    border-color: transparent;
}

[data-direction="rtl"] .bs-nav-tabs.nav-tabs-primary .nav-tabs.nav-animated-border-from-right {
    border-color: transparent;
}

[data-direction="rtl"] .bs-nav-tabs.nav-tabs-primary .nav-tabs.nav-animated-border-from-right .nav-item a, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-primary .nav-tabs.nav-animated-border-from-right .nav-item .active {
    border-color: transparent;
}

[data-direction="rtl"] .bs-nav-tabs.nav-tabs-primary .nav-tabs.nav-border-bottom {
    border-color: transparent;
}

[data-direction="rtl"] .bs-nav-tabs.nav-tabs-primary .nav-tabs.nav-border-bottom .nav-item a, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-primary .nav-tabs.nav-border-bottom .nav-item .active {
    border-color: transparent;
    position: relative;
}

[data-direction="rtl"] .bs-nav-tabs.nav-tabs-primary .nav-tabs.nav-border-bottom .nav-item a.active, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-primary .nav-tabs.nav-border-bottom .nav-item a:hover {
    position: relative;
}

[data-direction="rtl"] .bs-nav-tabs.nav-tabs-primary .nav-tabs.nav-border-bottom .nav-item a.active:after, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-primary .nav-tabs.nav-border-bottom .nav-item a:hover:after {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 0px;
    width: 100%;
    height: 3px;
    background-color: #0275d8;
}

[data-direction="rtl"] .bs-nav-tabs.nav-tabs-primary .nav-tabs.nav-border-left {
    border-color: transparent;
}

[data-direction="rtl"] .bs-nav-tabs.nav-tabs-primary .nav-tabs.nav-border-left .nav-item a, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-primary .nav-tabs.nav-border-left .nav-item .active {
    border-color: transparent;
    position: relative;
    text-align: right;
}

[data-direction="rtl"] .bs-nav-tabs.nav-tabs-primary .nav-tabs.nav-border-left .nav-item a.active, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-primary .nav-tabs.nav-border-left .nav-item a:hover {
    position: relative;
}

[data-direction="rtl"] .bs-nav-tabs.nav-tabs-primary .nav-tabs.nav-border-left .nav-item a.active:after, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-primary .nav-tabs.nav-border-left .nav-item a:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -6px;
    height: 100%;
    width: 3px;
    background-color: #0275d8;
}

[data-direction="rtl"] .bs-nav-tabs.nav-tabs-primary .nav-tabs.nav-border-right {
    border-color: transparent;
}

[data-direction="rtl"] .bs-nav-tabs.nav-tabs-primary .nav-tabs.nav-border-right .nav-item a, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-primary .nav-tabs.nav-border-right .nav-item .active {
    border-color: transparent;
    position: relative;
    text-align: left;
}

[data-direction="rtl"] .bs-nav-tabs.nav-tabs-primary .nav-tabs.nav-border-right .nav-item a.active, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-primary .nav-tabs.nav-border-right .nav-item a:hover {
    position: relative;
}

[data-direction="rtl"] .bs-nav-tabs.nav-tabs-primary .nav-tabs.nav-border-right .nav-item a.active:after, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-primary .nav-tabs.nav-border-right .nav-item a:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -6px;
    height: 100%;
    width: 3px;
    background-color: #0275d8;
}

[data-direction="rtl"] .bs-nav-tabs.nav-tabs-default .nav-tabs.nav-animated-border-from-center {
    border-color: transparent;
}

[data-direction="rtl"] .bs-nav-tabs.nav-tabs-default .nav-tabs.nav-animated-border-from-center .nav-item a, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-default .nav-tabs.nav-animated-border-from-center .nav-item .active {
    border-color: transparent;
}

[data-direction="rtl"] .bs-nav-tabs.nav-tabs-default .nav-tabs.nav-animated-border-from-left {
    border-color: transparent;
}

[data-direction="rtl"] .bs-nav-tabs.nav-tabs-default .nav-tabs.nav-animated-border-from-left .nav-item a, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-default .nav-tabs.nav-animated-border-from-left .nav-item .active {
    border-color: transparent;
}

[data-direction="rtl"] .bs-nav-tabs.nav-tabs-default .nav-tabs.nav-animated-border-from-right {
    border-color: transparent;
}

[data-direction="rtl"] .bs-nav-tabs.nav-tabs-default .nav-tabs.nav-animated-border-from-right .nav-item a, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-default .nav-tabs.nav-animated-border-from-right .nav-item .active {
    border-color: transparent;
}

[data-direction="rtl"] .bs-nav-tabs.nav-tabs-default .nav-tabs.nav-border-bottom {
    border-color: transparent;
}

[data-direction="rtl"] .bs-nav-tabs.nav-tabs-default .nav-tabs.nav-border-bottom .nav-item a, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-default .nav-tabs.nav-border-bottom .nav-item .active {
    border-color: transparent;
    position: relative;
}

[data-direction="rtl"] .bs-nav-tabs.nav-tabs-default .nav-tabs.nav-border-bottom .nav-item a.active, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-default .nav-tabs.nav-border-bottom .nav-item a:hover {
    position: relative;
}

[data-direction="rtl"] .bs-nav-tabs.nav-tabs-default .nav-tabs.nav-border-bottom .nav-item a.active:after, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-default .nav-tabs.nav-border-bottom .nav-item a:hover:after {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 0px;
    width: 100%;
    height: 3px;
    background-color: #5bc0de;
}

[data-direction="rtl"] .bs-nav-tabs.nav-tabs-default .nav-tabs.nav-border-left {
    border-color: transparent;
}

[data-direction="rtl"] .bs-nav-tabs.nav-tabs-default .nav-tabs.nav-border-left .nav-item a, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-default .nav-tabs.nav-border-left .nav-item .active {
    border-color: transparent;
    position: relative;
    text-align: right;
}

[data-direction="rtl"] .bs-nav-tabs.nav-tabs-default .nav-tabs.nav-border-left .nav-item a.active, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-default .nav-tabs.nav-border-left .nav-item a:hover {
    position: relative;
}

[data-direction="rtl"] .bs-nav-tabs.nav-tabs-default .nav-tabs.nav-border-left .nav-item a.active:after, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-default .nav-tabs.nav-border-left .nav-item a:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -6px;
    height: 100%;
    width: 3px;
    background-color: #5bc0de;
}

[data-direction="rtl"] .bs-nav-tabs.nav-tabs-default .nav-tabs.nav-border-right {
    border-color: transparent;
}

[data-direction="rtl"] .bs-nav-tabs.nav-tabs-default .nav-tabs.nav-border-right .nav-item a, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-default .nav-tabs.nav-border-right .nav-item .active {
    border-color: transparent;
    position: relative;
    text-align: left;
}

[data-direction="rtl"] .bs-nav-tabs.nav-tabs-default .nav-tabs.nav-border-right .nav-item a.active, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-default .nav-tabs.nav-border-right .nav-item a:hover {
    position: relative;
}

[data-direction="rtl"] .bs-nav-tabs.nav-tabs-default .nav-tabs.nav-border-right .nav-item a.active:after, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-default .nav-tabs.nav-border-right .nav-item a:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -6px;
    height: 100%;
    width: 3px;
    background-color: #5bc0de;
}

[data-direction="rtl"] .bs-nav-tabs.nav-tabs-success .nav-tabs.nav-animated-border-from-center {
    border-color: transparent;
}

[data-direction="rtl"] .bs-nav-tabs.nav-tabs-success .nav-tabs.nav-animated-border-from-center .nav-item a, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-success .nav-tabs.nav-animated-border-from-center .nav-item .active {
    border-color: transparent;
}

[data-direction="rtl"] .bs-nav-tabs.nav-tabs-success .nav-tabs.nav-animated-border-from-left {
    border-color: transparent;
}

[data-direction="rtl"] .bs-nav-tabs.nav-tabs-success .nav-tabs.nav-animated-border-from-left .nav-item a, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-success .nav-tabs.nav-animated-border-from-left .nav-item .active {
    border-color: transparent;
}

[data-direction="rtl"] .bs-nav-tabs.nav-tabs-success .nav-tabs.nav-animated-border-from-right {
    border-color: transparent;
}

[data-direction="rtl"] .bs-nav-tabs.nav-tabs-success .nav-tabs.nav-animated-border-from-right .nav-item a, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-success .nav-tabs.nav-animated-border-from-right .nav-item .active {
    border-color: transparent;
}

[data-direction="rtl"] .bs-nav-tabs.nav-tabs-success .nav-tabs.nav-border-bottom {
    border-color: transparent;
}

[data-direction="rtl"] .bs-nav-tabs.nav-tabs-success .nav-tabs.nav-border-bottom .nav-item a, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-success .nav-tabs.nav-border-bottom .nav-item .active {
    border-color: transparent;
    position: relative;
}

[data-direction="rtl"] .bs-nav-tabs.nav-tabs-success .nav-tabs.nav-border-bottom .nav-item a.active, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-success .nav-tabs.nav-border-bottom .nav-item a:hover {
    position: relative;
}

[data-direction="rtl"] .bs-nav-tabs.nav-tabs-success .nav-tabs.nav-border-bottom .nav-item a.active:after, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-success .nav-tabs.nav-border-bottom .nav-item a:hover:after {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 0px;
    width: 100%;
    height: 3px;
    background-color: #5cb85c;
}

[data-direction="rtl"] .bs-nav-tabs.nav-tabs-success .nav-tabs.nav-border-left {
    border-color: transparent;
}

[data-direction="rtl"] .bs-nav-tabs.nav-tabs-success .nav-tabs.nav-border-left .nav-item a, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-success .nav-tabs.nav-border-left .nav-item .active {
    border-color: transparent;
    position: relative;
    text-align: right;
}

[data-direction="rtl"] .bs-nav-tabs.nav-tabs-success .nav-tabs.nav-border-left .nav-item a.active, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-success .nav-tabs.nav-border-left .nav-item a:hover {
    position: relative;
}

[data-direction="rtl"] .bs-nav-tabs.nav-tabs-success .nav-tabs.nav-border-left .nav-item a.active:after, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-success .nav-tabs.nav-border-left .nav-item a:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -6px;
    height: 100%;
    width: 3px;
    background-color: #5cb85c;
}

[data-direction="rtl"] .bs-nav-tabs.nav-tabs-success .nav-tabs.nav-border-right {
    border-color: transparent;
}

[data-direction="rtl"] .bs-nav-tabs.nav-tabs-success .nav-tabs.nav-border-right .nav-item a, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-success .nav-tabs.nav-border-right .nav-item .active {
    border-color: transparent;
    position: relative;
    text-align: left;
}

[data-direction="rtl"] .bs-nav-tabs.nav-tabs-success .nav-tabs.nav-border-right .nav-item a.active, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-success .nav-tabs.nav-border-right .nav-item a:hover {
    position: relative;
}

[data-direction="rtl"] .bs-nav-tabs.nav-tabs-success .nav-tabs.nav-border-right .nav-item a.active:after, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-success .nav-tabs.nav-border-right .nav-item a:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -6px;
    height: 100%;
    width: 3px;
    background-color: #5cb85c;
}

[data-direction="rtl"] .bs-nav-tabs.nav-tabs-info .nav-tabs.nav-animated-border-from-center {
    border-color: transparent;
}

[data-direction="rtl"] .bs-nav-tabs.nav-tabs-info .nav-tabs.nav-animated-border-from-center .nav-item a, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-info .nav-tabs.nav-animated-border-from-center .nav-item .active {
    border-color: transparent;
}

[data-direction="rtl"] .bs-nav-tabs.nav-tabs-info .nav-tabs.nav-animated-border-from-left {
    border-color: transparent;
}

[data-direction="rtl"] .bs-nav-tabs.nav-tabs-info .nav-tabs.nav-animated-border-from-left .nav-item a, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-info .nav-tabs.nav-animated-border-from-left .nav-item .active {
    border-color: transparent;
}

[data-direction="rtl"] .bs-nav-tabs.nav-tabs-info .nav-tabs.nav-animated-border-from-right {
    border-color: transparent;
}

[data-direction="rtl"] .bs-nav-tabs.nav-tabs-info .nav-tabs.nav-animated-border-from-right .nav-item a, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-info .nav-tabs.nav-animated-border-from-right .nav-item .active {
    border-color: transparent;
}

[data-direction="rtl"] .bs-nav-tabs.nav-tabs-info .nav-tabs.nav-border-bottom {
    border-color: transparent;
}

[data-direction="rtl"] .bs-nav-tabs.nav-tabs-info .nav-tabs.nav-border-bottom .nav-item a, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-info .nav-tabs.nav-border-bottom .nav-item .active {
    border-color: transparent;
    position: relative;
}

[data-direction="rtl"] .bs-nav-tabs.nav-tabs-info .nav-tabs.nav-border-bottom .nav-item a.active, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-info .nav-tabs.nav-border-bottom .nav-item a:hover {
    position: relative;
}

[data-direction="rtl"] .bs-nav-tabs.nav-tabs-info .nav-tabs.nav-border-bottom .nav-item a.active:after, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-info .nav-tabs.nav-border-bottom .nav-item a:hover:after {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 0px;
    width: 100%;
    height: 3px;
    background-color: #00aced;
}

[data-direction="rtl"] .bs-nav-tabs.nav-tabs-info .nav-tabs.nav-border-left {
    border-color: transparent;
}

[data-direction="rtl"] .bs-nav-tabs.nav-tabs-info .nav-tabs.nav-border-left .nav-item a, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-info .nav-tabs.nav-border-left .nav-item .active {
    border-color: transparent;
    position: relative;
    text-align: right;
}

[data-direction="rtl"] .bs-nav-tabs.nav-tabs-info .nav-tabs.nav-border-left .nav-item a.active, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-info .nav-tabs.nav-border-left .nav-item a:hover {
    position: relative;
}

[data-direction="rtl"] .bs-nav-tabs.nav-tabs-info .nav-tabs.nav-border-left .nav-item a.active:after, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-info .nav-tabs.nav-border-left .nav-item a:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -6px;
    height: 100%;
    width: 3px;
    background-color: #00aced;
}

[data-direction="rtl"] .bs-nav-tabs.nav-tabs-info .nav-tabs.nav-border-right {
    border-color: transparent;
}

[data-direction="rtl"] .bs-nav-tabs.nav-tabs-info .nav-tabs.nav-border-right .nav-item a, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-info .nav-tabs.nav-border-right .nav-item .active {
    border-color: transparent;
    position: relative;
    text-align: left;
}

[data-direction="rtl"] .bs-nav-tabs.nav-tabs-info .nav-tabs.nav-border-right .nav-item a.active, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-info .nav-tabs.nav-border-right .nav-item a:hover {
    position: relative;
}

[data-direction="rtl"] .bs-nav-tabs.nav-tabs-info .nav-tabs.nav-border-right .nav-item a.active:after, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-info .nav-tabs.nav-border-right .nav-item a:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -6px;
    height: 100%;
    width: 3px;
    background-color: #00aced;
}

[data-direction="rtl"] .bs-nav-tabs.nav-tabs-warning .nav-tabs.nav-animated-border-from-center {
    border-color: transparent;
}

[data-direction="rtl"] .bs-nav-tabs.nav-tabs-warning .nav-tabs.nav-animated-border-from-center .nav-item a, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-warning .nav-tabs.nav-animated-border-from-center .nav-item .active {
    border-color: transparent;
}

[data-direction="rtl"] .bs-nav-tabs.nav-tabs-warning .nav-tabs.nav-animated-border-from-left {
    border-color: transparent;
}

[data-direction="rtl"] .bs-nav-tabs.nav-tabs-warning .nav-tabs.nav-animated-border-from-left .nav-item a, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-warning .nav-tabs.nav-animated-border-from-left .nav-item .active {
    border-color: transparent;
}

[data-direction="rtl"] .bs-nav-tabs.nav-tabs-warning .nav-tabs.nav-animated-border-from-right {
    border-color: transparent;
}

[data-direction="rtl"] .bs-nav-tabs.nav-tabs-warning .nav-tabs.nav-animated-border-from-right .nav-item a, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-warning .nav-tabs.nav-animated-border-from-right .nav-item .active {
    border-color: transparent;
}

[data-direction="rtl"] .bs-nav-tabs.nav-tabs-warning .nav-tabs.nav-border-bottom {
    border-color: transparent;
}

[data-direction="rtl"] .bs-nav-tabs.nav-tabs-warning .nav-tabs.nav-border-bottom .nav-item a, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-warning .nav-tabs.nav-border-bottom .nav-item .active {
    border-color: transparent;
    position: relative;
}

[data-direction="rtl"] .bs-nav-tabs.nav-tabs-warning .nav-tabs.nav-border-bottom .nav-item a.active, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-warning .nav-tabs.nav-border-bottom .nav-item a:hover {
    position: relative;
}

[data-direction="rtl"] .bs-nav-tabs.nav-tabs-warning .nav-tabs.nav-border-bottom .nav-item a.active:after, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-warning .nav-tabs.nav-border-bottom .nav-item a:hover:after {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 0px;
    width: 100%;
    height: 3px;
    background-color: #f0ad4e;
}

[data-direction="rtl"] .bs-nav-tabs.nav-tabs-warning .nav-tabs.nav-border-left {
    border-color: transparent;
}

[data-direction="rtl"] .bs-nav-tabs.nav-tabs-warning .nav-tabs.nav-border-left .nav-item a, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-warning .nav-tabs.nav-border-left .nav-item .active {
    border-color: transparent;
    position: relative;
    text-align: right;
}

[data-direction="rtl"] .bs-nav-tabs.nav-tabs-warning .nav-tabs.nav-border-left .nav-item a.active, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-warning .nav-tabs.nav-border-left .nav-item a:hover {
    position: relative;
}

[data-direction="rtl"] .bs-nav-tabs.nav-tabs-warning .nav-tabs.nav-border-left .nav-item a.active:after, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-warning .nav-tabs.nav-border-left .nav-item a:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -6px;
    height: 100%;
    width: 3px;
    background-color: #f0ad4e;
}

[data-direction="rtl"] .bs-nav-tabs.nav-tabs-warning .nav-tabs.nav-border-right {
    border-color: transparent;
}

[data-direction="rtl"] .bs-nav-tabs.nav-tabs-warning .nav-tabs.nav-border-right .nav-item a, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-warning .nav-tabs.nav-border-right .nav-item .active {
    border-color: transparent;
    position: relative;
    text-align: left;
}

[data-direction="rtl"] .bs-nav-tabs.nav-tabs-warning .nav-tabs.nav-border-right .nav-item a.active, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-warning .nav-tabs.nav-border-right .nav-item a:hover {
    position: relative;
}

[data-direction="rtl"] .bs-nav-tabs.nav-tabs-warning .nav-tabs.nav-border-right .nav-item a.active:after, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-warning .nav-tabs.nav-border-right .nav-item a:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -6px;
    height: 100%;
    width: 3px;
    background-color: #f0ad4e;
}

[data-direction="rtl"] .bs-nav-tabs.nav-tabs-danger .nav-tabs.nav-animated-border-from-center {
    border-color: transparent;
}

[data-direction="rtl"] .bs-nav-tabs.nav-tabs-danger .nav-tabs.nav-animated-border-from-center .nav-item a, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-danger .nav-tabs.nav-animated-border-from-center .nav-item .active {
    border-color: transparent;
}

[data-direction="rtl"] .bs-nav-tabs.nav-tabs-danger .nav-tabs.nav-animated-border-from-left {
    border-color: transparent;
}

[data-direction="rtl"] .bs-nav-tabs.nav-tabs-danger .nav-tabs.nav-animated-border-from-left .nav-item a, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-danger .nav-tabs.nav-animated-border-from-left .nav-item .active {
    border-color: transparent;
}

[data-direction="rtl"] .bs-nav-tabs.nav-tabs-danger .nav-tabs.nav-animated-border-from-right {
    border-color: transparent;
}

[data-direction="rtl"] .bs-nav-tabs.nav-tabs-danger .nav-tabs.nav-animated-border-from-right .nav-item a, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-danger .nav-tabs.nav-animated-border-from-right .nav-item .active {
    border-color: transparent;
}

[data-direction="rtl"] .bs-nav-tabs.nav-tabs-danger .nav-tabs.nav-border-bottom {
    border-color: transparent;
}

[data-direction="rtl"] .bs-nav-tabs.nav-tabs-danger .nav-tabs.nav-border-bottom .nav-item a, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-danger .nav-tabs.nav-border-bottom .nav-item .active {
    border-color: transparent;
    position: relative;
}

[data-direction="rtl"] .bs-nav-tabs.nav-tabs-danger .nav-tabs.nav-border-bottom .nav-item a.active, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-danger .nav-tabs.nav-border-bottom .nav-item a:hover {
    position: relative;
}

[data-direction="rtl"] .bs-nav-tabs.nav-tabs-danger .nav-tabs.nav-border-bottom .nav-item a.active:after, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-danger .nav-tabs.nav-border-bottom .nav-item a:hover:after {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 0px;
    width: 100%;
    height: 3px;
    background-color: #d9534f;
}

[data-direction="rtl"] .bs-nav-tabs.nav-tabs-danger .nav-tabs.nav-border-left {
    border-color: transparent;
}

[data-direction="rtl"] .bs-nav-tabs.nav-tabs-danger .nav-tabs.nav-border-left .nav-item a, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-danger .nav-tabs.nav-border-left .nav-item .active {
    border-color: transparent;
    position: relative;
    text-align: right;
}

[data-direction="rtl"] .bs-nav-tabs.nav-tabs-danger .nav-tabs.nav-border-left .nav-item a.active, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-danger .nav-tabs.nav-border-left .nav-item a:hover {
    position: relative;
}

[data-direction="rtl"] .bs-nav-tabs.nav-tabs-danger .nav-tabs.nav-border-left .nav-item a.active:after, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-danger .nav-tabs.nav-border-left .nav-item a:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -6px;
    height: 100%;
    width: 3px;
    background-color: #d9534f;
}

[data-direction="rtl"] .bs-nav-tabs.nav-tabs-danger .nav-tabs.nav-border-right {
    border-color: transparent;
}

[data-direction="rtl"] .bs-nav-tabs.nav-tabs-danger .nav-tabs.nav-border-right .nav-item a, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-danger .nav-tabs.nav-border-right .nav-item .active {
    border-color: transparent;
    position: relative;
    text-align: left;
}

[data-direction="rtl"] .bs-nav-tabs.nav-tabs-danger .nav-tabs.nav-border-right .nav-item a.active, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-danger .nav-tabs.nav-border-right .nav-item a:hover {
    position: relative;
}

[data-direction="rtl"] .bs-nav-tabs.nav-tabs-danger .nav-tabs.nav-border-right .nav-item a.active:after, [data-direction="rtl"] .bs-nav-tabs.nav-tabs-danger .nav-tabs.nav-border-right .nav-item a:hover:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -6px;
    height: 100%;
    width: 3px;
    background-color: #d9534f;
}

[data-direction="rtl"] .bs-nav-tabs .tab-content .tab-pane {
    padding: 20px 10px;
}

.bs-nav-tabs.nav-pills-default .nav-pills {
    border-color: transparent;
}

.bs-nav-tabs.nav-pills-default .nav-pills .nav-item a, .bs-nav-tabs.nav-pills-default .nav-pills .nav-item .active {
    border-color: transparent;
    position: relative;
}

.bs-nav-tabs.nav-pills-default .nav-pills .nav-item a:active, .bs-nav-tabs.nav-pills-default .nav-pills .nav-item a:focus, .bs-nav-tabs.nav-pills-default .nav-pills .nav-item a:hover, .bs-nav-tabs.nav-pills-default .nav-pills .nav-item a.active {
    background-color: #5bc0de !important;
    color: #fff;
}

.bs-nav-tabs.nav-pills-default .nav-pills-squared .nav-item a, .bs-nav-tabs.nav-pills-default .nav-pills-squared .nav-item .active {
    border-radius: 0;
}

.bs-nav-tabs.nav-pills-default .nav-pills-rounded .nav-item a, .bs-nav-tabs.nav-pills-default .nav-pills-rounded .nav-item .active {
    border-radius: 20px;
}

.bs-nav-tabs.nav-pills-primary .nav-pills {
    border-color: transparent;
}

.bs-nav-tabs.nav-pills-primary .nav-pills .nav-item a, .bs-nav-tabs.nav-pills-primary .nav-pills .nav-item .active {
    border-color: transparent;
    position: relative;
}

.bs-nav-tabs.nav-pills-primary .nav-pills .nav-item a:active, .bs-nav-tabs.nav-pills-primary .nav-pills .nav-item a:focus, .bs-nav-tabs.nav-pills-primary .nav-pills .nav-item a:hover, .bs-nav-tabs.nav-pills-primary .nav-pills .nav-item a.active {
    background-color: #0275d8 !important;
    color: #fff;
}

.bs-nav-tabs.nav-pills-primary .nav-pills-squared .nav-item a, .bs-nav-tabs.nav-pills-primary .nav-pills-squared .nav-item .active {
    border-radius: 0;
}

.bs-nav-tabs.nav-pills-primary .nav-pills-rounded .nav-item a, .bs-nav-tabs.nav-pills-primary .nav-pills-rounded .nav-item .active {
    border-radius: 20px;
}

.bs-nav-tabs.nav-pills-info .nav-pills {
    border-color: transparent;
}

.bs-nav-tabs.nav-pills-info .nav-pills .nav-item a, .bs-nav-tabs.nav-pills-info .nav-pills .nav-item .active {
    border-color: transparent;
    position: relative;
}

.bs-nav-tabs.nav-pills-info .nav-pills .nav-item a:active, .bs-nav-tabs.nav-pills-info .nav-pills .nav-item a:focus, .bs-nav-tabs.nav-pills-info .nav-pills .nav-item a:hover, .bs-nav-tabs.nav-pills-info .nav-pills .nav-item a.active {
    background-color: #00aced !important;
    color: #fff;
}

.bs-nav-tabs.nav-pills-info .nav-pills-squared .nav-item a, .bs-nav-tabs.nav-pills-info .nav-pills-squared .nav-item .active {
    border-radius: 0;
}

.bs-nav-tabs.nav-pills-info .nav-pills-rounded .nav-item a, .bs-nav-tabs.nav-pills-info .nav-pills-rounded .nav-item .active {
    border-radius: 20px;
}

.bs-nav-tabs.nav-pills-warning .nav-pills {
    border-color: transparent;
}

.bs-nav-tabs.nav-pills-warning .nav-pills .nav-item a, .bs-nav-tabs.nav-pills-warning .nav-pills .nav-item .active {
    border-color: transparent;
    position: relative;
}

.bs-nav-tabs.nav-pills-warning .nav-pills .nav-item a:active, .bs-nav-tabs.nav-pills-warning .nav-pills .nav-item a:focus, .bs-nav-tabs.nav-pills-warning .nav-pills .nav-item a:hover, .bs-nav-tabs.nav-pills-warning .nav-pills .nav-item a.active {
    background-color: #f0ad4e !important;
    color: #fff;
}

.bs-nav-tabs.nav-pills-warning .nav-pills-squared .nav-item a, .bs-nav-tabs.nav-pills-warning .nav-pills-squared .nav-item .active {
    border-radius: 0;
}

.bs-nav-tabs.nav-pills-warning .nav-pills-rounded .nav-item a, .bs-nav-tabs.nav-pills-warning .nav-pills-rounded .nav-item .active {
    border-radius: 20px;
}

.bs-nav-tabs.nav-pills-success .nav-pills {
    border-color: transparent;
}

.bs-nav-tabs.nav-pills-success .nav-pills .nav-item a, .bs-nav-tabs.nav-pills-success .nav-pills .nav-item .active {
    border-color: transparent;
    position: relative;
}

.bs-nav-tabs.nav-pills-success .nav-pills .nav-item a:active, .bs-nav-tabs.nav-pills-success .nav-pills .nav-item a:focus, .bs-nav-tabs.nav-pills-success .nav-pills .nav-item a:hover, .bs-nav-tabs.nav-pills-success .nav-pills .nav-item a.active {
    background-color: #5cb85c !important;
    color: #fff;
}

.bs-nav-tabs.nav-pills-success .nav-pills-squared .nav-item a, .bs-nav-tabs.nav-pills-success .nav-pills-squared .nav-item .active {
    border-radius: 0;
}

.bs-nav-tabs.nav-pills-success .nav-pills-rounded .nav-item a, .bs-nav-tabs.nav-pills-success .nav-pills-rounded .nav-item .active {
    border-radius: 20px;
}

.bs-nav-tabs.nav-pills-danger .nav-pills {
    border-color: transparent;
}

.bs-nav-tabs.nav-pills-danger .nav-pills .nav-item a, .bs-nav-tabs.nav-pills-danger .nav-pills .nav-item .active {
    border-color: transparent;
    position: relative;
}

.bs-nav-tabs.nav-pills-danger .nav-pills .nav-item a:active, .bs-nav-tabs.nav-pills-danger .nav-pills .nav-item a:focus, .bs-nav-tabs.nav-pills-danger .nav-pills .nav-item a:hover, .bs-nav-tabs.nav-pills-danger .nav-pills .nav-item a.active {
    background-color: #d9534f !important;
    color: #fff;
}

.bs-nav-tabs.nav-pills-danger .nav-pills-squared .nav-item a, .bs-nav-tabs.nav-pills-danger .nav-pills-squared .nav-item .active {
    border-radius: 0;
}

.bs-nav-tabs.nav-pills-danger .nav-pills-rounded .nav-item a, .bs-nav-tabs.nav-pills-danger .nav-pills-rounded .nav-item .active {
    border-radius: 20px;
}

.bs-nav-tabs.nav-pills-white .nav-pills {
    border-color: transparent;
}

.bs-nav-tabs.nav-pills-white .nav-pills .nav-item a, .bs-nav-tabs.nav-pills-white .nav-pills .nav-item .active {
    border-color: transparent;
    position: relative;
}

.bs-nav-tabs.nav-pills-white .nav-pills .nav-item a:active, .bs-nav-tabs.nav-pills-white .nav-pills .nav-item a:focus, .bs-nav-tabs.nav-pills-white .nav-pills .nav-item a:hover, .bs-nav-tabs.nav-pills-white .nav-pills .nav-item a.active {
    background-color: #ffffff !important;
    color: #fff;
}

.bs-nav-tabs.nav-pills-white .nav-pills-squared .nav-item a, .bs-nav-tabs.nav-pills-white .nav-pills-squared .nav-item .active {
    border-radius: 0;
}

.bs-nav-tabs.nav-pills-white .nav-pills-rounded .nav-item a, .bs-nav-tabs.nav-pills-white .nav-pills-rounded .nav-item .active {
    border-radius: 20px;
}

.bs-nav-tabs.nav-pills-black .nav-pills {
    border-color: transparent;
}

.bs-nav-tabs.nav-pills-black .nav-pills .nav-item a, .bs-nav-tabs.nav-pills-black .nav-pills .nav-item .active {
    border-color: transparent;
    position: relative;
}

.bs-nav-tabs.nav-pills-black .nav-pills .nav-item a:active, .bs-nav-tabs.nav-pills-black .nav-pills .nav-item a:focus, .bs-nav-tabs.nav-pills-black .nav-pills .nav-item a:hover, .bs-nav-tabs.nav-pills-black .nav-pills .nav-item a.active {
    background-color: #000000 !important;
    color: #fff;
}

.bs-nav-tabs.nav-pills-black .nav-pills-squared .nav-item a, .bs-nav-tabs.nav-pills-black .nav-pills-squared .nav-item .active {
    border-radius: 0;
}

.bs-nav-tabs.nav-pills-black .nav-pills-rounded .nav-item a, .bs-nav-tabs.nav-pills-black .nav-pills-rounded .nav-item .active {
    border-radius: 20px;
}

.bs-nav-tabs .tab-content .tab-pane {
    padding: 20px 10px;
}

[data-palette="palette-1"] .nav-tabs .nav-link.active, [data-palette="palette-1"] .nav-tabs .nav-link.active:focus, [data-palette="palette-1"] .nav-tabs .nav-link.active:hover, [data-palette="palette-1"] .nav-tabs .nav-item.open .nav-link, [data-palette="palette-1"] .nav-tabs .nav-item.open .nav-link:focus, [data-palette="palette-1"] .nav-tabs .nav-item.open .nav-link:hover {
    background-color: #242424;
    color: #ffffff;
    border-color: transparent;
}

[data-palette="palette-2"] .nav-tabs .nav-link.active, [data-palette="palette-2"] .nav-tabs .nav-link.active:focus, [data-palette="palette-2"] .nav-tabs .nav-link.active:hover, [data-palette="palette-2"] .nav-tabs .nav-item.open .nav-link, [data-palette="palette-2"] .nav-tabs .nav-item.open .nav-link:focus, [data-palette="palette-2"] .nav-tabs .nav-item.open .nav-link:hover {
    background-color: #262932;
    color: #ffffff;
    border-color: transparent;
}

[data-palette="palette-3"] .nav-tabs .nav-link.active, [data-palette="palette-3"] .nav-tabs .nav-link.active:focus, [data-palette="palette-3"] .nav-tabs .nav-link.active:hover, [data-palette="palette-3"] .nav-tabs .nav-item.open .nav-link, [data-palette="palette-3"] .nav-tabs .nav-item.open .nav-link:focus, [data-palette="palette-3"] .nav-tabs .nav-item.open .nav-link:hover {
    background-color: #000000;
    color: #ffffff;
    border-color: transparent;
}

[data-palette="palette-4"] .nav-tabs .nav-link.active, [data-palette="palette-4"] .nav-tabs .nav-link.active:focus, [data-palette="palette-4"] .nav-tabs .nav-link.active:hover, [data-palette="palette-4"] .nav-tabs .nav-item.open .nav-link, [data-palette="palette-4"] .nav-tabs .nav-item.open .nav-link:focus, [data-palette="palette-4"] .nav-tabs .nav-item.open .nav-link:hover {
    background-color: #ffffff;
    color: #262932;
    border-color: transparent;
}

[data-palette="palette-5"] .nav-tabs .nav-link.active, [data-palette="palette-5"] .nav-tabs .nav-link.active:focus, [data-palette="palette-5"] .nav-tabs .nav-link.active:hover, [data-palette="palette-5"] .nav-tabs .nav-item.open .nav-link, [data-palette="palette-5"] .nav-tabs .nav-item.open .nav-link:focus, [data-palette="palette-5"] .nav-tabs .nav-item.open .nav-link:hover {
    background-color: #ffffff;
    color: #262932;
    border-color: transparent;
}

[data-palette="palette-6"] .nav-tabs .nav-link.active, [data-palette="palette-6"] .nav-tabs .nav-link.active:focus, [data-palette="palette-6"] .nav-tabs .nav-link.active:hover, [data-palette="palette-6"] .nav-tabs .nav-item.open .nav-link, [data-palette="palette-6"] .nav-tabs .nav-item.open .nav-link:focus, [data-palette="palette-6"] .nav-tabs .nav-item.open .nav-link:hover {
    background-color: #ffffff;
    color: #262932;
    border-color: transparent;
}

[data-palette="palette-7"] .nav-tabs .nav-link.active, [data-palette="palette-7"] .nav-tabs .nav-link.active:focus, [data-palette="palette-7"] .nav-tabs .nav-link.active:hover, [data-palette="palette-7"] .nav-tabs .nav-item.open .nav-link, [data-palette="palette-7"] .nav-tabs .nav-item.open .nav-link:focus, [data-palette="palette-7"] .nav-tabs .nav-item.open .nav-link:hover {
    background-color: #0267bf;
    color: #ffffff;
    border-color: transparent;
}

[data-palette="palette-8"] .nav-tabs .nav-link.active, [data-palette="palette-8"] .nav-tabs .nav-link.active:focus, [data-palette="palette-8"] .nav-tabs .nav-link.active:hover, [data-palette="palette-8"] .nav-tabs .nav-item.open .nav-link, [data-palette="palette-8"] .nav-tabs .nav-item.open .nav-link:focus, [data-palette="palette-8"] .nav-tabs .nav-item.open .nav-link:hover {
    background-color: #025aa5;
    color: #ffffff;
    border-color: transparent;
}

[data-palette="palette-9"] .nav-tabs .nav-link.active, [data-palette="palette-9"] .nav-tabs .nav-link.active:focus, [data-palette="palette-9"] .nav-tabs .nav-link.active:hover, [data-palette="palette-9"] .nav-tabs .nav-item.open .nav-link, [data-palette="palette-9"] .nav-tabs .nav-item.open .nav-link:focus, [data-palette="palette-9"] .nav-tabs .nav-item.open .nav-link:hover {
    background-color: #014c8c;
    color: #ffffff;
    border-color: transparent;
}

[data-palette="palette-10"] .nav-tabs .nav-link.active, [data-palette="palette-10"] .nav-tabs .nav-link.active:focus, [data-palette="palette-10"] .nav-tabs .nav-link.active:hover, [data-palette="palette-10"] .nav-tabs .nav-item.open .nav-link, [data-palette="palette-10"] .nav-tabs .nav-item.open .nav-link:focus, [data-palette="palette-10"] .nav-tabs .nav-item.open .nav-link:hover {
    background-color: #110a5c;
    color: #ffffff;
    border-color: transparent;
}

[data-palette="palette-11"] .nav-tabs .nav-link.active, [data-palette="palette-11"] .nav-tabs .nav-link.active:focus, [data-palette="palette-11"] .nav-tabs .nav-link.active:hover, [data-palette="palette-11"] .nav-tabs .nav-item.open .nav-link, [data-palette="palette-11"] .nav-tabs .nav-item.open .nav-link:focus, [data-palette="palette-11"] .nav-tabs .nav-item.open .nav-link:hover {
    background-color: #1b1091;
    color: #ffffff;
    border-color: transparent;
}

[data-palette="palette-12"] .nav-tabs .nav-link.active, [data-palette="palette-12"] .nav-tabs .nav-link.active:focus, [data-palette="palette-12"] .nav-tabs .nav-link.active:hover, [data-palette="palette-12"] .nav-tabs .nav-item.open .nav-link, [data-palette="palette-12"] .nav-tabs .nav-item.open .nav-link:focus, [data-palette="palette-12"] .nav-tabs .nav-item.open .nav-link:hover {
    background-color: #2516c7;
    color: #ffffff;
    border-color: transparent;
}

[data-palette="palette-13"] .nav-tabs .nav-link.active, [data-palette="palette-13"] .nav-tabs .nav-link.active:focus, [data-palette="palette-13"] .nav-tabs .nav-link.active:hover, [data-palette="palette-13"] .nav-tabs .nav-item.open .nav-link, [data-palette="palette-13"] .nav-tabs .nav-item.open .nav-link:focus, [data-palette="palette-13"] .nav-tabs .nav-item.open .nav-link:hover {
    background-color: #320a5c;
    color: #ffffff;
    border-color: transparent;
}

[data-palette="palette-14"] .nav-tabs .nav-link.active, [data-palette="palette-14"] .nav-tabs .nav-link.active:focus, [data-palette="palette-14"] .nav-tabs .nav-link.active:hover, [data-palette="palette-14"] .nav-tabs .nav-item.open .nav-link, [data-palette="palette-14"] .nav-tabs .nav-item.open .nav-link:focus, [data-palette="palette-14"] .nav-tabs .nav-item.open .nav-link:hover {
    background-color: #4f1091;
    color: #ffffff;
    border-color: transparent;
}

[data-palette="palette-15"] .nav-tabs .nav-link.active, [data-palette="palette-15"] .nav-tabs .nav-link.active:focus, [data-palette="palette-15"] .nav-tabs .nav-link.active:hover, [data-palette="palette-15"] .nav-tabs .nav-item.open .nav-link, [data-palette="palette-15"] .nav-tabs .nav-item.open .nav-link:focus, [data-palette="palette-15"] .nav-tabs .nav-item.open .nav-link:hover {
    background-color: #6c16c7;
    color: #ffffff;
    border-color: transparent;
}

[data-palette="palette-16"] .nav-tabs .nav-link.active, [data-palette="palette-16"] .nav-tabs .nav-link.active:focus, [data-palette="palette-16"] .nav-tabs .nav-link.active:hover, [data-palette="palette-16"] .nav-tabs .nav-item.open .nav-link, [data-palette="palette-16"] .nav-tabs .nav-item.open .nav-link:focus, [data-palette="palette-16"] .nav-tabs .nav-item.open .nav-link:hover {
    background-color: #911051;
    color: #ffffff;
    border-color: transparent;
}

[data-palette="palette-17"] .nav-tabs .nav-link.active, [data-palette="palette-17"] .nav-tabs .nav-link.active:focus, [data-palette="palette-17"] .nav-tabs .nav-link.active:hover, [data-palette="palette-17"] .nav-tabs .nav-item.open .nav-link, [data-palette="palette-17"] .nav-tabs .nav-item.open .nav-link:focus, [data-palette="palette-17"] .nav-tabs .nav-item.open .nav-link:hover {
    background-color: #c7166f;
    color: #ffffff;
    border-color: transparent;
}

[data-palette="palette-18"] .nav-tabs .nav-link.active, [data-palette="palette-18"] .nav-tabs .nav-link.active:focus, [data-palette="palette-18"] .nav-tabs .nav-link.active:hover, [data-palette="palette-18"] .nav-tabs .nav-item.open .nav-link, [data-palette="palette-18"] .nav-tabs .nav-item.open .nav-link:focus, [data-palette="palette-18"] .nav-tabs .nav-item.open .nav-link:hover {
    background-color: #911710;
    color: #ffffff;
    border-color: transparent;
}

[data-palette="palette-19"] .nav-tabs .nav-link.active, [data-palette="palette-19"] .nav-tabs .nav-link.active:focus, [data-palette="palette-19"] .nav-tabs .nav-link.active:hover, [data-palette="palette-19"] .nav-tabs .nav-item.open .nav-link, [data-palette="palette-19"] .nav-tabs .nav-item.open .nav-link:focus, [data-palette="palette-19"] .nav-tabs .nav-item.open .nav-link:hover {
    background-color: #c71f16;
    color: #ffffff;
    border-color: transparent;
}

[data-palette="palette-20"] .nav-tabs .nav-link.active, [data-palette="palette-20"] .nav-tabs .nav-link.active:focus, [data-palette="palette-20"] .nav-tabs .nav-link.active:hover, [data-palette="palette-20"] .nav-tabs .nav-item.open .nav-link, [data-palette="palette-20"] .nav-tabs .nav-item.open .nav-link:focus, [data-palette="palette-20"] .nav-tabs .nav-item.open .nav-link:hover {
    background-color: #0a5c15;
    color: #ffffff;
    border-color: transparent;
}

[data-palette="palette-21"] .nav-tabs .nav-link.active, [data-palette="palette-21"] .nav-tabs .nav-link.active:focus, [data-palette="palette-21"] .nav-tabs .nav-link.active:hover, [data-palette="palette-21"] .nav-tabs .nav-item.open .nav-link, [data-palette="palette-21"] .nav-tabs .nav-item.open .nav-link:focus, [data-palette="palette-21"] .nav-tabs .nav-item.open .nav-link:hover {
    background-color: #3e5c0a;
    color: #ffffff;
    border-color: transparent;
}

[data-palette="palette-22"] .nav-tabs .nav-link.active, [data-palette="palette-22"] .nav-tabs .nav-link.active:focus, [data-palette="palette-22"] .nav-tabs .nav-link.active:hover, [data-palette="palette-22"] .nav-tabs .nav-item.open .nav-link, [data-palette="palette-22"] .nav-tabs .nav-item.open .nav-link:focus, [data-palette="palette-22"] .nav-tabs .nav-item.open .nav-link:hover {
    background-color: #4d2c19;
    color: #ffffff;
    border-color: transparent;
}

[data-palette="palette-23"] .nav-tabs .nav-link.active, [data-palette="palette-23"] .nav-tabs .nav-link.active:focus, [data-palette="palette-23"] .nav-tabs .nav-link.active:hover, [data-palette="palette-23"] .nav-tabs .nav-item.open .nav-link, [data-palette="palette-23"] .nav-tabs .nav-item.open .nav-link:focus, [data-palette="palette-23"] .nav-tabs .nav-item.open .nav-link:hover {
    background-color: #794628;
    color: #ffffff;
    border-color: transparent;
}

[data-direction="rtl"] .bs-nav-tabs .nav:not(.nav-stacked) {
    padding-right: 0;
}

[data-direction="rtl"] .bs-nav-tabs .nav:not(.nav-stacked).nav-tabs .nav-item {
    float: right;
}

[data-direction="rtl"] .bs-nav-tabs .nav:not(.nav-stacked).nav-tabs.nav-pills .nav-item {
    margin-left: 3px;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 300;
}

h1 > small, h2 > small, h3 > small, h4 > small, h5 > small, h6 > small {
    font-weight: 400;
}

a,
.btn,
.btn:hover,
.btn:focus,
.btn:active {
    cursor: pointer;
    outline: none !important;
    text-decoration: none !important;
}

[data-direction="ltr"] .underline-primary {
    position: relative;
}

[data-direction="ltr"] .underline-primary:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -9px;
    left: 0px;
    width: 40px;
    height: 3px;
    background-color: #0275d8;
}

[data-direction="ltr"] .underline-primary.underline-40 {
    position: relative;
}

[data-direction="ltr"] .underline-primary.underline-40:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -9px;
    left: 0px;
    width: 40px;
    height: 3px;
    background-color: #0275d8;
}

[data-direction="ltr"] .underline-primary.underline-80 {
    position: relative;
}

[data-direction="ltr"] .underline-primary.underline-80:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -9px;
    left: 0px;
    width: 80px;
    height: 3px;
    background-color: #0275d8;
}

[data-direction="ltr"] .underline-primary.underline-120 {
    position: relative;
}

[data-direction="ltr"] .underline-primary.underline-120:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -9px;
    left: 0px;
    width: 120px;
    height: 3px;
    background-color: #0275d8;
}

[data-direction="ltr"] .underline-default {
    position: relative;
}

[data-direction="ltr"] .underline-default:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -9px;
    left: 0px;
    width: 40px;
    height: 3px;
    background-color: #5bc0de;
}

[data-direction="ltr"] .underline-default.underline-40 {
    position: relative;
}

[data-direction="ltr"] .underline-default.underline-40:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -9px;
    left: 0px;
    width: 40px;
    height: 3px;
    background-color: #5bc0de;
}

[data-direction="ltr"] .underline-default.underline-80 {
    position: relative;
}

[data-direction="ltr"] .underline-default.underline-80:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -9px;
    left: 0px;
    width: 80px;
    height: 3px;
    background-color: #5bc0de;
}

[data-direction="ltr"] .underline-default.underline-120 {
    position: relative;
}

[data-direction="ltr"] .underline-default.underline-120:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -9px;
    left: 0px;
    width: 120px;
    height: 3px;
    background-color: #5bc0de;
}

[data-direction="ltr"] .underline-success {
    position: relative;
}

[data-direction="ltr"] .underline-success:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -9px;
    left: 0px;
    width: 40px;
    height: 3px;
    background-color: #5cb85c;
}

[data-direction="ltr"] .underline-success.underline-40 {
    position: relative;
}

[data-direction="ltr"] .underline-success.underline-40:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -9px;
    left: 0px;
    width: 40px;
    height: 3px;
    background-color: #5cb85c;
}

[data-direction="ltr"] .underline-success.underline-80 {
    position: relative;
}

[data-direction="ltr"] .underline-success.underline-80:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -9px;
    left: 0px;
    width: 80px;
    height: 3px;
    background-color: #5cb85c;
}

[data-direction="ltr"] .underline-success.underline-120 {
    position: relative;
}

[data-direction="ltr"] .underline-success.underline-120:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -9px;
    left: 0px;
    width: 120px;
    height: 3px;
    background-color: #5cb85c;
}

[data-direction="ltr"] .underline-info {
    position: relative;
}

[data-direction="ltr"] .underline-info:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -9px;
    left: 0px;
    width: 40px;
    height: 3px;
    background-color: #00aced;
}

[data-direction="ltr"] .underline-info.underline-40 {
    position: relative;
}

[data-direction="ltr"] .underline-info.underline-40:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -9px;
    left: 0px;
    width: 40px;
    height: 3px;
    background-color: #00aced;
}

[data-direction="ltr"] .underline-info.underline-80 {
    position: relative;
}

[data-direction="ltr"] .underline-info.underline-80:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -9px;
    left: 0px;
    width: 80px;
    height: 3px;
    background-color: #00aced;
}

[data-direction="ltr"] .underline-info.underline-120 {
    position: relative;
}

[data-direction="ltr"] .underline-info.underline-120:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -9px;
    left: 0px;
    width: 120px;
    height: 3px;
    background-color: #00aced;
}

[data-direction="ltr"] .underline-warning {
    position: relative;
}

[data-direction="ltr"] .underline-warning:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -9px;
    left: 0px;
    width: 40px;
    height: 3px;
    background-color: #f0ad4e;
}

[data-direction="ltr"] .underline-warning.underline-40 {
    position: relative;
}

[data-direction="ltr"] .underline-warning.underline-40:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -9px;
    left: 0px;
    width: 40px;
    height: 3px;
    background-color: #f0ad4e;
}

[data-direction="ltr"] .underline-warning.underline-80 {
    position: relative;
}

[data-direction="ltr"] .underline-warning.underline-80:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -9px;
    left: 0px;
    width: 80px;
    height: 3px;
    background-color: #f0ad4e;
}

[data-direction="ltr"] .underline-warning.underline-120 {
    position: relative;
}

[data-direction="ltr"] .underline-warning.underline-120:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -9px;
    left: 0px;
    width: 120px;
    height: 3px;
    background-color: #f0ad4e;
}

[data-direction="ltr"] .underline-danger {
    position: relative;
}

[data-direction="ltr"] .underline-danger:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -9px;
    left: 0px;
    width: 40px;
    height: 3px;
    background-color: #d9534f;
}

[data-direction="ltr"] .underline-danger.underline-40 {
    position: relative;
}

[data-direction="ltr"] .underline-danger.underline-40:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -9px;
    left: 0px;
    width: 40px;
    height: 3px;
    background-color: #d9534f;
}

[data-direction="ltr"] .underline-danger.underline-80 {
    position: relative;
}

[data-direction="ltr"] .underline-danger.underline-80:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -9px;
    left: 0px;
    width: 80px;
    height: 3px;
    background-color: #d9534f;
}

[data-direction="ltr"] .underline-danger.underline-120 {
    position: relative;
}

[data-direction="ltr"] .underline-danger.underline-120:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -9px;
    left: 0px;
    width: 120px;
    height: 3px;
    background-color: #d9534f;
}

[data-direction="rtl"] .underline-primary {
    position: relative;
}

[data-direction="rtl"] .underline-primary:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -9px;
    right: 0px;
    width: 40px;
    height: 3px;
    background-color: #0275d8;
}

[data-direction="rtl"] .underline-primary.underline-40 {
    position: relative;
}

[data-direction="rtl"] .underline-primary.underline-40:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -9px;
    right: 0px;
    width: 40px;
    height: 3px;
    background-color: #0275d8;
}

[data-direction="rtl"] .underline-primary.underline-80 {
    position: relative;
}

[data-direction="rtl"] .underline-primary.underline-80:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -9px;
    right: 0px;
    width: 80px;
    height: 3px;
    background-color: #0275d8;
}

[data-direction="rtl"] .underline-primary.underline-120 {
    position: relative;
}

[data-direction="rtl"] .underline-primary.underline-120:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -9px;
    right: 0px;
    width: 120px;
    height: 3px;
    background-color: #0275d8;
}

[data-direction="rtl"] .underline-default {
    position: relative;
}

[data-direction="rtl"] .underline-default:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -9px;
    right: 0px;
    width: 40px;
    height: 3px;
    background-color: #5bc0de;
}

[data-direction="rtl"] .underline-default.underline-40 {
    position: relative;
}

[data-direction="rtl"] .underline-default.underline-40:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -9px;
    right: 0px;
    width: 40px;
    height: 3px;
    background-color: #5bc0de;
}

[data-direction="rtl"] .underline-default.underline-80 {
    position: relative;
}

[data-direction="rtl"] .underline-default.underline-80:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -9px;
    right: 0px;
    width: 80px;
    height: 3px;
    background-color: #5bc0de;
}

[data-direction="rtl"] .underline-default.underline-120 {
    position: relative;
}

[data-direction="rtl"] .underline-default.underline-120:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -9px;
    right: 0px;
    width: 120px;
    height: 3px;
    background-color: #5bc0de;
}

[data-direction="rtl"] .underline-success {
    position: relative;
}

[data-direction="rtl"] .underline-success:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -9px;
    right: 0px;
    width: 40px;
    height: 3px;
    background-color: #5cb85c;
}

[data-direction="rtl"] .underline-success.underline-40 {
    position: relative;
}

[data-direction="rtl"] .underline-success.underline-40:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -9px;
    right: 0px;
    width: 40px;
    height: 3px;
    background-color: #5cb85c;
}

[data-direction="rtl"] .underline-success.underline-80 {
    position: relative;
}

[data-direction="rtl"] .underline-success.underline-80:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -9px;
    right: 0px;
    width: 80px;
    height: 3px;
    background-color: #5cb85c;
}

[data-direction="rtl"] .underline-success.underline-120 {
    position: relative;
}

[data-direction="rtl"] .underline-success.underline-120:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -9px;
    right: 0px;
    width: 120px;
    height: 3px;
    background-color: #5cb85c;
}

[data-direction="rtl"] .underline-info {
    position: relative;
}

[data-direction="rtl"] .underline-info:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -9px;
    right: 0px;
    width: 40px;
    height: 3px;
    background-color: #00aced;
}

[data-direction="rtl"] .underline-info.underline-40 {
    position: relative;
}

[data-direction="rtl"] .underline-info.underline-40:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -9px;
    right: 0px;
    width: 40px;
    height: 3px;
    background-color: #00aced;
}

[data-direction="rtl"] .underline-info.underline-80 {
    position: relative;
}

[data-direction="rtl"] .underline-info.underline-80:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -9px;
    right: 0px;
    width: 80px;
    height: 3px;
    background-color: #00aced;
}

[data-direction="rtl"] .underline-info.underline-120 {
    position: relative;
}

[data-direction="rtl"] .underline-info.underline-120:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -9px;
    right: 0px;
    width: 120px;
    height: 3px;
    background-color: #00aced;
}

[data-direction="rtl"] .underline-warning {
    position: relative;
}

[data-direction="rtl"] .underline-warning:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -9px;
    right: 0px;
    width: 40px;
    height: 3px;
    background-color: #f0ad4e;
}

[data-direction="rtl"] .underline-warning.underline-40 {
    position: relative;
}

[data-direction="rtl"] .underline-warning.underline-40:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -9px;
    right: 0px;
    width: 40px;
    height: 3px;
    background-color: #f0ad4e;
}

[data-direction="rtl"] .underline-warning.underline-80 {
    position: relative;
}

[data-direction="rtl"] .underline-warning.underline-80:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -9px;
    right: 0px;
    width: 80px;
    height: 3px;
    background-color: #f0ad4e;
}

[data-direction="rtl"] .underline-warning.underline-120 {
    position: relative;
}

[data-direction="rtl"] .underline-warning.underline-120:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -9px;
    right: 0px;
    width: 120px;
    height: 3px;
    background-color: #f0ad4e;
}

[data-direction="rtl"] .underline-danger {
    position: relative;
}

[data-direction="rtl"] .underline-danger:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -9px;
    right: 0px;
    width: 40px;
    height: 3px;
    background-color: #d9534f;
}

[data-direction="rtl"] .underline-danger.underline-40 {
    position: relative;
}

[data-direction="rtl"] .underline-danger.underline-40:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -9px;
    right: 0px;
    width: 40px;
    height: 3px;
    background-color: #d9534f;
}

[data-direction="rtl"] .underline-danger.underline-80 {
    position: relative;
}

[data-direction="rtl"] .underline-danger.underline-80:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -9px;
    right: 0px;
    width: 80px;
    height: 3px;
    background-color: #d9534f;
}

[data-direction="rtl"] .underline-danger.underline-120 {
    position: relative;
}

[data-direction="rtl"] .underline-danger.underline-120:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -9px;
    right: 0px;
    width: 120px;
    height: 3px;
    background-color: #d9534f;
}

[data-palette="palette-1"] code, [data-palette="palette-1"] pre, [data-palette="palette-1"] mark, [data-palette="palette-1"] kbd {
    background-color: #4a4a4a;
    color: #5cb85c;
}

[data-palette="palette-1"] i {
    color: #ffffff;
}

[data-palette="palette-1"] a {
    color: #ffffff !important;
}

[data-palette="palette-1"] a:hover, [data-palette="palette-1"] a:focus, [data-palette="palette-1"] a:active {
    color: #ffffff !important;
}

[data-palette="palette-1"] hr {
    border-color: #444444;
}

[data-palette="palette-1"] .text-muted {
    color: #e6e6e6 !important;
}

[data-palette="palette-1"] .page-item:nth-child(odd) .page-link {
    background-color: #3e3e3e;
    color: #ffffff;
    border-color: #444444;
}

[data-palette="palette-1"] .page-item:nth-child(odd) .page-link:hover {
    background-color: #4a4a4a;
}

[data-palette="palette-1"] .page-item:nth-child(even) .page-link {
    background-color: #313131;
    color: #ffffff;
    border-color: #444444;
}

[data-palette="palette-1"] .page-item:nth-child(even) .page-link:hover {
    background-color: #4a4a4a;
}

[data-palette="palette-2"] code, [data-palette="palette-2"] pre, [data-palette="palette-2"] mark, [data-palette="palette-2"] kbd {
    background-color: #474d5d;
    color: #5cb85c;
}

[data-palette="palette-2"] i {
    color: #ffffff;
}

[data-palette="palette-2"] a {
    color: #ffffff !important;
}

[data-palette="palette-2"] a:hover, [data-palette="palette-2"] a:focus, [data-palette="palette-2"] a:active {
    color: #ffffff !important;
}

[data-palette="palette-2"] hr {
    border-color: #424756;
}

[data-palette="palette-2"] .text-muted {
    color: #e6e6e6 !important;
}

[data-palette="palette-2"] .page-item:nth-child(odd) .page-link {
    background-color: #3c414f;
    color: #ffffff;
    border-color: #424756;
}

[data-palette="palette-2"] .page-item:nth-child(odd) .page-link:hover {
    background-color: #474d5d;
}

[data-palette="palette-2"] .page-item:nth-child(even) .page-link {
    background-color: #313540;
    color: #ffffff;
    border-color: #424756;
}

[data-palette="palette-2"] .page-item:nth-child(even) .page-link:hover {
    background-color: #474d5d;
}

[data-palette="palette-3"] code, [data-palette="palette-3"] pre, [data-palette="palette-3"] mark, [data-palette="palette-3"] kbd {
    background-color: #262626;
    color: #5cb85c;
}

[data-palette="palette-3"] i {
    color: #ffffff;
}

[data-palette="palette-3"] a {
    color: #ffffff !important;
}

[data-palette="palette-3"] a:hover, [data-palette="palette-3"] a:focus, [data-palette="palette-3"] a:active {
    color: #ffffff !important;
}

[data-palette="palette-3"] hr {
    border-color: #202020;
}

[data-palette="palette-3"] .text-muted {
    color: #e6e6e6 !important;
}

[data-palette="palette-3"] .page-item:nth-child(odd) .page-link {
    background-color: #1a1a1a;
    color: #ffffff;
    border-color: #202020;
}

[data-palette="palette-3"] .page-item:nth-child(odd) .page-link:hover {
    background-color: #262626;
}

[data-palette="palette-3"] .page-item:nth-child(even) .page-link {
    background-color: #0d0d0d;
    color: #ffffff;
    border-color: #202020;
}

[data-palette="palette-3"] .page-item:nth-child(even) .page-link:hover {
    background-color: #262626;
}

[data-palette="palette-4"] code, [data-palette="palette-4"] pre, [data-palette="palette-4"] mark, [data-palette="palette-4"] kbd {
    background-color: #d9d9d9;
    color: #d9534f;
}

[data-palette="palette-4"] i {
    color: #262932;
}

[data-palette="palette-4"] a {
    color: #262932 !important;
}

[data-palette="palette-4"] a:hover, [data-palette="palette-4"] a:focus, [data-palette="palette-4"] a:active {
    color: #262932 !important;
}

[data-palette="palette-4"] hr {
    border-color: #ececec;
}

[data-palette="palette-4"] .text-muted {
    color: #101115 !important;
}

[data-palette="palette-4"] .page-item:nth-child(odd) .page-link {
    background-color: #f2f2f2;
    color: #262932;
    border-color: #ececec;
}

[data-palette="palette-4"] .page-item:nth-child(odd) .page-link:hover {
    background-color: #e6e6e6;
}

[data-palette="palette-4"] .page-item:nth-child(even) .page-link {
    background-color: #ffffff;
    color: #262932;
    border-color: #ececec;
}

[data-palette="palette-4"] .page-item:nth-child(even) .page-link:hover {
    background-color: #e6e6e6;
}

[data-palette="palette-5"] code, [data-palette="palette-5"] pre, [data-palette="palette-5"] mark, [data-palette="palette-5"] kbd {
    background-color: #d9d9d9;
    color: #d9534f;
}

[data-palette="palette-5"] i {
    color: #262932;
}

[data-palette="palette-5"] a {
    color: #ababab !important;
}

[data-palette="palette-5"] a:hover, [data-palette="palette-5"] a:focus, [data-palette="palette-5"] a:active {
    color: #FFFFFF !important;
}

[data-palette="palette-5"] hr {
    border-color: #ececec;
}

[data-palette="palette-5"] .text-muted {
    color: #101115 !important;
}

[data-palette="palette-5"] .page-item:nth-child(odd) .page-link {
    background-color: #f2f2f2;
    color: #262932;
    border-color: #ececec;
}

[data-palette="palette-5"] .page-item:nth-child(odd) .page-link:hover {
    background-color: #e6e6e6;
}

[data-palette="palette-5"] .page-item:nth-child(even) .page-link {
    background-color: #ffffff;
    color: #262932;
    border-color: #ececec;
}

[data-palette="palette-5"] .page-item:nth-child(even) .page-link:hover {
    background-color: #e6e6e6;
}

[data-palette="palette-6"] code, [data-palette="palette-6"] pre, [data-palette="palette-6"] mark, [data-palette="palette-6"] kbd {
    background-color: #d9d9d9;
    color: #d9534f;
}

[data-palette="palette-6"] i {
    color: #262932;
}

[data-palette="palette-6"] a {
    color: #262932 !important;
}

[data-palette="palette-6"] a:hover, [data-palette="palette-6"] a:focus, [data-palette="palette-6"] a:active {
    color: #262932 !important;
}

[data-palette="palette-6"] hr {
    border-color: #ececec;
}

[data-palette="palette-6"] .text-muted {
    color: #101115 !important;
}

[data-palette="palette-6"] .page-item:nth-child(odd) .page-link {
    background-color: #f2f2f2;
    color: #262932;
    border-color: #ececec;
}

[data-palette="palette-6"] .page-item:nth-child(odd) .page-link:hover {
    background-color: #e6e6e6;
}

[data-palette="palette-6"] .page-item:nth-child(even) .page-link {
    background-color: #ffffff;
    color: #262932;
    border-color: #ececec;
}

[data-palette="palette-6"] .page-item:nth-child(even) .page-link:hover {
    background-color: #e6e6e6;
}

[data-palette="palette-7"] code, [data-palette="palette-7"] pre, [data-palette="palette-7"] mark, [data-palette="palette-7"] kbd {
    background-color: #108ffd;
    color: #f0ad4e;
}

[data-palette="palette-7"] i {
    color: #ffffff;
}

[data-palette="palette-7"] a {
    color: #ffffff !important;
}

[data-palette="palette-7"] a:hover, [data-palette="palette-7"] a:focus, [data-palette="palette-7"] a:active {
    color: #ffffff !important;
}

[data-palette="palette-7"] hr {
    border-color: #0489fd;
}

[data-palette="palette-7"] .text-muted {
    color: #e6e6e6 !important;
}

[data-palette="palette-7"] .page-item:nth-child(odd) .page-link {
    background-color: #0283f1;
    color: #ffffff;
    border-color: #0489fd;
}

[data-palette="palette-7"] .page-item:nth-child(odd) .page-link:hover {
    background-color: #108ffd;
}

[data-palette="palette-7"] .page-item:nth-child(even) .page-link {
    background-color: #0275d8;
    color: #ffffff;
    border-color: #0489fd;
}

[data-palette="palette-7"] .page-item:nth-child(even) .page-link:hover {
    background-color: #108ffd;
}

[data-palette="palette-8"] code, [data-palette="palette-8"] pre, [data-palette="palette-8"] mark, [data-palette="palette-8"] kbd {
    background-color: #0283f1;
    color: #f0ad4e;
}

[data-palette="palette-8"] i {
    color: #ffffff;
}

[data-palette="palette-8"] a {
    color: #ffffff !important;
}

[data-palette="palette-8"] a:hover, [data-palette="palette-8"] a:focus, [data-palette="palette-8"] a:active {
    color: #ffffff !important;
}

[data-palette="palette-8"] hr {
    border-color: #027ce5;
}

[data-palette="palette-8"] .text-muted {
    color: #e6e6e6 !important;
}

[data-palette="palette-8"] .page-item:nth-child(odd) .page-link {
    background-color: #0275d8;
    color: #ffffff;
    border-color: #027ce5;
}

[data-palette="palette-8"] .page-item:nth-child(odd) .page-link:hover {
    background-color: #0283f1;
}

[data-palette="palette-8"] .page-item:nth-child(even) .page-link {
    background-color: #0267bf;
    color: #ffffff;
    border-color: #027ce5;
}

[data-palette="palette-8"] .page-item:nth-child(even) .page-link:hover {
    background-color: #0283f1;
}

[data-palette="palette-9"] code, [data-palette="palette-9"] pre, [data-palette="palette-9"] mark, [data-palette="palette-9"] kbd {
    background-color: #0275d8;
    color: #f0ad4e;
}

[data-palette="palette-9"] i {
    color: #ffffff;
}

[data-palette="palette-9"] a {
    color: #ffffff !important;
}

[data-palette="palette-9"] a:hover, [data-palette="palette-9"] a:focus, [data-palette="palette-9"] a:active {
    color: #ffffff !important;
}

[data-palette="palette-9"] hr {
    border-color: #026ecb;
}

[data-palette="palette-9"] .text-muted {
    color: #e6e6e6 !important;
}

[data-palette="palette-9"] .page-item:nth-child(odd) .page-link {
    background-color: #0267bf;
    color: #ffffff;
    border-color: #026ecb;
}

[data-palette="palette-9"] .page-item:nth-child(odd) .page-link:hover {
    background-color: #0275d8;
}

[data-palette="palette-9"] .page-item:nth-child(even) .page-link {
    background-color: #025aa5;
    color: #ffffff;
    border-color: #026ecb;
}

[data-palette="palette-9"] .page-item:nth-child(even) .page-link:hover {
    background-color: #0275d8;
}

[data-palette="palette-10"] code, [data-palette="palette-10"] pre, [data-palette="palette-10"] mark, [data-palette="palette-10"] kbd {
    background-color: #1e12a1;
    color: #f0ad4e;
}

[data-palette="palette-10"] i {
    color: #ffffff;
}

[data-palette="palette-10"] a {
    color: #ffffff !important;
}

[data-palette="palette-10"] a:hover, [data-palette="palette-10"] a:focus, [data-palette="palette-10"] a:active {
    color: #ffffff !important;
}

[data-palette="palette-10"] hr {
    border-color: #1c1096;
}

[data-palette="palette-10"] .text-muted {
    color: #e6e6e6 !important;
}

[data-palette="palette-10"] .page-item:nth-child(odd) .page-link {
    background-color: #1a0f8a;
    color: #ffffff;
    border-color: #1c1096;
}

[data-palette="palette-10"] .page-item:nth-child(odd) .page-link:hover {
    background-color: #1e12a1;
}

[data-palette="palette-10"] .page-item:nth-child(even) .page-link {
    background-color: #150d73;
    color: #ffffff;
    border-color: #1c1096;
}

[data-palette="palette-10"] .page-item:nth-child(even) .page-link:hover {
    background-color: #1e12a1;
}

[data-palette="palette-11"] code, [data-palette="palette-11"] pre, [data-palette="palette-11"] mark, [data-palette="palette-11"] kbd {
    background-color: #2818d6;
    color: #f0ad4e;
}

[data-palette="palette-11"] i {
    color: #ffffff;
}

[data-palette="palette-11"] a {
    color: #ffffff !important;
}

[data-palette="palette-11"] a:hover, [data-palette="palette-11"] a:focus, [data-palette="palette-11"] a:active {
    color: #ffffff !important;
}

[data-palette="palette-11"] hr {
    border-color: #2616ca;
}

[data-palette="palette-11"] .text-muted {
    color: #e6e6e6 !important;
}

[data-palette="palette-11"] .page-item:nth-child(odd) .page-link {
    background-color: #2415bf;
    color: #ffffff;
    border-color: #2616ca;
}

[data-palette="palette-11"] .page-item:nth-child(odd) .page-link:hover {
    background-color: #2818d6;
}

[data-palette="palette-11"] .page-item:nth-child(even) .page-link {
    background-color: #1f13a8;
    color: #ffffff;
    border-color: #2616ca;
}

[data-palette="palette-11"] .page-item:nth-child(even) .page-link:hover {
    background-color: #2818d6;
}

[data-palette="palette-12"] code, [data-palette="palette-12"] pre, [data-palette="palette-12"] mark, [data-palette="palette-12"] kbd {
    background-color: #4e40ea;
    color: #f0ad4e;
}

[data-palette="palette-12"] i {
    color: #ffffff;
}

[data-palette="palette-12"] a {
    color: #ffffff !important;
}

[data-palette="palette-12"] a:hover, [data-palette="palette-12"] a:focus, [data-palette="palette-12"] a:active {
    color: #ffffff !important;
}

[data-palette="palette-12"] hr {
    border-color: #4334e9;
}

[data-palette="palette-12"] .text-muted {
    color: #e6e6e6 !important;
}

[data-palette="palette-12"] .page-item:nth-child(odd) .page-link {
    background-color: #3929e7;
    color: #ffffff;
    border-color: #4334e9;
}

[data-palette="palette-12"] .page-item:nth-child(odd) .page-link:hover {
    background-color: #4e40ea;
}

[data-palette="palette-12"] .page-item:nth-child(even) .page-link {
    background-color: #2919de;
    color: #ffffff;
    border-color: #4334e9;
}

[data-palette="palette-12"] .page-item:nth-child(even) .page-link:hover {
    background-color: #4e40ea;
}

[data-palette="palette-13"] code, [data-palette="palette-13"] pre, [data-palette="palette-13"] mark, [data-palette="palette-13"] kbd {
    background-color: #5812a1;
    color: #f0ad4e;
}

[data-palette="palette-13"] i {
    color: #ffffff;
}

[data-palette="palette-13"] a {
    color: #ffffff !important;
}

[data-palette="palette-13"] a:hover, [data-palette="palette-13"] a:focus, [data-palette="palette-13"] a:active {
    color: #ffffff !important;
}

[data-palette="palette-13"] hr {
    border-color: #511096;
}

[data-palette="palette-13"] .text-muted {
    color: #e6e6e6 !important;
}

[data-palette="palette-13"] .page-item:nth-child(odd) .page-link {
    background-color: #4b0f8a;
    color: #ffffff;
    border-color: #511096;
}

[data-palette="palette-13"] .page-item:nth-child(odd) .page-link:hover {
    background-color: #5812a1;
}

[data-palette="palette-13"] .page-item:nth-child(even) .page-link {
    background-color: #3f0d73;
    color: #ffffff;
    border-color: #511096;
}

[data-palette="palette-13"] .page-item:nth-child(even) .page-link:hover {
    background-color: #5812a1;
}

[data-palette="palette-14"] code, [data-palette="palette-14"] pre, [data-palette="palette-14"] mark, [data-palette="palette-14"] kbd {
    background-color: #7518d6;
    color: #f0ad4e;
}

[data-palette="palette-14"] i {
    color: #ffffff;
}

[data-palette="palette-14"] a {
    color: #ffffff !important;
}

[data-palette="palette-14"] a:hover, [data-palette="palette-14"] a:focus, [data-palette="palette-14"] a:active {
    color: #ffffff !important;
}

[data-palette="palette-14"] hr {
    border-color: #6e16ca;
}

[data-palette="palette-14"] .text-muted {
    color: #e6e6e6 !important;
}

[data-palette="palette-14"] .page-item:nth-child(odd) .page-link {
    background-color: #6815bf;
    color: #ffffff;
    border-color: #6e16ca;
}

[data-palette="palette-14"] .page-item:nth-child(odd) .page-link:hover {
    background-color: #7518d6;
}

[data-palette="palette-14"] .page-item:nth-child(even) .page-link {
    background-color: #5c13a8;
    color: #ffffff;
    border-color: #6e16ca;
}

[data-palette="palette-14"] .page-item:nth-child(even) .page-link:hover {
    background-color: #7518d6;
}

[data-palette="palette-15"] code, [data-palette="palette-15"] pre, [data-palette="palette-15"] mark, [data-palette="palette-15"] kbd {
    background-color: #9240ea;
    color: #f0ad4e;
}

[data-palette="palette-15"] i {
    color: #ffffff;
}

[data-palette="palette-15"] a {
    color: #ffffff !important;
}

[data-palette="palette-15"] a:hover, [data-palette="palette-15"] a:focus, [data-palette="palette-15"] a:active {
    color: #ffffff !important;
}

[data-palette="palette-15"] hr {
    border-color: #8c34e9;
}

[data-palette="palette-15"] .text-muted {
    color: #e6e6e6 !important;
}

[data-palette="palette-15"] .page-item:nth-child(odd) .page-link {
    background-color: #8529e7;
    color: #ffffff;
    border-color: #8c34e9;
}

[data-palette="palette-15"] .page-item:nth-child(odd) .page-link:hover {
    background-color: #9240ea;
}

[data-palette="palette-15"] .page-item:nth-child(even) .page-link {
    background-color: #7819de;
    color: #ffffff;
    border-color: #8c34e9;
}

[data-palette="palette-15"] .page-item:nth-child(even) .page-link:hover {
    background-color: #9240ea;
}

[data-palette="palette-16"] code, [data-palette="palette-16"] pre, [data-palette="palette-16"] mark, [data-palette="palette-16"] kbd {
    background-color: #d61877;
    color: #f0ad4e;
}

[data-palette="palette-16"] i {
    color: #ffffff;
}

[data-palette="palette-16"] a {
    color: #ffffff !important;
}

[data-palette="palette-16"] a:hover, [data-palette="palette-16"] a:focus, [data-palette="palette-16"] a:active {
    color: #ffffff !important;
}

[data-palette="palette-16"] hr {
    border-color: #ca1671;
}

[data-palette="palette-16"] .text-muted {
    color: #e6e6e6 !important;
}

[data-palette="palette-16"] .page-item:nth-child(odd) .page-link {
    background-color: #bf156b;
    color: #ffffff;
    border-color: #ca1671;
}

[data-palette="palette-16"] .page-item:nth-child(odd) .page-link:hover {
    background-color: #d61877;
}

[data-palette="palette-16"] .page-item:nth-child(even) .page-link {
    background-color: #a8135e;
    color: #ffffff;
    border-color: #ca1671;
}

[data-palette="palette-16"] .page-item:nth-child(even) .page-link:hover {
    background-color: #d61877;
}

[data-palette="palette-17"] code, [data-palette="palette-17"] pre, [data-palette="palette-17"] mark, [data-palette="palette-17"] kbd {
    background-color: #ea4095;
    color: #f0ad4e;
}

[data-palette="palette-17"] i {
    color: #ffffff;
}

[data-palette="palette-17"] a {
    color: #ffffff !important;
}

[data-palette="palette-17"] a:hover, [data-palette="palette-17"] a:focus, [data-palette="palette-17"] a:active {
    color: #ffffff !important;
}

[data-palette="palette-17"] hr {
    border-color: #e9348f;
}

[data-palette="palette-17"] .text-muted {
    color: #e6e6e6 !important;
}

[data-palette="palette-17"] .page-item:nth-child(odd) .page-link {
    background-color: #e72989;
    color: #ffffff;
    border-color: #e9348f;
}

[data-palette="palette-17"] .page-item:nth-child(odd) .page-link:hover {
    background-color: #ea4095;
}

[data-palette="palette-17"] .page-item:nth-child(even) .page-link {
    background-color: #de197c;
    color: #ffffff;
    border-color: #e9348f;
}

[data-palette="palette-17"] .page-item:nth-child(even) .page-link:hover {
    background-color: #ea4095;
}

[data-palette="palette-18"] code, [data-palette="palette-18"] pre, [data-palette="palette-18"] mark, [data-palette="palette-18"] kbd {
    background-color: #d62218;
    color: #f0ad4e;
}

[data-palette="palette-18"] i {
    color: #ffffff;
}

[data-palette="palette-18"] a {
    color: #ffffff !important;
}

[data-palette="palette-18"] a:hover, [data-palette="palette-18"] a:focus, [data-palette="palette-18"] a:active {
    color: #ffffff !important;
}

[data-palette="palette-18"] hr {
    border-color: #ca2016;
}

[data-palette="palette-18"] .text-muted {
    color: #e6e6e6 !important;
}

[data-palette="palette-18"] .page-item:nth-child(odd) .page-link {
    background-color: #bf1e15;
    color: #ffffff;
    border-color: #ca2016;
}

[data-palette="palette-18"] .page-item:nth-child(odd) .page-link:hover {
    background-color: #d62218;
}

[data-palette="palette-18"] .page-item:nth-child(even) .page-link {
    background-color: #a81b13;
    color: #ffffff;
    border-color: #ca2016;
}

[data-palette="palette-18"] .page-item:nth-child(even) .page-link:hover {
    background-color: #d62218;
}

[data-palette="palette-19"] code, [data-palette="palette-19"] pre, [data-palette="palette-19"] mark, [data-palette="palette-19"] kbd {
    background-color: #ea4840;
    color: #f0ad4e;
}

[data-palette="palette-19"] i {
    color: #ffffff;
}

[data-palette="palette-19"] a {
    color: #ffffff !important;
}

[data-palette="palette-19"] a:hover, [data-palette="palette-19"] a:focus, [data-palette="palette-19"] a:active {
    color: #ffffff !important;
}

[data-palette="palette-19"] hr {
    border-color: #e93d34;
}

[data-palette="palette-19"] .text-muted {
    color: #e6e6e6 !important;
}

[data-palette="palette-19"] .page-item:nth-child(odd) .page-link {
    background-color: #e73229;
    color: #ffffff;
    border-color: #e93d34;
}

[data-palette="palette-19"] .page-item:nth-child(odd) .page-link:hover {
    background-color: #ea4840;
}

[data-palette="palette-19"] .page-item:nth-child(even) .page-link {
    background-color: #de2319;
    color: #ffffff;
    border-color: #e93d34;
}

[data-palette="palette-19"] .page-item:nth-child(even) .page-link:hover {
    background-color: #ea4840;
}

[data-palette="palette-20"] code, [data-palette="palette-20"] pre, [data-palette="palette-20"] mark, [data-palette="palette-20"] kbd {
    background-color: #12a125;
    color: #f0ad4e;
}

[data-palette="palette-20"] i {
    color: #ffffff;
}

[data-palette="palette-20"] a {
    color: #ffffff !important;
}

[data-palette="palette-20"] a:hover, [data-palette="palette-20"] a:focus, [data-palette="palette-20"] a:active {
    color: #ffffff !important;
}

[data-palette="palette-20"] hr {
    border-color: #109622;
}

[data-palette="palette-20"] .text-muted {
    color: #e6e6e6 !important;
}

[data-palette="palette-20"] .page-item:nth-child(odd) .page-link {
    background-color: #0f8a20;
    color: #ffffff;
    border-color: #109622;
}

[data-palette="palette-20"] .page-item:nth-child(odd) .page-link:hover {
    background-color: #12a125;
}

[data-palette="palette-20"] .page-item:nth-child(even) .page-link {
    background-color: #0d731a;
    color: #ffffff;
    border-color: #109622;
}

[data-palette="palette-20"] .page-item:nth-child(even) .page-link:hover {
    background-color: #12a125;
}

[data-palette="palette-21"] code, [data-palette="palette-21"] pre, [data-palette="palette-21"] mark, [data-palette="palette-21"] kbd {
    background-color: #6da112;
    color: #f0ad4e;
}

[data-palette="palette-21"] i {
    color: #ffffff;
}

[data-palette="palette-21"] a {
    color: #ffffff !important;
}

[data-palette="palette-21"] a:hover, [data-palette="palette-21"] a:focus, [data-palette="palette-21"] a:active {
    color: #ffffff !important;
}

[data-palette="palette-21"] hr {
    border-color: #659610;
}

[data-palette="palette-21"] .text-muted {
    color: #e6e6e6 !important;
}

[data-palette="palette-21"] .page-item:nth-child(odd) .page-link {
    background-color: #5d8a0f;
    color: #ffffff;
    border-color: #659610;
}

[data-palette="palette-21"] .page-item:nth-child(odd) .page-link:hover {
    background-color: #6da112;
}

[data-palette="palette-21"] .page-item:nth-child(even) .page-link {
    background-color: #4e730d;
    color: #ffffff;
    border-color: #659610;
}

[data-palette="palette-21"] .page-item:nth-child(even) .page-link:hover {
    background-color: #6da112;
}

[data-palette="palette-22"] code, [data-palette="palette-22"] pre, [data-palette="palette-22"] mark, [data-palette="palette-22"] kbd {
    background-color: #874d2c;
    color: #f0ad4e;
}

[data-palette="palette-22"] i {
    color: #ffffff;
}

[data-palette="palette-22"] a {
    color: #ffffff !important;
}

[data-palette="palette-22"] a:hover, [data-palette="palette-22"] a:focus, [data-palette="palette-22"] a:active {
    color: #ffffff !important;
}

[data-palette="palette-22"] hr {
    border-color: #7d4829;
}

[data-palette="palette-22"] .text-muted {
    color: #e6e6e6 !important;
}

[data-palette="palette-22"] .page-item:nth-child(odd) .page-link {
    background-color: #744226;
    color: #ffffff;
    border-color: #7d4829;
}

[data-palette="palette-22"] .page-item:nth-child(odd) .page-link:hover {
    background-color: #874d2c;
}

[data-palette="palette-22"] .page-item:nth-child(even) .page-link {
    background-color: #60371f;
    color: #ffffff;
    border-color: #7d4829;
}

[data-palette="palette-22"] .page-item:nth-child(even) .page-link:hover {
    background-color: #874d2c;
}

[data-palette="palette-23"] code, [data-palette="palette-23"] pre, [data-palette="palette-23"] mark, [data-palette="palette-23"] kbd {
    background-color: #b2673b;
    color: #f0ad4e;
}

[data-palette="palette-23"] i {
    color: #ffffff;
}

[data-palette="palette-23"] a {
    color: #ffffff !important;
}

[data-palette="palette-23"] a:hover, [data-palette="palette-23"] a:focus, [data-palette="palette-23"] a:active {
    color: #ffffff !important;
}

[data-palette="palette-23"] hr {
    border-color: #a96238;
}

[data-palette="palette-23"] .text-muted {
    color: #e6e6e6 !important;
}

[data-palette="palette-23"] .page-item:nth-child(odd) .page-link {
    background-color: #9f5c35;
    color: #ffffff;
    border-color: #a96238;
}

[data-palette="palette-23"] .page-item:nth-child(odd) .page-link:hover {
    background-color: #b2673b;
}

[data-palette="palette-23"] .page-item:nth-child(even) .page-link {
    background-color: #8c512e;
    color: #ffffff;
    border-color: #a96238;
}

[data-palette="palette-23"] .page-item:nth-child(even) .page-link:hover {
    background-color: #b2673b;
}

.list-unstyled,
.list-inline {
    padding: 0;
    margin: 0;
}

[data-direction="ltr"] .list-inline {
    margin-right: 10px;
}

[data-direction="rtl"] .blockquote {
    border-left: 0 !important;
    border-right: 0.25rem solid #eceeef;
}

[data-direction="rtl"] .list-inline {
    margin-left: 10px;
}

.user-widget-1 {
    min-height: 160px;
    width: 100%;
    position: relative;
    padding: 20px;
}

.user-widget-1:before {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    min-height: 160px;
    width: 100%;
    background-image: url(https://unsplash.it/600/200?image=453&gravity=center);
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.9;
}

.user-widget-1 .row {
    margin: 0 !important;
    padding: 0 !important;
}

.user-widget-1 .media-left, .user-widget-1 .media-body, .user-widget-1 .media-middle {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.user-widget-1 .rounded-circle {
    border: 3px solid #fff;
}

.user-widget-1 h5 {
    padding: 0 20px;
    font-size: 18px;
    margin-bottom: 10px;
}

.user-widget-1 p {
    padding: 0 20px;
    font-size: 14px;
    margin-bottom: 5px;
}

.user-widget-1 p i {
    min-width: 20px;
}

.user-widget-1 .bs-media {
    display: -ms-flexbox;
    display: flex;
    height: 120px;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: flex-start;
    flex-direction: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.user-widget-1 .bs-media .media-left {
    -ms-flex: 0 0 110px;
    flex: 0 0 110px;
}

.user-widget-2 .media {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.user-widget-2 .media-middle {
    padding-left: 20px;
    padding-right: 20px;
}

.user-widget-2 h5 {
    font-size: 15px;
}

.user-widget-2 p {
    font-size: 13px;
}

.user-widget-5 {
    min-height: 170px;
    height: 170px;
    width: 100%;
    display: block;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.user-widget-5 .profile {
    position: relative;
    text-align: center;
}

.user-widget-5 .profile .profile-image {
    position: relative;
    z-index: 1;
}

.user-widget-5 .profile .profile-image .rounded-circle {
    border: 2px solid #fff;
    float: none;
    margin: 10px auto;
    width: 50px;
    height: 50px;
    border-radius: 50% !important;
}

.user-widget-5 .profile .profile-image:after {
    content: "";
    position: absolute;
    display: block;
    width: 15px;
    height: 15px;
    z-index: 2;
    top: 5px;
    left: 50%;
    margin: -5px 0 0 10px;
    border-radius: 50%;
    border: 2px solid #fff;
    background: #5cb85c;
}

.user-widget-5 .profile .profile-title {
    text-align: center;
}

.user-widget-5 .profile .profile-title .profile-title-name {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 5px;
}

.user-widget-5 .profile .profile-title .profile-title-job {
    text-transform: lowercase;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 10px;
    font-style: italic;
}

.user-widget-5 .profile .profile-title .profile-buttons {
    margin: 0 auto;
}

.user-widget-6 {
    min-height: 200px;
    width: 100%;
    position: relative;
}

.user-widget-6.bg {
    position: relative;
    height: auto;
    min-height: 100%;
    width: 100%;
    background-image: url(https://unsplash.it/600/200?image=675&gravity=center);
    background-size: cover;
    background-repeat: no-repeat;
}

.user-widget-6 .row {
    margin: 0 !important;
    padding: 0 !important;
}

.user-widget-6 .rounded-circle {
    border: 3px solid #fff;
}

.user-widget-7 {
    min-height: 200px;
    width: 100%;
    position: relative;
}

.user-widget-7:before {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 70px;
    width: 100%;
    background-image: url(https://unsplash.it/600/200?image=471&gravity=center);
    background-size: cover;
    background-repeat: no-repeat;
}

.user-widget-7 .row {
    margin: 0 !important;
    padding: 0 !important;
}

.user-widget-7 .rounded-circle {
    border: 3px solid #fff;
}

[data-direction="ltr"] .user-widget-8 .media-left {
    position: relative;
    padding-top: 0 !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

[data-direction="ltr"] .user-widget-8 .media-left .icon {
    position: absolute;
    top: 25px;
    left: 50px;
}

[data-direction="ltr"] .user-widget-8 h5 {
    font-size: 15px;
}

[data-direction="ltr"] .user-widget-8 p {
    font-size: 13px;
    margin-bottom: 0;
}

[data-direction="rtl"] .user-widget-8 .media-left {
    position: relative;
    padding-top: 0 !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

[data-direction="rtl"] .user-widget-8 .media-left .icon {
    position: absolute;
    top: 25px;
    right: 50px;
}

[data-direction="rtl"] .user-widget-8 h5 {
    font-size: 15px;
}

[data-direction="rtl"] .user-widget-8 p {
    font-size: 13px;
    margin-bottom: 0;
}

[data-palette="palette-1"] .user-widget-8 .media {
    color: #ffffff;
    background: #242424;
}

[data-palette="palette-1"] .user-widget-8 .media:nth-child(odd) {
    background: #3e3e3e;
}

[data-palette="palette-1"] .user-widget-8 .media:nth-child(even) {
    background: #313131;
}

[data-palette="palette-1"] .user-widget-8 .media:hover {
    background: #4a4a4a;
}

[data-palette="palette-2"] .user-widget-8 .media {
    color: #ffffff;
    background: #262932;
}

[data-palette="palette-2"] .user-widget-8 .media:nth-child(odd) {
    background: #3c414f;
}

[data-palette="palette-2"] .user-widget-8 .media:nth-child(even) {
    background: #313540;
}

[data-palette="palette-2"] .user-widget-8 .media:hover {
    background: #474d5d;
}

[data-palette="palette-3"] .user-widget-8 .media {
    color: #ffffff;
    background: #000000;
}

[data-palette="palette-3"] .user-widget-8 .media:nth-child(odd) {
    background: #1a1a1a;
}

[data-palette="palette-3"] .user-widget-8 .media:nth-child(even) {
    background: #0d0d0d;
}

[data-palette="palette-3"] .user-widget-8 .media:hover {
    background: #262626;
}

[data-palette="palette-4"] .user-widget-8 .media {
    color: #262932;
    background: #ffffff;
}

[data-palette="palette-4"] .user-widget-8 .media:nth-child(odd) {
    background: #f2f2f2;
}

[data-palette="palette-4"] .user-widget-8 .media:nth-child(even) {
    background: #ffffff;
}

[data-palette="palette-4"] .user-widget-8 .media:hover {
    background: #e6e6e6;
}

[data-palette="palette-5"] .user-widget-8 .media {
    color: #262932;
    background: #ffffff;
}

[data-palette="palette-5"] .user-widget-8 .media:nth-child(odd) {
    background: #f2f2f2;
}

[data-palette="palette-5"] .user-widget-8 .media:nth-child(even) {
    background: #ffffff;
}

[data-palette="palette-5"] .user-widget-8 .media:hover {
    background: #e6e6e6;
}

[data-palette="palette-6"] .user-widget-8 .media {
    color: #262932;
    background: #ffffff;
}

[data-palette="palette-6"] .user-widget-8 .media:nth-child(odd) {
    background: #f2f2f2;
}

[data-palette="palette-6"] .user-widget-8 .media:nth-child(even) {
    background: #ffffff;
}

[data-palette="palette-6"] .user-widget-8 .media:hover {
    background: #e6e6e6;
}

[data-palette="palette-7"] .user-widget-8 .media {
    color: #ffffff;
    background: #0267bf;
}

[data-palette="palette-7"] .user-widget-8 .media:nth-child(odd) {
    background: #0283f1;
}

[data-palette="palette-7"] .user-widget-8 .media:nth-child(even) {
    background: #0275d8;
}

[data-palette="palette-7"] .user-widget-8 .media:hover {
    background: #108ffd;
}

[data-palette="palette-8"] .user-widget-8 .media {
    color: #ffffff;
    background: #025aa5;
}

[data-palette="palette-8"] .user-widget-8 .media:nth-child(odd) {
    background: #0275d8;
}

[data-palette="palette-8"] .user-widget-8 .media:nth-child(even) {
    background: #0267bf;
}

[data-palette="palette-8"] .user-widget-8 .media:hover {
    background: #0283f1;
}

[data-palette="palette-9"] .user-widget-8 .media {
    color: #ffffff;
    background: #014c8c;
}

[data-palette="palette-9"] .user-widget-8 .media:nth-child(odd) {
    background: #0267bf;
}

[data-palette="palette-9"] .user-widget-8 .media:nth-child(even) {
    background: #025aa5;
}

[data-palette="palette-9"] .user-widget-8 .media:hover {
    background: #0275d8;
}

[data-palette="palette-10"] .user-widget-8 .media {
    color: #ffffff;
    background: #110a5c;
}

[data-palette="palette-10"] .user-widget-8 .media:nth-child(odd) {
    background: #1a0f8a;
}

[data-palette="palette-10"] .user-widget-8 .media:nth-child(even) {
    background: #150d73;
}

[data-palette="palette-10"] .user-widget-8 .media:hover {
    background: #1e12a1;
}

[data-palette="palette-11"] .user-widget-8 .media {
    color: #ffffff;
    background: #1b1091;
}

[data-palette="palette-11"] .user-widget-8 .media:nth-child(odd) {
    background: #2415bf;
}

[data-palette="palette-11"] .user-widget-8 .media:nth-child(even) {
    background: #1f13a8;
}

[data-palette="palette-11"] .user-widget-8 .media:hover {
    background: #2818d6;
}

[data-palette="palette-12"] .user-widget-8 .media {
    color: #ffffff;
    background: #2516c7;
}

[data-palette="palette-12"] .user-widget-8 .media:nth-child(odd) {
    background: #3929e7;
}

[data-palette="palette-12"] .user-widget-8 .media:nth-child(even) {
    background: #2919de;
}

[data-palette="palette-12"] .user-widget-8 .media:hover {
    background: #4e40ea;
}

[data-palette="palette-13"] .user-widget-8 .media {
    color: #ffffff;
    background: #320a5c;
}

[data-palette="palette-13"] .user-widget-8 .media:nth-child(odd) {
    background: #4b0f8a;
}

[data-palette="palette-13"] .user-widget-8 .media:nth-child(even) {
    background: #3f0d73;
}

[data-palette="palette-13"] .user-widget-8 .media:hover {
    background: #5812a1;
}

[data-palette="palette-14"] .user-widget-8 .media {
    color: #ffffff;
    background: #4f1091;
}

[data-palette="palette-14"] .user-widget-8 .media:nth-child(odd) {
    background: #6815bf;
}

[data-palette="palette-14"] .user-widget-8 .media:nth-child(even) {
    background: #5c13a8;
}

[data-palette="palette-14"] .user-widget-8 .media:hover {
    background: #7518d6;
}

[data-palette="palette-15"] .user-widget-8 .media {
    color: #ffffff;
    background: #6c16c7;
}

[data-palette="palette-15"] .user-widget-8 .media:nth-child(odd) {
    background: #8529e7;
}

[data-palette="palette-15"] .user-widget-8 .media:nth-child(even) {
    background: #7819de;
}

[data-palette="palette-15"] .user-widget-8 .media:hover {
    background: #9240ea;
}

[data-palette="palette-16"] .user-widget-8 .media {
    color: #ffffff;
    background: #911051;
}

[data-palette="palette-16"] .user-widget-8 .media:nth-child(odd) {
    background: #bf156b;
}

[data-palette="palette-16"] .user-widget-8 .media:nth-child(even) {
    background: #a8135e;
}

[data-palette="palette-16"] .user-widget-8 .media:hover {
    background: #d61877;
}

[data-palette="palette-17"] .user-widget-8 .media {
    color: #ffffff;
    background: #c7166f;
}

[data-palette="palette-17"] .user-widget-8 .media:nth-child(odd) {
    background: #e72989;
}

[data-palette="palette-17"] .user-widget-8 .media:nth-child(even) {
    background: #de197c;
}

[data-palette="palette-17"] .user-widget-8 .media:hover {
    background: #ea4095;
}

[data-palette="palette-18"] .user-widget-8 .media {
    color: #ffffff;
    background: #911710;
}

[data-palette="palette-18"] .user-widget-8 .media:nth-child(odd) {
    background: #bf1e15;
}

[data-palette="palette-18"] .user-widget-8 .media:nth-child(even) {
    background: #a81b13;
}

[data-palette="palette-18"] .user-widget-8 .media:hover {
    background: #d62218;
}

[data-palette="palette-19"] .user-widget-8 .media {
    color: #ffffff;
    background: #c71f16;
}

[data-palette="palette-19"] .user-widget-8 .media:nth-child(odd) {
    background: #e73229;
}

[data-palette="palette-19"] .user-widget-8 .media:nth-child(even) {
    background: #de2319;
}

[data-palette="palette-19"] .user-widget-8 .media:hover {
    background: #ea4840;
}

[data-palette="palette-20"] .user-widget-8 .media {
    color: #ffffff;
    background: #0a5c15;
}

[data-palette="palette-20"] .user-widget-8 .media:nth-child(odd) {
    background: #0f8a20;
}

[data-palette="palette-20"] .user-widget-8 .media:nth-child(even) {
    background: #0d731a;
}

[data-palette="palette-20"] .user-widget-8 .media:hover {
    background: #12a125;
}

[data-palette="palette-21"] .user-widget-8 .media {
    color: #ffffff;
    background: #3e5c0a;
}

[data-palette="palette-21"] .user-widget-8 .media:nth-child(odd) {
    background: #5d8a0f;
}

[data-palette="palette-21"] .user-widget-8 .media:nth-child(even) {
    background: #4e730d;
}

[data-palette="palette-21"] .user-widget-8 .media:hover {
    background: #6da112;
}

[data-palette="palette-22"] .user-widget-8 .media {
    color: #ffffff;
    background: #4d2c19;
}

[data-palette="palette-22"] .user-widget-8 .media:nth-child(odd) {
    background: #744226;
}

[data-palette="palette-22"] .user-widget-8 .media:nth-child(even) {
    background: #60371f;
}

[data-palette="palette-22"] .user-widget-8 .media:hover {
    background: #874d2c;
}

[data-palette="palette-23"] .user-widget-8 .media {
    color: #ffffff;
    background: #794628;
}

[data-palette="palette-23"] .user-widget-8 .media:nth-child(odd) {
    background: #9f5c35;
}

[data-palette="palette-23"] .user-widget-8 .media:nth-child(even) {
    background: #8c512e;
}

[data-palette="palette-23"] .user-widget-8 .media:hover {
    background: #b2673b;
}

.user-widget-9 {
    min-height: 200px;
    width: 100%;
    position: relative;
}

.user-widget-9 .row {
    margin: 0 !important;
    padding: 0 !important;
}

.user-widget-9 .rounded-circle {
    border: 3px solid #fff;
}

.user-widget-10 {
    min-height: 160px;
    width: 100%;
    position: relative;
    padding: 20px;
    background: #fff;
    overflow: hidden;
}

.user-widget-10:before {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50%;
    min-height: 80px;
    width: 100%;
    background-image: url(https://unsplash.it/600/200?image=453&gravity=center);
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.9;
}

.user-widget-10 .row {
    margin: 0 !important;
    padding: 0 !important;
}

.user-widget-10 .media-left, .user-widget-10 .media-body, .user-widget-10 .media-middle {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.user-widget-10 .rounded-circle {
    border: 3px solid #fff;
}

.user-widget-10 h5 {
    padding: 0 20px;
    font-size: 18px;
    margin-bottom: 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.user-widget-10 p {
    padding: 0 20px;
    font-size: 14px;
    margin-bottom: 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.user-widget-10 p i {
    min-width: 20px;
}

.user-widget-10 .bs-media {
    display: -ms-flexbox;
    display: flex;
    height: 120px;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: flex-start;
    flex-direction: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.user-widget-10 .bs-media .media-left {
    -ms-flex: 0 0 110px;
    flex: 0 0 110px;
}

.user-widget-11 {
    min-height: 160px;
    width: 100%;
    position: relative;
    padding: 20px;
    background: #fff;
    overflow: hidden;
}

.user-widget-11:before {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50%;
    min-height: 80px;
    width: 100%;
    background: #f0ad4e;
}

.user-widget-11 .row {
    margin: 0 !important;
    padding: 0 !important;
}

.user-widget-11 .media-left, .user-widget-11 .media-body, .user-widget-11 .media-middle {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.user-widget-11 .rounded-circle {
    border: 3px solid #fff;
}

.user-widget-11 h5 {
    padding: 0 20px;
    font-size: 18px;
    margin-bottom: 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.user-widget-11 p {
    padding: 0 20px;
    font-size: 14px;
    margin-bottom: 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.user-widget-11 p i {
    min-width: 20px;
}

.user-widget-11 .bs-media {
    display: -ms-flexbox;
    display: flex;
    height: 120px;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: flex-start;
    flex-direction: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.user-widget-11 .bs-media .media-left {
    -ms-flex: 0 0 110px;
    flex: 0 0 110px;
}

.demo-border-width {
    height: 50px;
    width: 100%;
    border-style: solid;
    border-color: #d9534f;
}

.demo-border-radius {
    height: 200px;
    width: 200px;
    display: block;
}

.color-utilities-demo p {
    border: 1px solid transparent;
}

[data-palette="palette-4"] .color-utilities-demo p.bg-primary, [data-palette="palette-4"] .color-utilities-demo p.btn.btn-primary, [data-palette="palette-4"] .color-utilities-demo p.bg-primary-500, [data-palette="palette-4"] .color-utilities-demo p.btn.btn-primary-500 {
    border: 1px solid;
}

.demo-height {
    width: 100%;
}

.padding-examples .example {
    width: auto;
    display: inline-block;
}

.demo-width {
    height: 100px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

// **************** EDICIONES PARTICULARES YED

//  SWITCH

.switch input {display:none;}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}