@font-face {
    font-family: iransans;
    src: url('../../fonts/IRANSansWeb(FaNum).ttf');
}

@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900);
@import url(https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,500,600,700,800);
@import url(https://fonts.googleapis.com/css2?family=Archivo:wght@400;500;600;700&display=swap);
@charset "UTF-8";
:root {
    --primary-transparentcolor: #e4e9ff;
    --primary-bg-color: #0068ff;
    --blue: $primary;
    --indigo: $primary;
    --purple: $purple;
    --pink: $pink;
    --red: #ff5353;
    --orange: $orange;
    --yellow: $warning;
    --green: $success;
    --teal: $teal;
    --cyan: #00b9ff;
    --white: $white;
    --gray: $secondary;
    --gray-dark: $dark;
    --primary: $primary;
    --secondary: $secondary;
    --success: $success;
    --info: #00b9ff;
    --warning: $warning;
    --danger: #ff5353;
    --light: #e4ebf7;
    --dark: $dark;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --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
}

*, :after, :before {
    box-sizing: border-box
}
.rtl{
    direction: rtl;
}
.ltr{
    direction: ltr;
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-family: iransans;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block
}

body {
    margin: 0;
    font-family: iransans;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #4a4d51;
    text-align: right;
    background-color: #fff
}

[tabindex="-1"]:focus {
    outline: 0 !important
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[data-original-title], abbr[title] {
    text-decoration: underline;
    -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 {
    font-style: normal;
    line-height: inherit
}

address, dl, ol, ul {
    margin-bottom: 1rem
}

dl, ol, ul {
    margin-top: 0
}

ol ol, ol ul, ul ol, ul ul {
    margin-bottom: 0;
    list-style-type: none
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-right: 0
}

blockquote {
    margin: 0 0 1rem
}

b, strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    background-color: transparent
}

a, a:hover {
    text-decoration: none
}

a:not([href]):not([tabindex]), a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none;
    outline: 0
}

code, kbd, pre, samp {
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 0
}

figure {
    margin: 0 0 1rem
}

img {
    border-style: none;
    max-width: 100%
}

img, svg {
    vertical-align: middle
}

svg {
    overflow: hidden
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #a8afc7;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus {
    outline: none
}

button, input, optgroup, select, textarea {
    margin: 0;
    font-size: inherit;
    line-height: inherit
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

select {
    word-wrap: normal
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none !important
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

.h1, h1 {
    font-size: 2.1875rem
}

.h2, h2 {
    font-size: 1.75rem
}

.h3, h3 {
    font-size: 1.53125rem
}

.h4, h4 {
    font-size: 1.3125rem
}

.h5, h5 {
    font-size: 1.09375rem
}

.h6, h6 {
    font-size: .875rem
}

.lead {
    font-size: 1.09375rem;
    font-weight: 300
}

.display-1 {
    font-size: 6rem
}

.display-1, .display-2 {
    font-weight: 300;
    line-height: 1.2
}

.display-2 {
    font-size: 5.5rem
}

.display-3 {
    font-size: 4.5rem
}

.display-3, .display-4 {
    font-weight: 300;
    line-height: 1.2
}

.display-4 {
    font-size: 3.5rem
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid #e8e8f7
}

.small, small {
    font-size: 80%;
    font-weight: 400
}

.mark, mark {
    padding: .2em;
    background-color: #fcf8e3
}

.list-inline, .list-unstyled {
    padding-right: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.09375rem
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #a8afc7
}

.blockquote-footer:before {
    content: "\2014\A0"
}

.img-fluid, .img-thumbnail {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #e8e8f7;
    border-radius: 0
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    font-size: 90%;
    color: #a8afc7
}

code {
    font-size: 87.5%;
    color: #f10075;
    word-break: break-word
}

a > code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #4a4d51;
    border-radius: .2rem
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700
}

pre {
    display: block;
    padding: 1rem;
    overflow: auto;
    font-size: 85%;
    line-height: 1.45;
    border-radius: 3px;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    text-shadow: 0 1px #fff;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container, .container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    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
    }
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters > .col, .no-gutters > [class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-auto, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-auto, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-auto, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.col-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.col-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.col-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.col-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.col-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    order: -1
}

.order-last {
    order: 13
}

.order-0 {
    order: 0
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.order-3 {
    order: 3
}

.order-4 {
    order: 4
}

.order-5 {
    order: 5
}

.order-6 {
    order: 6
}

.order-7 {
    order: 7
}

.order-8 {
    order: 8
}

.order-9 {
    order: 9
}

.order-10 {
    order: 10
}

.order-11 {
    order: 11
}

.order-12 {
    order: 12
}

.offset-1 {
    margin-left: 8.33333%
}

.offset-2 {
    margin-left: 16.66667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333%
}

.offset-5 {
    margin-left: 41.66667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333%
}

.offset-8 {
    margin-left: 66.66667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333%
}

.offset-11 {
    margin-left: 91.66667%
}

@media (min-width: 576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-sm-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-sm-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-sm-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-sm-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-sm-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        order: -1
    }

    .order-sm-last {
        order: 13
    }

    .order-sm-0 {
        order: 0
    }

    .order-sm-1 {
        order: 1
    }

    .order-sm-2 {
        order: 2
    }

    .order-sm-3 {
        order: 3
    }

    .order-sm-4 {
        order: 4
    }

    .order-sm-5 {
        order: 5
    }

    .order-sm-6 {
        order: 6
    }

    .order-sm-7 {
        order: 7
    }

    .order-sm-8 {
        order: 8
    }

    .order-sm-9 {
        order: 9
    }

    .order-sm-10 {
        order: 10
    }

    .order-sm-11 {
        order: 11
    }

    .order-sm-12 {
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.33333%
    }

    .offset-sm-2 {
        margin-left: 16.66667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.33333%
    }

    .offset-sm-5 {
        margin-left: 41.66667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.33333%
    }

    .offset-sm-8 {
        margin-left: 66.66667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.33333%
    }

    .offset-sm-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-md-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-md-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-md-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-md-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-md-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        order: -1
    }

    .order-md-last {
        order: 13
    }

    .order-md-0 {
        order: 0
    }

    .order-md-1 {
        order: 1
    }

    .order-md-2 {
        order: 2
    }

    .order-md-3 {
        order: 3
    }

    .order-md-4 {
        order: 4
    }

    .order-md-5 {
        order: 5
    }

    .order-md-6 {
        order: 6
    }

    .order-md-7 {
        order: 7
    }

    .order-md-8 {
        order: 8
    }

    .order-md-9 {
        order: 9
    }

    .order-md-10 {
        order: 10
    }

    .order-md-11 {
        order: 11
    }

    .order-md-12 {
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.33333%
    }

    .offset-md-2 {
        margin-left: 16.66667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.33333%
    }

    .offset-md-5 {
        margin-left: 41.66667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.33333%
    }

    .offset-md-8 {
        margin-left: 66.66667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.33333%
    }

    .offset-md-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-lg-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-lg-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-lg-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-lg-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-lg-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        order: -1
    }

    .order-lg-last {
        order: 13
    }

    .order-lg-0 {
        order: 0
    }

    .order-lg-1 {
        order: 1
    }

    .order-lg-2 {
        order: 2
    }

    .order-lg-3 {
        order: 3
    }

    .order-lg-4 {
        order: 4
    }

    .order-lg-5 {
        order: 5
    }

    .order-lg-6 {
        order: 6
    }

    .order-lg-7 {
        order: 7
    }

    .order-lg-8 {
        order: 8
    }

    .order-lg-9 {
        order: 9
    }

    .order-lg-10 {
        order: 10
    }

    .order-lg-11 {
        order: 11
    }

    .order-lg-12 {
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.33333%
    }

    .offset-lg-2 {
        margin-left: 16.66667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.33333%
    }

    .offset-lg-5 {
        margin-left: 41.66667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.33333%
    }

    .offset-lg-8 {
        margin-left: 66.66667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.33333%
    }

    .offset-lg-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 1200px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-xl-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-xl-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-xl-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-xl-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-xl-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        order: -1
    }

    .order-xl-last {
        order: 13
    }

    .order-xl-0 {
        order: 0
    }

    .order-xl-1 {
        order: 1
    }

    .order-xl-2 {
        order: 2
    }

    .order-xl-3 {
        order: 3
    }

    .order-xl-4 {
        order: 4
    }

    .order-xl-5 {
        order: 5
    }

    .order-xl-6 {
        order: 6
    }

    .order-xl-7 {
        order: 7
    }

    .order-xl-8 {
        order: 8
    }

    .order-xl-9 {
        order: 9
    }

    .order-xl-10 {
        order: 10
    }

    .order-xl-11 {
        order: 11
    }

    .order-xl-12 {
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.33333%
    }

    .offset-xl-2 {
        margin-left: 16.66667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.33333%
    }

    .offset-xl-5 {
        margin-left: 41.66667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.33333%
    }

    .offset-xl-8 {
        margin-left: 66.66667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.33333%
    }

    .offset-xl-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 1600px) {
    .col-xxl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-xxl-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-xxl-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xxl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xxl-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-xxl-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-xxl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xxl-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-xxl-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-xxl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xxl-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-xxl-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-xxl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xxl-first {
        order: -1
    }

    .order-xxl-last {
        order: 13
    }

    .order-xxl-0 {
        order: 0
    }

    .order-xxl-1 {
        order: 1
    }

    .order-xxl-2 {
        order: 2
    }

    .order-xxl-3 {
        order: 3
    }

    .order-xxl-4 {
        order: 4
    }

    .order-xxl-5 {
        order: 5
    }

    .order-xxl-6 {
        order: 6
    }

    .order-xxl-7 {
        order: 7
    }

    .order-xxl-8 {
        order: 8
    }

    .order-xxl-9 {
        order: 9
    }

    .order-xxl-10 {
        order: 10
    }

    .order-xxl-11 {
        order: 11
    }

    .order-xxl-12 {
        order: 12
    }

    .offset-xxl-0 {
        margin-left: 0
    }

    .offset-xxl-1 {
        margin-left: 8.33333%
    }

    .offset-xxl-2 {
        margin-left: 16.66667%
    }

    .offset-xxl-3 {
        margin-left: 25%
    }

    .offset-xxl-4 {
        margin-left: 33.33333%
    }

    .offset-xxl-5 {
        margin-left: 41.66667%
    }

    .offset-xxl-6 {
        margin-left: 50%
    }

    .offset-xxl-7 {
        margin-left: 58.33333%
    }

    .offset-xxl-8 {
        margin-left: 66.66667%
    }

    .offset-xxl-9 {
        margin-left: 75%
    }

    .offset-xxl-10 {
        margin-left: 83.33333%
    }

    .offset-xxl-11 {
        margin-left: 91.66667%
    }
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #19b159
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .76562rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(59, 176, 1, .9);
    border-radius: 3px
}

.form-control.is-valid, .was-validated .form-control:valid, input.form-control.parsley-success, textarea.form-control.parsley-success {
    border-color: #19b159;
    padding-left: calc(0.5em + .75rem);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%233bb001' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 0 calc(.375em + .1875rem);
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-valid:focus, .was-validated .form-control:valid:focus, input.form-control.parsley-success:focus, textarea.form-control.parsley-success:focus {
    border-color: #19b159;
    box-shadow: none
}

.form-control.is-valid ~ .valid-feedback, .form-control.is-valid ~ .valid-tooltip, .was-validated .form-control:valid ~ .valid-feedback, .was-validated .form-control:valid ~ .valid-tooltip, input.form-control.parsley-success ~ .valid-feedback, input.form-control.parsley-success ~ .valid-tooltip, textarea.form-control.parsley-success ~ .valid-feedback, textarea.form-control.parsley-success ~ .valid-tooltip {
    display: block
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid, textarea.form-control.parsley-success {
    padding-left: calc(0.5em + .75rem);
    background-position: top calc(.375em + .1875rem) left calc(.375em + .1875rem)
}

.custom-select.is-valid, .was-validated .custom-select:valid, input.custom-select.parsley-success, textarea.custom-select.parsley-success {
    border-color: #19b159;
    padding-left: calc(.75em + 2.3125rem);
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%233b4863' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat left .75rem center/8px 10px, url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%233bb001' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E") #fff no-repeat center left 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
}

.custom-select.is-valid:focus, .was-validated .custom-select:valid:focus, input.custom-select.parsley-success:focus, textarea.custom-select.parsley-success:focus {
    border-color: #19b159;
    box-shadow: none
}

.custom-select.is-valid ~ .valid-feedback, .custom-select.is-valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback, .form-control-file.is-valid ~ .valid-tooltip, .was-validated .custom-select:valid ~ .valid-feedback, .was-validated .custom-select:valid ~ .valid-tooltip, .was-validated .form-control-file:valid ~ .valid-feedback, .was-validated .form-control-file:valid ~ .valid-tooltip, input.custom-select.parsley-success ~ .valid-feedback, input.custom-select.parsley-success ~ .valid-tooltip, input.form-control-file.parsley-success ~ .valid-feedback, input.form-control-file.parsley-success ~ .valid-tooltip, textarea.custom-select.parsley-success ~ .valid-feedback, textarea.custom-select.parsley-success ~ .valid-tooltip, textarea.form-control-file.parsley-success ~ .valid-feedback, textarea.form-control-file.parsley-success ~ .valid-tooltip {
    display: block
}

.form-check-input.is-valid ~ .form-check-label, .was-validated .form-check-input:valid ~ .form-check-label, input.form-check-input.parsley-success ~ .form-check-label, textarea.form-check-input.parsley-success ~ .form-check-label {
    color: #19b159
}

.form-check-input.is-valid ~ .valid-feedback, .form-check-input.is-valid ~ .valid-tooltip, .was-validated .form-check-input:valid ~ .valid-feedback, .was-validated .form-check-input:valid ~ .valid-tooltip, input.form-check-input.parsley-success ~ .valid-feedback, input.form-check-input.parsley-success ~ .valid-tooltip, textarea.form-check-input.parsley-success ~ .valid-feedback, textarea.form-check-input.parsley-success ~ .valid-tooltip {
    display: block
}

.custom-control-input.is-valid ~ .custom-control-label, .was-validated .custom-control-input:valid ~ .custom-control-label, input.custom-control-input.parsley-success ~ .custom-control-label, textarea.custom-control-input.parsley-success ~ .custom-control-label {
    color: #19b159
}

.custom-control-input.is-valid ~ .custom-control-label:before, .was-validated .custom-control-input:valid ~ .custom-control-label:before, input.custom-control-input.parsley-success ~ .custom-control-label:before, textarea.custom-control-input.parsley-success ~ .custom-control-label:before {
    border-color: #19b159
}

.custom-control-input.is-valid ~ .valid-feedback, .custom-control-input.is-valid ~ .valid-tooltip, .was-validated .custom-control-input:valid ~ .valid-feedback, .was-validated .custom-control-input:valid ~ .valid-tooltip, input.custom-control-input.parsley-success ~ .valid-feedback, input.custom-control-input.parsley-success ~ .valid-tooltip, textarea.custom-control-input.parsley-success ~ .valid-feedback, textarea.custom-control-input.parsley-success ~ .valid-tooltip {
    display: block
}

.custom-control-input.is-valid:checked ~ .custom-control-label:before, .was-validated .custom-control-input:valid:checked ~ .custom-control-label:before, input.custom-control-input.parsley-success:checked ~ .custom-control-label:before, textarea.custom-control-input.parsley-success:checked ~ .custom-control-label:before {
    border-color: #4ce301;
    background-color: #4ce301
}

.custom-control-input.is-valid:focus ~ .custom-control-label:before, .was-validated .custom-control-input:valid:focus ~ .custom-control-label:before, input.custom-control-input.parsley-success:focus ~ .custom-control-label:before, textarea.custom-control-input.parsley-success:focus ~ .custom-control-label:before {
    box-shadow: 0 0 0 .2rem rgba(59, 176, 1, .25)
}

.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label:before, .custom-file-input.is-valid ~ .custom-file-label, .was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label:before, .was-validated .custom-file-input:valid ~ .custom-file-label, input.custom-control-input.parsley-success:focus:not(:checked) ~ .custom-control-label:before, input.custom-file-input.parsley-success ~ .custom-file-label, textarea.custom-control-input.parsley-success:focus:not(:checked) ~ .custom-control-label:before, textarea.custom-file-input.parsley-success ~ .custom-file-label {
    border-color: #19b159
}

.custom-file-input.is-valid ~ .valid-feedback, .custom-file-input.is-valid ~ .valid-tooltip, .was-validated .custom-file-input:valid ~ .valid-feedback, .was-validated .custom-file-input:valid ~ .valid-tooltip, input.custom-file-input.parsley-success ~ .valid-feedback, input.custom-file-input.parsley-success ~ .valid-tooltip, textarea.custom-file-input.parsley-success ~ .valid-feedback, textarea.custom-file-input.parsley-success ~ .valid-tooltip {
    display: block
}

.custom-file-input.is-valid:focus ~ .custom-file-label, .was-validated .custom-file-input:valid:focus ~ .custom-file-label, input.custom-file-input.parsley-success:focus ~ .custom-file-label, textarea.custom-file-input.parsley-success:focus ~ .custom-file-label {
    border-color: #19b159;
    box-shadow: 0 0 0 .2rem rgba(59, 176, 1, .25)
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #f16d75
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .76562rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(220, 53, 69, .9);
    border-radius: 3px
}

.form-control.is-invalid, .was-validated .form-control:invalid, input.form-control.parsley-error, textarea.form-control.parsley-error {
    border-color: #f16d75;
    padding-left: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 0 calc(.375em + .1875rem);
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus, input.form-control.parsley-error:focus, textarea.form-control.parsley-error:focus {
    border-color: #f16d75;
    box-shadow: none
}

.form-control.is-invalid ~ .invalid-feedback, .form-control.is-invalid ~ .invalid-tooltip, .was-validated .form-control:invalid ~ .invalid-feedback, .was-validated .form-control:invalid ~ .invalid-tooltip, input.form-control.parsley-error ~ .invalid-feedback, input.form-control.parsley-error ~ .invalid-tooltip, textarea.form-control.parsley-error ~ .invalid-feedback, textarea.form-control.parsley-error ~ .invalid-tooltip {
    display: block
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid, textarea.form-control.parsley-error {
    padding-left: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) left calc(.375em + .1875rem)
}

.custom-select.is-invalid, .was-validated .custom-select:invalid, input.custom-select.parsley-error, textarea.custom-select.parsley-error {
    border-color: #f16d75;
    padding-left: calc(.75em + 2.3125rem);
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%233b4863' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat left .75rem center/8px 10px, url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E") #fff no-repeat center left 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
}

.custom-select.is-invalid:focus, .was-validated .custom-select:invalid:focus, input.custom-select.parsley-error:focus, textarea.custom-select.parsley-error:focus {
    border-color: #f16d75;
    box-shadow: none
}

.custom-select.is-invalid ~ .invalid-feedback, .custom-select.is-invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback, .form-control-file.is-invalid ~ .invalid-tooltip, .was-validated .custom-select:invalid ~ .invalid-feedback, .was-validated .custom-select:invalid ~ .invalid-tooltip, .was-validated .form-control-file:invalid ~ .invalid-feedback, .was-validated .form-control-file:invalid ~ .invalid-tooltip, input.custom-select.parsley-error ~ .invalid-feedback, input.custom-select.parsley-error ~ .invalid-tooltip, input.form-control-file.parsley-error ~ .invalid-feedback, input.form-control-file.parsley-error ~ .invalid-tooltip, textarea.custom-select.parsley-error ~ .invalid-feedback, textarea.custom-select.parsley-error ~ .invalid-tooltip, textarea.form-control-file.parsley-error ~ .invalid-feedback, textarea.form-control-file.parsley-error ~ .invalid-tooltip {
    display: block
}

.form-check-input.is-invalid ~ .form-check-label, .was-validated .form-check-input:invalid ~ .form-check-label, input.form-check-input.parsley-error ~ .form-check-label, textarea.form-check-input.parsley-error ~ .form-check-label {
    color: #f16d75
}

.form-check-input.is-invalid ~ .invalid-feedback, .form-check-input.is-invalid ~ .invalid-tooltip, .was-validated .form-check-input:invalid ~ .invalid-feedback, .was-validated .form-check-input:invalid ~ .invalid-tooltip, input.form-check-input.parsley-error ~ .invalid-feedback, input.form-check-input.parsley-error ~ .invalid-tooltip, textarea.form-check-input.parsley-error ~ .invalid-feedback, textarea.form-check-input.parsley-error ~ .invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid ~ .custom-control-label, .was-validated .custom-control-input:invalid ~ .custom-control-label, input.custom-control-input.parsley-error ~ .custom-control-label, textarea.custom-control-input.parsley-error ~ .custom-control-label {
    color: #f16d75
}

.custom-control-input.is-invalid ~ .custom-control-label:before, .was-validated .custom-control-input:invalid ~ .custom-control-label:before, input.custom-control-input.parsley-error ~ .custom-control-label:before, textarea.custom-control-input.parsley-error ~ .custom-control-label:before {
    border-color: #f16d75
}

.custom-control-input.is-invalid ~ .invalid-feedback, .custom-control-input.is-invalid ~ .invalid-tooltip, .was-validated .custom-control-input:invalid ~ .invalid-feedback, .was-validated .custom-control-input:invalid ~ .invalid-tooltip, input.custom-control-input.parsley-error ~ .invalid-feedback, input.custom-control-input.parsley-error ~ .invalid-tooltip, textarea.custom-control-input.parsley-error ~ .invalid-feedback, textarea.custom-control-input.parsley-error ~ .invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid:checked ~ .custom-control-label:before, .was-validated .custom-control-input:invalid:checked ~ .custom-control-label:before, input.custom-control-input.parsley-error:checked ~ .custom-control-label:before, textarea.custom-control-input.parsley-error:checked ~ .custom-control-label:before {
    border-color: #e4606d;
    background-color: #e4606d
}

.custom-control-input.is-invalid:focus ~ .custom-control-label:before, .was-validated .custom-control-input:invalid:focus ~ .custom-control-label:before, input.custom-control-input.parsley-error:focus ~ .custom-control-label:before, textarea.custom-control-input.parsley-error:focus ~ .custom-control-label:before {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label:before, .custom-file-input.is-invalid ~ .custom-file-label, .was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label:before, .was-validated .custom-file-input:invalid ~ .custom-file-label, input.custom-control-input.parsley-error:focus:not(:checked) ~ .custom-control-label:before, input.custom-file-input.parsley-error ~ .custom-file-label, textarea.custom-control-input.parsley-error:focus:not(:checked) ~ .custom-control-label:before, textarea.custom-file-input.parsley-error ~ .custom-file-label {
    border-color: #f16d75
}

.custom-file-input.is-invalid ~ .invalid-feedback, .custom-file-input.is-invalid ~ .invalid-tooltip, .was-validated .custom-file-input:invalid ~ .invalid-feedback, .was-validated .custom-file-input:invalid ~ .invalid-tooltip, input.custom-file-input.parsley-error ~ .invalid-feedback, input.custom-file-input.parsley-error ~ .invalid-tooltip, textarea.custom-file-input.parsley-error ~ .invalid-feedback, textarea.custom-file-input.parsley-error ~ .invalid-tooltip {
    display: block
}

.custom-file-input.is-invalid:focus ~ .custom-file-label, .was-validated .custom-file-input:invalid:focus ~ .custom-file-label, input.custom-file-input.parsley-error:focus ~ .custom-file-label, textarea.custom-file-input.parsley-error:focus ~ .custom-file-label {
    border-color: #f16d75;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.accordion .card {
    border-width: 0
}

.accordion .card + .card {
    margin-top: 1px
}

.accordion .card-header {
    padding: 0;
    background-color: transparent;
    font-weight: 500
}

.accordion .card-header a {
    display: block;
    padding: 14px 20px;
    position: relative;
    font-weight: 500;
    font-size: 14px;
    background-color: #e1e1f9
}

.accordion .card-header a.collapsed {
    color: #3c4858;
    background-color: #e1e1f9;
    border-bottom-color: transparent
}

.accordion .card-header a.collapsed:focus, .accordion .card-header a.collapsed:hover {
    color: #4a4d51;
    background-color: #f0f0ff
}

.accordion .card-body {
    padding: 15px;
    background-color: #fff;
    transition: none;
    border: 1px solid #e8e8f7;
    border-bottom: 0
}

.accordion-indigo .card-header a.collapsed {
    color: hsla(0, 0%, 100%, .8);
    font-weight: 500;
    letter-spacing: -.1px
}

.accordion-indigo .card-header a.collapsed:focus, .accordion-indigo .card-header a.collapsed:hover {
    color: #fff
}

.accordion-blue .card-header a {
    color: hsla(0, 0%, 100%, .8);
    font-weight: 500;
    letter-spacing: -.1px
}

.accordion-blue .card-header a:focus, .accordion-blue .card-header a:hover {
    color: #fff
}

.accordion-dark .card {
    border-color: #4a4d51
}

.accordion-dark .card-header a, .accordion-dark .card-header a:focus, .accordion-dark .card-header a:hover {
    color: #4a4d51
}

.accordion-dark .card-header a.collapsed {
    background-color: #4a4d51;
    color: hsla(0, 0%, 100%, .8);
    font-weight: 500;
    letter-spacing: -.1px
}

.accordion-dark .card-header a.collapsed:focus, .accordion-dark .card-header a.collapsed:hover {
    background-color: #141c2b;
    color: #fff
}

.accordion-gray .card {
    border-color: #a8afc7
}

.accordion-gray .card-header a, .accordion-gray .card-header a:focus, .accordion-gray .card-header a:hover {
    color: #a8afc7
}

.accordion-gray .card-header a.collapsed {
    background-color: #a8afc7;
    color: hsla(0, 0%, 100%, .8);
    font-weight: 500;
    letter-spacing: -.1px
}

.accordion-gray .card-header a.collapsed:focus, .accordion-gray .card-header a.collapsed:hover {
    background-color: #6a7a96;
    color: #fff
}

.accordion > .card {
    overflow: hidden
}

.accordion > .card:not(:first-of-type) .card-header:first-child {
    border-radius: 0
}

.accordion > .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0
}

.accordion > .card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.accordion > .card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.accordion > .card .card-header {
    margin-bottom: -1px
}

.main-accordion .accordion-item {
    background-color: #f1f2f9;
    border: 1px solid #dee2ef;
    position: relative;
    transition: all .2s ease-in-out
}

.main-accordion .accordion-item:focus, .main-accordion .accordion-item:hover {
    cursor: pointer;
    background-color: #f1f2f6;
    border-color: #bcc4de;
    z-index: 4
}

.main-accordion .accordion-item.active {
    background-color: #fff;
    z-index: 5;
    border-color: #bcc4de
}

.main-accordion .accordion-item.active .accordion-body {
    display: block
}

.main-accordion .accordion-item + .accordion-item {
    margin-top: -1px
}

.main-accordion .accordion-header {
    display: flex;
    align-items: center;
    padding: 15px 20px
}

.main-accordion .accordion-title {
    font-weight: 700;
    color: #4a4d51;
    margin: 0;
    transition: all .2s ease-in-out
}

.main-accordion .accordion-body {
    display: none;
    padding: 0 20px 20px
}

@media (prefers-reduced-motion: reduce) {
    .main-accordion .accordion-item, .main-accordion .accordion-title {
        transition: none
    }
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

@media (prefers-reduced-motion: reduce) {
    .collapsing {
        transition: none
    }
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 3px
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 3.8125rem
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    padding: .75rem 1.25rem;
    color: inherit
}

.alert-primary {
    color: #1b3585;
    background-color: #d6e0ff;
    border-color: #c6d4ff
}

.alert-primary hr {
    border-top-color: #adc1ff
}

.alert-primary .alert-link {
    color: #12245b
}

.alert-secondary {
    color: #f1388b;
    background-color: #f9e5db;
    border-color: #f9e5db
}

.alert-secondary hr {
    border-top-color: #cacfdb
}

.alert-secondary .alert-link {
    color: #292e37
}

.alert-success {
    color: #1f5c01;
    background-color: #d8efcc;
    border-color: #c8e9b8
}

.alert-success hr {
    border-top-color: #b9e3a5
}

.alert-success .alert-link {
    color: #0e2a00
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb
}

.alert-info hr {
    border-top-color: #abdde5
}

.alert-info .alert-link {
    color: #062c33
}

.alert-warning {
    color: #856404;
    background-color: #ffeeba;
    border-color: #ffeeba
}

.alert-warning hr {
    border-top-color: #ffe8a1
}

.alert-warning .alert-link {
    color: #533f03
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb
}

.alert-danger hr {
    border-top-color: #f1b0b7
}

.alert-danger .alert-link {
    color: #491217
}

.alert-light {
    color: #7f7f81;
    background-color: #fdfdfe;
    border-color: #fcfcfd
}

.alert-light hr {
    border-top-color: #ededf3
}

.alert-light .alert-link {
    color: #666667
}

.alert-dark {
    color: #1f2533;
    background-color: #d8dae0;
    border-color: #c8ccd3
}

.alert-dark hr {
    border-top-color: #babfc8
}

.alert-dark .alert-link {
    color: #0c0e13
}

.alert {
    border-width: 0;
    padding: 12px 15px;
    border-radius: 0
}

.alert .close {
    text-shadow: none;
    opacity: .9
}

.alert strong {
    font-weight: 600
}

[class*=alert-outline-] {
    border: 1px solid transparent
}

.alert-outline-success {
    border-color: #36c54d;
    color: #19b159
}

.alert-outline-info {
    border-color: #1ab6cf;
    color: #01b8ff
}

.alert-outline-warning {
    border-color: #ffdb6d;
    color: #d39e00
}

.alert-outline-danger {
    border-color: #eb8c95;
    color: #f16d75
}

[class*=alert-solid-] {
    border-width: 0;
    color: #fff
}

.alert-solid-success {
    background-color: #19b159
}

.alert-solid-info {
    background-color: #01b8ff
}

.alert-solid-warning {
    background-color: #ff9b21
}

.alert-solid-danger {
    background-color: #f16d75
}

.alert-inner--icon {
    float: right;
    margin-left: 5px
}

.badge {
    font-weight: 500;
    padding: 4px 6px 5px
}

.badge-pill {
    padding-left: 8px;
    padding-right: 8px
}

.badge {
    display: inline-block;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 3px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .badge {
        transition: none
    }
}

a.badge:focus, a.badge:hover {
    text-decoration: none
}

.badge:empty {
    display: none
}

.btn .badge, .sp-container button .badge {
    position: relative;
    top: -1px
}

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem
}

.badge-secondary {
    color: #fff !important;
    background-color: #f1388b
}

a.badge-secondary:focus, a.badge-secondary:hover {
    color: #fff !important;
    background-color: #e06b32
}

a.badge-secondary.focus, a.badge-secondary:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(236, 131, 27, .5)
}

.badge-success {
    color: #fff !important;
    background-color: #19b159
}

a.badge-success:hover {
    color: #fff !important;
    background-color: #37ce4f
}

a.badge-success:focus {
    color: #fff;
    background-color: #37ce4f
}

a.badge-success.focus, a.badge-success:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(59, 176, 1, .5)
}

.badge-info {
    color: #fff !important;
    background-color: #01b8ff
}

a.badge-info:hover {
    color: #fff !important;
    background-color: #06aff1
}

a.badge-info:focus {
    color: #fff;
    background-color: #06aff1
}

a.badge-info.focus, a.badge-info:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.badge-warning {
    color: #0e0e0e !important;
    background-color: #ecb529
}

a.badge-warning:hover {
    color: #4a4d51 !important;
    background-color: #d39e00
}

a.badge-warning:focus {
    color: #4a4d51;
    background-color: #d39e00
}

a.badge-warning.focus, a.badge-warning:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.badge-danger {
    color: #fff !important;
    background-color: #fd6074
}

a.badge-danger:hover {
    color: #fff !important;
    background-color: #f53729
}

a.badge-danger:focus {
    color: #fff;
    background-color: #f53729
}

a.badge-danger.focus, a.badge-danger:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.badge-pink, a.badge-pink:focus, a.badge-pink:hover {
    color: #fff !important;
    background-color: #ff75ad
}

.badge-dark {
    color: #fff;
    background-color: #4a4d51
}

a.badge-dark:focus, a.badge-dark:hover {
    color: #fff !important;
    background-color: #131212
}

a.badge-dark.focus, a.badge-dark:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(59, 72, 99, .5)
}

.badge-success-light {
    color: #19b159 !important;
    background: rgba(25, 177, 89, .2)
}

.badge-info-light {
    background: rgba(1, 184, 255, .2);
    color: #01b8ff
}

.breadcrumb-style1, .breadcrumb-style2, .breadcrumb-style3 {
    border-radius: 0;
    background-color: transparent;
    padding: 0
}

.breadcrumb-style1 .breadcrumb-item, .breadcrumb-style2 .breadcrumb-item, .breadcrumb-style3 .breadcrumb-item {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: .5px
}

.breadcrumb-style1 .breadcrumb-item a, .breadcrumb-style2 .breadcrumb-item a, .breadcrumb-style3 .breadcrumb-item a {
    color: #6f6f8e
}

.breadcrumb-style1 .breadcrumb-item + .breadcrumb-item:before, .breadcrumb-style2 .breadcrumb-item + .breadcrumb-item:before, .breadcrumb-style3 .breadcrumb-item + .breadcrumb-item:before {
    color: #f0f0ff
}

.breadcrumb-style2 .breadcrumb-item + .breadcrumb-item:before, .breadcrumb-style3 .breadcrumb-item + .breadcrumb-item:before {
    width: 16px;
    text-align: center;
    font-family: Ionicons
}

.breadcrumb-style2 .breadcrumb-item + .breadcrumb-item:before {
    content: "\F3D1"
}

.breadcrumb-style3 .breadcrumb-item + .breadcrumb-item:before {
    content: "\F287"
}

.main-content-breadcrumb {
    display: flex;
    align-items: center;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #a8afc7;
    margin-bottom: 10px
}

.main-content-breadcrumb span {
    position: relative
}

.main-content-breadcrumb span + span:before {
    content: "\F3D1";
    font-family: Ionicons;
    font-size: 12px;
    font-weight: 300;
    display: inline;
    margin: 0 5px;
    color: #b4bdce;
    line-height: 0;
    position: relative;
    top: 1px
}

.main-content-breadcrumb span:last-child {
    color: #3c4858
}

.main-content-title {
    color: #170c6b;
    font-weight: 500;
    font-size: 32px;
    text-indent: -1px;
    line-height: 1;
    position: relative;
    margin-bottom: 20px
}

.main-breadcrumbs {
    padding: 0;
    background-color: transparent;
    margin-bottom: 0
}

.main-breadcrumbs .breadcrumb-item {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-weight: 700
}

.main-breadcrumbs .breadcrumb-item a {
    color: #4a4d51;
    transition: all .2s ease-in-out
}

.main-breadcrumbs .breadcrumb-item a:hover {
    color: #a8afc7
}

.main-breadcrumbs .breadcrumb-item + .breadcrumb-item {
    padding-left: 8px
}

.main-breadcrumbs .breadcrumb-item + .breadcrumb-item:before {
    color: #a8afc7;
    padding-right: 8px;
    font-weight: 400
}

@media (prefers-reduced-motion: reduce) {
    .main-breadcrumbs .breadcrumb-item a {
        transition: none
    }
}

.main-content-left-contacts .main-content-breadcrumb, .main-content-left-contacts .main-content-title {
    padding-left: 20px
}

@media (min-width: 992px) {
    .main-content-left-contacts .main-content-breadcrumb, .main-content-left-contacts .main-content-title {
        padding-left: 0
    }

    .main-content-body-contacts {
        display: block;
        overflow-y: auto
    }
}

.main-content-left-invoice .main-content-breadcrumb, .main-content-left-invoice .main-content-title {
    padding-left: 20px
}

@media (min-width: 992px) {
    .main-content-left-invoice .main-content-breadcrumb, .main-content-left-invoice .main-content-title {
        padding-left: 0
    }
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    border-radius: 0
}

.breadcrumb-item + .breadcrumb-item {
    padding-right: .5rem
}

.breadcrumb-item + .breadcrumb-item:before {
    display: inline-block;
    padding-left: .5rem;
    padding-right: 0;
    color: #a8afc7 !important;
    content: "/"
}

.breadcrumb-item + .breadcrumb-item:hover:before {
    text-decoration: underline;
    text-decoration: none
}

.breadcrumb-item.active {
    color: #a8afc7
}

.breadcrumb-5 a {
    text-decoration: none;
    outline: none;
    display: block;
    float: left;
    font-size: 12px;
    line-height: 36px;
    color: #fff;
    padding: 0 39px 0 10px;
    background: #666;
    background: linear-gradient(#666, #333);
    position: relative
}

.breadcrumb-5 a:first-child {
    padding-right: 46px;
    border-radius: 0 5px 5px 0
}

.breadcrumb-5 a:first-child:before {
    left: 14px
}

.breadcrumb-5 a:last-child {
    border-radius: 0 5px 5px 0;
    padding-left: 20px
}

.breadcrumb-5 a.active, .breadcrumb-5 a:hover {
    background: #333;
    background: linear-gradient(#333, #000)
}

.breadcrumb-5 a.active:after {
    box-shadow: none
}

.breadcrumb-5 a:after {
    content: "";
    position: absolute;
    top: 0;
    left: -18px;
    width: 36px;
    height: 36px;
    z-index: 1;
    transform: scale(.707) rotate(225deg);
    box-shadow: 2px -2px 0 2px #f0f2f8, 3px -3px 0 2px hsla(0, 0%, 100%, .1);
    border-radius: 0 5px 0 50px
}

.breadcrumb-5 a:last-child:after {
    content: none
}

.flat a, .flat a:after {
    background: #fff;
    color: #000;
    transition: all .5s
}

.flat a.active:before, .flat a:hover:before {
    color: #000
}

.flat a:before {
    background: #fff;
    box-shadow: 0 0 0 1px #ccc
}

.btn, .sp-container button {
    line-height: 1.538;
    padding: 7px 20px;
    border-radius: 4px;
    transition: none;
    min-height: 38px
}

.btn:active, .btn:focus, .sp-container button:active, .sp-container button:focus {
    box-shadow: none
}

.btn-light {
    color: #2c3033;
    background-color: #f0f0ff;
    border-color: #f0f0ff
}

.btn-light:hover {
    color: #2c3033;
    background-color: #dbe0ea;
    border-color: #dbe0ea
}

.btn-light.focus, .btn-light:focus {
    box-shadow: 0 0 0 1px #e1e6f1
}

.btn-light.disabled, .btn-light:disabled, .btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show > .btn-light.dropdown-toggle {
    color: #2c3033;
    background-color: #dbe0ea;
    border-color: #dbe0ea
}

.btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus, .show > .btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 1px #e1e6f1
}

.btn-indigo {
    color: #fff;
    background-color: indigo;
    border-color: indigo
}

.btn-indigo:hover {
    color: #fff;
    background-color: #49047b;
    border-color: #49047b
}

.btn-indigo.focus, .btn-indigo:focus {
    box-shadow: 0 0 0 .2rem rgba(75, 0, 130, .5)
}

.btn-indigo.disabled, .btn-indigo:disabled, .btn-indigo:not(:disabled):not(.disabled).active, .btn-indigo:not(:disabled):not(.disabled):active, .show > .btn-indigo.dropdown-toggle {
    color: #fff;
    background-color: indigo;
    border-color: indigo
}

.btn-indigo:not(:disabled):not(.disabled).active:focus, .btn-indigo:not(:disabled):not(.disabled):active:focus, .show > .btn-indigo.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(75, 0, 130, .5)
}

.btn-purple {
    color: #fff;
    background-color: #6f42c1;
    border-color: #643ab0
}

.btn-purple:hover {
    color: #fff;
    background-color: #5e37a6;
    border-color: #4e2d89
}

.btn-purple.focus, .btn-purple:focus {
    box-shadow: 0 0 0 .2rem rgba(123, 87, 188, .5)
}

.btn-purple.disabled, .btn-purple:disabled {
    color: #fff;
    background-color: #6f42c1;
    border-color: #643ab0
}

.btn-purple:not(:disabled):not(.disabled).active, .btn-purple:not(:disabled):not(.disabled):active, .show > .btn-purple.dropdown-toggle {
    color: #fff;
    background-color: #59339d;
    border-color: #482a80
}

.btn-purple:not(:disabled):not(.disabled).active:focus, .btn-purple:not(:disabled):not(.disabled):active:focus, .show > .btn-purple.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(123, 87, 188, .5)
}

.btn-pink {
    color: #fff;
    background-color: #f10075;
    border-color: #d80069
}

.btn-pink:hover {
    color: #fff;
    background-color: #cb0062;
    border-color: #a50050
}

.btn-pink.focus, .btn-pink:focus {
    box-shadow: 0 0 0 .2rem rgba(221, 38, 127, .5)
}

.btn-pink.disabled, .btn-pink:disabled {
    color: #fff;
    background-color: #f10075;
    border-color: #d80069
}

.btn-pink:not(:disabled):not(.disabled).active, .btn-pink:not(:disabled):not(.disabled):active, .show > .btn-pink.dropdown-toggle {
    color: #fff;
    background-color: #be005c;
    border-color: #98004a
}

.btn-pink:not(:disabled):not(.disabled).active:focus, .btn-pink:not(:disabled):not(.disabled):active:focus, .show > .btn-pink.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(221, 38, 127, .5)
}

.btn-gray-500 {
    color: #4a4d51;
    background-color: #a8afc7;
    border-color: #8896af
}

.btn-gray-500:hover {
    color: #fff;
    background-color: #808faa;
    border-color: #697b9a
}

.btn-gray-500.focus, .btn-gray-500:focus {
    box-shadow: 0 0 0 .2rem rgba(120, 133, 158, .5)
}

.btn-gray-500.disabled, .btn-gray-500:disabled {
    color: #4a4d51;
    background-color: #a8afc7;
    border-color: #8896af
}

.btn-gray-500:not(:disabled):not(.disabled).active, .btn-gray-500:not(:disabled):not(.disabled):active, .show > .btn-gray-500.dropdown-toggle {
    color: #fff;
    background-color: #7988a4;
    border-color: #637493
}

.btn-gray-500:not(:disabled):not(.disabled).active:focus, .btn-gray-500:not(:disabled):not(.disabled):active:focus, .show > .btn-gray-500.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(120, 133, 158, .5)
}

.btn-gray-700 {
    color: #fff;
    background-color: #3c4858;
    border-color: #4f5c73
}

.btn-gray-700:hover {
    color: #fff;
    background-color: #49566b;
    border-color: #3a4455
}

.btn-gray-700.focus, .btn-gray-700:focus {
    box-shadow: 0 0 0 .2rem rgba(105, 116, 136, .5)
}

.btn-gray-700.disabled, .btn-gray-700:disabled {
    color: #fff;
    background-color: #3c4858;
    border-color: #4f5c73
}

.btn-gray-700:not(:disabled):not(.disabled).active, .btn-gray-700:not(:disabled):not(.disabled):active, .show > .btn-gray-700.dropdown-toggle {
    color: #fff;
    background-color: #445064;
    border-color: #353e4d
}

.btn-gray-700:not(:disabled):not(.disabled).active:focus, .btn-gray-700:not(:disabled):not(.disabled):active:focus, .show > .btn-gray-700.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(105, 116, 136, .5)
}

[class*=btn-outline-] {
    padding: .4rem 1rem;
    line-height: 1.657;
    border-width: 1px;
    background-color: transparent
}

[class*=btn-outline-]:focus, [class*=btn-outline-]:hover {
    color: #fff
}

.btn-outline-indigo {
    border-color: indigo;
    color: indigo
}

.btn-outline-indigo:focus, .btn-outline-indigo:hover {
    background-color: #49047b
}

.btn, .sp-container button {
    display: inline-block;
    font-weight: 400;
    color: #4a4d51;
    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: .375rem .65rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: 3px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .btn, .sp-container button {
        transition: none
    }
}

.btn:hover, .sp-container button:hover {
    color: #4a4d51;
    text-decoration: none
}

.btn.focus, .btn:focus, .sp-container button.focus, .sp-container button:focus {
    outline: 0;
    box-shadow: none
}

.btn.disabled, .btn:disabled, .sp-container button.disabled, .sp-container button:disabled {
    opacity: .65
}

a.btn.disabled, fieldset:disabled a.btn {
    pointer-events: none
}

.btn-secondary {
    color: #fff;
    background-color: #f1388b;
    border-color: #f1388b
}

.btn-secondary:hover {
    color: #fff;
    background-color: #ec3487;
    border-color: #ec3487
}

.btn-secondary.focus, .btn-secondary:focus {
    background-color: #ec3487 !important;
    border-color: #ec3487 !important;
    box-shadow: 0 0 0 1px rgba(241, 56, 139, .3)
}

.btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #f1388b;
    border-color: #f1388b
}

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #f75da2;
    border-color: #f1388b
}

.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 1px rgba(241, 56, 139, .3)
}

.btn-success {
    color: #fff;
    background-color: #19b159;
    border-color: #19b159
}

.btn-success.focus, .btn-success:focus, .btn-success:hover {
    color: #fff;
    background-color: #15a552;
    border-color: #15a552
}

.btn-success.focus, .btn-success:focus {
    box-shadow: 0 0 0 1px rgba(21, 165, 82, .3)
}

.btn-success.disabled, .btn-success:disabled, .btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #04b386;
    border-color: #04b386
}

.btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show > .btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 1px rgba(21, 165, 82, .3)
}

.btn-info {
    color: #fff;
    background-color: #01b8ff;
    border-color: #01b8ff
}

.btn-info.focus, .btn-info:focus, .btn-info:hover {
    color: #fff;
    background-color: #06aff1;
    border-color: #06aff1
}

.btn-info.focus, .btn-info:focus {
    box-shadow: 0 0 0 1px #01b8ff
}

.btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #01b8ff;
    border-color: #01b8ff
}

.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #06aff1;
    border-color: #06aff1
}

.btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .show > .btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 1px #01b8ff
}

.btn-warning {
    color: #fff;
    background-color: #ff9b21;
    border-color: #ff9b21
}

.btn-warning.focus, .btn-warning:focus, .btn-warning:hover {
    color: #fff;
    background-color: #f1911d;
    border-color: #f1911d
}

.btn-warning.focus, .btn-warning:focus {
    box-shadow: 0 0 0 1px rgba(241, 145, 29, .3)
}

.btn-warning.disabled, .btn-warning:disabled, .btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #f1911d;
    border-color: #f1911d
}

.btn-warning:not(:disabled):not(.disabled).active:focus, .btn-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 1px rgba(241, 145, 29, .3)
}

.btn-danger {
    color: #fff;
    background-color: #fd6074;
    border-color: #fd6074
}

.btn-danger:hover {
    color: #fff;
    background-color: #f53729;
    border-color: #f53729
}

.btn-danger.focus, .btn-danger:focus {
    box-shadow: 0 0 0 1px #ff473d
}

.btn-danger.disabled, .btn-danger:disabled, .btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #fd6074;
    border-color: #fd6074
}

.btn-danger:not(:disabled):not(.disabled).active:focus, .btn-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 1px #ff473d
}

.btn-light {
    color: #4a4d51;
    background-color: #f1f2f9;
    border-color: #f1f2f9
}

.btn-light.focus, .btn-light:focus, .btn-light:hover {
    color: #4a4d51;
    background-color: #dde0e9;
    border-color: #d5d9e4
}

.btn-light.focus, .btn-light:focus {
    box-shadow: 0 0 0 .2rem rgba(212, 214, 220, .5)
}

.btn-light.disabled, .btn-light:disabled {
    color: #4a4d51;
    background-color: #f1f2f9;
    border-color: #f1f2f9
}

.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show > .btn-light.dropdown-toggle {
    color: #4a4d51;
    background-color: #d5d9e4;
    border-color: #cdd2df
}

.btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus, .show > .btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(212, 214, 220, .5)
}

.btn-white, .btn-white.focus, .btn-white:focus, .btn-white:hover {
    background-color: #fff;
    background-image: none;
    border-color: #fff;
    color: #424e79
}

.btn-white.focus, .btn-white:focus {
    box-shadow: 0 0 0 2px hsla(0, 0%, 100%, .5)
}

.btn-white.disabled, .btn-white:disabled {
    color: #495057;
    background-color: #fff;
    border-color: #fff
}

.btn-white:not(:disabled):not(.disabled).active, .btn-white:not(:disabled):not(.disabled):active, .show > .btn-white.dropdown-toggle {
    color: #495057;
    background-color: #eff0f6;
    border-color: #e7e9f1
}

.btn-white:not(:disabled):not(.disabled).active:focus, .btn-white:not(:disabled):not(.disabled):active:focus, .show > .btn-white.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px hsla(0, 0%, 100%, .5)
}

.btn-dark {
    color: #fff;
    background-color: #4a4d51;
    border-color: #4a4d51
}

.btn-dark.focus, .btn-dark:focus, .btn-dark:hover {
    color: #fff;
    background-color: #131212;
    border-color: #131212
}

.btn-dark.focus, .btn-dark:focus {
    box-shadow: 0 0 0 1px transparent
}

.btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #3b4863;
    border-color: #3b4863
}

.btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active, .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #131212;
    border-color: #232b3b
}

.btn-dark:not(:disabled):not(.disabled).active:focus, .btn-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 1px transparent
}

.btn-outline-secondary {
    color: #f1388b !important;
    border-color: #f1388b
}

.btn-outline-secondary:hover {
    color: #fff !important;
    background-color: #f1388b;
    border-color: #f1388b
}

.btn-outline-secondary.focus, .btn-outline-secondary:focus {
    box-shadow: 0 0 0 1px #ec831b
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #f1388b !important;
    background-color: transparent
}

.btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #f1388b;
    border-color: #f1388b
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 1px #ec831b
}

.btn-outline-success {
    color: #19b159 !important;
    border-color: #19b159
}

.btn-outline-success.focus, .btn-outline-success:focus, .btn-outline-success:hover {
    color: #fff !important;
    background-color: #19b159;
    border-color: #19b159
}

.btn-outline-success.focus, .btn-outline-success:focus {
    box-shadow: 0 0 0 1px #38d250
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #19b159 !important;
    background-color: transparent
}

.btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active, .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #19b159;
    border-color: #19b159
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus, .btn-outline-success:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 1px #38d250
}

.btn-outline-info {
    color: #01b8ff !important;
    border-color: #01b8ff
}

.btn-outline-info:hover {
    color: #fff !important;
    background-color: #01b8ff;
    border-color: #01b8ff
}

.btn-outline-info.focus, .btn-outline-info:focus {
    box-shadow: 0 0 0 1px #01b8ff
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #01b8ff !important;
    background-color: transparent
}

.btn-outline-info:not(:disabled):not(.disabled).active, .btn-outline-info:not(:disabled):not(.disabled):active, .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #01b8ff;
    border-color: #01b8ff
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus, .btn-outline-info:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 1px #01b8ff
}

.btn-outline-warning, .btn-outline-warning:hover {
    color: #000 !important;
    border-color: #ff9b21
}

.btn-outline-warning:hover {
    background-color: #ff9b21
}

.btn-outline-warning.focus, .btn-outline-warning:focus {
    box-shadow: 0 0 0 1px #ffc107
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #000 !important;
    background-color: transparent
}

.btn-outline-warning:not(:disabled):not(.disabled).active, .btn-outline-warning:not(:disabled):not(.disabled):active, .show > .btn-outline-warning.dropdown-toggle {
    color: #4a4d51;
    background-color: #ff9b21;
    border-color: #ff9b21
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus, .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 1px #ffc107
}

.btn-outline-danger {
    color: #f16d75 !important;
    border-color: #f16d75
}

.btn-outline-danger:hover {
    color: #fff !important;
    background-color: #f16d75;
    border-color: #f16d75
}

.btn-outline-danger.focus, .btn-outline-danger:focus {
    box-shadow: 0 0 0 1px #ff473d
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #f16d75 !important;
    background-color: transparent
}

.btn-outline-danger:not(:disabled):not(.disabled).active, .btn-outline-danger:not(:disabled):not(.disabled):active, .show > .btn-outline-danger.dropdown-toggle {
    color: #fff !important;
    background-color: #f16d75;
    border-color: #f16d75
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus, .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 1px #ff473d
}

.btn-outline-light, .btn-outline-light:hover {
    color: #000 !important;
    border-color: #f0f0ff
}

.btn-outline-light:hover {
    background-color: #f0f0ff
}

.btn-outline-light.focus, .btn-outline-light:focus {
    box-shadow: 0 0 0 1px #e1e6f1
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #000 !important;
    background-color: transparent
}

.btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active, .show > .btn-outline-light.dropdown-toggle {
    color: #4a4d51;
    background-color: #f0f0ff;
    border-color: #f0f0ff
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus, .btn-outline-light:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 1px #e1e6f1
}

.btn-outline-dark {
    color: #000 !important;
    border-color: #000
}

.btn-outline-dark:hover {
    color: #fff !important;
    background-color: #4a4d51;
    border-color: #4a4d51
}

.btn-outline-dark.focus, .btn-outline-dark:focus {
    box-shadow: 0 0 0 1px transparent
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #3b4863 !important;
    background-color: transparent
}

.btn-outline-dark:not(:disabled):not(.disabled).active, .btn-outline-dark:not(:disabled):not(.disabled):active, .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #4a4d51;
    border-color: #000
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus, .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 1px transparent
}

.btn-link {
    font-weight: 400
}

.btn-link, .btn-link:hover {
    text-decoration: none
}

.btn-link.focus, .btn-link:focus {
    text-decoration: none;
    box-shadow: none
}

.btn-link.disabled, .btn-link:disabled {
    color: #a8afc7;
    pointer-events: none
}

.btn-group-lg > .btn, .btn-lg, .sp-container .btn-group-lg > button {
    padding: .5rem 1rem;
    font-size: 1.09375rem;
    line-height: 1.5
}

.btn-group-sm > .btn, .btn-sm, .sp-container .btn-group-sm > button {
    padding: .25rem .5rem;
    font-size: .76562rem;
    line-height: 1.5
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block + .btn-block {
    margin-top: .5rem
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle
}

.btn-group-vertical > .btn, .btn-group > .btn, .sp-container .btn-group-vertical > button, .sp-container .btn-group > button {
    position: relative;
    flex: 1 1 auto
}

.btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:hover, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus, .btn-group > .btn:hover, .sp-container .btn-group-vertical > button.active, .sp-container .btn-group-vertical > button:active, .sp-container .btn-group-vertical > button:focus, .sp-container .btn-group-vertical > button:hover, .sp-container .btn-group > button.active, .sp-container .btn-group > button:active, .sp-container .btn-group > button:focus, .sp-container .btn-group > button:hover {
    z-index: 1
}

.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

.btn-toolbar .input-group {
    width: auto
}

.btn-group > .btn:not(:first-child), .sp-container .btn-group > button:not(:first-child) {
    margin-right: -1px
}

.btn-group > .btn-group:not(:first-child) {
    margin-left: -1px
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.btn-group > .btn-group:not(:last-child) > .btn, .sp-container .btn-group > .btn-group:not(:last-child) > button, .sp-container .btn-group > button:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group > .btn-group:not(:first-child) > .btn, .btn-group > .btn:not(:first-child), .sp-container .btn-group > .btn-group:not(:first-child) > button, .sp-container .btn-group > button:not(:first-child) {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.dropdown-toggle-split {
    padding-right: .5625rem;
    padding-left: .5625rem
}

.dropdown-toggle-split:after, .dropright .dropdown-toggle-split:after, .dropup .dropdown-toggle-split:after {
    margin-left: 0
}

.dropleft .dropdown-toggle-split:before {
    margin-right: 0
}

.btn-group-sm > .btn + .dropdown-toggle-split, .btn-sm + .dropdown-toggle-split, .sp-container .btn-group-sm > button + .dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem
}

.btn-group-lg > .btn + .dropdown-toggle-split, .btn-lg + .dropdown-toggle-split, .sp-container .btn-group-lg > button + .dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.btn-group-vertical {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .sp-container .btn-group-vertical > button {
    width: 100%
}

.btn-group-vertical > .btn-group:not(:first-child), .btn-group-vertical > .btn:not(:first-child), .sp-container .btn-group-vertical > button:not(:first-child) {
    margin-top: -1px
}

.btn-group-vertical > .btn-group:not(:last-child) > .btn, .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .sp-container .btn-group-vertical > .btn-group:not(:last-child) > button, .sp-container .btn-group-vertical > button:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical > .btn-group:not(:first-child) > .btn, .btn-group-vertical > .btn:not(:first-child), .sp-container .btn-group-vertical > .btn-group:not(:first-child) > button, .sp-container .btn-group-vertical > button:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.btn-group-toggle > .btn, .btn-group-toggle > .btn-group > .btn, .sp-container .btn-group-toggle > .btn-group > button, .sp-container .btn-group-toggle > button {
    margin-bottom: 0
}

.btn-group-toggle > .btn-group > .btn input[type=checkbox], .btn-group-toggle > .btn-group > .btn input[type=radio], .btn-group-toggle > .btn input[type=checkbox], .btn-group-toggle > .btn input[type=radio], .sp-container .btn-group-toggle > .btn-group > button input[type=checkbox], .sp-container .btn-group-toggle > .btn-group > button input[type=radio], .sp-container .btn-group-toggle > button input[type=checkbox], .sp-container .btn-group-toggle > button input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.btn-rounded {
    border-radius: 50px
}

.btn-with-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 38px
}

.btn-with-icon i {
    line-height: 0;
    font-size: 20px;
    margin-right: 5px
}

.btn-with-icon i.typcn {
    line-height: .9
}

.btn-with-icon i.fas {
    font-size: 15px
}

.btn-with-icon i.icon {
    font-size: 18px
}

.btn-icon {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.btn-icon i {
    line-height: 1.5;
    font-size: 18px
}

.btn-icon i.typcn {
    line-height: .95
}

.btn-icon-list {
    display: flex;
    align-items: center
}

.btn-icon-list .btn + .btn, .btn-icon-list .sp-container button + .btn {
    margin-right: 5px
}

.btn-icon-list .sp-container .btn + button, .btn-icon-list .sp-container button + button, .sp-container .btn-icon-list .btn + button, .sp-container .btn-icon-list button + .btn, .sp-container .btn-icon-list button + button {
    margin-left: 5px
}

.main-icon-group {
    text-align: center;
    padding: 20px;
    color: #3b4863
}

.main-icon-group i {
    line-height: 1;
    font-size: 24px
}

@media (min-width: 992px) {
    .main-icon-group i {
        font-size: 18px
    }
}

.btn-group > .btn-group:not(:last-child) > .btn, .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #e8e8f7;
    border-radius: 3px
}

.card-body {
    flex: 1 1 auto;
    padding: 25px
}

.main-content-label {
    margin-bottom: 0
}

.card > hr {
    margin-right: 0;
    margin-left: 0
}

.card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.card .card {
    box-shadow: none
}

.card-subtitle {
    margin-top: -.375rem
}

.card-subtitle, .card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link + .card-link {
    margin-left: 1.25rem
}

.card-header {
    padding: 20px 25px 0;
    margin-bottom: 0;
    border-bottom: 1px solid #e8e8f7;
    background: transparent
}

.card-header:first-child {
    border-radius: 2px 2px 0 0
}

.card-header + .list-group .list-group-item:first-child {
    border-top: 0
}

.card-footer {
    padding: .75rem 1.25rem;
    background: #fff;
    border-top: 1px solid #e8e8f7;
    background: transparent
}

.card-footer:last-child {
    border-radius: 11px
}

.card-header-tabs {
    margin-bottom: -.75rem;
    border-bottom: 0
}

.card-header-pills, .card-header-tabs {
    margin-right: -.625rem;
    margin-left: -.625rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem
}

.card-img {
    width: 100%;
    border-radius: 2px
}

.card-img-top {
    width: 100%;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px
}

.card-deck {
    display: flex;
    flex-direction: column
}

.card-deck .card {
    margin-bottom: 15px
}

@media (min-width: 576px) {
    .card-deck {
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px
    }

    .card-deck .card {
        display: flex;
        flex: 1 0 0%;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px
    }
}

.card-group {
    display: flex;
    flex-direction: column
}

.card-group > .card {
    margin-bottom: 15px
}

@media (min-width: 576px) {
    .card-group {
        flex-flow: row wrap
    }

    .card-group > .card {
        flex: 1 0 0%;
        margin-bottom: 0
    }

    .card-group > .card + .card {
        margin-left: 0;
        border-left: 0
    }

    .card-group > .card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .card-group > .card:not(:last-child) .card-header, .card-group > .card:not(:last-child) .card-img-top {
        border-top-right-radius: 0
    }

    .card-group > .card:not(:last-child) .card-footer, .card-group > .card:not(:last-child) .card-img-bottom {
        border-bottom-right-radius: 0
    }

    .card-group > .card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .card-group > .card:not(:first-child) .card-header, .card-group > .card:not(:first-child) .card-img-top {
        border-top-left-radius: 0
    }

    .card-group > .card:not(:first-child) .card-footer, .card-group > .card:not(:first-child) .card-img-bottom {
        border-bottom-left-radius: 0
    }
}

.card-columns .card {
    margin-bottom: .75rem
}

@media (min-width: 576px) {
    .card-columns {
        -moz-column-count: 3;
        column-count: 3;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1
    }

    .card-columns .card {
        display: inline-block;
        width: 100%
    }
}

.card {
    border-radius: 11px
}

.card.text-white .main-content-label, .card.tx-white .main-content-label {
    color: #fff
}

.card-footer, .card-header {
    position: relative;
    border-color: #f0f0ff;
    padding-left: 25px;
    padding-right: 25px
}

.card-header:first-child {
    border-radius: 11px 11px 0 0
}

.card-header-tab {
    border-bottom: 0;
    padding: 0
}

.main-content-label {
    font-weight: 500;
    color: #3c4858;
    font-size: 14px;
    line-height: 1
}

.carousel-control-next-icon svg, .carousel-control-prev-icon svg {
    width: 48px;
    height: 48px
}

.carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 100%
}

.card-item .card-item-icon {
    width: 55px;
    height: 55px;
    top: -15px;
    border-radius: 8px
}

.card-item .card-item-title {
    margin-bottom: 2rem
}

.card-item .card-item-body {
    display: flex;
    align-items: flex-end;
    justify-content: space-between
}

.card-item .card-item-icon {
    width: 45px;
    height: 45px;
    position: absolute;
    left: 20px;
    bottom: 21px;
    top: auto;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center
}

.card-item .card-item-icon.card-icon {
    background: rgba(77, 76, 178, .1)
}

.card-item .card-item-body .card-item-stat .card-item-figure {
    display: flex;
    font-weight: 500;
    font-size: 1.125rem;
    letter-spacing: .5px;
    color: #383942
}

.card-item .card-item-body .card-item-stat small {
    font-size: 85%;
    font-weight: 300;
    text-transform: capitalize;
    color: #8d95b1
}

.card-item .card-item-title {
    display: flex;
    flex-direction: column;
    font-size: 1rem;
    margin-bottom: 1rem;
    letter-spacing: 0;
    color: #383942
}

.card-item .card-item-title small {
    font-size: 80%;
    font-weight: 300;
    text-transform: capitalize;
    color: #8d95b1
}

.card-item .card-item-body .card-item-redirect .btn-card-item-view {
    background: #f4f7fd;
    color: #a5abba;
    font-weight: 300;
    letter-spacing: .5px;
    border: none;
    transition: all, .3s
}

.card-dashboard-calendar {
    padding: 20px;
    box-shadow: -7.829px 11.607px 20px 0 #e4e3f5
}

.card-dashboard-calendar .main-content-label {
    color: #1c273c;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px
}

.card-dashboard-calendar .card-body {
    padding: 0
}

.card-dashboard-calendar .ui-datepicker-inline {
    border-width: 0;
    max-width: none;
    padding: 0;
    margin: 0
}

.card-dashboard-calendar .ui-datepicker .ui-datepicker-header {
    border-bottom: 0;
    padding: 13px 10px;
    margin: auto
}

.card-dashboard-calendar .ui-datepicker .ui-datepicker-header .ui-datepicker-next:before, .card-dashboard-calendar .ui-datepicker .ui-datepicker-header .ui-datepicker-prev:before {
    top: 12px
}

.card-dashboard-calendar .ui-datepicker .ui-datepicker-calendar {
    width: 100%
}

.card-dashboard-calendar .ui-datepicker .ui-datepicker-calendar th {
    font-size: 12px;
    text-align: center
}

.card-dashboard-calendar .ui-datepicker .ui-datepicker-calendar td {
    text-align: center
}

.card-dashboard-calendar .ui-datepicker .ui-datepicker-calendar td a {
    display: block;
    font-size: 11.7px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.card-dashboard-calendar .ui-datepicker .ui-datepicker-calendar .ui-datepicker-today a {
    color: #fff;
    font-weight: 700;
    border-radius: 0
}

@media (min-width: 576px) {
    .card-dashboard-calendar .ui-datepicker .ui-datepicker-calendar {
        width: 100%
    }
}

.card-dashboard-twentyfour .card-header {
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 20px 0
}

.card-dashboard-twentyfour .main-content-label {
    font-size: 14px;
    margin-bottom: 0
}

.card-dashboard-twentyfour .card-body {
    padding: 15px 20px 20px
}

.card-dashboard-twentyfour .card-body-top {
    display: flex;
    margin-bottom: 20px
}

.card-dashboard-twentyfour .card-body-top h6 {
    color: #4a4d51;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
    letter-spacing: -.75px
}

.card-dashboard-twentyfour .card-body-top h6 small {
    font-weight: 600
}

.card-dashboard-twentyfour .card-body-top h6 span {
    color: #a8afc7;
    font-weight: 400;
    letter-spacing: normal
}

.card-dashboard-twentyfour .card-body-top label {
    display: block;
    margin-bottom: 0;
    color: #a8afc7;
    font-size: 11px
}

.card-dashboard-twentyfour .card-body-top > div + div {
    margin-left: 30px
}

.card-dashboard-twentyfour .card-table-two .main-content-label, .card-dashboard-twentyfour .main-content-label {
    font-size: 10px;
    color: #4a4d51;
    letter-spacing: .5px;
    margin-bottom: 0
}

@media (min-width: 576px) {
    .card-dashboard-twentyfour .card-body-top h6 {
        font-size: 22px
    }
}

@media (min-width: 576px) {
    .card-dashboard-twentyfour .card-body-top label {
        font-size: .875rem
    }
}

.card-dashboard-eight .card-dashboard-twentyfour .main-content-label, .card-dashboard-twentyfour .card-dashboard-eight .main-content-label, .card-table-two .card-dashboard-twentyfour .main-content-label {
    font-size: 10px;
    color: #4a4d51;
    letter-spacing: .5px;
    margin-bottom: 0
}

.card-dashboard-twentyfour .chart-legend {
    display: flex;
    align-items: center;
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .5px;
    line-height: .6
}

.card-dashboard-twentyfour .chart-legend span {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-right: 5px
}

.card-dashboard-twentyfour .chart-legend > div {
    display: flex;
    align-items: center
}

.card-dashboard-twentyfour .chart-legend > div + div {
    margin-left: 20px
}

.card-dashboard-twentyfour .chart-wrapper {
    position: relative;
    margin-right: -10px
}

.card-dashboard-twentyfour .flot-chart {
    width: 100%;
    height: 130px
}

.card-dashboard-twentyfive .main-content-label {
    font-size: 14px;
    margin-bottom: 15px
}

.card-dashboard-twentyfive .col + .col {
    border-left: 1px solid #e8e8f7
}

.card-dashboard-twentyfive .card-label {
    display: block;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: .5px;
    margin-bottom: 2px;
    color: #a8afc7;
    white-space: nowrap
}

.card-dashboard-twentyfive .card-value {
    font-size: 22px;
    font-weight: 600;
    color: #4a4d51;
    margin-bottom: 0;
    letter-spacing: -1px
}

.card-dashboard-twentyfive .chart-wrapper {
    position: relative;
    margin: 0 -8px -5px
}

.card-dashboard-twentyfive .flot-chart {
    width: 100%;
    height: 35px
}

.card-dashboard-twentysix .card-header {
    padding: 15px 15px 10px;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.card-dashboard-twentysix .main-content-label {
    margin-bottom: 0;
    text-transform: uppercase
}

.card-dashboard-twentysix .chart-legend {
    display: flex;
    align-items: center
}

.card-dashboard-twentysix .chart-legend > div {
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .5px
}

.card-dashboard-twentysix .chart-legend > div + div {
    margin-left: 15px
}

.card-dashboard-twentysix .chart-legend span {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 2px
}

.card-dashboard-twentysix .card-body {
    padding: 0;
    position: relative;
    overflow: hidden
}

.card-dashboard-twentysix .card-body h6 {
    margin-bottom: 0;
    color: #4a4d51;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: -.5px;
    line-height: 1
}

.card-dashboard-twentysix .card-body h6 span {
    font-weight: 400;
    font-size: 18px;
    letter-spacing: -1px
}

.card-dashboard-twentysix .card-body label {
    font-size: 12px;
    margin-bottom: 0;
    color: #a8afc7
}

.card-dashboard-twentysix .chart-wrapper {
    position: relative;
    margin: -30px -18px -15px
}

.card-dashboard-twentysix .flot-chart {
    width: 100%;
    height: 120px
}

.card-dashboard-twentysix .flot-chart .flot-x-axis > div {
    font-size: 10px;
    letter-spacing: .5px;
    text-transform: uppercase;
    color: hsla(0, 0%, 100%, .75);
    transform: translateY(-20px)
}

.card-dashboard-twentysix .flot-chart .flot-y-axis > div {
    font-size: 10px;
    transform: translateX(33px);
    color: rgba(28, 39, 60, .5)
}

.card-dashboard-twentysix.card-dark-one .card-body h6, .card-dashboard-twentysix.card-dark-one .main-content-label, .card-dashboard-twentysix.card-dark-two .card-body h6, .card-dashboard-twentysix.card-dark-two .main-content-label {
    color: #fff
}

.card-dashboard-twentysix.card-dark-one .card-body h6 span, .card-dashboard-twentysix.card-dark-two .card-body h6 span {
    color: hsla(0, 0%, 100%, .5)
}

.card-dashboard-twentysix.card-dark-one .card-body label, .card-dashboard-twentysix.card-dark-two .card-body label {
    color: hsla(0, 0%, 100%, .7)
}

.card-dashboard-twentysix.card-dark-one .flot-chart .flot-y-axis > div, .card-dashboard-twentysix.card-dark-two .flot-chart .flot-y-axis > div {
    color: hsla(0, 0%, 100%, .2)
}

.card-dashboard-twentysix.card-dark-one {
    background-repeat: repeat-x
}

.card-dashboard-twentysix.card-dark-two {
    background-image: linear-gradient(180deg, #0a47ff, #6259ca);
    background-repeat: repeat-x
}

.carousel {
    position: relative
}

.carousel.pointer-event {
    touch-action: pan-y
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner:after {
    display: block;
    clear: both;
    content: ""
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators li {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease
}

.carousel-indicators .active {
    opacity: 1
}

@media (prefers-reduced-motion: reduce) {
    .carousel-indicators li {
        transition: none
    }
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

@-webkit-keyframes spinner-border {
    to {
        transform: rotate(1turn)
    }
}

.dropdown, .dropleft, .dropright, .dropup {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

.dropdown-toggle:empty:after {
    margin-left: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 1000;
    display: none;
    float: right;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: .875rem;
    color: #4a4d51;
    text-align: right;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #fff;
    border-radius: 0;
    box-shadow: -8px 12px 18px 0 rgba(21, 21, 62, .3)
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

@media (min-width: 576px) {
    .dropdown-menu-sm-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-sm-right {
        right: 0;
        left: auto
    }
}

@media (min-width: 768px) {
    .dropdown-menu-md-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-md-right {
        right: 0;
        left: auto
    }
}

@media (min-width: 992px) {
    .dropdown-menu-lg-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-lg-right {
        right: 0;
        left: auto
    }

    .header-search {
        display: none
    }
}

@media (min-width: 1200px) {
    .dropdown-menu-xl-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-xl-right {
        right: 0;
        left: auto
    }
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem
}

.dropup .dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem
}

.dropright .dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid
}

.dropright .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropright .dropdown-toggle:after {
    vertical-align: 0
}

.dropleft .dropdown-menu {
    top: 0;
    left: 100%;
    right: auto;
    margin-top: 0;
    margin-right: .125rem
}

.dropleft .dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    display: none
}

.dropleft .dropdown-toggle:before {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent
}

.dropleft .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropleft .dropdown-toggle:before {
    vertical-align: 0
}

.dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=top] {
    left: auto;
    bottom: auto
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e8e8f7
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #647194;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #141c2b;
    text-decoration: none;
    background-color: #f1f2f9
}

.dropdown-item.disabled, .dropdown-item:disabled {
    color: #a8afc7;
    pointer-events: none;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: .76562rem;
    color: #a8afc7;
    white-space: nowrap
}

.dropdown-item-text {
    display: block;
    padding: .25rem 1.5rem;
    color: #4a4d51
}

.dropdown-menu {
    padding: 0;
    border-width: 1px;
    border-radius: 4px
}

.dropdown-item {
    padding: 8px 15px;
    font-size: 13px
}

.dropdown-header {
    padding-left: 15px;
    padding-right: 15px
}

.dropdown-menu .main-form-search {
    flex: 1;
    width: 100%;
    position: relative
}

.dropdown-menu .main-header-center .select2-container--default .select2-selection--single {
    border-radius: 6px 0 0 6px;
    background: #eaebfa;
    height: 40px;
    width: 200px !important
}

.dropdown-menu .main-header-center .search-btn {
    padding: .375rem .85rem .4rem .7rem;
    border-radius: 0 6px 6px 0;
    color: #fff;
    display: inline-block
}

.dropdown-menu .main-form-search .btn, .dropdown-menu .main-form-search .sp-container button, .dropdown-menu .sp-container .main-form-search button {
    display: inline-block;
    position: static;
    padding: .375rem .85rem .4rem .7rem;
    border-radius: 0 6px 6px 0;
    color: #fff
}

.dropdown-menu .main-header-center .form-control {
    background: #eaebfa;
    border: 1px solid #e6eaff;
    transition: none;
    height: 40px;
    border-radius: 0
}

.dropdown-menu .input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #4a4d51;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e8e8f7;
    border-radius: 3px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:focus {
    color: #000;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(135, 96, 251, .25)
}

.form-control::-moz-placeholder {
    color: #a8afc7;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #a8afc7;
    opacity: 1
}

.form-control::placeholder {
    color: #a8afc7;
    opacity: 1
}

.form-control:disabled, .form-control[readonly] {
    background-color: #f6f6ff;
    opacity: 1
}

@media (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none
    }
}

select.form-control:focus::-ms-value {
    color: #4a4d51;
    background-color: #fff
}

.form-control-file, .form-control-range {
    display: block;
    width: 100%
}

.col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.09375rem;
    line-height: 1.5
}

.col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .76562rem;
    line-height: 1.5
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: .375rem;
    padding-bottom: .375rem;
    margin-bottom: 0;
    line-height: 1.5;
    color: #4a4d51;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

.form-control-plaintext.form-control-lg, .form-control-plaintext.form-control-sm {
    padding-right: 0;
    padding-left: 0
}

.form-control-sm {
    height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem;
    font-size: .76562rem;
    line-height: 1.5;
    border-radius: .2rem
}

.form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.09375rem;
    line-height: 1.5;
    border-radius: .3rem
}

select.form-control[multiple], select.form-control[size], textarea.form-control {
    height: auto
}

.form-group {
    margin-bottom: 1rem
}

.form-text {
    display: block;
    margin-top: .25rem
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

.form-row > .col, .form-row > [class*=col-] {
    padding-right: 5px;
    padding-left: 5px
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}

.form-check-input:disabled ~ .form-check-label {
    color: #a8afc7
}

.form-check-label {
    margin-bottom: 0
}

.form-check-inline {
    display: inline-flex;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: .3125rem;
    margin-left: 0
}

.form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center
}

.form-inline .form-check {
    width: 100%
}

@media (min-width: 576px) {
    .form-inline label {
        justify-content: center
    }

    .form-inline .form-group, .form-inline label {
        display: flex;
        align-items: center;
        margin-bottom: 0
    }

    .form-inline .form-group {
        flex: 0 0 auto;
        flex-flow: row wrap
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-plaintext {
        display: inline-block
    }

    .form-inline .custom-select, .form-inline .input-group {
        width: auto
    }

    .form-inline .form-check {
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }

    .form-inline .form-check-input {
        position: relative;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }

    .form-inline .custom-control {
        align-items: center;
        justify-content: center
    }

    .form-inline .custom-control-label {
        margin-bottom: 0
    }
}

.form-control {
    height: 38px;
    border-radius: 5px
}

.form-control:focus {
    border-color: #a8afc7;
    box-shadow: none
}

.custom-file, .custom-file-input {
    height: 38px
}

.custom-file-label {
    height: 38px;
    line-height: 1.8
}

.custom-file-label:after {
    line-height: 1.8;
    border-radius: 0;
    height: auto
}

.form-label {
    display: block;
    margin-bottom: 5px;
    color: #4a4d51
}

.file-browser .btn-default {
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
    padding: .46rem 15px;
    color: #fff;
    border-radius: 0;
    border: 1px solid #e2e8f5
}

.main-form-group {
    padding: 12px 15px;
    border: 1px solid #e8e8f7
}

.main-form-group.focus {
    border-color: #b4bdce;
    box-shadow: 0 0 0 2px rgba(91, 71, 251, .16)
}

.main-form-group .form-label {
    font-size: 13px;
    margin-bottom: 2px;
    font-weight: 400;
    color: #a8afc7
}

.main-form-group .form-control {
    padding: 0;
    border-width: 0;
    height: 25px;
    color: #4a4d51;
    font-weight: 500
}

.main-form-group .form-control:focus {
    box-shadow: none
}

.row-sm {
    margin-left: -10px;
    margin-right: -10px
}

.row-sm > div {
    padding-left: 10px;
    padding-right: 10px
}

.row-xs {
    margin-left: -5px;
    margin-right: -5px
}

.row-xs > div {
    padding-left: 5px;
    padding-right: 5px
}

@media (min-width: 576px) {
    .row-xs--sm {
        margin-left: -5px;
        margin-right: -5px
    }

    .row-xs--sm > div {
        padding-left: 5px;
        padding-right: 5px
    }

    .row-sm--sm {
        margin-left: -10px;
        margin-right: -10px
    }

    .row-sm--sm > div {
        padding-left: 10px;
        padding-right: 10px
    }

    .row--sm {
        margin-left: -15px;
        margin-right: -15px
    }

    .row--sm > div {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media (min-width: 768px) {
    .row-xs--md {
        margin-left: -5px;
        margin-right: -5px
    }

    .row-xs--md > div {
        padding-left: 5px;
        padding-right: 5px
    }

    .row-sm--md {
        margin-left: -10px;
        margin-right: -10px
    }

    .row-sm--md > div {
        padding-left: 10px;
        padding-right: 10px
    }

    .row--md {
        margin-left: -15px;
        margin-right: -15px
    }

    .row--md > div {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media (min-width: 992px) {
    .row-xs--lg {
        margin-left: -5px;
        margin-right: -5px
    }

    .row-xs--lg > div {
        padding-left: 5px;
        padding-right: 5px
    }

    .row-sm--lg {
        margin-left: -10px;
        margin-right: -10px
    }

    .row-sm--lg > div {
        padding-left: 10px;
        padding-right: 10px
    }

    .row--lg {
        margin-left: -15px;
        margin-right: -15px
    }

    .row--lg > div {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media (min-width: 1200px) {
    .row-xs--xl {
        margin-left: -5px;
        margin-right: -5px
    }

    .row-xs--xl > div {
        padding-left: 5px;
        padding-right: 5px
    }

    .row-sm--xl {
        margin-left: -10px;
        margin-right: -10px
    }

    .row-sm--xl > div {
        padding-left: 10px;
        padding-right: 10px
    }

    .row--xl {
        margin-left: -15px;
        margin-right: -15px
    }

    .row--xl > div {
        padding-left: 15px;
        padding-right: 15px
    }
}

.input-group-append, .input-group-prepend {
    border-radius: 0
}

.input-group-text {
    padding-top: 0;
    padding-bottom: 0;
    border-radius: 0
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%
}

.input-group > .custom-file, .input-group > .custom-select, .input-group > .form-control, .input-group > .form-control-plaintext {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0
}

.input-group > .custom-file + .custom-file, .input-group > .custom-file + .custom-select, .input-group > .custom-file + .form-control, .input-group > .custom-select + .custom-file, .input-group > .custom-select + .custom-select, .input-group > .custom-select + .form-control, .input-group > .form-control + .custom-file, .input-group > .form-control + .custom-select, .input-group > .form-control + .form-control, .input-group > .form-control-plaintext + .custom-file, .input-group > .form-control-plaintext + .custom-select, .input-group > .form-control-plaintext + .form-control {
    margin-left: -1px
}

.input-group > .custom-select:focus, .input-group > .form-control:focus {
    z-index: 3
}

.input-group > .custom-file .custom-file-input:focus {
    z-index: 4
}

.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3
}

.input-group > .custom-select:not(:last-child), .input-group > .form-control:not(:last-child) {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.input-group > .custom-select:not(:first-child), .input-group > .form-control:not(:first-child) {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.input-group > .custom-file {
    display: flex;
    align-items: center
}

.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label:after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group > .custom-file:not(:first-child) .custom-file-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group-append, .input-group-prepend {
    display: flex
}

.input-group-append .btn, .input-group-append .sp-container button, .input-group-prepend .btn, .input-group-prepend .sp-container button, .sp-container .input-group-append button, .sp-container .input-group-prepend button {
    position: relative;
    z-index: 0
}

.input-group-append .btn:focus, .input-group-append .sp-container button:focus, .input-group-prepend .btn:focus, .input-group-prepend .sp-container button:focus, .sp-container .input-group-append button:focus, .sp-container .input-group-prepend button:focus {
    z-index: 3
}

.input-group-append .btn + .btn, .input-group-append .btn + .input-group-text, .input-group-append .input-group-text + .btn, .input-group-append .input-group-text + .input-group-text, .input-group-append .sp-container .btn + button, .input-group-append .sp-container .input-group-text + button, .input-group-append .sp-container button + .btn, .input-group-append .sp-container button + .input-group-text, .input-group-append .sp-container button + button, .input-group-prepend .btn + .btn, .input-group-prepend .btn + .input-group-text, .input-group-prepend .input-group-text + .btn, .input-group-prepend .input-group-text + .input-group-text, .input-group-prepend .sp-container .btn + button, .input-group-prepend .sp-container .input-group-text + button, .input-group-prepend .sp-container button + .btn, .input-group-prepend .sp-container button + .input-group-text, .input-group-prepend .sp-container button + button, .sp-container .input-group-append .btn + button, .sp-container .input-group-append .input-group-text + button, .sp-container .input-group-append button + .btn, .sp-container .input-group-append button + .input-group-text, .sp-container .input-group-append button + button, .sp-container .input-group-prepend .btn + button, .sp-container .input-group-prepend .input-group-text + button, .sp-container .input-group-prepend button + .btn, .sp-container .input-group-prepend button + .input-group-text, .sp-container .input-group-prepend button + button {
    margin-left: -1px
}

.input-group-append, .input-group-prepend {
    margin-right: -1px
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #3c4858;
    text-align: center;
    white-space: nowrap;
    background-color: #f6f6ff;
    border: 1px solid #e8e8f7;
    border-radius: 3px
}

.input-group-text input[type=checkbox], .input-group-text input[type=radio] {
    margin-top: 0
}

.input-group-lg > .custom-select, .input-group-lg > .form-control:not(textarea) {
    height: calc(1.5em + 1rem + 2px)
}

.input-group-lg > .custom-select, .input-group-lg > .form-control, .input-group-lg > .input-group-append > .btn, .input-group-lg > .input-group-append > .input-group-text, .input-group-lg > .input-group-prepend > .btn, .input-group-lg > .input-group-prepend > .input-group-text, .sp-container .input-group-lg > .input-group-append > button, .sp-container .input-group-lg > .input-group-prepend > button {
    padding: .5rem 1rem;
    font-size: 1.09375rem;
    line-height: 1.5;
    border-radius: 0
}

.input-group-sm > .custom-select, .input-group-sm > .form-control:not(textarea) {
    height: calc(1.5em + .5rem + 2px)
}

.input-group-sm > .custom-select, .input-group-sm > .form-control, .input-group-sm > .input-group-append > .btn, .input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn, .input-group-sm > .input-group-prepend > .input-group-text, .sp-container .input-group-sm > .input-group-append > button, .sp-container .input-group-sm > .input-group-prepend > button {
    padding: .25rem .5rem;
    font-size: .76562rem;
    line-height: 1.5;
    border-radius: 0
}

.input-group-lg > .custom-select, .input-group-sm > .custom-select {
    padding-right: 1.75rem
}

.input-group > .input-group-prepend > .btn, .sp-container .input-group > .input-group-prepend > button {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group > .input-group-append:not(:last-child) > .btn, .input-group > .input-group-prepend > .input-group-text {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > .input-group-text:not(:last-child), .input-group > .input-group-append:not(:last-child) > .input-group-text, .sp-container .input-group > .input-group-append:last-child > button:not(:last-child):not(.dropdown-toggle), .sp-container .input-group > .input-group-append:not(:last-child) > button {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group > .input-group-append > .btn {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child), .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text, .sp-container .input-group > .input-group-append > button, .sp-container .input-group > .input-group-prepend:first-child > button:not(:first-child), .sp-container .input-group > .input-group-prepend:not(:first-child) > button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group > .input-group-append > .btn, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child), .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group > .custom-select:not(:last-child), .input-group > .form-control:not(:last-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group > .custom-select:not(:first-child), .input-group > .form-control:not(:first-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > .input-group-text:not(:last-child), .input-group > .input-group-append:not(:last-child) > .btn, .input-group > .input-group-append:not(:last-child) > .input-group-text, .input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.modal.animated .modal-dialog {
    transform: translate(0)
}

.modal.effect-scale .modal-dialog {
    transform: scale(.7);
    opacity: 0;
    transition: all .3s
}

.modal.effect-scale.show .modal-dialog {
    transform: scale(1);
    opacity: 1
}

.modal.effect-slide-in-right .modal-dialog {
    transform: translateX(20%);
    opacity: 0;
    transition: all .3s cubic-bezier(.25, .5, .5, .9)
}

.modal.effect-slide-in-right.show .modal-dialog {
    transform: translateX(0);
    opacity: 1
}

.modal.effect-slide-in-bottom .modal-dialog {
    transform: translateY(20%);
    opacity: 0;
    transition: all .3s
}

.modal.effect-slide-in-bottom.show .modal-dialog {
    transform: translateY(0);
    opacity: 1
}

.modal.effect-newspaper .modal-dialog {
    transform: scale(0) rotate(2turn);
    opacity: 0
}

.modal.effect-newspaper .modal-dialog, .modal.effect-newspaper.show ~ .modal-backdrop {
    transition: all .5s
}

.modal.effect-newspaper.show .modal-dialog {
    transform: scale(1) rotate(0deg);
    opacity: 1
}

.modal.effect-fall {
    perspective: 1300px
}

.modal.effect-fall .modal-dialog {
    transform-style: preserve-3d;
    transform: translateZ(600px) rotateX(20deg);
    opacity: 0
}

.modal.effect-fall.show .modal-dialog {
    transition: all .3s ease-in;
    transform: translateZ(0) rotateX(0deg);
    opacity: 1
}

.modal.effect-flip-horizontal {
    perspective: 1300px
}

.modal.effect-flip-horizontal .modal-dialog {
    transform-style: preserve-3d;
    transform: rotateY(-70deg);
    transition: all .3s;
    opacity: 0
}

.modal.effect-flip-horizontal.show .modal-dialog {
    transform: rotateY(0deg);
    opacity: 1
}

.modal.effect-flip-vertical {
    perspective: 1300px
}

.modal.effect-flip-vertical .modal-dialog {
    transform-style: preserve-3d;
    transform: rotateX(-70deg);
    transition: all .3s;
    opacity: 0
}

.modal.effect-flip-vertical.show .modal-dialog {
    transform: rotateX(0deg);
    opacity: 1
}

.modal.effect-super-scaled .modal-dialog {
    transform: scale(2);
    opacity: 0;
    transition: all .3s
}

.modal.effect-super-scaled.show .modal-dialog {
    transform: scale(1);
    opacity: 1
}

.modal.effect-sign {
    perspective: 1300px
}

.modal.effect-sign .modal-dialog {
    transform-style: preserve-3d;
    transform: rotateX(-60deg);
    transform-origin: 50% 0;
    opacity: 0;
    transition: all .3s
}

.modal.effect-sign.show .modal-dialog {
    transform: rotateX(0deg);
    opacity: 1
}

.modal.effect-rotate-bottom {
    perspective: 1300px
}

.modal.effect-rotate-bottom .modal-dialog {
    transform-style: preserve-3d;
    transform: translateY(100%) rotateX(90deg);
    transform-origin: 0 100%;
    opacity: 0;
    transition: all .3s ease-out
}

.modal.effect-rotate-bottom.show .modal-dialog {
    transform: translateY(0) rotateX(0deg);
    opacity: 1
}

.modal.effect-rotate-left {
    perspective: 1300px
}

.modal.effect-rotate-left .modal-dialog {
    transform-style: preserve-3d;
    transform: translateZ(100px) translateX(-30%) rotateY(90deg);
    transform-origin: 0 100%;
    opacity: 0;
    transition: all .3s
}

.modal.effect-rotate-left.show .modal-dialog {
    transform: translateZ(0) translateX(0) rotateY(0deg);
    opacity: 1
}

.modal.effect-just-me .modal-dialog {
    transform: scale(.8);
    opacity: 0;
    transition: all .3s
}

.modal.effect-just-me .close {
    text-shadow: none;
    color: #fff
}

.modal.effect-just-me .modal-header {
    background-color: transparent;
    border-bottom-color: hsla(0, 0%, 100%, .1)
}

.modal.effect-just-me .modal-header h6 {
    color: #fff;
    font-weight: 500
}

.modal.effect-just-me .modal-content {
    background: #000
}

.modal.effect-just-me .modal-body {
    color: hsla(0, 0%, 100%, .8)
}

.modal.effect-just-me .modal-body h6 {
    color: #fff
}

.modal.effect-just-me .modal-footer {
    background-color: transparent;
    border-top-color: hsla(0, 0%, 100%, .1)
}

.modal.effect-just-me.show ~ .modal-backdrop {
    opacity: .96
}

.modal.effect-just-me.show .modal-dialog {
    transform: scale(1);
    opacity: 1
}

.media {
    display: flex;
    align-items: flex-start
}

.media-body {
    flex: 1
}

.close {
    float: left;
    font-size: 1.3125rem;
    font-weight: 700;
    line-height: 1;
    color: #4a526f;
    text-shadow: 0 1px 0 #fff
}

.close:hover {
    color: #4a4d51;
    text-decoration: none
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none
}

a.close.disabled {
    pointer-events: none
}

.modal-open {
    overflow: hidden
}

.modal-open .select2-container--open {
    z-index: 9999
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translateY(-50px)
}

.modal.show .modal-dialog {
    transform: none
}

@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal-dialog-scrollable {
    display: flex;
    max-height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden
}

.modal-dialog-scrollable .modal-footer, .modal-dialog-scrollable .modal-header {
    flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-dialog-centered:before {
    display: block;
    height: calc(100vh - 1rem);
    content: ""
}

.modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none
}

.modal-dialog-centered.modal-dialog-scrollable:before {
    content: none
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e8e8f7;
    outline: 0;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .12), 0 8px 16px 0 rgba(0, 0, 0, .24)
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #202029
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e8e8f7;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem
}

.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e8e8f7;
    border-bottom-right-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.modal-footer > :not(:first-child) {
    margin-left: .25rem
}

.modal-footer > :not(:last-child) {
    margin-right: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem)
    }

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem)
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

    .modal-dialog-centered:before {
        height: calc(100vh - 3.5rem)
    }

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width: 992px) {
    .modal-lg, .modal-xl {
        max-width: 800px
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px
    }
}

.modal-content-demo .modal-body h6 {
    color: #1d212f;
    font-size: 15px;
    margin-bottom: 15px
}

.modal-content-demo .modal-body p {
    margin-bottom: 0
}

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
    width: 100%
}

.fade {
    transition: opacity .15s linear
}

.fade:not(.show) {
    opacity: 0
}

@media (prefers-reduced-motion: reduce) {
    .fade {
        transition: none
    }
}

modal-backdrop {
    background-color: #0a0a0a
}

.modal-backdrop.show {
    opacity: .8
}

.modal-content {
    border-radius: 0;
    border-width: 0
}

.modal-content .close {
    font-size: 28px;
    padding: 0;
    margin: 0;
    line-height: .5
}

.modal-header {
    align-items: center;
    padding: 15px
}

.modal-header .modal-title {
    margin-bottom: 0
}

@media (min-width: 576px) {
    .modal-header {
        padding: 15px 20px
    }
}

@media (min-width: 992px) {
    .modal-header {
        padding: 20px
    }
}

@media (min-width: 1200px) {
    .modal-header {
        padding: 20px 25px
    }
}

.modal-title {
    font-size: 16px;
    font-weight: 700;
    color: #4a526f;
    line-height: 1
}

.modal-body {
    padding: 25px
}

.nav-link:active, .nav-link:focus, .nav-link:hover {
    outline: none
}

.nav-pills .nav-link {
    color: #3c4858
}

.nav-pills .nav-link:focus, .nav-pills .nav-link:hover {
    color: #4a4d51
}

.nav-pills .nav-link.active {
    border-radius: 2px
}

.nav-pills .nav-link.active:focus, .nav-pills .nav-link.active:hover {
    color: #fff
}

.nav-dark .nav-link {
    color: #a8afc7
}

.nav-dark .nav-link:focus, .nav-dark .nav-link:hover {
    color: #fff
}

.nav-tabs {
    border-bottom-width: 0
}

.nav-tabs .nav-link {
    background-color: hsla(0, 0%, 100%, .3);
    border-width: 0;
    border-radius: 0;
    padding: 10px 15px;
    line-height: 1.428;
    color: #3c4858
}

.nav-tabs .nav-link + .nav-link {
    margin-left: 3px
}

.nav-tabs .nav-link.active {
    color: #4a4d51;
    font-weight: 500;
    letter-spacing: -.1px
}

@media (min-width: 768px) {
    .nav-tabs .nav-link {
        padding: 10px 20px
    }
}

@media (min-width: 768px) {
    .main-nav {
        align-items: center
    }
}

.main-nav .nav-link {
    display: block;
    color: #3c4858;
    padding: 0;
    position: relative;
    line-height: normal
}

.main-nav .nav-link:focus, .main-nav .nav-link:hover {
    color: #4a4d51
}

.main-nav .nav-link + .nav-link {
    padding-top: 12px;
    margin-top: 12px
}

@media (min-width: 768px) {
    .main-nav .nav-link + .nav-link {
        padding-top: 0;
        margin-top: 0;
        border-top: 0;
        padding-right: 15px;
        margin-right: 15px
    }
}

.main-nav-column {
    flex-direction: column
}

.main-nav-column .nav-link {
    padding: 0;
    height: 38px;
    color: #606c8c;
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.main-nav-column .nav-link i {
    font-size: 18px;
    line-height: 0;
    width: 24px;
    margin-left: 12px;
    text-align: center;
    transition: all .2s ease-in-out;
    line-height: .9
}

.main-nav-column .nav-link i:not([class*=" tx-"]) {
    color: #606c8c
}

.main-nav-column .nav-link span {
    font-weight: 400;
    font-size: 11px;
    margin-right: auto
}

.main-nav-column .nav-link:focus, .main-nav-column .nav-link:focus i:not([class*=" tx-"]), .main-nav-column .nav-link:hover, .main-nav-column .nav-link:hover i:not([class*=" tx-"]) {
    color: #4a4d51
}

.main-nav-column .nav-link.active {
    position: relative
}

.main-nav-column .nav-link.active:before {
    content: "";
    position: absolute;
    top: 6px;
    bottom: 6px;
    left: -28px;
    width: 3px;
    border-radius: 3px;
    display: none
}

.main-nav-column.sm .nav-link {
    font-size: .875rem;
    font-weight: 400;
    padding: 10px 0
}

.main-nav-column.sm .nav-link i {
    font-size: 21px
}

@media (prefers-reduced-motion: reduce) {
    .main-nav-column .nav-link i {
        transition: none
    }
}

.main-nav-dark .nav-link {
    color: hsla(0, 0%, 100%, .7)
}

.main-nav-dark .nav-link:focus, .main-nav-dark .nav-link:hover {
    color: #fff
}

.main-nav-dark .nav-link + .nav-link {
    border-color: #3c4858
}

.main-nav-colored-bg .nav-link + .nav-link {
    border-color: hsla(0, 0%, 100%, .4)
}

.main-nav-colored-bg .nav-link.active {
    color: #fff
}

.main-nav-line {
    position: relative
}

.main-nav-line .nav-link {
    padding: 0;
    color: #3c4858;
    position: relative
}

.main-nav-line .nav-link + .nav-link {
    margin-top: 15px
}

.main-nav-line .nav-link.active {
    color: #4a4d51
}

.main-nav-line.main-nav-dark .nav-link {
    color: hsla(0, 0%, 100%, .7)
}

.main-nav-line.main-nav-dark .nav-link.active, .main-nav-line.main-nav-dark .nav-link:focus, .main-nav-line.main-nav-dark .nav-link:hover {
    color: #fff
}

.main-nav-line.main-nav-dark .nav-link.active:before {
    background-color: #fff
}

@media (min-width: 769px) {
    .main-nav-line .nav-link + .nav-link {
        margin-top: 0;
        margin-right: 30px
    }
}

@media (max-width: 768px) {
    .main-nav-line .nav-link + .nav-link {
        margin-top: 10px;
        margin-left: 0
    }
}

@media (min-width: 768px) {
    .main-nav-line .nav-link.active:before {
        top: auto;
        bottom: -18px;
        left: 0;
        right: 0;
        height: 2px;
        width: auto
    }
}

.pagination {
    display: flex;
    padding-right: 0;
    list-style: none
}

.page-link {
    position: relative;
    display: block;
    margin-right: -1px;
    line-height: 1.25;
    background-color: #fff
}

.page-link:hover {
    z-index: 2;
    text-decoration: none;
    background-color: #f0f0ff;
    border-color: #f0f0ff
}

.page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(135, 96, 251, .25)
}

.page-item.active .page-link {
    color: #fff
}

.page-item.disabled .page-link {
    color: #a8afc7;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #f0f0ff
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.09375rem;
    line-height: 1.5
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .76562rem;
    line-height: 1.5
}

.page-item:first-child .page-link {
    border-radius: 0 6px 6px 0
}

.page-item:last-child .page-link {
    border-radius: 6px 0 0 6px
}

.page-link {
    color: #71719a;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .5rem .75rem;
    border: 1px solid #e8e8f7;
    font-weight: 400
}

.page-link i {
    font-size: 18px;
    line-height: 0
}

.page-link:focus, .page-link:hover {
    background-color: #f0f0ff;
    box-shadow: none
}

.pagination-dark .page-item.active .page-link {
    color: #fff
}

.pagination-dark .page-link {
    font-weight: 400;
    background-color: hsla(0, 0%, 100%, .05);
    color: hsla(0, 0%, 100%, .8)
}

.pagination-dark .page-link:focus, .pagination-dark .page-link:hover {
    color: #fff;
    background-color: hsla(0, 0%, 100%, .08)
}

.pagination-success .page-item.active .page-link {
    background-color: #19b159;
    border-color: #19b159
}

.pagination-circled .page-item + .page-item {
    margin-right: 5px
}

.pagination-circled .page-item:first-child .page-link, .pagination-circled .page-item:last-child .page-link {
    border-radius: 100%
}

.pagination-circled .page-link {
    padding: 0;
    width: 40px;
    height: 40px;
    border-radius: 100%
}

.pagination-circle {
    margin-top: 0;
    border-radius: 50px;
    background: #f0f0ff;
    padding: 7px
}

.pagination-circle li a, .pagination-circle li span {
    padding: 0;
    border-radius: 50px !important;
    margin: 0 3px;
    min-width: 32px;
    height: 32px;
    width: 32px;
    line-height: 31px;
    text-align: center;
    font-size: 14px;
    border: 0;
    background: #fff
}

.pagination-radius {
    margin-top: 0;
    border-radius: 6px;
    padding: 6px
}

.pagination-radius > li {
    display: inline
}

.pagination-radius li a, .pagination-radius li span {
    padding: 0;
    border-radius: 6px !important;
    min-width: 32px;
    height: 32px;
    width: 32px;
    line-height: 31px;
    text-align: center;
    font-size: 14px;
    border: 1px solid #dee4f5;
    margin: 0 0 0 4px;
    background: #fff
}

.pagination-circle .page-link i, .pagination-radius .page-link i {
    font-size: 11px;
    line-height: 0
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.popover {
    font-size: 12px;
    padding: 0;
    border-radius: 0;
    font-family: iransans !important;
}

.popover-header {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .5px;
    padding: 12px 15px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.popover-header:before {
    display: none !important
}

.popover-body {
    padding: 15px
}

.popover-body p:last-child {
    margin-bottom: 0
}

.popover-head-primary .popover-header {
    color: #fff
}

.popover-head-primary.bs-popover-auto[x-placement^=top] .arrow, .popover-head-primary.bs-popover-top .arrow {
    bottom: -7px
}

.popover-head-primary.bs-popover-auto[x-placement^=left] .arrow, .popover-head-primary.bs-popover-left .arrow {
    right: -7px
}

.popover-head-primary.bs-popover-auto[x-placement^=right] .arrow, .popover-head-primary.bs-popover-right .arrow {
    left: -7px
}

.popover-head-secondary .popover-header {
    color: #fff;
    background-color: #f1388b
}

.popover-head-secondary.bs-popover-auto[x-placement^=top] .arrow, .popover-head-secondary.bs-popover-top .arrow {
    bottom: -7px
}

.popover-head-secondary.bs-popover-auto[x-placement^=left] .arrow, .popover-head-secondary.bs-popover-left .arrow {
    right: -7px
}

.popover-head-secondary.bs-popover-auto[x-placement^=right] .arrow, .popover-head-secondary.bs-popover-right .arrow {
    left: -7px
}

.popover-head-secondary.bs-popover-auto[x-placement^=bottom] .arrow:after, .popover-head-secondary.bs-popover-bottom .arrow:after {
    border-bottom-color: #f1388b
}

.popover-head-primary, .popover-head-primary .popover-header, .popover-head-secondary, .popover-head-secondary .popover-header {
    border: 0
}

.popover-head-primary .popover-body, .popover-head-secondary .popover-body {
    border: 1px solid rgba(28, 39, 60, .2);
    border-top: 0 solid rgba(28, 39, 60, .2);
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px
}

.popover-head-primary.bs-popover-auto[x-placement^=bottom] .arrow:before, .popover-head-primary.bs-popover-bottom .arrow:before, .popover-head-secondary.bs-popover-auto[x-placement^=bottom] .arrow:before, .popover-head-secondary.bs-popover-bottom .arrow:before {
    display: none
}

.popover-primary {
    border-width: 0;
    padding: 15px
}

.popover-primary .popover-header {
    background-color: transparent;
    border-bottom-width: 0;
    padding: 0 0 15px;
    color: #fff
}

.popover-primary .popover-body {
    padding: 0;
    color: hsla(0, 0%, 100%, .75)
}

.popover-primary .arrow:before {
    display: none
}

.popover-secondary {
    background-color: #f1388b;
    border-width: 0;
    padding: 15px
}

.popover-secondary .popover-header {
    background-color: transparent;
    border-bottom-width: 0;
    padding: 0 0 15px;
    color: #fff
}

.popover-secondary .popover-body {
    padding: 0;
    color: hsla(0, 0%, 100%, .75)
}

.popover-secondary .arrow:before {
    display: none
}

.popover-secondary.bs-popover-auto[x-placement^=top] .arrow:after, .popover-secondary.bs-popover-top .arrow:after {
    border-top-color: #f1388b
}

.popover-secondary.bs-popover-auto[x-placement^=bottom] .arrow:after, .popover-secondary.bs-popover-bottom .arrow:after {
    border-bottom-color: #f1388b
}

.popover-secondary.bs-popover-auto[x-placement^=left] .arrow:after, .popover-secondary.bs-popover-left .arrow:after {
    border-left-color: #f1388b
}

.popover-secondary.bs-popover-auto[x-placement^=right] .arrow:after, .popover-secondary.bs-popover-right .arrow:after {
    border-right-color: #f1388b
}

.popover-static-demo {
    background-color: #f0f0ff;
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center
}

.popover-static-demo .popover {
    z-index: 0;
    opacity: 1;
    position: relative;
    display: inline-block;
    margin: 0 10px
}

.popover-static-demo .bs-popover-auto[x-placement^=bottom] .arrow, .popover-static-demo .bs-popover-auto[x-placement^=top] .arrow, .popover-static-demo .bs-popover-bottom .arrow, .popover-static-demo .bs-popover-top .arrow {
    left: 50%;
    margin-left: -5px
}

.popover-static-demo .bs-popover-auto[x-placement^=left], .popover-static-demo .bs-popover-auto[x-placement^=right], .popover-static-demo .bs-popover-left, .popover-static-demo .bs-popover-right {
    margin-top: 5px
}

.popover-static-demo .bs-popover-auto[x-placement^=left] .arrow, .popover-static-demo .bs-popover-auto[x-placement^=right] .arrow, .popover-static-demo .bs-popover-left .arrow, .popover-static-demo .bs-popover-right .arrow {
    top: 50%;
    margin-top: -5px
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .76562rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e8e8f7;
    border-radius: .3rem
}

.popover.show {
    box-shadow: -8px 12px 18px 0 rgba(21, 21, 62, .3)
}

.popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: .5rem;
    margin: 0 .3rem
}

.popover .arrow:after, .popover .arrow:before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-popover-auto[x-placement^=top], .bs-popover-top {
    margin-bottom: .5rem
}

.bs-popover-auto[x-placement^=top] > .arrow, .bs-popover-top > .arrow {
    bottom: calc(-.5rem - 1px)
}

.bs-popover-auto[x-placement^=top] > .arrow:before, .bs-popover-top > .arrow:before {
    bottom: 0;
    border-width: .5rem .5rem 0;
    border-top-color: #f0f0ff
}

.bs-popover-auto[x-placement^=top] > .arrow:after, .bs-popover-top > .arrow:after {
    bottom: 1px;
    border-width: .5rem .5rem 0;
    border-top-color: #fff
}

.bs-popover-auto[x-placement^=right], .bs-popover-right {
    margin-left: .5rem
}

.bs-popover-auto[x-placement^=right] > .arrow, .bs-popover-right > .arrow {
    left: calc(-.5rem - 1px);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-auto[x-placement^=right] > .arrow:before, .bs-popover-right > .arrow:before {
    left: 0;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: #f0f0ff
}

.bs-popover-auto[x-placement^=right] > .arrow:after, .bs-popover-right > .arrow:after {
    left: 1px;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: #fff
}

.bs-popover-auto[x-placement^=bottom], .bs-popover-bottom {
    margin-top: .5rem
}

.bs-popover-auto[x-placement^=bottom] > .arrow, .bs-popover-bottom > .arrow {
    top: calc(-.5rem - 1px)
}

.bs-popover-auto[x-placement^=bottom] > .arrow:before, .bs-popover-bottom > .arrow:before {
    top: 0;
    border-width: 0 .5rem .5rem;
    border-bottom-color: #f0f0ff
}

.bs-popover-auto[x-placement^=bottom] > .arrow:after, .bs-popover-bottom > .arrow:after {
    top: 1px;
    border-width: 0 .5rem .5rem;
    border-bottom-color: #fff
}

.bs-popover-auto[x-placement^=bottom] .popover-header:before, .bs-popover-bottom .popover-header:before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7
}

.bs-popover-auto[x-placement^=left], .bs-popover-left {
    margin-right: .5rem
}

.bs-popover-auto[x-placement^=left] > .arrow, .bs-popover-left > .arrow {
    right: calc(-.5rem - 1px);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-auto[x-placement^=left] > .arrow:before, .bs-popover-left > .arrow:before {
    right: 0;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: #f0f0ff
}

.bs-popover-auto[x-placement^=left] > .arrow:after, .bs-popover-left > .arrow:after {
    right: 1px;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: #fff
}

.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: .875rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.popover-header:empty {
    display: none
}

.popover-body {
    padding: .5rem .75rem;
    color: #4a4d51
}

.progress {
    height: auto
}

.progress, .progress-bar {
    border-radius: 10px
}

.progress-bar-xs {
    height: 5px
}

.progress-bar-sm {
    height: 8px
}

.progress-bar-lg {
    height: 15px
}

@-webkit-keyframes progress-bar-stripes {
    0% {
        background-position: 1rem 0
    }
    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    0% {
        background-position: 1rem 0
    }
    to {
        background-position: 0 0
    }
}

.progress {
    display: flex;
    height: 10px;
    overflow: hidden;
    font-size: .65625rem;
    background-color: #f0f0ff;
    border-radius: 3px
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    transition: width .6s ease
}

@media (prefers-reduced-motion: reduce) {
    .progress-bar {
        transition: none
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
    background-size: 1rem 1rem
}

.progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite
}

@media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
        -webkit-animation: none;
        animation: none
    }
}

.progress-bar {
    height: 10px;
    font-size: 11px
}

.table {
    width: 100%;
    margin-bottom: 1rem
}

.table td, .table th {
    padding: .75rem;
    vertical-align: middle
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 1px solid #e8e8f7
}

.table tbody + tbody {
    border-top: 1px solid #e8e8f7
}

.table-sm td, .table-sm th {
    padding: .3rem
}

.table-bordered, .table-bordered td, .table-bordered th {
    border: 1px solid #e8e8f7
}

.table-bordered thead td, .table-bordered thead th {
    border-bottom-width: 2px
}

.table-borderless tbody + tbody, .table-borderless td, .table-borderless th, .table-borderless thead th {
    border: 0
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05)
}

.table-hover tbody tr:hover {
    background-color: #f8f8ff
}

.table-primary, .table-primary > td, .table-primary > th {
    background-color: #c6d4ff
}

.table-primary tbody + tbody, .table-primary td, .table-primary th, .table-primary thead th {
    border-color: #95afff
}

.table-hover .table-primary:hover, .table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th {
    background-color: #adc1ff
}

.table-secondary, .table-secondary > td, .table-secondary > th {
    background-color: #d9dde5
}

.table-secondary tbody + tbody, .table-secondary td, .table-secondary th, .table-secondary thead th {
    border-color: #b9c1ce
}

.table-hover .table-secondary:hover, .table-hover .table-secondary:hover > td, .table-hover .table-secondary:hover > th {
    background-color: #cacfdb
}

.table-success, .table-success > td, .table-success > th {
    background-color: #c8e9b8
}

.table-success tbody + tbody, .table-success td, .table-success th, .table-success thead th {
    border-color: #99d67b
}

.table-hover .table-success:hover, .table-hover .table-success:hover > td, .table-hover .table-success:hover > th {
    background-color: #b9e3a5
}

.table-info, .table-info > td, .table-info > th {
    background-color: #bee5eb
}

.table-info tbody + tbody, .table-info td, .table-info th, .table-info thead th {
    border-color: #86cfda
}

.table-hover .table-info:hover, .table-hover .table-info:hover > td, .table-hover .table-info:hover > th {
    background-color: #abdde5
}

.table-warning, .table-warning > td, .table-warning > th {
    background-color: #ffeeba
}

.table-warning tbody + tbody, .table-warning td, .table-warning th, .table-warning thead th {
    border-color: #ffdf7e
}

.table-hover .table-warning:hover, .table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {
    background-color: #ffe8a1
}

.table-danger, .table-danger > td, .table-danger > th {
    background-color: #f5c6cb
}

.table-danger tbody + tbody, .table-danger td, .table-danger th, .table-danger thead th {
    border-color: #ed969e
}

.table-hover .table-danger:hover, .table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
    background-color: #f1b0b7
}

.table-light, .table-light > td, .table-light > th {
    background-color: #fcfcfd
}

.table-light tbody + tbody, .table-light td, .table-light th, .table-light thead th {
    border-color: #f9fafb
}

.table-hover .table-light:hover, .table-hover .table-light:hover > td, .table-hover .table-light:hover > th {
    background-color: #ededf3
}

.table-dark, .table-dark > td, .table-dark > th {
    background-color: #c8ccd3
}

.table-dark tbody + tbody, .table-dark td, .table-dark th, .table-dark thead th {
    border-color: #99a0ae
}

.table-hover .table-dark:hover, .table-hover .table-dark:hover > td, .table-hover .table-dark:hover > th {
    background-color: #babfc8
}

.table-active, .table-active > td, .table-active > th, .table-hover .table-active:hover, .table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, .075)
}

.table .thead-dark th {
    color: #fff;
    background-color: #3b4863;
    border-color: #49597b
}

.table .thead-light th {
    color: #3c4858;
    background-color: #f0f0ff;
    border-color: #f0f0ff
}

.table-dark {
    color: #fff;
    background-color: #3b4863
}

.table-dark td, .table-dark th, .table-dark thead th {
    border-color: #49597b
}

.table-dark.table-bordered {
    border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: hsla(0, 0%, 100%, .05)
}

.table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: hsla(0, 0%, 100%, .075)
}

@media (max-width: 575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-sm > .table-bordered {
        border: 0
    }
}

@media (max-width: 767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: a;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-md > .table-bordered {
        border: 0
    }
}

@media (max-width: 991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-lg > .table-bordered {
        border: 0
    }
}

@media (max-width: 1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-xl > .table-bordered {
        border: 0
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

.table-responsive > .table-bordered {
    border: 0
}

.table {
    color: #1d212f
}

.table thead td, .table thead th {
    color: #3c4858;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: .5px;
    text-transform: uppercase;
    border-bottom-width: 1px;
    border-top-width: 0;
    padding: 11px
}

.table tbody tr {
    background-color: hsla(0, 0%, 100%, .5)
}

.table tbody tr th {
    font-weight: 500
}

.table td, .table th {
    padding: 9px 15px;
    line-height: 1.462
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #efefff
}

.table-bordered thead td, .table-bordered thead th {
    border-top-width: 1px;
    padding-top: .75rem;
    padding-bottom: .75rem;
    background-color: #efefff
}

.table td, .table th {
    border-top: 0
}

table.dataTable {
    border: 1px solid #e8e8f7
}

table.dataTable.no-footer {
    border-bottom-color: #f0f0ff
}

table.dataTable thead td, table.dataTable thead th {
    border-top-width: 0;
    border-bottom-width: 0;
    padding: 8px 10px;
    font-weight: 700;
    font-size: 12px;
    color: #434b63
}

.dataTables_wrapper .dataTables_filter input {
    margin-left: 0;
    border: 1px solid #e8e8f7
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:focus, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    border: 0;
    background-image: none;
    color: #fff !important
}

.table.dataTable tr {
    border: 1px solid #e8e8f7;
    white-space: nowrap
}

.dataTables_info {
    margin-bottom: 1rem
}

.table.dataTable td, .table.dataTable th {
    border-right: 1px solid #e8e8f7;
    outline: none
}

div.dataTables_wrapper div.dataTables_length select {
    margin-left: 10px
}

.toast {
    max-width: 350px;
    overflow: hidden;
    font-size: .875rem;
    background-color: hsla(0, 0%, 100%, .85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .1);
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    opacity: 0;
    border-radius: .25rem
}

.toast:not(:last-child) {
    margin-bottom: .75rem
}

.toast.showing {
    opacity: 1
}

.toast.show {
    display: block;
    opacity: 1
}

.toast.hide {
    display: none
}

.toast-header {
    display: flex;
    align-items: center;
    padding: .25rem .75rem;
    background-color: hsla(0, 0%, 100%, .85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, .05)
}

.toast-body {
    padding: .75rem
}

.toast {
    background-color: hsla(0, 0%, 100%, .95);
    border-color: #f0f0ff;
    box-shadow: 0 2px 3px rgba(28, 39, 60, .06);
    border-radius: 0
}

.toast-header {
    border-bottom-color: rgba(205, 212, 224, .4)
}

.toast-header .close {
    font-weight: 300;
    color: #a8afc7
}

.demo-static-toast .toast {
    opacity: 1
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .76562rem;
    word-wrap: break-word;
    opacity: 0;
    top: 0;
    font-family: iransans;
}

.tooltip.show {
    opacity: .9
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem
}

.tooltip .arrow:before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid
}

.tooltip-inner {
    font-size: 12px;
    border-radius: 2px
}

.tooltip-primary .tooltip-inner {
    color: #fff
}

.tooltip-secondary .tooltip-inner {
    background-color: #f1388b;
    color: #fff
}

.tooltip-secondary.bs-tooltip-auto[x-placement^=top] .arrow:before, .tooltip-secondary.bs-tooltip-top .arrow:before {
    border-top-color: #f1388b
}

.tooltip-secondary.bs-tooltip-auto[x-placement^=bottom] .arrow:before, .tooltip-secondary.bs-tooltip-bottom .arrow:before {
    border-bottom-color: #f1388b
}

.tooltip-secondary.bs-tooltip-auto[x-placement^=left] .arrow:before, .tooltip-secondary.bs-tooltip-left .arrow:before {
    border-left-color: #f1388b
}

.tooltip-secondary.bs-tooltip-auto[x-placement^=right] .arrow:before, .tooltip-secondary.bs-tooltip-right .arrow:before {
    border-right-color: #f1388b
}

.tooltip-info .tooltip-inner {
    background-color: #01b8ff;
    color: #fff
}

.tooltip-info.bs-tooltip-auto[x-placement^=top] .arrow:before, .tooltip-info.bs-tooltip-top .arrow:before {
    border-top-color: #01b8ff
}

.tooltip-info.bs-tooltip-auto[x-placement^=bottom] .arrow:before, .tooltip-info.bs-tooltip-bottom .arrow:before {
    border-bottom-color: #01b8ff
}

.tooltip-info.bs-tooltip-auto[x-placement^=left] .arrow:before, .tooltip-info.bs-tooltip-left .arrow:before {
    border-left-color: #01b8ff
}

.tooltip-info.bs-tooltip-auto[x-placement^=right] .arrow:before, .tooltip-info.bs-tooltip-right .arrow:before {
    border-right-color: #01b8ff
}

.tooltip-danger .tooltip-inner {
    background-color: #f16d75;
    color: #fff
}

.tooltip-danger.bs-tooltip-auto[x-placement^=top] .arrow:before, .tooltip-danger.bs-tooltip-top .arrow:before {
    border-top-color: #f16d75
}

.tooltip-danger.bs-tooltip-auto[x-placement^=bottom] .arrow:before, .tooltip-danger.bs-tooltip-bottom .arrow:before {
    border-bottom-color: #f16d75
}

.tooltip-danger.bs-tooltip-auto[x-placement^=left] .arrow:before, .tooltip-danger.bs-tooltip-left .arrow:before {
    border-left-color: #f16d75
}

.tooltip-danger.bs-tooltip-auto[x-placement^=right] .arrow:before, .tooltip-danger.bs-tooltip-right .arrow:before {
    border-right-color: #f16d75
}

.tooltip-success .tooltip-inner {
    background-color: #19b159;
    color: #fff
}

.tooltip-success.bs-tooltip-auto[x-placement^=top] .arrow:before, .tooltip-success.bs-tooltip-top .arrow:before {
    border-top-color: #19b159
}

.tooltip-success.bs-tooltip-auto[x-placement^=bottom] .arrow:before, .tooltip-success.bs-tooltip-bottom .arrow:before {
    border-bottom-color: #19b159
}

.tooltip-success.bs-tooltip-auto[x-placement^=left] .arrow:before, .tooltip-success.bs-tooltip-left .arrow:before {
    border-left-color: #19b159
}

.tooltip-success.bs-tooltip-auto[x-placement^=right] .arrow:before, .tooltip-success.bs-tooltip-right .arrow:before {
    border-right-color: #19b159
}

.tooltip-warning .tooltip-inner {
    background-color: #ff9b21;
    color: #4a4d51
}

.tooltip-warning.bs-tooltip-auto[x-placement^=top] .arrow:before, .tooltip-warning.bs-tooltip-top .arrow:before {
    border-top-color: #ff9b21
}

.tooltip-warning.bs-tooltip-auto[x-placement^=bottom] .arrow:before, .tooltip-warning.bs-tooltip-bottom .arrow:before {
    border-bottom-color: #ff9b21
}

.tooltip-warning.bs-tooltip-auto[x-placement^=left] .arrow:before, .tooltip-warning.bs-tooltip-left .arrow:before {
    border-left-color: #ff9b21
}

.tooltip-warning.bs-tooltip-auto[x-placement^=right] .arrow:before, .tooltip-warning.bs-tooltip-right .arrow:before {
    border-right-color: #ff9b21
}

.bs-tooltip-auto[x-placement^=top], .bs-tooltip-top {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=top] .arrow, .bs-tooltip-top .arrow {
    bottom: 0
}

.bs-tooltip-auto[x-placement^=top] .arrow:before, .bs-tooltip-top .arrow:before {
    top: 0;
    border-width: .4rem .4rem 0;
    border-top-color: #000
}

.bs-tooltip-auto[x-placement^=right], .bs-tooltip-right {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=right] .arrow, .bs-tooltip-right .arrow {
    left: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=right] .arrow:before, .bs-tooltip-right .arrow:before {
    right: 0;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #000
}

.bs-tooltip-auto[x-placement^=bottom], .bs-tooltip-bottom {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow, .bs-tooltip-bottom .arrow {
    top: 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow:before, .bs-tooltip-bottom .arrow:before {
    bottom: 0;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #000
}

.bs-tooltip-auto[x-placement^=left], .bs-tooltip-left {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=left] .arrow, .bs-tooltip-left .arrow {
    right: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=left] .arrow:before, .bs-tooltip-left .arrow:before {
    left: 0;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #000
}

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 3px
}

.tooltip-static-demo {
    text-align: center;
    background-color: #f0f0ff;
    padding: 20px
}

.tooltip-static-demo .tooltip {
    z-index: 0;
    opacity: 1;
    position: relative;
    display: inline-block;
    margin: 0 10px
}

.tooltip-static-demo .bs-tooltip-auto[x-placement^=bottom] .arrow, .tooltip-static-demo .bs-tooltip-auto[x-placement^=top] .arrow, .tooltip-static-demo .bs-tooltip-bottom .arrow, .tooltip-static-demo .bs-tooltip-top .arrow {
    left: 50%;
    margin-left: -2px
}

.tooltip-static-demo .bs-tooltip-auto[x-placement^=left], .tooltip-static-demo .bs-tooltip-auto[x-placement^=right], .tooltip-static-demo .bs-tooltip-left, .tooltip-static-demo .bs-tooltip-right {
    margin-top: 5px
}

.tooltip-static-demo .bs-tooltip-auto[x-placement^=left] .arrow, .tooltip-static-demo .bs-tooltip-auto[x-placement^=right] .arrow, .tooltip-static-demo .bs-tooltip-left .arrow, .tooltip-static-demo .bs-tooltip-right .arrow {
    top: 40%;
    margin-top: -3px
}

.main-content-dashboard-ten {
    padding: 0;
    min-height: 100vh;
    background-color: #f0f0ff
}

.main-content-dashboard-ten .main-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff
}

.main-content-dashboard-ten .main-header-center {
    margin-left: 0
}

.main-content-dashboard-ten .main-content-body {
    margin-top: 64px
}

.main-content-dashboard-ten .main-content-body-left {
    flex: 1;
    padding: 20px
}

.main-content-dashboard-ten .main-content-body-right {
    background-color: #f4f5fb;
    padding: 20px;
    display: none
}

.main-content-dashboard-ten .main-content-title {
    letter-spacing: -.8px
}

.main-content-dashboard-ten .card {
    border-width: 0;
    box-shadow: 0 0 6px rgba(28, 39, 60, .12)
}

.main-content-dashboard-ten .main-footer {
    margin-top: auto
}

@media (min-width: 992px) {
    .main-content-dashboard-ten {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        margin-left: 64px
    }
}

@media (min-width: 992px) {
    .main-content-dashboard-ten .main-header {
        left: 64px
    }
}

@media (min-width: 992px) {
    .main-content-dashboard-ten .main-header .container-fluid {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media (min-width: 1200px) {
    .main-content-dashboard-ten .main-content-body {
        display: flex
    }
}

@media (min-width: 1200px) {
    .main-content-dashboard-ten .main-content-body-right {
        display: block;
        width: 280px;
        box-shadow: 0 0 6px rgba(28, 39, 60, .1)
    }
}

@media (min-width: 1300px) {
    .main-content-dashboard-ten .main-content-body-right {
        width: 300px
    }
}

.main-content.side-content {
    transition: none;
    border-radius: 0;
    padding: 0;
    bottom: 0;
    position: relative;
    height: 100%
}

.main-content .container, .main-content .container-fluid {
    padding-left: 25px;
    padding-right: 25px
}

@media (max-width: 575px) {
    .main-content-left-show {
        overflow: hidden
    }
}

@media (max-width: 991.98px) {
    .main-content-left-show .main-content-left {
        display: block;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        background-color: #fff;
        z-index: 800;
        border-right: 1px solid #e8e8f7;
        box-shadow: 0 0 3px rgba(28, 39, 60, .1);
        overflow-y: auto
    }
}

@media (max-width: 575px) {
    .main-content-left-show .main-content-body {
        display: none
    }
}

@media (max-width: 991.98px) {
    .main-content-body-show .main-header .main-header-menu-icon {
        display: none
    }

    .main-content-body-show .main-header .main-header-left .main-header-arrow {
        display: block
    }

    .main-content-body-show .main-content-left {
        display: none
    }

    .main-content-body-show .main-content-body {
        display: block
    }
}

@media (min-width: 992px) {
    .main-content .container {
        padding: 0
    }
}

@media (max-width: 991.98px) {
    .main-content .container {
        max-width: none
    }
}

.main-content-app {
    padding-top: 20px
}

.main-content-app .container, .main-content-app .container-fluid {
    height: 100%;
    padding: 0
}

@media (min-width: 992px) {
    .main-content-app {
        height: calc(100vh - 104px);
        padding-top: 30px
    }
}

.main-content-left {
    width: 100%;
    position: relative;
    padding: 0;
    flex-shrink: 0;
    display: none
}

@media (min-width: 992px) {
    .main-content-left {
        display: block;
        padding: 0
    }
}

.main-content-header {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px
}

.main-content-header .main-logo {
    flex: 1;
    text-align: center
}

@media (min-width: 992px) {
    .main-content-header {
        display: none
    }
}

.main-content-body {
    flex: 1
}

.main-content-right {
    padding-left: 25px;
    margin-left: 25px;
    width: 200px;
    display: none
}

@media (min-width: 992px) {
    .main-content-right {
        display: block
    }
}

@media (min-width: 992px) {
    .main-content-title {
        margin-bottom: 40px
    }
}

.card-dashboard-eight .card-title, .card-table-two .card-title, .main-content-label {
    color: #1d212f;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 10px;
    letter-spacing: .2px
}

.main-content-label-sm {
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    color: #3c4858;
    letter-spacing: .5px
}

.main-content-text {
    font-size: 12px;
    line-height: 1.4;
    display: block;
    color: #a8afc7
}

.main-content-choose-demo {
    position: relative;
    z-index: 5;
    background-color: #0f0373;
    color: hsla(0, 0%, 100%, .5);
    padding: 0
}

.main-content-choose-demo .container {
    display: block;
    padding: 20px
}

.main-content-choose-demo .title-label {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 10px;
    margin-bottom: 3px
}

.main-content-choose-demo .title {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    letter-spacing: -.5px;
    margin-bottom: 10px
}

.main-content-choose-demo .title-text {
    font-weight: 300;
    margin-bottom: 20px
}

.main-content-choose-demo .card {
    border-width: 0;
    margin-bottom: 10px;
    height: 200px;
    overflow: hidden;
    position: relative
}

.main-content-choose-demo .card img {
    transition: all .2s ease-in-out
}

.main-content-choose-demo .card figure {
    margin-bottom: 0
}

.main-content-choose-demo .card figure:focus img, .main-content-choose-demo .card figure:hover img {
    transform: scale(1.75)
}

.main-content-choose-demo .card figure:focus figcaption, .main-content-choose-demo .card figure:hover figcaption {
    opacity: 1
}

.main-content-choose-demo .card figcaption {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(25, 4, 190, .75);
    opacity: 0;
    transition: all .2s ease-in-out
}

.main-content-choose-demo .card figcaption .btn, .main-content-choose-demo .card figcaption .sp-container button {
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 11px;
    font-weight: 500;
    min-height: inherit;
    padding: 10px 20px;
    border-radius: 2px
}

@media (min-width: 576px) {
    .main-content-choose-demo .container {
        padding: 40px
    }
}

@media (min-width: 992px) {
    .main-content-choose-demo .container {
        padding: 100px 40px
    }
}

@media (min-width: 1200px) {
    .main-content-choose-demo .container {
        padding: 100px 0
    }
}

@media (min-width: 768px) {
    .main-content-choose-demo .title-label {
        font-size: 11px
    }
}

@media (min-width: 768px) {
    .main-content-choose-demo .title {
        font-size: 30px
    }
}

@media (min-width: 576px) {
    .main-content-choose-demo .title-text {
        margin-bottom: 40px
    }
}

@media (min-width: 768px) {
    .main-content-choose-demo .title-text {
        font-size: 16px
    }
}

@media (min-width: 992px) {
    .main-content-choose-demo .title-text {
        margin-bottom: 60px
    }
}

@media (min-width: 576px) {
    .main-content-choose-demo .card {
        height: 155px
    }
}

@media (min-width: 768px) {
    .main-content-choose-demo .card {
        height: 215px;
        margin-bottom: 15px
    }
}

@media (min-width: 1200px) {
    .main-content-choose-demo .card {
        height: 255px
    }
}

@media (prefers-reduced-motion: reduce) {
    .main-content-choose-demo .card figcaption, .main-content-choose-demo .card img {
        transition: none
    }
}

.sp-container .main-content-choose-demo .card figcaption button {
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 11px;
    font-weight: 500;
    min-height: inherit;
    padding: 10px 20px;
    border-radius: 2px
}

.main-content-choose-demo .card.coming-soon {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4a4d51;
    background-color: #f0f0ff
}

.main-content-choose-demo .card.coming-soon .typcn {
    line-height: .9;
    font-size: 48px;
    margin-bottom: 10px
}

.main-content-choose-demo .card.coming-soon h6 {
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 1px
}

.card-dashboard-eight .main-content-choose-demo .card-title, .card-table-two .main-content-choose-demo .card-title, .main-content-choose-demo .card-dashboard-eight .card-title, .main-content-choose-demo .card-table-two .card-title, .main-content-choose-demo .main-content-label {
    color: #a8afc7;
    margin-bottom: 5px;
    letter-spacing: 1px
}

.main-content-choose-demo .main-content-title {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 0;
    color: #fff
}

@media (min-width: 768px) {
    .main-content-choose-demo .main-content-title {
        font-size: 17px
    }
}

@media (max-width: 991.98px) {
    .main-header-menu-show {
        overflow: hidden
    }

    .main-header-menu-show .main-header-menu {
        border-right: 1px solid rgba(28, 39, 60, .08);
        box-shadow: 0 0 30px rgba(28, 39, 60, .08);
        transform: translateX(0)
    }

    .main-header-menu-show .main-navbar-backdrop {
        visibility: visible;
        opacity: 1
    }
}

.main-header {
    height: 60px;
    background-color: #fff;
    box-shadow: none;
    border-bottom: 1px solid #e8e8f7;
    z-index: 99;
    width: 100%;
    box-shadow: -7.829px 11.607px 20px 0 #e4e3f5
}

.main-header > .container, .main-header > .container-fluid {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 20px
}

@media (min-width: 992px) {
    .main-body .main-header {
        position: fixed;
        height: 65px
    }

    .main-header {
        position: relative;
        height: 65px
    }
}

@media (min-width: 992px) {
    .main-header > .container, .main-header > .container-fluid {
        padding-left: 25px;
        padding-right: 15px
    }
}

@media (min-width: 992px) {
    .main-header > .container {
        padding: 0
    }
}

@media (max-width: 991.98px) {
    .main-header > .container {
        max-width: none
    }
}

@media (min-width: 992px) {
    .main-header .main-header-left .main-logo {
        display: flex
    }
}

.main-header-left {
    display: flex;
    align-items: center
}

.main-header-left .main-header-arrow {
    display: none;
    position: relative;
    top: -2px
}

.main-logo {
    font-weight: 700;
    font-size: 28px;
    text-transform: lowercase;
    letter-spacing: -1px;
    display: flex;
    align-items: left;
    position: relative;
    margin: auto;
    justify-content: left
}

.main-logo i {
    display: block;
    line-height: .9;
    margin-right: 8px;
    font-size: 40px
}

.main-logo i:before {
    width: auto;
    height: auto
}

.main-header-menu-icon {
    margin-right: 10px;
    width: 20px;
    height: 30px;
    display: flex;
    align-items: center
}

.main-header-menu-icon span {
    display: block;
    position: relative;
    width: 15px;
    height: 2px;
    background-color: #2f395f;
    border-radius: 3px;
    transition: all .2s ease-in-out
}

.main-header-menu-icon span:after, .main-header-menu-icon span:before {
    content: "";
    position: absolute;
    left: 0;
    width: 20px;
    height: 2px;
    background-color: #2f395f;
    border-radius: 3px;
    transition: all .2s ease-in-out
}

.main-header-menu-icon span:before {
    top: -6px
}

.main-header-menu-icon span:after {
    bottom: -6px
}

@media (min-width: 992px) {
    .main-header-menu-icon {
        margin-left: 25px
    }
}

@media (prefers-reduced-motion: reduce) {
    .main-header-menu-icon span, .main-header-menu-icon span:after, .main-header-menu-icon span:before {
        transition: none
    }
}

.main-header-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 240px;
    background-color: #fff;
    overflow-y: auto;
    z-index: 1000;
    transform: translateX(-240px);
    transition: all .35s
}

.main-header-menu > .nav {
    flex-direction: column;
    padding: 20px
}

.main-header-menu .nav-item:before {
    content: "";
    position: absolute;
    top: 67px;
    margin-left: 25px;
    width: 15px;
    height: 15px;
    border-top: 2px solid rgba(28, 39, 60, .12);
    border-left: 2px solid rgba(28, 39, 60, .12);
    background-color: #fff;
    transform: rotate(45deg);
    z-index: 100;
    display: none
}

.main-header-menu .nav-item + .nav-item {
    margin-top: 10px
}

.main-header-menu .nav-item > .nav-link {
    display: flex;
    align-items: center;
    position: relative;
    color: #4a4d51;
    font-size: 15px;
    font-weight: 500;
    padding: 0;
    transition: all .2s ease-in-out
}

.main-header-menu .nav-item > .nav-link.with-sub:after {
    content: "\F3D0";
    display: inline-block;
    font-family: Ionicons;
    font-size: 12px;
    font-weight: 400;
    margin-left: auto;
    margin-top: 3px;
    opacity: .5
}

.main-header-menu .nav-item > .nav-link .typcn {
    font-size: 20px;
    line-height: .95;
    margin-right: 15px;
    width: 16px
}

.main-header-menu .nav-item > .nav-link .typcn:before {
    width: auto
}

.main-header-menu .nav-item.active > .nav-link {
    position: relative
}

.main-header-menu .nav-item.active > .nav-link:before {
    content: "";
    position: absolute;
    bottom: 0;
    top: 0;
    left: -20px;
    width: 2px;
    border-radius: 3px
}

.main-header-menu .nav-item.show .main-menu-sub {
    display: block
}

@media (prefers-reduced-motion: reduce) {
    .main-header-menu {
        transition: none
    }
}

@media (min-width: 992px) {
    .main-header-menu {
        background-color: transparent;
        border-right: 0;
        position: static;
        width: auto;
        overflow-y: visible;
        transform: none;
        z-index: auto
    }
}

@media (min-width: 992px) {
    .main-header-menu > .nav {
        padding: 0;
        flex-direction: row;
        align-items: center
    }
}

@media (min-width: 992px) {
    .main-header-menu .nav-item + .nav-item {
        margin-top: 0;
        margin-left: 30px
    }
}

@media (prefers-reduced-motion: reduce) {
    .main-header-menu .nav-item > .nav-link {
        transition: none
    }
}

@media (min-width: 992px) {
    .main-header-menu .nav-item > .nav-link {
        font-size: .875rem
    }
}

@media (min-width: 992px) {
    .main-header-menu .nav-item > .nav-link.with-sub:after {
        margin-left: 5px
    }
}

@media (min-width: 992px) {
    .main-header-menu .nav-item > .nav-link .typcn {
        font-size: 18px;
        margin-right: 7px
    }
}

@media (min-width: 992px) {
    .main-header-menu .nav-item.active > .nav-link:before {
        top: auto;
        bottom: -22px;
        left: 0;
        right: 0;
        width: auto;
        height: 2px
    }
}

@media (min-width: 992px) {
    .main-header-menu .nav-item.show:before {
        display: block
    }
}

.main-header-menu-header {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    border-bottom: 1px solid rgba(28, 39, 60, .05)
}

.main-header-menu-header .close {
    font-weight: 300;
    font-size: 28px
}

@media (min-width: 992px) {
    .main-header-menu-header {
        display: none
    }
}

.main-menu-sub {
    font-size: 13px;
    margin-left: 32px;
    margin-top: 12px;
    display: none
}

.main-menu-sub .nav {
    flex-direction: column
}

.main-menu-sub .nav-link {
    padding: 0;
    display: block;
    color: #3c4858
}

.main-menu-sub .nav-link + .nav-link {
    margin-top: 6px;
    padding-top: 6px;
    border-top: 1px dotted #f0f0ff
}

.main-menu-sub .nav-link.active {
    font-weight: 500
}

@media (min-width: 992px) {
    .main-menu-sub {
        position: absolute;
        top: 74px;
        background-color: #fff;
        padding: 15px 20px;
        border: 2px solid rgba(28, 39, 60, .12);
        min-width: 200px;
        margin-left: 0;
        margin-top: 0
    }
}

@media (min-width: 992px) {
    .main-menu-sub .nav-link.active {
        font-weight: 400
    }
}

.main-menu-sub-mega {
    left: 0;
    right: 0;
    background-color: transparent;
    padding: 0;
    border: 0
}

.main-menu-sub-mega .container {
    padding: 0
}

.main-menu-sub-mega .container > div + div {
    margin-top: 25px
}

.main-menu-sub-mega .nav {
    min-width: 120px;
    flex-direction: column
}

.main-menu-sub-mega .nav + .nav {
    border-top: 1px dotted #f0f0ff;
    margin-top: 6px;
    padding-top: 6px
}

.main-menu-sub-mega .mega-subtitle {
    display: block;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 700;
    color: #4a4d51;
    letter-spacing: .5px;
    margin-bottom: 15px;
    margin-top: 30px
}

.main-menu-sub-mega .nav > span:first-of-type {
    margin-top: 0
}

@media (max-width: 991.98px) {
    .main-menu-sub-mega .container {
        max-width: none
    }
}

@media (min-width: 992px) {
    .main-menu-sub-mega .container {
        display: flex;
        background-color: #fff;
        border: 2px solid rgba(28, 39, 60, .12)
    }
}

@media (min-width: 992px) {
    .main-menu-sub-mega .container > div {
        display: flex;
        padding: 20px;
        flex: 1;
        margin-top: 0
    }
}

@media (min-width: 1200px) {
    .main-menu-sub-mega .container > div {
        padding: 20px 25px
    }
}

@media (min-width: 992px) {
    .main-menu-sub-mega .container > div + div {
        margin-top: 0;
        border-left: 1px solid rgba(28, 39, 60, .05)
    }
}

@media (min-width: 1200px) {
    .main-menu-sub-mega .nav {
        min-width: 140px
    }
}

@media (min-width: 992px) {
    .main-menu-sub-mega .nav + .nav {
        margin-left: 20px;
        margin-top: 31px;
        padding-top: 0;
        border-top: 0
    }
}

@media (min-width: 1200px) {
    .main-menu-sub-mega .nav + .nav {
        margin-left: 25px
    }
}

@media (min-width: 992px) {
    .main-menu-sub-mega .nav > span {
        font-size: 12px
    }
}

.main-header-center {
    flex: 1;
    margin: 0 0 0 .8rem;
    position: relative
}

.main-header-center .search-panel .dropdown-toggle {
    border-radius: 6px 0 0 6px;
    background: #eaebfa;
    border: 1px solid #e6eaff;
    height: 40px;
    color: #828aa5
}

.main-header-center .search-panel .btn:hover .dropdown-toggle {
    color: #828aa5
}

.main-header-center .search-panel .dropdown-menu.show {
    display: block;
    box-shadow: 0 8px 16px 0 rgba(162, 169, 204, .24)
}

.main-header-center .search-btn {
    padding: .375rem .85rem .4rem .7rem;
    border-radius: 0 6px 6px 0;
    color: #fff
}

.main-header-center .search-btn:focus i, .main-header-center .search-btn:hover i {
    color: #fff
}

.main-header-center .search-btn:focus, .main-header-center .search-btn:hover {
    background-color: #4140a9
}

.main-header-center .form-control::focus {
    background: #f6f4ff !important;
    border: 1px solid #e6eaff
}

.main-header-center .select2-container--default .select2-selection--single {
    border-radius: 0 6px 6px 0;
    height: 40px;
    width: 150px
}

.main-header-center .form-control {
    transition: none;
    height: 40px;
    border-radius: 0;
    width: auto;
    flex: inherit
}

.main-header-center .form-control:focus {
    background-color: #eaebfa;
    border-color: #e0e1fb;
    box-shadow: none !important
}

.main-header-center .form-control:focus + .btn, .main-header-center .sp-container .form-control:focus + button {
    color: #a8afc7
}

@media (min-width: 992px) and (max-width: 1172px) {
    .main-header-center .form-control {
        width: 125px !important
    }
}

@media (min-width: 1173px) {
    .main-header-center .form-control {
        width: 280px !important
    }
}

.sp-container .main-header-center .form-control:focus + button {
    color: #a8afc7
}

.main-header-center .btn:focus, .main-header-center .btn:hover, .main-header-center .sp-container button:focus, .main-header-center .sp-container button:hover, .sp-container .main-header-center button:focus, .sp-container .main-header-center button:hover {
    color: #fff
}

.main-header-center .btn:focus i, .main-header-center .sp-container button:focus i, .sp-container .main-header-center button:focus i, .sp-container .main-header-center button:hover i {
    color: #b1bad6
}

.main-header-right, .main-header-right .btn-social {
    display: flex;
    align-items: center
}

.main-header-right .btn-social {
    padding: 0;
    justify-content: center;
    color: #a8afc7;
    border-radius: 3px;
    transition: all .2s ease-in-out
}

.main-header-right .btn-social:focus, .main-header-right .btn-social:hover {
    color: #3c4858
}

.main-header-right .btn-social i {
    font-size: 18px;
    line-height: 0
}

.main-header-right .btn-social + .btn-social {
    margin-left: 10px
}

.main-header-right .btn-buy {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 500;
    color: #fff;
    letter-spacing: .5px;
    display: flex;
    align-items: center;
    border-radius: 3px;
    transition: all .2s ease-in-out;
    margin-left: 20px
}

@media (prefers-reduced-motion: reduce) {
    .main-header-right .btn-social {
        transition: none
    }
}

.header-icons {
    height: 20px;
    width: 20px;
    line-height: 20px
}

.country-Flag svg {
    padding: 0;
    min-width: 0;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    line-height: 24px;
    border-radius: 50%
}

@media (prefers-reduced-motion: reduce) {
    .main-header-right .btn-buy {
        transition: none
    }
}

.main-header-search-link {
    font-size: 18px;
    color: #3c4858;
    line-height: 1;
    margin-right: 15px
}

.main-header-arrow {
    font-size: 27px;
    color: #4a4d51;
    display: inline-block;
    line-height: 0
}

.main-header-arrow i {
    line-height: 0
}

.main-header-arrow:focus, .main-header-arrow:hover {
    color: #3c4858
}

.main-header-message, .main-header-notification {
    position: relative
}

.main-header-message > a, .main-header-notification > a {
    display: block;
    font-size: 20px;
    color: #4a4d51;
    position: relative;
    line-height: .9;
    outline: none
}

.main-header-message > a.new:before, .main-header-notification > a.new:before {
    content: "";
    position: absolute;
    top: -2px;
    right: 2px;
    width: 7px;
    height: 7px;
    background-color: #f16d75;
    border-radius: 100%
}

.main-header-notification .dropdown-menu {
    width: 300px;
    position: absolute;
    top: 48px;
    right: auto;
    left: -10px;
    bottom: auto;
    padding: 0;
    border: 0;
    border-width: 1px;
    box-shadow: -8px 12px 18px 0 rgba(21, 21, 62, .3);
    border-radius: 4px
}

@media (min-width: 992px) {
    .main-header-message > a:after, .main-header-notification > a:after {
        bottom: -36px
    }
}

.main-header-message .dropdown-menu {
    width: 300px;
    position: absolute;
    top: 48px !important;
    left: auto !important;
    right: -10px;
    bottom: auto;
    padding: 0;
    border-color: #f0f0ff;
    border-width: 1px;
    box-shadow: 0 8px 16px 0 rgba(162, 169, 204, .24)
}

.main-header-notification .dropdown-footer {
    text-align: center;
    padding: 10px;
    font-size: 13px;
    border-top: 1px solid rgba(123, 65, 216, .1)
}

.main-header-message.show .dropdown-menu, .main-header-message.show > a:after, .main-header-notification.show .dropdown-menu, .main-header-notification.show > a:after {
    display: block
}

.main-header-profile {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px
}

.main-header-profile .main-img-user {
    width: 120px;
    height: 120px;
    margin-bottom: 20px
}

.main-header-profile .main-img-user:after {
    display: none
}

.main-header-profile h6 {
    font-size: 24px;
    font-weight: 700;
    color: #4a4d51;
    margin-bottom: 0
}

.main-header-profile span {
    display: block;
    font-size: 13px
}

@media (min-width: 576px) {
    .main-header-profile .main-img-user {
        width: 80px;
        height: 80px
    }
}

@media (min-width: 576px) {
    .main-header-profile h6 {
        font-size: 18px
    }
}

.main-header-sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000
}

.main-footer {
    background-color: #fff;
    margin-top: 0;
    padding: 15px;
    position: relative;
    bottom: 0
}

.main-footer .container, .main-footer .container-fluid {
    font-size: 12px;
    align-items: center;
    justify-content: space-between
}

.main-footer .container-fluid {
    padding-left: 20px;
    padding-right: 20px
}

@media (min-width: 992px) {
    .main-footer {
        display: block
    }
}

.main-footer-app .container, .main-footer-app .container-fluid {
    border-top-width: 0
}

.main-footer-demo {
    background-color: #0c025b;
    color: hsla(0, 0%, 100%, .4);
    height: 60px
}

.main-footer-demo .container {
    border-top-width: 0
}

.main-footer-demo a {
    color: hsla(0, 0%, 100%, .5)
}

.main-footer-demo a:focus, .main-footer-demo a:hover {
    color: #fff
}

@media (max-width: 991.98px) {
    .main-sidebar-show {
        overflow: inherit
    }

    .main-sidebar-show .main-sidebar {
        display: flex;
        transform: translateX(0);
        visibility: visible;
        transition: left .3s ease, width .3s ease
    }

    .main-sidebar-show .main-navbar-backdrop {
        opacity: 1
    }
}

@media (min-width: 992px) {
    .main-sidebar-hide .main-sidebar {
        display: none
    }

    .main-sidebar-hide .main-sidebar-sticky + .main-content {
        margin-left: 0
    }
}

.main-body-sidebar {
    display: block
}

.main-body-sidebar .main-content {
    flex: 1;
    padding: 0;
    display: flex;
    flex-direction: column
}

.main-body-sidebar .main-content-header {
    height: auto;
    padding: 20px;
    margin-bottom: 0
}

.main-body-sidebar .main-content-body {
    padding: 0 20px 20px
}

.main-body-sidebar .main-footer {
    margin-top: auto
}

@media (min-width: 992px) {
    .main-body-sidebar {
        display: flex;
        flex-direction: row
    }
}

@media (min-width: 992px) {
    .main-body-sidebar .main-header .container-fluid {
        padding-left: 20px;
        padding-right: 20px
    }
}

.main-sidebar {
    width: 240px;
    flex-direction: column;
    flex-shrink: 0;
    border-right: 0;
    transform: translateX(240px);
    visibility: hidden;
    transition: all .4s
}

@media (prefers-reduced-motion: reduce) {
    .main-sidebar {
        transition: none
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .main-sidebar {
        width: 220px
    }
}

@media (max-width: 991.98px) {
    .main-sidebar {
        position: fixed;
        top: 53px !important;
        left: 0;
        bottom: 0;
        z-index: 999;
        background-color: #fff
    }
    .chartjs-render-monitor {
        width: 100% !important;
    }
}

@media (min-width: 992px) {
    .main-sidebar {
        position: relative;
        display: flex;
        transform: none;
        z-index: 999;
        border-right-width: 1px;
        visibility: visible
    }
}

.main-sidebar-sticky {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    box-shadow: none
}

.main-sidebar-body .nav-item.active .nav-link:before {
    content: "";
    position: absolute;
    top: -30px;
    z-index: 9;
    left: 0;
    bottom: 0;
    height: 30px;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom: transparent;
    border-radius: 0 0 0 48px
}

.main-sidebar-body .nav-item.active .nav-link:after {
    content: "";
    position: absolute;
    top: 43px;
    z-index: 0;
    left: 0;
    bottom: 0;
    height: 30px;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom: transparent;
    border-radius: 48px 0 0 0
}

.main-sidebar-body .nav-item.active .nav-link .shape1 {
    position: absolute;
    top: -30px;
    width: 20px;
    height: 60px;
    left: 0
}

.main-sidebar-body .nav-item.active .nav-link .shape2 {
    position: absolute;
    top: 35px;
    width: 20px;
    height: 30px;
    left: 0
}

.option-dots {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: transparent;
    margin: 0 auto;
    text-align: center;
    line-height: 40px;
    display: block
}

.main-sidebar-body li.nav-item.active .nav-link {
    position: relative;
    z-index: 1;
    text-align: center;
    border-radius: 0 30px 30px 0;
    margin: 10px 0 10px auto;
    border: 0 solid transparent;
    border-left: 0;
    width: inherit
}

@media (min-width: 992px) {
    .main-sidebar-sticky + .main-content {
        margin-left: 220px
    }
}

@media (min-width: 1200px) {
    .main-sidebar-sticky + .main-content {
        margin-left: 240px
    }
}

.main-sidebar-header {
    flex-shrink: 0;
    height: 64px;
    display: flex;
    align-items: center;
    padding: 0 20px
}

.main-sidebar-loggedin {
    padding: 10px 20px;
    display: flex;
    flex-shrink: 0
}

.main-sidebar-loggedin .main-img-user {
    width: 36px;
    height: 36px
}

.main-sidebar-loggedin .media-body {
    margin-left: 12px
}

.main-sidebar-loggedin .media-body h6 {
    font-weight: 700;
    font-size: 14px;
    color: #4a4d51;
    margin-bottom: 2px
}

.main-sidebar-loggedin .media-body span {
    display: block;
    color: #a8afc7
}

.main-sidebar-body {
    padding: 0
}

@media (min-width: 1200px) {
    .main-sidebar-body {
        padding: 12px 0
    }
}

.main-body .main-sidebar-body .nav {
    flex-direction: column;
    padding: 0 15px 0 0;
    justify-content: center;
    margin: 0 auto
}

.nav-header {
    margin: 0 15px 0 0;
    display: flex;
    position: relative
}

.main-sidebar-body .nav-label {
    color: hsla(0, 0%, 100%, .3);
    padding: 0 0 10px
}

.main-sidebar-body .nav-label, .second-sidemenu .nav-label {
    text-transform: uppercase;
    font-size: 11.49px;
    font-weight: 500;
    letter-spacing: .5px
}

.second-sidemenu .nav-label {
    color: #77778c;
    padding: 10px 0 0
}

.second-sidemenu .nav-header li {
    list-style-type: none
}

.main-sidebar-body .sub-txt {
    font-size: 10.9px;
    padding: 0;
    color: #9b9ca3;
    margin-bottom: 0;
    position: absolute;
    margin-top: -1px
}

.second-sidemenu .sub-txt {
    font-size: 10.9px;
    padding: 0;
    color: #8d95b1;
    margin-bottom: 10px
}

.main-sidebar-body .nav-item {
    position: relative;
    display: block
}

.main-sidebar-body .nav-item + .nav-item {
    margin-top: -1px
}

.main-sidebar-body .nav-link {
    height: 43px;
    display: flex;
    align-items: center;
    padding: 0 4px 0 9px;
    font-weight: 400;
    font-size: 14px;
    color: hsla(0, 0%, 100%, .4)
}

.main-sidebar-body .nav-link .sidemenu-icon {
    font-size: 17px;
    line-height: 0;
    margin-left: 10px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%
}

.main-sidebar-body .nav-link i.typcn {
    line-height: .9
}

.main-sidebar-body .nav-link i.typcn:before {
    width: auto
}

.main-sidebar-body .nav-link.with-sub {
    position: relative
}

.main-sidebar-body .nav-sub {
    list-style: none;
    padding: 0;
    margin-right: 1.2rem
}

.main-sidebar-body .nav-sub .nav-sub-link:before {
    content: "\E046";
    font-family: typicons;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    top: 8px;
    font-size: 12px;
    opacity: .4;
    margin-left: 22px;
    color: hsla(0, 0%, 100%, .8)
}

.main-sidebar-body .nav-sub-item .nav-sub {
    padding: 0 0 0 12px;
    border-left-width: 1px;
    margin-left: 0
}

.main-sidebar-body .nav-sub-item .nav-sub .nav-sub-link {
    height: auto;
    padding: 7px 0
}

.main-sidebar-body .nav-sub-item.active > .nav-sub-link {
    color: #c6c6e0
}

.main-sidebar-body .nav-sub-item.show .nav-sub {
    display: block
}

.main-sidebar-body .nav-sub-link {
    height: 38px;
    display: flex;
    align-items: center;
    color: hsla(0, 0%, 100%, .4);
    font-size: 13px
}

.main-sidebar-body .nav-sub-link.with-sub {
    justify-content: space-between
}

.main-sidebar-body .nav-sub-link.with-sub:after {
    content: "\F3D0";
    font-family: Ionicons;
    font-size: 12px;
    font-weight: 400;
    display: inline-block;
    position: relative;
    margin-left: auto;
    color: #f0f0ff
}

.main-sidebar-body .nav-sub-link + .nav-sub-link {
    border-top: 1px dotted #f0f0ff
}

.main-sidebar-body li.active .sidemenu-icon {
    font-size: 18px;
    line-height: 0;
    margin-left: 10px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    color: #fff
}

@media (min-width: 992px) {
    .main-sidebar-body .nav-sub-link.with-sub:after {
        margin-left: 4px;
        font-size: 12px
    }
}

@media (min-width: 768px) {
    .main-sidebar-hide .main-sidebar-body li.active:after {
        top: 43px
    }

    .main-sidebar-hide .main-sidebar .main-sidebar-body {
        padding: 17px 0 12px
    }

    .main-sidebar-hide .main-sidebar-body .nav-link .sidemenu-icon {
        width: 35px;
        height: 35px;
        line-height: 35px;
        text-align: center;
        border-radius: 50%;
        z-index: 1;
        box-shadow: none
    }

    .main-sidebar-hide.main-sidebar-open .main-sidebar-body li.active {
        position: relative;
        z-index: 1;
        text-align: center;
        border-radius: 30px 0 0 30px;
        margin: 0 0 0 auto;
        border: 0 solid transparent;
        border-right: 0;
        transition: none
    }

    .main-sidebar-hide.main-sidebar-open .main-sidebar-body .nav-link .sidemenu-icon {
        font-size: 18px;
        line-height: 0;
        margin-right: 10px;
        width: 35px;
        height: 35px;
        line-height: 35px;
        text-align: center;
        border-radius: 50%;
        box-shadow: none
    }

    .main-sidebar-hide.main-sidebar-open .main-sidebar-body li.active .sidemenu-icon {
        font-size: 18px;
        line-height: 0;
        margin-right: 10px;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: #6259ca;
        text-align: center;
        border-radius: 50%;
        box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
        color: #fff
    }

    .main-body.main-sidebar-hide.main-sidebar-open .main-sidebar-body .nav {
        flex-direction: column;
        padding: 0 15px 0 0;
        text-align: inherit;
        margin: 0;
        justify-content: inherit
    }

    .main-sidebar-hide .main-sidebar-body li.active {
        margin: 6px 0
    }

    .main-sidebar-hide .main-sidebar-body li.active .sidemenu-icon {
        background: #6259ca;
        margin-right: 5px
    }

    .main-sidebar-hide .main-sidebar-body li.nav-item.active .nav-link {
        width: inherit;
        transition: margin-right .3s ease
    }

    .main-sidebar-hide.main-sidebar-open .main-sidebar-body .nav-item.active .nav-link:before {
        content: "";
        position: absolute;
        top: -30px;
        z-index: 9;
        left: 0;
        bottom: 0;
        height: 30px;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom: transparent;
        border-radius: 0 0 0 48px
    }

    .main-sidebar-hide.main-sidebar-open .main-sidebar-body .nav-item.active .nav-link:after {
        content: "";
        position: absolute;
        top: 43px;
        z-index: 0;
        left: 0;
        bottom: 0;
        height: 30px;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom: transparent;
        border-radius: 48px 0 0 0
    }
}

.main-sidebar-body .nav-sub .nav-sub-link:before, ::-ms-backdrop {
    top: 0
}

.navbar.navbar-static .navbar-header {
    float: left
}

.navbar .navbar-toggle.toggle-left {
    float: left;
    margin-left: 15px
}

.navbar .navbar-toggle.toggle-right {
    float: right;
    margin-right: 15px
}

.navbar .navbar-toggle.toggle-sidebar, .sidebar, [data-toggle=sidebar] {
    display: block
}

.sidebar {
    position: fixed;
    top: 0;
    width: 300px;
    bottom: 0;
    z-index: 1035;
    min-height: 100%;
    max-height: none;
    overflow: auto;
    background-color: #fff;
    box-shadow: 0 8px 16px 0 rgba(162, 169, 204, .24)
}

.sidebar-left {
    left: 0
}

.sidebar-profile, .sidebar-right {
    right: 0
}

.row .sidebar.sidebar-left.sidebar-xs-show {
    left: 0;
    transform: translate(0)
}

.row .sidebar.sidebar-profile.sidebar-xs-show, .row .sidebar.sidebar-right.sidebar-xs-show {
    right: 0;
    transform: translate(0)
}

@media (min-width: 768px) {
    .row .sidebar.sidebar-left.sidebar-sm-show {
        left: 0;
        transform: translate(0)
    }

    .row .sidebar.sidebar-profile.sidebar-sm-show, .row .sidebar.sidebar-right.sidebar-sm-show {
        right: 0;
        transform: translate(0)
    }
}

@media (min-width: 992px) {
    .row .sidebar.sidebar-left.sidebar-md-show {
        left: 0;
        transform: translate(0)
    }

    .row .sidebar.sidebar-profile.sidebar-md-show, .row .sidebar.sidebar-right.sidebar-md-show {
        right: 0;
        transform: translate(0)
    }
}

@media (min-width: 1170px) {
    .row .sidebar.sidebar-left.sidebar-lg-show {
        left: 0;
        transform: translate(0)
    }

    .row .sidebar.sidebar-profile.sidebar-lg-show, .row .sidebar.sidebar-right.sidebar-lg-show {
        right: 0;
        transform: translate(0)
    }
}

.sidebar-animate {
    transition: transform .3s ease
}

.sidebar.sidebar-left {
    transform: translate(-100%)
}

.sidebar.sidebar-left.sidebar-open {
    transform: translate(0)
}

.sidebar.sidebar-profile, .sidebar.sidebar-right {
    transform: translate(100%)
}

.sidebar.sidebar-profile.sidebar-open, .sidebar.sidebar-right.sidebar-open {
    transform: translate(0)
}

.main-traffic-detail-product-item {
    margin-bottom: 1.5rem
}

.main-profile-menu {
    position: relative;
    padding: .5rem 0;
    margin: 0 4px
}

.main-profile-menu > .main-img-user {
    outline: none;
    width: 32px;
    height: 32px
}

.main-profile-menu > .main-img-user:after {
    display: none
}

.main-profile-menu .dropdown-menu {
    padding-top: 0;
    position: absolute;
    top: 53px;
    right: auto;
    left: -10px;
    bottom: auto;
    width: 230px;
    border: 0;
    border-width: 1px;
    box-shadow: -8px 12px 18px 0 rgba(21, 21, 62, .3)
}

.main-profile-menu .dropdown-item {
    position: relative;
    padding: 10px;
    height: 38px;
    display: flex;
    align-items: center;
    font-size: 13px;
    color: #3c4858
}

.main-profile-menu .dropdown-item i {
    font-size: 16px;
    margin-left: 10px;
    width: 24px;
    text-align: center;
    line-height: .9
}

.main-profile-menu .dropdown-item:focus, .main-profile-menu .dropdown-item:hover {
    background-color: transparent
}

.main-profile-menu .dropdown-item + .dropdown-item {
    border-top: 1px solid #e8e8f7
}

.main-profile-menu.show .dropdown-menu, .main-profile-menu.show .main-img-user:before {
    display: block
}

@media (max-width: 991.98px) {
    .main-iconbar-show .main-iconbar {
        display: flex
    }

    .main-iconbar-show .main-iconbar-aside {
        display: block
    }
}

.main-iconbar {
    width: 64px;
    display: none;
    flex-direction: column;
    align-items: center;
    padding: 20px 0;
    position: fixed;
    top: 63px;
    left: 0;
    height: 100%;
    background-color: #fff;
    z-index: 500;
    border-right: 1px solid #e8e8f7;
    border-top: 1px solid #e8e8f7
}

.main-iconbar .nav {
    flex: 1;
    flex-direction: column;
    align-items: center;
    padding: 5px 0
}

.main-iconbar .nav-link {
    position: relative;
    padding: 0;
    color: #4a4d51;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center
}

.main-iconbar .nav-link i {
    font-size: 20px
}

.main-iconbar .nav-link i.typcn {
    line-height: 1
}

.main-iconbar .nav-link i.typcn:before {
    width: auto
}

.main-iconbar .nav-link i.typcn-device-laptop, .main-iconbar .nav-link i.typcn-th-large-outline {
    font-size: 25px
}

.main-iconbar .nav-link i.fa-desktop {
    font-size: 23px
}

.main-iconbar .nav-link:focus, .main-iconbar .nav-link:hover {
    color: #3c4858
}

.main-iconbar .nav-link + .nav-link {
    margin-top: 10px
}

@media (min-width: 992px) {
    .main-iconbar {
        display: flex
    }
}

.main-iconbar-logo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    line-height: .9;
    color: #4a4d51;
    flex-shrink: 0;
    margin-bottom: 20px;
    position: relative
}

.main-iconbar-logo:after {
    content: "";
    position: absolute;
    bottom: 6px;
    left: 20px;
    height: 3px;
    width: 24px;
    border-radius: 2px
}

.main-iconbar-logo:focus, .main-iconbar-logo:hover {
    color: #4a4d51
}

.main-iconbar-bottom {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center
}

.main-iconbar-help {
    line-height: 0;
    font-size: 22px;
    color: #a8afc7;
    margin-bottom: 20px
}

.main-iconbar-help:focus, .main-iconbar-help:hover {
    color: #4a4d51
}

.main-iconbar-aside {
    width: 230px;
    height: 100%;
    background-color: #fff;
    border-right: 1px solid #e8e8f7;
    border-top: 1px solid #e8e8f7;
    position: fixed;
    top: 63px;
    left: 64px;
    overflow-y: auto;
    z-index: 600;
    display: none
}

@media (min-width: 1200px) {
    .main-iconbar-aside {
        border-right: 0;
        z-index: 500
    }
}

@media (min-width: 992px) {
    .main-iconbar-aside.show {
        display: block
    }
}

@media (min-width: 1200px) {
    .main-iconbar-aside.show + .main-content {
        margin-left: 294px
    }
}

.main-iconbar-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 20px 20px 0
}

.main-iconbar-header .main-logo {
    line-height: 1
}

.main-iconbar-toggle-menu {
    display: block;
    position: relative;
    line-height: 0;
    color: #4a4d51;
    font-size: 28px;
    opacity: .5
}

.main-iconbar-toggle-menu:focus, .main-iconbar-toggle-menu:hover {
    opacity: 1;
    color: #4a4d51
}

.main-iconbar-toggle-menu i:first-child {
    display: none
}

@media (min-width: 1200px) {
    .main-iconbar-toggle-menu {
        font-size: 24px
    }

    .main-iconbar-toggle-menu:before {
        content: "";
        position: absolute;
        top: 3px;
        bottom: 3px;
        left: -1px;
        border-left: 2px solid #000
    }

    .main-iconbar-toggle-menu i:first-child {
        display: block
    }

    .main-iconbar-toggle-menu i:last-child {
        display: none
    }
}

.main-iconbar-body {
    padding: 20px;
    height: calc(100vh - 68px)
}

.main-iconbar-body .nav {
    flex-direction: column;
    padding-top: 10px
}

.main-iconbar-body .nav-item {
    position: relative;
    display: block
}

.main-iconbar-body .nav-item + .nav-item {
    margin-top: -1px;
    border-top: 1px dotted #f0f0ff
}

.main-iconbar-body .nav-item.show .nav-sub {
    display: block
}

.main-iconbar-body .nav-link {
    position: relative;
    color: #4a4d51;
    font-size: 13px;
    padding: 0;
    display: flex;
    align-items: center;
    height: 38px
}

.main-iconbar-body .nav-link i {
    color: #a8afc7;
    font-size: 16px;
    font-weight: 400;
    line-height: 0;
    margin-right: 10px
}

.main-iconbar-body .nav-link i.typcn {
    line-height: .9
}

.main-iconbar-body .nav-link i.typcn:before {
    width: auto
}

.main-iconbar-body .nav-link.with-sub {
    justify-content: space-between
}

.main-iconbar-body .nav-link.with-sub:after {
    content: "\F3D0";
    font-family: Ionicons;
    font-size: 11px;
    font-weight: 400;
    display: inline-block;
    position: relative;
    margin-left: auto;
    color: #a8afc7
}

.main-iconbar-body .nav-sub {
    list-style: none;
    padding: 0;
    margin: 0;
    border-top: 1px dotted #f0f0ff;
    display: none
}

.main-iconbar-body .nav-sub .nav-sub-item {
    position: relative;
    display: block;
    margin-left: 15px
}

.main-iconbar-body .nav-sub .nav-sub-item + .nav-sub-item {
    border-top: 1px dotted #f0f0ff
}

.main-iconbar-body .nav-sub .nav-sub-link {
    display: flex;
    align-items: center;
    height: 36px;
    color: #4a4d51
}

@media (min-width: 992px) {
    .main-iconbar-body .nav-link.with-sub:after {
        margin-left: 4px;
        font-size: 12px
    }
}

.main-iconbar-title {
    font-size: 20px;
    font-weight: 700;
    color: #4a4d51;
    margin-bottom: 10px;
    line-height: 1
}

.main-iconbar-text {
    display: block;
    font-size: 12px;
    color: #a8afc7;
    margin-bottom: 12px
}

.main-iconbar-pane {
    margin-bottom: 20px;
    display: none
}

.main-iconbar-pane.show {
    display: block
}

.main-iconbar-primary {
    padding-top: 0
}

.main-iconbar-primary .main-img-user:after {
    box-shadow: none
}

.main-iconbar-primary .main-iconbar-logo {
    color: #fff;
    height: 64px
}

.main-iconbar-primary .main-iconbar-logo:after {
    display: none
}

.main-iconbar-primary .nav {
    justify-content: center
}

.main-iconbar-primary .nav-link {
    width: 42px;
    height: 42px;
    color: hsla(0, 0%, 100%, .5);
    border-radius: 3px;
    transition: all .2s ease-in-out
}

.main-iconbar-primary .nav-link:focus, .main-iconbar-primary .nav-link:hover {
    color: #fff;
    background-color: hsla(0, 0%, 100%, .1)
}

.main-iconbar-primary .nav-link.active {
    color: #fff;
    background-color: hsla(0, 0%, 100%, .2)
}

.main-iconbar-primary .main-iconbar-help {
    color: hsla(0, 0%, 100%, .5)
}

.main-iconbar-primary .main-iconbar-help:focus, .main-iconbar-primary .main-iconbar-help:hover {
    color: #fff
}

@media (prefers-reduced-motion: reduce) {
    .main-iconbar-primary .nav-link {
        transition: none
    }
}

.main-iconbar-aside-primary {
    width: 250px;
    background-color: #f1f2f9;
    box-shadow: 0 0 16px rgba(28, 39, 60, .08);
    border-right: 1px solid #e8e8f7
}

.main-iconbar-aside-primary .main-iconbar-header {
    padding: 18px 25px;
    background-color: #fff;
    border-bottom: 1px solid #e8e8f7
}

.main-iconbar-aside-primary .main-iconbar-body {
    padding: 20px 25px
}

.main-iconbar-aside-primary .main-iconbar-body .nav {
    padding-top: 0;
    padding-left: 0;
    border-left-width: 0
}

.main-iconbar-aside-primary .main-iconbar-body .nav-item + .nav-item, .main-iconbar-aside-primary .main-iconbar-body .nav-sub, .main-iconbar-aside-primary .main-iconbar-body .nav-sub-item + .nav-sub-item {
    border-top-color: #f0f0ff
}

.main-iconbar-aside-primary .main-iconbar-toggle-menu {
    display: none
}

@media (min-width: 992px) {
    .main-iconbar-aside-primary.show + .main-content {
        margin-left: 64px
    }
}

.ui-datepicker {
    background-color: #fff;
    border: 1px solid #e8e8f7;
    font-family: inherit;
    font-size: inherit;
    padding: 0;
    margin: 0;
    display: none;
    width: auto !important;
    z-index: 9999 !important
}

.ui-datepicker .ui-datepicker-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
    color: #4a4d51;
    padding: 12px;
    letter-spacing: 1px;
    border: 0;
    background-color: transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-next, .ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
    text-indent: -99999px;
    color: #a8afc7;
    top: 9px;
    background: #000
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-next:before, .ui-datepicker .ui-datepicker-header .ui-datepicker-prev:before {
    font-size: 12px;
    font-family: Ionicons;
    position: absolute;
    top: 10px;
    text-indent: 0;
    background: rgba(77, 76, 178, .1);
    padding: 5px;
    margin: -5px;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 20px
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-next:focus:before, .ui-datepicker .ui-datepicker-header .ui-datepicker-next:hover:before, .ui-datepicker .ui-datepicker-header .ui-datepicker-prev:focus:before, .ui-datepicker .ui-datepicker-header .ui-datepicker-prev:hover:before {
    color: #3b4863
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
    order: 3
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-next:before {
    right: 17px;
    content: "\F3D1"
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:before {
    left: 17px;
    content: "\F3CF"
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-next-hover, .ui-datepicker .ui-datepicker-header .ui-datepicker-prev-hover {
    color: #3c4858;
    cursor: pointer;
    top: 1px;
    border: 0;
    background-color: transparent
}

.ui-datepicker .ui-datepicker-title {
    color: #3b4863;
    font-weight: 700;
    font-size: 13px
}

.ui-datepicker .ui-datepicker-calendar {
    margin: 0;
    background-color: transparent;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 0;
    text-align: center
}

.ui-datepicker .ui-datepicker-calendar th {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 6px 9px;
    color: #3b4863;
    border: 1px solid #e8e8f7
}

.ui-datepicker .ui-datepicker-calendar td {
    border: 1px solid #fff;
    padding: 0;
    background-color: #fff;
    text-align: right
}

.ui-datepicker .ui-datepicker-calendar td:last-child {
    border-left: 0
}

.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-other-month .ui-state-default {
    color: #a8afc7
}

.ui-datepicker .ui-datepicker-calendar td a, .ui-datepicker .ui-datepicker-calendar td span {
    transition: all .2s ease-in-out;
    color: #313b54;
    padding: 6px 6px;
    display: block;
    font-weight: 500;
    font-size: 12px;
    border: 0;
    border-radius: 50px;
    height: 38px;
    width: 38px;
    text-align: center;
    line-height: 24px;
}

.ui-datepicker .ui-datepicker-calendar td a:hover {
    background-color: #fff;
    color: #4a4d51
}

.ui-datepicker .ui-datepicker-calendar .ui-datepicker-today a, .ui-datepicker .ui-datepicker-calendar .ui-datepicker-today a:focus, .ui-datepicker .ui-datepicker-calendar .ui-datepicker-today a:hover {
    color: #fff
}

@media (max-width: 320px) {
    .ui-datepicker .ui-datepicker-calendar th {
        padding: 4px 0;
        letter-spacing: normal
    }
}

@media (prefers-reduced-motion: reduce) {
    .ui-datepicker .ui-datepicker-calendar td a, .ui-datepicker .ui-datepicker-calendar td span {
        transition: none
    }
}

.ui-datepicker-multi .ui-datepicker-group {
    padding-right: 15px;
    width: auto;
    float: left
}

.ui-datepicker-multi .ui-datepicker-group .ui-datepicker-title {
    margin: auto
}

.ui-datepicker-multi .ui-datepicker-group .ui-datepicker-prev:before {
    left: 10px
}

.ui-datepicker-multi .ui-datepicker-group .ui-datepicker-next:before {
    right: 10px
}

.ui-datepicker-multi .ui-datepicker-group table {
    margin: 0
}

.ui-datepicker-multi .ui-datepicker-group-last {
    padding-right: 0
}

.ui-datepicker-inline {
    border-color: #f0f0ff
}

.picker-title {
    font-size: 15px;
    font-weight: 500
}

.picker-cell__header {
    text-transform: uppercase;
    font-size: .875rem;
    font-weight: 700;
    letter-spacing: .4px
}


.picker-picked {
    font-weight: 500
}

.datetimepicker {
    box-shadow: none;
    border-radius: 0;
    border-width: 1px;
    border-color: #f0f0ff;
    min-width: 270px;
    padding: 0 10px 10px
}

.datetimepicker:before {
    display: none
}

.datetimepicker table {
    width: 100%
}

.datetimepicker table th.next, .datetimepicker table th.prev, .datetimepicker table th.switch {
    background-color: #fff;
    color: #4a4d51
}

.datetimepicker table th.next, .datetimepicker table th.prev {
    position: relative
}

.datetimepicker table th.next span, .datetimepicker table th.prev span {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.datetimepicker table th.next span:before, .datetimepicker table th.prev span:before {
    font-family: Ionicons;
    position: absolute;
    top: 50%;
    font-size: 16px;
    color: #4a4d51;
    line-height: 0
}

.datetimepicker table th.next:focus, .datetimepicker table th.next:hover, .datetimepicker table th.prev:focus, .datetimepicker table th.prev:hover {
    background-color: #fff
}

.datetimepicker table th.prev span:before {
    content: "\F3CF";
    left: 0
}

.datetimepicker table th.next span:before {
    content: "\F3D1";
    right: 0
}

.datetimepicker table th.switch {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 1px;
    color: #4a4d51
}

.datetimepicker table td {
    font-size: .875rem;
    text-align: center
}

.datetimepicker table td.new, .datetimepicker table td.old {
    color: #a8afc7
}

.datetimepicker .datetimepicker-days table thead tr:first-child th {
    height: 38px
}

.datetimepicker .datetimepicker-days table thead tr:last-child th {
    height: 25px;
    text-transform: uppercase;
    color: #3c4858;
    font-weight: 700;
    font-size: 11px
}

.main-datetimepicker {
    box-shadow: none;
    border-radius: 0;
    border-color: #f0f0ff;
    margin-top: 2px
}

.main-datetimepicker > .datepicker_header {
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.main-datetimepicker > .datepicker_header > .icon-home {
    display: none
}

.main-datetimepicker > .datepicker_header a:last-child, .main-datetimepicker > .datepicker_header a:nth-child(2) {
    display: block;
    position: relative;
    text-indent: -999999px
}

.main-datetimepicker > .datepicker_header a:last-child:before, .main-datetimepicker > .datepicker_header a:nth-child(2):before {
    font-family: Ionicons;
    position: absolute;
    top: 50%;
    line-height: 0;
    text-indent: 0;
    font-size: 13px
}

.main-datetimepicker > .datepicker_header a:nth-child(2):before {
    content: "\F3CF";
    left: 0
}

.main-datetimepicker > .datepicker_header a:last-child:before {
    content: "\F3D1";
    right: 0
}

.main-datetimepicker > .datepicker_header span {
    text-transform: uppercase
}

.main-datetimepicker > .datepicker_inner_container {
    border-radius: 0;
    box-shadow: none;
    border-width: 0;
    display: flex;
    height: 225px;
    margin: 0;
    background-color: #fff
}

.main-datetimepicker > .datepicker_inner_container:after {
    display: none
}

.main-datetimepicker > .datepicker_inner_container > .datepicker_calendar {
    width: 230px;
    border-width: 0;
    border-radius: 0;
    padding: 5px;
    float: none;
    margin: 0
}

.main-datetimepicker > .datepicker_inner_container > .datepicker_calendar > table {
    width: 100%;
    height: 100%
}

.main-datetimepicker > .datepicker_inner_container > .datepicker_calendar th {
    font-size: 11px;
    text-transform: uppercase;
    color: #4a4d51;
    font-weight: 700;
    text-align: center;
    padding: 8px 5px
}

.main-datetimepicker > .datepicker_inner_container > .datepicker_calendar td {
    font-size: .875rem;
    font-weight: 400;
    text-align: center;
    padding: 5px
}

.main-datetimepicker > .datepicker_inner_container > .datepicker_calendar td.day_another_month {
    color: #a8afc7
}

.main-datetimepicker > .datepicker_inner_container > .datepicker_calendar td.hover {
    background-color: #f0f0ff;
    cursor: pointer
}

.main-datetimepicker > .datepicker_inner_container > .datepicker_timelist {
    float: none;
    width: 70px;
    height: 100% !important;
    border-left: 1px solid #b4bdce
}

.main-datetimepicker > .datepicker_inner_container > .datepicker_timelist > div.timelist_item {
    padding: 5px 8px;
    margin: 0 0 0 1px
}

.main-datetimepicker > .datepicker_inner_container > .datepicker_timelist > div.timelist_item:focus, .main-datetimepicker > .datepicker_inner_container > .datepicker_timelist > div.timelist_item:hover {
    background-color: #f0f0ff
}

.jqvmap-label {
    padding: 2px 8px;
    background-color: rgba(17, 17, 17, .9);
    border-radius: 2px
}

.jqvmap-zoomin, .jqvmap-zoomout {
    font-size: 20px;
    padding: 0;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px
}

.jqvmap-zoomout {
    top: 32px
}

.jqvmap-pin {
    cursor: default;
    pointer-events: none
}

#jqvmap1_dc_pin, #jqvmap1_de_pin, #jqvmap1_md_pin, #jqvmap1_ri_pin {
    display: none
}

#jqvmap1_ak_pin {
    margin-top: -2%
}

#jqvmap1_ca_pin {
    margin-left: -2%
}

#jqvmap1_ct_pin {
    margin-top: -.25%;
    margin-left: -.25%
}

#jqvmap1_fl_pin {
    margin-left: 5%
}

#jqvmap1_id_pin {
    margin-top: 3%;
    margin-left: -1%
}

#jqvmap1_ky_pin {
    margin-left: 2%
}

#jqvmap1_la_pin {
    margin-left: -2%
}

#jqvmap1_mi_pin {
    margin-top: 4%;
    margin-left: 3%
}

#jqvmap1_ma_pin {
    margin-top: -.25%
}

#jqvmap1_mn_pin {
    margin-top: 2%;
    margin-left: -2%
}

#jqvmap1_nh_pin {
    margin-top: 1%;
    margin-left: -.25%
}

#jqvmap1_nj_pin {
    margin-top: 1%
}

#jqvmap1_ok_pin, #jqvmap1_va_pin {
    margin-left: 2%
}

#jqvmap1_wv_pin {
    margin-left: -1%;
    margin-top: 1%
}

@media only screen and (min-width: 320px) {
    .jqvmap-pin {
        font-size: 6px
    }
}

@media only screen and (min-width: 480px) {
    .jqvmap-pin {
        font-size: 8px
    }
}

@media only screen and (min-width: 640px) {
    .jqvmap-pin {
        font-size: 10px
    }
}

@media only screen and (min-width: 800px) {
    .jqvmap-pin {
        font-size: 12px
    }
}

@media only screen and (min-width: 1024px) {
    .jqvmap-pin {
        font-size: 14px
    }
}

.ql-wrapper {
    display: flex;
    flex-direction: column
}

.ql-wrapper-modal .ql-snow.ql-toolbar {
    border-width: 0 0 1px
}

.ql-wrapper-modal .ql-snow.ql-container {
    border-width: 0
}

.ql-wrapper-modal .ql-snow .ql-editor {
    padding: 20px
}

@media (min-width: 576px) {
    .ql-wrapper-modal .ql-snow.ql-toolbar {
        padding: 15px 20px
    }
}

.ql-bubble.ql-container {
    border: 2px solid #f0f0ff
}

.ql-bubble.ql-container:not(.ql-disabled) a:before, .ql-bubble .ql-tooltip {
    background-color: #4a4d51;
    border-radius: 2px
}

.ql-bubble .ql-tooltip.ql-flip .ql-tooltip-arrow {
    border-top-color: #4a4d51
}

.ql-bubble .ql-tooltip:not(.ql-flip) .ql-tooltip-arrow {
    border-bottom-color: #4a4d51
}

.ql-bubble .ql-toolbar {
    padding: 0 8px 8px
}

.ql-bubble .ql-toolbar button {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #8896af;
    outline: none
}

.ql-bubble .ql-toolbar button i {
    font-size: 24px;
    line-height: 0;
    display: inline-block
}

.ql-bubble .ql-toolbar button i.la-bold, .ql-bubble .ql-toolbar button i.la-underline {
    width: 21px
}

.ql-bubble .ql-toolbar button .ql-fill {
    fill: #8896af
}

.ql-bubble .ql-toolbar button .ql-stroke {
    stroke: #8896af
}

.ql-bubble .ql-toolbar button.ql-active {
    color: #fff;
    background-color: hsla(0, 0%, 100%, .08)
}

.ql-bubble .ql-toolbar .ql-formats {
    margin: 8px 8px 0 0
}

.ql-bubble .ql-toolbar .ql-formats:first-child {
    margin-left: 0
}

@media (min-width: 576px) {
    .ql-bubble .ql-toolbar .ql-formats {
        margin: 8px 0 0
    }

    .ql-bubble .ql-toolbar .ql-formats:first-child {
        margin-left: 0
    }
}

.ql-snow.ql-container, .ql-snow.ql-toolbar {
    border-color: #f0f0ff;
    border-width: 1px
}

.ql-snow.ql-toolbar {
    padding: 5px 10px 10px
}

.ql-snow.ql-toolbar .ql-picker-label {
    border-color: #f0f0ff
}

.ql-snow.ql-toolbar .ql-picker-label.ql-active {
    background-color: #f0f0ff;
    border-color: transparent;
    color: #4a4d51;
    font-weight: 500
}

.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke {
    stroke: #000
}

.ql-snow.ql-toolbar button {
    border: 1px solid transparent;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4a4d51;
    outline: none
}

.ql-snow.ql-toolbar button svg {
    width: 20px;
    float: none
}

.ql-snow.ql-toolbar button i {
    font-size: 18px;
    line-height: 0;
    display: inline-block
}

.ql-snow.ql-toolbar button i.la-bold, .ql-snow.ql-toolbar button i.la-underline {
    width: 21px
}

.ql-snow.ql-toolbar button .ql-stroke {
    stroke-width: 2px
}

.ql-snow.ql-toolbar button:focus, .ql-snow.ql-toolbar button:hover {
    border-color: #f0f0ff
}

.ql-snow.ql-toolbar button:focus .ql-stroke, .ql-snow.ql-toolbar button:hover .ql-stroke {
    stroke: #a8afc7
}

.ql-snow.ql-toolbar button.ql-active {
    background-color: #f0f0ff;
    color: #3b4863;
    border-color: transparent
}

.ql-snow.ql-toolbar button.ql-active .ql-fill {
    fill: #3b4863
}

.ql-snow.ql-toolbar button.ql-active .ql-stroke {
    stroke: #3b4863
}

.ql-snow.ql-toolbar .ql-formats {
    margin-top: 5px;
    margin-right: 5px
}

.ql-snow .ql-formats button + button {
    margin: 0 0 0 2px
}

.ql-snow .ql-picker {
    display: block;
    border-width: 0;
    height: 32px;
    color: #3c4858
}

.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
    right: 3px
}

.ql-snow .ql-picker:focus .ql-picker-label, .ql-snow .ql-picker:hover .ql-picker-label {
    color: #4a4d51
}

.ql-snow .ql-picker:focus .ql-picker-label .ql-stroke, .ql-snow .ql-picker:hover .ql-picker-label .ql-stroke {
    stroke: #000
}

.ql-snow .ql-picker-label {
    display: block;
    padding-left: 10px;
    font-size: 13px;
    border: 1px solid #e8e8f7;
    background-color: #fff;
    outline: none
}

.ql-snow .ql-picker-label:before {
    line-height: 2.25;
    font-weight: 400
}

.ql-snow .ql-stroke {
    stroke: #000;
    stroke-linecap: square;
    stroke-linejoin: miter;
    stroke-width: 1
}

.ql-snow .ql-editor {
    padding: 20px;
    color: #3b4863;
    text-align: right
}

.main-donut-chart {
    position: relative;
    border-radius: 50%;
    overflow: hidden
}

.main-donut-chart .slice {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.main-donut-chart .chart-center {
    position: absolute;
    border-radius: 50%
}

.main-donut-chart .chart-center span {
    display: block;
    text-align: center
}

.morris-wrapper-demo {
    height: 200px;
    position: relative;
    text-align: center;
    margin: 0 auto
}

@media (min-width: 576px) {
    .morris-wrapper-demo {
        height: 300px
    }
}

.morris-donut-wrapper-demo {
    height: 200px
}

@media (min-width: 576px) {
    .morris-donut-wrapper-demo {
        height: 250px
    }
}

.chartjs-wrapper-demo {
    height: 250px
}

@media (max-width: 330px) {
    .chartjs-wrapper-demo {
        width: 290px
    }
}

@media (min-width: 992px) {
    .chartjs-wrapper-demo {
        height: 300px
    }
}

.chartist-wrapper-demo {
    height: 200px
}

@media (min-width: 768px) {
    .chartist-wrapper-demo {
        height: 300px
    }
}

.morris-hover.morris-default-style {
    border-radius: 0
}

.chart-donut {
    left: 0;
    position: relative
}

#morrisDonut1, #morrisDonut1 svg {
    height: 200px;
    width: 200px
}

input.parsley-error:focus, input.parsley-success:focus, textarea.parsley-error:focus, textarea.parsley-success:focus {
    box-shadow: none !important
}

.parsley-checkbox.parsley-error {
    padding: 10px;
    border: 1px solid #f16d75
}

.parsley-checkbox.parsley-success {
    padding: 10px;
    border: 1px solid #19b159
}

.parsley-errors-list {
    color: #f16d75;
    list-style: none;
    font-size: 12px;
    padding: 0;
    margin-bottom: 0
}

.parsley-errors-list li {
    margin: 5px 0 0
}

.parsley-style-1 .parsley-input.parsley-error .form-control {
    border-color: #f16d75;
    border-radius: 0
}

.parsley-style-1 .parsley-input.parsley-success .form-control {
    border-color: #19b159
}

.parsley-style-1 .parsley-checkbox.parsley-error {
    border: 1px solid #f16d75
}

.parsley-style-1 .parsley-select.parsley-error .select2-container--default .select2-selection--single {
    border-radius: 0
}

.parsley-style-1 .parsley-errors-list.filled {
    color: #f16d75;
    padding: 7px 10px
}

.parsley-style-1 .parsley-errors-list.filled li:first-child {
    margin-top: 0
}

.ql-wrapper-demo {
    background-color: #fff
}

.ql-wrapper-demo .ql-container {
    height: 250px
}

.ql-wrapper-demo .ql-editor {
    height: 100%;
    overflow-y: auto
}

@media (min-width: 1200px) {
    .ql-wrapper-demo {
        width: 70%
    }
}

.ql-scrolling-demo {
    background-color: #fff;
    height: 100%;
    min-height: 100%;
    overflow: hidden;
    border: 1px solid #e8e8f7;
    position: relative
}

.ql-scrolling-demo .ql-container {
    border-width: 0;
    height: auto;
    min-height: 100%;
    padding: 30px
}

.ql-scrolling-demo .ql-container .ql-editor {
    font-size: 16px;
    overflow-y: visible;
    color: #3b4863;
    text-align: right
}

@media (min-width: 768px) {
    .ql-scrolling-demo {
        padding-left: 15px
    }
}

@media (min-width: 768px) {
    .ql-scrolling-demo .ql-container {
        padding: 50px 50px 50px 35px
    }
}

.irs-from, .irs-max, .irs-min, .irs-single, .irs-to {
    border-radius: 0
}

.irs-bar {
    background-image: none
}

.irs-bar-edge, .irs-line-left {
    background-image: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.irs-line-left {
    background-color: #f0f0ff
}

.irs-line-mid, .irs-line-right {
    background-image: none;
    background-color: #f0f0ff
}

.irs-line-right {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.irs-slider {
    background-image: none
}

.irs-slider:before {
    content: "";
    height: 18px;
    position: absolute;
    left: 50%;
    margin-left: -1px
}

.irs-slider:focus:before, .irs-slider:hover:before {
    background-color: #260bfa
}

.irs-success .irs-bar, .irs-success .irs-bar-edge, .irs-success .irs-from, .irs-success .irs-single, .irs-success .irs-slider:before, .irs-success .irs-to {
    background-color: #19b159
}

.irs-success .irs-from:after, .irs-success .irs-single:after, .irs-success .irs-to:after {
    border-top-color: #19b159
}

.irs-dark .irs-bar, .irs-dark .irs-bar-edge, .irs-dark .irs-from, .irs-dark .irs-single, .irs-dark .irs-slider:before, .irs-dark .irs-to {
    background-color: #3b4863
}

.irs-dark .irs-from:after, .irs-dark .irs-single:after, .irs-dark .irs-to:after {
    border-top-color: #3b4863
}

.irs-modern .irs-line-left, .irs-modern .irs-line-mid, .irs-modern .irs-line-right {
    height: 6px;
    box-shadow: inset -2px 2px 2px 0 rgba(34, 34, 34, .1)
}

.irs-modern .irs-bar, .irs-modern .irs-bar-edge {
    height: 6px;
    box-shadow: inset 0 1px 1px 0 rgba(34, 34, 34, .1)
}

.irs-modern .irs-slider {
    top: 19px;
    background-color: #fff;
    border-radius: 0
}

.irs-modern .irs-slider:before {
    width: 4px;
    height: 9px;
    background-color: #fff;
    margin-left: -2px;
    top: 3px
}

.irs-modern.irs-success .irs-slider, .irs-modern.irs-success .irs-slider:before {
    border-color: #19b159
}

.irs-modern.irs-dark .irs-slider, .irs-modern.irs-dark .irs-slider:before {
    border-color: #4a4d51
}

.irs-outline .irs-line {
    height: 10px;
    border-radius: 5px
}

.irs-outline .irs-line-left, .irs-outline .irs-line-mid, .irs-outline .irs-line-right {
    height: 10px;
    background-color: transparent
}

.irs-outline .irs-bar {
    height: 10px
}

.irs-outline .irs-bar-edge {
    height: 10px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px
}

.irs-outline .irs-slider {
    top: 21px;
    width: 18px;
    background-color: #fff;
    border-radius: 100%
}

.irs-outline .irs-slider:before {
    margin-left: -4px;
    top: 4px;
    width: 8px;
    height: 8px;
    border-radius: 100%
}

.irs-outline.irs-success .irs-line, .irs-outline.irs-success .irs-slider {
    border-color: #19b159
}

.irs-outline.irs-success .irs-line:focus:before, .irs-outline.irs-success .irs-line:hover:before, .irs-outline.irs-success .irs-slider:focus:before, .irs-outline.irs-success .irs-slider:hover:before {
    background-color: #339701
}

.irs-outline.irs-dark .irs-line, .irs-outline.irs-dark .irs-slider {
    border-color: #3b4863
}

.irs-outline.irs-dark .irs-line:focus:before, .irs-outline.irs-dark .irs-line:hover:before, .irs-outline.irs-dark .irs-slider:focus:before, .irs-outline.irs-dark .irs-slider:hover:before {
    background-color: #313c53
}

.select2-results__option {
    border-radius: 0;
    margin-bottom: 1px;
    font-size: 13px
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border-color: #f0f0ff;
    border-radius: 3px;
    height: 38px;
    outline: none;
    border-radius: 0
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #3c4858;
    line-height: calc(1.5em + .75rem + 2px) -.1rem;
    padding-left: .75rem;
    height: 100%;
    display: flex;
    align-items: center
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #a8afc7
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 30px;
    height: 38px;
    line-height: calc(1.5em + .75rem + 2px)
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-top: -3px
}

.select2-container--default .select2-selection--multiple {
    background-color: #fff;
    border-color: #f0f0ff;
    border-radius: 0;
    min-height: 38px;
    outline: none
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding: 0 4px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    position: relative;
    margin-top: 5px;
    margin-right: 4px;
    padding: 3px 10px 3px 20px !important;
    border-color: transparent;
    border-radius: 0;
    color: #fff;
    line-height: 1.45
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff;
    opacity: .5;
    font-size: 12px;
    display: inline-block;
    position: absolute;
    top: 4px;
    left: 7px
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #f0f0ff
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border-color: #f0f0ff;
    border-radius: 0
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #fff
}

.select2-container--default .select2-results > .select2-results__options {
    margin: 4px
}

.select2-container--default .select2-search--inline .select2-search__field {
    margin-top: 7px;
    line-height: 26px;
    padding-left: 7px;
    opacity: 1
}

.select2-container--default.select2-container--disabled .select2-selection__choice {
    padding-left: 10px;
    background-color: #a8afc7
}

.select2-container--default.select2-container--disabled .select2-selection__choice .select2-selection__choice__remove {
    display: none
}

.select2-container--open .select2-selection--multiple, .select2-container--open .select2-selection--single {
    background-color: #fff;
    border-color: #f0f0ff
}

.select2-container--open .select2-dropdown--above {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    top: 0
}

.select2-dropdown {
    border-color: #f0f0ff;
    z-index: 200
}

.select2-search--dropdown {
    padding-bottom: 0
}

.select2-results__option {
    padding: 6px 10px;
    font-size: .875rem
}

.has-success .select2-container--default .select2-selection--single, .parsley-select.parsley-success .select2-container--default .select2-selection--single {
    border-color: #19b159
}

.has-warning .select2-container--default .select2-selection--single {
    border-color: #ff9b21
}

.has-danger .select2-container--default .select2-selection--single, .parsley-select.parsley-error .select2-container--default .select2-selection--single {
    border-color: #f16d75
}

.select2-dropdown-xs .select2-results__option, .select2-xs + .select2-container {
    font-size: 12px
}

.select2-dropdown-sm .select2-results__option, .select2-sm + .select2-container {
    font-size: 14px
}

.select2-bd-0 + .select2-container--default .select2-selection--single {
    border-width: 0
}

.bg-gray + .select2-container--default .select2-selection--single {
    background-color: #455473
}

.bg-gray + .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #f0f0ff
}

.sp-container {
    background-color: #fff;
    border-color: #f0f0ff;
    z-index: 200
}

.sp-container button {
    border: 0;
    padding: 8px 15px;
    background-image: none;
    background-color: #f0f0ff;
    font-size: 12px;
    text-shadow: none;
    text-transform: capitalize;
    border-radius: 2px
}

.sp-container button:focus, .sp-container button:hover {
    border: 0;
    background-image: none;
    background-color: #a8afc7;
    text-shadow: none
}

.sp-button-container .sp-cancel {
    font-size: 12px;
    text-transform: capitalize;
    color: #a8afc7 !important
}

.sp-button-container .sp-cancel:focus, .sp-button-container .sp-cancel:hover {
    color: #3b4863 !important;
    text-decoration: none
}

.sp-picker-container {
    border-left: 0
}

.sp-replacer {
    border-color: #f0f0ff;
    background-color: #fff
}

.sp-replacer:focus, .sp-replacer:hover {
    border-color: #b4bdce
}

.sp-replacer.sp-active {
    border-color: #a8afc7
}

.sp-dd {
    text-indent: -99999px;
    position: relative;
    width: 10px
}

.sp-dd:before {
    content: "\F280";
    font-family: Ionicons;
    font-size: 15px;
    color: #a8afc7;
    position: absolute;
    text-indent: 0;
    left: 0;
    z-index: 10
}

.sp-preview {
    border: 0
}

.sp-dragger {
    background-color: transparent
}

.sp-choose {
    background-color: #f0f0ff
}

.sp-palette .sp-thumb-el.sp-thumb-active, .sp-palette .sp-thumb-el:hover {
    border-color: #3b4863
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #eaeafa
}

@-webkit-keyframes spinner-grow {
    0% {
        transform: scale(0)
    }
    50% {
        opacity: 1
    }
}

@keyframes spinner-grow {
    0% {
        transform: scale(0)
    }
    50% {
        opacity: 1
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: spinner-grow .75s linear infinite;
    animation: spinner-grow .75s linear infinite
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid;
    border-right: .25em solid transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite
}

@keyframes spinner-border {
    to {
        transform: rotate(1turn)
    }
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: .2em
}

.main-content-calendar .container, .main-content-calendar .container-fluid {
    padding: 20px 0 0
}

@media (min-width: 992px) {
    .main-content-calendar .container, .main-content-calendar .container-fluid {
        padding-top: 0
    }
}

@media (min-width: 992px) {
    .main-content-left-calendar {
        width: 230px
    }
}

.main-datepicker .ui-datepicker-inline {
    margin-top: 0
}

.main-datepicker .ui-datepicker .ui-datepicker-title {
    letter-spacing: -.2px
}

.main-datepicker .ui-datepicker .ui-datepicker-calendar {
    width: 100%
}

.main-datepicker .ui-datepicker .ui-datepicker-calendar th {
    padding: 5px;
    font-size: 10px;
    color: #4a4d51;
    text-align: center
}

.main-datepicker .ui-datepicker .ui-datepicker-calendar td {
    text-align: center
}

.main-datepicker .ui-datepicker .ui-datepicker-calendar th.ui-datepicker-week-end:first-child:not(.ui-datepicker-other-month) a {
    color: #f16d75
}

.main-datepicker .ui-datepicker .ui-datepicker-calendar td {
    padding: 0 1px
}

.main-datepicker .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-week-end:first-child:not(.ui-datepicker-other-month) a {
    color: #f16d75
}

.main-datepicker .ui-datepicker .ui-datepicker-calendar td a, .main-datepicker .ui-datepicker .ui-datepicker-calendar td span {
    padding: 4px 5px;
    font-size: 11px;
    color: #3c4858
}

.main-datepicker .ui-datepicker .ui-datepicker-calendar .ui-datepicker-today a {
    color: #fff;
    border-radius: 2px
}

.main-nav-calendar-event .nav-link {
    font-size: 13px;
    position: relative
}

.main-nav-calendar-event .nav-link i {
    font-size: 21px;
    position: relative;
    margin-right: 10px;
    top: -.5px
}

.main-nav-calendar-event .nav-link.exclude, .main-nav-calendar-event .nav-link.exclude i {
    color: #a8afc7
}

.main-nav-calendar-event .nav-link.exclude:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    border-top: 1px solid #a8afc7
}

@media (min-width: 992px) {
    .main-content-body-calendar {
        padding-left: 25px
    }
}

.main-calendar, .main-calendar .fc-content, .main-calendar .fc-divider, .main-calendar .fc-list-heading td, .main-calendar .fc-list-view, .main-calendar .fc-popover, .main-calendar .fc-row, .main-calendar tbody, .main-calendar td, .main-calendar th, .main-calendar thead {
    border-color: #f0f0ff
}

.main-calendar .fc-header-toolbar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
    padding: 0 20px
}

.main-calendar .fc-header-toolbar h2 {
    margin-bottom: 0;
    color: #4d4d6d;
    font-size: 20px;
    font-weight: 700
}

.main-calendar .fc-header-toolbar .fc-right {
    order: 3
}

.main-calendar .fc-header-toolbar .fc-clear {
    display: none
}

.main-calendar .fc-header-toolbar button {
    background-color: #fff;
    background-image: none;
    border: 1px solid #e8e8f7;
    box-shadow: none;
    padding: 0 15px;
    display: flex;
    align-items: center;
    color: #4a4d51;
    font-size: 13px;
    text-transform: capitalize;
    outline: none;
    text-shadow: none;
    border-radius: 0
}

.main-calendar .fc-header-toolbar button:focus, .main-calendar .fc-header-toolbar button:hover {
    background-color: #f0f0ff
}

.main-calendar .fc-header-toolbar button.fc-next-button, .main-calendar .fc-header-toolbar button.fc-prev-button {
    padding: 0;
    width: 38px;
    justify-content: center
}

.main-calendar .fc-header-toolbar button.fc-next-button span, .main-calendar .fc-header-toolbar button.fc-prev-button span {
    margin: 0
}

.main-calendar .fc-header-toolbar button.fc-state-active {
    background-color: #f0f0ff
}

.main-calendar .fc-header-toolbar button.fc-today-button {
    color: #fff
}

.main-calendar .fc-header-toolbar button.fc-today-button.fc-state-disabled {
    border-color: #f0f0ff;
    background-color: #efefff;
    color: #30304a;
    cursor: default
}

.main-calendar .fc-icon-left-single-arrow, .main-calendar .fc-icon-right-single-arrow {
    top: 0
}

.main-calendar .fc-icon-left-single-arrow:after, .main-calendar .fc-icon-right-single-arrow:after {
    font-family: Ionicons;
    font-size: 18px;
    font-weight: 400;
    line-height: 1
}

.main-calendar .fc-icon-left-single-arrow:after {
    content: "\F3CF"
}

.main-calendar .fc-icon-right-single-arrow:after {
    content: "\F3D1"
}

.main-calendar .fc-head-container .fc-day-header {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 5px 0;
    color: #4a4d51
}

.main-calendar .fc-view > table {
    background-color: #fff;
    border: 1px solid #e8e8f7
}

.main-calendar .fc-view > table > tbody > tr > td, .main-calendar .fc-view > table > thead td, .main-calendar .fc-view > table > thead th {
    border-color: #f0f0ff
}

.main-calendar .fc-view .fc-other-month {
    background-color: #f9f9ff
}

.main-calendar .fc-view .fc-day-number {
    font-size: 14px;
    font-weight: 400;
    color: #3c4858;
    display: inline-block;
    padding: 5px 8px;
    position: relative;
    transition: all .2s ease-in-out;
    margin: 2px 2px 0 0;
    min-width: 20px;
    text-align: center
}

.main-calendar .fc-view .fc-day-number:focus, .main-calendar .fc-view .fc-day-number:hover {
    color: #4a4d51;
    background-color: #f1f2f9
}

.main-calendar .fc-view .fc-scroller {
    height: auto !important;
    overflow: visible !important
}

.main-calendar .fc-view.fc-agenda-view .fc-day-header > a > span {
    display: block
}

.main-calendar .fc-view.fc-agenda-view .fc-day-header > a > span:first-child {
    color: #a8afc7;
    font-size: 8px;
    font-weight: 400;
    line-height: 1.2
}

.main-calendar .fc-view.fc-agenda-view .fc-day-header > a > span:last-child {
    font-weight: 700;
    font-size: 14px;
    line-height: 1
}

.main-calendar .fc-view.fc-listMonth-view, .main-calendar .fc-view.fc-listWeek-view {
    border-width: 0
}

.main-calendar .fc-view.fc-listMonth-view .fc-scroller, .main-calendar .fc-view.fc-listWeek-view .fc-scroller {
    padding: 0 20px 20px
}

.main-calendar .fc-view.fc-listMonth-view .fc-list-table, .main-calendar .fc-view.fc-listWeek-view .fc-list-table {
    border-collapse: separate;
    display: block
}

.main-calendar .fc-view.fc-listMonth-view .fc-list-table > tbody, .main-calendar .fc-view.fc-listWeek-view .fc-list-table > tbody {
    display: flex;
    flex-wrap: wrap
}

.main-calendar .fc-view.fc-listMonth-view .fc-list-heading, .main-calendar .fc-view.fc-listWeek-view .fc-list-heading {
    flex: 0 0 20%;
    max-width: 20%;
    margin-top: 15px
}

.main-calendar .fc-view.fc-listMonth-view .fc-list-heading:first-child, .main-calendar .fc-view.fc-listMonth-view .fc-list-heading:first-child + .fc-list-item, .main-calendar .fc-view.fc-listWeek-view .fc-list-heading:first-child, .main-calendar .fc-view.fc-listWeek-view .fc-list-heading:first-child + .fc-list-item {
    margin-top: 0
}

.main-calendar .fc-view.fc-listMonth-view .fc-list-heading td, .main-calendar .fc-view.fc-listWeek-view .fc-list-heading td {
    background-color: transparent;
    border-width: 0;
    padding: 0
}

.main-calendar .fc-view.fc-listMonth-view .fc-list-heading-main, .main-calendar .fc-view.fc-listWeek-view .fc-list-heading-main {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    color: #a8afc7;
    font-weight: 600;
    padding: 5px;
    text-align: center
}

.main-calendar .fc-view.fc-listMonth-view .fc-list-heading-main span:last-child, .main-calendar .fc-view.fc-listWeek-view .fc-list-heading-main span:last-child {
    display: block;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: -1px;
    color: #4a4d51;
    line-height: 1
}

.main-calendar .fc-view.fc-listMonth-view .fc-list-item, .main-calendar .fc-view.fc-listWeek-view .fc-list-item {
    flex: 0 0 calc(80% - 5px);
    max-width: calc(80% - 5px);
    dispLay: flex;
    flex-direction: column;
    border-left: 4px solid transparent;
    background-color: #fff;
    margin-top: 15px
}

.main-calendar .fc-view.fc-listMonth-view .fc-list-item:focus, .main-calendar .fc-view.fc-listMonth-view .fc-list-item:hover, .main-calendar .fc-view.fc-listWeek-view .fc-list-item:focus, .main-calendar .fc-view.fc-listWeek-view .fc-list-item:hover {
    cursor: pointer
}

.main-calendar .fc-view.fc-listMonth-view .fc-list-item:focus td, .main-calendar .fc-view.fc-listMonth-view .fc-list-item:hover td, .main-calendar .fc-view.fc-listWeek-view .fc-list-item:focus td, .main-calendar .fc-view.fc-listWeek-view .fc-list-item:hover td {
    background-color: transparent
}

.main-calendar .fc-view.fc-listMonth-view .fc-list-item > td, .main-calendar .fc-view.fc-listWeek-view .fc-list-item > td {
    border-width: 0
}

.main-calendar .fc-view.fc-listMonth-view .fc-list-item > td.fc-list-item-time, .main-calendar .fc-view.fc-listWeek-view .fc-list-item > td.fc-list-item-time {
    border-top: 1px solid #e8e8f7;
    border-right: 1px solid #e8e8f7;
    box-sizing: border-box
}

.main-calendar .fc-view.fc-listMonth-view .fc-list-item > td.fc-list-item-title, .main-calendar .fc-view.fc-listWeek-view .fc-list-item > td.fc-list-item-title {
    border-bottom: 1px solid #e8e8f7;
    border-right: 1px solid #e8e8f7;
    box-sizing: border-box
}

.main-calendar .fc-view.fc-listMonth-view .fc-list-item + .fc-list-item, .main-calendar .fc-view.fc-listWeek-view .fc-list-item + .fc-list-item {
    margin-left: 20%
}

.main-calendar .fc-view.fc-listMonth-view .fc-list-item-marker, .main-calendar .fc-view.fc-listWeek-view .fc-list-item-marker {
    display: none
}

.main-calendar .fc-view.fc-listMonth-view .fc-list-item-time, .main-calendar .fc-view.fc-listWeek-view .fc-list-item-time {
    padding: 12px 15px 2px;
    font-size: 13px;
    text-transform: capitalize;
    width: 100%
}

.main-calendar .fc-view.fc-listMonth-view .fc-list-item-title, .main-calendar .fc-view.fc-listWeek-view .fc-list-item-title {
    padding: 0 15px 12px
}

.main-calendar .fc-view.fc-listMonth-view .fc-list-item-title a, .main-calendar .fc-view.fc-listWeek-view .fc-list-item-title a {
    display: block;
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 5px;
    color: #4a4d51
}

.main-calendar .fc-view.fc-listMonth-view .fc-list-item-title .fc-desc, .main-calendar .fc-view.fc-listWeek-view .fc-list-item-title .fc-desc {
    font-size: 13px;
    line-height: 1.375;
    display: block
}

.main-calendar td.fc-today {
    background-color: #f1f2f9
}

.main-calendar td.fc-today .fc-day-number {
    color: #fff;
    border-radius: 1px
}

.main-calendar td.fc-today .fc-day-number:focus, .main-calendar td.fc-today .fc-day-number:hover {
    border-radius: 1px
}

.main-calendar .fc-axis {
    font-size: 11px
}

.main-calendar .fc-event {
    border-width: 5px 0 0;
    border-radius: 0
}

.main-calendar .fc-event.fc-day-grid-event > div {
    display: none
}

.main-calendar .fc-event.fc-day-grid-event > div .fc-time {
    font-weight: 500
}

.main-calendar .fc-event.fc-day-grid-event > div .fc-desc {
    display: none
}

.main-calendar .fc-time-grid-event {
    padding: 5px;
    border-left-width: 0;
    border-top-width: 2px
}

.main-calendar .fc-time-grid-event .fc-time {
    font-size: 12px
}

.main-calendar .fc-time-grid-event .fc-title {
    font-size: 14px;
    font-weight: 700;
    color: #4a4d51;
    margin-bottom: 10px
}

.main-calendar .fc-time-grid-event .fc-desc {
    font-size: 13px;
    line-height: 1.3;
    color: rgba(28, 39, 60, .8)
}

.main-calendar .fc-agendaWeek-view .fc-time-grid-event > div {
    display: none
}

.main-calendar .fc-agendaWeek-view .fc-time-grid-event > div .fc-time {
    font-size: 11px
}

.main-calendar .fc-agendaWeek-view .fc-time-grid-event > div .fc-title {
    font-size: 13px
}

.main-calendar .fc-agendaWeek-view .fc-time-grid-event > div .fc-desc {
    display: none
}

.main-calendar .fc-list-empty {
    padding: 20px 0;
    background-color: #fff;
    border: 1px solid #e8e8f7
}

@media (min-width: 992px) {
    .main-calendar .fc-header-toolbar {
        padding: 0;
        margin-bottom: 24px
    }
}

@media (min-width: 576px) {
    .main-calendar .fc-header-toolbar h2 {
        font-size: 22px
    }
}

@media (max-width: 767.98px) {
    .main-calendar .fc-header-toolbar .fc-center {
        order: 1;
        flex: 0 0 100%;
        display: flex;
        justify-content: center;
        margin-bottom: 20px
    }

    .main-calendar .fc-header-toolbar .fc-left {
        order: 2;
        flex: 0 0 50%
    }

    .main-calendar .fc-header-toolbar .fc-right {
        flex: 0 0 50%;
        display: flex;
        justify-content: flex-end
    }
}

@media (max-width: 575px) {
    .main-calendar .fc-header-toolbar button.fc-next-button, .main-calendar .fc-header-toolbar button.fc-prev-button {
        width: 32px;
        height: 32px
    }

    .main-calendar .fc-header-toolbar button.fc-today-button {
        height: 32px;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 11px
    }

    .main-calendar .fc-header-toolbar button.fc-agendaDay-button, .main-calendar .fc-header-toolbar button.fc-agendaWeek-button, .main-calendar .fc-header-toolbar button.fc-listMonth-button, .main-calendar .fc-header-toolbar button.fc-listWeek-button, .main-calendar .fc-header-toolbar button.fc-month-button {
        text-indent: -9999px;
        width: 32px;
        height: 32px;
        position: relative;
        color: transparent
    }

    .main-calendar .fc-header-toolbar button.fc-agendaDay-button:before, .main-calendar .fc-header-toolbar button.fc-agendaWeek-button:before, .main-calendar .fc-header-toolbar button.fc-listMonth-button:before, .main-calendar .fc-header-toolbar button.fc-listWeek-button:before, .main-calendar .fc-header-toolbar button.fc-month-button:before {
        position: absolute;
        top: 6px;
        left: 10px;
        z-index: 100;
        display: inline-block;
        text-indent: 0;
        font-size: 12px;
        font-weight: 700;
        color: #4a4d51
    }

    .main-calendar .fc-header-toolbar button.fc-month-button:before {
        content: "M"
    }

    .main-calendar .fc-header-toolbar button.fc-agendaWeek-button:before {
        content: "W"
    }

    .main-calendar .fc-header-toolbar button.fc-agendaDay-button:before {
        content: "D"
    }

    .main-calendar .fc-header-toolbar button.fc-listMonth-button:before, .main-calendar .fc-header-toolbar button.fc-listWeek-button:before {
        content: "L";
        left: 11px
    }
}

@media (min-width: 992px) {
    .main-calendar .fc-icon-left-single-arrow:after, .main-calendar .fc-icon-right-single-arrow:after {
        line-height: .75
    }
}

@media (min-width: 576px) {
    .main-calendar .fc-head-container .fc-day-header {
        font-size: 12px
    }
}

@media (max-width: 991.98px) {
    .main-calendar .fc-view > table > thead td:first-child, .main-calendar .fc-view > table > thead th:first-child {
        border-left-width: 0
    }

    .main-calendar .fc-view > table > thead td:last-child, .main-calendar .fc-view > table > thead th:last-child {
        border-right-width: 0
    }
}

@media (max-width: 991.98px) {
    .main-calendar .fc-view > table > tbody > tr > td:first-child {
        border-left-width: 0
    }

    .main-calendar .fc-view > table > tbody > tr > td:last-child {
        border-right-width: 0
    }
}

@media (prefers-reduced-motion: reduce) {
    .main-calendar .fc-view .fc-day-number {
        transition: none
    }
}

@media (min-width: 576px) {
    .main-calendar .fc-view.fc-agenda-view .fc-day-header > a > span:first-child {
        font-size: 11px;
        font-weight: 400
    }
}

@media (min-width: 576px) {
    .main-calendar .fc-view.fc-agenda-view .fc-day-header > a > span:last-child {
        font-size: 25px
    }
}

@media (min-width: 992px) {
    .main-calendar .fc-view.fc-listMonth-view .fc-scroller, .main-calendar .fc-view.fc-listWeek-view .fc-scroller {
        padding: 0
    }
}

@media (min-width: 576px) {
    .main-calendar .fc-view.fc-listMonth-view .fc-list-heading, .main-calendar .fc-view.fc-listWeek-view .fc-list-heading {
        flex: 0 0 15%;
        max-width: 15%
    }
}

@media (min-width: 768px) {
    .main-calendar .fc-view.fc-listMonth-view .fc-list-heading, .main-calendar .fc-view.fc-listWeek-view .fc-list-heading {
        flex: 0 0 12%;
        max-width: 12%
    }
}

@media (min-width: 992px) {
    .main-calendar .fc-view.fc-listMonth-view .fc-list-heading, .main-calendar .fc-view.fc-listWeek-view .fc-list-heading {
        flex: 0 0 10%;
        max-width: 10%
    }
}

@media (min-width: 1200px) {
    .main-calendar .fc-view.fc-listMonth-view .fc-list-heading, .main-calendar .fc-view.fc-listWeek-view .fc-list-heading {
        flex: 0 0 8%;
        max-width: 8%
    }
}

@media (min-width: 576px) {
    .main-calendar .fc-view.fc-listMonth-view .fc-list-item, .main-calendar .fc-view.fc-listWeek-view .fc-list-item {
        flex: 0 0 calc(85% - 5px);
        max-width: calc(85% - 5px)
    }
}

@media (min-width: 768px) {
    .main-calendar .fc-view.fc-listMonth-view .fc-list-item, .main-calendar .fc-view.fc-listWeek-view .fc-list-item {
        flex: 0 0 calc(88% - 5px);
        max-width: calc(88% - 5px)
    }
}

@media (min-width: 992px) {
    .main-calendar .fc-view.fc-listMonth-view .fc-list-item, .main-calendar .fc-view.fc-listWeek-view .fc-list-item {
        flex: 0 0 calc(90% - 5px);
        max-width: calc(90% - 5px)
    }
}

@media (min-width: 1200px) {
    .main-calendar .fc-view.fc-listMonth-view .fc-list-item, .main-calendar .fc-view.fc-listWeek-view .fc-list-item {
        flex: 0 0 calc(92% - 5px);
        max-width: calc(92% - 5px)
    }
}

@media (min-width: 576px) {
    .main-calendar .fc-view.fc-listMonth-view .fc-list-item + .fc-list-item, .main-calendar .fc-view.fc-listWeek-view .fc-list-item + .fc-list-item {
        margin-left: 15%
    }
}

@media (min-width: 768px) {
    .main-calendar .fc-view.fc-listMonth-view .fc-list-item + .fc-list-item, .main-calendar .fc-view.fc-listWeek-view .fc-list-item + .fc-list-item {
        margin-left: 12%
    }
}

@media (min-width: 992px) {
    .main-calendar .fc-view.fc-listMonth-view .fc-list-item + .fc-list-item, .main-calendar .fc-view.fc-listWeek-view .fc-list-item + .fc-list-item {
        margin-left: 10%
    }
}

@media (min-width: 1200px) {
    .main-calendar .fc-view.fc-listMonth-view .fc-list-item + .fc-list-item, .main-calendar .fc-view.fc-listWeek-view .fc-list-item + .fc-list-item {
        margin-left: 8%
    }
}

@media (min-width: 576px) {
    .main-calendar .fc-axis {
        font-size: 13px
    }
}

@media (min-width: 576px) {
    .main-calendar .fc-event {
        border-top-width: 0;
        border-left-width: 2px;
        padding: 3px 4px
    }
}

@media (min-width: 576px) {
    .main-calendar .fc-agendaWeek-view .fc-time-grid-event > div, .main-calendar .fc-event.fc-day-grid-event > div {
        display: block
    }
}

@media (min-width: 992px) {
    .main-calendar .fc-agendaWeek-view .fc-time-grid-event > div .fc-desc {
        display: block
    }
}

.main-modal-calendar-schedule .modal-content {
    border-width: 0;
    position: relative
}

.main-modal-calendar-schedule .modal-content > .close {
    position: absolute;
    top: 20px;
    right: 25px;
    font-size: 28px;
    font-weight: 700;
    color: #a8afc7;
    text-shadow: none
}

.main-modal-calendar-schedule .modal-header {
    padding: 20px 25px
}

.main-modal-calendar-schedule .modal-body {
    padding: 30px 25px
}

.main-modal-calendar-schedule .form-group-date {
    display: flex;
    align-items: center;
    border: 1px solid #e8e8f7;
    background-color: #f1f2f9;
    padding: 10px 5px;
    color: #4a4d51;
    font-size: 13px;
    font-weight: 600
}

.main-modal-calendar-schedule .form-group-date > i {
    font-size: 32px;
    line-height: 0;
    margin-right: 10px;
    opacity: .5
}

.main-modal-calendar-schedule .select2-container {
    width: 100% !important
}

.main-modal-calendar-event .modal-content {
    border-width: 0;
    position: relative;
    background-color: transparent
}

.main-modal-calendar-event .modal-content > .close {
    font-size: 18px;
    text-shadow: none
}

.main-modal-calendar-event .modal-header {
    position: relative;
    padding: 20px;
    border-bottom-width: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.main-modal-calendar-event .nav-modal-event {
    align-items: center
}

.main-modal-calendar-event .nav-modal-event .nav-link {
    padding: 0;
    color: hsla(0, 0%, 100%, .75);
    font-size: 21px;
    line-height: 0;
    position: relative;
    transition: all .2s ease-in-out
}

.main-modal-calendar-event .nav-modal-event .nav-link:focus, .main-modal-calendar-event .nav-modal-event .nav-link:hover {
    color: #fff
}

.main-modal-calendar-event .nav-modal-event .nav-link + .nav-link {
    margin-left: 15px
}

.main-modal-calendar-event .nav-modal-event .nav-link:last-child {
    font-size: 24px
}

.main-modal-calendar-event .event-title {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 1
}

.main-modal-calendar-event .modal-body {
    padding: 20px;
    background-color: #fff
}

.main-modal-calendar-event .event-end-date, .main-modal-calendar-event .event-start-date {
    color: #4a4d51;
    font-weight: 500
}

.main-modal-calendar-event .event-desc {
    margin-top: 5px
}

.main-modal-calendar-event .event-desc:empty {
    margin-bottom: 5px
}

@media (min-width: 576px) {
    .main-modal-calendar-event .modal-header {
        padding: 20px 25px
    }
}

@media (prefers-reduced-motion: reduce) {
    .main-modal-calendar-event .nav-modal-event .nav-link {
        transition: none
    }
}

@media (min-width: 576px) {
    .main-modal-calendar-event .modal-body {
        padding: 30px
    }
}

@media (max-width: 991.98px) {
    .main-content-body-show .main-header-menu-icon {
        display: none
    }

    .main-content-body-show .main-header-left .main-header-arrow {
        display: block
    }

    .main-content-body-show .main-content-left-chat {
        display: none
    }

    .main-content-body-show .main-content-body-chat {
        display: flex
    }
}

.main-content-left-chat {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 0
}

.main-nav-line-chat {
    border-bottom: 1px solid #e8e8f7;
    flex-shrink: 0;
    flex-direction: row;
    padding: 19px 19px 19px 20px
}

.main-nav-line-chat .nav-link {
    font-size: 13px;
    font-weight: 700;
    color: #3b4863;
    text-transform: uppercase
}

.main-nav-line-chat .nav-link:active, .main-nav-line-chat .nav-link:focus, .main-nav-line-chat .nav-link:hover {
    outline: none
}

.main-nav-line-chat .nav-link + .nav-link {
    margin-top: 0;
    margin-right: 30px
}

.main-chat-contacts-wrapper {
    padding: 10px 20px;
    flex-shrink: 0;
    border-bottom: 1px solid #e8e8f7;
    overflow: hidden
}

.main-chat-contacts-wrapper .card-table-two .card-title, .main-chat-contacts-wrapper .main-content-label {
    margin-bottom: 15px;
    line-height: 1
}

@media (min-width: 992px) {
    .main-chat-contacts-wrapper {
        padding: 10px 15px 10px 0
    }
}

.card-dashboard-eight .main-chat-contacts-wrapper .card-title, .card-table-two .main-chat-contacts-wrapper .card-title, .main-chat-contacts-wrapper .card-dashboard-eight .card-title {
    margin-bottom: 15px;
    line-height: 1
}

.main-chat-contacts-wrapper .lSSlideOuter, .main-chat-contacts-wrapper .lSSlideWrapper {
    overflow: visible
}

.main-chat-contacts {
    padding-left: 20px;
    display: flex
}

.main-chat-contacts .lslide {
    display: flex;
    flex-direction: column;
    align-items: center;
    float: none
}

.main-chat-contacts small {
    font-size: 11px;
    width: 36px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-top: 3px;
    text-align: center
}

.main-chat-contacts-more {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    font-size: 12px;
    font-weight: 500;
    color: #fff
}

@media (min-width: 992px) {
    .main-chat-list {
        height: calc(100% - 134px);
        position: relative
    }
}

.main-chat-list .media {
    padding: 12px 20px;
    border: 1px solid transparent;
    position: relative
}

.main-chat-list .media .main-img-user {
    flex-shrink: 0;
    top: 3px
}

.main-chat-list .media + .media {
    margin-top: -1px;
    border-top: 1px solid #e8e8f7
}

.main-chat-list .media.new {
    background-color: #fff
}

.main-chat-list .media.new .main-img-user span {
    display: flex
}

.main-chat-list .media.new .media-contact-name span:first-child {
    font-weight: 500;
    color: #404c6d
}

.main-chat-list .media.new .media-body p {
    color: #4a4d51
}

.main-chat-list .media:focus, .main-chat-list .media:hover {
    cursor: pointer;
    background-color: #f4f5fb;
    border-top-color: #f0f0ff;
    border-bottom-color: #f0f0ff
}

.main-chat-list .media:focus:first-child, .main-chat-list .media:hover:first-child {
    border-top-color: transparent
}

.main-chat-list .media.selected {
    background-color: #f1f2f9;
    border-top-color: #f0f0ff;
    border-bottom-color: #f0f0ff
}

.main-chat-list .media.selected:first-child {
    border-top-color: transparent
}

.main-chat-list .media.selected:after {
    display: block
}

.main-chat-list .media.selected .media-contact-name span:first-child {
    color: #404c6d
}

.main-chat-list .media.selected .media-body p {
    color: #4a4d51
}

.main-chat-list .main-img-user span {
    position: absolute;
    top: 0;
    right: -2px;
    width: 14px;
    height: 14px;
    display: none;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    font-size: 9px;
    font-weight: 500;
    color: #fff;
    background-color: #f16d75;
    box-shadow: 0 0 0 2px #fff
}

.main-chat-list .media-body {
    margin-right: 15px
}

.main-chat-list .media-body p {
    font-size: 13px;
    margin-bottom: 0;
    color: #a8afc7;
    line-height: 1.35
}

.main-chat-list .media-contact-name {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2px
}

.main-chat-list .media-contact-name span:first-child {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #404c6d
}

.main-chat-list .media-contact-name span:last-child {
    display: block;
    font-size: 11px;
    color: #a8afc7
}

@media (min-width: 992px) {
    .main-chat-list .media {
        padding: 12px 15px
    }
}

.main-content-body-chat {
    flex-direction: column
}

@media (min-width: 992px) {
    .main-content-body-chat {
        display: flex
    }
}

.main-chat-header {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 15px 12px;
    border-bottom: 1px solid #e8e8f7
}

.main-chat-header .nav {
    margin-right: auto;
    align-items: center
}

.main-chat-header .nav-link {
    padding: 0;
    color: #a8afc7;
    font-size: 16px;
    display: none
}

.main-chat-header .nav-link:first-child {
    display: block
}

.main-chat-header .nav-link i {
    line-height: 0
}

.main-chat-header .nav-link .typcn {
    line-height: .9
}

.main-chat-header .nav-link .typcn:before {
    width: auto
}

.main-chat-header .nav-link + .nav-link {
    margin-right: 15px
}

@media (min-width: 576px) {
    .main-chat-header .nav-link {
        display: block
    }

    .main-chat-header .nav-link:first-child {
        display: none
    }
}

.main-chat-msg-name {
    margin-right: 15px
}

.main-chat-msg-name h6 {
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 700;
    color: #4a4d51
}

.main-chat-msg-name small {
    font-size: 12px;
    color: #a8afc7
}

.main-chat-body {
    position: relative
}

.main-chat-body .content-inner {
    padding: 20px
}

.main-chat-body .media + .media {
    margin-top: 20px
}

.main-chat-body .media.flex-row-reverse .media-body {
    margin-right: 20px;
    align-items: flex-end
}

.main-chat-body .media.flex-row-reverse .main-msg-wrapper {
    background-color: #e9e9f9;
    color: #1e1635;
    position: relative
}

.main-chat-body .media.flex-row-reverse .main-msg-wrapper:after, .main-chat-body .media.flex-row-reverse .main-msg-wrapper:before {
    left: auto;
    right: 100%;
    border-left-color: transparent;
    border-right-color: #e9e9f9
}

.main-chat-body .media.flex-row-reverse .main-msg-wrapper:before {
    margin-top: -6px
}

.main-chat-body .media.flex-row-reverse .main-msg-wrapper:after {
    border-width: 8px;
    margin-top: -8px
}

@media (min-width: 992px) {
    .main-chat-body {
        padding-bottom: 0;
        height: calc(100% - 105px);
        overflow: hidden
    }
}

@media (min-width: 576px) {
    .main-chat-body .media.flex-row-reverse .media-body {
        margin-right: 55px
    }
}

.main-msg-wrapper {
    position: relative
}

.main-msg-wrapper:after, .main-msg-wrapper:before {
    -o-border-image: none;
    border-image: none;
    border: solid transparent;
    border-left: solid #f4f6ff;
    content: " ";
    height: 0;
    pointer-events: none;
    position: absolute;
    left: 100%;
    top: 50%;
    width: 0
}

.main-msg-wrapper:before {
    margin-top: -6px
}

.main-msg-wrapper:after {
    border-width: 8px;
    margin-top: -8px
}

.main-chat-body .media-body {
    margin-left: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.main-chat-body .media-body > div:last-child {
    font-size: 11px;
    color: #a8afc7;
    display: flex;
    align-items: center
}

@media (min-width: 576px) {
    .main-chat-body .media-body {
        margin-right: 55px
    }
}

.main-chat-time {
    display: block;
    position: relative;
    text-align: center;
    margin: 20px 0
}

.main-chat-time:first-of-type {
    margin-top: 0
}

.main-chat-time span {
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: #e6f3f9;
    padding: 5px;
    border-radius: 4px
}

.main-msg-wrapper {
    padding: 10px 15px;
    background-color: #f4f6ff;
    font-size: 13px;
    margin-bottom: 5px;
    display: inline-block;
    border-radius: 4px
}

.main-chat-footer {
    flex-shrink: 0;
    display: flex;
    height: 50px;
    padding: 0 20px;
    border-top: 1px solid #e8e8f7;
    background-color: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0
}

.main-chat-footer, .main-chat-footer .nav {
    align-items: center
}

.main-chat-footer .nav-link {
    padding: 0;
    color: #a8afc7;
    font-size: 16px;
    display: none
}

.main-chat-footer .nav-link + .nav-link {
    margin-right: 10px
}

.main-chat-footer .form-control {
    flex: 1;
    margin: 0 10px;
    padding-left: 0;
    padding-right: 0;
    border-width: 0
}

.main-chat-footer .form-control:focus, .main-chat-footer .form-control:hover {
    box-shadow: none
}

@media (min-width: 992px) {
    .main-chat-footer {
        position: relative;
        bottom: auto;
        left: auto;
        right: auto
    }
}

@media (min-width: 576px) {
    .main-chat-footer .nav-link {
        display: block
    }
}

@media (min-width: 576px) {
    .main-chat-footer .form-control {
        margin-left: 20px
    }
}

@media (min-width: 768px) {
    .main-chat-footer .form-control {
        margin: 0 20px
    }
}

.main-msg-send {
    font-size: 20px
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .main-content-body-show .main-header-contacts .main-header-menu-icon {
        display: flex
    }

    .main-content-body-show .main-content-left-contacts {
        display: block
    }
}

.main-content-left-contacts {
    width: 100%;
    display: block;
    padding: 0
}

@media (max-width: 768px) {
    .main-contacts-list {
        height: 570px !important;
        max-height: 570px !important
    }
}

@media (min-width: 769px) {
    .main-contacts-list {
        height: 800px !important;
        max-height: 800px !important
    }
}

.main-contact-label {
    padding-top: 20px;
    padding-bottom: 5px;
    padding-right: 20px;
    font-weight: 500;
    font-size: 12px;
    color: #a8afc7;
    position: relative;
    z-index: 0
}

.main-contact-label:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    border-bottom: 1px solid #e8e8f7;
    z-index: 5
}

.main-contact-item {
    padding: 10px 20px;
    border: 1px solid transparent;
    border-right-width: 0;
    display: flex;
    position: relative;
    cursor: pointer
}

.main-contact-item + .main-contact-item {
    margin-top: -1px;
    border-top: 1px solid #e8e8f7
}

.main-contact-item:focus, .main-contact-item:hover {
    background-color: #f1f2f9;
    border-top-color: #f0f0ff;
    border-bottom-color: #f0f0ff
}

.main-contact-item.selected {
    z-index: 0;
    border-left-color: #f0f0ff;
    border-top-color: #f0f0ff;
    border-bottom-color: #f0f0ff;
    background-color: #f9f9ff
}

@media (min-width: 992px) {
    .main-contact-item {
        padding: 10px 15px
    }
}

.main-contact-body {
    flex: 1;
    margin-right: 15px
}

.main-contact-body h6 {
    color: #454567;
    font-weight: 500;
    margin-bottom: 2px
}

.main-contact-body span {
    font-size: 13px;
    color: #a8afc7
}

.main-contact-star {
    font-size: 16px;
    color: #a8afc7
}

.main-contact-star:focus, .main-contact-star:hover {
    color: #a8afc7
}

.main-contact-star.active {
    color: #ff9b21
}

@media (min-width: 992px) {
    .main-content-body-contacts {
        overflow: hidden
    }
}

.main-contact-info-header {
    padding-top: 40px;
    padding-right: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e8e8f7;
    position: relative
}

.main-contact-info-header .media {
    display: block
}

.main-contact-info-header .main-img-user {
    width: 100px;
    height: 100px
}

.main-contact-info-header .main-img-user:after {
    display: none
}

.main-contact-info-header .main-img-user a {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background-color: #f9f9ff;
    color: #454567;
    font-size: 18px;
    line-height: .9;
    box-shadow: 0 0 0 2px #f0f0ff;
    border-radius: 100%
}

.main-contact-info-header .main-img-user a:focus, .main-contact-info-header .main-img-user a:hover {
    color: #fff;
    box-shadow: 0 0 0 2px 557 ef6
}

.main-contact-info-header .media-body {
    margin-top: 30px
}

.main-contact-info-header .media-body h4 {
    color: #454567;
    font-size: 21px;
    font-weight: 500;
    margin-bottom: 2px;
    line-height: 1
}

.main-contact-info-header .media-body p {
    font-size: 13px;
    color: #3c4858;
    margin-bottom: 15px
}

.main-contact-info-header .media-body .nav-link {
    padding: 0;
    display: flex;
    align-items: center;
    color: #a8afc7;
    font-size: 13px
}

.main-contact-info-header .media-body .nav-link i {
    font-size: 18px;
    line-height: 0;
    margin-right: 5px
}

.main-contact-info-header .media-body .nav-link i.typcn {
    line-height: .9
}

.main-contact-info-header .media-body .nav-link i.typcn:before {
    width: auto
}

.main-contact-info-header .media-body .nav-link + .nav-link {
    margin-left: 10px
}

@media (min-width: 992px) {
    .main-contact-info-header .media {
        display: flex;
        align-items: center
    }
}

@media (min-width: 992px) {
    .main-contact-info-header .media-body {
        margin-top: 0;
        margin-right: 30px
    }
}

@media (min-width: 576px) {
    .main-contact-info-header .media-body .nav-link {
        font-size: .875rem
    }
}

@media (min-width: 576px) {
    .main-contact-info-header .media-body .nav-link i {
        margin-right: 7px
    }
}

@media (min-width: 576px) {
    .main-contact-info-header .media-body .nav-link + .nav-link {
        margin-left: 25px
    }
}

.main-contact-action {
    position: absolute;
    top: 0;
    left: 20px;
    display: flex
}

.main-contact-action a {
    display: flex;
    align-items: center;
    color: #a8afc7;
    font-size: 12px
}

@media (min-width: 992px) {
    .main-contact-action {
        left: 0
    }
}

.main-contact-info-body {
    padding: 1.25rem
}

.main-contact-info-body .media-list {
    padding: 15px 0
}

.main-contact-info-body .media {
    align-items: center;
    position: relative
}

.main-contact-info-body .media + .media {
    margin-top: 15px
}

.main-contact-info-body .media:last-child {
    margin-bottom: 15px
}

.main-contact-info-body .media-icon {
    font-size: 24px;
    color: #a8afc7;
    line-height: 1;
    width: 40px;
    text-align: center
}

.main-contact-info-body .media-body > div + div {
    margin-top: 15px
}

.main-contact-info-body .media-body label {
    color: #848eb1;
    margin-bottom: 0;
    display: block;
    font-size: 13px
}

.main-contact-info-body .media-body span {
    display: block;
    color: #616c8c;
    font-weight: 500
}

@media (min-width: 992px) {
    .main-contact-info-body {
        padding: 1.25rem;
        height: calc(100% - 126px);
        position: relative
    }
}

@media (min-width: 992px) {
    .main-contact-info-body .media-icon {
        width: 100px
    }
}

@media (min-width: 992px) {
    .main-contact-info-body .media-body {
        display: flex
    }
}

@media (min-width: 992px) {
    .main-contact-info-body .media-body > div {
        flex: 1
    }
}

@media (min-width: 992px) {
    .main-contact-info-body .media-body > div + div {
        margin-top: 0
    }
}

.main-signin-wrapper {
    flex: 1;
    display: flex;
    justify-content: center
}

.main-card-signin {
    height: 560px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: hsla(0, 0%, 100%, .5)
}

@media (min-width: 480px) {
    .main-card-signin {
        border: 1px solid #e8e8f7;
        width: 360px;
        padding: 30px 35px
    }
}

.main-signin-header h2 {
    font-weight: 500;
    letter-spacing: -1px
}

.main-signin-header h4 {
    font-weight: 400;
    color: #4a4d51;
    margin-bottom: 25px
}

.main-signin-header label {
    color: #a8afc7
}

.main-signin-header .form-control {
    color: #4a4d51;
    font-weight: 500;
    border-width: 2px;
    border-color: #f0f0ff
}

.main-signin-header .form-control:focus {
    border-color: #b4bdce;
    box-shadow: none
}

.main-signin-header .form-control::-moz-placeholder {
    font-weight: 400;
    color: #a8afc7
}

.main-signin-header .form-control:-ms-input-placeholder {
    font-weight: 400;
    color: #a8afc7
}

.main-signin-header .form-control::placeholder {
    font-weight: 400;
    color: #a8afc7
}

.main-signin-header .btn, .main-signin-header .sp-container button, .sp-container .main-signin-header button {
    margin-top: 25px
}

.main-signin-footer p {
    color: #a8afc7
}

.main-signin-footer p:first-child {
    margin-bottom: 5px
}

.main-signin-footer p:last-child {
    margin-bottom: 0
}

.main-signin-footer a {
    color: #4a4d51;
    font-weight: 700
}

.main-signup-wrapper {
    flex: 1;
    display: flex;
    justify-content: center;
    background-color: rgba(244, 245, 248, .2)
}

@media (min-width: 992px) {
    .main-signup-wrapper {
        justify-content: flex-end
    }
}

.main-column-signup-left {
    flex: 1;
    padding: 30px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    display: none
}

.main-column-signup-left > div {
    max-width: 500px
}

.main-column-signup-left .typcn {
    font-size: 80px;
    margin-bottom: 50px
}

.main-column-signup-left .typcn:before {
    width: auto
}

.main-column-signup-left .main-logo {
    font-size: 40px;
    line-height: 1
}

.main-column-signup-left h5 {
    color: #4a4d51;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 25px
}

.main-column-signup-left p {
    line-height: 1.7;
    margin-bottom: 25px
}

.main-column-signup-left .btn, .main-column-signup-left .sp-container button {
    border-width: 2px;
    padding-left: 25px;
    padding-right: 25px;
    font-weight: 700;
    text-transform: uppercase;
    height: 38px
}

@media (min-width: 576px) {
    .main-column-signup-left {
        padding: 40px
    }
}

@media (min-width: 992px) {
    .main-column-signup-left {
        display: flex
    }
}

.sp-container .main-column-signup-left button {
    border-width: 2px;
    padding-left: 25px;
    padding-right: 25px;
    font-weight: 700;
    text-transform: uppercase;
    height: 38px
}

.main-column-signup {
    background-color: #fff;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

@media (min-width: 576px) {
    .main-column-signup {
        padding: 40px;
        width: 500px
    }
}

@media (min-width: 992px) {
    .main-column-signup {
        border-left: 1px solid #e8e8f7
    }
}

.main-signup-header h2 {
    font-weight: 500;
    letter-spacing: -1px
}

.main-signup-header h4 {
    font-size: 20px;
    font-weight: 400;
    color: #4a4d51;
    margin-bottom: 25px
}

.main-signup-header label {
    color: #a8afc7
}

.main-signup-header .form-control {
    color: #4a4d51;
    font-weight: 500;
    border-width: 2px;
    border-color: #f0f0ff
}

.main-signup-header .form-control:focus {
    border-color: #b4bdce;
    box-shadow: none
}

.main-signup-header .form-control::-moz-placeholder {
    font-weight: 400;
    color: #a8afc7
}

.main-signup-header .form-control:-ms-input-placeholder {
    font-weight: 400;
    color: #a8afc7
}

.main-signup-header .form-control::placeholder {
    font-weight: 400;
    color: #a8afc7
}

.main-signup-header > .btn, .sp-container .main-signup-header > button {
    margin-top: 25px
}

.main-signup-header .row {
    margin-top: 20px
}

.main-signup-header .row > div .btn i, .main-signup-header .row > div .sp-container button i, .sp-container .main-signup-header .row > div button i {
    font-size: 15px;
    line-height: 0;
    margin-right: 5px
}

.main-signup-header .row > div:first-child .btn, .main-signup-header .row > div:first-child .sp-container button, .sp-container .main-signup-header .row > div:first-child button {
    background-color: #4267b2;
    color: #fff
}

.main-signup-header .row > div:first-child .btn:focus, .main-signup-header .row > div:first-child .btn:hover, .main-signup-header .row > div:first-child .sp-container button:focus, .main-signup-header .row > div:first-child .sp-container button:hover, .sp-container .main-signup-header .row > div:first-child button:focus, .sp-container .main-signup-header .row > div:first-child button:hover {
    background-color: #375694;
    color: #fff
}

.main-signup-footer p {
    color: #a8afc7;
    margin-bottom: 0
}

.main-signup-footer a {
    color: #4a4d51;
    font-weight: 700
}

.main-error-wrapper {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 20px;
    text-align: center
}

.main-error-wrapper h1 {
    line-height: 1;
    font-size: 8rem;
    font-weight: 700;
    color: #4a4d51
}

.main-error-wrapper h2 {
    font-weight: 500;
    color: #3b4863;
    letter-spacing: -.5px;
    margin-bottom: 15px
}

.main-error-wrapper h6 {
    margin-bottom: 40px;
    font-size: 14px
}

.main-error-wrapper .btn, .main-error-wrapper .sp-container button, .sp-container .main-error-wrapper button {
    border-width: 2px;
    font-weight: 400
}


.payment {
    width: 2.5rem;
    height: 1.5rem;
    display: inline-block;
    background: no-repeat 50%/100% 100%;
    vertical-align: bottom;
    font-style: normal;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, .1);
    border-radius: 2px
}

.payment-2checkout-dark {
    background-image: url(../../img/payments/2checkout-dark.svg)
}

.payment-2checkout {
    background-image: url(../../img/payments/2checkout.svg)
}

.payment-alipay-dark {
    background-image: url(../../img/payments/alipay-dark.svg)
}

.payment-alipay {
    background-image: url(../../img/payments/alipay.svg)
}

.payment-amazon-dark {
    background-image: url(../../img/payments/amazon-dark.svg)
}

.payment-amazon {
    background-image: url(../../img/payments/amazon.svg)
}

.payment-americanexpress-dark {
    background-image: url(../../img/payments/americanexpress-dark.svg)
}

.payment-americanexpress {
    background-image: url(../../img/payments/americanexpress.svg)
}

.payment-applepay-dark {
    background-image: url(../../img/payments/applepay-dark.svg)
}

.payment-applepay {
    background-image: url(../../img/payments/applepay.svg)
}

.payment-bancontact-dark {
    background-image: url(../../img/payments/bancontact-dark.svg)
}

.payment-bancontact {
    background-image: url(../../img/payments/bancontact.svg)
}

.payment-bitcoin-dark {
    background-image: url(../../img/payments/bitcoin-dark.svg)
}

.payment-bitcoin {
    background-image: url(../../img/payments/bitcoin.svg)
}

.payment-bitpay-dark {
    background-image: url(../../img/payments/bitpay-dark.svg)
}

.payment-bitpay {
    background-image: url(../../img/payments/bitpay.svg)
}

.payment-cirrus-dark {
    background-image: url(../../img/payments/cirrus-dark.svg)
}

.payment-cirrus {
    background-image: url(../../img/payments/cirrus.svg)
}

.payment-clickandbuy-dark {
    background-image: url(../../img/payments/clickandbuy-dark.svg)
}

.payment-clickandbuy {
    background-image: url(../../img/payments/clickandbuy.svg)
}

.payment-coinkite-dark {
    background-image: url(../../img/payments/coinkite-dark.svg)
}

.payment-coinkite {
    background-image: url(../../img/payments/coinkite.svg)
}

.payment-dinersclub-dark {
    background-image: url(../../img/payments/dinersclub-dark.svg)
}

.payment-dinersclub {
    background-image: url(../../img/payments/dinersclub.svg)
}

.payment-directdebit-dark {
    background-image: url(../../img/payments/directdebit-dark.svg)
}

.payment-directdebit {
    background-image: url(../../img/payments/directdebit.svg)
}

.payment-discover-dark {
    background-image: url(../../img/payments/discover-dark.svg)
}

.payment-discover {
    background-image: url(../../img/payments/discover.svg)
}

.payment-dwolla-dark {
    background-image: url(../../img/payments/dwolla-dark.svg)
}

.payment-dwolla {
    background-image: url(../../img/payments/dwolla.svg)
}

.payment-ebay-dark {
    background-image: url(../../img/payments/ebay-dark.svg)
}

.payment-ebay {
    background-image: url(../../img/payments/ebay.svg)
}

.payment-eway-dark {
    background-image: url(../../img/payments/eway-dark.svg)
}

.payment-eway {
    background-image: url(../../img/payments/eway.svg)
}

.payment-giropay-dark {
    background-image: url(../../img/payments/giropay-dark.svg)
}

.payment-giropay {
    background-image: url(../../img/payments/giropay.svg)
}

.payment-googlewallet-dark {
    background-image: url(../../img/payments/googlewallet-dark.svg)
}

.payment-googlewallet {
    background-image: url(../../img/payments/googlewallet.svg)
}

.payment-ingenico-dark {
    background-image: url(../../img/payments/ingenico-dark.svg)
}

.payment-ingenico {
    background-image: url(../../img/payments/ingenico.svg)
}

.payment-jcb-dark {
    background-image: url(../../img/payments/jcb-dark.svg)
}

.payment-jcb {
    background-image: url(../../img/payments/jcb.svg)
}

.payment-klarna-dark {
    background-image: url(../../img/payments/klarna-dark.svg)
}

.payment-klarna {
    background-image: url(../../img/payments/klarna.svg)
}

.payment-laser-dark {
    background-image: url(../../img/payments/laser-dark.svg)
}

.payment-laser {
    background-image: url(../../img/payments/laser.svg)
}

.payment-maestro-dark {
    background-image: url(../../img/payments/maestro-dark.svg)
}

.payment-maestro {
    background-image: url(../../img/payments/maestro.svg)
}

.payment-mastercard-dark {
    background-image: url(../../img/payments/mastercard-dark.svg)
}

.payment-mastercard {
    background-image: url(../../img/payments/mastercard.svg)
}

.payment-monero-dark {
    background-image: url(../../img/payments/monero-dark.svg)
}

.payment-monero {
    background-image: url(../../img/payments/monero.svg)
}

.payment-neteller-dark {
    background-image: url(../../img/payments/neteller-dark.svg)
}

.payment-neteller {
    background-image: url(../../img/payments/neteller.svg)
}

.payment-ogone-dark {
    background-image: url(../../img/payments/ogone-dark.svg)
}

.payment-ogone {
    background-image: url(../../img/payments/ogone.svg)
}

.payment-okpay-dark {
    background-image: url(../../img/payments/okpay-dark.svg)
}

.payment-okpay {
    background-image: url(../../img/payments/okpay.svg)
}

.payment-paybox-dark {
    background-image: url(../../img/payments/paybox-dark.svg)
}

.payment-paybox {
    background-image: url(../../img/payments/paybox.svg)
}

.payment-paymill-dark {
    background-image: url(../../img/payments/paymill-dark.svg)
}

.payment-paymill {
    background-image: url(../../img/payments/paymill.svg)
}

.payment-payone-dark {
    background-image: url(../../img/payments/payone-dark.svg)
}

.payment-payone {
    background-image: url(../../img/payments/payone.svg)
}

.payment-payoneer-dark {
    background-image: url(../../img/payments/payoneer-dark.svg)
}

.payment-payoneer {
    background-image: url(../../img/payments/payoneer.svg)
}

.payment-paypal-dark {
    background-image: url(../../img/payments/paypal-dark.svg)
}

.payment-paypal {
    background-image: url(../../img/payments/paypal.svg)
}

.payment-paysafecard-dark {
    background-image: url(../../img/payments/paysafecard-dark.svg)
}

.payment-paysafecard {
    background-image: url(../../img/payments/paysafecard.svg)
}

.payment-payu-dark {
    background-image: url(../../img/payments/payu-dark.svg)
}

.payment-payu {
    background-image: url(../../img/payments/payu.svg)
}

.payment-payza-dark {
    background-image: url(../../img/payments/payza-dark.svg)
}

.payment-payza {
    background-image: url(../../img/payments/payza.svg)
}

.payment-ripple-dark {
    background-image: url(../../img/payments/ripple-dark.svg)
}

.payment-ripple {
    background-image: url(../../img/payments/ripple.svg)
}

.payment-sage-dark {
    background-image: url(../../img/payments/sage-dark.svg)
}

.payment-sage {
    background-image: url(../../img/payments/sage.svg)
}

.payment-sepa-dark {
    background-image: url(../../img/payments/sepa-dark.svg)
}

.payment-sepa {
    background-image: url(../../img/payments/sepa.svg)
}

.payment-shopify-dark {
    background-image: url(../../img/payments/shopify-dark.svg)
}

.payment-shopify {
    background-image: url(../../img/payments/shopify.svg)
}

.payment-skrill-dark {
    background-image: url(../../img/payments/skrill-dark.svg)
}

.payment-skrill {
    background-image: url(../../img/payments/skrill.svg)
}

.payment-solo-dark {
    background-image: url(../../img/payments/solo-dark.svg)
}

.payment-solo {
    background-image: url(../../img/payments/solo.svg)
}

.payment-square-dark {
    background-image: url(../../img/payments/square-dark.svg)
}

.payment-square {
    background-image: url(../../img/payments/square.svg)
}

.payment-stripe-dark {
    background-image: url(../../img/payments/stripe-dark.svg)
}

.payment-stripe {
    background-image: url(../../img/payments/stripe.svg)
}

.payment-switch-dark {
    background-image: url(../../img/payments/switch-dark.svg)
}

.payment-switch {
    background-image: url(../../img/payments/switch.svg)
}

.payment-ukash-dark {
    background-image: url(../../img/payments/ukash-dark.svg)
}

.payment-ukash {
    background-image: url(../../img/payments/ukash.svg)
}

.payment-unionpay-dark {
    background-image: url(../../img/payments/unionpay-dark.svg)
}

.payment-unionpay {
    background-image: url(../../img/payments/unionpay.svg)
}

.payment-verifone-dark {
    background-image: url(../../img/payments/verifone-dark.svg)
}

.payment-verifone {
    background-image: url(../../img/payments/verifone.svg)
}

.payment-verisign-dark {
    background-image: url(../../img/payments/verisign-dark.svg)
}

.payment-verisign {
    background-image: url(../../img/payments/verisign.svg)
}

.payment-visa-dark {
    background-image: url(../../img/payments/visa-dark.svg)
}

.payment-visa {
    background-image: url(../../img/payments/visa.svg)
}

.payment-webmoney-dark {
    background-image: url(../../img/payments/webmoney-dark.svg)
}

.payment-webmoney {
    background-image: url(../../img/payments/webmoney.svg)
}

.payment-westernunion-dark {
    background-image: url(../../img/payments/westernunion-dark.svg)
}

.payment-westernunion {
    background-image: url(../../img/payments/westernunion.svg)
}

.payment-worldpay-dark {
    background-image: url(../../img/payments/worldpay-dark.svg)
}

.payment-worldpay {
    background-image: url(../../img/payments/worldpay.svg)
}

svg {
    touch-action: none
}

.main-content-left-invoice {
    display: block;
    padding: 0
}

@media (max-width: 991.98px) {
    .main-content-left-invoice {
        width: 100%
    }
}

@media (min-width: 992px) {
    .main-content-left-invoice {
        border-right: 1px solid #e8e8f7
    }
}

.main-invoice-list {
    position: relative;
    border-top: 1px solid #e8e8f7
}

.main-invoice-list .media {
    align-items: center;
    border: 1px solid transparent;
    border-right-width: 0;
    padding: 10px 20px;
    position: relative
}

.main-invoice-list .media:focus, .main-invoice-list .media:hover {
    cursor: pointer;
    background-color: #f1f2f9
}

.main-invoice-list .media + .media {
    margin-top: -1px
}

.main-invoice-list .media + .media:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 55px;
    right: 0;
    border-top: 1px dotted #f0f0ff
}

.main-invoice-list .media-icon {
    width: 24px;
    text-align: center;
    font-size: 32px;
    color: #a8afc7
}

.main-invoice-list .media-body {
    margin-left: 15px
}

.main-invoice-list .media-body h6 {
    font-weight: 500;
    color: #4a4d51;
    margin-bottom: 3px
}

.main-invoice-list .media-body div, .main-invoice-list .media-body h6 {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.main-invoice-list .media-body p {
    margin-bottom: 0;
    font-size: 11px;
    color: #3b4863
}

.main-invoice-list .media-body p span {
    color: #a8afc7
}

.main-invoice-list .selected {
    background-color: #f1f2f9;
    border-top-color: #f0f0ff;
    border-bottom-color: #f0f0ff
}

.main-invoice-list .selected:first-child {
    border-top-color: transparent
}

@media (min-width: 992px) {
    .main-invoice-list {
        height: calc(100% - 65px)
    }
}

@media (min-width: 992px) {
    .main-invoice-list .media {
        padding: 10px 15px
    }
}

.main-content-body-invoice {
    position: relative;
    display: none
}

@media (min-width: 992px) {
    .main-content-body-invoice {
        display: block
    }
}

.card-invoice {
    background-color: transparent;
    border-width: 0
}

.card-invoice .card-body {
    padding: 20px
}

@media (min-width: 992px) {
    .card-invoice .card-body {
        padding: 0 50px 50px
    }
}

@media (min-width: 768px) {
    .invoice-header {
        display: flex;
        justify-content: space-between;
        flex-direction: row-reverse
    }
}

.invoice-title {
    margin-bottom: 0;
    text-transform: uppercase;
    color: #f0f0ff;
    font-weight: 700
}

.billed-from {
    margin-top: 25px;
    margin-bottom: 25px
}

.billed-from h6 {
    color: #4a4d51;
    font-size: 14px;
    font-weight: 700
}

.billed-from p {
    font-size: 13px;
    margin-bottom: 0
}

@media (min-width: 768px) {
    .billed-from {
        margin-top: 0
    }
}

.billed-to h6 {
    color: #4a4d51;
    font-size: 14px;
    font-weight: 700
}

.billed-to p, .invoice-info-row {
    font-size: 13px;
    margin-bottom: 0
}

.invoice-info-row {
    display: flex;
    justify-content: space-between;
    padding: 5px 0
}

.invoice-info-row + .invoice-info-row {
    border-top: 1px dotted #f0f0ff
}

.invoice-info-row span:first-child {
    color: #3c4858
}

.table-invoice thead > tr > td, .table-invoice thead > tr > th {
    font-size: 11px;
    font-weight: 700
}

.table-invoice tbody > tr > td:first-child, .table-invoice tbody > tr > th:first-child {
    color: #76769c;
    font-weight: 500
}

.table-invoice tbody > tr > td:first-child .invoice-notes, .table-invoice tbody > tr > th:first-child .invoice-notes {
    margin-left: 20px
}

.table-invoice tbody > tr > td:first-child .invoice-notes .section-label-sm, .table-invoice tbody > tr > th:first-child .invoice-notes .section-label-sm {
    font-weight: 600
}

.table-invoice tbody > tr > td:first-child .invoice-notes p, .table-invoice tbody > tr > th:first-child .invoice-notes p {
    font-size: 13px;
    font-weight: 400;
    color: #4a4d51
}

.main-content-mail .container, .main-content-mail .container-fluid {
    padding: 20px 0 0
}

.main-mail-list-items {
    height: 560px
}

@media (min-width: 992px) {
    .main-content-mail .container, .main-content-mail .container-fluid {
        padding: 0
    }
}

.main-content-left-mail {
    display: block
}

.main-content-left-mail .btn-compose {
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 11px;
    padding: 0 20px;
    letter-spacing: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 38px
}

@media (min-width: 992px) {
    .main-content-left-mail .btn-compose {
        margin-right: 0
    }
}

.main-task-menu {
    position: relative;
    padding-right: 0
}

.main-task-menu .nav-link {
    height: 38px
}

.main-task-menu .nav-link i {
    font-size: 22px
}

@media (min-width: 992px) {
    .main-task-menu {
        padding-right: 0
    }
}

@media (min-width: 992px) {
    .main-task-menu .nav-link {
        font-size: 13px
    }
}

.main-mail-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    padding: 0 20px
}

.main-mail-header > div:first-child p {
    font-size: 13px;
    margin-bottom: 0
}

.main-mail-header > div:last-child {
    display: none
}

.main-mail-header > div:last-child > span {
    font-size: 12px;
    margin-right: 10px
}

.main-mail-header .btn-group .btn, .main-mail-header .btn-group .sp-container button {
    font-size: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    line-height: 0;
    padding: 0;
    position: relative;
    z-index: 1;
    border-color: #e2e8f5;
    background-color: #fff
}

@media (min-width: 992px) {
    .main-mail-header {
        padding: 20px 20px 0;
        margin-bottom: 25px
    }
}

@media (min-width: 768px) {
    .main-mail-header > div:last-child {
        display: flex;
        align-items: center
    }
}

.sp-container .main-mail-header .btn-group button {
    font-size: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    line-height: 0;
    padding: 0;
    position: relative;
    z-index: 1;
    border-color: #e2e8f5;
    background-color: #fff
}

.main-mail-header .btn-group .btn:focus, .main-mail-header .btn-group .btn:hover, .main-mail-header .btn-group .sp-container button:focus, .main-mail-header .btn-group .sp-container button:hover, .sp-container .main-mail-header .btn-group button:focus, .sp-container .main-mail-header .btn-group button:hover {
    color: #1c273c;
    background-color: #f6f9fd
}

.main-mail-header .btn-group .btn.disabled, .main-mail-header .btn-group .sp-container button.disabled, .sp-container .main-mail-header .btn-group button.disabled {
    background-color: #fff;
    color: #e2e8f5;
    border-color: #e2e8f5;
    z-index: 0
}

.main-mail-header .btn-group .btn.disabled:active, .main-mail-header .btn-group .btn.disabled:focus, .main-mail-header .btn-group .sp-container button.disabled:active, .main-mail-header .btn-group .sp-container button.disabled:focus, .sp-container .main-mail-header .btn-group button.disabled:active, .sp-container .main-mail-header .btn-group button.disabled:focus {
    box-shadow: none
}

.main-mail-header .btn-group .btn + .btn, .main-mail-header .btn-group .sp-container .btn + button, .main-mail-header .btn-group .sp-container button + .btn, .main-mail-header .btn-group .sp-container button + button, .sp-container .main-mail-header .btn-group .btn + button, .sp-container .main-mail-header .btn-group button + .btn, .sp-container .main-mail-header .btn-group button + button {
    margin-left: -2px
}

.main-mail-options {
    padding: 5px 10px 5px 20px;
    border-color: #e2e8f5;
    border-style: solid;
    border-width: 1px 0;
    display: none;
    align-items: center;
    justify-content: flex-end
}

.main-mail-options .btn, .main-mail-options .sp-container button {
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background-color: transparent
}

@media (min-width: 992px) {
    .main-mail-options {
        padding: 19px 20px;
        display: flex;
        justify-content: space-between
    }
}

.sp-container .main-mail-options button {
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background-color: transparent
}

.main-mail-options .btn:focus, .main-mail-options .btn:hover, .main-mail-options .sp-container button:focus, .main-mail-options .sp-container button:hover, .sp-container .main-mail-options button:focus, .sp-container .main-mail-options button:hover {
    background-color: #f6f9fd
}

.main-mail-options .btn i, .main-mail-options .sp-container button i, .sp-container .main-mail-options button i {
    line-height: 0
}

.main-mail-options .btn i.typcn, .main-mail-options .sp-container button i.typcn, .sp-container .main-mail-options button i.typcn {
    line-height: .75
}

.main-mail-options .btn.disabled, .main-mail-options .sp-container button.disabled, .sp-container .main-mail-options button.disabled {
    background-color: transparent;
    color: #7987a1
}

@media (min-width: 992px) {
    .main-mail-list {
        border-top-width: 0
    }
}

.main-mail-item {
    padding: 10px 27px;
    border-top: 1px solid #e4ebf7;
    border-bottom: 1px solid #e4ebf7;
    background-color: rgba(189, 205, 228, .1);
    position: relative;
    display: flex;
    align-items: center;
    width: 100%
}

.main-mail-item + .main-mail-item {
    margin-top: -1px
}

.main-mail-item:first-child {
    border-top-width: 0
}

.main-mail-item .main-avatar, .main-mail-item .main-img-user {
    flex-shrink: 0;
    margin-right: 15px
}

.main-mail-item .main-avatar:after, .main-mail-item .main-img-user:after {
    display: none
}

.main-mail-item:focus, .main-mail-item:hover {
    background-color: #f6f9fd
}

.main-mail-item.selected, .main-mail-item.unread {
    background-color: #fff
}

@media (min-width: 576px) {
    .main-content-body-mail1 .main-mail-item {
        padding: 10px 29px
    }
}

@media (min-width: 992px) {
    .main-mail-item {
        width: auto;
        padding: 10px 1.5rem
    }
}

.main-mail-checkbox {
    margin-right: 15px;
    display: none
}

@media (min-width: 992px) {
    .main-mail-checkbox {
        display: block
    }
}

.main-mail-star {
    margin-right: 15px;
    font-size: 18px;
    line-height: .9;
    color: #e2e8f5;
    position: absolute;
    bottom: 10px;
    right: 0
}

.main-mail-star.active {
    color: #f0ad4e
}

@media (min-width: 992px) {
    .main-mail-star {
        position: relative;
        bottom: auto;
        top: 2px
    }
}

.main-mail-body {
    width: calc(100% - 80px);
    cursor: pointer
}

@media (min-width: 992px) {
    .main-mail-body {
        max-width: 460px;
        margin-right: 15px;
        flex: 1
    }
}

@media (min-width: 1200px) {
    .main-mail-body {
        max-width: 690px
    }

    .horizontalMenucontainer .tasks-list-box .main-mail-body, .tasks-list-box .main-mail-body {
        max-width: 811px
    }
}

.main-mail-from {
    font-size: 13px
}

@media (min-width: 576px) {
    .main-mail-subject {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        width: 100%
    }
}

.main-mail-subject strong {
    font-weight: 700;
    font-size: 15px;
    color: #1c273c;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%
}

@media (min-width: 992px) {
    .main-mail-subject strong {
        display: inline;
        width: auto;
        white-space: normal;
        text-overflow: inherit;
        overflow: visible
    }

    .task-actions {
        font-size: 16px;
        display: flex;
        list-style-type: none;
        padding: 0;
        float: right;
        margin-left: auto;
        margin-bottom: 0
    }
}

@media (min-width: 991px) {
    .responsive-logo {
        display: none
    }
}

@media (max-width: 991px) {
    .responsive-logo {
        display: block
    }
}

@media (max-width: 991px) {
    .main-mail-subject strong {
        display: block;
        width: 100%;
        white-space: normal;
        text-overflow: inherit;
        overflow: visible
    }

    .main-header-center .input-group {
        display: none
    }

    .mail-container .tab-list-items.mail-menu-show, .mail-container .tab-list-items.task-menu-show {
        position: absolute;
        z-index: 12;
        width: 265px;
        height: 638px;
        left: 0;
        background: #fff;
        display: block;
        padding-left: 27px;
        box-shadow: 12px 7px 13px -3px #b4bfd8
    }

    .task-actions {
        font-size: 16px;
        list-style-type: none;
        padding: 0;
        float: right;
        margin-left: 0;
        margin-bottom: 0;
        display: flex;
        width: 100%
    }

    .task-actions li .task-action-items {
        line-height: 30px;
        display: flex
    }

    .task-actions li .task-action-items i {
        color: #031b4e;
        border: 1px solid #e0e7f3;
        height: 33px;
        width: 33px;
        text-align: center;
        padding: 0 !important;
        border-radius: 5px;
        padding: 0;
        line-height: 1.62;
        margin: 12px 0 13px
    }
}

#no-item-found {
    display: none
}

#no-item-found.show {
    display: block
}

.main-mail-subject span {
    font-size: 13px;
    color: #5c6980;
    display: none
}

@media (min-width: 576px) {
    .main-mail-subject span {
        display: inline
    }
}

.main-mail-attachment {
    margin-right: 15px;
    font-size: 21px;
    line-height: .9;
    display: none
}

@media (min-width: 992px) {
    .main-mail-attachment {
        display: block;
        position: absolute;
        right: 63px;
        top: 8px
    }
}

.card-box img {
    position: absolute;
    bottom: -3px;
    left: -17px;
    width: inherit;
}

.main-mail-date {
    font-size: 11px;
    position: absolute;
    top: 12px;
    right: 15px;
    color: #97a3b9;
    margin-left: auto
}

@media (min-width: 992px) {
    .main-mail-date {
        position: absolute;
        font-size: 13px;
        top: 8px
    }
}

.main-mail-compose {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(28, 39, 60, .5);
    z-index: 1000;
    display: none
}

.main-mail-compose > div {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%
}

@media (min-width: 992px) {
    .main-mail-compose .container {
        padding: 0
    }
}

.main-mail-compose-box {
    box-shadow: 0 0 30px rgba(28, 39, 60, .2);
    border-radius: 3px
}

.main-mail-compose-header {
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #1c273c;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.main-mail-compose-header .nav-link {
    color: hsla(0, 0%, 100%, .3);
    font-size: 14px;
    line-height: 1;
    padding: 0;
    transition: all .2s ease-in-out
}

.main-mail-compose-header .nav-link:focus, .main-mail-compose-header .nav-link:hover {
    color: #fff
}

.main-mail-compose-header .nav-link + .nav-link {
    margin-right: 15px
}

.main-mail-compose-header .nav-link:nth-child(2) {
    display: none
}

@media (min-width: 992px) {
    .main-mail-compose-header {
        padding: 20px 25px
    }
}

@media (prefers-reduced-motion: reduce) {
    .main-mail-compose-header .nav-link {
        transition: none
    }
}

@media (min-width: 768px) {
    .main-mail-compose-header .nav-link:nth-child(2) {
        display: block
    }
}

.main-mail-compose-body {
    background-color: #fff;
    padding: 20px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.main-mail-compose-body .form-group {
    display: flex;
    align-items: center
}

.main-mail-compose-body .form-group > div {
    flex: 1;
    margin-left: 10px
}

.main-mail-compose-body .form-group .form-label {
    margin: 0;
    color: #1c273c
}

.main-mail-compose-body .form-group .form-control {
    border-width: 0;
    border-radius: 0;
    padding: 0
}

.main-mail-compose-body .form-group .form-control:focus {
    box-shadow: none !important
}

.main-mail-compose-body .form-group + .form-group {
    border-top: 1px dotted #e2e8f5;
    padding-top: 1rem
}

.main-mail-compose-body .form-group:last-child {
    display: block
}

.main-mail-compose-body .form-group:last-child .btn, .main-mail-compose-body .form-group:last-child .sp-container button {
    width: 100%;
    margin-top: 15px;
    padding-left: 20px;
    padding-right: 20px
}

@media (min-width: 992px) {
    .main-mail-compose-body {
        padding: 25px
    }
}

@media (min-width: 576px) {
    .main-mail-compose-body .form-group:last-child {
        display: flex;
        justify-content: space-between
    }
}

.sp-container .main-mail-compose-body .form-group:last-child button {
    width: 100%;
    margin-top: 15px;
    padding-left: 20px;
    padding-right: 20px
}

@media (min-width: 576px) {
    .main-mail-compose-body .form-group:last-child .btn, .main-mail-compose-body .form-group:last-child .sp-container button, .sp-container .main-mail-compose-body .form-group:last-child button {
        width: auto;
        margin-top: 0
    }
}

.main-mail-compose-body .form-group .nav-link {
    padding: 0;
    font-size: 18px;
    line-height: 0;
    color: #031b4e;
    position: relative;
    transition: all .2s ease-in-out
}

.main-mail-compose-body .form-group .nav-link:focus, .main-mail-compose-body .form-group .nav-link:hover {
    color: #1c273c
}

.main-mail-compose-body .form-group .nav-link + .nav-link {
    margin-right: 15px
}

@media (prefers-reduced-motion: reduce) {
    .main-mail-compose-body .form-group .nav-link {
        transition: none
    }
}

.main-mail-compose-compress, .main-mail-compose-minimize {
    top: auto;
    left: auto;
    bottom: 0;
    right: 30px;
    width: 560px;
    height: auto;
    background-color: transparent
}

.main-mail-compose-compress .container, .main-mail-compose-minimize .container {
    max-width: none;
    padding: 0
}

.main-mail-compose-minimize .main-mail-compose-body {
    display: none
}

.main-mail-two .main-header {
    border-bottom: 1px solid #e2e8f5
}

.main-mail-left .main-task-menu {
    padding-right: 0
}

.main-mail-content {
    background-color: #f1f5ff
}

.main-content-body-show .main-header-mail-arrow {
    font-size: 27px;
    display: inline-block;
    line-height: 0;
    padding: 13px 31px;
    background: #f1f5ff;
    width: 100%;
    font-size: 30px
}

.main-mail-content-body {
    display: none
}

.main-content-body-show .main-mail-content-body {
    display: block
}

.main-mail-two .main-content {
    display: flex;
    flex-direction: column
}

.main-mail-two .main-header {
    width: 100%;
    border-bottom: 1px solid #e8e8f7
}

.main-mail-two .main-footer {
    width: 100%
}

.main-mail-two .main-header-menu-icon {
    margin-right: 0
}

.main-mail-two .main-content-body {
    display: flex;
    padding: 0
}

.main-mail-left {
    background-color: #f9f9f9;
    width: 240px;
    border-right: 1px solid #b4bdce;
    padding: 20px;
    display: none
}

.main-mail-left .btn-compose {
    display: block;
    margin-bottom: 20px
}

.main-mail-left .main-mail-menu {
    padding-right: 0
}

@media (min-width: 1200px) {
    .main-mail-left {
        display: block
    }
}

.main-mail-content {
    background-color: #f4f5fb;
    flex: 1;
    max-width: 100vw -480px
}

.main-mail-content .main-mail-header {
    margin-bottom: 0;
    padding: 20px
}

.main-mail-content .main-mail-body {
    max-width: 590px
}

.profile-cover__action {
    display: flex;
    padding: 216px 185px 10px 30px;
    border-radius: 5px 5px 0 0;
    flex-wrap: wrap;
    justify-content: flex-end;
    overflow: hidden;
    background: url(../../img/media/bg-img.jpg) no-repeat;
    background-size: cover
}

.profile-cover__action > .btn {
    margin-right: 10px;
    margin-bottom: 10px
}

.panel.profile-cover {
    position: relative
}

.btn-profile {
    position: absolute;
    left: 20px;
    bottom: 135px
}

.profile-cover__img {
    position: absolute;
    top: 150px;
    right: 25px;
    text-align: center;
    z-index: 1
}

.profile-cover__img > img {
    max-width: 120px;
    border: 5px solid #fff;
    border-radius: 50%
}

.profile-cover__img > .h3 {
    color: #393939;
    font-size: 20px;
    line-height: 30px
}

.profile-cover__img > img + .h3 {
    margin-top: 6px
}

@media (min-width: 601px) {
    .profile-cover__info .nav {
        margin-left: 28px;
        padding: 15px 170px 10px 0;
        color: #999;
        font-size: 16px;
        line-height: 26px;
        font-weight: 300;
        text-align: center;
        text-transform: uppercase;
        justify-content: flex-end
    }
}

.profile-cover__info .nav li {
    margin-top: 13px;
    margin-bottom: 13px
}

.profile-cover__info .nav li:not(:first-child) {
    margin-right: 30px;
    padding-right: 30px;
    border-right: 1px solid hsla(0, 0%, 93.3%, .2)
}

.profile-cover__info .nav strong {
    display: block;
    margin-bottom: 10px;
    font-size: 29px
}

.profile-cover__info .nav li {
    font-size: 14px;
    color: #464461;
    font-weight: 500
}

.profile-tab .main-nav-line .nav-link {
    font-weight: 500
}

@media (min-width: 481px) {
    .profile-cover__action > .btn {
        min-width: 125px
    }

    .profile-cover__action > .btn > span {
        display: inline-block
    }
}

@media (max-width: 767px) {
    .profile-cover__info .nav {
        display: flex;
        margin-left: 0;
        padding: 100px 0 10px;
        color: #999;
        font-size: 16px;
        line-height: 26px;
        font-weight: 300;
        text-align: center;
        text-transform: uppercase;
        justify-content: center
    }

    .profile-cover__info .nav li {
        margin-top: 27px;
        margin-bottom: 0;
        margin-left: 1rem;
        font-size: 13px
    }

    .profile-cover__info .nav li:not(:first-child) {
        margin-top: 8px;
        margin-right: 0;
        padding-top: 18px;
        padding-right: 0;
        border-top: 0;
        border-right-width: 0
    }

    .profile-cover__img {
        left: 0;
        right: 0;
        top: 130px
    }

    .btn-profile {
        right: 0;
        bottom: 85px;
        left: 0;
        margin: 0 auto;
        text-align: center
    }

    .main-nav-line .nav-link + .nav-link {
        margin-top: 13px;
        margin-right: 0
    }
}

.main-content-profile {
    flex: 1
}

@media (max-width: 991.98px) {
    .main-content-profile .container, .main-content-profile .container-fluid {
        display: block
    }
}

.main-content-left-profile {
    padding-left: 0;
    padding-right: 0;
    display: block;
    border-bottom: 1px solid #e8e8f7;
    padding-bottom: 25px;
    width: auto
}

@media (min-width: 992px) {
    .main-content-left-profile {
        width: 270px;
        padding-right: 20px;
        padding-bottom: 0;
        border-right: 1px solid #e8e8f7;
        border-bottom: 0
    }
}

@media (min-width: 1200px) {
    .main-content-left-profile {
        padding-right: 25px
    }
}

.main-profile-overview .main-img-user {
    width: 100px;
    height: 100px;
    margin: 0 auto
}

.main-profile-overview .main-img-user:after {
    display: none
}

.main-profile-overview .btn-icon-list .btn, .main-profile-overview .btn-icon-list .sp-container button, .sp-container .main-profile-overview .btn-icon-list button {
    border-radius: 100%
}

.main-profile-name {
    color: #4a4d51;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 2px
}

.main-profile-name-text {
    color: #a8afc7;
    font-size: 13px;
    margin-bottom: 0
}

.main-profile-bio {
    font-size: 13px;
    margin-bottom: 20px
}

.main-profile-social-list .media {
    align-items: center
}

.main-profile-social-list .media + .media {
    margin-top: 20px
}

.main-profile-social-list .media-body {
    margin-right: 20px
}

.main-profile-social-list .media-body span {
    display: block;
    font-size: 12px
}

.main-profile-social-list .media-body a {
    font-size: 13px
}

.main-content-body-profile .nav {
    flex-direction: column;
    padding: 20px;
    border-bottom: 1px solid #e8e8f7
}

.main-content-body-profile .main-nav-line .nav-link {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    color: #3b4863
}

.main-content-body-profile .main-nav-line .nav-link.active {
    font-weight: 500
}

@media (min-width: 576px) {
    .main-content-body-profile .nav {
        flex-direction: row;
        align-items: center;
        padding-bottom: 10px
    }
}

@media (min-width: 992px) {
    .main-content-body-profile .nav {
        padding-left: 20px
    }
}

@media (min-width: 1200px) {
    .main-content-body-profile .nav {
        padding-left: 25px
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .main-content-body-profile .main-nav-line .nav-link.active:before {
        width: auto;
        top: auto;
        left: 0;
        right: 0;
        height: 2px
    }
}

@media (min-width: 576px) {
    .main-content-body-profile .main-nav-line .nav-link.active:before {
        bottom: -11px
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .main-content-body-profile .main-nav-line .nav-link + .nav-link {
        margin-top: 0;
        margin-left: 20px
    }
}

.main-profile-body {
    padding: 15px 0 0
}

@media (min-width: 576px) {
    .main-profile-body {
        padding-top: 20px
    }
}

@media (min-width: 992px) {
    .main-profile-body {
        padding: 25px 0 0 20px
    }
}

@media (min-width: 1200px) {
    .main-profile-body {
        padding-left: 25px
    }
}

.main-profile-view-chart {
    position: relative;
    width: calc(100% - 10px);
    height: 200px
}

@media (min-width: 375px) {
    .main-profile-view-chart {
        width: 100%
    }
}

@media (min-width: 576px) {
    .main-profile-view-chart {
        height: 250px
    }
}

.main-profile-view-info {
    position: absolute;
    top: 0;
    left: 0
}

.main-profile-view-info h6 {
    font-size: 32px;
    font-weight: 500;
    color: #4a4d51;
    margin-bottom: 0
}

.main-profile-view-info span {
    font-size: 12px;
    color: #f10075;
    margin-left: 5px
}

.main-profile-view-info p {
    font-size: 13px;
    margin-bottom: 0
}

.main-traffic-detail-item > div:first-child {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
    margin-bottom: 7px
}

.main-traffic-detail-item > div:first-child > span:first-child {
    color: #51586f;
    font-size: 14px
}

.main-traffic-detail-item > div:first-child > span:last-child {
    font-size: 11px;
    font-weight: 700;
    color: #5e5e77
}

.main-traffic-detail-item > div:first-child > span:last-child span {
    color: #a8afc7;
    font-weight: 400
}

.main-traffic-detail-item + .main-traffic-detail-item {
    margin-top: 18px
}

.main-profile-work-list .media + .media {
    margin-top: 25px
}

.media-icon, .media-logo {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    color: #fff;
    font-size: 21px;
    position: relative;
    top: 2px;
    border-radius: 100%
}

.main-profile-work-list .media-body {
    margin-left: 20px
}

.main-profile-work-list .media-body h6 {
    color: #4a4d51;
    font-weight: 500;
    margin-bottom: 2px
}

.main-profile-work-list .media-body span {
    display: block;
    margin-bottom: 5px
}

.main-profile-work-list .media-body p {
    margin-bottom: 0;
    font-size: 12px;
    color: #a8afc7
}

.main-profile-contact-list .media {
    align-items: center
}

.main-profile-contact-list .media + .media {
    margin-top: 25px
}

.main-profile-contact-list .media-body {
    margin-right: 25px
}

.main-profile-contact-list .media-body span {
    font-size: 12px;
    color: #a8afc7;
    display: block;
    line-height: 1.3
}

.main-profile-contact-list .media-body div {
    font-weight: 500;
    color: #4a4d51
}

.crypto-transcation.list-unstyled li {
    display: flex;
    margin: 17px;
    padding: 15px 10px;
    border: 1px solid #eaedf7;
    border-radius: 6px
}

.toolbar .btn {
    background: #fff;
    color: #222;
    border: 1px solid #e7e7e7;
    border-bottom: 2px solid #ddd;
    border-radius: 4px;
    padding: 2px 17px
}

.crypto-card {
    position: relative;
    background-color: #fff;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='49'%3E%3Cpath d='M13.99 9.25l13 7.5v15l-13 7.5L1 31.75v-15l12.99-7.5zM3 17.9v12.7l10.99 6.34 11-6.35V17.9l-11-6.34L3 17.9zM0 15l12.98-7.5V0h-2v6.35L0 12.69v2.3zm0 18.5L12.98 41v8h-2v-6.85L0 35.81v-2.3zM15 0v7.5L27.99 15H28v-2.31h-.01L17 6.35V0h-2zm0 49v-8l12.99-7.5H28v2.31h-.01L17 42.15V49h-2z' fill='%23eaedf7' fill-opacity='.4'/%3E%3C/svg%3E")
}

.btn-default.active {
    background: #6259ca;
    color: #fff;
    border-bottom: 2px solid #433c9a
}

@media (max-width: 991px) {
    .card-bitcoin .media {
        display: flex;
        align-items: flex-start;
        overflow-x: scroll
    }
}

.card-bitcoin .media-icon {
    display: inline-table;
    text-align: center;
    line-height: 42px
}

.card-bitcoin .media-body {
    margin-left: 20px;
    margin-bottom: 10px
}

.card-bitcoin .row {
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow-x: auto
}

.card-bitcoin .row > div {
    flex-shrink: 0
}

.card-bitcoin label {
    margin-bottom: 2px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 11px;
    letter-spacing: .5px;
    color: #8587a7
}

.card-bitcoin p {
    margin-bottom: 0;
    color: #1c273c;
    font-weight: 700;
    font-size: 16px;
}

.crypto-wallet {
    position: relative
}

.crypto-wallet .chart-circle-value {
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    line-height: 1;
    width: 130px;
    height: 130px;
    line-height: 70px;
    border-radius: 50%;
    font-size: 46px
}

.crypto-wallet .chart-circle-value.circle-style {
    border: 2px dashed #9a93e8;
    background: #fcfcff
}

.cryp-icon {
    width: 25px;
    height: 25px;
    font-size: 15px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff
}

.img-bg {
    background: url(../../img/media/Stars.png);
    background-position: 100%;
    background-size: auto;
    background-repeat: no-repeat
}

.crypto-icon {
    width: 40px;
    height: 40px;
    font-size: 15px;
    border-radius: 50px;
    line-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff
}

.buy-sell .form {
    border: 1px solid rgba(0, 0, 0, .1);
    background: rgba(0, 0, 0, .2);
    padding: 15px 0;
    border-radius: 4px
}

.bg-background2 {
    background: url(../../img/media/4046534.jpg);
    background-size: cover;
    background-position: 50%
}

.bg-background2:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    display: block;
    z-index: 1;
    top: 0;
    background: rgba(98, 89, 202, .87)
}

.bg-background2 .header-text {
    position: relative;
    z-index: 1
}

.buy-sell .form-control, .buy-sell .select2-container--default .select2-selection--single {
    height: 45px
}

.buy-sell .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 43px
}

.buy-sell .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 3px
}

.crypto-card .chart-wrapper {
    position: relative;
    right: 0;
    bottom: -13px;
    left: -13px;
    width: 111%
}

.exchange-icon {
    position: absolute;
    height: 50px;
    width: 50px;
    background: #19b159;
    border-radius: 50%;
    line-height: 50px;
    text-align: center;
    top: -22px;
    right: -51px
}

.crypto-btc-usd .nav-link {
    padding: 0;
    margin: 0 3px;
    width: 33px;
    height: 28px;
    line-height: 28px;
    text-align: center
}

.crypto-btc-usd .nav-link.active {
    background: #6259ca;
    border-radius: 3px;
    color: #fff
}

.payment-list {
    list-style-type: none;
    display: flex;
    padding-left: 0
}

.payment-list .payment-item {
    font-size: 14px;
    text-decoration: none;
    color: #c2c6d4;
    font-weight: 600;
    cursor: pointer;
    text-align: center;
    list-style: none;
    outline: none;
    transition: all .3s ease-out;
    text-transform: capitalize;
    display: inline-block;
    margin: 0 1%;
    float: left;
    width: 18%
}

.payment-list .payment-item i {
    width: 100%;
    height: 66px;
    display: block;
    border: 1px solid #e6e9f3;
    padding: 15px 0;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 30px;
    border-radius: 4px
}

.payment-item.active i {
    border-color: #19b159;
    color: #19b159
}

.payment-item.active span {
    color: #19b159
}

.cryptoicon {
    width: 23px;
    height: 23px;
    font-size: 13px;
    border-radius: 50px;
    align-items: center;
    display: inline-block !important;
    justify-content: center;
    line-height: 23px;
    text-align: center;
    margin-left: 0
}

.payment-type {
    display: flex
}

.payment-type input {
    display: none
}

.payment-cards {
    position: relative;
    color: #707894;
    background-color: transparent;
    font-size: 26px;
    text-align: center;
    height: 87px;
    line-height: 46px;
    display: block;
    font-size: 16px;
    cursor: pointer;
    border: 1px solid #eaedf7;
    box-sizing: border-box;
    margin: 0 10px;
    border-radius: 3px;
    font-weight: 500
}

.payment-cards img {
    position: absolute;
    top: 37px;
    opacity: .8;
    height: 32px;
    margin: 0 auto;
    justify-content: center;
    text-align: center;
    left: 0;
    right: 0
}

input:checked + label.payment-cards {
    border-color: #6259ca !important;
    position: relative !important;
    display: block !important;
    border-width: 1px;
    color: #6259ca
}

.form input:checked + label:after, form input:checked + label:after {
    content: "";
    width: 20px;
    height: 20px;
    line-height: 17px;
    border-color: #6259ca #6259ca transparent;
    border-style: solid;
    border-width: 0 35px 35px 0;
    display: block;
    position: absolute;
    top: 0;
    right: 0
}

.form input:checked + label:before {
    content: "\2713";
    z-index: 999;
    position: absolute;
    top: -11px;
    right: 4px;
    font-size: 14px;
    color: #fff
}

.form input:checked + label:before, form input:checked + label:before {
    content: "\2713";
    z-index: 997;
    position: absolute;
    top: -11px;
    right: 4px;
    font-size: 14px;
    color: #fff
}

.crypto-buysell-card .nav.panel-tabs li {
    position: relative;
    z-index: 1;
    display: block;
    margin: 0;
    text-align: center;
    -moz-flex: 1;
    flex: 1;
    line-height: 4;
    background: #fff
}

.crypto-buysell-card .nav.panel-tabs li .active:before {
    position: absolute;
    top: 60px;
    left: 50%;
    margin-left: -10px;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top-color: #6259ca;
    content: "";
    pointer-events: none
}

.crypto-buysell-card .nav.panel-tabs li a {
    position: relative;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 4
}

.crypto-buysell-card .nav.panel-tabs li a.active {
    background: #6259ca;
    color: #fff
}

.crypto-buysell-card .select2-container--default .select2-selection--single {
    height: 46px
}

.crypto-buysell-card .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 45px
}

.wallet .input-group-addon, .wallet .input-group-addon-right {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25;
    color: #b7bec5;
    text-align: center;
    border: 1px solid #e3ebf3;
    border-radius: 0 .25rem .25rem 0
}

.crypto-wallet .clipboard-icon {
    border-radius: 4px 0 0 4px !important;
    border: 1px solid #6259ca
}

.crypto-wallet .clipboard-icon, .crypto-wallet .clipboard-icon:focus, .crypto-wallet .clipboard-icon:hover {
    background-color: #6259ca !important;
    border-color: #6259ca !important;
    top: 0;
    right: 0;
    font-size: 14px;
    background: #6259ca;
    cursor: pointer;
    padding: .375rem .75rem;
    font-size: .875rem;
    line-height: 2.3 !important;
    color: #fff;
    position: relative
}

.crypto-wallet .clipboard-icon:focus, .crypto-wallet .clipboard-icon:hover {
    border-radius: 0 4px 4px 0 !important;
    border: 1px solid #6259ca
}

.wallet .clipboard-icon {
    top: 0;
    right: 0;
    position: relative;
    padding: 11px 17px;
    background: #f2f1fd;
    border-radius: 4px 0 0 4px !important;
    border-right: 0;
    height: 46px
}

.wallet .input-group-addon-left {
    padding: 12px 17px;
    background: #f2f1fd;
    border-radius: 0 4px 4px 0 !important;
    height: 46px;
    border: 1px solid #e3ebf3;
    border-left: 0
}

.wallet .input-group i {
    font-size: 20px
}

.transcation-crypto .table td, .transcation-crypto .table th {
    padding: 17px 15px;
    margin: 0 14px
}

.transcation-crypto .table.dataTable td, .transcation-crypto .table.dataTable th {
    border-right: 0
}

.transcation-crypto table.dataTable thead .sorting:before, .transcation-crypto table.dataTable thead .sorting_asc:before, .transcation-crypto table.dataTable thead .sorting_asc_disabled:before, .transcation-crypto table.dataTable thead .sorting_desc:before, .transcation-crypto table.dataTable thead .sorting_desc_disabled:before {
    left: 1em;
    content: "\2191";
    top: 16px
}

.transcation-crypto table.dataTable thead .sorting:after, .transcation-crypto table.dataTable thead .sorting_asc:after, .transcation-crypto table.dataTable thead .sorting_desc:after {
    left: .5em;
    content: "\2193";
    top: 16px
}

.transcation-crypto table.dataTable thead .sorting_desc_disabled:after, table.dataTable thead .sorting_asc_disabled:after {
    right: .5em;
    content: "\2193";
    top: 16px
}

@media (max-width: 767px) {
    .payment-cards img {
        top: 26px !important
    }
}

.card-order i {
    background: #edebff;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    font-size: 21px
}

.owl-theme:before {
    right: 0;
    background: linear-gradient(90deg, transparent, #eaedf7)
}

.owl-theme:after, .owl-theme:before {
    content: "";
    display: block;
    bottom: 0;
    position: absolute;
    width: 100px;
    height: 100%;
    z-index: 1
}

.owl-theme:after {
    left: 0;
    background: linear-gradient(270deg, transparent, #eaedf7)
}

.ratio {
    position: absolute;
    right: -10px;
    top: 20px;
    padding: 5px 15px;
    background-color: #222;
    font-size: 13px;
    line-height: 20px;
    font-weight: 600;
    color: #fff;
    border-radius: 15px 0 0 15px
}

.product-timeline ul.timeline-1 {
    list-style-type: none;
    position: relative
}

.product-timeline ul.timeline-1 > li {
    margin: 21.7px 0;
    padding-right: 1rem
}

.product-timeline ul.timeline-1 > li .product-icon {
    width: 37px;
    height: 37px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    right: 3px;
    background-color: #e8e6f7;
    font-size: 20px;
    line-height: 37px;
    font-size: 17px;
    color: #6259ca
}

.product-timeline ul.timeline-1:before {
    content: " ";
    margin: 20px 20px 0 22px;
    display: inline-block;
    right: -2px;
    height: 94%;
    z-index: 0;
    content: "";
    position: absolute;
    bottom: 0;
    border-left: 2px dotted #c0ccda
}

.jvectormap-container {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    touch-action: none
}

.countrywise-sale .list-group-item {
    padding: 10px 0;
    border-bottom-style: dotted;
    border-top-style: dotted;
    border-left: 0 dotted #e2e8f5;
    border-bottom-color: #e2e8f5;
    border-right: 0 dotted #e2e8f5;
    border-top-color: #e2e8f5;
    background-color: transparent;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start
}

.countrywise-sale .list-group-item span {
    display: block;
    margin-left: auto;
    font-weight: 600;
    color: #1c273c
}

.countrywise-sale .list-group-item p {
    margin-bottom: 0;
    margin-left: 10px
}

.top-selling-products .product-item {
    display: flex;
    align-items: center;
    padding: .75rem 0;
    line-height: 1.2
}

.top-selling-products .product-img {
    width: 44px;
    margin-left: 1rem
}

.top-selling-products .count, .top-selling-products .price {
    font-size: .8125rem;
    color: #8094ae;
    margin-top: 5px
}

.top-selling-products .amount, .top-selling-products .title {
    font-size: .9375rem;
    color: #364a63;
    margin-bottom: .25rem
}

.top-selling-products .product-price {
    margin-left: auto;
    text-align: right;
    margin-bottom: 10px;
    font-weight: 600
}

.top-selling-products .product-img img {
    border-radius: 4px
}

.top-selling-products .product-amount {
    float: left;
    margin-right: auto
}

.top-selling-products .product-name {
    font-weight: 500
}

.top-selling-products .items-sold {
    color: #8094ae;
    font-size: 11px
}

#revenuechart {
    height: 273px !important
}

.table-filter {
    padding: 5px 0 15px;
    margin-bottom: 5px
}

.table-filter .btn {
    float: left
}

.filter-group select.form-control {
    width: 110px
}

.table-filter select {
    display: inline-block;
    margin-right: 5px
}

.table-filter .btn {
    border-radius: 4px 0 0 4px;
    margin-right: -1px
}

.table-filter input {
    margin-right: 5px;
    width: 200px;
    display: inline-block
}

.show-entries select.form-control {
    width: 60px;
    margin: 0 5px
}

.status {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    margin: 2px 0 4px 6px;
    display: inline-block;
    vertical-align: middle;
    line-height: 10px;
    top: -9px
}

.ecommerce.wizard {
    margin: 20px auto;
    background: #fff
}

.ecommerce.wizard .nav-tabs {
    position: relative;
    margin: 40px auto 0;
    border-bottom-color: #e0e0e0
}

.ecommerce.wizard > div.ecommerce.wizard-inner {
    position: relative
}

.connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1
}

@media (min-width: 768px) {
    #checkoutsteps > .steps .number {
        background-color: #eaedf7;
        color: #9197ab;
        font-size: 20px;
        font-weight: 600;
        width: 45px;
        height: 45px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 15px auto
    }

    #checkoutsteps .checkoutline {
        height: 3px;
        background-color: #eaedf7;
        transform: translateY(1.7rem);
        margin: 0 11%;
        position: relative;
        z-index: 0;
        top: 26px
    }
}

@media (max-width: 767px) {
    #checkoutsteps > .steps .number {
        background-color: #eaedf7;
        color: #9197ab;
        font-size: 15px;
        font-weight: 600;
        width: 35px;
        height: 35px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 15px auto
    }

    #checkoutsteps > .steps a {
        font-size: 12px !important
    }

    #checkoutsteps .checkoutline {
        height: 3px;
        background-color: #eaedf7;
        transform: translateY(1.7rem);
        margin: 0 11%;
        position: relative;
        z-index: 0;
        top: 20px
    }
}

#checkoutsteps > .actions a {
    display: block;
    padding: 9px 25px;
    line-height: 1.573;
    color: #fff;
    border-radius: 4px;
    background: #6259ca
}

#checkoutsteps > .actions .disabled a {
    opacity: .4
}

#checkoutsteps > .steps {
    position: relative;
    display: block;
    width: 100%;
    border-radius: 3px;
    padding: 0
}

#checkoutsteps ul {
    list-style: none !important;
    padding: 0;
    margin: 0;
    display: flex
}

#checkoutsteps ul[role=tablist] li {
    display: flex;
    z-index: 0;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
    flex: 1;
    flex-basis: auto;
    font-weight: 500;
    font-size: 1.1rem
}

#checkoutsteps > .steps a {
    display: block;
    width: auto;
    background-color: transparent;
    color: #2d2c40;
    font-size: 16px;
    font-weight: 400;
    padding: 14px 0;
    text-decoration: none;
    border-radius: 30px;
    cursor: default;
    text-align: center;
    outline: none
}

#checkoutsteps .actions .menu li {
    flex: inherit
}

#checkoutsteps > .steps .current a .number {
    background: #6259ca;
    color: #fff
}

#checkoutsteps ul[role=menu] li {
    flex: inherit
}

#checkoutsteps .item {
    justify-content: space-between;
    padding-bottom: 30px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 30px
}

#checkoutsteps .item, #checkoutsteps .item .left {
    display: flex;
    align-items: center
}

#checkoutsteps .item .thumb {
    display: inline-flex;
    width: 100px;
    height: 90px;
    justify-content: center;
    align-items: center;
    border: 1px solid #f2f2f2
}

#checkoutsteps .item .purchase {
    display: inline-block;
    margin-right: 21px
}

#checkoutsteps .item .price {
    font-size: 16px
}

#checkoutsteps .checkout {
    margin-bottom: 44px
}

#checkoutsteps .checkout .subtotal {
    margin-bottom: 18px
}

#checkoutsteps .checkout span.heading {
    font-weight: 500;
    margin-right: 5px
}

#checkoutsteps .total {
    float: left;
    color: #6645eb
}

.card-pay .tabs-menu {
    margin-bottom: 25px;
    border-radius: 5px;
    overflow: hidden
}

.card-pay .tabs-menu.nav {
    background: #f0f3ff
}

.card-pay .tabs-menu.nav li {
    border-right: 1px solid #d3dfea
}

.card-pay .tabs-menu.nav li a {
    border-right: 0
}

.card-pay .tabs-menu li {
    width: 33.3%;
    display: block
}

.card-pay .tabs-menu li a {
    padding: .7rem 1rem;
    display: block;
    text-align: center
}

.card-pay .tabs-menu li a.active {
    background: #6259ca;
    color: #fff
}

#checkoutsteps .item .purchase {
    text-decoration: none
}

@media (min-width: 992px) {
    #checkoutsteps > .content {
        padding: 38px
    }

    #checkoutsteps > .actions {
        padding: 20px 38px
    }
}

.item1-links li {
    width: 100%;
    display: block;
    border-top: 1px solid #e8e8f7
}

.item1-links a {
    padding: .75rem 1.25rem;
    font-weight: 400;
    font-size: .875rem;
    color: #070510
}

.item1-links a i {
    font-size: 17px;
    margin-left: 1rem
}

.item1-links .nav-item a.active, .item1-links .nav-link:focus, .item1-links .nav-link:hover {
    background-color: #6259ca;
    color: #fff;
    border-radius: 0
}

.track {
    position: relative;
    background-color: #eaedf7;
    height: 7px;
    display: flex;
    margin-bottom: 60px;
    margin-top: 50px
}

.track .step {
    flex-grow: 1;
    width: 25%;
    margin-top: -18px;
    text-align: center;
    position: relative
}

.track .text {
    display: block;
    margin-top: 7px
}

.track .step.active .text {
    font-weight: 400;
    color: #000
}

.track .icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: relative;
    border-radius: 100%;
    background: #eaedf7
}

.track .step:before {
    height: 7px;
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    top: 18px
}

.track .step.active:before {
    background: #6259ca
}

.track .step.active .icon {
    background: #6259ca;
    color: #fff
}

.btn-apply.coupon {
    border-radius: 4px 0 0 4px !important
}

.align-baseline {
    vertical-align: baseline !important
}

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.bg-secondary, a.bg-secondary:focus, a.bg-secondary:hover, button.bg-secondary:focus, button.bg-secondary:hover {
    background-color: #f1388b !important
}

.bg-success {
    background-color: #19b159 !important
}

a.bg-success:focus, a.bg-success:hover, button.bg-success:focus, button.bg-success:hover {
    background-color: #37ce4f !important
}

.bg-info {
    background-color: #01b8ff !important
}

a.bg-info:focus, a.bg-info:hover, button.bg-info:focus, button.bg-info:hover {
    background-color: #06aff1 !important
}

.bg-warning {
    background-color: #ff9b21 !important
}

a.bg-warning:focus, a.bg-warning:hover, button.bg-warning:focus, button.bg-warning:hover {
    background-color: #d39e00 !important
}

.bg-danger, a.bg-danger:focus, a.bg-danger:hover, button.bg-danger:focus, button.bg-danger:hover {
    background-color: #f16d75 !important
}

.bg-light {
    background-color: #f4f4fd !important
}

a.bg-light:focus, a.bg-light:hover, button.bg-light:focus, button.bg-light:hover {
    background-color: #dbe0ea !important
}

.bg-dark {
    background-color: #3b4863 !important
}

a.bg-dark:focus, a.bg-dark:hover, button.bg-dark:focus, button.bg-dark:hover {
    background-color: #131212 !important
}

.bg-white {
    background-color: #fff !important
}

.bg-transparent {
    background-color: transparent !important
}

.bg-primary-gradient {
    background: linear-gradient(90deg, #744dfe, #71a7f5)
}

.bg-success-gradient {
    background: linear-gradient(90deg, #45e1d4, #129ed3)
}

.bg-warning-gradient {
    background: linear-gradient(90deg, #f8c888, #f45c6b)
}

.bg-info-gradient {
    background: linear-gradient(90deg, #9271fe, #fb5ea3)
}

.bg-transparent {
    background-color: transparent
}

.bg-white-1 {
    background-color: hsla(0, 0%, 100%, .1)
}

.bg-white-2 {
    background-color: hsla(0, 0%, 100%, .2)
}

.bg-white-3 {
    background-color: hsla(0, 0%, 100%, .3)
}

.bg-white-4 {
    background-color: hsla(0, 0%, 100%, .4)
}

.bg-white-5 {
    background-color: hsla(0, 0%, 100%, .5)
}

.bg-white-6 {
    background-color: hsla(0, 0%, 100%, .6)
}

.bg-white-7 {
    background-color: hsla(0, 0%, 100%, .7)
}

.bg-white-8 {
    background-color: hsla(0, 0%, 100%, .8)
}

.bg-white-9 {
    background-color: hsla(0, 0%, 100%, .9)
}

.bg-black-1 {
    background-color: rgba(0, 0, 0, .1)
}

.bg-black-2 {
    background-color: rgba(0, 0, 0, .2)
}

.bg-black-3 {
    background-color: rgba(0, 0, 0, .3)
}

.bg-black-4 {
    background-color: rgba(0, 0, 0, .4)
}

.bg-black-5 {
    background-color: rgba(0, 0, 0, .5)
}

.bg-black-6 {
    background-color: rgba(0, 0, 0, .6)
}

.bg-black-7 {
    background-color: rgba(0, 0, 0, .7)
}

.bg-black-8 {
    background-color: rgba(0, 0, 0, .8)
}

.bg-black-9 {
    background-color: rgba(0, 0, 0, .9)
}

.bg-indigo {
    background-color: indigo
}

.bg-purple {
    background-color: #6f42c1
}

.bg-pink {
    background-color: #f10075
}

.bg-orange {
    background-color: #fd7e14
}

.bg-teal {
    background-color: #0cc
}

.bg-purple-dark {
    background-color: #59339d
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: flex !important
}

.d-inline-flex {
    display: inline-flex !important
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: flex !important
    }

    .d-sm-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: flex !important
    }

    .d-md-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: flex !important
    }

    .d-lg-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: flex !important
    }

    .d-xl-inline-flex {
        display: inline-flex !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }

    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: flex !important
    }

    .d-print-inline-flex {
        display: inline-flex !important
    }
}

.flex-row {
    flex-direction: row !important
}

.flex-column {
    flex-direction: column !important
}

.flex-row-reverse {
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    flex-direction: column-reverse !important
}

.flex-wrap {
    flex-wrap: wrap !important
}

.flex-nowrap {
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    flex: 1 1 auto !important
}

.flex-grow-0 {
    flex-grow: 0 !important
}

.flex-grow-1 {
    flex-grow: 1 !important
}

.flex-shrink-0 {
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    flex-shrink: 1 !important
}

.justify-content-start {
    justify-content: flex-start !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.justify-content-around {
    justify-content: space-around !important
}

.align-items-start {
    align-items: flex-start !important
}

.align-items-end {
    align-items: flex-end !important
}

.align-items-center {
    align-items: center !important
}

.align-items-baseline {
    align-items: baseline !important
}

.align-items-stretch {
    align-items: stretch !important
}

.align-content-start {
    align-content: flex-start !important
}

.align-content-end {
    align-content: flex-end !important
}

.align-content-center {
    align-content: center !important
}

.align-content-between {
    align-content: space-between !important
}

.align-content-around {
    align-content: space-around !important
}

.align-content-stretch {
    align-content: stretch !important
}

.align-self-auto {
    align-self: auto !important
}

.align-self-start {
    align-self: flex-start !important
}

.align-self-end {
    align-self: flex-end !important
}

.align-self-center {
    align-self: center !important
}

.align-self-baseline {
    align-self: baseline !important
}

.align-self-stretch {
    align-self: stretch !important
}

@media (min-width: 576px) {
    .flex-sm-row {
        flex-direction: row !important
    }

    .flex-sm-column {
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-sm-fill {
        flex: 1 1 auto !important
    }

    .flex-sm-grow-0 {
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-sm-start {
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        justify-content: center !important
    }

    .justify-content-sm-between {
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        justify-content: space-around !important
    }

    .align-items-sm-start {
        align-items: flex-start !important
    }

    .align-items-sm-end {
        align-items: flex-end !important
    }

    .align-items-sm-center {
        align-items: center !important
    }

    .align-items-sm-baseline {
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        align-items: stretch !important
    }

    .align-content-sm-start {
        align-content: flex-start !important
    }

    .align-content-sm-end {
        align-content: flex-end !important
    }

    .align-content-sm-center {
        align-content: center !important
    }

    .align-content-sm-between {
        align-content: space-between !important
    }

    .align-content-sm-around {
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        align-content: stretch !important
    }

    .align-self-sm-auto {
        align-self: auto !important
    }

    .align-self-sm-start {
        align-self: flex-start !important
    }

    .align-self-sm-end {
        align-self: flex-end !important
    }

    .align-self-sm-center {
        align-self: center !important
    }

    .align-self-sm-baseline {
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        align-self: stretch !important
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        flex-direction: row !important
    }

    .flex-md-column {
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-md-fill {
        flex: 1 1 auto !important
    }

    .flex-md-grow-0 {
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-md-start {
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        justify-content: center !important
    }

    .justify-content-md-between {
        justify-content: space-between !important
    }

    .justify-content-md-around {
        justify-content: space-around !important
    }

    .align-items-md-start {
        align-items: flex-start !important
    }

    .align-items-md-end {
        align-items: flex-end !important
    }

    .align-items-md-center {
        align-items: center !important
    }

    .align-items-md-baseline {
        align-items: baseline !important
    }

    .align-items-md-stretch {
        align-items: stretch !important
    }

    .align-content-md-start {
        align-content: flex-start !important
    }

    .align-content-md-end {
        align-content: flex-end !important
    }

    .align-content-md-center {
        align-content: center !important
    }

    .align-content-md-between {
        align-content: space-between !important
    }

    .align-content-md-around {
        align-content: space-around !important
    }

    .align-content-md-stretch {
        align-content: stretch !important
    }

    .align-self-md-auto {
        align-self: auto !important
    }

    .align-self-md-start {
        align-self: flex-start !important
    }

    .align-self-md-end {
        align-self: flex-end !important
    }

    .align-self-md-center {
        align-self: center !important
    }

    .align-self-md-baseline {
        align-self: baseline !important
    }

    .align-self-md-stretch {
        align-self: stretch !important
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        flex-direction: row !important
    }

    .flex-lg-column {
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-lg-fill {
        flex: 1 1 auto !important
    }

    .flex-lg-grow-0 {
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-lg-start {
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        justify-content: center !important
    }

    .justify-content-lg-between {
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        justify-content: space-around !important
    }

    .align-items-lg-start {
        align-items: flex-start !important
    }

    .align-items-lg-end {
        align-items: flex-end !important
    }

    .align-items-lg-center {
        align-items: center !important
    }

    .align-items-lg-baseline {
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        align-items: stretch !important
    }

    .align-content-lg-start {
        align-content: flex-start !important
    }

    .align-content-lg-end {
        align-content: flex-end !important
    }

    .align-content-lg-center {
        align-content: center !important
    }

    .align-content-lg-between {
        align-content: space-between !important
    }

    .align-content-lg-around {
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        align-content: stretch !important
    }

    .align-self-lg-auto {
        align-self: auto !important
    }

    .align-self-lg-start {
        align-self: flex-start !important
    }

    .align-self-lg-end {
        align-self: flex-end !important
    }

    .align-self-lg-center {
        align-self: center !important
    }

    .align-self-lg-baseline {
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        align-self: stretch !important
    }
}

@media (min-width: 1200px) {
    .flex-xl-row {
        flex-direction: row !important
    }

    .flex-xl-column {
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-xl-fill {
        flex: 1 1 auto !important
    }

    .flex-xl-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-xl-start {
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        justify-content: center !important
    }

    .justify-content-xl-between {
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        justify-content: space-around !important
    }

    .align-items-xl-start {
        align-items: flex-start !important
    }

    .align-items-xl-end {
        align-items: flex-end !important
    }

    .align-items-xl-center {
        align-items: center !important
    }

    .align-items-xl-baseline {
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        align-items: stretch !important
    }

    .align-content-xl-start {
        align-content: flex-start !important
    }

    .align-content-xl-end {
        align-content: flex-end !important
    }

    .align-content-xl-center {
        align-content: center !important
    }

    .align-content-xl-between {
        align-content: space-between !important
    }

    .align-content-xl-around {
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        align-content: stretch !important
    }

    .align-self-xl-auto {
        align-self: auto !important
    }

    .align-self-xl-start {
        align-self: flex-start !important
    }

    .align-self-xl-end {
        align-self: flex-end !important
    }

    .align-self-xl-center {
        align-self: center !important
    }

    .align-self-xl-baseline {
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        align-self: stretch !important
    }
}

.border {
    border: 1px solid #ededf9 !important
}

.border-top {
    border-top: 1px solid #e8e8f7 !important
}

.border-right {
    border-right: 1px solid #e8e8f7 !important
}

.border-bottom {
    border-bottom: 1px solid #e8e8f7 !important
}

.border-left {
    border-left: 1px solid #e8e8f7 !important
}

.border-0 {
    border: 0 !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-right-0 {
    border-right: 0 !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-left-0 {
    border-left: 0 !important
}

.border-secondary {
    border-color: #a8afc7 !important
}

.border-success {
    border-color: #19b159 !important
}

.border-info {
    border-color: #01b8ff !important
}

.border-warning {
    border-color: #ff9b21 !important
}

.border-danger {
    border-color: #f16d75 !important
}

.border-light {
    border-color: #f1f2f9 !important
}

.border-dark {
    border-color: #3b4863 !important
}

.border-white {
    border-color: #fff !important
}

.bg-pink {
    background-color: #f1388b !important
}

.text-pink {
    color: #f1388b !important
}

.rounded-sm {
    border-radius: .2rem !important
}

.rounded {
    border-radius: 3px !important
}

.rounded-top {
    border-top-left-radius: 3px !important
}

.rounded-right, .rounded-top {
    border-top-right-radius: 3px !important
}

.rounded-bottom, .rounded-right {
    border-bottom-right-radius: 3px !important
}

.rounded-bottom, .rounded-left {
    border-bottom-left-radius: 3px !important
}

.rounded-left {
    border-top-left-radius: 3px !important
}

.rounded-lg {
    border-radius: .3rem !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-pill {
    border-radius: 50rem !important
}

.rounded-0 {
    border-radius: 0 !important
}

.clearfix:after {
    display: block;
    clear: both;
    content: ""
}

.bd-transparent {
    border-color: transparent
}

.bd {
    border: 1px solid #ccd2e2
}

.bd-t {
    border-top: 1px solid #ccd2e2
}

.bd-r {
    border-right: 1px solid #ccd2e2
}

.bd-b {
    border-bottom: 1px solid #ccd2e2
}

.bd-l {
    border-left: 1px solid #ccd2e2
}

.bd-y {
    border-top: 1px solid #ccd2e2;
    border-bottom: 1px solid #ccd2e2
}

.bd-x {
    border-left: 1px solid #ccd2e2;
    border-right: 1px solid #ccd2e2
}

.bd-0 {
    border-width: 0
}

.bd-1 {
    border-width: 1px
}

.bd-2 {
    border-width: 2px
}

.bd-3 {
    border-width: 3px
}

.bd-4 {
    border-width: 4px
}

.bd-5 {
    border-width: 5px
}

.bd-t-0 {
    border-top: 0 !important
}

.bd-r-0 {
    border-right: 0 !important
}

.bd-b-0 {
    border-bottom: 0 !important
}

.bd-l-0 {
    border-left: 0 !important
}

.bd-t-0-f {
    border-top: 0 !important
}

.bd-r-0-f {
    border-right: 0 !important
}

.bd-b-0-f {
    border-bottom: 0 !important
}

.bd-l-0-f {
    border-left: 0 !important
}

.bd-y-0 {
    border-top-width: 0;
    border-bottom-width: 0
}

.bd-y-1 {
    border-top-width: 1px;
    border-bottom-width: 1px
}

.bd-x-0 {
    border-left-width: 0;
    border-right-width: 0
}

.bd-x-1 {
    border-left-width: 1px;
    border-right-width: 1px
}

.bd-secondary {
    border-color: #f1388b
}

.bd-success {
    border-color: #19b159
}

.bd-warning {
    border-color: #ff9b21
}

.bd-danger {
    border-color: #f16d75
}

.bd-info {
    border-color: #01b8ff
}

.bd-white {
    border-color: #fff
}

.bd-gray-100 {
    border-color: #f1f2f9
}

.bd-gray-200, .bd-gray-300 {
    border-color: #f0f0ff
}

.bd-gray-400 {
    border-color: #b4bdce
}

.bd-gray-500, .bd-gray-600 {
    border-color: #a8afc7
}

.bd-gray-700 {
    border-color: #3c4858
}

.bd-gray-800 {
    border-color: #3b4863
}

.bd-gray-900 {
    border-color: #4a4d51
}

.bd-white-1 {
    border-color: hsla(0, 0%, 100%, .1)
}

.bd-white-2 {
    border-color: hsla(0, 0%, 100%, .2)
}

.bd-white-3 {
    border-color: hsla(0, 0%, 100%, .3)
}

.bd-white-4 {
    border-color: hsla(0, 0%, 100%, .4)
}

.bd-white-5 {
    border-color: hsla(0, 0%, 100%, .5)
}

.bd-white-6 {
    border-color: hsla(0, 0%, 100%, .6)
}

.bd-white-7 {
    border-color: hsla(0, 0%, 100%, .7)
}

.bd-white-8 {
    border-color: hsla(0, 0%, 100%, .8)
}

.rounded-5 {
    border-radius: 5px
}

.rounded-10 {
    border-radius: 10px
}

.rounded-20 {
    border-radius: 20px
}

.rounded-30 {
    border-radius: 30px
}

.rounded-40 {
    border-radius: 40px
}

.rounded-50 {
    border-radius: 50px
}

.bd-dashed {
    border-style: dashed
}

.bd-dotted {
    border-style: dotted
}

@media (min-width: 480px) {
    .bd-xs {
        border: 1px solid #e8e8f7
    }

    .bd-xs-t {
        border-top: 1px solid #e8e8f7
    }

    .bd-xs-r {
        border-right: 1px solid #e8e8f7
    }

    .bd-xs-b {
        border-bottom: 1px solid #e8e8f7
    }

    .bd-xs-l {
        border-left: 1px solid #e8e8f7
    }

    .bd-xs-y {
        border-top: 1px solid #e8e8f7;
        border-bottom: 1px solid #e8e8f7
    }

    .bd-xs-x {
        border-left: 1px solid #e8e8f7;
        border-right: 1px solid #e8e8f7
    }
}

@media (min-width: 576px) {
    .bd-sm {
        border: 1px solid #e8e8f7
    }

    .bd-sm-t {
        border-top: 1px solid #e8e8f7
    }

    .bd-sm-r {
        border-right: 1px solid #e8e8f7
    }

    .bd-sm-b {
        border-bottom: 1px solid #e8e8f7
    }

    .bd-sm-l {
        border-left: 1px solid #e8e8f7
    }

    .bd-sm-y {
        border-top: 1px solid #e8e8f7;
        border-bottom: 1px solid #e8e8f7
    }

    .bd-sm-x {
        border-left: 1px solid #e8e8f7;
        border-right: 1px solid #e8e8f7
    }
}

@media (min-width: 768px) {
    .bd-md {
        border: 1px solid #e8e8f7
    }

    .bd-md-t {
        border-top: 1px solid #e8e8f7
    }

    .bd-md-r {
        border-right: 1px solid #e8e8f7
    }

    .bd-md-b {
        border-bottom: 1px solid #e8e8f7
    }

    .bd-md-l {
        border-left: 1px solid #e8e8f7
    }

    .bd-md-y {
        border-top: 1px solid #e8e8f7;
        border-bottom: 1px solid #e8e8f7
    }

    .bd-md-x {
        border-left: 1px solid #e8e8f7;
        border-right: 1px solid #e8e8f7
    }
}

@media (min-width: 992px) {
    .bd-lg {
        border: 1px solid #e8e8f7
    }

    .bd-lg-t {
        border-top: 1px solid #e8e8f7
    }

    .bd-lg-r {
        border-right: 1px solid #e8e8f7
    }

    .bd-lg-b {
        border-bottom: 1px solid #e8e8f7
    }

    .bd-lg-l {
        border-left: 1px solid #e8e8f7
    }

    .bd-lg-y {
        border-top: 1px solid #e8e8f7;
        border-bottom: 1px solid #e8e8f7
    }

    .bd-lg-x {
        border-left: 1px solid #e8e8f7;
        border-right: 1px solid #e8e8f7
    }
}

@media (min-width: 1200px) {
    .bd-xl {
        border: 1px solid #e8e8f7
    }

    .bd-xl-t {
        border-top: 1px solid #e8e8f7
    }

    .bd-xl-r {
        border-right: 1px solid #e8e8f7
    }

    .bd-xl-b {
        border-bottom: 1px solid #e8e8f7
    }

    .bd-xl-l {
        border-left: 1px solid #e8e8f7
    }

    .bd-xl-y {
        border-top: 1px solid #e8e8f7;
        border-bottom: 1px solid #e8e8f7
    }

    .bd-xl-x {
        border-left: 1px solid #e8e8f7;
        border-right: 1px solid #e8e8f7
    }
}

.br-0 {
    border-radius: 0
}

.br-0-f {
    border-radius: 0 !important
}

.ht-5 {
    height: 5px
}

.ht-5p {
    height: 5%
}

.mx-ht-5p {
    max-height: 5%
}

.mn-ht-5p {
    min-height: 5%
}

.ht-5-f {
    height: 5px !important
}

.ht-5p-f {
    height: 5% !important
}

.ht-10 {
    height: 10px
}

.ht-10p {
    height: 10%
}

.mx-ht-10p {
    max-height: 10%
}

.mn-ht-10p {
    min-height: 10%
}

.ht-10-f {
    height: 10px !important
}

.ht-10p-f {
    height: 10% !important
}

.ht-15 {
    height: 15px
}

.ht-15p {
    height: 15%
}

.mx-ht-15p {
    max-height: 15%
}

.mn-ht-15p {
    min-height: 15%
}

.ht-15-f {
    height: 15px !important
}

.ht-15p-f {
    height: 15% !important
}

.ht-20 {
    height: 20px
}

.ht-20p {
    height: 20%
}

.mx-ht-20p {
    max-height: 20%
}

.mn-ht-20p {
    min-height: 20%
}

.ht-20-f {
    height: 20px !important
}

.ht-20p-f {
    height: 20% !important
}

.ht-25 {
    height: 25px
}

.ht-25p {
    height: 25%
}

.mx-ht-25p {
    max-height: 25%
}

.mn-ht-25p {
    min-height: 25%
}

.ht-25-f {
    height: 25px !important
}

.ht-25p-f {
    height: 25% !important
}

.ht-30 {
    height: 30px
}

.ht-30p {
    height: 30%
}

.mx-ht-30p {
    max-height: 30%
}

.mn-ht-30p {
    min-height: 30%
}

.ht-30-f {
    height: 30px !important
}

.ht-30p-f {
    height: 30% !important
}

.ht-35 {
    height: 35px
}

.ht-35p {
    height: 35%
}

.mx-ht-35p {
    max-height: 35%
}

.mn-ht-35p {
    min-height: 35%
}

.ht-35-f {
    height: 35px !important
}

.ht-35p-f {
    height: 35% !important
}

.ht-40 {
    height: 40px
}

.ht-40p {
    height: 40%
}

.mx-ht-40p {
    max-height: 40%
}

.mn-ht-40p {
    min-height: 40%
}

.ht-40-f {
    height: 40px !important
}

.ht-40p-f {
    height: 40% !important
}

.ht-45 {
    height: 45px
}

.ht-45p {
    height: 45%
}

.mx-ht-45p {
    max-height: 45%
}

.mn-ht-45p {
    min-height: 45%
}

.ht-45-f {
    height: 45px !important
}

.ht-45p-f {
    height: 45% !important
}

.ht-50 {
    height: 50px
}

.ht-50p {
    height: 50%
}

.mx-ht-50p {
    max-height: 50%
}

.mn-ht-50p {
    min-height: 50%
}

.ht-50-f {
    height: 50px !important
}

.ht-50p-f {
    height: 50% !important
}

.ht-55 {
    height: 55px
}

.ht-55p {
    height: 55%
}

.mx-ht-55p {
    max-height: 55%
}

.mn-ht-55p {
    min-height: 55%
}

.ht-55-f {
    height: 55px !important
}

.ht-55p-f {
    height: 55% !important
}

.ht-60 {
    height: 60px
}

.ht-60p {
    height: 60%
}

.mx-ht-60p {
    max-height: 60%
}

.mn-ht-60p {
    min-height: 60%
}

.ht-60-f {
    height: 60px !important
}

.ht-60p-f {
    height: 60% !important
}

.ht-65 {
    height: 65px
}

.ht-65p {
    height: 65%
}

.mx-ht-65p {
    max-height: 65%
}

.mn-ht-65p {
    min-height: 65%
}

.ht-65-f {
    height: 65px !important
}

.ht-65p-f {
    height: 65% !important
}

.ht-70 {
    height: 70px
}

.ht-70p {
    height: 70%
}

.mx-ht-70p {
    max-height: 70%
}

.mn-ht-70p {
    min-height: 70%
}

.ht-70-f {
    height: 70px !important
}

.ht-70p-f {
    height: 70% !important
}

.ht-75 {
    height: 75px
}

.ht-75p {
    height: 75%
}

.mx-ht-75p {
    max-height: 75%
}

.mn-ht-75p {
    min-height: 75%
}

.ht-75-f {
    height: 75px !important
}

.ht-75p-f {
    height: 75% !important
}

.ht-80 {
    height: 80px
}

.ht-80p {
    height: 80%
}

.mx-ht-80p {
    max-height: 80%
}

.mn-ht-80p {
    min-height: 80%
}

.ht-80-f {
    height: 80px !important
}

.ht-80p-f {
    height: 80% !important
}

.ht-85 {
    height: 85px
}

.ht-85p {
    height: 85%
}

.mx-ht-85p {
    max-height: 85%
}

.mn-ht-85p {
    min-height: 85%
}

.ht-85-f {
    height: 85px !important
}

.ht-85p-f {
    height: 85% !important
}

.ht-90 {
    height: 90px
}

.ht-90p {
    height: 90%
}

.mx-ht-90p {
    max-height: 90%
}

.mn-ht-90p {
    min-height: 90%
}

.ht-90-f {
    height: 90px !important
}

.ht-90p-f {
    height: 90% !important
}

.ht-95 {
    height: 95px
}

.ht-95p {
    height: 95%
}

.mx-ht-95p {
    max-height: 95%
}

.mn-ht-95p {
    min-height: 95%
}

.ht-95-f {
    height: 95px !important
}

.ht-95p-f {
    height: 95% !important
}

.ht-100 {
    height: 100px
}

.ht-100p {
    height: 100%
}

.mx-ht-100p {
    max-height: 100%
}

.mn-ht-100p {
    min-height: 100%
}

.ht-100-f {
    height: 100px !important
}

.ht-100p-f {
    height: 100% !important
}

.ht-150 {
    height: 150px
}

.ht-200 {
    height: 200px
}

.ht-200-f {
    height: 200px !important
}

.ht-250 {
    height: 250px
}

.ht-300 {
    height: 300px
}

.ht-350 {
    height: 350px
}

.ht-400 {
    height: 400px
}

.ht-450 {
    height: 450px
}

.ht-500 {
    height: 500px
}

.ht-550 {
    height: 550px
}

.ht-600 {
    height: 600px
}

.ht-650 {
    height: 650px
}

.ht-700 {
    height: 700px
}

.ht-750 {
    height: 750px
}

.ht-800 {
    height: 800px
}

.ht-100v {
    height: 100vh
}

.ht-1 {
    height: 1px
}

.ht-2 {
    height: 2px
}

.ht-3 {
    height: 3px
}

.ht-4 {
    height: 4px
}

.ht-6 {
    height: 6px
}

.ht-7 {
    height: 7px
}

.ht-8 {
    height: 8px
}

.ht-9 {
    height: 9px
}

.ht-auto {
    height: auto
}

.ht-16 {
    height: 16px
}

.ht-32 {
    height: 32px
}

.ht-36 {
    height: 36px
}

.ht-48 {
    height: 48px
}

.ht-64 {
    height: 64px
}

.ht-72 {
    height: 72px
}

.ht-115 {
    height: 115px
}

.ht-120 {
    height: 120px
}

.ht-160 {
    height: 160px
}

@media (min-width: 480px) {
    .ht-xs-5 {
        height: 5px
    }

    .ht-xs-5p {
        height: 5%
    }

    .mx-ht-xs-5p {
        max-height: 5%
    }

    .mn-ht-xs-5p {
        min-height: 5%
    }

    .ht-xs-5-f {
        height: 5px !important
    }

    .ht-xs-5p-f {
        height: 5% !important
    }

    .ht-xs-10 {
        height: 10px
    }

    .ht-xs-10p {
        height: 10%
    }

    .mx-ht-xs-10p {
        max-height: 10%
    }

    .mn-ht-xs-10p {
        min-height: 10%
    }

    .ht-xs-10-f {
        height: 10px !important
    }

    .ht-xs-10p-f {
        height: 10% !important
    }

    .ht-xs-15 {
        height: 15px
    }

    .ht-xs-15p {
        height: 15%
    }

    .mx-ht-xs-15p {
        max-height: 15%
    }

    .mn-ht-xs-15p {
        min-height: 15%
    }

    .ht-xs-15-f {
        height: 15px !important
    }

    .ht-xs-15p-f {
        height: 15% !important
    }

    .ht-xs-20 {
        height: 20px
    }

    .ht-xs-20p {
        height: 20%
    }

    .mx-ht-xs-20p {
        max-height: 20%
    }

    .mn-ht-xs-20p {
        min-height: 20%
    }

    .ht-xs-20-f {
        height: 20px !important
    }

    .ht-xs-20p-f {
        height: 20% !important
    }

    .ht-xs-25 {
        height: 25px
    }

    .ht-xs-25p {
        height: 25%
    }

    .mx-ht-xs-25p {
        max-height: 25%
    }

    .mn-ht-xs-25p {
        min-height: 25%
    }

    .ht-xs-25-f {
        height: 25px !important
    }

    .ht-xs-25p-f {
        height: 25% !important
    }

    .ht-xs-30 {
        height: 30px
    }

    .ht-xs-30p {
        height: 30%
    }

    .mx-ht-xs-30p {
        max-height: 30%
    }

    .mn-ht-xs-30p {
        min-height: 30%
    }

    .ht-xs-30-f {
        height: 30px !important
    }

    .ht-xs-30p-f {
        height: 30% !important
    }

    .ht-xs-35 {
        height: 35px
    }

    .ht-xs-35p {
        height: 35%
    }

    .mx-ht-xs-35p {
        max-height: 35%
    }

    .mn-ht-xs-35p {
        min-height: 35%
    }

    .ht-xs-35-f {
        height: 35px !important
    }

    .ht-xs-35p-f {
        height: 35% !important
    }

    .ht-xs-40 {
        height: 40px
    }

    .ht-xs-40p {
        height: 40%
    }

    .mx-ht-xs-40p {
        max-height: 40%
    }

    .mn-ht-xs-40p {
        min-height: 40%
    }

    .ht-xs-40-f {
        height: 40px !important
    }

    .ht-xs-40p-f {
        height: 40% !important
    }

    .ht-xs-45 {
        height: 45px
    }

    .ht-xs-45p {
        height: 45%
    }

    .mx-ht-xs-45p {
        max-height: 45%
    }

    .mn-ht-xs-45p {
        min-height: 45%
    }

    .ht-xs-45-f {
        height: 45px !important
    }

    .ht-xs-45p-f {
        height: 45% !important
    }

    .ht-xs-50 {
        height: 50px
    }

    .ht-xs-50p {
        height: 50%
    }

    .mx-ht-xs-50p {
        max-height: 50%
    }

    .mn-ht-xs-50p {
        min-height: 50%
    }

    .ht-xs-50-f {
        height: 50px !important
    }

    .ht-xs-50p-f {
        height: 50% !important
    }

    .ht-xs-55 {
        height: 55px
    }

    .ht-xs-55p {
        height: 55%
    }

    .mx-ht-xs-55p {
        max-height: 55%
    }

    .mn-ht-xs-55p {
        min-height: 55%
    }

    .ht-xs-55-f {
        height: 55px !important
    }

    .ht-xs-55p-f {
        height: 55% !important
    }

    .ht-xs-60 {
        height: 60px
    }

    .ht-xs-60p {
        height: 60%
    }

    .mx-ht-xs-60p {
        max-height: 60%
    }

    .mn-ht-xs-60p {
        min-height: 60%
    }

    .ht-xs-60-f {
        height: 60px !important
    }

    .ht-xs-60p-f {
        height: 60% !important
    }

    .ht-xs-65 {
        height: 65px
    }

    .ht-xs-65p {
        height: 65%
    }

    .mx-ht-xs-65p {
        max-height: 65%
    }

    .mn-ht-xs-65p {
        min-height: 65%
    }

    .ht-xs-65-f {
        height: 65px !important
    }

    .ht-xs-65p-f {
        height: 65% !important
    }

    .ht-xs-70 {
        height: 70px
    }

    .ht-xs-70p {
        height: 70%
    }

    .mx-ht-xs-70p {
        max-height: 70%
    }

    .mn-ht-xs-70p {
        min-height: 70%
    }

    .ht-xs-70-f {
        height: 70px !important
    }

    .ht-xs-70p-f {
        height: 70% !important
    }

    .ht-xs-75 {
        height: 75px
    }

    .ht-xs-75p {
        height: 75%
    }

    .mx-ht-xs-75p {
        max-height: 75%
    }

    .mn-ht-xs-75p {
        min-height: 75%
    }

    .ht-xs-75-f {
        height: 75px !important
    }

    .ht-xs-75p-f {
        height: 75% !important
    }

    .ht-xs-80 {
        height: 80px
    }

    .ht-xs-80p {
        height: 80%
    }

    .mx-ht-xs-80p {
        max-height: 80%
    }

    .mn-ht-xs-80p {
        min-height: 80%
    }

    .ht-xs-80-f {
        height: 80px !important
    }

    .ht-xs-80p-f {
        height: 80% !important
    }

    .ht-xs-85 {
        height: 85px
    }

    .ht-xs-85p {
        height: 85%
    }

    .mx-ht-xs-85p {
        max-height: 85%
    }

    .mn-ht-xs-85p {
        min-height: 85%
    }

    .ht-xs-85-f {
        height: 85px !important
    }

    .ht-xs-85p-f {
        height: 85% !important
    }

    .ht-xs-90 {
        height: 90px
    }

    .ht-xs-90p {
        height: 90%
    }

    .mx-ht-xs-90p {
        max-height: 90%
    }

    .mn-ht-xs-90p {
        min-height: 90%
    }

    .ht-xs-90-f {
        height: 90px !important
    }

    .ht-xs-90p-f {
        height: 90% !important
    }

    .ht-xs-95 {
        height: 95px
    }

    .ht-xs-95p {
        height: 95%
    }

    .mx-ht-xs-95p {
        max-height: 95%
    }

    .mn-ht-xs-95p {
        min-height: 95%
    }

    .ht-xs-95-f {
        height: 95px !important
    }

    .ht-xs-95p-f {
        height: 95% !important
    }

    .ht-xs-100 {
        height: 100px
    }

    .ht-xs-100p {
        height: 100%
    }

    .mx-ht-xs-100p {
        max-height: 100%
    }

    .mn-ht-xs-100p {
        min-height: 100%
    }

    .ht-xs-100-f {
        height: 100px !important
    }

    .ht-xs-100p-f {
        height: 100% !important
    }

    .ht-xs-150 {
        height: 150px
    }

    .ht-xs-150p {
        height: 150%
    }

    .mx-ht-xs-150p {
        max-height: 150%
    }

    .mn-ht-xs-150p {
        min-height: 150%
    }

    .ht-xs-150-f {
        height: 150px !important
    }

    .ht-xs-150p-f {
        height: 150% !important
    }

    .ht-xs-200 {
        height: 200px
    }

    .ht-xs-200p {
        height: 200%
    }

    .mx-ht-xs-200p {
        max-height: 200%
    }

    .mn-ht-xs-200p {
        min-height: 200%
    }

    .ht-xs-200-f {
        height: 200px !important
    }

    .ht-xs-200p-f {
        height: 200% !important
    }

    .ht-xs-250 {
        height: 250px
    }

    .ht-xs-250p {
        height: 250%
    }

    .mx-ht-xs-250p {
        max-height: 250%
    }

    .mn-ht-xs-250p {
        min-height: 250%
    }

    .ht-xs-250-f {
        height: 250px !important
    }

    .ht-xs-250p-f {
        height: 250% !important
    }

    .ht-xs-300 {
        height: 300px
    }

    .ht-xs-300p {
        height: 300%
    }

    .mx-ht-xs-300p {
        max-height: 300%
    }

    .mn-ht-xs-300p {
        min-height: 300%
    }

    .ht-xs-300-f {
        height: 300px !important
    }

    .ht-xs-300p-f {
        height: 300% !important
    }

    .ht-xs-350 {
        height: 350px
    }

    .ht-xs-350p {
        height: 350%
    }

    .mx-ht-xs-350p {
        max-height: 350%
    }

    .mn-ht-xs-350p {
        min-height: 350%
    }

    .ht-xs-350-f {
        height: 350px !important
    }

    .ht-xs-350p-f {
        height: 350% !important
    }

    .ht-xs-400 {
        height: 400px
    }

    .ht-xs-400p {
        height: 400%
    }

    .mx-ht-xs-400p {
        max-height: 400%
    }

    .mn-ht-xs-400p {
        min-height: 400%
    }

    .ht-xs-400-f {
        height: 400px !important
    }

    .ht-xs-400p-f {
        height: 400% !important
    }

    .ht-xs-450 {
        height: 450px
    }

    .ht-xs-450p {
        height: 450%
    }

    .mx-ht-xs-450p {
        max-height: 450%
    }

    .mn-ht-xs-450p {
        min-height: 450%
    }

    .ht-xs-450-f {
        height: 450px !important
    }

    .ht-xs-450p-f {
        height: 450% !important
    }

    .ht-xs-500 {
        height: 500px
    }

    .ht-xs-500p {
        height: 500%
    }

    .mx-ht-xs-500p {
        max-height: 500%
    }

    .mn-ht-xs-500p {
        min-height: 500%
    }

    .ht-xs-500-f {
        height: 500px !important
    }

    .ht-xs-500p-f {
        height: 500% !important
    }

    .ht-xs-550 {
        height: 550px
    }

    .ht-xs-550p {
        height: 550%
    }

    .mx-ht-xs-550p {
        max-height: 550%
    }

    .mn-ht-xs-550p {
        min-height: 550%
    }

    .ht-xs-550-f {
        height: 550px !important
    }

    .ht-xs-550p-f {
        height: 550% !important
    }

    .ht-xs-600 {
        height: 600px
    }

    .ht-xs-600p {
        height: 600%
    }

    .mx-ht-xs-600p {
        max-height: 600%
    }

    .mn-ht-xs-600p {
        min-height: 600%
    }

    .ht-xs-600-f {
        height: 600px !important
    }

    .ht-xs-600p-f {
        height: 600% !important
    }

    .ht-xs-650 {
        height: 650px
    }

    .ht-xs-650p {
        height: 650%
    }

    .mx-ht-xs-650p {
        max-height: 650%
    }

    .mn-ht-xs-650p {
        min-height: 650%
    }

    .ht-xs-650-f {
        height: 650px !important
    }

    .ht-xs-650p-f {
        height: 650% !important
    }

    .ht-xs-700 {
        height: 700px
    }

    .ht-xs-700p {
        height: 700%
    }

    .mx-ht-xs-700p {
        max-height: 700%
    }

    .mn-ht-xs-700p {
        min-height: 700%
    }

    .ht-xs-700-f {
        height: 700px !important
    }

    .ht-xs-700p-f {
        height: 700% !important
    }

    .ht-xs-750 {
        height: 750px
    }

    .ht-xs-750p {
        height: 750%
    }

    .mx-ht-xs-750p {
        max-height: 750%
    }

    .mn-ht-xs-750p {
        min-height: 750%
    }

    .ht-xs-750-f {
        height: 750px !important
    }

    .ht-xs-750p-f {
        height: 750% !important
    }

    .ht-xs-800 {
        height: 800px
    }

    .ht-xs-800p {
        height: 800%
    }

    .mx-ht-xs-800p {
        max-height: 800%
    }

    .mn-ht-xs-800p {
        min-height: 800%
    }

    .ht-xs-800-f {
        height: 800px !important
    }

    .ht-xs-800p-f {
        height: 800% !important
    }

    .ht-xs-850 {
        height: 850px
    }

    .ht-xs-850p {
        height: 850%
    }

    .mx-ht-xs-850p {
        max-height: 850%
    }

    .mn-ht-xs-850p {
        min-height: 850%
    }

    .ht-xs-850-f {
        height: 850px !important
    }

    .ht-xs-850p-f {
        height: 850% !important
    }

    .ht-xs-100v {
        height: 100vh
    }
}

@media (min-width: 576px) {
    .ht-sm-5 {
        height: 5px
    }

    .ht-sm-5p {
        height: 5%
    }

    .mx-ht-sm-5p {
        max-height: 5%
    }

    .mn-ht-sm-5p {
        min-height: 5%
    }

    .ht-sm-5-f {
        height: 5px !important
    }

    .ht-sm-5p-f {
        height: 5% !important
    }

    .ht-sm-10 {
        height: 10px
    }

    .ht-sm-10p {
        height: 10%
    }

    .mx-ht-sm-10p {
        max-height: 10%
    }

    .mn-ht-sm-10p {
        min-height: 10%
    }

    .ht-sm-10-f {
        height: 10px !important
    }

    .ht-sm-10p-f {
        height: 10% !important
    }

    .ht-sm-15 {
        height: 15px
    }

    .ht-sm-15p {
        height: 15%
    }

    .mx-ht-sm-15p {
        max-height: 15%
    }

    .mn-ht-sm-15p {
        min-height: 15%
    }

    .ht-sm-15-f {
        height: 15px !important
    }

    .ht-sm-15p-f {
        height: 15% !important
    }

    .ht-sm-20 {
        height: 20px
    }

    .ht-sm-20p {
        height: 20%
    }

    .mx-ht-sm-20p {
        max-height: 20%
    }

    .mn-ht-sm-20p {
        min-height: 20%
    }

    .ht-sm-20-f {
        height: 20px !important
    }

    .ht-sm-20p-f {
        height: 20% !important
    }

    .ht-sm-25 {
        height: 25px
    }

    .ht-sm-25p {
        height: 25%
    }

    .mx-ht-sm-25p {
        max-height: 25%
    }

    .mn-ht-sm-25p {
        min-height: 25%
    }

    .ht-sm-25-f {
        height: 25px !important
    }

    .ht-sm-25p-f {
        height: 25% !important
    }

    .ht-sm-30 {
        height: 30px
    }

    .ht-sm-30p {
        height: 30%
    }

    .mx-ht-sm-30p {
        max-height: 30%
    }

    .mn-ht-sm-30p {
        min-height: 30%
    }

    .ht-sm-30-f {
        height: 30px !important
    }

    .ht-sm-30p-f {
        height: 30% !important
    }

    .ht-sm-35 {
        height: 35px
    }

    .ht-sm-35p {
        height: 35%
    }

    .mx-ht-sm-35p {
        max-height: 35%
    }

    .mn-ht-sm-35p {
        min-height: 35%
    }

    .ht-sm-35-f {
        height: 35px !important
    }

    .ht-sm-35p-f {
        height: 35% !important
    }

    .ht-sm-40 {
        height: 40px
    }

    .ht-sm-40p {
        height: 40%
    }

    .mx-ht-sm-40p {
        max-height: 40%
    }

    .mn-ht-sm-40p {
        min-height: 40%
    }

    .ht-sm-40-f {
        height: 40px !important
    }

    .ht-sm-40p-f {
        height: 40% !important
    }

    .ht-sm-45 {
        height: 45px
    }

    .ht-sm-45p {
        height: 45%
    }

    .mx-ht-sm-45p {
        max-height: 45%
    }

    .mn-ht-sm-45p {
        min-height: 45%
    }

    .ht-sm-45-f {
        height: 45px !important
    }

    .ht-sm-45p-f {
        height: 45% !important
    }

    .ht-sm-50 {
        height: 50px
    }

    .ht-sm-50p {
        height: 50%
    }

    .mx-ht-sm-50p {
        max-height: 50%
    }

    .mn-ht-sm-50p {
        min-height: 50%
    }

    .ht-sm-50-f {
        height: 50px !important
    }

    .ht-sm-50p-f {
        height: 50% !important
    }

    .ht-sm-55 {
        height: 55px
    }

    .ht-sm-55p {
        height: 55%
    }

    .mx-ht-sm-55p {
        max-height: 55%
    }

    .mn-ht-sm-55p {
        min-height: 55%
    }

    .ht-sm-55-f {
        height: 55px !important
    }

    .ht-sm-55p-f {
        height: 55% !important
    }

    .ht-sm-60 {
        height: 60px
    }

    .ht-sm-60p {
        height: 60%
    }

    .mx-ht-sm-60p {
        max-height: 60%
    }

    .mn-ht-sm-60p {
        min-height: 60%
    }

    .ht-sm-60-f {
        height: 60px !important
    }

    .ht-sm-60p-f {
        height: 60% !important
    }

    .ht-sm-65 {
        height: 65px
    }

    .ht-sm-65p {
        height: 65%
    }

    .mx-ht-sm-65p {
        max-height: 65%
    }

    .mn-ht-sm-65p {
        min-height: 65%
    }

    .ht-sm-65-f {
        height: 65px !important
    }

    .ht-sm-65p-f {
        height: 65% !important
    }

    .ht-sm-70 {
        height: 70px
    }

    .ht-sm-70p {
        height: 70%
    }

    .mx-ht-sm-70p {
        max-height: 70%
    }

    .mn-ht-sm-70p {
        min-height: 70%
    }

    .ht-sm-70-f {
        height: 70px !important
    }

    .ht-sm-70p-f {
        height: 70% !important
    }

    .ht-sm-75 {
        height: 75px
    }

    .ht-sm-75p {
        height: 75%
    }

    .mx-ht-sm-75p {
        max-height: 75%
    }

    .mn-ht-sm-75p {
        min-height: 75%
    }

    .ht-sm-75-f {
        height: 75px !important
    }

    .ht-sm-75p-f {
        height: 75% !important
    }

    .ht-sm-80 {
        height: 80px
    }

    .ht-sm-80p {
        height: 80%
    }

    .mx-ht-sm-80p {
        max-height: 80%
    }

    .mn-ht-sm-80p {
        min-height: 80%
    }

    .ht-sm-80-f {
        height: 80px !important
    }

    .ht-sm-80p-f {
        height: 80% !important
    }

    .ht-sm-85 {
        height: 85px
    }

    .ht-sm-85p {
        height: 85%
    }

    .mx-ht-sm-85p {
        max-height: 85%
    }

    .mn-ht-sm-85p {
        min-height: 85%
    }

    .ht-sm-85-f {
        height: 85px !important
    }

    .ht-sm-85p-f {
        height: 85% !important
    }

    .ht-sm-90 {
        height: 90px
    }

    .ht-sm-90p {
        height: 90%
    }

    .mx-ht-sm-90p {
        max-height: 90%
    }

    .mn-ht-sm-90p {
        min-height: 90%
    }

    .ht-sm-90-f {
        height: 90px !important
    }

    .ht-sm-90p-f {
        height: 90% !important
    }

    .ht-sm-95 {
        height: 95px
    }

    .ht-sm-95p {
        height: 95%
    }

    .mx-ht-sm-95p {
        max-height: 95%
    }

    .mn-ht-sm-95p {
        min-height: 95%
    }

    .ht-sm-95-f {
        height: 95px !important
    }

    .ht-sm-95p-f {
        height: 95% !important
    }

    .ht-sm-100 {
        height: 100px
    }

    .ht-sm-100p {
        height: 100%
    }

    .mx-ht-sm-100p {
        max-height: 100%
    }

    .mn-ht-sm-100p {
        min-height: 100%
    }

    .ht-sm-100-f {
        height: 100px !important
    }

    .ht-sm-100p-f {
        height: 100% !important
    }

    .ht-sm-150 {
        height: 150px
    }

    .ht-sm-150p {
        height: 150%
    }

    .mx-ht-sm-150p {
        max-height: 150%
    }

    .mn-ht-sm-150p {
        min-height: 150%
    }

    .ht-sm-150-f {
        height: 150px !important
    }

    .ht-sm-150p-f {
        height: 150% !important
    }

    .ht-sm-200 {
        height: 200px
    }

    .ht-sm-200p {
        height: 200%
    }

    .mx-ht-sm-200p {
        max-height: 200%
    }

    .mn-ht-sm-200p {
        min-height: 200%
    }

    .ht-sm-200-f {
        height: 200px !important
    }

    .ht-sm-200p-f {
        height: 200% !important
    }

    .ht-sm-250 {
        height: 250px
    }

    .ht-sm-250p {
        height: 250%
    }

    .mx-ht-sm-250p {
        max-height: 250%
    }

    .mn-ht-sm-250p {
        min-height: 250%
    }

    .ht-sm-250-f {
        height: 250px !important
    }

    .ht-sm-250p-f {
        height: 250% !important
    }

    .ht-sm-300 {
        height: 300px
    }

    .ht-sm-300p {
        height: 300%
    }

    .mx-ht-sm-300p {
        max-height: 300%
    }

    .mn-ht-sm-300p {
        min-height: 300%
    }

    .ht-sm-300-f {
        height: 300px !important
    }

    .ht-sm-300p-f {
        height: 300% !important
    }

    .ht-sm-350 {
        height: 350px
    }

    .ht-sm-350p {
        height: 350%
    }

    .mx-ht-sm-350p {
        max-height: 350%
    }

    .mn-ht-sm-350p {
        min-height: 350%
    }

    .ht-sm-350-f {
        height: 350px !important
    }

    .ht-sm-350p-f {
        height: 350% !important
    }

    .ht-sm-400 {
        height: 400px
    }

    .ht-sm-400p {
        height: 400%
    }

    .mx-ht-sm-400p {
        max-height: 400%
    }

    .mn-ht-sm-400p {
        min-height: 400%
    }

    .ht-sm-400-f {
        height: 400px !important
    }

    .ht-sm-400p-f {
        height: 400% !important
    }

    .ht-sm-450 {
        height: 450px
    }

    .ht-sm-450p {
        height: 450%
    }

    .mx-ht-sm-450p {
        max-height: 450%
    }

    .mn-ht-sm-450p {
        min-height: 450%
    }

    .ht-sm-450-f {
        height: 450px !important
    }

    .ht-sm-450p-f {
        height: 450% !important
    }

    .ht-sm-500 {
        height: 500px
    }

    .ht-sm-500p {
        height: 500%
    }

    .mx-ht-sm-500p {
        max-height: 500%
    }

    .mn-ht-sm-500p {
        min-height: 500%
    }

    .ht-sm-500-f {
        height: 500px !important
    }

    .ht-sm-500p-f {
        height: 500% !important
    }

    .ht-sm-550 {
        height: 550px
    }

    .ht-sm-550p {
        height: 550%
    }

    .mx-ht-sm-550p {
        max-height: 550%
    }

    .mn-ht-sm-550p {
        min-height: 550%
    }

    .ht-sm-550-f {
        height: 550px !important
    }

    .ht-sm-550p-f {
        height: 550% !important
    }

    .ht-sm-600 {
        height: 600px
    }

    .ht-sm-600p {
        height: 600%
    }

    .mx-ht-sm-600p {
        max-height: 600%
    }

    .mn-ht-sm-600p {
        min-height: 600%
    }

    .ht-sm-600-f {
        height: 600px !important
    }

    .ht-sm-600p-f {
        height: 600% !important
    }

    .ht-sm-650 {
        height: 650px
    }

    .ht-sm-650p {
        height: 650%
    }

    .mx-ht-sm-650p {
        max-height: 650%
    }

    .mn-ht-sm-650p {
        min-height: 650%
    }

    .ht-sm-650-f {
        height: 650px !important
    }

    .ht-sm-650p-f {
        height: 650% !important
    }

    .ht-sm-700 {
        height: 700px
    }

    .ht-sm-700p {
        height: 700%
    }

    .mx-ht-sm-700p {
        max-height: 700%
    }

    .mn-ht-sm-700p {
        min-height: 700%
    }

    .ht-sm-700-f {
        height: 700px !important
    }

    .ht-sm-700p-f {
        height: 700% !important
    }

    .ht-sm-750 {
        height: 750px
    }

    .ht-sm-750p {
        height: 750%
    }

    .mx-ht-sm-750p {
        max-height: 750%
    }

    .mn-ht-sm-750p {
        min-height: 750%
    }

    .ht-sm-750-f {
        height: 750px !important
    }

    .ht-sm-750p-f {
        height: 750% !important
    }

    .ht-sm-800 {
        height: 800px
    }

    .ht-sm-800p {
        height: 800%
    }

    .mx-ht-sm-800p {
        max-height: 800%
    }

    .mn-ht-sm-800p {
        min-height: 800%
    }

    .ht-sm-800-f {
        height: 800px !important
    }

    .ht-sm-800p-f {
        height: 800% !important
    }

    .ht-sm-850 {
        height: 850px
    }

    .ht-sm-850p {
        height: 850%
    }

    .mx-ht-sm-850p {
        max-height: 850%
    }

    .mn-ht-sm-850p {
        min-height: 850%
    }

    .ht-sm-850-f {
        height: 850px !important
    }

    .ht-sm-850p-f {
        height: 850% !important
    }

    .ht-sm-100v {
        height: 100vh
    }
}

@media (min-width: 768px) {
    .ht-md-5 {
        height: 5px
    }

    .ht-md-5p {
        height: 5%
    }

    .mx-ht-md-5p {
        max-height: 5%
    }

    .mn-ht-md-5p {
        min-height: 5%
    }

    .ht-md-5-f {
        height: 5px !important
    }

    .ht-md-5p-f {
        height: 5% !important
    }

    .ht-md-10 {
        height: 10px
    }

    .ht-md-10p {
        height: 10%
    }

    .mx-ht-md-10p {
        max-height: 10%
    }

    .mn-ht-md-10p {
        min-height: 10%
    }

    .ht-md-10-f {
        height: 10px !important
    }

    .ht-md-10p-f {
        height: 10% !important
    }

    .ht-md-15 {
        height: 15px
    }

    .ht-md-15p {
        height: 15%
    }

    .mx-ht-md-15p {
        max-height: 15%
    }

    .mn-ht-md-15p {
        min-height: 15%
    }

    .ht-md-15-f {
        height: 15px !important
    }

    .ht-md-15p-f {
        height: 15% !important
    }

    .ht-md-20 {
        height: 20px
    }

    .ht-md-20p {
        height: 20%
    }

    .mx-ht-md-20p {
        max-height: 20%
    }

    .mn-ht-md-20p {
        min-height: 20%
    }

    .ht-md-20-f {
        height: 20px !important
    }

    .ht-md-20p-f {
        height: 20% !important
    }

    .ht-md-25 {
        height: 25px
    }

    .ht-md-25p {
        height: 25%
    }

    .mx-ht-md-25p {
        max-height: 25%
    }

    .mn-ht-md-25p {
        min-height: 25%
    }

    .ht-md-25-f {
        height: 25px !important
    }

    .ht-md-25p-f {
        height: 25% !important
    }

    .ht-md-30 {
        height: 30px
    }

    .ht-md-30p {
        height: 30%
    }

    .mx-ht-md-30p {
        max-height: 30%
    }

    .mn-ht-md-30p {
        min-height: 30%
    }

    .ht-md-30-f {
        height: 30px !important
    }

    .ht-md-30p-f {
        height: 30% !important
    }

    .ht-md-35 {
        height: 35px
    }

    .ht-md-35p {
        height: 35%
    }

    .mx-ht-md-35p {
        max-height: 35%
    }

    .mn-ht-md-35p {
        min-height: 35%
    }

    .ht-md-35-f {
        height: 35px !important
    }

    .ht-md-35p-f {
        height: 35% !important
    }

    .ht-md-40 {
        height: 40px
    }

    .ht-md-40p {
        height: 40%
    }

    .mx-ht-md-40p {
        max-height: 40%
    }

    .mn-ht-md-40p {
        min-height: 40%
    }

    .ht-md-40-f {
        height: 40px !important
    }

    .ht-md-40p-f {
        height: 40% !important
    }

    .ht-md-45 {
        height: 45px
    }

    .ht-md-45p {
        height: 45%
    }

    .mx-ht-md-45p {
        max-height: 45%
    }

    .mn-ht-md-45p {
        min-height: 45%
    }

    .ht-md-45-f {
        height: 45px !important
    }

    .ht-md-45p-f {
        height: 45% !important
    }

    .ht-md-50 {
        height: 50px
    }

    .ht-md-50p {
        height: 50%
    }

    .mx-ht-md-50p {
        max-height: 50%
    }

    .mn-ht-md-50p {
        min-height: 50%
    }

    .ht-md-50-f {
        height: 50px !important
    }

    .ht-md-50p-f {
        height: 50% !important
    }

    .ht-md-55 {
        height: 55px
    }

    .ht-md-55p {
        height: 55%
    }

    .mx-ht-md-55p {
        max-height: 55%
    }

    .mn-ht-md-55p {
        min-height: 55%
    }

    .ht-md-55-f {
        height: 55px !important
    }

    .ht-md-55p-f {
        height: 55% !important
    }

    .ht-md-60 {
        height: 60px
    }

    .ht-md-60p {
        height: 60%
    }

    .mx-ht-md-60p {
        max-height: 60%
    }

    .mn-ht-md-60p {
        min-height: 60%
    }

    .ht-md-60-f {
        height: 60px !important
    }

    .ht-md-60p-f {
        height: 60% !important
    }

    .ht-md-65 {
        height: 65px
    }

    .ht-md-65p {
        height: 65%
    }

    .mx-ht-md-65p {
        max-height: 65%
    }

    .mn-ht-md-65p {
        min-height: 65%
    }

    .ht-md-65-f {
        height: 65px !important
    }

    .ht-md-65p-f {
        height: 65% !important
    }

    .ht-md-70 {
        height: 70px
    }

    .ht-md-70p {
        height: 70%
    }

    .mx-ht-md-70p {
        max-height: 70%
    }

    .mn-ht-md-70p {
        min-height: 70%
    }

    .ht-md-70-f {
        height: 70px !important
    }

    .ht-md-70p-f {
        height: 70% !important
    }

    .ht-md-75 {
        height: 75px
    }

    .ht-md-75p {
        height: 75%
    }

    .mx-ht-md-75p {
        max-height: 75%
    }

    .mn-ht-md-75p {
        min-height: 75%
    }

    .ht-md-75-f {
        height: 75px !important
    }

    .ht-md-75p-f {
        height: 75% !important
    }

    .ht-md-80 {
        height: 80px
    }

    .ht-md-80p {
        height: 80%
    }

    .mx-ht-md-80p {
        max-height: 80%
    }

    .mn-ht-md-80p {
        min-height: 80%
    }

    .ht-md-80-f {
        height: 80px !important
    }

    .ht-md-80p-f {
        height: 80% !important
    }

    .ht-md-85 {
        height: 85px
    }

    .ht-md-85p {
        height: 85%
    }

    .mx-ht-md-85p {
        max-height: 85%
    }

    .mn-ht-md-85p {
        min-height: 85%
    }

    .ht-md-85-f {
        height: 85px !important
    }

    .ht-md-85p-f {
        height: 85% !important
    }

    .ht-md-90 {
        height: 90px
    }

    .ht-md-90p {
        height: 90%
    }

    .mx-ht-md-90p {
        max-height: 90%
    }

    .mn-ht-md-90p {
        min-height: 90%
    }

    .ht-md-90-f {
        height: 90px !important
    }

    .ht-md-90p-f {
        height: 90% !important
    }

    .ht-md-95 {
        height: 95px
    }

    .ht-md-95p {
        height: 95%
    }

    .mx-ht-md-95p {
        max-height: 95%
    }

    .mn-ht-md-95p {
        min-height: 95%
    }

    .ht-md-95-f {
        height: 95px !important
    }

    .ht-md-95p-f {
        height: 95% !important
    }

    .ht-md-100 {
        height: 100px
    }

    .ht-md-100p {
        height: 100%
    }

    .mx-ht-md-100p {
        max-height: 100%
    }

    .mn-ht-md-100p {
        min-height: 100%
    }

    .ht-md-100-f {
        height: 100px !important
    }

    .ht-md-100p-f {
        height: 100% !important
    }

    .ht-md-150 {
        height: 150px
    }

    .ht-md-150p {
        height: 150%
    }

    .mx-ht-md-150p {
        max-height: 150%
    }

    .mn-ht-md-150p {
        min-height: 150%
    }

    .ht-md-150-f {
        height: 150px !important
    }

    .ht-md-150p-f {
        height: 150% !important
    }

    .ht-md-200 {
        height: 200px
    }

    .ht-md-200p {
        height: 200%
    }

    .mx-ht-md-200p {
        max-height: 200%
    }

    .mn-ht-md-200p {
        min-height: 200%
    }

    .ht-md-200-f {
        height: 200px !important
    }

    .ht-md-200p-f {
        height: 200% !important
    }

    .ht-md-250 {
        height: 250px
    }

    .ht-md-250p {
        height: 250%
    }

    .mx-ht-md-250p {
        max-height: 250%
    }

    .mn-ht-md-250p {
        min-height: 250%
    }

    .ht-md-250-f {
        height: 250px !important
    }

    .ht-md-250p-f {
        height: 250% !important
    }

    .ht-md-300 {
        height: 300px
    }

    .ht-md-300p {
        height: 300%
    }

    .mx-ht-md-300p {
        max-height: 300%
    }

    .mn-ht-md-300p {
        min-height: 300%
    }

    .ht-md-300-f {
        height: 300px !important
    }

    .ht-md-300p-f {
        height: 300% !important
    }

    .ht-md-350 {
        height: 350px
    }

    .ht-md-350p {
        height: 350%
    }

    .mx-ht-md-350p {
        max-height: 350%
    }

    .mn-ht-md-350p {
        min-height: 350%
    }

    .ht-md-350-f {
        height: 350px !important
    }

    .ht-md-350p-f {
        height: 350% !important
    }

    .ht-md-400 {
        height: 400px
    }

    .ht-md-400p {
        height: 400%
    }

    .mx-ht-md-400p {
        max-height: 400%
    }

    .mn-ht-md-400p {
        min-height: 400%
    }

    .ht-md-400-f {
        height: 400px !important
    }

    .ht-md-400p-f {
        height: 400% !important
    }

    .ht-md-450 {
        height: 450px
    }

    .ht-md-450p {
        height: 450%
    }

    .mx-ht-md-450p {
        max-height: 450%
    }

    .mn-ht-md-450p {
        min-height: 450%
    }

    .ht-md-450-f {
        height: 450px !important
    }

    .ht-md-450p-f {
        height: 450% !important
    }

    .ht-md-500 {
        height: 500px
    }

    .ht-md-500p {
        height: 500%
    }

    .mx-ht-md-500p {
        max-height: 500%
    }

    .mn-ht-md-500p {
        min-height: 500%
    }

    .ht-md-500-f {
        height: 500px !important
    }

    .ht-md-500p-f {
        height: 500% !important
    }

    .ht-md-550 {
        height: 550px
    }

    .ht-md-550p {
        height: 550%
    }

    .mx-ht-md-550p {
        max-height: 550%
    }

    .mn-ht-md-550p {
        min-height: 550%
    }

    .ht-md-550-f {
        height: 550px !important
    }

    .ht-md-550p-f {
        height: 550% !important
    }

    .ht-md-600 {
        height: 600px
    }

    .ht-md-600p {
        height: 600%
    }

    .mx-ht-md-600p {
        max-height: 600%
    }

    .mn-ht-md-600p {
        min-height: 600%
    }

    .ht-md-600-f {
        height: 600px !important
    }

    .ht-md-600p-f {
        height: 600% !important
    }

    .ht-md-650 {
        height: 650px
    }

    .ht-md-650p {
        height: 650%
    }

    .mx-ht-md-650p {
        max-height: 650%
    }

    .mn-ht-md-650p {
        min-height: 650%
    }

    .ht-md-650-f {
        height: 650px !important
    }

    .ht-md-650p-f {
        height: 650% !important
    }

    .ht-md-700 {
        height: 700px
    }

    .ht-md-700p {
        height: 700%
    }

    .mx-ht-md-700p {
        max-height: 700%
    }

    .mn-ht-md-700p {
        min-height: 700%
    }

    .ht-md-700-f {
        height: 700px !important
    }

    .ht-md-700p-f {
        height: 700% !important
    }

    .ht-md-750 {
        height: 750px
    }

    .ht-md-750p {
        height: 750%
    }

    .mx-ht-md-750p {
        max-height: 750%
    }

    .mn-ht-md-750p {
        min-height: 750%
    }

    .ht-md-750-f {
        height: 750px !important
    }

    .ht-md-750p-f {
        height: 750% !important
    }

    .ht-md-800 {
        height: 800px
    }

    .ht-md-800p {
        height: 800%
    }

    .mx-ht-md-800p {
        max-height: 800%
    }

    .mn-ht-md-800p {
        min-height: 800%
    }

    .ht-md-800-f {
        height: 800px !important
    }

    .ht-md-800p-f {
        height: 800% !important
    }

    .ht-md-850 {
        height: 850px
    }

    .ht-md-850p {
        height: 850%
    }

    .mx-ht-md-850p {
        max-height: 850%
    }

    .mn-ht-md-850p {
        min-height: 850%
    }

    .ht-md-850-f {
        height: 850px !important
    }

    .ht-md-850p-f {
        height: 850% !important
    }

    .ht-md-100v {
        height: 100vh
    }
}

@media (min-width: 992px) {
    .ht-lg-5 {
        height: 5px
    }

    .ht-lg-5p {
        height: 5%
    }

    .mx-ht-lg-5p {
        max-height: 5%
    }

    .mn-ht-lg-5p {
        min-height: 5%
    }

    .ht-lg-5-f {
        height: 5px !important
    }

    .ht-lg-5p-f {
        height: 5% !important
    }

    .ht-lg-10 {
        height: 10px
    }

    .ht-lg-10p {
        height: 10%
    }

    .mx-ht-lg-10p {
        max-height: 10%
    }

    .mn-ht-lg-10p {
        min-height: 10%
    }

    .ht-lg-10-f {
        height: 10px !important
    }

    .ht-lg-10p-f {
        height: 10% !important
    }

    .ht-lg-15 {
        height: 15px
    }

    .ht-lg-15p {
        height: 15%
    }

    .mx-ht-lg-15p {
        max-height: 15%
    }

    .mn-ht-lg-15p {
        min-height: 15%
    }

    .ht-lg-15-f {
        height: 15px !important
    }

    .ht-lg-15p-f {
        height: 15% !important
    }

    .ht-lg-20 {
        height: 20px
    }

    .ht-lg-20p {
        height: 20%
    }

    .mx-ht-lg-20p {
        max-height: 20%
    }

    .mn-ht-lg-20p {
        min-height: 20%
    }

    .ht-lg-20-f {
        height: 20px !important
    }

    .ht-lg-20p-f {
        height: 20% !important
    }

    .ht-lg-25 {
        height: 25px
    }

    .ht-lg-25p {
        height: 25%
    }

    .mx-ht-lg-25p {
        max-height: 25%
    }

    .mn-ht-lg-25p {
        min-height: 25%
    }

    .ht-lg-25-f {
        height: 25px !important
    }

    .ht-lg-25p-f {
        height: 25% !important
    }

    .ht-lg-30 {
        height: 30px
    }

    .ht-lg-30p {
        height: 30%
    }

    .mx-ht-lg-30p {
        max-height: 30%
    }

    .mn-ht-lg-30p {
        min-height: 30%
    }

    .ht-lg-30-f {
        height: 30px !important
    }

    .ht-lg-30p-f {
        height: 30% !important
    }

    .ht-lg-35 {
        height: 35px
    }

    .ht-lg-35p {
        height: 35%
    }

    .mx-ht-lg-35p {
        max-height: 35%
    }

    .mn-ht-lg-35p {
        min-height: 35%
    }

    .ht-lg-35-f {
        height: 35px !important
    }

    .ht-lg-35p-f {
        height: 35% !important
    }

    .ht-lg-40 {
        height: 40px
    }

    .ht-lg-40p {
        height: 40%
    }

    .mx-ht-lg-40p {
        max-height: 40%
    }

    .mn-ht-lg-40p {
        min-height: 40%
    }

    .ht-lg-40-f {
        height: 40px !important
    }

    .ht-lg-40p-f {
        height: 40% !important
    }

    .ht-lg-45 {
        height: 45px
    }

    .ht-lg-45p {
        height: 45%
    }

    .mx-ht-lg-45p {
        max-height: 45%
    }

    .mn-ht-lg-45p {
        min-height: 45%
    }

    .ht-lg-45-f {
        height: 45px !important
    }

    .ht-lg-45p-f {
        height: 45% !important
    }

    .ht-lg-50 {
        height: 50px
    }

    .ht-lg-50p {
        height: 50%
    }

    .mx-ht-lg-50p {
        max-height: 50%
    }

    .mn-ht-lg-50p {
        min-height: 50%
    }

    .ht-lg-50-f {
        height: 50px !important
    }

    .ht-lg-50p-f {
        height: 50% !important
    }

    .ht-lg-55 {
        height: 55px
    }

    .ht-lg-55p {
        height: 55%
    }

    .mx-ht-lg-55p {
        max-height: 55%
    }

    .mn-ht-lg-55p {
        min-height: 55%
    }

    .ht-lg-55-f {
        height: 55px !important
    }

    .ht-lg-55p-f {
        height: 55% !important
    }

    .ht-lg-60 {
        height: 60px
    }

    .ht-lg-60p {
        height: 60%
    }

    .mx-ht-lg-60p {
        max-height: 60%
    }

    .mn-ht-lg-60p {
        min-height: 60%
    }

    .ht-lg-60-f {
        height: 60px !important
    }

    .ht-lg-60p-f {
        height: 60% !important
    }

    .ht-lg-65 {
        height: 65px
    }

    .ht-lg-65p {
        height: 65%
    }

    .mx-ht-lg-65p {
        max-height: 65%
    }

    .mn-ht-lg-65p {
        min-height: 65%
    }

    .ht-lg-65-f {
        height: 65px !important
    }

    .ht-lg-65p-f {
        height: 65% !important
    }

    .ht-lg-70 {
        height: 70px
    }

    .ht-lg-70p {
        height: 70%
    }

    .mx-ht-lg-70p {
        max-height: 70%
    }

    .mn-ht-lg-70p {
        min-height: 70%
    }

    .ht-lg-70-f {
        height: 70px !important
    }

    .ht-lg-70p-f {
        height: 70% !important
    }

    .ht-lg-75 {
        height: 75px
    }

    .ht-lg-75p {
        height: 75%
    }

    .mx-ht-lg-75p {
        max-height: 75%
    }

    .mn-ht-lg-75p {
        min-height: 75%
    }

    .ht-lg-75-f {
        height: 75px !important
    }

    .ht-lg-75p-f {
        height: 75% !important
    }

    .ht-lg-80 {
        height: 80px
    }

    .ht-lg-80p {
        height: 80%
    }

    .mx-ht-lg-80p {
        max-height: 80%
    }

    .mn-ht-lg-80p {
        min-height: 80%
    }

    .ht-lg-80-f {
        height: 80px !important
    }

    .ht-lg-80p-f {
        height: 80% !important
    }

    .ht-lg-85 {
        height: 85px
    }

    .ht-lg-85p {
        height: 85%
    }

    .mx-ht-lg-85p {
        max-height: 85%
    }

    .mn-ht-lg-85p {
        min-height: 85%
    }

    .ht-lg-85-f {
        height: 85px !important
    }

    .ht-lg-85p-f {
        height: 85% !important
    }

    .ht-lg-90 {
        height: 90px
    }

    .ht-lg-90p {
        height: 90%
    }

    .mx-ht-lg-90p {
        max-height: 90%
    }

    .mn-ht-lg-90p {
        min-height: 90%
    }

    .ht-lg-90-f {
        height: 90px !important
    }

    .ht-lg-90p-f {
        height: 90% !important
    }

    .ht-lg-95 {
        height: 95px
    }

    .ht-lg-95p {
        height: 95%
    }

    .mx-ht-lg-95p {
        max-height: 95%
    }

    .mn-ht-lg-95p {
        min-height: 95%
    }

    .ht-lg-95-f {
        height: 95px !important
    }

    .ht-lg-95p-f {
        height: 95% !important
    }

    .ht-lg-100 {
        height: 100px
    }

    .ht-lg-100p {
        height: 100%
    }

    .mx-ht-lg-100p {
        max-height: 100%
    }

    .mn-ht-lg-100p {
        min-height: 100%
    }

    .ht-lg-100-f {
        height: 100px !important
    }

    .ht-lg-100p-f {
        height: 100% !important
    }

    .ht-lg-150 {
        height: 150px
    }

    .ht-lg-150p {
        height: 150%
    }

    .mx-ht-lg-150p {
        max-height: 150%
    }

    .mn-ht-lg-150p {
        min-height: 150%
    }

    .ht-lg-150-f {
        height: 150px !important
    }

    .ht-lg-150p-f {
        height: 150% !important
    }

    .ht-lg-200 {
        height: 200px
    }

    .ht-lg-200p {
        height: 200%
    }

    .mx-ht-lg-200p {
        max-height: 200%
    }

    .mn-ht-lg-200p {
        min-height: 200%
    }

    .ht-lg-200-f {
        height: 200px !important
    }

    .ht-lg-200p-f {
        height: 200% !important
    }

    .ht-lg-250 {
        height: 250px
    }

    .ht-lg-250p {
        height: 250%
    }

    .mx-ht-lg-250p {
        max-height: 250%
    }

    .mn-ht-lg-250p {
        min-height: 250%
    }

    .ht-lg-250-f {
        height: 250px !important
    }

    .ht-lg-250p-f {
        height: 250% !important
    }

    .ht-lg-300 {
        height: 300px
    }

    .ht-lg-300p {
        height: 300%
    }

    .mx-ht-lg-300p {
        max-height: 300%
    }

    .mn-ht-lg-300p {
        min-height: 300%
    }

    .ht-lg-300-f {
        height: 300px !important
    }

    .ht-lg-300p-f {
        height: 300% !important
    }

    .ht-lg-350 {
        height: 350px
    }

    .ht-lg-350p {
        height: 350%
    }

    .mx-ht-lg-350p {
        max-height: 350%
    }

    .mn-ht-lg-350p {
        min-height: 350%
    }

    .ht-lg-350-f {
        height: 350px !important
    }

    .ht-lg-350p-f {
        height: 350% !important
    }

    .ht-lg-400 {
        height: 400px
    }

    .ht-lg-400p {
        height: 400%
    }

    .mx-ht-lg-400p {
        max-height: 400%
    }

    .mn-ht-lg-400p {
        min-height: 400%
    }

    .ht-lg-400-f {
        height: 400px !important
    }

    .ht-lg-400p-f {
        height: 400% !important
    }

    .ht-lg-450 {
        height: 450px
    }

    .ht-lg-450p {
        height: 450%
    }

    .mx-ht-lg-450p {
        max-height: 450%
    }

    .mn-ht-lg-450p {
        min-height: 450%
    }

    .ht-lg-450-f {
        height: 450px !important
    }

    .ht-lg-450p-f {
        height: 450% !important
    }

    .ht-lg-500 {
        height: 500px
    }

    .ht-lg-500p {
        height: 500%
    }

    .mx-ht-lg-500p {
        max-height: 500%
    }

    .mn-ht-lg-500p {
        min-height: 500%
    }

    .ht-lg-500-f {
        height: 500px !important
    }

    .ht-lg-500p-f {
        height: 500% !important
    }

    .ht-lg-550 {
        height: 550px
    }

    .ht-lg-550p {
        height: 550%
    }

    .mx-ht-lg-550p {
        max-height: 550%
    }

    .mn-ht-lg-550p {
        min-height: 550%
    }

    .ht-lg-550-f {
        height: 550px !important
    }

    .ht-lg-550p-f {
        height: 550% !important
    }

    .ht-lg-600 {
        height: 600px
    }

    .ht-lg-600p {
        height: 600%
    }

    .mx-ht-lg-600p {
        max-height: 600%
    }

    .mn-ht-lg-600p {
        min-height: 600%
    }

    .ht-lg-600-f {
        height: 600px !important
    }

    .ht-lg-600p-f {
        height: 600% !important
    }

    .ht-lg-650 {
        height: 650px
    }

    .ht-lg-650p {
        height: 650%
    }

    .mx-ht-lg-650p {
        max-height: 650%
    }

    .mn-ht-lg-650p {
        min-height: 650%
    }

    .ht-lg-650-f {
        height: 650px !important
    }

    .ht-lg-650p-f {
        height: 650% !important
    }

    .ht-lg-700 {
        height: 700px
    }

    .ht-lg-700p {
        height: 700%
    }

    .mx-ht-lg-700p {
        max-height: 700%
    }

    .mn-ht-lg-700p {
        min-height: 700%
    }

    .ht-lg-700-f {
        height: 700px !important
    }

    .ht-lg-700p-f {
        height: 700% !important
    }

    .ht-lg-750 {
        height: 750px
    }

    .ht-lg-750p {
        height: 750%
    }

    .mx-ht-lg-750p {
        max-height: 750%
    }

    .mn-ht-lg-750p {
        min-height: 750%
    }

    .ht-lg-750-f {
        height: 750px !important
    }

    .ht-lg-750p-f {
        height: 750% !important
    }

    .ht-lg-800 {
        height: 800px
    }

    .ht-lg-800p {
        height: 800%
    }

    .mx-ht-lg-800p {
        max-height: 800%
    }

    .mn-ht-lg-800p {
        min-height: 800%
    }

    .ht-lg-800-f {
        height: 800px !important
    }

    .ht-lg-800p-f {
        height: 800% !important
    }

    .ht-lg-850 {
        height: 850px
    }

    .ht-lg-850p {
        height: 850%
    }

    .mx-ht-lg-850p {
        max-height: 850%
    }

    .mn-ht-lg-850p {
        min-height: 850%
    }

    .ht-lg-850-f {
        height: 850px !important
    }

    .ht-lg-850p-f {
        height: 850% !important
    }

    .ht-lg-100v {
        height: 100vh
    }
}

@media (min-width: 1200px) {
    .ht-xl-5 {
        height: 5px
    }

    .ht-xl-5p {
        height: 5%
    }

    .mx-ht-xl-5p {
        max-height: 5%
    }

    .mn-ht-xl-5p {
        min-height: 5%
    }

    .ht-xl-5-f {
        height: 5px !important
    }

    .ht-xl-5p-f {
        height: 5% !important
    }

    .ht-xl-10 {
        height: 10px
    }

    .ht-xl-10p {
        height: 10%
    }

    .mx-ht-xl-10p {
        max-height: 10%
    }

    .mn-ht-xl-10p {
        min-height: 10%
    }

    .ht-xl-10-f {
        height: 10px !important
    }

    .ht-xl-10p-f {
        height: 10% !important
    }

    .ht-xl-15 {
        height: 15px
    }

    .ht-xl-15p {
        height: 15%
    }

    .mx-ht-xl-15p {
        max-height: 15%
    }

    .mn-ht-xl-15p {
        min-height: 15%
    }

    .ht-xl-15-f {
        height: 15px !important
    }

    .ht-xl-15p-f {
        height: 15% !important
    }

    .ht-xl-20 {
        height: 20px
    }

    .ht-xl-20p {
        height: 20%
    }

    .mx-ht-xl-20p {
        max-height: 20%
    }

    .mn-ht-xl-20p {
        min-height: 20%
    }

    .ht-xl-20-f {
        height: 20px !important
    }

    .ht-xl-20p-f {
        height: 20% !important
    }

    .ht-xl-25 {
        height: 25px
    }

    .ht-xl-25p {
        height: 25%
    }

    .mx-ht-xl-25p {
        max-height: 25%
    }

    .mn-ht-xl-25p {
        min-height: 25%
    }

    .ht-xl-25-f {
        height: 25px !important
    }

    .ht-xl-25p-f {
        height: 25% !important
    }

    .ht-xl-30 {
        height: 30px
    }

    .ht-xl-30p {
        height: 30%
    }

    .mx-ht-xl-30p {
        max-height: 30%
    }

    .mn-ht-xl-30p {
        min-height: 30%
    }

    .ht-xl-30-f {
        height: 30px !important
    }

    .ht-xl-30p-f {
        height: 30% !important
    }

    .ht-xl-35 {
        height: 35px
    }

    .ht-xl-35p {
        height: 35%
    }

    .mx-ht-xl-35p {
        max-height: 35%
    }

    .mn-ht-xl-35p {
        min-height: 35%
    }

    .ht-xl-35-f {
        height: 35px !important
    }

    .ht-xl-35p-f {
        height: 35% !important
    }

    .ht-xl-40 {
        height: 40px
    }

    .ht-xl-40p {
        height: 40%
    }

    .mx-ht-xl-40p {
        max-height: 40%
    }

    .mn-ht-xl-40p {
        min-height: 40%
    }

    .ht-xl-40-f {
        height: 40px !important
    }

    .ht-xl-40p-f {
        height: 40% !important
    }

    .ht-xl-45 {
        height: 45px
    }

    .ht-xl-45p {
        height: 45%
    }

    .mx-ht-xl-45p {
        max-height: 45%
    }

    .mn-ht-xl-45p {
        min-height: 45%
    }

    .ht-xl-45-f {
        height: 45px !important
    }

    .ht-xl-45p-f {
        height: 45% !important
    }

    .ht-xl-50 {
        height: 50px
    }

    .ht-xl-50p {
        height: 50%
    }

    .mx-ht-xl-50p {
        max-height: 50%
    }

    .mn-ht-xl-50p {
        min-height: 50%
    }

    .ht-xl-50-f {
        height: 50px !important
    }

    .ht-xl-50p-f {
        height: 50% !important
    }

    .ht-xl-55 {
        height: 55px
    }

    .ht-xl-55p {
        height: 55%
    }

    .mx-ht-xl-55p {
        max-height: 55%
    }

    .mn-ht-xl-55p {
        min-height: 55%
    }

    .ht-xl-55-f {
        height: 55px !important
    }

    .ht-xl-55p-f {
        height: 55% !important
    }

    .ht-xl-60 {
        height: 60px
    }

    .ht-xl-60p {
        height: 60%
    }

    .mx-ht-xl-60p {
        max-height: 60%
    }

    .mn-ht-xl-60p {
        min-height: 60%
    }

    .ht-xl-60-f {
        height: 60px !important
    }

    .ht-xl-60p-f {
        height: 60% !important
    }

    .ht-xl-65 {
        height: 65px
    }

    .ht-xl-65p {
        height: 65%
    }

    .mx-ht-xl-65p {
        max-height: 65%
    }

    .mn-ht-xl-65p {
        min-height: 65%
    }

    .ht-xl-65-f {
        height: 65px !important
    }

    .ht-xl-65p-f {
        height: 65% !important
    }

    .ht-xl-70 {
        height: 70px
    }

    .ht-xl-70p {
        height: 70%
    }

    .mx-ht-xl-70p {
        max-height: 70%
    }

    .mn-ht-xl-70p {
        min-height: 70%
    }

    .ht-xl-70-f {
        height: 70px !important
    }

    .ht-xl-70p-f {
        height: 70% !important
    }

    .ht-xl-75 {
        height: 75px
    }

    .ht-xl-75p {
        height: 75%
    }

    .mx-ht-xl-75p {
        max-height: 75%
    }

    .mn-ht-xl-75p {
        min-height: 75%
    }

    .ht-xl-75-f {
        height: 75px !important
    }

    .ht-xl-75p-f {
        height: 75% !important
    }

    .ht-xl-80 {
        height: 80px
    }

    .ht-xl-80p {
        height: 80%
    }

    .mx-ht-xl-80p {
        max-height: 80%
    }

    .mn-ht-xl-80p {
        min-height: 80%
    }

    .ht-xl-80-f {
        height: 80px !important
    }

    .ht-xl-80p-f {
        height: 80% !important
    }

    .ht-xl-85 {
        height: 85px
    }

    .ht-xl-85p {
        height: 85%
    }

    .mx-ht-xl-85p {
        max-height: 85%
    }

    .mn-ht-xl-85p {
        min-height: 85%
    }

    .ht-xl-85-f {
        height: 85px !important
    }

    .ht-xl-85p-f {
        height: 85% !important
    }

    .ht-xl-90 {
        height: 90px
    }

    .ht-xl-90p {
        height: 90%
    }

    .mx-ht-xl-90p {
        max-height: 90%
    }

    .mn-ht-xl-90p {
        min-height: 90%
    }

    .ht-xl-90-f {
        height: 90px !important
    }

    .ht-xl-90p-f {
        height: 90% !important
    }

    .ht-xl-95 {
        height: 95px
    }

    .ht-xl-95p {
        height: 95%
    }

    .mx-ht-xl-95p {
        max-height: 95%
    }

    .mn-ht-xl-95p {
        min-height: 95%
    }

    .ht-xl-95-f {
        height: 95px !important
    }

    .ht-xl-95p-f {
        height: 95% !important
    }

    .ht-xl-100 {
        height: 100px
    }

    .ht-xl-100p {
        height: 100%
    }

    .mx-ht-xl-100p {
        max-height: 100%
    }

    .mn-ht-xl-100p {
        min-height: 100%
    }

    .ht-xl-100-f {
        height: 100px !important
    }

    .ht-xl-100p-f {
        height: 100% !important
    }

    .ht-xl-150 {
        height: 150px
    }

    .ht-xl-150p {
        height: 150%
    }

    .mx-ht-xl-150p {
        max-height: 150%
    }

    .mn-ht-xl-150p {
        min-height: 150%
    }

    .ht-xl-150-f {
        height: 150px !important
    }

    .ht-xl-150p-f {
        height: 150% !important
    }

    .ht-xl-200 {
        height: 200px
    }

    .ht-xl-200p {
        height: 200%
    }

    .mx-ht-xl-200p {
        max-height: 200%
    }

    .mn-ht-xl-200p {
        min-height: 200%
    }

    .ht-xl-200-f {
        height: 200px !important
    }

    .ht-xl-200p-f {
        height: 200% !important
    }

    .ht-xl-250 {
        height: 250px
    }

    .ht-xl-250p {
        height: 250%
    }

    .mx-ht-xl-250p {
        max-height: 250%
    }

    .mn-ht-xl-250p {
        min-height: 250%
    }

    .ht-xl-250-f {
        height: 250px !important
    }

    .ht-xl-250p-f {
        height: 250% !important
    }

    .ht-xl-300 {
        height: 300px
    }

    .ht-xl-300p {
        height: 300%
    }

    .mx-ht-xl-300p {
        max-height: 300%
    }

    .mn-ht-xl-300p {
        min-height: 300%
    }

    .ht-xl-300-f {
        height: 300px !important
    }

    .ht-xl-300p-f {
        height: 300% !important
    }

    .ht-xl-350 {
        height: 350px
    }

    .ht-xl-350p {
        height: 350%
    }

    .mx-ht-xl-350p {
        max-height: 350%
    }

    .mn-ht-xl-350p {
        min-height: 350%
    }

    .ht-xl-350-f {
        height: 350px !important
    }

    .ht-xl-350p-f {
        height: 350% !important
    }

    .ht-xl-400 {
        height: 400px
    }

    .ht-xl-400p {
        height: 400%
    }

    .mx-ht-xl-400p {
        max-height: 400%
    }

    .mn-ht-xl-400p {
        min-height: 400%
    }

    .ht-xl-400-f {
        height: 400px !important
    }

    .ht-xl-400p-f {
        height: 400% !important
    }

    .ht-xl-450 {
        height: 450px
    }

    .ht-xl-450p {
        height: 450%
    }

    .mx-ht-xl-450p {
        max-height: 450%
    }

    .mn-ht-xl-450p {
        min-height: 450%
    }

    .ht-xl-450-f {
        height: 450px !important
    }

    .ht-xl-450p-f {
        height: 450% !important
    }

    .ht-xl-500 {
        height: 500px
    }

    .ht-xl-500p {
        height: 500%
    }

    .mx-ht-xl-500p {
        max-height: 500%
    }

    .mn-ht-xl-500p {
        min-height: 500%
    }

    .ht-xl-500-f {
        height: 500px !important
    }

    .ht-xl-500p-f {
        height: 500% !important
    }

    .ht-xl-550 {
        height: 550px
    }

    .ht-xl-550p {
        height: 550%
    }

    .mx-ht-xl-550p {
        max-height: 550%
    }

    .mn-ht-xl-550p {
        min-height: 550%
    }

    .ht-xl-550-f {
        height: 550px !important
    }

    .ht-xl-550p-f {
        height: 550% !important
    }

    .ht-xl-600 {
        height: 600px
    }

    .ht-xl-600p {
        height: 600%
    }

    .mx-ht-xl-600p {
        max-height: 600%
    }

    .mn-ht-xl-600p {
        min-height: 600%
    }

    .ht-xl-600-f {
        height: 600px !important
    }

    .ht-xl-600p-f {
        height: 600% !important
    }

    .ht-xl-650 {
        height: 650px
    }

    .ht-xl-650p {
        height: 650%
    }

    .mx-ht-xl-650p {
        max-height: 650%
    }

    .mn-ht-xl-650p {
        min-height: 650%
    }

    .ht-xl-650-f {
        height: 650px !important
    }

    .ht-xl-650p-f {
        height: 650% !important
    }

    .ht-xl-700 {
        height: 700px
    }

    .ht-xl-700p {
        height: 700%
    }

    .mx-ht-xl-700p {
        max-height: 700%
    }

    .mn-ht-xl-700p {
        min-height: 700%
    }

    .ht-xl-700-f {
        height: 700px !important
    }

    .ht-xl-700p-f {
        height: 700% !important
    }

    .ht-xl-750 {
        height: 750px
    }

    .ht-xl-750p {
        height: 750%
    }

    .mx-ht-xl-750p {
        max-height: 750%
    }

    .mn-ht-xl-750p {
        min-height: 750%
    }

    .ht-xl-750-f {
        height: 750px !important
    }

    .ht-xl-750p-f {
        height: 750% !important
    }

    .ht-xl-800 {
        height: 800px
    }

    .ht-xl-800p {
        height: 800%
    }

    .mx-ht-xl-800p {
        max-height: 800%
    }

    .mn-ht-xl-800p {
        min-height: 800%
    }

    .ht-xl-800-f {
        height: 800px !important
    }

    .ht-xl-800p-f {
        height: 800% !important
    }

    .ht-xl-850 {
        height: 850px
    }

    .ht-xl-850p {
        height: 850%
    }

    .mx-ht-xl-850p {
        max-height: 850%
    }

    .mn-ht-xl-850p {
        min-height: 850%
    }

    .ht-xl-850-f {
        height: 850px !important
    }

    .ht-xl-850p-f {
        height: 850% !important
    }

    .ht-xl-100v {
        height: 100vh
    }
}

.lh-50 {
    line-height: 50px
}
.form-control::file-selector-button {
    height: 38px;
}
.nav-tabs .nav-link.active{
    background-color: #6259ca !important;
    color: #fff !important;
}