@charset "UTF-8";

:root {
    --blue: #2E2F39;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #198754;
    --teal: #ff407b;
    --cyan: #25d5f2;
    --white: #fff;
    --gray: #686972;
    --gray-dark: #3b3d48;
    --primary: #2E2F39;
    --secondary: #ff407b;
    --success: #198754;
    --info: #25d5f2;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #efeff6;
    --dark: #3b3d48;
    --primary-light: #dbdeff;
    --info-light: #dffaff;
    --secondary-light: #ffdbe6;
    --danger-light: #fbd3d5;
    --success-light: #c5fad3;
    --warning-light: #ffefbd;
    --facebook: #3b5898;
    --twitter: #1ea2f2;
    --instagram: #9361fa;
    --rss: #ee802f;
    --pinterest: #c8232c;
    --youtube: #ff0000;
    --googleplus: #d34836;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: "Open Sans","sans-serif;";
    --font-family-monospace: "Roboto Mono","Courier New",monospace
}

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

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(46,47,57,0)
}

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

body {
    margin: 0;
    font-family: "Open Sans","sans-serif;";
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.6;
    color: #71748d;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0!important
}

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

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

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

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

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

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

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

dt {
    font-weight: 700
}

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

blockquote {
    margin: 0 0 1rem
}

b,strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #2E2F39;
    text-decoration: none;
    background-color: transparent
}

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

a:not([href]):not([class]) {
    color: inherit;
    text-decoration: none
}

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

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

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

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle;
    border-style: none
}

svg {
    overflow: hidden;
    vertical-align: middle
}

table {
    border-collapse: collapse
}

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

th {
    text-align: inherit
}

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

button {
    border-radius: 0
}

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

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

button,input {
    overflow: visible
}

button,select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

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

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

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

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

textarea {
    overflow: auto;
    resize: vertical
}

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

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

@media (max-width: 1200px) {
    legend {
        font-size:calc(1.275rem + .3vw)
    }
}

progress {
    vertical-align: baseline
}

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

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

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

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

output {
    display: inline-block
}

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

template {
    display: none
}

[hidden] {
    display: none!important
}

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
    margin-bottom: .5rem;
    font-weight: 600;
    line-height: 1.3;
    color: #2e2f39
}

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

@media (max-width: 1200px) {
    .h1,h1 {
        font-size:calc(1.31094rem + .73125vw)
    }
}

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

@media (max-width: 1200px) {
    .h2,h2 {
        font-size:calc(1.27812rem + .3375vw)
    }
}

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

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

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

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

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

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

@media (max-width: 1200px) {
    .display-1 {
        font-size:calc(1.725rem + 5.7vw)
    }
}

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

@media (max-width: 1200px) {
    .display-2 {
        font-size:calc(1.675rem + 5.1vw)
    }
}

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

@media (max-width: 1200px) {
    .display-3 {
        font-size:calc(1.575rem + 3.9vw)
    }
}

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

@media (max-width: 1200px) {
    .display-4 {
        font-size:calc(1.475rem + 2.7vw)
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #e6e6f2;
    border-radius: .25rem;
    max-width: 100%;
    height: auto
}

.figure {
    display: inline-block
}

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

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

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

a>code {
    color: inherit
}

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

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

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

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

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

.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl {
    width: 100%;
    padding-right: 12px;
    padding-left: 12px;
    margin-right: auto;
    margin-left: auto
}

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

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

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

@media (min-width: 1200px) {
    .container,.container-lg,.container-md,.container-sm,.container-xl {
        max-width:1140px
    }
}

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

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

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

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

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

.row-cols-1>* {
    flex: 0 0 100%;
    max-width: 100%
}

.row-cols-2>* {
    flex: 0 0 50%;
    max-width: 50%
}

.row-cols-3>* {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.row-cols-4>* {
    flex: 0 0 25%;
    max-width: 25%
}

.row-cols-5>* {
    flex: 0 0 20%;
    max-width: 20%
}

.row-cols-6>* {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
    order: -1
}

.order-last {
    order: 13
}

.order-0 {
    order: 0
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.order-3 {
    order: 3
}

.order-4 {
    order: 4
}

.order-5 {
    order: 5
}

.order-6 {
    order: 6
}

.order-7 {
    order: 7
}

.order-8 {
    order: 8
}

.order-9 {
    order: 9
}

.order-10 {
    order: 10
}

.order-11 {
    order: 11
}

.order-12 {
    order: 12
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
    .col-sm {
        flex-basis:0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-sm-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-sm-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-sm-3>* {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-sm-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-sm-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-sm-6>* {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-sm-first {
        order: -1
    }

    .order-sm-last {
        order: 13
    }

    .order-sm-0 {
        order: 0
    }

    .order-sm-1 {
        order: 1
    }

    .order-sm-2 {
        order: 2
    }

    .order-sm-3 {
        order: 3
    }

    .order-sm-4 {
        order: 4
    }

    .order-sm-5 {
        order: 5
    }

    .order-sm-6 {
        order: 6
    }

    .order-sm-7 {
        order: 7
    }

    .order-sm-8 {
        order: 8
    }

    .order-sm-9 {
        order: 9
    }

    .order-sm-10 {
        order: 10
    }

    .order-sm-11 {
        order: 11
    }

    .order-sm-12 {
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.33333%
    }

    .offset-sm-2 {
        margin-left: 16.66667%
    }

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

    .offset-sm-4 {
        margin-left: 33.33333%
    }

    .offset-sm-5 {
        margin-left: 41.66667%
    }

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

    .offset-sm-7 {
        margin-left: 58.33333%
    }

    .offset-sm-8 {
        margin-left: 66.66667%
    }

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

    .offset-sm-10 {
        margin-left: 83.33333%
    }

    .offset-sm-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 768px) {
    .col-md {
        flex-basis:0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-md-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-md-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-md-3>* {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-md-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-md-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-md-6>* {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-md-first {
        order: -1
    }

    .order-md-last {
        order: 13
    }

    .order-md-0 {
        order: 0
    }

    .order-md-1 {
        order: 1
    }

    .order-md-2 {
        order: 2
    }

    .order-md-3 {
        order: 3
    }

    .order-md-4 {
        order: 4
    }

    .order-md-5 {
        order: 5
    }

    .order-md-6 {
        order: 6
    }

    .order-md-7 {
        order: 7
    }

    .order-md-8 {
        order: 8
    }

    .order-md-9 {
        order: 9
    }

    .order-md-10 {
        order: 10
    }

    .order-md-11 {
        order: 11
    }

    .order-md-12 {
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.33333%
    }

    .offset-md-2 {
        margin-left: 16.66667%
    }

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

    .offset-md-4 {
        margin-left: 33.33333%
    }

    .offset-md-5 {
        margin-left: 41.66667%
    }

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

    .offset-md-7 {
        margin-left: 58.33333%
    }

    .offset-md-8 {
        margin-left: 66.66667%
    }

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

    .offset-md-10 {
        margin-left: 83.33333%
    }

    .offset-md-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 992px) {
    .col-lg {
        flex-basis:0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-lg-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-lg-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-lg-3>* {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-lg-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-lg-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-lg-6>* {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-lg-first {
        order: -1
    }

    .order-lg-last {
        order: 13
    }

    .order-lg-0 {
        order: 0
    }

    .order-lg-1 {
        order: 1
    }

    .order-lg-2 {
        order: 2
    }

    .order-lg-3 {
        order: 3
    }

    .order-lg-4 {
        order: 4
    }

    .order-lg-5 {
        order: 5
    }

    .order-lg-6 {
        order: 6
    }

    .order-lg-7 {
        order: 7
    }

    .order-lg-8 {
        order: 8
    }

    .order-lg-9 {
        order: 9
    }

    .order-lg-10 {
        order: 10
    }

    .order-lg-11 {
        order: 11
    }

    .order-lg-12 {
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.33333%
    }

    .offset-lg-2 {
        margin-left: 16.66667%
    }

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

    .offset-lg-4 {
        margin-left: 33.33333%
    }

    .offset-lg-5 {
        margin-left: 41.66667%
    }

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

    .offset-lg-7 {
        margin-left: 58.33333%
    }

    .offset-lg-8 {
        margin-left: 66.66667%
    }

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

    .offset-lg-10 {
        margin-left: 83.33333%
    }

    .offset-lg-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 1200px) {
    .col-xl {
        flex-basis:0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-xl-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-xl-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-xl-3>* {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-xl-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-xl-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-xl-6>* {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-xl-first {
        order: -1
    }

    .order-xl-last {
        order: 13
    }

    .order-xl-0 {
        order: 0
    }

    .order-xl-1 {
        order: 1
    }

    .order-xl-2 {
        order: 2
    }

    .order-xl-3 {
        order: 3
    }

    .order-xl-4 {
        order: 4
    }

    .order-xl-5 {
        order: 5
    }

    .order-xl-6 {
        order: 6
    }

    .order-xl-7 {
        order: 7
    }

    .order-xl-8 {
        order: 8
    }

    .order-xl-9 {
        order: 9
    }

    .order-xl-10 {
        order: 10
    }

    .order-xl-11 {
        order: 11
    }

    .order-xl-12 {
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.33333%
    }

    .offset-xl-2 {
        margin-left: 16.66667%
    }

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

    .offset-xl-4 {
        margin-left: 33.33333%
    }

    .offset-xl-5 {
        margin-left: 41.66667%
    }

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

    .offset-xl-7 {
        margin-left: 58.33333%
    }

    .offset-xl-8 {
        margin-left: 66.66667%
    }

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

    .offset-xl-10 {
        margin-left: 83.33333%
    }

    .offset-xl-11 {
        margin-left: 91.66667%
    }
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #71748d
}

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

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

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

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

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

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

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

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

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

.table-hover tbody tr:hover {
    color: #71748d;
    background-color: rgba(46,47,57,.075)
}

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

.table-primary tbody+tbody,.table-primary td,.table-primary th,.table-primary thead th {
    border-color: #a9b1ff
}

.table-hover .table-primary:hover {
    background-color: #b8beff
}

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

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

.table-secondary tbody+tbody,.table-secondary td,.table-secondary th,.table-secondary thead th {
    border-color: #ff9cba
}

.table-hover .table-secondary:hover {
    background-color: #ffb1c8
}

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

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

.table-success tbody+tbody,.table-success td,.table-success th,.table-success thead th {
    border-color: #92e1a5
}

.table-hover .table-success:hover {
    background-color: #b0eabd
}

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

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

.table-info tbody+tbody,.table-info td,.table-info th,.table-info thead th {
    border-color: #8ee9f8
}

.table-hover .table-info:hover {
    background-color: #aaeef9
}

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

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

.table-warning tbody+tbody,.table-warning td,.table-warning th,.table-warning thead th {
    border-color: #ffdf7f
}

.table-hover .table-warning:hover {
    background-color: #ffe8a1
}

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

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

.table-danger tbody+tbody,.table-danger td,.table-danger th,.table-danger thead th {
    border-color: #f78691
}

.table-hover .table-danger:hover {
    background-color: #faa6ae
}

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

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

.table-light tbody+tbody,.table-light td,.table-light th,.table-light thead th {
    border-color: #f7f7fa
}

.table-hover .table-light:hover {
    background-color: #ececf1
}

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

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

.table-dark tbody+tbody,.table-dark td,.table-dark th,.table-dark thead th {
    border-color: #999aa0
}

.table-hover .table-dark:hover {
    background-color: #bbbcc0
}

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

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

.table-primary-light tbody+tbody,.table-primary-light td,.table-primary-light th,.table-primary-light thead th {
    border-color: #eceeff
}

.table-hover .table-primary-light:hover {
    background-color: #dcdfff
}

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

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

.table-info-light tbody+tbody,.table-info-light td,.table-info-light th,.table-info-light thead th {
    border-color: #eefcff
}

.table-hover .table-info-light:hover {
    background-color: #ddfbff
}

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

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

.table-secondary-light tbody+tbody,.table-secondary-light td,.table-secondary-light th,.table-secondary-light thead th {
    border-color: #ffecf2
}

.table-hover .table-secondary-light:hover {
    background-color: #ffdce6
}

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

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

.table-danger-light tbody+tbody,.table-danger-light td,.table-danger-light th,.table-danger-light thead th {
    border-color: #fde8e9
}

.table-hover .table-danger-light:hover {
    background-color: #fcdbdb
}

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

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

.table-success-light tbody+tbody,.table-success-light td,.table-success-light th,.table-success-light thead th {
    border-color: #e1fce8
}

.table-hover .table-success-light:hover {
    background-color: #d7fde1
}

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

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

.table-warning-light tbody+tbody,.table-warning-light td,.table-warning-light th,.table-warning-light thead th {
    border-color: #fff7dd
}

.table-hover .table-warning-light:hover {
    background-color: #fff5d4
}

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

.table-facebook,.table-facebook>td,.table-facebook>th {
    background-color: #c8d0e2
}

.table-facebook tbody+tbody,.table-facebook td,.table-facebook th,.table-facebook thead th {
    border-color: #99a8c9
}

.table-hover .table-facebook:hover {
    background-color: #b7c2d9
}

.table-hover .table-facebook:hover>td,.table-hover .table-facebook:hover>th {
    background-color: #b7c2d9
}

.table-twitter,.table-twitter>td,.table-twitter>th {
    background-color: #c0e5fb
}

.table-twitter tbody+tbody,.table-twitter td,.table-twitter th,.table-twitter thead th {
    border-color: #8acff8
}

.table-hover .table-twitter:hover {
    background-color: #a8dbf9
}

.table-hover .table-twitter:hover>td,.table-hover .table-twitter:hover>th {
    background-color: #a8dbf9
}

.table-instagram,.table-instagram>td,.table-instagram>th {
    background-color: #e1d3fe
}

.table-instagram tbody+tbody,.table-instagram td,.table-instagram th,.table-instagram thead th {
    border-color: #c7adfc
}

.table-hover .table-instagram:hover {
    background-color: #d0bafd
}

.table-hover .table-instagram:hover>td,.table-hover .table-instagram:hover>th {
    background-color: #d0bafd
}

.table-rss,.table-rss>td,.table-rss>th {
    background-color: #fadbc5
}

.table-rss tbody+tbody,.table-rss td,.table-rss th,.table-rss thead th {
    border-color: #f6bd93
}

.table-hover .table-rss:hover {
    background-color: #f8ccae
}

.table-hover .table-rss:hover>td,.table-hover .table-rss:hover>th {
    background-color: #f8ccae
}

.table-pinterest,.table-pinterest>td,.table-pinterest>th {
    background-color: #f0c1c4
}

.table-pinterest tbody+tbody,.table-pinterest td,.table-pinterest th,.table-pinterest thead th {
    border-color: #e28d91
}

.table-hover .table-pinterest:hover {
    background-color: #ebacb0
}

.table-hover .table-pinterest:hover>td,.table-hover .table-pinterest:hover>th {
    background-color: #ebacb0
}

.table-youtube,.table-youtube>td,.table-youtube>th {
    background-color: #ffb8b8
}

.table-youtube tbody+tbody,.table-youtube td,.table-youtube th,.table-youtube thead th {
    border-color: #ff7a7a
}

.table-hover .table-youtube:hover {
    background-color: #ff9f9f
}

.table-hover .table-youtube:hover>td,.table-hover .table-youtube:hover>th {
    background-color: #ff9f9f
}

.table-googleplus,.table-googleplus>td,.table-googleplus>th {
    background-color: #f3ccc7
}

.table-googleplus tbody+tbody,.table-googleplus td,.table-googleplus th,.table-googleplus thead th {
    border-color: #e8a096
}

.table-hover .table-googleplus:hover {
    background-color: #efb9b2
}

.table-hover .table-googleplus:hover>td,.table-hover .table-googleplus:hover>th {
    background-color: #efb9b2
}

.table-active,.table-active>td,.table-active>th {
    background-color: rgba(46,47,57,.075)
}

.table-hover .table-active:hover {
    background-color: rgba(35,35,43,.075)
}

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

.table .thead-dark th {
    color: #fff;
    background-color: #3b3d48;
    border-color: #4c4f5d
}

.table .thead-light th {
    color: #82849f;
    background-color: #efeff6;
    border-color: #e6e6f2
}

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

.table-dark td,.table-dark th,.table-dark thead th {
    border-color: #4c4f5d
}

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

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

.table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255,255,255,.075)
}

@media (max-width: 575.98px) {
    .table-responsive-sm {
        display:block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

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

@media (max-width: 767.98px) {
    .table-responsive-md {
        display:block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

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

@media (max-width: 991.98px) {
    .table-responsive-lg {
        display:block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

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

@media (max-width: 1199.98px) {
    .table-responsive-xl {
        display:block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

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

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

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

.form-control {
    display: block;
    width: 100%;
    height: calc(2em + .8rem + 2px);
    padding: .4rem 1rem;
    font-size: .875rem;
    font-weight: 400;
    line-height: 2;
    color: #82849f;
    background-color: transparent;
    background-clip: padding-box;
    border: 1px solid #c2c2c2;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

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

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

.form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #82849f
}


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

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

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

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

input[type=date].form-control,input[type=datetime-local].form-control,input[type=month].form-control,input[type=time].form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

select.form-control:focus::-ms-value {
    color: #82849f;
    background-color: transparent
}

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

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

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

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

.form-control-plaintext {
    display: block;
    width: 100%;
    padding: .4rem 0;
    margin-bottom: 0;
    font-size: .875rem;
    line-height: 2;
    color: #71748d;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

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

.form-control-sm {
    height: calc(1.5em + 1.126rem + 2px);
    padding: .563rem .875rem;
    font-size: .76562rem;
    line-height: 1.5;
    border-radius: .3rem
}

.form-control-lg {
    height: calc(2em + 1.126rem + 2px);
    padding: .563rem 1.475rem;
    font-size: 1.09375rem;
    line-height: 2;
    border-radius: .375rem
}

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

textarea.form-control {
    height: auto
}

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

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

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

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

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

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

.form-check-input:disabled~.form-check-label,.form-check-input[disabled]~.form-check-label {
    color: #686972
}

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

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

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

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

.valid-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .76562rem;
    line-height: 1.6;
    color: #fff;
    background-color: rgba(46,197,81,.9);
    border-radius: .25rem
}

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

.form-control.is-valid,.was-validated .form-control:valid {
    border-color: #198754;
    padding-right: calc(2em + .8rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%232ec551' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.5em + .2rem) center;
    background-size: calc(1em + .4rem) calc(1em + .4rem)
}

.form-control.is-valid:focus,.was-validated .form-control:valid:focus {
    border-color: #198754;
    box-shadow: 0 0 0 .2rem rgba(46,197,81,.25)
}

.was-validated textarea.form-control:valid,textarea.form-control.is-valid {
    padding-right: calc(2em + .8rem);
    background-position: top calc(.5em + .2rem) right calc(.5em + .2rem)
}

.custom-select.is-valid,.was-validated .custom-select:valid {
    border-color: #198754;
    padding-right: calc(.75em + 2.6rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%233b3d48' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1rem center/8px 10px,url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%232ec551' 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") transparent no-repeat center right 2rem/calc(1em + .4rem) calc(1em + .4rem)
}

.custom-select.is-valid:focus,.was-validated .custom-select:valid:focus {
    border-color: #198754;
    box-shadow: 0 0 0 .2rem rgba(46,197,81,.25)
}

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

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

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

.custom-control-input.is-valid~.custom-control-label::before,.was-validated .custom-control-input:valid~.custom-control-label::before {
    border-color: #198754
}

.custom-control-input.is-valid:checked~.custom-control-label::before,.was-validated .custom-control-input:valid:checked~.custom-control-label::before {
    border-color: #50d66f;
    background-color: #50d66f
}

.custom-control-input.is-valid:focus~.custom-control-label::before,.was-validated .custom-control-input:valid:focus~.custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(46,197,81,.25)
}

.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before,.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before {
    border-color: #198754
}

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

.custom-file-input.is-valid:focus~.custom-file-label,.was-validated .custom-file-input:valid:focus~.custom-file-label {
    border-color: #198754;
    box-shadow: 0 0 0 .2rem rgba(46,197,81,.25)
}

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

.invalid-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .76562rem;
    line-height: 1.6;
    color: #fff;
    background-color: rgba(239,23,44,.9);
    border-radius: .25rem
}

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

.form-control.is-invalid,.was-validated .form-control:invalid {
    border-color: #dc3545;
    padding-right: calc(2em + .8rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23ef172c' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23ef172c' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.5em + .2rem) center;
    background-size: calc(1em + .4rem) calc(1em + .4rem)
}

.form-control.is-invalid:focus,.was-validated .form-control:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(239,23,44,.25)
}

.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid {
    padding-right: calc(2em + .8rem);
    background-position: top calc(.5em + .2rem) right calc(.5em + .2rem)
}

.custom-select.is-invalid,.was-validated .custom-select:invalid {
    border-color: #dc3545;
    padding-right: calc(.75em + 2.6rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%233b3d48' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1rem center/8px 10px,url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23ef172c' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23ef172c' stroke='none'/%3e%3c/svg%3e") transparent no-repeat center right 2rem/calc(1em + .4rem) calc(1em + .4rem)
}

.custom-select.is-invalid:focus,.was-validated .custom-select:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(239,23,44,.25)
}

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

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

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

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

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

.custom-control-input.is-invalid:focus~.custom-control-label::before,.was-validated .custom-control-input:invalid:focus~.custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(239,23,44,.25)
}

.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before,.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before {
    border-color: #dc3545
}

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

.custom-file-input.is-invalid:focus~.custom-file-label,.was-validated .custom-file-input:invalid:focus~.custom-file-label {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(239,23,44,.25)
}

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

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

@media (min-width: 576px) {
    .form-inline label {
        display:flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0
    }

    .form-inline .form-group {
        display: flex;
        flex: 0 0 auto;
        flex-flow: row wrap;
        align-items: center;
        margin-bottom: 0
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-plaintext {
        display: inline-block
    }

    .form-inline .custom-select,.form-inline .input-group {
        width: auto
    }

    .form-inline .form-check {
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }

    .form-inline .form-check-input {
        position: relative;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }

    .form-inline .custom-control {
        align-items: center;
        justify-content: center
    }

    .form-inline .custom-control-label {
        margin-bottom: 0
    }
}

.btn {
    display: inline-block;
    font-weight: 500;
    color: #71748d;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .4rem 1rem;
    font-size: .875rem;
    line-height: 2;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

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

.btn:hover {
    color: #71748d;
    text-decoration: none
}

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

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

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

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

.btn-primary {
    color: #fff;
    background-color: #2E2F39;
    border-color: #2E2F39
}

.btn-primary:hover {
    color: #fff;
    background-color: #3b3d48;
    border-color: #3b3d48
}

.btn-primary.focus,.btn-primary:focus {
    color: #fff;
    background-color: #3b3d48;
    border-color: #3b3d48;
    box-shadow: 0 0 0 .2rem rgba(114,128,255,.5)
}

.btn-primary.disabled,.btn-primary:disabled {
    color: #fff;
    background-color: #2E2F39;
    border-color: #2E2F39
}

.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active,.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #3b3d48;
    border-color: #192fff
}

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

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

.btn-secondary:hover {
    color: #fff;
    background-color: #ff1a61;
    border-color: #ff0d58
}

.btn-secondary.focus,.btn-secondary:focus {
    color: #fff;
    background-color: #ff1a61;
    border-color: #ff0d58;
    box-shadow: 0 0 0 .2rem rgba(255,93,143,.5)
}

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

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

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

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

.btn-success:hover {
    color: #fff;
    background-color: #27a644;
    border-color: #249c40
}

.btn-success.focus,.btn-success:focus {
    color: #fff;
    background-color: #27a644;
    border-color: #249c40;
    box-shadow: 0 0 0 .2rem rgba(77,206,107,.5)
}

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

.btn-success:not(:disabled):not(.disabled).active,.btn-success:not(:disabled):not(.disabled):active,.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #249c40;
    border-color: #22913c
}

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

.btn-info {
    color: #2e2f39;
    background-color: #25d5f2;
    border-color: #25d5f2
}

.btn-info:hover {
    color: #fff;
    background-color: #0ec5e3;
    border-color: #0dbbd7
}

.btn-info.focus,.btn-info:focus {
    color: #fff;
    background-color: #0ec5e3;
    border-color: #0dbbd7;
    box-shadow: 0 0 0 .2rem rgba(38,188,214,.5)
}

.btn-info.disabled,.btn-info:disabled {
    color: #2e2f39;
    background-color: #25d5f2;
    border-color: #25d5f2
}

.btn-info:not(:disabled):not(.disabled).active,.btn-info:not(:disabled):not(.disabled):active,.show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #0dbbd7;
    border-color: #0cb0cb
}

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

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

.btn-warning:hover {
    color: #2e2f39;
    background-color: #e1a800;
    border-color: #d49f00
}

.btn-warning.focus,.btn-warning:focus {
    color: #2e2f39;
    background-color: #e1a800;
    border-color: #d49f00;
    box-shadow: 0 0 0 .2rem rgba(224,171,15,.5)
}

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

.btn-warning:not(:disabled):not(.disabled).active,.btn-warning:not(:disabled):not(.disabled):active,.show>.btn-warning.dropdown-toggle {
    color: #2e2f39;
    background-color: #d49f00;
    border-color: #c79500
}

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

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

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

.btn-danger.focus,.btn-danger:focus {
    color: #fff;
    background-color: #d10e21;
    border-color: #c50e1f;
    box-shadow: 0 0 0 .2rem rgba(241,58,76,.5)
}

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

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

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

.btn-light {
    color: #2e2f39;
    background-color: #efeff6;
    border-color: #efeff6
}

.btn-light:hover {
    color: #2e2f39;
    background-color: #d7d7e8;
    border-color: #cecee4
}

.btn-light.focus,.btn-light:focus {
    color: #2e2f39;
    background-color: #d7d7e8;
    border-color: #cecee4;
    box-shadow: 0 0 0 .2rem rgba(210,210,218,.5)
}

.btn-light.disabled,.btn-light:disabled {
    color: #2e2f39;
    background-color: #efeff6;
    border-color: #efeff6
}

.btn-light:not(:disabled):not(.disabled).active,.btn-light:not(:disabled):not(.disabled):active,.show>.btn-light.dropdown-toggle {
    color: #2e2f39;
    background-color: #cecee4;
    border-color: #c6c6df
}

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

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

.btn-dark:hover {
    color: #fff;
    background-color: #2a2b33;
    border-color: #24252c
}

.btn-dark.focus,.btn-dark:focus {
    color: #fff;
    background-color: #2a2b33;
    border-color: #24252c;
    box-shadow: 0 0 0 .2rem rgba(88,90,99,.5)
}

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

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

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

.btn-primary-light {
    color: #2e2f39;
    background-color: #dbdeff;
    border-color: #dbdeff
}

.btn-primary-light:hover {
    color: #2e2f39;
    background-color: #b5bbff;
    border-color: #a8afff
}

.btn-primary-light.focus,.btn-primary-light:focus {
    color: #2e2f39;
    background-color: #b5bbff;
    border-color: #a8afff;
    box-shadow: 0 0 0 .2rem rgba(193,196,225,.5)
}

.btn-primary-light.disabled,.btn-primary-light:disabled {
    color: #2e2f39;
    background-color: #dbdeff;
    border-color: #dbdeff
}

.btn-primary-light:not(:disabled):not(.disabled).active,.btn-primary-light:not(:disabled):not(.disabled):active,.show>.btn-primary-light.dropdown-toggle {
    color: #2e2f39;
    background-color: #a8afff;
    border-color: #9ba4ff
}

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

.btn-info-light {
    color: #2e2f39;
    background-color: #dffaff;
    border-color: #dffaff
}

.btn-info-light:hover {
    color: #2e2f39;
    background-color: #b9f4ff;
    border-color: #acf2ff
}

.btn-info-light.focus,.btn-info-light:focus {
    color: #2e2f39;
    background-color: #b9f4ff;
    border-color: #acf2ff;
    box-shadow: 0 0 0 .2rem rgba(196,220,225,.5)
}

.btn-info-light.disabled,.btn-info-light:disabled {
    color: #2e2f39;
    background-color: #dffaff;
    border-color: #dffaff
}

.btn-info-light:not(:disabled):not(.disabled).active,.btn-info-light:not(:disabled):not(.disabled):active,.show>.btn-info-light.dropdown-toggle {
    color: #2e2f39;
    background-color: #acf2ff;
    border-color: #9ff0ff
}

.btn-info-light:not(:disabled):not(.disabled).active:focus,.btn-info-light:not(:disabled):not(.disabled):active:focus,.show>.btn-info-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(196,220,225,.5)
}

.btn-secondary-light {
    color: #2e2f39;
    background-color: #ffdbe6;
    border-color: #ffdbe6
}

.btn-secondary-light:hover {
    color: #2e2f39;
    background-color: #ffb5cb;
    border-color: #ffa8c3
}

.btn-secondary-light.focus,.btn-secondary-light:focus {
    color: #2e2f39;
    background-color: #ffb5cb;
    border-color: #ffa8c3;
    box-shadow: 0 0 0 .2rem rgba(224,193,204,.5)
}

.btn-secondary-light.disabled,.btn-secondary-light:disabled {
    color: #2e2f39;
    background-color: #ffdbe6;
    border-color: #ffdbe6
}

.btn-secondary-light:not(:disabled):not(.disabled).active,.btn-secondary-light:not(:disabled):not(.disabled):active,.show>.btn-secondary-light.dropdown-toggle {
    color: #2e2f39;
    background-color: #ffa8c3;
    border-color: #ff9bba
}

.btn-secondary-light:not(:disabled):not(.disabled).active:focus,.btn-secondary-light:not(:disabled):not(.disabled):active:focus,.show>.btn-secondary-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(224,193,204,.5)
}

.btn-danger-light {
    color: #2e2f39;
    background-color: #fbd3d5;
    border-color: #fbd3d5
}

.btn-danger-light:hover {
    color: #2e2f39;
    background-color: #f8b0b4;
    border-color: #f7a4a8
}

.btn-danger-light.focus,.btn-danger-light:focus {
    color: #2e2f39;
    background-color: #f8b0b4;
    border-color: #f7a4a8;
    box-shadow: 0 0 0 .2rem rgba(220,186,190,.5)
}

.btn-danger-light.disabled,.btn-danger-light:disabled {
    color: #2e2f39;
    background-color: #fbd3d5;
    border-color: #fbd3d5
}

.btn-danger-light:not(:disabled):not(.disabled).active,.btn-danger-light:not(:disabled):not(.disabled):active,.show>.btn-danger-light.dropdown-toggle {
    color: #2e2f39;
    background-color: #f7a4a8;
    border-color: #f6999d
}

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

.btn-success-light {
    color: #2e2f39;
    background-color: #c5fad3;
    border-color: #c5fad3
}

.btn-success-light:hover {
    color: #2e2f39;
    background-color: #a2f7b8;
    border-color: #96f6af
}

.btn-success-light.focus,.btn-success-light:focus {
    color: #2e2f39;
    background-color: #a2f7b8;
    border-color: #96f6af;
    box-shadow: 0 0 0 .2rem rgba(174,220,188,.5)
}

.btn-success-light.disabled,.btn-success-light:disabled {
    color: #2e2f39;
    background-color: #c5fad3;
    border-color: #c5fad3
}

.btn-success-light:not(:disabled):not(.disabled).active,.btn-success-light:not(:disabled):not(.disabled):active,.show>.btn-success-light.dropdown-toggle {
    color: #2e2f39;
    background-color: #96f6af;
    border-color: #8af5a6
}

.btn-success-light:not(:disabled):not(.disabled).active:focus,.btn-success-light:not(:disabled):not(.disabled):active:focus,.show>.btn-success-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(174,220,188,.5)
}

.btn-warning-light {
    color: #2e2f39;
    background-color: #ffefbd;
    border-color: #ffefbd
}

.btn-warning-light:hover {
    color: #2e2f39;
    background-color: #ffe697;
    border-color: #ffe38a
}

.btn-warning-light.focus,.btn-warning-light:focus {
    color: #2e2f39;
    background-color: #ffe697;
    border-color: #ffe38a;
    box-shadow: 0 0 0 .2rem rgba(224,210,169,.5)
}

.btn-warning-light.disabled,.btn-warning-light:disabled {
    color: #2e2f39;
    background-color: #ffefbd;
    border-color: #ffefbd
}

.btn-warning-light:not(:disabled):not(.disabled).active,.btn-warning-light:not(:disabled):not(.disabled):active,.show>.btn-warning-light.dropdown-toggle {
    color: #2e2f39;
    background-color: #ffe38a;
    border-color: #ffe07d
}

.btn-warning-light:not(:disabled):not(.disabled).active:focus,.btn-warning-light:not(:disabled):not(.disabled):active:focus,.show>.btn-warning-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(224,210,169,.5)
}

.btn-facebook {
    color: #fff;
    background-color: #3b5898;
    border-color: #3b5898
}

.btn-facebook:hover {
    color: #fff;
    background-color: #30487c;
    border-color: #2d4373
}

.btn-facebook.focus,.btn-facebook:focus {
    color: #fff;
    background-color: #30487c;
    border-color: #2d4373;
    box-shadow: 0 0 0 .2rem rgba(88,113,167,.5)
}

.btn-facebook.disabled,.btn-facebook:disabled {
    color: #fff;
    background-color: #3b5898;
    border-color: #3b5898
}

.btn-facebook:not(:disabled):not(.disabled).active,.btn-facebook:not(:disabled):not(.disabled):active,.show>.btn-facebook.dropdown-toggle {
    color: #fff;
    background-color: #2d4373;
    border-color: #293d6a
}

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

.btn-twitter {
    color: #fff;
    background-color: #1ea2f2;
    border-color: #1ea2f2
}

.btn-twitter:hover {
    color: #fff;
    background-color: #0d8edd;
    border-color: #0c87d1
}

.btn-twitter.focus,.btn-twitter:focus {
    color: #fff;
    background-color: #0d8edd;
    border-color: #0c87d1;
    box-shadow: 0 0 0 .2rem rgba(64,176,244,.5)
}

.btn-twitter.disabled,.btn-twitter:disabled {
    color: #fff;
    background-color: #1ea2f2;
    border-color: #1ea2f2
}

.btn-twitter:not(:disabled):not(.disabled).active,.btn-twitter:not(:disabled):not(.disabled):active,.show>.btn-twitter.dropdown-toggle {
    color: #fff;
    background-color: #0c87d1;
    border-color: #0b7fc5
}

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

.btn-instagram {
    color: #fff;
    background-color: #9361fa;
    border-color: #9361fa
}

.btn-instagram:hover {
    color: #fff;
    background-color: #7a3cf9;
    border-color: #7130f8
}

.btn-instagram.focus,.btn-instagram:focus {
    color: #fff;
    background-color: #7a3cf9;
    border-color: #7130f8;
    box-shadow: 0 0 0 .2rem rgba(163,121,251,.5)
}

.btn-instagram.disabled,.btn-instagram:disabled {
    color: #fff;
    background-color: #9361fa;
    border-color: #9361fa
}

.btn-instagram:not(:disabled):not(.disabled).active,.btn-instagram:not(:disabled):not(.disabled):active,.show>.btn-instagram.dropdown-toggle {
    color: #fff;
    background-color: #7130f8;
    border-color: #6923f8
}

.btn-instagram:not(:disabled):not(.disabled).active:focus,.btn-instagram:not(:disabled):not(.disabled):active:focus,.show>.btn-instagram.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(163,121,251,.5)
}

.btn-rss {
    color: #2e2f39;
    background-color: #ee802f;
    border-color: #ee802f
}

.btn-rss:hover {
    color: #fff;
    background-color: #e46b13;
    border-color: #d86612
}

.btn-rss.focus,.btn-rss:focus {
    color: #fff;
    background-color: #e46b13;
    border-color: #d86612;
    box-shadow: 0 0 0 .2rem rgba(209,116,49,.5)
}

.btn-rss.disabled,.btn-rss:disabled {
    color: #2e2f39;
    background-color: #ee802f;
    border-color: #ee802f
}

.btn-rss:not(:disabled):not(.disabled).active,.btn-rss:not(:disabled):not(.disabled):active,.show>.btn-rss.dropdown-toggle {
    color: #fff;
    background-color: #d86612;
    border-color: #cd6011
}

.btn-rss:not(:disabled):not(.disabled).active:focus,.btn-rss:not(:disabled):not(.disabled):active:focus,.show>.btn-rss.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(209,116,49,.5)
}

.btn-pinterest {
    color: #fff;
    background-color: #c8232c;
    border-color: #c8232c
}

.btn-pinterest:hover {
    color: #fff;
    background-color: #a71d25;
    border-color: #9d1b22
}

.btn-pinterest.focus,.btn-pinterest:focus {
    color: #fff;
    background-color: #a71d25;
    border-color: #9d1b22;
    box-shadow: 0 0 0 .2rem rgba(208,68,76,.5)
}

.btn-pinterest.disabled,.btn-pinterest:disabled {
    color: #fff;
    background-color: #c8232c;
    border-color: #c8232c
}

.btn-pinterest:not(:disabled):not(.disabled).active,.btn-pinterest:not(:disabled):not(.disabled):active,.show>.btn-pinterest.dropdown-toggle {
    color: #fff;
    background-color: #9d1b22;
    border-color: #921a20
}

.btn-pinterest:not(:disabled):not(.disabled).active:focus,.btn-pinterest:not(:disabled):not(.disabled):active:focus,.show>.btn-pinterest.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(208,68,76,.5)
}

.btn-youtube {
    color: #fff;
    background-color: red;
    border-color: red
}

.btn-youtube:hover {
    color: #fff;
    background-color: #d90000;
    border-color: #c00
}

.btn-youtube.focus,.btn-youtube:focus {
    color: #fff;
    background-color: #d90000;
    border-color: #c00;
    box-shadow: 0 0 0 .2rem rgba(255,38,38,.5)
}

.btn-youtube.disabled,.btn-youtube:disabled {
    color: #fff;
    background-color: red;
    border-color: red
}

.btn-youtube:not(:disabled):not(.disabled).active,.btn-youtube:not(:disabled):not(.disabled):active,.show>.btn-youtube.dropdown-toggle {
    color: #fff;
    background-color: #c00;
    border-color: #bf0000
}

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

.btn-googleplus {
    color: #fff;
    background-color: #d34836;
    border-color: #d34836
}

.btn-googleplus:hover {
    color: #fff;
    background-color: #ba3929;
    border-color: #b03626
}

.btn-googleplus.focus,.btn-googleplus:focus {
    color: #fff;
    background-color: #ba3929;
    border-color: #b03626;
    box-shadow: 0 0 0 .2rem rgba(218,99,84,.5)
}

.btn-googleplus.disabled,.btn-googleplus:disabled {
    color: #fff;
    background-color: #d34836;
    border-color: #d34836
}

.btn-googleplus:not(:disabled):not(.disabled).active,.btn-googleplus:not(:disabled):not(.disabled):active,.show>.btn-googleplus.dropdown-toggle {
    color: #fff;
    background-color: #b03626;
    border-color: #a53324
}

.btn-googleplus:not(:disabled):not(.disabled).active:focus,.btn-googleplus:not(:disabled):not(.disabled):active:focus,.show>.btn-googleplus.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(218,99,84,.5)
}

.btn-outline-primary {
    color: #2E2F39;
    border-color: #2E2F39
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #2E2F39;
    border-color: #2E2F39
}

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

.btn-outline-primary.disabled,.btn-outline-primary:disabled {
    color: #2E2F39;
    background-color: transparent
}

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

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

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

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

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

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

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

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

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

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

.btn-outline-success.focus,.btn-outline-success:focus {
    box-shadow: 0 0 0 .2rem rgba(46,197,81,.5)
}

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

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

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

.btn-outline-info {
    color: #25d5f2;
    border-color: #25d5f2
}

.btn-outline-info:hover {
    color: #2e2f39;
    background-color: #25d5f2;
    border-color: #25d5f2
}

.btn-outline-info.focus,.btn-outline-info:focus {
    box-shadow: 0 0 0 .2rem rgba(37,213,242,.5)
}

.btn-outline-info.disabled,.btn-outline-info:disabled {
    color: #25d5f2;
    background-color: transparent
}

.btn-outline-info:not(:disabled):not(.disabled).active,.btn-outline-info:not(:disabled):not(.disabled):active,.show>.btn-outline-info.dropdown-toggle {
    color: #2e2f39;
    background-color: #25d5f2;
    border-color: #25d5f2
}

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

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

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

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

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

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

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

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

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

.btn-outline-danger.focus,.btn-outline-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(239,23,44,.5)
}

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

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

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

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

.btn-outline-light:hover {
    color: #2e2f39;
    background-color: #efeff6;
    border-color: #efeff6
}

.btn-outline-light.focus,.btn-outline-light:focus {
    box-shadow: 0 0 0 .2rem rgba(239,239,246,.5)
}

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

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

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

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

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

.btn-outline-dark.focus,.btn-outline-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(59,61,72,.5)
}

.btn-outline-dark.disabled,.btn-outline-dark:disabled {
    color: #3b3d48;
    background-color: transparent
}

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

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

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

.btn-outline-primary-light:hover {
    color: #2e2f39;
    background-color: #dbdeff;
    border-color: #dbdeff
}

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

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

.btn-outline-primary-light:not(:disabled):not(.disabled).active,.btn-outline-primary-light:not(:disabled):not(.disabled):active,.show>.btn-outline-primary-light.dropdown-toggle {
    color: #2e2f39;
    background-color: #dbdeff;
    border-color: #dbdeff
}

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

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

.btn-outline-info-light:hover {
    color: #2e2f39;
    background-color: #dffaff;
    border-color: #dffaff
}

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

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

.btn-outline-info-light:not(:disabled):not(.disabled).active,.btn-outline-info-light:not(:disabled):not(.disabled):active,.show>.btn-outline-info-light.dropdown-toggle {
    color: #2e2f39;
    background-color: #dffaff;
    border-color: #dffaff
}

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

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

.btn-outline-secondary-light:hover {
    color: #2e2f39;
    background-color: #ffdbe6;
    border-color: #ffdbe6
}

.btn-outline-secondary-light.focus,.btn-outline-secondary-light:focus {
    box-shadow: 0 0 0 .2rem rgba(255,219,230,.5)
}

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

.btn-outline-secondary-light:not(:disabled):not(.disabled).active,.btn-outline-secondary-light:not(:disabled):not(.disabled):active,.show>.btn-outline-secondary-light.dropdown-toggle {
    color: #2e2f39;
    background-color: #ffdbe6;
    border-color: #ffdbe6
}

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

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

.btn-outline-danger-light:hover {
    color: #2e2f39;
    background-color: #fbd3d5;
    border-color: #fbd3d5
}

.btn-outline-danger-light.focus,.btn-outline-danger-light:focus {
    box-shadow: 0 0 0 .2rem rgba(251,211,213,.5)
}

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

.btn-outline-danger-light:not(:disabled):not(.disabled).active,.btn-outline-danger-light:not(:disabled):not(.disabled):active,.show>.btn-outline-danger-light.dropdown-toggle {
    color: #2e2f39;
    background-color: #fbd3d5;
    border-color: #fbd3d5
}

.btn-outline-danger-light:not(:disabled):not(.disabled).active:focus,.btn-outline-danger-light:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-danger-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(251,211,213,.5)
}

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

.btn-outline-success-light:hover {
    color: #2e2f39;
    background-color: #c5fad3;
    border-color: #c5fad3
}

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

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

.btn-outline-success-light:not(:disabled):not(.disabled).active,.btn-outline-success-light:not(:disabled):not(.disabled):active,.show>.btn-outline-success-light.dropdown-toggle {
    color: #2e2f39;
    background-color: #c5fad3;
    border-color: #c5fad3
}

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

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

.btn-outline-warning-light:hover {
    color: #2e2f39;
    background-color: #ffefbd;
    border-color: #ffefbd
}

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

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

.btn-outline-warning-light:not(:disabled):not(.disabled).active,.btn-outline-warning-light:not(:disabled):not(.disabled):active,.show>.btn-outline-warning-light.dropdown-toggle {
    color: #2e2f39;
    background-color: #ffefbd;
    border-color: #ffefbd
}

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

.btn-outline-facebook {
    color: #3b5898;
    border-color: #3b5898
}

.btn-outline-facebook:hover {
    color: #fff;
    background-color: #3b5898;
    border-color: #3b5898
}

.btn-outline-facebook.focus,.btn-outline-facebook:focus {
    box-shadow: 0 0 0 .2rem rgba(59,88,152,.5)
}

.btn-outline-facebook.disabled,.btn-outline-facebook:disabled {
    color: #3b5898;
    background-color: transparent
}

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

.btn-outline-facebook:not(:disabled):not(.disabled).active:focus,.btn-outline-facebook:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-facebook.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(59,88,152,.5)
}

.btn-outline-twitter {
    color: #1ea2f2;
    border-color: #1ea2f2
}

.btn-outline-twitter:hover {
    color: #fff;
    background-color: #1ea2f2;
    border-color: #1ea2f2
}

.btn-outline-twitter.focus,.btn-outline-twitter:focus {
    box-shadow: 0 0 0 .2rem rgba(30,162,242,.5)
}

.btn-outline-twitter.disabled,.btn-outline-twitter:disabled {
    color: #1ea2f2;
    background-color: transparent
}

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

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

.btn-outline-instagram {
    color: #9361fa;
    border-color: #9361fa
}

.btn-outline-instagram:hover {
    color: #fff;
    background-color: #9361fa;
    border-color: #9361fa
}

.btn-outline-instagram.focus,.btn-outline-instagram:focus {
    box-shadow: 0 0 0 .2rem rgba(147,97,250,.5)
}

.btn-outline-instagram.disabled,.btn-outline-instagram:disabled {
    color: #9361fa;
    background-color: transparent
}

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

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

.btn-outline-rss {
    color: #ee802f;
    border-color: #ee802f
}

.btn-outline-rss:hover {
    color: #2e2f39;
    background-color: #ee802f;
    border-color: #ee802f
}

.btn-outline-rss.focus,.btn-outline-rss:focus {
    box-shadow: 0 0 0 .2rem rgba(238,128,47,.5)
}

.btn-outline-rss.disabled,.btn-outline-rss:disabled {
    color: #ee802f;
    background-color: transparent
}

.btn-outline-rss:not(:disabled):not(.disabled).active,.btn-outline-rss:not(:disabled):not(.disabled):active,.show>.btn-outline-rss.dropdown-toggle {
    color: #2e2f39;
    background-color: #ee802f;
    border-color: #ee802f
}

.btn-outline-rss:not(:disabled):not(.disabled).active:focus,.btn-outline-rss:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-rss.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(238,128,47,.5)
}

.btn-outline-pinterest {
    color: #c8232c;
    border-color: #c8232c
}

.btn-outline-pinterest:hover {
    color: #fff;
    background-color: #c8232c;
    border-color: #c8232c
}

.btn-outline-pinterest.focus,.btn-outline-pinterest:focus {
    box-shadow: 0 0 0 .2rem rgba(200,35,44,.5)
}

.btn-outline-pinterest.disabled,.btn-outline-pinterest:disabled {
    color: #c8232c;
    background-color: transparent
}

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

.btn-outline-pinterest:not(:disabled):not(.disabled).active:focus,.btn-outline-pinterest:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-pinterest.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(200,35,44,.5)
}

.btn-outline-youtube {
    color: red;
    border-color: red
}

.btn-outline-youtube:hover {
    color: #fff;
    background-color: red;
    border-color: red
}

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

.btn-outline-youtube.disabled,.btn-outline-youtube:disabled {
    color: red;
    background-color: transparent
}

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

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

.btn-outline-googleplus {
    color: #d34836;
    border-color: #d34836
}

.btn-outline-googleplus:hover {
    color: #fff;
    background-color: #d34836;
    border-color: #d34836
}

.btn-outline-googleplus.focus,.btn-outline-googleplus:focus {
    box-shadow: 0 0 0 .2rem rgba(211,72,54,.5)
}

.btn-outline-googleplus.disabled,.btn-outline-googleplus:disabled {
    color: #d34836;
    background-color: transparent
}

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

.btn-outline-googleplus:not(:disabled):not(.disabled).active:focus,.btn-outline-googleplus:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-googleplus.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(211,72,54,.5)
}

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

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

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

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

.btn-group-lg>.btn,.btn-lg {
    padding: .563rem 1.475rem;
    font-size: 1.09375rem;
    line-height: 2;
    border-radius: .375rem
}

.btn-group-sm>.btn,.btn-sm {
    padding: .563rem .875rem;
    font-size: .76562rem;
    line-height: 1.5;
    border-radius: .3rem
}

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

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

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

.fade {
    transition: opacity .15s linear
}

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

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

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

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

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

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

.dropdown-toggle {
    white-space: nowrap
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dropdown-item:focus,.dropdown-item:hover {
    color: #66687f;
    text-decoration: none;
    background-color: #f9f9ff
}

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

.dropdown-item.disabled,.dropdown-item:disabled {
    color: #686972;
    pointer-events: none;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.input-group-append .btn:focus,.input-group-prepend .btn:focus {
    z-index: 3
}

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

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

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

.input-group-text {
    display: flex;
    align-items: center;
    padding: .4rem 1rem;
    margin-bottom: 0;
    font-size: .875rem;
    font-weight: 400;
    line-height: 2;
    color: #82849f;
    text-align: center;
    white-space: nowrap;
    background-color: #efeff6;
    border: 1px solid #e6e6f2;
    border-radius: .25rem
}

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

.input-group-lg>.custom-select,.input-group-lg>.form-control:not(textarea) {
    height: calc(2em + 1.126rem + 2px)
}

.input-group-lg>.custom-select,.input-group-lg>.form-control,.input-group-lg>.input-group-append>.btn,.input-group-lg>.input-group-append>.input-group-text,.input-group-lg>.input-group-prepend>.btn,.input-group-lg>.input-group-prepend>.input-group-text {
    padding: .563rem 1.475rem;
    font-size: 1.09375rem;
    line-height: 2;
    border-radius: .375rem
}

.input-group-sm>.custom-select,.input-group-sm>.form-control:not(textarea) {
    height: calc(1.5em + 1.126rem + 2px)
}

.input-group-sm>.custom-select,.input-group-sm>.form-control,.input-group-sm>.input-group-append>.btn,.input-group-sm>.input-group-append>.input-group-text,.input-group-sm>.input-group-prepend>.btn,.input-group-sm>.input-group-prepend>.input-group-text {
    padding: .563rem .875rem;
    font-size: .76562rem;
    line-height: 1.5;
    border-radius: .3rem
}

.input-group-lg>.custom-select,.input-group-sm>.custom-select {
    padding-right: 2rem
}

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

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

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

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

.custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.2rem;
    opacity: 0
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #2E2F39;
    background-color: #2E2F39
}

.custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(89,105,255,.25)
}

.custom-control-input:focus:not(:checked)~.custom-control-label::before {
    border-color: #d9dcff
}

.custom-control-input:not(:disabled):active~.custom-control-label::before {
    color: #fff;
    background-color: #fff;
    border-color: #fff
}

.custom-control-input:disabled~.custom-control-label,.custom-control-input[disabled]~.custom-control-label {
    color: #686972
}

.custom-control-input:disabled~.custom-control-label::before,.custom-control-input[disabled]~.custom-control-label::before {
    background-color: #efeff6
}

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

.custom-control-label::before {
    position: absolute;
    top: .2rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: transparent;
    border: #adb5bd solid 1px
}

.custom-control-label::after {
    position: absolute;
    top: .2rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50%/50% 50%
}

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

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
    border-color: #2E2F39;
    background-color: #2E2F39
}

.custom-checkbox .custom-control-input:focus{
    outline: none;
}
.custom-checkbox .custom-control-input:focus~.custom-control-label::before {
    border-color: #3b3d48;
    box-shadow: 0 0 0 1px rgb(59 61 72 / 25%);
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
    border-color:#2E2F3988;
    background-color: #2E2F3988
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
    border-color: #2E2F3988;
    background-color: #2E2F3988;
}

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

.custom-radio .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
    border-color: #2E2F3988;
    background-color: #2E2F3988
}

.custom-switch {
    padding-left: 2.25rem
}

.custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: .5rem
}

.custom-switch .custom-control-label::after {
    top: calc(.2rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: .5rem;
    transition: transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .custom-switch .custom-control-label::after {
        transition: none
    }
}

.custom-switch .custom-control-input:checked~.custom-control-label::after {
    background-color: transparent;
    transform: translateX(.75rem)
}

.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(89,105,255,.5)
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(2em + .8rem + 2px);
    padding: .4rem 2rem .4rem 1rem;
    font-size: .875rem;
    font-weight: 400;
    line-height: 2;
    color: #82849f;
    vertical-align: middle;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%233b3d48' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1rem center/8px 10px;
    border: 1px solid #e6e6f2;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-select:focus {
    border-color: #d9dcff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(89,105,255,.25)
}

.custom-select:focus::-ms-value {
    color: #82849f;
    background-color: transparent
}

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

.custom-select:disabled {
    color: #686972;
    background-color: #efeff6
}

.custom-select::-ms-expand {
    display: none
}

.custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #82849f
}

.custom-select-sm {
    height: calc(1.5em + 1.126rem + 2px);
    padding-top: .563rem;
    padding-bottom: .563rem;
    padding-left: .875rem;
    font-size: .76562rem
}

.custom-select-lg {
    height: calc(2em + 1.126rem + 2px);
    padding-top: .563rem;
    padding-bottom: .563rem;
    padding-left: 1.475rem;
    font-size: 1.09375rem
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(2em + .8rem + 2px);
    margin-bottom: 0
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(2em + .8rem + 2px);
    margin: 0;
    opacity: 0
}

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

.custom-file-input:disabled~.custom-file-label,.custom-file-input[disabled]~.custom-file-label {
    background-color: #efeff6
}

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

.custom-file-input~.custom-file-label[data-browse]::after {
    content: attr(data-browse)
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(2em + .8rem + 2px);
    padding: .4rem 1rem;
    font-weight: 400;
    line-height: 2;
    color: #82849f;
    background-color: transparent;
    border: 1px solid #e6e6f2;
    border-radius: .25rem
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(2em + .8rem);
    padding: .4rem 1rem;
    line-height: 2;
    color: #82849f;
    content: "Browse";
    background-color: #efeff6;
    border-left: inherit;
    border-radius: 0 .25rem .25rem 0
}

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

.custom-range:focus {
    outline: 0
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #e6e6f2;
    border-radius: 1rem
}

.custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default
}

.custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-moz-range-track {
    cursor: default
}

.custom-range:disabled::-ms-thumb {
    background-color: #adb5bd
}

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

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

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

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

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

.nav-link.disabled {
    color: #686972;
    pointer-events: none;
    cursor: default
}

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

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

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

.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover {
    border-color: #efeff6 #efeff6 #e6e6f2
}

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

.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active {
    color: #82849f;
    background-color: #fff;
    border-color: #e6e6f2 #e6e6f2 #fff
}

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

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

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

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

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

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

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

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: .5rem 1rem
}

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
    .navbar-expand-sm {
        flex-flow:row nowrap;
        justify-content: flex-start
    }

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

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

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

    .navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid,.navbar-expand-sm>.container-lg,.navbar-expand-sm>.container-md,.navbar-expand-sm>.container-sm,.navbar-expand-sm>.container-xl {
        flex-wrap: nowrap
    }

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

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

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

@media (min-width: 768px) {
    .navbar-expand-md {
        flex-flow:row nowrap;
        justify-content: flex-start
    }

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

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

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

    .navbar-expand-md>.container,.navbar-expand-md>.container-fluid,.navbar-expand-md>.container-lg,.navbar-expand-md>.container-md,.navbar-expand-md>.container-sm,.navbar-expand-md>.container-xl {
        flex-wrap: nowrap
    }

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

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

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

@media (min-width: 992px) {
    .navbar-expand-lg {
        flex-flow:row nowrap;
        justify-content: flex-start
    }

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

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

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

    .navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-sm,.navbar-expand-lg>.container-xl {
        flex-wrap: nowrap
    }

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

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

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

@media (min-width: 1200px) {
    .navbar-expand-xl {
        flex-flow:row nowrap;
        justify-content: flex-start
    }

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

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

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

    .navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid,.navbar-expand-xl>.container-lg,.navbar-expand-xl>.container-md,.navbar-expand-xl>.container-sm,.navbar-expand-xl>.container-xl {
        flex-wrap: nowrap
    }

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

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

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

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

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

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

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

.navbar-expand>.container,.navbar-expand>.container-fluid,.navbar-expand>.container-lg,.navbar-expand>.container-md,.navbar-expand>.container-sm,.navbar-expand>.container-xl {
    flex-wrap: nowrap
}

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

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

.navbar-light .navbar-brand {
    color: rgba(46,47,57,.9)
}

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

.navbar-light .navbar-nav .nav-link {
    color: rgba(46,47,57,.5)
}

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

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

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

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

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2846, 47, 57, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-light .navbar-text {
    color: rgba(46,47,57,.5)
}

.navbar-light .navbar-text a {
    color: rgba(46,47,57,.9)
}

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

.navbar-dark .navbar-brand {
    color: #fff
}

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

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

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

.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255,255,255,.25)
}

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

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

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-dark .navbar-text {
    color: rgba(255,255,255,.5)
}

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

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

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

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

.card>.list-group {
    border-top: inherit;
    border-bottom: inherit
}

.card>.list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card>.list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card>.card-header+.list-group,.card>.list-group+.card-footer {
    border-top: 0
}

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

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

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

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

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

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

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

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

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

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

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

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

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
    border-radius: calc(.25rem - 1px)
}

.card-img,.card-img-bottom,.card-img-top {
    flex-shrink: 0;
    width: 100%
}

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

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

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

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

    .card-deck .card {
        flex: 1 0 0%;
        margin-right: 12px;
        margin-bottom: 0;
        margin-left: 12px
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.accordion {
    overflow-anchor: none
}

.accordion>.card {
    overflow: hidden
}

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

.accordion>.card:not(:first-of-type) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.accordion>.card>.card-header {
    border-radius: 0;
    margin-bottom: -1px
}

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

.breadcrumb-item {
    display: flex
}

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

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

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

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

.breadcrumb-item.active {
    color: #686972
}

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

.page-link {
    position: relative;
    display: block;
    padding: .875rem 1.188rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #2E2F39;
    background-color: #fff;
    border: 1px solid #e6e6f2
}

.page-link:hover {
    z-index: 2;
    color: #0d24ff;
    text-decoration: none;
    background-color: #efeff6;
    border-color: #e6e6f2
}

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

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

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

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #2E2F39;
    border-color: #2E2F39
}

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

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

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

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

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

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

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

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

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

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

.badge:empty {
    display: none
}

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

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

.badge-primary {
    color: #fff;
    background-color: #2E2F39
}

a.badge-primary:focus,a.badge-primary:hover {
    color: #fff;
    background-color: #3b3d48
}

a.badge-primary.focus,a.badge-primary:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(89,105,255,.5)
}

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

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

a.badge-secondary.focus,a.badge-secondary:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(255,64,123,.5)
}

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

a.badge-success:focus,a.badge-success:hover {
    color: #fff;
    background-color: #249c40
}

a.badge-success.focus,a.badge-success:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(46,197,81,.5)
}

.badge-info {
    color: #2e2f39;
    background-color: #25d5f2
}

a.badge-info:focus,a.badge-info:hover {
    color: #2e2f39;
    background-color: #0dbbd7
}

a.badge-info.focus,a.badge-info:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(37,213,242,.5)
}

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

a.badge-warning:focus,a.badge-warning:hover {
    color: #2e2f39;
    background-color: #d49f00
}

a.badge-warning.focus,a.badge-warning:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(255,193,8,.5)
}

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

a.badge-danger:focus,a.badge-danger:hover {
    color: #fff;
    background-color: #c50e1f
}

a.badge-danger.focus,a.badge-danger:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(239,23,44,.5)
}

.badge-light {
    color: #2e2f39;
    background-color: #efeff6
}

a.badge-light:focus,a.badge-light:hover {
    color: #2e2f39;
    background-color: #cecee4
}

a.badge-light.focus,a.badge-light:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(239,239,246,.5)
}

.badge-dark {
    color: #fff;
    background-color: #3b3d48
}

a.badge-dark:focus,a.badge-dark:hover {
    color: #fff;
    background-color: #24252c
}

a.badge-dark.focus,a.badge-dark:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(59,61,72,.5)
}

.badge-primary-light {
    color: #2e2f39;
    background-color: #dbdeff
}

a.badge-primary-light:focus,a.badge-primary-light:hover {
    color: #2e2f39;
    background-color: #a8afff
}

a.badge-primary-light.focus,a.badge-primary-light:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(219,222,255,.5)
}

.badge-info-light {
    color: #2e2f39;
    background-color: #dffaff
}

a.badge-info-light:focus,a.badge-info-light:hover {
    color: #2e2f39;
    background-color: #acf2ff
}

a.badge-info-light.focus,a.badge-info-light:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(223,250,255,.5)
}

.badge-secondary-light {
    color: #2e2f39;
    background-color: #ffdbe6
}

a.badge-secondary-light:focus,a.badge-secondary-light:hover {
    color: #2e2f39;
    background-color: #ffa8c3
}

a.badge-secondary-light.focus,a.badge-secondary-light:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(255,219,230,.5)
}

.badge-danger-light {
    color: #2e2f39;
    background-color: #fbd3d5
}

a.badge-danger-light:focus,a.badge-danger-light:hover {
    color: #2e2f39;
    background-color: #f7a4a8
}

a.badge-danger-light.focus,a.badge-danger-light:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(251,211,213,.5)
}

.badge-success-light {
    color: #2e2f39;
    background-color: #c5fad3
}

a.badge-success-light:focus,a.badge-success-light:hover {
    color: #2e2f39;
    background-color: #96f6af
}

a.badge-success-light.focus,a.badge-success-light:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(197,250,211,.5)
}

.badge-warning-light {
    color: #2e2f39;
    background-color: #ffefbd
}

a.badge-warning-light:focus,a.badge-warning-light:hover {
    color: #2e2f39;
    background-color: #ffe38a
}

a.badge-warning-light.focus,a.badge-warning-light:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(255,239,189,.5)
}

.badge-facebook {
    color: #fff;
    background-color: #3b5898
}

a.badge-facebook:focus,a.badge-facebook:hover {
    color: #fff;
    background-color: #2d4373
}

a.badge-facebook.focus,a.badge-facebook:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(59,88,152,.5)
}

.badge-twitter {
    color: #fff;
    background-color: #1ea2f2
}

a.badge-twitter:focus,a.badge-twitter:hover {
    color: #fff;
    background-color: #0c87d1
}

a.badge-twitter.focus,a.badge-twitter:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(30,162,242,.5)
}

.badge-instagram {
    color: #fff;
    background-color: #9361fa
}

a.badge-instagram:focus,a.badge-instagram:hover {
    color: #fff;
    background-color: #7130f8
}

a.badge-instagram.focus,a.badge-instagram:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(147,97,250,.5)
}

.badge-rss {
    color: #2e2f39;
    background-color: #ee802f
}

a.badge-rss:focus,a.badge-rss:hover {
    color: #2e2f39;
    background-color: #d86612
}

a.badge-rss.focus,a.badge-rss:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(238,128,47,.5)
}

.badge-pinterest {
    color: #fff;
    background-color: #c8232c
}

a.badge-pinterest:focus,a.badge-pinterest:hover {
    color: #fff;
    background-color: #9d1b22
}

a.badge-pinterest.focus,a.badge-pinterest:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(200,35,44,.5)
}

.badge-youtube {
    color: #fff;
    background-color: red
}

a.badge-youtube:focus,a.badge-youtube:hover {
    color: #fff;
    background-color: #c00
}

a.badge-youtube.focus,a.badge-youtube:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(255,0,0,.5)
}

.badge-googleplus {
    color: #fff;
    background-color: #d34836
}

a.badge-googleplus:focus,a.badge-googleplus:hover {
    color: #fff;
    background-color: #b03626
}

a.badge-googleplus.focus,a.badge-googleplus:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(211,72,54,.5)
}

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

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

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

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 3.8125rem
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: .75rem 1.25rem;
    color: inherit
}

.alert-primary {
    color: #444da0;
    background-color: #dee1ff;
    border-color: #d1d5ff
}

.alert-primary hr {
    border-top-color: #b8beff
}

.alert-primary .alert-link {
    color: #353c7c
}

.alert-secondary {
    color: #9b385b;
    background-color: #ffd9e5;
    border-color: #ffcada
}

.alert-secondary hr {
    border-top-color: #ffb1c8
}

.alert-secondary .alert-link {
    color: #762a45
}

.alert-success {
    color: #2e7d45;
    background-color: #d5f3dc;
    border-color: #c4efce
}

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

.alert-success .alert-link {
    color: #205830
}

.alert-info {
    color: #298599;
    background-color: #d3f7fc;
    border-color: #c2f3fb
}

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

.alert-info .alert-link {
    color: #1e6271
}

.alert-warning {
    color: #9b7b20;
    background-color: #fff3ce;
    border-color: #ffeeba
}

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

.alert-warning .alert-link {
    color: #715917
}

.alert-danger {
    color: #922332;
    background-color: #fcd1d5;
    border-color: #fbbec4
}

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

.alert-danger .alert-link {
    color: #691924
}

.alert-light {
    color: #92939b;
    background-color: #fcfcfd;
    border-color: #fbfbfc
}

.alert-light hr {
    border-top-color: #ececf1
}

.alert-light .alert-link {
    color: #787982
}

.alert-dark {
    color: #353641;
    background-color: #d8d8da;
    border-color: #c8c9cc
}

.alert-dark hr {
    border-top-color: #bbbcc0
}

.alert-dark .alert-link {
    color: #1e1f25
}

.alert-primary-light {
    color: #888aa0;
    background-color: #f8f8ff;
    border-color: #f5f6ff
}

.alert-primary-light hr {
    border-top-color: #dcdfff
}

.alert-primary-light .alert-link {
    color: #6d6f88
}

.alert-info-light {
    color: #8a99a0;
    background-color: #f9feff;
    border-color: #f6feff
}

.alert-info-light hr {
    border-top-color: #ddfbff
}

.alert-info-light .alert-link {
    color: #6f8088
}

.alert-secondary-light {
    color: #9b8893;
    background-color: #fff8fa;
    border-color: #fff5f8
}

.alert-secondary-light hr {
    border-top-color: #ffdce6
}

.alert-secondary-light .alert-link {
    color: #826e7a
}

.alert-danger-light {
    color: #99848a;
    background-color: #fef6f7;
    border-color: #fef3f3
}

.alert-danger-light hr {
    border-top-color: #fcdbdb
}

.alert-danger-light .alert-link {
    color: #806a70
}

.alert-success-light {
    color: #7d9989;
    background-color: #f3fef6;
    border-color: #effef3
}

.alert-success-light hr {
    border-top-color: #d7fde1
}

.alert-success-light .alert-link {
    color: #647f70
}

.alert-warning-light {
    color: #9b937e;
    background-color: #fffcf2;
    border-color: #fffbed
}

.alert-warning-light hr {
    border-top-color: #fff5d4
}

.alert-warning-light .alert-link {
    color: #827a64
}

.alert-facebook {
    color: #35446a;
    background-color: #d8deea;
    border-color: #c8d0e2
}

.alert-facebook hr {
    border-top-color: #b7c2d9
}

.alert-facebook .alert-link {
    color: #242e48
}

.alert-twitter {
    color: #266b99;
    background-color: #d2ecfc;
    border-color: #c0e5fb
}

.alert-twitter hr {
    border-top-color: #a8dbf9
}

.alert-twitter .alert-link {
    color: #1c4e70
}

.alert-instagram {
    color: #63499d;
    background-color: #e9dffe;
    border-color: #e1d3fe
}

.alert-instagram hr {
    border-top-color: #d0bafd
}

.alert-instagram .alert-link {
    color: #4d397a
}

.alert-rss {
    color: #925934;
    background-color: #fce6d5;
    border-color: #fadbc5
}

.alert-rss hr {
    border-top-color: #f8ccae
}

.alert-rss .alert-link {
    color: #6c4227
}

.alert-pinterest {
    color: #7e2932;
    background-color: #f4d3d5;
    border-color: #f0c1c4
}

.alert-pinterest hr {
    border-top-color: #ebacb0
}

.alert-pinterest .alert-link {
    color: #581c23
}

.alert-youtube {
    color: #9b171b;
    background-color: #fcc;
    border-color: #ffb8b8
}

.alert-youtube hr {
    border-top-color: #ff9f9f
}

.alert-youtube .alert-link {
    color: #6f1013
}

.alert-googleplus {
    color: #843c37;
    background-color: #f6dad7;
    border-color: #f3ccc7
}

.alert-googleplus hr {
    border-top-color: #efb9b2
}

.alert-googleplus .alert-link {
    color: #602c28
}

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

    to {
        background-position: 0 0
    }
}

.progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    line-height: 0;
    font-size: .65625rem;
    background-color: #efeff6;
    border-radius: .25rem
}

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

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

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

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

@media (prefers-reduced-motion:reduce) {
    .progress-bar-animated {
        -webkit-animation: none;
        animation: none
    }
}

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

.media-body {
    flex: 1
}

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

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

.list-group-item-action:focus,.list-group-item-action:hover {
    z-index: 1;
    color: #82849f;
    text-decoration: none;
    background-color: #f9f9ff
}

.list-group-item-action:active {
    color: #71748d;
    background-color: #efeff6
}

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

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

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

.list-group-item.disabled,.list-group-item:disabled {
    color: #686972;
    pointer-events: none;
    background-color: #fff
}

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

.list-group-item+.list-group-item {
    border-top-width: 0
}

.list-group-item+.list-group-item.active {
    margin-top: -1px;
    border-top-width: 1px
}

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

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

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

.list-group-horizontal>.list-group-item.active {
    margin-top: 0
}

.list-group-horizontal>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0
}

.list-group-horizontal>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px
}

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

    .list-group-horizontal-sm>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-sm>.list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-sm>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-sm>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-sm>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

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

    .list-group-horizontal-md>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-md>.list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-md>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-md>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-md>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

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

    .list-group-horizontal-lg>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-lg>.list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-lg>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-lg>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-lg>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

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

    .list-group-horizontal-xl>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-xl>.list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-xl>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-xl>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-xl>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

.list-group-flush {
    border-radius: 0
}

.list-group-flush>.list-group-item {
    border-width: 0 0 1px
}

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

.list-group-item-primary {
    color: #444da0;
    background-color: #d1d5ff
}

.list-group-item-primary.list-group-item-action:focus,.list-group-item-primary.list-group-item-action:hover {
    color: #444da0;
    background-color: #b8beff
}

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

.list-group-item-secondary {
    color: #9b385b;
    background-color: #ffcada
}

.list-group-item-secondary.list-group-item-action:focus,.list-group-item-secondary.list-group-item-action:hover {
    color: #9b385b;
    background-color: #ffb1c8
}

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

.list-group-item-success {
    color: #2e7d45;
    background-color: #c4efce
}

.list-group-item-success.list-group-item-action:focus,.list-group-item-success.list-group-item-action:hover {
    color: #2e7d45;
    background-color: #b0eabd
}

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

.list-group-item-info {
    color: #298599;
    background-color: #c2f3fb
}

.list-group-item-info.list-group-item-action:focus,.list-group-item-info.list-group-item-action:hover {
    color: #298599;
    background-color: #aaeef9
}

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

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

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

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

.list-group-item-danger {
    color: #922332;
    background-color: #fbbec4
}

.list-group-item-danger.list-group-item-action:focus,.list-group-item-danger.list-group-item-action:hover {
    color: #922332;
    background-color: #faa6ae
}

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

.list-group-item-light {
    color: #92939b;
    background-color: #fbfbfc
}

.list-group-item-light.list-group-item-action:focus,.list-group-item-light.list-group-item-action:hover {
    color: #92939b;
    background-color: #ececf1
}

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

.list-group-item-dark {
    color: #353641;
    background-color: #c8c9cc
}

.list-group-item-dark.list-group-item-action:focus,.list-group-item-dark.list-group-item-action:hover {
    color: #353641;
    background-color: #bbbcc0
}

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

.list-group-item-primary-light {
    color: #888aa0;
    background-color: #f5f6ff
}

.list-group-item-primary-light.list-group-item-action:focus,.list-group-item-primary-light.list-group-item-action:hover {
    color: #888aa0;
    background-color: #dcdfff
}

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

.list-group-item-info-light {
    color: #8a99a0;
    background-color: #f6feff
}

.list-group-item-info-light.list-group-item-action:focus,.list-group-item-info-light.list-group-item-action:hover {
    color: #8a99a0;
    background-color: #ddfbff
}

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

.list-group-item-secondary-light {
    color: #9b8893;
    background-color: #fff5f8
}

.list-group-item-secondary-light.list-group-item-action:focus,.list-group-item-secondary-light.list-group-item-action:hover {
    color: #9b8893;
    background-color: #ffdce6
}

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

.list-group-item-danger-light {
    color: #99848a;
    background-color: #fef3f3
}

.list-group-item-danger-light.list-group-item-action:focus,.list-group-item-danger-light.list-group-item-action:hover {
    color: #99848a;
    background-color: #fcdbdb
}

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

.list-group-item-success-light {
    color: #7d9989;
    background-color: #effef3
}

.list-group-item-success-light.list-group-item-action:focus,.list-group-item-success-light.list-group-item-action:hover {
    color: #7d9989;
    background-color: #d7fde1
}

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

.list-group-item-warning-light {
    color: #9b937e;
    background-color: #fffbed
}

.list-group-item-warning-light.list-group-item-action:focus,.list-group-item-warning-light.list-group-item-action:hover {
    color: #9b937e;
    background-color: #fff5d4
}

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

.list-group-item-facebook {
    color: #35446a;
    background-color: #c8d0e2
}

.list-group-item-facebook.list-group-item-action:focus,.list-group-item-facebook.list-group-item-action:hover {
    color: #35446a;
    background-color: #b7c2d9
}

.list-group-item-facebook.list-group-item-action.active {
    color: #fff;
    background-color: #35446a;
    border-color: #35446a
}

.list-group-item-twitter {
    color: #266b99;
    background-color: #c0e5fb
}

.list-group-item-twitter.list-group-item-action:focus,.list-group-item-twitter.list-group-item-action:hover {
    color: #266b99;
    background-color: #a8dbf9
}

.list-group-item-twitter.list-group-item-action.active {
    color: #fff;
    background-color: #266b99;
    border-color: #266b99
}

.list-group-item-instagram {
    color: #63499d;
    background-color: #e1d3fe
}

.list-group-item-instagram.list-group-item-action:focus,.list-group-item-instagram.list-group-item-action:hover {
    color: #63499d;
    background-color: #d0bafd
}

.list-group-item-instagram.list-group-item-action.active {
    color: #fff;
    background-color: #63499d;
    border-color: #63499d
}

.list-group-item-rss {
    color: #925934;
    background-color: #fadbc5
}

.list-group-item-rss.list-group-item-action:focus,.list-group-item-rss.list-group-item-action:hover {
    color: #925934;
    background-color: #f8ccae
}

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

.list-group-item-pinterest {
    color: #7e2932;
    background-color: #f0c1c4
}

.list-group-item-pinterest.list-group-item-action:focus,.list-group-item-pinterest.list-group-item-action:hover {
    color: #7e2932;
    background-color: #ebacb0
}

.list-group-item-pinterest.list-group-item-action.active {
    color: #fff;
    background-color: #7e2932;
    border-color: #7e2932
}

.list-group-item-youtube {
    color: #9b171b;
    background-color: #ffb8b8
}

.list-group-item-youtube.list-group-item-action:focus,.list-group-item-youtube.list-group-item-action:hover {
    color: #9b171b;
    background-color: #ff9f9f
}

.list-group-item-youtube.list-group-item-action.active {
    color: #fff;
    background-color: #9b171b;
    border-color: #9b171b
}

.list-group-item-googleplus {
    color: #843c37;
    background-color: #f3ccc7
}

.list-group-item-googleplus.list-group-item-action:focus,.list-group-item-googleplus.list-group-item-action:hover {
    color: #843c37;
    background-color: #efb9b2
}

.list-group-item-googleplus.list-group-item-action.active {
    color: #fff;
    background-color: #843c37;
    border-color: #843c37
}

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

@media (max-width: 1200px) {
    .close {
        font-size:calc(1.25625rem + .075vw)
    }
}

.close:hover {
    color: #2e2f39;
    text-decoration: none
}

.close:not(:disabled):not(.disabled):focus,.close:not(:disabled):not(.disabled):hover {
    opacity: .75
}

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

a.close.disabled {
    pointer-events: none
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg)
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: .2em
}

@keyframes spinner-grow {
    0% {
        transform: scale(0)
    }

    50% {
        opacity: 1;
        transform: none
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: spinner-grow .75s linear infinite;
    animation: spinner-grow .75s linear infinite
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem
}

.toast {
    flex-basis: 350px;
    max-width: 350px;
    font-size: .875rem;
    background-color: rgba(255,255,255,.85);
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.1);
    box-shadow: 0 .25rem .75rem rgba(46,47,57,.1);
    opacity: 0;
    border-radius: .25rem
}

.toast:not(:last-child) {
    margin-bottom: .75rem
}

.toast.showing {
    opacity: 1
}

.toast.show {
    display: block;
    opacity: 1
}

.toast.hide {
    display: none
}

.toast-header {
    display: flex;
    align-items: center;
    padding: .25rem .75rem;
    color: #686972;
    background-color: rgba(255,255,255,.85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0,0,0,.05);
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.toast-body {
    padding: .75rem
}

.modal-open {
    overflow: hidden
}

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

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

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

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

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

.modal.show .modal-dialog {
    transform: none
}

.modal.modal-static .modal-dialog {
    transform: scale(1.02)
}

.modal-dialog-scrollable {
    display: flex;
    max-height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden
}

.modal-dialog-scrollable .modal-footer,.modal-dialog-scrollable .modal-header {
    flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

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

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

.modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none
}

.modal-dialog-centered.modal-dialog-scrollable::before {
    content: none
}

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

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #2e2f39
}

.modal-backdrop.fade {
    opacity: 0
}

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

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

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

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

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

.modal-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 1px solid #e6e6f2;
    border-bottom-right-radius: calc(.375rem - 1px);
    border-bottom-left-radius: calc(.375rem - 1px)
}

.modal-footer>* {
    margin: .25rem
}

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

@media (min-width: 576px) {
    .modal-dialog {
        max-width:500px;
        margin: 1.75rem auto
    }

    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem)
    }

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem)
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

    .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem);
        height: -webkit-min-content;
        height: -moz-min-content;
        height: min-content
    }

    .modal-sm {
        max-width: 300px
    }
}

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

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

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: "Open Sans","sans-serif;";
    font-style: normal;
    font-weight: 400;
    line-height: 1.6;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .76562rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: .9
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem
}

.tooltip .arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-tooltip-auto[x-placement^=top],.bs-tooltip-top {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=top] .arrow,.bs-tooltip-top .arrow {
    bottom: 0
}

.bs-tooltip-auto[x-placement^=top] .arrow::before,.bs-tooltip-top .arrow::before {
    top: 0;
    border-width: .4rem .4rem 0;
    border-top-color: #2e2f39
}

.bs-tooltip-auto[x-placement^=right],.bs-tooltip-right {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=right] .arrow,.bs-tooltip-right .arrow {
    left: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=right] .arrow::before,.bs-tooltip-right .arrow::before {
    right: 0;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #2e2f39
}

.bs-tooltip-auto[x-placement^=bottom],.bs-tooltip-bottom {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow,.bs-tooltip-bottom .arrow {
    top: 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before,.bs-tooltip-bottom .arrow::before {
    bottom: 0;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #2e2f39
}

.bs-tooltip-auto[x-placement^=left],.bs-tooltip-left {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=left] .arrow,.bs-tooltip-left .arrow {
    right: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=left] .arrow::before,.bs-tooltip-left .arrow::before {
    left: 0;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #2e2f39
}

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #2e2f39;
    border-radius: .25rem
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: "Open Sans","sans-serif;";
    font-style: normal;
    font-weight: 400;
    line-height: 1.6;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .76562rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(46,47,57,.2);
    border-radius: .375rem
}

.popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: .5rem;
    margin: 0 .375rem
}

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

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

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

.bs-popover-auto[x-placement^=top]>.arrow::before,.bs-popover-top>.arrow::before {
    bottom: 0;
    border-width: .5rem .5rem 0;
    border-top-color: rgba(46,47,57,.25)
}

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

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

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

.bs-popover-auto[x-placement^=right]>.arrow::before,.bs-popover-right>.arrow::before {
    left: 0;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: rgba(46,47,57,.25)
}

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

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

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

.bs-popover-auto[x-placement^=bottom]>.arrow::before,.bs-popover-bottom>.arrow::before {
    top: 0;
    border-width: 0 .5rem .5rem .5rem;
    border-bottom-color: rgba(46,47,57,.25)
}

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

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

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

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

.bs-popover-auto[x-placement^=left]>.arrow::before,.bs-popover-left>.arrow::before {
    right: 0;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: rgba(46,47,57,.25)
}

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

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

.popover-header:empty {
    display: none
}

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

.carousel {
    position: relative
}

.carousel.pointer-event {
    touch-action: pan-y
}

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

.carousel-inner::after {
    display: block;
    clear: both;
    content: ""
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform .6s ease-in-out
}

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

.carousel-item-next,.carousel-item-prev,.carousel-item.active {
    display: block
}

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

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

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none
}

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

.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s .6s
}

@media (prefers-reduced-motion:reduce) {
    .carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right {
        transition: none
    }
}

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

@media (prefers-reduced-motion:reduce) {
    .carousel-control-next,.carousel-control-prev {
        transition: none
    }
}

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

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

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

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e")
}

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

.carousel-indicators li {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease
}

@media (prefers-reduced-motion:reduce) {
    .carousel-indicators li {
        transition: none
    }
}

.carousel-indicators .active {
    opacity: 1
}

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

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

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

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

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

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

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

.bg-primary {
    background-color: #2E2F39!important
}

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

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

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

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

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

.bg-info {
    background-color: #25d5f2!important
}

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

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

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

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

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

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

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

.bg-dark {
    background-color: #3b3d48!important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg-facebook {
    background-color: #3b5898!important
}

a.bg-facebook:focus,a.bg-facebook:hover,button.bg-facebook:focus,button.bg-facebook:hover {
    background-color: #2d4373!important
}

.bg-twitter {
    background-color: #1ea2f2!important
}

a.bg-twitter:focus,a.bg-twitter:hover,button.bg-twitter:focus,button.bg-twitter:hover {
    background-color: #0c87d1!important
}

.bg-instagram {
    background-color: #9361fa!important
}

a.bg-instagram:focus,a.bg-instagram:hover,button.bg-instagram:focus,button.bg-instagram:hover {
    background-color: #7130f8!important
}

.bg-rss {
    background-color: #ee802f!important
}

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

.bg-pinterest {
    background-color: #c8232c!important
}

a.bg-pinterest:focus,a.bg-pinterest:hover,button.bg-pinterest:focus,button.bg-pinterest:hover {
    background-color: #9d1b22!important
}

.bg-youtube {
    background-color: red!important
}

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

.bg-googleplus {
    background-color: #d34836!important
}

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

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

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

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

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

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

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

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

.border-0 {
    border: 0!important
}

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

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

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

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

.border-primary {
    border-color: #2E2F39!important
}

.border-secondary {
    border-color: #ff407b!important
}

.border-success {
    border-color: #198754!important
}

.border-info {
    border-color: #25d5f2!important
}

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

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

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

.border-dark {
    border-color: #3b3d48!important
}

.border-primary-light {
    border-color: #dbdeff!important
}

.border-info-light {
    border-color: #dffaff!important
}

.border-secondary-light {
    border-color: #ffdbe6!important
}

.border-danger-light {
    border-color: #fbd3d5!important
}

.border-success-light {
    border-color: #c5fad3!important
}

.border-warning-light {
    border-color: #ffefbd!important
}

.border-facebook {
    border-color: #3b5898!important
}

.border-twitter {
    border-color: #1ea2f2!important
}

.border-instagram {
    border-color: #9361fa!important
}

.border-rss {
    border-color: #ee802f!important
}

.border-pinterest {
    border-color: #c8232c!important
}

.border-youtube {
    border-color: red!important
}

.border-googleplus {
    border-color: #d34836!important
}

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

.rounded-sm {
    border-radius: .3rem!important
}

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

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

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

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

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

.rounded-lg {
    border-radius: .375rem!important
}

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

.rounded-pill {
    border-radius: 50rem!important
}

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

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

.d-none {
    display: none!important
}

.d-inline {
    display: inline!important
}

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

.d-block {
    display: block!important
}

.d-table {
    display: table!important
}

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

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

.d-flex {
    display: flex!important
}

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

@media (min-width: 576px) {
    .d-sm-none {
        display:none!important
    }

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
    .d-md-none {
        display:none!important
    }

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
    .d-lg-none {
        display:none!important
    }

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
    .d-xl-none {
        display:none!important
    }

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

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

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

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

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

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

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

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

@media print {
    .d-print-none {
        display: none!important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flex-wrap {
    flex-wrap: wrap!important
}

.flex-nowrap {
    flex-wrap: nowrap!important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse!important
}

.flex-fill {
    flex: 1 1 auto!important
}

.flex-grow-0 {
    flex-grow: 0!important
}

.flex-grow-1 {
    flex-grow: 1!important
}

.flex-shrink-0 {
    flex-shrink: 0!important
}

.flex-shrink-1 {
    flex-shrink: 1!important
}

.justify-content-start {
    justify-content: flex-start!important
}

.justify-content-end {
    justify-content: flex-end!important
}

.justify-content-center {
    justify-content: center!important
}

.justify-content-between {
    justify-content: space-between!important
}

.justify-content-around {
    justify-content: space-around!important
}

.align-items-start {
    align-items: flex-start!important
}

.align-items-end {
    align-items: flex-end!important
}

.align-items-center {
    align-items: center!important
}

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

.align-items-stretch {
    align-items: stretch!important
}

.align-content-start {
    align-content: flex-start!important
}

.align-content-end {
    align-content: flex-end!important
}

.align-content-center {
    align-content: center!important
}

.align-content-between {
    align-content: space-between!important
}

.align-content-around {
    align-content: space-around!important
}

.align-content-stretch {
    align-content: stretch!important
}

.align-self-auto {
    align-self: auto!important
}

.align-self-start {
    align-self: flex-start!important
}

.align-self-end {
    align-self: flex-end!important
}

.align-self-center {
    align-self: center!important
}

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

.align-self-stretch {
    align-self: stretch!important
}

@media (min-width: 576px) {
    .flex-sm-row {
        flex-direction:row!important
    }

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

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

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

    .flex-sm-wrap {
        flex-wrap: wrap!important
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap!important
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse!important
    }

    .flex-sm-fill {
        flex: 1 1 auto!important
    }

    .flex-sm-grow-0 {
        flex-grow: 0!important
    }

    .flex-sm-grow-1 {
        flex-grow: 1!important
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0!important
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1!important
    }

    .justify-content-sm-start {
        justify-content: flex-start!important
    }

    .justify-content-sm-end {
        justify-content: flex-end!important
    }

    .justify-content-sm-center {
        justify-content: center!important
    }

    .justify-content-sm-between {
        justify-content: space-between!important
    }

    .justify-content-sm-around {
        justify-content: space-around!important
    }

    .align-items-sm-start {
        align-items: flex-start!important
    }

    .align-items-sm-end {
        align-items: flex-end!important
    }

    .align-items-sm-center {
        align-items: center!important
    }

    .align-items-sm-baseline {
        align-items: baseline!important
    }

    .align-items-sm-stretch {
        align-items: stretch!important
    }

    .align-content-sm-start {
        align-content: flex-start!important
    }

    .align-content-sm-end {
        align-content: flex-end!important
    }

    .align-content-sm-center {
        align-content: center!important
    }

    .align-content-sm-between {
        align-content: space-between!important
    }

    .align-content-sm-around {
        align-content: space-around!important
    }

    .align-content-sm-stretch {
        align-content: stretch!important
    }

    .align-self-sm-auto {
        align-self: auto!important
    }

    .align-self-sm-start {
        align-self: flex-start!important
    }

    .align-self-sm-end {
        align-self: flex-end!important
    }

    .align-self-sm-center {
        align-self: center!important
    }

    .align-self-sm-baseline {
        align-self: baseline!important
    }

    .align-self-sm-stretch {
        align-self: stretch!important
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        flex-direction:row!important
    }

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

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

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

    .flex-md-wrap {
        flex-wrap: wrap!important
    }

    .flex-md-nowrap {
        flex-wrap: nowrap!important
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse!important
    }

    .flex-md-fill {
        flex: 1 1 auto!important
    }

    .flex-md-grow-0 {
        flex-grow: 0!important
    }

    .flex-md-grow-1 {
        flex-grow: 1!important
    }

    .flex-md-shrink-0 {
        flex-shrink: 0!important
    }

    .flex-md-shrink-1 {
        flex-shrink: 1!important
    }

    .justify-content-md-start {
        justify-content: flex-start!important
    }

    .justify-content-md-end {
        justify-content: flex-end!important
    }

    .justify-content-md-center {
        justify-content: center!important
    }

    .justify-content-md-between {
        justify-content: space-between!important
    }

    .justify-content-md-around {
        justify-content: space-around!important
    }

    .align-items-md-start {
        align-items: flex-start!important
    }

    .align-items-md-end {
        align-items: flex-end!important
    }

    .align-items-md-center {
        align-items: center!important
    }

    .align-items-md-baseline {
        align-items: baseline!important
    }

    .align-items-md-stretch {
        align-items: stretch!important
    }

    .align-content-md-start {
        align-content: flex-start!important
    }

    .align-content-md-end {
        align-content: flex-end!important
    }

    .align-content-md-center {
        align-content: center!important
    }

    .align-content-md-between {
        align-content: space-between!important
    }

    .align-content-md-around {
        align-content: space-around!important
    }

    .align-content-md-stretch {
        align-content: stretch!important
    }

    .align-self-md-auto {
        align-self: auto!important
    }

    .align-self-md-start {
        align-self: flex-start!important
    }

    .align-self-md-end {
        align-self: flex-end!important
    }

    .align-self-md-center {
        align-self: center!important
    }

    .align-self-md-baseline {
        align-self: baseline!important
    }

    .align-self-md-stretch {
        align-self: stretch!important
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        flex-direction:row!important
    }

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

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

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

    .flex-lg-wrap {
        flex-wrap: wrap!important
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap!important
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse!important
    }

    .flex-lg-fill {
        flex: 1 1 auto!important
    }

    .flex-lg-grow-0 {
        flex-grow: 0!important
    }

    .flex-lg-grow-1 {
        flex-grow: 1!important
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0!important
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1!important
    }

    .justify-content-lg-start {
        justify-content: flex-start!important
    }

    .justify-content-lg-end {
        justify-content: flex-end!important
    }

    .justify-content-lg-center {
        justify-content: center!important
    }

    .justify-content-lg-between {
        justify-content: space-between!important
    }

    .justify-content-lg-around {
        justify-content: space-around!important
    }

    .align-items-lg-start {
        align-items: flex-start!important
    }

    .align-items-lg-end {
        align-items: flex-end!important
    }

    .align-items-lg-center {
        align-items: center!important
    }

    .align-items-lg-baseline {
        align-items: baseline!important
    }

    .align-items-lg-stretch {
        align-items: stretch!important
    }

    .align-content-lg-start {
        align-content: flex-start!important
    }

    .align-content-lg-end {
        align-content: flex-end!important
    }

    .align-content-lg-center {
        align-content: center!important
    }

    .align-content-lg-between {
        align-content: space-between!important
    }

    .align-content-lg-around {
        align-content: space-around!important
    }

    .align-content-lg-stretch {
        align-content: stretch!important
    }

    .align-self-lg-auto {
        align-self: auto!important
    }

    .align-self-lg-start {
        align-self: flex-start!important
    }

    .align-self-lg-end {
        align-self: flex-end!important
    }

    .align-self-lg-center {
        align-self: center!important
    }

    .align-self-lg-baseline {
        align-self: baseline!important
    }

    .align-self-lg-stretch {
        align-self: stretch!important
    }
}

@media (min-width: 1200px) {
    .flex-xl-row {
        flex-direction:row!important
    }

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

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

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

    .flex-xl-wrap {
        flex-wrap: wrap!important
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap!important
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse!important
    }

    .flex-xl-fill {
        flex: 1 1 auto!important
    }

    .flex-xl-grow-0 {
        flex-grow: 0!important
    }

    .flex-xl-grow-1 {
        flex-grow: 1!important
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0!important
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1!important
    }

    .justify-content-xl-start {
        justify-content: flex-start!important
    }

    .justify-content-xl-end {
        justify-content: flex-end!important
    }

    .justify-content-xl-center {
        justify-content: center!important
    }

    .justify-content-xl-between {
        justify-content: space-between!important
    }

    .justify-content-xl-around {
        justify-content: space-around!important
    }

    .align-items-xl-start {
        align-items: flex-start!important
    }

    .align-items-xl-end {
        align-items: flex-end!important
    }

    .align-items-xl-center {
        align-items: center!important
    }

    .align-items-xl-baseline {
        align-items: baseline!important
    }

    .align-items-xl-stretch {
        align-items: stretch!important
    }

    .align-content-xl-start {
        align-content: flex-start!important
    }

    .align-content-xl-end {
        align-content: flex-end!important
    }

    .align-content-xl-center {
        align-content: center!important
    }

    .align-content-xl-between {
        align-content: space-between!important
    }

    .align-content-xl-around {
        align-content: space-around!important
    }

    .align-content-xl-stretch {
        align-content: stretch!important
    }

    .align-self-xl-auto {
        align-self: auto!important
    }

    .align-self-xl-start {
        align-self: flex-start!important
    }

    .align-self-xl-end {
        align-self: flex-end!important
    }

    .align-self-xl-center {
        align-self: center!important
    }

    .align-self-xl-baseline {
        align-self: baseline!important
    }

    .align-self-xl-stretch {
        align-self: stretch!important
    }
}

.float-left {
    float: left!important
}

.float-right {
    float: right!important
}

.float-none {
    float: none!important
}

@media (min-width: 576px) {
    .float-sm-left {
        float:left!important
    }

    .float-sm-right {
        float: right!important
    }

    .float-sm-none {
        float: none!important
    }
}

@media (min-width: 768px) {
    .float-md-left {
        float:left!important
    }

    .float-md-right {
        float: right!important
    }

    .float-md-none {
        float: none!important
    }
}

@media (min-width: 992px) {
    .float-lg-left {
        float:left!important
    }

    .float-lg-right {
        float: right!important
    }

    .float-lg-none {
        float: none!important
    }
}

@media (min-width: 1200px) {
    .float-xl-left {
        float:left!important
    }

    .float-xl-right {
        float: right!important
    }

    .float-xl-none {
        float: none!important
    }
}

.user-select-all {
    -webkit-user-select: all!important;
    -moz-user-select: all!important;
    -ms-user-select: all!important;
    user-select: all!important
}

.user-select-auto {
    -webkit-user-select: auto!important;
    -moz-user-select: auto!important;
    -ms-user-select: auto!important;
    user-select: auto!important
}

.user-select-none {
    -webkit-user-select: none!important;
    -moz-user-select: none!important;
    -ms-user-select: none!important;
    user-select: none!important
}

.overflow-auto {
    overflow: auto!important
}

.overflow-hidden {
    overflow: hidden!important
}

.position-static {
    position: static!important
}

.position-relative {
    position: relative!important
}

.position-absolute {
    position: absolute!important
}

.position-fixed {
    position: fixed!important
}

.position-sticky {
    position: -webkit-sticky!important;
    position: sticky!important
}

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

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

@supports ((position: -webkit-sticky) or (position:sticky)) {
    .sticky-top {
        position:-webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.bootstrap-datetimepicker-widget .btn[data-action=clear]::after,.bootstrap-datetimepicker-widget .btn[data-action=decrementHours]::after,.bootstrap-datetimepicker-widget .btn[data-action=decrementMinutes]::after,.bootstrap-datetimepicker-widget .btn[data-action=incrementHours]::after,.bootstrap-datetimepicker-widget .btn[data-action=incrementMinutes]::after,.bootstrap-datetimepicker-widget .btn[data-action=showHours]::after,.bootstrap-datetimepicker-widget .btn[data-action=showMinutes]::after,.bootstrap-datetimepicker-widget .btn[data-action=today]::after,.bootstrap-datetimepicker-widget .btn[data-action=togglePeriod]::after,.bootstrap-datetimepicker-widget .picker-switch::after,.bootstrap-datetimepicker-widget table th.next::after,.bootstrap-datetimepicker-widget table th.prev::after,.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0
}

.sr-only-focusable:active,.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal
}

.shadow-sm {
    box-shadow: 0 1px 2px 1px rgba(154,154,204,.22)!important
}

.shadow {
    box-shadow: 0 1px 2px 1px rgba(154,154,204,.22)!important
}

.shadow-lg {
    box-shadow: 0 1px 2px 1px rgba(154,154,204,.22)!important
}

.shadow-none {
    box-shadow: none!important
}

.w-25 {
    width: 25%!important
}

.w-50 {
    width: 50%!important
}

.w-75 {
    width: 75%!important
}

.w-100 {
    width: 100%!important
}

.w-auto {
    width: auto!important
}

.h-25 {
    height: 25%!important
}

.h-50 {
    height: 50%!important
}

.h-75 {
    height: 75%!important
}

.h-100 {
    height: 100%!important
}

.h-auto {
    height: auto!important
}

.mw-100 {
    max-width: 100%!important
}

.mh-100 {
    max-height: 100%!important
}

.min-vw-100 {
    min-width: 100vw!important
}

.min-vh-100 {
    min-height: 100vh!important
}

.vw-100 {
    width: 100vw!important
}

.vh-100 {
    height: 100vh!important
}

.m-0 {
    margin: 0!important
}

.mt-0,.my-0 {
    margin-top: 0!important
}

.mr-0,.mx-0 {
    margin-right: 0!important
}

.mb-0,.my-0 {
    margin-bottom: 0!important
}

.ml-0,.mx-0 {
    margin-left: 0!important
}

.m-1 {
    margin: .25rem!important
}

.mt-1,.my-1 {
    margin-top: .25rem!important
}

.mr-1,.mx-1 {
    margin-right: .25rem!important
}

.mb-1,.my-1 {
    margin-bottom: .25rem!important
}

.ml-1,.mx-1 {
    margin-left: .25rem!important
}

.m-2 {
    margin: .5rem!important
}

.mt-2,.my-2 {
    margin-top: .5rem!important
}

.mr-2,.mx-2 {
    margin-right: .5rem!important
}

.mb-2,.my-2 {
    margin-bottom: .5rem!important
}

.ml-2,.mx-2 {
    margin-left: .5rem!important
}

.m-3 {
    margin: 1rem!important
}

.mt-3,.my-3 {
    margin-top: 1rem!important
}

.mr-3,.mx-3 {
    margin-right: 1rem!important
}

.mb-3,.my-3 {
    margin-bottom: 1rem!important
}

.ml-3,.mx-3 {
    margin-left: 1rem!important
}

.m-4 {
    margin: 1.5rem!important
}

.mt-4,.my-4 {
    margin-top: 1.5rem!important
}

.mr-4,.mx-4 {
    margin-right: 1.5rem!important
}

.mb-4,.my-4 {
    margin-bottom: 1.5rem!important
}

.ml-4,.mx-4 {
    margin-left: 1.5rem!important
}

.m-5 {
    margin: 2rem!important
}

.mt-5,.my-5 {
    margin-top: 2rem!important
}

.mr-5,.mx-5 {
    margin-right: 2rem!important
}

.mb-5,.my-5 {
    margin-bottom: 2rem!important
}

.ml-5,.mx-5 {
    margin-left: 2rem!important
}

.m-6 {
    margin: 2.5rem!important
}

.mt-6,.my-6 {
    margin-top: 2.5rem!important
}

.mr-6,.mx-6 {
    margin-right: 2.5rem!important
}

.mb-6,.my-6 {
    margin-bottom: 2.5rem!important
}

.ml-6,.mx-6 {
    margin-left: 2.5rem!important
}

.m-7 {
    margin: 3rem!important
}

.mt-7,.my-7 {
    margin-top: 3rem!important
}

.mr-7,.mx-7 {
    margin-right: 3rem!important
}

.mb-7,.my-7 {
    margin-bottom: 3rem!important
}

.ml-7,.mx-7 {
    margin-left: 3rem!important
}

.m-8 {
    margin: 3.5rem!important
}

.mt-8,.my-8 {
    margin-top: 3.5rem!important
}

.mr-8,.mx-8 {
    margin-right: 3.5rem!important
}

.mb-8,.my-8 {
    margin-bottom: 3.5rem!important
}

.ml-8,.mx-8 {
    margin-left: 3.5rem!important
}

.m-9 {
    margin: 4.25rem!important
}

.mt-9,.my-9 {
    margin-top: 4.25rem!important
}

.mr-9,.mx-9 {
    margin-right: 4.25rem!important
}

.mb-9,.my-9 {
    margin-bottom: 4.25rem!important
}

.ml-9,.mx-9 {
    margin-left: 4.25rem!important
}

.m-10 {
    margin: 4.5rem!important
}

.mt-10,.my-10 {
    margin-top: 4.5rem!important
}

.mr-10,.mx-10 {
    margin-right: 4.5rem!important
}

.mb-10,.my-10 {
    margin-bottom: 4.5rem!important
}

.ml-10,.mx-10 {
    margin-left: 4.5rem!important
}

.m-11 {
    margin: 5rem!important
}

.mt-11,.my-11 {
    margin-top: 5rem!important
}

.mr-11,.mx-11 {
    margin-right: 5rem!important
}

.mb-11,.my-11 {
    margin-bottom: 5rem!important
}

.ml-11,.mx-11 {
    margin-left: 5rem!important
}

.m-12 {
    margin: 6.33rem!important
}

.mt-12,.my-12 {
    margin-top: 6.33rem!important
}

.mr-12,.mx-12 {
    margin-right: 6.33rem!important
}

.mb-12,.my-12 {
    margin-bottom: 6.33rem!important
}

.ml-12,.mx-12 {
    margin-left: 6.33rem!important
}

.m-13 {
    margin: 10rem!important
}

.mt-13,.my-13 {
    margin-top: 10rem!important
}

.mr-13,.mx-13 {
    margin-right: 10rem!important
}

.mb-13,.my-13 {
    margin-bottom: 10rem!important
}

.ml-13,.mx-13 {
    margin-left: 10rem!important
}

.m-14 {
    margin: 12rem!important
}

.mt-14,.my-14 {
    margin-top: 12rem!important
}

.mr-14,.mx-14 {
    margin-right: 12rem!important
}

.mb-14,.my-14 {
    margin-bottom: 12rem!important
}

.ml-14,.mx-14 {
    margin-left: 12rem!important
}

.m-15 {
    margin: 12.5rem!important
}

.mt-15,.my-15 {
    margin-top: 12.5rem!important
}

.mr-15,.mx-15 {
    margin-right: 12.5rem!important
}

.mb-15,.my-15 {
    margin-bottom: 12.5rem!important
}

.ml-15,.mx-15 {
    margin-left: 12.5rem!important
}

.p-0 {
    padding: 0!important
}

.pt-0,.py-0 {
    padding-top: 0!important
}

.pr-0,.px-0 {
    padding-right: 0!important
}

.pb-0,.py-0 {
    padding-bottom: 0!important
}

.pl-0,.px-0 {
    padding-left: 0!important
}

.p-1 {
    padding: .25rem!important
}

.pt-1,.py-1 {
    padding-top: .25rem!important
}

.pr-1,.px-1 {
    padding-right: .25rem!important
}

.pb-1,.py-1 {
    padding-bottom: .25rem!important
}

.pl-1,.px-1 {
    padding-left: .25rem!important
}

.p-2 {
    padding: .5rem!important
}

.pt-2,.py-2 {
    padding-top: .5rem!important
}

.pr-2,.px-2 {
    padding-right: .5rem!important
}

.pb-2,.py-2 {
    padding-bottom: .5rem!important
}

.pl-2,.px-2 {
    padding-left: .5rem!important
}

.p-3 {
    padding: 1rem!important
}

.pt-3,.py-3 {
    padding-top: 1rem!important
}

.pr-3,.px-3 {
    padding-right: 1rem!important
}

.pb-3,.py-3 {
    padding-bottom: 1rem!important
}

.pl-3,.px-3 {
    padding-left: 1rem!important
}

.p-4 {
    padding: 1.5rem!important
}

.pt-4,.py-4 {
    padding-top: 1.5rem!important
}

.pr-4,.px-4 {
    padding-right: 1.5rem!important
}

.pb-4,.py-4 {
    padding-bottom: 1.5rem!important
}

.pl-4,.px-4 {
    padding-left: 1.5rem!important
}

.p-5 {
    padding: 2rem!important
}

.pt-5,.py-5 {
    padding-top: 2rem!important
}

.pr-5,.px-5 {
    padding-right: 2rem!important
}

.pb-5,.py-5 {
    padding-bottom: 2rem!important
}

.pl-5,.px-5 {
    padding-left: 2rem!important
}

.p-6 {
    padding: 2.5rem!important
}

.pt-6,.py-6 {
    padding-top: 2.5rem!important
}

.pr-6,.px-6 {
    padding-right: 2.5rem!important
}

.pb-6,.py-6 {
    padding-bottom: 2.5rem!important
}

.pl-6,.px-6 {
    padding-left: 2.5rem!important
}

.p-7 {
    padding: 3rem!important
}

.pt-7,.py-7 {
    padding-top: 3rem!important
}

.pr-7,.px-7 {
    padding-right: 3rem!important
}

.pb-7,.py-7 {
    padding-bottom: 3rem!important
}

.pl-7,.px-7 {
    padding-left: 3rem!important
}

.p-8 {
    padding: 3.5rem!important
}

.pt-8,.py-8 {
    padding-top: 3.5rem!important
}

.pr-8,.px-8 {
    padding-right: 3.5rem!important
}

.pb-8,.py-8 {
    padding-bottom: 3.5rem!important
}

.pl-8,.px-8 {
    padding-left: 3.5rem!important
}

.p-9 {
    padding: 4.25rem!important
}

.pt-9,.py-9 {
    padding-top: 4.25rem!important
}

.pr-9,.px-9 {
    padding-right: 4.25rem!important
}

.pb-9,.py-9 {
    padding-bottom: 4.25rem!important
}

.pl-9,.px-9 {
    padding-left: 4.25rem!important
}

.p-10 {
    padding: 4.5rem!important
}

.pt-10,.py-10 {
    padding-top: 4.5rem!important
}

.pr-10,.px-10 {
    padding-right: 4.5rem!important
}

.pb-10,.py-10 {
    padding-bottom: 4.5rem!important
}

.pl-10,.px-10 {
    padding-left: 4.5rem!important
}

.p-11 {
    padding: 5rem!important
}

.pt-11,.py-11 {
    padding-top: 5rem!important
}

.pr-11,.px-11 {
    padding-right: 5rem!important
}

.pb-11,.py-11 {
    padding-bottom: 5rem!important
}

.pl-11,.px-11 {
    padding-left: 5rem!important
}

.p-12 {
    padding: 6.33rem!important
}

.pt-12,.py-12 {
    padding-top: 6.33rem!important
}

.pr-12,.px-12 {
    padding-right: 6.33rem!important
}

.pb-12,.py-12 {
    padding-bottom: 6.33rem!important
}

.pl-12,.px-12 {
    padding-left: 6.33rem!important
}

.p-13 {
    padding: 10rem!important
}

.pt-13,.py-13 {
    padding-top: 10rem!important
}

.pr-13,.px-13 {
    padding-right: 10rem!important
}

.pb-13,.py-13 {
    padding-bottom: 10rem!important
}

.pl-13,.px-13 {
    padding-left: 10rem!important
}

.p-14 {
    padding: 12rem!important
}

.pt-14,.py-14 {
    padding-top: 12rem!important
}

.pr-14,.px-14 {
    padding-right: 12rem!important
}

.pb-14,.py-14 {
    padding-bottom: 12rem!important
}

.pl-14,.px-14 {
    padding-left: 12rem!important
}

.p-15 {
    padding: 12.5rem!important
}

.pt-15,.py-15 {
    padding-top: 12.5rem!important
}

.pr-15,.px-15 {
    padding-right: 12.5rem!important
}

.pb-15,.py-15 {
    padding-bottom: 12.5rem!important
}

.pl-15,.px-15 {
    padding-left: 12.5rem!important
}

.m-n1 {
    margin: -.25rem!important
}

.mt-n1,.my-n1 {
    margin-top: -.25rem!important
}

.mr-n1,.mx-n1 {
    margin-right: -.25rem!important
}

.mb-n1,.my-n1 {
    margin-bottom: -.25rem!important
}

.ml-n1,.mx-n1 {
    margin-left: -.25rem!important
}

.m-n2 {
    margin: -.5rem!important
}

.mt-n2,.my-n2 {
    margin-top: -.5rem!important
}

.mr-n2,.mx-n2 {
    margin-right: -.5rem!important
}

.mb-n2,.my-n2 {
    margin-bottom: -.5rem!important
}

.ml-n2,.mx-n2 {
    margin-left: -.5rem!important
}

.m-n3 {
    margin: -1rem!important
}

.mt-n3,.my-n3 {
    margin-top: -1rem!important
}

.mr-n3,.mx-n3 {
    margin-right: -1rem!important
}

.mb-n3,.my-n3 {
    margin-bottom: -1rem!important
}

.ml-n3,.mx-n3 {
    margin-left: -1rem!important
}

.m-n4 {
    margin: -1.5rem!important
}

.mt-n4,.my-n4 {
    margin-top: -1.5rem!important
}

.mr-n4,.mx-n4 {
    margin-right: -1.5rem!important
}

.mb-n4,.my-n4 {
    margin-bottom: -1.5rem!important
}

.ml-n4,.mx-n4 {
    margin-left: -1.5rem!important
}

.m-n5 {
    margin: -2rem!important
}

.mt-n5,.my-n5 {
    margin-top: -2rem!important
}

.mr-n5,.mx-n5 {
    margin-right: -2rem!important
}

.mb-n5,.my-n5 {
    margin-bottom: -2rem!important
}

.ml-n5,.mx-n5 {
    margin-left: -2rem!important
}

.m-n6 {
    margin: -2.5rem!important
}

.mt-n6,.my-n6 {
    margin-top: -2.5rem!important
}

.mr-n6,.mx-n6 {
    margin-right: -2.5rem!important
}

.mb-n6,.my-n6 {
    margin-bottom: -2.5rem!important
}

.ml-n6,.mx-n6 {
    margin-left: -2.5rem!important
}

.m-n7 {
    margin: -3rem!important
}

.mt-n7,.my-n7 {
    margin-top: -3rem!important
}

.mr-n7,.mx-n7 {
    margin-right: -3rem!important
}

.mb-n7,.my-n7 {
    margin-bottom: -3rem!important
}

.ml-n7,.mx-n7 {
    margin-left: -3rem!important
}

.m-n8 {
    margin: -3.5rem!important
}

.mt-n8,.my-n8 {
    margin-top: -3.5rem!important
}

.mr-n8,.mx-n8 {
    margin-right: -3.5rem!important
}

.mb-n8,.my-n8 {
    margin-bottom: -3.5rem!important
}

.ml-n8,.mx-n8 {
    margin-left: -3.5rem!important
}

.m-n9 {
    margin: -4.25rem!important
}

.mt-n9,.my-n9 {
    margin-top: -4.25rem!important
}

.mr-n9,.mx-n9 {
    margin-right: -4.25rem!important
}

.mb-n9,.my-n9 {
    margin-bottom: -4.25rem!important
}

.ml-n9,.mx-n9 {
    margin-left: -4.25rem!important
}

.m-n10 {
    margin: -4.5rem!important
}

.mt-n10,.my-n10 {
    margin-top: -4.5rem!important
}

.mr-n10,.mx-n10 {
    margin-right: -4.5rem!important
}

.mb-n10,.my-n10 {
    margin-bottom: -4.5rem!important
}

.ml-n10,.mx-n10 {
    margin-left: -4.5rem!important
}

.m-n11 {
    margin: -5rem!important
}

.mt-n11,.my-n11 {
    margin-top: -5rem!important
}

.mr-n11,.mx-n11 {
    margin-right: -5rem!important
}

.mb-n11,.my-n11 {
    margin-bottom: -5rem!important
}

.ml-n11,.mx-n11 {
    margin-left: -5rem!important
}

.m-n12 {
    margin: -6.33rem!important
}

.mt-n12,.my-n12 {
    margin-top: -6.33rem!important
}

.mr-n12,.mx-n12 {
    margin-right: -6.33rem!important
}

.mb-n12,.my-n12 {
    margin-bottom: -6.33rem!important
}

.ml-n12,.mx-n12 {
    margin-left: -6.33rem!important
}

.m-n13 {
    margin: -10rem!important
}

.mt-n13,.my-n13 {
    margin-top: -10rem!important
}

.mr-n13,.mx-n13 {
    margin-right: -10rem!important
}

.mb-n13,.my-n13 {
    margin-bottom: -10rem!important
}

.ml-n13,.mx-n13 {
    margin-left: -10rem!important
}

.m-n14 {
    margin: -12rem!important
}

.mt-n14,.my-n14 {
    margin-top: -12rem!important
}

.mr-n14,.mx-n14 {
    margin-right: -12rem!important
}

.mb-n14,.my-n14 {
    margin-bottom: -12rem!important
}

.ml-n14,.mx-n14 {
    margin-left: -12rem!important
}

.m-n15 {
    margin: -12.5rem!important
}

.mt-n15,.my-n15 {
    margin-top: -12.5rem!important
}

.mr-n15,.mx-n15 {
    margin-right: -12.5rem!important
}

.mb-n15,.my-n15 {
    margin-bottom: -12.5rem!important
}

.ml-n15,.mx-n15 {
    margin-left: -12.5rem!important
}

.m-auto {
    margin: auto!important
}

.mt-auto,.my-auto {
    margin-top: auto!important
}

.mr-auto,.mx-auto {
    margin-right: auto!important
}

.mb-auto,.my-auto {
    margin-bottom: auto!important
}

.ml-auto,.mx-auto {
    margin-left: auto!important
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin:0!important
    }

    .mt-sm-0,.my-sm-0 {
        margin-top: 0!important
    }

    .mr-sm-0,.mx-sm-0 {
        margin-right: 0!important
    }

    .mb-sm-0,.my-sm-0 {
        margin-bottom: 0!important
    }

    .ml-sm-0,.mx-sm-0 {
        margin-left: 0!important
    }

    .m-sm-1 {
        margin: .25rem!important
    }

    .mt-sm-1,.my-sm-1 {
        margin-top: .25rem!important
    }

    .mr-sm-1,.mx-sm-1 {
        margin-right: .25rem!important
    }

    .mb-sm-1,.my-sm-1 {
        margin-bottom: .25rem!important
    }

    .ml-sm-1,.mx-sm-1 {
        margin-left: .25rem!important
    }

    .m-sm-2 {
        margin: .5rem!important
    }

    .mt-sm-2,.my-sm-2 {
        margin-top: .5rem!important
    }

    .mr-sm-2,.mx-sm-2 {
        margin-right: .5rem!important
    }

    .mb-sm-2,.my-sm-2 {
        margin-bottom: .5rem!important
    }

    .ml-sm-2,.mx-sm-2 {
        margin-left: .5rem!important
    }

    .m-sm-3 {
        margin: 1rem!important
    }

    .mt-sm-3,.my-sm-3 {
        margin-top: 1rem!important
    }

    .mr-sm-3,.mx-sm-3 {
        margin-right: 1rem!important
    }

    .mb-sm-3,.my-sm-3 {
        margin-bottom: 1rem!important
    }

    .ml-sm-3,.mx-sm-3 {
        margin-left: 1rem!important
    }

    .m-sm-4 {
        margin: 1.5rem!important
    }

    .mt-sm-4,.my-sm-4 {
        margin-top: 1.5rem!important
    }

    .mr-sm-4,.mx-sm-4 {
        margin-right: 1.5rem!important
    }

    .mb-sm-4,.my-sm-4 {
        margin-bottom: 1.5rem!important
    }

    .ml-sm-4,.mx-sm-4 {
        margin-left: 1.5rem!important
    }

    .m-sm-5 {
        margin: 2rem!important
    }

    .mt-sm-5,.my-sm-5 {
        margin-top: 2rem!important
    }

    .mr-sm-5,.mx-sm-5 {
        margin-right: 2rem!important
    }

    .mb-sm-5,.my-sm-5 {
        margin-bottom: 2rem!important
    }

    .ml-sm-5,.mx-sm-5 {
        margin-left: 2rem!important
    }

    .m-sm-6 {
        margin: 2.5rem!important
    }

    .mt-sm-6,.my-sm-6 {
        margin-top: 2.5rem!important
    }

    .mr-sm-6,.mx-sm-6 {
        margin-right: 2.5rem!important
    }

    .mb-sm-6,.my-sm-6 {
        margin-bottom: 2.5rem!important
    }

    .ml-sm-6,.mx-sm-6 {
        margin-left: 2.5rem!important
    }

    .m-sm-7 {
        margin: 3rem!important
    }

    .mt-sm-7,.my-sm-7 {
        margin-top: 3rem!important
    }

    .mr-sm-7,.mx-sm-7 {
        margin-right: 3rem!important
    }

    .mb-sm-7,.my-sm-7 {
        margin-bottom: 3rem!important
    }

    .ml-sm-7,.mx-sm-7 {
        margin-left: 3rem!important
    }

    .m-sm-8 {
        margin: 3.5rem!important
    }

    .mt-sm-8,.my-sm-8 {
        margin-top: 3.5rem!important
    }

    .mr-sm-8,.mx-sm-8 {
        margin-right: 3.5rem!important
    }

    .mb-sm-8,.my-sm-8 {
        margin-bottom: 3.5rem!important
    }

    .ml-sm-8,.mx-sm-8 {
        margin-left: 3.5rem!important
    }

    .m-sm-9 {
        margin: 4.25rem!important
    }

    .mt-sm-9,.my-sm-9 {
        margin-top: 4.25rem!important
    }

    .mr-sm-9,.mx-sm-9 {
        margin-right: 4.25rem!important
    }

    .mb-sm-9,.my-sm-9 {
        margin-bottom: 4.25rem!important
    }

    .ml-sm-9,.mx-sm-9 {
        margin-left: 4.25rem!important
    }

    .m-sm-10 {
        margin: 4.5rem!important
    }

    .mt-sm-10,.my-sm-10 {
        margin-top: 4.5rem!important
    }

    .mr-sm-10,.mx-sm-10 {
        margin-right: 4.5rem!important
    }

    .mb-sm-10,.my-sm-10 {
        margin-bottom: 4.5rem!important
    }

    .ml-sm-10,.mx-sm-10 {
        margin-left: 4.5rem!important
    }

    .m-sm-11 {
        margin: 5rem!important
    }

    .mt-sm-11,.my-sm-11 {
        margin-top: 5rem!important
    }

    .mr-sm-11,.mx-sm-11 {
        margin-right: 5rem!important
    }

    .mb-sm-11,.my-sm-11 {
        margin-bottom: 5rem!important
    }

    .ml-sm-11,.mx-sm-11 {
        margin-left: 5rem!important
    }

    .m-sm-12 {
        margin: 6.33rem!important
    }

    .mt-sm-12,.my-sm-12 {
        margin-top: 6.33rem!important
    }

    .mr-sm-12,.mx-sm-12 {
        margin-right: 6.33rem!important
    }

    .mb-sm-12,.my-sm-12 {
        margin-bottom: 6.33rem!important
    }

    .ml-sm-12,.mx-sm-12 {
        margin-left: 6.33rem!important
    }

    .m-sm-13 {
        margin: 10rem!important
    }

    .mt-sm-13,.my-sm-13 {
        margin-top: 10rem!important
    }

    .mr-sm-13,.mx-sm-13 {
        margin-right: 10rem!important
    }

    .mb-sm-13,.my-sm-13 {
        margin-bottom: 10rem!important
    }

    .ml-sm-13,.mx-sm-13 {
        margin-left: 10rem!important
    }

    .m-sm-14 {
        margin: 12rem!important
    }

    .mt-sm-14,.my-sm-14 {
        margin-top: 12rem!important
    }

    .mr-sm-14,.mx-sm-14 {
        margin-right: 12rem!important
    }

    .mb-sm-14,.my-sm-14 {
        margin-bottom: 12rem!important
    }

    .ml-sm-14,.mx-sm-14 {
        margin-left: 12rem!important
    }

    .m-sm-15 {
        margin: 12.5rem!important
    }

    .mt-sm-15,.my-sm-15 {
        margin-top: 12.5rem!important
    }

    .mr-sm-15,.mx-sm-15 {
        margin-right: 12.5rem!important
    }

    .mb-sm-15,.my-sm-15 {
        margin-bottom: 12.5rem!important
    }

    .ml-sm-15,.mx-sm-15 {
        margin-left: 12.5rem!important
    }

    .p-sm-0 {
        padding: 0!important
    }

    .pt-sm-0,.py-sm-0 {
        padding-top: 0!important
    }

    .pr-sm-0,.px-sm-0 {
        padding-right: 0!important
    }

    .pb-sm-0,.py-sm-0 {
        padding-bottom: 0!important
    }

    .pl-sm-0,.px-sm-0 {
        padding-left: 0!important
    }

    .p-sm-1 {
        padding: .25rem!important
    }

    .pt-sm-1,.py-sm-1 {
        padding-top: .25rem!important
    }

    .pr-sm-1,.px-sm-1 {
        padding-right: .25rem!important
    }

    .pb-sm-1,.py-sm-1 {
        padding-bottom: .25rem!important
    }

    .pl-sm-1,.px-sm-1 {
        padding-left: .25rem!important
    }

    .p-sm-2 {
        padding: .5rem!important
    }

    .pt-sm-2,.py-sm-2 {
        padding-top: .5rem!important
    }

    .pr-sm-2,.px-sm-2 {
        padding-right: .5rem!important
    }

    .pb-sm-2,.py-sm-2 {
        padding-bottom: .5rem!important
    }

    .pl-sm-2,.px-sm-2 {
        padding-left: .5rem!important
    }

    .p-sm-3 {
        padding: 1rem!important
    }

    .pt-sm-3,.py-sm-3 {
        padding-top: 1rem!important
    }

    .pr-sm-3,.px-sm-3 {
        padding-right: 1rem!important
    }

    .pb-sm-3,.py-sm-3 {
        padding-bottom: 1rem!important
    }

    .pl-sm-3,.px-sm-3 {
        padding-left: 1rem!important
    }

    .p-sm-4 {
        padding: 1.5rem!important
    }

    .pt-sm-4,.py-sm-4 {
        padding-top: 1.5rem!important
    }

    .pr-sm-4,.px-sm-4 {
        padding-right: 1.5rem!important
    }

    .pb-sm-4,.py-sm-4 {
        padding-bottom: 1.5rem!important
    }

    .pl-sm-4,.px-sm-4 {
        padding-left: 1.5rem!important
    }

    .p-sm-5 {
        padding: 2rem!important
    }

    .pt-sm-5,.py-sm-5 {
        padding-top: 2rem!important
    }

    .pr-sm-5,.px-sm-5 {
        padding-right: 2rem!important
    }

    .pb-sm-5,.py-sm-5 {
        padding-bottom: 2rem!important
    }

    .pl-sm-5,.px-sm-5 {
        padding-left: 2rem!important
    }

    .p-sm-6 {
        padding: 2.5rem!important
    }

    .pt-sm-6,.py-sm-6 {
        padding-top: 2.5rem!important
    }

    .pr-sm-6,.px-sm-6 {
        padding-right: 2.5rem!important
    }

    .pb-sm-6,.py-sm-6 {
        padding-bottom: 2.5rem!important
    }

    .pl-sm-6,.px-sm-6 {
        padding-left: 2.5rem!important
    }

    .p-sm-7 {
        padding: 3rem!important
    }

    .pt-sm-7,.py-sm-7 {
        padding-top: 3rem!important
    }

    .pr-sm-7,.px-sm-7 {
        padding-right: 3rem!important
    }

    .pb-sm-7,.py-sm-7 {
        padding-bottom: 3rem!important
    }

    .pl-sm-7,.px-sm-7 {
        padding-left: 3rem!important
    }

    .p-sm-8 {
        padding: 3.5rem!important
    }

    .pt-sm-8,.py-sm-8 {
        padding-top: 3.5rem!important
    }

    .pr-sm-8,.px-sm-8 {
        padding-right: 3.5rem!important
    }

    .pb-sm-8,.py-sm-8 {
        padding-bottom: 3.5rem!important
    }

    .pl-sm-8,.px-sm-8 {
        padding-left: 3.5rem!important
    }

    .p-sm-9 {
        padding: 4.25rem!important
    }

    .pt-sm-9,.py-sm-9 {
        padding-top: 4.25rem!important
    }

    .pr-sm-9,.px-sm-9 {
        padding-right: 4.25rem!important
    }

    .pb-sm-9,.py-sm-9 {
        padding-bottom: 4.25rem!important
    }

    .pl-sm-9,.px-sm-9 {
        padding-left: 4.25rem!important
    }

    .p-sm-10 {
        padding: 4.5rem!important
    }

    .pt-sm-10,.py-sm-10 {
        padding-top: 4.5rem!important
    }

    .pr-sm-10,.px-sm-10 {
        padding-right: 4.5rem!important
    }

    .pb-sm-10,.py-sm-10 {
        padding-bottom: 4.5rem!important
    }

    .pl-sm-10,.px-sm-10 {
        padding-left: 4.5rem!important
    }

    .p-sm-11 {
        padding: 5rem!important
    }

    .pt-sm-11,.py-sm-11 {
        padding-top: 5rem!important
    }

    .pr-sm-11,.px-sm-11 {
        padding-right: 5rem!important
    }

    .pb-sm-11,.py-sm-11 {
        padding-bottom: 5rem!important
    }

    .pl-sm-11,.px-sm-11 {
        padding-left: 5rem!important
    }

    .p-sm-12 {
        padding: 6.33rem!important
    }

    .pt-sm-12,.py-sm-12 {
        padding-top: 6.33rem!important
    }

    .pr-sm-12,.px-sm-12 {
        padding-right: 6.33rem!important
    }

    .pb-sm-12,.py-sm-12 {
        padding-bottom: 6.33rem!important
    }

    .pl-sm-12,.px-sm-12 {
        padding-left: 6.33rem!important
    }

    .p-sm-13 {
        padding: 10rem!important
    }

    .pt-sm-13,.py-sm-13 {
        padding-top: 10rem!important
    }

    .pr-sm-13,.px-sm-13 {
        padding-right: 10rem!important
    }

    .pb-sm-13,.py-sm-13 {
        padding-bottom: 10rem!important
    }

    .pl-sm-13,.px-sm-13 {
        padding-left: 10rem!important
    }

    .p-sm-14 {
        padding: 12rem!important
    }

    .pt-sm-14,.py-sm-14 {
        padding-top: 12rem!important
    }

    .pr-sm-14,.px-sm-14 {
        padding-right: 12rem!important
    }

    .pb-sm-14,.py-sm-14 {
        padding-bottom: 12rem!important
    }

    .pl-sm-14,.px-sm-14 {
        padding-left: 12rem!important
    }

    .p-sm-15 {
        padding: 12.5rem!important
    }

    .pt-sm-15,.py-sm-15 {
        padding-top: 12.5rem!important
    }

    .pr-sm-15,.px-sm-15 {
        padding-right: 12.5rem!important
    }

    .pb-sm-15,.py-sm-15 {
        padding-bottom: 12.5rem!important
    }

    .pl-sm-15,.px-sm-15 {
        padding-left: 12.5rem!important
    }

    .m-sm-n1 {
        margin: -.25rem!important
    }

    .mt-sm-n1,.my-sm-n1 {
        margin-top: -.25rem!important
    }

    .mr-sm-n1,.mx-sm-n1 {
        margin-right: -.25rem!important
    }

    .mb-sm-n1,.my-sm-n1 {
        margin-bottom: -.25rem!important
    }

    .ml-sm-n1,.mx-sm-n1 {
        margin-left: -.25rem!important
    }

    .m-sm-n2 {
        margin: -.5rem!important
    }

    .mt-sm-n2,.my-sm-n2 {
        margin-top: -.5rem!important
    }

    .mr-sm-n2,.mx-sm-n2 {
        margin-right: -.5rem!important
    }

    .mb-sm-n2,.my-sm-n2 {
        margin-bottom: -.5rem!important
    }

    .ml-sm-n2,.mx-sm-n2 {
        margin-left: -.5rem!important
    }

    .m-sm-n3 {
        margin: -1rem!important
    }

    .mt-sm-n3,.my-sm-n3 {
        margin-top: -1rem!important
    }

    .mr-sm-n3,.mx-sm-n3 {
        margin-right: -1rem!important
    }

    .mb-sm-n3,.my-sm-n3 {
        margin-bottom: -1rem!important
    }

    .ml-sm-n3,.mx-sm-n3 {
        margin-left: -1rem!important
    }

    .m-sm-n4 {
        margin: -1.5rem!important
    }

    .mt-sm-n4,.my-sm-n4 {
        margin-top: -1.5rem!important
    }

    .mr-sm-n4,.mx-sm-n4 {
        margin-right: -1.5rem!important
    }

    .mb-sm-n4,.my-sm-n4 {
        margin-bottom: -1.5rem!important
    }

    .ml-sm-n4,.mx-sm-n4 {
        margin-left: -1.5rem!important
    }

    .m-sm-n5 {
        margin: -2rem!important
    }

    .mt-sm-n5,.my-sm-n5 {
        margin-top: -2rem!important
    }

    .mr-sm-n5,.mx-sm-n5 {
        margin-right: -2rem!important
    }

    .mb-sm-n5,.my-sm-n5 {
        margin-bottom: -2rem!important
    }

    .ml-sm-n5,.mx-sm-n5 {
        margin-left: -2rem!important
    }

    .m-sm-n6 {
        margin: -2.5rem!important
    }

    .mt-sm-n6,.my-sm-n6 {
        margin-top: -2.5rem!important
    }

    .mr-sm-n6,.mx-sm-n6 {
        margin-right: -2.5rem!important
    }

    .mb-sm-n6,.my-sm-n6 {
        margin-bottom: -2.5rem!important
    }

    .ml-sm-n6,.mx-sm-n6 {
        margin-left: -2.5rem!important
    }

    .m-sm-n7 {
        margin: -3rem!important
    }

    .mt-sm-n7,.my-sm-n7 {
        margin-top: -3rem!important
    }

    .mr-sm-n7,.mx-sm-n7 {
        margin-right: -3rem!important
    }

    .mb-sm-n7,.my-sm-n7 {
        margin-bottom: -3rem!important
    }

    .ml-sm-n7,.mx-sm-n7 {
        margin-left: -3rem!important
    }

    .m-sm-n8 {
        margin: -3.5rem!important
    }

    .mt-sm-n8,.my-sm-n8 {
        margin-top: -3.5rem!important
    }

    .mr-sm-n8,.mx-sm-n8 {
        margin-right: -3.5rem!important
    }

    .mb-sm-n8,.my-sm-n8 {
        margin-bottom: -3.5rem!important
    }

    .ml-sm-n8,.mx-sm-n8 {
        margin-left: -3.5rem!important
    }

    .m-sm-n9 {
        margin: -4.25rem!important
    }

    .mt-sm-n9,.my-sm-n9 {
        margin-top: -4.25rem!important
    }

    .mr-sm-n9,.mx-sm-n9 {
        margin-right: -4.25rem!important
    }

    .mb-sm-n9,.my-sm-n9 {
        margin-bottom: -4.25rem!important
    }

    .ml-sm-n9,.mx-sm-n9 {
        margin-left: -4.25rem!important
    }

    .m-sm-n10 {
        margin: -4.5rem!important
    }

    .mt-sm-n10,.my-sm-n10 {
        margin-top: -4.5rem!important
    }

    .mr-sm-n10,.mx-sm-n10 {
        margin-right: -4.5rem!important
    }

    .mb-sm-n10,.my-sm-n10 {
        margin-bottom: -4.5rem!important
    }

    .ml-sm-n10,.mx-sm-n10 {
        margin-left: -4.5rem!important
    }

    .m-sm-n11 {
        margin: -5rem!important
    }

    .mt-sm-n11,.my-sm-n11 {
        margin-top: -5rem!important
    }

    .mr-sm-n11,.mx-sm-n11 {
        margin-right: -5rem!important
    }

    .mb-sm-n11,.my-sm-n11 {
        margin-bottom: -5rem!important
    }

    .ml-sm-n11,.mx-sm-n11 {
        margin-left: -5rem!important
    }

    .m-sm-n12 {
        margin: -6.33rem!important
    }

    .mt-sm-n12,.my-sm-n12 {
        margin-top: -6.33rem!important
    }

    .mr-sm-n12,.mx-sm-n12 {
        margin-right: -6.33rem!important
    }

    .mb-sm-n12,.my-sm-n12 {
        margin-bottom: -6.33rem!important
    }

    .ml-sm-n12,.mx-sm-n12 {
        margin-left: -6.33rem!important
    }

    .m-sm-n13 {
        margin: -10rem!important
    }

    .mt-sm-n13,.my-sm-n13 {
        margin-top: -10rem!important
    }

    .mr-sm-n13,.mx-sm-n13 {
        margin-right: -10rem!important
    }

    .mb-sm-n13,.my-sm-n13 {
        margin-bottom: -10rem!important
    }

    .ml-sm-n13,.mx-sm-n13 {
        margin-left: -10rem!important
    }

    .m-sm-n14 {
        margin: -12rem!important
    }

    .mt-sm-n14,.my-sm-n14 {
        margin-top: -12rem!important
    }

    .mr-sm-n14,.mx-sm-n14 {
        margin-right: -12rem!important
    }

    .mb-sm-n14,.my-sm-n14 {
        margin-bottom: -12rem!important
    }

    .ml-sm-n14,.mx-sm-n14 {
        margin-left: -12rem!important
    }

    .m-sm-n15 {
        margin: -12.5rem!important
    }

    .mt-sm-n15,.my-sm-n15 {
        margin-top: -12.5rem!important
    }

    .mr-sm-n15,.mx-sm-n15 {
        margin-right: -12.5rem!important
    }

    .mb-sm-n15,.my-sm-n15 {
        margin-bottom: -12.5rem!important
    }

    .ml-sm-n15,.mx-sm-n15 {
        margin-left: -12.5rem!important
    }

    .m-sm-auto {
        margin: auto!important
    }

    .mt-sm-auto,.my-sm-auto {
        margin-top: auto!important
    }

    .mr-sm-auto,.mx-sm-auto {
        margin-right: auto!important
    }

    .mb-sm-auto,.my-sm-auto {
        margin-bottom: auto!important
    }

    .ml-sm-auto,.mx-sm-auto {
        margin-left: auto!important
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin:0!important
    }

    .mt-md-0,.my-md-0 {
        margin-top: 0!important
    }

    .mr-md-0,.mx-md-0 {
        margin-right: 0!important
    }

    .mb-md-0,.my-md-0 {
        margin-bottom: 0!important
    }

    .ml-md-0,.mx-md-0 {
        margin-left: 0!important
    }

    .m-md-1 {
        margin: .25rem!important
    }

    .mt-md-1,.my-md-1 {
        margin-top: .25rem!important
    }

    .mr-md-1,.mx-md-1 {
        margin-right: .25rem!important
    }

    .mb-md-1,.my-md-1 {
        margin-bottom: .25rem!important
    }

    .ml-md-1,.mx-md-1 {
        margin-left: .25rem!important
    }

    .m-md-2 {
        margin: .5rem!important
    }

    .mt-md-2,.my-md-2 {
        margin-top: .5rem!important
    }

    .mr-md-2,.mx-md-2 {
        margin-right: .5rem!important
    }

    .mb-md-2,.my-md-2 {
        margin-bottom: .5rem!important
    }

    .ml-md-2,.mx-md-2 {
        margin-left: .5rem!important
    }

    .m-md-3 {
        margin: 1rem!important
    }

    .mt-md-3,.my-md-3 {
        margin-top: 1rem!important
    }

    .mr-md-3,.mx-md-3 {
        margin-right: 1rem!important
    }

    .mb-md-3,.my-md-3 {
        margin-bottom: 1rem!important
    }

    .ml-md-3,.mx-md-3 {
        margin-left: 1rem!important
    }

    .m-md-4 {
        margin: 1.5rem!important
    }

    .mt-md-4,.my-md-4 {
        margin-top: 1.5rem!important
    }

    .mr-md-4,.mx-md-4 {
        margin-right: 1.5rem!important
    }

    .mb-md-4,.my-md-4 {
        margin-bottom: 1.5rem!important
    }

    .ml-md-4,.mx-md-4 {
        margin-left: 1.5rem!important
    }

    .m-md-5 {
        margin: 2rem!important
    }

    .mt-md-5,.my-md-5 {
        margin-top: 2rem!important
    }

    .mr-md-5,.mx-md-5 {
        margin-right: 2rem!important
    }

    .mb-md-5,.my-md-5 {
        margin-bottom: 2rem!important
    }

    .ml-md-5,.mx-md-5 {
        margin-left: 2rem!important
    }

    .m-md-6 {
        margin: 2.5rem!important
    }

    .mt-md-6,.my-md-6 {
        margin-top: 2.5rem!important
    }

    .mr-md-6,.mx-md-6 {
        margin-right: 2.5rem!important
    }

    .mb-md-6,.my-md-6 {
        margin-bottom: 2.5rem!important
    }

    .ml-md-6,.mx-md-6 {
        margin-left: 2.5rem!important
    }

    .m-md-7 {
        margin: 3rem!important
    }

    .mt-md-7,.my-md-7 {
        margin-top: 3rem!important
    }

    .mr-md-7,.mx-md-7 {
        margin-right: 3rem!important
    }

    .mb-md-7,.my-md-7 {
        margin-bottom: 3rem!important
    }

    .ml-md-7,.mx-md-7 {
        margin-left: 3rem!important
    }

    .m-md-8 {
        margin: 3.5rem!important
    }

    .mt-md-8,.my-md-8 {
        margin-top: 3.5rem!important
    }

    .mr-md-8,.mx-md-8 {
        margin-right: 3.5rem!important
    }

    .mb-md-8,.my-md-8 {
        margin-bottom: 3.5rem!important
    }

    .ml-md-8,.mx-md-8 {
        margin-left: 3.5rem!important
    }

    .m-md-9 {
        margin: 4.25rem!important
    }

    .mt-md-9,.my-md-9 {
        margin-top: 4.25rem!important
    }

    .mr-md-9,.mx-md-9 {
        margin-right: 4.25rem!important
    }

    .mb-md-9,.my-md-9 {
        margin-bottom: 4.25rem!important
    }

    .ml-md-9,.mx-md-9 {
        margin-left: 4.25rem!important
    }

    .m-md-10 {
        margin: 4.5rem!important
    }

    .mt-md-10,.my-md-10 {
        margin-top: 4.5rem!important
    }

    .mr-md-10,.mx-md-10 {
        margin-right: 4.5rem!important
    }

    .mb-md-10,.my-md-10 {
        margin-bottom: 4.5rem!important
    }

    .ml-md-10,.mx-md-10 {
        margin-left: 4.5rem!important
    }

    .m-md-11 {
        margin: 5rem!important
    }

    .mt-md-11,.my-md-11 {
        margin-top: 5rem!important
    }

    .mr-md-11,.mx-md-11 {
        margin-right: 5rem!important
    }

    .mb-md-11,.my-md-11 {
        margin-bottom: 5rem!important
    }

    .ml-md-11,.mx-md-11 {
        margin-left: 5rem!important
    }

    .m-md-12 {
        margin: 6.33rem!important
    }

    .mt-md-12,.my-md-12 {
        margin-top: 6.33rem!important
    }

    .mr-md-12,.mx-md-12 {
        margin-right: 6.33rem!important
    }

    .mb-md-12,.my-md-12 {
        margin-bottom: 6.33rem!important
    }

    .ml-md-12,.mx-md-12 {
        margin-left: 6.33rem!important
    }

    .m-md-13 {
        margin: 10rem!important
    }

    .mt-md-13,.my-md-13 {
        margin-top: 10rem!important
    }

    .mr-md-13,.mx-md-13 {
        margin-right: 10rem!important
    }

    .mb-md-13,.my-md-13 {
        margin-bottom: 10rem!important
    }

    .ml-md-13,.mx-md-13 {
        margin-left: 10rem!important
    }

    .m-md-14 {
        margin: 12rem!important
    }

    .mt-md-14,.my-md-14 {
        margin-top: 12rem!important
    }

    .mr-md-14,.mx-md-14 {
        margin-right: 12rem!important
    }

    .mb-md-14,.my-md-14 {
        margin-bottom: 12rem!important
    }

    .ml-md-14,.mx-md-14 {
        margin-left: 12rem!important
    }

    .m-md-15 {
        margin: 12.5rem!important
    }

    .mt-md-15,.my-md-15 {
        margin-top: 12.5rem!important
    }

    .mr-md-15,.mx-md-15 {
        margin-right: 12.5rem!important
    }

    .mb-md-15,.my-md-15 {
        margin-bottom: 12.5rem!important
    }

    .ml-md-15,.mx-md-15 {
        margin-left: 12.5rem!important
    }

    .p-md-0 {
        padding: 0!important
    }

    .pt-md-0,.py-md-0 {
        padding-top: 0!important
    }

    .pr-md-0,.px-md-0 {
        padding-right: 0!important
    }

    .pb-md-0,.py-md-0 {
        padding-bottom: 0!important
    }

    .pl-md-0,.px-md-0 {
        padding-left: 0!important
    }

    .p-md-1 {
        padding: .25rem!important
    }

    .pt-md-1,.py-md-1 {
        padding-top: .25rem!important
    }

    .pr-md-1,.px-md-1 {
        padding-right: .25rem!important
    }

    .pb-md-1,.py-md-1 {
        padding-bottom: .25rem!important
    }

    .pl-md-1,.px-md-1 {
        padding-left: .25rem!important
    }

    .p-md-2 {
        padding: .5rem!important
    }

    .pt-md-2,.py-md-2 {
        padding-top: .5rem!important
    }

    .pr-md-2,.px-md-2 {
        padding-right: .5rem!important
    }

    .pb-md-2,.py-md-2 {
        padding-bottom: .5rem!important
    }

    .pl-md-2,.px-md-2 {
        padding-left: .5rem!important
    }

    .p-md-3 {
        padding: 1rem!important
    }

    .pt-md-3,.py-md-3 {
        padding-top: 1rem!important
    }

    .pr-md-3,.px-md-3 {
        padding-right: 1rem!important
    }

    .pb-md-3,.py-md-3 {
        padding-bottom: 1rem!important
    }

    .pl-md-3,.px-md-3 {
        padding-left: 1rem!important
    }

    .p-md-4 {
        padding: 1.5rem!important
    }

    .pt-md-4,.py-md-4 {
        padding-top: 1.5rem!important
    }

    .pr-md-4,.px-md-4 {
        padding-right: 1.5rem!important
    }

    .pb-md-4,.py-md-4 {
        padding-bottom: 1.5rem!important
    }

    .pl-md-4,.px-md-4 {
        padding-left: 1.5rem!important
    }

    .p-md-5 {
        padding: 2rem!important
    }

    .pt-md-5,.py-md-5 {
        padding-top: 2rem!important
    }

    .pr-md-5,.px-md-5 {
        padding-right: 2rem!important
    }

    .pb-md-5,.py-md-5 {
        padding-bottom: 2rem!important
    }

    .pl-md-5,.px-md-5 {
        padding-left: 2rem!important
    }

    .p-md-6 {
        padding: 2.5rem!important
    }

    .pt-md-6,.py-md-6 {
        padding-top: 2.5rem!important
    }

    .pr-md-6,.px-md-6 {
        padding-right: 2.5rem!important
    }

    .pb-md-6,.py-md-6 {
        padding-bottom: 2.5rem!important
    }

    .pl-md-6,.px-md-6 {
        padding-left: 2.5rem!important
    }

    .p-md-7 {
        padding: 3rem!important
    }

    .pt-md-7,.py-md-7 {
        padding-top: 3rem!important
    }

    .pr-md-7,.px-md-7 {
        padding-right: 3rem!important
    }

    .pb-md-7,.py-md-7 {
        padding-bottom: 3rem!important
    }

    .pl-md-7,.px-md-7 {
        padding-left: 3rem!important
    }

    .p-md-8 {
        padding: 3.5rem!important
    }

    .pt-md-8,.py-md-8 {
        padding-top: 3.5rem!important
    }

    .pr-md-8,.px-md-8 {
        padding-right: 3.5rem!important
    }

    .pb-md-8,.py-md-8 {
        padding-bottom: 3.5rem!important
    }

    .pl-md-8,.px-md-8 {
        padding-left: 3.5rem!important
    }

    .p-md-9 {
        padding: 4.25rem!important
    }

    .pt-md-9,.py-md-9 {
        padding-top: 4.25rem!important
    }

    .pr-md-9,.px-md-9 {
        padding-right: 4.25rem!important
    }

    .pb-md-9,.py-md-9 {
        padding-bottom: 4.25rem!important
    }

    .pl-md-9,.px-md-9 {
        padding-left: 4.25rem!important
    }

    .p-md-10 {
        padding: 4.5rem!important
    }

    .pt-md-10,.py-md-10 {
        padding-top: 4.5rem!important
    }

    .pr-md-10,.px-md-10 {
        padding-right: 4.5rem!important
    }

    .pb-md-10,.py-md-10 {
        padding-bottom: 4.5rem!important
    }

    .pl-md-10,.px-md-10 {
        padding-left: 4.5rem!important
    }

    .p-md-11 {
        padding: 5rem!important
    }

    .pt-md-11,.py-md-11 {
        padding-top: 5rem!important
    }

    .pr-md-11,.px-md-11 {
        padding-right: 5rem!important
    }

    .pb-md-11,.py-md-11 {
        padding-bottom: 5rem!important
    }

    .pl-md-11,.px-md-11 {
        padding-left: 5rem!important
    }

    .p-md-12 {
        padding: 6.33rem!important
    }

    .pt-md-12,.py-md-12 {
        padding-top: 6.33rem!important
    }

    .pr-md-12,.px-md-12 {
        padding-right: 6.33rem!important
    }

    .pb-md-12,.py-md-12 {
        padding-bottom: 6.33rem!important
    }

    .pl-md-12,.px-md-12 {
        padding-left: 6.33rem!important
    }

    .p-md-13 {
        padding: 10rem!important
    }

    .pt-md-13,.py-md-13 {
        padding-top: 10rem!important
    }

    .pr-md-13,.px-md-13 {
        padding-right: 10rem!important
    }

    .pb-md-13,.py-md-13 {
        padding-bottom: 10rem!important
    }

    .pl-md-13,.px-md-13 {
        padding-left: 10rem!important
    }

    .p-md-14 {
        padding: 12rem!important
    }

    .pt-md-14,.py-md-14 {
        padding-top: 12rem!important
    }

    .pr-md-14,.px-md-14 {
        padding-right: 12rem!important
    }

    .pb-md-14,.py-md-14 {
        padding-bottom: 12rem!important
    }

    .pl-md-14,.px-md-14 {
        padding-left: 12rem!important
    }

    .p-md-15 {
        padding: 12.5rem!important
    }

    .pt-md-15,.py-md-15 {
        padding-top: 12.5rem!important
    }

    .pr-md-15,.px-md-15 {
        padding-right: 12.5rem!important
    }

    .pb-md-15,.py-md-15 {
        padding-bottom: 12.5rem!important
    }

    .pl-md-15,.px-md-15 {
        padding-left: 12.5rem!important
    }

    .m-md-n1 {
        margin: -.25rem!important
    }

    .mt-md-n1,.my-md-n1 {
        margin-top: -.25rem!important
    }

    .mr-md-n1,.mx-md-n1 {
        margin-right: -.25rem!important
    }

    .mb-md-n1,.my-md-n1 {
        margin-bottom: -.25rem!important
    }

    .ml-md-n1,.mx-md-n1 {
        margin-left: -.25rem!important
    }

    .m-md-n2 {
        margin: -.5rem!important
    }

    .mt-md-n2,.my-md-n2 {
        margin-top: -.5rem!important
    }

    .mr-md-n2,.mx-md-n2 {
        margin-right: -.5rem!important
    }

    .mb-md-n2,.my-md-n2 {
        margin-bottom: -.5rem!important
    }

    .ml-md-n2,.mx-md-n2 {
        margin-left: -.5rem!important
    }

    .m-md-n3 {
        margin: -1rem!important
    }

    .mt-md-n3,.my-md-n3 {
        margin-top: -1rem!important
    }

    .mr-md-n3,.mx-md-n3 {
        margin-right: -1rem!important
    }

    .mb-md-n3,.my-md-n3 {
        margin-bottom: -1rem!important
    }

    .ml-md-n3,.mx-md-n3 {
        margin-left: -1rem!important
    }

    .m-md-n4 {
        margin: -1.5rem!important
    }

    .mt-md-n4,.my-md-n4 {
        margin-top: -1.5rem!important
    }

    .mr-md-n4,.mx-md-n4 {
        margin-right: -1.5rem!important
    }

    .mb-md-n4,.my-md-n4 {
        margin-bottom: -1.5rem!important
    }

    .ml-md-n4,.mx-md-n4 {
        margin-left: -1.5rem!important
    }

    .m-md-n5 {
        margin: -2rem!important
    }

    .mt-md-n5,.my-md-n5 {
        margin-top: -2rem!important
    }

    .mr-md-n5,.mx-md-n5 {
        margin-right: -2rem!important
    }

    .mb-md-n5,.my-md-n5 {
        margin-bottom: -2rem!important
    }

    .ml-md-n5,.mx-md-n5 {
        margin-left: -2rem!important
    }

    .m-md-n6 {
        margin: -2.5rem!important
    }

    .mt-md-n6,.my-md-n6 {
        margin-top: -2.5rem!important
    }

    .mr-md-n6,.mx-md-n6 {
        margin-right: -2.5rem!important
    }

    .mb-md-n6,.my-md-n6 {
        margin-bottom: -2.5rem!important
    }

    .ml-md-n6,.mx-md-n6 {
        margin-left: -2.5rem!important
    }

    .m-md-n7 {
        margin: -3rem!important
    }

    .mt-md-n7,.my-md-n7 {
        margin-top: -3rem!important
    }

    .mr-md-n7,.mx-md-n7 {
        margin-right: -3rem!important
    }

    .mb-md-n7,.my-md-n7 {
        margin-bottom: -3rem!important
    }

    .ml-md-n7,.mx-md-n7 {
        margin-left: -3rem!important
    }

    .m-md-n8 {
        margin: -3.5rem!important
    }

    .mt-md-n8,.my-md-n8 {
        margin-top: -3.5rem!important
    }

    .mr-md-n8,.mx-md-n8 {
        margin-right: -3.5rem!important
    }

    .mb-md-n8,.my-md-n8 {
        margin-bottom: -3.5rem!important
    }

    .ml-md-n8,.mx-md-n8 {
        margin-left: -3.5rem!important
    }

    .m-md-n9 {
        margin: -4.25rem!important
    }

    .mt-md-n9,.my-md-n9 {
        margin-top: -4.25rem!important
    }

    .mr-md-n9,.mx-md-n9 {
        margin-right: -4.25rem!important
    }

    .mb-md-n9,.my-md-n9 {
        margin-bottom: -4.25rem!important
    }

    .ml-md-n9,.mx-md-n9 {
        margin-left: -4.25rem!important
    }

    .m-md-n10 {
        margin: -4.5rem!important
    }

    .mt-md-n10,.my-md-n10 {
        margin-top: -4.5rem!important
    }

    .mr-md-n10,.mx-md-n10 {
        margin-right: -4.5rem!important
    }

    .mb-md-n10,.my-md-n10 {
        margin-bottom: -4.5rem!important
    }

    .ml-md-n10,.mx-md-n10 {
        margin-left: -4.5rem!important
    }

    .m-md-n11 {
        margin: -5rem!important
    }

    .mt-md-n11,.my-md-n11 {
        margin-top: -5rem!important
    }

    .mr-md-n11,.mx-md-n11 {
        margin-right: -5rem!important
    }

    .mb-md-n11,.my-md-n11 {
        margin-bottom: -5rem!important
    }

    .ml-md-n11,.mx-md-n11 {
        margin-left: -5rem!important
    }

    .m-md-n12 {
        margin: -6.33rem!important
    }

    .mt-md-n12,.my-md-n12 {
        margin-top: -6.33rem!important
    }

    .mr-md-n12,.mx-md-n12 {
        margin-right: -6.33rem!important
    }

    .mb-md-n12,.my-md-n12 {
        margin-bottom: -6.33rem!important
    }

    .ml-md-n12,.mx-md-n12 {
        margin-left: -6.33rem!important
    }

    .m-md-n13 {
        margin: -10rem!important
    }

    .mt-md-n13,.my-md-n13 {
        margin-top: -10rem!important
    }

    .mr-md-n13,.mx-md-n13 {
        margin-right: -10rem!important
    }

    .mb-md-n13,.my-md-n13 {
        margin-bottom: -10rem!important
    }

    .ml-md-n13,.mx-md-n13 {
        margin-left: -10rem!important
    }

    .m-md-n14 {
        margin: -12rem!important
    }

    .mt-md-n14,.my-md-n14 {
        margin-top: -12rem!important
    }

    .mr-md-n14,.mx-md-n14 {
        margin-right: -12rem!important
    }

    .mb-md-n14,.my-md-n14 {
        margin-bottom: -12rem!important
    }

    .ml-md-n14,.mx-md-n14 {
        margin-left: -12rem!important
    }

    .m-md-n15 {
        margin: -12.5rem!important
    }

    .mt-md-n15,.my-md-n15 {
        margin-top: -12.5rem!important
    }

    .mr-md-n15,.mx-md-n15 {
        margin-right: -12.5rem!important
    }

    .mb-md-n15,.my-md-n15 {
        margin-bottom: -12.5rem!important
    }

    .ml-md-n15,.mx-md-n15 {
        margin-left: -12.5rem!important
    }

    .m-md-auto {
        margin: auto!important
    }

    .mt-md-auto,.my-md-auto {
        margin-top: auto!important
    }

    .mr-md-auto,.mx-md-auto {
        margin-right: auto!important
    }

    .mb-md-auto,.my-md-auto {
        margin-bottom: auto!important
    }

    .ml-md-auto,.mx-md-auto {
        margin-left: auto!important
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin:0!important
    }

    .mt-lg-0,.my-lg-0 {
        margin-top: 0!important
    }

    .mr-lg-0,.mx-lg-0 {
        margin-right: 0!important
    }

    .mb-lg-0,.my-lg-0 {
        margin-bottom: 0!important
    }

    .ml-lg-0,.mx-lg-0 {
        margin-left: 0!important
    }

    .m-lg-1 {
        margin: .25rem!important
    }

    .mt-lg-1,.my-lg-1 {
        margin-top: .25rem!important
    }

    .mr-lg-1,.mx-lg-1 {
        margin-right: .25rem!important
    }

    .mb-lg-1,.my-lg-1 {
        margin-bottom: .25rem!important
    }

    .ml-lg-1,.mx-lg-1 {
        margin-left: .25rem!important
    }

    .m-lg-2 {
        margin: .5rem!important
    }

    .mt-lg-2,.my-lg-2 {
        margin-top: .5rem!important
    }

    .mr-lg-2,.mx-lg-2 {
        margin-right: .5rem!important
    }

    .mb-lg-2,.my-lg-2 {
        margin-bottom: .5rem!important
    }

    .ml-lg-2,.mx-lg-2 {
        margin-left: .5rem!important
    }

    .m-lg-3 {
        margin: 1rem!important
    }

    .mt-lg-3,.my-lg-3 {
        margin-top: 1rem!important
    }

    .mr-lg-3,.mx-lg-3 {
        margin-right: 1rem!important
    }

    .mb-lg-3,.my-lg-3 {
        margin-bottom: 1rem!important
    }

    .ml-lg-3,.mx-lg-3 {
        margin-left: 1rem!important
    }

    .m-lg-4 {
        margin: 1.5rem!important
    }

    .mt-lg-4,.my-lg-4 {
        margin-top: 1.5rem!important
    }

    .mr-lg-4,.mx-lg-4 {
        margin-right: 1.5rem!important
    }

    .mb-lg-4,.my-lg-4 {
        margin-bottom: 1.5rem!important
    }

    .ml-lg-4,.mx-lg-4 {
        margin-left: 1.5rem!important
    }

    .m-lg-5 {
        margin: 2rem!important
    }

    .mt-lg-5,.my-lg-5 {
        margin-top: 2rem!important
    }

    .mr-lg-5,.mx-lg-5 {
        margin-right: 2rem!important
    }

    .mb-lg-5,.my-lg-5 {
        margin-bottom: 2rem!important
    }

    .ml-lg-5,.mx-lg-5 {
        margin-left: 2rem!important
    }

    .m-lg-6 {
        margin: 2.5rem!important
    }

    .mt-lg-6,.my-lg-6 {
        margin-top: 2.5rem!important
    }

    .mr-lg-6,.mx-lg-6 {
        margin-right: 2.5rem!important
    }

    .mb-lg-6,.my-lg-6 {
        margin-bottom: 2.5rem!important
    }

    .ml-lg-6,.mx-lg-6 {
        margin-left: 2.5rem!important
    }

    .m-lg-7 {
        margin: 3rem!important
    }

    .mt-lg-7,.my-lg-7 {
        margin-top: 3rem!important
    }

    .mr-lg-7,.mx-lg-7 {
        margin-right: 3rem!important
    }

    .mb-lg-7,.my-lg-7 {
        margin-bottom: 3rem!important
    }

    .ml-lg-7,.mx-lg-7 {
        margin-left: 3rem!important
    }

    .m-lg-8 {
        margin: 3.5rem!important
    }

    .mt-lg-8,.my-lg-8 {
        margin-top: 3.5rem!important
    }

    .mr-lg-8,.mx-lg-8 {
        margin-right: 3.5rem!important
    }

    .mb-lg-8,.my-lg-8 {
        margin-bottom: 3.5rem!important
    }

    .ml-lg-8,.mx-lg-8 {
        margin-left: 3.5rem!important
    }

    .m-lg-9 {
        margin: 4.25rem!important
    }

    .mt-lg-9,.my-lg-9 {
        margin-top: 4.25rem!important
    }

    .mr-lg-9,.mx-lg-9 {
        margin-right: 4.25rem!important
    }

    .mb-lg-9,.my-lg-9 {
        margin-bottom: 4.25rem!important
    }

    .ml-lg-9,.mx-lg-9 {
        margin-left: 4.25rem!important
    }

    .m-lg-10 {
        margin: 4.5rem!important
    }

    .mt-lg-10,.my-lg-10 {
        margin-top: 4.5rem!important
    }

    .mr-lg-10,.mx-lg-10 {
        margin-right: 4.5rem!important
    }

    .mb-lg-10,.my-lg-10 {
        margin-bottom: 4.5rem!important
    }

    .ml-lg-10,.mx-lg-10 {
        margin-left: 4.5rem!important
    }

    .m-lg-11 {
        margin: 5rem!important
    }

    .mt-lg-11,.my-lg-11 {
        margin-top: 5rem!important
    }

    .mr-lg-11,.mx-lg-11 {
        margin-right: 5rem!important
    }

    .mb-lg-11,.my-lg-11 {
        margin-bottom: 5rem!important
    }

    .ml-lg-11,.mx-lg-11 {
        margin-left: 5rem!important
    }

    .m-lg-12 {
        margin: 6.33rem!important
    }

    .mt-lg-12,.my-lg-12 {
        margin-top: 6.33rem!important
    }

    .mr-lg-12,.mx-lg-12 {
        margin-right: 6.33rem!important
    }

    .mb-lg-12,.my-lg-12 {
        margin-bottom: 6.33rem!important
    }

    .ml-lg-12,.mx-lg-12 {
        margin-left: 6.33rem!important
    }

    .m-lg-13 {
        margin: 10rem!important
    }

    .mt-lg-13,.my-lg-13 {
        margin-top: 10rem!important
    }

    .mr-lg-13,.mx-lg-13 {
        margin-right: 10rem!important
    }

    .mb-lg-13,.my-lg-13 {
        margin-bottom: 10rem!important
    }

    .ml-lg-13,.mx-lg-13 {
        margin-left: 10rem!important
    }

    .m-lg-14 {
        margin: 12rem!important
    }

    .mt-lg-14,.my-lg-14 {
        margin-top: 12rem!important
    }

    .mr-lg-14,.mx-lg-14 {
        margin-right: 12rem!important
    }

    .mb-lg-14,.my-lg-14 {
        margin-bottom: 12rem!important
    }

    .ml-lg-14,.mx-lg-14 {
        margin-left: 12rem!important
    }

    .m-lg-15 {
        margin: 12.5rem!important
    }

    .mt-lg-15,.my-lg-15 {
        margin-top: 12.5rem!important
    }

    .mr-lg-15,.mx-lg-15 {
        margin-right: 12.5rem!important
    }

    .mb-lg-15,.my-lg-15 {
        margin-bottom: 12.5rem!important
    }

    .ml-lg-15,.mx-lg-15 {
        margin-left: 12.5rem!important
    }

    .p-lg-0 {
        padding: 0!important
    }

    .pt-lg-0,.py-lg-0 {
        padding-top: 0!important
    }

    .pr-lg-0,.px-lg-0 {
        padding-right: 0!important
    }

    .pb-lg-0,.py-lg-0 {
        padding-bottom: 0!important
    }

    .pl-lg-0,.px-lg-0 {
        padding-left: 0!important
    }

    .p-lg-1 {
        padding: .25rem!important
    }

    .pt-lg-1,.py-lg-1 {
        padding-top: .25rem!important
    }

    .pr-lg-1,.px-lg-1 {
        padding-right: .25rem!important
    }

    .pb-lg-1,.py-lg-1 {
        padding-bottom: .25rem!important
    }

    .pl-lg-1,.px-lg-1 {
        padding-left: .25rem!important
    }

    .p-lg-2 {
        padding: .5rem!important
    }

    .pt-lg-2,.py-lg-2 {
        padding-top: .5rem!important
    }

    .pr-lg-2,.px-lg-2 {
        padding-right: .5rem!important
    }

    .pb-lg-2,.py-lg-2 {
        padding-bottom: .5rem!important
    }

    .pl-lg-2,.px-lg-2 {
        padding-left: .5rem!important
    }

    .p-lg-3 {
        padding: 1rem!important
    }

    .pt-lg-3,.py-lg-3 {
        padding-top: 1rem!important
    }

    .pr-lg-3,.px-lg-3 {
        padding-right: 1rem!important
    }

    .pb-lg-3,.py-lg-3 {
        padding-bottom: 1rem!important
    }

    .pl-lg-3,.px-lg-3 {
        padding-left: 1rem!important
    }

    .p-lg-4 {
        padding: 1.5rem!important
    }

    .pt-lg-4,.py-lg-4 {
        padding-top: 1.5rem!important
    }

    .pr-lg-4,.px-lg-4 {
        padding-right: 1.5rem!important
    }

    .pb-lg-4,.py-lg-4 {
        padding-bottom: 1.5rem!important
    }

    .pl-lg-4,.px-lg-4 {
        padding-left: 1.5rem!important
    }

    .p-lg-5 {
        padding: 2rem!important
    }

    .pt-lg-5,.py-lg-5 {
        padding-top: 2rem!important
    }

    .pr-lg-5,.px-lg-5 {
        padding-right: 2rem!important
    }

    .pb-lg-5,.py-lg-5 {
        padding-bottom: 2rem!important
    }

    .pl-lg-5,.px-lg-5 {
        padding-left: 2rem!important
    }

    .p-lg-6 {
        padding: 2.5rem!important
    }

    .pt-lg-6,.py-lg-6 {
        padding-top: 2.5rem!important
    }

    .pr-lg-6,.px-lg-6 {
        padding-right: 2.5rem!important
    }

    .pb-lg-6,.py-lg-6 {
        padding-bottom: 2.5rem!important
    }

    .pl-lg-6,.px-lg-6 {
        padding-left: 2.5rem!important
    }

    .p-lg-7 {
        padding: 3rem!important
    }

    .pt-lg-7,.py-lg-7 {
        padding-top: 3rem!important
    }

    .pr-lg-7,.px-lg-7 {
        padding-right: 3rem!important
    }

    .pb-lg-7,.py-lg-7 {
        padding-bottom: 3rem!important
    }

    .pl-lg-7,.px-lg-7 {
        padding-left: 3rem!important
    }

    .p-lg-8 {
        padding: 3.5rem!important
    }

    .pt-lg-8,.py-lg-8 {
        padding-top: 3.5rem!important
    }

    .pr-lg-8,.px-lg-8 {
        padding-right: 3.5rem!important
    }

    .pb-lg-8,.py-lg-8 {
        padding-bottom: 3.5rem!important
    }

    .pl-lg-8,.px-lg-8 {
        padding-left: 3.5rem!important
    }

    .p-lg-9 {
        padding: 4.25rem!important
    }

    .pt-lg-9,.py-lg-9 {
        padding-top: 4.25rem!important
    }

    .pr-lg-9,.px-lg-9 {
        padding-right: 4.25rem!important
    }

    .pb-lg-9,.py-lg-9 {
        padding-bottom: 4.25rem!important
    }

    .pl-lg-9,.px-lg-9 {
        padding-left: 4.25rem!important
    }

    .p-lg-10 {
        padding: 4.5rem!important
    }

    .pt-lg-10,.py-lg-10 {
        padding-top: 4.5rem!important
    }

    .pr-lg-10,.px-lg-10 {
        padding-right: 4.5rem!important
    }

    .pb-lg-10,.py-lg-10 {
        padding-bottom: 4.5rem!important
    }

    .pl-lg-10,.px-lg-10 {
        padding-left: 4.5rem!important
    }

    .p-lg-11 {
        padding: 5rem!important
    }

    .pt-lg-11,.py-lg-11 {
        padding-top: 5rem!important
    }

    .pr-lg-11,.px-lg-11 {
        padding-right: 5rem!important
    }

    .pb-lg-11,.py-lg-11 {
        padding-bottom: 5rem!important
    }

    .pl-lg-11,.px-lg-11 {
        padding-left: 5rem!important
    }

    .p-lg-12 {
        padding: 6.33rem!important
    }

    .pt-lg-12,.py-lg-12 {
        padding-top: 6.33rem!important
    }

    .pr-lg-12,.px-lg-12 {
        padding-right: 6.33rem!important
    }

    .pb-lg-12,.py-lg-12 {
        padding-bottom: 6.33rem!important
    }

    .pl-lg-12,.px-lg-12 {
        padding-left: 6.33rem!important
    }

    .p-lg-13 {
        padding: 10rem!important
    }

    .pt-lg-13,.py-lg-13 {
        padding-top: 10rem!important
    }

    .pr-lg-13,.px-lg-13 {
        padding-right: 10rem!important
    }

    .pb-lg-13,.py-lg-13 {
        padding-bottom: 10rem!important
    }

    .pl-lg-13,.px-lg-13 {
        padding-left: 10rem!important
    }

    .p-lg-14 {
        padding: 12rem!important
    }

    .pt-lg-14,.py-lg-14 {
        padding-top: 12rem!important
    }

    .pr-lg-14,.px-lg-14 {
        padding-right: 12rem!important
    }

    .pb-lg-14,.py-lg-14 {
        padding-bottom: 12rem!important
    }

    .pl-lg-14,.px-lg-14 {
        padding-left: 12rem!important
    }

    .p-lg-15 {
        padding: 12.5rem!important
    }

    .pt-lg-15,.py-lg-15 {
        padding-top: 12.5rem!important
    }

    .pr-lg-15,.px-lg-15 {
        padding-right: 12.5rem!important
    }

    .pb-lg-15,.py-lg-15 {
        padding-bottom: 12.5rem!important
    }

    .pl-lg-15,.px-lg-15 {
        padding-left: 12.5rem!important
    }

    .m-lg-n1 {
        margin: -.25rem!important
    }

    .mt-lg-n1,.my-lg-n1 {
        margin-top: -.25rem!important
    }

    .mr-lg-n1,.mx-lg-n1 {
        margin-right: -.25rem!important
    }

    .mb-lg-n1,.my-lg-n1 {
        margin-bottom: -.25rem!important
    }

    .ml-lg-n1,.mx-lg-n1 {
        margin-left: -.25rem!important
    }

    .m-lg-n2 {
        margin: -.5rem!important
    }

    .mt-lg-n2,.my-lg-n2 {
        margin-top: -.5rem!important
    }

    .mr-lg-n2,.mx-lg-n2 {
        margin-right: -.5rem!important
    }

    .mb-lg-n2,.my-lg-n2 {
        margin-bottom: -.5rem!important
    }

    .ml-lg-n2,.mx-lg-n2 {
        margin-left: -.5rem!important
    }

    .m-lg-n3 {
        margin: -1rem!important
    }

    .mt-lg-n3,.my-lg-n3 {
        margin-top: -1rem!important
    }

    .mr-lg-n3,.mx-lg-n3 {
        margin-right: -1rem!important
    }

    .mb-lg-n3,.my-lg-n3 {
        margin-bottom: -1rem!important
    }

    .ml-lg-n3,.mx-lg-n3 {
        margin-left: -1rem!important
    }

    .m-lg-n4 {
        margin: -1.5rem!important
    }

    .mt-lg-n4,.my-lg-n4 {
        margin-top: -1.5rem!important
    }

    .mr-lg-n4,.mx-lg-n4 {
        margin-right: -1.5rem!important
    }

    .mb-lg-n4,.my-lg-n4 {
        margin-bottom: -1.5rem!important
    }

    .ml-lg-n4,.mx-lg-n4 {
        margin-left: -1.5rem!important
    }

    .m-lg-n5 {
        margin: -2rem!important
    }

    .mt-lg-n5,.my-lg-n5 {
        margin-top: -2rem!important
    }

    .mr-lg-n5,.mx-lg-n5 {
        margin-right: -2rem!important
    }

    .mb-lg-n5,.my-lg-n5 {
        margin-bottom: -2rem!important
    }

    .ml-lg-n5,.mx-lg-n5 {
        margin-left: -2rem!important
    }

    .m-lg-n6 {
        margin: -2.5rem!important
    }

    .mt-lg-n6,.my-lg-n6 {
        margin-top: -2.5rem!important
    }

    .mr-lg-n6,.mx-lg-n6 {
        margin-right: -2.5rem!important
    }

    .mb-lg-n6,.my-lg-n6 {
        margin-bottom: -2.5rem!important
    }

    .ml-lg-n6,.mx-lg-n6 {
        margin-left: -2.5rem!important
    }

    .m-lg-n7 {
        margin: -3rem!important
    }

    .mt-lg-n7,.my-lg-n7 {
        margin-top: -3rem!important
    }

    .mr-lg-n7,.mx-lg-n7 {
        margin-right: -3rem!important
    }

    .mb-lg-n7,.my-lg-n7 {
        margin-bottom: -3rem!important
    }

    .ml-lg-n7,.mx-lg-n7 {
        margin-left: -3rem!important
    }

    .m-lg-n8 {
        margin: -3.5rem!important
    }

    .mt-lg-n8,.my-lg-n8 {
        margin-top: -3.5rem!important
    }

    .mr-lg-n8,.mx-lg-n8 {
        margin-right: -3.5rem!important
    }

    .mb-lg-n8,.my-lg-n8 {
        margin-bottom: -3.5rem!important
    }

    .ml-lg-n8,.mx-lg-n8 {
        margin-left: -3.5rem!important
    }

    .m-lg-n9 {
        margin: -4.25rem!important
    }

    .mt-lg-n9,.my-lg-n9 {
        margin-top: -4.25rem!important
    }

    .mr-lg-n9,.mx-lg-n9 {
        margin-right: -4.25rem!important
    }

    .mb-lg-n9,.my-lg-n9 {
        margin-bottom: -4.25rem!important
    }

    .ml-lg-n9,.mx-lg-n9 {
        margin-left: -4.25rem!important
    }

    .m-lg-n10 {
        margin: -4.5rem!important
    }

    .mt-lg-n10,.my-lg-n10 {
        margin-top: -4.5rem!important
    }

    .mr-lg-n10,.mx-lg-n10 {
        margin-right: -4.5rem!important
    }

    .mb-lg-n10,.my-lg-n10 {
        margin-bottom: -4.5rem!important
    }

    .ml-lg-n10,.mx-lg-n10 {
        margin-left: -4.5rem!important
    }

    .m-lg-n11 {
        margin: -5rem!important
    }

    .mt-lg-n11,.my-lg-n11 {
        margin-top: -5rem!important
    }

    .mr-lg-n11,.mx-lg-n11 {
        margin-right: -5rem!important
    }

    .mb-lg-n11,.my-lg-n11 {
        margin-bottom: -5rem!important
    }

    .ml-lg-n11,.mx-lg-n11 {
        margin-left: -5rem!important
    }

    .m-lg-n12 {
        margin: -6.33rem!important
    }

    .mt-lg-n12,.my-lg-n12 {
        margin-top: -6.33rem!important
    }

    .mr-lg-n12,.mx-lg-n12 {
        margin-right: -6.33rem!important
    }

    .mb-lg-n12,.my-lg-n12 {
        margin-bottom: -6.33rem!important
    }

    .ml-lg-n12,.mx-lg-n12 {
        margin-left: -6.33rem!important
    }

    .m-lg-n13 {
        margin: -10rem!important
    }

    .mt-lg-n13,.my-lg-n13 {
        margin-top: -10rem!important
    }

    .mr-lg-n13,.mx-lg-n13 {
        margin-right: -10rem!important
    }

    .mb-lg-n13,.my-lg-n13 {
        margin-bottom: -10rem!important
    }

    .ml-lg-n13,.mx-lg-n13 {
        margin-left: -10rem!important
    }

    .m-lg-n14 {
        margin: -12rem!important
    }

    .mt-lg-n14,.my-lg-n14 {
        margin-top: -12rem!important
    }

    .mr-lg-n14,.mx-lg-n14 {
        margin-right: -12rem!important
    }

    .mb-lg-n14,.my-lg-n14 {
        margin-bottom: -12rem!important
    }

    .ml-lg-n14,.mx-lg-n14 {
        margin-left: -12rem!important
    }

    .m-lg-n15 {
        margin: -12.5rem!important
    }

    .mt-lg-n15,.my-lg-n15 {
        margin-top: -12.5rem!important
    }

    .mr-lg-n15,.mx-lg-n15 {
        margin-right: -12.5rem!important
    }

    .mb-lg-n15,.my-lg-n15 {
        margin-bottom: -12.5rem!important
    }

    .ml-lg-n15,.mx-lg-n15 {
        margin-left: -12.5rem!important
    }

    .m-lg-auto {
        margin: auto!important
    }

    .mt-lg-auto,.my-lg-auto {
        margin-top: auto!important
    }

    .mr-lg-auto,.mx-lg-auto {
        margin-right: auto!important
    }

    .mb-lg-auto,.my-lg-auto {
        margin-bottom: auto!important
    }

    .ml-lg-auto,.mx-lg-auto {
        margin-left: auto!important
    }
}

@media (min-width: 1200px) {
    .m-xl-0 {
        margin:0!important
    }

    .mt-xl-0,.my-xl-0 {
        margin-top: 0!important
    }

    .mr-xl-0,.mx-xl-0 {
        margin-right: 0!important
    }

    .mb-xl-0,.my-xl-0 {
        margin-bottom: 0!important
    }

    .ml-xl-0,.mx-xl-0 {
        margin-left: 0!important
    }

    .m-xl-1 {
        margin: .25rem!important
    }

    .mt-xl-1,.my-xl-1 {
        margin-top: .25rem!important
    }

    .mr-xl-1,.mx-xl-1 {
        margin-right: .25rem!important
    }

    .mb-xl-1,.my-xl-1 {
        margin-bottom: .25rem!important
    }

    .ml-xl-1,.mx-xl-1 {
        margin-left: .25rem!important
    }

    .m-xl-2 {
        margin: .5rem!important
    }

    .mt-xl-2,.my-xl-2 {
        margin-top: .5rem!important
    }

    .mr-xl-2,.mx-xl-2 {
        margin-right: .5rem!important
    }

    .mb-xl-2,.my-xl-2 {
        margin-bottom: .5rem!important
    }

    .ml-xl-2,.mx-xl-2 {
        margin-left: .5rem!important
    }

    .m-xl-3 {
        margin: 1rem!important
    }

    .mt-xl-3,.my-xl-3 {
        margin-top: 1rem!important
    }

    .mr-xl-3,.mx-xl-3 {
        margin-right: 1rem!important
    }

    .mb-xl-3,.my-xl-3 {
        margin-bottom: 1rem!important
    }

    .ml-xl-3,.mx-xl-3 {
        margin-left: 1rem!important
    }

    .m-xl-4 {
        margin: 1.5rem!important
    }

    .mt-xl-4,.my-xl-4 {
        margin-top: 1.5rem!important
    }

    .mr-xl-4,.mx-xl-4 {
        margin-right: 1.5rem!important
    }

    .mb-xl-4,.my-xl-4 {
        margin-bottom: 1.5rem!important
    }

    .ml-xl-4,.mx-xl-4 {
        margin-left: 1.5rem!important
    }

    .m-xl-5 {
        margin: 2rem!important
    }

    .mt-xl-5,.my-xl-5 {
        margin-top: 2rem!important
    }

    .mr-xl-5,.mx-xl-5 {
        margin-right: 2rem!important
    }

    .mb-xl-5,.my-xl-5 {
        margin-bottom: 2rem!important
    }

    .ml-xl-5,.mx-xl-5 {
        margin-left: 2rem!important
    }

    .m-xl-6 {
        margin: 2.5rem!important
    }

    .mt-xl-6,.my-xl-6 {
        margin-top: 2.5rem!important
    }

    .mr-xl-6,.mx-xl-6 {
        margin-right: 2.5rem!important
    }

    .mb-xl-6,.my-xl-6 {
        margin-bottom: 2.5rem!important
    }

    .ml-xl-6,.mx-xl-6 {
        margin-left: 2.5rem!important
    }

    .m-xl-7 {
        margin: 3rem!important
    }

    .mt-xl-7,.my-xl-7 {
        margin-top: 3rem!important
    }

    .mr-xl-7,.mx-xl-7 {
        margin-right: 3rem!important
    }

    .mb-xl-7,.my-xl-7 {
        margin-bottom: 3rem!important
    }

    .ml-xl-7,.mx-xl-7 {
        margin-left: 3rem!important
    }

    .m-xl-8 {
        margin: 3.5rem!important
    }

    .mt-xl-8,.my-xl-8 {
        margin-top: 3.5rem!important
    }

    .mr-xl-8,.mx-xl-8 {
        margin-right: 3.5rem!important
    }

    .mb-xl-8,.my-xl-8 {
        margin-bottom: 3.5rem!important
    }

    .ml-xl-8,.mx-xl-8 {
        margin-left: 3.5rem!important
    }

    .m-xl-9 {
        margin: 4.25rem!important
    }

    .mt-xl-9,.my-xl-9 {
        margin-top: 4.25rem!important
    }

    .mr-xl-9,.mx-xl-9 {
        margin-right: 4.25rem!important
    }

    .mb-xl-9,.my-xl-9 {
        margin-bottom: 4.25rem!important
    }

    .ml-xl-9,.mx-xl-9 {
        margin-left: 4.25rem!important
    }

    .m-xl-10 {
        margin: 4.5rem!important
    }

    .mt-xl-10,.my-xl-10 {
        margin-top: 4.5rem!important
    }

    .mr-xl-10,.mx-xl-10 {
        margin-right: 4.5rem!important
    }

    .mb-xl-10,.my-xl-10 {
        margin-bottom: 4.5rem!important
    }

    .ml-xl-10,.mx-xl-10 {
        margin-left: 4.5rem!important
    }

    .m-xl-11 {
        margin: 5rem!important
    }

    .mt-xl-11,.my-xl-11 {
        margin-top: 5rem!important
    }

    .mr-xl-11,.mx-xl-11 {
        margin-right: 5rem!important
    }

    .mb-xl-11,.my-xl-11 {
        margin-bottom: 5rem!important
    }

    .ml-xl-11,.mx-xl-11 {
        margin-left: 5rem!important
    }

    .m-xl-12 {
        margin: 6.33rem!important
    }

    .mt-xl-12,.my-xl-12 {
        margin-top: 6.33rem!important
    }

    .mr-xl-12,.mx-xl-12 {
        margin-right: 6.33rem!important
    }

    .mb-xl-12,.my-xl-12 {
        margin-bottom: 6.33rem!important
    }

    .ml-xl-12,.mx-xl-12 {
        margin-left: 6.33rem!important
    }

    .m-xl-13 {
        margin: 10rem!important
    }

    .mt-xl-13,.my-xl-13 {
        margin-top: 10rem!important
    }

    .mr-xl-13,.mx-xl-13 {
        margin-right: 10rem!important
    }

    .mb-xl-13,.my-xl-13 {
        margin-bottom: 10rem!important
    }

    .ml-xl-13,.mx-xl-13 {
        margin-left: 10rem!important
    }

    .m-xl-14 {
        margin: 12rem!important
    }

    .mt-xl-14,.my-xl-14 {
        margin-top: 12rem!important
    }

    .mr-xl-14,.mx-xl-14 {
        margin-right: 12rem!important
    }

    .mb-xl-14,.my-xl-14 {
        margin-bottom: 12rem!important
    }

    .ml-xl-14,.mx-xl-14 {
        margin-left: 12rem!important
    }

    .m-xl-15 {
        margin: 12.5rem!important
    }

    .mt-xl-15,.my-xl-15 {
        margin-top: 12.5rem!important
    }

    .mr-xl-15,.mx-xl-15 {
        margin-right: 12.5rem!important
    }

    .mb-xl-15,.my-xl-15 {
        margin-bottom: 12.5rem!important
    }

    .ml-xl-15,.mx-xl-15 {
        margin-left: 12.5rem!important
    }

    .p-xl-0 {
        padding: 0!important
    }

    .pt-xl-0,.py-xl-0 {
        padding-top: 0!important
    }

    .pr-xl-0,.px-xl-0 {
        padding-right: 0!important
    }

    .pb-xl-0,.py-xl-0 {
        padding-bottom: 0!important
    }

    .pl-xl-0,.px-xl-0 {
        padding-left: 0!important
    }

    .p-xl-1 {
        padding: .25rem!important
    }

    .pt-xl-1,.py-xl-1 {
        padding-top: .25rem!important
    }

    .pr-xl-1,.px-xl-1 {
        padding-right: .25rem!important
    }

    .pb-xl-1,.py-xl-1 {
        padding-bottom: .25rem!important
    }

    .pl-xl-1,.px-xl-1 {
        padding-left: .25rem!important
    }

    .p-xl-2 {
        padding: .5rem!important
    }

    .pt-xl-2,.py-xl-2 {
        padding-top: .5rem!important
    }

    .pr-xl-2,.px-xl-2 {
        padding-right: .5rem!important
    }

    .pb-xl-2,.py-xl-2 {
        padding-bottom: .5rem!important
    }

    .pl-xl-2,.px-xl-2 {
        padding-left: .5rem!important
    }

    .p-xl-3 {
        padding: 1rem!important
    }

    .pt-xl-3,.py-xl-3 {
        padding-top: 1rem!important
    }

    .pr-xl-3,.px-xl-3 {
        padding-right: 1rem!important
    }

    .pb-xl-3,.py-xl-3 {
        padding-bottom: 1rem!important
    }

    .pl-xl-3,.px-xl-3 {
        padding-left: 1rem!important
    }

    .p-xl-4 {
        padding: 1.5rem!important
    }

    .pt-xl-4,.py-xl-4 {
        padding-top: 1.5rem!important
    }

    .pr-xl-4,.px-xl-4 {
        padding-right: 1.5rem!important
    }

    .pb-xl-4,.py-xl-4 {
        padding-bottom: 1.5rem!important
    }

    .pl-xl-4,.px-xl-4 {
        padding-left: 1.5rem!important
    }

    .p-xl-5 {
        padding: 2rem!important
    }

    .pt-xl-5,.py-xl-5 {
        padding-top: 2rem!important
    }

    .pr-xl-5,.px-xl-5 {
        padding-right: 2rem!important
    }

    .pb-xl-5,.py-xl-5 {
        padding-bottom: 2rem!important
    }

    .pl-xl-5,.px-xl-5 {
        padding-left: 2rem!important
    }

    .p-xl-6 {
        padding: 2.5rem!important
    }

    .pt-xl-6,.py-xl-6 {
        padding-top: 2.5rem!important
    }

    .pr-xl-6,.px-xl-6 {
        padding-right: 2.5rem!important
    }

    .pb-xl-6,.py-xl-6 {
        padding-bottom: 2.5rem!important
    }

    .pl-xl-6,.px-xl-6 {
        padding-left: 2.5rem!important
    }

    .p-xl-7 {
        padding: 3rem!important
    }

    .pt-xl-7,.py-xl-7 {
        padding-top: 3rem!important
    }

    .pr-xl-7,.px-xl-7 {
        padding-right: 3rem!important
    }

    .pb-xl-7,.py-xl-7 {
        padding-bottom: 3rem!important
    }

    .pl-xl-7,.px-xl-7 {
        padding-left: 3rem!important
    }

    .p-xl-8 {
        padding: 3.5rem!important
    }

    .pt-xl-8,.py-xl-8 {
        padding-top: 3.5rem!important
    }

    .pr-xl-8,.px-xl-8 {
        padding-right: 3.5rem!important
    }

    .pb-xl-8,.py-xl-8 {
        padding-bottom: 3.5rem!important
    }

    .pl-xl-8,.px-xl-8 {
        padding-left: 3.5rem!important
    }

    .p-xl-9 {
        padding: 4.25rem!important
    }

    .pt-xl-9,.py-xl-9 {
        padding-top: 4.25rem!important
    }

    .pr-xl-9,.px-xl-9 {
        padding-right: 4.25rem!important
    }

    .pb-xl-9,.py-xl-9 {
        padding-bottom: 4.25rem!important
    }

    .pl-xl-9,.px-xl-9 {
        padding-left: 4.25rem!important
    }

    .p-xl-10 {
        padding: 4.5rem!important
    }

    .pt-xl-10,.py-xl-10 {
        padding-top: 4.5rem!important
    }

    .pr-xl-10,.px-xl-10 {
        padding-right: 4.5rem!important
    }

    .pb-xl-10,.py-xl-10 {
        padding-bottom: 4.5rem!important
    }

    .pl-xl-10,.px-xl-10 {
        padding-left: 4.5rem!important
    }

    .p-xl-11 {
        padding: 5rem!important
    }

    .pt-xl-11,.py-xl-11 {
        padding-top: 5rem!important
    }

    .pr-xl-11,.px-xl-11 {
        padding-right: 5rem!important
    }

    .pb-xl-11,.py-xl-11 {
        padding-bottom: 5rem!important
    }

    .pl-xl-11,.px-xl-11 {
        padding-left: 5rem!important
    }

    .p-xl-12 {
        padding: 6.33rem!important
    }

    .pt-xl-12,.py-xl-12 {
        padding-top: 6.33rem!important
    }

    .pr-xl-12,.px-xl-12 {
        padding-right: 6.33rem!important
    }

    .pb-xl-12,.py-xl-12 {
        padding-bottom: 6.33rem!important
    }

    .pl-xl-12,.px-xl-12 {
        padding-left: 6.33rem!important
    }

    .p-xl-13 {
        padding: 10rem!important
    }

    .pt-xl-13,.py-xl-13 {
        padding-top: 10rem!important
    }

    .pr-xl-13,.px-xl-13 {
        padding-right: 10rem!important
    }

    .pb-xl-13,.py-xl-13 {
        padding-bottom: 10rem!important
    }

    .pl-xl-13,.px-xl-13 {
        padding-left: 10rem!important
    }

    .p-xl-14 {
        padding: 12rem!important
    }

    .pt-xl-14,.py-xl-14 {
        padding-top: 12rem!important
    }

    .pr-xl-14,.px-xl-14 {
        padding-right: 12rem!important
    }

    .pb-xl-14,.py-xl-14 {
        padding-bottom: 12rem!important
    }

    .pl-xl-14,.px-xl-14 {
        padding-left: 12rem!important
    }

    .p-xl-15 {
        padding: 12.5rem!important
    }

    .pt-xl-15,.py-xl-15 {
        padding-top: 12.5rem!important
    }

    .pr-xl-15,.px-xl-15 {
        padding-right: 12.5rem!important
    }

    .pb-xl-15,.py-xl-15 {
        padding-bottom: 12.5rem!important
    }

    .pl-xl-15,.px-xl-15 {
        padding-left: 12.5rem!important
    }

    .m-xl-n1 {
        margin: -.25rem!important
    }

    .mt-xl-n1,.my-xl-n1 {
        margin-top: -.25rem!important
    }

    .mr-xl-n1,.mx-xl-n1 {
        margin-right: -.25rem!important
    }

    .mb-xl-n1,.my-xl-n1 {
        margin-bottom: -.25rem!important
    }

    .ml-xl-n1,.mx-xl-n1 {
        margin-left: -.25rem!important
    }

    .m-xl-n2 {
        margin: -.5rem!important
    }

    .mt-xl-n2,.my-xl-n2 {
        margin-top: -.5rem!important
    }

    .mr-xl-n2,.mx-xl-n2 {
        margin-right: -.5rem!important
    }

    .mb-xl-n2,.my-xl-n2 {
        margin-bottom: -.5rem!important
    }

    .ml-xl-n2,.mx-xl-n2 {
        margin-left: -.5rem!important
    }

    .m-xl-n3 {
        margin: -1rem!important
    }

    .mt-xl-n3,.my-xl-n3 {
        margin-top: -1rem!important
    }

    .mr-xl-n3,.mx-xl-n3 {
        margin-right: -1rem!important
    }

    .mb-xl-n3,.my-xl-n3 {
        margin-bottom: -1rem!important
    }

    .ml-xl-n3,.mx-xl-n3 {
        margin-left: -1rem!important
    }

    .m-xl-n4 {
        margin: -1.5rem!important
    }

    .mt-xl-n4,.my-xl-n4 {
        margin-top: -1.5rem!important
    }

    .mr-xl-n4,.mx-xl-n4 {
        margin-right: -1.5rem!important
    }

    .mb-xl-n4,.my-xl-n4 {
        margin-bottom: -1.5rem!important
    }

    .ml-xl-n4,.mx-xl-n4 {
        margin-left: -1.5rem!important
    }

    .m-xl-n5 {
        margin: -2rem!important
    }

    .mt-xl-n5,.my-xl-n5 {
        margin-top: -2rem!important
    }

    .mr-xl-n5,.mx-xl-n5 {
        margin-right: -2rem!important
    }

    .mb-xl-n5,.my-xl-n5 {
        margin-bottom: -2rem!important
    }

    .ml-xl-n5,.mx-xl-n5 {
        margin-left: -2rem!important
    }

    .m-xl-n6 {
        margin: -2.5rem!important
    }

    .mt-xl-n6,.my-xl-n6 {
        margin-top: -2.5rem!important
    }

    .mr-xl-n6,.mx-xl-n6 {
        margin-right: -2.5rem!important
    }

    .mb-xl-n6,.my-xl-n6 {
        margin-bottom: -2.5rem!important
    }

    .ml-xl-n6,.mx-xl-n6 {
        margin-left: -2.5rem!important
    }

    .m-xl-n7 {
        margin: -3rem!important
    }

    .mt-xl-n7,.my-xl-n7 {
        margin-top: -3rem!important
    }

    .mr-xl-n7,.mx-xl-n7 {
        margin-right: -3rem!important
    }

    .mb-xl-n7,.my-xl-n7 {
        margin-bottom: -3rem!important
    }

    .ml-xl-n7,.mx-xl-n7 {
        margin-left: -3rem!important
    }

    .m-xl-n8 {
        margin: -3.5rem!important
    }

    .mt-xl-n8,.my-xl-n8 {
        margin-top: -3.5rem!important
    }

    .mr-xl-n8,.mx-xl-n8 {
        margin-right: -3.5rem!important
    }

    .mb-xl-n8,.my-xl-n8 {
        margin-bottom: -3.5rem!important
    }

    .ml-xl-n8,.mx-xl-n8 {
        margin-left: -3.5rem!important
    }

    .m-xl-n9 {
        margin: -4.25rem!important
    }

    .mt-xl-n9,.my-xl-n9 {
        margin-top: -4.25rem!important
    }

    .mr-xl-n9,.mx-xl-n9 {
        margin-right: -4.25rem!important
    }

    .mb-xl-n9,.my-xl-n9 {
        margin-bottom: -4.25rem!important
    }

    .ml-xl-n9,.mx-xl-n9 {
        margin-left: -4.25rem!important
    }

    .m-xl-n10 {
        margin: -4.5rem!important
    }

    .mt-xl-n10,.my-xl-n10 {
        margin-top: -4.5rem!important
    }

    .mr-xl-n10,.mx-xl-n10 {
        margin-right: -4.5rem!important
    }

    .mb-xl-n10,.my-xl-n10 {
        margin-bottom: -4.5rem!important
    }

    .ml-xl-n10,.mx-xl-n10 {
        margin-left: -4.5rem!important
    }

    .m-xl-n11 {
        margin: -5rem!important
    }

    .mt-xl-n11,.my-xl-n11 {
        margin-top: -5rem!important
    }

    .mr-xl-n11,.mx-xl-n11 {
        margin-right: -5rem!important
    }

    .mb-xl-n11,.my-xl-n11 {
        margin-bottom: -5rem!important
    }

    .ml-xl-n11,.mx-xl-n11 {
        margin-left: -5rem!important
    }

    .m-xl-n12 {
        margin: -6.33rem!important
    }

    .mt-xl-n12,.my-xl-n12 {
        margin-top: -6.33rem!important
    }

    .mr-xl-n12,.mx-xl-n12 {
        margin-right: -6.33rem!important
    }

    .mb-xl-n12,.my-xl-n12 {
        margin-bottom: -6.33rem!important
    }

    .ml-xl-n12,.mx-xl-n12 {
        margin-left: -6.33rem!important
    }

    .m-xl-n13 {
        margin: -10rem!important
    }

    .mt-xl-n13,.my-xl-n13 {
        margin-top: -10rem!important
    }

    .mr-xl-n13,.mx-xl-n13 {
        margin-right: -10rem!important
    }

    .mb-xl-n13,.my-xl-n13 {
        margin-bottom: -10rem!important
    }

    .ml-xl-n13,.mx-xl-n13 {
        margin-left: -10rem!important
    }

    .m-xl-n14 {
        margin: -12rem!important
    }

    .mt-xl-n14,.my-xl-n14 {
        margin-top: -12rem!important
    }

    .mr-xl-n14,.mx-xl-n14 {
        margin-right: -12rem!important
    }

    .mb-xl-n14,.my-xl-n14 {
        margin-bottom: -12rem!important
    }

    .ml-xl-n14,.mx-xl-n14 {
        margin-left: -12rem!important
    }

    .m-xl-n15 {
        margin: -12.5rem!important
    }

    .mt-xl-n15,.my-xl-n15 {
        margin-top: -12.5rem!important
    }

    .mr-xl-n15,.mx-xl-n15 {
        margin-right: -12.5rem!important
    }

    .mb-xl-n15,.my-xl-n15 {
        margin-bottom: -12.5rem!important
    }

    .ml-xl-n15,.mx-xl-n15 {
        margin-left: -12.5rem!important
    }

    .m-xl-auto {
        margin: auto!important
    }

    .mt-xl-auto,.my-xl-auto {
        margin-top: auto!important
    }

    .mr-xl-auto,.mx-xl-auto {
        margin-right: auto!important
    }

    .mb-xl-auto,.my-xl-auto {
        margin-bottom: auto!important
    }

    .ml-xl-auto,.mx-xl-auto {
        margin-left: auto!important
    }
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0,0,0,0)
}

/*  inserted by wandersher  */

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

.background-primary {
    background: #2E2F39!important
}

a.background-primary:focus,a.background-primary:hover {
    background: #0d24ff!important
}

.background-secondary {
    background: #ff407b!important
}

a.background-secondary:focus,a.background-secondary:hover {
    background: #f3004b!important
}

.background-success {
    background: #198754!important
}

a.background-success:focus,a.background-success:hover {
    background: #208738!important
}

.background-info {
    background: #25d5f2!important
}

a.background-info:focus,a.background-info:hover {
    background: #0ba6bf!important
}

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

a.background-warning:focus,a.background-warning:hover {
    background: #bb8c00!important
}

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

a.background-danger:focus,a.background-danger:hover {
    background: #ae0c1c!important
}

.background-light {
    background: #efeff6!important
}

a.background-light:focus,a.background-light:hover {
    background: #bebeda!important
}

.background-dark {
    background: #3b3d48!important
}

a.background-dark:focus,a.background-dark:hover {
    background: #19191e!important
}

.background-primary-light {
    background: #dbdeff!important
}

a.background-primary-light:focus,a.background-primary-light:hover {
    background: #8f98ff!important
}

.background-info-light {
    background: #dffaff!important
}

a.background-info-light:focus,a.background-info-light:hover {
    background: #93eeff!important
}

.background-secondary-light {
    background: #ffdbe6!important
}

a.background-secondary-light:focus,a.background-secondary-light:hover {
    background: #ff8fb1!important
}

.background-danger-light {
    background: #fbd3d5!important
}

a.background-danger-light:focus,a.background-danger-light:hover {
    background: #f58d92!important
}

.background-success-light {
    background: #c5fad3!important
}

a.background-success-light:focus,a.background-success-light:hover {
    background: #7ff49e!important
}

.background-warning-light {
    background: #ffefbd!important
}

a.background-warning-light:focus,a.background-warning-light:hover {
    background: #ffdc71!important
}

.background-facebook {
    background: #3b5898!important
}

a.background-facebook:focus,a.background-facebook:hover {
    background: #263861!important
}

.background-twitter {
    background: #1ea2f2!important
}

a.background-twitter:focus,a.background-twitter:hover {
    background: #0b77b9!important
}

.background-instagram {
    background: #9361fa!important
}

a.background-instagram:focus,a.background-instagram:hover {
    background: #6017f8!important
}

.background-rss {
    background: #ee802f!important
}

a.background-rss:focus,a.background-rss:hover {
    background: #c15b10!important
}

.background-pinterest {
    background: #c8232c!important
}

a.background-pinterest:focus,a.background-pinterest:hover {
    background: #87181e!important
}

.background-youtube {
    background: red!important
}

a.background-youtube:focus,a.background-youtube:hover {
    background: #b30000!important
}

.background-googleplus {
    background: #d34836!important
}

a.background-googleplus:focus,a.background-googleplus:hover {
    background: #9b3022!important
}

.background-body {
    background: #71748d!important
}

.background-muted {
    background: #686972!important
}

.background-black-50 {
    background: rgba(46,47,57,.5)!important
}

.background-white-50 {
    background: rgba(255,255,255,.5)!important
}

/*  stop inserting  */


.text-monospace {
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace!important
}

.text-justify {
    text-align: justify!important
}

.text-wrap {
    white-space: normal!important
}

.text-nowrap {
    white-space: nowrap!important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-left {
    text-align: left!important
}

.text-right {
    text-align: right!important
}

.text-center {
    text-align: center!important
}

@media (min-width: 576px) {
    .text-sm-left {
        text-align:left!important
    }

    .text-sm-right {
        text-align: right!important
    }

    .text-sm-center {
        text-align: center!important
    }
}

@media (min-width: 768px) {
    .text-md-left {
        text-align:left!important
    }

    .text-md-right {
        text-align: right!important
    }

    .text-md-center {
        text-align: center!important
    }
}

@media (min-width: 992px) {
    .text-lg-left {
        text-align:left!important
    }

    .text-lg-right {
        text-align: right!important
    }

    .text-lg-center {
        text-align: center!important
    }
}

@media (min-width: 1200px) {
    .text-xl-left {
        text-align:left!important
    }

    .text-xl-right {
        text-align: right!important
    }

    .text-xl-center {
        text-align: center!important
    }
}

.text-lowercase {
    text-transform: lowercase!important
}

.text-uppercase {
    text-transform: uppercase!important
}

.text-capitalize {
    text-transform: capitalize!important
}

.font-weight-light {
    font-weight: 300!important
}

.font-weight-lighter {
    font-weight: lighter!important
}

.font-weight-normal {
    font-weight: 400!important
}

.font-weight-bold {
    font-weight: 700!important
}

.font-weight-bolder {
    font-weight: bolder!important
}

.font-italic {
    font-style: italic!important
}

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

.text-primary {
    color: #2E2F39!important
}

a.text-primary:focus,a.text-primary:hover {
    color: #0d24ff!important
}

.text-secondary {
    color: #ff407b!important
}

a.text-secondary:focus,a.text-secondary:hover {
    color: #f3004b!important
}

.text-success {
    color: #198754!important
}

a.text-success:focus,a.text-success:hover {
    color: #208738!important
}

.text-info {
    color: #25d5f2!important
}

a.text-info:focus,a.text-info:hover {
    color: #0ba6bf!important
}

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

a.text-warning:focus,a.text-warning:hover {
    color: #bb8c00!important
}

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

a.text-danger:focus,a.text-danger:hover {
    color: #ae0c1c!important
}

.text-light {
    color: #efeff6!important
}

a.text-light:focus,a.text-light:hover {
    color: #bebeda!important
}

.text-dark {
    color: #3b3d48!important
}

a.text-dark:focus,a.text-dark:hover {
    color: #19191e!important
}

.text-primary-light {
    color: #dbdeff!important
}

a.text-primary-light:focus,a.text-primary-light:hover {
    color: #8f98ff!important
}

.text-info-light {
    color: #dffaff!important
}

a.text-info-light:focus,a.text-info-light:hover {
    color: #93eeff!important
}

.text-secondary-light {
    color: #ffdbe6!important
}

a.text-secondary-light:focus,a.text-secondary-light:hover {
    color: #ff8fb1!important
}

.text-danger-light {
    color: #fbd3d5!important
}

a.text-danger-light:focus,a.text-danger-light:hover {
    color: #f58d92!important
}

.text-success-light {
    color: #c5fad3!important
}

a.text-success-light:focus,a.text-success-light:hover {
    color: #7ff49e!important
}

.text-warning-light {
    color: #ffefbd!important
}

a.text-warning-light:focus,a.text-warning-light:hover {
    color: #ffdc71!important
}

.text-facebook {
    color: #3b5898!important
}

a.text-facebook:focus,a.text-facebook:hover {
    color: #263861!important
}

.text-twitter {
    color: #1ea2f2!important
}

a.text-twitter:focus,a.text-twitter:hover {
    color: #0b77b9!important
}

.text-instagram {
    color: #9361fa!important
}

a.text-instagram:focus,a.text-instagram:hover {
    color: #6017f8!important
}

.text-rss {
    color: #ee802f!important
}

a.text-rss:focus,a.text-rss:hover {
    color: #c15b10!important
}

.text-pinterest {
    color: #c8232c!important
}

a.text-pinterest:focus,a.text-pinterest:hover {
    color: #87181e!important
}

.text-youtube {
    color: red!important
}

a.text-youtube:focus,a.text-youtube:hover {
    color: #b30000!important
}

.text-googleplus {
    color: #d34836!important
}

a.text-googleplus:focus,a.text-googleplus:hover {
    color: #9b3022!important
}

.text-body {
    color: #71748d!important
}

.text-muted {
    color: #686972!important
}

.text-black-50 {
    color: rgba(46,47,57,.5)!important
}

.text-white-50 {
    color: rgba(255,255,255,.5)!important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.text-decoration-none {
    text-decoration: none!important
}

.text-break {
    word-break: break-word!important;
    overflow-wrap: break-word!important
}

.text-reset {
    color: inherit!important
}

.visible {
    visibility: visible!important
}

.invisible {
    visibility: hidden!important
}

@-webkit-keyframes beatHeart {
    0% {
        transform: scale(.9)
    }

    25% {
        transform: scale(1.1)
    }

    40% {
        transform: scale(.9)
    }

    60% {
        transform: scale(1.1)
    }

    100% {
        transform: scale(.9)
    }
}

@keyframes beatHeart {
    0% {
        transform: scale(.9)
    }

    25% {
        transform: scale(1.1)
    }

    40% {
        transform: scale(.9)
    }

    60% {
        transform: scale(1.1)
    }

    100% {
        transform: scale(.9)
    }
}

.dashboard-header .navbar {
    height: 60px;
    padding: 0;
    border-bottom: 1px solid #e6e6f2;
    box-shadow: 0 1px 4px 0 rgba(82,63,105,.15);
    -webkit-transition: all .3s ease
}

.dashboard-header .navbar .navbar-brand {
    display: inline-block;
    margin-right: 1rem;
    line-height: inherit;
    white-space: nowrap;
    padding: 11px 20px
}

@media (min-width: 990px) {
    .dashboard-header .navbar .navbar-right-top {
        order:3
    }
}

.dashboard-header .navbar .navbar-right-top .dropdown-menu {
    position: absolute
}

.dashboard-header .navbar .navbar-right-top .nav-item:last-child {
    border: none
}

.dashboard-header .navbar .navbar-right-top .nav-item .nav-link {
    padding: 10px 10px;
    font-size: 16px;
    line-height: 2.5;
    color: #82849f
}

.dashboard-header .navbar .top-search-bar {
    padding: 8px 10px
}

.dashboard-header .navbar .notification-dropdown {
    min-width: 320px;
    padding: 0;
    margin: 0
}

.dashboard-header .navbar .connection-dropdown {
    padding: 0;
    margin: 0
}

.dashboard-header .navbar .nav-user-dropdown {
    padding: 0;
    margin: 0;
    padding: 0;
    min-width: 230px;
    margin: 0
}

.dashboard-header .navbar .nav-user-dropdown .dropdown-item {
    display: block;
    width: 100%;
    padding: 12px 22px 15px;
    clear: both;
    font-weight: 400;
    color: #686972;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-size: 13px;
    line-height: .4
}

.dashboard-header .navbar .nav-user-dropdown .dropdown-item:hover {
    background-color: #f9f9ff
}

.dashboard-header .navbar .notification-title {
    font-size: 14px;
    color: #2e2f39;
    text-align: center;
    padding: 8px 0;
    border-bottom: 1px solid #e3e3e3;
    line-height: 1.5;
    background-color: #f9f9ff
}

.dashboard-header .navbar .notification-list .list-group-item {
    border-radius: 0;
    padding: 12px;
    margin-top: -1px;
    border-left: transparent;
    border-right: transparent
}

.dashboard-header .navbar .notification-list .list-group-item.active {
    z-index: 2;
    color: #2e2f39;
    background-color: #f9f9ff;
    border-color: #efeff6
}

.dashboard-header .navbar .notification-list .list-group-item-action:focus {
    color: #adb5bd;
    text-decoration: none;
    background-color: #f9f9ff
}

.dashboard-header .navbar .notification-list .list-group-item-action:hover {
    color: #adb5bd;
    text-decoration: none;
    background-color: #f9f9ff
}

.dashboard-header .navbar .notification-info .notification-date {
    display: block;
    font-size: 11px;
    margin-top: 4px;
    text-transform: uppercase;
    color: #71748d
}

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

.dashboard-header .navbar .notification .connection .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border: none
}

.dashboard-header .navbar .notification .nav-user .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border: none
}

.dashboard-header .navbar .notification .notification-list-user-img {
    float: left
}

.dashboard-header .navbar .notification .notification-list-user-block {
    padding-left: 50px;
    font-size: 14px;
    line-height: 21px
}

.dashboard-header .navbar .notification .notification-list-user-name {
    color: #2E2F39;
    font-size: 14px;
    margin-right: 8px
}

.dashboard-header .navbar .notification .list-footer {
    font-size: 14px;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    line-height: 1.5;
    font-weight: 700;
    background-color: #2E2F39;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px
}

.dashboard-header .navbar .notification .list-footer a {
    color: #fff
}

.dashboard-header .navbar .notification .list-footer a:hover {
    color: #fff
}

.dashboard-header .navbar .notification .indicator {
    content: "";
    position: absolute;
    top: 15px;
    right: 8px;
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 100%;
    background-color: #dc3545;
    -webkit-animation: .9s infinite beatHeart;
    animation: .9s infinite beatHeart;
    transform-origin: center
}

.dashboard-header .navbar .connection-list {
    width: 300px;
    padding: 20px
}

.dashboard-header .navbar .connection-item {
    border-radius: 3px;
    line-height: 32px;
    text-align: center;
    padding: 12px 7px 4px;
    display: block;
    border: 1px solid transparent;
    color: #2e2f39;
    font-size: 12px
}

.dashboard-header .navbar .connection-item img {
    width: 32px
}

.dashboard-header .navbar .connection-item:hover {
    background-color: #fff;
    border: 1px solid #e6e6f2
}

.dashboard-header .navbar .connection-item span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.dashboard-header .navbar .connection-footer {
    font-size: 14px;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    line-height: 1.5;
    font-weight: 700;
    background-color: #2E2F39;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px
}

.dashboard-header .navbar .connection-footer a {
    color: #fff
}

.dashboard-header .navbar .connection-footer a:hover {
    color: #fff
}

.dashboard-header .navbar .nav-user-info {
    background-color: #2E2F39;
    line-height: 1.4;
    padding: 12px;
    color: #fff;
    font-size: 13px;
    border-radius: 2px 2px 0 0
}

.navbar-wrap-right .navbar {
    padding: 0 10px 0 0;
    border-bottom: 1px solid #e6e6f2;
    box-shadow: 0 1px 4px 0 rgba(82,63,105,.15);
    -webkit-transition: all .3s ease
}

@media (max-width: 990px) {
    .navbar-wrap-right .navbar {
        margin-left:0
    }
}

.navbar-wrap-right .navbar .navbar-brand {
    display: inline-block;
    margin-right: 1rem;
    line-height: inherit;
    white-space: nowrap;
    padding: 11px 20px
}

@media (min-width: 990px) {
    .navbar-wrap-right .navbar .navbar-right-top {
        order:3
    }
}

.navbar-wrap-right .navbar .navbar-right-top .dropdown-menu {
    position: absolute
}

.navbar-wrap-right .navbar .navbar-right-top .nav-item:last-child {
    border: none
}

.navbar-wrap-right .navbar .navbar-right-top .nav-item .nav-link {
    padding: 8px 10px;
    font-size: 16px;
    line-height: 2.5;
    color: #82849f
}

.navbar-wrap-right .navbar .top-search-bar {
    padding: 8px 10px
}

.navbar-wrap-right .navbar .notification-dropdown {
    min-width: 320px;
    padding: 0;
    margin: 0
}

.navbar-wrap-right .navbar .connection-dropdown {
    padding: 0;
    margin: 0
}

.navbar-wrap-right .navbar .nav-user-dropdown {
    padding: 0;
    margin: 0;
    padding: 0;
    min-width: 230px;
    margin: 0
}

.navbar-wrap-right .navbar .nav-user-dropdown .dropdown-item {
    display: block;
    width: 100%;
    padding: 12px 22px 15px;
    clear: both;
    font-weight: 400;
    color: #686972;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-size: 13px;
    line-height: .4
}

.navbar-wrap-right .navbar .nav-user-dropdown .dropdown-item:hover {
    background-color: #f9f9ff
}

.navbar-wrap-right .navbar .notification-title {
    font-size: 14px;
    color: #2e2f39;
    text-align: center;
    padding: 8px 0;
    border-bottom: 1px solid #e3e3e3;
    line-height: 1.5;
    background-color: #f9f9ff
}

.navbar-wrap-right .navbar .notification-list .list-group-item {
    border-radius: 0;
    padding: 12px;
    margin-top: -1px;
    border-left: transparent;
    border-right: transparent
}

.navbar-wrap-right .navbar .notification-list .list-group-item.active {
    z-index: 2;
    color: #2e2f39;
    background-color: #f9f9ff;
    border-color: #efeff6
}

.navbar-wrap-right .navbar .notification-list .list-group-item-action:focus {
    color: #adb5bd;
    text-decoration: none;
    background-color: #f9f9ff
}

.navbar-wrap-right .navbar .notification-list .list-group-item-action:hover {
    color: #adb5bd;
    text-decoration: none;
    background-color: #f9f9ff
}

.navbar-wrap-right .navbar .notification-info .notification-date {
    display: block;
    font-size: 11px;
    margin-top: 4px;
    text-transform: uppercase;
    color: #71748d
}

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

.navbar-wrap-right .navbar .notification .connection .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border: none
}

.navbar-wrap-right .navbar .notification .nav-user .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border: none
}

.navbar-wrap-right .navbar .notification .notification-list-user-img {
    float: left
}

.navbar-wrap-right .navbar .notification .notification-list-user-block {
    padding-left: 50px;
    font-size: 14px;
    line-height: 21px
}

.navbar-wrap-right .navbar .notification .notification-list-user-name {
    color: #2E2F39;
    font-size: 14px;
    margin-right: 8px
}

.navbar-wrap-right .navbar .notification .list-footer {
    font-size: 14px;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    line-height: 1.5;
    font-weight: 700;
    background-color: #2E2F39;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px
}

.navbar-wrap-right .navbar .notification .list-footer a {
    color: #fff
}

.navbar-wrap-right .navbar .notification .list-footer a:hover {
    color: #fff
}

.navbar-wrap-right .navbar .notification .indicator {
    content: "";
    position: absolute;
    top: 15px;
    right: 8px;
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 100%;
    background-color: #dc3545;
    -webkit-animation: .9s infinite beatHeart;
    animation: .9s infinite beatHeart;
    transform-origin: center
}

.navbar-wrap-right .navbar .connection-list {
    width: 300px;
    padding: 20px
}

.navbar-wrap-right .navbar .connection-item {
    border-radius: 3px;
    line-height: 32px;
    text-align: center;
    padding: 12px 7px 4px;
    display: block;
    border: 1px solid transparent;
    color: #2e2f39;
    font-size: 12px
}

.navbar-wrap-right .navbar .connection-item img {
    width: 32px
}

.navbar-wrap-right .navbar .connection-item:hover {
    background-color: #fff;
    border: 1px solid #e6e6f2
}

.navbar-wrap-right .navbar .connection-item span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.navbar-wrap-right .navbar .connection-footer {
    font-size: 14px;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    line-height: 1.5;
    font-weight: 700;
    background-color: #2E2F39;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px
}

.navbar-wrap-right .navbar .connection-footer a {
    color: #fff
}

.navbar-wrap-right .navbar .connection-footer a:hover {
    color: #fff
}

.navbar-wrap-right .navbar .nav-user-info {
    background-color: #2E2F39;
    line-height: 1.4;
    padding: 12px;
    color: #fff;
    font-size: 13px;
    border-radius: 2px 2px 0 0
}

.navbar-vertical-compact-left-space .navbar-wrap-right .navbar {
    margin-left: 144px
}

@media (max-width: 990px) {
    .navbar-vertical-compact-left-space .navbar-wrap-right .navbar {
        margin-left:0
    }
}

.nav-left-sidebar {
    position: fixed;
    width: 255px;
    height: 100%;
    top: 60px;
    overflow: auto;
    background-color: #fff;
    box-shadow: 0 0 28px 0 rgba(82,63,105,.13);
    transition: all .3s ease
}

.nav-left-sidebar .nav-link[data-toggle=collapse] {
    position: relative;
    display: flex;
    align-items: center
}

.nav-left-sidebar .nav-link[data-toggle=collapse]::after {
    display: inline-block;
    width: 0;
    height: 0;
    position: absolute;
    right: 20px;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

.nav-left-sidebar .nav-link[data-toggle=collapse]:after {
    transition: transform .35s ease,opacity .35s ease;
    opacity: .5
}

.nav-left-sidebar .nav-link[data-toggle=collapse][aria-expanded=false]:after {
    transform: rotate(-90deg)
}

.nav-left-sidebar .navbar-nav {
    width: 100%
}

.nav-left-sidebar .navbar-nav .nav-link {
    font-size: 14px;
    padding: 12px;
    color: #71748d;
    transition: .3s
}

.nav-left-sidebar .navbar-nav .nav-link:focus {
    background-color: #e6e6f2;
    color: #2e2f39;
    border-radius: 2px;
    background-color: #e6e6f2;
    color: #2e2f39;
    border-radius: 2px
}

.nav-left-sidebar .navbar-nav .nav-link:hover {
    background-color: #e6e6f2;
    color: #2e2f39;
    border-radius: 2px
}

.nav-left-sidebar .navbar-nav .nav-link.active {
    background-color: #e6e6f2;
    color: #2e2f39;
    border-radius: 2px
}

.nav-left-sidebar .navbar {
    position: relative;
    padding: 14px
}

.nav-left-sidebar .nav-link i {
    font-size: 14px;
    margin-right: 9px;
    text-align: center;
    vertical-align: middle;
    line-height: 16px
}

.nav-left-sidebar .submenu {
    padding-left: 12px;
    padding-right: 12px;
    background: 0 0
}

.nav-left-sidebar .submenu .nav .nav-item .nav-link {
    font-size: 14px;
    padding: 6px 12px;
    transition: .3s
}

.nav-left-sidebar .submenu .nav .nav-item .nav-link:hover {
    color: #2e2f39;
    border-radius: 2px;
    background-color: transparent
}

.nav-left-sidebar .nav-divider {
    padding: 10px 14px;
    line-height: 30px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px
}

.sidebar-primary {
    background-color: #2e2f39
}

.sidebar-primary .nav-divider {
    color: #efeff6
}

.sidebar-primary.nav-left-sidebar .nav-link i {
    color: #3b3d48
}

.sidebar-primary.nav-left-sidebar .navbar-nav .nav-link {
    color: #3b3d48
}

.sidebar-primary.nav-left-sidebar .navbar-nav .nav-link:focus {
    color: #fff;
    background-color: #2E2F39;
    border-radius: 2px;
    background-color: #2E2F39;
    color: #fff;
    border-radius: 2px
}

.sidebar-primary.nav-left-sidebar .navbar-nav .nav-link:hover {
    color: #fff;
    background-color: #2E2F39;
    border-radius: 2px
}

.sidebar-primary.nav-left-sidebar .navbar-nav .nav-link.active {
    background-color: #2E2F39;
    color: #fff;
    border-radius: 2px
}

.sidebar-primary.nav-left-sidebar .submenu .nav .nav-item .nav-link:hover {
    color: #fff;
    border-radius: 2px;
    background-color: transparent
}

.sidebar-dark {
    background-color: #2e2f39;
    box-shadow: 0 0 28px 0 rgba(82,63,105,.13);
    transition: all .3s ease
}

.sidebar-dark .nav-divider {
    color: #82849f;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 800
}

.nav-left-sidebar .nav-link i {
    color: #82849f
}

.nav-left-sidebar .navbar-nav .nav-link {
    color: #82849f
}

.nav-left-sidebar .navbar-nav .nav-link:focus {
    color: #fff;
    background-color: #2e2f39;
    border-radius: 2px;
    background-color: #2e2f39;
    color: #fff;
    border-radius: 2px
}

.nav-left-sidebar .navbar-nav .nav-link:hover {
    color: #fff;
    background-color: #3b3d48;
    border-radius: 2px
}

.nav-left-sidebar .navbar-nav .nav-link.active {
    background-color: #3b3d48;
    color: #fff;
    border-radius: 2px
}

.nav-left-sidebar .navbar-nav .nav-item .badge {
    position: absolute;
    right: 40px
}

.nav-left-sidebar .submenu .nav .nav-item .nav-link:hover {
    color: #fff;
    border-radius: 2px;
    background-color: #2e2f39
}

.navbar-horizontal .navbar-nav .nav-item .nav-link {
    padding: 0 .7rem;
    color: #2e2f39;
    font-weight: 500
}

@media (max-width: 990px) {
    .navbar-horizontal .navbar-nav .nav-item .nav-link {
        padding:.4rem 1.2rem
    }
}

.navbar-horizontal .navbar-nav .nav-item .nav-link:hover {
    color: #2E2F39
}

.navbar-horizontal .navbar-nav .nav-item .nav-link:hover .dropdown-toggle::after {
    color: #2E2F39
}

.navbar-horizontal .navbar-nav .dropdown-menu {
    margin-top: .75rem;
    min-width: 12rem
}

.navbar-horizontal .navbar-nav .dropdown-menu .dropdown-item {
    color: #2e2f39
}

.navbar-horizontal .navbar-nav .dropdown-toggle::after {
    content: '\f107';
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    border: 0;
    display: inline-block;
    vertical-align: middle;
    color: #adb5bd
}

@media (max-width: 990px) {
    .navbar-horizontal .navbar-nav .dropdown-toggle::after {
        float:right
    }
}

.navbar-horizontal .navbar-nav .dropright .dropdown-toggle::after {
    content: '\f105';
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    border: 0;
    float: right;
    vertical-align: middle;
    color: #adb5bd
}

.navbar-horizontal .navbar-nav .dropdown-item {
    padding: .35rem 1rem
}

@media (min-width: 1200px) {
    .navbar-horizontal .dropdown-menu {
        display:block;
        visibility: hidden;
        opacity: 0;
        transform: translateY(20px);
        transition: all .3s ease-in
    }

    .navbar-horizontal .dropdown:hover>.dropdown-menu {
        transform: scaleY(1);
        opacity: 1;
        visibility: visible
    }

    .navbar-horizontal .dropdown-submenu:hover>.dropdown-menu {
        transform: scaleY(1);
        opacity: 1;
        visibility: visible
    }
}

.navbar-vertical {
    position: fixed;
    width: 4.25rem;
    height: 100%;
    top: 0;
    background-color: #3b3d48;
    box-shadow: 0 0 28px 0 rgba(82,63,105,.13);
    transition: all .3s ease;
    z-index: 1001
}

@media (max-width: 990px) {
    .navbar-vertical {
        width:100%;
        position: relative;
        top: -30px;
        right: 0
    }
}

.navbar-vertical .navbar-nav {
    width: 100%
}

.navbar-vertical .navbar-nav .nav-link {
    font-size: 18px;
    color: #82849f;
    transition: .3s;
    display: flex;
    align-items: center;
    padding: 1rem 0;
    justify-content: center
}

@media (max-width: 990px) {
    .navbar-vertical .navbar-nav .nav-link {
        padding:.5rem 0;
        font-size: .875rem;
        justify-content: left
    }
}

.navbar-vertical .navbar-nav .nav-link:focus {
    color: #fff
}

.navbar-vertical .navbar-nav .nav-link:hover {
    color: #fff
}

.navbar-vertical .navbar-nav .show>.nav-link {
    color: #fff
}

@media (max-width: 990px) {
    .navbar-vertical .navbar-nav .nav-link[data-toggle=dropdown]::after {
        display:inline-block;
        width: 0;
        height: 0;
        position: absolute;
        right: 20px;
        vertical-align: .255em;
        content: "";
        border-top: .3em solid;
        border-right: .3em solid transparent;
        border-bottom: 0;
        border-left: .3em solid transparent
    }

    .navbar-vertical .navbar-nav .nav-link[data-toggle=dropdown]:after {
        transition: transform .35s ease,opacity .35s ease;
        opacity: .5
    }

    .navbar-vertical .navbar-nav .nav-link[data-toggle=dropdown][aria-expanded=false]:after {
        transform: rotate(-90deg)
    }
}

.navbar-vertical .navbar {
    position: relative;
    padding: 14px
}

@media (max-width: 990px) {
    .navbar-vertical .navbar {
        padding:0
    }
}

@media (min-width: 1024px) {
    .navbar-vertical .dropright .dropdown-menu {
        width:13rem;
        left: calc(100% + .5125rem)
    }
}

.navbar-vertical .dropdown-submenu .submenu {
    padding-left: .5rem
}

@media (min-width: 1024px) {
    .navbar-vertical .dropdown-menu {
        display:block;
        visibility: hidden;
        opacity: 0;
        transform: translateY(20px);
        transition: all .3s ease-in
    }

    .navbar-vertical .dropdown:hover>.dropdown-menu {
        transform: scaleY(1);
        opacity: 1;
        visibility: visible
    }

    .navbar-vertical .dropdown-submenu:hover>.dropdown-menu {
        transform: scaleY(1);
        opacity: 1;
        visibility: visible
    }
}

.navbar-vertical-compact {
    position: fixed;
    width: 9rem;
    height: 100%;
    top: 0;
    background-color: #3b3d48;
    box-shadow: 0 0 28px 0 rgba(82,63,105,.13);
    transition: all .3s ease;
    z-index: 1001
}

@media (max-width: 990px) {
    .navbar-vertical-compact {
        width:100%;
        position: relative;
        top: -30px;
        right: 0
    }
}

.navbar-vertical-compact .navbar-nav {
    width: 100%
}

.navbar-vertical-compact .navbar-nav .nav-link {
    color: #82849f;
    transition: .3s;
    padding: .8rem 0;
    font-size: .875rem;
    text-align: center;
    border-radius: .25rem
}

@media (max-width: 768px) {
    .navbar-vertical-compact .navbar-nav .nav-link {
        padding:.5rem;
        font-size: .875rem;
        display: flex;
        align-items: center
    }
}

.navbar-vertical-compact .navbar-nav .nav-link:focus {
    color: #fff;
    background-color: #686972
}

.navbar-vertical-compact .navbar-nav .nav-link:hover {
    color: #fff;
    background-color: #686972
}

.navbar-vertical-compact .navbar-nav .nav-link .nav-compact-title {
    display: block
}

@media (max-width: 768px) {
    .navbar-vertical-compact .navbar-nav .nav-link .nav-compact-title {
        padding-left:.4rem
    }
}

.navbar-vertical-compact .navbar-nav .show>.nav-link {
    color: #fff
}

@media (max-width: 768px) {
    .navbar-vertical-compact .navbar-nav .nav-link[data-toggle=dropdown]::after {
        display:inline-block;
        width: 0;
        height: 0;
        position: absolute;
        right: 20px;
        vertical-align: .255em;
        content: "";
        border-top: .3em solid;
        border-right: .3em solid transparent;
        border-bottom: 0;
        border-left: .3em solid transparent
    }

    .navbar-vertical-compact .navbar-nav .nav-link[data-toggle=dropdown]:after {
        transition: transform .35s ease,opacity .35s ease;
        opacity: .5
    }

    .navbar-vertical-compact .navbar-nav .nav-link[data-toggle=dropdown][aria-expanded=false]:after {
        transform: rotate(-90deg)
    }
}

.navbar-vertical-compact .navbar {
    position: relative;
    padding: 14px
}

@media (max-width: 990px) {
    .navbar-vertical-compact .navbar {
        padding:0
    }
}

.navbar-vertical-compact .dropright .dropdown-menu {
    width: 13rem;
    left: calc(100% + .5125rem)
}

.navbar-vertical-compact .dropdown-submenu .submenu {
    padding-left: .5rem
}

@media (max-width: 768px) {
    .navbar-vertical-compact .navbar-toggler {
        background-color:#fff
    }
}

@media (min-width: 1024px) {
    .navbar-vertical-compact .dropdown-menu {
        display:block;
        visibility: hidden;
        opacity: 0;
        transform: translateY(20px);
        transition: all .3s ease-in
    }

    .navbar-vertical-compact .dropdown:hover>.dropdown-menu {
        transform: scaleY(1);
        opacity: 1;
        visibility: visible
    }

    .navbar-vertical-compact .dropdown-submenu:hover>.dropdown-menu {
        transform: scaleY(1);
        opacity: 1;
        visibility: visible
    }
}

.page-header {
    margin-bottom: 20px
}

.page-breadcrumb .breadcrumb-link {
    color: #686972
}

.page-breadcrumb .breadcrumb-link:hover {
    color: #2E2F39
}

.page-breadcrumb .breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
    border-top: 1px solid #e0e4ef;
    padding-top: 10px;
    font-size: 12px
}

.page-breadcrumb .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #adb5bd;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 600
}

.page-breadcrumb .breadcrumb-item.active {
    color: #71748d
}

.pageheader-title {
    font-size: 24px;
    margin-bottom: 8px
}

.pageheader-text {
    margin-bottom: 14px;
    display: none
}

.footer {
    position: absolute;
    bottom: 0;
    border-top: 1px solid rgba(152,166,173,.2);
    padding: 14px 0;
    color: #71748d;
    background-color: #fff;
    width: 100%
}

.footer .footer-links a {
    color: #71748d;
    margin-left: 1.5rem;
    transition: all .4s
}

.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block
}

.upload-btn-wrapper input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0
}

.product-thumbnail {
    box-shadow: 0 1px 2px 1px rgba(154,154,204,.22)!important;
    background-color: #fff;
    margin-bottom: 30px;
    border-radius: .25rem
}

.product-img {
    text-align: center;
    padding: 35px 0
}

.product-img-head {
    position: relative
}

.ribbons {
    -webkit-clip-path: polygon(10% 25%,10% 0,35% 0,65% 0,90% 0,90% 25%,90% 50%,91% 100%,50% 73%,10% 100%,10% 50%);
    clip-path: polygon(10% 25%,10% 0,35% 0,65% 0,90% 0,90% 25%,90% 50%,91% 100%,50% 73%,10% 100%,10% 50%);
    position: absolute;
    top: 0;
    background-color: #25d5f2;
    padding: 31px 15px;
    text-align: center;
    left: 10px;
    font-family: "Open Sans","sans-serif;";
    color: #fff
}

.ribbons-text {
    transform: rotate(90deg);
    position: absolute;
    top: 11px;
    left: 10px;
    color: #fff
}

.product-wishlist-btn {
    height: 40px;
    width: 40px;
    border: 2px solid #dfdfec;
    border-radius: 100px;
    font-size: 18px;
    line-height: 2.3;
    color: #efeff6;
    text-align: center;
    display: block;
    position: absolute;
    right: 15px;
    top: 15px
}

.product-wishlist-btn:hover {
    border-color: #dc3545;
    color: #dc3545;
    transition: .3s ease
}

.product-wishlist-btn.active {
    border-color: #dc3545;
    color: #dc3545;
    transition: .3s ease
}

.product-content {
    border-top: 1px solid #e6e6f2;
    padding: 23px
}

.product-content-head {
    position: relative;
    margin-bottom: 25px
}

.product-title {
    font-size: 16px;
    margin-bottom: 5px
}

.product-rating {
    font-size: 12px;
    color: #ffc107
}

.product-price {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 16px;
    color: #2E2F39;
    font-family: "Open Sans","sans-serif;";
    line-height: 1
}

.product-del {
    font-size: 14px;
    color: #e6e6f2
}

.product-sidebar {
    background-color: #fff;
    border: 1px solid #e6e6f2;
    border-radius: .25rem
}

.product-sidebar-widget {
    border-bottom: 1px solid #e6e6f2;
    padding: 10px 20px;
    margin-bottom: 10px
}

.product-sidebar-widget:last-child {
    border: 0
}

.product-sidebar-widget .custom-control {
    min-height: 1.7rem
}

.product-sidebar-widget-title {
    font-size: 16px;
    margin-bottom: 10px
}

.custom-color-red.custom-radio .custom-control-input:checked .custom-color-red.custom-radio .custom-control-input~.custom-control-label::before {
    background-color: #dc3545;
    border-color: #dc3545
}

.custom-color-blue.custom-radio .custom-control-input:checked .custom-color-blue.custom-radio .custom-control-input~.custom-control-label::before {
    background-color: #2E2F39;
    border-color: #2E2F39
}

.custom-color-yellow.custom-radio .custom-control-input:checked .custom-color-yellow.custom-radio .custom-control-input~.custom-control-label::before {
    background-color: #ffc107;
    border-color: #ffc107
}

.custom-color-black.custom-radio .custom-control-input:checked .custom-color-black.custom-radio .custom-control-input~.custom-control-label::before {
    background-color: #2e2f39;
    border-color: #2e2f39
}

.product-slider {
    background-color: #fff;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    padding: 110px
}

.product-carousel .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: -80px;
    left: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

.product-carousel .carousel-indicators li {
    position: relative;
    flex: 0 1 auto;
    width: 10px;
    height: 10px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: #e0e0e7;
    border-radius: 100%
}

.product-carousel .carousel-indicators li.active {
    background-color: #2E2F39
}

.product-carousel .carousel-control-next {
    display: none
}

.carousel-control-prev {
    display: none
}

.product-details {
    background-color: #fff;
    padding: 30px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    position: relative
}

.product-colors {
    padding-bottom: 10px;
    margin-bottom: 10px
}

.product-colors input[type=checkbox] {
    box-sizing: border-box;
    padding: 0;
    display: none
}

.product-colors label {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    transition: all .2s ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 1.6s;
    animation-duration: 1.6s;
    -webkit-animation-name: dot-anim;
    animation-name: dot-anim
}

.product-colors label:before {
    content: "\f00c";
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding: 0;
    margin: 4px 8px;
    color: #fff;
    font-size: 14px
}

.product-colors .radio:checked+label {
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

.product-colors .radio:checked+label:after {
    background: 0 0;
    transition: all .5s;
    transform: scale(1)
}

.product-size {
    padding-bottom: 14px;
    margin-bottom: 10px;
    position: relative
}

input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    display: none
}

#radio-1+label {
    left: -60vw;
    background: #0a3c93;
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}

#radio-1+label:before {
    transform: scale(0)
}

#radio-1:checked+label:before {
    transform: scale(1);
    transition: all .4s
}

#radio-2+label {
    left: -60vw;
    background: #ffdc40;
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}

#radio-2+label:before {
    transform: scale(0)
}

#radio-2:checked+label:before {
    transform: scale(1);
    transition: all .4s
}

#radio-3+label {
    left: -60vw;
    background: #a00000;
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}

#radio-3+label:before {
    transform: scale(0)
}

#radio-3:checked+label:before {
    transform: scale(1);
    transition: all .4s
}

.product-qty {
    position: absolute;
    right: 0;
    top: 0
}

.product-qty input[type=number] {
    -moz-appearance: textfield
}

.product-qty input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.product-qty input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.quantity {
    position: relative
}

.quantity input {
    width: 65px;
    height: 41px;
    line-height: 1.65;
    float: left;
    display: block;
    padding: 0;
    margin: 0;
    padding-left: 20px;
    border: 1px solid #eee
}

.quantity input:focus {
    outline: 0
}

.quantity-nav {
    float: left;
    position: relative;
    height: 39px
}

.quantity-button {
    position: relative;
    cursor: pointer;
    border-left: 1px solid #e6e6f2;
    width: 20px;
    text-align: center;
    color: #2e2f39;
    font-size: 13px;
    line-height: 1.6;
    transform: translateX(-100%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    background-color: #e6e6f2
}

.quantity-button.quantity-up {
    position: absolute;
    height: 50%;
    top: 0;
    border-bottom: 1px solid #e6e6f2
}

.quantity-button.quantity-down {
    position: absolute;
    bottom: -1px;
    height: 50%
}

.tab-regular .nav.nav-tabs {
    border-bottom: transparent
}

.tab-regular .nav.nav-tabs .nav-link {
    display: block;
    padding: 17px 49px;
    color: #71748d;
    background-color: #e6e6f2;
    margin-right: 5px;
    border-color: #e6e6f2
}

@media (max-width: 576px) {
    .tab-regular .nav.nav-tabs .nav-link {
        padding:14px
    }
}

@media (max-width: 1300px) {
    .tab-regular .nav.nav-tabs .nav-link {
        padding:14px
    }
}

.tab-regular .nav-tabs .nav-link.active {
    background-color: #fff;
    border-color: #e6e6f2 #e6e6f2 #fff;
    color: #2E2F39
}

.tab-regular .tab-content {
    background-color: #fff;
    padding: 30px;
    border: 1px solid #e6e6f2;
    border-radius: 4px;
    border-top-left-radius: 0
}

.tab-vertical .nav.nav-tabs {
    float: left;
    display: block;
    margin-right: 0;
    border-bottom: 0
}

.tab-vertical .nav.nav-tabs .nav-item {
    margin-bottom: 6px
}

.tab-vertical .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    background: #fff;
    padding: 17px 49px;
    color: #71748d;
    background-color: #e3e3eb;
    border-radius: 4px 0 0 4px;
    border: 1px solid transparent;
    border-top-left-radius: 4px!important;
    border-top-right-radius: 0!important
}

@media (max-width: 768px) {
    .tab-vertical .nav-tabs .nav-link {
        padding:14px
    }
}

.tab-vertical .nav-tabs .nav-link.active {
    color: #2E2F39;
    background-color: #fff!important;
    border-color: transparent!important
}

.tab-vertical .tab-content {
    overflow: auto;
    border-radius: 0 4px 4px 4px;
    background: #fff;
    padding: 30px
}

.tab-vertical-outline .nav.nav-tabs {
    float: left;
    display: block;
    margin-right: 0;
    border-bottom: 0
}

.tab-vertical-outline .nav.nav-tabs .nav-item {
    margin-bottom: 6px
}

.tab-vertical-outline .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    background: #fff;
    padding: 17px 49px;
    color: #71748d;
    background-color: #e6e6f2;
    border-radius: 4px 0 0 4px;
    border: 1px solid #c4c4cf!important;
    border: 1px solid transparent;
    border-top-left-radius: 4px!important;
    border-top-right-radius: 0!important
}

.tab-vertical-outline .nav-tabs .nav-link.active {
    color: #2E2F39;
    border: 1px solid #c4c4cf!important;
    background: 0 0;
    border-right: 1px solid #efeff6!important
}

.tab-vertical-outline .tab-content {
    overflow: auto;
    border-radius: 0 4px 4px 4px;
    background: 0 0;
    padding: 30px;
    border: 1px solid #c4c4cf;
    left: -1px;
    position: relative;
    z-index: 1
}

.simple-card {
    background-color: #fff;
    border-radius: 4px;
    border: transparent
}

.simple-card .nav.nav-tabs {
    border-bottom: 1px solid #e6e6f2
}

.simple-card .nav.nav-tabs .nav-item .nav-link {
    padding: 17px 49px;
    color: #71748d;
    background: #f8f8fb;
    border-color: #e9e9f2 #e9e9f2 #e9e9f2;
    margin-right: -1px;
    border-radius: 0;
    border-top: transparent
}

.simple-card .nav-tabs .nav-link.active {
    color: #2E2F39!important;
    background-color: transparent!important;
    border-color: #e9e9f2 #e9e9f2 #fff!important
}

.simple-card .tab-content {
    padding: 30px
}

.simple-outline-card {
    border-radius: 4px;
    border: 1px solid #c4c4cf
}

.simple-outline-card .nav.nav-tabs {
    border-bottom: 1px solid #c4c4cf
}

.simple-outline-card .nav.nav-tabs .nav-item .nav-link {
    padding: 17px 49px;
    color: #71748d;
    background: #e9e9f2;
    border-color: #c4c4cf #c4c4cf #c4c4cf;
    margin-right: -1px;
    border-radius: 0;
    border-top: transparent
}

@media (max-width: 576px) {
    .simple-outline-card .nav.nav-tabs .nav-item .nav-link {
        padding:14px
    }
}

.simple-outline-card .nav-tabs .nav-link.active {
    color: #2E2F39!important;
    background-color: transparent!important;
    border-color: #c4c4cf #c4c4cf #efeff6!important
}

.simple-outline-card .tab-content {
    padding: 30px
}

.pills-regular .nav.nav-pills .nav-item .nav-link {
    background-color: #e6e6f2;
    padding: 14px 32px;
    margin-right: 3px;
    color: #71748d;
    font-size: 16px
}

@media (max-width: 768px) {
    .pills-regular .nav.nav-pills .nav-item .nav-link {
        padding:14px
    }
}

.pills-regular .nav.nav-pills .nav-item .nav-link.active {
    background-color: #fff;
    color: #2E2F39
}

.pills-regular .tab-content {
    background-color: #fff;
    padding: 30px;
    border-radius: 4px
}

.pills-outline .nav.nav-pills .nav-item .nav-link {
    background-color: transparent;
    padding: 16px 52px;
    margin-right: 3px;
    color: #71748d;
    border: 1px solid #c4c4cf
}

.pills-outline .nav.nav-pills .nav-item .nav-link.active {
    background-color: transparent;
    color: #2E2F39
}

.pills-outline .tab-content {
    background-color: transparent;
    padding: 30px;
    border-radius: 4px;
    border: 1px solid #c4c4cf
}

.pills-vertical .nav.nav-pills .nav-link {
    background-color: #e6e6f2;
    padding: 16px 52px;
    margin-bottom: 4px;
    color: #71748d
}

.pills-vertical .nav.nav-pills .nav-link.active {
    background-color: #fff;
    color: #2E2F39
}

.pills-vertical .tab-content {
    background-color: #fff;
    padding: 30px;
    border-radius: 4px
}

.tab-outline .nav.nav-tabs {
    border-bottom: transparent
}

.tab-outline .nav.nav-tabs .nav-item .nav-link {
    display: block;
    padding: 17px 49px;
    color: #71748d;
    background-color: #e6e6f2;
    border-color: #c4c4cf #c4c4cf #c4c4cf;
    margin-right: 3px
}

.tab-outline .nav-tabs .nav-link.active {
    color: #2E2F39!important;
    background-color: transparent!important;
    border-color: #c4c4cf #c4c4cf #efeff6!important
}

.tab-outline .nav-tabs .nav-link:focus {
    border-color: transparent;
    color: #2E2F39!important
}

.tab-outline .tab-content {
    padding: 30px;
    border: 1px solid #c4c4cf;
    border-radius: 4px;
    border-top-left-radius: 0
}

.nav-tabs .nav-link:hover {
    border-color: transparent;
    color: #2E2F39!important
}

.sidebar-nav-fixed {
    position: -webkit-sticky;
    position: sticky;
    top: 5rem
}

.sidebar-nav-fixed ul li a {
    font-size: 14px;
    color: #71748d;
    display: block;
    padding: 5px 15px;
    background: 0 0;
    border-radius: 4px;
    line-height: 1.8
}

.sidebar-nav-fixed ul li a:hover {
    color: #2E2F39
}

.sidebar-nav-fixed ul li a.active {
    display: block;
    color: #2E2F39;
    background: #e0e0fd
}

.page-aside {
    background: none repeat scroll 0 0 #fff;
    width: 280px;
    height: 100%;
    position: fixed;
    top: 0;
    left: 265px;
    border-right: 1px solid #e6e6f2;
    margin-top: 61px;
    padding-bottom: 61px;
    color: #2e2f39
}

.page-aside .aside-header {
    padding: 20px 22px;
    position: relative
}

.aside-header .navbar-toggle {
    background: 0 0;
    display: none;
    outline: 0;
    border: 0;
    padding: 0 18px 0 0;
    text-align: right;
    margin: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute
}

.aside-header .navbar-toggle .icon {
    font-size: 24px;
    color: #2e2f39
}

.aside-header .title {
    display: block;
    margin: 10px 0 0;
    font-size: 27px;
    line-height: 27px;
    font-weight: 300;
    color: #2e2f39
}

.aside-header .description {
    color: #71748d;
    margin: 0
}

.aside-nav {
    visibility: visible;
    font-size: 14px
}

.aside-nav .nav li .icon {
    font-size: 13px;
    vertical-align: middle;
    text-align: center;
    min-width: 19px;
    margin-right: 6px;
    color: #71748d
}

.aside-nav .nav li a {
    color: #71748d;
    padding: 10px 20px
}

.aside-nav .nav li .badge {
    float: right;
    font-size: 14px;
    font-weight: 300;
    padding: 3px 6px
}

.aside-nav .nav li.active a {
    color: #dc3545;
    background: #fff0f4
}

.aside-nav .nav li.active a .icon {
    color: #25d5f2;
    color: #dc3545
}

.aside-nav .title {
    display: block;
    color: #2e2f39;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 20px 0 0;
    padding: 8px 22px 4px
}

.aside-nav.collapse {
    display: block
}

.aside-content .nav {
    display: block
}

.aside-content .nav li a {
    display: block;
    position: relative
}

.aside-content .nav li a:hover {
    text-decoration: none;
    background-color: #e6e6f2
}

.email-list-item {
    border-bottom: 1px solid #e6e6f2;
    padding: 10px 20px;
    display: table;
    width: 100%;
    cursor: pointer;
    position: relative;
    background-color: #f9f9ff;
    font-size: 14px
}

.email-list-item .from {
    display: block;
    font-weight: 400;
    font-size: 1rem;
    margin: 0 0 1px 0
}

.email-list-item .msg {
    margin: 0;
    color: #71748d
}

.email-list-item .icon {
    margin-right: 7px;
    font-size: 1.154rem;
    vertical-align: middle;
    color: #2e2f39
}

.email-list-item:hover {
    background-color: #fff
}

.aside-compose {
    text-align: center;
    padding: 14px 25px
}

.dashboard-main-wrapper .main-content {
    margin-left: 266px;
    width: auto
}

.dashboard-main-wrapper .content-container {
    display: flex;
    height: calc(100vh - 3.5625rem)
}

.dashboard-main-wrapper .content-container>.chat-module {
    height: 100%;
    overflow: hidden;
    padding: 1.5rem
}

.dashboard-main-wrapper .content-container>.chat-module .chat-module-body {
    width: 100%;
    padding-right: 0
}

.dashboard-main-wrapper .content-container>.chat-module .chat-item {
    padding-bottom: 1.5rem
}

.dashboard-main-wrapper .content-container>.chat-module .chat-item:not(:last-child) {
    border-bottom: 1px solid #d6d6d6
}

.dashboard-main-wrapper .content-container>.chat-module .chat-item .media-body {
    background: 0 0;
    padding: 0;
    background: 0 0
}

.dashboard-main-wrapper .main-container {
    overflow: hidden;
    flex: 1
}

.email-inbox-header {
    background-color: #fff;
    padding: 25px 25px
}

.email-title {
    display: block;
    margin: 3px 0 0;
    font-size: 22px;
    font-weight: 300
}

.email-title .icon {
    font-size: 22px;
    color: #71748d
}

.email-title .new-messages {
    font-size: 1rem;
    color: #2e2f39;
    margin-left: 3px
}

.input-search .input-group-btn {
    position: absolute;
    display: block;
    width: auto;
    top: 1px;
    right: 1px;
    z-index: 3
}

.input-search .input-group-btn .btn {
    padding: 3px 10px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 1px;
    border-top-right-radius: 1px
}

.email-filters {
    padding: 20px;
    border-bottom: 1px solid #e6e6f2;
    background-color: #fff;
    display: table;
    width: 100%;
    border-top: 1px solid #e6e6f2
}

.email-filters>div {
    display: table-cell;
    vertical-align: middle;
    display: table-cell;
    vertical-align: middle
}

.email-filters .be-select-all.custom-checkbox {
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    margin: 0 0 0 30px
}

.email-filters input {
    margin-right: 8px
}

.email-filters .email-filters-right {
    text-align: right
}

.btn-group {
    position: relative;
    display: inline-flex;
    vertical-align: middle
}

.btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle
}

.email-pagination-indicator {
    display: inline-block;
    vertical-align: middle;
    margin-right: 13px
}

.email-list {
    background: #eee
}

.email-list-item--unread {
    background-color: #fff
}

.email-list-item--unread .from {
    color: #2e2f39;
    font-weight: 800;
    -webkit-font-smoothing: initial
}

.email-list-item--unread .msg {
    color: #2e2f39;
    font-weight: 800;
    -webkit-font-smoothing: initial;
    color: #2e2f39
}

.email-list-actions {
    width: 40px;
    vertical-align: top;
    display: table-cell
}

.email-list-actions .favorite {
    display: block;
    padding-top: 5px;
    padding-left: 1px;
    line-height: 15px
}

.email-list-actions .favorite span {
    font-size: 12px;
    line-height: 10px;
    color: #f9f9ff
}

.email-list-actions .favorite:hover span {
    color: #82849f
}

.email-list-actions .favorite.active span {
    color: #ffc107
}

.email-list-actions .custom-checkbox {
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 30px
}

.email-list-actions .custom-checkbox.custom-control {
    margin-bottom: 0
}

.email-list-detail {
    vertical-align: top;
    display: table-cell
}

.email-head {
    background-color: #fff
}

.email-head-subject {
    padding: 25px 25px;
    border-bottom: 1px solid #e6e6f2
}

.email-head-subject .title {
    display: block;
    font-size: 1.769rem;
    font-weight: 300;
    color: #2e2f39
}

.email-head-subject .title>a.active .icon {
    color: #ffc107
}

.email-head-subject .title>a .icon {
    color: #f9f9ff;
    font-size: 14px;
    margin-right: 6px;
    vertical-align: middle;
    line-height: 31px;
    position: relative;
    top: -1px
}

.email-head-subject .icons {
    font-size: 14px;
    float: right
}

.email-head-subject .icons .icon {
    color: #71748d;
    margin-left: 12px;
    vertical-align: middle
}

.email-head-sender {
    padding: 13px 25px;
    line-height: 40px
}

.email-head-sender .avatar {
    float: left;
    margin-right: 10px;
    float: left;
    margin-right: 10px
}

.email-head-sender .date {
    float: right;
    font-size: 12px
}

.email-head-sender .sender {
    font-size: 1.15rem
}

.email-head-sender .sender .actions {
    display: inline-block;
    position: relative
}

.email-head-sender .sender .icon {
    font-size: 1.538rem;
    line-height: 16px;
    color: #3b3d48;
    margin-left: 7px
}

.email-body {
    background-color: #fff;
    border-top: 1px solid #e6e6f2;
    padding: 30px 28px
}

.email-attachments {
    background-color: #fff;
    padding: 25px 28px;
    border-top: 1px solid #e6e6f2
}

.email-attachments .title {
    display: block;
    font-weight: 500
}

.email-attachments .title span {
    font-weight: 400
}

.email-attachments ul {
    list-style: none;
    margin: 15px 0 0;
    padding: 0
}

.email-attachments ul>li {
    line-height: 23px
}

.email-attachments ul>li a {
    color: #2e2f39;
    font-weight: 500
}

.email-attachments ul>li .icon {
    vertical-align: middle;
    color: #71748d;
    margin-right: 2px
}

.email-attachments ul>li span {
    font-weight: 400
}

.email-head-title {
    padding: 25px 25px;
    border-bottom: 1px solid #e6e6f2;
    display: block;
    font-weight: 400;
    color: #2e2f39;
    font-size: 1.769rem
}

.email-head-title .icon {
    color: #686972;
    margin-right: 12px;
    vertical-align: middle;
    line-height: 31px;
    position: relative;
    top: -1px;
    float: left;
    font-size: 1.538rem
}

.email-compose-fields {
    background-color: #fff;
    border-bottom: 1px solid #e6e6f2;
    padding: 30px 30px 20px
}

.email-compose-fields label {
    padding-top: 15px
}

.form-group.row {
    margin-bottom: 0;
    padding: 12px 0
}

.form-group.row label {
    white-space: nowrap
}

.email.editor {
    background-color: #fff
}

.email.action-send {
    padding: 20px 0
}

.btn-space {
    margin-right: 5px;
    margin-bottom: 5px
}

.breadcrumb {
    margin: 0;
    background-color: transparent
}

.chat-module {
    height: 100%;
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: space-between
}

.chat-module .chat-module-body {
    width: 100%;
    position: absolute;
    top: 35px;
    height: calc(100% - 4rem);
    overflow-y: scroll;
    padding-right: 1.5rem;
    -ms-overflow-style: none
}

.chat-module .chat-module-top {
    display: flex;
    flex-direction: column;
    flex: 1;
    max-height: calc(100% - 3.5rem);
    position: relative
}

.chat-module .chat-module-bottom {
    position: relative;
    padding-top: 1rem;
    border-top: 1px solid #e9eef2;
    background: 0 0;
    top: 8px
}

.chat-module .chat-module-bottom textarea {
    max-height: 9rem
}

.avatar {
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 50%;
    border: 2px solid #f7f9fa;
    background: #f7f9fa;
    color: #fff;
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 50%;
    border: 2px solid #f7f9fa;
    background: #f7f9fa;
    color: #fff
}

.media-attachment {
    padding-left: .75rem;
    align-items: center;
    border-left: 4px solid #e9eef2
}

.media-attachment:not(:first-child) {
    margin-top: .75rem
}

.media-attachment div.avatar {
    border: none
}

.media-attachment .media-body {
    margin-left: .75rem
}

.media-attachment .media-body>a {
    display: block
}

.chat-item {
    font-size: .875rem;
    line-height: 1.3125rem
}

.chat-item .media-attachment {
    border-color: #e6e6f2
}

.chat-item>.media-body {
    margin-left: .75rem;
    border-radius: .5rem;
    padding: 6px 1px;
    background: 0 0
}

.chat-item .chat-item-title {
    display: flex;
    justify-content: space-between;
    margin-bottom: .375rem
}

.avatar.bg-primary {
    display: flex;
    align-items: center;
    justify-content: center;
    display: flex;
    align-items: center;
    justify-content: center
}

.avatar.bg-primary i {
    font-size: 14px
}

.chat-item+.chat-item {
    margin-top: .75rem
}

.chat-form {
    position: relative
}

.chat-form textarea {
    padding-right: 3.375rem
}

.chat-form-buttons {
    position: absolute;
    top: 6px;
    right: .25rem;
    display: flex;
    align-items: center
}

.chat-form-buttons button {
    padding: 0
}

.chat-form-buttons .custom-file-naked {
    width: 1.5rem;
    margin-left: .375rem;
    top: 5px
}

.chat-form-buttons i {
    color: #e3e3eb;
    font-size: 1.25rem;
    cursor: pointer
}

.custom-file-naked {
    cursor: pointer;
    width: auto;
    height: auto
}

.custom-file-naked .custom-file-input {
    width: auto;
    height: auto;
    cursor: pointer
}

.custom-file-naked .custom-file-label {
    border: none;
    background: 0 0;
    padding: 0;
    margin: 0;
    height: auto;
    cursor: pointer
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(2.125rem + 2px);
    margin-bottom: 0
}

.custom-file-label::after {
    display: none
}

.chat-sidebar {
    height: 100%;
    overflow: hidden;
    width: 384px;
    border-left: 1px solid #e6e6f2;
    display: flex!important;
    flex-direction: column;
    background: #fff
}

@media (max-width: 576px) {
    .chat-sidebar {
        display:none!important
    }
}

.chat-sidebar-content {
    max-height: 100%;
    display: flex;
    flex-direction: column;
    flex: 1
}

.text-small {
    font-size: .875rem;
    line-height: 1.3125rem
}

.chat-team-sidebar {
    display: flex;
    flex-direction: column;
    height: 100%
}

.chat-team-sidebar .chat-team-sidebar-top {
    padding: 1.5rem
}

.chat-team-sidebar .nav {
    margin-top: 1.5rem
}

.chat-team-sidebar .nav-tabs {
    border-radius: 4px;
    background: #eef2f5
}

.chat-team-sidebar .nav-tabs .nav-item {
    margin: .5rem
}

.chat-team-sidebar .nav-tabs .nav-link {
    font-size: 14px;
    font-weight: 500;
    border-radius: 4px;
    padding: 10px;
    transition: color .35s ease-out
}

.chat-team-sidebar .nav-tabs .nav-link:not(.active) {
    color: rgba(33,37,41,.5)
}

.chat-team-sidebar .chat-team-sidebar-bottom {
    flex: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    z-index: 0
}

.chat-team-sidebar .chat-team-sidebar-bottom .tab-content {
    flex: 1;
    height: 100%;
    display: flex;
    flex-direction: column
}

.chat-team-sidebar .tab-pane {
    overflow-y: none;
    -ms-overflow-style: none;
    height: 100%
}

.chat-team-sidebar .list .list-group-item {
    width: 100%
}

.chat-team-sidebar .list-group-activity .avatar {
    border-color: #fff
}

.align-items-center {
    align-items: center!important
}

.sidebar form.dropzone {
    padding: 0 1.5rem
}

.sidebar .dz-message {
    background: #f7f9fa;
    padding: 1rem
}

form.dropzone {
    width: 100%;
    margin-bottom: 1.5rem
}

.dz-message {
    text-align: center;
    padding: 1.5rem;
    display: block;
    font-size: .875rem;
    font-weight: 500;
    opacity: 1;
    cursor: pointer;
    border-radius: .5rem;
    background: #fff;
    border: 1px dashed #e9eef2;
    transition: all .35s ease;
    color: rgba(108,117,125,.5)
}

.dropzone-previews {
    width: 100%
}

.dz-file-representation img {
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover
}

.dz-file-representation img:not([src]) {
    display: none
}

.dz-preview .avatars li:last-child {
    transition: opacity .35s ease;
    opacity: 0
}

.dz-loading {
    opacity: 1;
    transition: opacity .35s ease;
    position: absolute;
    left: 1.1875rem
}

.list-group-activity .avatars {
    margin-right: .75rem;
    display: flex;
    align-items: center
}

.list-group-activity .avatars>li:first-child {
    position: relative;
    z-index: 2
}

.list-group-activity span {
    margin-right: .25rem
}

.avatars {
    padding-left: 0;
    list-style: none;
    margin: 0
}

.avatars>li {
    display: inline-block
}

.avatars>li+li {
    margin-left: -.75rem
}

.btn-options {
    color: #e3e3eb;
    padding: 0;
    background: 0 0;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center
}

.gmaps {
    height: 350px;
    width: 100%
}

#map-1 {
    height: 400px
}

#map-2 {
    height: 400px
}

#map-3 {
    height: 400px
}

.dashboard-media-object .card-footer {
    padding: 0
}

.btn-account {
    position: relative;
    display: flex;
    margin: 0;
    border: 0;
    flex-wrap: none;
    align-items: center;
    background: 0 0;
    color: #71748d;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    transition: background-color .15s;
    outline: 0
}

.btn-account .account-summary {
    margin-right: 16px;
    margin-left: 8px;
    display: block;
    text-align: left;
    flex: 1;
    overflow: hidden;
    text-overflow: clip;
    white-space: nowrap
}

.btn-account .account-description {
    margin: 0;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 500;
    line-height: 16px;
    font-size: 12px;
    font-weight: 400;
    opacity: .7
}

.btn-account .account-name {
    margin: 0;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 500;
    line-height: 16px
}

.user-avatar {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 10px
}

.avatar-badge {
    position: absolute;
    right: 3px;
    bottom: 4px;
    display: block;
    width: 8px;
    height: 8px;
    line-height: 1.6;
    text-align: center;
    font-size: 8px;
    color: #fff;
    background-color: #e3e3eb;
    border-radius: 8px;
    box-shadow: 0 0 0 2px #fff;
    z-index: 2
}

.avatar-badge.online {
    background-color: #198754
}

.avatar-badge.idle {
    background-color: #ffc107
}

.avatar-badge.busy {
    background-color: #dc3545
}

.avatar-badge.offline {
    color: #e3e3eb;
    background-color: #e3e3eb
}

.avatar-badge.has-indicator {
    width: 10px;
    height: 10px
}

.avatar-group {
    display: inline-block
}

.avatar-group .user-avatar img {
    box-shadow: 0 0 0 2px #fff
}

.avatar-group .user-avatar:focus {
    z-index: 2
}

.avatar-group .user-avatar:hover {
    z-index: 2
}

.avatar-group .user-avatar+.user-avatar {
    display: inline-block;
    margin-left: -10px
}

.user-avatar-floated {
    margin-top: -50px;
    z-index: 2
}

.metric {
    position: relative;
    padding: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-grow: 1;
    max-width: 100%;
    border-radius: 4px;
    cursor: default
}

.metric-label:last-child {
    margin-top: 0;
    margin-bottom: 0
}

.card-footer-item {
    padding: 12px 35px;
    flex: 1;
    text-align: center;
    display: inline-block
}

.card-footer-item-bordered:not(:last-child) {
    border-right: 1px solid #e6e6f2
}

@-webkit-keyframes cd-bounce-1 {
    0% {
        opacity: 0;
        transform: scale(.5)
    }

    60% {
        opacity: 1;
        transform: scale(1.2)
    }

    100% {
        transform: scale(1)
    }
}

@keyframes cd-bounce-1 {
    0% {
        opacity: 0;
        transform: scale(.5)
    }

    60% {
        opacity: 1;
        transform: scale(1.2)
    }

    100% {
        transform: scale(1)
    }
}

@-webkit-keyframes cd-bounce-2 {
    0% {
        opacity: 0;
        transform: translateX(-100px)
    }

    60% {
        opacity: 1;
        transform: translateX(20px)
    }

    100% {
        transform: translateX(0)
    }
}

@keyframes cd-bounce-2 {
    0% {
        opacity: 0;
        transform: translateX(-100px)
    }

    60% {
        opacity: 1;
        transform: translateX(20px)
    }

    100% {
        transform: translateX(0)
    }
}

@-webkit-keyframes cd-bounce-2-inverse {
    0% {
        opacity: 0;
        transform: translateX(100px)
    }

    60% {
        opacity: 1;
        transform: translateX(-20px)
    }

    100% {
        transform: translateX(0)
    }
}

@keyframes cd-bounce-2-inverse {
    0% {
        opacity: 0;
        transform: translateX(100px)
    }

    60% {
        opacity: 1;
        transform: translateX(-20px)
    }

    100% {
        transform: translateX(0)
    }
}

.cd-timeline {
    overflow: hidden;
    margin: 2em auto
}

.cd-timeline__container {
    position: relative;
    width: 90%;
    max-width: 1170px;
    margin: 0 auto;
    padding: 2em 0
}

.cd-timeline__container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 18px;
    height: 100%;
    width: 4px;
    background: #dedee9
}

.cd-timeline__block {
    position: relative;
    margin: 2em 0
}

.cd-timeline__block:after {
    content: "";
    display: table;
    clear: both
}

.cd-timeline__block:first-child {
    margin-top: 0
}

.cd-timeline__block:last-child {
    margin-bottom: 0
}

.cd-timeline__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 0 0 4px #fff,inset 0 2px 0 rgba(0,0,0,.08),0 3px 0 4px rgba(0,0,0,.05)
}

.cd-timeline__img img {
    display: block;
    width: 24px;
    height: 24px;
    position: relative;
    left: 50%;
    top: 50%;
    margin-left: -12px;
    margin-top: -12px
}

.cd-timeline__img.cd-timeline__img--picture {
    background: #198754
}

.cd-timeline__img.cd-timeline__img--movie {
    background: #dc3545
}

.cd-timeline__img.cd-timeline__img--location {
    background: #ffc107
}

.cd-timeline__content {
    position: relative;
    margin-left: 60px;
    background: #fff;
    border-radius: .25em;
    padding: 1em;
    border: none;
    box-shadow: 0 1px 2px 1px rgba(154,154,204,.22)
}

.cd-timeline__content:after {
    content: "";
    display: table;
    clear: both
}

.cd-timeline__content::before {
    content: "";
    position: absolute;
    top: 16px;
    right: 100%;
    height: 0;
    width: 0;
    border: 7px solid transparent;
    border-right: 7px solid #fff
}

.cd-timeline__read-more {
    display: inline-block;
    float: right;
    padding: .8em 1em;
    background: #acb7c0;
    color: #fff;
    border-radius: .25em
}

.cd-timeline__read-more:hover {
    background-color: #e6e6f2
}

.cd-timeline__date {
    display: inline-block;
    float: left;
    padding: .8em 0;
    opacity: .7
}

@media only screen and (min-width: 1170px) {
    .cd-timeline {
        margin-top:3em;
        margin-bottom: 3em
    }

    .cd-timeline__container::before {
        left: 50%;
        margin-left: -2px
    }

    .cd-timeline__block {
        margin: 4em 0
    }

    .cd-timeline__block:nth-child(even) .cd-timeline__content {
        float: right
    }

    .cd-timeline__block:nth-child(even) .cd-timeline__content::before {
        top: 24px;
        left: auto;
        right: 100%;
        border-color: transparent;
        border-right-color: #fff
    }

    .cd-timeline__block:nth-child(even) .cd-timeline__read-more {
        float: right
    }

    .cd-timeline__block:nth-child(even) .cd-timeline__date {
        left: auto;
        right: 122%;
        text-align: right
    }

    .cd-timeline__block:nth-child(even) .cd-timeline__content.cd-timeline__content--bounce-in {
        -webkit-animation: cd-bounce-2-inverse .6s;
        animation: cd-bounce-2-inverse .6s
    }

    .cd-timeline__img {
        width: 60px;
        height: 60px;
        left: 50%;
        margin-left: -30px;
        transform: translateZ(0)
    }

    .cd-timeline__img.cd-timeline__img--bounce-in {
        visibility: visible;
        -webkit-animation: cd-bounce-1 .6s;
        animation: cd-bounce-1 .6s
    }

    .cd-timeline__content {
        margin-left: 0;
        padding: 1.6em;
        width: 45%;
        transform: translateZ(0)
    }

    .cd-timeline__content::before {
        top: 24px;
        left: 100%;
        border-color: transparent;
        border-left-color: #fff
    }

    .cd-timeline__read-more {
        float: left
    }

    .cd-timeline__date {
        position: absolute;
        width: 100%;
        left: 122%;
        top: 6px;
        font-size: 18px
    }

    .cd-timeline__content.cd-timeline__content--bounce-in {
        visibility: visible;
        -webkit-animation: cd-bounce-2 .6s;
        animation: cd-bounce-2 .6s
    }
}

.docs-header .docs-header-btn {
    margin-top: 3px
}

.docs-header .navbar {
    padding: 6px 10px;
    border-bottom: 1px solid #eaeaf2
}

.docs-header .navbar .navbar-brand {
    padding: 0
}

.docs-header .navbar .navbar-nav .nav-item .nav-link {
    font-size: 16px;
    line-height: 28px;
    padding: 14px;
    margin-bottom: 0;
    color: #3b3d48
}

.docs-header .navbar .navbar-nav .nav-item .nav-link:hover {
    color: #2e2f39
}

.docs-nav-sidebar {
    position: fixed;
    width: 270px;
    height: 100%!important;
    top: 69px;
    overflow: auto;
    background-color: #fff;
    overflow: hidden;
    border-right: 1px solid #eaeaf2
}

.docs-nav-sidebar .top-search-bar {
    padding: 20px;
    border-bottom: 1px solid #eaeaf2
}

.docs-nav-sidebar .docs-nav {
    max-height: calc(100vh - 9rem);
    overflow-y: auto
}

.docs-nav-sidebar .navbar-nav {
    min-width: 100%
}

.docs-nav-sidebar .navbar-nav>.nav-item>.nav-link {
    color: #2e2f39;
    font-size: 15px;
    font-weight: 600;
    line-height: 28px;
    display: flex;
    align-items: center
}

.docs-nav-sidebar .navbar-nav>.nav-item>.nav-link:hover {
    color: #2E2F39
}

.docs-nav-sidebar .navbar-nav>.nav-item>.nav-link[data-toggle=collapse]:after {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    content: "\F105";
    margin-left: auto;
    color: #efeff6;
    transition: all .2s ease
}

.docs-nav-sidebar .navbar-nav>.nav-item>.nav-link[data-toggle=collapse][aria-expanded=true]:after {
    color: #2E2F39;
    transform: rotate(90deg)
}

.docs-nav-sidebar .navbar-nav .nav .nav-item .nav-link {
    color: #2e2f39;
    font-size: 14px;
    line-height: 16px;
    padding: 8px 20px
}

.docs-nav-sidebar .navbar-nav .nav .nav-item .nav-link:hover {
    color: #2E2F39
}

.docs-nav-sidebar .navbar-nav .nav .nav-item .nav-link.active {
    color: #2E2F39
}

.nav-user-dropdown {
    padding: 0;
    min-width: 230px;
    margin: 0
}

.nav-user-dropdown .dropdown-item {
    display: block;
    width: 100%;
    padding: 12px 22px 15px;
    clear: both;
    font-weight: 400;
    color: #686972;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-size: 13px;
    line-height: .4
}

.nav-user-dropdown .dropdown-item:hover {
    background-color: #efeff6
}

.nav-user-info {
    background-color: #2E2F39;
    line-height: 1.4;
    padding: 12px;
    color: #fff;
    font-size: 13px;
    border-radius: 2px 2px 0 0
}

.nav-user-info .status {
    float: left;
    top: 7px;
    left: 0
}

.nav-social-icon {
    padding: 12px 10px
}

.nav-social-icon a {
    font-size: 22px;
    color: #686972;
    margin-right: 4px;
    line-height: 32px
}

.nav-social-icon a:hover {
    color: #2E2F39
}

.sidebar-nav-fixed {
    position: -webkit-sticky;
    position: sticky;
    top: 4rem;
    height: calc(100vh - 4rem);
    overflow-y: auto;
    padding-top: 22px;
    margin-top: 65px
}

.sidebar-nav-fixed ul {
    list-style: none;
    padding-left: 16px
}

.sidebar-nav-fixed ul li a {
    font-size: 14px;
    color: #71748d;
    display: block;
    padding: 3px 12px;
    background: 0 0;
    border-radius: 4px;
    line-height: 23px;
    text-decoration: none
}

.sidebar-nav-fixed ul li a:hover {
    color: #2E2F39
}

.sidebar-nav-fixed ul li a.active {
    display: block;
    color: #2E2F39;
    background: 0 0!important;
    text-decoration: none
}

.doc-section-head {
    margin-bottom: 60px;
    border-bottom: 1px solid #eaeaf2;
    padding-bottom: 20px
}

.doc-section-head-text {
    font-size: 20px;
    line-height: 32px;
    font-weight: 500
}

.docs-main-wrapper {
    min-height: 100%;
    position: relative
}

.docs-wrapper {
    position: relative;
    left: 0;
    margin-left: 270px;
    min-height: 100vh!important
}

.docs-wrapper-fluid {
    background-color: #efeff6;
    min-height: 100vh
}

.docs-content {
    padding: 140px 60px
}

.copy-button {
    cursor: pointer;
    border: 0;
    font-size: 13px;
    line-height: 18px;
    text-transform: capitalize;
    font-weight: 700;
    padding: 6px 12px;
    color: #2e2f39;
    background-color: #fff;
    position: absolute;
    top: 18px;
    right: 10px;
    border-radius: 4px
}

.copy-button:hover {
    outline: 0;
    background-color: #fff;
    color: #2E2F39
}

.copy-button:focus {
    outline: 0;
    background-color: #fff;
    color: #2E2F39
}

.copy-button:active {
    outline: 0;
    background-color: #fff;
    color: #2E2F39
}

.content-section {
    padding: 40px
}

.content-section--paste {
    margin-top: 60px;
    background-color: #f9f9ff
}

.content-section--paste h1 {
    font-size: 12px;
    color: #686972;
    text-transform: uppercase
}

.copy-content {
    position: relative;
    margin-bottom: 30px
}

.copy-content-height {
    overflow: auto;
    max-height: 300px;
    border-radius: 5px
}

.bd-example-modal.modal {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    z-index: 1;
    display: block
}

.docs-example .tab-example-design {
    padding: 1.25rem;
    border: 1px solid #eaeaf2;
    border-radius: 5px
}

.docs-example .tab-example-design::after {
    display: block;
    clear: both;
    content: ""
}

.docs-example .pagination {
    margin-top: .5rem;
    margin-bottom: .5rem
}

.docs-example .nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    list-style: none
}

.docs-example .nav.nav-pills.nav-example .nav-item .nav-link {
    border-radius: 6px;
    border: 1px solid #b5b6c1;
    padding: 5px 15px;
    color: #71748d;
    margin-right: 5px;
    font-size: 13px;
    line-height: 21px;
    font-weight: 600;
    text-transform: uppercase
}

.docs-example .nav.nav-pills.nav-example .nav-item .nav-link.active {
    color: #fff;
    background-color: #71748d;
    border-color: #71748d
}

.docs-example .nav.nav-pills.nav-example .nav-item .show>.nav-link {
    color: #fff;
    background-color: #71748d;
    border-color: #71748d
}

.scrollspy-example {
    position: relative;
    height: 200px;
    margin-top: .5rem;
    overflow: auto
}

.scrollspy-example-2 {
    position: relative;
    height: 350px;
    overflow: auto
}

.toast.hide {
    display: none
}

.docs-footer {
    border-top: 1px solid rgba(152,166,173,.2);
    padding: 14px 30px 14px;
    color: #71748d;
    background-color: #fff;
    margin-left: 269px
}

.docs-footer p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 30px
}

.docs-footer .docs-footer-links a {
    color: #71748d;
    margin-left: 1.5rem;
    transition: all .4s;
    font-size: 14px;
    line-height: 18px;
    color: #2e2f39;
    text-decoration: none
}

.slider-element-v1 {
    margin-bottom: 30px
}

.docs-footer-text {
    margin-bottom: 0
}

.color-swatch {
    height: 214px;
    margin-bottom: 30px
}

.color-swatch-header {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    height: 135px
}

.color-swatch-body {
    border: 1px solid #e6e6e6;
    background-color: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 10px 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.color-swatch-body-label {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 3px
}

.color-swatch-body-value {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 0
}

.doc-table .table th {
    padding: 20px 10px;
    vertical-align: top;
    border-top: 1px solid #eaeaf2
}

.doc-table .table td {
    padding: 20px 10px;
    vertical-align: top;
    border-top: 1px solid #eaeaf2
}

.docs-example-border-utils [class^=border] {
    display: inline-block;
    width: 5rem;
    height: 5rem;
    margin: .25rem;
    background-color: #f9f9ff
}

.docs-example-border-utils-0 [class^=border] {
    border: 1px solid #eaeaf2
}

.large-logo-block {
    text-align: center;
    margin-top: 100px;
    margin-bottom: 60px
}

.small-logo-block {
    margin-top: 80px;
    margin-bottom: 50px
}

@media only screen and (max-width: 768px) {
    .docs-nav-sidebar {
        width:100%;
        position: relative;
        top: 20px;
        right: 0
    }

    .docs-nav-sidebar .top-search-bar {
        padding: 20px;
        border-bottom: 1px solid #e9e9f1;
        margin-top: 46px
    }

    .docs-nav-sidebar .navbar {
        padding: 14px
    }

    .docs-wrapper {
        margin-left: 0
    }

    .docs-footer {
        margin-left: 0
    }

    .nav-left-sidebar .navbar-toggler {
        background-color: #fff
    }

    .docs-content {
        padding: 30px 20px
    }
}

@media only screen and (max-width: 480px) {
    .docs-nav-sidebar {
        width:100%;
        position: relative;
        top: 20px;
        right: 0
    }

    .docs-nav-sidebar .top-search-bar {
        padding: 20px;
        border-bottom: 1px solid #e9e9f1;
        margin-top: 46px
    }

    .docs-nav-sidebar .navbar-toggler {
        background-color: #fff
    }

    .docs-nav-sidebar .navbar {
        padding: 14px
    }

    .docs-wrapper {
        margin-left: 0
    }

    .docs-footer {
        margin-left: 0
    }

    .docs-main-wrapper .main-content {
        margin-left: 0;
        width: auto
    }

    .docs-content {
        padding: 30px 20px
    }
}

.switch-button.switch-button-xs {
    height: 20px;
    line-height: 16px;
    width: 50px
}

.switch-button.switch-button-xs label {
    height: 12px;
    width: 12px
}

.switch-button.switch-button-xs label:before {
    line-height: 21px
}

.switch-button {
    display: inline-block;
    border-radius: 50px;
    background-color: #82849f;
    width: 60px;
    height: 27px;
    padding: 4px;
    position: relative;
    overflow: hidden;
    vertical-align: middle
}

.switch-button input[type=checkbox] {
    display: none
}

.switch-button input[type=checkbox]:checked+span {
    background-color: #2E2F39;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 4px
}

.switch-button input[type=checkbox]:checked+span label {
    float: right;
    border-color: #2E2F39
}

.switch-button input[type=checkbox]:checked+span label:before {
    position: absolute;
    font-size: 12px;
    font-weight: 600;
    z-index: 0;
    content: "ON";
    color: #fff;
    left: 0;
    text-align: left;
    padding-left: 10px
}

.switch-button label {
    border-radius: 50%;
    box-shadow: 0 0 1px 1px #fff inset;
    background-color: #fff;
    margin: 0;
    height: 19px;
    width: 19px;
    z-index: 1;
    display: inline-block;
    cursor: pointer;
    background-clip: padding-box
}

.switch-button label:before {
    position: absolute;
    font-size: 12px;
    font-weight: 600;
    z-index: 0;
    content: "OFF";
    right: 0;
    display: block;
    width: 100%;
    height: 100%;
    line-height: 27px;
    top: 0;
    text-align: right;
    padding-right: 10px;
    color: #fff
}

.switch-button.switch-button-sm {
    height: 24px;
    width: 57px;
    line-height: 20px
}

.switch-button.switch-button-sm label {
    height: 16px;
    width: 16px
}

.switch-button.switch-button-lg {
    height: 30px;
    line-height: 32px;
    width: 64px
}

.switch-button.switch-button-success input[type=checkbox]:checked+span {
    background-color: #198754
}

.switch-button.switch-button-warning input[type=checkbox]:checked+span {
    background-color: #ffc107
}

.switch-button.switch-button-danger input[type=checkbox]:checked+span {
    background-color: #dc3545
}

.table thead th {
    font-weight: 600;
    color: #82849f
}

body,html {
    overflow-x: hidden
}

body {
    overflow-y: hidden
}

@media (max-width: 991.98px) {
    .offcanvas-collapse {
        position:fixed;
        top: 56px;
        bottom: 0;
        left: 100%;
        width: 100%;
        padding-right: 1rem;
        padding-left: 1rem;
        overflow-y: auto;
        visibility: hidden;
        background-color: #343a40;
        transition: transform .3s ease-in-out,visibility .3s ease-in-out
    }

    .offcanvas-collapse.open {
        visibility: visible;
        transform: translateX(-100%)
    }
}

.avatar-xs {
    width: 2.25rem!important;
    height: 2.25rem!important
}

.avatar-sm {
    width: 2.75rem!important;
    height: 2.75rem!important
}

.avatar-md {
    width: 4rem!important;
    height: 4rem!important
}

.avatar-lg {
    width: 6rem!important;
    height: 6rem!important
}

.progress-md {
    height: .5rem
}

.progress-sm {
    height: .313rem
}

.c3 svg {
    font-size: 14px;
    -webkit-tap-highlight-color: #71748d;
    fill: #71748d
}

.c3 path {
    fill: none;
    stroke: #71748d
}

.c3 line {
    fill: none;
    stroke: #71748d
}

.c3 text {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    fill: #71748d
}

.c3-legend-item-tile {
    shape-rendering: crispEdges
}

.c3-xgrid-focus {
    shape-rendering: crispEdges
}

.c3-ygrid {
    shape-rendering: crispEdges;
    stroke-dasharray: 3 3
}

.c3-event-rect {
    shape-rendering: crispEdges
}

.c3-bars path {
    shape-rendering: crispEdges
}

.c3-chart-arc path {
    stroke: #fff
}

.c3-chart-arc rect {
    stroke: #fff;
    stroke-width: 10
}

.c3-chart-arc text {
    fill: #fff;
    font-size: 13px
}

.c3-chart-arc .c3-gauge-value {
    fill: #6c757d
}

.c3-grid line {
    stroke: #aaa
}

.c3-grid text {
    fill: #6c757d
}

.c3-xgrid {
    stroke-dasharray: 3 3
}

.c3-text.c3-empty {
    fill: #71748d;
    font-size: 14px
}

.c3-line {
    stroke-width: 3px
}

.c3-circle._expanded_ {
    stroke-width: 2px;
    stroke: #fff
}

.c3-selected-circle {
    fill: #fff;
    stroke-width: 2px
}

.c3-bar {
    stroke-width: 0
}

.c3-bar._expanded_ {
    fill-opacity: 1;
    fill-opacity: .75
}

.c3-target.c3-focused {
    opacity: 1
}

.c3-target.c3-focused path.c3-line {
    stroke-width: 2px
}

.c3-target.c3-focused path.c3-step {
    stroke-width: 2px
}

.c3-target.c3-defocused {
    opacity: .3!important
}

.c3-region {
    fill: #71748d;
    fill-opacity: .1
}

.c3-brush .extent {
    fill-opacity: .1
}

.c3-legend-item {
    font-size: 14px
}

.c3-legend-item-hidden {
    opacity: .15
}

.c3-legend-background {
    opacity: .75;
    fill: #fff;
    stroke: #d3d3d3;
    stroke-width: 1
}

.c3-title {
    font-size: 14px
}

.c3-tooltip-container {
    z-index: 10
}

.c3-tooltip {
    border-collapse: collapse;
    border-spacing: 0;
    background-color: #fff;
    empty-cells: show;
    box-shadow: 7px 7px 12px -9px #acacc6;
    opacity: 1
}

.c3-tooltip tr {
    border: 1px solid #e6e6f2
}

.c3-tooltip th {
    background-color: #fff;
    font-size: 14px;
    padding: 5px 8px;
    text-align: left;
    color: #2e2f39
}

.c3-tooltip td {
    font-size: 14px;
    padding: 5px 8px;
    background-color: #fff;
    border-left: 1px dotted #999
}

.c3-tooltip td>span {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 6px
}

.c3-tooltip td.value {
    text-align: right;
    color: #2E2F39
}

.c3-area {
    stroke-width: 0;
    opacity: .08
}

.c3-chart-arcs-title {
    dominant-baseline: middle;
    font-size: 1.3em
}

.c3-chart-arcs .c3-chart-arcs-background {
    fill: #e0e0e0;
    stroke: #fff
}

.c3-chart-arcs .c3-chart-arcs-gauge-unit {
    fill: #6c757d;
    font-size: 16px
}

.c3-chart-arcs .c3-chart-arcs-gauge-max {
    fill: #777
}

.c3-chart-arcs .c3-chart-arcs-gauge-min {
    fill: #777
}

.c3-chart-arc.c3-target g path {
    opacity: 1
}

.c3-chart-arc.c3-target.c3-focused g path {
    opacity: 1
}

.morris-hover {
    position: absolute;
    z-index: 1000
}

.morris-hover.morris-default-style {
    border-radius: 2px;
    color: #2e2f39;
    background: #fff;
    font-size: 14px;
    text-align: center;
    border: 1px solid #e6e6f2
}

.morris-hover.morris-default-style .morris-hover-row-label {
    border-bottom: 1px solid #e6e6f2;
    padding: 8px
}

.morris-hover.morris-default-style .morris-hover-point {
    white-space: nowrap;
    font-size: 16px;
    padding: 8px;
    background: #f7f7fd;
    line-height: 18px
}

#morris_donut svg text {
    font-size: 6px!important
}

#morris_donut tspan {
    font-size: 6px!important
}

.ct-label {
    fill: #71748d;
    color: #71748d;
    font-size: 13px;
    line-height: 1
}

.ct-chart-line .ct-label {
    display: block;
    display: flex
}

.ct-chart-bar .ct-label {
    display: block;
    display: flex
}

.ct-chart-bar .ct-label.ct-horizontal.ct-start {
    align-items: flex-end;
    justify-content: center;
    text-align: center;
    text-anchor: start
}

.ct-chart-bar .ct-label.ct-horizontal.ct-end {
    align-items: flex-start;
    justify-content: center;
    text-align: center;
    text-anchor: start
}

.ct-chart-pie .ct-label {
    dominant-baseline: central
}

.ct-chart-donut .ct-label {
    dominant-baseline: central
}

.ct-label.ct-horizontal.ct-start {
    align-items: flex-end;
    justify-content: flex-start;
    text-align: left;
    text-anchor: start
}

.ct-label.ct-horizontal.ct-end {
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
    text-anchor: start
}

.ct-label.ct-vertical.ct-start {
    align-items: flex-end;
    justify-content: flex-end;
    text-align: right;
    text-anchor: end
}

.ct-label.ct-vertical.ct-end {
    align-items: flex-end;
    justify-content: flex-start;
    text-align: left;
    text-anchor: start
}

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-start {
    align-items: flex-end;
    justify-content: flex-start;
    text-align: left;
    text-anchor: start
}

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-end {
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
    text-anchor: start
}

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-start {
    align-items: center;
    justify-content: flex-end;
    text-align: right;
    text-anchor: end
}

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-end {
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    text-anchor: end
}

.ct-grid {
    stroke: #e6e6f2;
    stroke-width: 1px;
    stroke-dasharray: 2px
}

.ct-grid-background {
    fill: none
}

.ct-point {
    stroke-width: 9px;
    stroke-linecap: round
}

.ct-line {
    fill: none;
    stroke-width: 3px
}

.ct-area {
    stroke: none;
    fill-opacity: .3
}

.ct-bar {
    fill: none;
    stroke-width: 10px
}

.ct-slice-donut {
    fill: none;
    stroke-width: 60px
}

.ct-series-a .ct-point {
    stroke: #2E2F39
}

.ct-series-a .ct-line {
    stroke: #2E2F39
}

.ct-series-a .ct-bar {
    stroke: #2E2F39
}

.ct-series-a .ct-slice-donut {
    stroke: #2E2F39
}

.ct-series-a .ct-slice-pie {
    fill: #2E2F39
}

.ct-series-a .ct-slice-donut-solid {
    fill: #2E2F39
}

.ct-series-a .ct-area {
    fill: #2E2F39
}

.ct-series-b .ct-point {
    stroke: #f0346e
}

.ct-series-b .ct-line {
    stroke: #f0346e
}

.ct-series-b .ct-bar {
    stroke: #f0346e
}

.ct-series-b .ct-slice-donut {
    stroke: #f0346e
}

.ct-series-b .ct-slice-pie {
    fill: #ff407b
}

.ct-series-b .ct-slice-donut-solid {
    fill: #ff407b
}

.ct-series-b .ct-area {
    fill: #ff407b
}

.ct-series-c .ct-point {
    stroke: #17c0dc
}

.ct-series-c .ct-line {
    stroke: #17c0dc
}

.ct-series-c .ct-bar {
    stroke: #17c0dc
}

.ct-series-c .ct-slice-donut {
    stroke: #17c0dc
}

.ct-series-c .ct-slice-pie {
    fill: #ffe174
}

.ct-series-c .ct-slice-donut-solid {
    fill: #ffe174
}

.ct-series-c .ct-area {
    fill: #ffe174
}

.ct-series-d .ct-point {
    stroke: #ffe174
}

.ct-series-d .ct-line {
    stroke: #ffe174
}

.ct-series-d .ct-bar {
    stroke: #ffe174
}

.ct-series-d .ct-slice-donut {
    stroke: #ffe174
}

.ct-series-d .ct-slice-pie {
    fill: #64ced3
}

.ct-series-d .ct-slice-donut-solid {
    fill: #64ced3
}

.ct-series-d .ct-area {
    fill: #64ced3
}

.ct-series-e .ct-point {
    stroke: #ffa47f
}

.ct-series-e .ct-line {
    stroke: #ffa47f
}

.ct-series-e .ct-bar {
    stroke: #ffa47f
}

.ct-series-e .ct-slice-donut {
    stroke: #ffa47f
}

.ct-series-e .ct-slice-pie {
    fill: #ffa47f
}

.ct-series-e .ct-slice-donut-solid {
    fill: #ffa47f
}

.ct-series-e .ct-area {
    fill: #ffa47f
}

.ct-series-f .ct-point {
    stroke: #b4f87b
}

.ct-series-f .ct-line {
    stroke: #b4f87b
}

.ct-series-f .ct-bar {
    stroke: #b4f87b
}

.ct-series-f .ct-slice-donut {
    stroke: #b4f87b
}

.ct-series-f .ct-slice-pie {
    fill: #ffa47f
}

.ct-series-f .ct-slice-donut-solid {
    fill: #ffa47f
}

.ct-series-f .ct-area {
    fill: #ffa47f
}

.ct-series-g .ct-point {
    stroke: #c4a9f0
}

.ct-series-g .ct-line {
    stroke: #c4a9f0
}

.ct-series-g .ct-bar {
    stroke: #c4a9f0
}

.ct-series-g .ct-slice-donut {
    stroke: #c4a9f0
}

.ct-series-g .ct-slice-pie {
    fill: #0544d3
}

.ct-series-g .ct-slice-donut-solid {
    fill: #0544d3
}

.ct-series-g .ct-area {
    fill: #0544d3
}

.ct-series-h .ct-point {
    stroke: #6b0392
}

.ct-series-h .ct-line {
    stroke: #6b0392
}

.ct-series-h .ct-bar {
    stroke: #6b0392
}

.ct-series-h .ct-slice-donut {
    stroke: #6b0392
}

.ct-series-h .ct-slice-pie {
    fill: #6b0392
}

.ct-series-h .ct-slice-donut-solid {
    fill: #6b0392
}

.ct-series-h .ct-area {
    fill: #6b0392
}

.ct-series-i .ct-point {
    stroke: #f05b4f
}

.ct-series-i .ct-line {
    stroke: #f05b4f
}

.ct-series-i .ct-bar {
    stroke: #f05b4f
}

.ct-series-i .ct-slice-donut {
    stroke: #f05b4f
}

.ct-series-i .ct-slice-pie {
    fill: #f05b4f
}

.ct-series-i .ct-slice-donut-solid {
    fill: #f05b4f
}

.ct-series-i .ct-area {
    fill: #f05b4f
}

.ct-series-j .ct-point {
    stroke: #dda458
}

.ct-series-j .ct-line {
    stroke: #dda458
}

.ct-series-j .ct-bar {
    stroke: #dda458
}

.ct-series-j .ct-slice-donut {
    stroke: #dda458
}

.ct-series-j .ct-slice-pie {
    fill: #dda458
}

.ct-series-j .ct-slice-donut-solid {
    fill: #dda458
}

.ct-series-j .ct-area {
    fill: #dda458
}

.ct-series-k .ct-point {
    stroke: #eacf7d
}

.ct-series-k .ct-line {
    stroke: #eacf7d
}

.ct-series-k .ct-bar {
    stroke: #eacf7d
}

.ct-series-k .ct-slice-donut {
    stroke: #eacf7d
}

.ct-series-k .ct-slice-pie {
    fill: #eacf7d
}

.ct-series-k .ct-slice-donut-solid {
    fill: #eacf7d
}

.ct-series-k .ct-area {
    fill: #eacf7d
}

.ct-series-l .ct-point {
    stroke: #86797d
}

.ct-series-l .ct-line {
    stroke: #86797d
}

.ct-series-l .ct-bar {
    stroke: #86797d
}

.ct-series-l .ct-slice-donut {
    stroke: #86797d
}

.ct-series-l .ct-slice-pie {
    fill: #86797d
}

.ct-series-l .ct-slice-donut-solid {
    fill: #86797d
}

.ct-series-l .ct-area {
    fill: #86797d
}

.ct-series-m .ct-point {
    stroke: #b2c326
}

.ct-series-m .ct-line {
    stroke: #b2c326
}

.ct-series-m .ct-bar {
    stroke: #b2c326
}

.ct-series-m .ct-slice-donut {
    stroke: #b2c326
}

.ct-series-m .ct-slice-pie {
    fill: #b2c326
}

.ct-series-m .ct-slice-donut-solid {
    fill: #b2c326
}

.ct-series-m .ct-area {
    fill: #b2c326
}

.ct-series-n .ct-point {
    stroke: #6188e2
}

.ct-series-n .ct-line {
    stroke: #6188e2
}

.ct-series-n .ct-bar {
    stroke: #6188e2
}

.ct-series-n .ct-slice-donut {
    stroke: #6188e2
}

.ct-series-n .ct-slice-pie {
    fill: #6188e2
}

.ct-series-n .ct-slice-donut-solid {
    fill: #6188e2
}

.ct-series-n .ct-area {
    fill: #6188e2
}

.ct-series-o .ct-point {
    stroke: #a748ca
}

.ct-series-o .ct-line {
    stroke: #a748ca
}

.ct-series-o .ct-bar {
    stroke: #a748ca
}

.ct-series-o .ct-slice-donut {
    stroke: #a748ca
}

.ct-series-o .ct-slice-pie {
    fill: #a748ca
}

.ct-series-o .ct-slice-donut-solid {
    fill: #a748ca
}

.ct-series-o .ct-area {
    fill: #a748ca
}

.ct-square {
    display: block;
    position: relative;
    width: 100%
}

.ct-square:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 100%
}

.ct-square:after {
    content: "";
    display: table;
    clear: both
}

.ct-square>svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0
}

.ct-minor-second {
    display: block;
    position: relative;
    width: 100%
}

.ct-minor-second:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 93.75%
}

.ct-minor-second:after {
    content: "";
    display: table;
    clear: both
}

.ct-minor-second>svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0
}

.ct-major-second {
    display: block;
    position: relative;
    width: 100%
}

.ct-major-second:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 88.8888888889%
}

.ct-major-second:after {
    content: "";
    display: table;
    clear: both
}

.ct-major-second>svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0
}

.ct-minor-third {
    display: block;
    position: relative;
    width: 100%
}

.ct-minor-third:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 83.3333333333%
}

.ct-minor-third:after {
    content: "";
    display: table;
    clear: both
}

.ct-minor-third>svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0
}

.ct-major-third {
    display: block;
    position: relative;
    width: 100%
}

.ct-major-third:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 80%
}

.ct-major-third:after {
    content: "";
    display: table;
    clear: both
}

.ct-major-third>svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0
}

.ct-perfect-fourth {
    display: block;
    position: relative;
    width: 100%
}

.ct-perfect-fourth:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 75%
}

.ct-perfect-fourth:after {
    content: "";
    display: table;
    clear: both
}

.ct-perfect-fourth>svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0
}

.ct-perfect-fifth {
    display: block;
    position: relative;
    width: 100%
}

.ct-perfect-fifth:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 66.6666666667%
}

.ct-perfect-fifth:after {
    content: "";
    display: table;
    clear: both
}

.ct-perfect-fifth>svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0
}

.ct-minor-sixth {
    display: block;
    position: relative;
    width: 100%
}

.ct-minor-sixth:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 62.5%
}

.ct-minor-sixth:after {
    content: "";
    display: table;
    clear: both
}

.ct-minor-sixth>svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0
}

.ct-golden-section {
    display: block;
    position: relative;
    width: 100%
}

.ct-golden-section:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 50.804697%
}

.ct-golden-section:after {
    content: "";
    display: table;
    clear: both
}

.ct-golden-section>svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0
}

.ct-major-sixth {
    display: block;
    position: relative;
    width: 100%
}

.ct-major-sixth:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 60%
}

.ct-major-sixth:after {
    content: "";
    display: table;
    clear: both
}

.ct-major-sixth>svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0
}

.ct-minor-seventh {
    display: block;
    position: relative;
    width: 100%
}

.ct-minor-seventh:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 56.25%
}

.ct-minor-seventh:after {
    content: "";
    display: table;
    clear: both
}

.ct-minor-seventh>svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0
}

.ct-major-seventh {
    display: block;
    position: relative;
    width: 100%
}

.ct-major-seventh:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 53.3333333333%
}

.ct-major-seventh:after {
    content: "";
    display: table;
    clear: both
}

.ct-major-seventh>svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0
}

.ct-octave {
    display: block;
    position: relative;
    width: 100%
}

.ct-octave:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 50%
}

.ct-octave:after {
    content: "";
    display: table;
    clear: both
}

.ct-octave>svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0
}

.ct-major-tenth {
    display: block;
    position: relative;
    width: 100%
}

.ct-major-tenth:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 40%
}

.ct-major-tenth:after {
    content: "";
    display: table;
    clear: both
}

.ct-major-tenth>svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0
}

.ct-major-eleventh {
    display: block;
    position: relative;
    width: 100%
}

.ct-major-eleventh:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 37.5%
}

.ct-major-eleventh:after {
    content: "";
    display: table;
    clear: both
}

.ct-major-eleventh>svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0
}

.ct-major-twelfth {
    display: block;
    position: relative;
    width: 100%
}

.ct-major-twelfth:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 33.3333333333%
}

.ct-major-twelfth:after {
    content: "";
    display: table;
    clear: both
}

.ct-major-twelfth>svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0
}

.ct-double-octave {
    display: block;
    position: relative;
    width: 100%
}

.ct-double-octave:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 25%
}

.ct-double-octave:after {
    content: "";
    display: table;
    clear: both
}

.ct-double-octave>svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0
}

.daterangepicker {
    position: absolute;
    color: #686972;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #ddd;
    width: 278px;
    max-width: none;
    padding: 0;
    margin-top: 7px;
    top: 100px;
    left: 20px;
    z-index: 3001;
    display: none;
    font-size: 15px;
    line-height: 1em
}

.daterangepicker:before {
    position: absolute;
    display: inline-block;
    border-bottom-color: rgba(0,0,0,.2);
    content: "";
    top: -7px;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 7px solid #ccc
}

.daterangepicker:after {
    position: absolute;
    display: inline-block;
    border-bottom-color: rgba(0,0,0,.2);
    content: "";
    top: -6px;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent
}

.daterangepicker .drp-calendar {
    display: none;
    max-width: 270px
}

.daterangepicker .drp-calendar.left {
    padding: 8px 0 8px 8px
}

.daterangepicker .drp-calendar.right {
    padding: 8px
}

.daterangepicker .drp-calendar.single .calendar-table {
    border: none
}

.daterangepicker .calendar-table {
    border: 1px solid #fff;
    border-radius: 4px;
    background-color: #fff
}

.daterangepicker .calendar-table .next span {
    color: #fff;
    border: solid #3d3f5d;
    border-width: 0 2px 2px 0;
    border-radius: 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg)
}

.daterangepicker .calendar-table .prev span {
    color: #fff;
    border: solid #3d3f5d;
    border-width: 0 2px 2px 0;
    border-radius: 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg)
}

.daterangepicker .calendar-table th {
    white-space: nowrap;
    text-align: center;
    vertical-align: middle;
    min-width: 32px;
    width: 32px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    border-radius: 4px;
    border: 1px solid transparent;
    white-space: nowrap;
    cursor: pointer
}

.daterangepicker .calendar-table td {
    white-space: nowrap;
    text-align: center;
    vertical-align: middle;
    min-width: 32px;
    width: 32px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    border-radius: 4px;
    border: 1px solid transparent;
    white-space: nowrap;
    cursor: pointer
}

.daterangepicker .calendar-table table {
    width: 100%;
    margin: 0;
    border-spacing: 0;
    border-collapse: collapse
}

.daterangepicker td.available:hover {
    background-color: #e6e6f2;
    border-color: transparent;
    color: #686972
}

.daterangepicker th.available:hover {
    background-color: #e6e6f2;
    border-color: transparent;
    color: #686972
}

.daterangepicker td.week {
    font-size: 80%;
    color: #e6e6f2
}

.daterangepicker th.week {
    font-size: 80%;
    color: #e6e6f2
}

.daterangepicker td.off {
    background-color: #fff;
    border-color: transparent;
    color: #71748d
}

.daterangepicker td.off.in-range {
    background-color: #fff;
    border-color: transparent;
    color: #71748d
}

.daterangepicker td.off.start-date {
    background-color: #fff;
    border-color: transparent;
    color: #71748d
}

.daterangepicker td.off.end-date {
    background-color: #fff;
    border-color: transparent;
    color: #71748d
}

.daterangepicker td.in-range {
    background-color: #f9f9ff;
    border-color: transparent;
    color: #2e2f39;
    border-radius: 0
}

.daterangepicker td.start-date {
    border-radius: 4px 0 0 4px
}

.daterangepicker td.end-date {
    border-radius: 0 4px 4px 0
}

.daterangepicker td.start-date.end-date {
    border-radius: 4px
}

.daterangepicker td.active {
    background-color: #2E2F39;
    border-color: transparent;
    color: #fff
}

.daterangepicker td.active:hover {
    background-color: #2E2F39;
    border-color: transparent;
    color: #fff
}

.daterangepicker th.month {
    width: auto
}

.daterangepicker td.disabled {
    color: #71748d;
    cursor: not-allowed;
    text-decoration: line-through
}

.daterangepicker option.disabled {
    color: #71748d;
    cursor: not-allowed;
    text-decoration: line-through
}

.daterangepicker select.monthselect {
    font-size: 12px;
    padding: 1px;
    height: auto;
    margin: 0;
    cursor: default;
    margin-right: 2%;
    width: 56%
}

.daterangepicker select.yearselect {
    font-size: 12px;
    padding: 1px;
    height: auto;
    margin: 0;
    cursor: default;
    width: 40%
}

.daterangepicker select.hourselect {
    width: 50px;
    margin: 0 auto;
    background: #eee;
    border: 1px solid #eee;
    padding: 2px;
    outline: 0;
    font-size: 12px
}

.daterangepicker select.minuteselect {
    width: 50px;
    margin: 0 auto;
    background: #eee;
    border: 1px solid #eee;
    padding: 2px;
    outline: 0;
    font-size: 12px
}

.daterangepicker select.secondselect {
    width: 50px;
    margin: 0 auto;
    background: #eee;
    border: 1px solid #eee;
    padding: 2px;
    outline: 0;
    font-size: 12px
}

.daterangepicker select.ampmselect {
    width: 50px;
    margin: 0 auto;
    background: #eee;
    border: 1px solid #eee;
    padding: 2px;
    outline: 0;
    font-size: 12px
}

.daterangepicker .calendar-time {
    text-align: center;
    margin: 4px auto 0 auto;
    line-height: 30px;
    position: relative
}

.daterangepicker .calendar-time select.disabled {
    color: #e6e6f2;
    cursor: not-allowed
}

.daterangepicker .drp-buttons {
    clear: both;
    text-align: right;
    padding: 8px;
    border-top: 1px solid #ddd;
    display: none;
    line-height: 12px;
    vertical-align: middle
}

.daterangepicker .drp-buttons .btn {
    margin-left: 8px;
    font-size: 12px;
    font-weight: 700;
    padding: 4px 8px
}

.daterangepicker .drp-selected {
    display: inline-block;
    font-size: 12px;
    padding-right: 8px
}

.daterangepicker .ranges {
    float: none;
    text-align: left;
    margin: 0
}

.daterangepicker .ranges ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    width: 100%
}

.daterangepicker .ranges li {
    font-size: 12px;
    padding: 8px 12px;
    cursor: pointer
}

.daterangepicker .ranges li:hover {
    background-color: #e6e6f2
}

.daterangepicker .ranges li.active {
    background-color: #25d5f2;
    color: #fff
}

.daterangepicker.opensleft:before {
    right: 9px
}

.daterangepicker.opensleft:after {
    right: 10px
}

.daterangepicker.openscenter:before {
    left: 0;
    right: 0;
    width: 0;
    margin-left: auto;
    margin-right: auto
}

.daterangepicker.openscenter:after {
    left: 0;
    right: 0;
    width: 0;
    margin-left: auto;
    margin-right: auto
}

.daterangepicker.opensright:before {
    left: 9px
}

.daterangepicker.opensright:after {
    left: 10px
}

.daterangepicker.drop-up {
    margin-top: -7px
}

.daterangepicker.drop-up:before {
    top: initial;
    bottom: -7px;
    border-bottom: initial;
    border-top: 7px solid #ccc
}

.daterangepicker.drop-up:after {
    top: initial;
    bottom: -6px;
    border-bottom: initial;
    border-top: 6px solid #fff
}

.daterangepicker.single .daterangepicker .ranges {
    float: none
}

.daterangepicker.single .drp-calendar {
    float: none
}

.daterangepicker.single .drp-selected {
    display: none
}

.daterangepicker.show-calendar .drp-calendar {
    display: block
}

.daterangepicker.show-calendar .drp-buttons {
    display: block
}

.daterangepicker.show-calendar .ranges {
    margin-top: 8px
}

.daterangepicker.auto-apply .drp-buttons {
    display: none
}

.daterangepicker.show-ranges .drp-calendar.left {
    border-left: 1px solid #ddd
}

@media (min-width: 564px) {
    .daterangepicker {
        width:auto
    }

    .daterangepicker .ranges ul {
        width: 140px
    }

    .daterangepicker.single .ranges ul {
        width: 100%
    }

    .daterangepicker.single .drp-calendar.left {
        clear: none
    }

    .daterangepicker.single.ltr .ranges {
        float: left
    }

    .daterangepicker.single.ltr .drp-calendar {
        float: left
    }

    .daterangepicker.single.rtl .ranges {
        float: right
    }

    .daterangepicker.single.rtl .drp-calendar {
        float: right
    }

    .daterangepicker.ltr {
        direction: ltr;
        text-align: left
    }

    .daterangepicker.ltr .drp-calendar.left {
        clear: left;
        margin-right: 0
    }

    .daterangepicker.ltr .drp-calendar.left .calendar-table {
        border-right: none;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        padding-right: 8px
    }

    .daterangepicker.ltr .drp-calendar.right {
        margin-left: 0
    }

    .daterangepicker.ltr .drp-calendar.right .calendar-table {
        border-left: none;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .daterangepicker.ltr .ranges {
        float: left
    }

    .daterangepicker.ltr .drp-calendar {
        float: left
    }

    .daterangepicker.rtl {
        direction: rtl;
        text-align: right
    }

    .daterangepicker.rtl .drp-calendar.left {
        clear: right;
        margin-left: 0
    }

    .daterangepicker.rtl .drp-calendar.left .calendar-table {
        border-left: none;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        padding-left: 12px
    }

    .daterangepicker.rtl .drp-calendar.right {
        margin-right: 0
    }

    .daterangepicker.rtl .drp-calendar.right .calendar-table {
        border-right: none;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .daterangepicker.rtl .ranges {
        text-align: right;
        float: right
    }

    .daterangepicker.rtl .drp-calendar {
        text-align: right;
        float: right
    }
}

@media (min-width: 730px) {
    .daterangepicker .ranges {
        width:auto
    }

    .daterangepicker .drp-calendar.left {
        clear: none!important
    }

    .daterangepicker.ltr .ranges {
        float: left
    }

    .daterangepicker.rtl .ranges {
        float: right
    }
}

@keyframes dtb-spinner {
    100% {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes dtb-spinner {
    100% {
        transform: rotate(360deg)
    }
}

div.dt-button-info {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 400px;
    margin-top: -100px;
    margin-left: -200px;
    background-color: #fff;
    border: 2px solid #111;
    box-shadow: 3px 3px 8px rgba(0,0,0,.3);
    border-radius: 3px;
    text-align: center;
    z-index: 21
}

div.dt-button-info h2 {
    padding: .5em;
    margin: 0;
    font-weight: 400;
    border-bottom: 1px solid #ddd;
    background-color: #f9f9ff
}

div.dt-button-info>div {
    padding: 1em
}

ul.dt-button-collection.dropdown-menu {
    display: block;
    z-index: 2002;
    -moz-column-gap: 8px;
    -ms-column-gap: 8px;
    -o-column-gap: 8px;
    column-gap: 8px
}

ul.dt-button-collection.dropdown-menu>* {
    -moz-column-break-inside: avoid;
    break-inside: avoid
}

ul.dt-button-collection.dropdown-menu .dt-button {
    border-radius: 0
}

ul.dt-button-collection.dropdown-menu.fixed {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -75px;
    border-radius: 0
}

ul.dt-button-collection.dropdown-menu.fixed.two-column {
    margin-left: -150px
}

ul.dt-button-collection.dropdown-menu.fixed.three-column {
    margin-left: -225px
}

ul.dt-button-collection.dropdown-menu.fixed.four-column {
    margin-left: -300px
}

ul.dt-button-collection.dropdown-menu.two-column {
    width: 300px;
    padding-bottom: 1px;
    -moz-column-count: 2;
    -ms-column-count: 2;
    -o-column-count: 2;
    column-count: 2
}

ul.dt-button-collection.dropdown-menu.three-column {
    width: 450px;
    padding-bottom: 1px;
    -moz-column-count: 3;
    -ms-column-count: 3;
    -o-column-count: 3;
    column-count: 3
}

ul.dt-button-collection.dropdown-menu.four-column {
    width: 600px;
    padding-bottom: 1px;
    -moz-column-count: 4;
    -ms-column-count: 4;
    -o-column-count: 4;
    column-count: 4
}

ul.dt-button-collection {
    -moz-column-gap: 8px;
    -ms-column-gap: 8px;
    -o-column-gap: 8px;
    column-gap: 8px
}

ul.dt-button-collection>* {
    -moz-column-break-inside: avoid;
    break-inside: avoid
}

ul.dt-button-collection .dt-button {
    border-radius: 0
}

ul.dt-button-collection.fixed {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -75px;
    border-radius: 0;
    max-width: none
}

ul.dt-button-collection.fixed:before {
    display: none
}

ul.dt-button-collection.fixed:after {
    display: none
}

ul.dt-button-collection.fixed.two-column {
    margin-left: -150px
}

ul.dt-button-collection.fixed.three-column {
    margin-left: -225px
}

ul.dt-button-collection.fixed.four-column {
    margin-left: -300px
}

ul.dt-button-collection.two-column {
    width: 300px;
    padding-bottom: 1px;
    -moz-column-count: 2;
    -ms-column-count: 2;
    -o-column-count: 2;
    column-count: 2
}

ul.dt-button-collection.three-column {
    width: 450px;
    padding-bottom: 1px;
    -moz-column-count: 3;
    -ms-column-count: 3;
    -o-column-count: 3;
    column-count: 3
}

ul.dt-button-collection.four-column {
    width: 600px;
    padding-bottom: 1px;
    -moz-column-count: 4;
    -ms-column-count: 4;
    -o-column-count: 4;
    column-count: 4
}

div.dt-button-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999
}

div.dt-buttons button.btn.processing {
    color: rgba(0,0,0,.2)
}

div.dt-buttons button.btn.processing:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 16px;
    margin: -8px 0 0 -8px;
    box-sizing: border-box;
    display: block;
    content: " ";
    border: 2px solid #282828;
    border-radius: 50%;
    border-left-color: transparent;
    border-right-color: transparent;
    animation: dtb-spinner 1.5s infinite linear;
    -o-animation: dtb-spinner 1.5s infinite linear;
    -ms-animation: dtb-spinner 1.5s infinite linear;
    -webkit-animation: dtb-spinner 1.5s infinite linear;
    -moz-animation: dtb-spinner 1.5s infinite linear
}

div.dt-buttons div.btn.processing {
    color: rgba(0,0,0,.2)
}

div.dt-buttons div.btn.processing:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 16px;
    margin: -8px 0 0 -8px;
    box-sizing: border-box;
    display: block;
    content: " ";
    border: 2px solid #282828;
    border-radius: 50%;
    border-left-color: transparent;
    border-right-color: transparent;
    animation: dtb-spinner 1.5s infinite linear;
    -o-animation: dtb-spinner 1.5s infinite linear;
    -ms-animation: dtb-spinner 1.5s infinite linear;
    -webkit-animation: dtb-spinner 1.5s infinite linear;
    -moz-animation: dtb-spinner 1.5s infinite linear
}

div.dt-buttons a.btn.processing {
    color: rgba(0,0,0,.2)
}

div.dt-buttons a.btn.processing:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 16px;
    margin: -8px 0 0 -8px;
    box-sizing: border-box;
    display: block;
    content: " ";
    border: 2px solid #282828;
    border-radius: 50%;
    border-left-color: transparent;
    border-right-color: transparent;
    animation: dtb-spinner 1.5s infinite linear;
    -o-animation: dtb-spinner 1.5s infinite linear;
    -ms-animation: dtb-spinner 1.5s infinite linear;
    -webkit-animation: dtb-spinner 1.5s infinite linear;
    -moz-animation: dtb-spinner 1.5s infinite linear
}

@media screen and (max-width: 767px) {
    div.dt-buttons {
        float:none;
        width: 100%;
        text-align: center;
        margin-bottom: .5em
    }

    div.dt-buttons a.btn {
        float: none
    }
}

table.dataTable {
    clear: both;
    margin-top: 6px!important;
    margin-bottom: 6px!important;
    max-width: none!important;
    border-collapse: separate!important;
    border-spacing: 0
}

table.dataTable td {
    box-sizing: content-box
}

table.dataTable th {
    box-sizing: content-box
}

table.dataTable td.dataTables_empty {
    text-align: center
}

table.dataTable th.dataTables_empty {
    text-align: center
}

table.dataTable thead>tr>th.sorting_asc {
    padding-right: 30px
}

table.dataTable thead>tr>th.sorting_desc {
    padding-right: 30px
}

table.dataTable thead>tr>th.sorting {
    padding-right: 30px
}

table.dataTable thead>tr>td.sorting_asc {
    padding-right: 30px
}

table.dataTable thead>tr>td.sorting_desc {
    padding-right: 30px
}

table.dataTable thead>tr>td.sorting {
    padding-right: 30px
}

table.dataTable thead>tr>th:active {
    outline: 0
}

table.dataTable thead>tr>td:active {
    outline: 0
}

table.dataTable thead .sorting {
    cursor: pointer;
    position: relative
}

table.dataTable thead .sorting:before {
    position: absolute;
    bottom: .9em;
    display: block;
    opacity: .3;
    right: 1em;
    content: "\2191"
}

table.dataTable thead .sorting:after {
    position: absolute;
    bottom: .9em;
    display: block;
    opacity: .3;
    right: .5em;
    content: "\2193"
}

table.dataTable thead .sorting_asc {
    cursor: pointer;
    position: relative
}

table.dataTable thead .sorting_asc:before {
    position: absolute;
    bottom: .9em;
    display: block;
    opacity: .3;
    right: 1em;
    content: "\2191";
    opacity: 1
}

table.dataTable thead .sorting_asc:after {
    position: absolute;
    bottom: .9em;
    display: block;
    opacity: .3;
    right: .5em;
    content: "\2193"
}

table.dataTable thead .sorting_desc {
    cursor: pointer;
    position: relative
}

table.dataTable thead .sorting_desc:before {
    position: absolute;
    bottom: .9em;
    display: block;
    opacity: .3;
    right: 1em;
    content: "\2191"
}

table.dataTable thead .sorting_desc:after {
    position: absolute;
    bottom: .9em;
    display: block;
    opacity: .3;
    right: .5em;
    content: "\2193";
    opacity: 1
}

table.dataTable thead .sorting_asc_disabled {
    cursor: pointer;
    position: relative
}

table.dataTable thead .sorting_asc_disabled:before {
    position: absolute;
    bottom: .9em;
    display: block;
    opacity: .3;
    right: 1em;
    content: "\2191";
    opacity: 0
}

table.dataTable thead .sorting_asc_disabled:after {
    position: absolute;
    bottom: .9em;
    display: block;
    opacity: .3;
    right: .5em;
    content: "\2193"
}

table.dataTable thead .sorting_desc_disabled {
    cursor: pointer;
    position: relative
}

table.dataTable thead .sorting_desc_disabled:before {
    position: absolute;
    bottom: .9em;
    display: block;
    opacity: .3;
    right: 1em;
    content: "\2191"
}

table.dataTable thead .sorting_desc_disabled:after {
    position: absolute;
    bottom: .9em;
    display: block;
    opacity: .3;
    right: .5em;
    content: "\2193";
    opacity: 0
}

table.dataTable.nowrap th {
    white-space: nowrap
}

table.dataTable.nowrap td {
    white-space: nowrap
}

div.dataTables_wrapper div.dataTables_length label {
    font-weight: 400;
    text-align: left;
    white-space: nowrap
}

div.dataTables_wrapper div.dataTables_length select {
    width: auto;
    display: inline-block
}

div.dataTables_wrapper div.dataTables_filter {
    text-align: right
}

div.dataTables_wrapper div.dataTables_filter label {
    font-weight: 400;
    white-space: nowrap;
    text-align: left
}

div.dataTables_wrapper div.dataTables_filter input {
    margin-left: .5em;
    display: inline-block;
    width: auto
}

div.dataTables_wrapper div.dataTables_info {
    padding-top: .85em;
    white-space: nowrap
}

div.dataTables_wrapper div.dataTables_paginate {
    margin: 0;
    white-space: nowrap;
    text-align: right
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    margin: 2px 0;
    white-space: nowrap;
    justify-content: flex-end
}

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
}

div.dataTables_scrollHead table.dataTable {
    margin-bottom: 0!important
}

div.dataTables_scrollHead table.table-bordered {
    border-bottom-width: 0
}

div.dataTables_scrollBody table {
    border-top: none;
    margin-top: 0!important;
    margin-bottom: 0!important
}

div.dataTables_scrollBody table thead .sorting:before {
    display: none
}

div.dataTables_scrollBody table thead .sorting:after {
    display: none
}

div.dataTables_scrollBody table thead .sorting_asc:before {
    display: none
}

div.dataTables_scrollBody table thead .sorting_asc:after {
    display: none
}

div.dataTables_scrollBody table thead .sorting_desc:before {
    display: none
}

div.dataTables_scrollBody table thead .sorting_desc:after {
    display: none
}

div.dataTables_scrollBody table tbody tr:first-child th {
    border-top: none
}

div.dataTables_scrollBody table tbody tr:first-child td {
    border-top: none
}

div.dataTables_scrollFoot>.dataTables_scrollFootInner {
    box-sizing: content-box
}

div.dataTables_scrollFoot>.dataTables_scrollFootInner>table {
    margin-top: 0!important;
    border-top: none
}

table.dataTable.table-sm>thead>tr>th {
    padding-right: 20px
}

table.dataTable.table-sm .sorting:before {
    top: 5px;
    right: .85em
}

table.dataTable.table-sm .sorting:after {
    top: 5px
}

table.dataTable.table-sm .sorting_asc:before {
    top: 5px;
    right: .85em
}

table.dataTable.table-sm .sorting_asc:after {
    top: 5px
}

table.dataTable.table-sm .sorting_desc:before {
    top: 5px;
    right: .85em
}

table.dataTable.table-sm .sorting_desc:after {
    top: 5px
}

table.table-bordered.dataTable th {
    border-left-width: 0
}

table.table-bordered.dataTable th:last-child {
    border-right-width: 0;
    border-right-width: 0
}

table.table-bordered.dataTable td {
    border-left-width: 0
}

table.table-bordered.dataTable td:last-child {
    border-right-width: 0;
    border-right-width: 0
}

table.table-bordered.dataTable tbody th {
    border-bottom-width: 0
}

table.table-bordered.dataTable tbody td {
    border-bottom-width: 0
}

div.table-responsive>div.dataTables_wrapper>div.row {
    margin: 0
}

div.table-responsive>div.dataTables_wrapper>div.row>div[class^=col-]:first-child {
    padding-left: 0
}

div.table-responsive>div.dataTables_wrapper>div.row>div[class^=col-]:last-child {
    padding-right: 0
}

@media screen and (max-width: 767px) {
    div.dataTables_wrapper div.dataTables_length {
        text-align:center
    }

    div.dataTables_wrapper div.dataTables_filter {
        text-align: center
    }

    div.dataTables_wrapper div.dataTables_info {
        text-align: center
    }

    div.dataTables_wrapper div.dataTables_paginate {
        text-align: center
    }
}

table.dataTable.fixedHeader-floating {
    background-color: #fff;
    margin-top: 0!important;
    margin-bottom: 0!important;
    position: fixed!important
}

table.dataTable.fixedHeader-locked {
    background-color: #fff;
    margin-top: 0!important;
    margin-bottom: 0!important;
    position: absolute!important
}

@media print {
    table.fixedHeader-floating {
        display: none
    }
}

table.dataTable tbody>tr.selected {
    background-color: #2E2F39
}

table.dataTable tbody>tr>.selected {
    background-color: #2E2F39
}

table.dataTable tbody td.select-checkbox {
    position: relative
}

table.dataTable tbody td.select-checkbox:before {
    display: block;
    position: absolute;
    top: 1.2em;
    left: 50%;
    width: 12px;
    height: 12px;
    box-sizing: border-box;
    content: " ";
    margin-top: -6px;
    margin-left: -6px;
    border: 1px solid #000;
    border-radius: 3px
}

table.dataTable tbody td.select-checkbox:after {
    display: block;
    position: absolute;
    top: 1.2em;
    left: 50%;
    width: 12px;
    height: 12px;
    box-sizing: border-box
}

table.dataTable tbody th.select-checkbox {
    position: relative
}

table.dataTable tbody th.select-checkbox:before {
    display: block;
    position: absolute;
    top: 1.2em;
    left: 50%;
    width: 12px;
    height: 12px;
    box-sizing: border-box;
    content: " ";
    margin-top: -6px;
    margin-left: -6px;
    border: 1px solid #000;
    border-radius: 3px
}

table.dataTable tbody th.select-checkbox:after {
    display: block;
    position: absolute;
    top: 1.2em;
    left: 50%;
    width: 12px;
    height: 12px;
    box-sizing: border-box
}

table.dataTable tbody tr.selected {
    color: #fff
}

table.dataTable tbody tr.selected a {
    color: #25d5f2
}

table.dataTable tbody th.selected {
    color: #fff
}

table.dataTable tbody th.selected a {
    color: #25d5f2
}

table.dataTable tbody td.selected {
    color: #fff
}

table.dataTable tbody td.selected a {
    color: #25d5f2
}

table.dataTable tr.selected td.select-checkbox:after {
    content: "\2714";
    margin-top: -11px;
    margin-left: -4px;
    text-align: center;
    text-shadow: 1px 1px #b0bed9,-1px -1px #b0bed9,1px -1px #b0bed9,-1px 1px #b0bed9
}

table.dataTable tr.selected th.select-checkbox:after {
    content: "\2714";
    margin-top: -11px;
    margin-left: -4px;
    text-align: center;
    text-shadow: 1px 1px #b0bed9,-1px -1px #b0bed9,1px -1px #b0bed9,-1px 1px #b0bed9
}

table.dataTable.stripe tbody>tr.odd.selected {
    background-color: #2E2F39
}

table.dataTable.stripe tbody>tr.odd>.selected {
    background-color: #2E2F39
}

table.dataTable.display tbody>tr.odd.selected {
    background-color: #2E2F39
}

table.dataTable.display tbody>tr.odd.selected>.sorting_1 {
    background-color: #2E2F39
}

table.dataTable.display tbody>tr.odd.selected>.sorting_2 {
    background-color: #2E2F39
}

table.dataTable.display tbody>tr.odd.selected>.sorting_3 {
    background-color: #2E2F39
}

table.dataTable.display tbody>tr.odd>.selected {
    background-color: #2E2F39;
    background-color: #2E2F39
}

table.dataTable.display tbody>tr.selected:hover {
    background-color: #2E2F39
}

table.dataTable.display tbody>tr.selected:hover>.sorting_1 {
    background-color: #2E2F39
}

table.dataTable.display tbody>tr.selected:hover>.sorting_2 {
    background-color: #2E2F39
}

table.dataTable.display tbody>tr.selected:hover>.sorting_3 {
    background-color: #2E2F39
}

table.dataTable.display tbody>tr.selected>.sorting_1 {
    background-color: #2E2F39
}

table.dataTable.display tbody>tr.selected>.sorting_2 {
    background-color: #2E2F39
}

table.dataTable.display tbody>tr.selected>.sorting_3 {
    background-color: #2E2F39
}

table.dataTable.display tbody>tr>.selected {
    background-color: #2E2F39
}

table.dataTable.display tbody>tr>.selected:hover {
    background-color: #2E2F39;
    background-color: #2E2F39
}

table.dataTable.display tbody>tr:hover>.selected {
    background-color: #2E2F39
}

table.dataTable.display tbody>tr.even.selected>.sorting_1 {
    background-color: #2E2F39
}

table.dataTable.display tbody>tr.even.selected>.sorting_2 {
    background-color: #25d5f2
}

table.dataTable.display tbody>tr.even.selected>.sorting_3 {
    background-color: #25d5f2
}

table.dataTable.display tbody>tr.even>.selected {
    background-color: #2E2F39
}

table.dataTable.hover tbody>tr.selected:hover {
    background-color: #2E2F39
}

table.dataTable.hover tbody>tr>.selected:hover {
    background-color: #2E2F39
}

table.dataTable.order-column tbody>tr.selected>.sorting_1 {
    background-color: #2E2F39
}

table.dataTable.order-column tbody>tr.selected>.sorting_2 {
    background-color: #2E2F39
}

table.dataTable.order-column tbody>tr.selected>.sorting_3 {
    background-color: #2E2F39
}

table.dataTable.order-column tbody>tr>.selected {
    background-color: #2E2F39
}

table.dataTable.order-column.stripe tbody>tr.odd.selected>.sorting_1 {
    background-color: #2E2F39
}

table.dataTable.order-column.stripe tbody>tr.odd.selected>.sorting_2 {
    background-color: #2E2F39
}

table.dataTable.order-column.stripe tbody>tr.odd.selected>.sorting_3 {
    background-color: #2E2F39
}

table.dataTable.order-column.stripe tbody>tr.even.selected>.sorting_1 {
    background-color: #2E2F39
}

table.dataTable.order-column.stripe tbody>tr.even.selected>.sorting_2 {
    background-color: #25d5f2
}

table.dataTable.order-column.stripe tbody>tr.even.selected>.sorting_3 {
    background-color: #25d5f2
}

table.dataTable.order-column.stripe tbody>tr.odd>.selected {
    background-color: #2E2F39
}

table.dataTable.order-column.stripe tbody>tr.even>.selected {
    background-color: #2E2F39
}

table.dataTable.order-column.hover tbody>tr.selected:hover>.sorting_1 {
    background-color: #2E2F39
}

table.dataTable.order-column.hover tbody>tr.selected:hover>.sorting_2 {
    background-color: #2E2F39
}

table.dataTable.order-column.hover tbody>tr.selected:hover>.sorting_3 {
    background-color: #2E2F39
}

table.dataTable.order-column.hover tbody>tr:hover>.selected {
    background-color: #2E2F39
}

table.dataTable.order-column.hover tbody>tr>.selected:hover {
    background-color: #2E2F39
}

div.dataTables_wrapper span.select-info {
    margin-left: .5em
}

div.dataTables_wrapper span.select-item {
    margin-left: .5em
}

@media screen and (max-width: 640px) {
    div.dataTables_wrapper span.select-info {
        margin-left:0;
        display: block
    }

    div.dataTables_wrapper span.select-item {
        margin-left: 0;
        display: block
    }
}

#hiderow {
    display: none
}

.delete {
    display: none
}

#page-wrap {
    margin: 0 auto;
    border: 1px solid #e6e6f2;
    padding: 0 50px 0 50px
}

textarea {
    border: 0;
    overflow: hidden;
    resize: none
}

textarea:hover {
    background-color: #dbdeff
}

textarea:focus {
    background-color: #dbdeff
}

table {
    border-collapse: collapse
}

#customer {
    overflow: hidden
}

#customer table td {
    border: 1px solid #e6e6f2;
    padding: 14px
}

#customer table th {
    border: 1px solid #e6e6f2;
    padding: 14px
}

#header {
    height: 15px;
    width: 100%;
    margin: 20px 0;
    background: #383c60;
    text-align: center;
    color: #fff;
    -webkit-text-decoration: uppercase;
    text-decoration: uppercase;
    letter-spacing: 11px;
    padding: 42px 0;
    line-height: 10px;
    font-size: 18px
}

#addressprint {
    width: 250px;
    height: 150px;
    float: left
}

#logo {
    text-align: right;
    float: right;
    position: relative;
    margin-top: 25px;
    border: 1px solid #fff;
    max-width: 540px;
    max-height: 100px;
    overflow: hidden
}

#logo:hover {
    border: 1px solid #000;
    margin-top: 0;
    max-height: 125px
}

#logo:hover #logoctr {
    display: block;
    text-align: right;
    line-height: 25px;
    background: #eee;
    padding: 0 5px
}

#logo.edit {
    border: 1px solid #000;
    margin-top: 0;
    max-height: 125px
}

#logo.edit #logoctr {
    display: block;
    text-align: right;
    line-height: 25px;
    background: #eee;
    padding: 0 5px
}

#logoctr {
    display: none
}

#logohelp {
    text-align: left;
    display: none;
    font-style: italic;
    padding: 10px 5px
}

#logohelp input {
    margin-bottom: 5px
}

.edit #logohelp {
    display: block
}

.edit #save-logo {
    display: inline
}

.edit #cancel-logo {
    display: inline
}

.edit #image {
    display: none
}

.edit #change-logo {
    display: none
}

.edit #delete-logo {
    display: none
}

#save-logo {
    display: none
}

#cancel-logo {
    display: none
}

#customer-title {
    font-size: 20px;
    font-weight: 700;
    float: left
}

#meta {
    margin-top: 1px;
    width: 300px;
    float: right
}

#meta td {
    text-align: right
}

#meta td textarea {
    width: 100%;
    height: 20px;
    text-align: right
}

#meta td.meta-head {
    text-align: left;
    background: #f7f7ff
}

#items {
    clear: both;
    width: 100%;
    margin: 30px 0 0 0;
    border: 1px solid #e6e6f2
}

#items th {
    background: #f7f7ff
}

#items textarea {
    width: 80px;
    height: 70px
}

#items tr.item-row td {
    border: 0;
    vertical-align: top
}

#items td.description {
    width: 300px
}

#items td.description textarea {
    width: 100%
}

#items td.item-name {
    width: 175px
}

#items td.item-name textarea {
    width: 100%
}

#items td.total-line {
    border-right: 0;
    text-align: right
}

#items td.total-value {
    border-left: 0;
    padding: 10px
}

#items td.total-value textarea {
    height: 20px;
    background: 0 0
}

#items td.total-value textarea:hover {
    background-color: #dbdeff
}

#items td.total-value textarea:focus {
    background-color: #dbdeff
}

#items td.balance {
    background: #f7f7ff
}

#items td.blank {
    border: 0
}

#terms {
    text-align: center;
    margin: 20px 0 0 0
}

#terms h5 {
    text-transform: uppercase;
    font: 13px Helvetica,Sans-Serif;
    letter-spacing: 10px;
    border-bottom: 1px solid #e6e6f2;
    padding: 0 0 8px 0;
    margin: 0 0 8px 0
}

#terms textarea {
    width: 100%;
    text-align: center
}

.delete:hover {
    background-color: #dbdeff
}

.jvectormap-container {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden
}

.jvectormap-tip {
    position: absolute;
    display: none;
    border: solid 1px #4f5467;
    border-radius: 2px;
    background: #4f5467;
    color: #fff;
    font-family: "Open Sans","sans-serif;";
    font-size: smaller;
    padding: 3px
}

.jvectormap-zoomin {
    position: absolute;
    left: 10px;
    border-radius: 2px;
    background: #efeff6;
    padding: 5px;
    color: #2E2F39;
    cursor: pointer;
    line-height: 20px;
    text-align: center;
    box-sizing: content-box;
    border: 1px solid #e2e2ef;
    width: 20px;
    height: 20px;
    top: 10px
}

.jvectormap-zoomout {
    position: absolute;
    left: 10px;
    border-radius: 2px;
    background: #efeff6;
    padding: 5px;
    color: #2E2F39;
    cursor: pointer;
    line-height: 20px;
    text-align: center;
    box-sizing: content-box;
    border: 1px solid #e2e2ef;
    width: 20px;
    height: 20px;
    top: 50px
}

.jvectormap-goback {
    position: absolute;
    left: 10px;
    border-radius: 2px;
    background: #efeff6;
    padding: 5px;
    color: #2E2F39;
    cursor: pointer;
    line-height: 20px;
    text-align: center;
    box-sizing: content-box;
    border: 1px solid #e2e2ef;
    bottom: 10px;
    z-index: 1000;
    padding: 6px
}

.jvectormap-spinner {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: center no-repeat url(data:image/gif;base64,R0lGODlhIAAgAPMAAP///wAAAMbGxoSEhLa2tpqamjY2NlZWVtjY2OTk5Ly8vB4eHgQEBAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCgAAACwAAAAAIAAgAAAE5xDISWlhperN52JLhSSdRgwVo1ICQZRUsiwHpTJT4iowNS8vyW2icCF6k8HMMBkCEDskxTBDAZwuAkkqIfxIQyhBQBFvAQSDITM5VDW6XNE4KagNh6Bgwe60smQUB3d4Rz1ZBApnFASDd0hihh12BkE9kjAJVlycXIg7CQIFA6SlnJ87paqbSKiKoqusnbMdmDC2tXQlkUhziYtyWTxIfy6BE8WJt5YJvpJivxNaGmLHT0VnOgSYf0dZXS7APdpB309RnHOG5gDqXGLDaC457D1zZ/V/nmOM82XiHRLYKhKP1oZmADdEAAAh+QQJCgAAACwAAAAAIAAgAAAE6hDISWlZpOrNp1lGNRSdRpDUolIGw5RUYhhHukqFu8DsrEyqnWThGvAmhVlteBvojpTDDBUEIFwMFBRAmBkSgOrBFZogCASwBDEY/CZSg7GSE0gSCjQBMVG023xWBhklAnoEdhQEfyNqMIcKjhRsjEdnezB+A4k8gTwJhFuiW4dokXiloUepBAp5qaKpp6+Ho7aWW54wl7obvEe0kRuoplCGepwSx2jJvqHEmGt6whJpGpfJCHmOoNHKaHx61WiSR92E4lbFoq+B6QDtuetcaBPnW6+O7wDHpIiK9SaVK5GgV543tzjgGcghAgAh+QQJCgAAACwAAAAAIAAgAAAE7hDISSkxpOrN5zFHNWRdhSiVoVLHspRUMoyUakyEe8PTPCATW9A14E0UvuAKMNAZKYUZCiBMuBakSQKG8G2FzUWox2AUtAQFcBKlVQoLgQReZhQlCIJesQXI5B0CBnUMOxMCenoCfTCEWBsJColTMANldx15BGs8B5wlCZ9Po6OJkwmRpnqkqnuSrayqfKmqpLajoiW5HJq7FL1Gr2mMMcKUMIiJgIemy7xZtJsTmsM4xHiKv5KMCXqfyUCJEonXPN2rAOIAmsfB3uPoAK++G+w48edZPK+M6hLJpQg484enXIdQFSS1u6UhksENEQAAIfkECQoAAAAsAAAAACAAIAAABOcQyEmpGKLqzWcZRVUQnZYg1aBSh2GUVEIQ2aQOE+G+cD4ntpWkZQj1JIiZIogDFFyHI0UxQwFugMSOFIPJftfVAEoZLBbcLEFhlQiqGp1Vd140AUklUN3eCA51C1EWMzMCezCBBmkxVIVHBWd3HHl9JQOIJSdSnJ0TDKChCwUJjoWMPaGqDKannasMo6WnM562R5YluZRwur0wpgqZE7NKUm+FNRPIhjBJxKZteWuIBMN4zRMIVIhffcgojwCF117i4nlLnY5ztRLsnOk+aV+oJY7V7m76PdkS4trKcdg0Zc0tTcKkRAAAIfkECQoAAAAsAAAAACAAIAAABO4QyEkpKqjqzScpRaVkXZWQEximw1BSCUEIlDohrft6cpKCk5xid5MNJTaAIkekKGQkWyKHkvhKsR7ARmitkAYDYRIbUQRQjWBwJRzChi9CRlBcY1UN4g0/VNB0AlcvcAYHRyZPdEQFYV8ccwR5HWxEJ02YmRMLnJ1xCYp0Y5idpQuhopmmC2KgojKasUQDk5BNAwwMOh2RtRq5uQuPZKGIJQIGwAwGf6I0JXMpC8C7kXWDBINFMxS4DKMAWVWAGYsAdNqW5uaRxkSKJOZKaU3tPOBZ4DuK2LATgJhkPJMgTwKCdFjyPHEnKxFCDhEAACH5BAkKAAAALAAAAAAgACAAAATzEMhJaVKp6s2nIkolIJ2WkBShpkVRWqqQrhLSEu9MZJKK9y1ZrqYK9WiClmvoUaF8gIQSNeF1Er4MNFn4SRSDARWroAIETg1iVwuHjYB1kYc1mwruwXKC9gmsJXliGxc+XiUCby9ydh1sOSdMkpMTBpaXBzsfhoc5l58Gm5yToAaZhaOUqjkDgCWNHAULCwOLaTmzswadEqggQwgHuQsHIoZCHQMMQgQGubVEcxOPFAcMDAYUA85eWARmfSRQCdcMe0zeP1AAygwLlJtPNAAL19DARdPzBOWSm1brJBi45soRAWQAAkrQIykShQ9wVhHCwCQCACH5BAkKAAAALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiRMDjI0Fd30/iI2UA5GSS5UDj2l6NoqgOgN4gksEBgYFf0FDqKgHnyZ9OX8HrgYHdHpcHQULXAS2qKpENRg7eAMLC7kTBaixUYFkKAzWAAnLC7FLVxLWDBLKCwaKTULgEwbLA4hJtOkSBNqITT3xEgfLpBtzE/jiuL04RGEBgwWhShRgQExHBAAh+QQJCgAAACwAAAAAIAAgAAAE7xDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfZiCqGk5dTESJeaOAlClzsJsqwiJwiqnFrb2nS9kmIcgEsjQydLiIlHehhpejaIjzh9eomSjZR+ipslWIRLAgMDOR2DOqKogTB9pCUJBagDBXR6XB0EBkIIsaRsGGMMAxoDBgYHTKJiUYEGDAzHC9EACcUGkIgFzgwZ0QsSBcXHiQvOwgDdEwfFs0sDzt4S6BK4xYjkDOzn0unFeBzOBijIm1Dgmg5YFQwsCMjp1oJ8LyIAACH5BAkKAAAALAAAAAAgACAAAATwEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GGl6NoiPOH16iZKNlH6KmyWFOggHhEEvAwwMA0N9GBsEC6amhnVcEwavDAazGwIDaH1ipaYLBUTCGgQDA8NdHz0FpqgTBwsLqAbWAAnIA4FWKdMLGdYGEgraigbT0OITBcg5QwPT4xLrROZL6AuQAPUS7bxLpoWidY0JtxLHKhwwMJBTHgPKdEQAACH5BAkKAAAALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GAULDJCRiXo1CpGXDJOUjY+Yip9DhToJA4RBLwMLCwVDfRgbBAaqqoZ1XBMHswsHtxtFaH1iqaoGNgAIxRpbFAgfPQSqpbgGBqUD1wBXeCYp1AYZ19JJOYgH1KwA4UBvQwXUBxPqVD9L3sbp2BNk2xvvFPJd+MFCN6HAAIKgNggY0KtEBAAh+QQJCgAAACwAAAAAIAAgAAAE6BDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfYIDMaAFdTESJeaEDAIMxYFqrOUaNW4E4ObYcCXaiBVEgULe0NJaxxtYksjh2NLkZISgDgJhHthkpU4mW6blRiYmZOlh4JWkDqILwUGBnE6TYEbCgevr0N1gH4At7gHiRpFaLNrrq8HNgAJA70AWxQIH1+vsYMDAzZQPC9VCNkDWUhGkuE5PxJNwiUK4UfLzOlD4WvzAHaoG9nxPi5d+jYUqfAhhykOFwJWiAAAIfkECQoAAAAsAAAAACAAIAAABPAQyElpUqnqzaciSoVkXVUMFaFSwlpOCcMYlErAavhOMnNLNo8KsZsMZItJEIDIFSkLGQoQTNhIsFehRww2CQLKF0tYGKYSg+ygsZIuNqJksKgbfgIGepNo2cIUB3V1B3IvNiBYNQaDSTtfhhx0CwVPI0UJe0+bm4g5VgcGoqOcnjmjqDSdnhgEoamcsZuXO1aWQy8KAwOAuTYYGwi7w5h+Kr0SJ8MFihpNbx+4Erq7BYBuzsdiH1jCAzoSfl0rVirNbRXlBBlLX+BP0XJLAPGzTkAuAOqb0WT5AH7OcdCm5B8TgRwSRKIHQtaLCwg1RAAAOwAAAAAAAAAAAA==)
}

.jvectormap-legend-title {
    font-weight: 700;
    font-size: 14px;
    text-align: center
}

.jvectormap-legend-cnt {
    position: absolute
}

.jvectormap-legend-cnt-h {
    bottom: 0;
    right: 0
}

.jvectormap-legend-cnt-h .jvectormap-legend {
    float: left;
    margin: 0 10px 10px 0;
    padding: 3px 3px 1px 3px
}

.jvectormap-legend-cnt-h .jvectormap-legend .jvectormap-legend-tick {
    float: left
}

.jvectormap-legend-cnt-h .jvectormap-legend-tick {
    width: 40px
}

.jvectormap-legend-cnt-h .jvectormap-legend-tick-sample {
    height: 15px
}

.jvectormap-legend-cnt-h .jvectormap-legend-tick-text {
    text-align: center
}

.jvectormap-legend-cnt-v {
    top: 0;
    right: 0
}

.jvectormap-legend-cnt-v .jvectormap-legend {
    margin: 10px 10px 0 0;
    padding: 3px
}

.jvectormap-legend-cnt-v .jvectormap-legend-tick-sample {
    height: 20px;
    width: 20px;
    display: inline-block;
    vertical-align: middle
}

.jvectormap-legend-cnt-v .jvectormap-legend-tick-text {
    display: inline-block;
    vertical-align: middle;
    line-height: 20px;
    padding-left: 3px
}

.jvectormap-legend {
    background: #000;
    color: #fff;
    border-radius: 3px
}

.jvectormap-legend-tick-text {
    font-size: 12px
}

@-webkit-keyframes bs-notify-fadeOut {
    0% {
        opacity: .9
    }

    100% {
        opacity: 0
    }
}

@keyframes bs-notify-fadeOut {
    0% {
        opacity: .9
    }

    100% {
        opacity: 0
    }
}

.bootstrap-select>select.bs-select-hidden,select.bs-select-hidden,select.selectpicker {
    display: none!important
}

.bootstrap-select {
    vertical-align: middle
}

.bootstrap-select>.dropdown-toggle {
    position: relative;
    width: 100%;
    text-align: right;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    justify-content: space-between
}

.bootstrap-select>.dropdown-toggle:after {
    margin-top: -1px
}

.bootstrap-select>.dropdown-toggle.bs-placeholder,.bootstrap-select>.dropdown-toggle.bs-placeholder:active,.bootstrap-select>.dropdown-toggle.bs-placeholder:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder:hover {
    color: #686972
}

.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:hover {
    color: #686972
}

.bootstrap-select>select {
    position: absolute!important;
    bottom: 0;
    left: 50%;
    display: block!important;
    width: .5px!important;
    height: 100%!important;
    padding: 0!important;
    opacity: 0!important;
    border: none;
    z-index: 0!important
}

.bootstrap-select>select.mobile-device {
    top: 0;
    left: 0;
    display: block!important;
    width: 100%!important;
    z-index: 2!important
}

.bootstrap-select.is-invalid .dropdown-toggle,.error .bootstrap-select .dropdown-toggle,.has-error .bootstrap-select .dropdown-toggle,.was-validated .bootstrap-select select:invalid+.dropdown-toggle {
    border-color: #dc3545
}

.bootstrap-select.is-valid .dropdown-toggle,.was-validated .bootstrap-select select:valid+.dropdown-toggle {
    border-color: #198754
}

.bootstrap-select.fit-width {
    width: auto!important
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 220px
}

.bootstrap-select .dropdown-toggle:focus,.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    outline: thin dotted #333!important;
    outline: 5px auto -webkit-focus-ring-color!important;
    outline-offset: -2px
}

.bootstrap-select.form-control {
    margin-bottom: 0;
    padding: 0;
    border: none;
    height: auto
}

:not(.input-group)>.bootstrap-select.form-control:not([class*=col-]) {
    width: 100%
}

.bootstrap-select.form-control.input-group-btn {
    float: none;
    z-index: auto
}

.form-inline .bootstrap-select,.form-inline .bootstrap-select.form-control:not([class*=col-]) {
    width: auto
}

.bootstrap-select:not(.input-group-btn),.bootstrap-select[class*=col-] {
    float: none;
    display: inline-block;
    margin-left: 0
}

.bootstrap-select.dropdown-menu-right,.bootstrap-select[class*=col-].dropdown-menu-right,.row .bootstrap-select[class*=col-].dropdown-menu-right {
    float: right
}

.form-group .bootstrap-select,.form-horizontal .bootstrap-select,.form-inline .bootstrap-select {
    margin-bottom: 0
}

.form-group-lg .bootstrap-select.form-control,.form-group-sm .bootstrap-select.form-control {
    padding: 0
}

.form-group-lg .bootstrap-select.form-control .dropdown-toggle,.form-group-sm .bootstrap-select.form-control .dropdown-toggle {
    height: 100%;
    font-size: inherit;
    line-height: inherit;
    border-radius: inherit
}

.bootstrap-select.form-control-lg .dropdown-toggle,.bootstrap-select.form-control-sm .dropdown-toggle {
    font-size: inherit;
    line-height: inherit;
    border-radius: inherit
}

.bootstrap-select.form-control-sm .dropdown-toggle {
    padding: .563rem .875rem
}

.bootstrap-select.form-control-lg .dropdown-toggle {
    padding: .563rem .563rem
}

.form-inline .bootstrap-select .form-control {
    width: 100%
}

.bootstrap-select.disabled,.bootstrap-select>.disabled {
    cursor: not-allowed
}

.bootstrap-select.disabled:focus,.bootstrap-select>.disabled:focus {
    outline: 0!important
}

.bootstrap-select.bs-container {
    position: absolute;
    top: 0;
    left: 0;
    height: 0!important;
    padding: 0!important
}

.bootstrap-select.bs-container .dropdown-menu {
    z-index: 1060
}

.bootstrap-select .dropdown-toggle .filter-option {
    position: static;
    top: 0;
    left: 0;
    float: left;
    height: 100%;
    width: 100%;
    text-align: left;
    overflow: hidden;
    flex: 0 1 auto
}

.bs3.bootstrap-select .dropdown-toggle .filter-option {
    padding-right: inherit
}

.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option {
    position: absolute;
    padding-top: inherit;
    padding-bottom: inherit;
    padding-left: inherit;
    float: none
}

.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option .filter-option-inner {
    padding-right: inherit
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    overflow: hidden
}

.bootstrap-select .dropdown-toggle .filter-expand {
    width: 0!important;
    float: left;
    opacity: 0!important;
    overflow: hidden
}

.bootstrap-select .dropdown-toggle .caret {
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -2px;
    vertical-align: middle
}

.input-group .bootstrap-select.form-control .dropdown-toggle {
    border-radius: inherit
}

.bootstrap-select[class*=col-] .dropdown-toggle {
    width: 100%
}

.bootstrap-select .dropdown-menu {
    min-width: 100%;
    box-sizing: border-box
}

.bootstrap-select .dropdown-menu>.inner:focus {
    outline: 0!important
}

.bootstrap-select .dropdown-menu.inner {
    position: static;
    float: none;
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
    box-shadow: none
}

.bootstrap-select .dropdown-menu li {
    position: relative
}

.bootstrap-select .dropdown-menu li.active small {
    color: #686972!important
}

.bootstrap-select .dropdown-menu li.disabled a {
    cursor: not-allowed
}

.bootstrap-select .dropdown-menu li a {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.bootstrap-select .dropdown-menu li a.opt {
    position: relative;
    padding-left: 2.25em
}

.bootstrap-select .dropdown-menu li a span.check-mark {
    display: none
}

.bootstrap-select .dropdown-menu li a span.text {
    display: inline-block
}

.bootstrap-select .dropdown-menu li small {
    padding-left: .5em
}

.bootstrap-select .dropdown-menu .notify {
    position: absolute;
    bottom: 5px;
    width: 96%;
    margin: 0 2%;
    min-height: 26px;
    padding: 3px 5px;
    background: #f5f5f5;
    border: 1px solid #e3e3e3;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    pointer-events: none;
    opacity: .9;
    box-sizing: border-box
}

.bootstrap-select .dropdown-menu .notify.fadeOut {
    -webkit-animation: .3s linear 750ms forwards bs-notify-fadeOut;
    animation: .3s linear 750ms forwards bs-notify-fadeOut
}

.bootstrap-select .no-results {
    padding: 3px;
    background: #f5f5f5;
    margin: 0 5px;
    white-space: nowrap
}

.bootstrap-select.fit-width .dropdown-toggle .filter-option {
    position: static;
    display: inline;
    padding: 0
}

.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
    display: inline
}

.bootstrap-select.fit-width .dropdown-toggle .bs-caret:before {
    content: '\00a0'
}

.bootstrap-select.fit-width .dropdown-toggle .caret {
    position: static;
    top: auto;
    margin-top: -1px
}

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
    position: absolute;
    display: inline-block;
    right: 15px;
    top: 5px
}

.bootstrap-select.show-tick .dropdown-menu li a span.text {
    margin-right: 34px
}

.bootstrap-select .bs-ok-default:after {
    content: '';
    display: block;
    width: .5em;
    height: 1em;
    border-style: solid;
    border-width: 0 .26em .26em 0;
    transform: rotate(45deg)
}

.bootstrap-select.show-menu-arrow.open>.dropdown-toggle,.bootstrap-select.show-menu-arrow.show>.dropdown-toggle {
    z-index: 1061
}

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
    content: '';
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #e6e6f2;
    position: absolute;
    bottom: -4px;
    left: 9px;
    display: none
}

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    position: absolute;
    bottom: -4px;
    left: 10px;
    display: none
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before {
    bottom: auto;
    top: -4px;
    border-top: 7px solid #e6e6f2;
    border-bottom: 0
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after {
    bottom: auto;
    top: -4px;
    border-top: 6px solid #fff;
    border-bottom: 0
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before {
    right: 12px;
    left: auto
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after {
    right: 13px;
    left: auto
}

.bootstrap-select.show-menu-arrow.open>.dropdown-toggle .filter-option:after,.bootstrap-select.show-menu-arrow.open>.dropdown-toggle .filter-option:before,.bootstrap-select.show-menu-arrow.show>.dropdown-toggle .filter-option:after,.bootstrap-select.show-menu-arrow.show>.dropdown-toggle .filter-option:before {
    display: block
}

.bs-actionsbox,.bs-donebutton,.bs-searchbox {
    padding: 4px 8px
}

.bs-actionsbox {
    width: 100%;
    box-sizing: border-box
}

.bs-actionsbox .btn-group button {
    width: 50%
}

.bs-donebutton {
    float: left;
    width: 100%;
    box-sizing: border-box
}

.bs-donebutton .btn-group button {
    width: 100%
}

.bs-searchbox+.bs-actionsbox {
    padding: 0 8px 4px
}

.bs-searchbox .form-control {
    margin-bottom: 0;
    width: 100%;
    float: none
}

.bootstrap-touchspin .input-group-btn-vertical {
    position: absolute;
    right: 0;
    height: 100%;
    z-index: 11
}

.bootstrap-touchspin .input-group-btn-vertical>.btn {
    position: absolute;
    right: 0;
    height: 50%;
    padding: 0;
    width: 2em;
    text-align: center;
    line-height: 1
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
    border-radius: 0 4px 0 0;
    top: 0
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
    border-radius: 0 0 4px 0;
    bottom: 0
}

#calendar1 {
    margin: 0 auto
}

#wrap {
    margin: 0 auto
}

#external-events {
    float: left;
    width: 270px;
    padding: 0 20px;
    border: 1px solid #e0e4ef;
    background: #f9f9ff;
    text-align: left;
    border-radius: 4px
}

#external-events h4 {
    font-size: 16px;
    margin-top: 0;
    padding-top: 1em
}

#external-events .fc-event {
    margin: 10px 0;
    cursor: pointer
}

#external-events p {
    margin: 1.5em 0;
    font-size: 11px;
    color: #666
}

#external-events p input {
    margin: 0;
    vertical-align: middle
}

#calendar {
    float: right;
    width: 1240px
}

.fc {
    direction: ltr;
    text-align: left
}

.fc button {
    box-sizing: border-box;
    margin: 0;
    height: 2.1em;
    padding: 0 .6em;
    font-size: 1em;
    white-space: nowrap;
    cursor: pointer
}

.fc button::-moz-focus-inner {
    margin: 0;
    padding: 0
}

.fc button .fc-icon {
    position: relative;
    top: -.2em;
    margin: 0 .2em;
    vertical-align: middle
}

.fc .fc-button-group>* {
    float: left;
    margin: 0 0 0 -1px
}

.fc table {
    width: 100%;
    box-sizing: border-box;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 1em
}

.fc th {
    text-align: center;
    border-style: solid;
    border-width: 1px;
    padding: 0;
    vertical-align: top;
    color: #71748d
}

.fc td {
    border-style: solid;
    border-width: 1px;
    padding: 0;
    vertical-align: top;
    color: #71748d
}

.fc td.fc-today {
    border-style: double
}

.fc .fc-row {
    border-style: solid;
    border-width: 0
}

.fc .fc-row .fc-content-skeleton table {
    background: 0 0;
    border-color: transparent
}

.fc .fc-row .fc-content-skeleton td {
    background: 0 0;
    border-color: transparent
}

.fc .fc-row .fc-helper-skeleton td {
    background: 0 0;
    border-color: transparent
}

.fc .fc-toolbar>*>* {
    float: left;
    margin-left: .75em
}

.fc .fc-axis {
    vertical-align: middle;
    padding: 0 4px;
    white-space: nowrap
}

.fc .fc-list-table {
    table-layout: auto
}

.fc-rtl {
    text-align: right
}

.fc-rtl .fc-popover .fc-header .fc-close {
    float: left
}

.fc-rtl .fc-popover .fc-header .fc-title {
    float: right
}

.fc-rtl .fc-h-event.fc-not-end {
    margin-left: 0;
    border-left-width: 0;
    padding-left: 1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.fc-rtl .fc-h-event.fc-not-start {
    margin-right: 0;
    border-right-width: 0;
    padding-right: 1px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.fc-rtl .fc-h-event .fc-end-resizer {
    cursor: w-resize;
    left: -1px
}

.fc-rtl .fc-h-event .fc-start-resizer {
    cursor: e-resize;
    right: -1px
}

.fc-rtl .fc-h-event.fc-selected .fc-end-resizer {
    margin-left: -4px
}

.fc-rtl .fc-h-event.fc-selected .fc-start-resizer {
    margin-right: -4px
}

.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer {
    margin-left: -2px
}

.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer {
    margin-right: -2px
}

.fc-rtl .fc-basic-view .fc-day-top .fc-day-number {
    float: left
}

.fc-rtl .fc-basic-view .fc-day-top .fc-week-number {
    float: right;
    border-radius: 0 0 0 3px
}

.fc-rtl .fc-axis {
    text-align: left
}

.fc-rtl .fc-time-grid .fc-event-container {
    margin: 0 2px 0 2.5%
}

.fc-rtl .fc-time-grid .fc-now-indicator-arrow {
    right: 0;
    border-width: 5px 6px 5px 0;
    border-top-color: transparent;
    border-bottom-color: transparent
}

.fc-rtl .fc-list-view {
    direction: rtl
}

.fc-rtl .fc-list-heading-main {
    float: right
}

.fc-rtl .fc-list-heading-alt {
    float: left
}

.fc-rtl .fc-list-item-marker {
    padding-left: 0
}

body .fc {
    font-size: 1em
}

.fc-highlight {
    background: #414da7;
    opacity: .3
}

.fc-bgevent {
    background: #414da7;
    opacity: .3
}

.fc-nonbusiness {
    background: #d7d7d7
}

.fc-state-default {
    border: 1px solid;
    color: #2e2f39;
    background-color: transparent;
    border-color: #e6e6f2
}

.fc-state-default.fc-corner-left {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.fc-state-default.fc-corner-right {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.fc-state-hover {
    color: #2e2f39;
    background-color: #f9f9ff;
    color: #2e2f39;
    text-decoration: none;
    background-position: 0 -15px;
    transition: background-position .1s linear
}

.fc-state-down {
    color: #2e2f39;
    background-color: #f9f9ff
}

.fc-state-active {
    color: #2e2f39;
    background-color: #f9f9ff
}

.fc-state-disabled {
    color: #2e2f39;
    background-color: #f9f9ff;
    cursor: default;
    background-image: none;
    opacity: .65;
    box-shadow: none
}

.fc-button-group {
    display: inline-block
}

.fc-popover {
    position: absolute;
    box-shadow: 0 2px 6px rgba(0,0,0,.15)
}

.fc-popover .fc-header {
    padding: 2px 4px
}

.fc-popover .fc-header .fc-title {
    margin: 0 2px
}

.fc-popover .fc-header .fc-close {
    cursor: pointer
}

.fc-popover>.ui-widget-header+.ui-widget-content {
    border-top: 0
}

.fc-ltr .fc-popover .fc-header .fc-title {
    float: left
}

.fc-ltr .fc-popover .fc-header .fc-close {
    float: right
}

.fc-ltr .fc-h-event.fc-not-start {
    margin-left: 0;
    border-left-width: 0;
    padding-left: 1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.fc-ltr .fc-h-event.fc-not-end {
    margin-right: 0;
    border-right-width: 0;
    padding-right: 1px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.fc-ltr .fc-h-event .fc-start-resizer {
    cursor: w-resize;
    left: -1px
}

.fc-ltr .fc-h-event .fc-end-resizer {
    cursor: e-resize;
    right: -1px
}

.fc-ltr .fc-h-event.fc-selected .fc-start-resizer {
    margin-left: -4px
}

.fc-ltr .fc-h-event.fc-selected .fc-end-resizer {
    margin-right: -4px
}

.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer {
    margin-left: -2px
}

.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer {
    margin-right: -2px
}

.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
    float: right
}

.fc-ltr .fc-basic-view .fc-day-top .fc-week-number {
    float: left;
    border-radius: 0 0 3px 0
}

.fc-ltr .fc-axis {
    text-align: right
}

.fc-ltr .fc-time-grid .fc-event-container {
    margin: 0 2.5% 0 2px
}

.fc-ltr .fc-time-grid .fc-now-indicator-arrow {
    left: 0;
    border-width: 5px 0 5px 6px;
    border-top-color: transparent;
    border-bottom-color: transparent
}

.fc-ltr .fc-list-heading-main {
    float: left
}

.fc-ltr .fc-list-heading-alt {
    float: right
}

.fc-ltr .fc-list-item-marker {
    padding-right: 0
}

.fc-divider {
    border-style: solid;
    border-width: 1px
}

hr.fc-divider {
    height: 0;
    margin: 0;
    padding: 0 0 2px;
    border-width: 1px 0
}

.fc-clear {
    clear: both
}

.fc-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.fc-bg table {
    height: 100%
}

.fc-bgevent-skeleton {
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.fc-highlight-skeleton {
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.fc-helper-skeleton {
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

a[data-goto] {
    cursor: pointer
}

a[data-goto]:hover {
    text-decoration: underline
}

.fc-row {
    position: relative
}

.fc-row table {
    border-left: 0 hidden transparent;
    border-right: 0 hidden transparent;
    border-bottom: 0 hidden transparent
}

.fc-row:first-child table {
    border-top: 0 hidden transparent
}

.fc-row .fc-bg {
    z-index: 1
}

.fc-row .fc-bgevent-skeleton {
    bottom: 0;
    z-index: 2
}

.fc-row .fc-bgevent-skeleton table {
    height: 100%
}

.fc-row .fc-bgevent-skeleton td {
    border-color: transparent
}

.fc-row .fc-highlight-skeleton {
    bottom: 0;
    z-index: 3
}

.fc-row .fc-highlight-skeleton table {
    height: 100%
}

.fc-row .fc-highlight-skeleton td {
    border-color: transparent
}

.fc-row .fc-content-skeleton {
    position: relative;
    z-index: 4;
    padding-bottom: 2px
}

.fc-row .fc-content-skeleton td {
    border-bottom: 0
}

.fc-row .fc-content-skeleton tbody td {
    border-top: 0
}

.fc-row .fc-helper-skeleton {
    z-index: 5
}

.fc-row .fc-helper-skeleton td {
    border-bottom: 0
}

.fc-row .fc-helper-skeleton tbody td {
    border-top: 0
}

.fc-scroller {
    -webkit-overflow-scrolling: touch
}

.fc-scroller>.fc-day-grid {
    position: relative;
    width: 100%
}

.fc-scroller>.fc-time-grid {
    position: relative;
    width: 100%
}

.fc-event {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 2;
    border-radius: 2px;
    border: 1px solid #2E2F39;
    padding: 10px 15px;
    background-color: #2E2F39;
    color: #fff;
    text-decoration: none
}

.fc-event:hover {
    color: #fff;
    text-decoration: none
}

.fc-event .fc-bg {
    z-index: 1;
    background: #fff;
    opacity: .25
}

.fc-event .fc-content {
    position: relative;
    z-index: 2
}

.fc-event .fc-resizer {
    position: absolute;
    z-index: 4;
    display: none
}

.fc-event-dot {
    background-color: #2E2F39;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 5px
}

.fc-event[href] {
    cursor: pointer
}

.fc-event.fc-draggable {
    cursor: pointer
}

.fc-not-allowed {
    cursor: not-allowed
}

.fc-not-allowed .fc-event {
    cursor: not-allowed
}

.fc-event.fc-allow-mouse-resize .fc-resizer {
    display: block
}

.fc-event.fc-selected {
    z-index: 9999!important;
    box-shadow: 0 2px 5px rgba(0,0,0,.2)
}

.fc-event.fc-selected .fc-resizer {
    display: block
}

.fc-event.fc-selected .fc-resizer:before {
    content: "";
    position: absolute;
    z-index: 9999;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin-left: -20px;
    margin-top: -20px
}

.fc-event.fc-selected.fc-dragging {
    box-shadow: 0 2px 7px rgba(0,0,0,.3)
}

.fc-h-event.fc-selected:before {
    content: "";
    position: absolute;
    z-index: 3;
    top: -10px;
    bottom: -10px;
    left: 0;
    right: 0
}

.fc-h-event.fc-selected .fc-resizer {
    border-radius: 4px;
    border-width: 1px;
    width: 6px;
    height: 6px;
    border-style: solid;
    border-color: #71748d;
    background: #fff;
    top: 50%;
    margin-top: -4px
}

.fc-h-event.fc-allow-mouse-resize .fc-resizer {
    width: 7px;
    top: -1px;
    bottom: -1px
}

.fc-day-grid-event {
    margin: 1px 2px 0;
    padding: 2px 8px
}

.fc-day-grid-event .fc-content {
    white-space: nowrap;
    overflow: hidden;
    color: #fff
}

.fc-day-grid-event .fc-time {
    font-weight: 700
}

tr:first-child>td>.fc-day-grid-event {
    margin-top: 2px
}

.fc-day-grid-event.fc-selected:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    background: #000;
    opacity: .25
}

a.fc-more {
    margin: 1px 3px;
    font-size: .85em;
    cursor: pointer;
    text-decoration: none
}

a.fc-more:hover {
    text-decoration: underline
}

.fc-limited {
    display: none
}

.fc-day-grid .fc-row {
    z-index: 1
}

.fc-more-popover {
    z-index: 2;
    width: 220px
}

.fc-more-popover .fc-event-container {
    padding: 10px
}

.fc-now-indicator {
    position: absolute;
    border: 0 solid red
}

.fc-unselectable {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent
}

.fc-unthemed th {
    padding: 10px;
    color: #2e2f39;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-color: #e6e6f2
}

.fc-unthemed td {
    border-color: #e6e6f2
}

.fc-unthemed thead {
    border-color: #e6e6f2
}

.fc-unthemed tbody {
    border-color: #e6e6f2
}

.fc-unthemed .fc-divider {
    border-color: #e6e6f2;
    background: #efeff6
}

.fc-unthemed .fc-row {
    border-color: #e6e6f2
}

.fc-unthemed .fc-content {
    border-color: #e6e6f2
}

.fc-unthemed .fc-popover {
    border-color: #e6e6f2;
    background-color: #fff;
    border-width: 1px;
    border-style: solid
}

.fc-unthemed .fc-popover .fc-header {
    background: #efeff6
}

.fc-unthemed .fc-popover .fc-header .fc-close {
    color: #e3e3eb;
    font-size: .9em;
    margin-top: 2px
}

.fc-unthemed .fc-list-view {
    border-color: #e6e6f2
}

.fc-unthemed .fc-list-heading td {
    border-color: #e6e6f2;
    background: #efeff6
}

.fc-unthemed td.fc-today {
    background: #fcf8e3
}

.fc-unthemed .fc-disabled-day {
    background: #d7d7d7;
    opacity: .3
}

.fc-unthemed .fc-list-item:hover td {
    background-color: #f9f9ff
}

.fc-unthemed .fc-list-empty {
    background-color: #e6e6f2
}

.fc-icon {
    display: inline-block;
    height: 1em;
    line-height: 1em;
    font-size: 1em;
    text-align: center;
    overflow: hidden;
    font-family: "Open Sans","sans-serif;";
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fc-icon:after {
    position: relative
}

.fc-icon-left-single-arrow:after {
    content: "\2039";
    font-weight: 700;
    font-size: 200%;
    top: -7%
}

.fc-icon-right-single-arrow:after {
    content: "\203A";
    font-weight: 700;
    font-size: 200%;
    top: -7%
}

.fc-icon-left-double-arrow:after {
    content: "\AB";
    font-size: 160%;
    top: -7%
}

.fc-icon-right-double-arrow:after {
    content: "\BB";
    font-size: 160%;
    top: -7%
}

.fc-icon-left-triangle:after {
    content: "\25C4";
    font-size: 125%;
    top: 3%
}

.fc-icon-right-triangle:after {
    content: "\25BA";
    font-size: 125%;
    top: 3%
}

.fc-icon-down-triangle:after {
    content: "\25BC";
    font-size: 125%;
    top: 2%
}

.fc-icon-x:after {
    content: "\D7";
    font-size: 200%;
    top: 6%
}

.ui-widget .fc-disabled-day {
    background-image: none
}

.ui-widget .fc-event {
    color: #fff;
    text-decoration: none;
    font-weight: 400
}

.ui-widget td.fc-axis {
    font-weight: 400
}

.fc-time-grid {
    position: relative;
    z-index: 1;
    min-height: 100%
}

.fc-time-grid .fc-slats {
    position: relative;
    z-index: 2
}

.fc-time-grid .fc-slats .ui-widget-content {
    background: 0 0
}

.fc-time-grid .fc-slats td {
    height: 1.5em;
    border-bottom: 0
}

.fc-time-grid .fc-slats .fc-minor td {
    border-top-style: dotted
}

.fc-time-grid table {
    border: 0 hidden transparent
}

.fc-time-grid>.fc-bg {
    z-index: 1
}

.fc-time-grid>hr {
    position: relative;
    z-index: 2
}

.fc-time-grid .fc-content-col {
    position: relative
}

.fc-time-grid .fc-content-skeleton {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    right: 0
}

.fc-time-grid .fc-business-container {
    position: relative;
    z-index: 1
}

.fc-time-grid .fc-bgevent-container {
    position: relative;
    z-index: 2
}

.fc-time-grid .fc-highlight-container {
    position: relative;
    z-index: 3;
    position: relative
}

.fc-time-grid .fc-event-container {
    position: relative;
    z-index: 4
}

.fc-time-grid .fc-now-indicator-line {
    z-index: 5;
    border-top-width: 1px;
    left: 0;
    right: 0
}

.fc-time-grid .fc-helper-container {
    position: relative;
    z-index: 6
}

.fc-time-grid .fc-highlight {
    position: absolute;
    left: 0;
    right: 0
}

.fc-time-grid .fc-event {
    position: absolute;
    z-index: 1
}

.fc-time-grid .fc-bgevent {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0
}

.fc-time-grid .fc-now-indicator-arrow {
    margin-top: -5px
}

.fc.fc-bootstrap3 a {
    text-decoration: none
}

.fc.fc-bootstrap3 a[data-goto]:hover {
    text-decoration: underline
}

.fc-bootstrap3 hr.fc-divider {
    border-color: #71748d
}

.fc-bootstrap3 .fc-today.alert {
    border-radius: 0
}

.fc-bootstrap3 .fc-popover .panel-body {
    padding: 0
}

.fc-bootstrap3 .fc-time-grid .fc-slats table {
    background: 0 0
}

.fc.fc-bootstrap4 a {
    text-decoration: none
}

.fc.fc-bootstrap4 a[data-goto]:hover {
    text-decoration: underline
}

.fc-bootstrap4 hr.fc-divider {
    border-color: #71748d
}

.fc-bootstrap4 .fc-today.alert {
    border-radius: 0
}

.fc-bootstrap4 a.fc-event:not([href]):not([tabindex]) {
    color: #fff
}

.fc-bootstrap4 .fc-popover.card {
    position: absolute
}

.fc-bootstrap4 .fc-popover .card-body {
    padding: 0
}

.fc-bootstrap4 .fc-time-grid .fc-slats table {
    background: 0 0
}

.fc-toolbar {
    text-align: center
}

.fc-toolbar .fc-left {
    float: left
}

.fc-toolbar .fc-right {
    float: right
}

.fc-toolbar .fc-center {
    display: inline-block
}

.fc-toolbar h2 {
    margin: 0
}

.fc-toolbar button {
    position: relative
}

.fc-toolbar button:focus {
    z-index: 5
}

.fc-toolbar .fc-state-hover {
    z-index: 2
}

.fc-toolbar .ui-state-hover {
    z-index: 2
}

.fc-toolbar .fc-state-down {
    z-index: 3
}

.fc-toolbar .fc-state-active {
    z-index: 4
}

.fc-toolbar .ui-state-active {
    z-index: 4
}

.fc-toolbar.fc-header-toolbar {
    margin-bottom: 1em
}

.fc-toolbar.fc-footer-toolbar {
    margin-top: 1em
}

.fc-view-container * {
    box-sizing: content-box
}

.fc-view-container :before {
    box-sizing: content-box
}

.fc-view-container :after {
    box-sizing: content-box
}

.fc-view {
    position: relative;
    z-index: 1
}

.fc-view>table {
    position: relative;
    z-index: 1
}

.fc-basicWeek-view .fc-content-skeleton {
    padding-bottom: 1em
}

.fc-basicDay-view .fc-content-skeleton {
    padding-bottom: 1em
}

.fc-basic-view .fc-body .fc-row {
    min-height: 4em
}

.fc-basic-view .fc-week-number {
    padding: 2px
}

.fc-basic-view .fc-day-number {
    padding: 2px
}

.fc-basic-view th.fc-week-number {
    padding: 0 2px
}

.fc-basic-view th.fc-day-number {
    padding: 0 2px
}

.fc-basic-view .fc-day-top .fc-week-number {
    min-width: 1.5em;
    text-align: center;
    background-color: #f9f9ff;
    color: #666
}

.fc-basic-view td.fc-week-number {
    text-align: center
}

.fc-basic-view td.fc-week-number>* {
    display: inline-block;
    min-width: 1.25em
}

.fc-row.fc-rigid {
    overflow: hidden
}

.fc-row.fc-rigid .fc-content-skeleton {
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.fc-day-top.fc-other-month {
    opacity: .3
}

.fc-agenda-view .fc-day-grid {
    position: relative;
    z-index: 2
}

.fc-agenda-view .fc-day-grid .fc-row {
    min-height: 3em
}

.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
    padding-bottom: 1em
}

.fc-time-grid-container {
    position: relative;
    z-index: 1
}

.fc-v-event.fc-not-start {
    border-top-width: 0;
    padding-top: 1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.fc-v-event.fc-not-end {
    border-bottom-width: 0;
    padding-bottom: 1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.fc-time-grid-event {
    overflow: hidden
}

.fc-time-grid-event .fc-content {
    overflow: hidden
}

.fc-time-grid-event .fc-time {
    padding: 0 1px;
    font-size: .85em;
    white-space: nowrap
}

.fc-time-grid-event .fc-title {
    padding: 0 1px
}

.fc-time-grid-event.fc-selected {
    overflow: visible
}

.fc-time-grid-event.fc-selected .fc-bg {
    display: none
}

.fc-time-grid-event.fc-selected .fc-resizer {
    border-radius: 5px;
    border-width: 1px;
    width: 8px;
    height: 8px;
    border-style: solid;
    border-color: #71748d;
    background: #fff;
    left: 50%;
    margin-left: -5px;
    bottom: -5px
}

.fc-time-grid-event.fc-short .fc-content {
    white-space: nowrap
}

.fc-time-grid-event.fc-short .fc-time {
    display: inline-block;
    vertical-align: top
}

.fc-time-grid-event.fc-short .fc-time span {
    display: none
}

.fc-time-grid-event.fc-short .fc-time:before {
    content: attr(data-start)
}

.fc-time-grid-event.fc-short .fc-time:after {
    content: "\A0-\A0"
}

.fc-time-grid-event.fc-short .fc-title {
    display: inline-block;
    vertical-align: top;
    font-size: .85em;
    padding: 0
}

.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer {
    left: 0;
    right: 0;
    bottom: 0;
    height: 8px;
    overflow: hidden;
    line-height: 8px;
    font-size: 11px;
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    text-align: center;
    cursor: s-resize
}

.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer:after {
    content: "="
}

.fc-list-view {
    border-width: 1px;
    border-style: solid
}

.fc-list-table td {
    border-width: 1px 0 0;
    padding: 8px 14px
}

.fc-list-table tr:first-child td {
    border-top-width: 0
}

.fc-list-heading {
    border-bottom-width: 1px
}

.fc-list-heading td {
    font-weight: 700
}

.fc-list-item.fc-has-url {
    cursor: pointer
}

.fc-list-item-marker {
    white-space: nowrap;
    width: 1px
}

.fc-list-item-time {
    white-space: nowrap;
    width: 1px
}

.fc-list-item-title a {
    text-decoration: none;
    color: #2E2F39
}

.fc-list-item-title a[href]:hover {
    text-decoration: underline
}

.fc-list-empty-wrap2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.fc-list-empty-wrap1 {
    width: 100%;
    height: 100%;
    display: table
}

.fc-list-empty {
    display: table-cell;
    vertical-align: middle;
    text-align: center
}

#gauge1,#gauge2,#gauge3,#gauge4 {
    width: 100%!important;
    height: auto!important
}

.minicolors {
    position: relative
}

.minicolors input[type=hidden]+.minicolors-swatch {
    width: 28px;
    position: static;
    cursor: pointer
}

.minicolors input[type=hidden][disabled]+.minicolors-swatch {
    cursor: default
}

.minicolors .minicolors-grid {
    position: relative;
    top: 1px;
    left: 1px;
    width: 150px;
    height: 150px;
    background-position: -120px 0;
    cursor: crosshair
}

.minicolors .minicolors-grid-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    height: 150px
}

.minicolors-sprite {
    background-image: url(../../../../node_modules/@claviska/jquery-minicolors/jquery.minicolors.png)
}

.minicolors-swatch {
    position: absolute;
    vertical-align: middle;
    background-position: -80px 0;
    border: solid 1px #e6e6f2;
    cursor: text;
    padding: 0;
    margin: 0;
    display: inline-block
}

.minicolors-swatch-color {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.minicolors-panel {
    position: absolute;
    width: 173px;
    background: #fff;
    border: solid 1px #ccc;
    box-shadow: 0 0 20px rgba(0,0,0,.2);
    z-index: 99999;
    box-sizing: content-box;
    display: none
}

.minicolors-panel.minicolors-visible {
    display: block
}

.minicolors-position-top .minicolors-panel {
    top: -154px
}

.minicolors-position-right .minicolors-panel {
    right: 0
}

.minicolors-position-bottom .minicolors-panel {
    top: auto
}

.minicolors-position-left .minicolors-panel {
    left: 0
}

.minicolors-with-opacity .minicolors-panel {
    width: 194px
}

.minicolors-with-opacity .minicolors-opacity-slider {
    display: block
}

.minicolors-with-opacity .minicolors-swatches .minicolors-swatch {
    margin-right: 7px
}

.minicolors-slider-saturation .minicolors-grid {
    background-position: -420px 0
}

.minicolors-slider-saturation .minicolors-grid-inner {
    background-position: -270px 0;
    background-image: inherit
}

.minicolors-slider-saturation .minicolors-slider {
    background-position: -60px 0
}

.minicolors-slider-brightness .minicolors-grid {
    background-position: -570px 0
}

.minicolors-slider-brightness .minicolors-grid-inner {
    background-color: #2e2f39
}

.minicolors-slider-brightness .minicolors-slider {
    background-position: -20px 0
}

.minicolors-slider-wheel .minicolors-grid {
    background-position: -720px 0
}

.minicolors-slider-wheel .minicolors-slider {
    background-position: -20px 0
}

.minicolors-slider {
    position: absolute;
    top: 1px;
    left: 152px;
    width: 20px;
    height: 150px;
    background-color: #fff;
    background-position: 0 0;
    cursor: row-resize
}

.minicolors-opacity-slider {
    position: absolute;
    top: 1px;
    left: 152px;
    width: 20px;
    height: 150px;
    background-color: #fff;
    background-position: 0 0;
    cursor: row-resize;
    left: 173px;
    background-position: -40px 0;
    display: none
}

.minicolors-grid .minicolors-picker {
    position: absolute;
    top: 70px;
    left: 70px;
    width: 12px;
    height: 12px;
    border: solid 1px #000;
    border-radius: 10px;
    margin-top: -6px;
    margin-left: -6px;
    background: 0 0
}

.minicolors-grid .minicolors-picker>div {
    position: absolute;
    top: 0;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    border: solid 2px #fff;
    box-sizing: content-box
}

.minicolors-picker {
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 2px;
    background: #fff;
    border: solid 1px #000;
    margin-top: -2px;
    box-sizing: content-box
}

.minicolors-swatches {
    margin: 5px 0 3px 5px;
    padding: 0;
    list-style: none;
    overflow: hidden
}

.minicolors-swatches li {
    margin: 5px 0 3px 5px;
    padding: 0;
    list-style: none;
    overflow: hidden
}

.minicolors-swatches .minicolors-swatch {
    position: relative;
    float: left;
    cursor: pointer;
    margin: 0 4px 0 0
}

.minicolors-swatch.selected {
    border-color: #2e2f39
}

.minicolors-inline {
    display: inline-block
}

.minicolors-inline .minicolors-input {
    display: none!important
}

.minicolors-inline .minicolors-panel {
    position: relative;
    top: auto;
    left: auto;
    box-shadow: none;
    z-index: auto;
    display: inline-block
}

.minicolors-theme-default .minicolors-swatch {
    top: 5px;
    left: 5px;
    width: 18px;
    height: 18px
}

.minicolors-theme-default .minicolors-swatches .minicolors-swatch {
    margin-bottom: 2px;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px
}

.minicolors-theme-default .minicolors-input {
    height: 20px;
    width: auto;
    display: inline-block;
    padding-left: 26px
}

.minicolors-theme-default.minicolors-position-right .minicolors-swatch {
    left: auto;
    right: 5px
}

.minicolors-theme-default.minicolors-position-right .minicolors-input {
    padding-right: 26px;
    padding-left: inherit
}

.minicolors-theme-default.minicolors {
    width: auto;
    display: inline-block
}

.minicolors-theme-bootstrap .minicolors-swatch {
    z-index: 2;
    top: 7px;
    left: 8px;
    width: 28px;
    height: 28px;
    border-radius: 3px
}

.minicolors-theme-bootstrap .minicolors-swatches .minicolors-swatch {
    margin-bottom: 2px;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px
}

.minicolors-theme-bootstrap .minicolors-swatch-color {
    border-radius: inherit
}

.minicolors-theme-bootstrap .minicolors-input {
    float: none;
    padding-left: 44px;
    line-height: 2
}

.minicolors-theme-bootstrap .minicolors-input.input-lg+.minicolors-swatch {
    top: 4px;
    left: 4px;
    width: 37px;
    height: 37px;
    border-radius: 5px
}

.minicolors-theme-bootstrap .minicolors-input.input-sm+.minicolors-swatch {
    width: 24px;
    height: 24px
}

.minicolors-theme-bootstrap .minicolors-input.input-xs+.minicolors-swatch {
    width: 18px;
    height: 18px
}

.minicolors-theme-bootstrap.minicolors-position-right>.minicolors-swatch {
    left: auto;
    right: 3px
}

.minicolors-theme-bootstrap.minicolors-position-right .minicolors-input {
    padding-right: 44px;
    padding-left: 12px
}

.input-group .minicolors-theme-bootstrap:not(:first-child) .minicolors-input {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.minicolors-theme-semanticui .minicolors-swatch {
    top: 0;
    left: 0;
    padding: 18px
}

.minicolors-theme-semanticui input {
    text-indent: 30px
}

.cropper-container {
    direction: ltr;
    font-size: 0;
    line-height: 0;
    position: relative;
    touch-action: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.cropper-container img {
    display: block;
    height: 100%;
    image-orientation: 0deg;
    max-height: none!important;
    max-width: none!important;
    min-height: 0!important;
    min-width: 0!important;
    width: 100%
}

.cropper-canvas {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    overflow: hidden
}

.cropper-crop-box {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.cropper-drag-box {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #fff;
    opacity: 0
}

.cropper-modal {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #2e2f39;
    opacity: .5
}

.cropper-wrap-box {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    overflow: hidden
}

.cropper-view-box {
    display: block;
    height: 100%;
    outline-color: #2E2F39;
    outline: 1px solid #39f;
    overflow: hidden;
    width: 100%
}

.cropper-dashed {
    border: 0 dashed #eee;
    display: block;
    opacity: .5;
    position: absolute
}

.cropper-dashed.dashed-h {
    border-bottom-width: 1px;
    border-top-width: 1px;
    height: 33.33333%;
    left: 0;
    top: 33.33333%;
    width: 100%
}

.cropper-dashed.dashed-v {
    border-left-width: 1px;
    border-right-width: 1px;
    height: 100%;
    left: 33.33333%;
    top: 0;
    width: 33.33333%
}

.cropper-center {
    display: block;
    height: 0;
    left: 50%;
    opacity: .75;
    position: absolute;
    top: 50%;
    width: 0
}

.cropper-center:after {
    background-color: #e6e6f2;
    content: " ";
    display: block;
    position: absolute;
    height: 7px;
    left: 0;
    top: -3px;
    width: 1px
}

.cropper-center:before {
    background-color: #e6e6f2;
    content: " ";
    display: block;
    position: absolute;
    height: 1px;
    left: -3px;
    top: 0;
    width: 7px
}

.cropper-face {
    display: block;
    height: 100%;
    opacity: .1;
    position: absolute;
    width: 100%;
    background-color: #fff;
    left: 0;
    top: 0
}

.cropper-line {
    display: block;
    height: 100%;
    opacity: .1;
    position: absolute;
    width: 100%;
    background-color: #2E2F39
}

.cropper-point {
    display: block;
    height: 100%;
    opacity: .1;
    position: absolute;
    width: 100%;
    background-color: #2E2F39;
    height: 5px;
    opacity: .75;
    width: 5px
}

.cropper-line.line-e {
    cursor: ew-resize;
    right: -3px;
    top: 0;
    width: 5px
}

.cropper-line.line-n {
    cursor: ns-resize;
    height: 5px;
    left: 0;
    top: -3px
}

.cropper-line.line-w {
    cursor: ew-resize;
    left: -3px;
    top: 0;
    width: 5px
}

.cropper-line.line-s {
    bottom: -3px;
    cursor: ns-resize;
    height: 5px;
    left: 0
}

.cropper-point.point-e {
    cursor: ew-resize;
    margin-top: -3px;
    right: -3px;
    top: 50%
}

.cropper-point.point-n {
    cursor: ns-resize;
    left: 50%;
    margin-left: -3px;
    top: -3px
}

.cropper-point.point-w {
    cursor: ew-resize;
    left: -3px;
    margin-top: -3px;
    top: 50%
}

.cropper-point.point-s {
    bottom: -3px;
    cursor: s-resize;
    left: 50%;
    margin-left: -3px
}

.cropper-point.point-ne {
    cursor: nesw-resize;
    right: -3px;
    top: -3px
}

.cropper-point.point-nw {
    cursor: nwse-resize;
    left: -3px;
    top: -3px
}

.cropper-point.point-sw {
    bottom: -3px;
    cursor: nesw-resize;
    left: -3px
}

.cropper-point.point-se {
    bottom: -3px;
    cursor: nwse-resize;
    height: 20px;
    opacity: 1;
    right: -3px;
    width: 20px
}

.cropper-point.point-se:before {
    background-color: #2E2F39;
    bottom: -50%;
    content: " ";
    display: block;
    height: 200%;
    opacity: 0;
    position: absolute;
    right: -50%;
    width: 200%
}

.cropper-invisible {
    opacity: 0
}

.cropper-bg {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC)
}

.cropper-hide {
    display: block;
    height: 0;
    position: absolute;
    width: 0
}

.cropper-hidden {
    display: none!important
}

.cropper-move {
    cursor: move
}

.cropper-crop {
    cursor: crosshair
}

.cropper-disabled .cropper-drag-box {
    cursor: not-allowed
}

.cropper-disabled .cropper-face {
    cursor: not-allowed
}

.cropper-disabled .cropper-line {
    cursor: not-allowed
}

.cropper-disabled .cropper-point {
    cursor: not-allowed
}

@media (min-width: 768px) {
    .cropper-point.point-se {
        height:15px;
        width: 15px
    }
}

@media (min-width: 992px) {
    .cropper-point.point-se {
        height:10px;
        width: 10px
    }
}

@media (min-width: 1200px) {
    .cropper-point.point-se {
        height:5px;
        opacity: .75;
        width: 5px
    }
}

.bootstrap-datetimepicker-widget {
    list-style: none
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    display: block;
    margin: 2px 0;
    padding: 4px;
    width: 14rem
}

@media (min-width: 576px) {
    .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
        width:38em
    }
}

@media (min-width: 768px) {
    .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
        width:38em
    }
}

@media (min-width: 992px) {
    .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
        width:38em
    }
}

.bootstrap-datetimepicker-widget.dropdown-menu:after,.bootstrap-datetimepicker-widget.dropdown-menu:before {
    content: '';
    display: inline-block;
    position: absolute
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #e6e6f2;
    border-bottom-color: rgba(0,0,0,.2);
    top: -7px;
    left: 7px
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    top: -6px;
    left: 8px
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #e6e6f2;
    border-top-color: rgba(0,0,0,.2);
    bottom: -7px;
    left: 6px
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #fff;
    bottom: -6px;
    left: 7px
}

.bootstrap-datetimepicker-widget.dropdown-menu.float-right:before {
    left: auto;
    right: 6px
}

.bootstrap-datetimepicker-widget.dropdown-menu.float-right:after {
    left: auto;
    right: 7px
}

.bootstrap-datetimepicker-widget.dropdown-menu.wider {
    width: 16rem
}

.bootstrap-datetimepicker-widget .list-unstyled {
    margin: 0
}

.bootstrap-datetimepicker-widget a[data-action] {
    padding: 6px 0
}

.bootstrap-datetimepicker-widget a[data-action]:active {
    box-shadow: none
}

.bootstrap-datetimepicker-widget .timepicker-hour,.bootstrap-datetimepicker-widget .timepicker-minute,.bootstrap-datetimepicker-widget .timepicker-second {
    width: 54px;
    font-weight: 700;
    font-size: 1.2em;
    margin: 0
}

.bootstrap-datetimepicker-widget button[data-action] {
    padding: 6px
}

.bootstrap-datetimepicker-widget .btn[data-action=incrementHours]::after {
    content: "Increment Hours"
}

.bootstrap-datetimepicker-widget .btn[data-action=incrementMinutes]::after {
    content: "Increment Minutes"
}

.bootstrap-datetimepicker-widget .btn[data-action=decrementHours]::after {
    content: "Decrement Hours"
}

.bootstrap-datetimepicker-widget .btn[data-action=decrementMinutes]::after {
    content: "Decrement Minutes"
}

.bootstrap-datetimepicker-widget .btn[data-action=showHours]::after {
    content: "Show Hours"
}

.bootstrap-datetimepicker-widget .btn[data-action=showMinutes]::after {
    content: "Show Minutes"
}

.bootstrap-datetimepicker-widget .btn[data-action=togglePeriod]::after {
    content: "Toggle AM/PM"
}

.bootstrap-datetimepicker-widget .btn[data-action=clear]::after {
    content: "Clear the picker"
}

.bootstrap-datetimepicker-widget .btn[data-action=today]::after {
    content: "Set the date to today"
}

.bootstrap-datetimepicker-widget .picker-switch {
    text-align: center
}

.bootstrap-datetimepicker-widget .picker-switch::after {
    content: "Toggle Date and Time Screens"
}

.bootstrap-datetimepicker-widget .picker-switch td {
    padding: 0;
    margin: 0;
    height: auto;
    width: auto;
    line-height: inherit
}

.bootstrap-datetimepicker-widget .picker-switch td span {
    line-height: 2.5;
    height: 2.5em;
    width: 100%
}

.bootstrap-datetimepicker-widget table {
    width: 100%;
    margin: 0
}

.bootstrap-datetimepicker-widget table td,.bootstrap-datetimepicker-widget table th {
    text-align: center;
    border-radius: 4px
}

.bootstrap-datetimepicker-widget table th {
    height: 20px;
    line-height: 20px;
    width: 20px
}

.bootstrap-datetimepicker-widget table th.picker-switch {
    width: 145px
}

.bootstrap-datetimepicker-widget table th.disabled,.bootstrap-datetimepicker-widget table th.disabled:hover {
    background: 0 0;
    color: #666;
    cursor: not-allowed
}

.bootstrap-datetimepicker-widget table th.prev::after {
    content: "Previous Month"
}

.bootstrap-datetimepicker-widget table th.next::after {
    content: "Next Month"
}

.bootstrap-datetimepicker-widget table thead tr:first-child th {
    cursor: pointer
}

.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
    background: #f9f9ff
}

.bootstrap-datetimepicker-widget table td {
    height: 54px;
    line-height: 54px;
    width: 54px
}

.bootstrap-datetimepicker-widget table td.cw {
    font-size: .8em;
    height: 20px;
    line-height: 20px;
    color: #666
}

.bootstrap-datetimepicker-widget table td.day {
    height: 20px;
    line-height: 20px;
    width: 20px
}

.bootstrap-datetimepicker-widget table td.day:hover,.bootstrap-datetimepicker-widget table td.hour:hover,.bootstrap-datetimepicker-widget table td.minute:hover,.bootstrap-datetimepicker-widget table td.second:hover {
    background: #f9f9ff;
    cursor: pointer
}

.bootstrap-datetimepicker-widget table td.new,.bootstrap-datetimepicker-widget table td.old {
    color: #666
}

.bootstrap-datetimepicker-widget table td.today {
    position: relative
}

.bootstrap-datetimepicker-widget table td.today:before {
    content: '';
    display: inline-block;
    border: solid transparent;
    border-width: 0 0 7px 7px;
    border-bottom-color: #2E2F39;
    border-top-color: rgba(0,0,0,.2);
    position: absolute;
    bottom: 4px;
    right: 4px
}

.bootstrap-datetimepicker-widget table td.active,.bootstrap-datetimepicker-widget table td.active:hover {
    background-color: #2E2F39;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25)
}

.bootstrap-datetimepicker-widget table td.active.today:before {
    border-bottom-color: #fff
}

.bootstrap-datetimepicker-widget table td.disabled,.bootstrap-datetimepicker-widget table td.disabled:hover {
    background: 0 0;
    color: #666;
    cursor: not-allowed
}

.bootstrap-datetimepicker-widget table td span {
    display: inline-block;
    width: 54px;
    height: 54px;
    line-height: 54px;
    margin: 2px 1.5px;
    cursor: pointer;
    border-radius: 4px
}

.bootstrap-datetimepicker-widget table td span:hover {
    background: #f9f9ff
}

.bootstrap-datetimepicker-widget table td span.active {
    background-color: #2E2F39;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25)
}

.bootstrap-datetimepicker-widget table td span.old {
    color: #666
}

.bootstrap-datetimepicker-widget table td span.disabled,.bootstrap-datetimepicker-widget table td span.disabled:hover {
    background: 0 0;
    color: #666;
    cursor: not-allowed
}

.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
    height: 27px;
    line-height: 27px
}

.input-group [data-toggle=datetimepicker] {
    cursor: pointer
}

@font-face {
    font-family: summernote;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/font/summernote.eot?e557617934c52ea068954af79ed7c221);
    src: url(../fonts/font/summernote.eot?#iefix) format("embedded-opentype"),url(../fonts/font/summernote.woff?e557617934c52ea068954af79ed7c221) format("woff"),url(../fonts/font/summernote.ttf?e557617934c52ea068954af79ed7c221) format("truetype")
}

[class^=note-icon-]:before {
    display: inline-block;
    font: normal normal normal 14px summernote;
    font-size: inherit;
    -webkit-font-smoothing: antialiased;
    text-decoration: inherit;
    text-rendering: auto;
    text-transform: none;
    vertical-align: middle;
    speak: none;
    -moz-osx-font-smoothing: grayscale
}

[class*=" note-icon-"]:before {
    display: inline-block;
    font: normal normal normal 14px summernote;
    font-size: inherit;
    -webkit-font-smoothing: antialiased;
    text-decoration: inherit;
    text-rendering: auto;
    text-transform: none;
    vertical-align: middle;
    speak: none;
    -moz-osx-font-smoothing: grayscale
}

.note-icon-align-center:before {
    display: inline-block;
    font-family: summernote;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    content: "\f101"
}

.note-icon-align-indent:before {
    display: inline-block;
    font-family: summernote;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    content: "\f102"
}

.note-icon-align-justify:before {
    display: inline-block;
    font-family: summernote;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    content: "\f103"
}

.note-icon-align-left:before {
    display: inline-block;
    font-family: summernote;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    content: "\f104"
}

.note-icon-align-outdent:before {
    display: inline-block;
    font-family: summernote;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    content: "\f105"
}

.note-icon-align-right:before {
    display: inline-block;
    font-family: summernote;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    content: "\f106"
}

.note-icon-align:before {
    display: inline-block;
    font-family: summernote;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    content: "\f107"
}

.note-icon-arrow-circle-down:before {
    display: inline-block;
    font-family: summernote;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    content: "\f108"
}

.note-icon-arrow-circle-left:before {
    display: inline-block;
    font-family: summernote;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    content: "\f109"
}

.note-icon-arrow-circle-right:before {
    display: inline-block;
    font-family: summernote;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    content: "\f10a"
}

.note-icon-arrow-circle-up:before {
    display: inline-block;
    font-family: summernote;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    content: "\f10b"
}

.note-icon-arrows-alt:before {
    display: inline-block;
    font-family: summernote;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    content: "\f10c"
}

.note-icon-arrows-h:before {
    display: inline-block;
    font-family: summernote;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    content: "\f10d"
}

.note-icon-arrows-v:before {
    display: inline-block;
    font-family: summernote;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    content: "\f10e"
}

.note-icon-bold:before {
    display: inline-block;
    font-family: summernote;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    content: "\f10f"
}

.note-icon-caret:before {
    display: inline-block;
    font-family: summernote;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    content: "\f110"
}

.note-icon-chain-broken:before {
    display: inline-block;
    font-family: summernote;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    content: "\f111"
}

.note-icon-circle:before {
    display: inline-block;
    font-family: summernote;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    content: "\f112"
}

.note-icon-close:before {
    display: inline-block;
    font-family: summernote;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    content: "\f113"
}

.note-icon-code:before {
    display: inline-block;
    font-family: summernote;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    content: "\f114"
}

.note-icon-col-after:before {
    display: inline-block;
    font-family: summernote;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    content: "\f115"
}

.note-icon-col-before:before {
    display: inline-block;
    font-family: summernote;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    content: "\f116"
}

.note-icon-col-remove:before {
    display: inline-block;
    font-family: summernote;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    content: "\f117"
}

.note-icon-eraser:before {
    display: inline-block;
    font-family: summernote;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    content: "\f118"
}

.note-icon-font:before {
    display: inline-block;
    font-family: summernote;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    content: "\f119"
}

.note-icon-frame:before {
    display: inline-block;
    font-family: summernote;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    content: "\f11a"
}

.note-icon-italic:before {
    display: inline-block;
    font-family: summernote;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    content: "\f11b"
}

.note-icon-link:before {
    display: inline-block;
    font-family: summernote;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    content: "\f11c"
}

.note-icon-magic:before {
    display: inline-block;
    font-family: summernote;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    content: "\f11d"
}

.note-icon-menu-check:before {
    display: inline-block;
    font-family: summernote;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    content: "\f11e"
}

.note-icon-minus:before {
    display: inline-block;
    font-family: summernote;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    content: "\f11f"
}

.note-icon-orderedlist:before {
    display: inline-block;
    font-family: summernote;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    content: "\f120"
}

.note-icon-pencil:before {
    display: inline-block;
    font-family: summernote;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    content: "\f121"
}

.note-icon-picture:before {
    display: inline-block;
    font-family: summernote;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    content: "\f122"
}

.note-icon-question:before {
    display: inline-block;
    font-family: summernote;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    content: "\f123"
}

.note-icon-redo:before {
    display: inline-block;
    font-family: summernote;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    content: "\f124"
}

.note-icon-row-above:before {
    display: inline-block;
    font-family: summernote;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    content: "\f125"
}

.note-icon-row-below:before {
    display: inline-block;
    font-family: summernote;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    content: "\f126"
}

.note-icon-row-remove:before {
    display: inline-block;
    font-family: summernote;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    content: "\f127"
}

.note-icon-special-character:before {
    display: inline-block;
    font-family: summernote;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    content: "\f128"
}

.note-icon-square:before {
    display: inline-block;
    font-family: summernote;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    content: "\f129"
}

.note-icon-strikethrough:before {
    display: inline-block;
    font-family: summernote;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    content: "\f12a"
}

.note-icon-subscript:before {
    display: inline-block;
    font-family: summernote;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    content: "\f12b"
}

.note-icon-summernote:before {
    display: inline-block;
    font-family: summernote;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    content: "\f12c"
}

.note-icon-superscript:before {
    display: inline-block;
    font-family: summernote;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    content: "\f12d"
}

.note-icon-table:before {
    display: inline-block;
    font-family: summernote;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    content: "\f12e"
}

.note-icon-text-height:before {
    display: inline-block;
    font-family: summernote;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    content: "\f12f"
}

.note-icon-trash:before {
    display: inline-block;
    font-family: summernote;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    content: "\f130"
}

.note-icon-underline:before {
    display: inline-block;
    font-family: summernote;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    content: "\f131"
}

.note-icon-undo:before {
    display: inline-block;
    font-family: summernote;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    content: "\f132"
}

.note-icon-unorderedlist:before {
    display: inline-block;
    font-family: summernote;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    content: "\f133"
}

.note-icon-video:before {
    display: inline-block;
    font-family: summernote;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    content: "\f134"
}

.note-editor {
    position: relative
}

.note-editor .note-dropzone {
    position: absolute;
    z-index: 100;
    display: none;
    color: #2E2F39;
    background-color: #fff;
    opacity: .95
}

.note-editor .note-dropzone .note-dropzone-message {
    display: table-cell;
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    vertical-align: middle
}

.note-editor .note-dropzone.hover {
    color: #2E2F39
}

.note-editor .note-editing-area {
    position: relative
}

.note-editor .note-editing-area .note-editable {
    outline: 0
}

.note-editor .note-editing-area .note-editable sup {
    vertical-align: super
}

.note-editor .note-editing-area .note-editable sub {
    vertical-align: sub
}

.note-editor .note-editing-area img.note-float-left {
    margin-right: 10px
}

.note-editor .note-editing-area img.note-float-right {
    margin-left: 10px
}

.note-editor.dragover .note-dropzone {
    display: table
}

.note-editor.note-frame {
    border: 1px solid #e6e6f2
}

.note-editor.note-frame .note-editing-area {
    overflow: hidden
}

.note-editor.note-frame .note-editing-area .note-editable {
    padding: 10px;
    overflow: auto;
    color: #2e2f39;
    word-wrap: break-word;
    background-color: #fff
}

.note-editor.note-frame .note-editing-area .note-editable[contenteditable=false] {
    background-color: #e6e6f2
}

.note-editor.note-frame .note-editing-area .note-codable {
    display: none;
    width: 100%;
    padding: 10px;
    margin-bottom: 0;
    font-family: Menlo,Monaco,monospace,sans-serif;
    font-size: 14px;
    color: #e6e6f2;
    background-color: #2e2f39;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    resize: none
}

.note-editor.note-frame .note-statusbar {
    background-color: #f9f9ff;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

.note-editor.note-frame .note-statusbar .note-resizebar {
    width: 100%;
    height: 8px;
    padding-top: 1px;
    cursor: ns-resize
}

.note-editor.note-frame .note-statusbar .note-resizebar .note-icon-bar {
    width: 20px;
    margin: 1px auto;
    border-top: 1px solid #a9a9a9
}

.note-editor.note-frame .note-placeholder {
    padding: 10px
}

.note-editor.note-frame.codeview .note-editing-area .note-editable {
    display: none
}

.note-editor.note-frame.codeview .note-editing-area .note-codable {
    display: block
}

.note-editor.note-frame.fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    width: 100%!important
}

.note-editor.note-frame.fullscreen .note-editable {
    background-color: #fff
}

.note-editor.note-frame.fullscreen .note-resizebar {
    display: none
}

.note-popover.popover {
    max-width: none
}

.note-popover.popover .popover-content a {
    display: inline-block;
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle
}

.note-popover.popover .arrow {
    left: 20px!important
}

.note-toolbar {
    position: relative;
    z-index: 500
}

.note-popover .popover-content {
    padding: 0 0 5px 5px;
    margin: 0
}

.note-popover .popover-content>.btn-group {
    margin-top: 5px;
    margin-right: 5px;
    margin-left: 0
}

.note-popover .popover-content .btn-group .note-table {
    min-width: 0;
    padding: 5px
}

.note-popover .popover-content .btn-group .note-table .note-dimension-picker {
    font-size: 18px
}

.note-popover .popover-content .btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher {
    position: absolute!important;
    z-index: 3;
    width: 10em;
    height: 10em;
    cursor: pointer
}

.note-popover .popover-content .btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted {
    position: relative!important;
    z-index: 1;
    width: 5em;
    height: 5em;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIj4+Pjp6ekKlAqjAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKhmnaJzPAAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC) repeat
}

.note-popover .popover-content .btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted {
    position: absolute!important;
    z-index: 2;
    width: 1em;
    height: 1em;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIjd6vvD2f9LKLW+AAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKwNDEVT0AAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC) repeat
}

.note-popover .popover-content .note-style .dropdown-style blockquote {
    padding: 5px 10px;
    margin: 0
}

.note-popover .popover-content .note-style .dropdown-style pre {
    padding: 5px 10px;
    margin: 0
}

.note-popover .popover-content .note-style .dropdown-style h1 {
    padding: 0;
    margin: 0
}

.note-popover .popover-content .note-style .dropdown-style h2 {
    padding: 0;
    margin: 0
}

.note-popover .popover-content .note-style .dropdown-style h3 {
    padding: 0;
    margin: 0
}

.note-popover .popover-content .note-style .dropdown-style h4 {
    padding: 0;
    margin: 0
}

.note-popover .popover-content .note-style .dropdown-style h5 {
    padding: 0;
    margin: 0
}

.note-popover .popover-content .note-style .dropdown-style h6 {
    padding: 0;
    margin: 0
}

.note-popover .popover-content .note-style .dropdown-style p {
    padding: 0;
    margin: 0
}

.note-popover .popover-content .note-color .dropdown-toggle {
    width: 20px;
    padding-left: 5px
}

.note-popover .popover-content .note-color .dropdown-menu {
    min-width: 337px
}

.note-popover .popover-content .note-color .dropdown-menu .note-palette {
    display: inline-block;
    width: 160px;
    margin: 0
}

.note-popover .popover-content .note-color .dropdown-menu .note-palette:first-child {
    margin: 0 5px
}

.note-popover .popover-content .note-color .dropdown-menu .note-palette .note-palette-title {
    margin: 2px 7px;
    font-size: 12px;
    text-align: center;
    border-bottom: 1px solid #eee
}

.note-popover .popover-content .note-color .dropdown-menu .note-palette .note-color-reset {
    width: 100%;
    padding: 0 3px;
    margin: 3px;
    font-size: 11px;
    cursor: pointer;
    border-radius: 5px
}

.note-popover .popover-content .note-color .dropdown-menu .note-palette .note-color-reset:hover {
    background: #eee
}

.note-popover .popover-content .note-color .dropdown-menu .note-palette .note-color-row {
    height: 20px
}

.note-popover .popover-content .note-para .dropdown-menu {
    min-width: 216px;
    padding: 5px
}

.note-popover .popover-content .note-para .dropdown-menu>div:first-child {
    margin-right: 5px
}

.note-popover .popover-content .dropdown-menu {
    min-width: 90px
}

.note-popover .popover-content .dropdown-menu.right {
    right: 0;
    left: auto
}

.note-popover .popover-content .dropdown-menu.right::before {
    right: 9px;
    left: auto!important
}

.note-popover .popover-content .dropdown-menu.right::after {
    right: 10px;
    left: auto!important
}

.note-popover .popover-content .dropdown-menu.note-check li a i {
    color: #25d5f2;
    visibility: hidden
}

.note-popover .popover-content .dropdown-menu.note-check li a.checked i {
    visibility: visible
}

.note-popover .popover-content .note-fontsize-10 {
    font-size: 10px
}

.note-popover .popover-content .note-color-palette {
    line-height: 1
}

.note-popover .popover-content .note-color-palette div .note-color-btn {
    width: 20px;
    height: 20px;
    padding: 0;
    margin: 0;
    border: 1px solid #fff
}

.note-popover .popover-content .note-color-palette div .note-color-btn:hover {
    border: 1px solid #000
}

.panel-heading.note-toolbar {
    padding: 0 0 5px 5px;
    margin: 0
}

.panel-heading.note-toolbar>.btn-group {
    margin-top: 5px;
    margin-right: 5px;
    margin-left: 0
}

.panel-heading.note-toolbar .btn-group .note-table {
    min-width: 0;
    padding: 5px
}

.panel-heading.note-toolbar .btn-group .note-table .note-dimension-picker {
    font-size: 18px
}

.panel-heading.note-toolbar .btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher {
    position: absolute!important;
    z-index: 3;
    width: 10em;
    height: 10em;
    cursor: pointer
}

.panel-heading.note-toolbar .btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted {
    position: relative!important;
    z-index: 1;
    width: 5em;
    height: 5em;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIj4+Pjp6ekKlAqjAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKhmnaJzPAAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC) repeat
}

.panel-heading.note-toolbar .btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted {
    position: absolute!important;
    z-index: 2;
    width: 1em;
    height: 1em;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIjd6vvD2f9LKLW+AAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKwNDEVT0AAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC) repeat
}

.panel-heading.note-toolbar .note-style .dropdown-style blockquote {
    padding: 5px 10px;
    margin: 0
}

.panel-heading.note-toolbar .note-style .dropdown-style pre {
    padding: 5px 10px;
    margin: 0
}

.panel-heading.note-toolbar .note-style .dropdown-style h1 {
    padding: 0;
    margin: 0
}

.panel-heading.note-toolbar .note-style .dropdown-style h2 {
    padding: 0;
    margin: 0
}

.panel-heading.note-toolbar .note-style .dropdown-style h3 {
    padding: 0;
    margin: 0
}

.panel-heading.note-toolbar .note-style .dropdown-style h4 {
    padding: 0;
    margin: 0
}

.panel-heading.note-toolbar .note-style .dropdown-style h5 {
    padding: 0;
    margin: 0
}

.panel-heading.note-toolbar .note-style .dropdown-style h6 {
    padding: 0;
    margin: 0
}

.panel-heading.note-toolbar .note-style .dropdown-style p {
    padding: 0;
    margin: 0
}

.panel-heading.note-toolbar .note-color .dropdown-toggle {
    width: 20px;
    padding-left: 5px
}

.panel-heading.note-toolbar .note-color .dropdown-menu {
    min-width: 337px
}

.panel-heading.note-toolbar .note-color .dropdown-menu .note-palette {
    display: inline-block;
    width: 160px;
    margin: 0
}

.panel-heading.note-toolbar .note-color .dropdown-menu .note-palette:first-child {
    margin: 0 5px
}

.panel-heading.note-toolbar .note-color .dropdown-menu .note-palette .note-palette-title {
    margin: 2px 7px;
    font-size: 12px;
    text-align: center;
    border-bottom: 1px solid #eee
}

.panel-heading.note-toolbar .note-color .dropdown-menu .note-palette .note-color-reset {
    width: 100%;
    padding: 0 3px;
    margin: 3px;
    font-size: 11px;
    cursor: pointer;
    border-radius: 5px
}

.panel-heading.note-toolbar .note-color .dropdown-menu .note-palette .note-color-reset:hover {
    background: #eee
}

.panel-heading.note-toolbar .note-color .dropdown-menu .note-palette .note-color-row {
    height: 20px
}

.panel-heading.note-toolbar .note-para .dropdown-menu {
    min-width: 216px;
    padding: 5px
}

.panel-heading.note-toolbar .note-para .dropdown-menu>div:first-child {
    margin-right: 5px
}

.panel-heading.note-toolbar .dropdown-menu {
    min-width: 90px
}

.panel-heading.note-toolbar .dropdown-menu.right {
    right: 0;
    left: auto
}

.panel-heading.note-toolbar .dropdown-menu.right::before {
    right: 9px;
    left: auto!important
}

.panel-heading.note-toolbar .dropdown-menu.right::after {
    right: 10px;
    left: auto!important
}

.panel-heading.note-toolbar .dropdown-menu.note-check li a i {
    color: #25d5f2;
    visibility: hidden
}

.panel-heading.note-toolbar .dropdown-menu.note-check li a.checked i {
    visibility: visible
}

.panel-heading.note-toolbar .note-fontsize-10 {
    font-size: 10px
}

.panel-heading.note-toolbar .note-color-palette {
    line-height: 1
}

.panel-heading.note-toolbar .note-color-palette div .note-color-btn {
    width: 20px;
    height: 20px;
    padding: 0;
    margin: 0;
    border: 1px solid #fff
}

.panel-heading.note-toolbar .note-color-palette div .note-color-btn:hover {
    border: 1px solid #000
}

.note-dialog>div {
    display: none
}

.note-dialog .form-group {
    margin-right: 0;
    margin-left: 0
}

.note-dialog .note-modal-form {
    margin: 0
}

.note-dialog .note-image-dialog .note-dropzone {
    min-height: 100px;
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 4;
    color: #efeff6;
    text-align: center;
    border: 4px dashed #d3d3d3
}

@-moz-document {
    url-prefix .note-image-input {
        height: auto
    }
}

.note-placeholder {
    position: absolute;
    display: none;
    color: #e6e6f2
}

.note-handle .note-control-selection {
    position: absolute;
    display: none;
    border: 1px solid #000
}

.note-handle .note-control-selection>div {
    position: absolute
}

.note-handle .note-control-selection .note-control-selection-bg {
    width: 100%;
    height: 100%;
    background-color: #2e2f39;
    -webkit-opacity: .3;
    -khtml-opacity: .3;
    -moz-opacity: .3;
    opacity: .3
}

.note-handle .note-control-selection .note-control-handle {
    width: 7px;
    height: 7px;
    border: 1px solid #000
}

.note-handle .note-control-selection .note-control-holder {
    width: 7px;
    height: 7px;
    border: 1px solid #000
}

.note-handle .note-control-selection .note-control-sizing {
    width: 7px;
    height: 7px;
    background-color: #fff;
    border: 1px solid #000
}

.note-handle .note-control-selection .note-control-nw {
    top: -5px;
    left: -5px;
    border-right: 0;
    border-bottom: 0
}

.note-handle .note-control-selection .note-control-ne {
    top: -5px;
    right: -5px;
    border-bottom: 0;
    border-left: none
}

.note-handle .note-control-selection .note-control-sw {
    bottom: -5px;
    left: -5px;
    border-top: 0;
    border-right: 0
}

.note-handle .note-control-selection .note-control-se {
    right: -5px;
    bottom: -5px;
    cursor: se-resize
}

.note-handle .note-control-selection .note-control-se.note-control-holder {
    cursor: default;
    border-top: 0;
    border-left: none
}

.note-handle .note-control-selection .note-control-selection-info {
    right: 0;
    bottom: 0;
    padding: 5px;
    margin: 5px;
    font-size: 12px;
    color: #fff;
    background-color: #2e2f39;
    border-radius: 5px;
    -webkit-opacity: .7;
    -khtml-opacity: .7;
    -moz-opacity: .7;
    opacity: .7
}

.note-hint-popover {
    min-width: 100px;
    padding: 2px
}

.note-hint-popover .popover-content {
    max-height: 150px;
    padding: 3px;
    overflow: auto
}

.note-hint-popover .popover-content .note-hint-group .note-hint-item {
    display: block!important;
    padding: 3px
}

.note-hint-popover .popover-content .note-hint-group .note-hint-item:hover {
    display: block;
    clear: both;
    font-weight: 400;
    line-height: 1.4;
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
    background-color: #2E2F39;
    outline: 0
}

.note-hint-popover .popover-content .note-hint-group .note-hint-item.active {
    display: block;
    clear: both;
    font-weight: 400;
    line-height: 1.4;
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
    background-color: #2E2F39;
    outline: 0
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
    width: 100%!important
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 50px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 13px 20px;
    outline: 0
}

.select2-container .select2-selection--single .select2-selection__clear {
    position: relative
}

.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-search--inline {
    float: left
}

.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    padding: 0
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px
}

.select2-dropdown {
    background-color: #fff;
    border: 1px solid #eaeaf2;
    border-radius: 10px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051
}

.select2-results {
    display: block
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 10px
}

.select2-results__option {
    padding: 5px 16px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
    font-size: 13px
}

.select2-results__option[aria-selected] {
    cursor: pointer
}

.select2-container--open .select2-dropdown {
    left: 0
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-search--dropdown {
    display: block;
    padding: 14px
}

.select2-search--dropdown .select2-search__field {
    padding: 8px;
    width: 100%;
    box-sizing: border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
    display: none
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff
}

.select2-hidden-accessible {
    border: 0!important;
    clip: rect(0 0 0 0)!important;
    -webkit-clip-path: inset(50%)!important;
    clip-path: inset(50%)!important;
    height: 1px!important;
    overflow: hidden!important;
    padding: 0!important;
    position: absolute!important;
    width: 1px!important;
    white-space: nowrap!important
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #eaeaf2;
    border-radius: 10px;
    outline: 0
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #2e2f39;
    font-size: 15px;
    line-height: 24px
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #71748d
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 32px;
    position: absolute;
    top: 15px;
    right: 22px;
    width: 21px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b:before {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    font-size: 12px;
    color: #2e2f39;
    content: "\f078";
    font-style: initial;
    transition: transform .3s;
    transform: translate3d(0,0,0) rotate(0);
    left: 11px;
    top: -1px
}

.select2-container--default .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #eaeaf2;
    border-radius: 4px;
    cursor: text
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #71748d;
    margin-top: 5px;
    float: left
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin-top: 5px;
    margin-right: 10px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e3e3eb;
    border: 1px solid #eaeaf2;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #71748d;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: 2px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #71748d
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #eaeaf2;
    border-radius: 10px;
    outline: 0
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: 0 0;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #71748d
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #e6e6f2;
    border-radius: 10px
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #2E2F39;
    color: #fff;
    border-radius: 10px
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    float: right;
    margin-left: 5px;
    margin-right: auto
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder {
    float: right
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline {
    float: right
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #e6e6f2;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #e6e6f2;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b:before {
    transform: translate3d(0,0,0) rotate(180deg)
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #000 1px;
    outline: 0
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--classic .select2-selection--single {
    background-color: #f9f9ff;
    border: 1px solid #eaeaf2;
    border-radius: 4px;
    outline: 0;
    background-image: linear-gradient(to bottom,#fff 50%,#eee 100%);
    background-repeat: repeat-x
}

.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #eaeaf2
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #2e2f39;
    line-height: 28px
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin-right: 10px
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #71748d
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #e6e6f2;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: linear-gradient(to bottom,#eee 50%,#ccc 100%);
    background-repeat: repeat-x
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--classic .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #eaeaf2;
    border-radius: 4px;
    cursor: text;
    outline: 0
}

.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #0f2bee
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e3e3eb;
    border: 1px solid #eaeaf2;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #666;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: 2px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #3b3d48
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none
}

.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
    border-top: none
}

.select2-container--classic .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--classic .select2-results__option[role=group] {
    padding: 0
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: #3b3d48
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #2E2F39;
    color: #fff
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    float: right;
    margin-left: 5px;
    margin-right: auto
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #eaeaf2
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: 0 0;
    border: none
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #e6e6f2 transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #eaeaf2
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #e6e6f2
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: linear-gradient(to bottom,#fff 0,#eee 50%);
    background-repeat: repeat-x
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: linear-gradient(to bottom,#eee 50%,#fff 100%);
    background-repeat: repeat-x
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

@-webkit-keyframes blink {
    from,to {
        border-right-color: #000
    }

    50% {
        border-right-color: transparent
    }
}

@keyframes blink {
    from,to {
        border-right-color: #000
    }

    50% {
        border-right-color: transparent
    }
}

mark.im-caret {
    -webkit-animation: 1s blink step-end infinite!important;
    animation: 1s blink step-end infinite!important
}

mark.im-caret-select {
    background-color: rgba(0,0,0,.25)
}

span.im-static {
    color: #e3e3eb
}

div.im-colormask {
    display: inline-block;
    border-style: inset;
    border-width: 2px;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
    cursor: text
}

div.im-colormask>input {
    position: absolute!important;
    display: inline-block;
    background-color: transparent;
    color: transparent;
    -webkit-text-fill-color: transparent;
    transition: background-color 5000s ease-in-out 0s;
    caret-color: transparent;
    text-shadow: none;
    -webkit-appearance: caret;
    -moz-appearance: caret;
    appearance: caret;
    border-style: none;
    left: 0
}

div.im-colormask>input:-webkit-autofill {
    position: absolute!important;
    display: inline-block;
    background-color: transparent;
    color: transparent;
    -webkit-text-fill-color: transparent;
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s;
    caret-color: transparent;
    text-shadow: none;
    -webkit-appearance: caret;
    appearance: caret;
    border-style: none;
    left: 0
}

div.im-colormask>input:-webkit-autofill~div {
    background-color: #faffbd
}

div.im-colormask>input:focus {
    outline: 0
}

div.im-colormask>input::-moz-selection {
    background: 0 0
}

div.im-colormask>input::selection {
    background: 0 0
}

div.im-colormask>input::-moz-selection {
    background: 0 0
}

div.im-colormask>div {
    color: #2e2f39;
    display: inline-block;
    width: 100px
}

[im-insert=false] {
    caret-color: red;
    caret-shape: block
}

input.parsley-success {
    color: #198754;
    background-color: #c5fad3;
    border: 1px solid #d6e9c6
}

select.parsley-success {
    color: #198754;
    background-color: #c5fad3;
    border: 1px solid #d6e9c6
}

textarea.parsley-success {
    color: #198754;
    background-color: #c5fad3;
    border: 1px solid #d6e9c6
}

input.parsley-error {
    color: #dc3545;
    background-color: #fbd3d5;
    border: 1px solid #eed3d7
}

select.parsley-error {
    color: #dc3545;
    background-color: #fbd3d5;
    border: 1px solid #eed3d7
}

textarea.parsley-error {
    color: #dc3545;
    background-color: #fbd3d5;
    border: 1px solid #eed3d7
}

.parsley-errors-list {
    margin: 2px 0 3px;
    padding: 0;
    list-style-type: none;
    font-size: .9em;
    line-height: .9em;
    opacity: 0;
    color: #dc3545;
    transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in
}

.parsley-errors-list.filled {
    opacity: 1
}

.ms-container {
    background: transparent url(../images/switch.png) no-repeat 50% 50%
}

.ms-container:after {
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    font-size: 0;
    clear: both;
    min-height: 0;
    visibility: hidden
}

.ms-container .ms-selectable {
    background: #fff;
    color: #e3e3eb;
    float: left;
    width: 45%
}

.ms-container .ms-selectable li.ms-elem-selectable {
    border-bottom: 1px #eee solid;
    padding: 13px 13px;
    color: #71748d;
    font-size: 14px
}

.ms-container .ms-selectable li.ms-hover {
    cursor: pointer;
    color: #fff;
    text-decoration: none;
    background-color: #2E2F39
}

.ms-container .ms-selectable li.disabled {
    background-color: #f9f9ff;
    color: #82849f;
    cursor: text
}

.ms-container .ms-selection {
    background: #fff;
    color: #e3e3eb;
    float: left;
    width: 45%;
    float: right
}

.ms-container .ms-selection li.ms-elem-selection {
    border-bottom: 1px #eee solid;
    padding: 13px 13px;
    color: #71748d;
    font-size: 14px
}

.ms-container .ms-selection li.ms-hover {
    cursor: pointer;
    color: #fff;
    text-decoration: none;
    background-color: #2E2F39
}

.ms-container .ms-selection li.disabled {
    background-color: #f9f9ff;
    color: #82849f;
    cursor: text
}

.ms-container .ms-list {
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    transition: border linear .2s,box-shadow linear .2s;
    border: 1px solid #e4e5ee;
    border-radius: 3px;
    position: relative;
    height: 250px;
    padding: 0;
    overflow-y: auto
}

.ms-container .ms-list.ms-focus {
    border-color: rgba(66,80,165,.02);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(82,168,236,.6);
    outline: 0
}

.ms-container ul {
    margin: 0;
    list-style-type: none;
    padding: 0
}

.ms-container .ms-optgroup-container {
    width: 100%
}

.ms-container .ms-optgroup-label {
    margin: 0;
    padding: 5px 0 0 5px;
    cursor: pointer;
    color: #71748d
}

.drag-handle {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}

.drag-indicator {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
    display: inline-block;
    margin: 0 .5em;
    height: 8px;
    width: 6px;
    background-image: url(../images/drag-indicator.png);
    transform: translate3d(-.5em,0,0);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.card-header+.list-group .list-group-item:first-child {
    border-top: 0
}

.list-group-bordered .list-group-item {
    border-color: rgba(19,29,40,.125)
}

.dashboard-short-list .list-group-item {
    display: flex
}

.dd {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    max-width: 100%;
    list-style: none;
    font-size: 13px;
    line-height: 20px
}

.dd-list {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%
}

.dd-list .dd-list {
    padding-left: 30px
}

.dd-collapsed .dd-list {
    display: none
}

.dd-item {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    min-height: 20px;
    font-size: 13px;
    line-height: 20px
}

.dd-item>button {
    display: block;
    position: relative;
    cursor: pointer;
    float: left;
    width: 34px;
    height: 20px;
    margin: 18px 0;
    padding: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: 0;
    background: 0 0;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    font-weight: 700
}

.dd-item>button:before {
    content: '+';
    display: block;
    position: absolute;
    width: 100%;
    text-align: center;
    text-indent: 0;
    font-size: 14px
}

.dd-item>button[data-action=collapse]:before {
    content: '-'
}

.dd-empty {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    min-height: 20px;
    font-size: 13px;
    line-height: 20px;
    margin: 5px 0;
    padding: 0;
    min-height: 30px;
    background: #f5f5f5;
    border: 1px dashed #b6bcbf;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 1px dashed #bbb;
    min-height: 100px;
    background-color: #f9f9ff;
    background-image: linear-gradient(45deg,#fff 25%,transparent 25%,transparent 75%,#fff 75%,#fff),linear-gradient(45deg,#fff 25%,transparent 25%,transparent 75%,#fff 75%,#fff);
    background-size: 60px 60px;
    background-position: 0 0,30px 30px
}

.dd-placeholder {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    min-height: 20px;
    font-size: 13px;
    line-height: 20px;
    margin: 5px 0;
    padding: 0;
    min-height: 30px;
    background: #f5f5f5;
    border: 1px dashed #b6bcbf;
    box-sizing: border-box;
    -moz-box-sizing: border-box
}

.dd-handle {
    margin-bottom: -1px;
    padding: .75rem 1rem;
    display: flex;
    align-items: center;
    background-color: #fff;
    border-top: 1px solid rgba(19,29,40,.125);
    border-bottom: 1px solid rgba(19,29,40,.125)
}

.dd-handle:hover {
    color: #2E2F39;
    background: #fff
}

.dd-dragel {
    position: absolute;
    pointer-events: none;
    z-index: 9999
}

.dd-dragel>.dd-item .dd-handle {
    margin-top: 0
}

.dd-dragel .dd-handle {
    box-shadow: 2px 4px 6px 0 rgba(0,0,0,.1)
}

.dd-dragel>.dd3-item>.dd3-content {
    margin: 0
}

.nestable-lists {
    display: block;
    clear: both;
    padding: 30px 0;
    width: 100%;
    border: 0;
    border-top: 2px solid #ddd;
    border-bottom: 2px solid #ddd
}

#nestable-menu {
    padding: 0;
    margin: 20px 0
}

#nestable-output {
    width: 100%;
    height: 7em;
    font-size: .75em;
    line-height: 1.333333em;
    font-family: summernote;
    padding: 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box
}

#nestable2-output {
    width: 100%;
    height: 7em;
    font-size: .75em;
    line-height: 1.333333em;
    font-family: summernote;
    padding: 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box
}

.dd-hover>.dd-handle {
    background: #2E2F39!important
}

.dd3-content {
    display: block;
    height: 30px;
    margin: 5px 0;
    padding: 5px 10px 5px 40px;
    color: #3b3d48;
    text-decoration: none;
    font-weight: 700;
    border: 1px solid #ccc;
    background: #fafafa;
    border-radius: 3px;
    box-sizing: border-box;
    -moz-box-sizing: border-box
}

.dd3-content:hover {
    color: #25d5f2;
    background: #fff
}

.dd3-item>button {
    margin-left: 30px
}

.dd3-handle {
    position: absolute;
    margin: 0;
    left: 0;
    top: 0;
    cursor: pointer;
    width: 30px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: 1px solid #aaa;
    background: #ddd;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.dd3-handle:before {
    content: '≡';
    display: block;
    position: absolute;
    left: 0;
    top: 3px;
    width: 100%;
    text-align: center;
    text-indent: 0;
    color: #fff;
    font-size: 20px;
    font-weight: 400
}

.dd3-handle:hover {
    background: #ddd
}

.socialite {
    display: block;
    float: left;
    height: 35px
}

.label-info {
    background-color: #25d5f2
}

.bootstrap-tagsinput {
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    display: inline-block;
    padding: 14px 19px;
    color: #82849f;
    vertical-align: middle;
    border-radius: 4px;
    max-width: 100%;
    line-height: 22px;
    cursor: text
}

.bootstrap-tagsinput input {
    border: none;
    box-shadow: none;
    outline: 0;
    background-color: transparent;
    padding: 0 6px;
    margin: 0;
    width: auto;
    max-width: inherit
}

.bootstrap-tagsinput input:focus {
    border: none;
    box-shadow: none
}

.bootstrap-tagsinput .tag {
    margin-right: 2px;
    color: #fff;
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 900;
    color: #fff
}

.bootstrap-tagsinput .tag [data-role=remove] {
    margin-left: 8px;
    cursor: pointer
}

.bootstrap-tagsinput .tag [data-role=remove]:after {
    content: "x";
    padding: 0 2px
}

.bootstrap-tagsinput .tag [data-role=remove]:hover {
    box-shadow: inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05)
}

.bootstrap-tagsinput .tag [data-role=remove]:hover:active {
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
}

.bootstrap-tagsinput.form-control input::-moz-placeholder {
    color: #71748d;
    opacity: 1
}

.bootstrap-tagsinput.form-control input:-ms-input-placeholder {
    color: #71748d
}

.bootstrap-tagsinput.form-control input::-webkit-input-placeholder {
    color: #71748d
}

code[class*=language-] {
    color: #e6e6f2;
    background: 0 0;
    font-family: "Open Sans","sans-serif;";
    font-size: 14px;
    text-align: left;
    white-space: pre;
    word-spacing: normal;
    word-break: normal;
    word-wrap: normal;
    line-height: 1.5;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    border-radius: 5px
}

pre[class*=language-] {
    color: #e6e6f2;
    background: 0 0;
    font-family: "Open Sans","sans-serif;";
    font-size: 14px;
    text-align: left;
    white-space: pre;
    word-spacing: normal;
    word-break: normal;
    word-wrap: normal;
    line-height: 1.5;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    border-radius: 5px;
    padding: 1em;
    margin: .5em 0;
    overflow: auto;
    background: #322e3f
}

not(pre)>code[class*=language-] {
    background: #322e3f;
    padding: .1em;
    border-radius: .3em;
    white-space: normal
}

.token.comment {
    color: #71748d
}

.token.block-comment {
    color: #71748d
}

.token.prolog {
    color: #71748d
}

.token.doctype {
    color: #71748d
}

.token.cdata {
    color: #71748d
}

.token.punctuation {
    color: #e6e6f2
}

.token.tag {
    color: #dc3545
}

.token.attr-name {
    color: #dc3545
}

.token.namespace {
    color: #dc3545
}

.token.deleted {
    color: #dc3545
}

.token.function-name {
    color: #25d5f2
}

.token.boolean {
    color: #fd7e14
}

.token.number {
    color: #fd7e14
}

.token.function {
    color: #fd7e14
}

.token.property {
    color: #ffc107
}

.token.class-name {
    color: #ffc107
}

.token.constant {
    color: #ffc107
}

.token.symbol {
    color: #ffc107
}

.token.selector {
    color: #dc3545
}

.token.important {
    color: #dc3545;
    font-weight: 700
}

.token.atrule {
    color: #dc3545
}

.token.keyword {
    color: #dc3545
}

.token.builtin {
    color: #dc3545
}

.token.string {
    color: #198754
}

.token.char {
    color: #198754
}

.token.attr-value {
    color: #198754
}

.token.regex {
    color: #198754
}

.token.variable {
    color: #198754
}

.token.operator {
    color: #25d5f2
}

.token.entity {
    color: #25d5f2;
    cursor: help
}

.token.url {
    color: #25d5f2
}

.token.bold {
    font-weight: 700
}

.token.italic {
    font-style: italic
}

.token.inserted {
    color: #198754
}

.dashboard-main-wrapper {
    min-height: 100%;
    position: relative;
    background-color: #efeff6
}

.dashboard-wrapper {
    position: relative;
    left: 0;
    margin-left: 255px;
    min-height: 100vh!important
}

.dashboard-wrapper.dashboard-wrapper-fluid {
    margin-left: 0;
}

.dashboard-content {
    padding: 80px 20px 20px 20px
}

.splash-container {
    width: 100%;
    max-width: 375px;
    padding: 15px;
    margin: auto
}

.splash-container .card-header {
    padding: 20px
}

.splash-container .card-footer-item {
    padding: 12px 26px
}

.splash-description {
    text-align: center;
    display: block;
    line-height: 20px;
    font-size: 1rem;
    margin-top: 5px;
    padding-bottom: 10px
}

.splash-title {
    text-align: center;
    display: block;
    font-size: 14px;
    font-weight: 300
}

@media (max-width: 375px) {
    .dashboard-content {
        padding:16px
    }
}

.divider {
    display: flex;
    align-items: center
}

.divider::after,.divider::before {
    flex: 1 1 0%;
    border-top: .0625rem solid #e3e3eb;
    content: "";
    margin-top: .0625rem
}

.divider::before {
    margin-right: 1.5rem
}

.divider::after {
    margin-left: 1.5rem
}

.card-header {
    background-color: transparent;
    border-bottom: 1px solid #e6e6f2
}

.card-btn {
    color: #2e2f39;
    text-align: left;
    white-space: inherit
}

.card {
    border: none
}

.card-footer-item {
    padding: 12px 35px;
    flex: 1;
    text-align: center;
    display: inline-block
}

.card-footer-item-bordered:not(:last-child) {
    border-right: 1px solid #e6e6f2
}

.border-top-primary {
    border-top: solid #2E2F39!important
}

.border-top-info {
    border-top: solid #25d5f2!important
}

.border-top-warning {
    border-top: solid #ffc107!important
}

.border-top-danger {
    border-top: solid #dc3545!important
}

.border-boxes span {
    display: inline-block;
    width: 5rem;
    height: 5rem;
    margin: .25rem;
    background-color: #f9f9ff
}

.icon-xs {
    height: 20px;
    width: 20px;
    line-height: 20px
}

.icon-sm {
    height: 30px;
    width: 30px;
    line-height: 30px
}

.icon-lg {
    height: 40px;
    width: 40px;
    line-height: 40px
}

.icon-xl {
    height: 70px;
    width: 70px;
    line-height: 70px
}

.icon-shape {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    vertical-align: middle
}

.f-icon {
    cursor: pointer;
    padding: 13px 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.f-icon:hover {
    background-color: #f9f9ff
}

.if-icon {
    cursor: pointer;
    padding: 13px 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.if-icon:hover {
    background-color: #f9f9ff
}

.m-icon {
    cursor: pointer;
    padding: 13px 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 33%;
    display: inline-block
}

.m-icon:hover {
    background-color: #f9f9ff
}

.sl-icon {
    cursor: pointer;
    padding: 13px 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.sl-icon:hover {
    background-color: #f9f9ff
}

.t-icon {
    cursor: pointer;
    padding: 13px 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.t-icon:hover {
    background-color: #f9f9ff
}

.w-icon {
    cursor: pointer;
    padding: 13px 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.w-icon:hover {
    background-color: #f9f9ff
}

@media only screen and (max-width: 1400px) {
    .product-price {
        position:initial
    }

    .product-slider {
        background-color: #fff;
        border-top-left-radius: 4px;
        padding: 131px 28px
    }

    .campaign-metrics-box .list-group-item {
        padding: 10px 40px!important
    }
}

@media only screen and (max-width: 1200px) {
    .product-price {
        position:initial
    }

    .product-slider {
        padding: 131px 30px
    }
}

@media only screen and (max-width: 992px) {
    .nav-left-sidebar .navbar-toggler {
        background-color:#fff
    }

    .product-slider {
        padding: 30px 10px
    }

    .product-carousel .carousel-indicators {
        bottom: -30px
    }

    .simple-card .nav.nav-tabs .nav-item .nav-link {
        padding: 17px 29px
    }
}

@media only screen and (min-width: 768px) and (max-width:991.98px) {
    .nav-left-sidebar .navbar-toggler {
        background-color:#fff
    }

    .nav-left-sidebar .navbar {
        padding: 14px
    }

    .nav-left-sidebar {
        width: 100%;
        position: relative;
        top: 0;
        right: 0;
        margin-top: 60px
    }

    .dashboard-wrapper {
        margin-left: 0
    }

    .dashboard-footer {
        margin-left: 0
    }

    .nav-left-sidebar .navbar-toggler {
        background-color: #fff
    }

    .dashboard-influence .card-footer-item {
        padding: 11px 54px
    }

    .influencer-profile .tab-regular .nav.nav-pills .nav-item .nav-link,.influencer-profile .tab-regular .nav.nav-tabs .nav-item .nav-link {
        display: block;
        padding: 17px 13px
    }

    .page-aside {
        background: none repeat scroll 0 0 #fff;
        width: 280px;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        border-right: 1px solid #e6e6f2;
        margin-top: 0;
        padding-bottom: 0;
        color: #404040
    }
}

@media only screen and (max-width: 768px) {
    .nav-left-sidebar .navbar-toggler {
        background-color:#fff
    }

    .nav-left-sidebar .navbar {
        padding: 14px
    }

    .nav-left-sidebar {
        width: 100%;
        position: relative;
        top: 0;
        right: 0;
        margin-top: 60px
    }

    .dashboard-wrapper {
        margin-left: 0
    }

    .dashboard-footer {
        margin-left: 0
    }

    .nav-left-sidebar .navbar-toggler {
        background-color: #fff
    }

    .dashboard-influence .card-footer-item {
        padding: 11px 54px
    }

    .influencer-profile .tab-regular .nav.nav-pills .nav-item .nav-link,.influencer-profile .tab-regular .nav.nav-tabs .nav-item .nav-link {
        display: block;
        padding: 17px 13px
    }

    .page-aside {
        background: none repeat scroll 0 0 #fff;
        width: 280px;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        border-right: 1px solid #e6e6f2;
        margin-top: 0;
        padding-bottom: 0;
        color: #404040
    }
}

@media only screen and (max-width: 480px) {
    .nav-left-sidebar {
        width:100%;
        position: relative;
        top: -3px;
        right: 0;
        margin-top: 60px
    }

    .nav-left-sidebar .navbar {
        padding: 14px
    }

    .nav-left-sidebar .navbar a {
        color: #fff
    }

    .nav-left-sidebar .navbar-toggler {
        background-color: #fff
    }

    .aside-header .navbar-toggle {
        display: block
    }

    .dashboard-wrapper {
        margin-left: 0
    }

    .dashboard-footer {
        margin-left: 0
    }

    .page-aside {
        background: none repeat scroll 0 0 #fff;
        width: 100%;
        height: 100%;
        position: relative;
        top: 0;
        left: 0;
        border-right: transparent;
        margin-top: 0;
        padding-bottom: 0;
        color: #2e2f39
    }

    .aside-nav.collapse {
        display: none
    }

    .dashboard-main-wrapper .main-content {
        margin-left: 0;
        width: auto
    }

    .aside-nav.show {
        display: block
    }

    .dashboard-header .navbar .navbar-right-top .nav-item {
        border-right: none
    }

    .dashboard-header .navbar .notification .indicator {
        left: 36px
    }

    .product-slider {
        padding: 30px 10px
    }

    .product-carousel .carousel-indicators {
        bottom: -30px
    }

    .simple-card .nav.nav-tabs .nav-item .nav-link {
        padding: 17px 29px
    }

    .pills-regular .nav.nav-pills .nav-item .nav-link {
        padding: 14px 22px
    }
}

html body .font-16 {
    font-size: 16px
}

html body .font-12 {
    font-size: 12px
}

html body .font-14 {
    font-size: 14px
}

html body .font-10 {
    font-size: 10px
}

html body .font-8 {
    font-size: 8px
}

html body .font-18 {
    font-size: 18px
}

html body .font-20 {
    font-size: 20px
}

html body .font-22 {
    font-size: 22px
}

html body .font-24 {
    font-size: 24px
}

html body .display-5 {
    font-size: 3rem
}

html body .display-6 {
    font-size: 2.5rem
}

html body .display-7 {
    font-size: 2rem
}

.badge-dot {
    border-radius: 100%;
    padding: 4px;
    display: inline-block;
    margin-right: 3px
}

.is-sidebar-mini .dashboard-wrapper {
    margin-left: 4.25rem
}

@media (max-width: 990px) {
    .is-sidebar-mini .dashboard-wrapper {
        margin-left:0
    }
}

.is-sidebar-compact.dashboard-wrapper {
    margin-left: 144px
}

@media (max-width: 990px) {
    .is-sidebar-compact.dashboard-wrapper {
        margin-left:0
    }
}
