@charset "UTF-8"; /*!
 * Bootstrap v4.5.0 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #ffffff;
    --gray: #7E8299;
    --gray-dark: #3F4254;
    --primary: #3699FF;
    --secondary: #E4E6EF;
    --success: #1BC5BD;
    --info: #8950FC;
    --warning: #FFA800;
    --danger: #F64E60;
    --light: #F3F6F9;
    --dark: #181C32;
    --white: #ffffff;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --breakpoint-xxl: 1400px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*, *::before, *::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}

body {
    margin: 0;
    /*font-family: Poppins, Helvetica, "sans-serif";*/
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #3F4254;
    text-align: left;
    background-color: #ffffff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

abbr[title], abbr[data-original-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;
}

ol, ul, dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

ol ol, ul ul, ol ul, ul ol {
    margin-bottom: 0;
}

dt {
    font-weight: 500;
}

dd {
    margin-bottom: .5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

b, strong {
    font-weight: 600;
}

small {
    font-size: 80%;
}

sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

a {
    color: #3699FF;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: #0073e9;
    text-decoration: underline;
}

a:not([href]) {
    color: inherit;
    text-decoration: none;
}

a:not([href]):hover {
    color: inherit;
    text-decoration: none;
}

pre, code, kbd, 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: 0.75rem;
    padding-bottom: 0.75rem;
    color: #B5B5C3;
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: inherit;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

button {
    border-radius: 0;
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

input, button, select, optgroup, 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;
}

button, [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button;
}

button:not(:disabled), [type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled) {
    cursor: pointer;
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

input[type="radio"], input[type="checkbox"] {
    -webkit-box-sizing: border-box;
    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 + 0.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: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}

h1, .h1 {
    font-size: 2rem;
}

@media (max-width: 1200px) {
    h1, .h1 {
        font-size: calc(1.325rem + 0.9vw) ;
    }
}

h2, .h2 {
    font-size: 1.75rem;
}

@media (max-width: 1200px) {
    h2, .h2 {
        font-size: calc(1.3rem + 0.6vw) ;
    }
}

h3, .h3 {
    font-size: 1.5rem;
}

@media (max-width: 1200px) {
    h3, .h3 {
        font-size: calc(1.275rem + 0.3vw) ;
    }
}

h4, .h4 {
    font-size: 1.35rem;
}

@media (max-width: 1200px) {
    h4, .h4 {
        font-size: calc(1.26rem + 0.12vw) ;
    }
}

h5, .h5 {
    font-size: 1.25rem;
}

h6, .h6 {
    font-size: 1.175rem;
}

.lead {
    font-size: 1.25rem;
    font-weight: 300;
}

.display-1 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2;
}

@media (max-width: 1200px) {
    .display-1 {
        font-size: calc(1.675rem + 5.1vw) ;
    }
}

.display-2 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2;
}

@media (max-width: 1200px) {
    .display-2 {
        font-size: calc(1.575rem + 3.9vw) ;
    }
}

.display-3 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2;
}

@media (max-width: 1200px) {
    .display-3 {
        font-size: calc(1.475rem + 2.7vw) ;
    }
}

.display-4 {
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 1.2;
}

@media (max-width: 1200px) {
    .display-4 {
        font-size: calc(1.375rem + 1.5vw) ;
    }
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small, .small {
    font-size: 80%;
    font-weight: 400;
}

mark, .mark {
    padding: 0.2em;
    background-color: #fcf8e3;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
}

.list-inline-item {
    display: inline-block;
}

.list-inline-item:not(:last-child) {
    margin-right: 0.5rem;
}

.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem;
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #7E8299;
}

.blockquote-footer::before {
    content: "\2014\00A0";
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.img-thumbnail {
    padding: 0.25rem;
    background-color: #ffffff;
    border: 1px solid #E4E6EF;
    border-radius: 0.42rem;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
    max-width: 100%;
    height: auto;
}

.figure {
    display: inline-block;
}

.figure-img {
    margin-bottom: 0.5rem;
    line-height: 1;
}

.figure-caption {
    font-size: 90%;
    color: #7E8299;
}

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-wrap: break-word;
}

a > code {
    color: inherit;
}

kbd {
    padding: 0.2rem 0.4rem;
    font-size: 87.5%;
    color: #ffffff;
    background-color: #181C32;
    border-radius: 0.28rem;
    -webkit-box-shadow: inset 0 -0.1rem 0 rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 -0.1rem 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 500;
    -webkit-box-shadow: none;
    box-shadow: none;
}

pre {
    display: block;
    font-size: 87.5%;
    color: #181C32;
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal;
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

.container {
    width: 100%;
    padding-right: 12.5px;
    padding-left: 12.5px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1340px;
    }
}

.container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    width: 100%;
    padding-right: 12.5px;
    padding-left: 12.5px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container, .container-sm {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container, .container-sm, .container-md {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container, .container-sm, .container-md, .container-lg {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
        max-width: 1340px;
    }
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -12.5px;
    margin-left: -12.5px;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters > .col, .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl, .col-xxl-auto {
    position: relative;
    width: 100%;
    padding-right: 12.5px;
    padding-left: 12.5px;
}



@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        min-width: 0;
        max-width: 100%;
    }

    .row-cols-sm-1 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row-cols-sm-2 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .row-cols-sm-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .row-cols-sm-4 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .row-cols-sm-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .row-cols-sm-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-sm-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .order-sm-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }

    .order-sm-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }

    .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }

    .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }

    .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }

    .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }

    .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 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 {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        min-width: 0;
        max-width: 100%;
    }

    .row-cols-md-1 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row-cols-md-2 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .row-cols-md-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .row-cols-md-4 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .row-cols-md-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .row-cols-md-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-md-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .order-md-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }

    .order-md-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }

    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }

    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }

    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }

    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }

    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 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 {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        min-width: 0;
        max-width: 100%;
    }

    .row-cols-lg-1 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row-cols-lg-2 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .row-cols-lg-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .row-cols-lg-4 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .row-cols-lg-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .row-cols-lg-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .order-lg-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }

    .order-lg-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }

    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }

    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }

    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }

    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }

    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 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 {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        min-width: 0;
        max-width: 100%;
    }

    .row-cols-xl-1 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row-cols-xl-2 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .row-cols-xl-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .row-cols-xl-4 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .row-cols-xl-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .row-cols-xl-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-xl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .order-xl-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }

    .order-xl-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }

    .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }

    .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }

    .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }

    .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }

    .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-xl-0 {
        margin-left: 0;
    }

    .offset-xl-1 {
        margin-left: 8.33333%;
    }

    .offset-xl-2 {
        margin-left: 16.66667%;
    }

    .offset-xl-3 {
        margin-left: 25%;
    }

    .offset-xl-4 {
        margin-left: 33.33333%;
    }

    .offset-xl-5 {
        margin-left: 41.66667%;
    }

    .offset-xl-6 {
        margin-left: 50%;
    }

    .offset-xl-7 {
        margin-left: 58.33333%;
    }

    .offset-xl-8 {
        margin-left: 66.66667%;
    }

    .offset-xl-9 {
        margin-left: 75%;
    }

    .offset-xl-10 {
        margin-left: 83.33333%;
    }

    .offset-xl-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 1400px) {
    .col-xxl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        min-width: 0;
        max-width: 100%;
    }

    .row-cols-xxl-1 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row-cols-xxl-2 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .row-cols-xxl-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .row-cols-xxl-4 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .row-cols-xxl-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .row-cols-xxl-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-xxl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-xxl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-xxl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-xxl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xxl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-xxl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-xxl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xxl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-xxl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-xxl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xxl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-xxl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-xxl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-xxl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .order-xxl-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }

    .order-xxl-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    .order-xxl-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .order-xxl-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .order-xxl-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .order-xxl-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .order-xxl-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .order-xxl-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    .order-xxl-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }

    .order-xxl-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }

    .order-xxl-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }

    .order-xxl-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }

    .order-xxl-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }

    .order-xxl-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-xxl-0 {
        margin-left: 0;
    }

    .offset-xxl-1 {
        margin-left: 8.33333%;
    }

    .offset-xxl-2 {
        margin-left: 16.66667%;
    }

    .offset-xxl-3 {
        margin-left: 25%;
    }

    .offset-xxl-4 {
        margin-left: 33.33333%;
    }

    .offset-xxl-5 {
        margin-left: 41.66667%;
    }

    .offset-xxl-6 {
        margin-left: 50%;
    }

    .offset-xxl-7 {
        margin-left: 58.33333%;
    }

    .offset-xxl-8 {
        margin-left: 66.66667%;
    }

    .offset-xxl-9 {
        margin-left: 75%;
    }

    .offset-xxl-10 {
        margin-left: 83.33333%;
    }

    .offset-xxl-11 {
        margin-left: 91.66667%;
    }
}


.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
}

.nav-link:hover, .nav-link:focus {
    text-decoration: none;
}

.nav-link.disabled {
    color: #7E8299;
    pointer-events: none;
    cursor: default;
}


.card {
    max-width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #ffffff;
    background-clip: border-box;
    border: 1px solid #EBEDF3;
    border-radius: 0.42rem;
    padding: 0.7em 1em 1em
}

.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(0.42rem - 1px);
    border-top-right-radius: calc(0.42rem - 1px);
}

.card > .list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: calc(0.42rem - 1px);
    border-bottom-left-radius: calc(0.42rem - 1px);
}


.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.42rem;
}

.alert-heading {
    color: inherit;
}

.alert-link {
    font-weight: 500;
}

.alert-dismissible {
    padding-right: 4rem;
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit;
}

.alert-primary {
    color: #1c5085;
    background-color: #d7ebff;
    border-color: #c7e2ff;
}

.alert-primary hr {
    border-top-color: #aed5ff;
}

.alert-primary .alert-link {
    color: #13375b;
}

.alert-secondary {
    color: #77787c;
    background-color: #fafafc;
    border-color: #f7f8fb;
}

.alert-secondary hr {
    border-top-color: #e6e9f3;
}

.alert-secondary .alert-link {
    color: #5e5f62;
}

.alert-success {
    color: #0e6662;
    background-color: #d1f3f2;
    border-color: #bfefed;
}

.alert-success hr {
    border-top-color: #abeae7;
}

.alert-success .alert-link {
    color: #083937;
}

.alert-info {
    color: #472a83;
    background-color: #e7dcfe;
    border-color: #decefe;
}

.alert-info hr {
    border-top-color: #cdb5fd;
}

.alert-info .alert-link {
    color: #321e5c;
}

.alert-warning {
    color: #855700;
    background-color: #ffeecc;
    border-color: #ffe7b8;
}

.alert-warning hr {
    border-top-color: #ffde9f;
}

.alert-warning .alert-link {
    color: #523600;
}

.alert-danger {
    color: #802932;
    background-color: #fddcdf;
    border-color: #fccdd2;
}

.alert-danger hr {
    border-top-color: #fbb5bc;
}

.alert-danger .alert-link {
    color: #591d23;
}

.alert-light {
    color: #7e8081;
    background-color: #fdfdfe;
    border-color: #fcfcfd;
}

.alert-light hr {
    border-top-color: #ededf3;
}

.alert-light .alert-link {
    color: #656667;
}

.alert-dark {
    color: #0c0f1a;
    background-color: #d1d2d6;
    border-color: #bebfc6;
}

.alert-dark hr {
    border-top-color: #b0b2ba;
}

.alert-dark .alert-link {
    color: black;
}

.alert-white {
    color: #858585;
    background-color: white;
    border-color: white;
}

.alert-white hr {
    border-top-color: #f2f2f2;
}

.alert-white .alert-link {
    color: #6c6c6c;
}


.bg-white {
    background-color: #ffffff !important;
}

a.bg-white:hover, a.bg-white:focus, button.bg-white:hover, button.bg-white:focus {
    background-color: #e6e6e6 !important;
}

.bg-white {
    background-color: #ffffff !important;
}

.bg-transparent {
    background-color: transparent !important;
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}


.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}

.flex-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.align-items-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}

.align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
}

@media (min-width: 576px) {
    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-sm-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-sm-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-sm-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-sm-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-sm-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-sm-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-sm-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-sm-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-md-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-md-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-md-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-md-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-md-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-md-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-md-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-lg-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-lg-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-lg-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-lg-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-lg-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-lg-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-lg-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 1200px) {
    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-xl-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-xl-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-xl-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-xl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-xl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-xl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-xl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 1400px) {
    .flex-xxl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-xxl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-xxl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-xxl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-xxl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-xxl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-xxl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-xxl-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-xxl-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-xxl-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-xxl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-xxl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-xxl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-xxl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-xxl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-xxl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-xxl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-xxl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-xxl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-xxl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-xxl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-xxl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-xxl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-xxl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-xxl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-xxl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-xxl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-xxl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-xxl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-xxl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-xxl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-xxl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-xxl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-xxl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !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: 0.25rem !important;
}

.mt-1, .my-1 {
    margin-top: 0.25rem !important;
}

.mr-1, .mx-1 {
    margin-right: 0.25rem !important;
}

.mb-1, .my-1 {
    margin-bottom: 0.25rem !important;
}

.ml-1, .mx-1 {
    margin-left: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.mt-2, .my-2 {
    margin-top: 0.5rem !important;
}

.mr-2, .mx-2 {
    margin-right: 0.5rem !important;
}

.mb-2, .my-2 {
    margin-bottom: 0.5rem !important;
}

.ml-2, .mx-2 {
    margin-left: 0.5rem !important;
}

.m-3 {
    margin: 0.75rem !important;
}

.mt-3, .my-3 {
    margin-top: 0.75rem !important;
}

.mr-3, .mx-3 {
    margin-right: 0.75rem !important;
}

.mb-3, .my-3 {
    margin-bottom: 0.75rem !important;
}

.ml-3, .mx-3 {
    margin-left: 0.75rem !important;
}

.m-4 {
    margin: 1rem !important;
}

.mt-4, .my-4 {
    margin-top: 1rem !important;
}

.mr-4, .mx-4 {
    margin-right: 1rem !important;
}

.mb-4, .my-4 {
    margin-bottom: 1rem !important;
}

.ml-4, .mx-4 {
    margin-left: 1rem !important;
}

.m-5 {
    margin: 1.25rem !important;
}

.mt-5, .my-5 {
    margin-top: 1.25rem !important;
}

.mr-5, .mx-5 {
    margin-right: 1.25rem !important;
}

.mb-5, .my-5 {
    margin-bottom: 1.25rem !important;
}

.ml-5, .mx-5 {
    margin-left: 1.25rem !important;
}

.m-6 {
    margin: 1.5rem !important;
}

.mt-6, .my-6 {
    margin-top: 1.5rem !important;
}

.mr-6, .mx-6 {
    margin-right: 1.5rem !important;
}

.mb-6, .my-6 {
    margin-bottom: 1.5rem !important;
}

.ml-6, .mx-6 {
    margin-left: 1.5rem !important;
}

.m-7 {
    margin: 1.75rem !important;
}

.mt-7, .my-7 {
    margin-top: 1.75rem !important;
}

.mr-7, .mx-7 {
    margin-right: 1.75rem !important;
}

.mb-7, .my-7 {
    margin-bottom: 1.75rem !important;
}

.ml-7, .mx-7 {
    margin-left: 1.75rem !important;
}

.m-8 {
    margin: 2rem !important;
}

.mt-8, .my-8 {
    margin-top: 2rem !important;
}

.mr-8, .mx-8 {
    margin-right: 2rem !important;
}

.mb-8, .my-8 {
    margin-bottom: 2rem !important;
}

.ml-8, .mx-8 {
    margin-left: 2rem !important;
}

.m-9 {
    margin: 2.25rem !important;
}

.mt-9, .my-9 {
    margin-top: 2.25rem !important;
}

.mr-9, .mx-9 {
    margin-right: 2.25rem !important;
}

.mb-9, .my-9 {
    margin-bottom: 2.25rem !important;
}

.ml-9, .mx-9 {
    margin-left: 2.25rem !important;
}

.m-10 {
    margin: 2.5rem !important;
}

.mt-10, .my-10 {
    margin-top: 2.5rem !important;
}

.mr-10, .mx-10 {
    margin-right: 2.5rem !important;
}

.mb-10, .my-10 {
    margin-bottom: 2.5rem !important;
}

.ml-10, .mx-10 {
    margin-left: 2.5rem !important;
}

.m-11 {
    margin: 2.75rem !important;
}

.mt-11, .my-11 {
    margin-top: 2.75rem !important;
}

.mr-11, .mx-11 {
    margin-right: 2.75rem !important;
}

.mb-11, .my-11 {
    margin-bottom: 2.75rem !important;
}

.ml-11, .mx-11 {
    margin-left: 2.75rem !important;
}

.m-12 {
    margin: 3rem !important;
}

.mt-12, .my-12 {
    margin-top: 3rem !important;
}

.mr-12, .mx-12 {
    margin-right: 3rem !important;
}

.mb-12, .my-12 {
    margin-bottom: 3rem !important;
}

.ml-12, .mx-12 {
    margin-left: 3rem !important;
}

.m-13 {
    margin: 3.25rem !important;
}

.mt-13, .my-13 {
    margin-top: 3.25rem !important;
}

.mr-13, .mx-13 {
    margin-right: 3.25rem !important;
}

.mb-13, .my-13 {
    margin-bottom: 3.25rem !important;
}

.ml-13, .mx-13 {
    margin-left: 3.25rem !important;
}

.m-14 {
    margin: 3.5rem !important;
}

.mt-14, .my-14 {
    margin-top: 3.5rem !important;
}

.mr-14, .mx-14 {
    margin-right: 3.5rem !important;
}

.mb-14, .my-14 {
    margin-bottom: 3.5rem !important;
}

.ml-14, .mx-14 {
    margin-left: 3.5rem !important;
}

.m-15 {
    margin: 3.75rem !important;
}

.mt-15, .my-15 {
    margin-top: 3.75rem !important;
}

.mr-15, .mx-15 {
    margin-right: 3.75rem !important;
}

.mb-15, .my-15 {
    margin-bottom: 3.75rem !important;
}

.ml-15, .mx-15 {
    margin-left: 3.75rem !important;
}

.m-16 {
    margin: 4rem !important;
}

.mt-16, .my-16 {
    margin-top: 4rem !important;
}

.mr-16, .mx-16 {
    margin-right: 4rem !important;
}

.mb-16, .my-16 {
    margin-bottom: 4rem !important;
}

.ml-16, .mx-16 {
    margin-left: 4rem !important;
}

.m-17 {
    margin: 4.25rem !important;
}

.mt-17, .my-17 {
    margin-top: 4.25rem !important;
}

.mr-17, .mx-17 {
    margin-right: 4.25rem !important;
}

.mb-17, .my-17 {
    margin-bottom: 4.25rem !important;
}

.ml-17, .mx-17 {
    margin-left: 4.25rem !important;
}

.m-18 {
    margin: 4.5rem !important;
}

.mt-18, .my-18 {
    margin-top: 4.5rem !important;
}

.mr-18, .mx-18 {
    margin-right: 4.5rem !important;
}

.mb-18, .my-18 {
    margin-bottom: 4.5rem !important;
}

.ml-18, .mx-18 {
    margin-left: 4.5rem !important;
}

.m-19 {
    margin: 4.75rem !important;
}

.mt-19, .my-19 {
    margin-top: 4.75rem !important;
}

.mr-19, .mx-19 {
    margin-right: 4.75rem !important;
}

.mb-19, .my-19 {
    margin-bottom: 4.75rem !important;
}

.ml-19, .mx-19 {
    margin-left: 4.75rem !important;
}

.m-20 {
    margin: 5rem !important;
}

.mt-20, .my-20 {
    margin-top: 5rem !important;
}

.mr-20, .mx-20 {
    margin-right: 5rem !important;
}

.mb-20, .my-20 {
    margin-bottom: 5rem !important;
}

.ml-20, .mx-20 {
    margin-left: 5rem !important;
}

.m-21 {
    margin: 5.25rem !important;
}

.mt-21, .my-21 {
    margin-top: 5.25rem !important;
}

.mr-21, .mx-21 {
    margin-right: 5.25rem !important;
}

.mb-21, .my-21 {
    margin-bottom: 5.25rem !important;
}

.ml-21, .mx-21 {
    margin-left: 5.25rem !important;
}

.m-22 {
    margin: 5.5rem !important;
}

.mt-22, .my-22 {
    margin-top: 5.5rem !important;
}

.mr-22, .mx-22 {
    margin-right: 5.5rem !important;
}

.mb-22, .my-22 {
    margin-bottom: 5.5rem !important;
}

.ml-22, .mx-22 {
    margin-left: 5.5rem !important;
}

.m-23 {
    margin: 5.75rem !important;
}

.mt-23, .my-23 {
    margin-top: 5.75rem !important;
}

.mr-23, .mx-23 {
    margin-right: 5.75rem !important;
}

.mb-23, .my-23 {
    margin-bottom: 5.75rem !important;
}

.ml-23, .mx-23 {
    margin-left: 5.75rem !important;
}

.m-24 {
    margin: 6rem !important;
}

.mt-24, .my-24 {
    margin-top: 6rem !important;
}

.mr-24, .mx-24 {
    margin-right: 6rem !important;
}

.mb-24, .my-24 {
    margin-bottom: 6rem !important;
}

.ml-24, .mx-24 {
    margin-left: 6rem !important;
}

.m-25 {
    margin: 6.25rem !important;
}

.mt-25, .my-25 {
    margin-top: 6.25rem !important;
}

.mr-25, .mx-25 {
    margin-right: 6.25rem !important;
}

.mb-25, .my-25 {
    margin-bottom: 6.25rem !important;
}

.ml-25, .mx-25 {
    margin-left: 6.25rem !important;
}

.m-26 {
    margin: 6.5rem !important;
}

.mt-26, .my-26 {
    margin-top: 6.5rem !important;
}

.mr-26, .mx-26 {
    margin-right: 6.5rem !important;
}

.mb-26, .my-26 {
    margin-bottom: 6.5rem !important;
}

.ml-26, .mx-26 {
    margin-left: 6.5rem !important;
}

.m-27 {
    margin: 6.75rem !important;
}

.mt-27, .my-27 {
    margin-top: 6.75rem !important;
}

.mr-27, .mx-27 {
    margin-right: 6.75rem !important;
}

.mb-27, .my-27 {
    margin-bottom: 6.75rem !important;
}

.ml-27, .mx-27 {
    margin-left: 6.75rem !important;
}

.m-28 {
    margin: 7rem !important;
}

.mt-28, .my-28 {
    margin-top: 7rem !important;
}

.mr-28, .mx-28 {
    margin-right: 7rem !important;
}

.mb-28, .my-28 {
    margin-bottom: 7rem !important;
}

.ml-28, .mx-28 {
    margin-left: 7rem !important;
}

.m-29 {
    margin: 7.25rem !important;
}

.mt-29, .my-29 {
    margin-top: 7.25rem !important;
}

.mr-29, .mx-29 {
    margin-right: 7.25rem !important;
}

.mb-29, .my-29 {
    margin-bottom: 7.25rem !important;
}

.ml-29, .mx-29 {
    margin-left: 7.25rem !important;
}

.m-30 {
    margin: 7.5rem !important;
}

.mt-30, .my-30 {
    margin-top: 7.5rem !important;
}

.mr-30, .mx-30 {
    margin-right: 7.5rem !important;
}

.mb-30, .my-30 {
    margin-bottom: 7.5rem !important;
}

.ml-30, .mx-30 {
    margin-left: 7.5rem !important;
}

.m-31 {
    margin: 7.75rem !important;
}

.mt-31, .my-31 {
    margin-top: 7.75rem !important;
}

.mr-31, .mx-31 {
    margin-right: 7.75rem !important;
}

.mb-31, .my-31 {
    margin-bottom: 7.75rem !important;
}

.ml-31, .mx-31 {
    margin-left: 7.75rem !important;
}

.m-32 {
    margin: 8rem !important;
}

.mt-32, .my-32 {
    margin-top: 8rem !important;
}

.mr-32, .mx-32 {
    margin-right: 8rem !important;
}

.mb-32, .my-32 {
    margin-bottom: 8rem !important;
}

.ml-32, .mx-32 {
    margin-left: 8rem !important;
}

.m-33 {
    margin: 8.25rem !important;
}

.mt-33, .my-33 {
    margin-top: 8.25rem !important;
}

.mr-33, .mx-33 {
    margin-right: 8.25rem !important;
}

.mb-33, .my-33 {
    margin-bottom: 8.25rem !important;
}

.ml-33, .mx-33 {
    margin-left: 8.25rem !important;
}

.m-34 {
    margin: 8.5rem !important;
}

.mt-34, .my-34 {
    margin-top: 8.5rem !important;
}

.mr-34, .mx-34 {
    margin-right: 8.5rem !important;
}

.mb-34, .my-34 {
    margin-bottom: 8.5rem !important;
}

.ml-34, .mx-34 {
    margin-left: 8.5rem !important;
}

.m-35 {
    margin: 8.75rem !important;
}

.mt-35, .my-35 {
    margin-top: 8.75rem !important;
}

.mr-35, .mx-35 {
    margin-right: 8.75rem !important;
}

.mb-35, .my-35 {
    margin-bottom: 8.75rem !important;
}

.ml-35, .mx-35 {
    margin-left: 8.75rem !important;
}

.m-36 {
    margin: 9rem !important;
}

.mt-36, .my-36 {
    margin-top: 9rem !important;
}

.mr-36, .mx-36 {
    margin-right: 9rem !important;
}

.mb-36, .my-36 {
    margin-bottom: 9rem !important;
}

.ml-36, .mx-36 {
    margin-left: 9rem !important;
}

.m-37 {
    margin: 9.25rem !important;
}

.mt-37, .my-37 {
    margin-top: 9.25rem !important;
}

.mr-37, .mx-37 {
    margin-right: 9.25rem !important;
}

.mb-37, .my-37 {
    margin-bottom: 9.25rem !important;
}

.ml-37, .mx-37 {
    margin-left: 9.25rem !important;
}

.m-48 {
    margin: 9.5rem !important;
}

.mt-48, .my-48 {
    margin-top: 9.5rem !important;
}

.mr-48, .mx-48 {
    margin-right: 9.5rem !important;
}

.mb-48, .my-48 {
    margin-bottom: 9.5rem !important;
}

.ml-48, .mx-48 {
    margin-left: 9.5rem !important;
}

.m-39 {
    margin: 9.75rem !important;
}

.mt-39, .my-39 {
    margin-top: 9.75rem !important;
}

.mr-39, .mx-39 {
    margin-right: 9.75rem !important;
}

.mb-39, .my-39 {
    margin-bottom: 9.75rem !important;
}

.ml-39, .mx-39 {
    margin-left: 9.75rem !important;
}

.m-40 {
    margin: 10rem !important;
}

.mt-40, .my-40 {
    margin-top: 10rem !important;
}

.mr-40, .mx-40 {
    margin-right: 10rem !important;
}

.mb-40, .my-40 {
    margin-bottom: 10rem !important;
}

.ml-40, .mx-40 {
    margin-left: 10rem !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: 0.25rem !important;
}

.pt-1, .py-1 {
    padding-top: 0.25rem !important;
}



.pr-1, .px-1 {
    padding-right: 0.25rem !important;
}

.pb-1, .py-1 {
    padding-bottom: 0.25rem !important;
}

.pl-1, .px-1 {
    padding-left: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.pt-2, .py-2 {
    padding-top: 0.5rem !important;
}

.pr-2, .px-2 {
    padding-right: 0.5rem !important;
}

.pb-2, .py-2 {
    padding-bottom: 0.5rem !important;
}

.pl-2, .px-2 {
    padding-left: 0.5rem !important;
}

.p-3 {
    padding: 0.75rem !important;
}

.pt-3, .py-3 {
    padding-top: 0.75rem !important;
}

.pr-3, .px-3 {
    padding-right: 0.75rem !important;
}

.pb-3, .py-3 {
    padding-bottom: 0.75rem !important;
}

.pl-3, .px-3 {
    padding-left: 0.75rem !important;
}

.p-4 {
    padding: 1rem !important;
}

.pt-4, .py-4 {
    padding-top: 1rem !important;
}

.pr-4, .px-4 {
    padding-right: 1rem !important;
}

.pb-4, .py-4 {
    padding-bottom: 1rem !important;
}

.pl-4, .px-4 {
    padding-left: 1rem !important;
}

.p-5 {
    padding: 1.25rem !important;
}

.pt-5, .py-5 {
    padding-top: 1.25rem !important;
}

.pr-5, .px-5 {
    padding-right: 1.25rem !important;
}

.pb-5, .py-5 {
    padding-bottom: 1.25rem !important;
}

.pl-5, .px-5 {
    padding-left: 1.25rem !important;
}

.p-6 {
    padding: 1.5rem !important;
}

.pt-6, .py-6 {
    padding-top: 1.5rem !important;
}

.pr-6, .px-6 {
    padding-right: 1.5rem !important;
}

.pb-6, .py-6 {
    padding-bottom: 1.5rem !important;
}

.pl-6, .px-6 {
    padding-left: 1.5rem !important;
}

.p-7 {
    padding: 1.75rem !important;
}

.pt-7, .py-7 {
    padding-top: 1.75rem !important;
}

.pr-7, .px-7 {
    padding-right: 1.75rem !important;
}

.pb-7, .py-7 {
    padding-bottom: 1.75rem !important;
}

.pl-7, .px-7 {
    padding-left: 1.75rem !important;
}

.p-8 {
    padding: 2rem !important;
}

.pt-8, .py-8 {
    padding-top: 2rem !important;
}

.pr-8, .px-8 {
    padding-right: 2rem !important;
}

.pb-8, .py-8 {
    padding-bottom: 2rem !important;
}

.pl-8, .px-8 {
    padding-left: 2rem !important;
}

.p-9 {
    padding: 2.25rem !important;
}

.pt-9, .py-9 {
    padding-top: 2.25rem !important;
}

.pr-9, .px-9 {
    padding-right: 2.25rem !important;
}

.pb-9, .py-9 {
    padding-bottom: 2.25rem !important;
}

.pl-9, .px-9 {
    padding-left: 2.25rem !important;
}

.p-10 {
    padding: 2.5rem !important;
}

.pt-10, .py-10 {
    padding-top: 2.5rem !important;
}

.pr-10, .px-10 {
    padding-right: 2.5rem !important;
}

.pb-10, .py-10 {
    padding-bottom: 2.5rem !important;
}

.pl-10, .px-10 {
    padding-left: 2.5rem !important;
}

.p-11 {
    padding: 2.75rem !important;
}

.pt-11, .py-11 {
    padding-top: 2.75rem !important;
}

.pr-11, .px-11 {
    padding-right: 2.75rem !important;
}

.pb-11, .py-11 {
    padding-bottom: 2.75rem !important;
}

.pl-11, .px-11 {
    padding-left: 2.75rem !important;
}

.p-12 {
    padding: 3rem !important;
}

.pt-12, .py-12 {
    padding-top: 3rem !important;
}

.pr-12, .px-12 {
    padding-right: 3rem !important;
}

.pb-12, .py-12 {
    padding-bottom: 3rem !important;
}

.pl-12, .px-12 {
    padding-left: 3rem !important;
}

.p-13 {
    padding: 3.25rem !important;
}

.pt-13, .py-13 {
    padding-top: 3.25rem !important;
}

.pr-13, .px-13 {
    padding-right: 3.25rem !important;
}

.pb-13, .py-13 {
    padding-bottom: 3.25rem !important;
}

.pl-13, .px-13 {
    padding-left: 3.25rem !important;
}

.p-14 {
    padding: 3.5rem !important;
}

.pt-14, .py-14 {
    padding-top: 3.5rem !important;
}

.pr-14, .px-14 {
    padding-right: 3.5rem !important;
}

.pb-14, .py-14 {
    padding-bottom: 3.5rem !important;
}

.pl-14, .px-14 {
    padding-left: 3.5rem !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: 500 !important;
}

.font-weight-bolder {
    font-weight: 600 !important;
}

.font-italic {
    font-style: italic !important;
}

.text-white {
    color: #ffffff !important;
}

.text-primary {
    color: #3699FF !important;
}

a.text-primary:hover, a.text-primary:focus {
    color: #0073e9 !important;
}

.text-secondary {
    color: #E4E6EF !important;
}

a.text-secondary:hover, a.text-secondary:focus {
    color: #b4bad3 !important;
}

.text-success {
    color: #1BC5BD !important;
}

a.text-success:hover, a.text-success:focus {
    color: #12827c !important;
}

.text-info {
    color: #8950FC !important;
}

a.text-info:hover, a.text-info:focus {
    color: #5605fb !important;
}

.text-warning {
    color: #FFA800 !important;
}

a.text-warning:hover, a.text-warning:focus {
    color: #b37600 !important;
}

.text-danger {
    color: #F64E60 !important;
}

a.text-danger:hover, a.text-danger:focus {
    color: #ec0c24 !important;
}

.text-light {
    color: #F3F6F9 !important;
}

a.text-light:hover, a.text-light:focus {
    color: #c0d0e0 !important;
}

.text-dark {
    color: #181C32 !important;
}

a.text-dark:hover, a.text-dark:focus {
    color: black !important;
}

.text-white {
    color: #ffffff !important;
}

a.text-white:hover, a.text-white:focus {
    color: #d9d9d9 !important;
}

.text-body {
    color: #3F4254 !important;
}

.text-muted {
    color: #B5B5C3 !important;
}

.text-black-50 {
    color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
    color: rgba(255, 255, 255, 0.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;
}



.flex-root {
    -webkit-box-flex: 1;
    flex: 1;
    -ms-flex: 1 0 0px;
}

.flex-column-auto {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

.flex-column-fluid {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.flex-row-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.flex-row-fluid {
    -webkit-box-flex: 1;
    flex: 1 auto;
    -ms-flex: 1 0 0px;
    min-width: 0;
}


.text-dark {
    color: #181C32 !important;
}

.text-inverse-dark {
    color: #ffffff !important;
}

.text-light-dark {
    color: #D1D3E0 !important;
}


.cursor-pointer {
    cursor: pointer;
}

.cursor-move {
    cursor: move;
}

a {
    -webkit-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
}

a:hover {
    -webkit-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
}

i {
    font-size: 1.25rem;
    color: #B5B5C3;
}

.icon-ss {
    font-size: 0.5rem !important;
}

.icon-xs {
    font-size: 0.65rem !important;
}

.icon-sm {
    font-size: 0.75rem !important;
}

.icon-nm {
    font-size: 0.9rem !important;
}

.icon-ms {
    font-size: 1.15rem !important;
}

.icon-md {
    font-size: 1.25rem !important;
}

.icon-lg {
    font-size: 1.5rem !important;
}

.icon-xl {
    font-size: 1.75rem !important;
}

.icon-xxl {
    font-size: 2.25rem !important;
}

.icon-1x {
    font-size: 1rem !important;
}

.icon-2x {
    font-size: 2rem !important;
}

.icon-3x {
    font-size: 3rem !important;
}

.icon-4x {
    font-size: 4rem !important;
}

.icon-5x {
    font-size: 5rem !important;
}

.icon-6x {
    font-size: 6rem !important;
}

.icon-7x {
    font-size: 7rem !important;
}

.icon-8x {
    font-size: 8rem !important;
}

.icon-9x {
    font-size: 9rem !important;
}

.icon-10x {
    font-size: 10rem !important;
}

.card.card-custom {
    -webkit-box-shadow: 0px 0px 30px 0px rgba(82, 63, 105, 0.05);
    box-shadow: 0px 0px 30px 0px rgba(82, 63, 105, 0.05);
    border: 0;
}

.card.card-custom > .card-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: 70px;
    padding-top: 0;
    padding-bottom: 0;
    background-color: transparent;
}

.card.card-custom > .card-header .card-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0.5rem;
    margin-left: 0;
}

a, button {
    outline: 0 !important;
}

.nav .nav-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
    padding: 0.75rem 1.5rem;
    color: #7E8299;
}

.alert.alert-danger .close i {
    opacity: 0.8;
    color: #ffffff;
}

.alert.alert-danger .close:focus i, .alert.alert-danger .close:hover i {
    opacity: 1;
    color: #ffffff;
}

.alert.alert-light {
    background-color: #F3F6F9;
    border-color: #F3F6F9;
    color: #7E8299;
}

.alert.alert-light .close i {
    opacity: 0.8;
    color: #7E8299;
}

.alert.alert-light .close:focus i, .alert.alert-light .close:hover i {
    opacity: 1;
    color: #7E8299;
}

.alert.alert-dark {
    background-color: #181C32;
    border-color: #181C32;
    color: #ffffff;
}

.alert.alert-dark .close i {
    opacity: 0.8;
    color: #ffffff;
}

.alert.alert-dark .close:focus i, .alert.alert-dark .close:hover i {
    opacity: 1;
    color: #ffffff;
}

.alert.alert-white {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #3F4254;
}

.alert.alert-white .close i {
    opacity: 0.8;
    color: #3F4254;
}

.alert.alert-white .close:focus i, .alert.alert-white .close:hover i {
    opacity: 1;
    color: #3F4254;
}

.alert.alert-custom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: 1.5rem 2rem;
}

.alert.alert-custom .alert-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 1.25rem 0 0;
}

.alert.alert-custom .alert-icon i {
    font-size: 2.4rem;
}

.alert.alert-custom .alert-icon.alert-icon-top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}

.alert.alert-custom .alert-text {
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.alert.alert-custom .alert-close {
    padding: 0 0 0 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    line-height: 0;
}

.alert.alert-custom .alert-close .close {
    text-shadow: none !important;
    cursor: pointer;
    line-height: 0;
}

.alert.alert-custom .alert-close i {
    -webkit-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
    font-size: 1rem;
}

.alert.alert-custom .alert-close i.ki {
    font-size: 0.75rem;
}

.alert.alert-custom .alert-close:focus i, .alert.alert-custom .alert-close:hover i {
    -webkit-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
}

.alert.alert-custom.alert-outline-2x {
    border-width: 2px;
}

.alert.alert-custom.alert-white {
    background-color: #ffffff;
    border-color: #ffffff;
}

.alert.alert-custom.alert-white .alert-icon i {
    color: #3F4254;
}

.alert.alert-custom.alert-white .alert-text {
    color: #3F4254;
}

.alert.alert-custom.alert-white .alert-close i {
    color: #3F4254;
}

.alert.alert-custom.alert-default {
    background-color: #F3F6F9;
    border-color: #F3F6F9;
}

.alert.alert-custom.alert-shadow {
    -webkit-box-shadow: 0px 0px 30px 0px rgba(82, 63, 105, 0.05);
    box-shadow: 0px 0px 30px 0px rgba(82, 63, 105, 0.05);
}

.alert.alert-custom.alert-primary {
    background-color: #3699FF;
    border-color: #3699FF;
}

.alert.alert-custom.alert-primary .alert-icon i {
    opacity: 0.8;
    color: #FFFFFF;
}

.alert.alert-custom.alert-primary .alert-text {
    color: #FFFFFF;
}

.alert.alert-custom.alert-primary .alert-close i {
    color: #FFFFFF;
}

.alert.alert-custom.alert-primary .alert-close:focus, .alert.alert-custom.alert-primary .alert-close:hover {
    opacity: 1;
    color: #FFFFFF;
}

.alert.alert-custom.alert-light-primary {
    background-color: #E1F0FF;
    border-color: transparent;
}

.alert.alert-custom.alert-light-primary .alert-icon i {
    color: #3699FF;
}

.alert.alert-custom.alert-light-primary .alert-text {
    color: #3699FF;
}

.alert.alert-custom.alert-light-primary .alert-close i {
    color: #3699FF;
}

.alert.alert-custom.alert-light-primary .alert-close:focus, .alert.alert-custom.alert-light-primary .alert-close:hover {
    color: #187DE4;
}

.alert.alert-custom.alert-light-primary.alert-notice {
    border: 0;
    border-left: 4px solid #3699FF;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.alert.alert-custom.alert-outline-primary {
    background-color: transparent;
    border-color: #3699FF;
}

.alert.alert-custom.alert-outline-primary .alert-icon i {
    color: #3699FF;
}

.alert.alert-custom.alert-outline-primary .alert-text {
    color: #3699FF;
}

.alert.alert-custom.alert-outline-primary .alert-close i {
    opacity: 0.8;
    color: #3699FF;
}

.alert.alert-custom.alert-outline-primary .alert-close:focus i, .alert.alert-custom.alert-outline-primary .alert-close:hover i {
    opacity: 1;
}

.alert.alert-custom.alert-secondary {
    background-color: #E4E6EF;
    border-color: #E4E6EF;
}

.alert.alert-custom.alert-secondary .alert-icon i {
    opacity: 0.8;
    color: #3F4254;
}

.alert.alert-custom.alert-secondary .alert-text {
    color: #3F4254;
}

.alert.alert-custom.alert-secondary .alert-close i {
    color: #3F4254;
}

.alert.alert-custom.alert-secondary .alert-close:focus, .alert.alert-custom.alert-secondary .alert-close:hover {
    opacity: 1;
    color: #3F4254;
}

.alert.alert-custom.alert-light-secondary {
    background-color: #EBEDF3;
    border-color: transparent;
}

.alert.alert-custom.alert-light-secondary .alert-icon i {
    color: #E4E6EF;
}

.alert.alert-custom.alert-light-secondary .alert-text {
    color: #E4E6EF;
}

.alert.alert-custom.alert-light-secondary .alert-close i {
    color: #E4E6EF;
}

.alert.alert-custom.alert-light-secondary .alert-close:focus, .alert.alert-custom.alert-light-secondary .alert-close:hover {
    color: #d7dae7;
}

.alert.alert-custom.alert-light-secondary.alert-notice {
    border: 0;
    border-left: 4px solid #E4E6EF;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.gutter-b {
    margin-bottom: 25px;
}

.gutter-t {
    margin-top: 25px;
}


.checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    text-align: left;
    cursor: pointer;
    font-size: 1rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin: 0;
}

.checkbox > span {
    background-color: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 0.42rem;
}

.checkbox > span:after {
    content: '';
    border-color: transparent;
    border-style: solid;
    border-width: 0 2px 2px 0/*rtl:ignore*/ !important;
    -webkit-transform: rotate(45deg)/*rtl:ignore*/;
    transform: rotate(45deg)/*rtl:ignore*/;
    margin-top: -2px;
}

.checkbox > input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.checkbox:hover > input:not([disabled]) ~ span, .checkbox > input:focus ~ span {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.checkbox.checkbox-disabled {
    opacity: 0.5;
    cursor: not-allowed !important;
}
.checkbox.checkbox-disabled span {
    cursor: not-allowed !important;
}

.checkbox > input:checked ~ span {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: none;
}

.checkbox > input:checked ~ span:after {
    display: block;
}

.checkbox.checkbox-square > span {
    border-radius: 0;
}

.checkbox.checkbox-circle > span {
    border-radius: 50%;
}

.checkbox.checkbox-outline > span {
    border-width: 1px;
    border-style: solid;
}

.checkbox.checkbox-outline-2x > span {
    border-width: 2px !important;
}

.checkbox.checkbox-accent > span {
    border-width: !important;
    border-style: solid !important;
    background-color: transparent !important;
}

.checkbox.checkbox-accent > span:after {
    display: block;
}

.checkbox > span {
    height: 18px;
    width: 18px;
}

.checkbox > span:after {
    width: 5px;
    height: 10px;
}

.checkbox.checkbox-lg > span {
    height: 24px;
    width: 24px;
}

.checkbox.checkbox-lg > span:after {
    width: 6px;
    height: 12px;
}

.checkbox.checkbox-outline > span {
    height: 18px;
    width: 18px;
}

.checkbox.checkbox-outline > span:after {
    width: 5px;
    height: 10px;
}

.checkbox.checkbox-outline.checkbox-lg > span {
    height: 24px;
    width: 24px;
}

.checkbox.checkbox-outline.checkbox-lg > span:after {
    width: 6px;
    height: 12px;
}

.checkbox > span {
    background-color: #EBEDF3;
    border: 1px solid transparent;
}

.checkbox > input:focus ~ span {
    border: 1px solid transparent;
}

.checkbox > input:checked ~ span {
    background-color: #3699FF;
}

.checkbox > input:checked ~ span:after {
    border-color: #ffffff;
}

.checkbox.checkbox-outline > span {
    background-color: transparent;
    border-color: #D1D3E0;
}

.checkbox.checkbox-outline > input:focus ~ span {
    background-color: transparent;
    border-color: #D1D3E0;
}

.checkbox.checkbox-outline > input:checked ~ span {
    background-color: transparent;
    border-color: #3699FF;
}

.checkbox.checkbox-outline > input:checked ~ span:after {
    border-color: #3699FF;
}

.checkbox.checkbox-primary > span {
    border: 1px solid transparent;
}

.checkbox.checkbox-primary > input:focus ~ span {
    border: 1px solid transparent;
}

.checkbox.checkbox-primary > input:checked ~ span {
    background-color: #3699FF;
}

.checkbox.checkbox-primary > input:checked ~ span:after {
    border-color: #ffffff;
}

.checkbox.checkbox-light-primary > span {
    background-color: #E1F0FF;
    border: 1px solid transparent;
}

.checkbox.checkbox-light-primary > input:focus ~ span {
    border: 1px solid transparent;
}

.checkbox.checkbox-light-primary > input:checked ~ span {
    background-color: #3699FF;
}

.checkbox.checkbox-light-primary > input:checked ~ span:after {
    border-color: #FFFFFF;
}

.checkbox.checkbox-outline.checkbox-primary > span {
    background-color: transparent;
    border-color: #D1D3E0;
}

.checkbox.checkbox-outline.checkbox-primary > input:focus ~ span {
    background-color: transparent;
    border-color: #D1D3E0;
}

.checkbox.checkbox-outline.checkbox-primary > input:checked ~ span {
    background-color: transparent;
    border-color: #3699FF;
}

.checkbox.checkbox-outline.checkbox-primary > input:checked ~ span:after {
    border-color: #3699FF;
}

.checkbox.checkbox-secondary > span {
    border: 1px solid transparent;
}

.checkbox.checkbox-secondary > input:focus ~ span {
    border: 1px solid transparent;
}

.checkbox.checkbox-secondary > input:checked ~ span {
    background-color: #E4E6EF;
}

.checkbox.checkbox-secondary > input:checked ~ span:after {
    border-color: #ffffff;
}

.checkbox.checkbox-light-secondary > span {
    background-color: #EBEDF3;
    border: 1px solid transparent;
}

.checkbox.checkbox-light-secondary > input:focus ~ span {
    border: 1px solid transparent;
}

.checkbox.checkbox-light-secondary > input:checked ~ span {
    background-color: #E4E6EF;
}

.checkbox.checkbox-light-secondary > input:checked ~ span:after {
    border-color: #3F4254;
}

.checkbox.checkbox-outline.checkbox-secondary > span {
    background-color: transparent;
    border-color: #D1D3E0;
}

.checkbox.checkbox-outline.checkbox-secondary > input:focus ~ span {
    background-color: transparent;
    border-color: #D1D3E0;
}

.checkbox.checkbox-outline.checkbox-secondary > input:checked ~ span {
    background-color: transparent;
    border-color: #E4E6EF;
}

.checkbox.checkbox-outline.checkbox-secondary > input:checked ~ span:after {
    border-color: #E4E6EF;
}

.checkbox.checkbox-success > span {
    border: 1px solid transparent;
}

.checkbox.checkbox-success > input:focus ~ span {
    border: 1px solid transparent;
}

.checkbox.checkbox-success > input:checked ~ span {
    background-color: #1BC5BD;
}

.checkbox.checkbox-success > input:checked ~ span:after {
    border-color: #ffffff;
}

.checkbox.checkbox-light-success > span {
    background-color: #C9F7F5;
    border: 1px solid transparent;
}

.checkbox.checkbox-light-success > input:focus ~ span {
    border: 1px solid transparent;
}

.checkbox.checkbox-light-success > input:checked ~ span {
    background-color: #1BC5BD;
}

.checkbox.checkbox-light-success > input:checked ~ span:after {
    border-color: #ffffff;
}

.checkbox.checkbox-outline.checkbox-success > span {
    background-color: transparent;
    border-color: #D1D3E0;
}

.checkbox.checkbox-outline.checkbox-success > input:focus ~ span {
    background-color: transparent;
    border-color: #D1D3E0;
}

.checkbox.checkbox-outline.checkbox-success > input:checked ~ span {
    background-color: transparent;
    border-color: #1BC5BD;
}

.checkbox.checkbox-outline.checkbox-success > input:checked ~ span:after {
    border-color: #1BC5BD;
}

.checkbox.checkbox-info > span {
    border: 1px solid transparent;
}

.checkbox.checkbox-info > input:focus ~ span {
    border: 1px solid transparent;
}

.checkbox.checkbox-info > input:checked ~ span {
    background-color: #8950FC;
}

.checkbox.checkbox-info > input:checked ~ span:after {
    border-color: #ffffff;
}

.checkbox.checkbox-light-info > span {
    background-color: #EEE5FF;
    border: 1px solid transparent;
}

.checkbox.checkbox-light-info > input:focus ~ span {
    border: 1px solid transparent;
}

.checkbox.checkbox-light-info > input:checked ~ span {
    background-color: #8950FC;
}

.checkbox.checkbox-light-info > input:checked ~ span:after {
    border-color: #ffffff;
}

.checkbox.checkbox-outline.checkbox-info > span {
    background-color: transparent;
    border-color: #D1D3E0;
}

.checkbox.checkbox-outline.checkbox-info > input:focus ~ span {
    background-color: transparent;
    border-color: #D1D3E0;
}

.checkbox.checkbox-outline.checkbox-info > input:checked ~ span {
    background-color: transparent;
    border-color: #8950FC;
}

.checkbox.checkbox-outline.checkbox-info > input:checked ~ span:after {
    border-color: #8950FC;
}

.checkbox.checkbox-warning > span {
    border: 1px solid transparent;
}

.checkbox.checkbox-warning > input:focus ~ span {
    border: 1px solid transparent;
}

.checkbox.checkbox-warning > input:checked ~ span {
    background-color: #FFA800;
}

.checkbox.checkbox-warning > input:checked ~ span:after {
    border-color: #ffffff;
}

.checkbox.checkbox-light-warning > span {
    background-color: #FFF4DE;
    border: 1px solid transparent;
}

.checkbox.checkbox-light-warning > input:focus ~ span {
    border: 1px solid transparent;
}

.checkbox.checkbox-light-warning > input:checked ~ span {
    background-color: #FFA800;
}

.checkbox.checkbox-light-warning > input:checked ~ span:after {
    border-color: #ffffff;
}

.checkbox.checkbox-outline.checkbox-warning > span {
    background-color: transparent;
    border-color: #D1D3E0;
}

.checkbox.checkbox-outline.checkbox-warning > input:focus ~ span {
    background-color: transparent;
    border-color: #D1D3E0;
}

.checkbox.checkbox-outline.checkbox-warning > input:checked ~ span {
    background-color: transparent;
    border-color: #FFA800;
}

.checkbox.checkbox-outline.checkbox-warning > input:checked ~ span:after {
    border-color: #FFA800;
}

.checkbox.checkbox-danger > span {
    border: 1px solid transparent;
}

.checkbox.checkbox-danger > input:focus ~ span {
    border: 1px solid transparent;
}

.checkbox.checkbox-danger > input:checked ~ span {
    background-color: #F64E60;
}

.checkbox.checkbox-danger > input:checked ~ span:after {
    border-color: #ffffff;
}

.checkbox.checkbox-light-danger > span {
    background-color: #FFE2E5;
    border: 1px solid transparent;
}

.checkbox.checkbox-light-danger > input:focus ~ span {
    border: 1px solid transparent;
}

.checkbox.checkbox-light-danger > input:checked ~ span {
    background-color: #F64E60;
}

.checkbox.checkbox-light-danger > input:checked ~ span:after {
    border-color: #ffffff;
}

.checkbox.checkbox-outline.checkbox-danger > span {
    background-color: transparent;
    border-color: #D1D3E0;
}

.checkbox.checkbox-outline.checkbox-danger > input:focus ~ span {
    background-color: transparent;
    border-color: #D1D3E0;
}

.checkbox.checkbox-outline.checkbox-danger > input:checked ~ span {
    background-color: transparent;
    border-color: #F64E60;
}

.checkbox.checkbox-outline.checkbox-danger > input:checked ~ span:after {
    border-color: #F64E60;
}

.checkbox.checkbox-light > span {
    border: 1px solid transparent;
}

.checkbox.checkbox-light > input:focus ~ span {
    border: 1px solid transparent;
}

.checkbox.checkbox-light > input:checked ~ span {
    background-color: #F3F6F9;
}

.checkbox.checkbox-light > input:checked ~ span:after {
    border-color: #ffffff;
}

.checkbox.checkbox-light-light > span {
    background-color: #F3F6F9;
    border: 1px solid transparent;
}

.checkbox.checkbox-light-light > input:focus ~ span {
    border: 1px solid transparent;
}

.checkbox.checkbox-light-light > input:checked ~ span {
    background-color: #F3F6F9;
}

.checkbox.checkbox-light-light > input:checked ~ span:after {
    border-color: #7E8299;
}

.checkbox.checkbox-outline.checkbox-light > span {
    background-color: transparent;
    border-color: #D1D3E0;
}

.checkbox.checkbox-outline.checkbox-light > input:focus ~ span {
    background-color: transparent;
    border-color: #D1D3E0;
}

.checkbox.checkbox-outline.checkbox-light > input:checked ~ span {
    background-color: transparent;
    border-color: #F3F6F9;
}

.checkbox.checkbox-outline.checkbox-light > input:checked ~ span:after {
    border-color: #F3F6F9;
}

.checkbox.checkbox-dark > span {
    border: 1px solid transparent;
}

.checkbox.checkbox-dark > input:focus ~ span {
    border: 1px solid transparent;
}

.checkbox.checkbox-dark > input:checked ~ span {
    background-color: #181C32;
}

.checkbox.checkbox-dark > input:checked ~ span:after {
    border-color: #ffffff;
}

.checkbox.checkbox-light-dark > span {
    background-color: #D1D3E0;
    border: 1px solid transparent;
}

.checkbox.checkbox-light-dark > input:focus ~ span {
    border: 1px solid transparent;
}

.checkbox.checkbox-light-dark > input:checked ~ span {
    background-color: #181C32;
}

.checkbox.checkbox-light-dark > input:checked ~ span:after {
    border-color: #ffffff;
}

.checkbox.checkbox-outline.checkbox-dark > span {
    background-color: transparent;
    border-color: #D1D3E0;
}

.checkbox.checkbox-outline.checkbox-dark > input:focus ~ span {
    background-color: transparent;
    border-color: #D1D3E0;
}

.checkbox.checkbox-outline.checkbox-dark > input:checked ~ span {
    background-color: transparent;
    border-color: #181C32;
}

.checkbox.checkbox-outline.checkbox-dark > input:checked ~ span:after {
    border-color: #181C32;
}

.checkbox.checkbox-white > span {
    border: 1px solid transparent;
}

.checkbox.checkbox-white > input:focus ~ span {
    border: 1px solid transparent;
}

.checkbox.checkbox-white > input:checked ~ span {
    background-color: #ffffff;
}

.checkbox.checkbox-white > input:checked ~ span:after {
    border-color: #ffffff;
}

.checkbox.checkbox-light-white > span {
    background-color: #ffffff;
    border: 1px solid transparent;
}

.checkbox.checkbox-light-white > input:focus ~ span {
    border: 1px solid transparent;
}

.checkbox.checkbox-light-white > input:checked ~ span {
    background-color: #ffffff;
}

.checkbox.checkbox-light-white > input:checked ~ span:after {
    border-color: #3F4254;
}

.checkbox.checkbox-outline.checkbox-white > span {
    background-color: transparent;
    border-color: #D1D3E0;
}

.checkbox.checkbox-outline.checkbox-white > input:focus ~ span {
    background-color: transparent;
    border-color: #D1D3E0;
}

.checkbox.checkbox-outline.checkbox-white > input:checked ~ span {
    background-color: transparent;
    border-color: #ffffff;
}

.checkbox.checkbox-outline.checkbox-white > input:checked ~ span:after {
    border-color: #ffffff;
}

.checkbox-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.checkbox-inline .checkbox {
    margin-right: 1rem;
}

.checkbox-inline .checkbox span {
    margin-right: 0.75rem;
}

.checkbox-inline .checkbox:last-child {
    margin-right: 0;
}

.checkbox-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.checkbox-list .checkbox {
    margin-bottom: 1rem;
}

.checkbox-list .checkbox span {
    margin-right: 0.75rem;
}

.checkbox-list .checkbox:last-child {
    margin-bottom: 0;
}

.input-group .checkbox {
    margin-bottom: 0 !important;
    padding-left: 0;
}

.form-inline .checkbox {
    margin-left: 15px;
    margin-right: 15px;
}

.radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    text-align: left;
    cursor: pointer;
    font-size: 1rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin: 0;
}

.radio > span {
    border-radius: 50%;
    background-color: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.radio > span:after {
    content: '';
    display: none;
    border-radius: 100% !important;
}

.radio > input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.radio:hover > input:not([disabled]) ~ span, .radio > input:focus ~ span {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.radio.radio-disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.radio > input:checked ~ span {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: none;
}

.radio > input:checked ~ span:after {
    display: block;
}

.radio.radio-square > span {
    border-radius: 0;
}

.radio.radio-rounded > span {
    border-radius: 0.42rem;
}

.radio.radio-outline > span {
    border-width: 1px;
    border-style: solid;
}

.radio.radio-outline-2x > span {
    border-width: 2px !important;
}

.radio.radio-accent > span {
    border-width: 3px !important;
    border-style: solid !important;
    background-color: transparent !important;
}

.radio.radio-accent > span:after {
    display: block;
}

.radio > span {
    height: 18px;
    width: 18px;
}

.radio > span:after {
    width: 6px;
    height: 6px;
}

.radio.radio-lg > span {
    height: 24px;
    width: 24px;
}

.radio.radio-lg > span:after {
    width: 8px;
    height: 8px;
}

.radio.radio-outline > span {
    height: 18px;
    width: 18px;
}

.radio.radio-outline > span:after {
    width: 6px;
    height: 6px;
}

.radio.radio-outline.radio-lg > span {
    height: 24px;
    width: 24px;
}

.radio.radio-outline.radio-lg > span:after {
    width: 8px;
    height: 8px;
}

.radio.radio-accent > span {
    height: 24px;
    width: 24px;
}

.radio.radio-accent > span:after {
    width: 14px;
    height: 14px;
}

.radio.radio-accent.radio-lg > span {
    height: 30px;
    width: 30px;
}

.radio.radio-accent.radio-lg > span:after {
    width: 10px;
    height: 10px;
}

.radio > span {
    background-color: #EBEDF3;
    border: 1px solid transparent;
}

.radio > input:focus ~ span {
    border: 1px solid transparent;
}

.radio > input:checked ~ span {
    background-color: #3699FF;
}

.radio > input:checked ~ span:after {
    background-color: #ffffff;
    border-color: #ffffff;
}

.radio.radio-outline > span {
    background-color: transparent;
    border-color: #D1D3E0;
}

.radio.radio-outline > input:focus ~ span {
    background-color: transparent;
    border-color: #D1D3E0;
}

.radio.radio-outline > input:checked ~ span {
    background-color: transparent;
    border-color: #3699FF;
}

.radio.radio-outline > input:checked ~ span:after {
    background-color: #3699FF;
    border-color: #3699FF;
}

.radio.radio-primary > span {
    border: 1px solid transparent;
}

.radio.radio-primary > input:focus ~ span {
    border: 1px solid transparent;
}

.radio.radio-primary > input:checked ~ span {
    background-color: #3699FF;
}

.radio.radio-primary > input:checked ~ span:after {
    background-color: #ffffff;
    border-color: #ffffff;
}

.radio.checkbox-light-primary > span {
    background-color: #E1F0FF;
    border: 1px solid transparent;
}

.radio.checkbox-light-primary > input:focus ~ span {
    border: 1px solid transparent;
}

.radio.checkbox-light-primary > input:checked ~ span {
    background-color: #3699FF;
}

.radio.checkbox-light-primary > input:checked ~ span:after {
    border-color: #FFFFFF;
}

.radio.radio-outline.radio-primary > span {
    background-color: transparent;
    border-color: #D1D3E0;
}

.radio.radio-outline.radio-primary > input:focus ~ span {
    background-color: transparent;
    border-color: #D1D3E0;
}

.radio.radio-outline.radio-primary > input:checked ~ span {
    background-color: transparent;
    border-color: #3699FF;
}

.radio.radio-outline.radio-primary > input:checked ~ span:after {
    background-color: #3699FF;
    border-color: #3699FF;
}

.radio.radio-accent.radio-primary > span:after {
    background-color: #3699FF;
}

.radio.radio-accent.radio-primary > input:focus ~ span {
    border-color: #E1F0FF;
}

.radio.radio-accent.radio-primary > input:focus ~ span:after {
    background-color: #3699FF;
}

.radio.radio-accent.radio-primary > input:checked ~ span {
    border-color: #E1F0FF;
}

.radio.radio-accent.radio-primary > input:checked ~ span:after {
    background-color: #3699FF;
}

.radio.radio-secondary > span {
    border: 1px solid transparent;
}

.radio.radio-secondary > input:focus ~ span {
    border: 1px solid transparent;
}

.radio.radio-secondary > input:checked ~ span {
    background-color: #E4E6EF;
}

.radio.radio-secondary > input:checked ~ span:after {
    background-color: #ffffff;
    border-color: #ffffff;
}

.radio.checkbox-light-secondary > span {
    background-color: #EBEDF3;
    border: 1px solid transparent;
}

.radio.checkbox-light-secondary > input:focus ~ span {
    border: 1px solid transparent;
}

.radio.checkbox-light-secondary > input:checked ~ span {
    background-color: #E4E6EF;
}

.radio.checkbox-light-secondary > input:checked ~ span:after {
    border-color: #3F4254;
}

.radio.radio-outline.radio-secondary > span {
    background-color: transparent;
    border-color: #D1D3E0;
}

.radio.radio-outline.radio-secondary > input:focus ~ span {
    background-color: transparent;
    border-color: #D1D3E0;
}

.radio.radio-outline.radio-secondary > input:checked ~ span {
    background-color: transparent;
    border-color: #E4E6EF;
}

.radio.radio-outline.radio-secondary > input:checked ~ span:after {
    background-color: #E4E6EF;
    border-color: #E4E6EF;
}

.radio.radio-accent.radio-secondary > span:after {
    background-color: #E4E6EF;
}

.radio.radio-accent.radio-secondary > input:focus ~ span {
    border-color: #EBEDF3;
}

.radio.radio-accent.radio-secondary > input:focus ~ span:after {
    background-color: #E4E6EF;
}

.radio.radio-accent.radio-secondary > input:checked ~ span {
    border-color: #EBEDF3;
}

.radio.radio-accent.radio-secondary > input:checked ~ span:after {
    background-color: #E4E6EF;
}

.radio.radio-success > span {
    border: 1px solid transparent;
}

.radio.radio-success > input:focus ~ span {
    border: 1px solid transparent;
}

.radio.radio-success > input:checked ~ span {
    background-color: #1BC5BD;
}

.radio.radio-success > input:checked ~ span:after {
    background-color: #ffffff;
    border-color: #ffffff;
}

.radio.checkbox-light-success > span {
    background-color: #C9F7F5;
    border: 1px solid transparent;
}

.radio.checkbox-light-success > input:focus ~ span {
    border: 1px solid transparent;
}

.radio.checkbox-light-success > input:checked ~ span {
    background-color: #1BC5BD;
}

.radio.checkbox-light-success > input:checked ~ span:after {
    border-color: #ffffff;
}

.radio.radio-outline.radio-success > span {
    background-color: transparent;
    border-color: #D1D3E0;
}

.radio.radio-outline.radio-success > input:focus ~ span {
    background-color: transparent;
    border-color: #D1D3E0;
}

.radio.radio-outline.radio-success > input:checked ~ span {
    background-color: transparent;
    border-color: #1BC5BD;
}

.radio.radio-outline.radio-success > input:checked ~ span:after {
    background-color: #1BC5BD;
    border-color: #1BC5BD;
}

.radio.radio-accent.radio-success > span:after {
    background-color: #1BC5BD;
}

.radio.radio-accent.radio-success > input:focus ~ span {
    border-color: #C9F7F5;
}

.radio.radio-accent.radio-success > input:focus ~ span:after {
    background-color: #1BC5BD;
}

.radio.radio-accent.radio-success > input:checked ~ span {
    border-color: #C9F7F5;
}

.radio.radio-accent.radio-success > input:checked ~ span:after {
    background-color: #1BC5BD;
}

.radio.radio-info > span {
    border: 1px solid transparent;
}

.radio.radio-info > input:focus ~ span {
    border: 1px solid transparent;
}

.radio.radio-info > input:checked ~ span {
    background-color: #8950FC;
}

.radio.radio-info > input:checked ~ span:after {
    background-color: #ffffff;
    border-color: #ffffff;
}

.radio.checkbox-light-info > span {
    background-color: #EEE5FF;
    border: 1px solid transparent;
}

.radio.checkbox-light-info > input:focus ~ span {
    border: 1px solid transparent;
}

.radio.checkbox-light-info > input:checked ~ span {
    background-color: #8950FC;
}

.radio.checkbox-light-info > input:checked ~ span:after {
    border-color: #ffffff;
}

.radio.radio-outline.radio-info > span {
    background-color: transparent;
    border-color: #D1D3E0;
}

.radio.radio-outline.radio-info > input:focus ~ span {
    background-color: transparent;
    border-color: #D1D3E0;
}

.radio.radio-outline.radio-info > input:checked ~ span {
    background-color: transparent;
    border-color: #8950FC;
}

.radio.radio-outline.radio-info > input:checked ~ span:after {
    background-color: #8950FC;
    border-color: #8950FC;
}

.radio.radio-accent.radio-info > span:after {
    background-color: #8950FC;
}

.radio.radio-accent.radio-info > input:focus ~ span {
    border-color: #EEE5FF;
}

.radio.radio-accent.radio-info > input:focus ~ span:after {
    background-color: #8950FC;
}

.radio.radio-accent.radio-info > input:checked ~ span {
    border-color: #EEE5FF;
}

.radio.radio-accent.radio-info > input:checked ~ span:after {
    background-color: #8950FC;
}

.radio.radio-warning > span {
    border: 1px solid transparent;
}

.radio.radio-warning > input:focus ~ span {
    border: 1px solid transparent;
}

.radio.radio-warning > input:checked ~ span {
    background-color: #FFA800;
}

.radio.radio-warning > input:checked ~ span:after {
    background-color: #ffffff;
    border-color: #ffffff;
}

.radio.checkbox-light-warning > span {
    background-color: #FFF4DE;
    border: 1px solid transparent;
}

.radio.checkbox-light-warning > input:focus ~ span {
    border: 1px solid transparent;
}

.radio.checkbox-light-warning > input:checked ~ span {
    background-color: #FFA800;
}

.radio.checkbox-light-warning > input:checked ~ span:after {
    border-color: #ffffff;
}

.radio.radio-outline.radio-warning > span {
    background-color: transparent;
    border-color: #D1D3E0;
}

.radio.radio-outline.radio-warning > input:focus ~ span {
    background-color: transparent;
    border-color: #D1D3E0;
}

.radio.radio-outline.radio-warning > input:checked ~ span {
    background-color: transparent;
    border-color: #FFA800;
}

.radio.radio-outline.radio-warning > input:checked ~ span:after {
    background-color: #FFA800;
    border-color: #FFA800;
}

.radio.radio-accent.radio-warning > span:after {
    background-color: #FFA800;
}

.radio.radio-accent.radio-warning > input:focus ~ span {
    border-color: #FFF4DE;
}

.radio.radio-accent.radio-warning > input:focus ~ span:after {
    background-color: #FFA800;
}

.radio.radio-accent.radio-warning > input:checked ~ span {
    border-color: #FFF4DE;
}

.radio.radio-accent.radio-warning > input:checked ~ span:after {
    background-color: #FFA800;
}

.radio.radio-danger > span {
    border: 1px solid transparent;
}

.radio.radio-danger > input:focus ~ span {
    border: 1px solid transparent;
}

.radio.radio-danger > input:checked ~ span {
    background-color: #F64E60;
}

.radio.radio-danger > input:checked ~ span:after {
    background-color: #ffffff;
    border-color: #ffffff;
}

.radio.checkbox-light-danger > span {
    background-color: #FFE2E5;
    border: 1px solid transparent;
}

.radio.checkbox-light-danger > input:focus ~ span {
    border: 1px solid transparent;
}

.radio.checkbox-light-danger > input:checked ~ span {
    background-color: #F64E60;
}

.radio.checkbox-light-danger > input:checked ~ span:after {
    border-color: #ffffff;
}

.radio.radio-outline.radio-danger > span {
    background-color: transparent;
    border-color: #D1D3E0;
}

.radio.radio-outline.radio-danger > input:focus ~ span {
    background-color: transparent;
    border-color: #D1D3E0;
}

.radio.radio-outline.radio-danger > input:checked ~ span {
    background-color: transparent;
    border-color: #F64E60;
}

.radio.radio-outline.radio-danger > input:checked ~ span:after {
    background-color: #F64E60;
    border-color: #F64E60;
}

.radio.radio-accent.radio-danger > span:after {
    background-color: #F64E60;
}

.radio.radio-accent.radio-danger > input:focus ~ span {
    border-color: #FFE2E5;
}

.radio.radio-accent.radio-danger > input:focus ~ span:after {
    background-color: #F64E60;
}

.radio.radio-accent.radio-danger > input:checked ~ span {
    border-color: #FFE2E5;
}

.radio.radio-accent.radio-danger > input:checked ~ span:after {
    background-color: #F64E60;
}

.radio.radio-light > span {
    border: 1px solid transparent;
}

.radio.radio-light > input:focus ~ span {
    border: 1px solid transparent;
}

.radio.radio-light > input:checked ~ span {
    background-color: #F3F6F9;
}

.radio.radio-light > input:checked ~ span:after {
    background-color: #ffffff;
    border-color: #ffffff;
}

.radio.checkbox-light-light > span {
    background-color: #F3F6F9;
    border: 1px solid transparent;
}

.radio.checkbox-light-light > input:focus ~ span {
    border: 1px solid transparent;
}

.radio.checkbox-light-light > input:checked ~ span {
    background-color: #F3F6F9;
}

.radio.checkbox-light-light > input:checked ~ span:after {
    border-color: #7E8299;
}

.radio.radio-outline.radio-light > span {
    background-color: transparent;
    border-color: #D1D3E0;
}

.radio.radio-outline.radio-light > input:focus ~ span {
    background-color: transparent;
    border-color: #D1D3E0;
}

.radio.radio-outline.radio-light > input:checked ~ span {
    background-color: transparent;
    border-color: #F3F6F9;
}

.radio.radio-outline.radio-light > input:checked ~ span:after {
    background-color: #F3F6F9;
    border-color: #F3F6F9;
}

.radio.radio-accent.radio-light > span:after {
    background-color: #F3F6F9;
}

.radio.radio-accent.radio-light > input:focus ~ span {
    border-color: #F3F6F9;
}

.radio.radio-accent.radio-light > input:focus ~ span:after {
    background-color: #F3F6F9;
}

.radio.radio-accent.radio-light > input:checked ~ span {
    border-color: #F3F6F9;
}

.radio.radio-accent.radio-light > input:checked ~ span:after {
    background-color: #F3F6F9;
}

.radio.radio-dark > span {
    border: 1px solid transparent;
}

.radio.radio-dark > input:focus ~ span {
    border: 1px solid transparent;
}

.radio.radio-dark > input:checked ~ span {
    background-color: #181C32;
}

.radio.radio-dark > input:checked ~ span:after {
    background-color: #ffffff;
    border-color: #ffffff;
}

.radio.checkbox-light-dark > span {
    background-color: #D1D3E0;
    border: 1px solid transparent;
}

.radio.checkbox-light-dark > input:focus ~ span {
    border: 1px solid transparent;
}

.radio.checkbox-light-dark > input:checked ~ span {
    background-color: #181C32;
}

.radio.checkbox-light-dark > input:checked ~ span:after {
    border-color: #ffffff;
}

.radio.radio-outline.radio-dark > span {
    background-color: transparent;
    border-color: #D1D3E0;
}

.radio.radio-outline.radio-dark > input:focus ~ span {
    background-color: transparent;
    border-color: #D1D3E0;
}

.radio.radio-outline.radio-dark > input:checked ~ span {
    background-color: transparent;
    border-color: #181C32;
}

.radio.radio-outline.radio-dark > input:checked ~ span:after {
    background-color: #181C32;
    border-color: #181C32;
}

.radio.radio-accent.radio-dark > span:after {
    background-color: #181C32;
}

.radio.radio-accent.radio-dark > input:focus ~ span {
    border-color: #D1D3E0;
}

.radio.radio-accent.radio-dark > input:focus ~ span:after {
    background-color: #181C32;
}

.radio.radio-accent.radio-dark > input:checked ~ span {
    border-color: #D1D3E0;
}

.radio.radio-accent.radio-dark > input:checked ~ span:after {
    background-color: #181C32;
}

.radio.radio-white > span {
    border: 1px solid transparent;
}

.radio.radio-white > input:focus ~ span {
    border: 1px solid transparent;
}

.radio.radio-white > input:checked ~ span {
    background-color: #ffffff;
}

.radio.radio-white > input:checked ~ span:after {
    background-color: #ffffff;
    border-color: #ffffff;
}

.radio.checkbox-light-white > span {
    background-color: #ffffff;
    border: 1px solid transparent;
}

.radio.checkbox-light-white > input:focus ~ span {
    border: 1px solid transparent;
}

.radio.checkbox-light-white > input:checked ~ span {
    background-color: #ffffff;
}

.radio.checkbox-light-white > input:checked ~ span:after {
    border-color: #3F4254;
}

.radio.radio-outline.radio-white > span {
    background-color: transparent;
    border-color: #D1D3E0;
}

.radio.radio-outline.radio-white > input:focus ~ span {
    background-color: transparent;
    border-color: #D1D3E0;
}

.radio.radio-outline.radio-white > input:checked ~ span {
    background-color: transparent;
    border-color: #ffffff;
}

.radio.radio-outline.radio-white > input:checked ~ span:after {
    background-color: #ffffff;
    border-color: #ffffff;
}

.radio.radio-accent.radio-white > span:after {
    background-color: #ffffff;
}

.radio.radio-accent.radio-white > input:focus ~ span {
    border-color: #ffffff;
}

.radio.radio-accent.radio-white > input:focus ~ span:after {
    background-color: #ffffff;
}

.radio.radio-accent.radio-white > input:checked ~ span {
    border-color: #ffffff;
}

.radio.radio-accent.radio-white > input:checked ~ span:after {
    background-color: #ffffff;
}

.radio-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.radio-inline .radio {
    margin-right: 1rem;
}

.radio-inline .radio span {
    margin-right: 0.75rem;
}

.radio-inline .radio:last-child {
    margin-right: 0;
}

.radio-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.radio-list .radio {
    margin-bottom: 0.5rem;
}

.radio-list .radio span {
    margin-right: 0.75rem;
}

.radio-list .radio:last-child {
    margin-bottom: 0;
}

.input-group .radio {
    margin-bottom: 0 !important;
    padding-left: 0;
}

.form-inline .radio {
    margin-left: 15px;
    margin-right: 15px;
}

.switch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1rem;
}

.switch label {
    margin: 0;
}

.switch input:empty {
    margin-left: -999px;
    height: 0;
    width: 0;
    overflow: hidden;
    position: absolute;
    opacity: 0;
}

.switch input:empty ~ span {
    display: inline-block;
    position: relative;
    float: left;
    width: 1px;
    text-indent: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.switch input:empty ~ span:before, .switch input:empty ~ span:after {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: 0;
    bottom: 0;
    left: 0;
    content: ' ';
    -webkit-transition: all 100ms ease-in;
    transition: all 100ms ease-in;
}

.switch input[disabled] {
    cursor: not-allowed;
}

.switch input[disabled] ~ span:after, .switch input[disabled] ~ span:before {
    cursor: not-allowed;
    opacity: 0.5;
}

.switch.switch-icon input:checked ~ span:after {
    font-family: Ki;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    content: "";
    line-height: 0;
}

.switch input:empty ~ span {
    margin: 2px 0;
    height: 30px;
    width: 57px;
    border-radius: 15px;
}

.switch input:empty ~ span:before, .switch input:empty ~ span:after {
    width: 54px;
    border-radius: 15px;
}

.switch input:empty ~ span:after {
    height: 24px;
    width: 24px;
    top: 3px;
    bottom: 3px;
    margin-left: 3px;
    font-size: 0.65em;
    text-align: center;
    vertical-align: middle;
}

.switch input:checked ~ span:after {
    margin-left: 26px;
}

.switch.switch-sm input:empty ~ span {
    margin: 2px 0;
    height: 24px;
    width: 40px;
    border-radius: 12px;
}

.switch.switch-sm input:empty ~ span:before, .switch.switch-sm input:empty ~ span:after {
    width: 38px;
    border-radius: 12px;
}

.switch.switch-sm input:empty ~ span:after {
    height: 20px;
    width: 20px;
    top: 2px;
    bottom: 2px;
    margin-left: 2px;
    font-size: 0.55em;
    text-align: center;
    vertical-align: middle;
}

.switch.switch-sm input:checked ~ span:after {
    margin-left: 16px;
}

.switch.switch-lg input:empty ~ span {
    margin: 2px 0;
    height: 40px;
    width: 75px;
    border-radius: 20px;
}

.switch.switch-lg input:empty ~ span:before, .switch.switch-lg input:empty ~ span:after {
    width: 72px;
    border-radius: 20px;
}

.switch.switch-lg input:empty ~ span:after {
    height: 34px;
    width: 34px;
    top: 3px;
    bottom: 3px;
    margin-left: 3px;
    font-size: 0.75em;
    text-align: center;
    vertical-align: middle;
}

.switch.switch-lg input:checked ~ span:after {
    margin-left: 34px;
}

.switch input:empty ~ span:before {
    background-color: #EBEDF3;
}

.switch input:empty ~ span:after {
    background-color: #ffffff;
    opacity: 0.7;
}

.switch input:checked ~ span:before {
    background-color: #EBEDF3;
}

.switch input:checked ~ span:after {
    opacity: 1;
    color: #ffffff;
    background-color: #3699FF;
}

.switch.switch-primary:not(.switch-outline) input:empty ~ span:before {
    background-color: #3699FF;
}

.switch.switch-primary:not(.switch-outline) input:empty ~ span:after {
    background-color: #ffffff;
    opacity: 0.7;
}

.switch.switch-primary:not(.switch-outline) input:checked ~ span:before {
    background-color: #3699FF;
}

.switch.switch-primary:not(.switch-outline) input:checked ~ span:after {
    opacity: 1;
    color: #3699FF;
    background-color: #ffffff;
}

.switch.switch-outline.switch-primary input:empty ~ span:before {
    border: 2px solid #EBEDF3;
    background-color: transparent;
}

.switch.switch-outline.switch-primary input:empty ~ span:after {
    background-color: #EBEDF3;
}

.switch.switch-outline.switch-primary input:checked ~ span:before {
    border: 2px solid #3699FF;
    background-color: transparent;
}

.switch.switch-outline.switch-primary input:checked ~ span:after {
    color: #ffffff;
    background-color: #3699FF;
}

.switch.switch-secondary:not(.switch-outline) input:empty ~ span:before {
    background-color: #E4E6EF;
}

.switch.switch-secondary:not(.switch-outline) input:empty ~ span:after {
    background-color: #ffffff;
    opacity: 0.7;
}

.switch.switch-secondary:not(.switch-outline) input:checked ~ span:before {
    background-color: #E4E6EF;
}

.switch.switch-secondary:not(.switch-outline) input:checked ~ span:after {
    opacity: 1;
    color: #E4E6EF;
    background-color: #ffffff;
}

.switch.switch-outline.switch-secondary input:empty ~ span:before {
    border: 2px solid #EBEDF3;
    background-color: transparent;
}

.switch.switch-outline.switch-secondary input:empty ~ span:after {
    background-color: #EBEDF3;
}

.switch.switch-outline.switch-secondary input:checked ~ span:before {
    border: 2px solid #E4E6EF;
    background-color: transparent;
}

.switch.switch-outline.switch-secondary input:checked ~ span:after {
    color: #ffffff;
    background-color: #E4E6EF;
}

.switch.switch-success:not(.switch-outline) input:empty ~ span:before {
    background-color: #1BC5BD;
}

.switch.switch-success:not(.switch-outline) input:empty ~ span:after {
    background-color: #ffffff;
    opacity: 0.7;
}

.switch.switch-success:not(.switch-outline) input:checked ~ span:before {
    background-color: #1BC5BD;
}

.switch.switch-success:not(.switch-outline) input:checked ~ span:after {
    opacity: 1;
    color: #1BC5BD;
    background-color: #ffffff;
}

.switch.switch-outline.switch-success input:empty ~ span:before {
    border: 2px solid #EBEDF3;
    background-color: transparent;
}

.switch.switch-outline.switch-success input:empty ~ span:after {
    background-color: #EBEDF3;
}

.switch.switch-outline.switch-success input:checked ~ span:before {
    border: 2px solid #1BC5BD;
    background-color: transparent;
}

.switch.switch-outline.switch-success input:checked ~ span:after {
    color: #ffffff;
    background-color: #1BC5BD;
}

.switch.switch-info:not(.switch-outline) input:empty ~ span:before {
    background-color: #8950FC;
}

.switch.switch-info:not(.switch-outline) input:empty ~ span:after {
    background-color: #ffffff;
    opacity: 0.7;
}

.switch.switch-info:not(.switch-outline) input:checked ~ span:before {
    background-color: #8950FC;
}

.switch.switch-info:not(.switch-outline) input:checked ~ span:after {
    opacity: 1;
    color: #8950FC;
    background-color: #ffffff;
}

.switch.switch-outline.switch-info input:empty ~ span:before {
    border: 2px solid #EBEDF3;
    background-color: transparent;
}

.switch.switch-outline.switch-info input:empty ~ span:after {
    background-color: #EBEDF3;
}

.switch.switch-outline.switch-info input:checked ~ span:before {
    border: 2px solid #8950FC;
    background-color: transparent;
}

.switch.switch-outline.switch-info input:checked ~ span:after {
    color: #ffffff;
    background-color: #8950FC;
}

.switch.switch-warning:not(.switch-outline) input:empty ~ span:before {
    background-color: #FFA800;
}

.switch.switch-warning:not(.switch-outline) input:empty ~ span:after {
    background-color: #ffffff;
    opacity: 0.7;
}

.switch.switch-warning:not(.switch-outline) input:checked ~ span:before {
    background-color: #FFA800;
}

.switch.switch-warning:not(.switch-outline) input:checked ~ span:after {
    opacity: 1;
    color: #FFA800;
    background-color: #ffffff;
}

.switch.switch-outline.switch-warning input:empty ~ span:before {
    border: 2px solid #EBEDF3;
    background-color: transparent;
}

.switch.switch-outline.switch-warning input:empty ~ span:after {
    background-color: #EBEDF3;
}

.switch.switch-outline.switch-warning input:checked ~ span:before {
    border: 2px solid #FFA800;
    background-color: transparent;
}

.switch.switch-outline.switch-warning input:checked ~ span:after {
    color: #ffffff;
    background-color: #FFA800;
}

.switch.switch-danger:not(.switch-outline) input:empty ~ span:before {
    background-color: #F64E60;
}

.switch.switch-danger:not(.switch-outline) input:empty ~ span:after {
    background-color: #ffffff;
    opacity: 0.7;
}

.switch.switch-danger:not(.switch-outline) input:checked ~ span:before {
    background-color: #F64E60;
}

.switch.switch-danger:not(.switch-outline) input:checked ~ span:after {
    opacity: 1;
    color: #F64E60;
    background-color: #ffffff;
}

.switch.switch-outline.switch-danger input:empty ~ span:before {
    border: 2px solid #EBEDF3;
    background-color: transparent;
}

.switch.switch-outline.switch-danger input:empty ~ span:after {
    background-color: #EBEDF3;
}

.switch.switch-outline.switch-danger input:checked ~ span:before {
    border: 2px solid #F64E60;
    background-color: transparent;
}

.switch.switch-outline.switch-danger input:checked ~ span:after {
    color: #ffffff;
    background-color: #F64E60;
}

.switch.switch-light:not(.switch-outline) input:empty ~ span:before {
    background-color: #F3F6F9;
}

.switch.switch-light:not(.switch-outline) input:empty ~ span:after {
    background-color: #ffffff;
    opacity: 0.7;
}

.switch.switch-light:not(.switch-outline) input:checked ~ span:before {
    background-color: #F3F6F9;
}

.switch.switch-light:not(.switch-outline) input:checked ~ span:after {
    opacity: 1;
    color: #F3F6F9;
    background-color: #ffffff;
}

.switch.switch-outline.switch-light input:empty ~ span:before {
    border: 2px solid #EBEDF3;
    background-color: transparent;
}

.switch.switch-outline.switch-light input:empty ~ span:after {
    background-color: #EBEDF3;
}

.switch.switch-outline.switch-light input:checked ~ span:before {
    border: 2px solid #F3F6F9;
    background-color: transparent;
}

.switch.switch-outline.switch-light input:checked ~ span:after {
    color: #ffffff;
    background-color: #F3F6F9;
}

.switch.switch-dark:not(.switch-outline) input:empty ~ span:before {
    background-color: #181C32;
}

.switch.switch-dark:not(.switch-outline) input:empty ~ span:after {
    background-color: #ffffff;
    opacity: 0.7;
}

.switch.switch-dark:not(.switch-outline) input:checked ~ span:before {
    background-color: #181C32;
}

.switch.switch-dark:not(.switch-outline) input:checked ~ span:after {
    opacity: 1;
    color: #181C32;
    background-color: #ffffff;
}

.switch.switch-outline.switch-dark input:empty ~ span:before {
    border: 2px solid #EBEDF3;
    background-color: transparent;
}

.switch.switch-outline.switch-dark input:empty ~ span:after {
    background-color: #EBEDF3;
}

.switch.switch-outline.switch-dark input:checked ~ span:before {
    border: 2px solid #181C32;
    background-color: transparent;
}

.switch.switch-outline.switch-dark input:checked ~ span:after {
    color: #ffffff;
    background-color: #181C32;
}

.switch.switch-white:not(.switch-outline) input:empty ~ span:before {
    background-color: #ffffff;
}

.switch.switch-white:not(.switch-outline) input:empty ~ span:after {
    background-color: #ffffff;
    opacity: 0.7;
}

.switch.switch-white:not(.switch-outline) input:checked ~ span:before {
    background-color: #ffffff;
}

.switch.switch-white:not(.switch-outline) input:checked ~ span:after {
    opacity: 1;
    color: #ffffff;
    background-color: #ffffff;
}

.switch.switch-outline.switch-white input:empty ~ span:before {
    border: 2px solid #EBEDF3;
    background-color: transparent;
}

.switch.switch-outline.switch-white input:empty ~ span:after {
    background-color: #EBEDF3;
}

.switch.switch-outline.switch-white input:checked ~ span:before {
    border: 2px solid #ffffff;
    background-color: transparent;
}

.switch.switch-outline.switch-white input:checked ~ span:after {
    color: #ffffff;
    background-color: #ffffff;
}

.option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1.4em;
    border: 1px solid #EBEDF3;
    border-radius: 0.42rem;
}

.option .option-control {
    width: 2.7rem;
    padding-top: 0.1rem;
}

.option .option-control .kt-radio {
    display: block;
}

.option .option-label {
    width: 100%;
}

.option .option-label .option-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.option .option-label .option-head .option-title {
    font-size: 1.1rem;
    font-weight: 500;
    color: #3F4254;
}

.option .option-label .option-head .option-focus {
    font-size: 1.1rem;
    font-weight: 600;
    color: #181C32;
}

.option .option-label .option-body {
    display: block;
    padding-top: 0.7rem;
    font-size: 0.9rem;
    color: #B5B5C3;
}

.option.option-plain {
    border: 0;
    padding: 0;
    margin-top: -0.2rem;
    margin-bottom: 2rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.option.option-plain .option-control {
    vertical-align: middle;
    width: 2.7rem;
}

.option.option-plain .option-control .radio {
    margin-bottom: 1.6rem;
}

.option.option-plain .option-label .option-body {
    padding-top: 0.2rem;
}

.separator {
    height: 0;
}

.scrolltop {
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 36px;
    height: 36px;
    position: fixed;
    bottom: 40px;
    right: 20px;
    cursor: pointer;
    z-index: 100;
    background-color: #3699FF;
    -webkit-box-shadow: 0 0.5rem 1.5rem 0.5rem rgba(0, 0, 0, 0.075);
    box-shadow: 0 0.5rem 1.5rem 0.5rem rgba(0, 0, 0, 0.075);
    opacity: 0;
    -webkit-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
    border-radius: 0.42rem !important;
}

.scrolltop .svg-icon svg {
    height: 24px;
    width: 24px;
}

.scrolltop .svg-icon svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: #ffffff;
}

.scrolltop .svg-icon svg:hover g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
}

.scrolltop > i {
    font-size: 1.3rem;
    color: #ffffff;
}

.scrolltop:hover > i {
    color: #ffffff;
}

.scrolltop:hover .svg-icon svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: #ffffff;
}

.scrolltop:hover .svg-icon svg:hover g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
}

[data-scrolltop="on"] .scrolltop {
    opacity: 0.3;
    -webkit-animation: animation-scrolltop .4s ease-out 1;
    animation: animation-scrolltop .4s ease-out 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

[data-scrolltop="on"] .scrolltop:hover {
    -webkit-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
    opacity: 1;
}

.svg-icon.svg-icon-primary svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: #3699FF !important;
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html, body {
    height: 100%;
    margin: 0px;
    padding: 0px;
    font-size: 13px !important;
    font-weight: 400;
    /*font-family: Poppins, Helvetica, "sans-serif";*/
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 1199.98px) {
    html, body {
        font-size: 13px !important;
    }
}

@media (max-width: 991.98px) {
    html, body {
        font-size: 12px !important;
    }
}a:hover, a:active, a:focus {
    text-decoration: none !important;
}

canvas {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

body {
    background: #EEF0F8;
}

.aside {
    width: 265px;
}

.aside .aside-menu.ps > .ps__rail-y {
    right: 4px;
}


@media (min-width: 992px) {
    .aside-fixed .aside {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        z-index: 98;
    }

    .aside-static .aside {
        position: relative;
        z-index: 1;
    }

    .header-fixed.aside-static .aside {
        padding-top: 65px;
    }

    .aside-minimize .aside {
        width: 70px;
    }

    .aside.ps > .ps__rail-y {
        width: 4px;
    }

    .aside.ps > .ps__rail-y:hover, .aside.ps > .ps__rail-y:focus {
        width: 4px;
    }

    .aside.ps > .ps__rail-y > .ps__thumb-y {
        width: 4px;
        border-radius: 0.42rem !important;
    }

    .aside.ps > .ps__rail-y > .ps__thumb-y:hover, .aside.ps > .ps__rail-y > .ps__thumb-y:focus {
        width: 4px;
    }

    .aside-fixed.aside-minimize-hover .aside {
        width: 265px;
    }

    .aside-fixed.aside-minimize-hover .wrapper {
        padding-left: 70px;
    }

    .aside-fixed.header-fixed.aside-minimize-hover .header {
        left: 70px;
    }
}

.aside-menu .menu-nav {
    margin: 0;
    list-style: none;
    padding: 15px 0;
}

.aside-menu .menu-nav .menu-scroll {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.aside-menu .menu-nav .menu-subnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 0;
    margin: 0;
    list-style: none !important;
}

.aside-menu .menu-nav .menu-inner, .aside-menu .menu-nav .menu-submenu {
    display: none;
    float: none;
    margin: 0;
    padding: 0;
}

.aside-menu .menu-nav .menu-inner .menu-content, .aside-menu .menu-nav .menu-submenu .menu-content {
    padding: 0;
    margin: 0;
}

.aside-menu .menu-nav .menu-inner .menu-content > .menu-item, .aside-menu .menu-nav .menu-submenu .menu-content > .menu-item {
    padding: 0;
    margin: 0;
    list-style: none;
}

.aside-menu .menu-nav .menu-inner .menu-content > .menu-item.menu-headingless > .menu-inner, .aside-menu .menu-nav .menu-submenu .menu-content > .menu-item.menu-headingless > .menu-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.aside-menu .menu-nav .menu-inner .menu-content > .menu-item.menu-headingless > .menu-inner > li > .menu-link, .aside-menu .menu-nav .menu-submenu .menu-content > .menu-item.menu-headingless > .menu-inner > li > .menu-link {
    margin: 0;
}

.aside-menu .menu-nav .menu-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    float: none;
    padding: 0;
}

.aside-menu .menu-nav .menu-item > .menu-heading, .aside-menu .menu-nav .menu-item > .menu-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin: 0;
    padding: 0;
    text-decoration: none;
    position: relative;
    outline: none;
}

.aside-menu .menu-nav .menu-item > .menu-heading:hover, .aside-menu .menu-nav .menu-item > .menu-link:hover {
    text-decoration: none;
    cursor: pointer;
}

.aside-menu .menu-nav .menu-item > .menu-heading .menu-text, .aside-menu .menu-nav .menu-item > .menu-link .menu-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 0;
}

.aside-menu .menu-nav .menu-item > .menu-heading .menu-label, .aside-menu .menu-nav .menu-item > .menu-link .menu-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
}

.aside-menu .menu-nav .menu-item > .menu-heading .menu-icon, .aside-menu .menu-nav .menu-item > .menu-link .menu-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 0;
}

.aside-menu .menu-nav .menu-item > .menu-heading .menu-bullet, .aside-menu .menu-nav .menu-item > .menu-link .menu-bullet {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 0;
}

.aside-menu .menu-nav .menu-item > .menu-heading .menu-arrow, .aside-menu .menu-nav .menu-item > .menu-link .menu-arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    line-height: 0;
}

.aside-menu .menu-nav .menu-item > .menu-heading .menu-arrow:before, .aside-menu .menu-nav .menu-item > .menu-link .menu-arrow:before {
    -webkit-transform: translate3d(0, 0, 0);
}

.aside-menu .menu-nav .menu-item.menu-item-open > .menu-heading > .menu-arrow:before, .aside-menu .menu-nav .menu-item.menu-item-open > .menu-link > .menu-arrow:before {
    -webkit-transform: rotateZ(90deg)/*rtl:ignore*/;
    transform: rotateZ(90deg)/*rtl:ignore*/;
}

[direction="rtl"] .aside-menu .menu-nav .menu-item.menu-item-open > .menu-heading > .menu-arrow:before, [direction="rtl"] .aside-menu .menu-nav .menu-item.menu-item-open > .menu-link > .menu-arrow:before {
    -webkit-transform: rotateZ(-90deg)/*rtl:ignore*/;
    transform: rotateZ(-90deg)/*rtl:ignore*/;
}

.aside-menu .menu-nav .menu-item.menu-item-open > .menu-submenu, .aside-menu .menu-nav .menu-item.menu-item-open > .menu-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.aside-menu .menu-nav .menu-item .menu-submenu .menu-item-parent {
    display: none;
}

.aside-menu .menu-nav .menu-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 25px;
}

.aside-menu .menu-nav .menu-section.menu-section-first {
    margin-top: 0 !important;
}

.aside-menu .menu-nav .menu-section .menu-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.aside-menu .menu-nav .menu-section .menu-icon {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.aside-menu .menu-nav .menu-separator {
    height: 0;
    overflow: hidden;
}

.aside-menu .menu-nav .menu-separator.menu-separator-marginless {
    margin: 0;
}

.aside-menu .menu-nav > .menu-item {
    position: relative;
    margin: 0 ;
}

.aside-menu .menu-nav > .menu-item > .menu-heading, .aside-menu .menu-nav > .menu-item > .menu-link {
    cursor: pointer;
    min-height: 44px;
}

.aside-menu .menu-nav > .menu-item > .menu-heading .menu-text, .aside-menu .menu-nav > .menu-item > .menu-link .menu-text {
    font-weight: 400;
    font-size: 1rem;
    text-transform: initial;
}

.aside-menu .menu-nav > .menu-item > .menu-heading .menu-icon, .aside-menu .menu-nav > .menu-item > .menu-link .menu-icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 35px;
    flex: 0 0 35px;
    font-size: 1.3rem;
}

.aside-menu .menu-nav > .menu-item > .menu-heading .menu-icon svg, .aside-menu .menu-nav > .menu-item > .menu-link .menu-icon svg {
    height: 23px ;
    width: 23px ;
    margin-left: -2px;
}

.aside-menu .menu-nav > .menu-item > .menu-heading .menu-bullet, .aside-menu .menu-nav > .menu-item > .menu-link .menu-bullet {
    vertical-align: middle;
    text-align: left;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 15px;
    flex: 0 0 15px;
}

.aside-menu .menu-nav > .menu-item > .menu-heading .menu-bullet > span, .aside-menu .menu-nav > .menu-item > .menu-link .menu-bullet > span {
    vertical-align: middle;
    display: inline-block;
}

.aside-menu .menu-nav > .menu-item > .menu-heading .menu-bullet.menu-bullet-dot > span, .aside-menu .menu-nav > .menu-item > .menu-link .menu-bullet.menu-bullet-dot > span {
    width: 4px;
    height: 4px;
    border-radius: 100%;
}

.aside-menu .menu-nav > .menu-item > .menu-heading .menu-bullet.menu-bullet-line > span, .aside-menu .menu-nav > .menu-item > .menu-link .menu-bullet.menu-bullet-line > span {
    width: 5px;
    height: 1px;
}

.aside-menu .menu-nav > .menu-item > .menu-heading .menu-label, .aside-menu .menu-nav > .menu-item > .menu-link .menu-label {
    padding: 0px 0px 0px 5px;
}

.aside-menu .menu-nav > .menu-item .menu-submenu .menu-separator {
    margin: 15px 0;
}

.aside-menu .menu-nav > .menu-item .menu-submenu .menu-separator .menu-separator-marginless {
    margin: 0;
}

.aside-menu .menu-nav > .menu-section {
    margin: 10px 0 10px 0;
    height: 40px;
    background: #111;
}

.aside-menu .menu-nav > .menu-section .menu-text {
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.aside-menu .menu-nav > .menu-separator {
    margin: 15px 0;
}

.aside-menu .menu-nav > .menu-separator .menu-separator-marginless {
    margin: 0;
}

.aside-menu .menu-nav > .menu-item > .menu-link {
    padding: 9px 25px;
}

.aside-menu .menu-nav > .menu-item > .menu-submenu .menu-subnav .menu-content .menu-heading {
    padding: 0 25px;
    padding-left: 40px;
}

.aside-menu .menu-nav > .menu-item > .menu-submenu .menu-subnav .menu-content .menu-inner {
    padding: 0;
    margin: 0;
}

.aside-menu .menu-nav > .menu-item > .menu-submenu .menu-subnav .menu-content .menu-inner .menu-link {
    padding: 0 25px;
    padding-left: 55px;
}

.brand {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 0 25px;
    height: 65px;
}

.brand .brand-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: flex-begin;
    -ms-flex-pack: flex-begin;
    justify-content: flex-begin;
}

.subheader .subheader-separator.subheader-separator-ver {
    width: 1px;
    height: 22px;
}

.subheader.subheader-solid {
    border-top: 1px solid #EBEDF3;
    background-color: #ffffff;
}
@media (min-width: 992px) {
    .content {
        padding: 0;
    }

    .footer-fixed .content {
        padding-bottom: 60px;
    }
}

@media (max-width: 991.98px) {
    .content {
        padding: 15px 0;
    }

    .subheader-enabled.subheader-transparent .content {
        padding-top: 0;
    }
}


@media (max-width: 991.98px) {
    .topbar {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding: 0 15px;
        height: 50px;
        background-color: #ffffff;
        -webkit-box-shadow: 0px 1px 9px -3px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 1px 9px -3px rgba(0, 0, 0, 0.1);
        border-top: 1px solid transparent;
    }

    .header-mobile-fixed .topbar {
        position: fixed;
        z-index: 96;
    }

    .topbar-mobile-on .topbar {
        z-index: 2;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        border-top: 1px solid #EBEDF3;
        margin-top: 55px;
    }

    .topbar-mobile-on.header-mobile-fixed .topbar {
        z-index: 96;
        margin-top: 55px;
    }
}

@media (max-width: 575.98px) {
    .topbar .topbar-item .btn.btn-icon {
        height: 35px;
        width: 35px;
    }
}

@media (min-width: 992px) {
    .header-mobile {
        display: none;
    }
}

@media (max-width: 991.98px) {
    .header-mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 15px;
        height: 55px;
        min-height: 55px;
        position: relative;
        z-index: 3;
    }

    .header-mobile-fixed .header-mobile {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 97;
        height: 55px;
        min-height: 55px;
    }

    .topbar-mobile-on .header-mobile {
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }
}


.wave {
    background-color: #F3F6F9;
    overflow: hidden;
    position: relative;
}

.wave > div {
    z-index: 1;
}

.wave:before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ffffff;
    z-index: -1;
}

.wave:after {
    content: ' ';
    width: 1000px;
    height: 1025px;
    position: absolute;
    bottom: 65%;
    left: -250px;
    border-radius: 35%;
    background: white;
    z-index: 0;
}

.wave:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.wave-animate:after {
    -webkit-animation: animate-wave 15s infinite linear;
    animation: animate-wave 15s infinite linear;
}

.wave-animate-slower:after {
    -webkit-animation: animate-wave 30s infinite linear;
    animation: animate-wave 30s infinite linear;
}

.wave-animate-slow:after {
    -webkit-animation: animate-wave 25s infinite linear;
    animation: animate-wave 25s infinite linear;
}

.wave-animate-fast:after {
    -webkit-animation: animate-wave 10s infinite linear;
    animation: animate-wave 10s infinite linear;
}

.wave-animate-faster:after {
    -webkit-animation: animate-wave 5s infinite linear;
    animation: animate-wave 5s infinite linear;
}

.wave.wave-primary {
    background-color: rgba(54, 153, 255, 0.1) !important;
}

.wave.wave-primary .svg-icon svg g [fill] {
    fill: #3699FF;
}

.wave.wave-secondary {
    background-color: rgba(228, 230, 239, 0.1) !important;
}

.wave.wave-secondary .svg-icon svg g [fill] {
    fill: #E4E6EF;
}

.wave.wave-success {
    background-color: rgba(27, 197, 189, 0.1) !important;
}

.wave.wave-success .svg-icon svg g [fill] {
    fill: #1BC5BD;
}

.wave.wave-info {
    background-color: rgba(137, 80, 252, 0.1) !important;
}

.wave.wave-info .svg-icon svg g [fill] {
    fill: #8950FC;
}

.wave.wave-warning {
    background-color: rgba(255, 168, 0, 0.1) !important;
}

.wave.wave-warning .svg-icon svg g [fill] {
    fill: #FFA800;
}

.wave.wave-danger {
    background-color: rgba(246, 78, 96, 0.1) !important;
}

.wave.wave-danger .svg-icon svg g [fill] {
    fill: #F64E60;
}

.wave.wave-light {
    background-color: rgba(243, 246, 249, 0.1) !important;
}

.wave.wave-light .svg-icon svg g [fill] {
    fill: #F3F6F9;
}

.wave.wave-dark {
    background-color: rgba(24, 28, 50, 0.1) !important;
}

.wave.wave-dark .svg-icon svg g [fill] {
    fill: #181C32;
}

.wave.wave-white {
    background-color: rgba(255, 255, 255, 0.1) !important;
}

.wave.wave-white .svg-icon svg g [fill] {
    fill: #ffffff;
}

@-webkit-keyframes animate-wave {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes animate-wave {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.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: 0.25rem !important;
}

.pt-lg-1, .py-lg-1 {
	padding-top: 0.25rem !important;
}

.pr-lg-1, .px-lg-1 {
	padding-right: 0.25rem !important;
}

.pb-lg-1, .py-lg-1 {
	padding-bottom: 0.25rem !important;
}

.pl-lg-1, .px-lg-1 {
	padding-left: 0.25rem !important;
}

.p-lg-2 {
	padding: 0.5rem !important;
}

.pt-lg-2, .py-lg-2 {
	padding-top: 0.5rem !important;
}

.pr-lg-2, .px-lg-2 {
	padding-right: 0.5rem !important;
}

.pb-lg-2, .py-lg-2 {
	padding-bottom: 0.5rem !important;
}

.pl-lg-2, .px-lg-2 {
	padding-left: 0.5rem !important;
}

.p-lg-3 {
	padding: 0.75rem !important;
}

.pt-lg-3, .py-lg-3 {
	padding-top: 0.75rem !important;
}

.pr-lg-3, .px-lg-3 {
	padding-right: 0.75rem !important;
}

.pb-lg-3, .py-lg-3 {
	padding-bottom: 0.75rem !important;
}

.pl-lg-3, .px-lg-3 {
	padding-left: 0.75rem !important;
}

.p-lg-4 {
	padding: 1rem !important;
}

.pt-lg-4, .py-lg-4 {
	padding-top: 1rem !important;
}

.pr-lg-4, .px-lg-4 {
	padding-right: 1rem !important;
}

.pb-lg-4, .py-lg-4 {
	padding-bottom: 1rem !important;
}

.pl-lg-4, .px-lg-4 {
	padding-left: 1rem !important;
}

.p-lg-5 {
	padding: 1.25rem !important;
}

.pt-lg-5, .py-lg-5 {
	padding-top: 1.25rem !important;
}

.pr-lg-5, .px-lg-5 {
	padding-right: 1.25rem !important;
}

.pb-lg-5, .py-lg-5 {
	padding-bottom: 1.25rem !important;
}

.pl-lg-5, .px-lg-5 {
	padding-left: 1.25rem !important;
}

.p-lg-6 {
	padding: 1.5rem !important;
}

.pt-lg-6, .py-lg-6 {
	padding-top: 1.5rem !important;
}

.pr-lg-6, .px-lg-6 {
	padding-right: 1.5rem !important;
}

.pb-lg-6, .py-lg-6 {
	padding-bottom: 1.5rem !important;
}

.pl-lg-6, .px-lg-6 {
	padding-left: 1.5rem !important;
}

a.text-hover-muted, .text-hover-muted {
    -webkit-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
}

a.text-hover-muted:hover, .text-hover-muted:hover {
    -webkit-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
    color: #B5B5C3 !important;
}

a.text-hover-muted:hover i, .text-hover-muted:hover i {
    color: #B5B5C3 !important;
}

a.text-hover-muted:hover .svg-icon svg g [fill], .text-hover-muted:hover .svg-icon svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: #B5B5C3;
}

a.text-hover-muted:hover .svg-icon svg:hover g [fill], .text-hover-muted:hover .svg-icon svg:hover g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
}

.hoverable:hover a.text-hover-muted, .hoverable:hover .text-hover-muted {
    -webkit-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
    color: #B5B5C3 !important;
}

.hoverable:hover a.text-hover-muted i, .hoverable:hover .text-hover-muted i {
    color: #B5B5C3 !important;
}

.hoverable:hover a.text-hover-muted .svg-icon svg g [fill], .hoverable:hover .text-hover-muted .svg-icon svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: #B5B5C3 !important;
}

.hoverable:hover a.text-hover-muted .svg-icon svg:hover g [fill], .hoverable:hover .text-hover-muted .svg-icon svg:hover g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
}

.font-size-base {
    font-size: 1rem;
}

.font-size-sm {
    font-size: 0.925rem;
}

.font-size-xs {
    font-size: 0.8rem;
}

.font-size-lg {
    font-size: 1.08rem;
}

.font-size-h1 {
    font-size: 2rem !important;
}

.font-size-h2 {
    font-size: 1.75rem !important;
}

.font-size-h3 {
    font-size: 1.5rem !important;
}

.font-size-h4 {
    font-size: 1.35rem !important;
}

.font-size-h5 {
    font-size: 1.25rem !important;
}

.font-size-h6 {
    font-size: 1.175rem !important;
}

.display1 {
    font-size: 5.5rem !important;
}

.display2 {
    font-size: 4.5rem !important;
}

.display3 {
    font-size: 3.5rem !important;
}

.display4 {
    font-size: 2.5rem !important;
}

.display5 {
    font-size: 2.25rem !important;
}

@media (min-width: 576px) {
    .font-size-h1-sm {
        font-size: 2rem !important;
    }

    .font-size-h2-sm {
        font-size: 1.75rem !important;
    }

    .font-size-h3-sm {
        font-size: 1.5rem !important;
    }

    .font-size-h4-sm {
        font-size: 1.35rem !important;
    }

    .font-size-h5-sm {
        font-size: 1.25rem !important;
    }

    .font-size-h6-sm {
        font-size: 1.175rem !important;
    }

    .display1-sm {
        font-size: 5.5rem !important;
    }

    .display2-sm {
        font-size: 4.5rem !important;
    }

    .display3-sm {
        font-size: 3.5rem !important;
    }

    .display4-sm {
        font-size: 2.5rem !important;
    }

    .display5-sm {
        font-size: 2.25rem !important;
    }
}

@media (min-width: 768px) {
    .font-size-h1-md {
        font-size: 2rem !important;
    }

    .font-size-h2-md {
        font-size: 1.75rem !important;
    }

    .font-size-h3-md {
        font-size: 1.5rem !important;
    }

    .font-size-h4-md {
        font-size: 1.35rem !important;
    }

    .font-size-h5-md {
        font-size: 1.25rem !important;
    }

    .font-size-h6-md {
        font-size: 1.175rem !important;
    }

    .display1-md {
        font-size: 5.5rem !important;
    }

    .display2-md {
        font-size: 4.5rem !important;
    }

    .display3-md {
        font-size: 3.5rem !important;
    }

    .display4-md {
        font-size: 2.5rem !important;
    }

    .display5-md {
        font-size: 2.25rem !important;
    }
}

@media (min-width: 992px) {
    .font-size-h1-lg {
        font-size: 2rem !important;
    }

    .font-size-h2-lg {
        font-size: 1.75rem !important;
    }

    .font-size-h3-lg {
        font-size: 1.5rem !important;
    }

    .font-size-h4-lg {
        font-size: 1.35rem !important;
    }

    .font-size-h5-lg {
        font-size: 1.25rem !important;
    }

    .font-size-h6-lg {
        font-size: 1.175rem !important;
    }

    .display1-lg {
        font-size: 5.5rem !important;
    }

    .display2-lg {
        font-size: 4.5rem !important;
    }

    .display3-lg {
        font-size: 3.5rem !important;
    }

    .display4-lg {
        font-size: 2.5rem !important;
    }

    .display5-lg {
        font-size: 2.25rem !important;
    }
}

@media (min-width: 1200px) {
    .font-size-h1-xl {
        font-size: 2rem !important;
    }

    .font-size-h2-xl {
        font-size: 1.75rem !important;
    }

    .font-size-h3-xl {
        font-size: 1.5rem !important;
    }

    .font-size-h4-xl {
        font-size: 1.35rem !important;
    }

    .font-size-h5-xl {
        font-size: 1.25rem !important;
    }

    .font-size-h6-xl {
        font-size: 1.175rem !important;
    }

    .display1-xl {
        font-size: 5.5rem !important;
    }

    .display2-xl {
        font-size: 4.5rem !important;
    }

    .display3-xl {
        font-size: 3.5rem !important;
    }

    .display4-xl {
        font-size: 2.5rem !important;
    }

    .display5-xl {
        font-size: 2.25rem !important;
    }
}

@media (min-width: 1400px) {
    .font-size-h1-xxl {
        font-size: 2rem !important;
    }

    .font-size-h2-xxl {
        font-size: 1.75rem !important;
    }

    .font-size-h3-xxl {
        font-size: 1.5rem !important;
    }

    .font-size-h4-xxl {
        font-size: 1.35rem !important;
    }

    .font-size-h5-xxl {
        font-size: 1.25rem !important;
    }

    .font-size-h6-xxl {
        font-size: 1.175rem !important;
    }

    .display1-xxl {
        font-size: 5.5rem !important;
    }

    .display2-xxl {
        font-size: 4.5rem !important;
    }

    .display3-xxl {
        font-size: 3.5rem !important;
    }

    .display4-xxl {
        font-size: 2.5rem !important;
    }

    .display5-xxl {
        font-size: 2.25rem !important;
    }
}

.svg-icon svg {
    height: 1.5rem;
    width: 1.5rem;
}

.svg-icon svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: #B5B5C3;
}

.svg-icon svg:hover g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
}

.svg-icon.svg-icon-white svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: #ffffff !important;
}

.svg-icon.svg-icon-white svg:hover g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
}

.svg-icon.svg-logo-white svg path {
    fill: #ffffff !important;
}

.svg-icon.svg-icon-primary svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: #3699FF !important;
}

.svg-icon.svg-icon-primary svg:hover g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
}

.svg-icon.svg-logo-primary svg path {
    fill: #3699FF !important;
}

.svg-icon.svg-icon-secondary svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: #181C32 !important;
}

.svg-icon.svg-icon-secondary svg:hover g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
}

.svg-icon.svg-logo-secondary svg path {
    fill: #181C32 !important;
}

.svg-icon.svg-icon-success svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: #1BC5BD !important;
}

.svg-icon.svg-icon-success svg:hover g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
}

.svg-icon.svg-logo-success svg path {
    fill: #1BC5BD !important;
}

.svg-icon.svg-icon-info svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: #8950FC !important;
}

.svg-icon.svg-icon-info svg:hover g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
}

.svg-icon.svg-logo-info svg path {
    fill: #8950FC !important;
}

.svg-icon.svg-icon-warning svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: #FFA800 !important;
}

.svg-icon.svg-icon-warning svg:hover g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
}

.svg-icon.svg-logo-warning svg path {
    fill: #FFA800 !important;
}

.svg-icon.svg-icon-danger svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: #F64E60 !important;
}

.svg-icon.svg-icon-danger svg:hover g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
}

.svg-icon.svg-logo-danger svg path {
    fill: #F64E60 !important;
}

.svg-icon.svg-icon-light svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: #F3F6F9 !important;
}

.svg-icon.svg-icon-light svg:hover g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
}

.svg-icon.svg-logo-light svg path {
    fill: #F3F6F9 !important;
}

.svg-icon.svg-icon-dark svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: #181C32 !important;
}

.svg-icon.svg-icon-dark svg:hover g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
}

.svg-icon.svg-logo-dark svg path {
    fill: #181C32 !important;
}

.svg-icon.svg-icon-dark-75 svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: #3F4254 !important;
}

.svg-icon.svg-icon-dark-75 svg:hover g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
}

.svg-icon.svg-logo-dark-75 svg path {
    fill: #3F4254 !important;
}

.svg-icon.svg-icon-dark-65 svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: #5E6278 !important;
}

.svg-icon.svg-icon-dark-65 svg:hover g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
}

.svg-icon.svg-logo-dark-65 svg path {
    fill: #5E6278 !important;
}

.svg-icon.svg-icon-dark-50 svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: #7E8299 !important;
}

.svg-icon.svg-icon-dark-50 svg:hover g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
}

.svg-icon.svg-logo-dark-50 svg path {
    fill: #7E8299 !important;
}

.svg-icon.svg-icon-dark-25 svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: #D1D3E0 !important;
}

.svg-icon.svg-icon-dark-25 svg:hover g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
}

.svg-icon.svg-logo-dark-25 svg path {
    fill: #D1D3E0 !important;
}

.svg-icon.svg-icon-muted svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: #B5B5C3 !important;
}

.svg-icon.svg-icon-muted svg:hover g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
}

.svg-icon.svg-logo-muted svg path {
    fill: #B5B5C3 !important;
}

.svg-icon.svg-icon-sm svg {
    height: 1.25rem !important;
    width: 1.25rem !important;
}

.svg-icon.svg-icon-md svg {
    height: 1.5rem !important;
    width: 1.5rem !important;
}

.svg-icon.svg-icon-lg svg {
    height: 1.75rem !important;
    width: 1.75rem !important;
}

.svg-icon.svg-icon-xl svg {
    height: 2rem !important;
    width: 2rem !important;
}

.svg-icon.svg-icon-xxl svg {
    height: 2.25rem !important;
    width: 2.25rem !important;
}

.svg-icon.svg-icon-1x svg {
    height: 1rem !important;
    width: 1rem !important;
}

.svg-icon.svg-icon-2x svg {
    height: 2rem !important;
    width: 2rem !important;
}

.svg-icon.svg-icon-3x svg {
    height: 3rem !important;
    width: 3rem !important;
}

.svg-icon.svg-icon-4x svg {
    height: 4rem !important;
    width: 4rem !important;
}

.svg-icon.svg-icon-5x svg {
    height: 5rem !important;
    width: 5rem !important;
}

.svg-icon.svg-icon-6x svg {
    height: 6rem !important;
    width: 6rem !important;
}

.svg-icon.svg-icon-7x svg {
    height: 7rem !important;
    width: 7rem !important;
}

.svg-icon.svg-icon-8x svg {
    height: 8rem !important;
    width: 8rem !important;
}

.svg-icon.svg-icon-9x svg {
    height: 9rem !important;
    width: 9rem !important;
}

.svg-icon.svg-icon-10x svg {
    height: 10rem !important;
    width: 10rem !important;
}

.svg-icon.svg-icon-full svg {
    height: 100% !important;
    width: 100% !important;
}

@media (min-width: 576px) {
    .svg-icon.svg-icon-sm-sm svg {
        height: 1.25rem !important;
        width: 1.25rem !important;
    }

    .svg-icon.svg-icon-sm-md svg {
        height: 1.5rem !important;
        width: 1.5rem !important;
    }

    .svg-icon.svg-icon-sm-lg svg {
        height: 1.75rem !important;
        width: 1.75rem !important;
    }

    .svg-icon.svg-icon-sm-xl svg {
        height: 2rem !important;
        width: 2rem !important;
    }

    .svg-icon.svg-icon-sm-xxl svg {
        height: 2.25rem !important;
        width: 2.25rem !important;
    }

    .svg-icon.svg-icon-sm-1x svg {
        height: 1rem !important;
        width: 1rem !important;
    }

    .svg-icon.svg-icon-sm-2x svg {
        height: 2rem !important;
        width: 2rem !important;
    }

    .svg-icon.svg-icon-sm-3x svg {
        height: 3rem !important;
        width: 3rem !important;
    }

    .svg-icon.svg-icon-sm-4x svg {
        height: 4rem !important;
        width: 4rem !important;
    }

    .svg-icon.svg-icon-sm-5x svg {
        height: 5rem !important;
        width: 5rem !important;
    }

    .svg-icon.svg-icon-sm-6x svg {
        height: 6rem !important;
        width: 6rem !important;
    }

    .svg-icon.svg-icon-sm-7x svg {
        height: 7rem !important;
        width: 7rem !important;
    }

    .svg-icon.svg-icon-sm-8x svg {
        height: 8rem !important;
        width: 8rem !important;
    }

    .svg-icon.svg-icon-sm-9x svg {
        height: 9rem !important;
        width: 9rem !important;
    }

    .svg-icon.svg-icon-sm-10x svg {
        height: 10rem !important;
        width: 10rem !important;
    }

    .svg-icon.svg-icon-sm-full svg {
        height: 100% !important;
        width: 100% !important;
    }
}

@media (min-width: 768px) {
    .svg-icon.svg-icon-md-sm svg {
        height: 1.25rem !important;
        width: 1.25rem !important;
    }

    .svg-icon.svg-icon-md-md svg {
        height: 1.5rem !important;
        width: 1.5rem !important;
    }

    .svg-icon.svg-icon-md-lg svg {
        height: 1.75rem !important;
        width: 1.75rem !important;
    }

    .svg-icon.svg-icon-md-xl svg {
        height: 2rem !important;
        width: 2rem !important;
    }

    .svg-icon.svg-icon-md-xxl svg {
        height: 2.25rem !important;
        width: 2.25rem !important;
    }

    .svg-icon.svg-icon-md-1x svg {
        height: 1rem !important;
        width: 1rem !important;
    }

    .svg-icon.svg-icon-md-2x svg {
        height: 2rem !important;
        width: 2rem !important;
    }

    .svg-icon.svg-icon-md-3x svg {
        height: 3rem !important;
        width: 3rem !important;
    }

    .svg-icon.svg-icon-md-4x svg {
        height: 4rem !important;
        width: 4rem !important;
    }

    .svg-icon.svg-icon-md-5x svg {
        height: 5rem !important;
        width: 5rem !important;
    }

    .svg-icon.svg-icon-md-6x svg {
        height: 6rem !important;
        width: 6rem !important;
    }

    .svg-icon.svg-icon-md-7x svg {
        height: 7rem !important;
        width: 7rem !important;
    }

    .svg-icon.svg-icon-md-8x svg {
        height: 8rem !important;
        width: 8rem !important;
    }

    .svg-icon.svg-icon-md-9x svg {
        height: 9rem !important;
        width: 9rem !important;
    }

    .svg-icon.svg-icon-md-10x svg {
        height: 10rem !important;
        width: 10rem !important;
    }

    .svg-icon.svg-icon-md-full svg {
        height: 100% !important;
        width: 100% !important;
    }
}

@media (min-width: 992px) {
    .svg-icon.svg-icon-lg-sm svg {
        height: 1.25rem !important;
        width: 1.25rem !important;
    }

    .svg-icon.svg-icon-lg-md svg {
        height: 1.5rem !important;
        width: 1.5rem !important;
    }

    .svg-icon.svg-icon-lg-lg svg {
        height: 1.75rem !important;
        width: 1.75rem !important;
    }

    .svg-icon.svg-icon-lg-xl svg {
        height: 2rem !important;
        width: 2rem !important;
    }

    .svg-icon.svg-icon-lg-xxl svg {
        height: 2.25rem !important;
        width: 2.25rem !important;
    }

    .svg-icon.svg-icon-lg-1x svg {
        height: 1rem !important;
        width: 1rem !important;
    }

    .svg-icon.svg-icon-lg-2x svg {
        height: 2rem !important;
        width: 2rem !important;
    }

    .svg-icon.svg-icon-lg-3x svg {
        height: 3rem !important;
        width: 3rem !important;
    }

    .svg-icon.svg-icon-lg-4x svg {
        height: 4rem !important;
        width: 4rem !important;
    }

    .svg-icon.svg-icon-lg-5x svg {
        height: 5rem !important;
        width: 5rem !important;
    }

    .svg-icon.svg-icon-lg-6x svg {
        height: 6rem !important;
        width: 6rem !important;
    }

    .svg-icon.svg-icon-lg-7x svg {
        height: 7rem !important;
        width: 7rem !important;
    }

    .svg-icon.svg-icon-lg-8x svg {
        height: 8rem !important;
        width: 8rem !important;
    }

    .svg-icon.svg-icon-lg-9x svg {
        height: 9rem !important;
        width: 9rem !important;
    }

    .svg-icon.svg-icon-lg-10x svg {
        height: 10rem !important;
        width: 10rem !important;
    }

    .svg-icon.svg-icon-lg-full svg {
        height: 100% !important;
        width: 100% !important;
    }
}

@media (min-width: 1200px) {
    .svg-icon.svg-icon-xl-sm svg {
        height: 1.25rem !important;
        width: 1.25rem !important;
    }

    .svg-icon.svg-icon-xl-md svg {
        height: 1.5rem !important;
        width: 1.5rem !important;
    }

    .svg-icon.svg-icon-xl-lg svg {
        height: 1.75rem !important;
        width: 1.75rem !important;
    }

    .svg-icon.svg-icon-xl-xl svg {
        height: 2rem !important;
        width: 2rem !important;
    }

    .svg-icon.svg-icon-xl-xxl svg {
        height: 2.25rem !important;
        width: 2.25rem !important;
    }

    .svg-icon.svg-icon-xl-1x svg {
        height: 1rem !important;
        width: 1rem !important;
    }

    .svg-icon.svg-icon-xl-2x svg {
        height: 2rem !important;
        width: 2rem !important;
    }

    .svg-icon.svg-icon-xl-3x svg {
        height: 3rem !important;
        width: 3rem !important;
    }

    .svg-icon.svg-icon-xl-4x svg {
        height: 4rem !important;
        width: 4rem !important;
    }

    .svg-icon.svg-icon-xl-5x svg {
        height: 5rem !important;
        width: 5rem !important;
    }

    .svg-icon.svg-icon-xl-6x svg {
        height: 6rem !important;
        width: 6rem !important;
    }

    .svg-icon.svg-icon-xl-7x svg {
        height: 7rem !important;
        width: 7rem !important;
    }

    .svg-icon.svg-icon-xl-8x svg {
        height: 8rem !important;
        width: 8rem !important;
    }

    .svg-icon.svg-icon-xl-9x svg {
        height: 9rem !important;
        width: 9rem !important;
    }

    .svg-icon.svg-icon-xl-10x svg {
        height: 10rem !important;
        width: 10rem !important;
    }

    .svg-icon.svg-icon-xl-full svg {
        height: 100% !important;
        width: 100% !important;
    }
}

@media (min-width: 1400px) {
    .svg-icon.svg-icon-xxl-sm svg {
        height: 1.25rem !important;
        width: 1.25rem !important;
    }

    .svg-icon.svg-icon-xxl-md svg {
        height: 1.5rem !important;
        width: 1.5rem !important;
    }

    .svg-icon.svg-icon-xxl-lg svg {
        height: 1.75rem !important;
        width: 1.75rem !important;
    }

    .svg-icon.svg-icon-xxl-xl svg {
        height: 2rem !important;
        width: 2rem !important;
    }

    .svg-icon.svg-icon-xxl-xxl svg {
        height: 2.25rem !important;
        width: 2.25rem !important;
    }

    .svg-icon.svg-icon-xxl-1x svg {
        height: 1rem !important;
        width: 1rem !important;
    }

    .svg-icon.svg-icon-xxl-2x svg {
        height: 2rem !important;
        width: 2rem !important;
    }

    .svg-icon.svg-icon-xxl-3x svg {
        height: 3rem !important;
        width: 3rem !important;
    }

    .svg-icon.svg-icon-xxl-4x svg {
        height: 4rem !important;
        width: 4rem !important;
    }

    .svg-icon.svg-icon-xxl-5x svg {
        height: 5rem !important;
        width: 5rem !important;
    }

    .svg-icon.svg-icon-xxl-6x svg {
        height: 6rem !important;
        width: 6rem !important;
    }

    .svg-icon.svg-icon-xxl-7x svg {
        height: 7rem !important;
        width: 7rem !important;
    }

    .svg-icon.svg-icon-xxl-8x svg {
        height: 8rem !important;
        width: 8rem !important;
    }

    .svg-icon.svg-icon-xxl-9x svg {
        height: 9rem !important;
        width: 9rem !important;
    }

    .svg-icon.svg-icon-xxl-10x svg {
        height: 10rem !important;
        width: 10rem !important;
    }

    .svg-icon.svg-icon-xxl-full svg {
        height: 100% !important;
        width: 100% !important;
    }
}

.bg-diagonal {
    position: relative;
    background-color: #ffffff;
    overflow: hidden;
}

.bg-diagonal .card-body {
    position: relative;
    z-index: 2;
}

.bg-diagonal:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #F3F6F9;
}

.bg-diagonal:after {
    content: " ";
    width: 200%;
    height: 1000px;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 45%;
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
    background-color: #ffffff;
}

.flex-root {
    -webkit-box-flex: 1;
    flex: 1;
    -ms-flex: 1 0 0px;
}

.flex-column-auto {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

.flex-column-fluid {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.flex-row-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.flex-row-fluid {
    -webkit-box-flex: 1;
    flex: 1 auto;
    -ms-flex: 1 0 0px;
    min-width: 0;
}

@media (min-width: 1400px) {
    .m-xxl-0 {
        margin: 0 !important;
    }

    .mt-xxl-0, .my-xxl-0 {
        margin-top: 0 !important;
    }

    .mr-xxl-0, .mx-xxl-0 {
        margin-right: 0 !important;
    }

    .mb-xxl-0, .my-xxl-0 {
        margin-bottom: 0 !important;
    }

    .ml-xxl-0, .mx-xxl-0 {
        margin-left: 0 !important;
    }

    .m-xxl-1 {
        margin: 0.25rem !important;
    }

    .mt-xxl-1, .my-xxl-1 {
        margin-top: 0.25rem !important;
    }

    .mr-xxl-1, .mx-xxl-1 {
        margin-right: 0.25rem !important;
    }

    .mb-xxl-1, .my-xxl-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-xxl-1, .mx-xxl-1 {
        margin-left: 0.25rem !important;
    }

    .m-xxl-2 {
        margin: 0.5rem !important;
    }

    .mt-xxl-2, .my-xxl-2 {
        margin-top: 0.5rem !important;
    }

    .mr-xxl-2, .mx-xxl-2 {
        margin-right: 0.5rem !important;
    }

    .mb-xxl-2, .my-xxl-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-xxl-2, .mx-xxl-2 {
        margin-left: 0.5rem !important;
    }

    .m-xxl-3 {
        margin: 0.75rem !important;
    }

    .mt-xxl-3, .my-xxl-3 {
        margin-top: 0.75rem !important;
    }

    .mr-xxl-3, .mx-xxl-3 {
        margin-right: 0.75rem !important;
    }

    .mb-xxl-3, .my-xxl-3 {
        margin-bottom: 0.75rem !important;
    }

    .ml-xxl-3, .mx-xxl-3 {
        margin-left: 0.75rem !important;
    }

    .m-xxl-4 {
        margin: 1rem !important;
    }

    .mt-xxl-4, .my-xxl-4 {
        margin-top: 1rem !important;
    }

    .mr-xxl-4, .mx-xxl-4 {
        margin-right: 1rem !important;
    }

    .mb-xxl-4, .my-xxl-4 {
        margin-bottom: 1rem !important;
    }

    .ml-xxl-4, .mx-xxl-4 {
        margin-left: 1rem !important;
    }

    .m-xxl-5 {
        margin: 1.25rem !important;
    }

    .mt-xxl-5, .my-xxl-5 {
        margin-top: 1.25rem !important;
    }

    .mr-xxl-5, .mx-xxl-5 {
        margin-right: 1.25rem !important;
    }

    .mb-xxl-5, .my-xxl-5 {
        margin-bottom: 1.25rem !important;
    }

    .ml-xxl-5, .mx-xxl-5 {
        margin-left: 1.25rem !important;
    }

    .m-xxl-6 {
        margin: 1.5rem !important;
    }

    .mt-xxl-6, .my-xxl-6 {
        margin-top: 1.5rem !important;
    }

    .mr-xxl-6, .mx-xxl-6 {
        margin-right: 1.5rem !important;
    }

    .mb-xxl-6, .my-xxl-6 {
        margin-bottom: 1.5rem !important;
    }

    .ml-xxl-6, .mx-xxl-6 {
        margin-left: 1.5rem !important;
    }
}


@media (min-width: 992px) {
    .header-fixed .wrapper {
        padding-top: 65px;
    }

    .header-fixed.subheader-fixed.subheader-enabled .wrapper {
        padding-top: 119px;
    }

    .aside-fixed .wrapper {
        padding-left: 265px;
    }

    .aside-fixed.aside-minimize .wrapper {
        padding-left: 70px;
    }

    .container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
        padding: 0 25px;
    }
}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 2.25rem;
}


.btn {
    display: inline-block;
    font-weight: normal;
    color: #3F4254;
    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: 0.65rem 1rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.42rem;
    -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
    outline: none !important;
}
.btn:hover:not(.btn-text), .btn:focus:not(.btn-text), .btn.focus {
    -webkit-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
}

.btn:hover:not(.btn-text) i, .btn:focus:not(.btn-text) i, .btn.focus i {
    -webkit-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
}
.btn:focus:not(.btn-shadow):not(.btn-shadow-hover) {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.bg-hover-light-primary:hover {
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease;
    background-color: #E1F0FF !important;
}
.bg-diagonal-light-primary:before {
    background-color: #E1F0FF !important;
}

.card.card-custom > .card-body {
    padding: 2rem 1rem;
}

.btn.btn-primary {
    color: #FFFFFF;
    background-color: #3699FF;
    border-color: #3699FF;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.btn.btn-warning {
    color: #ffffff;
    background-color: #FFA800;
    border-color: #FFA800;
}
.btn.btn-light-danger {
    color: #F64E60;
    background-color: #FFE2E5;
    border-color: transparent;
}

.btn.btn-light-danger i {
    color: #F64E60;
}

.btn.btn-light-danger:hover {
    color: #ffffff;
    background-color: #F64E60;
    border-color: transparent;
}

.btn.btn-light-primary {
    color: #FFFFFF;
    background-color: #3699FF;
    border-color: transparent;
}
.btn.btn-light-primary:hover {
    color: #FFFFFF;
    background-color: #3699FF;
    border-color: transparent;
}

.text-lowercase {
    text-transform: lowercase !important;
}

.text-uppercase {
    text-transform: uppercase !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;
    }
}


.text-dark-50 {
    color: #7E8299 !important;
}


@media (min-width: 1400px) {
    .m-xxl-0 {
        margin: 0 !important;
    }

    .mt-xxl-0, .my-xxl-0 {
        margin-top: 0 !important;
    }

    .mr-xxl-0, .mx-xxl-0 {
        margin-right: 0 !important;
    }

    .mb-xxl-0, .my-xxl-0 {
        margin-bottom: 0 !important;
    }

    .ml-xxl-0, .mx-xxl-0 {
        margin-left: 0 !important;
    }

    .m-xxl-1 {
        margin: 0.25rem !important;
    }

    .mt-xxl-1, .my-xxl-1 {
        margin-top: 0.25rem !important;
    }

    .mr-xxl-1, .mx-xxl-1 {
        margin-right: 0.25rem !important;
    }

    .mb-xxl-1, .my-xxl-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-xxl-1, .mx-xxl-1 {
        margin-left: 0.25rem !important;
    }

    .m-xxl-2 {
        margin: 0.5rem !important;
    }

    .mt-xxl-2, .my-xxl-2 {
        margin-top: 0.5rem !important;
    }

    .mr-xxl-2, .mx-xxl-2 {
        margin-right: 0.5rem !important;
    }

    .mb-xxl-2, .my-xxl-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-xxl-2, .mx-xxl-2 {
        margin-left: 0.5rem !important;
    }

    .m-xxl-3 {
        margin: 0.75rem !important;
    }

    .mt-xxl-3, .my-xxl-3 {
        margin-top: 0.75rem !important;
    }

    .mr-xxl-3, .mx-xxl-3 {
        margin-right: 0.75rem !important;
    }

    .mb-xxl-3, .my-xxl-3 {
        margin-bottom: 0.75rem !important;
    }

    .ml-xxl-3, .mx-xxl-3 {
        margin-left: 0.75rem !important;
    }

    .m-xxl-4 {
        margin: 1rem !important;
    }

    .mt-xxl-4, .my-xxl-4 {
        margin-top: 1rem !important;
    }

    .mr-xxl-4, .mx-xxl-4 {
        margin-right: 1rem !important;
    }

    .mb-xxl-4, .my-xxl-4 {
        margin-bottom: 1rem !important;
    }

    .ml-xxl-4, .mx-xxl-4 {
        margin-left: 1rem !important;
    }

    .m-xxl-5 {
        margin: 1.25rem !important;
    }

    .mt-xxl-5, .my-xxl-5 {
        margin-top: 1.25rem !important;
    }

    .mr-xxl-5, .mx-xxl-5 {
        margin-right: 1.25rem !important;
    }

    .mb-xxl-5, .my-xxl-5 {
        margin-bottom: 1.25rem !important;
    }

    .ml-xxl-5, .mx-xxl-5 {
        margin-left: 1.25rem !important;
    }

    .m-xxl-6 {
        margin: 1.5rem !important;
    }

    .mt-xxl-6, .my-xxl-6 {
        margin-top: 1.5rem !important;
    }

    .mr-xxl-6, .mx-xxl-6 {
        margin-right: 1.5rem !important;
    }

    .mb-xxl-6, .my-xxl-6 {
        margin-bottom: 1.5rem !important;
    }

    .ml-xxl-6, .mx-xxl-6 {
        margin-left: 1.5rem !important;
    }
}


.form-control-plaintext {
    display: block;
    width: 100%;
    padding: 0.65rem 0;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.5;
    color: #3F4254;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
}

.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0;
}

.form-control-sm {
    height: calc(1.35em + 1.1rem + 2px);
    padding: 0.55rem 0.75rem;
    font-size: 0.925rem;
    line-height: 1.35;
    border-radius: 0.28rem;
}

.form-control-lg {
    height: calc(1.5em + 1.65rem + 2px);
    padding: 0.825rem 1.42rem;
    font-size: 1.08rem;
    line-height: 1.5;
    border-radius: 0.42rem;
}

select.form-control[size], select.form-control[multiple] {
    height: auto;
}

textarea.form-control {
    height: auto;
}


.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 1.3rem + 2px);
    padding: 0.65rem 1rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #3F4254;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid #E4E6EF !important;
    border-radius: 0.42rem;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}


.form-control[readonly] {
    background-color: #ffffff;
}

.form-control.form-control-pill {
    border-radius: 1.5;
}

.form-control.form-control-pill.form-control-sm {
    border-radius: 1.35;
}

.form-control.form-control-pill.form-control-lg {
    border-radius: 1.5;
}

.form-control:active, .form-control.active, .form-control:focus, .form-control.focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.form-control.form-control-solid {
    background-color: #F3F6F9;
    border-color: #F3F6F9;
    color: #3F4254;
    -webkit-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
}

.form-control.form-control-solid::-moz-placeholder {
    color: #B5B5C3;
    opacity: 1;
}

.form-control.form-control-solid:-ms-input-placeholder {
    color: #B5B5C3;
}

.form-control.form-control-solid::-webkit-input-placeholder {
    color: #B5B5C3;
}

.form-control.form-control-solid:active, .form-control.form-control-solid.active, .form-control.form-control-solid:focus, .form-control.form-control-solid.focus {
    background-color: #EBEDF3;
    border-color: #EBEDF3;
    color: #3F4254;
    -webkit-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
}

.form-control-iconless {
    background-image: none;
}

.form-control-iconless .form-control {
    background-image: none;
}


.custom-range {
    width: 100%;
    height: 1.4rem;
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.custom-range:focus {
    outline: none;
}

.custom-range:focus::-webkit-slider-thumb {
    -webkit-box-shadow: 0 0 0 1px #ffffff, none;
    box-shadow: 0 0 0 1px #ffffff, none;
}

.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #ffffff, none;
}

.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #ffffff, none;
}

.custom-range::-moz-focus-outer {
    border: 0;
}

.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #3699FF;
    border: 0;
    border-radius: 1rem;
    -webkit-box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.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: #e9f4ff;
}

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #E4E6EF;
    border-color: transparent;
    border-radius: 1rem;
    -webkit-box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
}

.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #3699FF;
    border: 0;
    border-radius: 1rem;
    box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
    -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.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: #e9f4ff;
}

.custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #E4E6EF;
    border-color: transparent;
    border-radius: 1rem;
    box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
}

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #3699FF;
    border: 0;
    border-radius: 1rem;
    box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
    -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.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: #e9f4ff;
}

.custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem;
    box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
}

.custom-range::-ms-fill-lower {
    background-color: #E4E6EF;
    border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #E4E6EF;
    border-radius: 1rem;
}

.custom-range:disabled::-webkit-slider-thumb {
    background-color: #B5B5C3;
}

.custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
    background-color: #B5B5C3;
}

.custom-range:disabled::-moz-range-track {
    cursor: default;
}

.custom-range:disabled::-ms-thumb {
    background-color: #B5B5C3;
}

.custom-control-label::before, .custom-file-label, .custom-select {
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .custom-control-label::before, .custom-file-label, .custom-select {
        -webkit-transition: none;
        transition: none;
    }
}

.btn.btn-light-primary {
    color: #3699FF;
    background-color: #E1F0FF;
    border-color: transparent;
}


[data-switch=true] {
    opacity: 0;
}

.bootstrap-switch.bootstrap-switch-focused {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #E4E6EF;
}

.bootstrap-switch .bootstrap-switch-label {
    background: #ffffff;
}

.bootstrap-switch .bootstrap-switch-handle-on, .bootstrap-switch .bootstrap-switch-handle-off, .bootstrap-switch .bootstrap-switch-label {
    padding-top: 0.65rem;
    padding-bottom: 0.65rem;
    padding-left: 1rem;
    padding-right: 1rem;
    line-height: 1.5;
    letter-spacing: 0.1rem;
    font-size: 0.9rem;
    font-weight: 400;
}

.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-on, .bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-off, .bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-label {
    font-size: 0.85rem;
    line-height: 1.5;
}

.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-on, .bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-off, .bootstrap-switch.bootstrap-switch-small .bootstrap-switch-label {
    padding-top: 0.55rem;
    padding-bottom: 0.55rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    font-size: 0.9rem;
    line-height: 1.35;
}

.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-on, .bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-off, .bootstrap-switch.bootstrap-switch-large .bootstrap-switch-label {
    padding: 0.825rem 1.42rem;
    font-size: 1.1rem;
    line-height: 1.5;
}

.bootstrap-switch {
    display: inline-block;
}

.bootstrap-switch.bootstrap-switch-pill .bootstrap-switch {
    border-radius: 0.42rem;
}

.bootstrap-switch.bootstrap-switch-square .bootstrap-switch {
    border-radius: 0 !important;
}

.bootstrap-switch.bootstrap-switch-square .bootstrap-switch .bootstrap-switch-handle-off, .bootstrap-switch.bootstrap-switch-square .bootstrap-switch .bootstrap-switch-handle-on {
    border-radius: 0 !important;
}

.bootstrap-switch {
    border-color: #E4E6EF;
}

.bootstrap-switch .bootstrap-switch-label {
    color: #3F4254;
    background: #fff;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary, .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary {
    background-color: #3699FF;
    border-color: #3699FF;
    color: #ffffff;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-secondary, .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-secondary {
    background-color: #E4E6EF;
    border-color: #E4E6EF;
    color: #ffffff;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success, .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success {
    background-color: #1BC5BD;
    border-color: #1BC5BD;
    color: #ffffff;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info, .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info {
    background-color: #8950FC;
    border-color: #8950FC;
    color: #ffffff;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning, .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning {
    background-color: #FFA800;
    border-color: #FFA800;
    color: #ffffff;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger, .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger {
    background-color: #F64E60;
    border-color: #F64E60;
    color: #ffffff;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-light, .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-light {
    background-color: #F3F6F9;
    border-color: #F3F6F9;
    color: #ffffff;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-dark, .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-dark {
    background-color: #181C32;
    border-color: #181C32;
    color: #ffffff;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-white, .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-white {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #ffffff;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default, .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default {
    background-color: #E4E6EF;
    border-color: #E4E6EF;
    color: #3F4254;
}

.bootstrap-switch.bootstrap-switch-elevate .bootstrap-switch {
    -webkit-box-shadow: 0 0.5rem 1.5rem 0.5rem rgba(0, 0, 0, 0.075);
    box-shadow: 0 0.5rem 1.5rem 0.5rem rgba(0, 0, 0, 0.075);
}


.bg-dark {
    background-color: #181C32 !important;
}

a.bg-dark:hover, a.bg-dark:focus, button.bg-dark:hover, button.bg-dark:focus {
    background-color: #070910 !important;
}
