@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');
:root {
    --blue:#2e50fb;
    --indigo:#2e50fb;
    --purple:#6f42c1;
    --pink:#ff0084;
    --red:#f53c5b;
    --orange:#ff6a00;
    --yellow:#ffc107;
    --green:#0ba360;
    --teal:#008080FF;
    --cyan:#17a2b8;
    --white:#ffffff;
    --gray:#2a2a2a;
    --gray-dark:#484848;
    --primary:#2e50fb;
    --secondary:#2a2a2a;
    --success:#0ba360;
    --info:#17a2b8;
    --warning:#ffc107;
    --danger:#f53c5b;
    --light:#f8f7ff;
    --dark:#484848;
    --breakpoint-xs:0;
    --breakpoint-sm:576px;
    --breakpoint-md:768px;
    --breakpoint-lg:992px;
    --breakpoint-xl:1200px;
    --font-family-mulish:"Mulish", sans-serif;
}
* {
    box-sizing: border-box;
}
*::before, *::after {
    box-sizing: border-box;
}
html {
    font-family: var(--font-family-mulish);
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}
body {
    margin: 0;
    font-family: var(--font-family-mulish);
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #031b4e;
    text-align: left;
    background-color: #e9e7f7;
    letter-spacing: 0.5px;
}
[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: 0.5rem;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
abbr[title], abbr[data-original-title] {
    text-decoration: underline;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    text-decoration-skip-ink: none;
}
address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}
ol, ul, dl {
    margin-top: 0;
    margin-bottom: 1rem;
}
ol ol, ul ul, ol ul, ul ol {
    margin-bottom: 0;
}
dt {
    font-weight: 700;
}
dd {
    margin-bottom: .5rem;
    margin-left: 0;
}
blockquote {
    margin: 0 0 1rem;
}
b, strong {
    font-weight: bolder;
}
small {
    font-size: 80%;
}
sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}
sub {
    bottom: -.25em;
}
sup {
    top: -.5em;
}
a {
    color: #009db8;
    text-decoration: none;
    background-color: transparent;
}
a:hover {
    color: #3b9029;
    text-decoration: none;
}
a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}
a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none;
    outline: 0;
}
pre, code, kbd, samp {
    font-family: var(--font-family-mulish);
    font-size: 1em;
}
pre {
    margin-top: 0;
    margin-bottom: 0rem;
}
figure {
    margin: 0 0 1rem;
}
img {
    vertical-align: middle;
    border-style: none;
    max-width: 100%;
}
svg {
    overflow: hidden;
    vertical-align: middle;
}
table {
    border-collapse: collapse;
}
caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #7987a1;
    text-align: left;
    caption-side: bottom;
}
th {
    text-align: inherit;
}
label {
    display: inline-block;
    margin-bottom: 0.25rem;
}
button {
    border-radius: 0;
}
input, button, select, optgroup, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button, input {
    overflow: visible;
}
button {
    text-transform: none;
}
select {
    text-transform: none;
    word-wrap: normal;
}
button, [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button;
}
button:not(:disabled), [type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled) {
    cursor: pointer;
}
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}
input[type="radio"], input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] {
    -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: 0.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: 0.875rem;
}
.lead {
    font-size: 1.09375rem;
    font-weight: 300;
}
.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2;
}
.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2;
}
.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2;
}
.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2;
}
hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
small, .small {
    font-size: 80%;
    font-weight: 400;
}
mark, .mark {
    padding: 0.2em;
    background-color: #fcf8e3;
}
.list-unstyled, .list-inline {
    padding-left: 0;
    list-style: none;
}
.list-inline-item {
    display: inline-block;
}
.list-inline-item:not(:last-child) {
    margin-right: 0.5rem;
}
.initialism {
    font-size: 90%;
    text-transform: uppercase;
}
.blockquote {
    margin-bottom: 1rem;
    font-size: 1.09375rem;
}
.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #7987a1;
}
.blockquote-footer::before {
    content: "\2014\00A0";
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #dedcfb;
    border-radius: 3px;
    max-width: 100%;
    height: auto;
}
.figure {
    display: inline-block;
}
.figure-img {
    margin-bottom: 0.5rem;
    line-height: 1;
}
.figure-caption {
    font-size: 90%;
    color: #7987a1;
}
code {
    font-size: 87.5%;
    color: #f10075;
    word-break: break-word;
}
a > code {
    color: inherit;
}
kbd {
    padding: 0.2rem 0.4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #5e597d;
    border-radius: 0.2rem;
}
kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
}
pre {
    display: block;
    font-size: 87.5%;
    color: #5e597d;
}
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: 1200px;
    }
}
.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -0.75rem;
    margin-left: -0.75rem;
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.no-gutters > .col, .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
}
.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}
.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}
.col-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}
.col-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}
.col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}
.col-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}
.col-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}
.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}
.col-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}
.col-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}
.col-9 {
    flex: 0 0 75%;
    max-width: 75%;
}
.col-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}
.col-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
}
.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}
.order-first {
    order: -1;
}
.order-last {
    order: 13;
}
.order-0 {
    order: 0;
}
.order-1 {
    order: 1;
}
.order-2 {
    order: 2;
}
.order-3 {
    order: 3;
}
.order-4 {
    order: 4;
}
.order-5 {
    order: 5;
}
.order-6 {
    order: 6;
}
.order-7 {
    order: 7;
}
.order-8 {
    order: 8;
}
.order-9 {
    order: 9;
}
.order-10 {
    order: 10;
}
.order-11 {
    order: 11;
}
.order-12 {
    order: 12;
}
.offset-1 {
    margin-left: 8.33333%;
}
.offset-2 {
    margin-left: 16.66667%;
}
.offset-3 {
    margin-left: 25%;
}
.offset-4 {
    margin-left: 33.33333%;
}
.offset-5 {
    margin-left: 41.66667%;
}
.offset-6 {
    margin-left: 50%;
}
.offset-7 {
    margin-left: 58.33333%;
}
.offset-8 {
    margin-left: 66.66667%;
}
.offset-9 {
    margin-left: 75%;
}
.offset-10 {
    margin-left: 83.33333%;
}
.offset-11 {
    margin-left: 91.66667%;
}
@media (min-width: 576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-sm-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-sm-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-sm-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-sm-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-sm-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-sm-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-sm-first {
        order: -1;
    }
    .order-sm-last {
        order: 13;
    }
    .order-sm-0 {
        order: 0;
    }
    .order-sm-1 {
        order: 1;
    }
    .order-sm-2 {
        order: 2;
    }
    .order-sm-3 {
        order: 3;
    }
    .order-sm-4 {
        order: 4;
    }
    .order-sm-5 {
        order: 5;
    }
    .order-sm-6 {
        order: 6;
    }
    .order-sm-7 {
        order: 7;
    }
    .order-sm-8 {
        order: 8;
    }
    .order-sm-9 {
        order: 9;
    }
    .order-sm-10 {
        order: 10;
    }
    .order-sm-11 {
        order: 11;
    }
    .order-sm-12 {
        order: 12;
    }
    .offset-sm-0 {
        margin-left: 0;
    }
    .offset-sm-1 {
        margin-left: 8.33333%;
    }
    .offset-sm-2 {
        margin-left: 16.66667%;
    }
    .offset-sm-3 {
        margin-left: 25%;
    }
    .offset-sm-4 {
        margin-left: 33.33333%;
    }
    .offset-sm-5 {
        margin-left: 41.66667%;
    }
    .offset-sm-6 {
        margin-left: 50%;
    }
    .offset-sm-7 {
        margin-left: 58.33333%;
    }
    .offset-sm-8 {
        margin-left: 66.66667%;
    }
    .offset-sm-9 {
        margin-left: 75%;
    }
    .offset-sm-10 {
        margin-left: 83.33333%;
    }
    .offset-sm-11 {
        margin-left: 91.66667%;
    }
}
@media (min-width: 768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-md-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-md-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-md-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-md-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-md-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-md-first {
        order: -1;
    }
    .order-md-last {
        order: 13;
    }
    .order-md-0 {
        order: 0;
    }
    .order-md-1 {
        order: 1;
    }
    .order-md-2 {
        order: 2;
    }
    .order-md-3 {
        order: 3;
    }
    .order-md-4 {
        order: 4;
    }
    .order-md-5 {
        order: 5;
    }
    .order-md-6 {
        order: 6;
    }
    .order-md-7 {
        order: 7;
    }
    .order-md-8 {
        order: 8;
    }
    .order-md-9 {
        order: 9;
    }
    .order-md-10 {
        order: 10;
    }
    .order-md-11 {
        order: 11;
    }
    .order-md-12 {
        order: 12;
    }
    .offset-md-0 {
        margin-left: 0;
    }
    .offset-md-1 {
        margin-left: 8.33333%;
    }
    .offset-md-2 {
        margin-left: 16.66667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.33333%;
    }
    .offset-md-5 {
        margin-left: 41.66667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.33333%;
    }
    .offset-md-8 {
        margin-left: 66.66667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.33333%;
    }
    .offset-md-11 {
        margin-left: 91.66667%;
    }
}
@media (min-width: 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%;
    }
}
.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #031b4e;
}
.table th, .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dedcfb;
}
.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dedcfb;
}
.table tbody + tbody {
    border-top: 2px solid #dedcfb;
}
.table-sm th, .table-sm td {
    padding: 0.3rem;
}
.table-bordered {
    border: 1px solid #dedcfb;
}
.table-bordered th, .table-bordered td {
    border: 1px solid #dedcfb;
}
.table-bordered thead th, .table-bordered thead td {
    border-bottom-width: 2px;
}
.table-borderless th, .table-borderless td, .table-borderless thead th, .table-borderless tbody + tbody {
    border: 0;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}
.table-hover tbody tr:hover {
    color: #031b4e;
    background-color: #f1f6fb;
}
.table-primary {
    background-color: #c6d4ff;
}
.table-primary > th, .table-primary > td {
    background-color: #c6d4ff;
}
.table-primary th, .table-primary td, .table-primary thead th, .table-primary tbody + tbody {
    border-color: #95afff;
}
.table-hover .table-primary:hover {
    background-color: #adc1ff;
}
.table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th {
    background-color: #adc1ff;
}
.table-secondary {
    background-color: #d9dde5;
}
.table-secondary > th, .table-secondary > td {
    background-color: #d9dde5;
}
.table-secondary th, .table-secondary td, .table-secondary thead th, .table-secondary tbody + tbody {
    border-color: #b9c1ce;
}
.table-hover .table-secondary:hover {
    background-color: #cacfdb;
}
.table-hover .table-secondary:hover > td, .table-hover .table-secondary:hover > th {
    background-color: #cacfdb;
}
.table-success {
    background-color: #c8e9b8;
}
.table-success > th, .table-success > td {
    background-color: #c8e9b8;
}
.table-success th, .table-success td, .table-success thead th, .table-success tbody + tbody {
    border-color: #99d67b;
}
.table-hover .table-success:hover {
    background-color: #b9e3a5;
}
.table-hover .table-success:hover > td, .table-hover .table-success:hover > th {
    background-color: #b9e3a5;
}
.table-info {
    background-color: #bee5eb;
}
.table-info > th, .table-info > td {
    background-color: #bee5eb;
}
.table-info th, .table-info td, .table-info thead th, .table-info tbody + tbody {
    border-color: #86cfda;
}
.table-hover .table-info:hover {
    background-color: #abdde5;
}
.table-hover .table-info:hover > td, .table-hover .table-info:hover > th {
    background-color: #abdde5;
}
.table-warning {
    background-color: #ffeeba;
}
.table-warning > th, .table-warning > td {
    background-color: #ffeeba;
}
.table-warning th, .table-warning td, .table-warning thead th, .table-warning tbody + tbody {
    border-color: #ffdf7e;
}
.table-hover .table-warning:hover {
    background-color: #ffe8a1;
}
.table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {
    background-color: #ffe8a1;
}
.table-danger {
    background-color: #f5c6cb;
}
.table-danger > th, .table-danger > td {
    background-color: #f5c6cb;
}
.table-danger th, .table-danger td, .table-danger thead th, .table-danger tbody + tbody {
    border-color: #ed969e;
}
.table-hover .table-danger:hover {
    background-color: #f1b0b7;
}
.table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
    background-color: #f1b0b7;
}
.table-light {
    background-color: #fcfcfd;
}
.table-light > th, .table-light > td {
    background-color: #fcfcfd;
}
.table-light th, .table-light td, .table-light thead th, .table-light tbody + tbody {
    border-color: #f9fafb;
}
.table-hover .table-light:hover {
    background-color: #ededf3;
}
.table-hover .table-light:hover > td, .table-hover .table-light:hover > th {
    background-color: #ededf3;
}
.table-dark {
    background-color: #c8ccd3;
}
.table-dark > th, .table-dark > td {
    background-color: #c8ccd3;
}
.table-dark th, .table-dark td, .table-dark thead th, .table-dark tbody + tbody {
    border-color: #99a0ae;
}
.table-hover .table-dark:hover {
    background-color: #babfc8;
}
.table-hover .table-dark:hover > td, .table-hover .table-dark:hover > th {
    background-color: #babfc8;
}
.table-active {
    background-color: rgba(0, 0, 0, 0.075);
}
.table-active > th, .table-active > td {
    background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075);
}
.table .thead-dark th {
    color: #fff;
    background-color: #746d94;
    border-color: #49597b;
}
.table .thead-light th {
    color: #817ba7;
    background-color: #dedcfb;
    border-color: #dedcfb;
}
.table-dark {
    color: #fff;
    background-color: #746d94;
}
.table-dark th, .table-dark td, .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: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.075);
}
@media (max-width: 575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .table-responsive-sm > .table-bordered {
        border: 0;
    }
}
@media (max-width: 767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .table-responsive-md > .table-bordered {
        border: 0;
    }
}
@media (max-width: 991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .table-responsive-lg > .table-bordered {
        border: 0;
    }
    .main-content.horizontal-content {
        margin-top: 63px !important;
    }
}
@media (max-width: 1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .table-responsive-xl > .table-bordered {
        border: 0;
    }
}
.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
    border: 0;
}
.form-control {
    display: block;
    width: 100%;
    height: 45px;
    padding: 0.375rem 0.75rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #817ba7;
    background-color: #fff;
    background-clip: padding-box;
    border: 2px solid #cde2ed;
    border-radius: 15px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}
.form-control:focus {
    color: #817ba7;
    background-color: #fff;
    border-color: #cdcbe6 !important;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(51, 102, 255, 0.25);
}
.form-control::placeholder {
    color: #aba7d0;
    opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
    background-color: #cde2ed;
    opacity: 1;
}
@media (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none;
    }
}
select.form-control:focus::-ms-value {
    color: #817ba7;
    background-color: #fff;
}
.form-control-file, .form-control-range {
    display: block;
    width: 100%;
}
.col-form-label {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}
.col-form-label-lg {
    padding-top: calc(0.5rem + 1px);
    padding-bottom: calc(0.5rem + 1px);
    font-size: 1.09375rem;
    line-height: 1.5;
}
.col-form-label-sm {
    padding-top: calc(0.25rem + 1px);
    padding-bottom: calc(0.25rem + 1px);
    font-size: 0.76562rem;
    line-height: 1.5;
}
.form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    margin-bottom: 0;
    line-height: 1.5;
    color: #031b4e;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0;
}
.form-control-sm {
    height: calc(1.5em + 0.5rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.76562rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}
.form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: 0.5rem 1rem;
    font-size: 1.09375rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}
select.form-control[size], select.form-control[multiple] {
    height: auto;
}
textarea.form-control {
    height: auto;
}
.form-group {
    margin-bottom: 0.625rem;
}
.form-text {
    display: block;
    margin-top: 0.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: 0.3rem;
    margin-left: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label {
    color: #7987a1;
}
.form-check-label {
    margin-bottom: 0;
}
.form-check-inline {
    display: inline-flex;
    align-items: center;
    padding-left: 0;
    margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0;
}
.valid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #0ba360;
}
.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: .1rem;
    font-size: 0.76562rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(59, 176, 1, 0.9);
    border-radius: 3px;
}
.was-validated .form-control:valid, .form-control.is-valid, input.form-control.parsley-success, textarea.form-control.parsley-success {
    border-color: #0ba360;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2300cccc ' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center right calc(0.375em + 0.1875rem);
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus, input.form-control.parsley-success:focus, textarea.form-control.parsley-success:focus {
    border-color: #0ba360;
    box-shadow: 0 0 0 0.2rem rgba(59, 176, 1, 0.25);
}
.was-validated .form-control:valid ~ .valid-feedback, .was-validated .form-control:valid ~ .valid-tooltip {
    display: block;
}
.form-control.is-valid ~ .valid-feedback, input.form-control.parsley-success ~ .valid-feedback, textarea.form-control.parsley-success ~ .valid-feedback, .form-control.is-valid ~ .valid-tooltip, input.form-control.parsley-success ~ .valid-tooltip, textarea.form-control.parsley-success ~ .valid-tooltip {
    display: block;
}
.was-validated textarea.form-control:valid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
textarea.form-control.is-valid, textarea.form-control.parsley-success {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.was-validated .custom-select:valid, .custom-select.is-valid, input.custom-select.parsley-success, textarea.custom-select.parsley-success {
    border-color: #0ba360;
    padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
    background: url("data:image/svg+xml,%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 right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2300cccc ' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus, input.custom-select.parsley-success:focus, textarea.custom-select.parsley-success:focus {
    border-color: #0ba360;
    box-shadow: 0 0 0 0.2rem rgba(59, 176, 1, 0.25);
}
.was-validated .custom-select:valid ~ .valid-feedback, .was-validated .custom-select:valid ~ .valid-tooltip {
    display: block;
}
.custom-select.is-valid ~ .valid-feedback, input.custom-select.parsley-success ~ .valid-feedback, textarea.custom-select.parsley-success ~ .valid-feedback, .custom-select.is-valid ~ .valid-tooltip, input.custom-select.parsley-success ~ .valid-tooltip, textarea.custom-select.parsley-success ~ .valid-tooltip {
    display: block;
}
.was-validated .form-control-file:valid ~ .valid-feedback, .was-validated .form-control-file:valid ~ .valid-tooltip {
    display: block;
}
.form-control-file.is-valid ~ .valid-feedback, input.form-control-file.parsley-success ~ .valid-feedback, textarea.form-control-file.parsley-success ~ .valid-feedback, .form-control-file.is-valid ~ .valid-tooltip, input.form-control-file.parsley-success ~ .valid-tooltip, textarea.form-control-file.parsley-success ~ .valid-tooltip {
    display: block;
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label, input.form-check-input.parsley-success ~ .form-check-label, textarea.form-check-input.parsley-success ~ .form-check-label {
    color: #0ba360;
}
.was-validated .form-check-input:valid ~ .valid-feedback, .was-validated .form-check-input:valid ~ .valid-tooltip {
    display: block;
}
.form-check-input.is-valid ~ .valid-feedback, input.form-check-input.parsley-success ~ .valid-feedback, textarea.form-check-input.parsley-success ~ .valid-feedback, .form-check-input.is-valid ~ .valid-tooltip, input.form-check-input.parsley-success ~ .valid-tooltip, textarea.form-check-input.parsley-success ~ .valid-tooltip {
    display: block;
}
.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label, input.custom-control-input.parsley-success ~ .custom-control-label, textarea.custom-control-input.parsley-success ~ .custom-control-label {
    color: #0ba360;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-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: #0ba360;
}
.was-validated .custom-control-input:valid ~ .valid-feedback, .was-validated .custom-control-input:valid ~ .valid-tooltip {
    display: block;
}
.custom-control-input.is-valid ~ .valid-feedback, input.custom-control-input.parsley-success ~ .valid-feedback, textarea.custom-control-input.parsley-success ~ .valid-feedback, .custom-control-input.is-valid ~ .valid-tooltip, input.custom-control-input.parsley-success ~ .valid-tooltip, textarea.custom-control-input.parsley-success ~ .valid-tooltip {
    display: block;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-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;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-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 0.2rem rgba(59, 176, 1, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before, input.custom-control-input.parsley-success:focus:not(:checked) ~ .custom-control-label::before, textarea.custom-control-input.parsley-success:focus:not(:checked) ~ .custom-control-label::before, .was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label, input.custom-file-input.parsley-success ~ .custom-file-label, textarea.custom-file-input.parsley-success ~ .custom-file-label {
    border-color: #0ba360;
}
.was-validated .custom-file-input:valid ~ .valid-feedback, .was-validated .custom-file-input:valid ~ .valid-tooltip {
    display: block;
}
.custom-file-input.is-valid ~ .valid-feedback, input.custom-file-input.parsley-success ~ .valid-feedback, textarea.custom-file-input.parsley-success ~ .valid-feedback, .custom-file-input.is-valid ~ .valid-tooltip, input.custom-file-input.parsley-success ~ .valid-tooltip, textarea.custom-file-input.parsley-success ~ .valid-tooltip {
    display: block;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-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: #0ba360;
    box-shadow: 0 0 0 0.2rem rgba(59, 176, 1, 0.25);
}
.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #f53c5b;
}
.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: .1rem;
    font-size: 0.76562rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(220, 53, 69, 0.9);
    border-radius: 3px;
}
.was-validated .form-control:invalid, .form-control.is-invalid, input.form-control.parsley-error, textarea.form-control.parsley-error {
    border-color: #f53c5b;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%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: center right calc(0.375em + 0.1875rem);
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, input.form-control.parsley-error:focus, textarea.form-control.parsley-error:focus {
    border-color: #f53c5b;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-control:invalid ~ .invalid-feedback, .was-validated .form-control:invalid ~ .invalid-tooltip {
    display: block;
}
.form-control.is-invalid ~ .invalid-feedback, input.form-control.parsley-error ~ .invalid-feedback, textarea.form-control.parsley-error ~ .invalid-feedback, .form-control.is-invalid ~ .invalid-tooltip, input.form-control.parsley-error ~ .invalid-tooltip, textarea.form-control.parsley-error ~ .invalid-tooltip {
    display: block;
}
.was-validated textarea.form-control:invalid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
textarea.form-control.is-invalid, textarea.form-control.parsley-error {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.was-validated .custom-select:invalid, .custom-select.is-invalid, input.custom-select.parsley-error, textarea.custom-select.parsley-error {
    border-color: #f53c5b;
    padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
    background: url("data:image/svg+xml,%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 right 0.75rem center/8px 10px, url("data:image/svg+xml,%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 right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus, input.custom-select.parsley-error:focus, textarea.custom-select.parsley-error:focus {
    border-color: #f53c5b;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .custom-select:invalid ~ .invalid-feedback, .was-validated .custom-select:invalid ~ .invalid-tooltip {
    display: block;
}
.custom-select.is-invalid ~ .invalid-feedback, input.custom-select.parsley-error ~ .invalid-feedback, textarea.custom-select.parsley-error ~ .invalid-feedback, .custom-select.is-invalid ~ .invalid-tooltip, input.custom-select.parsley-error ~ .invalid-tooltip, textarea.custom-select.parsley-error ~ .invalid-tooltip {
    display: block;
}
.was-validated .form-control-file:invalid ~ .invalid-feedback, .was-validated .form-control-file:invalid ~ .invalid-tooltip {
    display: block;
}
.form-control-file.is-invalid ~ .invalid-feedback, input.form-control-file.parsley-error ~ .invalid-feedback, textarea.form-control-file.parsley-error ~ .invalid-feedback, .form-control-file.is-invalid ~ .invalid-tooltip, input.form-control-file.parsley-error ~ .invalid-tooltip, textarea.form-control-file.parsley-error ~ .invalid-tooltip {
    display: block;
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label, input.form-check-input.parsley-error ~ .form-check-label, textarea.form-check-input.parsley-error ~ .form-check-label {
    color: #f53c5b;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback, .was-validated .form-check-input:invalid ~ .invalid-tooltip {
    display: block;
}
.form-check-input.is-invalid ~ .invalid-feedback, input.form-check-input.parsley-error ~ .invalid-feedback, textarea.form-check-input.parsley-error ~ .invalid-feedback, .form-check-input.is-invalid ~ .invalid-tooltip, input.form-check-input.parsley-error ~ .invalid-tooltip, textarea.form-check-input.parsley-error ~ .invalid-tooltip {
    display: block;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label, input.custom-control-input.parsley-error ~ .custom-control-label, textarea.custom-control-input.parsley-error ~ .custom-control-label {
    color: #f53c5b;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-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: #f53c5b;
}
.was-validated .custom-control-input:invalid ~ .invalid-feedback, .was-validated .custom-control-input:invalid ~ .invalid-tooltip {
    display: block;
}
.custom-control-input.is-invalid ~ .invalid-feedback, input.custom-control-input.parsley-error ~ .invalid-feedback, textarea.custom-control-input.parsley-error ~ .invalid-feedback, .custom-control-input.is-invalid ~ .invalid-tooltip, input.custom-control-input.parsley-error ~ .invalid-tooltip, textarea.custom-control-input.parsley-error ~ .invalid-tooltip {
    display: block;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-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;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-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 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before, input.custom-control-input.parsley-error:focus:not(:checked) ~ .custom-control-label::before, textarea.custom-control-input.parsley-error:focus:not(:checked) ~ .custom-control-label::before, .was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label, input.custom-file-input.parsley-error ~ .custom-file-label, textarea.custom-file-input.parsley-error ~ .custom-file-label {
    border-color: #f53c5b;
}
.was-validated .custom-file-input:invalid ~ .invalid-feedback, .was-validated .custom-file-input:invalid ~ .invalid-tooltip {
    display: block;
}
.custom-file-input.is-invalid ~ .invalid-feedback, input.custom-file-input.parsley-error ~ .invalid-feedback, textarea.custom-file-input.parsley-error ~ .invalid-feedback, .custom-file-input.is-invalid ~ .invalid-tooltip, input.custom-file-input.parsley-error ~ .invalid-tooltip, textarea.custom-file-input.parsley-error ~ .invalid-tooltip {
    display: block;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-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: #f53c5b;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}
.form-inline .form-check {
    width: 100%;
}
@media (min-width: 576px) {
    .form-inline label {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0;
    }
    .form-inline .form-group {
        display: flex;
        flex: 0 0 auto;
        flex-flow: row wrap;
        align-items: center;
        margin-bottom: 0;
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .form-inline .form-control-plaintext {
        display: inline-block;
    }
    .form-inline .input-group, .form-inline .custom-select {
        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: 0.25rem;
        margin-left: 0;
    }
    .form-inline .custom-control {
        align-items: center;
        justify-content: center;
    }
    .form-inline .custom-control-label {
        margin-bottom: 0;
    }
}
.btn, .sp-container button {
    display: inline-block;
    font-weight: 400;
    color: #031b4e;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 2px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 10px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .btn, .sp-container button {
        transition: none;
    }
}
.btn:hover, .sp-container button:hover {
    color: #031b4e;
    text-decoration: none;
}
.btn:focus, .sp-container button:focus, .btn.focus, .sp-container button.focus {
    outline: 0;
    box-shadow: none;
}
.btn.disabled, .sp-container button.disabled, .btn:disabled, .sp-container button:disabled {
    opacity: 0.65;
}
a.btn.disabled, fieldset:disabled a.btn {
    pointer-events: none;
}
.btn-primary {
    color: #fff;
    background-color: #3858f9;
    border-color: #3858f9;
}
.btn-primary:hover {
    color: #fff;
    background-color: #0d49ff;
    border-color: #0040ff;
}
.btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(82, 125, 255, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #3858f9;
    border-color: #3858f9;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #0040ff;
    border-color: #003df2;
}
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0040ff;
    border-color: #003df2;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 0.2rem rgba(82, 125, 255, 0.5);
}
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(82, 125, 255, 0.5);
}
.btn-secondary {
    color: #fff;
    background-color: #7987a1;
    border-color: #7987a1;
}
.btn-secondary:hover {
    color: #fff;
    background-color: #64738f;
    border-color: #5f6d88;
}
.btn-secondary:focus, .btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(141, 153, 175, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #7987a1;
    border-color: #7987a1;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #5f6d88;
    border-color: #5a6780;
}
.show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #5f6d88;
    border-color: #5a6780;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 0.2rem rgba(141, 153, 175, 0.5);
}
.show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(141, 153, 175, 0.5);
}
.btn-success {
    color: #fff;
    background-color: #0ba360;
    border-color: #0ba360;
}
.btn-success:hover {
    color: #fff;
    background-color: #0e965a;
    border-color: #0e965a;
}
.btn-success:focus, .btn-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(88, 188, 39, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #0ba360;
    border-color: #0ba360;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #2a7d01;
    border-color: #267101;
}
.show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #2a7d01;
    border-color: #267101;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 0.2rem rgba(88, 188, 39, 0.5);
}
.show > .btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(88, 188, 39, 0.5);
}
.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}
.btn-info:hover {
    color: #fff;
    background-color: #149bb1;
    border-color: #149bb1;
}
.btn-info:focus, .btn-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f;
}
.show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.show > .btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-warning {
    color: #2a283c;
    background-color: #ffc107;
    border-color: #ffc107;
}
.btn-warning:hover {
    color: #2a283c;
    background-color: #e0a800;
    border-color: #d39e00;
}
.btn-warning:focus, .btn-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(221, 170, 15, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
    color: #5e597d;
    background-color: #ffc107;
    border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active {
    color: #2a283c;
    background-color: #d39e00;
    border-color: #c69500;
}
.show > .btn-warning.dropdown-toggle {
    color: #5e597d;
    background-color: #d39e00;
    border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 0.2rem rgba(221, 170, 15, 0.5);
}
.show > .btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(221, 170, 15, 0.5);
}
.btn-danger {
    color: #fff !important;
    background-color: #f53c5b;
    border-color: #f53c5b;
}
.btn-danger:hover {
    color: #fff;
    background-color: #e83452;
    border-color: #e83452;
}
.btn-danger:focus, .btn-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #f53c5b;
    border-color: #f53c5b;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d;
}
.show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.show > .btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-teal {
    color: #fff;
    background-color: #00cccc;
    border-color: #05d6d6;
}
.btn-teal:hover {
    color: #fff;
    background-color: #04bfbf;
    border-color: #04bfbf;
}
.btn-teal:focus, .btn-teal.focus {
    box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-teal.disabled, .btn-teal:disabled {
    color: #fff;
    background-color: #04bfbf;
    border-color: #04bfbf;
}
.btn-teal:not(:disabled):not(.disabled):active, .btn-teal:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #04bfbf;
    border-color: #04bfbf;
}
.show > .btn-teal.dropdown-toggle {
    color: #fff;
    background-color: #04bfbf;
    border-color: #04bfbf;
}
.btn-teal:not(:disabled):not(.disabled):active:focus, .btn-teal:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 0.2rem rgba(4, 191, 191, 0.5);
}
.show > .btn-teal.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(4, 191, 191, 0.5);
}
.btn-light {
    color: #5e597d;
    background-color: #f6f5ff;
    border-color: #f6f5ff;
}
.btn-light:hover {
    color: #5e597d;
    background-color: #dde0e9;
    border-color: #d5d9e4;
}
.btn-light:focus, .btn-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(212, 214, 220, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
    color: #5e597d;
    background-color: #f6f5ff;
    border-color: #f6f5ff;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active {
    color: #5e597d;
    background-color: #d5d9e4;
    border-color: #cdd2df;
}
.show > .btn-light.dropdown-toggle {
    color: #5e597d;
    background-color: #d5d9e4;
    border-color: #cdd2df;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 0.2rem rgba(212, 214, 220, 0.5);
}
.show > .btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(212, 214, 220, 0.5);
}
.btn-dark {
    color: #fff;
    background-color: #746d94;
    border-color: #746d94;
}
.btn-dark:hover {
    color: #fff;
    background-color: #2d374b;
    border-color: #283143;
}
.btn-dark:focus, .btn-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(88, 99, 122, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #746d94;
    border-color: #746d94;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #283143;
    border-color: #232b3b;
}
.show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #283143;
    border-color: #232b3b;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 0.2rem rgba(88, 99, 122, 0.5);
}
.show > .btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(88, 99, 122, 0.5);
}
.btn-outline-primary {
    color: #3858f9;
    border-color: #3858f9;
}
.btn-outline-primary:hover {
    color: #fff;
    background-color: #3858f9 !important;
    border-color: #3858f9;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(51, 102, 255, 0.5);
    background-color: #3858f9 !important;
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #3858f9;
    background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #3858f9;
    border-color: #3858f9;
}
.show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #3858f9;
    border-color: #3858f9;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 0.2rem rgba(51, 102, 255, 0.5);
}
.show > .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(51, 102, 255, 0.5);
}
.btn-outline-secondary {
    color: #7987a1;
    border-color: #7987a1;
}
.btn-outline-secondary:hover {
    color: #fff;
    background-color: #7987a1;
    border-color: #7987a1;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(121, 135, 161, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #7987a1;
    background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #7987a1;
    border-color: #7987a1;
}
.show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #7987a1;
    border-color: #7987a1;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 0.2rem rgba(121, 135, 161, 0.5);
}
.show > .btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(121, 135, 161, 0.5);
}
.btn-outline-success {
    color: #0ba360;
    border-color: #0ba360;
}
.btn-outline-success:hover {
    color: #fff;
    background-color: #0ba360;
    border-color: #0ba360;
}
.btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(59, 176, 1, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #0ba360;
    background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #0ba360;
    border-color: #0ba360;
}
.show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #0ba360;
    border-color: #0ba360;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 0.2rem rgba(59, 176, 1, 0.5);
}
.show > .btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(59, 176, 1, 0.5);
}
.btn-outline-info {
    color: #17a2b8;
    border-color: #17a2b8;
}
.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}
.btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}
.show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.show > .btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-warning {
    color: #ffc107;
    border-color: #ffc107;
}
.btn-outline-warning:hover {
    color: #5e597d;
    background-color: #ffc107;
    border-color: #ffc107;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active {
    color: #5e597d;
    background-color: #ffc107;
    border-color: #ffc107;
}
.show > .btn-outline-warning.dropdown-toggle {
    color: #5e597d;
    background-color: #ffc107;
    border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.show > .btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-danger {
    color: #f53c5b;
    border-color: #f53c5b;
}
.btn-outline-danger:hover {
    color: #fff;
    background-color: #f53c5b;
    border-color: #f53c5b;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #f53c5b;
    background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #f53c5b;
    border-color: #f53c5b;
}
.show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #f53c5b;
    border-color: #f53c5b;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.show > .btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-light {
    color: #f6f5ff;
    border-color: #f6f5ff;
}
.btn-outline-light:hover {
    color: #5e597d;
    background-color: #f6f5ff;
    border-color: #f6f5ff;
}
.btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(244, 245, 248, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f6f5ff;
    background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active {
    color: #5e597d;
    background-color: #f6f5ff;
    border-color: #f6f5ff;
}
.show > .btn-outline-light.dropdown-toggle {
    color: #5e597d;
    background-color: #f6f5ff;
    border-color: #f6f5ff;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 0.2rem rgba(244, 245, 248, 0.5);
}
.show > .btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(244, 245, 248, 0.5);
}
.btn-outline-dark {
    color: #746d94;
    border-color: #746d94;
}
.btn-outline-dark:hover {
    color: #fff;
    background-color: #746d94;
    border-color: #746d94;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(59, 72, 99, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #746d94;
    background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #746d94;
    border-color: #746d94;
}
.show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #746d94;
    border-color: #746d94;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 0.2rem rgba(59, 72, 99, 0.5);
}
.show > .btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(59, 72, 99, 0.5);
}
.btn-link {
    font-weight: 400;
    color: #3858f9;
    text-decoration: none;
}
.btn-link:hover {
    color: #3b9029;
    text-decoration: none;
}
.btn-link:focus, .btn-link.focus {
    text-decoration: none;
    box-shadow: none;
}
.btn-link:disabled, .btn-link.disabled {
    color: #7987a1;
    pointer-events: none;
}
.btn-lg, .btn-group-lg > .btn, .sp-container .btn-group-lg > button {
    padding: 0.5rem 1rem;
    font-size: 1.09375rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}
.btn-sm, .btn-group-sm > .btn, .sp-container .btn-group-sm > button {
    padding: 0.25rem 0.5rem;
    font-size: 0.76562rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}
.btn-block {
    display: block;
    width: 100%;
}
.btn-block + .btn-block {
    margin-top: 0.5rem;
}
input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
    width: 100%;
}
#global-loader {
    position: fixed;
    z-index: 999;
    background: #00394a;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.loader-img {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 43%;
    left: 0;
    margin: 0 auto;
    text-align: center;
}
.fade {
    transition: opacity 0.15s linear;
}
.fade:not(.show) {
    opacity: 0;
}
@media (prefers-reduced-motion: reduce) {
    .fade {
        transition: none;
    }
}
.collapse:not(.show) {
    display: none;
}
.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
    .collapsing {
        transition: none;
    }
}
.dropup, .dropright, .dropdown, .dropleft {
    position: relative;
}
.dropdown-toggle {
    white-space: nowrap;
}
.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
    margin-left: 0;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 0.875rem;
    color: #031b4e;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(138, 153, 191, 0.125);
    border-radius: 8px !important;
}
.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;
    }
    .main-content {
        padding-top: 0 !important;
        margin-left: 240px;
        margin-left: 240px;
    }
    .responsive-logo {
        display: none;
    }
}
@media (min-width: 992px) {
    .dropdown-menu-lg-left {
        right: auto;
        left: 0;
    }
    .dropdown-menu-lg-right {
        right: 0;
        left: auto;
    }
}
@media (min-width: 1200px) {
    .dropdown-menu-xl-left {
        right: auto;
        left: 0;
    }
    .dropdown-menu-xl-right {
        right: 0;
        left: auto;
    }
}
.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0;
    border-right: 0.3em solid transparent;
    border-bottom: 0.3em solid;
    border-left: 0.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: 0.125rem;
}
.dropright .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
    margin-left: 0;
}
.dropright .dropdown-toggle::after {
    vertical-align: 0;
}
.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    display: none;
}
.dropleft .dropdown-toggle::before {
    display: inline-block;
    margin-right: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0.3em solid;
    border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
    margin-left: 0;
}
.dropleft .dropdown-toggle::before {
    vertical-align: 0;
}
.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
    right: auto;
    bottom: auto;
}
.dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid #dedcfb;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #5e597d;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
    color: #141c2b;
    text-decoration: none;
    background-color: #f6f5ff;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #3858f9;
}
.dropdown-item.disabled, .dropdown-item:disabled {
    color: #7987a1;
    pointer-events: none;
    background-color: transparent;
}
.dropdown-menu.show {
    display: block;
}
.dropdown-header {
    display: block;
    padding: 0.5rem 1.5rem;
    margin-bottom: 0;
    font-size: 0.76562rem;
    color: #7987a1;
    white-space: nowrap;
}
.dropdown-item-text {
    display: block;
    padding: 0.25rem 1.5rem;
    color: #5e597d;
}
.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
}
.btn-group > .btn, .sp-container .btn-group > button, .btn-group-vertical > .btn, .sp-container .btn-group-vertical > button {
    position: relative;
    flex: 1 1 auto;
}
.btn-group > .btn:hover, .sp-container .btn-group > button:hover, .btn-group-vertical > .btn:hover, .sp-container .btn-group-vertical > button:hover, .btn-group > .btn:focus, .sp-container .btn-group > button:focus, .btn-group > .btn:active, .sp-container .btn-group > button:active, .btn-group > .btn.active, .sp-container .btn-group > button.active, .btn-group-vertical > .btn:focus, .sp-container .btn-group-vertical > button:focus, .btn-group-vertical > .btn:active, .sp-container .btn-group-vertical > button:active, .btn-group-vertical > .btn.active, .sp-container .btn-group-vertical > button.active {
    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-left: -1px;
}
.btn-group > .btn-group:not(:first-child) {
    margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.sp-container .btn-group > button:not(:last-child):not(.dropdown-toggle), .btn-group > .btn-group:not(:last-child) > .btn, .sp-container .btn-group > .btn-group:not(:last-child) > button {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child), .sp-container .btn-group > button:not(:first-child), .btn-group > .btn-group:not(:first-child) > .btn, .sp-container .btn-group > .btn-group:not(:first-child) > button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
    padding-right: 0.5625rem;
    padding-left: 0.5625rem;
}
.dropdown-toggle-split::after {
    margin-left: 0;
}
.dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
    margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
    margin-right: 0;
}
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split, .sp-container .btn-group-sm > button + .dropdown-toggle-split {
    padding-right: 0.375rem;
    padding-left: 0.375rem;
}
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split, .sp-container .btn-group-lg > button + .dropdown-toggle-split {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
}
.btn-group-vertical {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.btn-group-vertical > .btn {
    width: 100%;
}
.sp-container .btn-group-vertical > button {
    width: 100%;
}
.btn-group-vertical > .btn-group {
    width: 100%;
}
.btn-group-vertical > .btn:not(:first-child) {
    margin-top: -1px;
}
.sp-container .btn-group-vertical > button:not(:first-child) {
    margin-top: -1px;
}
.btn-group-vertical > .btn-group:not(:first-child) {
    margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.sp-container .btn-group-vertical > button:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .btn-group:not(:last-child) > .btn, .sp-container .btn-group-vertical > .btn-group:not(:last-child) > button {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child), .sp-container .btn-group-vertical > button:not(:first-child), .btn-group-vertical > .btn-group:not(:first-child) > .btn, .sp-container .btn-group-vertical > .btn-group:not(:first-child) > button {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.btn-group-toggle > .btn, .sp-container .btn-group-toggle > button, .btn-group-toggle > .btn-group > .btn, .sp-container .btn-group-toggle > .btn-group > button {
    margin-bottom: 0;
}
.btn-group-toggle > .btn input[type="radio"], .sp-container .btn-group-toggle > button input[type="radio"], .btn-group-toggle > .btn input[type="checkbox"], .sp-container .btn-group-toggle > button input[type="checkbox"], .btn-group-toggle > .btn-group > .btn input[type="radio"], .sp-container .btn-group-toggle > .btn-group > button input[type="radio"], .btn-group-toggle > .btn-group > .btn input[type="checkbox"], .sp-container .btn-group-toggle > .btn-group > button input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}
.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}
.input-group > .form-control, .input-group > .form-control-plaintext, .input-group > .custom-select, .input-group > .custom-file {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}
.input-group > .form-control + .form-control, .input-group > .form-control + .custom-select, .input-group > .form-control + .custom-file {
    margin-left: -1px;
}
.input-group > .form-control-plaintext + .form-control, .input-group > .form-control-plaintext + .custom-select, .input-group > .form-control-plaintext + .custom-file {
    margin-left: -1px;
}
.input-group > .custom-select + .form-control, .input-group > .custom-select + .custom-select, .input-group > .custom-select + .custom-file {
    margin-left: -1px;
}
.input-group > .custom-file + .form-control, .input-group > .custom-file + .custom-select, .input-group > .custom-file + .custom-file {
    margin-left: -1px;
}
.input-group > .form-control:focus, .input-group > .custom-select: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 > .form-control:not(:last-child), .input-group > .custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group > .form-control:not(:first-child), .input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-group > .custom-file {
    display: flex;
    align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.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-prepend, .input-group-append {
    display: flex;
}
.input-group-prepend .btn, .input-group-prepend .sp-container button {
    position: relative;
    z-index: 2;
}
.sp-container .input-group-prepend button {
    position: relative;
    z-index: 2;
}
.input-group-append .btn, .input-group-append .sp-container button {
    position: relative;
    z-index: 2;
}
.sp-container .input-group-append button {
    position: relative;
    z-index: 2;
}
.input-group-prepend .btn:focus, .input-group-prepend .sp-container button:focus {
    z-index: 3;
}
.sp-container .input-group-prepend button:focus {
    z-index: 3;
}
.input-group-append .btn:focus, .input-group-append .sp-container button:focus {
    z-index: 3;
}
.sp-container .input-group-append button:focus {
    z-index: 3;
}
.input-group-prepend .btn + .btn, .input-group-prepend .sp-container button + .btn {
    margin-left: -1px;
}
.sp-container .input-group-prepend button + .btn, .input-group-prepend .sp-container .btn + button, .sp-container .input-group-prepend .btn + button, .input-group-prepend .sp-container button + button, .sp-container .input-group-prepend button + button {
    margin-left: -1px;
}
.input-group-prepend .btn + .input-group-text, .input-group-prepend .sp-container button + .input-group-text {
    margin-left: -1px;
}
.sp-container .input-group-prepend button + .input-group-text {
    margin-left: -1px;
}
.input-group-prepend .input-group-text + .input-group-text, .input-group-prepend .input-group-text + .btn {
    margin-left: -1px;
}
.input-group-prepend .sp-container .input-group-text + button {
    margin-left: -1px;
}
.sp-container .input-group-prepend .input-group-text + button {
    margin-left: -1px;
}
.input-group-append .btn + .btn, .input-group-append .sp-container button + .btn {
    margin-left: -1px;
}
.sp-container .input-group-append button + .btn, .input-group-append .sp-container .btn + button, .sp-container .input-group-append .btn + button, .input-group-append .sp-container button + button, .sp-container .input-group-append button + button {
    margin-left: -1px;
}
.input-group-append .btn + .input-group-text, .input-group-append .sp-container button + .input-group-text {
    margin-left: -1px;
}
.sp-container .input-group-append button + .input-group-text {
    margin-left: -1px;
}
.input-group-append .input-group-text + .input-group-text, .input-group-append .input-group-text + .btn {
    margin-left: -1px;
}
.input-group-append .sp-container .input-group-text + button {
    margin-left: -1px;
}
.sp-container .input-group-append .input-group-text + button {
    margin-left: -1px;
}
.input-group-prepend {
    margin-right: -1px;
}
.input-group-append {
    margin-left: -1px;
}
.input-group-text {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #817ba7;
    text-align: center;
    white-space: nowrap;
    background-color: #dedcfb;
    border: 1px solid #dedcfb;
    border-radius: 3px;
}
.input-group-text input[type="radio"], .input-group-text input[type="checkbox"] {
    margin-top: 0;
}
.input-group-lg > .form-control:not(textarea), .input-group-lg > .custom-select {
    height: calc(1.5em + 1rem + 2px);
}
.input-group-lg > .form-control, .input-group-lg > .custom-select, .input-group-lg > .input-group-prepend > .input-group-text, .input-group-lg > .input-group-append > .input-group-text, .input-group-lg > .input-group-prepend > .btn {
    padding: 0.5rem 1rem;
    font-size: 1.09375rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}
.sp-container .input-group-lg > .input-group-prepend > button, .input-group-lg > .input-group-append > .btn, .sp-container .input-group-lg > .input-group-append > button {
    padding: 0.5rem 1rem;
    font-size: 1.09375rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}
.input-group-sm > .form-control:not(textarea), .input-group-sm > .custom-select {
    height: calc(1.5em + 0.5rem + 2px);
}
.input-group-sm > .form-control, .input-group-sm > .custom-select, .input-group-sm > .input-group-prepend > .input-group-text, .input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.76562rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}
.sp-container .input-group-sm > .input-group-prepend > button, .input-group-sm > .input-group-append > .btn, .sp-container .input-group-sm > .input-group-append > button {
    padding: 0.25rem 0.5rem;
    font-size: 0.76562rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}
.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-prepend > .input-group-text, .input-group > .input-group-append:not(:last-child) > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.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:not(:last-child) > .input-group-text, .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.sp-container .input-group > .input-group-append:last-child > button:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group > .input-group-append > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.sp-container .input-group > .input-group-append > button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.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-prepend:not(:first-child) > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.sp-container .input-group > .input-group-prepend:first-child > button:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.custom-control {
    position: relative;
    display: block;
    min-height: 1.3125rem;
    padding-left: 1.5rem;
}
.custom-control-inline {
    display: inline-flex;
    margin-right: 1rem;
}
.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #3858f9;
    background-color: #3858f9;
}
.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(51, 102, 255, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #b3c6ff;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #e6ecff;
    border-color: #e6ecff;
}
.custom-control-input:disabled ~ .custom-control-label {
    color: #7987a1;
}
.custom-control-input:disabled ~ .custom-control-label::before {
    background-color: #dedcfb;
}
.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
}
.custom-control-label::before {
    position: absolute;
    top: 0.15625rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #9c96c1 solid 1px;
}
.custom-control-label::after {
    position: absolute;
    top: 0.15625rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50% / 50% 50%;
}
.custom-checkbox .custom-control-label::before {
    border-radius: 3px;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
    border-color: #3858f9;
    background-color: #3858f9;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before, .custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
    background-color: rgba(51, 102, 255, 0.5);
}
.custom-radio .custom-control-label::before {
    border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(51, 102, 255, 0.5);
}
.custom-switch {
    padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
    top: calc(0.15625rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #9c96c1;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(51, 102, 255, 0.5);
}
@media (prefers-reduced-motion: reduce) {
    .custom-switch .custom-control-label::after {
        transition: none;
    }
}
.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #817ba7;
    vertical-align: middle;
    background: url("data:image/svg+xml,%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 right 0.75rem center/8px 10px;
    background-color: #fff;
    border: 1px solid #dedcfb;
    border-radius: 3px;
    appearance: none;
}
.custom-select:focus {
    border-color: #b3c6ff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(51, 102, 255, 0.25);
}
.custom-select:focus::-ms-value {
    color: #817ba7;
    background-color: #fff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none;
}
.custom-select:disabled {
    color: #7987a1;
    background-color: #dedcfb;
}
.custom-select::-ms-expand {
    display: none;
}
.custom-select-sm {
    height: calc(1.5em + 0.5rem + 2px);
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    font-size: 0.76562rem;
}
.custom-select-lg {
    height: calc(1.5em + 1rem + 2px);
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    font-size: 1.09375rem;
}
.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    margin-bottom: 0;
}
.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    margin: 0;
    opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
    border-color: #b3c6ff;
    box-shadow: 0 0 0 0.2rem rgba(51, 102, 255, 0.25);
}
.custom-file-input:disabled ~ .custom-file-label {
    background-color: #dedcfb;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse);
}
.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #817ba7;
    background-color: #fff;
    border: 1px solid #dedcfb;
    border-radius: 3px;
}
.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #817ba7;
    content: "Browse";
    background-color: #dedcfb;
    border-left: inherit;
    border-radius: 0 3px 3px 0;
}
.custom-range {
    width: 100%;
    height: calc(1rem + 0.4rem);
    padding: 0;
    background-color: transparent;
    appearance: none;
}
.custom-range:focus {
    outline: none;
}
.custom-range:focus::-webkit-slider-thumb, .custom-range:focus::-moz-range-thumb, .custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(51, 102, 255, 0.25);
}
.custom-range::-moz-focus-outer {
    border: 0;
}
.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #3858f9;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none;
}
.custom-range::-webkit-slider-thumb:active {
    background-color: #e6ecff;
}
.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #bbb8e2;
    border-color: transparent;
    border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #3858f9;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none;
}
.custom-range::-moz-range-thumb:active {
    background-color: #e6ecff;
}
.custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #bbb8e2;
    border-color: transparent;
    border-radius: 1rem;
}
.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #3858f9;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none;
}
.custom-range::-ms-thumb:active {
    background-color: #e6ecff;
}
.custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
    background-color: #bbb8e2;
    border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #bbb8e2;
    border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
    background-color: #9c96c1;
}
.custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
    background-color: #9c96c1;
}
.custom-range:disabled::-moz-range-track {
    cursor: default;
}
.custom-range:disabled::-ms-thumb {
    background-color: #9c96c1;
}
@media (prefers-reduced-motion: reduce) {
    .custom-range::-webkit-slider-thumb {
        transition: none;
    }
}
@media (prefers-reduced-motion: reduce) {
    .custom-range::-moz-range-thumb {
        transition: none;
    }
}
@media (prefers-reduced-motion: reduce) {
    .custom-range::-ms-thumb {
        transition: none;
    }
}
.custom-control-label::before, .custom-file-label, .custom-select {
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .custom-control-label::before, .custom-file-label, .custom-select {
        transition: none;
    }
}
.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.nav-link {
    padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
    text-decoration: none;
}
.nav-link.disabled {
    color: #7987a1;
    pointer-events: none;
    cursor: default;
}
.nav-tabs {
    border-bottom: 1px solid #dedcfb;
}
.nav-tabs .nav-item {
    margin-bottom: -1px;
}
.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
#bs-example-navbar-collapse-1 {
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 0;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    text-align: center;
    margin: auto 7px;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
    border-color: #dedcfb #dedcfb #bbb8e2;
}
.nav-tabs .nav-link.disabled {
    color: #7987a1;
    background-color: transparent;
    border-color: transparent;
}
.nav-tabs .nav-link.active {
    color: #817ba7;
    background-color: #fff;
    border-color: #bbb8e2 #bbb8e2 #fff;
}
.nav-tabs .nav-item.show .nav-link {
    color: #817ba7;
    background-color: #fff;
    border-color: #bbb8e2 #bbb8e2 #fff;
}
.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.nav-pills .nav-link {
    border-radius: 3px;
}
.nav-pills .nav-link.active {
    color: #fff;
    background-color: #3858f9;
}
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #3858f9;
}
.nav-fill .nav-item {
    flex: 1 1 auto;
    text-align: center;
}
.nav-justified .nav-item {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center;
}
.tab-content > .tab-pane {
    display: none;
}
.tab-content > .active {
    display: block;
}
.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 1rem;
}
.navbar > .container, .navbar > .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.navbar-brand {
    display: inline-block;
    padding-top: 0.33594rem;
    padding-bottom: 0.33594rem;
    margin-right: 1rem;
    font-size: 1.09375rem;
    line-height: inherit;
    white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none;
}
.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}
.navbar-nav .dropdown-menu {
    position: static;
    float: none;
}
.navbar-text {
    display: inline-block;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.09375rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 3px;
}
.navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none;
}
.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
}
@media (max-width: 575.98px) {
    .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}
@media (min-width: 576px) {
    .navbar-expand-sm {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-sm .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
        flex-wrap: nowrap;
    }
    .navbar-expand-sm .main-header {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-sm .navbar-toggler {
        display: none;
    }
}
@media (max-width: 767.98px) {
    .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}
@media (min-width: 768px) {
    .navbar-expand-md {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-md .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
        flex-wrap: nowrap;
    }
    .navbar-expand-md .main-header {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-md .navbar-toggler {
        display: none;
    }
}
@media (max-width: 991.98px) {
    .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}
@media (min-width: 992px) {
    .navbar-expand-lg {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
        flex-wrap: nowrap;
    }
    .navbar-expand-lg .main-header {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-lg .navbar-toggler {
        display: none;
    }
}
@media (max-width: 1199.98px) {
    .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}
@media (min-width: 1200px) {
    .navbar-expand-xl {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-xl .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
        flex-wrap: nowrap;
    }
    .navbar-expand-xl .main-header {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-xl .navbar-toggler {
        display: none;
    }
}
.navbar-expand {
    flex-flow: row nowrap;
    justify-content: flex-start;
}
.navbar-expand > .container, .navbar-expand > .container-fluid {
    padding-right: 0;
    padding-left: 0;
}
.navbar-expand .navbar-nav {
    flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}
.navbar-expand > .container, .navbar-expand > .container-fluid {
    flex-wrap: nowrap;
}
.navbar-expand .main-header {
    display: flex !important;
    flex-basis: auto;
}
.navbar-expand .navbar-toggler {
    display: none;
}
.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link {
    color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
    color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='$black-5' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
    color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
    color: rgba(0, 0, 0, 0.9);
}
.navbar-dark .navbar-brand {
    color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .active > .nav-link {
    color: #fff;
}
.navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .nav-link.active {
    color: #fff;
}
.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='$white-5' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
    color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
    color: #fff;
}
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background: #fff !important;
    background-clip: border-box;
    border-radius: 20px !important;
    border: 0 !important;
    margin-bottom: 1.3rem;
    box-shadow: 0px 0px 40px -15px #796eb1;
    -webkit-box-shadow: 0px 0px 40px -15px #796eb1;
}
.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-body {
    flex: 1 1 auto;
    padding: 1.25rem;
}
.card-title {
    margin-bottom: 0.75rem;
}
.card-subtitle {
    margin-top: -0.375rem;
    margin-bottom: 0;
}
.card-text:last-child {
    margin-bottom: 0;
}
.card-link:hover {
    text-decoration: none;
}
.card-link + .card-link {
    margin-left: 1.25rem;
}
.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: white;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
    border-radius: calc(3px - 1px) calc(3px - 1px) 0 0;
}
.card-header + .list-group .list-group-item:first-child {
    border-top: 0;
}
.card-footer {
    padding: 0.75rem 1.25rem;
    background-color: transparent;
    border-top: 1px solid rgba(0, 0, 0, 0.125);
    border-bottom-left-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
}
.card-footer:last-child {
    border-radius: 0 0 calc(3px - 1px) calc(3px - 1px);
}
.card-header-tabs {
    margin-right: -0.625rem;
    margin-bottom: -0.75rem;
    margin-left: -0.625rem;
    border-bottom: 0;
}
.card-header-pills {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}
.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
}
.card-img {
    width: 100%;
    border-radius: calc(3px - 1px);
}
.card-img-top {
    width: 100%;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(3px - 1px);
    border-bottom-left-radius: calc(3px - 1px);
}
.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-img-top, .card-group > .card:not(:last-child) .card-header {
        border-top-right-radius: 0;
    }
    .card-group > .card:not(:last-child) .card-img-bottom, .card-group > .card:not(:last-child) .card-footer {
        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-img-top, .card-group > .card:not(:first-child) .card-header {
        border-top-left-radius: 0;
    }
    .card-group > .card:not(:first-child) .card-img-bottom, .card-group > .card:not(:first-child) .card-footer {
        border-bottom-left-radius: 0;
    }
}
.card-columns .card {
    margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
    .card-columns {
        column-count: 3;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1;
    }
    .card-columns .card {
        display: inline-block;
        width: 100%;
    }
}
.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;
}
.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #dedcfb;
    border-radius: 3px;
}
.breadcrumb-item + .breadcrumb-item {
    padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #7987a1;
    content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: underline;
    text-decoration: none;
}
.breadcrumb-item.active {
    color: #7987a1;
}
.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 3px;
}
.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #3858f9;
    background-color: #fff;
    border: 1px solid #dedcfb;
}
.page-link:hover {
    z-index: 2;
    color: #3b9029;
    text-decoration: none;
    background-color: #dedcfb;
    border-color: #dedcfb;
}
.page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(51, 102, 255, 0.25);
}
.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.page-item:last-child .page-link {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #3858f9;
    border-color: #3858f9;
}
.page-item.disabled .page-link {
    color: #7987a1;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dedcfb;
}
.pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 1.09375rem;
    line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
}
.pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.76562rem;
    line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
}
.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700 !important;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 3px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.badge {
    font-size: 10px;
    font-weight: 500;
    font-family: var(--font-family-mulish);
    padding: 3px 5px 4px;
}
@media (prefers-reduced-motion: reduce) {
    .badge {
        transition: none;
    }
}
a.badge:hover, a.badge:focus {
    text-decoration: none;
}
.badge:empty {
    display: none;
}
.btn .badge, .sp-container button .badge {
    position: relative;
    top: -1px;
}
.badge-pill {
    padding-right: 0.6em;
    padding-left: 0.6em;
    border-radius: 10rem;
}
.badge-primary {
    color: #fff;
    background-color: #3858f9;
    box-shadow: 0 7px 30px rgba(128, 116, 252, 0.5);
}
a.badge-primary:hover {
    color: #fff;
    background-color: #0040ff;
}
a.badge-primary:focus {
    color: #fff;
    background-color: #0040ff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(51, 102, 255, 0.5);
}
a.badge-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(51, 102, 255, 0.5);
}
.badge-secondary {
    color: #fff;
    background-color: #7987a1;
    box-shadow: 0 7px 30px rgba(121, 135, 161, 0.5);
}
a.badge-secondary:hover {
    color: #fff;
    background-color: #5f6d88;
}
a.badge-secondary:focus {
    color: #fff;
    background-color: #5f6d88;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(121, 135, 161, 0.5);
}
a.badge-secondary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(121, 135, 161, 0.5);
}
.badge-success {
    color: #fff;
    background-color: #0ba360;
    box-shadow: 0 7px 30px rgba(11, 163, 96, 0.3);
}
a.badge-success:hover {
    color: #fff;
    background-color: #2a7d01;
}
a.badge-success:focus {
    color: #fff;
    background-color: #2a7d01;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(59, 176, 1, 0.5);
}
a.badge-success.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(59, 176, 1, 0.5);
}
.badge-info {
    color: #fff;
    background-color: #17a2b8;
    box-shadow: 0 7px 30px rgba(23, 162, 184, 0.3);
}
a.badge-info:hover {
    color: #fff;
    background-color: #117a8b;
    box-shadow: 0 7px 30px rgba(23, 162, 184, 0.3);
}
a.badge-info:focus {
    color: #fff;
    background-color: #117a8b;
    box-shadow: 0 7px 30px rgba(23, 162, 184, 0.3);
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
a.badge-info.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.badge-warning {
    color: #5e597d;
    background-color: #ffc107;
    box-shadow: 0 7px 30px rgba(241, 159, 93, 0.5);
}
a.badge-warning:hover, a.badge-warning:focus {
    color: #5e597d;
    background-color: #d39e00;
}
.badge-purple {
    color: #fff;
    background-color: #7571f9;
    box-shadow: 0 7px 30px rgba(103, 58, 183, 0.3);
}
a.badge-purple:hover {
    color: #fff;
    background-color: #6536bb;
}
a.badge-purple:focus {
    color: #fff;
    background-color: #6536bb;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(101, 54, 187, 0.5);
}
a.badge-purple.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(101, 54, 187, 0.5);
}
.badge-teal {
    color: #fff;
    background-color: #00cccc;
}
a.badge-teal:hover, a.badge-teal:focus {
    color: #5e597d;
    background-color: #00cccc;
}
a.badge-warning:focus, a.badge-warning.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.badge-danger {
    color: #fff !important;
    background-color: #f53c5b;
    box-shadow: 0 7px 30px rgba(250, 106, 130, 0.5);
}
a.badge-danger:hover {
    color: #fff;
    background-color: #bd2130;
}
a.badge-danger:focus {
    color: #fff;
    background-color: #bd2130;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
a.badge-danger.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.badge-pink {
    color: #fff;
    background-color: #f10075;
    box-shadow: 0 7px 30px rgba(241, 12, 123, 0.25);
}
a.badge-pink:hover {
    color: #fff;
    background-color: #e20b73;
}
a.badge-pink:focus {
    color: #fff;
    background-color: #e20b73;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(241, 0, 117, 0.5);
}
a.badge-pink.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(241, 0, 117, 0.5);
}
.badge-purple {
    color: #fff;
    background-color: #673ab7;
}
a.badge-purple:hover {
    color: #fff;
    background-color: #582ea2;
}
a.badge-purple:focus {
    color: #fff;
    background-color: #582ea2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(103, 58, 183, 0.5);
}
a.badge-purple.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(103, 58, 183, 0.5);
}
.badge-light {
    color: #5e597d;
    background-color: #f6f5ff;
}
a.badge-light:hover {
    color: #5e597d;
    background-color: #d5d9e4;
}
a.badge-light:focus {
    color: #5e597d;
    background-color: #d5d9e4;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(244, 245, 248, 0.5);
}
a.badge-light.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(244, 245, 248, 0.5);
}
.badge-dark {
    color: #fff;
    background-color: #746d94;
}
a.badge-dark:hover {
    color: #fff;
    background-color: #283143;
}
a.badge-dark:focus {
    color: #fff;
    background-color: #283143;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(59, 72, 99, 0.5);
}
a.badge-dark.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(59, 72, 99, 0.5);
}
.badge-primary-gradient {
    color: #fff;
    background: linear-gradient(45deg, #3858f9, #8e79fd);
    box-shadow: 0 7px 30px rgba(128, 116, 252, 0.5);
}
a.badge-primary-gradient:hover {
    color: #fff;
    background: linear-gradient(45deg, #3858f9, #8e79fd);
}
a.badge-primary-gradient:focus {
    color: #fff;
    background: linear-gradient(45deg, #3858f9, #8e79fd);
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(51, 102, 255, 0.5);
}
a.badge-primary-gradient.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(51, 102, 255, 0.5);
}
.badge-secondary-gradient {
    color: #fff;
    background: linear-gradient(45deg, #7987a1 0%, #96a7c7 74%);
    box-shadow: 0 7px 30px rgba(121, 135, 161, 0.5);
}
a.badge-secondary-gradient:hover {
    color: #fff;
    background: linear-gradient(45deg, #7987a1 0%, #96a7c7 74%);
}
a.badge-secondary-gradient:focus {
    color: #fff;
    background: linear-gradient(45deg, #7987a1 0%, #96a7c7 74%);
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(121, 135, 161, 0.5);
}
a.badge-secondary-gradient.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(121, 135, 161, 0.5);
}
.badge-success-gradient {
    color: #fff;
    background: linear-gradient(to top, #0ba360 0%, #3cba92 100%);
    box-shadow: 0 7px 30px rgba(11, 163, 96, 0.3);
}
a.badge-success-gradient:hover {
    color: #fff;
    background: linear-gradient(to top, #0ba360 0%, #3cba92 100%);
}
a.badge-success-gradient:focus {
    color: #fff;
    background: linear-gradient(to top, #0ba360 0%, #3cba92 100%);
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(59, 176, 1, 0.5);
}
a.badge-success-gradient.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(59, 176, 1, 0.5);
}
.badge-info-gradient {
    color: #fff;
    background: linear-gradient(45deg, #17a2b8 0%, #4dc8dc 74%);
    box-shadow: 0 7px 30px rgba(23, 162, 184, 0.3);
}
a.badge-info-gradient:hover {
    color: #fff;
    background: linear-gradient(45deg, #17a2b8 0%, #4dc8dc 74%);
    box-shadow: 0 7px 30px rgba(23, 162, 184, 0.3);
}
a.badge-info-gradient:focus {
    color: #fff;
    background: linear-gradient(45deg, #17a2b8 0%, #4dc8dc 74%);
    box-shadow: 0 7px 30px rgba(23, 162, 184, 0.3);
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
a.badge-info-gradient.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.badge-warning-gradient {
    color: #5e597d;
    background: linear-gradient(45deg, #ff5858 0%, #f09819 100%);
    box-shadow: 0 7px 30px rgba(241, 159, 93, 0.5);
}
a.badge-warning-gradient:hover, a.badge-warning-gradient:focus {
    color: #5e597d;
    background: linear-gradient(45deg, #ff5858 0%, #f09819 100%);
}
.badge-teal-gradient {
    color: #fff;
    background: linear-gradient(45deg, #00cccc 0%, #6aefef 100%);
    box-shadow: 0 7px 30px rgba(18, 210, 210, 0.3);
}
a.badge-teal-gradient:hover, a.badge-teal-gradient:focus {
    color: #5e597d;
    background: linear-gradient(45deg, #00cccc 0%, #6aefef 100%);
}
a.badge-warning-gradient:focus, a.badge-warning-gradient.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.badge-danger-gradient {
    color: #fff !important;
    background: linear-gradient(45deg, #f53c5b, #fb768c);
    box-shadow: 0 7px 30px rgba(250, 106, 130, 0.5);
}
a.badge-danger-gradient:hover {
    color: #fff;
    background: linear-gradient(45deg, #f53c5b, #fb768c);
}
a.badge-danger-gradient:focus {
    color: #fff;
    background: linear-gradient(45deg, #f53c5b, #fb768c);
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
a.badge-danger-gradient.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.badge-pink-gradient {
    color: #fff;
    background: linear-gradient(45deg, #f10075 0%, #fd5d93 74%);
    box-shadow: 0 7px 30px rgba(241, 12, 123, 0.25);
}
a.badge-pink-gradient:hover {
    color: #fff;
    background: linear-gradient(45deg, #f10075 0%, #fd5d93 74%);
}
a.badge-pink-gradient:focus {
    color: #fff;
    background: linear-gradient(45deg, #f10075 0%, #fd5d93 74%);
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(241, 0, 117, 0.5);
}
a.badge-pink-gradient.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(241, 0, 117, 0.5);
}
.badge-purple-gradient {
    color: #fff;
    background: linear-gradient(45deg, #7f53ac 0%, #647dee 74%);
}
a.badge-purple-gradient:hover {
    color: #fff;
    background: linear-gradient(45deg, #7f53ac 0%, #647dee 74%);
}
a.badge-purple-gradient:focus {
    color: #fff;
    background: linear-gradient(45deg, #7f53ac 0%, #647dee 74%);
    box-shadow: 0 0 0 0.2rem rgba(103, 58, 183, 0.5);
}
a.badge-purple-gradient.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(103, 58, 183, 0.5);
}
.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #dedcfb;
    border-radius: 0.3rem;
}
@media (min-width: 576px) {
    .jumbotron {
        padding: 4rem 2rem;
    }
}
.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0;
}
.alert {
    position: relative;
    padding: 0.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;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit;
}
.alert-primary {
    color: #1b3585;
    background-color: #d6e0ff;
    border-color: #c6d4ff;
}
.alert-default {
    border: 1px solid #eaf0f7;
}
.alert-primary hr {
    border-top-color: #adc1ff;
}
.alert-primary .alert-link {
    color: #12245b;
}
.alert-secondary {
    color: #3f4654;
    background-color: #e4e7ec;
    border-color: #d9dde5;
}
.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: #0c6057;
    background-color: #d1f1f1cf;
    border-color: #96e5e2;
}
.alert-info hr {
    border-top-color: #abdde5;
}
.alert-info .alert-link {
    color: #062c33;
}
.alert-warning {
    color: #856404;
    background-color: #e8b210;
    border-color: #ceb360;
}
.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;
}
@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0;
    }
    to {
        background-position: 0 0;
    }
}
.progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: 0.65625rem;
    background-color: #dedcfb;
    border-radius: 3px;
}
.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #3858f9;
    transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
    .progress-bar {
        transition: none;
    }
}
.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem;
}
.progress-bar-animated {
    animation: progress-bar-stripes 1s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
        animation: none;
    }
}
.media {
    display: flex;
    align-items: flex-start;
}
.media-body {
    flex: 1;
}
.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}
.list-group-item-action {
    width: 100%;
    color: #434f63;
    text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
    z-index: 1;
    color: #817ba7;
    text-decoration: none;
    background-color: #f6f5ff;
}
.list-group-item-action:active {
    color: #031b4e;
    background-color: #dedcfb;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    margin-bottom: 15px;
    border-radius: 12.5px;
    background-color: #fff;
    box-shadow: 0px 1px 0px 1px #ddd;
}
/*.list-group-item:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}*/
.list-group-item:last-child {
    margin-bottom: 0;
    /*border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;*/
}
.list-group-item.disabled, .list-group-item:disabled {
    color: #7987a1;
    pointer-events: none;
    background-color: #fff;
}
.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #3858f9;
    border-color: #3858f9;
}
.list-group-horizontal {
    flex-direction: row;
}
.list-group-horizontal .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
}
.list-group-horizontal .list-group-item:first-child {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-right-radius: 0;
}
.list-group-horizontal .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 0;
}
@media (min-width: 576px) {
    .list-group-horizontal-sm {
        flex-direction: row;
    }
    .list-group-horizontal-sm .list-group-item {
        margin-right: -1px;
        margin-bottom: 0;
    }
    .list-group-horizontal-sm .list-group-item:first-child {
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
        border-top-right-radius: 0;
    }
    .list-group-horizontal-sm .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 0;
    }
}
@media (min-width: 768px) {
    .list-group-horizontal-md {
        flex-direction: row;
    }
    .list-group-horizontal-md .list-group-item {
        margin-right: -1px;
        margin-bottom: 0;
    }
    .list-group-horizontal-md .list-group-item:first-child {
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
        border-top-right-radius: 0;
    }
    .list-group-horizontal-md .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 0;
    }
}
@media (min-width: 992px) {
    .list-group-horizontal-lg {
        flex-direction: row;
    }
    .list-group-horizontal-lg .list-group-item {
        margin-right: -1px;
        margin-bottom: 0;
    }
    .list-group-horizontal-lg .list-group-item:first-child {
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
        border-top-right-radius: 0;
    }
    .list-group-horizontal-lg .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 0;
    }
}
@media (min-width: 1200px) {
    .list-group-horizontal-xl {
        flex-direction: row;
    }
    .list-group-horizontal-xl .list-group-item {
        margin-right: -1px;
        margin-bottom: 0;
    }
    .list-group-horizontal-xl .list-group-item:first-child {
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
        border-top-right-radius: 0;
    }
    .list-group-horizontal-xl .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 0;
    }
}
.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}
.list-group-flush .list-group-item:last-child {
    margin-bottom: -1px;
}
.list-group-flush:first-child .list-group-item:first-child {
    border-top: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom: 0;
}
.list-group-item-primary {
    color: #1b3585;
    background-color: #c6d4ff;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #1b3585;
    background-color: #adc1ff;
}
.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #1b3585;
    border-color: #1b3585;
}
.list-group-item-secondary {
    color: #3f4654;
    background-color: #d9dde5;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #3f4654;
    background-color: #cacfdb;
}
.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #3f4654;
    border-color: #3f4654;
}
.list-group-item-success {
    color: #1f5c01;
    background-color: #c8e9b8;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #1f5c01;
    background-color: #b9e3a5;
}
.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #1f5c01;
    border-color: #1f5c01;
}
.list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #0c5460;
    background-color: #abdde5;
}
.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460;
}
.list-group-item-warning {
    color: #856404;
    background-color: #ffeeba;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #856404;
    background-color: #ffe8a1;
}
.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404;
}
.list-group-item-danger {
    color: #721c24;
    background-color: #f5c6cb;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #721c24;
    background-color: #f1b0b7;
}
.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24;
}
.list-group-item-light {
    color: #7f7f81;
    background-color: #fcfcfd;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #7f7f81;
    background-color: #ededf3;
}
.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #7f7f81;
    border-color: #7f7f81;
}
.list-group-item-dark {
    color: #1f2533;
    background-color: #c8ccd3;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #1f2533;
    background-color: #babfc8;
}
.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1f2533;
    border-color: #1f2533;
}
.close {
    float: right;
    font-size: 1.3125rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}
.close:hover {
    color: #000;
    text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    opacity: .75;
}
button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    appearance: none;
}
a.close.disabled {
    pointer-events: none;
}
.toast {
    max-width: 350px;
    overflow: hidden;
    font-size: 0.875rem;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    opacity: 0;
    border-radius: 0.25rem;
}
.toast:not(:last-child) {
    margin-bottom: 0.75rem;
}
.toast.showing {
    opacity: 1;
}
.toast.show {
    display: block;
    opacity: 1;
}
.toast.hide {
    display: none;
}
.toast-header {
    display: flex;
    align-items: center;
    padding: 0.25rem 0.75rem;
    color: #7987a1;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.toast-body {
    padding: 0.75rem;
}
.modal-open {
    overflow: hidden;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99992;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}
.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -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-header, .modal-dialog-scrollable .modal-footer {
    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 rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}
.modal-backdrop.fade {
    opacity: 0;
}
.modal-backdrop.show {
    opacity: 0.5;
}
.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dedcfb;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}
.modal-header .close {
    padding: 1rem 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 #dedcfb;
    border-bottom-right-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}
.modal-footer > :not(:first-child) {
    margin-left: .25rem;
}
#modaldemo8 .modal-footer > :not(:first-child) {
    margin-right: 14px;
}
.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;
    }
}
.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: var(--font-family-mulish);
    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: 0.76562rem;
    word-wrap: break-word;
    opacity: 0;
}
.tooltip.show {
    opacity: 0.9;
}
.tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem;
}
.tooltip .arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid;
}
.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
    padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
    top: 0;
    border-width: 0.4rem 0.4rem 0;
    border-top-color: #000;
}
.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
    padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
    right: 0;
    border-width: 0.4rem 0.4rem 0.4rem 0;
    border-right-color: #000;
}
.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
    padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    bottom: 0;
    border-width: 0 0.4rem 0.4rem;
    border-bottom-color: #000;
}
.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
    padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
    left: 0;
    border-width: 0.4rem 0 0.4rem 0.4rem;
    border-left-color: #000;
}
.tooltip-inner {
    max-width: 200px;
    padding: 0.25rem 0.5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 3px;
}
.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: var(--font-family-mulish);
    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: 0.76562rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
}
.popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem;
}
.popover .arrow::before, .popover .arrow::after {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid;
}
.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
    margin-bottom: 0.5rem;
}
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
    bottom: calc((0.5rem + 1px) * -1);
}
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
    bottom: 0;
    border-width: 0.5rem 0.5rem 0;
    border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
    bottom: 1px;
    border-width: 0.5rem 0.5rem 0;
    border-top-color: #fff;
}
.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
    margin-left: 0.5rem;
}
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
    left: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0;
}
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
    left: 0;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
    left: 1px;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: #fff;
}
.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
    margin-top: 0.5rem;
}
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
    top: calc((0.5rem + 1px) * -1);
}
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
    top: 0;
    border-width: 0 0.5rem 0.5rem 0.5rem;
    border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
    top: 1px;
    border-width: 0 0.5rem 0.5rem 0.5rem;
    border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7;
}
.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
    margin-right: 0.5rem;
}
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
    right: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0;
}
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
    right: 0;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
    right: 1px;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: #fff;
}
.popover-header {
    padding: 0.5rem 0.75rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
    display: none;
}
.popover-body {
    padding: 0.5rem 0.75rem;
    color: #031b4e;
}
.carousel {
    position: relative;
}
.carousel.pointer-event {
    touch-action: pan-y;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.carousel-inner::after {
    display: block;
    clear: both;
    content: "";
}
.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    backface-visibility: hidden;
    transition: transform 0.6s ease-in-out;
}
.carousel-item.active {
    display: block;
}
@media (prefers-reduced-motion: reduce) {
    .carousel-item {
        transition: none;
    }
}
.carousel-item-next, .carousel-item-prev {
    display: block;
}
.carousel-item-next:not(.carousel-item-left), .active.carousel-item-right {
    transform: translateX(100%);
}
.carousel-item-prev:not(.carousel-item-right), .active.carousel-item-left {
    transform: translateX(-100%);
}
.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none;
}
.carousel-fade .carousel-item.active {
    z-index: 1;
    opacity: 1;
}
.carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right {
    z-index: 1;
    opacity: 1;
}
.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    transition: 0s 0.6s opacity;
}
@media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
        transition: none;
    }
}
.carousel-control-prev, .carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: 0.5;
    transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
    .carousel-control-prev, .carousel-control-next {
        transition: none;
    }
}
.carousel-control-prev:hover, .carousel-control-prev:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9;
}
.carousel-control-next:hover, .carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9;
}
.carousel-control-prev {
    left: 0;
}
.carousel-control-next {
    right: 0;
}
.carousel-control-prev-icon, .carousel-control-next-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: no-repeat 50% / 100% 100%;
}
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}
.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}
.carousel-indicators li {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity 0.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;
}
@keyframes spinner-border {
    to {
        transform: rotate(360deg);
    }
}
.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: spinner-border .75s linear infinite;
}
.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: 0.2em;
}
@keyframes spinner-grow {
    0% {
        transform: scale(0);
    }
    50% {
        opacity: 1;
    }
}
.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    animation: spinner-grow .75s linear infinite;
}
.spinner-grow-sm {
    width: 1rem;
    height: 1rem;
}
.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;
}
.border {
    border: 1px solid #dedcfb !important;
}
.border-top {
    border-top: 1px solid #dedcfb !important;
}
.border-right {
    border-right: 1px solid #dedcfb !important;
}
.border-bottom {
    border-bottom: 1px solid #dedcfb !important;
}
.border-left {
    border-left: 1px solid #dedcfb !important;
}
.border-0 {
    border: 0 !important;
}
.border-top-0 {
    border-top: 0 !important;
}
.border-right-0 {
    border-right: 0 !important;
}
.border-bottom-0 {
    border-bottom: 0 !important;
}
.border-left-0 {
    border-left: 0 !important;
}
.border-primary {
    border-color: #3858f9 !important;
}
.border-secondary {
    border-color: #7987a1 !important;
}
.border-success {
    border-color: #0ba360 !important;
}
.border-info {
    border-color: #17a2b8 !important;
}
.border-warning {
    border-color: #ffc107 !important;
}
.border-danger {
    border-color: #f53c5b !important;
}
.border-light {
    border-color: #f6f5ff !important;
}
.border-dark {
    border-color: #746d94 !important;
}
.border-white {
    border-color: #fff !important;
}
.rounded-sm {
    border-radius: 0.2rem !important;
}
.rounded {
    border-radius: 3px !important;
}
.rounded-top {
    border-top-left-radius: 3px !important;
    border-top-right-radius: 3px !important;
}
.rounded-right {
    border-top-right-radius: 3px !important;
    border-bottom-right-radius: 3px !important;
}
.rounded-bottom {
    border-bottom-right-radius: 3px !important;
    border-bottom-left-radius: 3px !important;
}
.rounded-left {
    border-top-left-radius: 3px !important;
    border-bottom-left-radius: 3px !important;
}
.rounded-lg {
    border-radius: 0.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: "";
}
.d-none {
    display: none !important;
}
.d-inline {
    display: inline !important;
}
.d-inline-block {
    display: inline-block !important;
}
.d-block {
    display: block !important;
}
.d-table {
    display: table !important;
}
.d-table-row {
    display: table-row !important;
}
.d-table-cell {
    display: table-cell !important;
}
.d-flex {
    display: flex !important;
}
.d-inline-flex {
    display: inline-flex !important;
}
@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }
    .d-sm-inline {
        display: inline !important;
    }
    .d-sm-inline-block {
        display: inline-block !important;
    }
    .d-sm-block {
        display: block !important;
    }
    .d-sm-table {
        display: table !important;
    }
    .d-sm-table-row {
        display: table-row !important;
    }
    .d-sm-table-cell {
        display: table-cell !important;
    }
    .d-sm-flex {
        display: flex !important;
    }
    .d-sm-inline-flex {
        display: inline-flex !important;
    }
}
@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }
    .d-md-inline {
        display: inline !important;
    }
    .d-md-inline-block {
        display: inline-block !important;
    }
    .d-md-block {
        display: block !important;
    }
    .d-md-table {
        display: table !important;
    }
    .d-md-table-row {
        display: table-row !important;
    }
    .d-md-table-cell {
        display: table-cell !important;
    }
    .d-md-flex {
        display: flex !important;
    }
    .d-md-inline-flex {
        display: inline-flex !important;
    }
}
@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }
    .d-lg-inline {
        display: inline !important;
    }
    .d-lg-inline-block {
        display: inline-block !important;
    }
    .d-lg-block {
        display: block !important;
    }
    .d-lg-table {
        display: table !important;
    }
    .d-lg-table-row {
        display: table-row !important;
    }
    .d-lg-table-cell {
        display: table-cell !important;
    }
    .d-lg-flex {
        display: flex !important;
    }
    .d-lg-inline-flex {
        display: inline-flex !important;
    }
}
@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important;
    }
    .d-xl-inline {
        display: inline !important;
    }
    .d-xl-inline-block {
        display: inline-block !important;
    }
    .d-xl-block {
        display: block !important;
    }
    .d-xl-table {
        display: table !important;
    }
    .d-xl-table-row {
        display: table-row !important;
    }
    .d-xl-table-cell {
        display: table-cell !important;
    }
    .d-xl-flex {
        display: flex !important;
    }
    .d-xl-inline-flex {
        display: inline-flex !important;
    }
}
@media print {
    .d-print-none {
        display: none !important;
    }
    .d-print-inline {
        display: inline !important;
    }
    .d-print-inline-block {
        display: inline-block !important;
    }
    .d-print-block {
        display: block !important;
    }
    .d-print-table {
        display: table !important;
    }
    .d-print-table-row {
        display: table-row !important;
    }
    .d-print-table-cell {
        display: table-cell !important;
    }
    .d-print-flex {
        display: flex !important;
    }
    .d-print-inline-flex {
        display: inline-flex !important;
    }
}
.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}
.embed-responsive::before {
    display: block;
    content: "";
}
.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.embed-responsive-21by9::before {
    padding-top: 42.85714%;
}
.embed-responsive-16by9::before {
    padding-top: 56.25%;
}
.embed-responsive-4by3::before {
    padding-top: 75%;
}
.embed-responsive-1by1::before {
    padding-top: 100%;
}
.flex-row {
    flex-direction: row !important;
}
.flex-column {
    flex-direction: column !important;
}
.flex-row-reverse {
    flex-direction: row-reverse !important;
}
.flex-column-reverse {
    flex-direction: column-reverse !important;
}
.flex-wrap {
    flex-wrap: wrap !important;
}
.flex-nowrap {
    flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
}
.flex-fill {
    flex: 1 1 auto !important;
}
.flex-grow-0 {
    flex-grow: 0 !important;
}
.flex-grow-1 {
    flex-grow: 1 !important;
}
.flex-shrink-0 {
    flex-shrink: 0 !important;
}
.flex-shrink-1 {
    flex-shrink: 1 !important;
}
.justify-content-start {
    justify-content: flex-start !important;
}
.justify-content-end {
    justify-content: flex-end !important;
}
.justify-content-center {
    justify-content: center !important;
}
.justify-content-between {
    justify-content: space-between !important;
}
.justify-content-around {
    justify-content: space-around !important;
}
.align-items-start {
    align-items: flex-start !important;
}
.align-items-end {
    align-items: flex-end !important;
}
.align-items-center {
    align-items: center !important;
}
.align-items-baseline {
    align-items: baseline !important;
}
.align-items-stretch {
    align-items: stretch !important;
}
.align-content-start {
    align-content: flex-start !important;
}
.align-content-end {
    align-content: flex-end !important;
}
.align-content-center {
    align-content: center !important;
}
.align-content-between {
    align-content: space-between !important;
}
.align-content-around {
    align-content: space-around !important;
}
.align-content-stretch {
    align-content: stretch !important;
}
.align-self-auto {
    align-self: auto !important;
}
.align-self-start {
    align-self: flex-start !important;
}
.align-self-end {
    align-self: flex-end !important;
}
.align-self-center {
    align-self: center !important;
}
.align-self-baseline {
    align-self: baseline !important;
}
.align-self-stretch {
    align-self: stretch !important;
}
@media (min-width: 576px) {
    .flex-sm-row {
        flex-direction: row !important;
    }
    .flex-sm-column {
        flex-direction: column !important;
    }
    .flex-sm-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-sm-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-sm-wrap {
        flex-wrap: wrap !important;
    }
    .flex-sm-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .flex-sm-fill {
        flex: 1 1 auto !important;
    }
    .flex-sm-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-sm-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-sm-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-sm-shrink-1 {
        flex-shrink: 1 !important;
    }
    .justify-content-sm-start {
        justify-content: flex-start !important;
    }
    .justify-content-sm-end {
        justify-content: flex-end !important;
    }
    .justify-content-sm-center {
        justify-content: center !important;
    }
    .justify-content-sm-between {
        justify-content: space-between !important;
    }
    .justify-content-sm-around {
        justify-content: space-around !important;
    }
    .align-items-sm-start {
        align-items: flex-start !important;
    }
    .align-items-sm-end {
        align-items: flex-end !important;
    }
    .align-items-sm-center {
        align-items: center !important;
    }
    .align-items-sm-baseline {
        align-items: baseline !important;
    }
    .align-items-sm-stretch {
        align-items: stretch !important;
    }
    .align-content-sm-start {
        align-content: flex-start !important;
    }
    .align-content-sm-end {
        align-content: flex-end !important;
    }
    .align-content-sm-center {
        align-content: center !important;
    }
    .align-content-sm-between {
        align-content: space-between !important;
    }
    .align-content-sm-around {
        align-content: space-around !important;
    }
    .align-content-sm-stretch {
        align-content: stretch !important;
    }
    .align-self-sm-auto {
        align-self: auto !important;
    }
    .align-self-sm-start {
        align-self: flex-start !important;
    }
    .align-self-sm-end {
        align-self: flex-end !important;
    }
    .align-self-sm-center {
        align-self: center !important;
    }
    .align-self-sm-baseline {
        align-self: baseline !important;
    }
    .align-self-sm-stretch {
        align-self: stretch !important;
    }
}
@media (min-width: 768px) {
    .flex-md-row {
        flex-direction: row !important;
    }
    .flex-md-column {
        flex-direction: column !important;
    }
    .flex-md-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-md-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-md-wrap {
        flex-wrap: wrap !important;
    }
    .flex-md-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .flex-md-fill {
        flex: 1 1 auto !important;
    }
    .flex-md-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-md-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-md-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-md-shrink-1 {
        flex-shrink: 1 !important;
    }
    .justify-content-md-start {
        justify-content: flex-start !important;
    }
    .justify-content-md-end {
        justify-content: flex-end !important;
    }
    .justify-content-md-center {
        justify-content: center !important;
    }
    .justify-content-md-between {
        justify-content: space-between !important;
    }
    .justify-content-md-around {
        justify-content: space-around !important;
    }
    .align-items-md-start {
        align-items: flex-start !important;
    }
    .align-items-md-end {
        align-items: flex-end !important;
    }
    .align-items-md-center {
        align-items: center !important;
    }
    .align-items-md-baseline {
        align-items: baseline !important;
    }
    .align-items-md-stretch {
        align-items: stretch !important;
    }
    .align-content-md-start {
        align-content: flex-start !important;
    }
    .align-content-md-end {
        align-content: flex-end !important;
    }
    .align-content-md-center {
        align-content: center !important;
    }
    .align-content-md-between {
        align-content: space-between !important;
    }
    .align-content-md-around {
        align-content: space-around !important;
    }
    .align-content-md-stretch {
        align-content: stretch !important;
    }
    .align-self-md-auto {
        align-self: auto !important;
    }
    .align-self-md-start {
        align-self: flex-start !important;
    }
    .align-self-md-end {
        align-self: flex-end !important;
    }
    .align-self-md-center {
        align-self: center !important;
    }
    .align-self-md-baseline {
        align-self: baseline !important;
    }
    .align-self-md-stretch {
        align-self: stretch !important;
    }
}
@media (min-width: 992px) {
    .flex-lg-row {
        flex-direction: row !important;
    }
    .flex-lg-column {
        flex-direction: column !important;
    }
    .flex-lg-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-lg-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-lg-wrap {
        flex-wrap: wrap !important;
    }
    .flex-lg-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .flex-lg-fill {
        flex: 1 1 auto !important;
    }
    .flex-lg-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-lg-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-lg-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-lg-shrink-1 {
        flex-shrink: 1 !important;
    }
    .justify-content-lg-start {
        justify-content: flex-start !important;
    }
    .justify-content-lg-end {
        justify-content: flex-end !important;
    }
    .justify-content-lg-center {
        justify-content: center !important;
    }
    .justify-content-lg-between {
        justify-content: space-between !important;
    }
    .justify-content-lg-around {
        justify-content: space-around !important;
    }
    .align-items-lg-start {
        align-items: flex-start !important;
    }
    .align-items-lg-end {
        align-items: flex-end !important;
    }
    .align-items-lg-center {
        align-items: center !important;
    }
    .align-items-lg-baseline {
        align-items: baseline !important;
    }
    .align-items-lg-stretch {
        align-items: stretch !important;
    }
    .align-content-lg-start {
        align-content: flex-start !important;
    }
    .align-content-lg-end {
        align-content: flex-end !important;
    }
    .align-content-lg-center {
        align-content: center !important;
    }
    .align-content-lg-between {
        align-content: space-between !important;
    }
    .align-content-lg-around {
        align-content: space-around !important;
    }
    .align-content-lg-stretch {
        align-content: stretch !important;
    }
    .align-self-lg-auto {
        align-self: auto !important;
    }
    .align-self-lg-start {
        align-self: flex-start !important;
    }
    .align-self-lg-end {
        align-self: flex-end !important;
    }
    .align-self-lg-center {
        align-self: center !important;
    }
    .align-self-lg-baseline {
        align-self: baseline !important;
    }
    .align-self-lg-stretch {
        align-self: stretch !important;
    }
}
@media (min-width: 1200px) {
    .flex-xl-row {
        flex-direction: row !important;
    }
    .flex-xl-column {
        flex-direction: column !important;
    }
    .flex-xl-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-xl-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-xl-wrap {
        flex-wrap: wrap !important;
    }
    .flex-xl-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .flex-xl-fill {
        flex: 1 1 auto !important;
    }
    .flex-xl-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-xl-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-xl-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-xl-shrink-1 {
        flex-shrink: 1 !important;
    }
    .justify-content-xl-start {
        justify-content: flex-start !important;
    }
    .justify-content-xl-end {
        justify-content: flex-end !important;
    }
    .justify-content-xl-center {
        justify-content: center !important;
    }
    .justify-content-xl-between {
        justify-content: space-between !important;
    }
    .justify-content-xl-around {
        justify-content: space-around !important;
    }
    .align-items-xl-start {
        align-items: flex-start !important;
    }
    .align-items-xl-end {
        align-items: flex-end !important;
    }
    .align-items-xl-center {
        align-items: center !important;
    }
    .align-items-xl-baseline {
        align-items: baseline !important;
    }
    .align-items-xl-stretch {
        align-items: stretch !important;
    }
    .align-content-xl-start {
        align-content: flex-start !important;
    }
    .align-content-xl-end {
        align-content: flex-end !important;
    }
    .align-content-xl-center {
        align-content: center !important;
    }
    .align-content-xl-between {
        align-content: space-between !important;
    }
    .align-content-xl-around {
        align-content: space-around !important;
    }
    .align-content-xl-stretch {
        align-content: stretch !important;
    }
    .align-self-xl-auto {
        align-self: auto !important;
    }
    .align-self-xl-start {
        align-self: flex-start !important;
    }
    .align-self-xl-end {
        align-self: flex-end !important;
    }
    .align-self-xl-center {
        align-self: center !important;
    }
    .align-self-xl-baseline {
        align-self: baseline !important;
    }
    .align-self-xl-stretch {
        align-self: stretch !important;
    }
}
.float-left {
    float: left !important;
}
.float-right {
    float: right !important;
}
.float-none {
    float: none !important;
}
@media (min-width: 576px) {
    .float-sm-left {
        float: left !important;
    }
    .float-sm-right {
        float: right !important;
    }
    .float-sm-none {
        float: none !important;
    }
}
@media (min-width: 768px) {
    .float-md-left {
        float: left !important;
    }
    .float-md-right {
        float: right !important;
    }
    .float-md-none {
        float: none !important;
    }
}
@media (min-width: 992px) {
    .float-lg-left {
        float: left !important;
    }
    .float-lg-right {
        float: right !important;
    }
    .float-lg-none {
        float: none !important;
    }
}
@media (min-width: 1200px) {
    .float-xl-left {
        float: left !important;
    }
    .float-xl-right {
        float: right !important;
    }
    .float-xl-none {
        float: none !important;
    }
}
.overflow-auto {
    overflow: auto !important;
}
.overflow-hidden {
    overflow: hidden !important;
}
.position-static {
    position: static !important;
}
.position-relative {
    position: relative !important;
}
.position-absolute {
    position: absolute !important;
}
.position-fixed {
    position: fixed !important;
}
.position-sticky {
    position: sticky !important;
}
.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}
@supports (position: sticky) {
    .sticky-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
}
.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
    box-shadow: none !important;
}
.w-25 {
    width: 25% !important;
}
.w-50 {
    width: 50% !important;
}
.w-75 {
    width: 75% !important;
}
.w-100 {
    width: 100% !important;
}
.w-auto {
    width: auto !important;
}
.h-25 {
    height: 25% !important;
}
.h-50 {
    height: 50% !important;
}
.h-75 {
    height: 75% !important;
}
.h-100 {
    height: 100% !important;
}
.h-auto {
    height: auto !important;
}
.mw-100 {
    max-width: 100% !important;
}
.mh-100 {
    max-height: 100% !important;
}
.min-vw-100 {
    min-width: 100vw !important;
}
.min-vh-100 {
    min-height: 100vh !important;
}
.vw-100 {
    width: 100vw !important;
}
.vh-100 {
    height: 100vh !important;
}
.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0, 0, 0, 0);
}
.m-0 {
    margin: 0 !important;
}
.mt-0, .my-0 {
    margin-top: 0 !important;
}
.mr-0, .mx-0 {
    margin-right: 0 !important;
}
.mb-0, .my-0 {
    margin-bottom: 0 !important;
}
.ml-0, .mx-0 {
    margin-left: 0 !important;
}
.m-1 {
    margin: 0.25rem !important;
}
.mt-1, .my-1 {
    margin-top: 0.25rem !important;
}
.mr-1, .mx-1 {
    margin-right: 0.25rem !important;
}
.mb-1, .my-1 {
    margin-bottom: 0.25rem !important;
}
.ml-1, .mx-1 {
    margin-left: 0.25rem !important;
}
.m-2 {
    margin: 0.5rem !important;
}
.mt-2, .my-2 {
    margin-top: 0.5rem !important;
}
.mr-2, .mx-2 {
    margin-right: 0.5rem !important;
}
.mb-2, .my-2 {
    margin-bottom: 0.5rem !important;
}
.ml-2, .mx-2 {
    margin-left: 0.5rem !important;
}
.m-3 {
    margin: 1rem !important;
}
.mt-3, .my-3 {
    margin-top: 1rem !important;
}
.mr-3, .mx-3 {
    margin-right: 1rem !important;
}
.mb-3, .my-3 {
    margin-bottom: 1rem !important;
}
.ml-3, .mx-3 {
    margin-left: 1rem !important;
}
.m-4 {
    margin: 1.5rem !important;
}
.mt-4, .my-4 {
    margin-top: 1.5rem !important;
}
.mr-4, .mx-4 {
    margin-right: 1.5rem !important;
}
.mb-4, .my-4 {
    margin-bottom: 1.5rem !important;
}
.ml-4, .mx-4 {
    margin-left: 1.5rem !important;
}
.m-5 {
    margin: 3rem !important;
}
.mt-5, .my-5 {
    margin-top: 3rem !important;
}
.mr-5, .mx-5 {
    margin-right: 3rem !important;
}
.mb-5, .my-5 {
    margin-bottom: 3rem !important;
}
.ml-5, .mx-5 {
    margin-left: 3rem !important;
}
.p-0 {
    padding: 0 !important;
}
.pt-0, .py-0 {
    padding-top: 0 !important;
}
.pr-0, .px-0 {
    padding-right: 0 !important;
}
.pb-0, .py-0 {
    padding-bottom: 0 !important;
}
.pl-0, .px-0 {
    padding-left: 0 !important;
}
.p-1 {
    padding: 0.25rem !important;
}
.pt-1, .py-1 {
    padding-top: 0.25rem !important;
}
.pr-1, .px-1 {
    padding-right: 0.25rem !important;
}
.pb-1, .py-1 {
    padding-bottom: 0.25rem !important;
}
.pl-1, .px-1 {
    padding-left: 0.25rem !important;
}
.p-2 {
    padding: 0.5rem !important;
}
.pt-2, .py-2 {
    padding-top: 0.5rem !important;
}
.pr-2, .px-2 {
    padding-right: 0.5rem !important;
}
.pb-2, .py-2 {
    padding-bottom: 0.5rem !important;
}
.pl-2, .px-2 {
    padding-left: 0.5rem !important;
}
.p-3 {
    padding: 1rem !important;
}
.pt-3, .py-3 {
    padding-top: 1rem !important;
}
.pr-3, .px-3 {
    padding-right: 1rem !important;
}
.pb-3, .py-3 {
    padding-bottom: 1rem !important;
}
.pl-3, .px-3 {
    padding-left: 1rem !important;
}
.p-4 {
    padding: 1.5rem !important;
}
.pt-4, .py-4 {
    padding-top: 1.5rem !important;
}
.pr-4, .px-4 {
    padding-right: 1.5rem !important;
}
.pb-4, .py-4 {
    padding-bottom: 1.5rem !important;
}
.pl-4, .px-4 {
    padding-left: 1.5rem !important;
}
.p-5 {
    padding: 3rem !important;
}
.pt-5, .py-5 {
    padding-top: 3rem !important;
}
.pr-5, .px-5 {
    padding-right: 3rem !important;
}
.pb-5, .py-5 {
    padding-bottom: 3rem !important;
}
.pl-5, .px-5 {
    padding-left: 3rem !important;
}
.m-n1 {
    margin: -0.25rem !important;
}
.mt-n1, .my-n1 {
    margin-top: -0.25rem !important;
}
.mr-n1, .mx-n1 {
    margin-right: -0.25rem !important;
}
.mb-n1, .my-n1 {
    margin-bottom: -0.25rem !important;
}
.ml-n1, .mx-n1 {
    margin-left: -0.25rem !important;
}
.m-n2 {
    margin: -0.5rem !important;
}
.mt-n2, .my-n2 {
    margin-top: -0.5rem !important;
}
.mr-n2, .mx-n2 {
    margin-right: -0.5rem !important;
}
.mb-n2, .my-n2 {
    margin-bottom: -0.5rem !important;
}
.ml-n2, .mx-n2 {
    margin-left: -0.5rem !important;
}
.m-n3 {
    margin: -1rem !important;
}
.mt-n3, .my-n3 {
    margin-top: -1rem !important;
}
.mr-n3, .mx-n3 {
    margin-right: -1rem !important;
}
.mb-n3, .my-n3 {
    margin-bottom: -1rem !important;
}
.ml-n3, .mx-n3 {
    margin-left: -1rem !important;
}
.m-n4 {
    margin: -1.5rem !important;
}
.mt-n4, .my-n4 {
    margin-top: -1.5rem !important;
}
.mr-n4, .mx-n4 {
    margin-right: -1.5rem !important;
}
.mb-n4, .my-n4 {
    margin-bottom: -1.5rem !important;
}
.ml-n4, .mx-n4 {
    margin-left: -1.5rem !important;
}
.m-n5 {
    margin: -3rem !important;
}
.mt-n5, .my-n5 {
    margin-top: -3rem !important;
}
.mr-n5, .mx-n5 {
    margin-right: -3rem !important;
}
.mb-n5, .my-n5 {
    margin-bottom: -3rem !important;
}
.ml-n5, .mx-n5 {
    margin-left: -3rem !important;
}
.m-auto {
    margin: auto !important;
}
.mt-auto, .my-auto {
    margin-top: auto !important;
}
.mr-auto, .mx-auto {
    margin-right: auto !important;
}
.mb-auto, .my-auto {
    margin-bottom: auto !important;
}
.ml-auto, .mx-auto {
    margin-left: auto !important;
    margin-right: 0;
}
@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important;
    }
    .mt-sm-0, .my-sm-0 {
        margin-top: 0 !important;
    }
    .mr-sm-0, .mx-sm-0 {
        margin-right: 0 !important;
    }
    .mb-sm-0, .my-sm-0 {
        margin-bottom: 0 !important;
    }
    .ml-sm-0, .mx-sm-0 {
        margin-left: 0 !important;
    }
    .m-sm-1 {
        margin: 0.25rem !important;
    }
    .mt-sm-1, .my-sm-1 {
        margin-top: 0.25rem !important;
    }
    .mr-sm-1, .mx-sm-1 {
        margin-right: 0.25rem !important;
    }
    .mb-sm-1, .my-sm-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-sm-1, .mx-sm-1 {
        margin-left: 0.25rem !important;
    }
    .m-sm-2 {
        margin: 0.5rem !important;
    }
    .mt-sm-2, .my-sm-2 {
        margin-top: 0.5rem !important;
    }
    .mr-sm-2, .mx-sm-2 {
        margin-right: 0.5rem !important;
    }
    .mb-sm-2, .my-sm-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-sm-2, .mx-sm-2 {
        margin-left: 0.5rem !important;
    }
    .m-sm-3 {
        margin: 1rem !important;
    }
    .mt-sm-3, .my-sm-3 {
        margin-top: 1rem !important;
    }
    .mr-sm-3, .mx-sm-3 {
        margin-right: 1rem !important;
    }
    .mb-sm-3, .my-sm-3 {
        margin-bottom: 1rem !important;
    }
    .ml-sm-3, .mx-sm-3 {
        margin-left: 1rem !important;
    }
    .m-sm-4 {
        margin: 1.5rem !important;
    }
    .mt-sm-4, .my-sm-4 {
        margin-top: 1.5rem !important;
    }
    .mr-sm-4, .mx-sm-4 {
        margin-right: 1.5rem !important;
    }
    .mb-sm-4, .my-sm-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-sm-4, .mx-sm-4 {
        margin-left: 1.5rem !important;
    }
    .m-sm-5 {
        margin: 3rem !important;
    }
    .mt-sm-5, .my-sm-5 {
        margin-top: 3rem !important;
    }
    .mr-sm-5, .mx-sm-5 {
        margin-right: 3rem !important;
    }
    .mb-sm-5, .my-sm-5 {
        margin-bottom: 3rem !important;
    }
    .ml-sm-5, .mx-sm-5 {
        margin-left: 3rem !important;
    }
    .p-sm-0 {
        padding: 0 !important;
    }
    .pt-sm-0, .py-sm-0 {
        padding-top: 0 !important;
    }
    .pr-sm-0, .px-sm-0 {
        padding-right: 0 !important;
    }
    .pb-sm-0, .py-sm-0 {
        padding-bottom: 0 !important;
    }
    .pl-sm-0, .px-sm-0 {
        padding-left: 0 !important;
    }
    .p-sm-1 {
        padding: 0.25rem !important;
    }
    .pt-sm-1, .py-sm-1 {
        padding-top: 0.25rem !important;
    }
    .pr-sm-1, .px-sm-1 {
        padding-right: 0.25rem !important;
    }
    .pb-sm-1, .py-sm-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-sm-1, .px-sm-1 {
        padding-left: 0.25rem !important;
    }
    .p-sm-2 {
        padding: 0.5rem !important;
    }
    .pt-sm-2, .py-sm-2 {
        padding-top: 0.5rem !important;
    }
    .pr-sm-2, .px-sm-2 {
        padding-right: 0.5rem !important;
    }
    .pb-sm-2, .py-sm-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-sm-2, .px-sm-2 {
        padding-left: 0.5rem !important;
    }
    .p-sm-3 {
        padding: 1rem !important;
    }
    .pt-sm-3, .py-sm-3 {
        padding-top: 1rem !important;
    }
    .pr-sm-3, .px-sm-3 {
        padding-right: 1rem !important;
    }
    .pb-sm-3, .py-sm-3 {
        padding-bottom: 1rem !important;
    }
    .pl-sm-3, .px-sm-3 {
        padding-left: 1rem !important;
    }
    .p-sm-4 {
        padding: 1.5rem !important;
    }
    .pt-sm-4, .py-sm-4 {
        padding-top: 1.5rem !important;
    }
    .pr-sm-4, .px-sm-4 {
        padding-right: 1.5rem !important;
    }
    .pb-sm-4, .py-sm-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-sm-4, .px-sm-4 {
        padding-left: 1.5rem !important;
    }
    .p-sm-5 {
        padding: 3rem !important;
    }
    .pt-sm-5, .py-sm-5 {
        padding-top: 3rem !important;
    }
    .pr-sm-5, .px-sm-5 {
        padding-right: 3rem !important;
    }
    .pb-sm-5, .py-sm-5 {
        padding-bottom: 3rem !important;
    }
    .pl-sm-5, .px-sm-5 {
        padding-left: 3rem !important;
    }
    .m-sm-n1 {
        margin: -0.25rem !important;
    }
    .mt-sm-n1, .my-sm-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-sm-n1, .mx-sm-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-sm-n1, .my-sm-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-sm-n1, .mx-sm-n1 {
        margin-left: -0.25rem !important;
    }
    .m-sm-n2 {
        margin: -0.5rem !important;
    }
    .mt-sm-n2, .my-sm-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-sm-n2, .mx-sm-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-sm-n2, .my-sm-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-sm-n2, .mx-sm-n2 {
        margin-left: -0.5rem !important;
    }
    .m-sm-n3 {
        margin: -1rem !important;
    }
    .mt-sm-n3, .my-sm-n3 {
        margin-top: -1rem !important;
    }
    .mr-sm-n3, .mx-sm-n3 {
        margin-right: -1rem !important;
    }
    .mb-sm-n3, .my-sm-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-sm-n3, .mx-sm-n3 {
        margin-left: -1rem !important;
    }
    .m-sm-n4 {
        margin: -1.5rem !important;
    }
    .mt-sm-n4, .my-sm-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-sm-n4, .mx-sm-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-sm-n4, .my-sm-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-sm-n4, .mx-sm-n4 {
        margin-left: -1.5rem !important;
    }
    .m-sm-n5 {
        margin: -3rem !important;
    }
    .mt-sm-n5, .my-sm-n5 {
        margin-top: -3rem !important;
    }
    .mr-sm-n5, .mx-sm-n5 {
        margin-right: -3rem !important;
    }
    .mb-sm-n5, .my-sm-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-sm-n5, .mx-sm-n5 {
        margin-left: -3rem !important;
    }
    .m-sm-auto {
        margin: auto !important;
    }
    .mt-sm-auto, .my-sm-auto {
        margin-top: auto !important;
    }
    .mr-sm-auto, .mx-sm-auto {
        margin-right: auto !important;
    }
    .mb-sm-auto, .my-sm-auto {
        margin-bottom: auto !important;
    }
    .ml-sm-auto, .mx-sm-auto {
        margin-left: auto !important;
    }
}
@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important;
    }
    .mt-md-0, .my-md-0 {
        margin-top: 0 !important;
    }
    .mr-md-0, .mx-md-0 {
        margin-right: 0 !important;
    }
    .mb-md-0, .my-md-0 {
        margin-bottom: 0 !important;
    }
    .ml-md-0, .mx-md-0 {
        margin-left: 0 !important;
    }
    .m-md-1 {
        margin: 0.25rem !important;
    }
    .mt-md-1, .my-md-1 {
        margin-top: 0.25rem !important;
    }
    .mr-md-1, .mx-md-1 {
        margin-right: 0.25rem !important;
    }
    .mb-md-1, .my-md-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-md-1, .mx-md-1 {
        margin-left: 0.25rem !important;
    }
    .m-md-2 {
        margin: 0.5rem !important;
    }
    .mt-md-2, .my-md-2 {
        margin-top: 0.5rem !important;
    }
    .mr-md-2, .mx-md-2 {
        margin-right: 0.5rem !important;
    }
    .mb-md-2, .my-md-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-md-2, .mx-md-2 {
        margin-left: 0.5rem !important;
    }
    .m-md-3 {
        margin: 1rem !important;
    }
    .mt-md-3, .my-md-3 {
        margin-top: 1rem !important;
    }
    .mr-md-3, .mx-md-3 {
        margin-right: 1rem !important;
    }
    .mb-md-3, .my-md-3 {
        margin-bottom: 1rem !important;
    }
    .ml-md-3, .mx-md-3 {
        margin-left: 1rem !important;
    }
    .m-md-4 {
        margin: 1.5rem !important;
    }
    .mt-md-4, .my-md-4 {
        margin-top: 1.5rem !important;
    }
    .mr-md-4, .mx-md-4 {
        margin-right: 1.5rem !important;
    }
    .mb-md-4, .my-md-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-md-4, .mx-md-4 {
        margin-left: 1.5rem !important;
    }
    .m-md-5 {
        margin: 3rem !important;
    }
    .mt-md-5, .my-md-5 {
        margin-top: 3rem !important;
    }
    .mr-md-5, .mx-md-5 {
        margin-right: 3rem !important;
    }
    .mb-md-5, .my-md-5 {
        margin-bottom: 3rem !important;
    }
    .ml-md-5, .mx-md-5 {
        margin-left: 3rem !important;
    }
    .p-md-0 {
        padding: 0 !important;
    }
    .pt-md-0, .py-md-0 {
        padding-top: 0 !important;
    }
    .pr-md-0, .px-md-0 {
        padding-right: 0 !important;
    }
    .pb-md-0, .py-md-0 {
        padding-bottom: 0 !important;
    }
    .pl-md-0, .px-md-0 {
        padding-left: 0 !important;
    }
    .p-md-1 {
        padding: 0.25rem !important;
    }
    .pt-md-1, .py-md-1 {
        padding-top: 0.25rem !important;
    }
    .pr-md-1, .px-md-1 {
        padding-right: 0.25rem !important;
    }
    .pb-md-1, .py-md-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-md-1, .px-md-1 {
        padding-left: 0.25rem !important;
    }
    .p-md-2 {
        padding: 0.5rem !important;
    }
    .pt-md-2, .py-md-2 {
        padding-top: 0.5rem !important;
    }
    .pr-md-2, .px-md-2 {
        padding-right: 0.5rem !important;
    }
    .pb-md-2, .py-md-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-md-2, .px-md-2 {
        padding-left: 0.5rem !important;
    }
    .p-md-3 {
        padding: 1rem !important;
    }
    .pt-md-3, .py-md-3 {
        padding-top: 1rem !important;
    }
    .pr-md-3, .px-md-3 {
        padding-right: 1rem !important;
    }
    .pb-md-3, .py-md-3 {
        padding-bottom: 1rem !important;
    }
    .pl-md-3, .px-md-3 {
        padding-left: 1rem !important;
    }
    .p-md-4 {
        padding: 1.5rem !important;
    }
    .pt-md-4, .py-md-4 {
        padding-top: 1.5rem !important;
    }
    .pr-md-4, .px-md-4 {
        padding-right: 1.5rem !important;
    }
    .pb-md-4, .py-md-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-md-4, .px-md-4 {
        padding-left: 1.5rem !important;
    }
    .p-md-5 {
        padding: 3rem !important;
    }
    .pt-md-5, .py-md-5 {
        padding-top: 3rem !important;
    }
    .pr-md-5, .px-md-5 {
        padding-right: 3rem !important;
    }
    .pb-md-5, .py-md-5 {
        padding-bottom: 3rem !important;
    }
    .pl-md-5, .px-md-5 {
        padding-left: 3rem !important;
    }
    .m-md-n1 {
        margin: -0.25rem !important;
    }
    .mt-md-n1, .my-md-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-md-n1, .mx-md-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-md-n1, .my-md-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-md-n1, .mx-md-n1 {
        margin-left: -0.25rem !important;
    }
    .m-md-n2 {
        margin: -0.5rem !important;
    }
    .mt-md-n2, .my-md-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-md-n2, .mx-md-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-md-n2, .my-md-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-md-n2, .mx-md-n2 {
        margin-left: -0.5rem !important;
    }
    .m-md-n3 {
        margin: -1rem !important;
    }
    .mt-md-n3, .my-md-n3 {
        margin-top: -1rem !important;
    }
    .mr-md-n3, .mx-md-n3 {
        margin-right: -1rem !important;
    }
    .mb-md-n3, .my-md-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-md-n3, .mx-md-n3 {
        margin-left: -1rem !important;
    }
    .m-md-n4 {
        margin: -1.5rem !important;
    }
    .mt-md-n4, .my-md-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-md-n4, .mx-md-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-md-n4, .my-md-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-md-n4, .mx-md-n4 {
        margin-left: -1.5rem !important;
    }
    .m-md-n5 {
        margin: -3rem !important;
    }
    .mt-md-n5, .my-md-n5 {
        margin-top: -3rem !important;
    }
    .mr-md-n5, .mx-md-n5 {
        margin-right: -3rem !important;
    }
    .mb-md-n5, .my-md-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-md-n5, .mx-md-n5 {
        margin-left: -3rem !important;
    }
    .m-md-auto {
        margin: auto !important;
    }
    .mt-md-auto, .my-md-auto {
        margin-top: auto !important;
    }
    .mr-md-auto, .mx-md-auto {
        margin-right: auto !important;
    }
    .mb-md-auto, .my-md-auto {
        margin-bottom: auto !important;
    }
    .ml-md-auto, .mx-md-auto {
        margin-left: auto !important;
    }
}
@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important;
    }
    .mt-lg-0, .my-lg-0 {
        margin-top: 0 !important;
    }
    .mr-lg-0, .mx-lg-0 {
        margin-right: 0 !important;
    }
    .mb-lg-0, .my-lg-0 {
        margin-bottom: 0 !important;
    }
    .ml-lg-0, .mx-lg-0 {
        margin-left: 0 !important;
    }
    .m-lg-1 {
        margin: 0.25rem !important;
    }
    .mt-lg-1, .my-lg-1 {
        margin-top: 0.25rem !important;
    }
    .mr-lg-1, .mx-lg-1 {
        margin-right: 0.25rem !important;
    }
    .mb-lg-1, .my-lg-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-lg-1, .mx-lg-1 {
        margin-left: 0.25rem !important;
    }
    .m-lg-2 {
        margin: 0.5rem !important;
    }
    .mt-lg-2, .my-lg-2 {
        margin-top: 0.5rem !important;
    }
    .mr-lg-2, .mx-lg-2 {
        margin-right: 0.5rem !important;
    }
    .mb-lg-2, .my-lg-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-lg-2, .mx-lg-2 {
        margin-left: 0.5rem !important;
    }
    .m-lg-3 {
        margin: 1rem !important;
    }
    .mt-lg-3, .my-lg-3 {
        margin-top: 1rem !important;
    }
    .mr-lg-3, .mx-lg-3 {
        margin-right: 1rem !important;
    }
    .mb-lg-3, .my-lg-3 {
        margin-bottom: 1rem !important;
    }
    .ml-lg-3, .mx-lg-3 {
        margin-left: 1rem !important;
    }
    .m-lg-4 {
        margin: 1.5rem !important;
    }
    .mt-lg-4, .my-lg-4 {
        margin-top: 1.5rem !important;
    }
    .mr-lg-4, .mx-lg-4 {
        margin-right: 1.5rem !important;
    }
    .mb-lg-4, .my-lg-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-lg-4, .mx-lg-4 {
        margin-left: 1.5rem !important;
    }
    .m-lg-5 {
        margin: 3rem !important;
    }
    .mt-lg-5, .my-lg-5 {
        margin-top: 3rem !important;
    }
    .mr-lg-5, .mx-lg-5 {
        margin-right: 3rem !important;
    }
    .mb-lg-5, .my-lg-5 {
        margin-bottom: 3rem !important;
    }
    .ml-lg-5, .mx-lg-5 {
        margin-left: 3rem !important;
    }
    .p-lg-0 {
        padding: 0 !important;
    }
    .pt-lg-0, .py-lg-0 {
        padding-top: 0 !important;
    }
    .pr-lg-0, .px-lg-0 {
        padding-right: 0 !important;
    }
    .pb-lg-0, .py-lg-0 {
        padding-bottom: 0 !important;
    }
    .pl-lg-0, .px-lg-0 {
        padding-left: 0 !important;
    }
    .p-lg-1 {
        padding: 0.25rem !important;
    }
    .pt-lg-1, .py-lg-1 {
        padding-top: 0.25rem !important;
    }
    .pr-lg-1, .px-lg-1 {
        padding-right: 0.25rem !important;
    }
    .pb-lg-1, .py-lg-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-lg-1, .px-lg-1 {
        padding-left: 0.25rem !important;
    }
    .p-lg-2 {
        padding: 0.5rem !important;
    }
    .pt-lg-2, .py-lg-2 {
        padding-top: 0.5rem !important;
    }
    .pr-lg-2, .px-lg-2 {
        padding-right: 0.5rem !important;
    }
    .pb-lg-2, .py-lg-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-lg-2, .px-lg-2 {
        padding-left: 0.5rem !important;
    }
    .p-lg-3 {
        padding: 1rem !important;
    }
    .pt-lg-3, .py-lg-3 {
        padding-top: 1rem !important;
    }
    .pr-lg-3, .px-lg-3 {
        padding-right: 1rem !important;
    }
    .pb-lg-3, .py-lg-3 {
        padding-bottom: 1rem !important;
    }
    .pl-lg-3, .px-lg-3 {
        padding-left: 1rem !important;
    }
    .p-lg-4 {
        padding: 1.5rem !important;
    }
    .pt-lg-4, .py-lg-4 {
        padding-top: 1.5rem !important;
    }
    .pr-lg-4, .px-lg-4 {
        padding-right: 1.5rem !important;
    }
    .pb-lg-4, .py-lg-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-lg-4, .px-lg-4 {
        padding-left: 1.5rem !important;
    }
    .p-lg-5 {
        padding: 3rem !important;
    }
    .pt-lg-5, .py-lg-5 {
        padding-top: 3rem !important;
    }
    .pr-lg-5, .px-lg-5 {
        padding-right: 3rem !important;
    }
    .pb-lg-5, .py-lg-5 {
        padding-bottom: 3rem !important;
    }
    .pl-lg-5, .px-lg-5 {
        padding-left: 3rem !important;
    }
    .m-lg-n1 {
        margin: -0.25rem !important;
    }
    .mt-lg-n1, .my-lg-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-lg-n1, .mx-lg-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-lg-n1, .my-lg-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-lg-n1, .mx-lg-n1 {
        margin-left: -0.25rem !important;
    }
    .m-lg-n2 {
        margin: -0.5rem !important;
    }
    .mt-lg-n2, .my-lg-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-lg-n2, .mx-lg-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-lg-n2, .my-lg-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-lg-n2, .mx-lg-n2 {
        margin-left: -0.5rem !important;
    }
    .m-lg-n3 {
        margin: -1rem !important;
    }
    .mt-lg-n3, .my-lg-n3 {
        margin-top: -1rem !important;
    }
    .mr-lg-n3, .mx-lg-n3 {
        margin-right: -1rem !important;
    }
    .mb-lg-n3, .my-lg-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-lg-n3, .mx-lg-n3 {
        margin-left: -1rem !important;
    }
    .m-lg-n4 {
        margin: -1.5rem !important;
    }
    .mt-lg-n4, .my-lg-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-lg-n4, .mx-lg-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-lg-n4, .my-lg-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-lg-n4, .mx-lg-n4 {
        margin-left: -1.5rem !important;
    }
    .m-lg-n5 {
        margin: -3rem !important;
    }
    .mt-lg-n5, .my-lg-n5 {
        margin-top: -3rem !important;
    }
    .mr-lg-n5, .mx-lg-n5 {
        margin-right: -3rem !important;
    }
    .mb-lg-n5, .my-lg-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-lg-n5, .mx-lg-n5 {
        margin-left: -3rem !important;
    }
    .m-lg-auto {
        margin: auto !important;
    }
    .mt-lg-auto, .my-lg-auto {
        margin-top: auto !important;
    }
    .mr-lg-auto, .mx-lg-auto {
        margin-right: auto !important;
    }
    .mb-lg-auto, .my-lg-auto {
        margin-bottom: auto !important;
    }
    .ml-lg-auto, .mx-lg-auto {
        margin-left: auto !important;
    }
}
@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important;
    }
    .mt-xl-0, .my-xl-0 {
        margin-top: 0 !important;
    }
    .mr-xl-0, .mx-xl-0 {
        margin-right: 0 !important;
    }
    .mb-xl-0, .my-xl-0 {
        margin-bottom: 0 !important;
    }
    .ml-xl-0, .mx-xl-0 {
        margin-left: 0 !important;
    }
    .m-xl-1 {
        margin: 0.25rem !important;
    }
    .mt-xl-1, .my-xl-1 {
        margin-top: 0.25rem !important;
    }
    .mr-xl-1, .mx-xl-1 {
        margin-right: 0.25rem !important;
    }
    .mb-xl-1, .my-xl-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-xl-1, .mx-xl-1 {
        margin-left: 0.25rem !important;
    }
    .m-xl-2 {
        margin: 0.5rem !important;
    }
    .mt-xl-2, .my-xl-2 {
        margin-top: 0.5rem !important;
    }
    .mr-xl-2, .mx-xl-2 {
        margin-right: 0.5rem !important;
    }
    .mb-xl-2, .my-xl-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-xl-2, .mx-xl-2 {
        margin-left: 0.5rem !important;
    }
    .m-xl-3 {
        margin: 1rem !important;
    }
    .mt-xl-3, .my-xl-3 {
        margin-top: 1rem !important;
    }
    .mr-xl-3, .mx-xl-3 {
        margin-right: 1rem !important;
    }
    .mb-xl-3, .my-xl-3 {
        margin-bottom: 1rem !important;
    }
    .ml-xl-3, .mx-xl-3 {
        margin-left: 1rem !important;
    }
    .m-xl-4 {
        margin: 1.5rem !important;
    }
    .mt-xl-4, .my-xl-4 {
        margin-top: 1.5rem !important;
    }
    .mr-xl-4, .mx-xl-4 {
        margin-right: 1.5rem !important;
    }
    .mb-xl-4, .my-xl-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-xl-4, .mx-xl-4 {
        margin-left: 1.5rem !important;
    }
    .m-xl-5 {
        margin: 3rem !important;
    }
    .mt-xl-5, .my-xl-5 {
        margin-top: 3rem !important;
    }
    .mr-xl-5, .mx-xl-5 {
        margin-right: 3rem !important;
    }
    .mb-xl-5, .my-xl-5 {
        margin-bottom: 3rem !important;
    }
    .ml-xl-5, .mx-xl-5 {
        margin-left: 3rem !important;
    }
    .p-xl-0 {
        padding: 0 !important;
    }
    .pt-xl-0, .py-xl-0 {
        padding-top: 0 !important;
    }
    .pr-xl-0, .px-xl-0 {
        padding-right: 0 !important;
    }
    .pb-xl-0, .py-xl-0 {
        padding-bottom: 0 !important;
    }
    .pl-xl-0, .px-xl-0 {
        padding-left: 0 !important;
    }
    .p-xl-1 {
        padding: 0.25rem !important;
    }
    .pt-xl-1, .py-xl-1 {
        padding-top: 0.25rem !important;
    }
    .pr-xl-1, .px-xl-1 {
        padding-right: 0.25rem !important;
    }
    .pb-xl-1, .py-xl-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-xl-1, .px-xl-1 {
        padding-left: 0.25rem !important;
    }
    .p-xl-2 {
        padding: 0.5rem !important;
    }
    .pt-xl-2, .py-xl-2 {
        padding-top: 0.5rem !important;
    }
    .pr-xl-2, .px-xl-2 {
        padding-right: 0.5rem !important;
    }
    .pb-xl-2, .py-xl-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-xl-2, .px-xl-2 {
        padding-left: 0.5rem !important;
    }
    .p-xl-3 {
        padding: 1rem !important;
    }
    .pt-xl-3, .py-xl-3 {
        padding-top: 1rem !important;
    }
    .pr-xl-3, .px-xl-3 {
        padding-right: 1rem !important;
    }
    .pb-xl-3, .py-xl-3 {
        padding-bottom: 1rem !important;
    }
    .pl-xl-3, .px-xl-3 {
        padding-left: 1rem !important;
    }
    .p-xl-4 {
        padding: 1.5rem !important;
    }
    .pt-xl-4, .py-xl-4 {
        padding-top: 1.5rem !important;
    }
    .pr-xl-4, .px-xl-4 {
        padding-right: 1.5rem !important;
    }
    .pb-xl-4, .py-xl-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-xl-4, .px-xl-4 {
        padding-left: 1.5rem !important;
    }
    .p-xl-5 {
        padding: 3rem !important;
    }
    .pt-xl-5, .py-xl-5 {
        padding-top: 3rem !important;
    }
    .pr-xl-5, .px-xl-5 {
        padding-right: 3rem !important;
    }
    .pb-xl-5, .py-xl-5 {
        padding-bottom: 3rem !important;
    }
    .pl-xl-5, .px-xl-5 {
        padding-left: 3rem !important;
    }
    .m-xl-n1 {
        margin: -0.25rem !important;
    }
    .mt-xl-n1, .my-xl-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-xl-n1, .mx-xl-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-xl-n1, .my-xl-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-xl-n1, .mx-xl-n1 {
        margin-left: -0.25rem !important;
    }
    .m-xl-n2 {
        margin: -0.5rem !important;
    }
    .mt-xl-n2, .my-xl-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-xl-n2, .mx-xl-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-xl-n2, .my-xl-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-xl-n2, .mx-xl-n2 {
        margin-left: -0.5rem !important;
    }
    .m-xl-n3 {
        margin: -1rem !important;
    }
    .mt-xl-n3, .my-xl-n3 {
        margin-top: -1rem !important;
    }
    .mr-xl-n3, .mx-xl-n3 {
        margin-right: -1rem !important;
    }
    .mb-xl-n3, .my-xl-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-xl-n3, .mx-xl-n3 {
        margin-left: -1rem !important;
    }
    .m-xl-n4 {
        margin: -1.5rem !important;
    }
    .mt-xl-n4, .my-xl-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-xl-n4, .mx-xl-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-xl-n4, .my-xl-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-xl-n4, .mx-xl-n4 {
        margin-left: -1.5rem !important;
    }
    .m-xl-n5 {
        margin: -3rem !important;
    }
    .mt-xl-n5, .my-xl-n5 {
        margin-top: -3rem !important;
    }
    .mr-xl-n5, .mx-xl-n5 {
        margin-right: -3rem !important;
    }
    .mb-xl-n5, .my-xl-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-xl-n5, .mx-xl-n5 {
        margin-left: -3rem !important;
    }
    .m-xl-auto {
        margin: auto !important;
    }
    .mt-xl-auto, .my-xl-auto {
        margin-top: auto !important;
    }
    .mr-xl-auto, .mx-xl-auto {
        margin-right: auto !important;
    }
    .mb-xl-auto, .my-xl-auto {
        margin-bottom: auto !important;
    }
    .ml-xl-auto, .mx-xl-auto {
        margin-left: auto !important;
    }
}
.text-monospace {
    font-family: var(--font-family-mulish) !important;
}
.text-justify {
    text-align: justify !important;
}
.text-wrap {
    white-space: normal !important;
}
.text-nowrap {
    white-space: nowrap !important;
}
.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.text-left {
    text-align: left !important;
}
.text-right {
    text-align: right !important;
}
.text-center {
    text-align: center !important;
}
@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important;
    }
    .text-sm-right {
        text-align: right !important;
    }
    .text-sm-center {
        text-align: center !important;
    }
}
@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important;
    }
    .text-md-right {
        text-align: right !important;
    }
    .text-md-center {
        text-align: center !important;
    }
}
@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important;
    }
    .text-lg-right {
        text-align: right !important;
    }
    .text-lg-center {
        text-align: center !important;
    }
}
@media (min-width: 1200px) {
    .text-xl-left {
        text-align: left !important;
    }
    .text-xl-right {
        text-align: right !important;
    }
    .text-xl-center {
        text-align: center !important;
    }
}
.text-lowercase {
    text-transform: lowercase !important;
}
.text-uppercase {
    text-transform: uppercase !important;
}
.text-capitalize {
    text-transform: capitalize !important;
}
.font-weight-light {
    font-weight: 300 !important;
}
.font-weight-lighter {
    font-weight: lighter !important;
}
.font-weight-normal {
    font-weight: 400 !important;
}
.font-weight-bold {
    font-weight: 700 !important;
}
.font-weight-bolder {
    font-weight: bolder !important;
}
.font-italic {
    font-style: italic !important;
}
.text-white {
    color: #fff !important;
}
.text-primary {
    color: #3858f9 !important;
}
a.text-primary:hover, a.text-primary:focus {
    color: #3b9029 !important;
}
.text-secondary {
    color: #7987a1 !important;
}
a.text-secondary:hover, a.text-secondary:focus {
    color: #556179 !important;
}
.text-success {
    color: #0ba360 !important;
}
a.text-success:hover, a.text-success:focus {
    color: #226401 !important;
}
.text-info {
    color: #17a2b8 !important;
}
a.text-info:hover, a.text-info:focus {
    color: #0f6674 !important;
}
.text-warning {
    color: #e8b210 !important;
}
a.text-warning:hover, a.text-warning:focus {
    color: #ba8b00 !important;
}
.text-purple {
    color: #673ab7 !important;
}
a.text-purple:hover, a.text-purple:focus {
    color: #673ab7 !important;
}
.text-danger {
    color: #f53c5b !important;
}
a.text-danger:hover, a.text-danger:focus {
    color: #a71d2a !important;
}
.text-pink {
    color: #f10075 !important;
}
a.text-pink:hover, a.text-pink:focus {
    color: #e61078 !important;
}
.text-orange {
    color: #fd7e14 !important;
}
a.text-orange:hover, a.text-orange:focus {
    color: #e46f0e !important;
}
.text-light {
    color: #f6f5ff !important;
}
a.text-light:hover, a.text-light:focus {
    color: #c5cbda !important;
}
.text-teal {
    color: #00cccc !important;
}
a.text-teal:hover, a.text-teal:focus {
    color: #06c1c1 !important;
}
.text-dark {
    color: #000 !important;
}
a.text-dark:hover, a.text-dark:focus {
    color: #1e2533 !important;
}
.text-body {
    color: #031b4e !important;
}
.text-muted {
    color: #838294 !important;
}
.text-black-50 {
    color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important;
}
.text-hide {
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.text-decoration-none {
    text-decoration: none !important;
}
.text-break {
    word-break: break-word !important;
    overflow-wrap: break-word !important;
}
.text-reset {
    color: inherit !important;
}
.visible {
    visibility: visible !important;
}
.invisible {
    visibility: hidden !important;
}
@media print {
    * {
        text-shadow: none !important;
        box-shadow: none !important;
    }
    *::before, *::after {
        text-shadow: none !important;
        box-shadow: none !important;
    }
    a:not(.btn) {
        text-decoration: underline;
    }
    abbr[title]::after {
        content: " (" attr(title) ")";
    }
    pre {
        white-space: pre-wrap !important;
        border: 1px solid #9c96c1;
        page-break-inside: avoid;
    }
    blockquote {
        border: 1px solid #9c96c1;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr, img {
        page-break-inside: avoid;
    }
    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }
    h2, h3 {
        page-break-after: avoid;
    }
    @page {
        size: a3;
    }
    body, .container {
        min-width: 992px !important;
    }
    .navbar {
        display: none;
    }
    .badge {
        border: 1px solid #000;
    }
    .table {
        border-collapse: collapse !important;
    }
    .table td, .table th {
        background-color: #fff !important;
    }
    .table-bordered th, .table-bordered td {
        border: 1px solid #dedcfb !important;
    }
    .table-dark {
        color: inherit;
    }
    .table-dark th, .table-dark td, .table-dark thead th, .table-dark tbody + tbody {
        border-color: #dedcfb;
    }
    .table .thead-dark th {
        color: inherit;
        border-color: #dedcfb;
    }
}
.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;
    color: #4f4b6b;
    position: relative;
    font-weight: 500;
    font-size: 14px;
    background-color: #edecfc;
}
.accordion .card-header a:hover, .accordion .card-header a:focus {
    color: #5e597d;
}
.accordion .card-header a.collapsed {
    color: #4f4b6b;
    background-color: #edecfc;
    border-bottom-color: transparent;
}
.accordion .card-header a.collapsed:hover, .accordion .card-header a.collapsed:focus {
    color: #5e597d;
    background-color: #edecfc;
}
.accordion .card-body {
    padding: 20px 20px 20px;
    background-color: #f6f5ff;
    transition: none;
}
.accordion-indigo .card {
    border-color: #3858f9;
}
.accordion-indigo .card-header a {
    color: #3858f9;
}
.accordion-indigo .card-header a:hover, .accordion-indigo .card-header a:focus {
    color: #3858f9;
}
.accordion-indigo .card-header a.collapsed {
    background-color: #3858f9;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 500;
    letter-spacing: -.1px;
}
.accordion-indigo .card-header a.collapsed:hover, .accordion-indigo .card-header a.collapsed:focus {
    background-color: #452efa;
    color: #fff;
}
.accordion-blue .card {
    border-color: #3858f9;
}
.accordion-blue .card-header a {
    color: #3858f9;
}
.accordion-blue .card-header a:hover, .accordion-blue .card-header a:focus {
    color: #3858f9;
}
.accordion-blue .card-header a.collapsed {
    background-color: #3858f9;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 500;
    letter-spacing: -.1px;
}
.accordion-blue .card-header a.collapsed:hover, .accordion-blue .card-header a.collapsed:focus {
    background-color: #1a53ff;
    color: #fff;
}
.accordion-dark .card {
    border-color: #5e597d;
}
.accordion-dark .card-header a {
    color: #5e597d;
}
.accordion-dark .card-header a:hover, .accordion-dark .card-header a:focus {
    color: #5e597d;
}
.accordion-dark .card-header a.collapsed {
    background-color: #5e597d;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 500;
    letter-spacing: -.1px;
}
.accordion-dark .card-header a.collapsed:hover, .accordion-dark .card-header a.collapsed:focus {
    background-color: #141c2b;
    color: #fff;
}
.accordion-gray .card {
    border-color: #7987a1;
}
.accordion-gray .card-header a {
    color: #7987a1;
}
.accordion-gray .card-header a:hover, .accordion-gray .card-header a:focus {
    color: #7987a1;
}
.accordion-gray .card-header a.collapsed {
    background-color: #7987a1;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 500;
    letter-spacing: -.1px;
}
.accordion-gray .card-header a.collapsed:hover, .accordion-gray .card-header a.collapsed:focus {
    background-color: #6a7a96;
    color: #fff;
}
.main-accordion .accordion-item {
    background-color: #f6f5ff;
    border: 1px solid #dee2ef;
    position: relative;
    transition: all 0.2s ease-in-out;
}
.main-accordion .accordion-item:hover, .main-accordion .accordion-item:focus {
    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-title {
    color: #3858f9;
}
.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: #031b4e;
    margin: 0;
    transition: all 0.2s ease-in-out;
}
.main-accordion .accordion-body {
    display: none;
    padding: 0 20px 20px;
}
@media (prefers-reduced-motion: reduce) {
    .main-accordion .accordion-item {
        transition: none;
    }
}
@media (prefers-reduced-motion: reduce) {
    .main-accordion .accordion-title {
        transition: none;
    }
}
.alert {
    border-width: 0;
    padding: 12px 15px;
    border-radius: 10px;
}
.alert .close {
    text-shadow: none;
    opacity: .2;
}
.alert strong {
    font-weight: 600;
}
[class*=alert-outline-] {
    border: 1px solid transparent;
}
.alert-outline-success {
    border-color: #65fe19 !important;
    color: #0ba360;
}
.alert-outline-info {
    border-color: #1ab6cf !important;
    color: #17a2b8;
}
.alert-outline-warning {
    border-color: #ffdb6d !important;
    color: #d39e00;
}
.alert-outline-danger {
    border-color: #eb8c95 !important;
    color: #bd2130;
}
[class*=alert-solid-] {
    border-width: 0;
    color: #fff;
}
.alert-solid-success {
    background-color: #0ba360;
}
.alert-solid-info {
    background-color: #17a2b8;
}
.alert-solid-warning {
    background-color: #ffc107;
}
.alert-solid-danger {
    background-color: #f53c5b;
}
.badge {
    font-size: 11px;
    font-weight: 500;
    font-family: var(--font-family-mulish);
    padding: 5px 7px;
    color: #ffffff;
}
.badge-light {
    background-color: #bbb8e2;
}
.badge-pill {
    padding-left: 8px;
    padding-right: 8px;
}
.badge-primary-transparent {
    color: #3858f9;
    background-color: #d9e8fe;
}
.badge-success-transparent {
    background-color: #d4f2e1 !important;
    color: #0ba360;
}
.badge-teal-transparent {
    background-color: #d2f5f5 !important;
    color: #00cccc;
}
.badge-warning-transparent {
    background-color: rgba(255, 193, 7, 0.15) !important;
    color: #ffc107;
}
.badge-danger-transparent {
    color: #f53c5b;
    background-color: #f9e2e2;
}
.badge-purple-transparent {
    color: #673ab7;
    background-color: #e1defe;
}
.badge-info-transparent {
    color: #0a7ffb;
    background-color: rgba(3, 85, 208, 0.1);
}
.badge-pink-transparent {
    color: #f10075;
    background-color: #fee5f1;
}
.breadcrumb {
    background-color: #4d56e9;
}
.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: 11px;
    font-weight: 500;
    font-family: var(--font-family-mulish);
    letter-spacing: .5px;
    text-transform: uppercase;
}
.breadcrumb-style1 .breadcrumb-item a, .breadcrumb-style2 .breadcrumb-item a, .breadcrumb-style3 .breadcrumb-item a {
    color: #5e597d;
}
.breadcrumb-style1 .breadcrumb-item a:hover, .breadcrumb-style1 .breadcrumb-item a:focus {
    color: #3858f9;
}
.breadcrumb-style2 .breadcrumb-item a:hover, .breadcrumb-style2 .breadcrumb-item a:focus {
    color: #3858f9;
}
.breadcrumb-style3 .breadcrumb-item a:hover, .breadcrumb-style3 .breadcrumb-item a:focus {
    color: #3858f9;
}
.breadcrumb-style1 .breadcrumb-item.active, .breadcrumb-style2 .breadcrumb-item.active, .breadcrumb-style3 .breadcrumb-item.active {
    color: #3858f9;
}
.breadcrumb-style1 .breadcrumb-item + .breadcrumb-item::before, .breadcrumb-style2 .breadcrumb-item + .breadcrumb-item::before, .breadcrumb-style3 .breadcrumb-item + .breadcrumb-item::before {
    color: #9c96c1;
}
.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-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: #031b4e;
    transition: all 0.2s ease-in-out;
}
.main-breadcrumbs .breadcrumb-item a:hover {
    color: #9c96c1;
}
.main-breadcrumbs .breadcrumb-item.active {
    color: #3858f9;
}
.main-breadcrumbs .breadcrumb-item + .breadcrumb-item {
    padding-left: 8px;
}
.main-breadcrumbs .breadcrumb-item + .breadcrumb-item::before {
    color: #9c96c1;
    padding-right: 8px;
    font-weight: 400;
}
@media (prefers-reduced-motion: reduce) {
    .main-breadcrumbs .breadcrumb-item a {
        transition: none;
    }
}
.breadcrumb-header .content-title {
    color: #fff;
}
.breadcrumb-item a {
    color: #fff;
}
.breadcrumb-item.active {
    color: #fff;
}
.btn, .sp-container button {
    border-width: 0;
    line-height: 1.538;
    padding: 10px 20px;
    transition: none;
}
.btn:active, .sp-container button:active, .btn:focus, .sp-container button:focus {
    box-shadow: none;
}
.btn-light {
    color: #413d5d;
    background-color: #dedbf1;
    border-color: #bdc6d6;
}
.btn-light:hover {
    color: #5e597d;
    background-color: #d3cfef;
    border-color: #d3cfef;
}
.btn-light:focus, .btn-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(165, 175, 191, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
    color: #5e597d;
    background-color: #bbb8e2;
    border-color: #bdc6d6;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active {
    color: #5e597d;
    background-color: #aeb9cc;
    border-color: #96a5be;
}
.show > .btn-light.dropdown-toggle {
    color: #5e597d;
    background-color: #aeb9cc;
    border-color: #96a5be;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 0.2rem rgba(165, 175, 191, 0.5);
}
.show > .btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(165, 175, 191, 0.5);
}
.btn-indigo {
    color: #fff;
    background-color: #b057bf;
    border-color: #b057bf;
}
.btn-indigo:hover {
    color: #fff;
    background-color: #ac50bb;
    border-color: #ac50bb;
}
.btn-indigo:focus, .btn-indigo.focus {
    box-shadow: 0 0 0 0.2rem rgba(172, 80, 187, 0.5);
}
.btn-indigo.disabled, .btn-indigo:disabled {
    color: #fff;
    background-color: #b057bf;
    border-color: #b057bf;
}
.btn-indigo:not(:disabled):not(.disabled):active, .btn-indigo:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #b057bf;
    border-color: #b057bf;
}
.show > .btn-indigo.dropdown-toggle {
    color: #fff;
    background-color: #b057bf;
    border-color: #b057bf;
}
.btn-indigo:not(:disabled):not(.disabled):active:focus, .btn-indigo:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 0.2rem rgba(172, 80, 187, 0.5);
}
.show > .btn-indigo.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(172, 80, 187, 0.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 0.2rem rgba(123, 87, 188, 0.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 {
    color: #fff;
    background-color: #59339d;
    border-color: #482a80;
}
.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 {
    box-shadow: 0 0 0 0.2rem rgba(123, 87, 188, 0.5);
}
.show > .btn-purple.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(123, 87, 188, 0.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 0.2rem rgba(221, 38, 127, 0.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 {
    color: #fff;
    background-color: #be005c;
    border-color: #98004a;
}
.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 {
    box-shadow: 0 0 0 0.2rem rgba(221, 38, 127, 0.5);
}
.show > .btn-pink.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(221, 38, 127, 0.5);
}
.btn-gray-500 {
    color: #5e597d;
    background-color: #9c96c1;
    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 0.2rem rgba(120, 133, 158, 0.5);
}
.btn-gray-500.disabled, .btn-gray-500:disabled {
    color: #5e597d;
    background-color: #9c96c1;
    border-color: #8896af;
}
.btn-gray-500:not(:disabled):not(.disabled):active, .btn-gray-500:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #7988a4;
    border-color: #637493;
}
.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 {
    box-shadow: 0 0 0 0.2rem rgba(120, 133, 158, 0.5);
}
.show > .btn-gray-500.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(120, 133, 158, 0.5);
}
.btn-gray-700 {
    color: #fff;
    background-color: #817ba7;
    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 0.2rem rgba(105, 116, 136, 0.5);
}
.btn-gray-700.disabled, .btn-gray-700:disabled {
    color: #fff;
    background-color: #817ba7;
    border-color: #4f5c73;
}
.btn-gray-700:not(:disabled):not(.disabled):active, .btn-gray-700:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #445064;
    border-color: #353e4d;
}
.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 {
    box-shadow: 0 0 0 0.2rem rgba(105, 116, 136, 0.5);
}
.show > .btn-gray-700.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(105, 116, 136, 0.5);
}
[class*=btn-outline-] {
    padding: 0.4rem 1rem;
    line-height: 1.657;
    border-width: 1px;
    background-color: transparent;
}
[class*=btn-outline-]:hover, [class*=btn-outline-]:focus {
    color: #fff;
}
.btn-outline-indigo {
    border-color: #b057bf;
    color: #b057bf;
}
.btn-outline-indigo:hover, .btn-outline-indigo:focus {
    background-color: #b057bf;
}
.btn-outline-light {
    border-color: #9c96c1;
    color: #928ead;
}
.btn-outline-light:hover, .btn-outline-light:focus {
    background-color: #9c96c1;
}
.btn-main-primary {
    color: #fff;
    background-color: #3858f9;
    border-color: #2e50fb;
}
.btn-main-primary:hover {
    color: #fff;
    background-color: #2e50fb;
    border-color: #2e50fb;
}
.btn-main-primary:focus, .btn-main-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(97, 77, 251, 0.5);
}
.btn-main-primary.disabled, .btn-main-primary:disabled {
    color: #fff;
    background-color: #2e50fb;
    border-color: #2e50fb;
}
.btn-main-primary:not(:disabled):not(.disabled):active, .btn-main-primary:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #3858f9;
    border-color: #2e50fb;
}
.show > .btn-main-primary.dropdown-toggle {
    color: #fff;
    background-color: #3858f9;
    border-color: #2e50fb;
}
.btn-main-primary:not(:disabled):not(.disabled):active:focus, .btn-main-primary:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 0.2rem rgba(97, 77, 251, 0.5);
}
.show > .btn-main-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(97, 77, 251, 0.5);
}
.btn-main-secondary {
    color: #fff;
    background-color: #2e50fb;
    border-color: #2e50fb;
}
.btn-main-secondary:hover {
    color: #fff;
    background-color: #2e50fb;
    border-color: #2e50fb;
}
.btn-main-secondary:focus, .btn-main-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(60, 109, 255, 0.5);
}
.btn-main-secondary.disabled, .btn-main-secondary:disabled {
    color: #fff;
    background-color: #3858f9;
    border-color: #1a53ff;
}
.btn-main-secondary:not(:disabled):not(.disabled):active, .btn-main-secondary:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #2e50fb;
    border-color: #2e50fb;
}
.show > .btn-main-secondary.dropdown-toggle {
    color: #fff;
    background-color: #2e50fb;
    border-color: #2e50fb;
}
.btn-main-secondary:not(:disabled):not(.disabled):active:focus, .btn-main-secondary:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 0.2rem rgba(60, 109, 255, 0.5);
}
.show > .btn-main-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(60, 109, 255, 0.5);
}
.btn-main-secondary {
    color: #fff;
    background-color: #3858f9;
    border-color: #1a53ff;
}
.btn-main-secondary:hover {
    color: #fff;
    background-color: #0d49ff;
    border-color: #3b9029;
}
.btn-main-secondary:focus, .btn-main-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(60, 109, 255, 0.5);
}
.btn-main-secondary.disabled, .btn-main-secondary:disabled {
    color: #fff;
    background-color: #3858f9;
    border-color: #1a53ff;
}
.btn-main-secondary:not(:disabled):not(.disabled):active, .btn-main-secondary:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #0040ff;
    border-color: #0036d9;
}
.show > .btn-main-secondary.dropdown-toggle {
    color: #fff;
    background-color: #0040ff;
    border-color: #0036d9;
}
.btn-main-secondary:not(:disabled):not(.disabled):active:focus, .btn-main-secondary:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 0.2rem rgba(60, 109, 255, 0.5);
}
.show > .btn-main-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(60, 109, 255, 0.5);
}
.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: 0;
    font-size: 1.2rem;
}
.btn-icon i.typcn {
    line-height: .95;
}
.card {
    border-radius: 0;
}
.card.text-white .card-title, .card.tx-white .card-title {
    color: #fff;
}
.card-header, .card-footer {
    position: relative;
    border-color: #dedcfb;
}
.card-header {
    border-bottom: 0;
    border-top-left-radius: 6px !important;
    border-top-right-radius: 6px !important;
}
.card-header:first-child {
    border-radius: 20px !important;
}
.card-header-tab {
    border-bottom: 0;
    padding: 0;
}
.card-title {
    font-weight: 700;
    color: #262833;
    font-size: 14px;
    text-transform: uppercase;
}
.carousel-control-prev-icon, .carousel-control-next-icon {
    background-image: none;
    display: block;
    width: auto;
    height: auto;
}
.carousel-control-prev-icon svg, .carousel-control-next-icon svg {
    width: 48px;
    height: 48px;
}
.carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 100%;
}
.dropdown-menu {
    padding: 0;
    border-width: 1px;
    border-radius: 0;
}
.dropdown-item {
    padding: 8px 15px;
    font-size: 14px;
}
.dropdown-header {
    padding-left: 15px;
    padding-right: 15px;
}
.drop-img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    position: relative;
}
.dropdown-item .content {
    margin-left: 15px;
    width: 200px;
    white-space: normal;
}
@media (min-width: 576px) {
    .main-dropdown-form-demo .static-dropdown {
        padding: 40px;
    }
}
.main-dropdown-form-demo .static-dropdown .dropdown-menu {
    display: block;
    position: static;
    float: none;
}
.main-dropdown-form-demo .dropdown-menu {
    padding: 20px;
}
.main-dropdown-form-demo .dropdown-title {
    font-size: 20px;
    font-weight: 700;
    color: #5e597d;
    margin-bottom: 5px;
}
@media (min-width: 576px) {
    .main-dropdown-form-demo .dropdown-menu {
        width: 300px;
        padding: 30px 25px;
    }
}
.form-control:focus {
    border-color: #9c96c1;
    box-shadow: none;
}
.custom-file, .custom-file-input {
    height: 38px;
}
.custom-file-label {
    height: 38px;
    line-height: 1.8;
    border-radius: 0;
}
.custom-file-label::after {
    line-height: 1.8;
    border-radius: 0;
    height: auto;
}
.form-label {
    display: block;
    margin-bottom: 5px;
    color: #817ba7;
}
.form-group-rdiobox {
    display: flex;
    align-items: center;
}
.form-group-rdiobox .rdiobox {
    margin-bottom: 0;
}
.form-group-rdiobox .rdiobox + .rdiobox {
    margin-left: 30px;
}
.form-group-rdiobox .rdiobox span {
    padding-left: 0;
}
.formgroup-wrapper .form-control {
    height: 40px !important;
}
.formgroup-wrapper .main-form-group .form-label {
    margin-bottom: 12px;
}
.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-prepend, .input-group-append {
    border-radius: 0;
}
.input-group-text {
    padding-top: 0;
    padding-bottom: 0;
    align-items: center;
    border-radius: 0;
}
.modal-backdrop {
    background-color: rgba(12, 16, 25, 0.9);
}
.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: 18px;
    font-weight: 700;
    color: #5e597d;
    line-height: 1;
}
.modal-body {
    padding: 25px;
}
.modal.animated .modal-dialog {
    transform: translate(0, 0);
}
.modal.effect-scale .modal-dialog {
    transform: scale(0.7);
    opacity: 0;
    transition: all 0.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 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.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 0.3s;
}
.modal.effect-slide-in-bottom.show .modal-dialog {
    transform: translateY(0);
    opacity: 1;
}
.modal.effect-newspaper .modal-dialog {
    transform: scale(0) rotate(720deg);
    opacity: 0;
}
.modal.effect-newspaper.show ~ .modal-backdrop, .modal.effect-newspaper .modal-dialog {
    transition: all 0.5s;
}
.modal.effect-newspaper.show .modal-dialog {
    transform: scale(1) rotate(0deg);
    opacity: 1;
}
.modal.effect-fall {
    -webkit-perspective: 1300px;
    -moz-perspective: 1300px;
    perspective: 1300px;
}
.modal.effect-fall .modal-dialog {
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transform: translateZ(600px) rotateX(20deg);
    opacity: 0;
}
.modal.effect-fall.show .modal-dialog {
    transition: all 0.3s ease-in;
    transform: translateZ(0px) rotateX(0deg);
    opacity: 1;
}
.modal.effect-flip-horizontal {
    perspective: 1300px;
}
.modal.effect-flip-horizontal .modal-dialog {
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transform: rotateY(-70deg);
    transition: all 0.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 {
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transform: rotateX(-70deg);
    transition: all 0.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 0.3s;
}
.modal.effect-super-scaled.show .modal-dialog {
    transform: scale(1);
    opacity: 1;
}
.modal.effect-sign {
    perspective: 1300px;
}
.modal.effect-sign .modal-dialog {
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transform: rotateX(-60deg);
    transform-origin: 50% 0;
    opacity: 0;
    transition: all 0.3s;
}
.modal.effect-sign.show .modal-dialog {
    transform: rotateX(0deg);
    opacity: 1;
}
.modal.effect-rotate-bottom {
    perspective: 1300px;
}
.modal.effect-rotate-bottom .modal-dialog {
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transform: translateY(100%) rotateX(90deg);
    transform-origin: 0 100%;
    opacity: 0;
    transition: all 0.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 {
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transform: translateZ(100px) translateX(-30%) rotateY(90deg);
    transform-origin: 0 100%;
    opacity: 0;
    transition: all 0.3s;
}
.modal.effect-rotate-left.show .modal-dialog {
    transform: translateZ(0px) translateX(0%) rotateY(0deg);
    opacity: 1;
}
.modal.effect-just-me .modal-dialog {
    transform: scale(0.8);
    opacity: 0;
    transition: all 0.3s;
}
.modal.effect-just-me .modal-content {
    background-color: #000;
}
.modal.effect-just-me .close {
    text-shadow: none;
    color: #fff;
}
.modal.effect-just-me .modal-header {
    background-color: transparent;
    border-bottom-color: rgba(255, 255, 255, 0.2);
    padding-left: 0;
    padding-right: 0;
}
.modal.effect-just-me .modal-header h6 {
    color: #fff;
    font-weight: 500;
}
.modal.effect-just-me .modal-body {
    color: rgba(255, 255, 255, 0.8);
    padding-left: 0;
    padding-right: 0;
}
#modaldemo8 .modal-body {
    padding: 20px 25px;
}
#modaldemo8 .modal-header {
    PADDING: 20px 25px;
}
#modaldemo8 .modal-content {
    border: 1px solid rgba(253, 242, 242, 0.2);
}
.modal.effect-just-me .modal-body h6 {
    color: #fff;
}
.modal.effect-just-me .modal-footer {
    background-color: transparent;
    padding-left: 0;
    border-top-color: rgba(255, 255, 255, 0.2);
}
.modal.effect-just-me.show ~ .modal-backdrop {
    opacity: .96;
}
.modal.effect-just-me.show .modal-dialog {
    transform: scale(1);
    opacity: 1;
}
.nav-link:hover, .nav-link:focus, .nav-link:active {
    outline: none;
}
.nav-pills .nav-link {
    color: #817ba7;
}
.nav-pills .nav-link:hover, .nav-pills .nav-link:focus {
    color: #5e597d;
}
.nav-pills .nav-link.active {
    border-radius: 2px;
    background-color: #3858f9;
}
.nav-pills .nav-link.active:hover, .nav-pills .nav-link.active:focus {
    color: #fff;
}
.nav-dark .nav-link {
    color: #9c96c1;
}
.nav-dark .nav-link:hover, .nav-dark .nav-link:focus {
    color: #fff;
}
.nav-tabs {
    border-bottom-width: 0;
}
.nav-tabs .nav-link {
    background-color: rgba(255, 255, 255, 0.3);
    border-width: 0;
    border-radius: 0;
    padding: 10px 15px;
    line-height: 1.428;
    color: #817ba7;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
    background-color: rgba(255, 255, 255, 0.5);
    color: #5e597d;
}
.nav-tabs .nav-link + .nav-link {
    margin-left: 3px;
}
.nav-tabs .nav-link.active {
    background-color: #fff;
    color: #5e597d;
    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: #817ba7;
    padding: 0;
    position: relative;
    line-height: normal;
}
.main-nav .nav-link:hover, .main-nav .nav-link:focus {
    color: #5e597d;
}
.main-nav .nav-link + .nav-link {
    padding-top: 12px;
    margin-top: 12px;
    border-top: 1px dotted #9c96c1;
}
.main-nav .nav-link.active {
    color: #3858f9 !important;
}
@media (min-width: 768px) {
    .main-nav .nav-link + .nav-link {
        padding-top: 0;
        margin-top: 0;
        border-top: 0;
        padding-left: 15px;
        margin-left: 15px;
        border-left: 1px dotted #9c96c1;
    }
}
.main-nav-column {
    flex-direction: column;
}
.main-nav-column .nav-link {
    padding: 0;
    height: 38px;
    color: #5e597d;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.main-nav-column .nav-link i {
    font-size: 24px;
    line-height: 0;
    width: 24px;
    margin-right: 12px;
    text-align: center;
    transition: all 0.2s ease-in-out;
}
.main-nav-column .nav-link i:not([class*=' tx-']) {
    color: #7987a1;
}
.main-nav-column .nav-link i.typcn {
    line-height: .9;
}
.main-nav-column .nav-link span {
    font-weight: 400;
    font-size: 11px;
    color: #9c96c1;
    margin-left: auto;
}
.main-nav-column .nav-link:hover, .main-nav-column .nav-link:focus, .main-nav-column .nav-link:hover i:not([class*=' tx-']), .main-nav-column .nav-link:focus i:not([class*=' tx-']) {
    color: #5e597d;
}
.main-nav-column .nav-link.active {
    position: relative;
    color: #3858f9;
}
.main-nav-column .nav-link.active::before {
    content: '';
    position: absolute;
    top: 6px;
    bottom: 6px;
    left: -28px;
    width: 3px;
    background-color: #3858f9;
    border-radius: 3px;
    display: none;
}
.main-nav-column .nav-link.active:hover, .main-nav-column .nav-link.active:focus, .main-nav-column .nav-link.active i, .main-nav-column .nav-link.active:hover i, .main-nav-column .nav-link.active:focus i {
    color: #3858f9;
}
.main-nav-column .nav-link + .nav-link {
    border-top: 1px dotted #aba7d0;
}
.main-nav-column.sm .nav-link {
    font-size: 0.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: rgba(255, 255, 255, 0.7);
}
.main-nav-dark .nav-link:hover, .main-nav-dark .nav-link:focus {
    color: #fff;
}
.main-nav-dark .nav-link + .nav-link {
    border-color: #817ba7;
}
.main-nav-dark .nav-link.active {
    color: #3858f9;
}
.main-nav-colored-bg .nav-link + .nav-link {
    border-color: rgba(255, 255, 255, 0.4);
}
.main-nav-colored-bg .nav-link.active {
    color: #fff !important;
}
.main-nav-line {
    position: relative;
}
.main-nav-line .nav-link {
    padding: 0;
    color: #817ba7;
    position: relative;
    padding: 7px 10px 5px 10px;
    color: #37326d;
    position: relative;
}
.main-nav-line .nav-link:hover, .main-nav-line .nav-link:focus {
    color: #5e597d;
}
.main-nav-line .nav-link.active {
    color: #5e597d;
}
.main-nav-line .nav-link.active::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -20px;
    width: 2px;
    background-color: #5e597d;
}
.main-nav-line.main-nav-dark .nav-link {
    color: rgba(255, 255, 255, 0.7);
}
.main-nav-line.main-nav-dark .nav-link:hover, .main-nav-line.main-nav-dark .nav-link:focus {
    color: #fff;
}
.main-nav-line.main-nav-dark .nav-link.active {
    color: #fff;
}
.main-nav-line.main-nav-dark .nav-link.active::before {
    background-color: #fff;
}
@media (min-width: 768px) {
    .main-nav-line .nav-link.active::before {
        top: 30px;
        bottom: -20px;
        left: 0;
        right: 0;
        height: 2px;
        width: auto;
    }
}
.main-nav-tabs {
    padding: 15px 15px 0;
    background-color: #bbb8e2;
}
.main-nav-tabs .lSSlideOuter {
    position: relative;
    padding-left: 32px;
    padding-right: 35px;
}
.main-nav-tabs .lSSlideWrapper {
    overflow: visible;
}
.main-nav-tabs .lSAction > a {
    display: block;
    height: 40px;
    top: 16px;
    opacity: 1;
    background-color: #aba7d0;
    background-image: none;
}
.main-nav-tabs .lSAction > a:hover, .main-nav-tabs .lSAction > a:focus {
    background-color: #a5afc4;
}
.main-nav-tabs .lSAction > a::before {
    font-family: 'Ionicons';
    font-size: 18px;
    position: absolute;
    top: -4px;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.main-nav-tabs .lSAction > a.lSPrev {
    left: -32px;
}
.main-nav-tabs .lSAction > a.lSPrev::before {
    content: '\f3cf';
}
.main-nav-tabs .lSAction > a.lSNext {
    right: -35px;
}
.main-nav-tabs .lSAction > a.lSNext::before {
    content: '\f3d1';
}
.main-nav-tabs .lSAction > a.disabled {
    background-color: #dedcfb;
    color: #fff;
}
.main-nav-tabs .lightSlider {
    display: flex;
}
.main-nav-tabs .tab-item {
    flex-shrink: 0;
    display: block;
    float: none;
    min-width: 150px;
}
.main-nav-tabs .tab-link {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    line-height: 1.428;
    color: #817ba7;
    white-space: nowrap;
    background-color: #dedcfb;
}
.main-nav-tabs .tab-link:hover, .main-nav-tabs .tab-link:focus {
    background-color: #f6f5ff;
}
.main-nav-tabs .tab-link.active {
    background-color: #fff;
    color: #5e597d;
    font-weight: 500;
}
.main-tab-pane {
    display: none;
}
.main-tab-pane.active {
    display: block;
}
.page-item:first-child .page-link, .page-item:last-child .page-link {
    border-radius: 0;
}
.page-item + .page-item {
    margin-left: 1px;
}
.page-item.active .page-link {
    background-color: #3858f9;
}
.page-link {
    color: #817ba7;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 38px;
    border-width: 0;
    background-color: #dedcfb;
    margin-left: 0;
    font-weight: 500;
}
.page-link i {
    font-size: 18px;
    line-height: 0;
}
.page-link:hover, .page-link:focus {
    color: #5e597d;
    background-color: #bbb8e2;
}
.pagination-dark .page-item.active .page-link {
    background-color: #3858f9;
    color: #fff;
}
.pagination-dark .page-link {
    font-weight: 400;
    background-color: rgba(255, 255, 255, 0.05);
    color: rgba(255, 255, 255, 0.8);
}
.pagination-dark .page-link:hover, .pagination-dark .page-link:focus {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.08);
}
.pagination-primary .page-item.active .page-link {
    background-color: #3858f9;
}
.pagination-success .page-item.active .page-link {
    background-color: #0ba360;
}
.pagination-circled .page-item + .page-item {
    margin-left: 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;
    border-radius: 100%;
}
.popover {
    font-size: 12px;
    padding: 0;
    border-radius: 0;
}
.popover-header {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    color: #746d94;
    letter-spacing: 0.5px;
    padding: 12px 15px;
    background-color: #fff;
    border-color: rgba(28, 39, 60, 0.2);
    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;
    background-color: #3858f9;
}
.popover-head-primary.bs-popover-top .arrow, .popover-head-primary.bs-popover-auto[x-placement^="top"] .arrow {
    bottom: -7px;
}
.popover-head-primary.bs-popover-left .arrow, .popover-head-primary.bs-popover-auto[x-placement^="left"] .arrow {
    right: -7px;
}
.popover-head-primary.bs-popover-right .arrow, .popover-head-primary.bs-popover-auto[x-placement^="right"] .arrow {
    left: -7px;
}
.popover-head-primary.bs-popover-bottom .arrow::after, .popover-head-primary.bs-popover-auto[x-placement^="bottom"] .arrow::after {
    border-bottom-color: #3858f9;
}
.popover-head-secondary .popover-header {
    color: #fff;
    background-color: #3858f9;
}
.popover-head-secondary.bs-popover-top .arrow, .popover-head-secondary.bs-popover-auto[x-placement^="top"] .arrow {
    bottom: -7px;
}
.popover-head-secondary.bs-popover-left .arrow, .popover-head-secondary.bs-popover-auto[x-placement^="left"] .arrow {
    right: -7px;
}
.popover-head-secondary.bs-popover-right .arrow, .popover-head-secondary.bs-popover-auto[x-placement^="right"] .arrow {
    left: -7px;
}
.popover-head-secondary.bs-popover-bottom .arrow::after, .popover-head-secondary.bs-popover-auto[x-placement^="bottom"] .arrow::after {
    border-bottom-color: #3858f9;
}
.popover-head-primary, .popover-head-secondary {
    border: 0;
}
.popover-head-primary .popover-header, .popover-head-secondary .popover-header {
    border: 0;
}
.popover-head-primary .popover-body, .popover-head-secondary .popover-body {
    border: 1px solid rgba(28, 39, 60, 0.2);
    border-top-width: 0;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
}
.popover-head-primary.bs-popover-bottom .arrow::before, .popover-head-primary.bs-popover-auto[x-placement^="bottom"] .arrow::before {
    display: none;
}
.popover-head-secondary.bs-popover-bottom .arrow::before, .popover-head-secondary.bs-popover-auto[x-placement^="bottom"] .arrow::before {
    display: none;
}
.popover-primary {
    background-color: #3858f9;
    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: rgba(255, 255, 255, 0.75);
}
.popover-primary .arrow::before {
    display: none;
}
.popover-primary.bs-popover-top .arrow::after, .popover-primary.bs-popover-auto[x-placement^="top"] .arrow::after {
    border-top-color: #3858f9;
}
.popover-primary.bs-popover-bottom .arrow::after, .popover-primary.bs-popover-auto[x-placement^="bottom"] .arrow::after {
    border-bottom-color: #3858f9;
}
.popover-primary.bs-popover-left .arrow::after, .popover-primary.bs-popover-auto[x-placement^="left"] .arrow::after {
    border-left-color: #3858f9;
}
.popover-primary.bs-popover-right .arrow::after, .popover-primary.bs-popover-auto[x-placement^="right"] .arrow::after {
    border-right-color: #3858f9;
}
.popover-secondary {
    background-color: #3858f9;
    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: rgba(255, 255, 255, 0.75);
}
.popover-secondary .arrow::before {
    display: none;
}
.popover-secondary.bs-popover-top .arrow::after, .popover-secondary.bs-popover-auto[x-placement^="top"] .arrow::after {
    border-top-color: #3858f9;
}
.popover-secondary.bs-popover-bottom .arrow::after, .popover-secondary.bs-popover-auto[x-placement^="bottom"] .arrow::after {
    border-bottom-color: #3858f9;
}
.popover-secondary.bs-popover-left .arrow::after, .popover-secondary.bs-popover-auto[x-placement^="left"] .arrow::after {
    border-left-color: #3858f9;
}
.popover-secondary.bs-popover-right .arrow::after, .popover-secondary.bs-popover-auto[x-placement^="right"] .arrow::after {
    border-right-color: #3858f9;
}
.popover-static-demo {
    background-color: #dedcfb;
    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-top .arrow, .popover-static-demo .bs-popover-auto[x-placement^="top"] .arrow, .popover-static-demo .bs-popover-bottom .arrow, .popover-static-demo .bs-popover-auto[x-placement^="bottom"] .arrow {
    left: 50%;
    margin-left: -5px;
}
.popover-static-demo .bs-popover-left, .popover-static-demo .bs-popover-auto[x-placement^="left"], .popover-static-demo .bs-popover-right, .popover-static-demo .bs-popover-auto[x-placement^="right"] {
    margin-top: 5px;
}
.popover-static-demo .bs-popover-left .arrow, .popover-static-demo .bs-popover-auto[x-placement^="left"] .arrow, .popover-static-demo .bs-popover-right .arrow, .popover-static-demo .bs-popover-auto[x-placement^="right"] .arrow {
    top: 50%;
    margin-top: -5px;
}
.progress {
    height: auto;
    border-radius: 0;
}
.progress-bar {
    border-radius: 0;
    height: 10px;
    font-size: 11px;
}
.progress-bar-xs {
    height: 5px;
}
.progress-bar-sm {
    height: 8px;
}
.progress-bar-lg {
    height: 15px;
}
.table {
    color: #3b4863;
}
.table thead th, .table thead td {
    color: #7987a1;
    font-weight: 700;
    font-size: 11px;
    letter-spacing: .5px;
    text-transform: uppercase;
    border-bottom-width: 1px;
    border-top-width: 0;
    padding: 0 15px 5px;
}
.table tbody tr {
    background-color: rgba(255, 255, 255, 0.5);
}
.table tbody tr th {
    font-weight: 500;
}
.table th, .table td {
    padding: 9px 15px;
    line-height: 1.462;
}
.table-striped tbody tr:nth-of-type(2n+1) {
    background-color: #f1f6fb;
}
.table-bordered thead th, .table-bordered thead td {
    border-top-width: 1px;
    padding-top: 7px;
    padding-bottom: 7px;
    background-color: rgba(255, 255, 255, 0.5);
}
.toast {
    background-color: rgba(255, 255, 255, 0.95);
    border-color: rgba(28, 39, 60, 0.16);
    box-shadow: 0 2px 3px rgba(28, 39, 60, 0.06);
    border-radius: 3px;
}
.toast-header {
    border-bottom-color: rgba(205, 212, 224, 0.4);
}
.toast-header .close {
    font-weight: 300;
    color: #9c96c1;
}
.tooltip {
    top: 0;
}
.tooltip-inner {
    font-size: 12px;
    border-radius: 2px;
}
.tooltip-primary .tooltip-inner {
    background-color: #3858f9;
    color: #fff;
}
.tooltip-primary.bs-tooltip-top .arrow::before, .tooltip-primary.bs-tooltip-auto[x-placement^="top"] .arrow::before {
    border-top-color: #3858f9;
}
.tooltip-primary.bs-tooltip-bottom .arrow::before, .tooltip-primary.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    border-bottom-color: #3858f9;
}
.tooltip-primary.bs-tooltip-left .arrow::before, .tooltip-primary.bs-tooltip-auto[x-placement^="left"] .arrow::before {
    border-left-color: #3858f9;
}
.tooltip-primary.bs-tooltip-right .arrow::before, .tooltip-primary.bs-tooltip-auto[x-placement^="right"] .arrow::before {
    border-right-color: #3858f9;
}
.tooltip-secondary .tooltip-inner {
    background-color: #3858f9;
    color: #fff;
}
.tooltip-secondary.bs-tooltip-top .arrow::before, .tooltip-secondary.bs-tooltip-auto[x-placement^="top"] .arrow::before {
    border-top-color: #3858f9;
}
.tooltip-secondary.bs-tooltip-bottom .arrow::before, .tooltip-secondary.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    border-bottom-color: #3858f9;
}
.tooltip-secondary.bs-tooltip-left .arrow::before, .tooltip-secondary.bs-tooltip-auto[x-placement^="left"] .arrow::before {
    border-left-color: #3858f9;
}
.tooltip-secondary.bs-tooltip-right .arrow::before, .tooltip-secondary.bs-tooltip-auto[x-placement^="right"] .arrow::before {
    border-right-color: #3858f9;
}
.carousel-slider #carousel {
    margin: 0;
}
.carousel-slider #thumbcarousel {
    margin: 10px 0 0 0;
    padding: 0;
}
.carousel-slider #thumbcarousel .carousel-item {
    text-align: center;
}
.carousel-slider #thumbcarousel .carousel-item .thumb {
    width: 100%;
    margin: 0 2px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    max-width: 100px;
}
.carousel-slider #thumbcarousel .carousel-item .thumb:hover {
    border-color: #e8ebf3;
}
.carousel-slider .carousel-item img {
    width: 100%;
    height: auto;
}
.carousel-control:active, .carousel-control:focus, .carousel-control:hover {
    color: #333;
}
.carousel-caption, .carousel-control .fa {
    font: normal normal normal 30px/26px FontAwesome;
}
#basicSlider img {
    width: 100%;
}
#thumbcarousel .carousel-control-prev {
    left: 0;
    background: rgba(0, 0, 0, 0.8);
}
#thumbcarousel .carousel-control-next {
    right: 0;
    background: rgba(0, 0, 0, 0.8);
}
.owl-carousel button.owl-dot {
    background: rgba(105, 99, 255, 0.3);
    opacity: 7;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}
.owl-nav button:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098d1;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.ckbox {
    font-weight: normal;
    position: relative;
    display: block;
    line-height: 1;
    margin-bottom: 0;
}
.ckbox span {
    padding-left: 15px;
}
.ckbox span:empty {
    float: left;
}
.ckbox span:before, .ckbox span:after {
    line-height: 18px;
    position: absolute;
}
.ckbox span:before {
    content: '';
    width: 16px;
    height: 16px;
    background-color: #fff;
    border: 1px solid #9c96c1;
    top: 1px;
    left: 0;
}
.ckbox span:after {
    top: 1px;
    left: 0;
    width: 16px;
    height: 16px;
    content: '';
    background-size: 65%;
    background-repeat: no-repeat;
    background-position: 55% 45%;
    background-color: #3858f9;
    line-height: 17px;
    display: none;
}
.ckbox span:empty {
    padding-left: 0;
    width: 3px;
}
.ckbox input[type='checkbox'] {
    opacity: 0;
    margin: 0;
}
.ckbox input[type='checkbox']:checked + span:after {
    display: block;
}
.ckbox input[type='checkbox'][disabled] + span {
    opacity: .75;
}
.ckbox input[type='checkbox'][disabled] + span:before, .ckbox input[type='checkbox'][disabled] + span:after {
    opacity: .75;
}
.ckbox-inline {
    display: inline-block;
}
#count-down {
    position: relative;
    text-align: center;
    display: inline-block;
}
#count-down .clock-presenter {
    height: 80px;
    padding: 0px;
    text-align: center;
    width: 70px;
    height: 70px;
    float: left;
    margin: 0 20px 0 0;
    background: url(../img/photos/19.jpg);
    border-radius: 3px;
    background-size: cover;
    position: relative;
}
#count-down .clock-presenter .digit {
    margin-top: 5px;
    font-size: 1.5rem;
    color: #fff;
    line-height: 60px;
    height: 60px;
    display: inline-block;
    overflow: hidden;
    text-align: center;
    position: relative;
    cursor: default;
    font-weight: 600;
    border-radius: 3px;
}
#count-down .clock-presenter:before {
    content: '';
    position: absolute;
    background: linear-gradient(45deg, rgba(245, 66, 102, 0.8), rgba(56, 88, 249, 0.8));
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    display: block;
    border-radius: 3px;
}
#count-down .clock-presenter .note {
    position: relative;
    margin-bottom: 0px;
    cursor: default;
    font-size: 16px;
    opacity: 0.7;
}
@media (max-width: 568px) {
    #count-down .clock-presenter {
        float: none !important;
        margin-bottom: 45px;
    }
    .example {
        border: 1px solid #e1e6f1;
        font-size: .876rem;
    }
}
.main-toggle {
    width: 60px;
    height: 25px;
    background-color: #b4bdce;
    padding: 2px;
    position: relative;
    overflow: hidden;
}
.main-toggle span {
    position: absolute;
    top: 3px;
    bottom: 3px;
    left: 3px;
    display: block;
    width: 20px;
    background-color: #fff;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}
.main-toggle span::before, .main-toggle span::after {
    position: absolute;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: .5px;
    text-transform: uppercase;
    color: #fff;
    top: 2px;
    line-height: 1.38;
}
.main-toggle span::before {
    content: 'on';
    left: -25px;
}
.main-toggle span::after {
    content: 'off';
    right: -29px;
}
.main-toggle.on {
    background-color: #3858f9;
}
.main-toggle.on span {
    left: 37px;
}
@media (prefers-reduced-motion: reduce) {
    .main-toggle span {
        transition: none;
    }
}
.main-toggle-secondary.on {
    background-color: #3858f9;
}
.main-toggle-success.on {
    background-color: #0ba360;
}
.main-toggle-dark.on {
    background-color: #1c273c;
}
.main-form-group {
    padding: 12px 15px;
    border: 1px solid #e2e8f5;
    background: #1d2244;
}
.main-form-group.focus {
    border-color: #b4bdce;
    box-shadow: 0 0 0 2px rgba(91, 71, 251, 0.16);
}
.main-form-group .form-label {
    font-size: 13px;
    margin-bottom: 2px;
    font-weight: 400;
    color: #97a3b9;
}
.main-form-group .form-control {
    padding: 0 15px;
    border-width: 0;
    height: 25px;
    color: #1c273c;
    font-weight: 500;
}
.main-form-group .form-control:focus {
    box-shadow: none;
}
body {
    font-family: var(--font-family-mulish);
}
.main-body, .main-dashboard {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
}
.main-body::before {
    content: 'main';
    position: fixed;
    top: 45%;
    left: 70%;
    transform: translate3d(-50%, -58%, 0);
    font-size: 1300px;
    font-weight: 600;
    letter-spacing: -10px;
    line-height: .5;
    opacity: .02;
    z-index: -1;
    display: none;
}
.main-table-reference {
    background-color: #fff;
}
.main-table-reference > thead > tr > th, .main-table-reference > thead > tr > td {
    padding: 8px 10px;
    border: 1px solid #e2e8f5;
    font-size: 13px;
}
.main-table-reference > tbody > tr > th, .main-table-reference > tbody > tr > td {
    padding: 8px 10px;
    border: 1px solid #e2e8f5;
    font-size: 13px;
}
.main-table-reference > thead > tr > th, .main-table-reference > thead > tr > td {
    background-color: #eff2f6;
    color: #7987a1;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: 0;
}
@media (max-width: 830px) {
    #dropdownMenuButton3 {
        display: none;
    }
}
@media (max-width: 633px) {
    .profile-name.ml-2 {
        display: none;
        margin-left: 0;
    }
    .full-screen {
        display: none;
    }
    .main-header-message > a, .main-header-notification > a, .nav-item.full-screen > a {
        padding: 1rem 0.5rem;
        border: 0 !important;
        margin: 0 !important;
    }
    #bs-example-navbar-collapse-1 {
        border: 0 !important;
        margin: 0 !important;
    }
}
.right-toggle .nav-link .ion {
    line-height: 2rem;
    text-align: left;
    font-size: 19px;
}
.main-logo {
    display: flex;
    align-items: center;
    position: relative;
    margin: 0 auto;
    height: 2rem;
}
.main-body.main-sidebar-hide .logo-icon {
    display: block;
    height: 2.3rem;
    text-align: center;
    margin: 0 auto;
}
.main-body.main-sidebar-hide .main-logo {
    display: none;
}
.main-body .logo-icon {
    display: none;
}
.main-logo:hover, .main-logo:focus {
    color: #3858f9;
}
.main-logo i {
    display: block;
    line-height: .9;
    margin-right: 8px;
    font-size: 40px;
}
.main-logo i::before {
    width: auto;
    height: auto;
}
.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: #596882;
}
.main-menu-sub .nav-link + .nav-link {
    margin-top: 6px;
    padding-top: 6px;
    border-top: 1px dotted #e3e7ed;
}
.main-menu-sub .nav-link:hover, .main-menu-sub .nav-link:focus {
    color: #3858f9;
}
.main-menu-sub .nav-link.active {
    color: #3858f9;
    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, 0.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 #e3e7ed;
    margin-top: 6px;
    padding-top: 6px;
}
.main-menu-sub-mega .nav > span {
    display: block;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 700;
    color: #1c273c;
    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, 0.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, 0.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-notification-title {
    font-size: 18px;
    font-weight: 700;
    color: #1c273c;
    margin-bottom: 5px;
    line-height: 1;
}
.main-notification-text {
    font-size: 13px;
    margin-bottom: 15px;
}
.main-notification-list .media {
    padding: 10px 0;
    position: relative;
}
.main-notification-list .media + .media {
    border-top: 1px dotted #b4bdce;
}
.main-notification-list .media.new {
    color: #1c273c;
}
.main-notification-list .media:hover, .main-notification-list .media:focus {
    cursor: pointer;
    z-index: 1;
}
.main-notification-list .media:hover::before, .main-notification-list .media:focus::before {
    content: '';
    position: absolute;
    top: -1px;
    left: -20px;
    bottom: -1px;
    right: -20px;
    background-color: #f4f5f8;
    border-top: 1px solid #e2e8f5;
    border-bottom: 1px solid #e2e8f5;
    z-index: -1;
}
.main-notification-list .media-body {
    margin-left: 15px;
    font-size: 13px;
}
.main-notification-list .media-body p {
    margin-bottom: 5px;
    line-height: 1.3;
}
.main-notification-list .media-body strong {
    font-weight: 500;
}
.main-notification-list .media-body span {
    display: block;
    font-size: 11px;
    color: #97a3b9;
}
.btn-icon-list {
    display: flex;
    align-items: center;
}
.btn-icon-list .btn + .btn, .btn-icon-list .sp-container button + .btn {
    margin-left: 5px;
}
.sp-container .btn-icon-list button + .btn, .btn-icon-list .sp-container .btn + button, .sp-container .btn-icon-list .btn + button, .btn-icon-list .sp-container button + button, .sp-container .btn-icon-list button + button {
    margin-left: 5px;
}
.main-icon-group {
    text-align: center;
    padding: 20px;
    color: #3b4863;
}
.font-awesome.main-icon-group i {
    font-size: 20px;
}
.main-icon-group i {
    line-height: 1;
    font-size: 24px;
    font-size: 25px;
}
.modal-content-demo .modal-body h6 {
    color: #1c273c;
    font-size: 15px;
    margin-bottom: 15px;
}
.modal-content-demo .modal-body p {
    margin-bottom: 0;
}
.tooltip-static-demo {
    text-align: center;
    background-color: #e3e7ed;
    padding: 20px;
}
.tooltip-static-demo .tooltip {
    z-index: 0;
    opacity: 1;
    position: relative;
    display: inline-block;
    margin: 0 10px;
}
.tooltip-static-demo .bs-tooltip-top .arrow, .tooltip-static-demo .bs-tooltip-auto[x-placement^="top"] .arrow, .tooltip-static-demo .bs-tooltip-bottom .arrow, .tooltip-static-demo .bs-tooltip-auto[x-placement^="bottom"] .arrow {
    left: 50%;
    margin-left: -2px;
}
.tooltip-static-demo .bs-tooltip-left, .tooltip-static-demo .bs-tooltip-auto[x-placement^="left"], .tooltip-static-demo .bs-tooltip-right, .tooltip-static-demo .bs-tooltip-auto[x-placement^="right"] {
    margin-top: 5px;
}
.tooltip-static-demo .bs-tooltip-left .arrow, .tooltip-static-demo .bs-tooltip-auto[x-placement^="left"] .arrow, .tooltip-static-demo .bs-tooltip-right .arrow, .tooltip-static-demo .bs-tooltip-auto[x-placement^="right"] .arrow {
    top: 50%;
    margin-top: -6px;
}
.main-toggle-group-demo {
    display: flex;
}
.main-toggle-group-demo .main-toggle + .main-toggle {
    margin-left: 10px;
}
.main-dropdown-form-demo .static-dropdown {
    padding: 20px;
    background-color: #e3e7ed;
    display: inline-flex;
    justify-content: center;
}
.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: 100%;
    }
}
.ql-scrolling-demo {
    background-color: #fff;
    height: 100%;
    min-height: 100%;
    overflow: hidden;
    border: 2px solid #e3e7ed;
    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;
}
@media (min-width: 768px) {
    .ql-scrolling-demo {
        padding-left: 15px;
    }
}
@media (min-width: 768px) {
    .ql-scrolling-demo .ql-container {
        padding: 50px;
        padding-left: 35px;
    }
}
.main-page-header {
    position: relative;
    padding: 30px 0 40px;
    border-bottom: 1px solid #dee2ef;
    margin-bottom: 40px;
}
.main-page-title {
    font-weight: 700;
    font-size: 40px;
    font-family: var(--font-family-mulish);
    margin-bottom: 15px;
    line-height: 1;
    letter-spacing: -1.5px;
}
.main-page-text {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 30px;
}
.main-page-content-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.brround {
    border-radius: 50%;
}
.main-page-content-list li {
    display: flex;
    align-items: center;
    font-size: 13px;
    font-weight: 500;
}
.main-page-content-list li + li {
    margin-top: 5px;
}
.main-page-content-list li i {
    margin-right: 10px;
    font-size: 10px;
    line-height: 0;
    color: #97a3b9;
    text-indent: 1px;
}
.main-page-label {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
    letter-spacing: -.2px;
}
.main-syntax-wrapper {
    position: relative;
}
.main-syntax-wrapper .badge {
    padding: 4px 5px;
    position: absolute;
    top: 5px;
    right: 5px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 9px;
    letter-spacing: normal;
    border-radius: 1px;
}
.main-syntax-wrapper pre {
    border-color: #e2e8f5;
    background-color: #fff;
    padding: 15px;
    font-size: 13px;
}
.main-syntax-wrapper code[class*="language-"], .main-syntax-wrapper pre[class*="language-"] {
    font-family: var(--font-family-mulish);
}
.demo-avatar-group {
    display: flex;
    align-items: center;
}
.demo-avatar-group .main-img-user, .demo-avatar-group .main-avatar {
    flex-shrink: 0;
}
.demo-avatar-group .main-img-user + .main-img-user, .demo-avatar-group .main-img-user + .main-avatar {
    margin-left: -5px;
}
.demo-avatar-group .main-avatar + .main-img-user, .demo-avatar-group .main-avatar + .main-avatar {
    margin-left: -5px;
}
@media (min-width: 576px) {
    .demo-avatar-group .main-img-user + .main-img-user, .demo-avatar-group .main-img-user + .main-avatar {
        margin-left: -5px;
    }
    .demo-avatar-group .main-avatar + .main-img-user, .demo-avatar-group .main-avatar + .main-avatar {
        margin-left: -5px;
    }
}
.demo-static-toast .toast {
    opacity: 1;
}
.main-content-dashboard {
    padding-top: 20px;
}
@media (min-width: 992px) {
    .main-content-dashboard {
        padding-top: 30px;
    }
}
.main-dashboard-one-title {
    margin-bottom: 20px;
}
@media (min-width: 576px) {
    .main-dashboard-one-title {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
}
@media (min-width: 992px) {
    .main-dashboard-one-title {
        margin-bottom: 30px;
    }
}
.main-dashboard-title {
    font-size: 22px;
    font-weight: 700;
    color: #1c273c;
    letter-spacing: -1px;
    margin-bottom: 3px;
}
.main-dashboard-text {
    font-size: 13px;
    margin-bottom: 0;
}
.main-dashboard-date {
    display: flex;
    align-items: center;
    margin-top: 20px;
}
.main-dashboard-date .date {
    display: flex;
}
.main-dashboard-date .date > div:first-child {
    font-size: 32px;
    font-family: var(--font-family-mulish);
    font-weight: 500;
    color: #1c273c;
    line-height: .9;
}
.main-dashboard-date .date > div:last-child {
    margin-left: 5px;
}
.main-dashboard-date .date > div:last-child span {
    display: block;
    color: #1c273c;
    font-weight: 700;
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: -.5px;
}
.main-dashboard-date .date > div:last-child span:last-child {
    color: #7987a1;
    font-weight: 400;
}
.main-dashboard-date > i {
    font-size: 21px;
    line-height: 0;
    display: block;
    margin: 0 15px;
    color: #97a3b9;
}
.main-dashboard-date .wallet {
    border-radius: 3px;
}
.main-dashboard-date .wallet i {
    line-height: 40px;
}
@media (min-width: 576px) {
    .main-dashboard-date {
        margin-top: 0;
    }
}
@media (min-width: 768px) {
    .main-dashboard-date .date > div:first-child {
        font-size: 36px;
    }
}
@media (min-width: 768px) {
    .main-dashboard-date .date > div:last-child span {
        font-size: 13px;
    }
}
@media (min-width: 768px) {
    .main-dashboard-date > i {
        margin: 0 20px;
        font-size: 24px;
    }
}
.main-dashboard-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #e2e8f5;
    margin-bottom: 20px;
}
.main-dashboard-nav .nav-link {
    font-size: 12px;
    padding: 5px 10px 8px;
    display: flex;
    align-items: center;
    line-height: 1;
}
.main-dashboard-nav .nav-link:hover, .main-dashboard-nav .nav-link:focus {
    color: #3858f9;
}
.main-dashboard-nav .nav-link + .nav-link {
    border-left: 1px solid #e2e8f5;
}
.main-dashboard-nav .nav:first-child .nav-link {
    color: #1c273c;
    display: none;
}
.main-dashboard-nav .nav:first-child .nav-link:hover, .main-dashboard-nav .nav:first-child .nav-link:focus, .main-dashboard-nav .nav:first-child .nav-link.active {
    color: #3858f9;
}
.main-dashboard-nav .nav:first-child .nav-link:first-child {
    padding-left: 0;
    display: block;
}
.main-dashboard-nav .nav:first-child .nav-link:last-child {
    display: block;
}
.main-dashboard-nav .nav:last-child .nav-link {
    color: #596882;
    display: none;
}
.main-dashboard-nav .nav:last-child .nav-link:hover, .main-dashboard-nav .nav:last-child .nav-link:focus {
    color: #3858f9;
}
.main-dashboard-nav .nav:last-child .nav-link i {
    font-size: 16px;
    margin-right: 7px;
    line-height: 0;
}
.main-dashboard-nav .nav:last-child .nav-link:last-child {
    padding-right: 0;
    display: block;
}
.main-dashboard-nav .nav:last-child .nav-link:last-child i {
    margin-right: 0;
}
@media (min-width: 576px) {
    .main-dashboard-nav .nav-link {
        font-size: 0.875rem;
    }
}
@media (min-width: 992px) {
    .main-dashboard-nav .nav-link {
        padding: 5px 15px 10px;
    }
}
@media (min-width: 576px) {
    .main-dashboard-nav .nav:first-child .nav-link {
        display: block;
    }
}
@media (min-width: 768px) {
    .main-dashboard-nav .nav:last-child .nav-link {
        display: block;
    }
}
@media (min-width: 768px) {
    .main-dashboard-nav .nav:last-child .nav-link:last-child {
        display: none;
    }
}
.card-dashboard-one {
    position: relative;
    border-color: #e2e8f5;
}
.card-dashboard-one .card-header {
    padding: 20px;
    background-color: transparent;
}
.card-dashboard-one .card-header .card-title {
    color: #1c273c;
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    margin-bottom: 3px;
}
.card-dashboard-one .card-header .card-text {
    margin-bottom: 0;
}
.card-dashboard-one .card-header .btn-group {
    margin-top: 15px;
}
.card-dashboard-one .card-header .btn-group .btn, .card-dashboard-one .card-header .btn-group .sp-container button {
    font-size: 12px;
    font-weight: 500;
    padding: 5px 10px;
    min-height: inherit;
    background-color: #fff;
    color: #7987a1;
    border: 1px solid #e2e8f5;
}
@media (min-width: 576px) {
    .card-dashboard-one .card-header {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
    }
}
@media (min-width: 576px) {
    .card-dashboard-one .card-header .btn-group {
        margin-top: 0;
    }
}
.sp-container .card-dashboard-one .card-header .btn-group button {
    font-size: 12px;
    font-weight: 500;
    padding: 5px 10px;
    min-height: inherit;
    background-color: #fff;
    color: #7987a1;
    border: 1px solid #e2e8f5;
}
.card-dashboard-one .card-header .btn-group .btn:hover, .card-dashboard-one .card-header .btn-group .sp-container button:hover {
    background-color: #f4f5f8;
    border-color: #e2e8f5;
}
.sp-container .card-dashboard-one .card-header .btn-group button:hover {
    background-color: #f4f5f8;
    border-color: #e2e8f5;
}
.card-dashboard-one .card-header .btn-group .btn:focus, .card-dashboard-one .card-header .btn-group .sp-container button:focus {
    background-color: #f4f5f8;
    border-color: #e2e8f5;
}
.sp-container .card-dashboard-one .card-header .btn-group button:focus {
    background-color: #f4f5f8;
    border-color: #e2e8f5;
}
.card-dashboard-one .card-header .btn-group .btn + .btn, .card-dashboard-one .card-header .btn-group .sp-container button + .btn {
    margin-left: -1px;
}
.sp-container .card-dashboard-one .card-header .btn-group button + .btn, .card-dashboard-one .card-header .btn-group .sp-container .btn + button, .sp-container .card-dashboard-one .card-header .btn-group .btn + button, .card-dashboard-one .card-header .btn-group .sp-container button + button, .sp-container .card-dashboard-one .card-header .btn-group button + button {
    margin-left: -1px;
}
.card-dashboard-one .card-header .btn-group .btn.active, .card-dashboard-one .card-header .btn-group .sp-container button.active {
    color: #1c273c;
    background-color: #e3e7ed;
    border-color: #e2e8f5;
}
.sp-container .card-dashboard-one .card-header .btn-group button.active {
    color: #1c273c;
    background-color: #e3e7ed;
    border-color: #e2e8f5;
}
.card-dashboard-one .card-body {
    padding: 10px 0 20px;
    position: relative;
    overflow: hidden;
}
.card-dashboard-one .card-body .flot-chart-wrapper {
    position: relative;
    margin-left: -28px;
    margin-right: -20px;
}
.card-dashboard-one .card-body .flot-chart {
    width: 100%;
    height: 150px;
}
.card-dashboard-one .card-body .flot-chart .flot-y-axis > div {
    transform: translateX(50px);
    text-shadow: 1px 1px rgba(255, 255, 255, 0.75);
    color: #031b4e;
    font-weight: 700;
    font-size: 11px;
}
.card-dashboard-one .card-body .flot-chart .flot-x-axis > div {
    color: #97a3b9;
    font-weight: 500;
    font-size: 11px;
}
.card-dashboard-one .card-body-top {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    padding-left: 20px;
}
.card-dashboard-one .card-body-top > div {
    flex-basis: 50%;
}
.card-dashboard-one .card-body-top label {
    font-size: 12px;
    margin-bottom: 3px;
}
.card-dashboard-one .card-body-top h2 {
    font-size: 20px;
    font-weight: 600;
    font-family: var(--font-family-mulish);
    color: #1c273c;
}
@media (min-width: 576px) {
    .card-dashboard-one .card-body .flot-chart {
        height: 275px;
    }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .card-dashboard-one .card-body .flot-chart {
        height: 252px;
    }
}
@media (min-width: 576px) {
    .card-dashboard-one .card-body-top {
        position: absolute;
        top: -5px;
        left: 20px;
        z-index: 5;
        padding-left: 0;
    }
}
@media (min-width: 576px) {
    .card-dashboard-one .card-body-top > div {
        flex-basis: auto;
    }
}
@media (min-width: 576px) {
    .card-dashboard-one .card-body-top > div + div {
        margin-left: 30px;
    }
}
@media (min-width: 576px) {
    .card-dashboard-one .card-body-top label {
        font-size: 0.875rem;
    }
}
@media (min-width: 576px) {
    .card-dashboard-one .card-body-top h2 {
        font-size: 24px;
        letter-spacing: -.5px;
    }
}
.card-dashboard-two {
    height: 100%;
    border-radius: 0;
    border-color: #e2e8f5;
    background-color: rgba(255, 255, 255, 0.5);
}
.card-dashboard-two .card-header {
    background-color: transparent;
    padding: 20px 20px 0;
}
.card-dashboard-two .card-header h6 {
    font-size: 28px;
    font-weight: 600;
    font-family: var(--font-family-mulish);
    color: #1c273c;
    display: flex;
    align-items: baseline;
    margin-bottom: 2px;
    line-height: 1;
    letter-spacing: -1px;
}
.card-dashboard-two .card-header h6 i {
    margin-left: 10px;
    font-size: 24px;
}
.card-dashboard-two .card-header h6 small {
    font-size: 12px;
    font-weight: 400;
    font-family: var(--font-family-mulish);
    margin-left: 5px;
    color: #7987a1;
    letter-spacing: normal;
}
.card-dashboard-two .card-header p {
    margin-bottom: 0;
    font-size: 13px;
}
.card-dashboard-two .card-body {
    padding: 0;
    overflow: hidden;
}
.card-dashboard-two .chart-wrapper {
    position: relative;
    margin: 0 -10px -10px;
}
.card-dashboard-two .flot-chart {
    width: 100%;
    height: 100px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .card-dashboard-two .card-header h6 {
        font-size: 24px;
    }
}
.card-dashboard-three {
    height: 150px;
    border-radius: 0;
    border-color: #e2e8f5;
    background-color: rgba(255, 255, 255, 0.5);
}
.card-dashboard-three .card-header {
    background-color: transparent;
    padding: 20px;
    position: absolute;
    max-width: 50%;
}
.card-dashboard-three .card-header h6 {
    font-size: 28px;
    font-weight: 600;
    font-family: var(--font-family-mulish);
    color: #1c273c;
    display: flex;
    align-items: baseline;
    margin-bottom: 15px;
    line-height: 1;
    letter-spacing: -1px;
}
.card-dashboard-three .card-header h6 small {
    font-size: 12px;
    font-weight: 400;
    font-family: var(--font-family-mulish);
    margin-left: 5px;
    letter-spacing: normal;
}
.card-dashboard-three .card-header p {
    margin-bottom: 10px;
    font-weight: 700;
    text-transform: uppercase;
    color: #1c273c;
}
.card-dashboard-three .card-header > small {
    font-size: 11px;
    display: none;
    color: #7987a1;
}
.card-dashboard-three .card-body {
    padding: 0 0 0 20px;
    display: flex;
    justify-content: flex-end;
}
.card-dashboard-three .chart {
    width: 70%;
    height: 150px;
}
@media (min-width: 768px) {
    .card-dashboard-three {
        height: 170px;
    }
}
@media (min-width: 992px) {
    .card-dashboard-three {
        height: 100%;
    }
}
@media (min-width: 1200px) {
    .card-dashboard-three .card-header h6 {
        font-size: 32px;
    }
}
@media (min-width: 768px) {
    .card-dashboard-three .card-header > small {
        display: block;
    }
}
@media (min-width: 375px) {
    .card-dashboard-three .chart {
        width: auto;
    }
}
@media (min-width: 768px) {
    .card-dashboard-three .chart {
        height: 170px;
    }
}
@media (min-width: 992px) {
    .card-dashboard-three .chart {
        height: 200px;
        width: 80%;
    }
}
.card-dashboard-pageviews {
    border-color: #e2e8f5;
    border-radius: 0;
    padding: 20px;
}
.card-dashboard-pageviews .card-header {
    background-color: transparent;
    padding: 0 0 10px;
}
.card-dashboard-pageviews .card-title {
    font-weight: 700;
    font-size: 14px;
    color: #1c273c;
    margin-bottom: 5px;
}
.card-dashboard-pageviews .card-text {
    font-size: 13px;
    margin-bottom: 0;
}
.card-dashboard-pageviews .card-body {
    padding: 0;
}
.card-dashboard-four {
    border-radius: 0;
    border-color: #e2e8f5;
    padding: 20px;
    height: 100%;
}
.card-dashboard-four .card-header {
    padding: 0 0 20px;
    background-color: transparent;
}
.card-dashboard-four .card-title {
    font-weight: 700;
    font-size: 14px;
    color: #1c273c;
    margin-bottom: 0;
}
.card-dashboard-four .card-body {
    padding: 0;
}
.card-dashboard-four .chart {
    width: calc(100vw - 80px);
    height: 200px;
}
@media (min-width: 992px) {
    .card-dashboard-four .card-body {
        padding: 0 20px;
    }
}
@media (min-width: 375px) {
    .card-dashboard-four .chart {
        width: auto;
    }
}
@media (min-width: 992px) {
    .card-dashboard-four .chart {
        height: 85%;
    }
}
.card-dashboard-five {
    border-color: #e2e8f5;
    padding: 20px;
}
.card-dashboard-five .card-header {
    padding: 0;
    background-color: transparent;
}
.card-dashboard-five .card-title {
    font-weight: 700;
    font-size: 14px;
    color: #1c273c;
    margin-bottom: 5px;
}
.card-dashboard-five .card-text {
    display: block;
    font-size: 12px;
}
.card-dashboard-five .card-body {
    padding: 20px 0 5px;
}
.card-dashboard-five .card-body label {
    display: block;
    margin-bottom: 2px;
    font-size: 12px;
}
.card-dashboard-five .card-body h4 {
    color: #1c273c;
    font-family: var(--font-family-mulish);
    font-weight: 700;
    letter-spacing: -.5px;
    margin-bottom: 0;
}
.card-dashboard-five .card-chart {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}
@media (min-width: 576px) {
    .card-dashboard-five .card-chart {
        margin-bottom: 0;
        margin-right: 10px;
    }
}
.card-table-one {
    padding: 20px 20px 10px;
    border-color: #e2e8f5;
}
.card-table-one .card-title {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 5px;
}
.card-table-one .table-responsive {
    width: calc(100vw - 80px);
}
.card-table-one .table {
    margin-bottom: 0;
}
.card-table-one .table thead tr > th, .card-table-one .table thead tr > td {
    vertical-align: middle;
    white-space: nowrap;
    padding-right: 2px;
}
.card-table-one .table tbody tr > th, .card-table-one .table tbody tr > td {
    vertical-align: middle;
    white-space: nowrap;
    padding-right: 2px;
}
.card-table-one .table thead tr > th:nth-child(3), .card-table-one .table thead tr > th:nth-child(4), .card-table-one .table thead tr > th:nth-child(5) {
    text-align: right;
}
.card-table-one .table thead tr > td:nth-child(3), .card-table-one .table thead tr > td:nth-child(4), .card-table-one .table thead tr > td:nth-child(5) {
    text-align: right;
}
.card-table-one .table tbody tr > th:nth-child(3), .card-table-one .table tbody tr > th:nth-child(4), .card-table-one .table tbody tr > th:nth-child(5) {
    text-align: right;
}
.card-table-one .table tbody tr > td:nth-child(3), .card-table-one .table tbody tr > td:nth-child(4), .card-table-one .table tbody tr > td:nth-child(5) {
    text-align: right;
}
.card-table-one .table thead tr > th strong, .card-table-one .table thead tr > td strong {
    color: #1c273c;
}
.card-table-one .table tbody tr > th strong, .card-table-one .table tbody tr > td strong {
    color: #1c273c;
}
.card-table-one .flag-icon {
    font-size: 20px;
    line-height: 1;
    border-radius: 100%;
}
@media (min-width: 576px) {
    .card-table-one .table-responsive {
        width: 100%;
    }
}
@media (min-width: 768px) {
    .card-table-one .table thead tr > th, .card-table-one .table thead tr > td {
        padding-left: 0;
        padding-right: 0;
    }
    .card-table-one .table tbody tr > th, .card-table-one .table tbody tr > td {
        padding-left: 0;
        padding-right: 0;
    }
}
.main-dashboard-header-right {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
}
.main-dashboard-header-right > div label {
    display: block;
    margin-bottom: 5px;
}
.main-dashboard-header-right > div h5 {
    font-size: 20px;
    font-weight: 700;
    font-family: var(--font-family-mulish);
    color: #1c273c;
    margin-bottom: 0;
    line-height: 1;
}
.main-dashboard-header-right > div:first-child {
    flex-basis: 100%;
}
.main-dashboard-header-right > div + div {
    margin-top: 10px;
}
@media (min-width: 576px) {
    .main-dashboard-header-right {
        flex-wrap: nowrap;
    }
}
@media (min-width: 768px) {
    .main-dashboard-header-right {
        margin-top: 0;
    }
}
@media (min-width: 768px) {
    .main-dashboard-header-right > div {
        text-align: right;
    }
}
@media (max-width: 575.98px) {
    .main-dashboard-header-right > div + div {
        flex-basis: 50%;
    }
}
@media (min-width: 576px) {
    .main-dashboard-header-right > div + div {
        margin-left: 25px;
        margin-top: 0;
        flex-shrink: 0;
    }
}
@media (min-width: 992px) {
    .main-dashboard-header-right > div + div {
        margin-left: 50px;
    }
}
.main-star {
    display: flex;
    align-items: center;
}
.main-star i {
    font-size: 20px;
    line-height: 0;
    color: #97a3b9;
    display: inline-block;
}
.main-star i.typcn {
    line-height: .9;
}
.main-star i.active {
    color: #ffc107;
}
.main-star span {
    font-size: 13px;
    display: inline-block;
    margin-left: 5px;
}
.card-table-two {
    border-color: #e2e8f5;
    padding: 20px;
}
.card-table-two .card-title {
    font-size: 13px;
    margin-bottom: 5px;
}
.card-table-two .table-responsive {
    width: calc(100vw - 62px);
}
@media (min-width: 576px) {
    .card-table-two .table-responsive {
        width: 100%;
    }
}
.table-dashboard-two thead > tr > th, .table-dashboard-two thead > tr > td {
    white-space: nowrap;
}
.table-dashboard-two tbody > tr > th, .table-dashboard-two tbody > tr > td {
    white-space: nowrap;
}
.table-dashboard-two tbody > tr > th:not(:first-child), .table-dashboard-two tbody > tr > td:not(:first-child) {
    font-family: var(--font-family-mulish);
    font-weight: 600;
    font-size: 13px;
}
.card-dashboard-calendar {
    border-color: #e2e8f5;
    padding: 20px;
    box-shadow: 0 0 10px rgba(28, 39, 60, 0.1);
}
.card-dashboard-calendar .card-title {
    color: #1c273c;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.card-dashboard-calendar .card-body {
    padding: 0;
}
.main-media-date h1 {
    font-size: 42px;
    font-family: var(--font-family-mulish);
    color: #1c273c;
    line-height: .95;
}
.main-media-date .media-body {
    margin-left: 5px;
}
.main-media-date p {
    color: #1c273c;
    font-weight: 700;
    margin-bottom: 0;
    text-transform: uppercase;
}
.main-media-date span {
    display: block;
    line-height: 1.2;
}
.card-dashboard-events .card-header {
    padding: 20px;
    background-color: transparent;
}
.card-dashboard-events .card-subtitle {
    color: #1c273c;
    font-weight: 400;
    font-size: 18px;
}
.card-dashboard-events .card-body {
    padding: 0;
}
.card-dashboard-events .list-group-item {
    padding: 15px 20px 15px 40px;
    border-left-width: 0;
    border-right-width: 0;
    position: relative;
}
.card-dashboard-events .list-group-item:first-child, .card-dashboard-events .list-group-item:last-child {
    border-radius: 0;
}
.card-dashboard-events .list-group-item label {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 10px;
    color: #596882;
    margin-bottom: 5px;
    letter-spacing: .5px;
}
.card-dashboard-events .list-group-item label span {
    color: #97a3b9;
    font-weight: 500;
}
.card-dashboard-events .list-group-item h6 {
    font-size: 14px;
    font-weight: 700;
    color: #1c273c;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
}
.card-dashboard-events .list-group-item p {
    margin-bottom: 5px;
}
.card-dashboard-events .list-group-item p strong {
    font-weight: 500;
}
.card-dashboard-events .list-group-item small {
    font-size: 11px;
}
.card-dashboard-events .list-group-item small span {
    font-weight: 700;
    text-transform: uppercase;
}
.card-dashboard-events .event-indicator {
    width: 10px;
    height: 10px;
    position: absolute;
    top: 21px;
    left: 20px;
    border-radius: 100%;
}
.card-dashboard-events .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 1.25rem !important;
    border-bottom-left-radius: 1.25rem !important;
}
.card-dashboard-events .event-user {
    margin-top: 10px;
    display: flex;
    align-items: center;
}
.card-dashboard-events .event-user .main-img-user {
    width: 28px;
    height: 28px;
}
.card-dashboard-events .event-user .main-img-user::after {
    display: none;
}
.card-dashboard-events .event-user .main-img-user + .main-img-user {
    margin-left: -6px;
}
.card-dashboard-events .event-user a:last-child {
    margin-left: 10px;
    color: #7987a1;
    font-weight: 500;
    font-size: 11px;
}
.card-dashboard-events .event-user a:last-child:hover, .card-dashboard-events .event-user a:last-child:focus {
    color: #596882;
}
.card-dashboard-fourteen {
    border-color: #e2e8f5;
    box-shadow: 0 0 10px rgba(28, 39, 60, 0.1);
    padding: 20px;
}
.main-rating-value {
    font-size: 40px;
    font-weight: 400;
    font-family: var(--font-family-mulish);
    color: #1c273c;
    margin-bottom: 0;
    letter-spacing: -.5px;
    line-height: .7;
}
.main-rating-label {
    margin-bottom: 10px;
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .5px;
}
.main-media-list-reviews .media + .media {
    margin-top: 25px;
}
.main-media-list-reviews .main-img-user {
    width: 32px;
    height: 32px;
}
.main-media-list-reviews .main-img-user::after {
    display: none;
}
.main-media-list-reviews .media-body {
    margin-left: 15px;
}
.main-media-list-reviews .media-body h6 {
    margin-bottom: 2px;
    line-height: 1;
}
.main-media-list-reviews .media-body small {
    display: inline-block;
    font-size: 12px;
    color: #97a3b9;
    line-height: 1;
}
.main-star-group {
    display: flex;
    align-items: center;
}
.main-star-group span:last-child {
    display: block;
    font-weight: 500;
    font-size: 11px;
    margin-left: 5px;
    color: #7987a1;
}
.main-star-item {
    color: #3858f9;
    font-size: 14px;
    position: relative;
}
.main-star-item + .main-star-item {
    margin-left: 3px;
}
.main-media-list-activity .media + .media {
    margin-top: 23px;
}
.main-media-list-activity .media-icon {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 100%;
}
.main-media-list-activity .media-icon i {
    font-size: 21px;
    line-height: 0;
}
.main-media-list-activity .media-icon i.typcn {
    line-height: .9;
}
.main-media-list-activity .media-body {
    margin-left: 15px;
}
.main-media-list-activity .media-body h6 {
    margin-bottom: 2px;
    color: #1c273c;
}
.main-media-list-activity .media-body span {
    display: block;
    font-size: 11px;
    color: #97a3b9;
}
.main-media-list-activity .media-right {
    font-size: 11px;
    color: #97a3b9;
}
.img-xs {
    width: 32px;
    min-width: 32px;
    height: 32px;
}
.horizontal-nav .mega-dropdown-menu {
    box-shadow: 0 25px 100px rgba(115, 77, 191, 0.2);
    border: 0;
    margin: -2px;
    width: 100%;
}
.horizontal-nav .mega-dropdown-menu:before {
    content: '';
    position: absolute;
    top: -10px;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #fff transparent;
    right: auto;
    left: 16px;
}
.mega-dropdown-menu:after {
    right: auto;
    left: 16px;
}
.horizontal-nav .dropdown-menu {
    min-width: 12.5rem;
}
.drop-icon-wrap .drop-icon-item {
    display: inline-block;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center;
    color: #020202;
    text-transform: capitalize;
    width: 33.3%;
    float: left;
}
.h-6 {
    height: 2rem !important;
}
.dropgroupicons .dropdown-menu {
    width: 260px !important;
    padding: 5px !important;
    top: 52px !important;
    border-radius: 6px;
    -webkit-box-shadow: 0px 0px 15px 1px rgba(69, 65, 78, 0.2);
    box-shadow: 0px 0px 15px 1px rgba(69, 65, 78, 0.2);
}
.flag .dropdown-menu {
    top: 52px !important;
    border-radius: 6px;
    -webkit-box-shadow: 0px 0px 15px 1px rgba(69, 65, 78, 0.2);
    box-shadow: 0px 0px 15px 1px rgba(69, 65, 78, 0.2);
}
.flag > a::before {
    content: '';
    position: absolute;
    top: 47px;
    left: 50%;
    margin-left: -7px;
    width: 14px;
    height: 14px;
    border: 2px solid transparent;
    border-top-color: #e2e8f5;
    border-left-color: #e2e8f5;
    transform: rotate(45deg);
    background-color: #fff;
    z-index: 901;
    display: none;
}
.dropdown-toggle-1::after {
    top: 10px;
    right: 9px;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    content: '\f3d0';
    font-family: 'Ionicons';
    position: absolute;
    display: inline-block;
    color: #7a8eb1;
}
.dropdown-toggle-2::after {
    top: 13px;
    right: 0px;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    content: '\f3d0';
    font-family: 'Ionicons';
    position: absolute;
    display: inline-block;
    color: #7a8eb1;
}
.dropgroupicons .nav-link.icon i {
    font-size: 21px;
}
.drop-icon-wrap a:hover {
    background: #eff2f6;
}
.drop-icon-wrap .drop-icon-item .drop-font {
    font-size: 12px;
}
.country-Flag img {
    width: 1.5rem;
    height: 1rem;
    line-height: 0.1rem;
    font-size: .75rem;
}
.dropdown.flag .dropdown-item span {
    font-size: 14px;
}
.main-header-message i, .main-header-notification i, .nav-item.full-screen i {
    height: 40px;
    width: 40px;
    text-align: center;
    border-radius: 50%;
    line-height: 40px;
    font-size: 18px;
}
.btn.btn-default.nav-link {
    height: 38px;
    width: 38px;
    text-align: center;
    border-radius: 50%;
    line-height: 1;
    font-size: 17px;
    padding: 1px;
}
.d-md-block.nav.nav-item.nav-link {
    padding: 0.5rem 0.7rem;
}
.mega-dropdown-menu {
    width: 65rem;
    padding: 0.70rem 0.80rem 0.50rem 0.80rem;
}
.mega-dropdown-menu .dropdown-item {
    padding: 0.5rem 1rem;
}
.mega-dropdown-menu .dropdown-item:hover {
    color: #3858f9;
    background: transparent;
}
.btn-absolute {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    bottom: 12px;
    padding: 20px;
}
.bg-transparent {
    background: transparent;
}
.arrow-ribbon {
    padding: 6px 8px;
    position: absolute;
    top: 10px;
    left: 0px;
    z-index: 999;
    font-size: 14px;
    line-height: 17px;
    background: #000;
    color: #fff;
}
.arrow-ribbon:before {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    content: "";
    right: -15px;
    border-top: 14px solid transparent;
    border-left: 15px solid #000;
    border-bottom: 15px solid transparent;
    width: 0;
}
.header-megamenu-dropdown .nav-item .btn-link {
    color: #031b4e;
}
.header-megamenu-dropdown .dropdown-menu {
    border-top: 0 !important;
    border-radius: 6px !important;
}
.wordpress-project {
    border-radius: 5px;
    width: 55px;
    height: 55px;
}
.mega-dropdown-menu .media-body .progress-bar {
    height: 4px;
}
.header-megamenu-dropdown .dropdown-menu {
    top: 8px !important;
}
.sidebar-mini .header-megamenu-dropdown .dropdown-menu {
    top: 8px !important;
}
.mega-menu:before {
    content: '';
    position: absolute;
    top: -10px;
    left: 14px;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #fff transparent;
}
.mega-menu:after {
    content: '';
    position: absolute;
    top: -10px;
    left: 14px;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #c9cddb transparent;
    border-color: transparent transparent rgba(64, 82, 128, 0.9) transparent;
    z-index: -99;
}
.drop-menu-header {
    padding: 1.5rem;
    color: #fff;
}
.dropdown-menu .dropdown-header {
    text-transform: uppercase;
    font-size: 0.73333333rem;
    color: #3f6ad8;
    font-weight: bold;
}
.flag-text {
    color: #031b4e;
    font-weight: 400;
}
.flag-text:before {
    content: '\f3d0';
    font-family: 'Ionicons';
    font-weight: 400;
    font-size: 12px;
    position: absolute;
    top: 10px;
    right: 0;
    color: #031b4e;
}
.drop-flag {
    margin-right: 2.3rem !important;
}
.flag-notification a {
    display: block;
    font-size: 22px;
    color: #1c273c;
    position: relative;
    line-height: 1.5;
    outline: none;
    padding: 0.5rem 0.5rem;
}
.flag-img {
    width: 2rem;
    height: 1.3rem;
}
.drop-flag .dropdown-menu {
    width: 150px;
    position: absolute;
    top: 52px;
    left: auto;
    right: -10px;
    bottom: auto;
    padding: 10px 10px 10px;
    border-color: #e2e8f5;
    border-width: 2px;
}
.drop-flag .dropdown-menu .dropdown-item {
    font-size: 14px;
}
.setting-menu-footer li {
    list-style-type: none;
}
.setting-menu-btn {
    padding: 1rem;
}
.setting-menu-footer .divider {
    margin: 0.5rem 0;
    height: 1px;
    overflow: hidden;
    background: #dee2e6;
}
.setting-menu .dropdown-item {
    padding: 0.4rem 1.5rem;
}
.setting-scroll {
    max-height: 162px;
    position: relative;
}
.header-img {
    background: linear-gradient(45deg, rgba(56, 88, 249, 0.9), rgba(142, 121, 253, 0.9)), url(../img/20.jpg);
    background-size: cover;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding: 10px 0 10px 0;
    border-top: 0;
    box-shadow: 0 6px 14px 2px rgba(0, 0, 0, 0.2);
}
#dropdownMenuButton2 .badge-pill {
    padding: 5px 7px;
    font-size: 10.5px;
}
.bx-flip-horizontal {
    transform: scaleX(-1);
}
.bx-tada {
    -webkit-animation: tada 1.5s ease infinite;
    animation: tada 1.5s ease infinite;
}
.avatar-status {
    content: '';
    position: absolute;
    bottom: 0;
    right: 5px;
    width: 6px;
    height: 6px;
    background-color: #97a3b9;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.95);
    border-radius: 100%;
    bottom: 4px;
}
.pulse {
    display: block;
    position: absolute;
    top: -5px;
    right: -2px;
    padding: 3px 5px;
    font-size: 10px;
    border-radius: 50%;
    background: #0ba360;
    cursor: pointer;
    animation: pulse 2s infinite;
    animation-duration: .9s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-out;
}
.pulse:hover {
    animation: none;
}
@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(34, 192, 60, 0.9);
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(34, 192, 60, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(34, 192, 60, 0);
    }
}
@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(34, 192, 60, 0.9);
        box-shadow: 0 0 0 0 rgba(34, 192, 60, 0.7);
    }
    70% {
        -moz-box-shadow: 0 0 0 10px rgba(34, 192, 60, 0);
        box-shadow: 0 0 0 10px rgba(34, 192, 60, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(34, 192, 60, 0);
        box-shadow: 0 0 0 0 rgba(34, 192, 60, 0);
    }
}
.pulse-danger {
    display: block;
    position: absolute;
    top: 4px;
    right: 3px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #f53c5b;
    cursor: pointer;
    box-shadow: 0 0 0 rgba(34, 192, 60, 0.9);
    animation: pulse-danger 2s infinite;
    animation-duration: .9s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-out;
}
@-webkit-keyframes pulse-danger {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.9);
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(220, 53, 69, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(220, 53, 69, 0);
    }
}
@keyframes pulse-primary {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(40, 92, 247, 0.9);
        box-shadow: 0 0 0 0 rgba(40, 92, 247, 0.7);
    }
    70% {
        -moz-box-shadow: 0 0 0 10px rgba(40, 92, 247, 0);
        box-shadow: 0 0 0 10px rgba(40, 92, 247, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(40, 92, 247, 0);
        box-shadow: 0 0 0 0 rgba(40, 92, 247, 0);
    }
}
@-webkit-keyframes pulse-primary {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(40, 92, 247, 0.9);
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(40, 92, 247, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(40, 92, 247, 0);
    }
}
@keyframes pulse-primary {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(40, 92, 247, 0.9);
        box-shadow: 0 0 0 0 rgba(40, 92, 247, 0.7);
    }
    70% {
        -moz-box-shadow: 0 0 0 10px rgba(40, 92, 247, 0);
        box-shadow: 0 0 0 10px rgba(40, 92, 247, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(40, 92, 247, 0);
        box-shadow: 0 0 0 0 rgba(40, 92, 247, 0);
    }
}
.main-message-list a .desc {
    font-size: 12px;
    color: #596882;
    margin-left: 10px;
}
.main-message-list a .name {
    font-size: .85rem;
    transition: all .2s ease-in-out;
    border-radius: 2px;
    color: #031b4e;
    margin-left: 10px;
}
.main-message-list a .time {
    font-size: 11px;
    color: #031b4e;
}
.menu-header-content {
    padding: 1.2rem;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.chat-scroll, .Notification-scroll {
    max-height: 320px;
    position: relative;
    overflow: scroll;
}
.main-header-message .dropdown-footer, .main-header-notification .dropdown-footer {
    padding: 10px;
    background: #eaeef9;
    box-shadow: -8px 12px 18px 0 rgba(25, 42, 70, 0.1);
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}
.main-header-message .dropdown-footer a {
    font-size: 13px;
}
.cover-image {
    background-size: cover !important;
}
.notifyimg {
    border-radius: 50%;
    width: 40px;
    height: 40px;
}
.notifyimg i {
    color: #000;
    float: left;
    height: 40px;
    line-height: 40px;
    text-align: center;
    vertical-align: middle;
    width: 40px;
    font-size: 21px;
}
.notification-label {
    font-size: 13.5px;
    transition: all .2s ease-in-out;
    border-radius: 2px;
    color: #031b4e;
}
.notification-label:hover {
    color: #3858f9;
}
.main-message-list .name:hover {
    color: #3858f9;
}
.notification-subtext {
    font-size: 12px;
    color: #596882;
}
.box-shadow-primary {
    box-shadow: 0 5px 10px rgba(40, 92, 247, 0.25);
}
.box-shadow-success {
    box-shadow: 0 5px 10px rgba(59, 176, 1, 0.25);
}
.box-shadow-warning {
    box-shadow: 0 5px 10px rgba(255, 193, 7, 0.25);
}
.box-shadow-danger {
    box-shadow: 0 5px 10px rgba(220, 53, 69, 0.25);
}
.box-shadow-pink {
    box-shadow: 0 5px 10px rgba(241, 0, 117, 0.25);
}
.btn-warning-light {
    color: #FDAC41;
    background-color: rgba(253, 172, 65, 0.2);
    border-color: rgba(253, 172, 65, 0.2);
}
.btn-warning-light:hover {
    color: #1c273c;
    background-color: #FDAC41;
    border-color: #FDAC41;
}
.btn-warning:focus, .btn-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(221, 170, 15, 0.5);
}
.btn-warning-light.disabled, .btn-warning-light:disabled {
    color: #1c273c;
    background-color: #FDAC41;
    border-color: #FDAC41;
}
.btn-warning-light:not(:disabled):not(.disabled):active, .btn-warning-light:not(:disabled):not(.disabled).active {
    color: #1c273c;
    background-color: #FDAC41;
    border-color: #FDAC41;
}
.show > .btn-warning-light.dropdown-toggle {
    color: #1c273c;
    background-color: #FDAC41;
    border-color: #FDAC41;
}
.btn-warning-light:not(:disabled):not(.disabled):active:focus, .btn-warning-light:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 0.2rem rgba(221, 170, 15, 0.5);
}
.show > .btn-warning-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(221, 170, 15, 0.5);
}
.main-notification-list .las {
    font-size: 13px;
}
.main-notification-list a:hover {
    background: #f6faff;
    color: #45567b;
}
.main-message-list a:hover {
    background: #f6faff;
    color: #45567b;
}
.page-header-icon i {
    margin: 0 auto;
    color: #3858f9;
    text-shadow: -2px 2px 2px rgba(34, 5, 191, 0.2);
}
.nav-badge {
    margin-left: auto !important;
    z-index: 9;
    padding: 5px 7px;
    font-size: 10.5px;
    border-radius: 50%;
    box-shadow: 0 4px 6px rgba(50, 50, 93, 0.09), 0 1px 3px rgba(0, 0, 0, 0.08);
    position: absolute;
    right: 12px;
}
.nav-text-badge {
    margin-left: auto !important;
    z-index: 9;
    position: absolute;
    right: 7px;
}
.main-sidebar-hide .nav-badge {
    position: absolute;
    top: 5px;
    display: block !important;
    padding: 3px 5px !important;
    box-shadow: 0 4px 6px rgba(50, 50, 93, 0.09), 0 1px 3px rgba(0, 0, 0, 0.08);
}
.widget-icons {
    height: 45px;
    width: 45px;
    padding: 7px;
    border-radius: 50%;
    font-size: 23px;
    text-align: center;
    line-height: 28px;
}
.widget-icons i {
    margin: 0 auto;
    text-align: center;
    align-items: center;
}
.line-list {
    padding-left: 30px;
    margin-bottom: 0;
    position: relative;
    list-style-type: none;
}
.line-list li:before {
    content: "";
    position: absolute;
    border-radius: 100%;
    width: 12px;
    height: 12px;
    left: 0;
    border: 3px solid #3858f9;
    margin-right: 15px;
    z-index: 2;
    background: #fff;
}
.line-list li:after {
    content: "";
    border: 1px solid #e6edf7;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
}
.image-grouped .profile-img {
    width: 30px;
    height: 30px;
}
.increase i, .decrease i {
    height: 35px;
    width: 35px;
    margin: 0 auto;
    text-align: center;
    line-height: 35px;
    font-size: 16px;
}
.sales-bar {
    min-height: 180px !important;
    position: relative;
    bottom: -21px;
}
.main-sidebar-body .nav-sub .nav-sub-item .nav-sub-link::before {
    content: "";
    position: absolute;
    display: block;
    width: 1px;
    background: #3858f9;
    left: -27px;
    z-index: 99;
    height: 34px;
}
.progress-sm {
    height: 4px;
}
.expansion-value strong:first-child {
    color: #1c273c;
}
.expansion-value strong:last-child {
    color: #7987a1;
}
.card-chart {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    margin-top: 3px;
}
.sales-details {
    position: absolute;
    width: 100%;
}
.table-dashboard-one {
    width: 100%;
    font-size: 13px;
}
.table-dashboard-one td {
    vertical-align: top;
    line-height: 1;
    padding: 9px 0;
}
.table-dashboard-one td:first-child {
    padding-left: 0;
}
.table-dashboard-one td:last-child {
    color: #8392a5;
}
.table-dashboard-one tr + tr td {
    border-top: 1px solid #e5e9f2;
}
.img-sm {
    width: 43px;
    min-width: 43px;
    height: 43px;
}
.flotChart6 {
    width: 100%;
    height: 180px;
}
.browser-stats i {
    height: 32px;
    width: 32px;
    text-align: center;
    border-radius: 50%;
    line-height: 32px;
}
.browser-stats .item {
    padding: 11px 1rem;
}
.browser-stats h6 {
    font-size: 13px;
    margin-bottom: 2px;
}
.browser-stats .sub-text {
    display: block;
    color: #97a3b9;
    font-size: 10.6px;
}
.sales-card .badge {
    border-radius: 30px;
    background-color: #c6d8ff;
    padding: 4px 15px;
    color: #4680ff;
    font-weight: 600;
}
.sales-card .sales-icon {
    color: #fff;
    font-size: 18px;
    padding: 40px 40px 20px 20px;
    border-radius: 50%;
    position: absolute;
    top: -30px;
    right: -30px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.sales-card:hover .sales-icon {
    font-size: 25px;
}
.aligner-wrapper {
    position: relative;
}
.aligner-wrapper .absolute.absolute-center {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    position: absolute;
}
.chart-icons {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}
.sales-flot {
    position: relative;
}
.sales-flot .flot-chart .flot-x-axis > div span:first-child {
    display: block;
    text-transform: uppercase;
    font-family: var(--font-family-mulish);
    font-weight: 500;
    font-size: 10px;
    color: #7987a1;
    top: 10px;
    position: relative;
}
.sales-flot .flot-chart .flot-x-axis > div span:last-child {
    display: block;
    font-size: 16px;
    font-weight: 700;
    font-family: var(--font-family-mulish);
    color: #1c273c;
    line-height: 1;
    top: 15px;
    position: relative;
}
.media img {
    width: 35px;
    height: 35px;
}
.dashboard-carousel .btn-icons {
    display: inline-block;
    background: #eff2f6 !important;
    background: no-repeat 50% / 100% 100%;
    text-align: center;
    line-height: 15px;
    margin: 0 auto;
    align-items: center;
    padding: 0.375rem 0.75rem;
    min-height: inherit;
}
.dashboard-carousel .btn-icons i {
    font-size: 15px;
    margin: 0 auto;
    text-align: center;
}
.sales-dash-header {
    position: absolute;
    left: 20px;
    right: 20px;
    padding: 0;
    background-color: transparent;
    z-index: 5;
}
.sales-bar-chart {
    position: relative;
    width: auto;
    height: 160px;
}
.sales-session {
    margin-left: 0;
    padding-left: 0;
}
.sales-session li {
    list-style-type: none;
    margin-bottom: 1.2rem;
}
.stats .icon {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 45px;
    border-radius: 3px;
}
.stats .icon i {
    font-size: 20px;
}
.border-primary-light {
    border: 1px solid #94aefb;
}
.border-pink-light {
    border: 1px solid #f3a7cc;
}
.ecommerce-card .icons {
    height: 50px;
    width: 50px;
    line-height: 63px;
    border-radius: 50px;
    text-align: center;
    background: #e9eefe;
}
.ecommerce-card .icons.primary {
    background: rgba(0, 0, 0, 0.2);
}
.ecommerce-card .icons.primary i {
    color: rgba(255, 255, 255, 0.8) !important;
}
.ecommerce-card .icons i {
    color: rgba(0, 0, 0, 0.5);
    font-size: 30px;
}
.ecommerce-card .icons.pink {
    background: rgba(241, 0, 117, 0.08) !important;
    color: #f10075;
}
.ecommerce-card .icons.pink i {
    color: #f10075;
    opacity: 0.8;
}
.ecommerce-card:hover .icons.pink {
    background: #f10075 !important;
}
.ecommerce-card:hover .icons.pink i {
    color: #fff;
    opacity: 1;
}
.ecommerce-card .icons.success {
    background: rgba(34, 192, 60, 0.1);
    color: #0ba360;
}
.ecommerce-card .icons.success i {
    color: #0ba360;
    opacity: 0.8;
}
.ecommerce-card:hover .icons.success {
    background: #0ba360 !important;
}
.ecommerce-card:hover .icons.success i {
    color: #fff;
    opacity: 1;
}
.ecommerce-card .icons.warning {
    background: rgba(255, 193, 7, 0.12);
    color: #ffc107;
}
.ecommerce-card .icons.warning i {
    color: #ffc107;
    opacity: 0.8;
}
.ecommerce-card:hover .icons.warning {
    background: #ffc107 !important;
}
.ecommerce-card:hover .icons.warning i {
    color: #fff;
    opacity: 1;
}
.rating-table.table th, .rating-table.table td {
    padding: 7px 6px !important;
    line-height: 1.462;
}
.rating-table tr {
    padding: 10px 0;
}
.product-timeline ul.timeline-1 {
    list-style-type: none;
    position: relative;
}
.product-timeline .name {
    color: #031b4e;
    font-size: 15px;
}
.product-timeline ul.timeline-1:before {
    content: ' ';
    margin: 20px 20px 0 22px;
    display: inline-block;
    position: absolute;
    left: -2px;
    height: 94%;
    z-index: 0;
    content: '';
    position: absolute;
    bottom: 0;
    border-left: 2px dotted #c0ccda;
}
.product-timeline ul.timeline-1 > li {
    margin: 20.7px 0;
    padding-left: 1rem;
}
.product-timeline ul.timeline-1 > li .product-icon {
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    left: 1px;
    background-color: #f3f6f7;
    font-size: 20px;
    line-height: 40px;
    font-size: 21px;
}
.font-weight-semibold {
    font-weight: 500 !important;
}
.bounceIn {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}
@keyframes bounceIn {
    from, 20%, 40%, 60%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }
    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
.order-list .list {
    padding-left: 0;
}
.order-list .list .list-item:first-child {
    padding-top: 0;
}
.order-list .list.list-noborders .list-item {
    border: none;
}
.order-list .list .list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 0 19px 0;
}
.order-list .list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid #dee2e6;
}
.top-selling-product img {
    border-radius: 6px;
}
.top-selling-product .table th, .top-selling-product .table td {
    padding: 7px 7px 7px 13px !important;
    vertical-align: baseline;
}
.top-selling-product .table-bordered thead th, .top-selling-product .table-bordered thead td {
    border-top-width: 1px;
    padding-top: 11px !important;
    padding-bottom: 11px !important;
}
.out-of-stock {
    position: relative;
}
.out-of-stock:before {
    position: absolute;
    content: '';
    background: rgba(239, 242, 246, 0.8) !important;
    top: 0;
    left: 0;
    width: 43px;
    min-width: 43px;
    height: 43px;
    bottom: 0;
    background-size: cover;
    display: block;
}
.top-selling-product .text-default {
    color: #cdd4e8 !important;
}
.order-list img {
    border-radius: 6px;
}
.traffic-resource .table th, .traffic-resource .table td {
    padding: 15px 0px !important;
    border-top: 0;
    border-bottom: 1px solid #e2e8f5;
}
.traffic-resource h6 {
    margin-bottom: 0;
}
.traffic-resource .table-hover tbody tr:hover {
    color: #031b4e;
    background-color: transparent;
}
.dot-label {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    animation: ani 1s linear infinite;
    left: 9px;
    bottom: -8px;
    position: relative;
}
#summary-chart {
    height: 204px;
    width: 100%;
}
.summary.chart-legend {
    top: 169px;
}
@keyframes ani {
    0% {
        transform: scale(1);
    }
    25% {
        transform: scale(1);
    }
    30% {
        transform: scale(1.4);
    }
    50% {
        transform: scale(1.2);
    }
    70% {
        transform: scale(1.4);
    }
    90% {
        transform: scale(1);
    }
    100% {
        transform: scale(1);
    }
}
#ecom-chart {
    height: 200px !important;
}
.legend {
    width: 9px;
    height: 9px;
    display: block;
    border-radius: 100%;
    margin-right: 0px;
    margin-top: 6px;
}
.list-unstyled .legend-content {
    display: inline-block;
    vertical-align: top;
}
.list-unstyled li {
    display: flex;
    margin-bottom: 20px;
}
.latest-timeline-1 ul.timeline-1 {
    list-style-type: none;
    position: relative;
}
.latest-timeline-1 ul.timeline-1:before {
    content: ' ';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 20px;
    border-left: 2px dotted #c0ccda;
}
.latest-timeline-1 ul.timeline-1 > li {
    margin: 25px 0;
    padding-left: 0.90rem;
}
.latest-timeline-1 ul.timeline-1 > li a {
    color: #000;
}
.latest-timeline-1 ul.timeline-1 > li .date {
    font-size: 10px;
}
.latest-timeline-1 ul.timeline-1 > li p {
    font-size: 13px;
}
.latest-timeline-1 ul.timeline-1 > li .product-icon {
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    left: 1px;
    background-color: #f3f6f7;
    font-size: 20px;
    line-height: 37px;
    font-size: 21px;
}
.latest-timeline-1 ul.timeline-1 > li:nth-child(2):before {
    border: 3px solid #fb1c52;
}
.latest-timeline-1 ul.timeline-1 > li:nth-child(3):before {
    border: 3px solid #e9b307;
}
.latest-timeline-1 ul.timeline-1 > li:nth-child(4):before {
    border: 3px solid #4481eb;
}
.latest-timeline-1 ul.timeline-1 > li:last-child:before {
    border: 3px solid #27af06;
}
.projects-stat .table-bordered th, .projects-stat .table-bordered td {
    border: transparent;
}
.projects-stat .table th, .projects-stat .table td {
    padding: 7px 0 !important;
    vertical-align: baseline;
}
.projects-stat .project-names h6 {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    color: #fff;
    line-height: 2.5;
    margin-bottom: 0;
    font-weight: 600;
    padding: 3px;
}
.review-project .project-contain {
    display: inline-block;
}
.review-project .table th, .review-project .table td {
    vertical-align: middle;
    padding: 7px 15px;
}
.review-project.card tbody > tr > th:not(:first-child), .review-project.card tbody > tr > td:not(:first-child) {
    font-family: var(--font-family-mulish);
    font-size: 13px !important;
}
.review-project img {
    vertical-align: top;
    width: 35px;
    min-width: 32px;
    height: 35px;
}
.latest-tasks .tasks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    margin: 0 0 1rem 0;
}
.latest-tasks .add-delete-task {
    float: right;
    right: 40px;
    position: absolute;
    z-index: 3;
    color: #4461f6;
    display: none;
}
.tasks:hover .add-delete-task {
    display: block;
}
.latest-tasks .add-delete-task .btn.btn-link {
    padding: 9px 8px;
}
.latest-tasks .task-line:before {
    position: absolute;
    display: block;
    width: .2rem;
    top: .2rem;
    content: "";
    border-radius: .2rem;
    height: 2rem;
}
.latest-tasks .label {
    color: #031b4e;
    margin-left: 1.3rem;
    font-weight: 500;
}
.tasks .task-line.active .label {
    text-decoration: line-through;
}
.latest-tasks .time {
    margin-left: 1.3rem;
    font-size: 13px;
    color: #7987a1;
}
.latest-tasks .task-line.primary:before {
    background: linear-gradient(45deg, #3858f9, #8e79fd);
}
.latest-tasks .task-line.pink:before {
    background: linear-gradient(45deg, #f10075 0%, #fd5d93 74%);
}
.latest-tasks .task-line.success:before {
    background: linear-gradient(to top, #0ba360 0%, #3cba92 100%);
}
.latest-tasks .task-line.teal:before {
    background: linear-gradient(45deg, #00cccc 0%, #6aefef 100%);
}
.latest-tasks .task-line.warning:before {
    background: linear-gradient(45deg, #ff5858 0%, #f09819 100%);
}
.latest-tasks .task-line.orange:before {
    background: #fd7e14;
}
.latest-tasks .task-line.info:before {
    background: linear-gradient(45deg, #17a2b8 0%, #4dc8dc 74%);
}
.latest-tasks .task-line.purple:before {
    background: linear-gradient(45deg, #7f53ac 0%, #647dee 74%);
}
.latest-tasks .task-line.danger:before {
    background: linear-gradient(45deg, #f53c5b, #fb768c);
}
.latest-tasks .check-box .ckbox span:before {
    content: '';
    width: 16px;
    height: 16px;
    background-color: rgba(190, 206, 255, 0.05);
    border: 1px solid #d9e2ff;
    top: 1px;
    left: 0;
    border-radius: 2px;
}
.latest-tasks .check-box .ckbox span:after {
    border-radius: 2px;
}
.latest-tasks .ckbox input[type='checkbox']:checked + span:after a {
    text-decoration: line-through;
}
.latest-tasks .nav-tabs .nav-link {
    color: #7987a1;
}
.latest-tasks .nav-tabs .nav-link.active, .latest-tasks .nav-tabs .nav-link:hover, .latest-tasks .nav-tabs .nav-link:focus {
    color: #3858f9;
}
.image-grouped img {
    margin-right: -.6em !important;
}
.card-progress {
    display: flex;
    align-items: center;
}
.card-progress .progress {
    height: 3px;
    flex: 1;
    margin: 0 5px;
}
.background-text {
    position: relative;
    z-index: 10;
}
.project-countdown #launch_date {
    margin: 0;
}
.project-countdown .countdown {
    padding: 0;
    margin: 0;
}
.project-countdown .countdown li {
    width: 65px;
    height: 65px;
    z-index: 0;
    padding: 0px;
    line-height: 30px;
}
.project-countdown .countdown .number {
    font-size: 20px;
    font-weight: 700;
    line-height: 14px;
    padding-top: 11px;
}
.project-countdown .countdown .time {
    padding-top: 0px;
    font-size: 11px !important;
}
.project-countdown .countdown span {
    display: block;
    color: #fff;
}
.project-countdown .countdown li {
    background: #285cf7;
    border: 5px solid #285cf7;
}
@media (min-width: 992px) {
    .project-countdown .countdown li {
        margin: 2px 5px 7px 5px;
    }
}
.Activity-scroll {
    max-height: 344px;
}
.activity .added-project {
    font-weight: 700;
    font-size: 13px;
    color: #3858f9;
}
.sparkline .tooltip {
    width: 20px;
    height: 20px;
}
.Project-scroll {
    max-height: 367px;
    position: relative;
}
.rating-scroll {
    max-height: 344px;
    position: relative;
}
.btn-sm, .btn-group-sm > .btn {
    padding: .2rem .7rem;
    font-size: .7rem;
}
.coming-events .icon {
    height: 47px;
    width: 47px;
    border-radius: 50%;
    text-align: center;
}
.coming-events .icon span {
    display: block;
    font-size: 12px;
}
.coming-events .icon .date {
    line-height: 10px;
    padding-top: 11px;
}
.coming-events .icon .month {
    font-size: 11px;
}
.coming-events .pb-3 {
    padding-bottom: 0.8rem !important;
}
.coming-events .pt-3 {
    padding-top: 0.8rem !important;
}
.activity {
    position: relative;
    padding: 1.25rem 1.25rem 0 1.25rem;
}
.activity-list {
    position: relative;
}
.activity-list:before {
    content: ' ';
    border: 1px solid #eaf2f9;
    margin: 20px 20px 0 22px;
    display: inline-block;
    position: absolute;
    width: 2px;
    height: 100%;
    z-index: 0;
}
.activity .img-activity {
    width: 42px;
    height: 42px;
    text-align: center;
    line-height: 34px;
    border-radius: 50%;
    position: absolute;
    -webkit-box-shadow: 0 0 0 0.5px #f8f9fa;
    box-shadow: 0 0 0 0.5px #f8f9fa;
}
.activity .item-activity {
    margin-left: 60px;
    margin-bottom: 20px;
}
.row-cards > .col, .row-cards > [class*='col-'] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}
.row-deck > .col, .row-deck > [class*='col-'] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.row-deck > .col .card, .row-deck > [class*='col-'] .card {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.bg-gradient-blue {
    background-image: linear-gradient(to right, #1976d2 0, #64b5f6 100%);
}
.semi-circle {
    background: rgba(234, 239, 254, 0.5);
    border-radius: 0 0 300px 300px;
}
.project-card {
    overflow: hidden;
}
.project-card:hover i {
    color: #285cf7;
    opacity: .16;
}
.project-card i {
    font-size: 65px;
    margin: 0 24px 0 -30px;
    position: relative;
    opacity: .07;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.project-card .project-content {
    width: 100%;
}
.project-card .project-content ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.project-card .project-content ul strong {
    color: #97a3b9;
    font-size: 12px;
    font-weight: 400;
}
.project-card .project-content ul li {
    line-height: 20px;
}
.project-card .project-content ul span {
    color: #323232;
    float: right;
    font-weight: 600;
    text-align: right;
    margin-left: auto;
}
.project-card .primary {
    fill: #fff;
    background: linear-gradient(45deg, #3858f9, #8e79fd);
    padding: 11px;
    border-radius: 5px;
    box-shadow: 0 7px 30px rgba(128, 116, 252, 0.5);
}
.project-card .success {
    fill: #fff;
    background: linear-gradient(to top, #0ba360 0%, #3cba92 100%);
    padding: 11px;
    border-radius: 5px;
    box-shadow: 0 7px 30px rgba(11, 163, 96, 0.3);
}
.project-card .danger {
    fill: #fff;
    background: linear-gradient(45deg, #f53c5b, #fb768c);
    padding: 11px;
    border-radius: 5px;
    box-shadow: 0 7px 30px rgba(250, 106, 130, 0.5);
}
.project-card .warning {
    fill: #fff;
    background-image: linear-gradient(45deg, #ff5858 0%, #f09819 100%);
    padding: 11px;
    border-radius: 5px;
    box-shadow: 0 7px 30px rgba(241, 159, 93, 0.5);
}
.area.chart-legend {
    top: 125px;
}
.recent-operations-card .operation-icon {
    width: 40px;
    height: 40px;
    text-align: center;
    padding: 0;
    font-size: 18px;
    color: #fff;
    border-radius: 5px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.crypto-scroll {
    max-height: 291px;
    position: relative;
}
.transcation-scroll {
    max-height: 400px;
    position: relative;
}
.transcation-scroll .list p a {
    color: #596882;
}
.table.table-clean td .value {
    font-size: .9rem;
    line-height: 1.6;
    font-weight: 500;
}
.table.table-clean td .sub-value {
    font-size: .72rem;
    color: #7987a1;
}
.table.table-clean tr:first-child td {
    border-top: none;
}
.table.table-clean td {
    border-top-color: rgba(0, 0, 0, 0.05);
}
.table.table-clean th, .table.table-clean td {
    padding: 7px 20px !important;
}
.crypto #flotChart3, .crypto #flotChart5, .crypto #flotChart1 {
    position: relative;
    margin: 0 -40px;
    margin-bottom: -40px;
}
.crypto .media {
    position: absolute;
}
.card-minimal-four .card-footer .nav-link {
    flex: 1;
    display: block;
    text-align: center;
    background-color: #e3e7ed;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
}
.crypto .card-footer {
    background-color: #fff;
    padding: 0;
}
.crypto .card-footer .nav-link:hover, .crypto .card-footer .nav-link:focus {
    background-color: #eeeff4;
}
.crypto .card-footer .nav-link span {
    display: block;
}
.crypto .card-footer .nav-link span:first-child {
    color: #97a3b9;
    font-weight: 700;
    font-size: 11px;
}
.crypto .card-footer .nav-link span:last-child {
    color: #031b4e;
    font-weight: 500;
    font-size: 11px;
    font-family: var(--font-family-mulish);
}
.crypto .card-footer .nav-link + .nav-link {
    border-left: 1px solid #e2e8f5;
}
.crypto.card-footer .nav-link.active {
    background-color: #fcfcfc;
}
.crypto .card-footer .nav-link.active::before {
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    right: 0;
    z-index: 5;
}
.card-body-top {
    top: 63px;
    left: -5px;
    position: absolute;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    z-index: 10;
}
.card-body-top a {
    color: #1c273c;
    font-weight: 700;
    width: 20px;
    text-align: right;
    display: inline-block;
}
.crypto .card-footer .nav-link {
    display: block;
    padding: 0.5rem 1.49rem;
}
.crypto .nav-link + .nav-link {
    border-left: 1px solid #e2e8f5;
}
.crypto .card-footer .nav-link {
    flex: 1;
    display: block;
    text-align: center;
    background-color: rgba(227, 231, 237, 0.45);
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
}
.crypto .coin-logo {
    width: 42px;
    height: 42px;
    color: #fff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-right: 15px;
}
.crypto h6 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 2px;
    color: #1c273c;
}
.nav-wrapper.crypto .label {
    font-weight: 500;
}
.card-minimal-two .nav-pills .nav-link.active {
    border-radius: 2px;
    background-color: #3858f9;
}
.card-minimal-two .nav-link {
    display: block;
    padding: 8px 30px;
    margin: 2px;
    background-color: #e3e7ed;
}
.market-values .btn {
    min-height: initial;
}
.fs-name {
    font-size: .92rem;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 3px;
}
.main-sidebar .search {
    position: relative;
    padding: 0 10px;
}
.main-sidebar .search .form-control {
    display: block;
    width: 214px;
    height: 40px;
    border-radius: 25px;
}
.main-sidebar .search .btn {
    position: absolute;
    top: 0;
    right: 0;
    background-color: transparent;
    height: 40px;
    color: #b4bdce;
    transition: none;
    font-size: 14px;
    padding-right: 31px;
}
.text-nowrap {
    white-space: nowrap !important;
}
@media (max-width: 576px) {
    .text-sm-nowrap {
        white-space: nowrap !important;
    }
}
@media (max-width: 768px) {
    .text-md-nowrap {
        white-space: nowrap !important;
    }
}
@media (max-width: 992px) {
    .text-lg-nowrap {
        white-space: nowrap !important;
    }
}
@media (max-width: 1000px) {
    .text-xl-nowrap {
        white-space: nowrap !important;
    }
}
.card-dashboard-audience-metrics .flot-chart .flot-x-axis > div {
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 700;
    color: #7987a1;
    display: none;
}
.task-box {
    background-color: #eff2f6;
    margin-bottom: 15px;
    padding: 10px;
}
.task-box.primary p, .task-box.pink p {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 10px;
    margin-bottom: 5px;
    letter-spacing: .5px;
}
.task-box.danger p, .task-box.pink p {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 10px;
    margin-bottom: 5px;
    letter-spacing: .5px;
}
.task-box.primary {
    color: #fff !important;
    background: linear-gradient(45deg, #00768a, #3b9029);
    border-radius: 10px;
    box-shadow: 0 7px 30px rgba(116, 252, 228, 0.5);
}
.task-box.danger {
    background: linear-gradient(45deg, #0084a6, #00c1fe);
    color: #fff !important;
    border-radius: 10px;
    box-shadow: 0 7px 30px rgba(106, 184, 250, 0.5);
}
.task-stat .tasks {
    color: #031b4e;
    padding: 0.65rem 1.25rem;
    font-weight: 500;
    border-bottom: 1px solid #e7ebf3;
}
.breadcrumb-header {
    display: flex;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
    margin-top: 80px;
    z-index: 0;
}
.breadcrumb-header .breadcrumb {
    background: transparent !important;
    padding: 0;
    margin-bottom: 0;
    font-size: 13px;
}
.svg-icons {
    fill: #031b4e;
    height: 20px;
}
.eve-icon {
    height: 20px;
}
.ui-bottom-data {
    position: relative;
    bottom: -10px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 10px rgba(24, 28, 33, 0.2);
    box-shadow: 0 1px 10px rgba(24, 28, 33, 0.2);
}
.card .card-header .card-header-right .card-option {
    width: 35px;
    height: 20px;
    overflow: hidden;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.card .card-header .card-header-right .card-option li {
    display: inline-block;
}
.dataTables_paginate .pagination .page-link {
    width: inherit;
    height: inherit;
}
.dataTables_paginate .page-item.active .page-link {
    background-color: inherit;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.focus {
    background: #3858f9;
}
.dataTables_wrapper .dataTables_paginate .page-item.disabled .page-link {
    background-color: #eceff3;
}
table.dataTable tfoot th, table.dataTable tfoot td {
    padding: 10px 18px 6px 18px;
    border-top: 1px solid #93adf9;
}
.project-list .list-unstyled li {
    display: flex;
    margin-bottom: 20px;
    padding: 14px;
    border: 1px solid #dee4ec;
    border-left: 1px solid #000;
}
.project-list .list-unstyled li .media-body {
    margin-left: 13px;
}
.border-left-primary {
    border-left-color: #3858f9 !important;
}
.border-left-success {
    border-left-color: #0ba360 !important;
}
.border-left-warning {
    border-left-color: #ffc107 !important;
}
.card-category {
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 500;
    letter-spacing: .05em;
    margin: 0 0 .5rem;
    background: #eff2f6;
}
.demo-gallery > ul > li a {
    border-radius: 3px;
    display: block;
    overflow: hidden;
    position: relative;
    float: left;
    height: 100%;
    width: 100%;
}
.demo-gallery > ul > li a > img {
    opacity: 1;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    width: 100% !important;
}
.demo-gallery > ul > li a:hover > img, .demo-gallery > ul > li a:hover .demo-gallery-poster > img {
    opacity: .5;
}
.demo-gallery > ul > li a .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color 0.15s ease 0s;
    -o-transition: background-color 0.15s ease 0s;
    transition: background-color 0.15s ease 0s;
}
.demo-gallery > ul > li a .demo-gallery-poster > img {
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}
.demo-gallery > ul > li a:hover .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.5);
}
.demo-gallery .justified-gallery > a > img {
    -webkit-transition: -webkit-transform 0.15s ease 0s;
    -moz-transition: -moz-transform 0.15s ease 0s;
    -o-transition: -o-transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    height: 100%;
    width: 100%;
}
.demo-gallery .justified-gallery > a:hover > img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}
.demo-gallery .justified-gallery > a:hover .demo-gallery-poster > img {
    opacity: 1;
}
.demo-gallery .justified-gallery > a .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color 0.15s ease 0s;
    -o-transition: background-color 0.15s ease 0s;
    transition: background-color 0.15s ease 0s;
}
.demo-gallery .justified-gallery > a .demo-gallery-poster > img {
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}
.demo-gallery .justified-gallery > a:hover .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.5);
}
.demo-gallery .video .demo-gallery-poster img {
    height: 48px;
    margin-left: -24px;
    margin-top: -24px;
    opacity: 0.8;
    width: 48px;
}
.demo-gallery.dark > ul > li a {
    border: 3px solid #04070a;
}
.card-body + .card-body {
    border-top: 1px solid #eaedf1;
}
.left-side-product-box img {
    width: 100%;
}
.left-side-product-box .sub-img img {
    margin-top: 5px;
    width: 83px;
    height: 100px;
}
.right-side-pro-detail span {
    font-size: 15px;
}
.right-side-pro-detail p {
    font-size: 25px;
    color: #a1a1a1;
}
.right-side-pro-detail .price-pro {
    color: #E45641;
}
.right-side-pro-detail .tag-section {
    font-size: 18px;
    color: #5D4C46;
}
.pro-box-section .pro-box img {
    width: 100%;
    height: 200px;
}
@media (min-width: 360px) and (max-width: 640px) {
    .pro-box-section .pro-box img {
        height: auto;
    }
}
.product-details .media img {
    width: 60px;
    height: 60px;
    margin-right: 20px;
    border-radius: 5px;
    max-width: inherit;
}
.card-item-desc .card-item-desc-1 dt, dd {
    display: inline-block;
}
.card-item-desc .card-item-desc-1 dt {
    font-weight: 500;
    font-size: 13px;
}
.card-item-desc .card-item-desc-1 dd {
    font-size: 13px;
    color: #7987a1;
    margin-bottom: 0;
}
.card-item-desc dl {
    margin-bottom: 0;
}
.preview-pic {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.preview-thumbnail.nav-tabs {
    border: none;
    margin-top: 15px;
}
.preview-thumbnail.nav-tabs li {
    width: 18%;
    margin-right: 2.5%;
}
.preview-thumbnail.nav-tabs li img {
    max-width: 100%;
    display: block;
}
.preview-thumbnail.nav-tabs li a {
    padding: 0;
    margin: 0;
}
.preview-thumbnail.nav-tabs li:last-of-type {
    margin-right: 0;
}
.tab-content {
    overflow: hidden;
}
.tab-content img {
    width: 100%;
    -webkit-animation-name: opacity;
    animation-name: opacity;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
}
.details {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.colors {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.product-title, .price, .sizes, .colors {
    text-transform: UPPERCASE;
    font-weight: bold;
}
.checked, .price span {
    color: #ff9f1a;
}
.product-title, .rating, .product-description, .price, .vote, .sizes {
    margin-bottom: 15px;
}
.product-title {
    margin-top: 0;
}
.size {
    margin-right: 10px;
}
.size:first-of-type {
    margin-left: 40px;
}
.details .rdiobox span:after {
    top: 5px;
}
.details .rdiobox span:before {
    top: 0px;
}
@-webkit-keyframes opacity {
    0% {
        opacity: 0;
        -webkit-transform: scale(3);
        transform: scale(3);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes opacity {
    0% {
        opacity: 0;
        -webkit-transform: scale(3);
        transform: scale(3);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
.colorinput {
    margin: 0;
    position: relative;
    cursor: pointer;
}
.colorinput-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.colorinput-color {
    display: inline-block;
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 3px;
    border: 1px solid #eaf0f7;
    color: #fff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.colorinput-color:before {
    content: '';
    opacity: 0;
    position: absolute;
    top: .25rem;
    left: .25rem;
    height: 1.25rem;
    width: 1.25rem;
    transition: .3s opacity;
}
.colorinput-input:checked ~ .colorinput-color:before {
    opacity: 1;
}
.feature2 i {
    line-height: 3rem;
    font-size: 20px;
    margin: 0 0 15px 0;
}
.item-card .cardtitle span {
    display: block;
    font-size: .75rem;
}
.item-card .cardtitle a {
    color: #1f252d;
    font-weight: 500;
    text-decoration: none;
}
.item-card .cardprice {
    position: absolute;
    top: 17px;
    right: 15px;
}
.item-card .cardprice span {
    display: block;
    color: #1f252d;
}
.item-card .cardprice span.type--strikethrough {
    opacity: .7;
    text-decoration: line-through;
}
.item-card .relative {
    position: relative;
}
.br-tl-0 {
    border-top-left-radius: 0 !important;
}
.br-bl-0 {
    border-bottom-left-radius: 0 !important;
}
.br-tr-0 {
    border-top-right-radius: 0 !important;
}
.br-br-0 {
    border-bottom-right-radius: 0 !important;
}
.main-icon-list {
    padding: 10px;
    border: 1px solid #e1e6f1;
}
.icons-list {
    list-style: none;
    margin: 0 -1px -1px 0;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.icons-list-item {
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px 14px;
}
.icons-list .flag-icon {
    border-radius: 0;
}
.example {
    padding: 1rem;
    border: 1px solid #e1e6f1;
    font-size: 0.9375rem;
}
.example + .highlight {
    border-top: none;
    margin-top: 0;
}
.text-wrap > :last-child {
    margin-bottom: 0;
}
.highlight {
    margin: 5px 0px 0px 0px;
    border: 1px solid #e1e6f1;
    border-radius: 5px;
    font-size: 0.9375rem;
    background: #edeff7;
    position: relative !important;
}
.highlight pre {
    margin-bottom: 0;
    background-color: #e9e7f7;
    max-height: 20rem;
}
pre {
    color: #3d3f4e;
    padding: 1rem;
    overflow: auto;
    font-size: 85%;
    line-height: 1.45;
    background-color: #edeff7;
    border-radius: 3px;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    text-shadow: 0 1px white;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}
.clip-widget {
    position: relative;
}
.clipboard-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 14px;
    background: #fff;
    border: 1px solid #e1e6f1;
    padding: 5px 10px;
    border-radius: 0px;
    cursor: pointer;
}
.avatar {
    position: relative;
    width: 36px;
    height: 36px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    background-color: #3858f9;
}
.avatar-list .avatar:not(:last-child) {
    margin-right: .5rem;
}
.breadcrumb-3 ol {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
}
.breadcrumb-3 li {
    display: contents;
    text-align: center;
}
.breadcrumb-4 ol {
    position: relative;
    display: block;
    width: 100%;
    text-align: right;
}
.breadcrumb-4 li {
    display: contents;
    text-align: right;
}
.img-thumbnail .caption {
    padding: 15px;
}
*::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    transition: .3s background;
}
::-webkit-scrollbar-thumb {
    background: #e1e6f1;
}
*:hover::-webkit-scrollbar-thumb {
    background: #adb5bd;
}
.construction .form-control {
    height: 44px;
}
.construction .btn.btn-icon {
    border: 1px solid #dde6f1;
    text-align: center;
    padding: 0;
    background: 0 0;
    font-size: 20px;
    color: rgba(0, 0, 0, 0.9);
    margin: 0 5px;
    border-radius: 3px;
}
.tx-facebook {
    color: #3b5998;
}
.tx-pinterest {
    color: #cd2029;
}
.tx-google-plus {
    color: #d34836;
}
.tx-twitter {
    color: #429cd6;
}
.sidebar-right .main-nav-line .nav-link {
    padding: 10px 18px 10px 21px;
    background: #e3e7ed;
}
.sidebar-right .main-nav-line .nav-link.active::before {
    bottom: 0;
}
.main-sidebar-open .main-sidebar {
    width: 240px;
    transition: left 0.3s ease, width 0.3s ease;
}
.main-header-center {
}
.main-header-center .form-control {
    width: 500px;
}
.main-header {
    margin-bottom: 20px;
}
.main-sidebar {
    background: #fff;
    box-shadow: 2px 10px 30px 0 rgba(0, 0, 0, 0.09), 0 4px 25px 0 rgba(0, 0, 0, 0.09), 0 8px 10px -5px rgba(0, 0, 0, 0.09);
}
.main-sidebar-header {
    background: #fff;
}
.main-sidebar-body .nav-label {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: .5px;
    color: #767c84;
    padding: 15px 0px 12px 15px;
}
.main-sidebar-body .nav-label:after {
    content: '';
    width: 20px;
    height: 2px;
    background: #000;
}
.main-sidebar-body .nav-link {
    height: 40px;
    display: flex;
    align-items: center;
    padding: 2px 15px;
    font-weight: 500;
    font-size: 14px;
    color: #334151;
}
.main-sidebar-body .nav-item:hover .nav-link {
    border-radius: 0 100px 100px 0;
    box-shadow: 0 6px 14px 2px rgba(0, 0, 0, 0.2);
    margin-right: 14px;
    color: #fff;
    background: linear-gradient(45deg, #3b9029, #00768a);
    box-shadow: 0 6px 14px 2px rgba(0, 0, 0, 0.2);
}
.nav-link.with-sub .angle {
    right: 20px;
    top: 14px;
}
.nav-link.with-sub .side-badge {
    right: 18px;
    position: absolute;
}
.main-img-user .avatar {
    width: 38px !important;
    height: 38px !important;
    border-radius: 4px !important;
}
.main-img-user::after {
    display: none;
}
.main-sidebar-body .nav-item + .nav-item::before {
    border-top: 0;
}
.main-sidebar-body .nav-link .leftmenu-icon {
    font-size: 18px;
    line-height: 0;
    margin-right: 4px;
    width: 34px;
    height: 34px;
    line-height: 34px;
    border-radius: 3px;
    text-align: center;
}
.main-content-1 .main-content-header {
    display: block;
    padding: 20px;
    background-color: transparent;
    border: 0;
}
.main-content .header {
    border-radius: 8px;
    margin: 20px;
}
.main-header {
    border-bottom: 1px solid rgba(222, 228, 236, 0.12);
}
.header .form-control {
    border: 2px solid #e2e8f5;
}
.main-sidebar-body .nav-item.show > .nav-sub {
    max-height: 100vh;
    -webkit-transition: max-height 2s ease;
    -o-transition: max-height 2s ease;
    transition: max-height 2s ease;
    transition: all 2s;
}
.main-sidebar-body .nav-item.active .nav-link {
    color: #fff;
    font-weight: 500;
    border-top: 0;
    background: linear-gradient(45deg, #3b9029, #00768a);
    border-radius: 0 6px 6px 0;
    box-shadow: 0 6px 14px 2px rgba(0, 0, 0, 0.2);
}
.main-sidebar-body .nav-link {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    white-space: nowrap;
    padding: 7px 12px;
    color: #031b4e;
    position: relative;
    font-size: 0.875rem;
    line-height: 1;
    vertical-align: middle;
    font-weight: 500;
    margin-right: 14px;
}
.main-sidebar-body .nav-sub-item {
    margin-left: 52px;
}
.main-sidebar-body .nav-item.show > .nav-sub {
    position: relative;
    margin-top: 6px !important;
    margin-bottom: 3px !important;
}
.main-sidebar-body .nav-sub li.active .nav-sub-link::after {
    border-color: #3858f9;
}
.main-sidebar-hide .nav-sub {
    display: none;
}
.main-sidebar-body .nav-sub {
    list-style: none;
    padding: 0;
    margin: 0 !important;
    position: relative;
}
.main-sidebar-body .nav-item {
    position: relative;
}
.main-sidebar-body .nav-item.active {
    border-top: 0;
}
.right-page .value {
    color: #161537;
    font-size: 1rem;
    display: block;
    font-weight: 700;
    line-height: 1;
    margin-top: 1px;
}
.right-page .label {
    color: #979a9f;
    font-size: 12px;
    line-height: 1;
}
.main-logo {
    height: 38px;
    text-align: center;
    align-items: center;
    margin: 0 auto;
}
.main-sidebar-body .nav-sub-link {
    font-weight: 500;
    position: relative;
}
.main-sidebar-body .nav-sub-link:hover {
    color: #3858f9;
}
@media (min-width: 992px) {
    .main-header-menu-icon {
        margin-right: 25px;
        margin-left: auto;
        margin-right: 8px !important;
    }
    .main-sidebar-hide .main-header-menu-icon {
        margin: 0 auto !important;
        text-align: center;
    }
    .main-sidebar-hide .main-sidebar-body .nav-item {
        border-top: 0;
    }
    .main-sidebar-hide .main-sidebar-body .nav-item.active .nav-link {
        border-radius: 50%;
        margin: 0;
        height: 42px;
        width: 42px;
    }
    .main-sidebar-hide .main-sidebar-body .nav-link {
        border-radius: 50%;
        margin: 0;
        height: 42px;
        width: 42px;
        margin: 2px 0;
        height: 40px;
        display: flex;
        align-items: center;
        padding: 2px 10px;
    }
    .animated-arrow span {
        transition: all 500ms ease-in-out;
        transition: all 500ms ease-in-out;
    }
    .animated-arrow span:before, .animated-arrow span:after, .animated-arrow span:before, .animated-arrow span:after {
        transition: all 500ms ease-in-out;
    }
    .main-sidebar-hide .main-sidebar-header {
        border-right: 1px solid #dee4ec;
        width: 80px;
    }
}
.user-pic img {
    width: 60px;
    height: 60px;
    font-size: 36px;
}
.profile-name {
    margin-top: 8px;
}
.breadcrumb-item + .breadcrumb-item::before {
    content: ">";
}
.header-megamenu-dropdown i {
    font-size: 1.1rem;
    margin-right: 4px;
}
.app-sidebar__user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #a8a8a8;
    width: 100%;
    display: inline-block;
}
.user-info .text-dark {
    color: #031b4e !important;
    font-weight: 600;
    font-size: 14px;
    margin-top: 13px;
}
.user-info .text-muted {
    color: #97a3b9 !important;
    font-size: 13px;
}
.sidebar-navs .nav-pills-circle .nav-link {
    display: block;
    padding: 0.4rem 0.6rem;
    font-size: 16px;
    border: 1px solid #e3e7ed;
    border-radius: 50%;
    line-height: 1.6;
    height: 38px;
    width: 38px;
}
.main-sidebar-loggedin {
    padding: 20px 20px 0 20px;
    display: flex;
    flex-shrink: 0;
    border-bottom: 0;
    margin-top: 64px;
}
.main-sidebar .nav-pills-circle {
    margin-bottom: 0 !important;
    text-align: center;
    margin: 0 auto;
    justify-content: center;
}
.jqstooltip {
    width: 20px;
}
.main-sidebar-body .nav-item.show .nav-link.with-sub .angle {
    transform: rotate(90deg);
}
.main-header {
    z-index: 100;
    height: 64px;
}
.header-megamenu-dropdown .nav-item .btn-link {
    color: #fff;
}
.right-page .value {
    color: #fff;
}
.right-page .label {
    color: rgba(255, 255, 255, 0.5);
}
.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #fff;
}
.navbar-form.active .input-group-btn .btn i {
    color: #000 !important;
}
.navbar-form.active .input-group-btn .btn i {
    color: #000 !important;
}
.main-header form[role="search"].active .btn.nav-link {
    display: none;
}
.horizontal-mainwrapper.container {
    margin-right: auto;
    margin-left: auto;
}
.mega-menubg.hor-mega-menu li a:before {
    display: none;
}
.hor-menu .horizontalMenu > .horizontalMenu-list > li > a.active {
    color: #3858f9;
    background: #fff;
    border-bottom: 0;
    border-radius: 0;
}
.hor-menu .horizontalMenu > .horizontalMenu-list > li > a:hover {
    color: #3858f9;
    background: transparent;
}
.horizontal-main.hor-menu {
    background: #fff;
}
@media (min-width: 992px) {
    .hor-menu.sticky-pin {
        position: fixed !important;
        top: 0;
        width: 100%;
        z-index: 99999999;
        box-shadow: 0 2px 10px rgba(32, 43, 64, 0.9);
        height: 58px;
    }
}
.horizontalMenu > .horizontalMenu-list > li > a i {
    font-size: 15px !important;
}
.horizontalMenu > .horizontalMenu-list li .horizontal-icon {
    font-size: 10px !important;
    margin-right: 0;
    margin-left: 2px;
}
.sub-menu li a:before {
    display: none;
}
.horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > a {
    padding: 8px 45px;
}
.drop-shadow {
    -webkit-filter: drop-shadow(0px 30px 4px rgba(0, 0, 0, 0.08));
    filter: drop-shadow(0px 30px 4px rgba(0, 0, 0, 0.08));
}
.floating {
    animation: floating 3s ease infinite;
    will-change: transform;
}
@keyframes floating {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(10px);
    }
    100% {
        transform: translateY(0px);
    }
}
@media (max-width: 991px) and (min-width: 574px) {
    .responsive-logo .logo-2 {
        dispLay: none;
    }
    .responsive-logo .logo-1 {
        height: 2rem;
    }
}
@media (max-width: 574px) {
    .responsive-logo .logo-2 {
        dispLay: block;
        height: 2.5rem;
    }
    .responsive-logo .logo-1 {
        dispLay: none;
    }
}
.Date-time li {
    list-style-type: none;
    position: relative;
}
.time h1 {
    font-weight: 400;
    font-family: var(--font-family-mulish);
    font-size: 60px;
    text-align: left;
    color: #fff;
}
.time p {
    margin-top: 5px;
    text-align: left;
    font-size: 15px;
    color: #fff;
    margin-bottom: 0;
}
.sidebar-right.sidebar-open .time h1 {
    animation-name: fadeInLeft;
    line-height: 1;
}
.sidebar-right.sidebar-open .time p {
    animation-name: fadeInRight;
}
.Date-time {
    padding-left: 0;
    margin-left: 0;
    padding: 20px;
    background-size: cover;
    position: relative;
    margin: 0;
    background: linear-gradient(45deg, #3858f9, #8e79fd);
}
.sidebar {
    top: -1px;
}
.sidebar .tabs-menu ul {
    border-bottom: 1px solid #ebeaf1;
    padding: 16px 6px;
    background: #2f66f7;
    position: relative;
}
.sidebar .tabs-menu ul li a {
    padding: 11px 10px;
    color: #000;
    font-weight: 400;
}
.sidebar .tabs-menu ul li .active {
    background: #2455d5;
    color: #000;
    border: 0;
    position: relative;
}
.sidebar .tabs-menu ul li a.active:before {
    content: '';
    border-bottom: 3px solid #000;
}
.sidebar.sidebar-right {
    width: 300px;
    box-shadow: 1px 0px 45px 0px #605a76 !important;
}
.sidebar-right .tab-content .list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    margin-bottom: -1px;
    background-color: transparent;
    border-bottom: 1px solid #c9d6e6;
}
.contact-img {
    height: 40px;
    width: 40px;
}
.sidebar-right .tab-content .btn-sm, .btn-group-sm > .btn {
    font-size: 0.75rem;
    min-width: 1.625rem;
}
.sidebar-right .tab-content .btn-icon {
    padding-left: .5rem;
    padding-right: .5rem;
    text-align: center;
    width: 32px;
    height: 32px;
}
.sidebar-right .avatar-list ul li {
    display: inline-block;
    margin-right: 12px;
}
.sidebar-right .btn-icon i {
    line-height: 0;
    font-size: 15px;
}
.switch-settings {
    padding: 20px 20px;
}
.events-title {
    color: rgba(0, 0, 0, 0.9);
    font-size: 14px;
    font-weight: 600;
    margin: 0 auto;
    text-align: left;
    text-transform: uppercase;
}
.event-name {
    color: rgba(0, 0, 0, 0.87);
    font-weight: 500;
    font-size: 15px;
    padding: 10px 0 0 22px;
}
.event-subtext {
    color: rgba(0, 0, 0, 0.54);
    padding: 0 0 0 22px;
}
.sidebar-right .event .Day {
    padding: 7px 10px;
    background: #f0eff5;
    color: #000;
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 15px;
}
.event-name:before {
    content: '';
    height: 46px;
    width: 3px;
    background: #696bfb;
    position: absolute;
    left: 22px;
}
.sidebar-right .event a {
    padding: 10px;
    font-weight: 400;
}
.sidebar-right .latest-tasks .label {
    color: #031b4e;
    margin-left: 0.7rem;
    font-weight: 500;
}
.sidebar-right .pagination {
    padding: 20px 0 10px 0;
}
.sidebar-right .pagination a {
    color: #4556ef;
    text-decoration: underline;
}
.dropdown-icon {
    font-size: 25px;
}
.chips .chip {
    margin: 0 .5rem .5rem 0;
}
.chip {
    display: inline-block;
    height: 2rem;
    line-height: 2rem;
    font-size: 0.875rem;
    font-weight: 500;
    color: #6e7687;
    padding: 0 .75rem;
    border-radius: 1rem;
    background-color: #f5f6fb;
    transition: .3s background;
}
.chip .avatar {
    float: left;
    margin: 0 .5rem 0 -.75rem;
    height: 2rem;
    width: 2rem;
    border-radius: 50%;
}
.card-header i {
    display: none;
}
.d-flex.justify-content-between .mdi-dots-horizontal, .d-flex.justify-content-between .mdi-dots-vertical {
    display: none;
}
.team i {
    margin-left: 10px;
    float: right;
}
.feature .project {
    display: flex;
    width: 45px;
    height: 45px;
    line-height: 2em;
    vertical-align: middle;
    padding-top: 0px;
    color: #fff;
    font-size: 20px;
    border-radius: 50px;
    position: relative;
    align-items: center;
    text-align: center;
    left: 0;
    right: 0;
    justify-content: center;
    font-weight: 500;
}
.plan-icon {
    font-size: 25px;
    width: 80px;
    height: 80px;
    line-height: 80px !important;
    overflow: hidden;
    border: 1px solid #ebeaf1;
    border-radius: 50%;
    background: #f5f6fb;
    transition: all .3s;
}
.country-table .table th, .table td {
    padding: 9px 15px;
    line-height: 1.462;
}
.sidebar {
    position: fixed;
    display: block;
    top: 0px;
    width: 300px;
    bottom: 0;
    z-index: 79;
    height: 100%;
    background: #fff;
    box-shadow: 0 0 10px rgba(28, 39, 60, 0.1);
    overflow: hidden;
}
.sidebar .card {
    box-shadow: none;
    border: 0 !important;
}
#back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    display: none;
    text-align: center;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 4px;
    z-index: 10000;
    height: 50px;
    width: 50px;
    background-repeat: no-repeat;
    background-position: center;
    transition: background-color 0.1s linear;
    -moz-transition: background-color 0.1s linear;
    -webkit-transition: background-color 0.1s linear;
    -o-transition: background-color 0.1s linear;
    background: linear-gradient(45deg, #c2488d, #3858f9);
    color: #fff;
    border-radius: 50%;
    border: 1px solid #dedcfb;
}
#back-to-top i {
    padding-top: 0;
    font-size: 20px;
    line-height: 2.4;
}
#back-to-top:hover {
    background: linear-gradient(-45deg, #c2488d, #3858f9);
    border-width: 3px;
    color: #fff;
    border: 1px solid #fff;
}
@media (min-width: 992px) {
    .main-contact-info-body {
        height: calc(100% - 126px);
        position: relative;
    }
    .main-content.horizontal-content {
        padding-top: 0 !important;
        margin-top: 116px;
    }
}
@media (min-width: 992px) {
    *::-ms-backdrop, .card-img-top {
        height: 250px;
    }
}
@media (max-width: 991px) {
    .main-content-body-show .main-header-arrow {
        display: block;
        padding: 10px 20px;
        background: #285cf7;
        color: #fff;
    }
    *::-ms-backdrop, .card-img-top {
        height: 300px;
    }
    *::-ms-backdrop, .main-header-right .nav-link.btn-default.btn {
        margin-top: 7px;
    }
}
*::-ms-backdrop, .btn-icon-list .btn {
    display: table;
    vertical-align: middle;
    text-align: center;
    margin-right: 10px;
}
*::-ms-backdrop, .pricing .list-unstyled li {
    dispLay: block;
}
*::-ms-backdrop, .page-h {
    height: 100%;
}
*::-ms-backdrop, .main-content-body.main-content-body-mail, *::-ms-backdrop, .main-content-body.main-content-body-chat {
    flex: inherit;
}
*::-ms-backdrop, .side-badge {
    top: 14px;
}
*::-ms-backdrop, .slide-menu .slide-item::before {
    top: 11px;
}
*::-ms-backdrop, .breadcrumb-3 li, *::-ms-backdrop, .breadcrumb-4 li {
    display: inline-block;
}
*::-ms-backdrop, #media-object5 .media-object-media1 {
    display: block !important;
}
*::-ms-backdrop {
    top: 20px;
}
.datetimepicker table th.prev span, .datetimepicker table th.next span {
    top: 20px;
}
*::-ms-backdrop, .main-footer {
    width: 100%;
    position: relative;
    bottom: -5px;
    margin-top: 1.5rem;
    margin-bottom: -10px;
    height: inherit !important;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: auto;
}
*::-ms-backdrop, .main-error-wrapper.page {
    min-height: 100vh;
}
*::-ms-backdrop, .btn, .sp-container button {
    padding: 8px;
}
*::-ms-backdrop, .main-header-center .btn, *::-ms-backdrop, .main-header-center .sp-container button, *::-ms-backdrop, .sp-container .main-header-center button {
    top: -5px;
}
*::-ms-backdrop, .page-h {
    height: 100%;
}
*::-ms-backdrop, .sticky-pin, *::-ms-backdrop, .horizontalMenucontainer .sticky-pin {
    left: 0;
    padding-left: 0;
}
*::-ms-backdrop, .latest-tasks .ckbox input[type='checkbox'] {
    margin-right: 10px;
}
*::-ms-backdrop, .horizontalMenucontainer .main-header form[role="search"].active input {
    height: 64px;
    padding-left: 20px;
}
*::-ms-backdrop, .main-msg-wrapper {
    display: inline-table;
}
*::-ms-backdrop, .main-img-user::after {
    right: 25px;
}
.main-header-arrow {
    display: none !important;
    position: relative;
    right: auto;
}
.main-contact-info-header .main-img-user {
    width: 100px;
    height: 100px;
}
.contact-icon {
    display: inline-flex;
    width: 35px;
    height: 35px;
    text-align: center;
    font-size: 1rem;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
@media (min-width: 769px) and (max-width: 991px) {
    .main-contacts-list {
        height: 627px;
        position: relative;
    }
}
@media (max-width: 768px) {
    .main-contacts-list {
        height: 600px;
        position: relative;
    }
}
.profile-footer a {
    width: 34px;
    height: 34px;
    background: #efeff5;
    color: #000;
    margin: 1px auto;
    text-align: center;
    line-height: 34px;
    display: inline-block;
    border-radius: 50%;
    font-size: 12px;
}
.drop-down-profile {
    position: relative;
}
.drop-down-profile span.assigned-task {
    position: absolute;
    font-size: 12px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    color: #fff;
    top: 0;
    margin: 0 auto;
    text-align: center;
    border-radius: 50%;
    right: 0;
}
@media (min-width: 768px) {
    .app.sidebar-mini .side-header, .app.sidebar-mini .main-header form[role="search"].active input {
        position: fixed !important;
        padding-left: 250px;
        left: 0;
    }
    .app.sidebar-mini.sidenav-toggled .main-header form[role="search"].active input {
        padding-left: 100px;
        left: 0;
    }
    .app.sidebar-mini.sidenav-toggled .side-header {
        position: fixed;
        padding-left: 80px;
        left: 0;
    }
}
@media (max-width: 480px) {
    .main-content .container, .main-content .container-fluid {
        padding-left: 5px;
        padding-right: 5px;
    }
    .browser-stats .sub-text {
        display: none;
    }
    .browser-stats h6 {
        margin-bottom: 0;
        line-height: 2.3;
    }
    .main-footer .container-fluid {
        padding: 0 !important;
    }
    .main-header-right .nav .nav-item .dropdown-menu {
        left: auto;
        right: auto;
        justify-content: center;
        margin: 0 auto;
        width: 93%;
        position: fixed;
        left: 5px;
        right: 5px;
        margin-top: 14px;
    }
}
@media (max-width: 605px) {
    .main-calendar .fc-header-toolbar {
        padding: 0;
    }
}
#example1_wrapper .custom-select, #example2_wrapper .custom-select, #example-delete_wrapper .custom-select {
    background: none;
}
table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc_disabled:before {
    display: none;
}
.user-lock .dropdown {
    position: absolute;
    right: 20px;
}
@media (max-width: 991px) and (min-width: 768px) {
    .app.sidebar-mini .main-chat-footer {
        margin-left: 239px;
    }
    .app.sidebar-mini.sidenav-toggled .main-chat-footer {
        margin-left: 79px;
    }
}
@media (max-width: 605px) {
    .fc-view {
        border: 1px solid #e2e8f5;
    }
    .fc-view > table {
        border: 1px solid #e2e8f5;
    }
    .card--calendar .ui-datepicker .ui-datepicker-calendar td a {
        width: 30px;
        height: 30px;
    }
    .main-content-body.main-content-body-calendar.card.p-4 {
        padding: 1rem !important;
    }
}
@media (max-width: 320px) {
    .breadcrumb-header .justify-content-center.mr-5 {
        margin-right: 1rem !important;
    }
    .main-footer .container-fluid {
        font-size: 11px !important;
    }
    .main-calendar .fc-header-toolbar .fc-right {
        flex: 0 0 100%;
        display: flex;
        justify-content: left;
        margin-top: 20px;
    }
    .main-calendar .fc-header-toolbar .fc-left {
        flex: 0 0 100%;
        display: flex;
        justify-content: left;
    }
}
@media (max-width: 767px) {
    .main-sidebar-header {
        display: none !important;
    }
    .main-sidebar-loggedin {
        margin-top: 0 !important;
    }
    .main-header {
        background: linear-gradient(45deg, #c53a7f, #3858f9) !important;
    }
}
@media (max-width: 414px) {
    div.dataTables_wrapper div.dataTables_filter input {
        margin-left: -12px;
    }
}
@media (max-width: 575px) {
    .main-content-body-profile .main-nav-line .nav-link.active::before {
        left: 0px;
    }
}
@media (min-width: 576px) {
    .demo-avatar-group .main-img-user + .main-img-user, .demo-avatar-group .main-img-user + .main-avatar {
        margin-left: -5px;
    }
    .demo-avatar-group .main-avatar + .main-img-user, .demo-avatar-group .main-avatar + .main-avatar {
        margin-left: 10px;
    }
    .avatar-list .avatar:not(:last-child) {
        margin-right: .5rem !important;
    }
}
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration {
    -webkit-appearance: none;
}
input[type=search]::-ms-clear, input[type=search]::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}
input[type=text]::-ms-clear {
    display: none;
}
.ps {
    overflow: hidden !important;
}
.ps > .ps__rail-y {
    width: 2px;
    background-color: #bec9e3;
    z-index: 10;
    position: absolute;
    left: auto !important;
    right: 0;
    opacity: 0;
    transition: opacity 0.2s;
}
.ps > .ps__rail-y > .ps__thumb-y {
    position: absolute;
    border-radius: 0;
    width: 2px;
    left: 4px;
    background-color: #97a3b9;
}
.ps.ps--active-y:hover > .ps__rail-y, .ps.ps--active-y:focus > .ps__rail-y {
    opacity: 1;
}
@media (prefers-reduced-motion: reduce) {
    .ps > .ps__rail-y {
        transition: none;
    }
}
*::-ms-backdrop, .page {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
*::-ms-backdrop, .card.card--calendar .P-4 {
    padding: 0 0 20px 0 !important;
}
*::-ms-backdrop, .card--calendar .ui-datepicker .ui-datepicker-calendar td a {
    width: 40px;
    height: 40px;
}
*::-ms-backdrop, .main-datepicker .ui-datepicker .ui-datepicker-calendar td span, *::-ms-backdrop, .main-datepicker .ui-datepicker .ui-datepicker-calendar td a {
    padding: 4px 0;
}
*::-ms-backdrop, #example1_wrapper .custom-select, *::-ms-backdrop, #example2_wrapper .custom-select, *::-ms-backdrop, #example-delete_wrapper .custom-select {
    background: url("data:image/svg+xml,%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 right 0.75rem center/8px 10px;
}
*::-ms-backdrop, .main-header-center .nav {
    flex-wrap: nowrap;
}
*::-ms-backdrop, .datetimepicker table th.prev, *::-ms-backdrop, .datetimepicker table th.next {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}
*::-ms-backdrop, .media-list.media.d-block {
    display: inline !important;
}
*::-ms-backdrop, .media-list.media.d-sm-flex {
    display: initial;
}
.email-media .media-body .media-title {
    font-size: 15px;
    font-weight: 500;
}
.main-header.side-header.fixed-header {
    position: fixed !important;
    background: linear-gradient(45deg, #3b9029, #00768a);
    box-shadow: 5px 7px 26px -5px #502965;
    -webkit-box-shadow: 5px 7px 26px -5px #502965;
}
.latest-tasks .nav-tabs {
    padding: 0.66rem 0 !important;
}
.list-group.projects-list .list-group-item-action:hover, .list-group.projects-list .list-group-item-action:focus {
    z-index: 1;
    color: #26252b;
    text-decoration: none;
    background-color: #f6f5ff;
}
#dropdownMenuButton2 .dropdown-item:hover, #dropdownMenuButton2 .dropdown-item:focus {
    color: #141c2b;
    text-decoration: none;
    background-color: #f6f5ff;
}
#dropdownMenuButton3 .dropdown-item:hover, #dropdownMenuButton3 .dropdown-item:focus {
    color: #141c2b;
    text-decoration: none;
    background-color: #f6f5ff;
}
#dropdownMenuButton2 .dropdown-item.active, #dropdownMenuButton2 .dropdown-item:active {
    background-color: #f6f5ff;
}
#dropdownMenuButton3 .dropdown-item.active, #dropdownMenuButton3 .dropdown-item:active {
    background-color: #f6f5ff;
}
.compose-mail {
    height: 513px;
}
.select2-dropdown {
    box-shadow: 6px 11px 41px -28px #796eb1;
}
@media (max-width: 575px) {
    .main-calendar .fc-header-toolbar button.fc-month-button, .main-calendar .fc-header-toolbar button.fc-agendaWeek-button, .main-calendar .fc-header-toolbar button.fc-agendaDay-button, .main-calendar .fc-header-toolbar button.fc-listWeek-button, .main-calendar .fc-header-toolbar button.fc-listMonth-button {
        font-size: 0;
    }
    .card--calendar .ui-datepicker .ui-datepicker-calendar td a {
        width: 36px !important;
        height: 36px !important;
    }
}
@media (max-width: 605px) {
    .main-calendar .fc-header-toolbar {
        padding: 0 !important;
    }
}
.main-icon-group.simple-icons i {
    font-size: 20px !important;
}
@media (min-width: 768px) {
    .app.sidebar-mini .desktop-logo.icon-logo {
        display: none;
    }
    .app.sidebar-mini.sidenav-toggled .desktop-logo.icon-logo {
        display: block;
        margin: 0 auto;
    }
    .app.sidebar-mini.sidenav-toggled .mobile-logo.icon-dark {
        display: none;
    }
    .app.sidebar-mini .desktop-logo.logo-dark {
        display: none;
    }
    .app.sidebar-mini .mobile-logoicon-dark {
        display: none;
    }
    .app.sidebar-mini .desktop-logo.logo-light {
        display: block;
        margin: 0 auto;
    }
    .app.sidebar-mini.dark-theme .desktop-logo.logo-light {
        display: none;
    }
    .app.sidebar-mini.dark-theme .desktop-logo.logo-dark {
        display: block;
    }
    .app.sidebar-mini.dark-theme.sidenav-toggled .main-sidebar-header .desktop-logo.icon-logo {
        display: none;
        height: 2.5rem;
    }
    .app.sidebar-mini.dark-theme.sidenav-toggled .main-sidebar-header .logo-icon.icon-dark {
        display: block;
        height: 2.5rem;
    }
}
@media (max-width: 767px) {
    .app.sidebar-mini .responsive-logo .logo-11 {
        display: none;
    }
    .app.sidebar-mini .responsive-logo .logo-12 {
        display: none;
    }
}
@media (max-width: 991px) and (min-width: 574px) {
    .app.sidebar-mini.dark-theme .responsive-logo .logo-1 {
        display: block;
    }
    .app.sidebar-mini.dark-theme .responsive-logo .logo-11 {
        display: none;
    }
}
@media (max-width: 573px) {
    .app.sidebar-mini.dark-theme .responsive-logo .logo-2 {
        display: block;
        height: 2.5rem;
    }
    .app.sidebar-mini.dark-theme .responsive-logo .logo-12 {
        display: none;
    }
    .app.sidebar-mini.dark-theme .responsive-logo .logo-1 {
        display: none;
    }
}
@media (min-width: 549px) {
    .app .header-brand .logo-default {
        display: none;
    }
    .app .header-brand .icon-default {
        display: none;
    }
    .app .header-brand .icon-white {
        display: none;
    }
    .app .header-brand .logo-white {
        display: block;
        height: 2rem;
    }
    .app.header-white .header-brand .logo-white {
        display: none;
        height: 2rem;
    }
    .app.header-white .header-brand .logo-default {
        display: block;
        height: 2rem;
    }
    .app.header-white .header-brand .icon-default {
        display: none !important;
    }
}
@media (max-width: 548px) {
    .app .header-brand .logo-default {
        display: none;
    }
    .app .header-brand .icon-default {
        display: none;
    }
    .app .header-brand .icon-white {
        display: block;
        height: 2.5rem;
        margin-left: 3em;
    }
    .app .header-brand .logo-white {
        display: none;
        height: 2.5rem;
    }
}
@media (max-width: 991px) and (min-width: 549px) {
    .header-brand .icon-white, .header-brand .logo-white {
        margin-left: 3rem;
    }
    .app.header-white .header-brand .logo-default {
        margin-left: 3em;
    }
}
@media only screen and (max-width: 991px) {
    .app.header-white .animated-arrow span {
        background: #383232;
    }
    .app.header-white .animated-arrow span:before, .app.header-white .animated-arrow span:after {
        background: #383232;
    }
}
.projects-list .list-group-item:last-child {
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
}
.qunatity-list {
    list-style-type: none;
    margin-left: 0;
    padding-left: 4px;
}
.dark-theme .projects-stat .table-bordered th, .dark-theme .projects-stat .table-bordered td {
    border: 0;
}
.dark-theme .projects-stat .table th, .dark-theme .projects-stat .table td {
    border-top: 0;
}
.dark-theme .projects-stat .table thead th {
    border-bottom: 0;
    border-top: 0;
}
.dark-theme .projects-stat .table-responsive > .table-bordered, .dark-theme .projects-stat .alert-default {
    border: 0;
}
#project-budget {
    height: 307px !important;
}
.main-img-user {
    display: inline-block;
    position: relative;
    width: 36px;
    height: 36px;
    border-radius: 100%;
    text-align: center;
}
.main-img-user img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    border-radius: 100%;
}
.main-content-body-contacts .main-contact-info-header .main-img-user::after {
    display: none !important;
}
.main-img-user::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 6px;
    height: 6px;
    background-color: #17b86a;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.95);
    border-radius: 100%;
    bottom: 3px;
    display: block !important;
}
.main-img-user.online::after {
    background-color: #0ba360;
}
.main-avatar {
    position: relative;
    width: 36px;
    height: 36px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    background-color: #817ba7;
}
.main-avatar::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 3px;
    width: 6px;
    height: 6px;
    background-color: #9c96c1;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.95);
    border-radius: 100%;
}
.main-avatar.online::after {
    background-color: #0ba360;
}
.avatar-xs {
    width: 24px !important;
    height: 24px !important;
    font-size: 11px !important;
}
.avatar-xs::after {
    width: 5px;
    height: 5px;
}
.avatar-sm {
    width: 32px !important;
    height: 32px !important;
    font-size: 14px !important;
}
.avatar-sm::after {
    width: 7px;
    height: 7px;
}
.avatar-md {
    width: 48px !important;
    height: 48px !important;
    font-size: 24px !important;
}
.avatar-md::after {
    width: 9px;
    height: 9px;
    right: 2px;
    bottom: 2px;
}
.avatar-lg {
    width: 64px !important;
    height: 64px !important;
    font-size: 28px !important;
}
.avatar-lg::after {
    width: 10px;
    height: 10px;
    bottom: 3px;
    right: 4px;
}
.avatar-xl {
    width: 72px !important;
    height: 72px !important;
    font-size: 36px !important;
}
.avatar-xl::after {
    width: 11px;
    height: 11px;
    bottom: 4px;
    right: 5px;
    box-shadow: 0 0 0 2.5px #fff;
}
.avatar-xxl {
    width: 100px !important;
    height: 100px !important;
    font-size: 56px !important;
}
.avatar-xxl::after {
    width: 13px;
    height: 13px;
    bottom: 6px;
    right: 7px;
    box-shadow: 0 0 0 3px #fff;
}
.main-list-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
}
.main-list-item + .main-list-item {
    border-top: 1px solid #dedcfb;
}
.main-list-item:last-child {
    padding-bottom: 0;
}
.main-list-item h6 {
    margin-bottom: 2px;
    font-weight: 600;
}
.main-list-item > div:first-child h6 {
    color: #5e597d;
}
.main-list-item > div span {
    color: #7987a1;
    font-size: 12px;
}
.main-list-item > div:last-child {
    text-align: right;
}
.main-list-item > div:last-child h6 {
    line-height: 1;
}
@media (max-width: 991.98px) {
    .main-navbar-show {
        overflow: hidden;
    }
    .main-navbar-show .main-navbar-backdrop {
        visibility: visible;
        opacity: 1;
    }
    .main-navbar-show .main-navbar {
        transform: translateX(0);
        visibility: visible;
    }
}
.main-navbar-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.45);
    z-index: 900;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s;
}
@media (prefers-reduced-motion: reduce) {
    .main-navbar-backdrop {
        transition: none;
    }
}
.main-navbar {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 240px;
    overflow-y: auto;
    background-color: #fff;
    z-index: 1000;
    visibility: hidden;
    transform: translateX(-240px);
    transition: all 0.4s;
}
.main-navbar > .container, .main-navbar > .container-fluid {
    display: flex;
    flex-direction: column;
}
.main-navbar .nav {
    flex-direction: column;
    padding: 20px;
    margin-bottom: 20px;
}
.main-navbar .nav-label {
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
    color: #7987a1;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 10px;
}
.main-navbar .nav-item {
    position: relative;
}
.main-navbar .nav-item + .nav-item {
    border-top: 1px dotted #dedcfb;
}
.main-navbar .nav-item.active .nav-link {
    color: #3858f9;
}
.main-navbar .nav-item.show > .nav-sub {
    display: block;
}
.main-navbar .nav-item-mega {
    position: static;
}
.main-navbar .nav-link {
    padding: 0;
    color: #5e597d;
    font-size: 15px;
    font-weight: 500;
    position: relative;
    display: flex;
    align-items: center;
    height: 42px;
    outline: none;
}
.main-navbar .nav-link i {
    font-size: 26px;
    margin-right: 10px;
}
.main-navbar .nav-link i.typcn {
    line-height: 1;
    width: 20px;
}
.main-navbar .nav-link i.typcn::before {
    width: auto;
}
.main-navbar .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: #9c96c1;
}
.main-navbar .nav-link.with-sub::before {
    content: '';
    position: absolute;
    top: 39px;
    left: 50%;
    margin-left: -7px;
    width: 15px;
    height: 15px;
    border: 2px solid transparent;
    border-top-color: rgba(28, 39, 60, 0.12);
    border-left-color: rgba(28, 39, 60, 0.12);
    transform: rotate(45deg);
    background-color: #fff;
    z-index: 901;
    display: none;
}
.main-navbar .nav-sub {
    display: none;
    border-top: 1px dotted #dedcfb;
    list-style: none;
    padding: 0;
    margin: 0;
}
.main-navbar .nav-sub-item {
    position: relative;
    display: block;
    margin-left: 30px;
}
.main-navbar .nav-sub-item + .nav-sub-item {
    border-top: 1px dotted #dedcfb;
}
.main-navbar .nav-sub-item > .nav-sub {
    left: 176px;
    top: -10px;
    display: none;
}
.main-navbar .nav-sub-item.show > .nav-sub {
    display: block;
}
.main-navbar .nav-sub-item.active > .nav-sub-link {
    color: #3858f9;
}
.main-navbar .nav-sub-link {
    position: relative;
    font-size: .875rem;
    color: #817ba7;
    display: flex;
    align-items: center;
    height: 34px;
}
.main-navbar .nav-sub-link:hover, .main-navbar .nav-sub-link:focus {
    color: #3858f9;
    outline: none;
}
.main-navbar .nav-sub-link.with-sub {
    justify-content: space-between;
}
.main-navbar .nav-sub-link.with-sub::after {
    content: '\f3d0';
    font-family: 'Ionicons';
    font-size: 11px;
    font-weight: 400;
    display: inline-block;
    position: relative;
    margin-left: auto;
    color: #9c96c1;
}
.main-navbar .nav-sub-mega {
    top: 57px;
    left: 0;
    right: 0;
    background-color: transparent;
    padding: 7px 0;
    border: 0;
    width: auto;
    border-top: 1px dotted #dedcfb;
    pointer-events: none;
}
.main-navbar .nav-sub-mega .container, .main-navbar .nav-sub-mega .container-fluid {
    padding: 0;
    pointer-events: auto;
}
.main-navbar .nav-sub-mega .container > div + div, .main-navbar .nav-sub-mega .container-fluid > div + div {
    margin-top: 25px;
}
.main-navbar .nav-sub-mega .nav {
    min-width: 120px;
    flex-direction: column;
    align-items: stretch;
    padding: 0;
    margin: 0;
}
.main-navbar .nav-sub-mega .nav li:not(.nav-sub-item) {
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    color: #5e597d;
    letter-spacing: .5px;
    margin-bottom: 10px;
    margin-top: 30px;
    margin-left: 30px;
}
.main-navbar .nav-sub-mega .nav li:not(.nav-sub-item):first-of-type {
    margin-top: 0;
}
.main-navbar .nav-sub-mega .nav-sub-item + .nav-sub-item {
    padding-top: 7px;
    margin-top: 7px;
}
.main-navbar .nav-sub-mega .nav-sub-link {
    height: auto;
}
@media (prefers-reduced-motion: reduce) {
    .main-navbar {
        transition: none;
    }
}
@media (min-width: 992px) {
    .main-navbar {
        position: relative;
        top: auto;
        left: auto;
        bottom: auto;
        width: auto;
        padding: 0;
        border-right: 0;
        overflow-y: inherit;
        display: block;
        border-bottom: 1px solid rgba(28, 39, 60, 0.12);
        visibility: visible;
        transform: none;
        z-index: auto;
    }
}
@media (max-width: 991.98px) {
    .main-navbar > .container, .main-navbar > .container-fluid {
        padding: 0;
    }
}
@media (min-width: 992px) {
    .main-navbar > .container, .main-navbar > .container-fluid {
        flex-direction: row;
        align-items: center;
        height: 48px;
    }
}
@media (min-width: 992px) {
    .main-navbar > .container {
        padding: 0;
    }
}
@media (min-width: 992px) {
    .main-navbar > .container-fluid {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media (min-width: 992px) {
    .main-navbar .nav {
        flex-direction: row;
        align-items: center;
        margin-bottom: 0;
        padding: 0;
    }
}
@media (min-width: 992px) {
    .main-navbar .nav-label {
        display: none;
    }
}
@media (min-width: 992px) {
    .main-navbar .nav-item + .nav-item {
        border-top: 0;
        margin-left: 15px;
        padding-left: 15px;
        border-left: 1px dotted #dedcfb;
    }
}
@media (min-width: 1200px) {
    .main-navbar .nav-item + .nav-item {
        margin-left: 20px;
        padding-left: 20px;
    }
}
@media (min-width: 992px) {
    .main-navbar .nav-item.show .nav-link::before {
        display: block;
    }
}
@media (min-width: 992px) {
    .main-navbar .nav-link {
        height: auto;
        font-size: 14px;
    }
}
@media (min-width: 992px) {
    .main-navbar .nav-link i {
        margin-right: 8px;
        font-size: 22px;
    }
}
@media (min-width: 992px) {
    .main-navbar .nav-link i.typcn {
        line-height: .9;
        width: auto;
    }
}
@media (min-width: 992px) {
    .main-navbar .nav-link.with-sub::after {
        margin-left: 4px;
    }
}
@media (min-width: 992px) {
    .main-navbar .nav-sub {
        position: absolute;
        top: 44.5px;
        left: 0;
        width: 200px;
        background-color: #fff;
        border: 2px solid rgba(28, 39, 60, 0.12);
        padding: 8px 20px;
        z-index: 900;
    }
}
@media (min-width: 992px) {
    .main-navbar .nav-sub-item {
        margin-left: 0;
    }
}
@media (max-width: 991.98px) {
    .main-navbar .nav-sub-item > .nav-sub > .nav-sub-item {
        margin-left: 37px;
    }
    .main-navbar .nav-sub-item > .nav-sub > .nav-sub-item > .nav-sub-link {
        padding-left: 10px;
    }
}
@media (min-width: 992px) {
    .main-navbar .nav-sub-link {
        font-size: .8125rem;
        height: 36px;
    }
}
@media (min-width: 992px) {
    .main-navbar .nav-sub-link.with-sub::after {
        margin-left: 4px;
        content: '\f3d1';
        font-size: 12px;
    }
}
@media (min-width: 992px) {
    .main-navbar .nav-sub-mega {
        padding: 0 25px;
        border-top: 0;
    }
}
@media (max-width: 991.98px) {
    .main-navbar .nav-sub-mega .container, .main-navbar .nav-sub-mega .container-fluid {
        max-width: none;
    }
}
@media (min-width: 992px) {
    .main-navbar .nav-sub-mega .container, .main-navbar .nav-sub-mega .container-fluid {
        display: flex;
        background-color: #fff;
        border: 2px solid rgba(28, 39, 60, 0.12);
    }
}
@media (min-width: 992px) {
    .main-navbar .nav-sub-mega .container > div, .main-navbar .nav-sub-mega .container-fluid > div {
        display: flex;
        padding: 20px;
        flex: 1;
        margin-top: 0;
    }
}
@media (min-width: 1200px) {
    .main-navbar .nav-sub-mega .container > div, .main-navbar .nav-sub-mega .container-fluid > div {
        padding: 20px 25px;
    }
}
@media (min-width: 992px) {
    .main-navbar .nav-sub-mega .container > div + div, .main-navbar .nav-sub-mega .container-fluid > div + div {
        margin-top: 0;
        border-left: 1px solid rgba(28, 39, 60, 0.05);
    }
}
@media (min-width: 1200px) {
    .main-navbar .nav-sub-mega .nav {
        min-width: 140px;
    }
}
@media (max-width: 991.98px) {
    .main-navbar .nav-sub-mega .nav + .nav .nav-sub-item:first-child {
        margin-top: 6px;
        padding-top: 6px;
        border-top: 1px dotted #dedcfb;
    }
}
@media (min-width: 992px) {
    .main-navbar .nav-sub-mega .nav + .nav {
        margin-left: 20px;
        margin-top: 31px;
        padding-top: 0;
        border-top: 0;
    }
}
@media (min-width: 1200px) {
    .main-navbar .nav-sub-mega .nav + .nav {
        margin-left: 25px;
    }
}
@media (min-width: 992px) {
    .main-navbar .nav-sub-mega .nav li:not(.nav-sub-item) {
        margin-bottom: 15px;
        margin-left: 0;
    }
}
.main-navbar-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    border-bottom: 1px solid #dedcfb;
    height: 60px;
}
@media (min-width: 992px) {
    .main-navbar-header {
        display: none;
    }
}
.main-navbar-search {
    position: relative;
    padding: 0 20px;
    border-bottom: 1px solid #dedcfb;
}
.main-navbar-search .form-control {
    border-width: 0;
    padding: 0;
}
.main-navbar-search .form-control:focus {
    box-shadow: none !important;
    border-color: #dedcfb;
}
.main-navbar-search .btn, .main-navbar-search .sp-container button {
    background-color: transparent;
    position: absolute;
    top: 0;
    right: 0;
    height: 38px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    line-height: 1;
}
@media (min-width: 992px) {
    .main-navbar-search {
        display: none;
    }
}
.sp-container .main-navbar-search button {
    background-color: transparent;
    position: absolute;
    top: 0;
    right: 0;
    height: 38px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    line-height: 1;
}
.main-navbar-two .nav-item.active {
    position: relative;
}
.main-navbar-two .nav-item.active::before {
    content: '';
    position: absolute;
}
.main-navbar-two .nav-item.show .nav-link::before {
    display: none;
}
.main-navbar-two .nav-link {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
}
.main-navbar-two .nav-sub {
    border-width: 1px;
    top: 35px;
    border-top-width: 0;
}
.main-navbar-two .nav-sub-item > .nav-sub {
    left: 178px;
    top: -8px;
    border-top-width: 1px;
}
.main-navbar-two .nav-sub-mega {
    top: 48px;
}
@media (min-width: 992px) {
    .main-navbar-two .nav-item.active::before {
        top: 33px;
        left: 0;
        right: 12px;
        bottom: auto;
        border-bottom: 2px solid #3858f9;
        z-index: 5;
    }
}
.main-navbar-three .nav-item {
    display: block;
}
.main-navbar-three .nav-item + .nav-item {
    border-left-width: 0;
    padding-left: 0;
}
.main-navbar-three .nav-item.show .nav-link::before {
    display: none;
}
.main-navbar-three .nav-item.active .nav-link {
    color: #3858f9;
    font-weight: 700;
}
.main-navbar-three .nav-link {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    color: #746d94;
    position: relative;
}
.main-navbar-three .nav-link:hover, .main-navbar-three .nav-link:focus {
    color: #5e597d;
}
.main-navbar-three .nav-sub {
    top: 35px;
    border-width: 0;
    padding-bottom: 5px;
}
.main-navbar-three .nav-sub-item + .nav-sub-item {
    border-top: 0;
}
.main-navbar-three .nav-sub-item .nav-sub {
    top: -8px;
    left: 182px;
}
.main-navbar-three .nav-sub-link {
    height: 30px;
}
@media (min-width: 992px) {
    .main-navbar-three .nav-item + .nav-item {
        margin-left: 25px;
    }
}
@media (min-width: 992px) {
    .main-navbar-three .nav-link {
        display: block;
    }
}
@media (min-width: 992px) {
    .main-navbar-three .nav-link i {
        display: none;
    }
}
@media (min-width: 992px) {
    .main-navbar-three .nav-sub {
        box-shadow: 0 0 0 2px rgba(180, 189, 206, 0.5);
        padding-bottom: 8px;
    }
}
@media (min-width: 992px) {
    .main-navbar-three .nav-sub-link {
        height: 36px;
    }
}
.panel.price {
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.panel.price > .panel-heading {
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.panel.price h3 {
    margin-bottom: 0;
    padding: 20px 0;
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    background: #fff;
}
.panel.price {
    margin-bottom: 1.5rem;
}
.panel.price > .panel-heading {
    color: #fff;
}
.panel.price .list-group-item:last-child {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}
.panel.price .list-group-item:first-child {
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}
.price .panel-footer {
    border-bottom: 0px;
    background-color: #fff;
    border-left: 0;
    border-right: 0;
}
.price.panel-color > .panel-body {
    background-color: #fff;
}
.panel-body {
    padding: 15px;
}
.panel-body .lead {
    font-size: 20px;
    margin-bottom: 0;
    padding: 10px 0;
}
.panel-body .lead strong {
    font-size: 40px;
    margin-bottom: 0;
}
.panel-footer {
    padding: 10px 15px;
    background-color: #fff;
    border-top: 1px solid #eaedf1;
    border-left: 1px solid #eaedf1;
    border-right: 1px solid #eaedf1;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.panel.price .btn {
    border: 0px;
}
.pricing .list-unstyled li {
    border-bottom: 1px solid #eaedf1;
    display: flow-root;
    margin-bottom: 0;
    padding: 9px 0;
}
.pricing-card .list-unstyled {
    padding-left: 0;
    list-style: none;
}
.pricing-card .display-5 {
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 1.1;
}
.pricing-card .list-unstyled li {
    border-bottom: 1px solid #eaedf1;
    display: flow-root;
    margin-bottom: 0;
    padding: 9px 0;
}
.rating-stars {
    width: 100%;
    text-align: center;
}
.rating-stars .rating-stars-container {
    font-size: 0px;
}
.rating-stars .rating-stars-container .rating-star {
    display: inline-block;
    font-size: 30px;
    cursor: pointer;
    padding: 4px 8px;
    color: #e1e6f1;
}
.rating-stars .rating-stars-container .rating-star.is--active .fa-heart, .rating-stars .rating-stars-container .rating-star.is--hover .fa-heart {
    color: #fb0d00;
}
.rating-stars .rating-stars-container .rating-star.sm {
    display: inline-block;
    font-size: 14px;
    color: #eaedf1;
    cursor: pointer;
    padding: 5px;
}
.rating-stars .rating-stars-container .rating-star.is--active, .rating-stars .rating-stars-container .rating-star.is--hover {
    color: #f1c40f;
}
.rating-stars .rating-stars-container .rating-star.is--no-hover, .rating-stars .rating-stars-container .rating-star .fa-heart .is--no-hover {
    color: #f1f1f9;
}
.rating-stars .rating-stars-container .rating-star.is--active, .rating-stars .rating-stars-container .rating-star.is--hover {
    color: #f1c40f;
}
.br-theme-bars-horizontal .br-widget a {
    background-color: #e1e6f1;
}
.br-theme-bars-horizontal .br-widget a.br-active, .br-theme-bars-horizontal .br-widget a.br-selected {
    background-color: #3858f9;
}
.br-theme-bars-horizontal .br-widget .br-current-rating {
    color: #3858f9;
}
.br-theme-bars-pill .br-widget a {
    background-color: #e1e6f1;
    color: #3858f9;
}
.br-theme-bars-pill .br-widget a.br-active, .br-theme-bars-pill .br-widget a.br-selected {
    background-color: #3858f9;
    color: white;
}
.br-theme-bars-square .br-widget a {
    border: 2px solid #e1e6f1;
    background-color: #fff;
    color: #334151;
}
.br-theme-bars-square .br-widget a.br-active, .br-theme-bars-square .br-widget a.br-selected {
    border: 2px solid #e1e6f1;
    color: #3858f9;
}
.br-theme-bars-movie .br-widget a {
    background-color: #e1e6f1;
}
.br-theme-bars-movie .br-widget a.br-active, .br-theme-bars-movie .br-widget a.br-selected {
    background-color: #3858f9;
}
.br-theme-bars-movie .br-widget .br-current-rating {
    color: #3858f9;
}
.br-theme-bars-1to10 .br-widget a {
    background-color: #e1e6f1;
}
.br-theme-bars-1to10 .br-widget a.br-active, .br-theme-bars-1to10 .br-widget a.br-selected {
    background-color: #3858f9;
}
.br-theme-bars-1to10 .br-widget .br-current-rating {
    color: #3858f9;
}
.br-theme-fontawesome-stars .br-widget a.br-active:after, .br-theme-fontawesome-stars .br-widget a.br-selected:after {
    color: #3858f9;
}
.rating-stars input {
    display: block;
    margin: 0 auto;
    text-align: center;
    padding: 0.375rem 0.75rem;
    font-size: 0.9375rem;
    line-height: 1.6;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #eaedf1;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.user-lock img {
    width: 70px;
    height: 70px;
    margin: 0 auto;
}
.jqstooltip {
    width: 20px;
}
.rdiobox {
    font-weight: normal;
    position: relative;
    display: block;
    line-height: 18px;
}
.rdiobox span {
    padding-left: 7px;
    line-height: 22px;
}
.rdiobox span:before, .rdiobox span:after {
    line-height: 18px;
    position: absolute;
}
.rdiobox span:before {
    content: '';
    width: 16px;
    height: 16px;
    background-color: #fff;
    border: 1px solid #9c96c1;
    border-radius: 50px;
    top: 2px;
    left: 0;
}
.rdiobox span:after {
    content: '';
    width: 6px;
    height: 6px;
    background-color: #fff;
    border-radius: 50px;
    top: 7px;
    left: 5px;
    display: none;
}
.rdiobox span:empty {
    padding-left: 0;
    width: 16px;
    display: block;
}
.rdiobox input[type='radio'] {
    opacity: 0;
    margin: 0;
}
.rdiobox input[type='radio']:checked + span:before {
    border-color: transparent;
    background-color: #0f7e7f;
}
.rdiobox input[type='radio']:checked + span:after {
    display: block;
}
.rdiobox input[type='radio'][disabled] + span {
    opacity: .75;
}
.rdiobox input[type='radio'][disabled] + span:before, .rdiobox input[type='radio'][disabled] + span:after {
    opacity: .75;
}
.rdiobox-inline {
    display: inline-block;
}
@media (max-width: 991.98px) {
    .main-sidebar-show {
        overflow: hidden;
    }
    .main-sidebar-show .main-sidebar {
        display: flex;
        overflow-y: auto;
        transform: translateX(0);
        visibility: visible;
    }
    .main-sidebar-show .main-content {
        transform: translateX(240px);
    }
    .main-sidebar-show .main-navbar-backdrop {
        visibility: visible;
        opacity: 1;
    }
}
.main-body-sidebar {
    display: block;
}
.main-sidebar-body .nav-sub-item {
    margin-left: 55px;
}
@media (min-width: 992px) {
    .main-body-sidebar {
        display: flex;
        flex-direction: row;
    }
}
.main-body-sidebar .main-content {
    flex: 1;
    padding: 0;
    display: flex;
    flex-direction: column;
    transition: margin-left 0.3s ease;
}
.main-body-sidebar .main-content-header {
    height: auto;
    padding: 15px 20px;
    background: #fff;
    margin: 21px;
    border: 1px solid #e3e8f1;
}
.main-body-sidebar .main-footer {
    margin-top: auto;
}
@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 solid #d8dfea;
    transition: all 0.4s;
}
@media (prefers-reduced-motion: reduce) {
    .main-sidebar {
        transition: none;
    }
}
@media (max-width: 991.98px) {
    .main-sidebar {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        margin: 0;
        z-index: 1000;
        background-color: #fff;
    }
}
@media (min-width: 992px) {
    .main-sidebar {
        position: fixed;
        display: flex;
        transform: none;
        z-index: 99;
        border-right-width: 1px;
        visibility: visible;
        background: #fff;
        transition: left 0.3s ease, width 0.3s ease;
    }
    .main-sidebar-header {
        width: 240px;
        z-index: 999;
    }
    .main-sidebar-hide .main-sidebar-body .nav-link {
        border-radius: 0;
        margin-right: 0;
    }
}
.main-sidebar-sticky {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
}
.main-sidebar-sticky .main-sidebar-body {
    height: calc(100vh - 122px);
    position: relative;
}
@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;
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #dee4ec;
    border-right: 1px solid #dee4ec;
    position: fixed;
    width: 240px;
    z-index: 999;
    transition: left 0.3s ease, width 0.3s ease;
}
.main-sidebar-loggedin {
    padding: 20px 20px 0 20px;
    display: flex;
    flex-shrink: 0;
    border-bottom: 0;
    margin-top: 64px;
}
.main-sidebar .nav-pills-circle {
    position: relative;
    margin: 0 auto;
    text-align: center;
}
.main-sidebar .nav-pills-circle.nav .nav-item .dropdown-menu {
    left: -30px;
    min-width: 200px;
}
.main-sidebar .nav-pills-circle.nav .nav-item .dropdown-menu .dropdown-item i {
    font-size: 14px;
    margin-right: 3px;
}
.main-sidebar .nav-pills-circle .nav-pill {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid #eaedf1 !important;
    color: #68798b !important;
    border-radius: 5px;
    margin: 0 4px;
    padding: 0.4rem 0.7rem;
}
.main-sidebar-hide .main-sidebar-loggedin .main-img-user {
    margin: auto;
}
.main-sidebar-loggedin .main-img-user {
    width: 38px;
    height: 38px;
}
.main-sidebar-loggedin .media-body {
    margin-left: 12px;
    transition: left 0.4s ease, width 0.4s ease;
}
.main-sidebar-loggedin .media-body h6 {
    font-weight: 700;
    font-size: 14px;
    color: #5e597d;
    margin-bottom: 2px;
}
.main-sidebar-loggedin .media-body span {
    display: block;
    color: #7987a1;
    font-size: 13px;
}
@media (min-width: 1200px) {
    .main-sidebar-body {
        padding: 0;
    }
}
.main-sidebar-hide .side-badge {
    display: none;
}
.main-sidebar-body .nav {
    flex-direction: column;
}
.main-sidebar-body .nav-item.active .nav-link .nav-badge {
    right: 12px !important;
}
.main-sidebar-body .nav-sub {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.9s ease;
    -o-transition: max-height 0.9s ease;
    transition: max-height 0.9s ease;
    transition: all 0.9s;
    margin-left: 32px;
}
.main-sidebar-body .nav-item + .nav-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 30px;
    right: 0;
    border-top: 1px dotted #e2eaf9;
}
.main-sidebar-body .nav-link {
    height: 45px;
    display: flex;
    align-items: center;
    padding: 0;
    font-weight: 400;
    font-size: 14px;
    color: #5e597d;
    padding-bottom: 2px;
}
.main-sidebar-hide .main-sidebar-body .nav-link .leftmenu-icon {
    margin: auto;
}
.main-sidebar-hide .nav-text-badge {
    display: none;
}
.main-sidebar-body .nav-link i.typcn::before {
    width: auto;
}
.nav-link.with-sub .angle {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    position: absolute;
    top: 17px;
    right: 23px;
    font-size: 12px;
}
.nav-link.with-sub .side-badge {
    right: 23px;
    position: absolute;
}
.sidebar-scroll {
    height: 100vh;
}
.main-sidebar-body .nav-link .leftmenu-icon .eve-icon {
    fill: #031b4e;
}
.main-sidebar-body .nav-sub {
    list-style: none;
    padding: 0;
    margin: 0 0 0 7px;
    position: relative;
}
.main-sidebar-body .nav-sub-item .nav-sub {
    padding: 0 0 0 18px;
    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: #3858f9;
    border-radius: 1px;
}
.main-sidebar-body .nav-sub-item.show .nav-sub {
    display: block;
}
.main-sidebar-body .nav-sub-link {
    height: 34px;
    display: flex;
    align-items: center;
    color: #6c7293;
    font-size: 13px;
    webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.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: #bbb8e2;
}
.main-sidebar-body .nav-sub-link + .nav-sub-link {
    border-top: 1px dotted #bbb8e2;
}
@media (min-width: 992px) {
    .main-sidebar-body .nav-sub-link.with-sub::after {
        margin-left: 4px;
        font-size: 12px;
    }
}
.tag {
    font-size: 0.75rem;
    color: #14112d;
    background-color: #efeff5;
    border-radius: 0px;
    padding: 0 .5rem;
    line-height: 2em;
    display: -ms-inline-flexbox;
    display: inline-flex;
    cursor: default;
    font-weight: 400;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
a.tag {
    text-decoration: none;
    cursor: pointer;
    transition: .3s color, .3s background;
}
a.tag:hover {
    background-color: rgba(110, 118, 135, 0.2);
    color: inherit;
}
.tag-addon {
    display: inline-block;
    padding: 0 .5rem;
    color: inherit;
    text-decoration: none;
    background: rgba(0, 0, 0, 0.06);
    margin: 0 -.5rem 0 .5rem;
    text-align: center;
    min-width: 1.5rem;
}
.tag-addon:last-child {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.tag-addon i {
    vertical-align: middle;
    margin: 0 -.25rem;
}
a.tag-addon {
    text-decoration: none;
    cursor: pointer;
    transition: .3s color, .3s background;
}
a.tag-addon:hover {
    background: rgba(0, 0, 0, 0.16);
    color: inherit;
}
.tag-avatar {
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 3px 0 0 3px;
    margin: 0 .5rem 0 -.5rem;
}
.tag-blue {
    background-color: #467fcf !important;
    color: #fff;
}
.tag-indigo {
    background-color: #3858f9 !important;
    color: #fff;
}
.tag-purple {
    background-color: #8500ff !important;
    color: #fff;
}
.tag-pink {
    background-color: #ec82ef !important;
    color: #fff;
}
.tag-red {
    background-color: #ec2d38 !important;
    color: #fff;
}
.tag-orange {
    background-color: #fd7e14 !important;
    color: #fff;
}
.tag-yellow {
    background-color: #fdb901 !important;
    color: #fff;
}
.tag-green {
    background-color: #0fa751 !important;
    color: #fff;
}
.tag-teal {
    background-color: #00cccc !important;
    color: #fff;
}
.tag-cyan {
    background-color: #17a2b8 !important;
    color: #fff;
}
.tag-white {
    background-color: #fff !important;
    color: #fff;
}
.tag-gray {
    background-color: #868e96 !important;
    color: #fff;
}
.tag-gray-dark {
    background-color: #343a40 !important;
    color: #fff;
}
.tag-azure {
    background-color: #17c1f4 !important;
    color: #fff;
}
.tag-lime {
    background-color: #7bd235 !important;
    color: #fff;
}
.tag-primary {
    background-color: #467fcf !important;
    color: #fff;
}
.tag-secondary {
    background-color: #868e96 !important;
    color: #fff;
}
.tag-success {
    background-color: #0fa751 !important;
    color: #fff;
}
.tag-info {
    background-color: #17c1f4 !important;
    color: #fff;
}
.tag-warning {
    background-color: #fdb901 !important;
    color: #fff;
}
.tag-danger {
    background-color: #ec2d38 !important;
    color: #fff;
}
.tag-light {
    background-color: #f8f9fa !important;
    color: #fff;
}
.tag-dark {
    background-color: #343a40 !important;
    color: #fff;
}
.tag-rounded {
    border-radius: 50px;
}
.tag-rounded .tag-avatar {
    border-radius: 50px;
}
.tags {
    margin-bottom: -.5rem;
    font-size: 0;
}
.tags > .tag {
    margin-bottom: .5rem;
}
.tags > .tag:not(:last-child) {
    margin-right: .5rem;
}
.table-invoice.table thead th, .table-invoice.table thead td {
    padding: 9px 15px;
}
.vtimeline {
    list-style: none;
    padding: 0;
    position: relative;
    margin-bottom: 20px;
}
.vtimeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 3px;
    background-color: #d1d4e4;
    left: 50%;
    margin-left: -1.5px;
}
.vtimeline .timeline-wrapper {
    display: block;
    margin-bottom: 20px;
    position: relative;
    width: 100%;
    padding-right: 90px;
}
.vtimeline .timeline-wrapper:before {
    content: " ";
    display: table;
}
.vtimeline .timeline-wrapper:after {
    content: " ";
    display: table;
    clear: both;
}
.vtimeline .timeline-wrapper .timeline-panel {
    border-radius: 2px;
    padding: 20px;
    position: relative;
    background: #fff;
    border-radius: 0px;
    box-shadow: 0 8px 16px 0 rgba(162, 169, 204, 0.24);
    width: 35%;
    margin-left: 15%;
}
.vtimeline .timeline-wrapper .timeline-panel:before {
    position: absolute;
    top: 0;
    width: 100%;
    height: 2px;
    content: "";
    left: 0;
    right: 0;
}
.vtimeline .timeline-wrapper .timeline-panel:after {
    position: absolute;
    top: 10px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #cad4e4;
    border-right: 0 solid #cad4e4;
    border-bottom: 14px solid transparent;
    content: " ";
}
.vtimeline .timeline-wrapper .timeline-panel .timeline-title {
    font-size: 1rem;
    font-weight: 700;
    margin: 0 0 .625rem;
}
.vtimeline .timeline-wrapper .timeline-panel .timeline-body p + p {
    margin-top: 5px;
}
.vtimeline .timeline-wrapper .timeline-panel .timeline-body ul {
    margin-bottom: 0;
}
.vtimeline .timeline-wrapper .timeline-panel .timeline-footer span {
    font-size: .6875rem;
}
.vtimeline .timeline-wrapper .timeline-badge {
    width: 14px;
    height: 14px;
    position: absolute;
    top: 16px;
    left: calc(50% - 7px);
    z-index: 0;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    border: 2px solid #fff;
}
.vtimeline .timeline-wrapper .timeline-badge i {
    color: #fff;
}
.vtimeline .timeline-wrapper.timeline-inverted {
    padding-right: 0;
    padding-left: 90px;
}
.vtimeline .timeline-wrapper.timeline-inverted .timeline-panel {
    margin-left: auto;
    margin-right: 15%;
}
.vtimeline .timeline-wrapper.timeline-inverted .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}
.timeline-wrapper-primary .timeline-panel:before, .timeline-wrapper-primary .timeline-badge {
    background: #3858f9;
}
.timeline-wrapper-secondary .timeline-panel:before, .timeline-wrapper-secondary .timeline-badge {
    background: #eb6f33;
}
.timeline-wrapper-success .timeline-panel:before, .timeline-wrapper-success .timeline-badge {
    background: #0ba360;
}
.timeline-wrapper-info .timeline-panel:before, .timeline-wrapper-info .timeline-badge {
    background: #01b8ff;
}
.timeline-wrapper-warning .timeline-panel:before, .timeline-wrapper-warning .timeline-badge {
    background: #ffc107;
}
.timeline-wrapper-danger .timeline-panel:before, .timeline-wrapper-danger .timeline-badge {
    background: #f53c5b;
}
.timeline-wrapper-light .timeline-panel:before, .timeline-wrapper-light .timeline-badge {
    background: #f1f2f9;
}
.timeline-wrapper-dark .timeline-panel:before, .timeline-wrapper-dark .timeline-badge {
    background: #5e597d;
}
@media (max-width: 767px) {
    .timeline .btn {
        font-size: 12px;
    }
    .vtimeline:before {
        left: 6px !important;
    }
    .vtimeline .timeline-wrapper {
        padding-right: 0 !important;
    }
    .vtimeline .timeline-wrapper .timeline-badge {
        left: 0 !important;
    }
    .vtimeline .timeline-wrapper .timeline-panel {
        width: auto !important;
        margin-left: 10% !important;
    }
    .vtimeline .timeline-wrapper .timeline-panel:after {
        border-right: 14px solid #cad4e4 !important;
        border-left: 0 solid #cad4e4 !important;
        left: -14px !important;
        right: auto !important;
    }
    .vtimeline .timeline-wrapper.timeline-inverted {
        padding-left: 0 !important;
    }
    .vtimeline .timeline-wrapper.timeline-inverted .timeline-panel {
        margin-right: 0 !important;
        width: auto !important;
    }
}
.wizard {
    border: 1px solid #dedcfb;
    background-color: #fff;
}
.wizard > .steps {
    padding: 20px;
}
.wizard > .steps > ul {
    padding: 0;
    margin-bottom: 0;
    display: flex;
}
.wizard > .steps > ul li {
    float: none;
    display: block;
    width: auto;
}
.wizard > .steps > ul li .current-info {
    display: none;
}
.wizard > .steps > ul li .title {
    margin-left: 5px;
    white-space: nowrap;
    transition: all 0.2s ease-in-out;
}
.wizard > .steps > ul li + li {
    margin-left: 5px;
}
.wizard > .steps a {
    color: #5e597d;
    font-weight: 500;
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.wizard > .steps a:hover, .wizard > .steps a:active {
    color: #5e597d;
    font-weight: 500;
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.wizard > .steps a .number, .wizard > .steps a:hover .number, .wizard > .steps a:active .number {
    flex-shrink: 0;
    font-weight: 700;
    font-family: var(--font-family-mulish);
    color: #fff;
    display: block;
    text-align: center;
    line-height: 2;
    width: 30px;
    height: 30px;
    background-color: #aba7d0;
    border-radius: 100%;
    transition: all 0.2s ease-in-out;
}
.wizard > .steps .disabled {
    display: none;
}
.wizard > .steps .disabled a {
    color: #9c96c1;
}
.wizard > .steps .disabled a:hover, .wizard > .steps .disabled a:active {
    color: #9c96c1;
}
.wizard > .steps .current a {
    color: #3858f9;
}
.wizard > .steps .current a:hover, .wizard > .steps .current a:active {
    color: #3858f9;
}
.wizard > .steps .current a .title, .wizard > .steps .current a:hover .title, .wizard > .steps .current a:active .title {
    display: inline-block;
}
.wizard > .steps .current a .number, .wizard > .steps .current a:hover .number, .wizard > .steps .current a:active .number {
    background-color: #3858f9;
}
.wizard > .steps .done a {
    color: #00cccc;
}
.wizard > .steps .done a:hover, .wizard > .steps .done a:active {
    color: #00cccc;
}
.wizard > .steps .done a .title, .wizard > .steps .done a:hover .title, .wizard > .steps .done a:active .title {
    display: none;
}
.wizard > .steps .done a .number, .wizard > .steps .done a:hover .number, .wizard > .steps .done a:active .number {
    background-color: #00cccc;
}
.wizard > .content {
    border-top: 1px solid #dedcfb;
    border-bottom: 1px solid #dedcfb;
    min-height: 150px;
    padding: 20px;
}
.wizard > .content > .title {
    font-size: 18px;
    color: #5e597d;
    font-weight: 700;
    margin-bottom: 5px;
    display: none;
}
.wizard > .content > .title.current {
    display: block;
}
.wizard > .content > .body {
    float: none;
    position: static;
    width: auto;
    height: auto;
}
.wizard > .content > .body input.parsley-error {
    border-color: #f53c5b;
}
.wizard > .content > .body input.parsley-error + ul {
    list-style: none !important;
}
.wizard > .actions {
    padding: 20px;
}
.wizard > .actions > ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
}
.wizard > .actions > ul > li:last-child a {
    background-color: #00cccc;
}
.wizard > .actions a {
    display: block;
    background-color: #3858f9;
    padding: 9px 25px;
    line-height: 1.573;
    color: #fff;
}
.wizard > .actions a:hover, .wizard > .actions a:active {
    display: block;
    background-color: #3858f9;
    padding: 9px 25px;
    line-height: 1.573;
    color: #fff;
}
.wizard > .actions .disabled a {
    background-color: #9c96c1;
}
.wizard > .actions .disabled a:hover, .wizard > .actions .disabled a:active {
    background-color: #9c96c1;
}
.wizard.vertical > .steps {
    padding: 20px;
}
.wizard.vertical > .steps ul li + li {
    margin-left: 10px;
}
.wizard.vertical > .steps ul li .title {
    display: none;
}
.wizard.vertical > .steps .current a .title {
    display: inline-block;
}
.wizard.vertical > .content {
    margin: 0;
    padding: 20px;
}
.wizard.vertical > .actions {
    padding: 20px;
}
.wizard.vertical > .actions ul {
    float: none;
    margin: 0;
    padding: 0;
}
@media (min-width: 768px) {
    .wizard > .steps {
        padding: 25px;
    }
}
@media (min-width: 992px) {
    .wizard > .steps {
        padding: 30px;
    }
}
@media (prefers-reduced-motion: reduce) {
    .wizard > .steps > ul li .title {
        transition: none;
    }
}
@media (min-width: 576px) {
    .wizard > .steps > ul li .title {
        display: none;
        margin-left: 10px;
    }
}
@media (min-width: 768px) {
    .wizard > .steps > ul li .title {
        display: inline-block;
    }
}
@media (min-width: 576px) {
    .wizard > .steps > ul li + li {
        margin-left: 20px;
    }
}
@media (min-width: 992px) {
    .wizard > .steps > ul li + li {
        margin-left: 30px;
    }
}
@media (min-width: 1200px) {
    .wizard > .steps a {
        justify-content: flex-start;
    }
    .wizard > .steps a:hover, .wizard > .steps a:active {
        justify-content: flex-start;
    }
}
@media (prefers-reduced-motion: reduce) {
    .wizard > .steps a .number, .wizard > .steps a:hover .number, .wizard > .steps a:active .number {
        transition: none;
    }
}
@media (min-width: 576px) {
    .wizard > .steps a .number, .wizard > .steps a:hover .number, .wizard > .steps a:active .number {
        font-size: 18px;
        font-weight: 600;
        line-height: 2.1;
        width: 40px;
        height: 40px;
    }
}
@media (min-width: 576px) {
    .wizard > .steps .disabled {
        display: block;
    }
}
@media (min-width: 768px) {
    .wizard > .steps .done a .title, .wizard > .steps .done a:hover .title, .wizard > .steps .done a:active .title {
        display: inline-block;
    }
}
@media (min-width: 768px) {
    .wizard > .content {
        padding: 25px;
    }
}
@media (min-width: 992px) {
    .wizard > .content {
        padding: 30px;
    }
}
@media (min-width: 768px) {
    .wizard > .actions {
        padding: 25px;
    }
}
@media (min-width: 992px) {
    .wizard > .actions {
        padding: 30px;
    }
}
@media (min-width: 576px) {
    .wizard.vertical > .steps {
        float: left;
        width: 20%;
    }
}
@media (min-width: 768px) {
    .wizard.vertical > .steps {
        width: 15%;
    }
}
@media (min-width: 992px) {
    .wizard.vertical > .steps {
        padding: 25px;
        width: 30%;
    }
}
@media (min-width: 576px) {
    .wizard.vertical > .steps ul {
        flex-direction: column;
    }
}
@media (min-width: 576px) {
    .wizard.vertical > .steps ul li + li {
        margin-top: 10px;
        margin-left: 0;
    }
}
@media (min-width: 768px) {
    .wizard.vertical > .steps ul li + li {
        margin-top: 20px;
    }
}
@media (min-width: 992px) {
    .wizard.vertical > .steps ul li .title {
        display: block;
    }
}
@media (min-width: 992px) {
    .wizard.vertical > .steps a {
        justify-content: flex-start;
    }
}
@media (min-width: 576px) {
    .wizard.vertical > .steps .current a .title {
        display: none;
    }
}
@media (min-width: 992px) {
    .wizard.vertical > .steps .current a .title {
        display: inline-block;
    }
}
@media (min-width: 576px) {
    .wizard.vertical > .content {
        border-top-width: 0;
        border-bottom-width: 0;
        width: 80%;
        float: right;
        border-left: 1px solid #dedcfb;
    }
}
@media (min-width: 768px) {
    .wizard.vertical > .content {
        width: 85%;
    }
}
@media (min-width: 992px) {
    .wizard.vertical > .content {
        width: 70%;
        padding: 25px;
    }
}
@media (min-width: 576px) {
    .wizard.vertical > .actions {
        width: 80%;
        float: right;
        border-left: 1px solid #dedcfb;
    }
}
@media (min-width: 768px) {
    .wizard.vertical > .actions {
        width: 85%;
    }
}
@media (min-width: 992px) {
    .wizard.vertical > .actions {
        width: 70%;
        padding: 25px;
    }
}
.wizard-style-1 > .steps > ul a {
    padding: 0;
    height: 50px;
}
.wizard-style-1 > .steps > ul a:hover, .wizard-style-1 > .steps > ul a:active {
    padding: 0;
    height: 50px;
}
.wizard-style-1 > .steps > ul a .number, .wizard-style-1 > .steps > ul a:hover .number, .wizard-style-1 > .steps > ul a:active .number {
    width: 50px;
    height: 100%;
    border: 0;
    font-size: 18px;
    font-weight: bold;
    color: #7987a1;
    background-color: #bbb8e2;
    border-radius: 0;
}
.wizard-style-1 > .steps > ul a .title, .wizard-style-1 > .steps > ul a:hover .title, .wizard-style-1 > .steps > ul a:active .title {
    margin-right: 20px;
    margin-left: 20px;
}
.wizard-style-1 > .steps > ul .current a .number, .wizard-style-1 > .steps > ul .current a:hover .number, .wizard-style-1 > .steps > ul .current a:active .number {
    background-color: #452efa;
    color: #fff;
}
.wizard-style-1 > .steps > ul .done a .number, .wizard-style-1 > .steps > ul .done a:hover .number, .wizard-style-1 > .steps > ul .done a:active .number {
    background-color: #643ab0;
    color: #fff;
}
.wizard-style-2 > .steps > ul a {
    padding: 0;
    height: 50px;
    border-radius: 50px;
}
.wizard-style-2 > .steps > ul a:hover, .wizard-style-2 > .steps > ul a:active {
    padding: 0;
    height: 50px;
    border-radius: 50px;
}
.wizard-style-2 > .steps > ul a .number, .wizard-style-2 > .steps > ul a:hover .number, .wizard-style-2 > .steps > ul a:active .number {
    width: 50px;
    height: 100%;
    border: 2px solid #dedcfb;
    font-size: 18px;
    font-weight: bold;
    color: #7987a1;
    background-color: #fff;
}
.wizard-style-2 > .steps > ul a .title, .wizard-style-2 > .steps > ul a:hover .title, .wizard-style-2 > .steps > ul a:active .title {
    margin-right: 20px;
}
.wizard-style-2 > .steps > ul .current a .number, .wizard-style-2 > .steps > ul .current a:hover .number, .wizard-style-2 > .steps > ul .current a:active .number {
    border-color: #3858f9;
    color: #3858f9;
}
.wizard-style-2 > .steps > ul .done a .number, .wizard-style-2 > .steps > ul .done a:hover .number, .wizard-style-2 > .steps > ul .done a:active .number {
    border-color: #6f42c1;
    color: #6f42c1;
}
.main-footer {
    background-color: #fff;
    border-top: 1px solid #dedcfb;
    margin-top: auto;
}
@media (min-width: 992px) {
    .main-footer {
        display: block;
    }
    .sticky-pin {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 1;
    }
    .sticky {
        width: 100%;
    }
}
.sticky-pin .horizontalMenucontainer .main-header.hor-header {
    background: linear-gradient(45deg, #3b9029, #00768a);
}
.sticky-pin.main-header {
    background: linear-gradient(45deg, #c2488d, #3858f9);
}
.side-header {
    position: sticky;
    width: 100%;
    z-index: 75 !important;
    border-bottom: 1px solid #e1e6f1;
}
.main-footer .container {
    font-size: 12px;
    padding: 38px 20px 0;
    align-items: center;
    justify-content: space-between;
    color: #7987a1;
    margin: 0 auto;
    text-align: center;
    justify-content: center;
    line-height: 3.7;
}
.main-footer .container-fluid {
    font-size: 12px;
    padding: 38px 20px 0;
    align-items: center;
    justify-content: space-between;
    color: #7987a1;
    margin: 0 auto;
    text-align: center;
    justify-content: center;
    line-height: 3.7;
    padding-left: 20px;
    padding-right: 20px;
}
@media (min-width: 992px) {
    .main-footer .container {
        padding: 10px 0 0;
    }
}
.main-footer-app .container, .main-footer-app .container-fluid {
    border-top-width: 0;
}
.horizontalMenu html, .horizontalMenu body, .horizontalMenu iframe, .horizontalMenu h1, .horizontalMenu h2, .horizontalMenu h3, .horizontalMenu h4, .horizontalMenu h5, .horizontalMenu h6 {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    font-family: var(--font-family-mulish);
    -webkit-font-smoothing: subpixel-antialiased;
    font-smoothing: antialiased;
    font-smooth: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: subpixel-antialiased;
    font-smoothing: subpixel-antialiased;
    font-smooth: subpixel-antialiased;
}
.horizontalMenu .cl {
    clear: both;
}
.horizontalMenu img {
    border: 0 none;
    max-width: 100%;
}
object, embed, video {
    border: 0 none;
    max-width: 100%;
}
.horizontalMenu a:focus {
    outline: none;
}
.horizontalMenu:before {
    content: "";
    display: table;
}
.horizontalMenu:after {
    content: "";
    display: table;
    clear: both;
}
.horizontalMenucontainer {
    background-size: cover;
    overflow: hidden;
    background-attachment: fixed;
    background-position: 50% 0;
    background-repeat: no-repeat;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
}
.horizontal-main {
    width: 100%;
    position: fixed;
}
.horizontal-mainwrapper {
    margin: 0 auto;
}
.desktoplogo {
    padding: 0.75rem;
    margin: 0;
    float: left;
}
.desktoplogo img {
    width: 100%;
}
.horizontalMenu {
    color: #fff;
    font-size: 14px;
    padding: 0;
    display: block;
}
.horizontalMenu > .horizontalMenu-list {
    text-align: left;
    margin: 0 auto 0 auto;
    width: 100%;
    display: block;
    padding: 0;
}
.horizontalMenu > .horizontalMenu-list > li {
    text-align: center;
    display: block;
    padding: 0;
    margin: 0;
    float: left;
}
.horizontalMenu > .horizontalMenu-list > li > a {
    display: block;
    margin: 0 1px;
    border-radius: 3px;
    text-decoration: none;
    position: relative;
    color: #000;
    border-right: 0;
    padding: 15px 18px;
    font-weight: 400;
}
.horizontalMenu > .horizontalMenu-list > li:last-child > a {
    border-right: 0px;
}
.horizontalMenu > .horizontalMenu-list > li a.menuhomeicon {
    padding-left: 25px;
    padding-right: 25px;
}
.horizontalMenu > .horizontalMenu-list > li > a i {
    display: inline-block;
    font-size: 14px;
    line-height: inherit;
    margin-right: 5px;
}
.horizontalMenu > .horizontalMenu-list > li > a .typcn {
    font-size: 1.15rem;
}
.horizontalMenu > .horizontalMenu-list > li > a .arrow:after {
    border-left: 4px solid rgba(0, 0, 0, 0);
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-top: 4px solid;
    content: "";
    float: right;
    right: 11px;
    height: 0;
    margin: 0 0 0 14px;
    position: absolute;
    text-align: right;
    top: 33px;
    width: 0;
}
.horizontalMenu > .horizontalMenu-list > li.rightmenu {
    float: right;
    float: right;
}
.horizontalMenu > .horizontalMenu-list > li.rightmenu a {
    padding: 0px 30px 0px 20px;
    border-right: none;
}
.horizontalMenu > .horizontalMenu-list > li.rightmenu a i {
    font-size: 15px;
}
.horizontalMenu > .horizontalMenu-list > li.rightmenu:before {
    content: "";
    display: table;
}
.horizontalMenu-list > li.rightmenu:after {
    content: "";
    display: table;
}
.horizontalMenu > .horizontalMenu-list > li.rightmenu {
    zoom: 1;
}
.horizontalMenu > .horizontalMenu-list > li.rightmenu:after {
    clear: both;
}
.horizontalMenu > .horizontalMenu-list > li.rightmenu > .topmenusearch {
    float: right;
    width: 210px;
    height: 39px;
    position: relative;
    margin: 16px 0px 0px 0px;
}
.horizontalMenu > .horizontalMenu-list > li.rightmenu > .topmenusearch .searchicon {
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
}
.horizontalMenu > .horizontalMenu-list > li.rightmenu > .topmenusearch input {
    width: 100%;
    position: relative;
    float: right;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    border: 0;
    padding: 0;
    margin: 0;
    text-indent: 15px;
    height: 39px;
    z-index: 2;
    outline: none;
    color: #333;
    background-color: #efefef;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
    font-size: 12px;
}
.horizontalMenu > .horizontalMenu-list > li.rightmenu > .topmenusearch input::placeholder {
    color: #a9a9a9;
}
.horizontalMenu > .horizontalMenu-list > li.rightmenu > .topmenusearch input:focus {
    color: #333;
    width: 230px;
}
.horizontalMenu > .horizontalMenu-list > li.rightmenu > .topmenusearch input:focus ~ .btnstyle .fa {
    color: #fff;
    opacity: 1;
}
.horizontalMenu > .horizontalMenu-list > li.rightmenu > .topmenusearch input:focus ~ .searchicon {
    opacity: 1;
    z-index: 3;
    color: #fff;
}
.horizontalMenu > .horizontalMenu-list > li.rightmenu > .topmenusearch .btnstyle {
    top: 0px;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 40px;
    line-height: 30px;
    z-index: 1;
    cursor: pointer;
    opacity: 0.3;
    color: #333;
    z-index: 1000;
    background-color: transparent;
    border: solid 0px;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
}
.horizontalMenu > .horizontalMenu-list > li.rightmenu > .topmenusearch .btnstyle .fa {
    line-height: 37px;
    margin: 0;
    padding: 0;
    text-align: center;
}
.horizontalMenu > .horizontalMenu-list > li.rightmenu > .topmenusearch .btnstyle:hover .fa {
    opacity: 1;
}
.horizontalMenu > .horizontalMenu-list > li > ul.sub-menu {
    position: absolute;
    z-index: 1000;
    margin: 0px;
    padding: 5px;
    min-width: 190px;
    background-color: #fff;
    box-shadow: 0 8px 16px 0 rgba(230, 233, 239, 0.4);
    border: 1px solid #e7eaf3;
}
.horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li {
    position: relative;
    margin: 0px;
    padding: 0px;
    display: block;
}
.horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > a {
    background-image: none;
    color: #000;
    border-right: 0 none;
    text-align: left;
    display: block;
    line-height: 22px;
    padding: 8px 40px;
    text-transform: none;
    font-size: 13px;
    letter-spacing: normal;
    border-right: 0px solid;
}
.horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > a:hover {
    text-decoration: none;
}
.horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li:hover a.slide-item:before, .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > a.active:before {
    color: #3858f9;
}
.horizontalMenu > .horizontalMenu-list > li > ul.sub-menu li a:before {
    content: "\e933";
    font-family: 'feather' !important;
    position: absolute;
    top: 9px;
    left: 13px;
    font-size: 13px;
    color: #000;
    opacity: 1;
    display: block;
}
.horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > a > i {
    margin-right: 9px;
}
.horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > ul.sub-menu {
    min-width: 220px;
    position: absolute;
    left: 100%;
    top: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #fff;
    box-shadow: 0 8px 16px 0 rgba(230, 233, 239, 0.4);
    border: 1px solid #e7eaf3;
}
.horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > ul.sub-menu > li {
    position: relative;
    margin: 0px;
    padding: 0px;
    display: block;
}
.horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > ul.sub-menu > li > a {
    background-image: none;
    color: #000;
    border-right: 0 none;
    text-align: left;
    display: block;
    line-height: 22px;
    padding: 8px 35px;
    text-transform: none;
    font-size: 13px;
    letter-spacing: normal;
    border-right: 0px solid;
}
.horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > ul.sub-menu > li > a:hover {
    text-decoration: none;
}
.horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > ul.sub-menu > li > a > i {
    margin-right: 9px;
}
.horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu {
    min-width: 220px;
    position: absolute;
    left: 100%;
    top: 0;
    margin: 0px;
    list-style: none;
    padding: 0px;
    background-color: #fff;
    border: 1px solid #e8ebf3;
}
.horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu > li {
    position: relative;
    margin: 0px;
    padding: 0px;
    display: block;
}
.horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu > li > a {
    background-image: none;
    color: #22252f;
    border-right: 0 none;
    text-align: left;
    display: block;
    line-height: 22px;
    padding: 8px 12px;
    text-transform: none;
    font-size: 13px;
    letter-spacing: normal;
    border-right: 0px solid;
}
.horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu > li > a:hover {
    text-decoration: none;
}
.horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu > li > a > i {
    margin-right: 9px;
}
.horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu {
    width: 100%;
    left: 0px;
    position: absolute;
    color: #22252f;
    z-index: 1000;
    margin: 0px;
    text-align: left;
    font-size: 15px;
}
.horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu .megamenu-content {
    border: 1px solid #e8ebf3;
    background-color: #fff;
    padding: 14px 20px;
    border-radius: 2px;
    box-shadow: 0px 5px 25px rgba(227, 228, 238, 0.2);
}
.horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu .title {
    padding: 5px 5px 5px 0px;
    font-size: 16px;
    color: #2c2c2c;
    margin: 0px 0px 4px 0px;
    text-align: left;
    font-weight: 600;
}
.horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu .wsmwnutxt {
    width: 100%;
    font-size: 14px;
    text-align: justify;
    line-height: 22px;
    color: #2c2c2c;
    margin-top: 10px;
}
.horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu .link-list li {
    display: block;
    text-align: center;
    white-space: nowrap;
    text-align: left;
    padding: 5px 10px 5px 10px;
    position: relative;
}
.horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu .link-list li a {
    line-height: 18px;
    border-right: none;
    text-align: left;
    padding: 8px 23px;
    background: #fff;
    background-image: none;
    color: #22252f;
    border-right: 0 none;
    display: block;
    font-size: 13px;
}
.horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu li i {
    margin-right: 5px;
    text-align: center;
    width: 18px;
}
.horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu li a:hover {
    background: transparent;
    text-decoration: none;
}
.horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu .link-list li i {
    font-size: 12px;
}
.horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu li i {
    margin-right: 5px;
    text-align: center;
    width: 18px;
}
.horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu .mrgtop {
    margin-top: 15px;
}
.horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu .show-grid div {
    padding-bottom: 10px;
    padding-top: 10px;
    background-color: #dbdbdb;
    border: 1px solid #e7e7e7;
    color: #6a6a6a;
    margin: 2px 0px;
    font-size: 13px;
}
.horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu.halfmenu {
    width: 30%;
    right: auto;
    left: auto;
}
.horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu.halfdiv {
    width: 20%;
    right: auto;
    left: auto;
}
.horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu .menu_form {
    width: 100%;
    display: block;
}
.horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu .menu_form input[type="text"] {
    width: 100%;
    border: 1px solid #e2e2e2;
    color: #22252f;
    font-size: 13px;
    padding: 8px 5px;
    margin-bottom: 8px;
}
.horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu .menu_form textarea {
    width: 100%;
    border: 1px solid #e2e2e2;
    color: #22252f;
    font-size: 13px;
    padding: 8px 5px;
    margin-bottom: 8px;
    min-height: 122px;
}
.horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu .menu_form input[type="submit"] {
    width: 25%;
    display: block;
    height: 32px;
    float: right;
    border: none;
    margin-right: 15px;
    cursor: pointer;
    background-color: #e1e1e1;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu .menu_form input[type="button"] {
    width: 25%;
    display: block;
    height: 32px;
    float: right;
    border: none;
    cursor: pointer;
    background-color: #e1e1e1;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu .carousel-inner .item img {
    width: 100%;
}
.horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu .carousel-control-next, .horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu .carousel-control-prev {
    opacity: 0.8;
}
.horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu .carousel-caption {
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.7);
    font-size: 13px;
    height: 31px;
    left: 0;
    padding: 7px 0;
    right: 0;
    width: 100%;
}
.horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu .typography-text {
    padding: 0px 0px;
    font-size: 14px;
}
.horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu .typography-text ul {
    padding: 0px 0px;
    margin: 0px;
}
.horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu .typography-text p {
    text-align: justify;
    line-height: 24px;
    color: #656565;
}
.horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu .typography-text ul li {
    display: block;
    padding: 2px 0px;
    line-height: 22px;
}
.horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu .typography-text ul li a {
    color: #656565;
}
@media (min-width: 1024px) {
    .horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu .link-list:first-child {
        border: 0;
    }
}
.horizontal-header {
    display: none;
}
.horizontal-overlapbg {
    opacity: 0;
    visibility: hidden;
}
.horizontalMenu .horizontalMenu-click, .horizontalMenu .horizontalMenu-click02 {
    display: none;
}
.hometext {
    display: none;
}
@media only screen and (max-width: 991px) {
    body.active {
        overflow: hidden;
    }
    .desktoplogo {
        display: none;
    }
    .horizontal-main {
        height: 0;
        padding: 0;
    }
    .horizontalMenucontainer {
        background-attachment: local;
        background-position: 33% 0%;
    }
    .horizontalMenu {
        width: 100%;
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        left: 0;
        overflow-y: hidden;
        padding: 0;
        top: 0;
        position: fixed;
        visibility: hidden;
        margin: 0px;
    }
    .horizontalMenu > .horizontalMenu-list {
        height: auto;
        min-height: 100%;
        width: 240px;
        background: #fff;
        padding-bottom: 0;
        margin-left: -240px;
        display: block;
        text-align: center;
    }
    .horizontalMenu > .horizontalMenu-list > li {
        width: 100%;
        display: block;
        float: none;
        border-right: none;
        background-color: transparent;
        position: relative;
        white-space: inherit;
        clear: right;
        padding: 0;
    }
    .horizontalMenu > .horizontalMenu-list > li span a {
        width: 85%;
        margin: 0 auto;
    }
    .horizontalMenu > .horizontalMenu-list > li > a {
        padding: 8px 32px 8px 17px;
        font-size: 14px;
        text-align: left;
        border-right: solid 0px;
        color: #22252f;
        border-bottom: 1px solid;
        border-bottom-color: #e7eaf3;
        position: static;
        margin: 0;
        border-radius: 0px;
    }
    .horizontalMenu > .horizontalMenu-list > li > a span.i {
        display: none;
    }
    .hor-menu .horizontalMenu > .horizontalMenu-list > li > a {
        padding: 10px;
        border-radius: 3px;
        margin: 0;
    }
    .hor-menu .horizontalMenu > .horizontalMenu-list > li:hover .sub-icon {
        color: #3858f9;
        background: rgba(238, 238, 247, 0.5);
        border-radius: 0 !important;
    }
    .horizontalMenu > .horizontalMenu-list > li a.menuhomeicon {
        padding-left: 17px;
        padding-right: 17px;
        border-top: solid 1px rgba(0, 0, 0, 0.13);
    }
    .horizontalMenu > .horizontalMenu-list > li > a > .fa {
        font-size: 16px;
        color: #fff;
    }
    .horizontalMenu > .horizontalMenu-list > li > a .arrow:after {
        display: none;
    }
    .horizontalMenu > .horizontalMenu-list > li:hover > a {
        text-decoration: none;
    }
    .horizontalMenu > .horizontalMenu-list > li > a > .hometext {
        display: inline-block;
    }
    .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu {
        display: none;
        position: relative;
        top: 0px;
        background-color: #fff;
        border: none;
        padding: 0px;
        opacity: 1;
        visibility: visible;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        -webkit-transition: inherit;
        -moz-transition: inherit;
        transition: inherit;
        -webkit-transform-style: flat;
        box-shadow: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        margin: 5px;
    }
    .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > a {
        line-height: 20px;
        font-size: 13px;
        padding: 10px 0px 10px 36px;
        color: #000;
    }
    .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li span + a {
        padding-right: 30px;
    }
    .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > a > .fa {
        display: none;
    }
    .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > a:hover {
        background-color: #f6f7fb;
        color: #22252f;
        text-decoration: none;
    }
    .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu li:hover > a {
        background-color: #fff;
        color: #22252f;
    }
    .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > ul.sub-menu {
        width: 100%;
        position: static;
        left: 100%;
        top: 0;
        display: none;
        margin: 0px;
        padding: 0px;
        border: solid 0px;
        transform: none;
        opacity: 1;
        visibility: visible;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        -webkit-transition: inherit;
        -moz-transition: inherit;
        transition: inherit;
        -webkit-transform-style: flat;
    }
    .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > ul.sub-menu > li {
        margin: 0px 0px 0px 0px;
        padding: 0px;
        position: relative;
    }
    .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > ul.sub-menu > li > a {
        line-height: 20px;
        font-size: 13px;
        padding: 10px 0px 10px 62px;
        color: #22252f;
    }
    .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > ul.sub-menu > li > a:before {
        left: 45px;
    }
    .horizontalMenu-click.horizontal-activearrow .sub-icon {
        color: #3858f9;
        background: #eff2f6;
    }
    .horizontalMenu-click.horizontal-activearrow a {
        color: #3858f9;
    }
    .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > ul.sub-menu > li span + a {
        padding-right: 30px;
    }
    .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > ul.sub-menu > li > a > .fa {
        display: none;
    }
    .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > ul.sub-menu > li > a:hover {
        background-color: #e7e7e7;
        color: #22252f;
        text-decoration: none;
    }
    .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > ul.sub-menu > li > a.active {
        color: #22252f;
    }
    .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > ul.sub-menu > li:hover > a {
        color: #22252f;
    }
    .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu {
        width: 100%;
        position: static;
        left: 100%;
        top: 0;
        display: none;
        margin: 0px;
        padding: 0px;
        border: solid 0px;
        transform: none;
        opacity: 1;
        visibility: visible;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        -webkit-transition: inherit;
        -moz-transition: inherit;
        transition: inherit;
        -webkit-transform-style: flat;
    }
    .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu > li {
        margin: 0px 0px 0px 0px;
    }
    .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu > li > a {
        line-height: 20px;
        font-size: 13px;
        padding: 10px 0px 10px 34px;
        color: #383838;
    }
    .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu > li span + a {
        padding-right: 30px;
    }
    .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu > li > a > .fa {
        display: none;
    }
    .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu > li > a:hover {
        background-color: #e7e7e7;
        color: #22252f;
        text-decoration: none;
    }
    .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu > li > a.active {
        color: #22252f;
    }
    .horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu {
        color: #22252f;
        display: none;
        position: relative;
        top: 0px;
        padding: 0px 0px;
        border: solid 0px;
        transform: none;
        opacity: 1;
        visibility: visible;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        -webkit-transition: inherit;
        -moz-transition: inherit;
        transition: inherit;
        border-bottom: 1px solid rgba(0, 0, 0, 0.13);
        -webkit-transform-style: flat;
    }
    .horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu .container {
        padding: 0;
    }
    .horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu.halfmenu {
        width: 100%;
        margin: 0px;
        padding: 5px 0px 10px 0px;
    }
    .horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu .title {
        color: #22252f;
        font-size: 15px;
        padding: 10px 8px 10px 0px;
    }
    .horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu > ul {
        width: 100%;
        margin: 0px;
        padding: 0px;
        font-size: 13px;
    }
    .horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu > ul > li > a {
        padding: 9px 14px;
        line-height: normal;
        font-size: 13px;
        background-color: #e7e7e7;
        color: #22252f;
    }
    .horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu > ul > li > a:hover {
        background-color: #22252f;
    }
    .horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu ul li.title {
        line-height: 26px;
        color: #22252f;
        margin: 0px;
        font-size: 15px;
        padding: 7px 0px;
        background-color: transparent;
    }
    .horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu.halfdiv {
        width: 100%;
    }
    .horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu .menu_form {
        padding: 5px 0px 62px 0px;
    }
    .horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu .show-grid div {
        margin: 0px;
    }
    .horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu .menu_form input[type="button"], .horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu .menu_form input[type="submit"] {
        width: 46%;
    }
    .horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu .menu_form textarea {
        min-height: 100px;
    }
    .horizontal-header {
        width: 100%;
        display: block;
        position: relative;
        top: 0;
        left: 0;
        z-index: 1;
        height: 54px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        text-align: center;
        -webkit-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        -ms-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
    }
    .active .horizontal-header {
        -webkit-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        -ms-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
    }
    .horizontal-header .smllogo {
        display: inline-block;
        margin-top: 11px;
    }
    .horizontalMenu > .horizontalMenu-list > li.rightmenu > .topmenusearch {
        width: 86%;
        margin: 7% 7%;
        padding: 0px;
    }
    .horizontalMenu > .horizontalMenu-list > li.rightmenu > .topmenusearch input {
        border-radius: 50px;
    }
    .horizontalMenu > .horizontalMenu-list > li.rightmenu > .topmenusearch input:focus {
        width: 100%;
    }
    .callusbtn {
        color: #a9a9a9;
        font-size: 21px;
        position: absolute;
        right: 5px;
        top: 0px;
        transition: all 0.4s ease-in-out 0s;
        z-index: 102;
        padding: 11px 14px;
    }
    .callusbtn .fa {
        vertical-align: top;
        margin-top: 4px;
    }
    .callusbtn:hover .fa {
        color: #a9a9a9;
    }
    .animated-arrow {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 102;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        cursor: pointer;
        padding: 13px 20px 13px 13px;
        margin: 18px 0 0 15px;
    }
    .animated-arrow span {
        cursor: pointer;
        height: 2px;
        width: 17px;
        background: #fff;
        position: absolute;
        display: block;
        content: '';
        transition: all 500ms ease-in-out;
    }
    .animated-arrow span:before, .animated-arrow span:after {
        cursor: pointer;
        height: 2px;
        width: 17px;
        background: #fff;
        position: absolute;
        display: block;
        content: '';
    }
    .animated-arrow span:before {
        top: -7px;
        width: 23px;
    }
    .animated-arrow span:after {
        bottom: -7px;
        width: 17px;
    }
    .animated-arrow span:before, .animated-arrow span:after {
        transition: all 500ms ease-in-out;
    }
    .active .animated-arrow span {
        background-color: transparent;
    }
    .active .animated-arrow span:after {
        width: 23px;
        top: -3px;
    }
    .active .animated-arrow span:before {
        top: -3px;
    }
    .active .animated-arrow.active span:after {
        top: -3px;
    }
    .active .animated-arrow span:before {
        transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        bottom: 0px;
    }
    .active .animated-arrow span:after {
        transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }
    .horizontal-overlapbg {
        right: 0;
        width: calc(100% - 240px);
        height: 100vh;
        min-height: 100%;
        position: fixed;
        top: 0;
        opacity: 0;
        visibility: hidden;
        background-color: rgba(0, 0, 0, 0.45);
        cursor: pointer;
    }
    .active .horizontalMenu .horizontal-overlapbg {
        opacity: 1;
        visibility: visible;
        -webkit-transition: opacity 1.5s ease-in-out;
        -moz-transition: opacity 1.5s ease-in-out;
        -ms-transition: opacity 1.5s ease-in-out;
        -o-transition: opacity 1.5s ease-in-out;
    }
    .horizontalMenucontainer {
        -webkit-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        -ms-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
    }
    .active .horizontalMenucontainer {
        margin-left: 240px;
        -webkit-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        -ms-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
    }
    .active .horizontalMenu {
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        visibility: visible;
        z-index: 1000;
        top: 0;
        height: 100% !important;
    }
    .active .horizontalMenu > .horizontalMenu-list {
        -webkit-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        -ms-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
        margin-left: 0;
    }
    .horizontalMenu > .horizontalMenu-list > li > .horizontalMenu-click {
        height: 49px;
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        cursor: pointer;
        width: 100%;
    }
    .horizontalMenu > .horizontalMenu-list > li .horizontalMenu-click.horizontal-activearrow > i {
        transform: rotate(180deg);
        margin-top: 5px;
    }
    .horizontalMenu > .horizontalMenu-list > li > .horizontalMenu-click > i {
        display: block;
        height: 23px;
        width: 25px;
        margin-top: 14px;
        margin-right: 10px;
        background-size: 25px;
        font-size: 16px;
        color: #888aaf;
        float: right;
    }
    .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li .horizontalMenu-click02 {
        height: 41px;
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        cursor: pointer;
        width: 100%;
    }
    .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li .horizontalMenu-click02 > i {
        display: block;
        height: 23px;
        width: 25px;
        margin: 8px 6px 8px 6px;
        background-size: 25px;
        font-size: 21px;
        color: rgba(255, 255, 255, 0.25);
        float: right;
    }
    .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li .horizontalMenu-click02 > i.horizontalMenu-rotate {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .horizontalMenu > .horizontalMenu-list > li a span, .horizontalMenu > .horizontalMenu-list > li > a .horizontal-icon {
        display: none;
    }
    .mega-menubg {
        background: #fff !important;
        margin: 5px;
    }
    .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > ul.sub-menu {
        background-color: #fff;
        box-shadow: none !important;
    }
    .horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu .link-list li a {
        color: #22252f;
        background-color: #fff;
    }
    .mega-menubg {
        border: 0 !important;
        box-shadow: none !important;
    }
    .mega-menubg.hor-mega-menu ul {
        margin-left: 0;
        padding-left: 0;
    }
    .hor-menu .horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu .link-list li a {
        background: #fff !important;
        color: #000 !important;
    }
    .desktop-logo {
        margin-left: 2rem;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1162px) {
    .horizontalMenu > .horizontalMenu-list > li > a {
        font-size: 12px;
        padding: 10px 10px 10px 10px;
    }
    .horizontalMenu > .horizontalMenu-list > li > a > .arrow {
        display: none;
    }
    .horizontalMenu > .horizontalMenu-list > li a.menuhomeicon {
        padding-left: 22px;
        padding-right: 22px;
    }
    .horizontal-badge {
        top: 15px !important;
    }
}
.horizontalMenu-list .sub-menu .sub-menu:before, .horizontalMenu-list .sub-menu .sub-menu:after {
    display: none;
}
@media (max-width: 992px) {
    .horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu .megamenu-content {
        border: 0;
        box-shadow: none;
    }
}
@media (min-width: 550px) {
    .desktop-logo-1 {
        display: none;
    }
}
@media (max-width: 549px) {
    .desktop-logo-1 {
        display: block;
        margin-left: 2.5rem;
        height: 2.6rem;
    }
    .desktop-logo {
        display: none;
    }
}
.horizontalMenu ul li a.btn {
    font-size: 14px !important;
    margin: 5px 0;
}
@media (min-width: 992px) {
    .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu {
        opacity: 0;
        visibility: hidden;
        -o-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -webkit-transform-origin: 0% 0%;
        -o-transition: -o-transform 0.3s, opacity 0.3s;
        -ms-transition: -ms-transform 0.3s, opacity 0.3s;
        -moz-transition: -moz-transform 0.3s, opacity 0.3s;
        -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
        transform-style: preserve-3d;
        -o-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        -webkit-transform-style: preserve-3d;
        transform: rotateX(-75deg);
        -o-transform: rotateX(-75deg);
        -moz-transform: rotateX(-75deg);
        -webkit-transform: rotateX(-75deg);
    }
    .horizontalMenu > .horizontalMenu-list > li:hover > ul.sub-menu, .horizontalMenu > .horizontalMenu-list > li:hover > .horizontal-megamenu {
        opacity: 1;
        visibility: visible;
        transform: rotateX(0deg);
        -o-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -webkit-transform: rotateX(0deg);
    }
    .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > ul.sub-menu {
        opacity: 0;
        visibility: hidden;
        transform-style: preserve-3d;
        -o-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        -webkit-transform-style: preserve-3d;
        transform: rotateX(-75deg);
        -o-transform: rotateX(-75deg);
        -moz-transform: rotateX(-75deg);
        -webkit-transform: rotateX(-75deg);
    }
    .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li:hover > ul.sub-menu {
        opacity: 1;
        visibility: visible;
        -o-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -webkit-transform-origin: 0% 0%;
        -o-transition: -o-transform 0.4s, opacity 0.4s;
        -ms-transition: -ms-transform 0.4s, opacity 0.4s;
        -moz-transition: -moz-transform 0.4s, opacity 0.4s;
        -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
        transform: rotateX(0deg);
        -o-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -webkit-transform: rotateX(0deg);
    }
    .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu {
        opacity: 0;
        visibility: hidden;
        -o-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -webkit-transform-origin: 0% 0%;
        -o-transition: -o-transform 0.4s, opacity 0.4s;
        -ms-transition: -ms-transform 0.4s, opacity 0.4s;
        -moz-transition: -moz-transform 0.4s, opacity 0.4s;
        -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
        transform-style: preserve-3d;
        -o-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        -webkit-transform-style: preserve-3d;
        transform: rotateX(-75deg);
        -o-transform: rotateX(-75deg);
        -moz-transform: rotateX(-75deg);
        -webkit-transform: rotateX(-75deg);
    }
    .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > ul.sub-menu > li:hover > ul.sub-menu {
        opacity: 1;
        visibility: visible;
        transform: rotateX(0deg);
        -o-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -webkit-transform: rotateX(0deg);
    }
    .horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu {
        opacity: 0;
        visibility: hidden;
        -o-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -webkit-transform-origin: 0% 0%;
        -o-transition: -o-transform 0.3s, opacity 0.3s;
        -ms-transition: -ms-transform 0.3s, opacity 0.3s;
        -moz-transition: -moz-transform 0.3s, opacity 0.3s;
        -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
        transform-style: preserve-3d;
        -o-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        -webkit-transform-style: preserve-3d;
        transform: rotateX(-75deg);
        -o-transform: rotateX(-75deg);
        -moz-transform: rotateX(-75deg);
        -webkit-transform: rotateX(-75deg);
    }
    .header-style1 .horizontalMenu > .horizontalMenu-list > li {
        padding: 0.75rem 0;
    }
    .main-header.hor-header.fixed-header {
        box-shadow: none;
        z-index: 99;
    }
    .horizontal-mainwrapper.container, .horizontal-megamenu .container {
        padding: 0;
    }
    .side-badge {
        position: absolute;
        right: 30px;
        top: 11px;
    }
}
@media (min-width: 992px) {
    .app-sidebar .side-badge {
        position: absolute;
        right: 40px;
        top: 11px;
    }
}
.mega-menubg {
    background: #fff;
    padding: 14px 5px;
    box-shadow: 0 8px 16px 0 rgba(230, 233, 239, 0.4);
    border: 1px solid #e7eaf3;
}
.horizontal-main.hor-menu {
    background: #fff;
    box-shadow: 0 0 10px rgba(28, 39, 60, 0.2);
    border-bottom: 1px solid #d5d8e2;
    z-index: 1;
    margin-top: 63px;
}
.hor-menu .horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu .link-list li a {
    background: #fff;
    color: #000;
}
.hor-menu .horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu .link-list li:hover a {
    color: #3858f9 !important;
}
.hor-menu .horizontalMenu > .horizontalMenu-list > li > a.active {
    color: #3858f9;
    background: #fff;
    background: #eff2f6;
}
.hor-menu .horizontalMenu > .horizontalMenu-list > li > a:hover {
    color: #3858f9;
    background: #eff2f6;
}
.hor-menu .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > a.active {
    color: #3858f9;
}
.hor-menu .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > a.active:before {
    border-color: #3858f9;
}
.hor-menu .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > ul.sub-menu > li > a.active {
    color: #3858f9;
}
.hor-menu .horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu .link-list li a.active {
    color: #3858f9 !important;
}
.horizontalMenu > .horizontalMenu-list > li > ul.sub-menu .sub-menu-sub:after {
    content: '\e92f';
    font-family: 'feather';
    font-size: 13px;
    position: absolute;
    top: 9px;
    right: 14px;
    color: #121029;
    opacity: 0.4;
}
.horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > a:hover, .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > ul.sub-menu > li > a:hover {
    color: #3858f9;
}
.horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu .link-list li a:hover {
    color: #3858f9;
}
.main-content.hor-content {
    padding-top: 0 !important;
}
.sticky.sticky-pin .horizontal-main.hor-menu {
    margin-top: 63px;
}
.horizontalMenu > .horizontalMenu-list > li > a i.horizontal-icon {
    margin-right: 0;
    vertical-align: middle;
}
.sticky.sticky-pin .horizontal-main {
    box-shadow: 0 2px 10px -1px rgba(8, 35, 171, 0.1);
}
.hor-icon {
    width: 18px;
    height: 18px;
    margin-right: 3px;
}
.hor-menu .horizontalMenu > .horizontalMenu-list > li > a:hover .hor-icon, .hor-menu .horizontalMenu > .horizontalMenu-list > li > a.active .hor-icon {
    fill: #3858f9 !important;
}
.horizontal-badge {
    position: absolute;
    top: 19px;
}
.horizontalMenucontainer .sticky-pin {
    z-index: 99;
}
.horizontalMenucontainer .main-header {
    z-index: 999 !important;
}
.horizontalMenucontainer .main-header.hor-header {
    position: fixed;
    background: linear-gradient(45deg, #c64582, #3858f9);
}
.horizontalMenucontainer .side-header {
    position: fixed;
}
.mega-menubg.hor-mega-menu h3 {
    font-weight: 600;
    text-transform: uppercase;
    color: #5a6777;
    font-size: 11px;
    letter-spacing: .5px;
    position: relative;
}
.horizontalMenucontainer .main-header {
    border-bottom: 1px solid #dce7f5;
}
.hor-menu .horizontalMenu > .horizontalMenu-list > li > a.active {
    color: #3858f9;
    background: rgba(238, 238, 247, 0.5);
    border-radius: 0;
}
.horizontal-main.hor-menu {
    background: #fff;
    box-shadow: 0 1px 15px 1px rgba(58, 58, 62, 0.3);
    border-bottom: 0;
}
.hor-menu .horizontalMenu > .horizontalMenu-list > li > a:hover {
    color: #3858f9;
    background: rgba(238, 238, 247, 0.5);
    border-radius: 0;
}
.sub-menu li .slide-item:before {
    margin-right: 8px;
    content: '';
    width: inherit;
    height: inherit;
    border-width: 0;
    position: absolute;
    left: 8px;
    top: 15px;
    z-index: 99;
    border-color: #bec5d0;
    content: "\e92f";
    font-family: 'feather' !important;
    position: absolute;
    top: 9px;
    left: 8px;
    font-size: 9px;
}
@media (min-width: 992px) {
    .hor-menu.sticky-pin {
        position: fixed !important;
        top: 0;
        width: 100%;
        z-index: 99999999;
    }
}
.horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu .link-list li a:before {
    content: "\e933";
    font-family: 'feather' !important;
    position: absolute;
    top: 11px;
    left: 7px;
    font-size: 13px;
    color: #000;
    opacity: 1;
    display: block;
}
.horizontalMenu > .horizontalMenu-list > li > a i {
    font-size: 15px !important;
}
.horizontalMenu > .horizontalMenu-list li .horizontal-icon {
    font-size: 10px !important;
    margin-right: 0;
    margin-left: 2px;
}
.horizontal-mainwrapper.container {
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-left: 0;
}
.horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu .link-list li {
    position: relative;
}
@media (max-width: 992px) {
    .horizontalMenu > .horizontalMenu-list > li > a {
        margin: 0;
        padding: 9px 11px;
    }
    .horizontal-badge {
        top: 13px;
    }
}
@media (min-width: 992px) and (max-width: 1000px) {
    .horizontalMenu > .horizontalMenu-list > li > a {
        margin: 0;
        padding: 9px 6px;
    }
}
@media (min-width: 1162px) and (max-width: 1200px) {
    .horizontalMenu > .horizontalMenu-list > li > a {
        padding: 15px 6px;
    }
}
.horizontalMenucontainer .main-header.hor-header {
    position: fixed;
    background: linear-gradient(45deg, #e43364, #3858f9) !important;
}
.horizontalMenucontainer .breadcrumb-header {
    margin-top: 20px !important;
}
@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;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #fff;
    z-index: 500;
}
.main-iconbar .nav {
    flex: 1;
    flex-direction: column;
    align-items: center;
    padding: 5px 0;
}
.main-iconbar .nav-link {
    position: relative;
    padding: 0;
    color: #031b4e;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.main-iconbar .nav-link i {
    font-size: 28px;
}
.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:hover, .main-iconbar .nav-link:focus {
    color: #817ba7;
}
.main-iconbar .nav-link.active {
    color: #3858f9;
}
.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: #5e597d;
    flex-shrink: 0;
    margin-bottom: 20px;
    position: relative;
}
.main-iconbar-logo::after {
    content: '';
    position: absolute;
    bottom: 6px;
    left: 20px;
    height: 3px;
    width: 24px;
    background-color: #3858f9;
    border-radius: 2px;
}
.main-iconbar-logo:hover, .main-iconbar-logo:focus {
    color: #5e597d;
}
.main-iconbar-bottom {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.main-iconbar-help {
    line-height: 0;
    font-size: 22px;
    color: #7987a1;
    margin-bottom: 20px;
}
.main-iconbar-help:hover, .main-iconbar-help:focus {
    color: #5e597d;
}
.main-iconbar-aside {
    width: 230px;
    height: 100%;
    background-color: #fff;
    border-right: 1px solid #aba7d0;
    position: fixed;
    top: 0;
    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;
    padding-left: 0;
}
.main-iconbar-header .main-logo {
    line-height: 1;
}
.main-iconbar-toggle-menu {
    display: block;
    position: relative;
    line-height: 0;
    color: #5e597d;
    font-size: 28px;
    opacity: .5;
}
.main-iconbar-toggle-menu:hover, .main-iconbar-toggle-menu:focus {
    opacity: 1;
    color: #5e597d;
}
.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 #5e597d;
    }
    .main-iconbar-toggle-menu i:first-child {
        display: block;
    }
    .main-iconbar-toggle-menu i:last-child {
        display: none;
    }
}
.main-iconbar-body {
    padding: 20px;
    padding-left: 0;
    height: calc(100vh - 68px);
}
.main-iconbar-body .nav {
    flex-direction: column;
    border-left: 2px solid #dedcfb;
    padding-top: 10px;
    padding-left: 20px;
}
.main-iconbar-body .nav-item {
    position: relative;
    display: block;
}
.main-iconbar-body .nav-item + .nav-item {
    margin-top: -1px;
    border-top: 1px dotted #bbb8e2;
}
.main-iconbar-body .nav-item.active .nav-link {
    color: #3858f9;
}
.main-iconbar-body .nav-item.active .nav-link i {
    color: #3858f9;
}
.main-iconbar-body .nav-item.show .nav-sub {
    display: block;
}
.main-iconbar-body .nav-link {
    position: relative;
    color: #031b4e;
    font-size: 13px;
    padding: 0;
    display: flex;
    align-items: center;
    height: 38px;
}
.main-iconbar-body .nav-link i {
    color: #9c96c1;
    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:hover, .main-iconbar-body .nav-link:focus, .main-iconbar-body .nav-link:hover i, .main-iconbar-body .nav-link:focus i {
    color: #3858f9;
}
.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: #9c96c1;
}
.main-iconbar-body .nav-sub {
    list-style: none;
    padding: 0;
    margin: 0;
    border-top: 1px dotted #bbb8e2;
    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 #bbb8e2;
}
.main-iconbar-body .nav-sub .nav-sub-item.active > .nav-sub-link {
    color: #3858f9;
}
.main-iconbar-body .nav-sub .nav-sub-link {
    display: flex;
    align-items: center;
    height: 36px;
    color: #031b4e;
}
.main-iconbar-body .nav-sub .nav-sub-link:hover, .main-iconbar-body .nav-sub .nav-sub-link:focus {
    color: #3858f9;
}
@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: #5e597d;
    margin-bottom: 10px;
    line-height: 1;
}
.main-iconbar-text {
    display: block;
    font-size: 12px;
    color: #7987a1;
    margin-bottom: 12px;
}
.main-iconbar-pane {
    margin-bottom: 20px;
    display: none;
}
.main-iconbar-pane.show {
    display: block;
}
.main-content-header-right {
    display: none;
}
.main-content-header-right .media label {
    margin-bottom: 2px;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: .5px;
    text-transform: uppercase;
    color: #9c96c1;
}
.main-content-header-right .media h6 {
    color: #5e597d;
    margin-bottom: 0;
}
.main-content-header-right .media + .media {
    margin-left: 20px;
    padding-left: 20px;
    border-left: 1px solid #dedcfb;
}
.main-content-header-right .btn:first-of-type, .main-content-header-right .sp-container button:first-of-type {
    margin-left: 30px;
}
@media (min-width: 992px) {
    .main-content-header-right {
        display: flex;
        align-items: center;
    }
}
.sp-container .main-content-header-right button:first-of-type {
    margin-left: 30px;
}
.main-content-header-right .btn + .btn, .main-content-header-right .sp-container button + .btn {
    margin-left: 5px;
}
.sp-container .main-content-header-right button + .btn, .main-content-header-right .sp-container .btn + button, .sp-container .main-content-header-right .btn + button, .main-content-header-right .sp-container button + button, .sp-container .main-content-header-right button + button {
    margin-left: 5px;
}
.main-content:after {
    content: "";
    height: 220px;
    background: linear-gradient(45deg, #3b9029, #00768a);
    position: absolute;
    z-index: -1;
    width: 100%;
    top: 0;
    left: 0;
}
.main-content.horizontal-content {
    padding-top: 0 !important;
    margin-left: 0;
}
.main-content.horizontal-content:after {
    height: 260px;
}
.main-content .container, .main-content .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
}
@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 #dedcfb;
        box-shadow: 0 0 3px rgba(28, 39, 60, 0.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 {
        padding-top: 0;
    }
}
.main-content-left {
    width: 100%;
    position: relative;
    flex-shrink: 0;
}
@media (min-width: 992px) {
    .main-content-left {
        display: block;
    }
}
.main-content-header {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.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;
    }
}
.main-content-breadcrumb {
    display: flex;
    align-items: center;
    font-size: 10px;
    font-weight: 500;
    font-family: var(--font-family-mulish);
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #24222f;
    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: #aba7d0;
    line-height: 0;
    position: relative;
    top: 1px;
}
.main-content-breadcrumb span:last-child {
    color: #24222f;
}
.main-content-title {
    color: #423f54;
    font-weight: 500;
    font-size: 32px;
    text-indent: -1px;
    line-height: 1;
    position: relative;
    margin-bottom: 20px;
}
@media (min-width: 992px) {
    .main-content-title {
        margin-bottom: 40px;
    }
}
.main-content-label, .card-table-two .card-title, .card-dashboard-eight .card-title {
    color: #302e40;
    font-weight: 700;
    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: #9c96c1;
    letter-spacing: .5px;
}
.main-content-text {
    font-size: 12px;
    line-height: 1.4;
    display: block;
    color: #7987a1;
}
.main-home-slider {
    position: relative;
    z-index: 4;
    width: 100%;
    height: 600px;
    max-height: 1800px;
    overflow: hidden;
    background-color: #1904be;
}
.main-home-slider .chart-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: -20px;
    z-index: 3;
    display: flex;
    align-items: flex-end;
    opacity: .2;
}
.main-home-slider .chart-wrapper .flot-chart {
    width: 100%;
    height: 400px;
}
.main-home-slider .card-columns {
    column-gap: 5px;
    column-count: 3;
    width: 500px;
    transform: rotate(37deg);
    position: absolute;
    top: 9%;
    left: 24%;
    z-index: 4;
    opacity: .25;
}
.main-home-slider .card-columns .card {
    position: relative;
    border-width: 0;
    background-color: transparent;
    margin-bottom: 5px;
}
@media (min-width: 576px) {
    .main-home-slider {
        height: 600px;
    }
}
@media (min-width: 1200px) {
    .main-home-slider {
        height: 100vh;
        max-height: 780px;
    }
}
@media (min-width: 1440px) {
    .main-home-slider {
        max-height: 900px;
    }
}
@media (min-width: 1680px) {
    .main-home-slider {
        max-height: 1050px;
    }
}
@media (min-width: 1920px) {
    .main-home-slider {
        max-height: 1200px;
    }
}
@media (min-width: 2560px) {
    .main-home-slider {
        max-height: 1600px;
    }
}
@media (min-width: 2880px) {
    .main-home-slider {
        max-height: 1800px;
    }
}
@media (min-width: 768px) {
    .main-home-slider .chart-wrapper {
        opacity: 1;
    }
}
@media (min-width: 992px) {
    .main-home-slider .chart-wrapper .flot-chart {
        height: 500px;
    }
}
@media (min-width: 576px) {
    .main-home-slider .card-columns {
        width: 120%;
        left: 16%;
        transform: rotate(44deg);
    }
}
@media (min-width: 768px) {
    .main-home-slider .card-columns {
        transform: rotate(45deg);
        width: 100%;
        top: 0;
        left: auto;
        right: -45%;
        opacity: 1;
    }
}
@media (min-width: 992px) {
    .main-home-slider .card-columns {
        width: 80%;
        top: -10%;
        right: -30%;
        column-gap: 10px;
    }
}
@media (min-width: 1200px) {
    .main-home-slider .card-columns {
        width: 70%;
        right: -15%;
        top: -15%;
    }
}
@media (min-width: 1300px) {
    .main-home-slider .card-columns {
        right: -5%;
    }
}
@media (min-width: 992px) {
    .main-home-slider .card-columns .card {
        margin-bottom: 10px;
    }
}
.main-home-content {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 5;
    color: rgba(255, 255, 255, 0.7);
    right: 20px;
}
.main-home-content .main-logo {
    font-size: 30px;
    font-weight: 700;
    display: flex;
    line-height: 1;
    color: #fff;
    margin-bottom: 5px;
    text-indent: -1px;
    color: #fff;
    letter-spacing: -.5px;
}
.main-home-content h5 {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: .2px;
    margin-bottom: 25px;
}
.main-home-content .logo-group {
    margin-bottom: 60px;
    display: flex;
}
.main-home-content .logo-group i {
    font-weight: 400;
    font-size: 32px;
    line-height: .2;
}
.main-home-content .logo-group i + i {
    margin-left: 10px;
}
.main-home-content h1 {
    color: #fff;
    font-weight: 300;
    font-size: 24px;
    margin-bottom: 20px;
}
.main-home-content p:first-of-type {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 25px;
}
.main-home-content p:last-of-type {
    display: flex;
    margin-bottom: 100px;
}
.main-home-content p:last-of-type .btn, .main-home-content p:last-of-type .sp-container button {
    flex: 1;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 500;
    min-height: inherit;
    letter-spacing: 1px;
    padding: 10px 15px;
}
@media (min-width: 576px) {
    .main-home-content {
        top: 40px;
        left: 40px;
        right: auto;
        width: 400px;
    }
}
@media (min-width: 768px) {
    .main-home-content {
        width: 410px;
    }
}
@media (min-width: 576px) {
    .main-home-content .main-logo {
        font-size: 36px;
        letter-spacing: -1px;
    }
}
@media (min-width: 576px) {
    .main-home-content h5 {
        font-size: 15px;
    }
}
@media (min-width: 576px) {
    .main-home-content h1 {
        font-size: 2.03125rem;
    }
}
.sp-container .main-home-content p:last-of-type button {
    flex: 1;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 500;
    min-height: inherit;
    letter-spacing: 1px;
    padding: 10px 15px;
}
@media (min-width: 768px) {
    .main-home-content p:last-of-type .btn, .main-home-content p:last-of-type .sp-container button {
        padding: 10px 25px;
        flex: none;
    }
    .sp-container .main-home-content p:last-of-type button {
        padding: 10px 25px;
        flex: none;
    }
}
@media (min-width: 992px) {
    .main-home-content p:last-of-type .btn, .main-home-content p:last-of-type .sp-container button {
        flex: 1;
    }
    .sp-container .main-home-content p:last-of-type button {
        flex: 1;
    }
}
.main-home-content p:last-of-type .btn + .btn, .main-home-content p:last-of-type .sp-container button + .btn {
    margin-left: 5px;
}
.sp-container .main-home-content p:last-of-type button + .btn, .main-home-content p:last-of-type .sp-container .btn + button, .sp-container .main-home-content p:last-of-type .btn + button, .main-home-content p:last-of-type .sp-container button + button, .sp-container .main-home-content p:last-of-type button + button {
    margin-left: 5px;
}
.main-home-content nav:last-child {
    display: flex;
}
.main-home-content nav:last-child a {
    font-size: 24px;
    color: rgba(255, 255, 255, 0.5);
}
.main-home-content nav:last-child a:hover, .main-home-content nav:last-child a:focus {
    color: #fff;
}
.main-home-content nav:last-child a + a {
    margin-left: 8px;
}
.main-content-choose-demo {
    position: relative;
    z-index: 5;
    background-color: #0f0373;
    color: rgba(255, 255, 255, 0.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;
    color: #3858f9;
    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 0.2s ease-in-out;
}
.main-content-choose-demo .card figure {
    margin-bottom: 0;
}
.main-content-choose-demo .card figure:hover img, .main-content-choose-demo .card figure:focus img {
    transform: scale(1.75, 1.75);
}
.main-content-choose-demo .card figure:hover figcaption, .main-content-choose-demo .card figure:focus 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, 0.75);
    opacity: 0;
    transition: all 0.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 img {
        transition: none;
    }
}
@media (prefers-reduced-motion: reduce) {
    .main-content-choose-demo .card figcaption {
        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: #5e597d;
    background-color: #dedcfb;
}
.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;
}
.main-content-choose-demo .main-content-label, .main-content-choose-demo .card-table-two .card-title {
    color: #7987a1;
    margin-bottom: 5px;
    letter-spacing: 1px;
}
.card-table-two .main-content-choose-demo .card-title, .main-content-choose-demo .card-dashboard-eight .card-title, .card-dashboard-eight .main-content-choose-demo .card-title {
    color: #7987a1;
    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;
    }
}
.main-footer-demo {
    background-color: #0c025b;
    color: rgba(255, 255, 255, 0.4);
    height: 60px;
}
.main-footer-demo .container {
    border-top-width: 0;
}
.main-footer-demo a {
    color: rgba(255, 255, 255, 0.5);
}
.main-footer-demo a:hover, .main-footer-demo a:focus {
    color: #fff;
}
.main-content-left-components {
    border-right: 1px solid #dedcfb;
    width: 200px;
}
.main-content-left-components .component-item label {
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .5px;
}
.main-content-left-components .component-item label ~ label {
    margin-top: 30px;
}
.main-content-left-components .component-item .nav-link {
    padding: 0;
    display: block;
    font-size: 13px;
    color: #817ba7;
}
.main-content-left-components .component-item .nav-link + .nav-link {
    margin-top: 5px;
}
.main-content-left-components .component-item .nav-link:hover {
    color: #3858f9;
}
.main-content-left-components .component-item .nav-link.active {
    color: #3858f9;
    font-weight: 500;
}
.main-header .input-group-btn .btn {
    border: 0px solid #ebeaf1 !important;
    background: transparent;
    border-radius: 3px;
    color: #3c4858;
    height: 38px;
    width: 38px;
    line-height: 24px;
    border-radius: 50px;
    font-size: 22px;
}
.main-header .input-group-btn .btn:hover {
    border-radius: 50%;
    color: #3858f9;
}
.main-header .input-group-btn .btn:hover i {
    color: #000;
}
.main-header .input-group-btn .btn i {
    font-size: 16px;
    color: #3c4858;
}
.main-header .navbar-form.active .input-group-btn .btn i {
    font-size: 14px;
    line-height: 27px;
}
.navbar-form.active .input-group-btn {
    position: absolute;
    right: 12px;
    z-index: 9999;
    top: 13px;
}
.navbar-form .input-group-btn .btn i {
    color: #fff !important;
}
.main-header form[role="search"] {
    top: 0px;
    right: 0;
    width: 100%;
    padding: 0px;
    margin: 0px;
    z-index: 0;
    width: 38px;
}
.main-header form[role="search"] button {
    padding: 5px 12px;
    border-radius: 0px;
    border-width: 0px;
    color: #6f7282;
    background-color: #f8f8f8;
    border-color: #e7e7e7;
    box-shadow: none;
    outline: none;
}
.main-header form[role="search"] input {
    padding: 5px 12px;
    border-radius: 0px;
    border-width: 0px;
    color: #6f7282;
    background-color: #f8f8f8;
    border-color: #e7e7e7;
    box-shadow: none;
    outline: none;
    padding: 16px 12px;
    font-size: 14px;
    color: #807b90;
    box-shadow: none;
}
.main-header form[role="search"] button[type="reset"] {
    display: none;
    background: #fff;
    border: 0 !important;
}
.main-header form[role="search"] input {
    font-size: 16px;
    opacity: 0;
    display: none;
    height: 66px;
    transition: all 05s;
}
.main-header form[role="search"].active {
    width: 100%;
    z-index: 9999;
    right: 0;
    border-left: 0;
    position: absolute;
    left: 0;
}
.main-header form[role="search"].active button {
    display: table-cell;
    opacity: 1;
}
.main-header form[role="search"].active input {
    display: table-cell;
    opacity: 1;
    width: 100%;
    height: 64px;
    background: #fff;
    padding-left: 20px;
    border-radius: 0;
    transition: all 05s;
    box-shadow: 0 1px 15px 1px rgba(62, 57, 107, 0.1);
}
@media (min-width: 768px) {
    .dropdown.d-cart .dropdown-menu, .dropdown.message .dropdown-menu {
        width: 20.5rem !important;
    }
}
.nav .nav-item .dropdown-menu {
    top: 49px;
    border-radius: 0;
    min-width: 245px;
    -webkit-box-shadow: 0px 0px 15px 1px rgba(69, 65, 78, 0.2);
    box-shadow: 0px 0px 15px 1px rgba(69, 65, 78, 0.2);
}
.nav .nav-item .dropdown-menu .dropdown-item.dropdown-header {
    background: #1b2d8f;
    height: 85px;
    color: #fff;
}
.main-header.nav.nav-item .dropdown-menu {
    border: 0 !important;
}
.main-header .input-group-btn .btn i {
    font-size: 1.1rem;
    color: #fff;
    line-height: 0.8;
}
.main-header-message .nav-link i, .main-header-notification .nav-link i, .nav-item.full-screen .nav-link i {
    text-align: center;
    line-height: 40px;
    line-height: 0.4;
    font-size: 1.1rem;
    color: #fff;
    margin: 0 auto;
}
.main-header-message > a, .main-header-notification > a, .nav-item.full-screen > a {
    display: block;
    font-size: 20px;
    color: #5e597d;
    position: relative;
    line-height: 0;
    outline: none;
    padding: 1rem 0.5rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    margin: 0 7px;
    border-radius: 50%;
    height: 38px;
    width: 38px;
    text-align: center;
}
.main-header-message > a, .main-header-notification > a, .nav-item.full-screen > a {
    padding: 0.95rem 0.5rem;
}
.main-header-message.right-toggle .nav-link {
    padding: 0.1rem 0.7rem;
}
.main-header {
    background-color: transparent;
    z-index: 100;
    height: 64px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    z-index: 999;
    width: 100% !important;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
}
.main-header.hor-header {
    border-bottom: 0;
    box-shadow: none;
    margin-bottom: 0;
}
.main-header.hor-header > .container-fluid {
    padding-left: 25px;
    padding-right: 25px;
    width: 1200px;
}
.main-header > .container, .main-header > .container-fluid {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 20px;
}
.main-header .main-header-left .main-logo {
    display: none;
}
@media (max-width: 991px) {
    .main-content-body-show .main-header-arrow {
        display: block !important;
        padding: 10px 20px;
        background: #3858f9;
        color: #fff;
    }
}
@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, 0.08);
        box-shadow: 0 0 30px rgba(28, 39, 60, 0.08);
        transform: translateX(0);
    }
    .main-header-menu-show .main-navbar-backdrop {
        visibility: visible;
        opacity: 1;
    }
}
@media (min-width: 992px) {
    .main-header > .container, .main-header > .container-fluid {
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media (min-width: 992px) {
    .main-header > .container {
        padding: 0;
    }
}
@media (max-width: 991.98px) {
    .main-header > .container {
        max-width: none;
    }
    .horizontalMenucontainer .main-header.hor-header.header-sticky {
        box-shadow: 0 12px 10px -1px #9092ad;
    }
}
@media (max-width: 1158px) {
    .main-header-left #dropdownMenuButton {
        display: none;
    }
}
@media (max-width: 1052px) {
    .main-header-left #dropdownMenuButton2 {
        display: none;
    }
}
@media (min-width: 992px) {
    .main-header .main-header-left .main-logo {
        display: flex;
    }
}
.main-header-left {
    display: inherit;
    align-items: center;
}
.main-header-left .list-items {
    margin-bottom: 0;
}
.main-header-left .list-items li {
    display: inline-block;
}
.main-header-left .list-items li i {
    display: block;
    font-size: 24px;
    color: #5e597d;
    position: relative;
    line-height: .9;
    outline: none;
    margin-right: 15px;
}
.main-header-left .main-header-arrow {
    display: none;
    position: relative;
    top: -2px;
}
.main-header .nav-item.full-screen.fullscreen-button {
    margin: auto 0;
}
.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: #5e597d;
    border-radius: 3px;
    transition: all 0.2s ease-in-out;
}
.main-header-menu-icon span::before, .main-header-menu-icon span::after {
    content: '';
    position: absolute;
    left: 0;
    width: 20px;
    height: 2px;
    background-color: #5e597d;
    border-radius: 3px;
    transition: all 0.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-right: 25px;
    }
}
@media (prefers-reduced-motion: reduce) {
    .main-header-menu-icon span {
        transition: none;
    }
}
@media (prefers-reduced-motion: reduce) {
    .main-header-menu-icon span::before, .main-header-menu-icon span::after {
        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 0.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, 0.12);
    border-left: 2px solid rgba(28, 39, 60, 0.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: #031b4e;
    font-size: 15px;
    font-weight: 500;
    padding: 0;
    transition: all 0.2s ease-in-out;
}
.main-header-menu .nav-item > .nav-link:hover {
    color: #3858f9;
}
.main-header-menu .nav-item > .nav-link:hover i {
    color: #3858f9;
}
.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 {
    color: #3858f9;
    position: relative;
}
.main-header-menu .nav-item.active > .nav-link::before {
    content: '';
    position: absolute;
    bottom: 0;
    top: 0;
    left: -20px;
    width: 2px;
    background-color: #3858f9;
    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: 0.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, 0.05);
}
.main-header-menu-header .close {
    font-weight: 300;
    font-size: 28px;
}
@media (min-width: 992px) {
    .main-header-menu-header {
        display: none;
    }
}
.main-header-center {
    flex: 1;
    margin: 0 50px;
    position: relative;
    display: none;
}
@media (min-width: 992px) {
    .main-header-center {
        display: block;
    }
}
.main-header-right {
    display: flex;
    align-items: center;
}
.main-header-right .btn-social {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #9c96c1;
    border-radius: 3px;
    transition: all 0.2s ease-in-out;
}
.main-header-right .btn-social:hover, .main-header-right .btn-social:focus {
    color: #817ba7;
}
.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-family: var(--font-family-mulish);
    font-size: 11px;
    font-weight: 500;
    background-color: #3858f9;
    color: #fff;
    letter-spacing: .5px;
    display: flex;
    align-items: center;
    border-radius: 3px;
    transition: all 0.2s ease-in-out;
    margin-left: 20px;
}
.main-header-right .btn-buy:hover, .main-header-right .btn-buy:focus {
    background-color: #452efa;
}
@media (prefers-reduced-motion: reduce) {
    .main-header-right .btn-social {
        transition: none;
    }
}
@media (prefers-reduced-motion: reduce) {
    .main-header-right .btn-buy {
        transition: none;
    }
}
.main-header-search-link {
    font-size: 18px;
    color: #817ba7;
    line-height: 1;
    margin-right: 15px;
}
.main-header-arrow {
    font-size: 27px;
    color: #5e597d;
    display: inline-block;
    line-height: 0;
}
.main-header-arrow i {
    line-height: 0;
}
.main-header-arrow:hover, .main-header-arrow:focus {
    color: #fff;
}
.main-header-message, .main-header-notification {
    position: relative;
    margin: auto 0;
}
.profile-name {
    margin-top: 3px;
}
.main-header-notification {
    margin: auto 0;
}
.main-header-notification.right-toggle > a::after {
    border: 2px solid transparent;
    border-top-color: transparent;
    border-left-color: transparent;
    background-color: transparent;
}
.main-profile-menu > .profile-name::after {
    content: '';
    position: absolute;
    top: 45px;
    left: 50%;
    margin-left: -7px;
    width: 14px;
    height: 14px;
    border: 2px solid transparent;
    border-top-color: #8a78fa;
    border-left-color: #8a77fa;
    transform: rotate(45deg);
    background-color: #8c79fc;
    z-index: 13;
    display: none;
}
@media (min-width: 992px) {
    .main-header-notification > a::after, .main-header-message > a::after {
        bottom: -36px;
    }
}
.main-header-notification .dropdown-menu {
    background-color: #fff;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0;
    border-width: 0;
    margin-top: 0;
    z-index: 900;
    border-radius: 0;
    width: 300px;
    position: absolute;
    top: 52px;
    left: auto;
    right: -10px;
    bottom: auto;
    padding: 0;
    border: #bbb8e2;
    border-width: 1px;
    z-index: 9;
}
.main-header-message .dropdown-menu {
    width: 300px;
    position: absolute;
    top: 52px;
    left: auto;
    right: -10px;
    bottom: auto;
    border-color: #dde5ef;
    border-width: 0;
    z-index: 9999;
}
.main-header-notification .dropdown-footer {
    text-align: center;
    padding-top: 10px;
    font-size: 13px;
    border-top: 1px dotted #aba7d0;
}
.main-header-notification.show .dropdown-menu {
    display: block;
}
@media (min-width: 576px) {
    .main-header-notification.show > a::after, .main-header-message.show > a::after, .drop-flag.show > a::after {
        display: block;
    }
}
.main-header-message.show .dropdown-menu, .drop-flag.show .dropdown-menu {
    display: block;
}
.main-header-profile {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.main-header-profile .main-img-user {
    width: 80px;
    height: 80px;
    margin-bottom: 10px;
}
.main-header-profile .main-img-user::after {
    display: none;
}
.main-header-profile h6 {
    font-size: 24px;
    font-weight: 700;
    color: #5e597d;
    margin-bottom: 0;
    font-size: 18px;
    color: #fff;
}
.main-header-profile span {
    display: block;
    font-size: 13px;
    margin-bottom: 0;
    color: #fff;
}
@media (min-width: 576px) {
    .main-header-profile .main-img-user {
        width: 80px;
        height: 80px;
    }
}
.main-header-sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}
@media (min-width: 576px) {
    .main-header-right .dropdown-menu:after {
        content: '';
        position: absolute;
        top: -8.5px;
        right: 24px;
        border-bottom: 9px solid #358d34;
        border-left: 9px solid transparent;
        border-right: 9px solid transparent;
    }
    .header-megamenu-dropdown .dropdown-menu:after {
        content: '';
        position: absolute;
        top: -8.5px;
        left: 24px;
        border-bottom: 9px solid #576bf9;
        border-left: 9px solid transparent;
        border-right: 9px solid transparent;
    }
}
.main-profile-work-list .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-body .card-header {
    padding-top: 0;
    padding-left: 0;
}
.main-profile-work-list .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-body .card-header {
    padding-top: 0;
    padding-left: 0;
}
@media (max-width: 1134px) {
    .main-profile-body .media.profile-footer {
        display: block !important;
    }
    .main-profile-body .media.profile-footer .media-body {
        padding: 3px 0 15px 0;
    }
}
.profile-user .profile-edit {
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 30px;
    top: 0;
    right: 0;
    cursor: pointer;
    background: #d5d4e0;
    margin: 0 auto;
    text-align: center;
}
.main-profile-overview .main-img-user::after {
    display: none !important;
}
.main-profile-menu .profile-user img {
    width: 37px;
    height: 37px;
    border-radius: 50%;
}
.main-profile-menu > .main-img-user {
    outline: none;
    width: 32px;
    height: 32px;
}
.main-profile-menu > .main-img-user::before {
    content: '';
    position: absolute;
    bottom: -20px;
    right: -90px;
    margin-left: -7px;
    width: 14px;
    height: 14px;
    border: 2px solid transparent;
    border-top-color: #bbb8e2;
    border-left-color: #bbb8e2;
    transform: rotate(45deg);
    background-color: #fff;
    z-index: 901;
    display: none;
}
.main-profile-menu > .main-img-user::after {
    display: none;
}
.main-profile-menu .dropdown-menu {
    background-color: #fff;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0;
    border-width: 0;
    margin-top: 0;
    z-index: 900;
    border-radius: 0;
    position: absolute;
    top: 56px;
    left: auto;
    right: -10px;
    bottom: auto;
    width: 230px;
    border-width: 1px;
}
.main-profile-menu .dropdown-item {
    position: relative;
    padding: 20px 10px;
    height: 38px;
    display: flex;
    align-items: center;
    font-size: 13px;
    color: #031b4e;
}
.main-profile-menu .dropdown-item i {
    font-size: 16px;
    margin-right: 10px;
    width: 24px;
    text-align: center;
}
.main-profile-menu .dropdown-item i.typcn {
    line-height: .9;
}
.main-profile-menu .dropdown-item:hover, .main-profile-menu .dropdown-item:focus {
    background-color: transparent;
    color: #3858f9;
}
.main-profile-menu .dropdown-item + .dropdown-item {
    border-top: 1px dotted #e2eaf9;
}
.main-profile-menu .dropdown-item:last-child {
    margin-bottom: 10px;
}
.main-profile-menu.show .dropdown-menu {
    display: block;
}
@media (min-width: 576px) {
    .main-profile-menu.show .main-img-user::before {
        display: block;
    }
}
.main-header-profile .main-img-user::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 15px;
    width: 6px;
    height: 6px;
    background-color: #17b86a;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.95);
    border-radius: 100%;
    bottom: 3px;
    display: block !important;
}
.main-profile-menu.nav-link {
    padding: 0.1rem;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    margin: 0;
}
.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;
}
.chart-legend div {
    display: flex;
    align-items: center;
}
.chart-legend div + div {
    margin-left: 15px;
}
.chart-legend span {
    width: 10px;
    height: 4px;
    display: block;
    margin-right: 5px;
}
@media (min-width: 576px) {
    .chart-legend div + div {
        margin-left: 30px;
    }
}
@media (min-width: 576px) {
    .chart-legend span {
        width: 40px;
        margin-right: 10px;
    }
}
.chart-wrapper {
    position: relative;
    margin-left: -13px;
    margin-right: -13px;
}
@media (min-width: 576px) {
    .chart-wrapper {
        margin-left: -10px;
        margin-right: -15px;
    }
}
.chart-legend {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
    z-index: 10;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.morris-wrapper-demo {
    height: 200px;
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
}
@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;
}
table.dataTable {
    border: 1px solid #dedcfb;
}
table.dataTable.no-footer {
    border-bottom-color: #bbb8e2;
}
table.dataTable thead th, table.dataTable thead td {
    border-top-width: 0;
    border-bottom-width: 0;
    padding: 8px 10px;
    font-weight: 700;
    font-size: 12px;
    color: #5e597d;
}
table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc {
    background-image: none;
    background-color: #eceff3;
    position: relative;
}
table.dataTable thead .sorting_asc::after, table.dataTable thead .sorting_desc::after {
    font-family: 'Ionicons';
    font-size: 11px;
    position: absolute;
    line-height: 0;
    top: 50%;
    right: 10px;
}
table.dataTable thead .sorting_asc::after {
    content: '\f3d8';
}
table.dataTable thead .sorting_desc::after {
    content: '\f3d0';
}
table.dataTable thead .sorting {
    background-image: none;
    position: relative;
}
table.dataTable thead .sorting::before, table.dataTable thead .sorting::after {
    font-family: 'Ionicons';
    font-size: 11px;
    position: absolute;
    line-height: 0;
    right: 10px;
}
table.dataTable thead .sorting::before {
    content: '\f3d8';
    top: 40%;
}
table.dataTable thead .sorting::after {
    content: '\f3d0';
    top: 60%;
}
table.dataTable tbody td.sorting_1 {
    background-color: #f3f4f7;
}
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child::before {
    top: 9.5px;
    left: 7px;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-width: 0;
    box-shadow: none;
    background-color: #3858f9;
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
}
table.dataTable > tbody > tr.child ul.dtr-details {
    display: block;
}
table.dataTable > tbody > tr.child span.dtr-title {
    font-weight: 500;
}
.dataTables_wrapper .dataTables_length {
    text-align: left;
}
.dataTables_wrapper .dataTables_length label {
    display: block;
    margin-bottom: 15px;
}
.dataTables_wrapper .dataTables_length .select2-container--default {
    margin-right: 5px;
}
.dataTables_wrapper .dataTables_length .select2-container--default .select2-selection--single {
    height: 32px;
    border-color: #dedcfb;
    border-radius: 3px;
}
.dataTables_wrapper .dataTables_length .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 32px;
}
.dataTables_wrapper .dataTables_length .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 30px;
}
.dataTables_wrapper .dataTables_length .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-top-color: #9c96c1;
}
.dataTables_wrapper .dataTables_filter {
    text-align: left;
}
.dataTables_wrapper .dataTables_filter label {
    display: block;
    margin-bottom: 15px;
}
.dataTables_wrapper .dataTables_filter input {
    margin-left: 0;
    border: 1px solid #dedcfb;
    padding: 5px 10px;
    line-height: 1.539;
    color: #031b4e;
    border-radius: 3px;
    width: 100%;
}
.dataTables_wrapper .dataTables_filter input::placeholder {
    color: #9c96c1;
}
.dataTables_wrapper .dataTables_info {
    margin-top: 19px !important;
    padding: 0 !important;
    text-align: left;
}
.dataTables_wrapper .dataTables_paginate {
    margin-top: 15px !important;
    padding-top: 0;
    margin-top: 15px;
    text-align: left;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    background-color: #dedcfb;
    padding: 5px 10px;
    margin: 0;
    border: 0;
    border-radius: 1px;
    transition: all 0.2s ease-in-out;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.active {
    background: #3858f9;
}
.dataTables_wrapper .dataTables_paginate .paginate_button + .paginate_button {
    margin-left: 3px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
    background-color: #eceff3;
    color: #bbb8e2 !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:focus {
    background-color: #eceff3;
    color: #bbb8e2 !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.previous {
    margin-right: 3px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.next {
    margin-left: 3px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover, .dataTables_wrapper .dataTables_paginate .paginate_button:focus {
    border: 0;
    background-image: none;
    background-color: #bbb8e2;
    color: #031b4e !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    border: 0;
    background-image: none;
    background-color: #3858f9;
    color: #fff !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.current:focus {
    border: 0;
    background-image: none;
    background-color: #3858f9;
    color: #fff !important;
}
@media (min-width: 576px) {
    .dataTables_wrapper .dataTables_length {
        float: left;
    }
}
@media (min-width: 576px) {
    .dataTables_wrapper .dataTables_filter {
        float: right;
        margin-top: 0;
    }
}
@media (min-width: 576px) {
    .dataTables_wrapper .dataTables_filter input {
        width: auto;
    }
}
@media (min-width: 576px) {
    .dataTables_wrapper .dataTables_info {
        float: left;
    }
}
@media (min-width: 576px) {
    .dataTables_wrapper .dataTables_paginate {
        float: right;
    }
}
@media (prefers-reduced-motion: reduce) {
    .dataTables_wrapper .dataTables_paginate .paginate_button {
        transition: none;
    }
}
.ui-datepicker {
    background-color: #fff;
    border: 1px solid rgba(28, 39, 60, 0.2);
    font-family: inherit;
    font-size: inherit;
    padding: 10px;
    margin: 1px 0 0;
    display: none;
    width: auto !important;
    z-index: 5 !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: #031b4e;
    padding: 0 0 5px;
    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: #7987a1;
    top: 3px;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next::before, .ui-datepicker .ui-datepicker-header .ui-datepicker-prev::before {
    font-size: 16px;
    font-family: 'Ionicons';
    position: absolute;
    top: -2px;
    text-indent: 0;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next:hover::before, .ui-datepicker .ui-datepicker-header .ui-datepicker-next:focus::before {
    color: #746d94;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:hover::before, .ui-datepicker .ui-datepicker-header .ui-datepicker-prev:focus::before {
    color: #746d94;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
    order: 3;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next:before {
    right: 5px;
    content: '\f3d1';
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:before {
    left: 5px;
    content: '\f3cf';
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next-hover, .ui-datepicker .ui-datepicker-header .ui-datepicker-prev-hover {
    color: #817ba7;
    cursor: pointer;
    top: 1px;
    border: 0;
    background-color: transparent;
}
.ui-datepicker .ui-datepicker-title {
    color: #746d94;
    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;
}
.ui-datepicker .ui-datepicker-calendar th {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 6px 9px;
    color: #746d94;
}
.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-right: 0;
}
.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-other-month .ui-state-default {
    color: #ccc;
}
.ui-datepicker .ui-datepicker-calendar td span {
    transition: all 0.2s ease-in-out;
    padding: 5px;
    color: #031b4e;
    padding: 6px 10px;
    display: block;
    font-weight: 400;
    font-size: 12px;
    border: 0;
    border-radius: 1px;
}
.ui-datepicker .ui-datepicker-calendar td a {
    transition: all 0.2s ease-in-out;
    padding: 5px;
    color: #031b4e;
    padding: 6px 10px;
    display: block;
    font-weight: 400;
    font-size: 12px;
    border: 0;
    border-radius: 1px;
}
.ui-datepicker .ui-datepicker-calendar td a:hover {
    background-color: #fff;
    color: #031b4e;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-today a {
    background-color: #3858f9;
    color: #fff;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-today a:hover, .ui-datepicker .ui-datepicker-calendar .ui-datepicker-today a:focus {
    background-color: #3858f9;
    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 span, .ui-datepicker .ui-datepicker-calendar td a {
        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: #dedcfb;
}
@media (min-width: 576px) {
    .ui-datepicker-inline {
        max-width: 277px;
    }
}
.main-datepicker .ui-datepicker-inline {
    margin-top: 0;
}
.main-datepicker .ui-datepicker .ui-datepicker-title {
    color: #3858f9;
    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: #5e597d;
    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: #f53c5b;
}
.main-datepicker .ui-datepicker .ui-datepicker-calendar td {
    padding: 0;
}
.main-datepicker .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-week-end:first-child:not(.ui-datepicker-other-month) a {
    color: #f53c5b;
}
.main-datepicker .ui-datepicker .ui-datepicker-calendar td span, .main-datepicker .ui-datepicker .ui-datepicker-calendar td a {
    padding: 4px 5px;
    font-family: var(--font-family-mulish);
    font-size: 11px;
    color: #817ba7;
}
.main-datepicker .ui-datepicker .ui-datepicker-calendar .ui-datepicker-today a {
    background-color: #3858f9;
    color: #fff;
    border-radius: 2px;
}
.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: 1px solid #dedcfb;
    padding: 10px;
    margin-bottom: 5px;
}
.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: 8px;
}
.card-dashboard-calendar .ui-datepicker .ui-datepicker-month {
    color: #3858f9;
}
.card-dashboard-calendar .ui-datepicker .ui-datepicker-calendar {
    width: calc(100% - 20px);
}
.card-dashboard-calendar .ui-datepicker .ui-datepicker-calendar th {
    font-size: 10px;
    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;
    width: 34px;
    height: 34px;
    font-size: 12px;
    font-family: var(--font-family-mulish);
    border-radius: 100%;
    align-items: center;
    justify-content: center;
}
.card-dashboard-calendar .ui-datepicker .ui-datepicker-calendar .ui-datepicker-today a {
    background-color: transparent;
    border: 2px solid #3858f9;
    color: #3858f9;
    font-weight: 700;
}
@media (min-width: 576px) {
    .card-dashboard-calendar .ui-datepicker .ui-datepicker-calendar {
        width: 100%;
    }
}
.datetimepicker {
    box-shadow: none;
    border-radius: 0;
    border-width: 1px;
    border-color: #dedcfb;
    min-width: 270px;
    padding: 0 10px 10px;
}
.datetimepicker::before {
    display: none;
}
.datetimepicker table {
    width: 100%;
}
.datetimepicker table th.prev, .datetimepicker table th.next, .datetimepicker table th.switch {
    background-color: #fff;
    color: #031b4e;
}
.datetimepicker table th.prev, .datetimepicker table th.next {
    position: relative;
}
.datetimepicker table th.prev span, .datetimepicker table th.next span {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.datetimepicker table th.prev span::before, .datetimepicker table th.next span::before {
    font-family: 'Ionicons';
    position: absolute;
    top: 50%;
    font-size: 16px;
    color: #5e597d;
    line-height: 0;
}
.datetimepicker table th.prev:hover, .datetimepicker table th.prev:focus {
    background-color: #fff;
}
.datetimepicker table th.next:hover, .datetimepicker table th.next:focus {
    background-color: #fff;
}
.datetimepicker table th.prev:hover span::before, .datetimepicker table th.prev:focus span::before {
    color: #3858f9;
}
.datetimepicker table th.next:hover span::before, .datetimepicker table th.next:focus span::before {
    color: #3858f9;
}
.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: #5e597d;
}
.datetimepicker table th.switch:hover, .datetimepicker table th.switch:focus {
    background-color: #fff;
    color: #3858f9;
}
.datetimepicker table td {
    font-size: 0.875rem;
    text-align: center;
}
.datetimepicker table td.old, .datetimepicker table td.new {
    color: #9c96c1;
}
.datetimepicker table td.active {
    background-color: #3858f9;
    color: #fff;
}
.datetimepicker table td.active:hover, .datetimepicker table td.active:focus {
    background-color: #3858f9;
    color: #fff;
}
.datetimepicker table span.active {
    background-color: #3858f9;
    color: #fff;
}
.datetimepicker table span.active:hover, .datetimepicker table span.active:focus {
    background-color: #3858f9;
    color: #fff;
}
.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: #817ba7;
    font-weight: 700;
    font-size: 11px;
}
.main-datetimepicker {
    box-shadow: none;
    border-radius: 0;
    border-color: #dedcfb;
    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:nth-child(2), .main-datetimepicker > .datepicker_header a:last-child {
    display: block;
    position: relative;
    text-indent: -999999px;
}
.main-datetimepicker > .datepicker_header a:nth-child(2)::before, .main-datetimepicker > .datepicker_header a:last-child::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 {
    font-family: var(--font-family-mulish);
    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;
    font-family: var(--font-family-mulish);
    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: #5e597d;
    font-weight: 700;
    text-align: center;
    padding: 8px 5px;
}
.main-datetimepicker > .datepicker_inner_container > .datepicker_calendar td {
    font-size: 0.875rem;
    font-weight: 400;
    text-align: center;
    padding: 5px;
}
.main-datetimepicker > .datepicker_inner_container > .datepicker_calendar td.day_another_month {
    color: #9c96c1;
}
.main-datetimepicker > .datepicker_inner_container > .datepicker_calendar td.hover {
    background-color: #dedcfb;
    cursor: pointer;
}
.main-datetimepicker > .datepicker_inner_container > .datepicker_calendar td.active {
    background-color: #3858f9;
    color: #fff;
}
.main-datetimepicker > .datepicker_inner_container > .datepicker_timelist {
    float: none;
    width: 70px;
    height: 100% !important;
    border-left: 1px solid #aba7d0;
}
.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:hover, .main-datetimepicker > .datepicker_inner_container > .datepicker_timelist > div.timelist_item:focus {
    background-color: #dedcfb;
}
.main-datetimepicker > .datepicker_inner_container > .datepicker_timelist > div.timelist_item.active {
    background-color: #3858f9;
    color: #fff;
}
.picker-title {
    font-size: 15px;
    font-weight: 500;
}
.picker-cell__header {
    text-transform: uppercase;
    font-size: 0.875rem;
    font-weight: 700;
    letter-spacing: .4px;
}
.picker-item {
    font-family: var(--font-family-mulish);
}
.picker-picked {
    font-weight: 500;
    color: #3858f9;
}
.step-equal-width > .steps > ul {
    display: flex;
    display: flex;
}
.step-equal-width > .steps > ul > li {
    flex: 1;
    width: auto;
    float: none;
    flex: 1;
    width: auto;
    float: none;
}
.jqvmap-label {
    padding: 2px 8px;
    background-color: rgba(17, 17, 17, 0.9);
    border-radius: 2px;
}
.jqvmap-zoomin {
    font-size: 20px;
    padding: 0;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
}
.jqvmap-zoomout {
    font-size: 20px;
    padding: 0;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    top: 32px;
}
.jqvmap-pin {
    font-family: var(--font-family-mulish);
    cursor: default;
    pointer-events: none;
}
#jqvmap1_ri_pin, #jqvmap1_dc_pin, #jqvmap1_de_pin, #jqvmap1_md_pin {
    display: none;
}
#jqvmap1_ak_pin {
    margin-top: -2%;
}
#jqvmap1_ca_pin {
    margin-left: -2%;
}
#jqvmap1_ct_pin {
    margin-top: -0.25%;
    margin-left: -0.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: -0.25%;
}
#jqvmap1_mn_pin {
    margin-top: 2%;
    margin-left: -2%;
}
#jqvmap1_nh_pin {
    margin-top: 1%;
    margin-left: -0.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;
    border-bottom-width: 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: 0;
}
.ql-bubble.ql-container:not(.ql-disabled) a::before {
    background-color: #5e597d;
    border-radius: 2px;
}
.ql-bubble .ql-tooltip {
    background-color: #5e597d;
    border-radius: 2px;
}
.ql-bubble .ql-tooltip.ql-flip .ql-tooltip-arrow {
    border-top-color: #5e597d;
}
.ql-bubble .ql-tooltip:not(.ql-flip) .ql-tooltip-arrow {
    border-bottom-color: #5e597d;
}
.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: rgba(255, 255, 255, 0.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 {
    border-color: #dedcfb;
    border-width: 2px;
}
.ql-snow.ql-toolbar {
    border-width: 2px;
    border-color: #dedcfb;
    border-bottom-width: 1px;
    padding: 5px 10px 10px;
}
.ql-snow.ql-toolbar .ql-picker-label {
    border-color: #aba7d0;
}
.ql-snow.ql-toolbar .ql-picker-label.ql-active {
    background-color: #dedcfb;
    border-color: transparent;
    color: #5e597d;
    font-weight: 500;
}
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke {
    stroke: #031b4e;
}
.ql-snow.ql-toolbar button {
    border: 1px solid transparent;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #031b4e;
    outline: none;
}
.ql-snow.ql-toolbar button svg {
    width: 20px;
    float: none;
}
.ql-snow.ql-toolbar button i {
    font-size: 24px;
    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:hover, .ql-snow.ql-toolbar button:focus {
    border-color: #aba7d0;
    color: #063598;
}
.ql-snow.ql-toolbar button:hover .ql-stroke, .ql-snow.ql-toolbar button:focus .ql-stroke {
    stroke: #7987a1;
}
.ql-snow.ql-toolbar button.ql-active {
    background-color: #dedcfb;
    color: #746d94;
    border-color: transparent;
}
.ql-snow.ql-toolbar button.ql-active .ql-fill {
    fill: #746d94;
}
.ql-snow.ql-toolbar button.ql-active .ql-stroke {
    stroke: #746d94;
}
.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: #817ba7;
}
.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
    right: 3px;
}
.ql-snow .ql-picker:hover .ql-picker-label, .ql-snow .ql-picker:focus .ql-picker-label {
    color: #5e597d;
}
.ql-snow .ql-picker:hover .ql-picker-label .ql-stroke, .ql-snow .ql-picker:focus .ql-picker-label .ql-stroke {
    stroke: #031b4e;
}
.ql-snow .ql-picker.ql-header {
    width: 120px;
}
.ql-snow .ql-picker-label {
    display: block;
    padding-left: 10px;
    font-size: 13px;
    font-family: var(--font-family-mulish);
    border: 1px solid #dedcfb;
    background-color: #fff;
    outline: none;
}
.ql-snow .ql-picker-label::before {
    line-height: 2.25;
    font-weight: 400;
}
.ql-snow .ql-stroke {
    stroke: #031b4e;
    stroke-linecap: square;
    stroke-linejoin: miter;
    stroke-width: 1;
}
.ql-snow .ql-editor {
    padding: 20px;
    color: #746d94;
}
@media (min-width: 576px) {
    .ql-snow.ql-toolbar {
        padding: 15px;
    }
}
input.parsley-error:focus, textarea.parsley-error:focus, input.parsley-success:focus, textarea.parsley-success:focus {
    box-shadow: none !important;
}
.parsley-checkbox.parsley-error {
    display: inline-block;
    padding: 10px;
    border: 1px solid #f53c5b;
}
.parsley-checkbox.parsley-success {
    display: inline-block;
    padding: 10px;
    border: 1px solid #0ba360;
}
.parsley-errors-list {
    color: #f53c5b;
    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 {
    background-color: #fef9f9;
    border-color: #f53c5b;
    border-bottom-width: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.parsley-style-1 .parsley-input.parsley-success .form-control {
    border-color: #0ba360;
}
.parsley-style-1 .parsley-checkbox.parsley-error {
    border: 1px solid #f53c5b;
    background-color: #fef9f9;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}
.parsley-style-1 .parsley-select.parsley-error .select2-container--default .select2-selection--single {
    background-color: #fef9f9;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.parsley-style-1 .parsley-errors-list.filled {
    background-color: #f53c5b;
    color: #fff;
    padding: 7px 10px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
}
.parsley-style-1 .parsley-errors-list.filled li:first-child {
    margin-top: 0;
}
.irs-min, .irs-max {
    font-family: var(--font-family-mulish);
    border-radius: 0;
}
.irs-from, .irs-to, .irs-single {
    font-family: var(--font-family-mulish);
    background-color: #3858f9;
    border-radius: 0;
}
.irs-bar {
    background-image: none;
    background-color: #3858f9;
}
.irs-bar-edge {
    background-image: none;
    background-color: #3858f9;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.irs-line-left {
    background-image: none;
    background-color: #dad6f2;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.irs-line-mid {
    background-image: none;
    background-color: #dad6f2;
}
.irs-line-right {
    background-image: none;
    background-color: #dad6f2;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.irs-from::after, .irs-to::after, .irs-single::after {
    border-top-color: #3858f9;
}
.irs-slider {
    background-image: none;
}
.irs-slider:before {
    content: '';
    width: 2px;
    height: 18px;
    position: absolute;
    background-color: #3858f9;
    left: 50%;
    margin-left: -1px;
}
.irs-slider:hover:before, .irs-slider:focus:before {
    background-color: #260bfa;
}
.irs-primary .irs-bar, .irs-primary .irs-bar-edge, .irs-primary .irs-slider::before, .irs-primary .irs-from, .irs-primary .irs-to, .irs-primary .irs-single {
    background-color: #3858f9;
}
.irs-primary .irs-from::after, .irs-primary .irs-to::after, .irs-primary .irs-single::after {
    border-top-color: #3858f9;
}
.irs-success .irs-bar, .irs-success .irs-bar-edge, .irs-success .irs-slider::before, .irs-success .irs-from, .irs-success .irs-to, .irs-success .irs-single {
    background-color: #0ba360;
}
.irs-success .irs-from::after, .irs-success .irs-to::after, .irs-success .irs-single::after {
    border-top-color: #0ba360;
}
.irs-dark .irs-bar, .irs-dark .irs-bar-edge, .irs-dark .irs-slider::before, .irs-dark .irs-from, .irs-dark .irs-to, .irs-dark .irs-single {
    background-color: #746d94;
}
.irs-dark .irs-from::after, .irs-dark .irs-to::after, .irs-dark .irs-single::after {
    border-top-color: #746d94;
}
.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, 0.1);
}
.irs-modern .irs-bar, .irs-modern .irs-bar-edge {
    height: 6px;
    box-shadow: inset 0 1px 1px 0 rgba(34, 34, 34, 0.1);
}
.irs-modern .irs-slider {
    top: 19px;
    background-color: #fff;
    border: 1px solid #3858f9;
    border-radius: 0;
}
.irs-modern .irs-slider::before {
    width: 4px;
    height: 9px;
    background-color: #fff;
    border-left: 1px solid #3858f9;
    border-right: 1px solid #3858f9;
    margin-left: -2px;
    top: 3px;
}
.irs-modern.irs-primary .irs-slider {
    border-color: #3858f9;
}
.irs-modern.irs-primary .irs-slider::before {
    border-color: #3858f9;
}
.irs-modern.irs-success .irs-slider {
    border-color: #0ba360;
}
.irs-modern.irs-success .irs-slider::before {
    border-color: #0ba360;
}
.irs-modern.irs-dark .irs-slider {
    border-color: #5e597d;
}
.irs-modern.irs-dark .irs-slider::before {
    border-color: #5e597d;
}
.irs-outline .irs-line {
    border: 1px solid #3858f9;
    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: 1px solid #3858f9;
    border-radius: 100%;
}
.irs-outline .irs-slider::before {
    margin-left: -4px;
    top: 4px;
    width: 8px;
    height: 8px;
    border-radius: 100%;
}
.irs-outline .irs-slider:hover::before, .irs-outline .irs-slider:focus::before {
    background-color: #452efa;
}
.irs-outline.irs-primary .irs-line, .irs-outline.irs-primary .irs-slider {
    border-color: #3858f9;
}
.irs-outline.irs-primary .irs-line:hover::before, .irs-outline.irs-primary .irs-line:focus::before {
    background-color: #1a53ff;
}
.irs-outline.irs-primary .irs-slider:hover::before, .irs-outline.irs-primary .irs-slider:focus::before {
    background-color: #1a53ff;
}
.irs-outline.irs-success .irs-line, .irs-outline.irs-success .irs-slider {
    border-color: #0ba360;
}
.irs-outline.irs-success .irs-line:hover::before, .irs-outline.irs-success .irs-line:focus::before {
    background-color: #339701;
}
.irs-outline.irs-success .irs-slider:hover::before, .irs-outline.irs-success .irs-slider:focus::before {
    background-color: #339701;
}
.irs-outline.irs-dark .irs-line, .irs-outline.irs-dark .irs-slider {
    border-color: #746d94;
}
.irs-outline.irs-dark .irs-line:hover::before, .irs-outline.irs-dark .irs-line:focus::before {
    background-color: #313c53;
}
.irs-outline.irs-dark .irs-slider:hover::before, .irs-outline.irs-dark .irs-slider:focus::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: #dedcfb;
    border-radius: 3px;
    height: 38px;
    outline: none;
    border-radius: 0;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #817ba7;
    line-height: calc(1.5em + 0.75rem + 2px);
    padding-left: 0.75rem;
    height: 100%;
    display: flex;
    align-items: center;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #7987a1;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 30px;
    height: 38px;
    line-height: calc(1.5em + 0.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: #dedcfb;
    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;
    border-color: transparent;
    border-radius: 0;
    background-color: #3858f9;
    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: #dedcfb;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border-color: #dedcfb;
    border-radius: 0;
}
.select2-container--default .select2-results__option[aria-selected="true"] {
    background-color: white;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #3858f9;
}
.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: #9c96c1;
}
.select2-container--default.select2-container--disabled .select2-selection__choice .select2-selection__choice__remove {
    display: none;
}
.select2-container--open .select2-selection--single, .select2-container--open .select2-selection--multiple {
    background-color: #fff;
    border-color: #dedcfb;
}
.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: #dedcfb;
    z-index: 200;
}
.select2-search--dropdown {
    padding-bottom: 0;
}
.select2-results__option {
    padding: 6px 10px;
    font-size: 0.875rem;
}
.has-success .select2-container--default .select2-selection--single, .parsley-select.parsley-success .select2-container--default .select2-selection--single {
    border-color: #0ba360;
}
.has-warning .select2-container--default .select2-selection--single {
    border-color: #ffc107;
}
.has-danger .select2-container--default .select2-selection--single, .parsley-select.parsley-error .select2-container--default .select2-selection--single {
    border-color: #f53c5b;
}
.select2-xs + .select2-container, .select2-dropdown-xs .select2-results__option {
    font-size: 12px;
}
.select2-sm + .select2-container, .select2-dropdown-sm .select2-results__option {
    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: #bbb8e2;
}
.sp-container {
    background-color: #fff;
    border-color: #dedcfb;
    z-index: 200;
}
.sp-container button {
    border: 0;
    padding: 8px 15px;
    background-image: none;
    background-color: #bbb8e2;
    font-family: var(--font-family-mulish);
    font-size: 12px;
    text-shadow: none;
    text-transform: capitalize;
    border-radius: 2px;
}
.sp-container button:hover, .sp-container button:focus {
    border: 0;
    background-image: none;
    background-color: #9c96c1;
    text-shadow: none;
}
.sp-button-container .sp-cancel {
    font-family: var(--font-family-mulish);
    font-size: 12px;
    text-transform: capitalize;
    color: #7987a1 !important;
}
.sp-button-container .sp-cancel:hover, .sp-button-container .sp-cancel:focus {
    color: #746d94 !important;
    text-decoration: none;
}
.sp-picker-container {
    border-left: 0;
}
.sp-replacer {
    border-color: #dedcfb;
    background-color: #fff;
}
.sp-replacer:hover, .sp-replacer:focus {
    border-color: #aba7d0;
}
.sp-replacer.sp-active {
    border-color: #7987a1;
}
.sp-dd {
    text-indent: -99999px;
    position: relative;
    width: 10px;
}
.sp-dd::before {
    content: '\f280';
    font-family: 'Ionicons';
    font-size: 15px;
    color: #9c96c1;
    position: absolute;
    text-indent: 0;
    left: 0;
    z-index: 10;
}
.sp-preview {
    border: 0;
}
.sp-dragger {
    background-color: transparent;
}
.sp-choose {
    background-color: #bbb8e2;
}
.sp-palette .sp-thumb-el:hover, .sp-palette .sp-thumb-el.sp-thumb-active {
    border-color: #746d94;
}
.card--calendar {
    padding: 20px;
}
.card--calendar .card-title {
    color: #14112d;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.card--calendar .card-body {
    padding: 0;
}
.card--calendar .ui-datepicker-inline {
    border-width: 0;
    max-width: none;
    padding: 0;
    margin: 0;
}
.card--calendar .ui-datepicker .ui-datepicker-header {
    border-bottom: 1px solid #e3e3e3;
    padding: 10px;
    margin-bottom: 5px;
}
.card--calendar .ui-datepicker .ui-datepicker-header .ui-datepicker-next::before, .card--calendar .ui-datepicker .ui-datepicker-header .ui-datepicker-prev::before {
    top: 8px;
}
.card--calendar .ui-datepicker .ui-datepicker-month {
    color: #134cf7;
}
.card--calendar .ui-datepicker .ui-datepicker-calendar {
    width: calc(100% - 20px);
}
.card--calendar .ui-datepicker .ui-datepicker-calendar th {
    font-size: 10px;
    text-align: center;
}
.card--calendar .ui-datepicker .ui-datepicker-calendar td {
    text-align: center;
}
.card--calendar .ui-datepicker .ui-datepicker-calendar td a {
    display: block;
    width: 45px;
    height: 45px;
    font-size: 13px;
    font-family: var(--font-family-mulish);
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    text-align: center;
    font-weight: 600;
}
.card--calendar .ui-datepicker .ui-datepicker-calendar .ui-datepicker-today a {
    background-color: transparent;
    border: 1px solid #134cf7;
    color: #fff;
    font-weight: 700;
    border-radius: 50%;
    background: linear-gradient(45deg, #3858f9, #8e79fd);
}
.card--calendar .card--events .list-group-item {
    padding: 13px 20px 13px 40px;
}
@media (min-width: 576px) {
    .card--calendar .ui-datepicker .ui-datepicker-calendar, .card--twelve .flot-chart {
        width: 100%;
    }
}
.card--events {
    border-color: #e3e3e3;
    box-shadow: 5px 7px 26px -5px #d5d4e0;
}
.card--events .card-header {
    padding: 20px;
    background-color: transparent;
}
.card--calendar .card--events {
    margin-left: -20px;
    margin-right: -20px;
}
.card--calendar .card--events .list-group-item {
    padding: 13px 20px 13px 40px;
}
.card--events .card-title {
    color: #a5a0b1;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 1px;
}
.card--events .card-subtitle {
    color: #14112d;
    font-weight: 400;
    font-size: 18px;
}
.card--events .card-body {
    padding: 0;
}
.card--events .list-group-item {
    padding: 15px 20px 15px 40px;
    border-left-width: 0;
    border-right-width: 0;
    position: relative;
}
.card--events .list-group-item:first-child, .card--events .list-group-item:last-child {
    border-radius: 0;
}
.card--events .list-group-item label {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 10px;
    color: #37326d;
    margin-bottom: 8px;
    letter-spacing: .5px;
}
.card--events .list-group-item label span {
    color: #a5a0b1;
    font-weight: 500;
}
.card--events .list-group-item h6 {
    font-size: 14px;
    font-weight: 700;
    color: #14112d;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
}
.card--events .list-group-item p {
    margin-bottom: 5px;
}
.card--events .list-group-item p strong {
    font-weight: 500;
}
.card--events .list-group-item small {
    font-size: 11px;
}
.card--events .list-group-item small span {
    font-weight: 700;
    text-transform: uppercase;
}
.card--events .event-indicator {
    width: 10px;
    height: 10px;
    position: absolute;
    top: 21px;
    left: 20px;
    border-radius: 100%;
}
.card--events .event-user {
    margin-top: 10px;
    display: flex;
    align-items: center;
}
.card--events .event-user .main-img-user {
    width: 28px;
    height: 28px;
}
.card--events .event-user .main-img-user::after {
    display: none;
}
.card--events .event-user .main-img-user + .main-img-user {
    margin-left: -6px;
}
.card--events .event-user a:last-child {
    margin-left: 10px;
    color: #a5a0b1;
    font-weight: 500;
    font-size: 11px;
}
.card--events .event-user a:last-child:hover, .card--events .event-user a:last-child:focus {
    color: #37326d;
}
@media (min-width: 992px) {
    .main-content-calendar {
        padding: 25px 0;
    }
}
.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: 576px) {
    .main-content-left-calendar {
        width: 300px;
    }
}
@media (min-width: 992px) {
    .main-content-left-calendar {
        width: 230px;
    }
}
.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 {
    color: #7987a1;
}
.main-nav-calendar-event .nav-link.exclude i {
    color: #7987a1;
}
.main-nav-calendar-event .nav-link.exclude::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    border-top: 1px solid #7987a1;
}
@media (min-width: 992px) {
    .main-content-body-calendar {
        padding-left: 25px;
    }
}
.main-calendar {
    border-color: #dedcfb;
}
.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: #dedcfb;
}
.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: #5e597d;
    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 {
    height: 38px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #dedcfb;
    box-shadow: none;
    padding: 0 15px;
    display: flex;
    align-items: center;
    color: #5e597d;
    font-size: 13px;
    text-transform: capitalize;
    outline: none;
    text-shadow: none;
    border-radius: 0;
}
.main-calendar .fc-header-toolbar button:hover, .main-calendar .fc-header-toolbar button:focus {
    background-color: #dedcfb;
}
.main-calendar .fc-header-toolbar button.fc-prev-button, .main-calendar .fc-header-toolbar button.fc-next-button {
    padding: 0;
    width: 38px;
    justify-content: center;
}
.main-calendar .fc-header-toolbar button.fc-prev-button span, .main-calendar .fc-header-toolbar button.fc-next-button span {
    margin: 0;
}
.main-calendar .fc-header-toolbar button.fc-state-active {
    background-color: #dedcfb;
}
.main-calendar .fc-header-toolbar button.fc-today-button {
    color: #fff;
    background-color: #3858f9;
    border-color: #1a53ff;
}
.main-calendar .fc-header-toolbar button.fc-today-button.fc-state-disabled {
    border-color: #dedcfb;
    background-color: #f6f5ff;
    color: #9c96c1;
    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: #5e597d;
}
.main-calendar .fc-view > table {
    background-color: #fff;
}
.main-calendar .fc-view > table > thead th, .main-calendar .fc-view > table > thead td {
    border-color: #dedcfb;
}
.main-calendar .fc-view > table > tbody > tr > td {
    border-color: #dedcfb;
}
.main-calendar .fc-view .fc-other-month {
    background-color: #fcfcfc;
}
.main-calendar .fc-view .fc-day-number {
    font-size: 14px;
    font-weight: 400;
    font-family: var(--font-family-mulish);
    color: #817ba7;
    display: inline-block;
    padding: 5px 8px;
    position: relative;
    transition: all 0.2s ease-in-out;
    margin: 2px 2px 0 0;
    min-width: 20px;
    text-align: center;
}
.main-calendar .fc-view .fc-day-number:hover, .main-calendar .fc-view .fc-day-number:focus {
    color: #5e597d;
    background-color: #f6f5ff;
}
.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: #7987a1;
    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;
    font-family: Helvetica, var(--font-family-mulish);
    line-height: 1;
}
.main-calendar .fc-view.fc-agenda-view .fc-day-header.fc-today > a {
    color: #3858f9;
}
.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-listWeek-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 + .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: #7987a1;
    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;
    font-family: Helvetica, var(--font-family-mulish);
    letter-spacing: -1px;
    color: #5e597d;
    line-height: 1;
}
.main-calendar .fc-view.fc-listMonth-view .fc-list-heading-main.now, .main-calendar .fc-view.fc-listWeek-view .fc-list-heading-main.now, .main-calendar .fc-view.fc-listMonth-view .fc-list-heading-main.now span:last-child, .main-calendar .fc-view.fc-listWeek-view .fc-list-heading-main.now span:last-child {
    color: #3858f9;
}
.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:hover, .main-calendar .fc-view.fc-listMonth-view .fc-list-item:focus {
    cursor: pointer;
}
.main-calendar .fc-view.fc-listWeek-view .fc-list-item:hover, .main-calendar .fc-view.fc-listWeek-view .fc-list-item:focus {
    cursor: pointer;
}
.main-calendar .fc-view.fc-listMonth-view .fc-list-item:hover td, .main-calendar .fc-view.fc-listMonth-view .fc-list-item:focus td {
    background-color: transparent;
}
.main-calendar .fc-view.fc-listWeek-view .fc-list-item:hover td, .main-calendar .fc-view.fc-listWeek-view .fc-list-item:focus 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 #dedcfb;
    border-right: 1px solid #dedcfb;
    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 #dedcfb;
    border-right: 1px solid #dedcfb;
    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: #5e597d;
}
.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: #f6f5ff;
}
.main-calendar td.fc-today .fc-day-number {
    background-color: #3858f9;
    color: #fff;
    border-radius: 1px;
}
.main-calendar td.fc-today .fc-day-number:hover, .main-calendar td.fc-today .fc-day-number:focus {
    background-color: #3858f9;
    color: #fff;
    border-radius: 1px;
}
.main-calendar .fc-axis {
    font-size: 11px;
}
.main-calendar .fc-event {
    border-width: 0;
    border-top-width: 5px;
    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: #5e597d;
    margin-bottom: 10px;
}
.main-calendar .fc-time-grid-event .fc-desc {
    font-size: 13px;
    line-height: 1.3;
    color: rgba(28, 39, 60, 0.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 #dedcfb;
}
@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-prev-button, .main-calendar .fc-header-toolbar button.fc-next-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-month-button, .main-calendar .fc-header-toolbar button.fc-agendaWeek-button, .main-calendar .fc-header-toolbar button.fc-agendaDay-button, .main-calendar .fc-header-toolbar button.fc-listWeek-button, .main-calendar .fc-header-toolbar button.fc-listMonth-button {
        text-indent: -9999px;
        width: 32px;
        height: 32px;
        position: relative;
        color: transparent;
    }
    .main-calendar .fc-header-toolbar button.fc-month-button::before, .main-calendar .fc-header-toolbar button.fc-agendaWeek-button::before, .main-calendar .fc-header-toolbar button.fc-agendaDay-button::before, .main-calendar .fc-header-toolbar button.fc-listWeek-button::before, .main-calendar .fc-header-toolbar button.fc-listMonth-button::before {
        position: absolute;
        top: 6px;
        left: 10px;
        z-index: 100;
        display: inline-block;
        text-indent: 0;
        font-size: 12px;
        font-weight: 700;
        color: #031b4e;
    }
    .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-listWeek-button::before, .main-calendar .fc-header-toolbar button.fc-listMonth-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 th:first-child, .main-calendar .fc-view > table > thead td:first-child {
        border-left-width: 0;
    }
    .main-calendar .fc-view > table > thead th:last-child, .main-calendar .fc-view > table > thead td: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: 600;
    }
}
@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-event.fc-day-grid-event > div {
        display: block;
    }
}
@media (min-width: 576px) {
    .main-calendar .fc-agendaWeek-view .fc-time-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: #7987a1;
    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 #dedcfb;
    background-color: #f6f5ff;
    padding: 10px 5px;
    color: #5e597d;
    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: rgba(255, 255, 255, 0.75);
    font-size: 21px;
    line-height: 0;
    position: relative;
    transition: all 0.2s ease-in-out;
}
.main-modal-calendar-event .nav-modal-event .nav-link:hover, .main-modal-calendar-event .nav-modal-event .nav-link:focus {
    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-start-date, .main-modal-calendar-event .event-end-date {
    color: #5e597d;
    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 #dedcfb;
    padding-bottom: 5px;
    flex-shrink: 0;
    flex-direction: row;
    padding-left: 20px;
}
.main-nav-line-chat .nav-link {
    font-size: 13px;
    font-weight: 500;
    color: #24222f;
    text-transform: uppercase;
}
.main-nav-line-chat .nav-link:hover, .main-nav-line-chat .nav-link:focus, .main-nav-line-chat .nav-link:active {
    outline: none;
}
.main-nav-line-chat .nav-link + .nav-link {
    margin-top: 0;
    margin-left: 30px;
}
.main-nav-line-chat .nav-link.active {
    color: #3858f9;
}
.main-nav-line-chat .nav-link.active::before {
    top: 35px;
    left: 0;
    right: 0;
    width: auto;
    bottom: -6px;
    background-color: #3858f9;
}
@media (min-width: 992px) {
    .main-nav-line-chat {
        padding-left: 0;
        flex-shrink: 0;
        height: 55px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        padding: 0 20px;
        border-bottom: 1px solid #dedcfb;
    }
}
.main-chat-contacts-wrapper {
    padding: 10px 20px;
    flex-shrink: 0;
    border-bottom: 1px solid #dedcfb;
    overflow: hidden;
}
.main-chat-contacts-wrapper .main-content-label, .main-chat-contacts-wrapper .card-table-two .card-title {
    margin-bottom: 15px;
    line-height: 1;
    padding-left: 20px;
}
@media (min-width: 992px) {
    .main-chat-contacts-wrapper {
        padding: 10px 15px 10px 0;
    }
}
.card-table-two .main-chat-contacts-wrapper .card-title, .main-chat-contacts-wrapper .card-dashboard-eight .card-title, .card-dashboard-eight .main-chat-contacts-wrapper .card-title {
    margin-bottom: 15px;
    line-height: 1;
    padding-left: 20px;
}
.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%;
    background-color: #3858f9;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
}
@media (min-width: 992px) {
    .main-chat-list {
        max-height: 490px;
        position: relative;
    }
}
.main-chat-list .media {
    padding: 12px 20px;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #dedcfb;
    position: relative;
}
.main-chat-list .media .main-img-user {
    flex-shrink: 0;
    top: 3px;
}
.main-chat-list .media::after {
    content: '';
    position: absolute;
    top: -1px;
    bottom: -1px;
    left: -1px;
    width: 1px;
    background-color: #3858f9;
    display: none;
}
.main-chat-list .media + .media::before {
    content: '';
    position: absolute;
    top: -1px;
    left: 65px;
    right: 0;
}
.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: 700;
    color: #24222f;
}
.main-chat-list .media.new .media-body p {
    color: #031b4e;
}
.main-chat-list .media:hover, .main-chat-list .media:focus {
    cursor: pointer;
    background-color: #fcfcfc;
    border-top-color: #dedcfb;
    border-bottom-color: #dedcfb;
    z-index: 1;
}
.main-chat-list .media:hover:first-child, .main-chat-list .media:focus:first-child {
    border-top-color: transparent;
}
.main-chat-list .media.selected {
    background-color: #f3f6fb;
    border-top-color: #dedcfb;
    border-bottom-color: #dedcfb;
    border-left: 1px solid #3858f9;
    z-index: 2;
}
.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: #5e597d;
}
.main-chat-list .media.selected .media-body p {
    color: #031b4e;
}
.main-chat-list .main-img-user span {
    position: absolute;
    top: 0;
    left: -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: #f53c5b;
    box-shadow: 0 0 0 2px #fff;
}
.main-chat-list .media-body {
    margin-left: 15px;
}
.main-chat-list .media-body p {
    font-size: 13px;
    margin-bottom: 0;
    color: #7987a1;
    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: #24222f;
}
.main-chat-list .media-contact-name span:last-child {
    display: block;
    font-size: 11px;
    color: #9c96c1;
}
@media (min-width: 992px) {
    .main-chat-list .media {
        padding: 12px 15px;
    }
}
.main-content-body-chat {
    flex-direction: column;
    display: none;
}
@media (min-width: 992px) {
    .main-content-body-chat {
        display: flex;
    }
}
.main-chat-header {
    flex-shrink: 0;
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 20px;
    border-bottom: 1px solid #dedcfb;
}
.main-chat-header .nav {
    margin-left: auto;
    align-items: center;
}
.main-chat-header .nav-link {
    padding: 0;
    color: #b8c2d8;
    font-size: 20px;
    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:hover, .main-chat-header .nav-link:focus {
    color: #3858f9;
}
.main-chat-header .nav-link + .nav-link {
    margin-left: 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-left: 15px;
}
.main-chat-msg-name h6 {
    margin-bottom: 2px;
    font-size: 15px;
    font-weight: 700;
    color: #24222f;
}
.main-chat-msg-name small {
    font-size: 12px;
    color: #7987a1;
}
.main-chat-body {
    position: relative;
    padding-bottom: 50px;
}
.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-left: 0;
    margin-right: 20px;
    align-items: flex-end;
}
.main-chat-body .media.flex-row-reverse .main-msg-wrapper {
    background-color: #3858f9;
    color: #fff;
}
.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: #7987a1;
    display: flex;
    align-items: center;
}
@media (min-width: 992px) {
    .main-chat-body {
        padding-bottom: 0;
        max-height: 535px;
        overflow: hidden;
    }
}
@media (min-width: 576px) {
    .main-chat-body .media.flex-row-reverse .media-body {
        margin-left: 55px;
    }
}
@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;
}
.main-msg-wrapper {
    padding: 10px 15px;
    background-color: #f6f5ff;
    font-size: 13px;
    margin-bottom: 5px;
    border-radius: 2px;
    display: inline-block;
}
.main-chat-footer {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    height: 50px;
    padding: 0 20px;
    border-top: 1px solid #dedcfb;
    background-color: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}
.main-chat-footer .nav {
    align-items: center;
}
.main-chat-footer .nav-link {
    padding: 0;
    color: #9c96c1;
    font-size: 16px;
    display: none;
}
.main-chat-footer .nav-link + .nav-link {
    margin-left: 10px;
}
.main-chat-footer .nav-link:last-child {
    display: block;
    margin-left: 0;
}
.main-chat-footer .form-control {
    flex: 1;
    margin: 0 10px;
    padding-left: 0;
    padding-right: 0;
    border-width: 0;
}
.main-chat-footer .form-control:hover, .main-chat-footer .form-control:focus {
    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;
    }
    .main-chat-footer .nav-link:last-child {
        display: none;
    }
}
@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;
    color: #3858f9;
}
@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;
}
.main-content-left-contacts .main-content-breadcrumb, .main-content-left-contacts .main-content-title {
    padding-left: 20px;
}
@media (min-width: 768px) {
    .main-content-left-contacts {
        border-right: 1px solid #dedcfb;
    }
}
@media (min-width: 992px) {
    .main-content-left-contacts .main-content-breadcrumb, .main-content-left-contacts .main-content-title {
        padding-left: 0;
    }
}
@media (min-width: 768px) {
    .main-contacts-list {
        height: 730px;
        position: relative;
    }
}
.main-contact-label {
    padding-top: 20px;
    padding-bottom: 5px;
    padding-left: 20px;
    font-weight: 500;
    font-size: 12px;
    color: #9c96c1;
    position: relative;
}
.main-contact-label::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    border-bottom: 1px solid #dedcfb;
    z-index: 5;
}
@media (min-width: 992px) {
    .main-contact-label {
        padding-left: 30px;
    }
}
.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-color: #dedcfb;
}
.main-contact-item + .main-contact-item::before {
    content: '';
    position: absolute;
    top: -1px;
    left: 65px;
    right: 0;
    border-top: 1px solid #dedcfb;
}
.main-contact-item:hover, .main-contact-item:focus {
    background-color: #f6f5ff;
    border-top-color: #dedcfb;
    border-bottom-color: #dedcfb;
}
.main-contact-item.selected {
    z-index: 1;
    border-left-color: #3858f9;
    border-top-color: #dedcfb;
    border-bottom-color: #dedcfb;
    background-color: #f6f5ff;
}
@media (min-width: 992px) {
    .main-contact-item {
        padding: 10px 15px;
    }
}
.main-contact-body {
    flex: 1;
    margin-left: 15px;
}
.main-contact-body h6 {
    color: #5e597d;
    font-weight: 500;
    margin-bottom: 2px;
}
.main-contact-body span {
    font-size: 13px;
    color: #7987a1;
}
.main-contact-star {
    font-size: 16px;
    color: #9c96c1;
}
.main-contact-star:hover, .main-contact-star:focus {
    color: #7987a1;
}
.main-contact-star.active {
    color: #ffc107;
}
.main-content-body-contacts {
    display: none;
}
@media (min-width: 768px) {
    .main-content-body-contacts {
        display: block;
        overflow-y: auto;
    }
}
@media (min-width: 992px) {
    .main-content-body-contacts {
        overflow: visible;
    }
}
.main-contact-info-header {
    padding-top: 40px;
    padding-left: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #dedcfb;
    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;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background-color: #7987a1;
    color: #fff;
    font-size: 18px;
    line-height: .9;
    box-shadow: 0 0 0 2px #fff;
    border-radius: 100%;
}
.main-contact-info-header .main-img-user a:hover, .main-contact-info-header .main-img-user a:focus {
    background-color: #3858f9;
}
.main-contact-info-header .media-body {
    margin-top: 30px;
}
.main-contact-info-header .media-body h4 {
    color: #5e597d;
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 8px;
    line-height: 1;
}
.main-contact-info-header .media-body p {
    color: #031b4e;
    margin-bottom: 15px;
}
.main-contact-info-header .media-body .nav-link {
    padding: 0;
    display: flex;
    align-items: center;
    color: #7987a1;
    font-size: 13px;
}
.main-contact-info-header .media-body .nav-link i {
    font-size: 0.875rem;
    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:hover, .main-contact-info-header .media-body .nav-link:focus {
    color: #3858f9;
}
.main-contact-info-header .media-body .nav-link + .nav-link {
    margin-left: 10px;
}
@media (min-width: 576px) {
    .main-contact-info-header {
        padding-top: 20px;
    }
}
@media (min-width: 992px) {
    .main-contact-info-header {
        padding-left: 30px;
        padding-bottom: 25px;
    }
}
@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-left: 30px;
    }
}
@media (min-width: 576px) {
    .main-contact-info-header .media-body .nav-link {
        font-size: 0.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: 24px;
    right: 20px;
    display: flex;
}
.main-contact-action a {
    display: flex;
    align-items: center;
    color: #7987a1;
    font-size: 12px;
}
.main-contact-action a:hover, .main-contact-action a:focus {
    color: #3858f9;
}
.main-contact-action a i {
    font-size: 21px;
    line-height: .5;
}
.main-contact-action a + a {
    margin-left: 15px;
}
@media (min-width: 992px) {
    .main-contact-action {
        right: 20px;
    }
}
.main-contact-info-body {
    padding-left: 20px;
}
.main-contact-info-body .media-list {
    padding: 20px 0;
}
.main-contact-info-body .media {
    align-items: center;
    position: relative;
}
.main-contact-info-body .media + .media {
    margin-top: 30px;
}
.main-contact-info-body .media + .media::before {
    content: '';
    position: absolute;
    top: -15px;
    left: -19px;
    right: 0;
    border-top: 1px dotted #bbb8e2;
}
.main-contact-info-body .media:last-child {
    margin-bottom: 15px;
}
.main-contact-info-body .media-icon {
    font-size: 32px;
    color: #9c96c1;
    line-height: 1;
    width: 40px;
    text-align: center;
}
.main-contact-info-body .media-body {
    margin-left: 0;
}
.main-contact-info-body .media-body > div + div {
    margin-top: 15px;
}
.main-contact-info-body .media-body label {
    color: #7987a1;
    margin-bottom: 0;
    display: block;
    font-size: 13px;
}
.main-contact-info-body .media-body span {
    display: block;
    color: #5e597d;
    font-weight: 500;
}
@media (min-width: 992px) {
    .main-contact-info-body {
        height: calc(100% - 126px);
        position: relative;
    }
}
@media (min-width: 992px) {
    .main-contact-info-body .media-list {
        padding: 25px 0;
    }
}
@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 {
    padding: 20px;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.main-card-signin {
    padding: 20px;
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    position: relative;
    border-radius: 25px;
    box-shadow: 6px 11px 41px -28px #796eb1;
    -webkit-box-shadow: 6px 11px 41px -28px #796eb1;
}
.main-card-signup {
    padding: 20px;
    display: flex;
    justify-content: space-between;
    background-color: rgba(255, 255, 255, 0.5);
    position: relative;
}
@media (max-width: 767px) {
    .main-card-signin {
        display: block !important;
        padding: 0;
    }
    .page-signin-style:before {
        display: none;
    }
    .breadcrumb-header {
        display: block;
    }
    .sticky-pin {
        position: fixed !important;
        box-shadow: 0 1px 15px 1px rgba(58, 58, 62, 0.3);
    }
    .main-nav-line-chat {
        padding: 20px !important;
    }
}
@media (max-width: 863px) {
    .main-content:after {
        content: "";
        height: 280px !important;
    }
}
@media (min-width: 480px) {
    .main-card-signin {
        border: 0;
        padding: 0;
        max-width: 850px;
    }
    .main-card-signin.register {
        max-width: 950px;
    }
    .main-card-signin.construction {
        max-width: 1000px;
    }
    .main-card-signup {
        border: 1px solid #e3e3e3;
        padding: 0;
        max-width: 850px;
    }
    .sign-up-body {
        padding: 2.6rem !important;
    }
}
.main-card-signin {
    box-shadow: 6px 11px 41px -28px #796eb1;
    -webkit-box-shadow: 6px 11px 41px -28px #796eb1;
}
.main-signin-header h2 {
    font-weight: 700;
    color: #3858f9;
}
.main-signin-header h4 {
    font-weight: 500;
    color: #14112d;
    margin-bottom: 25px;
    font-size: 16px;
}
.main-signin-header label {
    color: #a5a0b1;
}
.main-signin-header .form-control:focus {
    border-color: #aba7d0;
    box-shadow: none;
}
.main-signin-header .form-control::placeholder {
    font-weight: 400;
    color: #a5a0b1;
}
.page-signin-style {
    background: linear-gradient(45deg, rgba(59, 144, 41, 0.9), rgba(0, 121, 141, 0.9));
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    position: relative;
    border-radius: 25px 0 0 25px;
}
.page-signin-style:before {
    content: '';
    background: linear-gradient(45deg, rgba(59, 144, 41, 0.9), rgba(0, 121, 141, 0.9));
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1;
    left: 0;
    top: 0;
    border-radius: 20px 0 0 20px;
}
.authentication-pages {
    position: relative;
    z-index: 99;
}
@media (min-width: 992px) {
    .page-signin-style {
        height: auto !important;
    }
}
.main-signin-footer p {
    color: #a5a0b1;
}
.main-signin-footer p:first-child {
    margin-bottom: 5px;
}
.main-signin-footer p:last-child {
    margin-bottom: 0;
}
.main-signin-footer a {
    color: #14112d;
    font-weight: 700;
}
.main-signin-footer a:hover, .main-signin-footer a:focus {
    color: #00768a;
}
.main-signup-wrapper {
    flex: 1;
    display: flex;
    justify-content: center;
    background-color: rgba(244, 245, 248, 0.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: #14112d;
    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 #e3e3e3;
    }
}
.main-signup-header h2 {
    font-weight: 500;
    color: #3858f9;
    letter-spacing: -1px;
}
.main-signup-header h4 {
    font-size: 20px;
    font-weight: 400;
    color: #14112d;
    margin-bottom: 25px;
}
.main-signup-header label {
    color: #a5a0b1;
}
.main-signup-header .form-control {
    color: #14112d;
    font-weight: 500;
    border-width: 2px;
    border-color: #e3e3e3;
}
.main-signup-header .form-control:focus {
    border-color: #aba7d0;
    box-shadow: none;
}
.main-signup-header .form-control::placeholder {
    font-weight: 400;
    color: #a5a0b1;
}
.main-signup-header > .btn {
    margin-top: 25px;
}
.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 {
    font-size: 15px;
    line-height: 0;
    margin-right: 5px;
}
.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 {
    background-color: #4267b2;
    color: #fff;
}
.sp-container .main-signup-header .row > div:first-child button {
    background-color: #4267b2;
    color: #fff;
}
.main-signup-header .row > div:first-child .btn:hover, .main-signup-header .row > div:first-child .sp-container button:hover {
    background-color: #375694;
    color: #fff;
}
.sp-container .main-signup-header .row > div:first-child button:hover {
    background-color: #375694;
    color: #fff;
}
.main-signup-header .row > div:first-child .btn:focus, .main-signup-header .row > div:first-child .sp-container button:focus {
    background-color: #375694;
    color: #fff;
}
.sp-container .main-signup-header .row > div:first-child button:focus {
    background-color: #375694;
    color: #fff;
}
.main-signup-footer p {
    color: #a5a0b1;
    margin-bottom: 0;
}
.main-signup-footer a {
    color: #14112d;
    font-weight: 700;
}
.main-signup-footer a:hover, .main-signup-footer a:focus {
    color: #3858f9;
}
.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: 150px;
    font-weight: 700;
    color: #413d56;
}
.main-error-wrapper h2 {
    font-weight: 500;
    color: #443e61;
    letter-spacing: -.5px;
    margin-bottom: 15px;
}
.main-error-wrapper h6 {
    margin-bottom: 40px;
    font-size: 14px;
    color: #89879c;
}
.main-error-wrapper .btn, .main-error-wrapper .sp-container button {
    border-width: 2px;
    font-weight: 700;
}
.sp-container .main-error-wrapper button {
    border-width: 2px;
    font-weight: 700;
}
.main-content-left-invoice {
    display: block;
    padding: 0;
}
.main-content-left-invoice .main-content-breadcrumb, .main-content-left-invoice .main-content-title {
    padding-left: 20px;
}
@media (max-width: 991.98px) {
    .main-content-left-invoice {
        width: 100%;
    }
}
@media (min-width: 992px) {
    .main-content-left-invoice {
        border-right: 1px solid #dedcfb;
    }
}
@media (min-width: 992px) {
    .main-content-left-invoice .main-content-breadcrumb, .main-content-left-invoice .main-content-title {
        padding-left: 0;
    }
}
.main-invoice-list {
    position: relative;
    border-top: 1px solid #dedcfb;
}
.main-invoice-list .media {
    align-items: center;
    border: 1px solid transparent;
    border-right-width: 0;
    padding: 10px 20px;
    position: relative;
}
.main-invoice-list .media:hover, .main-invoice-list .media:focus {
    cursor: pointer;
    background-color: #f6f5ff;
}
.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 #bbb8e2;
}
.main-invoice-list .media-icon {
    width: 24px;
    text-align: center;
    font-size: 32px;
    color: #9c96c1;
}
.main-invoice-list .media-body {
    margin-left: 15px;
}
.main-invoice-list .media-body h6 {
    font-weight: 500;
    color: #5e597d;
    margin-bottom: 3px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.main-invoice-list .media-body h6 span:last-child {
    color: #3858f9;
}
.main-invoice-list .media-body div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.main-invoice-list .media-body p {
    margin-bottom: 0;
    font-size: 11px;
    font-family: var(--font-family-mulish);
    color: #746d94;
}
.main-invoice-list .media-body p span {
    color: #7987a1;
}
.main-invoice-list .selected {
    background-color: #f6f5ff;
    border-top-color: #bbb8e2;
    border-bottom-color: #bbb8e2;
    border-left-color: #3858f9;
}
.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;
}
@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: 768px) {
    .invoice-header {
        display: flex;
        justify-content: space-between;
        flex-direction: row-reverse;
    }
}
.invoice-title {
    margin-bottom: 0;
    text-transform: uppercase;
    color: #bbb8e2;
    font-weight: 700;
}
.billed-from {
    margin-top: 25px;
    margin-bottom: 25px;
}
.billed-from h6 {
    color: #5e597d;
    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: #5e597d;
    font-size: 14px;
    font-weight: 700;
}
.billed-to p {
    font-size: 13px;
    margin-bottom: 0;
}
.invoice-info-row {
    display: flex;
    justify-content: space-between;
    padding: 5px 0;
    margin-bottom: 0;
    font-size: 13px;
}
.invoice-info-row + .invoice-info-row {
    border-top: 1px dotted #bbb8e2;
}
.invoice-info-row span:first-child {
    color: #817ba7;
}
.table-invoice thead > tr > th, .table-invoice thead > tr > td {
    font-size: 11px;
    font-weight: 700;
    color: #7987a1;
}
.table-invoice tbody > tr > th:first-child, .table-invoice tbody > tr > td:first-child {
    color: #5e597d;
    font-weight: 500;
}
.table-invoice tbody > tr > th:first-child .invoice-notes, .table-invoice tbody > tr > td:first-child .invoice-notes {
    margin-right: 20px;
}
.table-invoice tbody > tr > th:first-child .invoice-notes .section-label-sm, .table-invoice tbody > tr > td:first-child .invoice-notes .section-label-sm {
    font-weight: 600;
}
.table-invoice tbody > tr > th:first-child .invoice-notes p, .table-invoice tbody > tr > td:first-child .invoice-notes p {
    font-size: 13px;
    font-weight: 400;
    color: #031b4e;
}
.card-invoice hr {
    border-top: 0 !important;
}
.main-content-mail .container, .main-content-mail .container-fluid {
    padding: 20px 0 0;
}
@media (min-width: 992px) {
    .main-content-mail .container, .main-content-mail .container-fluid {
        padding: 0;
    }
}
@media (min-width: 992px) {
    .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-mail-menu {
    position: relative;
    padding-right: 0;
}
.main-mail-menu .nav-link {
    height: 38px;
}
.main-mail-menu .nav-link i {
    font-size: 22px;
}
@media (min-width: 992px) {
    .main-mail-menu {
        padding-right: 0;
    }
}
@media (min-width: 992px) {
    .main-mail-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: #dedcfb;
    background-color: #fff;
}
@media (min-width: 992px) {
    .main-mail-header {
        padding: 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: #dedcfb;
    background-color: #fff;
}
.main-mail-header .btn-group .btn:hover, .main-mail-header .btn-group .sp-container button:hover {
    color: #5e597d;
    background-color: #f6f5ff;
}
.sp-container .main-mail-header .btn-group button:hover {
    color: #5e597d;
    background-color: #f6f5ff;
}
.main-mail-header .btn-group .btn:focus, .main-mail-header .btn-group .sp-container button:focus {
    color: #5e597d;
    background-color: #f6f5ff;
}
.sp-container .main-mail-header .btn-group button:focus {
    color: #5e597d;
    background-color: #f6f5ff;
}
.main-mail-header .btn-group .btn.disabled, .main-mail-header .btn-group .sp-container button.disabled {
    background-color: #fff;
    color: #bbb8e2;
    border-color: #dedcfb;
    z-index: 0;
}
.sp-container .main-mail-header .btn-group button.disabled {
    background-color: #fff;
    color: #bbb8e2;
    border-color: #dedcfb;
    z-index: 0;
}
.main-mail-header .btn-group .btn.disabled:focus, .main-mail-header .btn-group .sp-container button.disabled:focus {
    box-shadow: none;
}
.sp-container .main-mail-header .btn-group button.disabled:focus {
    box-shadow: none;
}
.main-mail-header .btn-group .btn.disabled:active, .main-mail-header .btn-group .sp-container button.disabled:active {
    box-shadow: none;
}
.sp-container .main-mail-header .btn-group button.disabled:active {
    box-shadow: none;
}
.main-mail-header .btn-group .btn + .btn, .main-mail-header .btn-group .sp-container button + .btn {
    margin-left: -2px;
}
.sp-container .main-mail-header .btn-group button + .btn, .main-mail-header .btn-group .sp-container .btn + button, .sp-container .main-mail-header .btn-group .btn + button, .main-mail-header .btn-group .sp-container button + button, .sp-container .main-mail-header .btn-group button + button {
    margin-left: -2px;
}
.main-mail-options {
    padding: 5px 10px 5px 20px;
    border: 1px solid #dedcfb;
    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-left: 25px;
        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:hover, .main-mail-options .sp-container button:hover {
    background-color: #dedcfb;
}
.sp-container .main-mail-options button:hover {
    background-color: #dedcfb;
}
.main-mail-options .btn:focus, .main-mail-options .sp-container button:focus {
    background-color: #dedcfb;
}
.sp-container .main-mail-options button:focus {
    background-color: #dedcfb;
}
.main-mail-options .btn i, .main-mail-options .sp-container button i {
    line-height: 0;
}
.sp-container .main-mail-options button i {
    line-height: 0;
}
.main-mail-options .btn i.typcn, .main-mail-options .sp-container button i.typcn {
    line-height: .75;
}
.sp-container .main-mail-options button i.typcn {
    line-height: .75;
}
.main-mail-options .btn.disabled, .main-mail-options .sp-container button.disabled {
    background-color: transparent;
    color: #7987a1;
}
.sp-container .main-mail-options button.disabled {
    background-color: transparent;
    color: #7987a1;
}
.main-mail-list {
    border: 1px solid #dedcfb;
}
@media (min-width: 992px) {
    .main-mail-list {
        border-top-width: 0;
    }
}
.main-mail-item {
    padding: 10px 15px;
    border-top: 1px solid #dedcfb;
    border-bottom: 1px solid #dedcfb;
    background-color: #fcfcfc;
    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-img-user, .main-mail-item .main-avatar {
    flex-shrink: 0;
    margin-right: 15px;
}
.main-mail-item .main-img-user::after, .main-mail-item .main-avatar::after {
    display: none;
}
.main-mail-item:hover, .main-mail-item:focus {
    background-color: #f6f5ff;
}
.main-mail-item.unread {
    background-color: #fff;
}
.main-mail-item.selected {
    background-color: white;
}
@media (min-width: 576px) {
    .main-mail-item {
        padding: 10px 20px;
    }
}
@media (min-width: 992px) {
    .main-mail-item {
        width: auto;
        padding: 10px 25px;
    }
}
.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: #bbb8e2;
    position: absolute;
    bottom: 10px;
    right: 0;
}
.main-mail-star.active {
    color: #ffc107;
}
@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: 640px;
    }
}
.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: 500;
    font-size: 14px;
    color: #3c3e5d;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
}
.main-mail-subject span {
    font-size: 13px;
    color: #7987a1;
    display: none;
}
@media (min-width: 576px) {
    .main-mail-subject strong {
        display: inline;
        width: auto;
        white-space: normal;
        text-overflow: inherit;
        overflow: visible;
    }
}
@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;
    }
}
.main-mail-date {
    font-size: 11px;
    position: absolute;
    top: 12px;
    right: 15px;
    color: #9c96c1;
    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, 0.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, 0.2);
    border-radius: 3px;
}
.main-mail-compose-header {
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #5e597d;
    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: rgba(255, 255, 255, 0.3);
    font-size: 14px;
    line-height: 1;
    padding: 0;
    transition: all 0.2s ease-in-out;
}
.main-mail-compose-header .nav-link:hover, .main-mail-compose-header .nav-link:focus {
    color: #fff;
}
.main-mail-compose-header .nav-link + .nav-link {
    margin-left: 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: #5e597d;
}
.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 #bbb8e2;
    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 {
        width: auto;
        margin-top: 0;
    }
    .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 0.2s ease-in-out;
}
.main-mail-compose-body .form-group .nav-link:hover, .main-mail-compose-body .form-group .nav-link:focus {
    color: #5e597d;
}
.main-mail-compose-body .form-group .nav-link + .nav-link {
    margin-left: 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 {
    max-width: none;
    padding: 0;
}
.main-mail-compose-minimize .container {
    max-width: none;
    padding: 0;
}
.main-mail-compose-minimize .main-mail-compose-body {
    display: none;
}
.main-mail-two .main-content {
    display: flex;
    flex-direction: column;
}
.main-mail-two .main-header {
    width: 100%;
    border-bottom: 1px solid #dedcfb;
}
.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 #aba7d0;
    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: #fcfcfc;
    flex: 1;
    max-width: 100vw;
}
.main-mail-content .main-mail-header {
    margin-bottom: 0;
    padding: 20px;
}
.main-mail-content .main-mail-body {
    max-width: 590px;
}
.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 #dedcfb;
    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 #dedcfb;
        border-bottom: 0;
    }
}
@media (min-width: 1200px) {
    .main-content-left-profile {
        padding-right: 25px;
    }
}
.main-profile-overview .main-img-user {
    width: 120px;
    height: 120px;
    margin-bottom: 20px;
}
.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 {
    border-radius: 100%;
}
.sp-container .main-profile-overview .btn-icon-list button {
    border-radius: 100%;
}
.main-profile-name {
    color: #5e597d;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 2px;
}
.main-profile-name-text {
    color: #7987a1;
    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-icon {
    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-social-list .media-body {
    margin-left: 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 20px 20px 0;
    border-bottom: 1px solid #dedcfb;
}
.main-content-body-profile .main-nav-line .nav-link {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    color: #746d94;
}
.main-content-body-profile .main-nav-line .nav-link.active {
    font-weight: 700;
    color: #3858f9;
}
.main-content-body-profile .main-nav-line .nav-link.active::before {
    background-color: #3858f9;
}
@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: -0px;
    }
}
@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: #5e597d;
    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: #7987a1;
}
.main-traffic-detail-item > div:first-child > span:last-child {
    font-size: 11px;
    font-weight: 700;
    color: #5e597d;
}
.main-traffic-detail-item > div:first-child > span:last-child span {
    color: #7987a1;
    font-weight: 400;
}
.main-traffic-detail-item + .main-traffic-detail-item {
    margin-top: 25px;
}
.main-traffic-detail-item .progress {
    height: 8px;
}
.main-profile-work-list .media + .media {
    margin-top: 25px;
}
.main-profile-work-list .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: #5e597d;
    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: #7987a1;
}
.main-profile-contact-list .media {
    align-items: center;
}
.main-profile-contact-list .media + .media {
    margin-top: 25px;
}
.main-profile-contact-list .media-icon {
    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-contact-list .media-body {
    margin-left: 25px;
}
.main-profile-contact-list .media-body span {
    font-size: 12px;
    color: #7987a1;
    display: block;
    line-height: 1.3;
}
.main-profile-contact-list .media-body div {
    font-weight: 500;
    color: #5e597d;
}
.bg-transparent {
    background-color: transparent;
}
.bg-gray-100 {
    background-color: #f6f5ff;
}
.bg-gray-200 {
    background-color: #dedcfb;
}
.bg-gray-300 {
    background-color: #bbb8e2;
}
.bg-gray-400 {
    background-color: #aba7d0;
}
.bg-gray-500 {
    background-color: #9c96c1;
}
.bg-gray-600 {
    background-color: #8d87b3;
}
.bg-gray-700 {
    background-color: #817ba7;
}
.bg-gray-800 {
    background-color: #746d94;
}
.bg-gray-900 {
    background-color: #5e597d;
}
.bg-white-1 {
    background-color: rgba(255, 255, 255, 0.1);
}
.bg-white-2 {
    background-color: rgba(255, 255, 255, 0.2);
}
.bg-white-3 {
    background-color: rgba(255, 255, 255, 0.3);
}
.bg-white-4 {
    background-color: rgba(255, 255, 255, 0.4);
}
.bg-white-5 {
    background-color: rgba(255, 255, 255, 0.5);
}
.bg-white-6 {
    background-color: rgba(255, 255, 255, 0.6);
}
.bg-white-7 {
    background-color: rgba(255, 255, 255, 0.7);
}
.bg-white-8 {
    background-color: rgba(255, 255, 255, 0.8);
}
.bg-white-9 {
    background-color: rgba(255, 255, 255, 0.9);
}
.bg-black-1 {
    background-color: rgba(0, 0, 0, 0.1);
}
.bg-black-2 {
    background-color: rgba(0, 0, 0, 0.2);
}
.bg-black-3 {
    background-color: rgba(0, 0, 0, 0.3);
}
.bg-black-4 {
    background-color: rgba(0, 0, 0, 0.4);
}
.bg-black-5 {
    background-color: rgba(0, 0, 0, 0.5);
}
.bg-black-6 {
    background-color: rgba(0, 0, 0, 0.6);
}
.bg-black-7 {
    background-color: rgba(0, 0, 0, 0.7);
}
.bg-black-8 {
    background-color: rgba(0, 0, 0, 0.8);
}
.bg-black-9 {
    background-color: rgba(0, 0, 0, 0.9);
}
.bg-black {
    background-color: #000 !important;
}
.bg-indigo {
    background-color: #3858f9;
}
.bg-purple {
    background-color: #6f42c1;
}
.bg-pink {
    background-color: #f10075;
}
.bg-orange {
    background-color: #fd7e14;
}
.bg-teal {
    background-color: #00cccc !important;
}
.bg-purple-dark {
    background-color: #59339d;
}
.bg-success-transparent {
    background-color: #d4f2e1 !important;
}
.bg-danger-transparent {
    background-color: #f9e2e2 !important;
}
.bg-primary-transparent {
    background-color: #d9e8fe !important;
}
.bg-warning-transparent {
    background-color: #fdf6de !important;
}
.bg-pink-transparent {
    background-color: #fee5f1 !important;
}
.bg-purple-transparent {
    background-color: #e1defe !important;
}
.bg-teal-transparent {
    background-color: #d2f5f5 !important;
}
.bg-info-transparent {
    background-color: rgba(23, 162, 184, 0.2) !important;
}
.bg-orange-transparent {
    background-color: rgba(253, 126, 20, 0.2);
}
.bg-primary {
    background-color: #3858f9 !important;
}
a.bg-primary:hover, a.bg-primary:focus {
    background-color: #0040ff !important;
}
button.bg-primary:hover, button.bg-primary:focus {
    background-color: #0040ff !important;
}
.bg-secondary {
    background-color: #7987a1 !important;
}
a.bg-secondary:hover, a.bg-secondary:focus {
    background-color: #5f6d88 !important;
}
button.bg-secondary:hover, button.bg-secondary:focus {
    background-color: #5f6d88 !important;
}
.bg-success {
    background-color: #0ba360 !important;
}
a.bg-success:hover, a.bg-success:focus {
    background-color: #2a7d01 !important;
}
button.bg-success:hover, button.bg-success:focus {
    background-color: #2a7d01 !important;
}
.bg-info {
    background-color: #17a2b8 !important;
}
a.bg-info:hover, a.bg-info:focus {
    background-color: #117a8b !important;
}
button.bg-info:hover, button.bg-info:focus {
    background-color: #117a8b !important;
}
.bg-warning {
    background-color: #ffc107 !important;
}
a.bg-warning:hover, a.bg-warning:focus {
    background-color: #d39e00 !important;
}
button.bg-warning:hover, button.bg-warning:focus {
    background-color: #d39e00 !important;
}
.bg-danger {
    background-color: #f53c5b !important;
}
a.bg-danger:hover, a.bg-danger:focus {
    background-color: #bd2130 !important;
}
button.bg-danger:hover, button.bg-danger:focus {
    background-color: #bd2130 !important;
}
.bg-purple {
    background-color: #673ab7 !important;
}
a.bg-purple:hover, a.bg-purple:focus {
    background-color: #5930a2 !important;
}
button.bg-purple:hover, button.bg-purple:focus {
    background-color: #5930a2 !important;
}
.bg-light {
    background-color: #f6f5ff !important;
}
a.bg-light:hover, a.bg-light:focus {
    background-color: #d5d9e4 !important;
}
button.bg-light:hover, button.bg-light:focus {
    background-color: #d5d9e4 !important;
}
.bg-dark {
    background-color: #746d94 !important;
}
a.bg-dark:hover, a.bg-dark:focus {
    background-color: #283143 !important;
}
button.bg-dark:hover, button.bg-dark:focus {
    background-color: #283143 !important;
}
.bg-white {
    background-color: #fff !important;
}
.bg-transparent {
    background-color: transparent !important;
}
.bg-primary-gradient {
    background: linear-gradient(45deg, #00768a, #3b9029) !important;
}
a.bg-primary-gradient:hover, a.bg-primary-gradient:focus {
    background: linear-gradient(45deg, #00768a, #3b9029) !important;
}
button.bg-primary-gradient:hover, button.bg-primary-gradient:focus {
    background: linear-gradient(45deg, #00768a, #3b9029) !important;
}
.bg-secondary-gradient {
    background: linear-gradient(45deg, #7987a1 0%, #96a7c7 74%) !important;
}
a.bg-secondary-gradient:hover, a.bg-secondary-gradient:focus {
    background: linear-gradient(45deg, #7987a1 0%, #96a7c7 74%) !important;
}
button.bg-secondary-gradient:hover, button.bg-secondary-gradient:focus {
    background: linear-gradient(45deg, #7987a1 0%, #96a7c7 74%) !important;
}
.bg-success-gradient {
    background: linear-gradient(to top, #0ba360 0%, #3cba92 100%) !important;
}
a.bg-success-gradient:hover, a.bg-success-gradient:focus {
    background: linear-gradient(to top, #0ba360 0%, #3cba92 100%) !important;
}
button.bg-success-gradient:hover, button.bg-success-gradient:focus {
    background: linear-gradient(to top, #0ba360 0%, #3cba92 100%) !important;
}
.bg-info-gradient {
    background: linear-gradient(45deg, #17a2b8 0%, #4dc8dc 74%);
}
a.bg-info-gradient:hover, a.bg-info-gradient:focus {
    background: linear-gradient(45deg, #17a2b8 0%, #4dc8dc 74%);
}
button.bg-info-gradient:hover, button.bg-info-gradient:focus {
    background: linear-gradient(45deg, #17a2b8 0%, #4dc8dc 74%);
}
.bg-warning-gradient {
    background: linear-gradient(45deg, #ff5858 0%, #f09819 100%);
}
a.bg-warning-gradient:hover, a.bg-warning-gradient:focus {
    background: linear-gradient(45deg, #ff5858 0%, #f09819 100%);
}
button.bg-warning-gradient:hover, button.bg-warning-gradient:focus {
    background: linear-gradient(45deg, #ff5858 0%, #f09819 100%);
}
.bg-danger-gradient {
    background: linear-gradient(45deg, #f53c5b, #fb768c);
}
a.bg-danger-gradient:hover, a.bg-danger-gradient:focus {
    background: linear-gradient(45deg, #f53c5b, #fb768c);
}
button.bg-danger-gradient:hover, button.bg-danger-gradient:focus {
    background: linear-gradient(45deg, #f53c5b, #fb768c);
}
.bg-purple-gradient {
    background: linear-gradient(45deg, #7f53ac 0%, #647dee 74%);
}
a.bg-purple-gradient:hover, a.bg-purple-gradient:focus {
    background: linear-gradient(45deg, #7f53ac 0%, #647dee 74%);
}
button.bg-purple-gradient:hover, button.bg-purple-gradient:focus {
    background: linear-gradient(45deg, #7f53ac 0%, #647dee 74%);
}
.g-recaptcha>div {
    margin: 0 auto;
}
.wallet-icon img {
    width: 100px;
}