/*!
 * Bootstrap v4.6.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

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

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

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

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

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

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

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

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

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

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

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

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

dt {
    font-weight: 700
}

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

blockquote {
    margin: 0 0 1rem
}

b, strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}

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

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

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

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

figure {
    margin: 0 0 1rem
}

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

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

table {
    border-collapse: collapse
}

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

th {
    text-align: inherit;
    text-align: -webkit-match-parent
}

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

button {
    border-radius: 0
}

button:focus:not(:focus-visible) {
    outline: 0
}

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

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

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

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

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

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

textarea {
    overflow: auto;
    resize: vertical
}

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

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

progress {
    vertical-align: baseline
}

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

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

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

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

output {
    display: inline-block
}

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

template {
    display: none
}

[hidden] {
    display: none !important
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

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

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

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

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

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

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

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

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    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, .1)
}

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

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

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

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

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

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

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

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

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

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

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

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

.figure {
    display: inline-block
}

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

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

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

a > code {
    color: inherit
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -ms-flex-order: 13;
    order: 13
}

.order-0 {
    -ms-flex-order: 0;
    order: 0
}

.order-1 {
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -ms-flex-order: 12;
    order: 12
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-sm-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-sm-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-sm-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-sm-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-sm-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-sm-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-sm-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-sm-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-sm-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-sm-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-sm-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-sm-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-sm-12 {
        -ms-flex-order: 12;
        order: 12
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-md-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-md-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-md-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-md-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-md-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-md-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-md-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-md-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-md-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-md-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-md-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-md-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-md-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-md-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-md-12 {
        -ms-flex-order: 12;
        order: 12
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-lg-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-lg-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-lg-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-lg-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-lg-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-lg-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-lg-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-lg-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-lg-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-lg-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-lg-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-lg-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-lg-12 {
        -ms-flex-order: 12;
        order: 12
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-xl-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-xl-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-xl-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-xl-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-xl-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-xl-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-xl-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-xl-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-xl-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-xl-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-xl-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-xl-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-xl-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-xl-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-xl-12 {
        -ms-flex-order: 12;
        order: 12
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-hover .table-primary:hover {
    background-color: #9fcdff
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-danger tbody + tbody, .table-danger td, .table-danger th, .table-danger thead th {
    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, .table-light > td, .table-light > th {
    background-color: #fdfdfe
}

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

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

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

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

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

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

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

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

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

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

.table .thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.table-dark {
    color: #fff;
    background-color: #343a40
}

.table-dark td, .table-dark th, .table-dark thead th {
    border-color: #454d55
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

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

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

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

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

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

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

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

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

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

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

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

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

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

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

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

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

.form-control-plaintext {
    display: block;
    width: 100%;
    padding: .375rem 0;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

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

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

.form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

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

textarea.form-control {
    height: auto
}

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

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

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

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

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

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

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

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

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

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

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

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

.form-row > .col > .valid-tooltip, .form-row > [class*=col-] > .valid-tooltip {
    left: 5px
}

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

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

.form-control.is-valid:focus, .was-validated .form-control:valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

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

.custom-select.is-valid:focus, .was-validated .custom-select:valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

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

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

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

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

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

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

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

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

.custom-file-input.is-valid:focus ~ .custom-file-label, .was-validated .custom-file-input:valid:focus ~ .custom-file-label {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

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

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

.form-row > .col > .invalid-tooltip, .form-row > [class*=col-] > .invalid-tooltip {
    left: 5px
}

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

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

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

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc
}

.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
    box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf
}

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

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

.btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62
}

.btn-secondary.focus, .btn-secondary:focus {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
    box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5)
}

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

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b
}

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

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

.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34
}

.btn-success.focus, .btn-success:focus {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
    box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}

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

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

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

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b
}

.btn-info.focus, .btn-info:focus {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .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, .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, .show > .btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

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

.btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00
}

.btn-warning.focus, .btn-warning:focus {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
    box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)
}

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

.btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500
}

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

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

.btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130
}

.btn-danger.focus, .btn-danger:focus {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
    box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}

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

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

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

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5
}

.btn-light.focus, .btn-light:focus {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
    box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}

.btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df
}

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

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124
}

.btn-dark.focus, .btn-dark:focus {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
    box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}

.btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

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

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

.btn-outline-primary {
    color: #007bff;
    border-color: #007bff
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

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

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent
}

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

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

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

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

.btn-outline-secondary.focus, .btn-outline-secondary:focus {
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

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

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

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

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

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

.btn-outline-success.focus, .btn-outline-success:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

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

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

.btn-outline-success:not(:disabled):not(.disabled).active:focus, .btn-outline-success:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .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 .2rem rgba(23, 162, 184, .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, .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, .show > .btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

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

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

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

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

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

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

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

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

.btn-outline-danger.focus, .btn-outline-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

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

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

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

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

.btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

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

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

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

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

.btn-outline-dark {
    color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark.focus, .btn-outline-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent
}

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

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

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

.btn-link:hover {
    color: #0056b3;
    text-decoration: underline
}

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

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

.btn-group-lg > .btn, .btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.btn-group-sm > .btn, .btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

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

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

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

.fade {
    transition: opacity .15s linear
}

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

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

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

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

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

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

.dropdown-toggle {
    white-space: nowrap
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dropdown-item:focus, .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #e9ecef
}

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

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

.dropdown-menu.show {
    display: block
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label::after, .input-group.has-validation > .custom-select:nth-last-child(n+3), .input-group.has-validation > .form-control:nth-last-child(n+3) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

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

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

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

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

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

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

.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

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

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

.input-group-lg > .custom-select, .input-group-lg > .form-control, .input-group-lg > .input-group-append > .btn, .input-group-lg > .input-group-append > .input-group-text, .input-group-lg > .input-group-prepend > .btn, .input-group-lg > .input-group-prepend > .input-group-text {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

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

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

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

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

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

.custom-control {
    position: relative;
    z-index: 1;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
    -webkit-print-color-adjust: exact;
    color-adjust: exact
}

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

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

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

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

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

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

.custom-control-input:disabled ~ .custom-control-label, .custom-control-input[disabled] ~ .custom-control-label {
    color: #6c757d
}

.custom-control-input:disabled ~ .custom-control-label::before, .custom-control-input[disabled] ~ .custom-control-label::before {
    background-color: #e9ecef
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top
}

.custom-control-label::before {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px
}

.custom-control-label::after {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50%/50% 50% no-repeat
}

.custom-checkbox .custom-control-label::before {
    border-radius: .25rem
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
    border-color: #007bff;
    background-color: #007bff
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, .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' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-switch {
    padding-left: 2.25rem
}

.custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: .5rem
}

.custom-switch .custom-control-label::after {
    top: calc(.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: .5rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out;
    transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .custom-switch .custom-control-label::after {
        transition: none
    }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    -webkit-transform: translateX(.75rem);
    transform: translateX(.75rem)
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

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

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: .75rem;
    background-image: none
}

.custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef
}

.custom-select::-ms-expand {
    display: none
}

.custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057
}

.custom-select-sm {
    height: calc(1.5em + .5rem + 2px);
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .875rem
}

.custom-select-lg {
    height: calc(1.5em + 1rem + 2px);
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.25rem
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin-bottom: 0
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin: 0;
    overflow: hidden;
    opacity: 0
}

.custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-file-input:disabled ~ .custom-file-label, .custom-file-input[disabled] ~ .custom-file-label {
    background-color: #e9ecef
}

.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 + .75rem + 2px);
    padding: .375rem .75rem;
    overflow: hidden;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + .75rem);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 .25rem .25rem 0
}

.custom-range {
    width: 100%;
    height: 1.4rem;
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-range:focus {
    outline: 0
}

.custom-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range::-moz-focus-outer {
    border: 0
}

.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    appearance: none
}

@media (prefers-reduced-motion: reduce) {
    .custom-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none
    }
}

.custom-range::-webkit-slider-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -moz-appearance: none;
    appearance: none
}

@media (prefers-reduced-motion: reduce) {
    .custom-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none
    }
}

.custom-range::-moz-range-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: .2rem;
    margin-left: .2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -ms-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    appearance: none
}

@media (prefers-reduced-motion: reduce) {
    .custom-range::-ms-thumb {
        -ms-transition: none;
        transition: none
    }
}

.custom-range::-ms-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-ms-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: .5rem
}

.custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default
}

.custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-moz-range-track {
    cursor: default
}

.custom-range:disabled::-ms-thumb {
    background-color: #adb5bd
}

.custom-control-label::before, .custom-file-label, .custom-select {
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .custom-control-label::before, .custom-file-label, .custom-select {
        transition: none
    }
}

.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

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

.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default
}

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

.nav-tabs .nav-link {
    margin-bottom: -1px;
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff
}

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

.nav-pills .nav-link {
    border-radius: .25rem
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #007bff
}

.nav-fill .nav-item, .nav-fill > .nav-link {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item, .nav-justified > .nav-link {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center
}

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

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

.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem
}

.navbar .container, .navbar .container-fluid, .navbar .container-lg, .navbar .container-md, .navbar .container-sm, .navbar .container-xl {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}

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

.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

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

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

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem
}

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

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: 50%/100% 100% no-repeat
}

.navbar-nav-scroll {
    max-height: 75vh;
    overflow-y: auto
}

@media (max-width: 575.98px) {
    .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 576px) {
    .navbar-expand-sm {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-sm .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-sm .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-sm .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-sm .navbar-toggler {
        display: none
    }
}

@media (max-width: 767.98px) {
    .navbar-expand-md > .container, .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-md, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 768px) {
    .navbar-expand-md {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-md .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-md > .container, .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-md, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-md .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-md .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-md .navbar-toggler {
        display: none
    }
}

@media (max-width: 991.98px) {
    .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-lg .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-lg .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-lg .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-lg .navbar-toggler {
        display: none
    }
}

@media (max-width: 1199.98px) {
    .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 1200px) {
    .navbar-expand-xl {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-xl .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-xl .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-xl .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-xl .navbar-toggler {
        display: none
    }
}

.navbar-expand {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.navbar-expand > .container, .navbar-expand > .container-fluid, .navbar-expand > .container-lg, .navbar-expand > .container-md, .navbar-expand > .container-sm, .navbar-expand > .container-xl {
    padding-right: 0;
    padding-left: 0
}

.navbar-expand .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
}

.navbar-expand > .container, .navbar-expand > .container-fluid, .navbar-expand > .container-lg, .navbar-expand > .container-md, .navbar-expand > .container-sm, .navbar-expand > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.navbar-expand .navbar-nav-scroll {
    overflow: visible
}

.navbar-expand .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

.navbar-expand .navbar-toggler {
    display: none
}

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, .9)
}

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

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

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

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, .3)
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .5);
    border-color: rgba(0, 0, 0, .1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-text a {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-dark .navbar-brand {
    color: #fff
}

.navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
    color: #fff
}

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

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

.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, .25)
}

.navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
    color: #fff
}

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, .5);
    border-color: rgba(255, 255, 255, .1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, .5)
}

.navbar-dark .navbar-text a {
    color: #fff
}

.navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text a:hover {
    color: #fff
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem
}

.card > hr {
    margin-right: 0;
    margin-left: 0
}

.card > .list-group {
    border-top: inherit;
    border-bottom: inherit
}

.card > .list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card > .list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card > .card-header + .list-group, .card > .list-group + .card-footer {
    border-top: 0
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem
}

.card-title {
    margin-bottom: .75rem
}

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

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

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

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

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125)
}

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

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0, 0, 0, .03);
    border-top: 1px solid rgba(0, 0, 0, .125)
}

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

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

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

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
    border-radius: calc(.25rem - 1px)
}

.card-img, .card-img-bottom, .card-img-top {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%
}

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

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

.card-deck .card {
    margin-bottom: 15px
}

@media (min-width: 576px) {
    .card-deck {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px
    }

    .card-deck .card {
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px
    }
}

.card-group > .card {
    margin-bottom: 15px
}

@media (min-width: 576px) {
    .card-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }

    .card-group > .card {
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-bottom: 0
    }

    .card-group > .card + .card {
        margin-left: 0;
        border-left: 0
    }

    .card-group > .card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .card-group > .card:not(:last-child) .card-header, .card-group > .card:not(:last-child) .card-img-top {
        border-top-right-radius: 0
    }

    .card-group > .card:not(:last-child) .card-footer, .card-group > .card:not(:last-child) .card-img-bottom {
        border-bottom-right-radius: 0
    }

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

    .card-group > .card:not(:first-child) .card-header, .card-group > .card:not(:first-child) .card-img-top {
        border-top-left-radius: 0
    }

    .card-group > .card:not(:first-child) .card-footer, .card-group > .card:not(:first-child) .card-img-bottom {
        border-bottom-left-radius: 0
    }
}

.card-columns .card {
    margin-bottom: .75rem
}

@media (min-width: 576px) {
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1
    }

    .card-columns .card {
        display: inline-block;
        width: 100%
    }
}

.accordion {
    overflow-anchor: none
}

.accordion > .card {
    overflow: hidden
}

.accordion > .card:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.accordion > .card:not(:first-of-type) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.accordion > .card > .card-header {
    border-radius: 0;
    margin-bottom: -1px
}

.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .25rem
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: .5rem
}

.breadcrumb-item + .breadcrumb-item::before {
    float: left;
    padding-right: .5rem;
    color: #6c757d;
    content: "/"
}

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

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

.breadcrumb-item.active {
    color: #6c757d
}

.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6
}

.page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

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

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

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6
}

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

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

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

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5
}

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

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

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

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

a.badge:focus, a.badge:hover {
    text-decoration: none
}

.badge:empty {
    display: none
}

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

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem
}

.badge-primary {
    color: #fff;
    background-color: #007bff
}

a.badge-primary:focus, a.badge-primary:hover {
    color: #fff;
    background-color: #0062cc
}

a.badge-primary.focus, a.badge-primary:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.badge-secondary {
    color: #fff;
    background-color: #6c757d
}

a.badge-secondary:focus, a.badge-secondary:hover {
    color: #fff;
    background-color: #545b62
}

a.badge-secondary.focus, a.badge-secondary:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.badge-success {
    color: #fff;
    background-color: #28a745
}

a.badge-success:focus, a.badge-success:hover {
    color: #fff;
    background-color: #1e7e34
}

a.badge-success.focus, a.badge-success:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.badge-info {
    color: #fff;
    background-color: #17a2b8
}

a.badge-info:focus, a.badge-info:hover {
    color: #fff;
    background-color: #117a8b
}

a.badge-info.focus, a.badge-info:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.badge-warning {
    color: #212529;
    background-color: #ffc107
}

a.badge-warning:focus, a.badge-warning:hover {
    color: #212529;
    background-color: #d39e00
}

a.badge-warning.focus, a.badge-warning:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

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

a.badge-danger:focus, a.badge-danger:hover {
    color: #fff;
    background-color: #bd2130
}

a.badge-danger.focus, a.badge-danger:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.badge-light {
    color: #212529;
    background-color: #f8f9fa
}

a.badge-light:focus, a.badge-light:hover {
    color: #212529;
    background-color: #dae0e5
}

a.badge-light.focus, a.badge-light:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.badge-dark {
    color: #fff;
    background-color: #343a40
}

a.badge-dark:focus, a.badge-dark:hover {
    color: #fff;
    background-color: #1d2124
}

a.badge-dark.focus, a.badge-dark:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

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

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

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

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 4rem
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: .75rem 1.25rem;
    color: inherit
}

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff
}

.alert-primary hr {
    border-top-color: #9fcdff
}

.alert-primary .alert-link {
    color: #002752
}

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db
}

.alert-secondary hr {
    border-top-color: #c8cbcf
}

.alert-secondary .alert-link {
    color: #202326
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb
}

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

.alert-success .alert-link {
    color: #0b2e13
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb
}

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

.alert-info .alert-link {
    color: #062c33
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba
}

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

.alert-warning .alert-link {
    color: #533f03
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb
}

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

.alert-danger .alert-link {
    color: #491217
}

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe
}

.alert-light hr {
    border-top-color: #ececf6
}

.alert-light .alert-link {
    color: #686868
}

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca
}

.alert-dark hr {
    border-top-color: #b9bbbe
}

.alert-dark .alert-link {
    color: #040505
}

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

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

.progress {
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    line-height: 0;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem
}

.progress-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #007bff;
    transition: width .6s ease
}

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

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

.progress-bar-animated {
    -webkit-animation: 1s linear infinite progress-bar-stripes;
    animation: 1s linear infinite progress-bar-stripes
}

@media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
        -webkit-animation: none;
        animation: none
    }
}

.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start
}

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

.list-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: .25rem
}

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

.list-group-item-action:focus, .list-group-item-action:hover {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa
}

.list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125)
}

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

.list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit
}

.list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.list-group-item + .list-group-item {
    border-top-width: 0
}

.list-group-item + .list-group-item.active {
    margin-top: -1px;
    border-top-width: 1px
}

.list-group-horizontal {
    -ms-flex-direction: row;
    flex-direction: row
}

.list-group-horizontal > .list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0
}

.list-group-horizontal > .list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0
}

.list-group-horizontal > .list-group-item.active {
    margin-top: 0
}

.list-group-horizontal > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0
}

.list-group-horizontal > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px
}

@media (min-width: 576px) {
    .list-group-horizontal-sm {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-sm > .list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-sm > .list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-sm > .list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-sm > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width: 768px) {
    .list-group-horizontal-md {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-md > .list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-md > .list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-md > .list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-md > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-md > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width: 992px) {
    .list-group-horizontal-lg {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-lg > .list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-lg > .list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-lg > .list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-lg > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width: 1200px) {
    .list-group-horizontal-xl {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-xl > .list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-xl > .list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-xl > .list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-xl > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

.list-group-flush {
    border-radius: 0
}

.list-group-flush > .list-group-item {
    border-width: 0 0 1px
}

.list-group-flush > .list-group-item:last-child {
    border-bottom-width: 0
}

.list-group-item-primary {
    color: #004085;
    background-color: #b8daff
}

.list-group-item-primary.list-group-item-action:focus, .list-group-item-primary.list-group-item-action:hover {
    color: #004085;
    background-color: #9fcdff
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #004085;
    border-color: #004085
}

.list-group-item-secondary {
    color: #383d41;
    background-color: #d6d8db
}

.list-group-item-secondary.list-group-item-action:focus, .list-group-item-secondary.list-group-item-action:hover {
    color: #383d41;
    background-color: #c8cbcf
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41
}

.list-group-item-success {
    color: #155724;
    background-color: #c3e6cb
}

.list-group-item-success.list-group-item-action:focus, .list-group-item-success.list-group-item-action:hover {
    color: #155724;
    background-color: #b1dfbb
}

.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724
}

.list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb
}

.list-group-item-info.list-group-item-action:focus, .list-group-item-info.list-group-item-action:hover {
    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:focus, .list-group-item-warning.list-group-item-action:hover {
    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:focus, .list-group-item-danger.list-group-item-action:hover {
    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: #818182;
    background-color: #fdfdfe
}

.list-group-item-light.list-group-item-action:focus, .list-group-item-light.list-group-item-action:hover {
    color: #818182;
    background-color: #ececf6
}

.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182
}

.list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca
}

.list-group-item-dark.list-group-item-action:focus, .list-group-item-dark.list-group-item-action:hover {
    color: #1b1e21;
    background-color: #b9bbbe
}

.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21
}

.close {
    float: right;
    font-size: 1.5rem;
    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):focus, .close:not(:disabled):not(.disabled):hover {
    opacity: .75
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0
}

a.close.disabled {
    pointer-events: none
}

.toast {
    -ms-flex-preferred-size: 350px;
    flex-basis: 350px;
    max-width: 350px;
    font-size: .875rem;
    background-color: rgba(255, 255, 255, .85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .1);
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .1);
    opacity: 0;
    border-radius: .25rem
}

.toast:not(:last-child) {
    margin-bottom: .75rem
}

.toast.showing {
    opacity: 1
}

.toast.show {
    display: block;
    opacity: 1
}

.toast.hide {
    display: none
}

.toast-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .25rem .75rem;
    color: #6c757d;
    background-color: rgba(255, 255, 255, .85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.toast-body {
    padding: .75rem
}

.modal-open {
    overflow: hidden
}

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

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

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

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

.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none
}

.modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
    transform: scale(1.02)
}

.modal-dialog-scrollable {
    display: -ms-flexbox;
    display: flex;
    max-height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden
}

.modal-dialog-scrollable .modal-footer, .modal-dialog-scrollable .modal-header {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    content: ""
}

.modal-dialog-centered.modal-dialog-scrollable {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    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: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .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: .5
}

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto
}

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

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px)
}

.modal-footer > * {
    margin: .25rem
}

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

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem)
    }

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem)
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

    .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem);
        height: -webkit-min-content;
        height: -moz-min-content;
        height: min-content
    }

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width: 992px) {
    .modal-lg, .modal-xl {
        max-width: 800px
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    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: .875rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: .9
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem
}

.tooltip .arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-tooltip-auto[x-placement^=top], .bs-tooltip-top {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=top] .arrow, .bs-tooltip-top .arrow {
    bottom: 0
}

.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
    top: 0;
    border-width: .4rem .4rem 0;
    border-top-color: #000
}

.bs-tooltip-auto[x-placement^=right], .bs-tooltip-right {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=right] .arrow, .bs-tooltip-right .arrow {
    left: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=right] .arrow::before, .bs-tooltip-right .arrow::before {
    right: 0;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #000
}

.bs-tooltip-auto[x-placement^=bottom], .bs-tooltip-bottom {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow, .bs-tooltip-bottom .arrow {
    top: 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before {
    bottom: 0;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #000
}

.bs-tooltip-auto[x-placement^=left], .bs-tooltip-left {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=left] .arrow, .bs-tooltip-left .arrow {
    right: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-left .arrow::before {
    left: 0;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #000
}

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

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    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: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem
}

.popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: .5rem;
    margin: 0 .3rem
}

.popover .arrow::after, .popover .arrow::before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-popover-auto[x-placement^=top], .bs-popover-top {
    margin-bottom: .5rem
}

.bs-popover-auto[x-placement^=top] > .arrow, .bs-popover-top > .arrow {
    bottom: calc(-.5rem - 1px)
}

.bs-popover-auto[x-placement^=top] > .arrow::before, .bs-popover-top > .arrow::before {
    bottom: 0;
    border-width: .5rem .5rem 0;
    border-top-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=top] > .arrow::after, .bs-popover-top > .arrow::after {
    bottom: 1px;
    border-width: .5rem .5rem 0;
    border-top-color: #fff
}

.bs-popover-auto[x-placement^=right], .bs-popover-right {
    margin-left: .5rem
}

.bs-popover-auto[x-placement^=right] > .arrow, .bs-popover-right > .arrow {
    left: calc(-.5rem - 1px);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-auto[x-placement^=right] > .arrow::before, .bs-popover-right > .arrow::before {
    left: 0;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=right] > .arrow::after, .bs-popover-right > .arrow::after {
    left: 1px;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: #fff
}

.bs-popover-auto[x-placement^=bottom], .bs-popover-bottom {
    margin-top: .5rem
}

.bs-popover-auto[x-placement^=bottom] > .arrow, .bs-popover-bottom > .arrow {
    top: calc(-.5rem - 1px)
}

.bs-popover-auto[x-placement^=bottom] > .arrow::before, .bs-popover-bottom > .arrow::before {
    top: 0;
    border-width: 0 .5rem .5rem .5rem;
    border-bottom-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=bottom] > .arrow::after, .bs-popover-bottom > .arrow::after {
    top: 1px;
    border-width: 0 .5rem .5rem .5rem;
    border-bottom-color: #fff
}

.bs-popover-auto[x-placement^=bottom] .popover-header::before, .bs-popover-bottom .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7
}

.bs-popover-auto[x-placement^=left], .bs-popover-left {
    margin-right: .5rem
}

.bs-popover-auto[x-placement^=left] > .arrow, .bs-popover-left > .arrow {
    right: calc(-.5rem - 1px);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-auto[x-placement^=left] > .arrow::before, .bs-popover-left > .arrow::before {
    right: 0;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=left] > .arrow::after, .bs-popover-left > .arrow::after {
    right: 1px;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: #fff
}

.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.popover-header:empty {
    display: none
}

.popover-body {
    padding: .5rem .75rem;
    color: #212529
}

.carousel {
    position: relative
}

.carousel.pointer-event {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

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

.carousel-inner::after {
    display: block;
    clear: both;
    content: ""
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out
}

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

.carousel-item-next, .carousel-item-prev, .carousel-item.active {
    display: block
}

.active.carousel-item-right, .carousel-item-next:not(.carousel-item-left) {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.active.carousel-item-left, .carousel-item-prev:not(.carousel-item-right) {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    -webkit-transform: none;
    transform: none
}

.carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
    z-index: 1;
    opacity: 1
}

.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s .6s
}

@media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
        transition: none
    }
}

.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5;
    transition: opacity .15s ease
}

@media (prefers-reduced-motion: reduce) {
    .carousel-control-next, .carousel-control-prev {
        transition: none
    }
}

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: 50%/100% 100% no-repeat
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease
}

@media (prefers-reduced-motion: reduce) {
    .carousel-indicators li {
        transition: none
    }
}

.carousel-indicators .active {
    opacity: 1
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

@-webkit-keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: .75s linear infinite spinner-border;
    animation: .75s linear infinite spinner-border
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: .2em
}

@-webkit-keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    50% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    50% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: .75s linear infinite spinner-grow;
    animation: .75s linear infinite spinner-grow
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem
}

@media (prefers-reduced-motion: reduce) {
    .spinner-border, .spinner-grow {
        -webkit-animation-duration: 1.5s;
        animation-duration: 1.5s
    }
}

.align-baseline {
    vertical-align: baseline !important
}

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.bg-primary {
    background-color: #007bff !important
}

a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
    background-color: #0062cc !important
}

.bg-secondary {
    background-color: #6c757d !important
}

a.bg-secondary:focus, a.bg-secondary:hover, button.bg-secondary:focus, button.bg-secondary:hover {
    background-color: #545b62 !important
}

.bg-success {
    background-color: #28a745 !important
}

a.bg-success:focus, a.bg-success:hover, button.bg-success:focus, button.bg-success:hover {
    background-color: #1e7e34 !important
}

.bg-info {
    background-color: #17a2b8 !important
}

a.bg-info:focus, a.bg-info:hover, button.bg-info:focus, button.bg-info:hover {
    background-color: #117a8b !important
}

.bg-warning {
    background-color: #ffc107 !important
}

a.bg-warning:focus, a.bg-warning:hover, button.bg-warning:focus, button.bg-warning:hover {
    background-color: #d39e00 !important
}

.bg-danger {
    background-color: #dc3545 !important
}

a.bg-danger:focus, a.bg-danger:hover, button.bg-danger:focus, button.bg-danger:hover {
    background-color: #bd2130 !important
}

.bg-light {
    background-color: #f8f9fa !important
}

a.bg-light:focus, a.bg-light:hover, button.bg-light:focus, button.bg-light:hover {
    background-color: #dae0e5 !important
}

.bg-dark {
    background-color: #343a40 !important
}

a.bg-dark:focus, a.bg-dark:hover, button.bg-dark:focus, button.bg-dark:hover {
    background-color: #1d2124 !important
}

.bg-white {
    background-color: #fff !important
}

.bg-transparent {
    background-color: transparent !important
}

.border {
    border: 1px solid #dee2e6 !important
}

.border-top {
    border-top: 1px solid #dee2e6 !important
}

.border-right {
    border-right: 1px solid #dee2e6 !important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important
}

.border-left {
    border-left: 1px solid #dee2e6 !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: #007bff !important
}

.border-secondary {
    border-color: #6c757d !important
}

.border-success {
    border-color: #28a745 !important
}

.border-info {
    border-color: #17a2b8 !important
}

.border-warning {
    border-color: #ffc107 !important
}

.border-danger {
    border-color: #dc3545 !important
}

.border-light {
    border-color: #f8f9fa !important
}

.border-dark {
    border-color: #343a40 !important
}

.border-white {
    border-color: #fff !important
}

.rounded-sm {
    border-radius: .2rem !important
}

.rounded {
    border-radius: .25rem !important
}

.rounded-top {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important
}

.rounded-right {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important
}

.rounded-bottom {
    border-bottom-right-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-left {
    border-top-left-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-lg {
    border-radius: .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: -ms-flexbox !important;
    display: flex !important
}

.d-inline-flex {
    display: -ms-inline-flexbox !important;
    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: -ms-flexbox !important;
        display: flex !important
    }

    .d-sm-inline-flex {
        display: -ms-inline-flexbox !important;
        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: -ms-flexbox !important;
        display: flex !important
    }

    .d-md-inline-flex {
        display: -ms-inline-flexbox !important;
        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: -ms-flexbox !important;
        display: flex !important
    }

    .d-lg-inline-flex {
        display: -ms-inline-flexbox !important;
        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: -ms-flexbox !important;
        display: flex !important
    }

    .d-xl-inline-flex {
        display: -ms-inline-flexbox !important;
        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: -ms-flexbox !important;
        display: flex !important
    }

    .d-print-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

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

.embed-responsive::before {
    display: block;
    content: ""
}

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

.embed-responsive-21by9::before {
    padding-top: 42.857143%
}

.embed-responsive-16by9::before {
    padding-top: 56.25%
}

.embed-responsive-4by3::before {
    padding-top: 75%
}

.embed-responsive-1by1::before {
    padding-top: 100%
}

.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
}

.flex-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
}

.flex-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
}

.justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-items-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
}

@media (min-width: 576px) {
    .flex-sm-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-sm-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-sm-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-sm-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-sm-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-sm-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-sm-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-sm-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-sm-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-sm-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-md-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-md-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-md-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-md-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-md-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-md-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-md-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-md-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-md-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-md-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-lg-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-lg-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-lg-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-lg-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-lg-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-lg-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-lg-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-lg-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-lg-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 1200px) {
    .flex-xl-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-xl-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-xl-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-xl-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-xl-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-xl-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-xl-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-xl-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-xl-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-xl-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

@media (min-width: 576px) {
    .float-sm-left {
        float: left !important
    }

    .float-sm-right {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }
}

@media (min-width: 768px) {
    .float-md-left {
        float: left !important
    }

    .float-md-right {
        float: right !important
    }

    .float-md-none {
        float: none !important
    }
}

@media (min-width: 992px) {
    .float-lg-left {
        float: left !important
    }

    .float-lg-right {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }
}

@media (min-width: 1200px) {
    .float-xl-left {
        float: left !important
    }

    .float-xl-right {
        float: right !important
    }

    .float-xl-none {
        float: none !important
    }
}

.user-select-all {
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    user-select: all !important
}

.user-select-auto {
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    -ms-user-select: auto !important;
    user-select: auto !important
}

.user-select-none {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important
}

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

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

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(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
}

.m-0 {
    margin: 0 !important
}

.mt-0, .my-0 {
    margin-top: 0 !important
}

.mr-0, .mx-0 {
    margin-right: 0 !important
}

.mb-0, .my-0 {
    margin-bottom: 0 !important
}

.ml-0, .mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1, .my-1 {
    margin-top: .25rem !important
}

.mr-1, .mx-1 {
    margin-right: .25rem !important
}

.mb-1, .my-1 {
    margin-bottom: .25rem !important
}

.ml-1, .mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2, .my-2 {
    margin-top: .5rem !important
}

.mr-2, .mx-2 {
    margin-right: .5rem !important
}

.mb-2, .my-2 {
    margin-bottom: .5rem !important
}

.ml-2, .mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3, .my-3 {
    margin-top: 1rem !important
}

.mr-3, .mx-3 {
    margin-right: 1rem !important
}

.mb-3, .my-3 {
    margin-bottom: 1rem !important
}

.ml-3, .mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4, .my-4 {
    margin-top: 1.5rem !important
}

.mr-4, .mx-4 {
    margin-right: 1.5rem !important
}

.mb-4, .my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4, .mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 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: .25rem !important
}

.pt-1, .py-1 {
    padding-top: .25rem !important
}

.pr-1, .px-1 {
    padding-right: .25rem !important
}

.pb-1, .py-1 {
    padding-bottom: .25rem !important
}

.pl-1, .px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2, .py-2 {
    padding-top: .5rem !important
}

.pr-2, .px-2 {
    padding-right: .5rem !important
}

.pb-2, .py-2 {
    padding-bottom: .5rem !important
}

.pl-2, .px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3, .py-3 {
    padding-top: 1rem !important
}

.pr-3, .px-3 {
    padding-right: 1rem !important
}

.pb-3, .py-3 {
    padding-bottom: 1rem !important
}

.pl-3, .px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4, .py-4 {
    padding-top: 1.5rem !important
}

.pr-4, .px-4 {
    padding-right: 1.5rem !important
}

.pb-4, .py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4, .px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 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: -.25rem !important
}

.mt-n1, .my-n1 {
    margin-top: -.25rem !important
}

.mr-n1, .mx-n1 {
    margin-right: -.25rem !important
}

.mb-n1, .my-n1 {
    margin-bottom: -.25rem !important
}

.ml-n1, .mx-n1 {
    margin-left: -.25rem !important
}

.m-n2 {
    margin: -.5rem !important
}

.mt-n2, .my-n2 {
    margin-top: -.5rem !important
}

.mr-n2, .mx-n2 {
    margin-right: -.5rem !important
}

.mb-n2, .my-n2 {
    margin-bottom: -.5rem !important
}

.ml-n2, .mx-n2 {
    margin-left: -.5rem !important
}

.m-n3 {
    margin: -1rem !important
}

.mt-n3, .my-n3 {
    margin-top: -1rem !important
}

.mr-n3, .mx-n3 {
    margin-right: -1rem !important
}

.mb-n3, .my-n3 {
    margin-bottom: -1rem !important
}

.ml-n3, .mx-n3 {
    margin-left: -1rem !important
}

.m-n4 {
    margin: -1.5rem !important
}

.mt-n4, .my-n4 {
    margin-top: -1.5rem !important
}

.mr-n4, .mx-n4 {
    margin-right: -1.5rem !important
}

.mb-n4, .my-n4 {
    margin-bottom: -1.5rem !important
}

.ml-n4, .mx-n4 {
    margin-left: -1.5rem !important
}

.m-n5 {
    margin: -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
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important
    }

    .mt-sm-0, .my-sm-0 {
        margin-top: 0 !important
    }

    .mr-sm-0, .mx-sm-0 {
        margin-right: 0 !important
    }

    .mb-sm-0, .my-sm-0 {
        margin-bottom: 0 !important
    }

    .ml-sm-0, .mx-sm-0 {
        margin-left: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .mt-sm-1, .my-sm-1 {
        margin-top: .25rem !important
    }

    .mr-sm-1, .mx-sm-1 {
        margin-right: .25rem !important
    }

    .mb-sm-1, .my-sm-1 {
        margin-bottom: .25rem !important
    }

    .ml-sm-1, .mx-sm-1 {
        margin-left: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .mt-sm-2, .my-sm-2 {
        margin-top: .5rem !important
    }

    .mr-sm-2, .mx-sm-2 {
        margin-right: .5rem !important
    }

    .mb-sm-2, .my-sm-2 {
        margin-bottom: .5rem !important
    }

    .ml-sm-2, .mx-sm-2 {
        margin-left: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .mt-sm-3, .my-sm-3 {
        margin-top: 1rem !important
    }

    .mr-sm-3, .mx-sm-3 {
        margin-right: 1rem !important
    }

    .mb-sm-3, .my-sm-3 {
        margin-bottom: 1rem !important
    }

    .ml-sm-3, .mx-sm-3 {
        margin-left: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .mt-sm-4, .my-sm-4 {
        margin-top: 1.5rem !important
    }

    .mr-sm-4, .mx-sm-4 {
        margin-right: 1.5rem !important
    }

    .mb-sm-4, .my-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-sm-4, .mx-sm-4 {
        margin-left: 1.5rem !important
    }

    .m-sm-5 {
        margin: 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: .25rem !important
    }

    .pt-sm-1, .py-sm-1 {
        padding-top: .25rem !important
    }

    .pr-sm-1, .px-sm-1 {
        padding-right: .25rem !important
    }

    .pb-sm-1, .py-sm-1 {
        padding-bottom: .25rem !important
    }

    .pl-sm-1, .px-sm-1 {
        padding-left: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .pt-sm-2, .py-sm-2 {
        padding-top: .5rem !important
    }

    .pr-sm-2, .px-sm-2 {
        padding-right: .5rem !important
    }

    .pb-sm-2, .py-sm-2 {
        padding-bottom: .5rem !important
    }

    .pl-sm-2, .px-sm-2 {
        padding-left: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .pt-sm-3, .py-sm-3 {
        padding-top: 1rem !important
    }

    .pr-sm-3, .px-sm-3 {
        padding-right: 1rem !important
    }

    .pb-sm-3, .py-sm-3 {
        padding-bottom: 1rem !important
    }

    .pl-sm-3, .px-sm-3 {
        padding-left: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .pt-sm-4, .py-sm-4 {
        padding-top: 1.5rem !important
    }

    .pr-sm-4, .px-sm-4 {
        padding-right: 1.5rem !important
    }

    .pb-sm-4, .py-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-4, .px-sm-4 {
        padding-left: 1.5rem !important
    }

    .p-sm-5 {
        padding: 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: -.25rem !important
    }

    .mt-sm-n1, .my-sm-n1 {
        margin-top: -.25rem !important
    }

    .mr-sm-n1, .mx-sm-n1 {
        margin-right: -.25rem !important
    }

    .mb-sm-n1, .my-sm-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-sm-n1, .mx-sm-n1 {
        margin-left: -.25rem !important
    }

    .m-sm-n2 {
        margin: -.5rem !important
    }

    .mt-sm-n2, .my-sm-n2 {
        margin-top: -.5rem !important
    }

    .mr-sm-n2, .mx-sm-n2 {
        margin-right: -.5rem !important
    }

    .mb-sm-n2, .my-sm-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-sm-n2, .mx-sm-n2 {
        margin-left: -.5rem !important
    }

    .m-sm-n3 {
        margin: -1rem !important
    }

    .mt-sm-n3, .my-sm-n3 {
        margin-top: -1rem !important
    }

    .mr-sm-n3, .mx-sm-n3 {
        margin-right: -1rem !important
    }

    .mb-sm-n3, .my-sm-n3 {
        margin-bottom: -1rem !important
    }

    .ml-sm-n3, .mx-sm-n3 {
        margin-left: -1rem !important
    }

    .m-sm-n4 {
        margin: -1.5rem !important
    }

    .mt-sm-n4, .my-sm-n4 {
        margin-top: -1.5rem !important
    }

    .mr-sm-n4, .mx-sm-n4 {
        margin-right: -1.5rem !important
    }

    .mb-sm-n4, .my-sm-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-sm-n4, .mx-sm-n4 {
        margin-left: -1.5rem !important
    }

    .m-sm-n5 {
        margin: -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: .25rem !important
    }

    .mt-md-1, .my-md-1 {
        margin-top: .25rem !important
    }

    .mr-md-1, .mx-md-1 {
        margin-right: .25rem !important
    }

    .mb-md-1, .my-md-1 {
        margin-bottom: .25rem !important
    }

    .ml-md-1, .mx-md-1 {
        margin-left: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .mt-md-2, .my-md-2 {
        margin-top: .5rem !important
    }

    .mr-md-2, .mx-md-2 {
        margin-right: .5rem !important
    }

    .mb-md-2, .my-md-2 {
        margin-bottom: .5rem !important
    }

    .ml-md-2, .mx-md-2 {
        margin-left: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .mt-md-3, .my-md-3 {
        margin-top: 1rem !important
    }

    .mr-md-3, .mx-md-3 {
        margin-right: 1rem !important
    }

    .mb-md-3, .my-md-3 {
        margin-bottom: 1rem !important
    }

    .ml-md-3, .mx-md-3 {
        margin-left: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .mt-md-4, .my-md-4 {
        margin-top: 1.5rem !important
    }

    .mr-md-4, .mx-md-4 {
        margin-right: 1.5rem !important
    }

    .mb-md-4, .my-md-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-md-4, .mx-md-4 {
        margin-left: 1.5rem !important
    }

    .m-md-5 {
        margin: 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: .25rem !important
    }

    .pt-md-1, .py-md-1 {
        padding-top: .25rem !important
    }

    .pr-md-1, .px-md-1 {
        padding-right: .25rem !important
    }

    .pb-md-1, .py-md-1 {
        padding-bottom: .25rem !important
    }

    .pl-md-1, .px-md-1 {
        padding-left: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .pt-md-2, .py-md-2 {
        padding-top: .5rem !important
    }

    .pr-md-2, .px-md-2 {
        padding-right: .5rem !important
    }

    .pb-md-2, .py-md-2 {
        padding-bottom: .5rem !important
    }

    .pl-md-2, .px-md-2 {
        padding-left: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .pt-md-3, .py-md-3 {
        padding-top: 1rem !important
    }

    .pr-md-3, .px-md-3 {
        padding-right: 1rem !important
    }

    .pb-md-3, .py-md-3 {
        padding-bottom: 1rem !important
    }

    .pl-md-3, .px-md-3 {
        padding-left: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .pt-md-4, .py-md-4 {
        padding-top: 1.5rem !important
    }

    .pr-md-4, .px-md-4 {
        padding-right: 1.5rem !important
    }

    .pb-md-4, .py-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-md-4, .px-md-4 {
        padding-left: 1.5rem !important
    }

    .p-md-5 {
        padding: 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: -.25rem !important
    }

    .mt-md-n1, .my-md-n1 {
        margin-top: -.25rem !important
    }

    .mr-md-n1, .mx-md-n1 {
        margin-right: -.25rem !important
    }

    .mb-md-n1, .my-md-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-md-n1, .mx-md-n1 {
        margin-left: -.25rem !important
    }

    .m-md-n2 {
        margin: -.5rem !important
    }

    .mt-md-n2, .my-md-n2 {
        margin-top: -.5rem !important
    }

    .mr-md-n2, .mx-md-n2 {
        margin-right: -.5rem !important
    }

    .mb-md-n2, .my-md-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-md-n2, .mx-md-n2 {
        margin-left: -.5rem !important
    }

    .m-md-n3 {
        margin: -1rem !important
    }

    .mt-md-n3, .my-md-n3 {
        margin-top: -1rem !important
    }

    .mr-md-n3, .mx-md-n3 {
        margin-right: -1rem !important
    }

    .mb-md-n3, .my-md-n3 {
        margin-bottom: -1rem !important
    }

    .ml-md-n3, .mx-md-n3 {
        margin-left: -1rem !important
    }

    .m-md-n4 {
        margin: -1.5rem !important
    }

    .mt-md-n4, .my-md-n4 {
        margin-top: -1.5rem !important
    }

    .mr-md-n4, .mx-md-n4 {
        margin-right: -1.5rem !important
    }

    .mb-md-n4, .my-md-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-md-n4, .mx-md-n4 {
        margin-left: -1.5rem !important
    }

    .m-md-n5 {
        margin: -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: .25rem !important
    }

    .mt-lg-1, .my-lg-1 {
        margin-top: .25rem !important
    }

    .mr-lg-1, .mx-lg-1 {
        margin-right: .25rem !important
    }

    .mb-lg-1, .my-lg-1 {
        margin-bottom: .25rem !important
    }

    .ml-lg-1, .mx-lg-1 {
        margin-left: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .mt-lg-2, .my-lg-2 {
        margin-top: .5rem !important
    }

    .mr-lg-2, .mx-lg-2 {
        margin-right: .5rem !important
    }

    .mb-lg-2, .my-lg-2 {
        margin-bottom: .5rem !important
    }

    .ml-lg-2, .mx-lg-2 {
        margin-left: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .mt-lg-3, .my-lg-3 {
        margin-top: 1rem !important
    }

    .mr-lg-3, .mx-lg-3 {
        margin-right: 1rem !important
    }

    .mb-lg-3, .my-lg-3 {
        margin-bottom: 1rem !important
    }

    .ml-lg-3, .mx-lg-3 {
        margin-left: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .mt-lg-4, .my-lg-4 {
        margin-top: 1.5rem !important
    }

    .mr-lg-4, .mx-lg-4 {
        margin-right: 1.5rem !important
    }

    .mb-lg-4, .my-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-4, .mx-lg-4 {
        margin-left: 1.5rem !important
    }

    .m-lg-5 {
        margin: 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: .25rem !important
    }

    .pt-lg-1, .py-lg-1 {
        padding-top: .25rem !important
    }

    .pr-lg-1, .px-lg-1 {
        padding-right: .25rem !important
    }

    .pb-lg-1, .py-lg-1 {
        padding-bottom: .25rem !important
    }

    .pl-lg-1, .px-lg-1 {
        padding-left: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .pt-lg-2, .py-lg-2 {
        padding-top: .5rem !important
    }

    .pr-lg-2, .px-lg-2 {
        padding-right: .5rem !important
    }

    .pb-lg-2, .py-lg-2 {
        padding-bottom: .5rem !important
    }

    .pl-lg-2, .px-lg-2 {
        padding-left: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .pt-lg-3, .py-lg-3 {
        padding-top: 1rem !important
    }

    .pr-lg-3, .px-lg-3 {
        padding-right: 1rem !important
    }

    .pb-lg-3, .py-lg-3 {
        padding-bottom: 1rem !important
    }

    .pl-lg-3, .px-lg-3 {
        padding-left: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .pt-lg-4, .py-lg-4 {
        padding-top: 1.5rem !important
    }

    .pr-lg-4, .px-lg-4 {
        padding-right: 1.5rem !important
    }

    .pb-lg-4, .py-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-4, .px-lg-4 {
        padding-left: 1.5rem !important
    }

    .p-lg-5 {
        padding: 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: -.25rem !important
    }

    .mt-lg-n1, .my-lg-n1 {
        margin-top: -.25rem !important
    }

    .mr-lg-n1, .mx-lg-n1 {
        margin-right: -.25rem !important
    }

    .mb-lg-n1, .my-lg-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-lg-n1, .mx-lg-n1 {
        margin-left: -.25rem !important
    }

    .m-lg-n2 {
        margin: -.5rem !important
    }

    .mt-lg-n2, .my-lg-n2 {
        margin-top: -.5rem !important
    }

    .mr-lg-n2, .mx-lg-n2 {
        margin-right: -.5rem !important
    }

    .mb-lg-n2, .my-lg-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-lg-n2, .mx-lg-n2 {
        margin-left: -.5rem !important
    }

    .m-lg-n3 {
        margin: -1rem !important
    }

    .mt-lg-n3, .my-lg-n3 {
        margin-top: -1rem !important
    }

    .mr-lg-n3, .mx-lg-n3 {
        margin-right: -1rem !important
    }

    .mb-lg-n3, .my-lg-n3 {
        margin-bottom: -1rem !important
    }

    .ml-lg-n3, .mx-lg-n3 {
        margin-left: -1rem !important
    }

    .m-lg-n4 {
        margin: -1.5rem !important
    }

    .mt-lg-n4, .my-lg-n4 {
        margin-top: -1.5rem !important
    }

    .mr-lg-n4, .mx-lg-n4 {
        margin-right: -1.5rem !important
    }

    .mb-lg-n4, .my-lg-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-lg-n4, .mx-lg-n4 {
        margin-left: -1.5rem !important
    }

    .m-lg-n5 {
        margin: -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: .25rem !important
    }

    .mt-xl-1, .my-xl-1 {
        margin-top: .25rem !important
    }

    .mr-xl-1, .mx-xl-1 {
        margin-right: .25rem !important
    }

    .mb-xl-1, .my-xl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xl-1, .mx-xl-1 {
        margin-left: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .mt-xl-2, .my-xl-2 {
        margin-top: .5rem !important
    }

    .mr-xl-2, .mx-xl-2 {
        margin-right: .5rem !important
    }

    .mb-xl-2, .my-xl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xl-2, .mx-xl-2 {
        margin-left: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .mt-xl-3, .my-xl-3 {
        margin-top: 1rem !important
    }

    .mr-xl-3, .mx-xl-3 {
        margin-right: 1rem !important
    }

    .mb-xl-3, .my-xl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xl-3, .mx-xl-3 {
        margin-left: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .mt-xl-4, .my-xl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xl-4, .mx-xl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xl-4, .my-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-4, .mx-xl-4 {
        margin-left: 1.5rem !important
    }

    .m-xl-5 {
        margin: 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: .25rem !important
    }

    .pt-xl-1, .py-xl-1 {
        padding-top: .25rem !important
    }

    .pr-xl-1, .px-xl-1 {
        padding-right: .25rem !important
    }

    .pb-xl-1, .py-xl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xl-1, .px-xl-1 {
        padding-left: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .pt-xl-2, .py-xl-2 {
        padding-top: .5rem !important
    }

    .pr-xl-2, .px-xl-2 {
        padding-right: .5rem !important
    }

    .pb-xl-2, .py-xl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xl-2, .px-xl-2 {
        padding-left: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .pt-xl-3, .py-xl-3 {
        padding-top: 1rem !important
    }

    .pr-xl-3, .px-xl-3 {
        padding-right: 1rem !important
    }

    .pb-xl-3, .py-xl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xl-3, .px-xl-3 {
        padding-left: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .pt-xl-4, .py-xl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xl-4, .px-xl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xl-4, .py-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-4, .px-xl-4 {
        padding-left: 1.5rem !important
    }

    .p-xl-5 {
        padding: 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: -.25rem !important
    }

    .mt-xl-n1, .my-xl-n1 {
        margin-top: -.25rem !important
    }

    .mr-xl-n1, .mx-xl-n1 {
        margin-right: -.25rem !important
    }

    .mb-xl-n1, .my-xl-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-xl-n1, .mx-xl-n1 {
        margin-left: -.25rem !important
    }

    .m-xl-n2 {
        margin: -.5rem !important
    }

    .mt-xl-n2, .my-xl-n2 {
        margin-top: -.5rem !important
    }

    .mr-xl-n2, .mx-xl-n2 {
        margin-right: -.5rem !important
    }

    .mb-xl-n2, .my-xl-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-xl-n2, .mx-xl-n2 {
        margin-left: -.5rem !important
    }

    .m-xl-n3 {
        margin: -1rem !important
    }

    .mt-xl-n3, .my-xl-n3 {
        margin-top: -1rem !important
    }

    .mr-xl-n3, .mx-xl-n3 {
        margin-right: -1rem !important
    }

    .mb-xl-n3, .my-xl-n3 {
        margin-bottom: -1rem !important
    }

    .ml-xl-n3, .mx-xl-n3 {
        margin-left: -1rem !important
    }

    .m-xl-n4 {
        margin: -1.5rem !important
    }

    .mt-xl-n4, .my-xl-n4 {
        margin-top: -1.5rem !important
    }

    .mr-xl-n4, .mx-xl-n4 {
        margin-right: -1.5rem !important
    }

    .mb-xl-n4, .my-xl-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-xl-n4, .mx-xl-n4 {
        margin-left: -1.5rem !important
    }

    .m-xl-n5 {
        margin: -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
    }
}

.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)
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important
}

.text-justify {
    text-align: justify !important
}

.text-wrap {
    white-space: normal !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important
    }

    .text-sm-right {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important
    }

    .text-md-right {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important
    }

    .text-lg-right {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

@media (min-width: 1200px) {
    .text-xl-left {
        text-align: left !important
    }

    .text-xl-right {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.font-weight-light {
    font-weight: 300 !important
}

.font-weight-lighter {
    font-weight: lighter !important
}

.font-weight-normal {
    font-weight: 400 !important
}

.font-weight-bold {
    font-weight: 700 !important
}

.font-weight-bolder {
    font-weight: bolder !important
}

.font-italic {
    font-style: italic !important
}

.text-white {
    color: #fff !important
}

.text-primary {
    color: #007bff !important
}

a.text-primary:focus, a.text-primary:hover {
    color: #0056b3 !important
}

.text-secondary {
    color: #6c757d !important
}

a.text-secondary:focus, a.text-secondary:hover {
    color: #494f54 !important
}

.text-success {
    color: #28a745 !important
}

a.text-success:focus, a.text-success:hover {
    color: #19692c !important
}

.text-info {
    color: #17a2b8 !important
}

a.text-info:focus, a.text-info:hover {
    color: #0f6674 !important
}

.text-warning {
    color: #ffc107 !important
}

a.text-warning:focus, a.text-warning:hover {
    color: #ba8b00 !important
}

.text-danger {
    color: #dc3545 !important
}

a.text-danger:focus, a.text-danger:hover {
    color: #a71d2a !important
}

.text-light {
    color: #f8f9fa !important
}

a.text-light:focus, a.text-light:hover {
    color: #cbd3da !important
}

.text-dark {
    color: #343a40 !important
}

a.text-dark:focus, a.text-dark:hover {
    color: #121416 !important
}

.text-body {
    color: #212529 !important
}

.text-muted {
    color: #6c757d !important
}

.text-black-50 {
    color: rgba(0, 0, 0, .5) !important
}

.text-white-50 {
    color: rgba(255, 255, 255, .5) !important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.text-decoration-none {
    text-decoration: none !important
}

.text-break {
    word-break: break-word !important;
    word-wrap: break-word !important
}

.text-reset {
    color: inherit !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media print {
    *, ::after, ::before {
        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
    }

    blockquote, pre {
        border: 1px solid #adb5bd;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img, tr {
        page-break-inside: avoid
    }

    h2, h3, p {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    body {
        min-width: 992px !important
    }

    .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 td, .table-bordered th {
        border: 1px solid #dee2e6 !important
    }

    .table-dark {
        color: inherit
    }

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

    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6
    }
}

/*!
 * Font Awesome Pro 5.5.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
.fa, .fab, .fal, .far, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}

.fa-lg {
    font-size: 1.33333em;
    line-height: .75em;
    vertical-align: -.0667em
}

.fa-xs {
    font-size: .75em
}

.fa-sm {
    font-size: .875em
}

.fa-1x {
    font-size: 1em
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-6x {
    font-size: 6em
}

.fa-7x {
    font-size: 7em
}

.fa-8x {
    font-size: 8em
}

.fa-9x {
    font-size: 9em
}

.fa-10x {
    font-size: 10em
}

.fa-fw {
    text-align: center;
    width: 1.25em
}

.fa-ul {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0
}

.fa-ul > li {
    position: relative
}

.fa-li {
    left: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit
}

.fa-border {
    border: .08em solid #eee;
    border-radius: .1em;
    padding: .2em .25em .15em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left, .fab.fa-pull-left, .fal.fa-pull-left, .far.fa-pull-left, .fas.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right, .fab.fa-pull-right, .fal.fa-pull-right, .far.fa-pull-right, .fas.fa-pull-right {
    margin-left: .3em
}

.fa-spin {
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    animation: fa-spin 1s infinite steps(8)
}

@keyframes fa-spin {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(1turn)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    transform: scaleX(-1)
}

.fa-flip-vertical {
    transform: scaleY(-1)
}

.fa-flip-horizontal.fa-flip-vertical, .fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"
}

.fa-flip-horizontal.fa-flip-vertical {
    transform: scale(-1)
}

:root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270 {
    -webkit-filter: none;
    filter: none
}

.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2.5em
}

.fa-stack-1x, .fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-500px:before {
    content: "\f26e"
}

.fa-abacus:before {
    content: "\f640"
}

.fa-accessible-icon:before {
    content: "\f368"
}

.fa-accusoft:before {
    content: "\f369"
}

.fa-acorn:before {
    content: "\f6ae"
}

.fa-acquisitions-incorporated:before {
    content: "\f6af"
}

.fa-ad:before {
    content: "\f641"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-card:before {
    content: "\f2bb"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-adn:before {
    content: "\f170"
}

.fa-adversal:before {
    content: "\f36a"
}

.fa-affiliatetheme:before {
    content: "\f36b"
}

.fa-air-freshener:before {
    content: "\f5d0"
}

.fa-alarm-clock:before {
    content: "\f34e"
}

.fa-algolia:before {
    content: "\f36c"
}

.fa-alicorn:before {
    content: "\f6b0"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-alipay:before {
    content: "\f642"
}

.fa-allergies:before {
    content: "\f461"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-amazon-pay:before {
    content: "\f42c"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-amilia:before {
    content: "\f36d"
}

.fa-analytics:before {
    content: "\f643"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-android:before {
    content: "\f17b"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angry:before {
    content: "\f556"
}

.fa-angrycreative:before {
    content: "\f36e"
}

.fa-angular:before {
    content: "\f420"
}

.fa-ankh:before {
    content: "\f644"
}

.fa-app-store:before {
    content: "\f36f"
}

.fa-app-store-ios:before {
    content: "\f370"
}

.fa-apper:before {
    content: "\f371"
}

.fa-apple:before {
    content: "\f179"
}

.fa-apple-alt:before {
    content: "\f5d1"
}

.fa-apple-crate:before {
    content: "\f6b1"
}

.fa-apple-pay:before {
    content: "\f415"
}

.fa-archive:before {
    content: "\f187"
}

.fa-archway:before {
    content: "\f557"
}

.fa-arrow-alt-circle-down:before {
    content: "\f358"
}

.fa-arrow-alt-circle-left:before {
    content: "\f359"
}

.fa-arrow-alt-circle-right:before {
    content: "\f35a"
}

.fa-arrow-alt-circle-up:before {
    content: "\f35b"
}

.fa-arrow-alt-down:before {
    content: "\f354"
}

.fa-arrow-alt-from-bottom:before {
    content: "\f346"
}

.fa-arrow-alt-from-left:before {
    content: "\f347"
}

.fa-arrow-alt-from-right:before {
    content: "\f348"
}

.fa-arrow-alt-from-top:before {
    content: "\f349"
}

.fa-arrow-alt-left:before {
    content: "\f355"
}

.fa-arrow-alt-right:before {
    content: "\f356"
}

.fa-arrow-alt-square-down:before {
    content: "\f350"
}

.fa-arrow-alt-square-left:before {
    content: "\f351"
}

.fa-arrow-alt-square-right:before {
    content: "\f352"
}

.fa-arrow-alt-square-up:before {
    content: "\f353"
}

.fa-arrow-alt-to-bottom:before {
    content: "\f34a"
}

.fa-arrow-alt-to-left:before {
    content: "\f34b"
}

.fa-arrow-alt-to-right:before {
    content: "\f34c"
}

.fa-arrow-alt-to-top:before {
    content: "\f34d"
}

.fa-arrow-alt-up:before {
    content: "\f357"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-arrow-from-bottom:before {
    content: "\f342"
}

.fa-arrow-from-left:before {
    content: "\f343"
}

.fa-arrow-from-right:before {
    content: "\f344"
}

.fa-arrow-from-top:before {
    content: "\f345"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-square-down:before {
    content: "\f339"
}

.fa-arrow-square-left:before {
    content: "\f33a"
}

.fa-arrow-square-right:before {
    content: "\f33b"
}

.fa-arrow-square-up:before {
    content: "\f33c"
}

.fa-arrow-to-bottom:before {
    content: "\f33d"
}

.fa-arrow-to-left:before {
    content: "\f33e"
}

.fa-arrow-to-right:before {
    content: "\f340"
}

.fa-arrow-to-top:before {
    content: "\f341"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-arrows-alt-h:before {
    content: "\f337"
}

.fa-arrows-alt-v:before {
    content: "\f338"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-asymmetrik:before {
    content: "\f372"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-atlas:before {
    content: "\f558"
}

.fa-atom:before {
    content: "\f5d2"
}

.fa-atom-alt:before {
    content: "\f5d3"
}

.fa-audible:before {
    content: "\f373"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-autoprefixer:before {
    content: "\f41c"
}

.fa-avianex:before {
    content: "\f374"
}

.fa-aviato:before {
    content: "\f421"
}

.fa-award:before {
    content: "\f559"
}

.fa-aws:before {
    content: "\f375"
}

.fa-axe:before {
    content: "\f6b2"
}

.fa-axe-battle:before {
    content: "\f6b3"
}

.fa-backpack:before {
    content: "\f5d4"
}

.fa-backspace:before {
    content: "\f55a"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-badge:before {
    content: "\f335"
}

.fa-badge-check:before {
    content: "\f336"
}

.fa-badge-dollar:before {
    content: "\f645"
}

.fa-badge-percent:before {
    content: "\f646"
}

.fa-badger-honey:before {
    content: "\f6b4"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-balance-scale-left:before {
    content: "\f515"
}

.fa-balance-scale-right:before {
    content: "\f516"
}

.fa-ballot:before {
    content: "\f732"
}

.fa-ballot-check:before {
    content: "\f733"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-band-aid:before {
    content: "\f462"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-barcode-alt:before {
    content: "\f463"
}

.fa-barcode-read:before {
    content: "\f464"
}

.fa-barcode-scan:before {
    content: "\f465"
}

.fa-bars:before {
    content: "\f0c9"
}

.fa-baseball:before {
    content: "\f432"
}

.fa-baseball-ball:before {
    content: "\f433"
}

.fa-basketball-ball:before {
    content: "\f434"
}

.fa-basketball-hoop:before {
    content: "\f435"
}

.fa-bat:before {
    content: "\f6b5"
}

.fa-bath:before {
    content: "\f2cd"
}

.fa-battery-bolt:before {
    content: "\f376"
}

.fa-battery-empty:before {
    content: "\f244"
}

.fa-battery-full:before {
    content: "\f240"
}

.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-slash:before {
    content: "\f377"
}

.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-bed:before {
    content: "\f236"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-bell-school:before {
    content: "\f5d5"
}

.fa-bell-school-slash:before {
    content: "\f5d6"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bezier-curve:before {
    content: "\f55b"
}

.fa-bible:before {
    content: "\f647"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bimobject:before {
    content: "\f378"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitcoin:before {
    content: "\f379"
}

.fa-bity:before {
    content: "\f37a"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-blackberry:before {
    content: "\f37b"
}

.fa-blanket:before {
    content: "\f498"
}

.fa-blender:before {
    content: "\f517"
}

.fa-blender-phone:before {
    content: "\f6b6"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-blogger:before {
    content: "\f37c"
}

.fa-blogger-b:before {
    content: "\f37d"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-bold:before {
    content: "\f032"
}

.fa-bolt:before {
    content: "\f0e7"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-bone:before {
    content: "\f5d7"
}

.fa-bone-break:before {
    content: "\f5d8"
}

.fa-bong:before {
    content: "\f55c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-book-alt:before {
    content: "\f5d9"
}

.fa-book-dead:before {
    content: "\f6b7"
}

.fa-book-heart:before {
    content: "\f499"
}

.fa-book-open:before {
    content: "\f518"
}

.fa-book-reader:before {
    content: "\f5da"
}

.fa-book-spells:before {
    content: "\f6b8"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-books:before {
    content: "\f5db"
}

.fa-booth-curtain:before {
    content: "\f734"
}

.fa-bow-arrow:before {
    content: "\f6b9"
}

.fa-bowling-ball:before {
    content: "\f436"
}

.fa-bowling-pins:before {
    content: "\f437"
}

.fa-box:before {
    content: "\f466"
}

.fa-box-alt:before {
    content: "\f49a"
}

.fa-box-ballot:before {
    content: "\f735"
}

.fa-box-check:before {
    content: "\f467"
}

.fa-box-fragile:before {
    content: "\f49b"
}

.fa-box-full:before {
    content: "\f49c"
}

.fa-box-heart:before {
    content: "\f49d"
}

.fa-box-open:before {
    content: "\f49e"
}

.fa-box-up:before {
    content: "\f49f"
}

.fa-box-usd:before {
    content: "\f4a0"
}

.fa-boxes:before {
    content: "\f468"
}

.fa-boxes-alt:before {
    content: "\f4a1"
}

.fa-boxing-glove:before {
    content: "\f438"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-brain:before {
    content: "\f5dc"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-briefcase-medical:before {
    content: "\f469"
}

.fa-broadcast-tower:before {
    content: "\f519"
}

.fa-broom:before {
    content: "\f51a"
}

.fa-browser:before {
    content: "\f37e"
}

.fa-brush:before {
    content: "\f55d"
}

.fa-btc:before {
    content: "\f15a"
}

.fa-bug:before {
    content: "\f188"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-bullseye-arrow:before {
    content: "\f648"
}

.fa-bullseye-pointer:before {
    content: "\f649"
}

.fa-burn:before {
    content: "\f46a"
}

.fa-buromobelexperte:before {
    content: "\f37f"
}

.fa-bus:before {
    content: "\f207"
}

.fa-bus-alt:before {
    content: "\f55e"
}

.fa-bus-school:before {
    content: "\f5dd"
}

.fa-business-time:before {
    content: "\f64a"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-cabinet-filing:before {
    content: "\f64b"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-calculator-alt:before {
    content: "\f64c"
}

.fa-calendar:before {
    content: "\f133"
}

.fa-calendar-alt:before {
    content: "\f073"
}

.fa-calendar-check:before {
    content: "\f274"
}

.fa-calendar-edit:before {
    content: "\f333"
}

.fa-calendar-exclamation:before {
    content: "\f334"
}

.fa-calendar-minus:before {
    content: "\f272"
}

.fa-calendar-plus:before {
    content: "\f271"
}

.fa-calendar-star:before {
    content: "\f736"
}

.fa-calendar-times:before {
    content: "\f273"
}

.fa-camera:before {
    content: "\f030"
}

.fa-camera-alt:before {
    content: "\f332"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-campfire:before {
    content: "\f6ba"
}

.fa-campground:before {
    content: "\f6bb"
}

.fa-candle-holder:before {
    content: "\f6bc"
}

.fa-candy-corn:before {
    content: "\f6bd"
}

.fa-cannabis:before {
    content: "\f55f"
}

.fa-capsules:before {
    content: "\f46b"
}

.fa-car:before {
    content: "\f1b9"
}

.fa-car-alt:before {
    content: "\f5de"
}

.fa-car-battery:before {
    content: "\f5df"
}

.fa-car-bump:before {
    content: "\f5e0"
}

.fa-car-crash:before {
    content: "\f5e1"
}

.fa-car-garage:before {
    content: "\f5e2"
}

.fa-car-mechanic:before {
    content: "\f5e3"
}

.fa-car-side:before {
    content: "\f5e4"
}

.fa-car-tilt:before {
    content: "\f5e5"
}

.fa-car-wash:before {
    content: "\f5e6"
}

.fa-caret-circle-down:before {
    content: "\f32d"
}

.fa-caret-circle-left:before {
    content: "\f32e"
}

.fa-caret-circle-right:before {
    content: "\f330"
}

.fa-caret-circle-up:before {
    content: "\f331"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-caret-square-down:before {
    content: "\f150"
}

.fa-caret-square-left:before {
    content: "\f191"
}

.fa-caret-square-right:before {
    content: "\f152"
}

.fa-caret-square-up:before {
    content: "\f151"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cat:before {
    content: "\f6be"
}

.fa-cauldron:before {
    content: "\f6bf"
}

.fa-cc-amazon-pay:before {
    content: "\f42d"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-apple-pay:before {
    content: "\f416"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-centercode:before {
    content: "\f380"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-chair:before {
    content: "\f6c0"
}

.fa-chair-office:before {
    content: "\f6c1"
}

.fa-chalkboard:before {
    content: "\f51b"
}

.fa-chalkboard-teacher:before {
    content: "\f51c"
}

.fa-charging-station:before {
    content: "\f5e7"
}

.fa-chart-area:before {
    content: "\f1fe"
}

.fa-chart-bar:before {
    content: "\f080"
}

.fa-chart-line:before {
    content: "\f201"
}

.fa-chart-line-down:before {
    content: "\f64d"
}

.fa-chart-pie:before {
    content: "\f200"
}

.fa-chart-pie-alt:before {
    content: "\f64e"
}

.fa-check:before {
    content: "\f00c"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-check-double:before {
    content: "\f560"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-chess:before {
    content: "\f439"
}

.fa-chess-bishop:before {
    content: "\f43a"
}

.fa-chess-bishop-alt:before {
    content: "\f43b"
}

.fa-chess-board:before {
    content: "\f43c"
}

.fa-chess-clock:before {
    content: "\f43d"
}

.fa-chess-clock-alt:before {
    content: "\f43e"
}

.fa-chess-king:before {
    content: "\f43f"
}

.fa-chess-king-alt:before {
    content: "\f440"
}

.fa-chess-knight:before {
    content: "\f441"
}

.fa-chess-knight-alt:before {
    content: "\f442"
}

.fa-chess-pawn:before {
    content: "\f443"
}

.fa-chess-pawn-alt:before {
    content: "\f444"
}

.fa-chess-queen:before {
    content: "\f445"
}

.fa-chess-queen-alt:before {
    content: "\f446"
}

.fa-chess-rook:before {
    content: "\f447"
}

.fa-chess-rook-alt:before {
    content: "\f448"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-double-down:before {
    content: "\f322"
}

.fa-chevron-double-left:before {
    content: "\f323"
}

.fa-chevron-double-right:before {
    content: "\f324"
}

.fa-chevron-double-up:before {
    content: "\f325"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-chevron-square-down:before {
    content: "\f329"
}

.fa-chevron-square-left:before {
    content: "\f32a"
}

.fa-chevron-square-right:before {
    content: "\f32b"
}

.fa-chevron-square-up:before {
    content: "\f32c"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-church:before {
    content: "\f51d"
}

.fa-circle:before {
    content: "\f111"
}

.fa-circle-notch:before {
    content: "\f1ce"
}

.fa-city:before {
    content: "\f64f"
}

.fa-claw-marks:before {
    content: "\f6c2"
}

.fa-clipboard:before {
    content: "\f328"
}

.fa-clipboard-check:before {
    content: "\f46c"
}

.fa-clipboard-list:before {
    content: "\f46d"
}

.fa-clipboard-list-check:before {
    content: "\f737"
}

.fa-clipboard-prescription:before {
    content: "\f5e8"
}

.fa-clock:before {
    content: "\f017"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-closed-captioning:before {
    content: "\f20a"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-download-alt:before {
    content: "\f381"
}

.fa-cloud-drizzle:before {
    content: "\f738"
}

.fa-cloud-hail:before {
    content: "\f739"
}

.fa-cloud-hail-mixed:before {
    content: "\f73a"
}

.fa-cloud-meatball:before {
    content: "\f73b"
}

.fa-cloud-moon:before {
    content: "\f6c3"
}

.fa-cloud-moon-rain:before {
    content: "\f73c"
}

.fa-cloud-rain:before {
    content: "\f73d"
}

.fa-cloud-rainbow:before {
    content: "\f73e"
}

.fa-cloud-showers:before {
    content: "\f73f"
}

.fa-cloud-showers-heavy:before {
    content: "\f740"
}

.fa-cloud-sleet:before {
    content: "\f741"
}

.fa-cloud-snow:before {
    content: "\f742"
}

.fa-cloud-sun:before {
    content: "\f6c4"
}

.fa-cloud-sun-rain:before {
    content: "\f743"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-cloud-upload-alt:before {
    content: "\f382"
}

.fa-clouds:before {
    content: "\f744"
}

.fa-clouds-moon:before {
    content: "\f745"
}

.fa-clouds-sun:before {
    content: "\f746"
}

.fa-cloudscale:before {
    content: "\f383"
}

.fa-cloudsmith:before {
    content: "\f384"
}

.fa-cloudversify:before {
    content: "\f385"
}

.fa-club:before {
    content: "\f327"
}

.fa-cocktail:before {
    content: "\f561"
}

.fa-code:before {
    content: "\f121"
}

.fa-code-branch:before {
    content: "\f126"
}

.fa-code-commit:before {
    content: "\f386"
}

.fa-code-merge:before {
    content: "\f387"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-coffee-togo:before {
    content: "\f6c5"
}

.fa-coffin:before {
    content: "\f6c6"
}

.fa-cog:before {
    content: "\f013"
}

.fa-cogs:before {
    content: "\f085"
}

.fa-coins:before {
    content: "\f51e"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-comment:before {
    content: "\f075"
}

.fa-comment-alt:before {
    content: "\f27a"
}

.fa-comment-alt-check:before {
    content: "\f4a2"
}

.fa-comment-alt-dollar:before {
    content: "\f650"
}

.fa-comment-alt-dots:before {
    content: "\f4a3"
}

.fa-comment-alt-edit:before {
    content: "\f4a4"
}

.fa-comment-alt-exclamation:before {
    content: "\f4a5"
}

.fa-comment-alt-lines:before {
    content: "\f4a6"
}

.fa-comment-alt-minus:before {
    content: "\f4a7"
}

.fa-comment-alt-plus:before {
    content: "\f4a8"
}

.fa-comment-alt-slash:before {
    content: "\f4a9"
}

.fa-comment-alt-smile:before {
    content: "\f4aa"
}

.fa-comment-alt-times:before {
    content: "\f4ab"
}

.fa-comment-check:before {
    content: "\f4ac"
}

.fa-comment-dollar:before {
    content: "\f651"
}

.fa-comment-dots:before {
    content: "\f4ad"
}

.fa-comment-edit:before {
    content: "\f4ae"
}

.fa-comment-exclamation:before {
    content: "\f4af"
}

.fa-comment-lines:before {
    content: "\f4b0"
}

.fa-comment-minus:before {
    content: "\f4b1"
}

.fa-comment-plus:before {
    content: "\f4b2"
}

.fa-comment-slash:before {
    content: "\f4b3"
}

.fa-comment-smile:before {
    content: "\f4b4"
}

.fa-comment-times:before {
    content: "\f4b5"
}

.fa-comments:before {
    content: "\f086"
}

.fa-comments-alt:before {
    content: "\f4b6"
}

.fa-comments-alt-dollar:before {
    content: "\f652"
}

.fa-comments-dollar:before {
    content: "\f653"
}

.fa-compact-disc:before {
    content: "\f51f"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-compass-slash:before {
    content: "\f5e9"
}

.fa-compress:before {
    content: "\f066"
}

.fa-compress-alt:before {
    content: "\f422"
}

.fa-compress-wide:before {
    content: "\f326"
}

.fa-concierge-bell:before {
    content: "\f562"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-container-storage:before {
    content: "\f4b7"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-conveyor-belt:before {
    content: "\f46e"
}

.fa-conveyor-belt-alt:before {
    content: "\f46f"
}

.fa-cookie:before {
    content: "\f563"
}

.fa-cookie-bite:before {
    content: "\f564"
}

.fa-copy:before {
    content: "\f0c5"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-corn:before {
    content: "\f6c7"
}

.fa-couch:before {
    content: "\f4b8"
}

.fa-cow:before {
    content: "\f6c8"
}

.fa-cpanel:before {
    content: "\f388"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-creative-commons-by:before {
    content: "\f4e7"
}

.fa-creative-commons-nc:before {
    content: "\f4e8"
}

.fa-creative-commons-nc-eu:before {
    content: "\f4e9"
}

.fa-creative-commons-nc-jp:before {
    content: "\f4ea"
}

.fa-creative-commons-nd:before {
    content: "\f4eb"
}

.fa-creative-commons-pd:before {
    content: "\f4ec"
}

.fa-creative-commons-pd-alt:before {
    content: "\f4ed"
}

.fa-creative-commons-remix:before {
    content: "\f4ee"
}

.fa-creative-commons-sa:before {
    content: "\f4ef"
}

.fa-creative-commons-sampling:before {
    content: "\f4f0"
}

.fa-creative-commons-sampling-plus:before {
    content: "\f4f1"
}

.fa-creative-commons-share:before {
    content: "\f4f2"
}

.fa-creative-commons-zero:before {
    content: "\f4f3"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-credit-card-blank:before {
    content: "\f389"
}

.fa-credit-card-front:before {
    content: "\f38a"
}

.fa-cricket:before {
    content: "\f449"
}

.fa-critical-role:before {
    content: "\f6c9"
}

.fa-crop:before {
    content: "\f125"
}

.fa-crop-alt:before {
    content: "\f565"
}

.fa-cross:before {
    content: "\f654"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-crow:before {
    content: "\f520"
}

.fa-crown:before {
    content: "\f521"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-css3-alt:before {
    content: "\f38b"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-curling:before {
    content: "\f44a"
}

.fa-cut:before {
    content: "\f0c4"
}

.fa-cuttlefish:before {
    content: "\f38c"
}

.fa-d-and-d:before {
    content: "\f38d"
}

.fa-d-and-d-beyond:before {
    content: "\f6ca"
}

.fa-dagger:before {
    content: "\f6cb"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-deaf:before {
    content: "\f2a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-democrat:before {
    content: "\f747"
}

.fa-deploydog:before {
    content: "\f38e"
}

.fa-deskpro:before {
    content: "\f38f"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-desktop-alt:before {
    content: "\f390"
}

.fa-dev:before {
    content: "\f6cc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-dewpoint:before {
    content: "\f748"
}

.fa-dharmachakra:before {
    content: "\f655"
}

.fa-diagnoses:before {
    content: "\f470"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-dice:before {
    content: "\f522"
}

.fa-dice-d10:before {
    content: "\f6cd"
}

.fa-dice-d12:before {
    content: "\f6ce"
}

.fa-dice-d20:before {
    content: "\f6cf"
}

.fa-dice-d4:before {
    content: "\f6d0"
}

.fa-dice-d6:before {
    content: "\f6d1"
}

.fa-dice-d8:before {
    content: "\f6d2"
}

.fa-dice-five:before {
    content: "\f523"
}

.fa-dice-four:before {
    content: "\f524"
}

.fa-dice-one:before {
    content: "\f525"
}

.fa-dice-six:before {
    content: "\f526"
}

.fa-dice-three:before {
    content: "\f527"
}

.fa-dice-two:before {
    content: "\f528"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-digital-ocean:before {
    content: "\f391"
}

.fa-digital-tachograph:before {
    content: "\f566"
}

.fa-diploma:before {
    content: "\f5ea"
}

.fa-directions:before {
    content: "\f5eb"
}

.fa-discord:before {
    content: "\f392"
}

.fa-discourse:before {
    content: "\f393"
}

.fa-divide:before {
    content: "\f529"
}

.fa-dizzy:before {
    content: "\f567"
}

.fa-dna:before {
    content: "\f471"
}

.fa-do-not-enter:before {
    content: "\f5ec"
}

.fa-dochub:before {
    content: "\f394"
}

.fa-docker:before {
    content: "\f395"
}

.fa-dog:before {
    content: "\f6d3"
}

.fa-dog-leashed:before {
    content: "\f6d4"
}

.fa-dollar-sign:before {
    content: "\f155"
}

.fa-dolly:before {
    content: "\f472"
}

.fa-dolly-empty:before {
    content: "\f473"
}

.fa-dolly-flatbed:before {
    content: "\f474"
}

.fa-dolly-flatbed-alt:before {
    content: "\f475"
}

.fa-dolly-flatbed-empty:before {
    content: "\f476"
}

.fa-donate:before {
    content: "\f4b9"
}

.fa-door-closed:before {
    content: "\f52a"
}

.fa-door-open:before {
    content: "\f52b"
}

.fa-dot-circle:before {
    content: "\f192"
}

.fa-dove:before {
    content: "\f4ba"
}

.fa-download:before {
    content: "\f019"
}

.fa-draft2digital:before {
    content: "\f396"
}

.fa-drafting-compass:before {
    content: "\f568"
}

.fa-dragon:before {
    content: "\f6d5"
}

.fa-draw-circle:before {
    content: "\f5ed"
}

.fa-draw-polygon:before {
    content: "\f5ee"
}

.fa-draw-square:before {
    content: "\f5ef"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-dribbble-square:before {
    content: "\f397"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-drum:before {
    content: "\f569"
}

.fa-drum-steelpan:before {
    content: "\f56a"
}

.fa-drumstick:before {
    content: "\f6d6"
}

.fa-drumstick-bite:before {
    content: "\f6d7"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-duck:before {
    content: "\f6d8"
}

.fa-dumbbell:before {
    content: "\f44b"
}

.fa-dungeon:before {
    content: "\f6d9"
}

.fa-dyalog:before {
    content: "\f399"
}

.fa-ear:before {
    content: "\f5f0"
}

.fa-earlybirds:before {
    content: "\f39a"
}

.fa-ebay:before {
    content: "\f4f4"
}

.fa-eclipse:before {
    content: "\f749"
}

.fa-eclipse-alt:before {
    content: "\f74a"
}

.fa-edge:before {
    content: "\f282"
}

.fa-edit:before {
    content: "\f044"
}

.fa-eject:before {
    content: "\f052"
}

.fa-elementor:before {
    content: "\f430"
}

.fa-elephant:before {
    content: "\f6da"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-h-alt:before {
    content: "\f39b"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-ellipsis-v-alt:before {
    content: "\f39c"
}

.fa-ello:before {
    content: "\f5f1"
}

.fa-ember:before {
    content: "\f423"
}

.fa-empire:before {
    content: "\f1d1"
}

.fa-empty-set:before {
    content: "\f656"
}

.fa-engine-warning:before {
    content: "\f5f2"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-dollar:before {
    content: "\f657"
}

.fa-envelope-open-text:before {
    content: "\f658"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-envira:before {
    content: "\f299"
}

.fa-equals:before {
    content: "\f52c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-erlang:before {
    content: "\f39d"
}

.fa-ethereum:before {
    content: "\f42e"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-euro-sign:before {
    content: "\f153"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-exchange-alt:before {
    content: "\f362"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-exclamation-square:before {
    content: "\f321"
}

.fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-expand:before {
    content: "\f065"
}

.fa-expand-alt:before {
    content: "\f424"
}

.fa-expand-arrows:before {
    content: "\f31d"
}

.fa-expand-arrows-alt:before {
    content: "\f31e"
}

.fa-expand-wide:before {
    content: "\f320"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-external-link-alt:before {
    content: "\f35d"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-external-link-square-alt:before {
    content: "\f360"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-dropper:before {
    content: "\f1fb"
}

.fa-eye-evil:before {
    content: "\f6db"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-facebook:before {
    content: "\f09a"
}

.fa-facebook-f:before {
    content: "\f39e"
}

.fa-facebook-messenger:before {
    content: "\f39f"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-fantasy-flight-games:before {
    content: "\f6dc"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-feather:before {
    content: "\f52d"
}

.fa-feather-alt:before {
    content: "\f56b"
}

.fa-female:before {
    content: "\f182"
}

.fa-field-hockey:before {
    content: "\f44c"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-alt:before {
    content: "\f15c"
}

.fa-file-archive:before {
    content: "\f1c6"
}

.fa-file-audio:before {
    content: "\f1c7"
}

.fa-file-certificate:before {
    content: "\f5f3"
}

.fa-file-chart-line:before {
    content: "\f659"
}

.fa-file-chart-pie:before {
    content: "\f65a"
}

.fa-file-check:before {
    content: "\f316"
}

.fa-file-code:before {
    content: "\f1c9"
}

.fa-file-contract:before {
    content: "\f56c"
}

.fa-file-csv:before {
    content: "\f6dd"
}

.fa-file-download:before {
    content: "\f56d"
}

.fa-file-edit:before {
    content: "\f31c"
}

.fa-file-excel:before {
    content: "\f1c3"
}

.fa-file-exclamation:before {
    content: "\f31a"
}

.fa-file-export:before {
    content: "\f56e"
}

.fa-file-image:before {
    content: "\f1c5"
}

.fa-file-import:before {
    content: "\f56f"
}

.fa-file-invoice:before {
    content: "\f570"
}

.fa-file-invoice-dollar:before {
    content: "\f571"
}

.fa-file-medical:before {
    content: "\f477"
}

.fa-file-medical-alt:before {
    content: "\f478"
}

.fa-file-minus:before {
    content: "\f318"
}

.fa-file-pdf:before {
    content: "\f1c1"
}

.fa-file-plus:before {
    content: "\f319"
}

.fa-file-powerpoint:before {
    content: "\f1c4"
}

.fa-file-prescription:before {
    content: "\f572"
}

.fa-file-signature:before {
    content: "\f573"
}

.fa-file-spreadsheet:before {
    content: "\f65b"
}

.fa-file-times:before {
    content: "\f317"
}

.fa-file-upload:before {
    content: "\f574"
}

.fa-file-user:before {
    content: "\f65c"
}

.fa-file-video:before {
    content: "\f1c8"
}

.fa-file-word:before {
    content: "\f1c2"
}

.fa-fill:before {
    content: "\f575"
}

.fa-fill-drip:before {
    content: "\f576"
}

.fa-film:before {
    content: "\f008"
}

.fa-film-alt:before {
    content: "\f3a0"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-fingerprint:before {
    content: "\f577"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-fire-smoke:before {
    content: "\f74b"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-first-aid:before {
    content: "\f479"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-first-order-alt:before {
    content: "\f50a"
}

.fa-firstdraft:before {
    content: "\f3a1"
}

.fa-fish:before {
    content: "\f578"
}

.fa-fist-raised:before {
    content: "\f6de"
}

.fa-flag:before {
    content: "\f024"
}

.fa-flag-alt:before {
    content: "\f74c"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-flag-usa:before {
    content: "\f74d"
}

.fa-flame:before {
    content: "\f6df"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-flask-poison:before {
    content: "\f6e0"
}

.fa-flask-potion:before {
    content: "\f6e1"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-flipboard:before {
    content: "\f44d"
}

.fa-flushed:before {
    content: "\f579"
}

.fa-fly:before {
    content: "\f417"
}

.fa-fog:before {
    content: "\f74e"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-minus:before {
    content: "\f65d"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-folder-plus:before {
    content: "\f65e"
}

.fa-folder-times:before {
    content: "\f65f"
}

.fa-folders:before {
    content: "\f660"
}

.fa-font:before {
    content: "\f031"
}

.fa-font-awesome:before {
    content: "\f2b4"
}

.fa-font-awesome-alt:before {
    content: "\f35c"
}

.fa-font-awesome-flag:before {
    content: "\f425"
}

.fa-font-awesome-logo-full:before {
    content: "\f4e6"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-fonticons-fi:before {
    content: "\f3a2"
}

.fa-football-ball:before {
    content: "\f44e"
}

.fa-football-helmet:before {
    content: "\f44f"
}

.fa-forklift:before {
    content: "\f47a"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-fort-awesome-alt:before {
    content: "\f3a3"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-fragile:before {
    content: "\f4bb"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-freebsd:before {
    content: "\f3a4"
}

.fa-frog:before {
    content: "\f52e"
}

.fa-frown:before {
    content: "\f119"
}

.fa-frown-open:before {
    content: "\f57a"
}

.fa-fulcrum:before {
    content: "\f50b"
}

.fa-function:before {
    content: "\f661"
}

.fa-funnel-dollar:before {
    content: "\f662"
}

.fa-futbol:before {
    content: "\f1e3"
}

.fa-galactic-republic:before {
    content: "\f50c"
}

.fa-galactic-senate:before {
    content: "\f50d"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-gas-pump:before {
    content: "\f52f"
}

.fa-gas-pump-slash:before {
    content: "\f5f4"
}

.fa-gavel:before {
    content: "\f0e3"
}

.fa-gem:before {
    content: "\f3a5"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-ghost:before {
    content: "\f6e2"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-gift-card:before {
    content: "\f663"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-github:before {
    content: "\f09b"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-gitkraken:before {
    content: "\f3a6"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-gitter:before {
    content: "\f426"
}

.fa-glass-martini:before {
    content: "\f000"
}

.fa-glass-martini-alt:before {
    content: "\f57b"
}

.fa-glasses:before {
    content: "\f530"
}

.fa-glasses-alt:before {
    content: "\f5f5"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-globe-africa:before {
    content: "\f57c"
}

.fa-globe-americas:before {
    content: "\f57d"
}

.fa-globe-asia:before {
    content: "\f57e"
}

.fa-globe-stand:before {
    content: "\f5f6"
}

.fa-gofore:before {
    content: "\f3a7"
}

.fa-golf-ball:before {
    content: "\f450"
}

.fa-golf-club:before {
    content: "\f451"
}

.fa-goodreads:before {
    content: "\f3a8"
}

.fa-goodreads-g:before {
    content: "\f3a9"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-google-drive:before {
    content: "\f3aa"
}

.fa-google-play:before {
    content: "\f3ab"
}

.fa-google-plus:before {
    content: "\f2b3"
}

.fa-google-plus-g:before {
    content: "\f0d5"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-gopuram:before {
    content: "\f664"
}

.fa-graduation-cap:before {
    content: "\f19d"
}

.fa-gratipay:before {
    content: "\f184"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-greater-than:before {
    content: "\f531"
}

.fa-greater-than-equal:before {
    content: "\f532"
}

.fa-grimace:before {
    content: "\f57f"
}

.fa-grin:before {
    content: "\f580"
}

.fa-grin-alt:before {
    content: "\f581"
}

.fa-grin-beam:before {
    content: "\f582"
}

.fa-grin-beam-sweat:before {
    content: "\f583"
}

.fa-grin-hearts:before {
    content: "\f584"
}

.fa-grin-squint:before {
    content: "\f585"
}

.fa-grin-squint-tears:before {
    content: "\f586"
}

.fa-grin-stars:before {
    content: "\f587"
}

.fa-grin-tears:before {
    content: "\f588"
}

.fa-grin-tongue:before {
    content: "\f589"
}

.fa-grin-tongue-squint:before {
    content: "\f58a"
}

.fa-grin-tongue-wink:before {
    content: "\f58b"
}

.fa-grin-wink:before {
    content: "\f58c"
}

.fa-grip-horizontal:before {
    content: "\f58d"
}

.fa-grip-vertical:before {
    content: "\f58e"
}

.fa-gripfire:before {
    content: "\f3ac"
}

.fa-grunt:before {
    content: "\f3ad"
}

.fa-gulp:before {
    content: "\f3ae"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-h1:before {
    content: "\f313"
}

.fa-h2:before {
    content: "\f314"
}

.fa-h3:before {
    content: "\f315"
}

.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-hacker-news-square:before {
    content: "\f3af"
}

.fa-hackerrank:before {
    content: "\f5f7"
}

.fa-hammer:before {
    content: "\f6e3"
}

.fa-hammer-war:before {
    content: "\f6e4"
}

.fa-hamsa:before {
    content: "\f665"
}

.fa-hand-heart:before {
    content: "\f4bc"
}

.fa-hand-holding:before {
    content: "\f4bd"
}

.fa-hand-holding-box:before {
    content: "\f47b"
}

.fa-hand-holding-heart:before {
    content: "\f4be"
}

.fa-hand-holding-magic:before {
    content: "\f6e5"
}

.fa-hand-holding-seedling:before {
    content: "\f4bf"
}

.fa-hand-holding-usd:before {
    content: "\f4c0"
}

.fa-hand-holding-water:before {
    content: "\f4c1"
}

.fa-hand-lizard:before {
    content: "\f258"
}

.fa-hand-paper:before {
    content: "\f256"
}

.fa-hand-peace:before {
    content: "\f25b"
}

.fa-hand-point-down:before {
    content: "\f0a7"
}

.fa-hand-point-left:before {
    content: "\f0a5"
}

.fa-hand-point-right:before {
    content: "\f0a4"
}

.fa-hand-point-up:before {
    content: "\f0a6"
}

.fa-hand-pointer:before {
    content: "\f25a"
}

.fa-hand-receiving:before {
    content: "\f47c"
}

.fa-hand-rock:before {
    content: "\f255"
}

.fa-hand-scissors:before {
    content: "\f257"
}

.fa-hand-spock:before {
    content: "\f259"
}

.fa-hands:before {
    content: "\f4c2"
}

.fa-hands-heart:before {
    content: "\f4c3"
}

.fa-hands-helping:before {
    content: "\f4c4"
}

.fa-hands-usd:before {
    content: "\f4c5"
}

.fa-handshake:before {
    content: "\f2b5"
}

.fa-handshake-alt:before {
    content: "\f4c6"
}

.fa-hanukiah:before {
    content: "\f6e6"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-hat-witch:before {
    content: "\f6e7"
}

.fa-hat-wizard:before {
    content: "\f6e8"
}

.fa-haykal:before {
    content: "\f666"
}

.fa-hdd:before {
    content: "\f0a0"
}

.fa-head-side:before {
    content: "\f6e9"
}

.fa-head-vr:before {
    content: "\f6ea"
}

.fa-heading:before {
    content: "\f1dc"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-headphones-alt:before {
    content: "\f58f"
}

.fa-headset:before {
    content: "\f590"
}

.fa-heart:before {
    content: "\f004"
}

.fa-heart-circle:before {
    content: "\f4c7"
}

.fa-heart-rate:before {
    content: "\f5f8"
}

.fa-heart-square:before {
    content: "\f4c8"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-helicopter:before {
    content: "\f533"
}

.fa-helmet-battle:before {
    content: "\f6eb"
}

.fa-hexagon:before {
    content: "\f312"
}

.fa-highlighter:before {
    content: "\f591"
}

.fa-hiking:before {
    content: "\f6ec"
}

.fa-hippo:before {
    content: "\f6ed"
}

.fa-hips:before {
    content: "\f452"
}

.fa-hire-a-helper:before {
    content: "\f3b0"
}

.fa-history:before {
    content: "\f1da"
}

.fa-hockey-mask:before {
    content: "\f6ee"
}

.fa-hockey-puck:before {
    content: "\f453"
}

.fa-hockey-sticks:before {
    content: "\f454"
}

.fa-home:before {
    content: "\f015"
}

.fa-home-heart:before {
    content: "\f4c9"
}

.fa-hood-cloak:before {
    content: "\f6ef"
}

.fa-hooli:before {
    content: "\f427"
}

.fa-hornbill:before {
    content: "\f592"
}

.fa-horse:before {
    content: "\f6f0"
}

.fa-hospital:before {
    content: "\f0f8"
}

.fa-hospital-alt:before {
    content: "\f47d"
}

.fa-hospital-symbol:before {
    content: "\f47e"
}

.fa-hot-tub:before {
    content: "\f593"
}

.fa-hotel:before {
    content: "\f594"
}

.fa-hotjar:before {
    content: "\f3b1"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-start:before {
    content: "\f251"
}

.fa-house-damage:before {
    content: "\f6f1"
}

.fa-house-flood:before {
    content: "\f74f"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-hryvnia:before {
    content: "\f6f2"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-hubspot:before {
    content: "\f3b2"
}

.fa-humidity:before {
    content: "\f750"
}

.fa-hurricane:before {
    content: "\f751"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-id-card:before {
    content: "\f2c2"
}

.fa-id-card-alt:before {
    content: "\f47f"
}

.fa-image:before {
    content: "\f03e"
}

.fa-images:before {
    content: "\f302"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-inbox-in:before {
    content: "\f310"
}

.fa-inbox-out:before {
    content: "\f311"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-industry:before {
    content: "\f275"
}

.fa-industry-alt:before {
    content: "\f3b3"
}

.fa-infinity:before {
    content: "\f534"
}

.fa-info:before {
    content: "\f129"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-info-square:before {
    content: "\f30f"
}

.fa-inhaler:before {
    content: "\f5f9"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-integral:before {
    content: "\f667"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-intersection:before {
    content: "\f668"
}

.fa-inventory:before {
    content: "\f480"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-italic:before {
    content: "\f033"
}

.fa-itunes:before {
    content: "\f3b4"
}

.fa-itunes-note:before {
    content: "\f3b5"
}

.fa-jack-o-lantern:before {
    content: "\f30e"
}

.fa-java:before {
    content: "\f4e4"
}

.fa-jedi:before {
    content: "\f669"
}

.fa-jedi-order:before {
    content: "\f50e"
}

.fa-jenkins:before {
    content: "\f3b6"
}

.fa-joget:before {
    content: "\f3b7"
}

.fa-joint:before {
    content: "\f595"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-journal-whills:before {
    content: "\f66a"
}

.fa-js:before {
    content: "\f3b8"
}

.fa-js-square:before {
    content: "\f3b9"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-kaaba:before {
    content: "\f66b"
}

.fa-kaggle:before {
    content: "\f5fa"
}

.fa-key:before {
    content: "\f084"
}

.fa-key-skeleton:before {
    content: "\f6f3"
}

.fa-keybase:before {
    content: "\f4f5"
}

.fa-keyboard:before {
    content: "\f11c"
}

.fa-keycdn:before {
    content: "\f3ba"
}

.fa-keynote:before {
    content: "\f66c"
}

.fa-khanda:before {
    content: "\f66d"
}

.fa-kickstarter:before {
    content: "\f3bb"
}

.fa-kickstarter-k:before {
    content: "\f3bc"
}

.fa-kidneys:before {
    content: "\f5fb"
}

.fa-kiss:before {
    content: "\f596"
}

.fa-kiss-beam:before {
    content: "\f597"
}

.fa-kiss-wink-heart:before {
    content: "\f598"
}

.fa-kite:before {
    content: "\f6f4"
}

.fa-kiwi-bird:before {
    content: "\f535"
}

.fa-knife-kitchen:before {
    content: "\f6f5"
}

.fa-korvue:before {
    content: "\f42f"
}

.fa-lambda:before {
    content: "\f66e"
}

.fa-lamp:before {
    content: "\f4ca"
}

.fa-landmark:before {
    content: "\f66f"
}

.fa-landmark-alt:before {
    content: "\f752"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-laptop-code:before {
    content: "\f5fc"
}

.fa-laravel:before {
    content: "\f3bd"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-laugh:before {
    content: "\f599"
}

.fa-laugh-beam:before {
    content: "\f59a"
}

.fa-laugh-squint:before {
    content: "\f59b"
}

.fa-laugh-wink:before {
    content: "\f59c"
}

.fa-layer-group:before {
    content: "\f5fd"
}

.fa-layer-minus:before {
    content: "\f5fe"
}

.fa-layer-plus:before {
    content: "\f5ff"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-leaf-heart:before {
    content: "\f4cb"
}

.fa-leaf-maple:before {
    content: "\f6f6"
}

.fa-leaf-oak:before {
    content: "\f6f7"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-lemon:before {
    content: "\f094"
}

.fa-less:before {
    content: "\f41d"
}

.fa-less-than:before {
    content: "\f536"
}

.fa-less-than-equal:before {
    content: "\f537"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-level-down-alt:before {
    content: "\f3be"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-up-alt:before {
    content: "\f3bf"
}

.fa-life-ring:before {
    content: "\f1cd"
}

.fa-lightbulb:before {
    content: "\f0eb"
}

.fa-lightbulb-dollar:before {
    content: "\f670"
}

.fa-lightbulb-exclamation:before {
    content: "\f671"
}

.fa-lightbulb-on:before {
    content: "\f672"
}

.fa-lightbulb-slash:before {
    content: "\f673"
}

.fa-line:before {
    content: "\f3c0"
}

.fa-link:before {
    content: "\f0c1"
}

.fa-linkedin:before {
    content: "\f08c"
}

.fa-linkedin-in:before {
    content: "\f0e1"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-lips:before {
    content: "\f600"
}

.fa-lira-sign:before {
    content: "\f195"
}

.fa-list:before {
    content: "\f03a"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-location:before {
    content: "\f601"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-location-circle:before {
    content: "\f602"
}

.fa-location-slash:before {
    content: "\f603"
}

.fa-lock:before {
    content: "\f023"
}

.fa-lock-alt:before {
    content: "\f30d"
}

.fa-lock-open:before {
    content: "\f3c1"
}

.fa-lock-open-alt:before {
    content: "\f3c2"
}

.fa-long-arrow-alt-down:before {
    content: "\f309"
}

.fa-long-arrow-alt-left:before {
    content: "\f30a"
}

.fa-long-arrow-alt-right:before {
    content: "\f30b"
}

.fa-long-arrow-alt-up:before {
    content: "\f30c"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-loveseat:before {
    content: "\f4cc"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-luchador:before {
    content: "\f455"
}

.fa-luggage-cart:before {
    content: "\f59d"
}

.fa-lungs:before {
    content: "\f604"
}

.fa-lyft:before {
    content: "\f3c3"
}

.fa-mace:before {
    content: "\f6f8"
}

.fa-magento:before {
    content: "\f3c4"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-mail-bulk:before {
    content: "\f674"
}

.fa-mailchimp:before {
    content: "\f59e"
}

.fa-male:before {
    content: "\f183"
}

.fa-mandalorian:before {
    content: "\f50f"
}

.fa-mandolin:before {
    content: "\f6f9"
}

.fa-map:before {
    content: "\f279"
}

.fa-map-marked:before {
    content: "\f59f"
}

.fa-map-marked-alt:before {
    content: "\f5a0"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-map-marker-alt:before {
    content: "\f3c5"
}

.fa-map-marker-alt-slash:before {
    content: "\f605"
}

.fa-map-marker-check:before {
    content: "\f606"
}

.fa-map-marker-edit:before {
    content: "\f607"
}

.fa-map-marker-exclamation:before {
    content: "\f608"
}

.fa-map-marker-minus:before {
    content: "\f609"
}

.fa-map-marker-plus:before {
    content: "\f60a"
}

.fa-map-marker-question:before {
    content: "\f60b"
}

.fa-map-marker-slash:before {
    content: "\f60c"
}

.fa-map-marker-smile:before {
    content: "\f60d"
}

.fa-map-marker-times:before {
    content: "\f60e"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-markdown:before {
    content: "\f60f"
}

.fa-marker:before {
    content: "\f5a1"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mask:before {
    content: "\f6fa"
}

.fa-mastodon:before {
    content: "\f4f6"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-medal:before {
    content: "\f5a2"
}

.fa-medapps:before {
    content: "\f3c6"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-medium-m:before {
    content: "\f3c7"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-medrt:before {
    content: "\f3c8"
}

.fa-meetup:before {
    content: "\f2e0"
}

.fa-megaphone:before {
    content: "\f675"
}

.fa-megaport:before {
    content: "\f5a3"
}

.fa-meh:before {
    content: "\f11a"
}

.fa-meh-blank:before {
    content: "\f5a4"
}

.fa-meh-rolling-eyes:before {
    content: "\f5a5"
}

.fa-memory:before {
    content: "\f538"
}

.fa-menorah:before {
    content: "\f676"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-meteor:before {
    content: "\f753"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-alt:before {
    content: "\f3c9"
}

.fa-microphone-alt-slash:before {
    content: "\f539"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-microscope:before {
    content: "\f610"
}

.fa-microsoft:before {
    content: "\f3ca"
}

.fa-mind-share:before {
    content: "\f677"
}

.fa-minus:before {
    content: "\f068"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-minus-hexagon:before {
    content: "\f307"
}

.fa-minus-octagon:before {
    content: "\f308"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-mix:before {
    content: "\f3cb"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-mizuni:before {
    content: "\f3cc"
}

.fa-mobile:before {
    content: "\f10b"
}

.fa-mobile-alt:before {
    content: "\f3cd"
}

.fa-mobile-android:before {
    content: "\f3ce"
}

.fa-mobile-android-alt:before {
    content: "\f3cf"
}

.fa-modx:before {
    content: "\f285"
}

.fa-monero:before {
    content: "\f3d0"
}

.fa-money-bill:before {
    content: "\f0d6"
}

.fa-money-bill-alt:before {
    content: "\f3d1"
}

.fa-money-bill-wave:before {
    content: "\f53a"
}

.fa-money-bill-wave-alt:before {
    content: "\f53b"
}

.fa-money-check:before {
    content: "\f53c"
}

.fa-money-check-alt:before {
    content: "\f53d"
}

.fa-monitor-heart-rate:before {
    content: "\f611"
}

.fa-monkey:before {
    content: "\f6fb"
}

.fa-monument:before {
    content: "\f5a6"
}

.fa-moon:before {
    content: "\f186"
}

.fa-moon-cloud:before {
    content: "\f754"
}

.fa-moon-stars:before {
    content: "\f755"
}

.fa-mortar-pestle:before {
    content: "\f5a7"
}

.fa-mosque:before {
    content: "\f678"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-mountain:before {
    content: "\f6fc"
}

.fa-mountains:before {
    content: "\f6fd"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-music:before {
    content: "\f001"
}

.fa-napster:before {
    content: "\f3d2"
}

.fa-narwhal:before {
    content: "\f6fe"
}

.fa-neos:before {
    content: "\f612"
}

.fa-network-wired:before {
    content: "\f6ff"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-newspaper:before {
    content: "\f1ea"
}

.fa-nimblr:before {
    content: "\f5a8"
}

.fa-nintendo-switch:before {
    content: "\f418"
}

.fa-node:before {
    content: "\f419"
}

.fa-node-js:before {
    content: "\f3d3"
}

.fa-not-equal:before {
    content: "\f53e"
}

.fa-notes-medical:before {
    content: "\f481"
}

.fa-npm:before {
    content: "\f3d4"
}

.fa-ns8:before {
    content: "\f3d5"
}

.fa-nutritionix:before {
    content: "\f3d6"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-octagon:before {
    content: "\f306"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-oil-can:before {
    content: "\f613"
}

.fa-oil-temp:before {
    content: "\f614"
}

.fa-old-republic:before {
    content: "\f510"
}

.fa-om:before {
    content: "\f679"
}

.fa-omega:before {
    content: "\f67a"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-osi:before {
    content: "\f41a"
}

.fa-otter:before {
    content: "\f700"
}

.fa-outdent:before {
    content: "\f03b"
}

.fa-page4:before {
    content: "\f3d7"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-paint-brush-alt:before {
    content: "\f5a9"
}

.fa-paint-roller:before {
    content: "\f5aa"
}

.fa-palette:before {
    content: "\f53f"
}

.fa-palfed:before {
    content: "\f3d8"
}

.fa-pallet:before {
    content: "\f482"
}

.fa-pallet-alt:before {
    content: "\f483"
}

.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-parachute-box:before {
    content: "\f4cd"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-parking:before {
    content: "\f540"
}

.fa-parking-circle:before {
    content: "\f615"
}

.fa-parking-circle-slash:before {
    content: "\f616"
}

.fa-parking-slash:before {
    content: "\f617"
}

.fa-passport:before {
    content: "\f5ab"
}

.fa-pastafarianism:before {
    content: "\f67b"
}

.fa-paste:before {
    content: "\f0ea"
}

.fa-patreon:before {
    content: "\f3d9"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-paw-alt:before {
    content: "\f701"
}

.fa-paw-claws:before {
    content: "\f702"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-peace:before {
    content: "\f67c"
}

.fa-pegasus:before {
    content: "\f703"
}

.fa-pen:before {
    content: "\f304"
}

.fa-pen-alt:before {
    content: "\f305"
}

.fa-pen-fancy:before {
    content: "\f5ac"
}

.fa-pen-nib:before {
    content: "\f5ad"
}

.fa-pen-square:before {
    content: "\f14b"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-pencil-alt:before {
    content: "\f303"
}

.fa-pencil-paintbrush:before {
    content: "\f618"
}

.fa-pencil-ruler:before {
    content: "\f5ae"
}

.fa-pennant:before {
    content: "\f456"
}

.fa-penny-arcade:before {
    content: "\f704"
}

.fa-people-carry:before {
    content: "\f4ce"
}

.fa-percent:before {
    content: "\f295"
}

.fa-percentage:before {
    content: "\f541"
}

.fa-periscope:before {
    content: "\f3da"
}

.fa-person-booth:before {
    content: "\f756"
}

.fa-person-carry:before {
    content: "\f4cf"
}

.fa-person-dolly:before {
    content: "\f4d0"
}

.fa-person-dolly-empty:before {
    content: "\f4d1"
}

.fa-person-sign:before {
    content: "\f757"
}

.fa-phabricator:before {
    content: "\f3db"
}

.fa-phoenix-framework:before {
    content: "\f3dc"
}

.fa-phoenix-squadron:before {
    content: "\f511"
}

.fa-phone:before {
    content: "\f095"
}

.fa-phone-office:before {
    content: "\f67d"
}

.fa-phone-plus:before {
    content: "\f4d2"
}

.fa-phone-slash:before {
    content: "\f3dd"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-phone-volume:before {
    content: "\f2a0"
}

.fa-php:before {
    content: "\f457"
}

.fa-pi:before {
    content: "\f67e"
}

.fa-pie:before {
    content: "\f705"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-pied-piper-hat:before {
    content: "\f4e5"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pig:before {
    content: "\f706"
}

.fa-piggy-bank:before {
    content: "\f4d3"
}

.fa-pills:before {
    content: "\f484"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-place-of-worship:before {
    content: "\f67f"
}

.fa-plane:before {
    content: "\f072"
}

.fa-plane-alt:before {
    content: "\f3de"
}

.fa-plane-arrival:before {
    content: "\f5af"
}

.fa-plane-departure:before {
    content: "\f5b0"
}

.fa-play:before {
    content: "\f04b"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-playstation:before {
    content: "\f3df"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-plus:before {
    content: "\f067"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-plus-hexagon:before {
    content: "\f300"
}

.fa-plus-octagon:before {
    content: "\f301"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-podium:before {
    content: "\f680"
}

.fa-podium-star:before {
    content: "\f758"
}

.fa-poll:before {
    content: "\f681"
}

.fa-poll-h:before {
    content: "\f682"
}

.fa-poll-people:before {
    content: "\f759"
}

.fa-poo:before {
    content: "\f2fe"
}

.fa-poo-storm:before {
    content: "\f75a"
}

.fa-poop:before {
    content: "\f619"
}

.fa-portrait:before {
    content: "\f3e0"
}

.fa-pound-sign:before {
    content: "\f154"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-pray:before {
    content: "\f683"
}

.fa-praying-hands:before {
    content: "\f684"
}

.fa-prescription:before {
    content: "\f5b1"
}

.fa-prescription-bottle:before {
    content: "\f485"
}

.fa-prescription-bottle-alt:before {
    content: "\f486"
}

.fa-presentation:before {
    content: "\f685"
}

.fa-print:before {
    content: "\f02f"
}

.fa-print-slash:before {
    content: "\f686"
}

.fa-procedures:before {
    content: "\f487"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-project-diagram:before {
    content: "\f542"
}

.fa-pumpkin:before {
    content: "\f707"
}

.fa-pushed:before {
    content: "\f3e1"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-python:before {
    content: "\f3e2"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-question:before {
    content: "\f128"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-question-square:before {
    content: "\f2fd"
}

.fa-quidditch:before {
    content: "\f458"
}

.fa-quinscape:before {
    content: "\f459"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-quran:before {
    content: "\f687"
}

.fa-r-project:before {
    content: "\f4f7"
}

.fa-rabbit:before {
    content: "\f708"
}

.fa-rabbit-fast:before {
    content: "\f709"
}

.fa-racquet:before {
    content: "\f45a"
}

.fa-rainbow:before {
    content: "\f75b"
}

.fa-raindrops:before {
    content: "\f75c"
}

.fa-ram:before {
    content: "\f70a"
}

.fa-ramp-loading:before {
    content: "\f4d4"
}

.fa-random:before {
    content: "\f074"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-react:before {
    content: "\f41b"
}

.fa-reacteurope:before {
    content: "\f75d"
}

.fa-readme:before {
    content: "\f4d5"
}

.fa-rebel:before {
    content: "\f1d0"
}

.fa-receipt:before {
    content: "\f543"
}

.fa-rectangle-landscape:before {
    content: "\f2fa"
}

.fa-rectangle-portrait:before {
    content: "\f2fb"
}

.fa-rectangle-wide:before {
    content: "\f2fc"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-red-river:before {
    content: "\f3e3"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-redo:before {
    content: "\f01e"
}

.fa-redo-alt:before {
    content: "\f2f9"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-repeat:before {
    content: "\f363"
}

.fa-repeat-1:before {
    content: "\f365"
}

.fa-repeat-1-alt:before {
    content: "\f366"
}

.fa-repeat-alt:before {
    content: "\f364"
}

.fa-reply:before {
    content: "\f3e5"
}

.fa-reply-all:before {
    content: "\f122"
}

.fa-replyd:before {
    content: "\f3e6"
}

.fa-republican:before {
    content: "\f75e"
}

.fa-researchgate:before {
    content: "\f4f8"
}

.fa-resolving:before {
    content: "\f3e7"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-retweet-alt:before {
    content: "\f361"
}

.fa-rev:before {
    content: "\f5b2"
}

.fa-ribbon:before {
    content: "\f4d6"
}

.fa-ring:before {
    content: "\f70b"
}

.fa-road:before {
    content: "\f018"
}

.fa-robot:before {
    content: "\f544"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-rocketchat:before {
    content: "\f3e8"
}

.fa-rockrms:before {
    content: "\f3e9"
}

.fa-route:before {
    content: "\f4d7"
}

.fa-route-highway:before {
    content: "\f61a"
}

.fa-route-interstate:before {
    content: "\f61b"
}

.fa-rss:before {
    content: "\f09e"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-ruble-sign:before {
    content: "\f158"
}

.fa-ruler:before {
    content: "\f545"
}

.fa-ruler-combined:before {
    content: "\f546"
}

.fa-ruler-horizontal:before {
    content: "\f547"
}

.fa-ruler-triangle:before {
    content: "\f61c"
}

.fa-ruler-vertical:before {
    content: "\f548"
}

.fa-running:before {
    content: "\f70c"
}

.fa-rupee-sign:before {
    content: "\f156"
}

.fa-sad-cry:before {
    content: "\f5b3"
}

.fa-sad-tear:before {
    content: "\f5b4"
}

.fa-safari:before {
    content: "\f267"
}

.fa-sass:before {
    content: "\f41e"
}

.fa-save:before {
    content: "\f0c7"
}

.fa-scalpel:before {
    content: "\f61d"
}

.fa-scalpel-path:before {
    content: "\f61e"
}

.fa-scanner:before {
    content: "\f488"
}

.fa-scanner-keyboard:before {
    content: "\f489"
}

.fa-scanner-touchscreen:before {
    content: "\f48a"
}

.fa-scarecrow:before {
    content: "\f70d"
}

.fa-schlix:before {
    content: "\f3ea"
}

.fa-school:before {
    content: "\f549"
}

.fa-screwdriver:before {
    content: "\f54a"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-scroll:before {
    content: "\f70e"
}

.fa-scroll-old:before {
    content: "\f70f"
}

.fa-scrubber:before {
    content: "\f2f8"
}

.fa-scythe:before {
    content: "\f710"
}

.fa-search:before {
    content: "\f002"
}

.fa-search-dollar:before {
    content: "\f688"
}

.fa-search-location:before {
    content: "\f689"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-searchengin:before {
    content: "\f3eb"
}

.fa-seedling:before {
    content: "\f4d8"
}

.fa-sellcast:before {
    content: "\f2da"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-server:before {
    content: "\f233"
}

.fa-servicestack:before {
    content: "\f3ec"
}

.fa-shapes:before {
    content: "\f61f"
}

.fa-share:before {
    content: "\f064"
}

.fa-share-all:before {
    content: "\f367"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-sheep:before {
    content: "\f711"
}

.fa-shekel-sign:before {
    content: "\f20b"
}

.fa-shield:before {
    content: "\f132"
}

.fa-shield-alt:before {
    content: "\f3ed"
}

.fa-shield-check:before {
    content: "\f2f7"
}

.fa-shield-cross:before {
    content: "\f712"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-shipping-fast:before {
    content: "\f48b"
}

.fa-shipping-timed:before {
    content: "\f48c"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-shoe-prints:before {
    content: "\f54b"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-shopware:before {
    content: "\f5b5"
}

.fa-shovel:before {
    content: "\f713"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-shredder:before {
    content: "\f68a"
}

.fa-shuttle-van:before {
    content: "\f5b6"
}

.fa-shuttlecock:before {
    content: "\f45b"
}

.fa-sigma:before {
    content: "\f68b"
}

.fa-sign:before {
    content: "\f4d9"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-sign-in-alt:before {
    content: "\f2f6"
}

.fa-sign-language:before {
    content: "\f2a7"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-sign-out-alt:before {
    content: "\f2f5"
}

.fa-signal:before {
    content: "\f012"
}

.fa-signal-1:before {
    content: "\f68c"
}

.fa-signal-2:before {
    content: "\f68d"
}

.fa-signal-3:before {
    content: "\f68e"
}

.fa-signal-4:before {
    content: "\f68f"
}

.fa-signal-alt:before {
    content: "\f690"
}

.fa-signal-alt-1:before {
    content: "\f691"
}

.fa-signal-alt-2:before {
    content: "\f692"
}

.fa-signal-alt-3:before {
    content: "\f693"
}

.fa-signal-alt-slash:before {
    content: "\f694"
}

.fa-signal-slash:before {
    content: "\f695"
}

.fa-signature:before {
    content: "\f5b7"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-sistrix:before {
    content: "\f3ee"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-sith:before {
    content: "\f512"
}

.fa-skeleton:before {
    content: "\f620"
}

.fa-skull:before {
    content: "\f54c"
}

.fa-skull-crossbones:before {
    content: "\f714"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-slack:before {
    content: "\f198"
}

.fa-slack-hash:before {
    content: "\f3ef"
}

.fa-slash:before {
    content: "\f715"
}

.fa-sliders-h:before {
    content: "\f1de"
}

.fa-sliders-h-square:before {
    content: "\f3f0"
}

.fa-sliders-v:before {
    content: "\f3f1"
}

.fa-sliders-v-square:before {
    content: "\f3f2"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-smile:before {
    content: "\f118"
}

.fa-smile-beam:before {
    content: "\f5b8"
}

.fa-smile-plus:before {
    content: "\f5b9"
}

.fa-smile-wink:before {
    content: "\f4da"
}

.fa-smog:before {
    content: "\f75f"
}

.fa-smoke:before {
    content: "\f760"
}

.fa-smoking:before {
    content: "\f48d"
}

.fa-smoking-ban:before {
    content: "\f54d"
}

.fa-snake:before {
    content: "\f716"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-snow-blowing:before {
    content: "\f761"
}

.fa-snowflake:before {
    content: "\f2dc"
}

.fa-socks:before {
    content: "\f696"
}

.fa-solar-panel:before {
    content: "\f5ba"
}

.fa-sort:before {
    content: "\f0dc"
}

.fa-sort-alpha-down:before {
    content: "\f15d"
}

.fa-sort-alpha-up:before {
    content: "\f15e"
}

.fa-sort-amount-down:before {
    content: "\f160"
}

.fa-sort-amount-up:before {
    content: "\f161"
}

.fa-sort-down:before {
    content: "\f0dd"
}

.fa-sort-numeric-down:before {
    content: "\f162"
}

.fa-sort-numeric-up:before {
    content: "\f163"
}

.fa-sort-up:before {
    content: "\f0de"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-spa:before {
    content: "\f5bb"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-spade:before {
    content: "\f2f4"
}

.fa-speakap:before {
    content: "\f3f3"
}

.fa-spider:before {
    content: "\f717"
}

.fa-spider-black-widow:before {
    content: "\f718"
}

.fa-spider-web:before {
    content: "\f719"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-spinner-third:before {
    content: "\f3f4"
}

.fa-splotch:before {
    content: "\f5bc"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-spray-can:before {
    content: "\f5bd"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-square-full:before {
    content: "\f45c"
}

.fa-square-root:before {
    content: "\f697"
}

.fa-square-root-alt:before {
    content: "\f698"
}

.fa-squarespace:before {
    content: "\f5be"
}

.fa-squirrel:before {
    content: "\f71a"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-staff:before {
    content: "\f71b"
}

.fa-stamp:before {
    content: "\f5bf"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-and-crescent:before {
    content: "\f699"
}

.fa-star-exclamation:before {
    content: "\f2f3"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-star-half-alt:before {
    content: "\f5c0"
}

.fa-star-of-david:before {
    content: "\f69a"
}

.fa-star-of-life:before {
    content: "\f621"
}

.fa-stars:before {
    content: "\f762"
}

.fa-staylinked:before {
    content: "\f3f5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-steam-symbol:before {
    content: "\f3f6"
}

.fa-steering-wheel:before {
    content: "\f622"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-sticker-mule:before {
    content: "\f3f7"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-stomach:before {
    content: "\f623"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stopwatch:before {
    content: "\f2f2"
}

.fa-store:before {
    content: "\f54e"
}

.fa-store-alt:before {
    content: "\f54f"
}

.fa-strava:before {
    content: "\f428"
}

.fa-stream:before {
    content: "\f550"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-stripe:before {
    content: "\f429"
}

.fa-stripe-s:before {
    content: "\f42a"
}

.fa-stroopwafel:before {
    content: "\f551"
}

.fa-studiovinari:before {
    content: "\f3f8"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-subway:before {
    content: "\f239"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-suitcase-rolling:before {
    content: "\f5c1"
}

.fa-sun:before {
    content: "\f185"
}

.fa-sun-cloud:before {
    content: "\f763"
}

.fa-sun-dust:before {
    content: "\f764"
}

.fa-sun-haze:before {
    content: "\f765"
}

.fa-sunrise:before {
    content: "\f766"
}

.fa-sunset:before {
    content: "\f767"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-supple:before {
    content: "\f3f9"
}

.fa-surprise:before {
    content: "\f5c2"
}

.fa-swatchbook:before {
    content: "\f5c3"
}

.fa-swimmer:before {
    content: "\f5c4"
}

.fa-swimming-pool:before {
    content: "\f5c5"
}

.fa-sword:before {
    content: "\f71c"
}

.fa-swords:before {
    content: "\f71d"
}

.fa-synagogue:before {
    content: "\f69b"
}

.fa-sync:before {
    content: "\f021"
}

.fa-sync-alt:before {
    content: "\f2f1"
}

.fa-syringe:before {
    content: "\f48e"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-table-tennis:before {
    content: "\f45d"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-tablet-alt:before {
    content: "\f3fa"
}

.fa-tablet-android:before {
    content: "\f3fb"
}

.fa-tablet-android-alt:before {
    content: "\f3fc"
}

.fa-tablet-rugged:before {
    content: "\f48f"
}

.fa-tablets:before {
    content: "\f490"
}

.fa-tachometer:before {
    content: "\f0e4"
}

.fa-tachometer-alt:before {
    content: "\f3fd"
}

.fa-tachometer-alt-average:before {
    content: "\f624"
}

.fa-tachometer-alt-fast:before {
    content: "\f625"
}

.fa-tachometer-alt-fastest:before {
    content: "\f626"
}

.fa-tachometer-alt-slow:before {
    content: "\f627"
}

.fa-tachometer-alt-slowest:before {
    content: "\f628"
}

.fa-tachometer-average:before {
    content: "\f629"
}

.fa-tachometer-fast:before {
    content: "\f62a"
}

.fa-tachometer-fastest:before {
    content: "\f62b"
}

.fa-tachometer-slow:before {
    content: "\f62c"
}

.fa-tachometer-slowest:before {
    content: "\f62d"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-tally:before {
    content: "\f69c"
}

.fa-tape:before {
    content: "\f4db"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-taxi:before {
    content: "\f1ba"
}

.fa-teamspeak:before {
    content: "\f4f9"
}

.fa-teeth:before {
    content: "\f62e"
}

.fa-teeth-open:before {
    content: "\f62f"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-telegram-plane:before {
    content: "\f3fe"
}

.fa-temperature-frigid:before {
    content: "\f768"
}

.fa-temperature-high:before {
    content: "\f769"
}

.fa-temperature-hot:before {
    content: "\f76a"
}

.fa-temperature-low:before {
    content: "\f76b"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-tennis-ball:before {
    content: "\f45e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-the-red-yeti:before {
    content: "\f69d"
}

.fa-theater-masks:before {
    content: "\f630"
}

.fa-themeco:before {
    content: "\f5c6"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-thermometer:before {
    content: "\f491"
}

.fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-thermometer-full:before {
    content: "\f2c7"
}

.fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-theta:before {
    content: "\f69e"
}

.fa-think-peaks:before {
    content: "\f731"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbtack:before {
    content: "\f08d"
}

.fa-thunderstorm:before {
    content: "\f76c"
}

.fa-thunderstorm-moon:before {
    content: "\f76d"
}

.fa-thunderstorm-sun:before {
    content: "\f76e"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-ticket-alt:before {
    content: "\f3ff"
}

.fa-tilde:before {
    content: "\f69f"
}

.fa-times:before {
    content: "\f00d"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-times-hexagon:before {
    content: "\f2ee"
}

.fa-times-octagon:before {
    content: "\f2f0"
}

.fa-times-square:before {
    content: "\f2d3"
}

.fa-tint:before {
    content: "\f043"
}

.fa-tint-slash:before {
    content: "\f5c7"
}

.fa-tire:before {
    content: "\f631"
}

.fa-tire-flat:before {
    content: "\f632"
}

.fa-tire-pressure-warning:before {
    content: "\f633"
}

.fa-tire-rugged:before {
    content: "\f634"
}

.fa-tired:before {
    content: "\f5c8"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-toilet-paper:before {
    content: "\f71e"
}

.fa-toilet-paper-alt:before {
    content: "\f71f"
}

.fa-tombstone:before {
    content: "\f720"
}

.fa-tombstone-alt:before {
    content: "\f721"
}

.fa-toolbox:before {
    content: "\f552"
}

.fa-tooth:before {
    content: "\f5c9"
}

.fa-toothbrush:before {
    content: "\f635"
}

.fa-torah:before {
    content: "\f6a0"
}

.fa-torii-gate:before {
    content: "\f6a1"
}

.fa-tornado:before {
    content: "\f76f"
}

.fa-tractor:before {
    content: "\f722"
}

.fa-trade-federation:before {
    content: "\f513"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-traffic-cone:before {
    content: "\f636"
}

.fa-traffic-light:before {
    content: "\f637"
}

.fa-traffic-light-go:before {
    content: "\f638"
}

.fa-traffic-light-slow:before {
    content: "\f639"
}

.fa-traffic-light-stop:before {
    content: "\f63a"
}

.fa-train:before {
    content: "\f238"
}

.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-trash-alt:before {
    content: "\f2ed"
}

.fa-treasure-chest:before {
    content: "\f723"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-tree-alt:before {
    content: "\f400"
}

.fa-trees:before {
    content: "\f724"
}

.fa-trello:before {
    content: "\f181"
}

.fa-triangle:before {
    content: "\f2ec"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-trophy-alt:before {
    content: "\f2eb"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-truck-container:before {
    content: "\f4dc"
}

.fa-truck-couch:before {
    content: "\f4dd"
}

.fa-truck-loading:before {
    content: "\f4de"
}

.fa-truck-monster:before {
    content: "\f63b"
}

.fa-truck-moving:before {
    content: "\f4df"
}

.fa-truck-pickup:before {
    content: "\f63c"
}

.fa-truck-ramp:before {
    content: "\f4e0"
}

.fa-tshirt:before {
    content: "\f553"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-turkey:before {
    content: "\f725"
}

.fa-turtle:before {
    content: "\f726"
}

.fa-tv:before {
    content: "\f26c"
}

.fa-tv-retro:before {
    content: "\f401"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-typo3:before {
    content: "\f42b"
}

.fa-uber:before {
    content: "\f402"
}

.fa-uikit:before {
    content: "\f403"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-umbrella-beach:before {
    content: "\f5ca"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-undo:before {
    content: "\f0e2"
}

.fa-undo-alt:before {
    content: "\f2ea"
}

.fa-unicorn:before {
    content: "\f727"
}

.fa-union:before {
    content: "\f6a2"
}

.fa-uniregistry:before {
    content: "\f404"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-university:before {
    content: "\f19c"
}

.fa-unlink:before {
    content: "\f127"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-untappd:before {
    content: "\f405"
}

.fa-upload:before {
    content: "\f093"
}

.fa-usb:before {
    content: "\f287"
}

.fa-usd-circle:before {
    content: "\f2e8"
}

.fa-usd-square:before {
    content: "\f2e9"
}

.fa-user:before {
    content: "\f007"
}

.fa-user-alt:before {
    content: "\f406"
}

.fa-user-alt-slash:before {
    content: "\f4fa"
}

.fa-user-astronaut:before {
    content: "\f4fb"
}

.fa-user-chart:before {
    content: "\f6a3"
}

.fa-user-check:before {
    content: "\f4fc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-clock:before {
    content: "\f4fd"
}

.fa-user-cog:before {
    content: "\f4fe"
}

.fa-user-crown:before {
    content: "\f6a4"
}

.fa-user-edit:before {
    content: "\f4ff"
}

.fa-user-friends:before {
    content: "\f500"
}

.fa-user-graduate:before {
    content: "\f501"
}

.fa-user-injured:before {
    content: "\f728"
}

.fa-user-lock:before {
    content: "\f502"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-user-minus:before {
    content: "\f503"
}

.fa-user-ninja:before {
    content: "\f504"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-user-shield:before {
    content: "\f505"
}

.fa-user-slash:before {
    content: "\f506"
}

.fa-user-tag:before {
    content: "\f507"
}

.fa-user-tie:before {
    content: "\f508"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-users:before {
    content: "\f0c0"
}

.fa-users-class:before {
    content: "\f63d"
}

.fa-users-cog:before {
    content: "\f509"
}

.fa-users-crown:before {
    content: "\f6a5"
}

.fa-ussunnah:before {
    content: "\f407"
}

.fa-utensil-fork:before {
    content: "\f2e3"
}

.fa-utensil-knife:before {
    content: "\f2e4"
}

.fa-utensil-spoon:before {
    content: "\f2e5"
}

.fa-utensils:before {
    content: "\f2e7"
}

.fa-utensils-alt:before {
    content: "\f2e6"
}

.fa-vaadin:before {
    content: "\f408"
}

.fa-value-absolute:before {
    content: "\f6a6"
}

.fa-vector-square:before {
    content: "\f5cb"
}

.fa-venus:before {
    content: "\f221"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-vial:before {
    content: "\f492"
}

.fa-vials:before {
    content: "\f493"
}

.fa-viber:before {
    content: "\f409"
}

.fa-video:before {
    content: "\f03d"
}

.fa-video-plus:before {
    content: "\f4e1"
}

.fa-video-slash:before {
    content: "\f4e2"
}

.fa-vihara:before {
    content: "\f6a7"
}

.fa-vimeo:before {
    content: "\f40a"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-vimeo-v:before {
    content: "\f27d"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-vk:before {
    content: "\f189"
}

.fa-vnv:before {
    content: "\f40b"
}

.fa-volcano:before {
    content: "\f770"
}

.fa-volleyball-ball:before {
    content: "\f45f"
}

.fa-volume:before {
    content: "\f6a8"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-mute:before {
    content: "\f6a9"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-slash:before {
    content: "\f2e2"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-vote-nay:before {
    content: "\f771"
}

.fa-vote-yea:before {
    content: "\f772"
}

.fa-vr-cardboard:before {
    content: "\f729"
}

.fa-vuejs:before {
    content: "\f41f"
}

.fa-walking:before {
    content: "\f554"
}

.fa-wallet:before {
    content: "\f555"
}

.fa-wand:before {
    content: "\f72a"
}

.fa-wand-magic:before {
    content: "\f72b"
}

.fa-warehouse:before {
    content: "\f494"
}

.fa-warehouse-alt:before {
    content: "\f495"
}

.fa-watch:before {
    content: "\f2e1"
}

.fa-watch-fitness:before {
    content: "\f63e"
}

.fa-water:before {
    content: "\f773"
}

.fa-water-lower:before {
    content: "\f774"
}

.fa-water-rise:before {
    content: "\f775"
}

.fa-weebly:before {
    content: "\f5cc"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-weight:before {
    content: "\f496"
}

.fa-weight-hanging:before {
    content: "\f5cd"
}

.fa-weixin:before {
    content: "\f1d7"
}

.fa-whale:before {
    content: "\f72c"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-whatsapp-square:before {
    content: "\f40c"
}

.fa-wheat:before {
    content: "\f72d"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-whistle:before {
    content: "\f460"
}

.fa-whmcs:before {
    content: "\f40d"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-wifi-1:before {
    content: "\f6aa"
}

.fa-wifi-2:before {
    content: "\f6ab"
}

.fa-wifi-slash:before {
    content: "\f6ac"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-wind:before {
    content: "\f72e"
}

.fa-wind-warning:before {
    content: "\f776"
}

.fa-window:before {
    content: "\f40e"
}

.fa-window-alt:before {
    content: "\f40f"
}

.fa-window-close:before {
    content: "\f410"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-windsock:before {
    content: "\f777"
}

.fa-wine-bottle:before {
    content: "\f72f"
}

.fa-wine-glass:before {
    content: "\f4e3"
}

.fa-wine-glass-alt:before {
    content: "\f5ce"
}

.fa-wix:before {
    content: "\f5cf"
}

.fa-wizards-of-the-coast:before {
    content: "\f730"
}

.fa-wolf-pack-battalion:before {
    content: "\f514"
}

.fa-won-sign:before {
    content: "\f159"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-wordpress-simple:before {
    content: "\f411"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-wpressr:before {
    content: "\f3e4"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-x-ray:before {
    content: "\f497"
}

.fa-xbox:before {
    content: "\f412"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-y-combinator:before {
    content: "\f23b"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-yandex:before {
    content: "\f413"
}

.fa-yandex-international:before {
    content: "\f414"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-yen-sign:before {
    content: "\f157"
}

.fa-yin-yang:before {
    content: "\f6ad"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-youtube-square:before {
    content: "\f431"
}

.fa-zhihu:before {
    content: "\f63f"
}

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}

@font-face {
    font-family: "Font Awesome 5 Brands";
    font-style: normal;
    font-weight: normal;
    src: url(/v2/webfonts/fa-brands-400.eot);
    src: url(/v2/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(/v2/webfonts/fa-brands-400.woff2) format("woff2"), url(/v2/webfonts/fa-brands-400.woff) format("woff"), url(/v2/webfonts/fa-brands-400.ttf) format("truetype"), url(/v2/webfonts/fa-brands-400.svg#fontawesome) format("svg")
}

.fab {
    font-family: "Font Awesome 5 Brands"
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 300;
    src: url(/v2/webfonts/fa-light-300.eot);
    src: url(/v2/webfonts/fa-light-300.eot?#iefix) format("embedded-opentype"), url(/v2/webfonts/fa-light-300.woff2) format("woff2"), url(/v2/webfonts/fa-light-300.woff) format("woff"), url(/v2/webfonts/fa-light-300.ttf) format("truetype"), url(/v2/webfonts/fa-light-300.svg#fontawesome) format("svg")
}

.fal {
    font-weight: 300
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 400;
    src: url(/v2/webfonts/fa-regular-400.eot);
    src: url(/v2/webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(/v2/webfonts/fa-regular-400.woff2) format("woff2"), url(/v2/webfonts/fa-regular-400.woff) format("woff"), url(/v2/webfonts/fa-regular-400.ttf) format("truetype"), url(/v2/webfonts/fa-regular-400.svg#fontawesome) format("svg")
}

.fal, .far {
    font-family: "Font Awesome 5 Pro"
}

.far {
    font-weight: 400
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 900;
    src: url(/v2/webfonts/fa-solid-900.eot);
    src: url(/v2/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(/v2/webfonts/fa-solid-900.woff2) format("woff2"), url(/v2/webfonts/fa-solid-900.woff) format("woff"), url(/v2/webfonts/fa-solid-900.ttf) format("truetype"), url(/v2/webfonts/fa-solid-900.svg#fontawesome) format("svg")
}

.fa, .fas {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900
}

/*
**margin 5px - 100px
**padding 5px - 100px
*/

.mt_5 {
    margin-top: 5px
}

.mt_10 {
    margin-top: 10px
}

.mt_15 {
    margin-top: 15px
}

.mt_20 {
    margin-top: 20px
}

.mt_25 {
    margin-top: 25px
}

.mt_30 {
    margin-top: 30px
}

.mt_35 {
    margin-top: 35px
}

.mt_40 {
    margin-top: 40px
}

.mt_45 {
    margin-top: 45px
}

.mt_50 {
    margin-top: 50px
}

.mt_55 {
    margin-top: 55px
}

.mt_60 {
    margin-top: 60px
}

.mt_65 {
    margin-top: 65px
}

.mt_70 {
    margin-top: 70px
}

.mt_75 {
    margin-top: 75px
}

.mt_80 {
    margin-top: 80px
}

.mt_85 {
    margin-top: 85px
}

.mt_90 {
    margin-top: 90px
}

.mt_95 {
    margin-top: 95px
}

.mt_100 {
    margin-top: 100px
}

.mb_5 {
    margin-bottom: 5px
}

.mb_10 {
    margin-bottom: 10px
}

.mb_15 {
    margin-bottom: 15px
}

.mb_20 {
    margin-bottom: 20px
}

.mb_25 {
    margin-bottom: 25px
}

.mb_30 {
    margin-bottom: 30px
}

.mb_35 {
    margin-bottom: 35px
}

.mb_40 {
    margin-bottom: 40px
}

.mb_45 {
    margin-bottom: 45px
}

.mb_50 {
    margin-bottom: 50px
}

.mb_55 {
    margin-bottom: 55px
}

.mb_60 {
    margin-bottom: 60px
}

.mb_65 {
    margin-bottom: 65px
}

.mb_70 {
    margin-bottom: 70px
}

.mb_75 {
    margin-bottom: 75px
}

.mb_80 {
    margin-bottom: 80px
}

.mb_85 {
    margin-bottom: 85px
}

.mb_90 {
    margin-bottom: 90px
}

.mb_95 {
    margin-bottom: 95px
}

.mb_100 {
    margin-bottom: 100px
}

.mr_5 {
    margin-right: 5px
}

.mr_10 {
    margin-right: 10px
}

.mr_15 {
    margin-right: 15px
}

.mr_20 {
    margin-right: 20px
}

.mr_25 {
    margin-right: 25px
}

.mr_30 {
    margin-right: 30px
}

.mr_35 {
    margin-right: 35px
}

.mr_40 {
    margin-right: 40px
}

.mr_45 {
    margin-right: 45px
}

.mr_50 {
    margin-right: 50px
}

.mr_55 {
    margin-right: 55px
}

.mr_60 {
    margin-right: 60px
}

.mr_65 {
    margin-right: 65px
}

.mr_70 {
    margin-right: 70px
}

.mr_75 {
    margin-right: 75px
}

.mr_80 {
    margin-right: 80px
}

.mr_85 {
    margin-right: 85px
}

.mr_90 {
    margin-right: 90px
}

.mr_95 {
    margin-right: 95px
}

.mr_100 {
    margin-right: 100px
}

.ml_5 {
    margin-left: 5px
}

.ml_10 {
    margin-left: 10px
}

.ml_15 {
    margin-left: 15px
}

.ml_20 {
    margin-left: 20px
}

.ml_25 {
    margin-left: 25px
}

.ml_30 {
    margin-left: 30px
}

.ml_35 {
    margin-left: 35px
}

.ml_40 {
    margin-left: 40px
}

.ml_45 {
    margin-left: 45px
}

.ml_50 {
    margin-left: 50px
}

.ml_55 {
    margin-left: 55px
}

.ml_60 {
    margin-left: 60px
}

.ml_65 {
    margin-left: 65px
}

.ml_70 {
    margin-left: 70px
}

.ml_75 {
    margin-left: 75px
}

.ml_80 {
    margin-left: 80px
}

.ml_85 {
    margin-left: 85px
}

.ml_90 {
    margin-left: 90px
}

.ml_95 {
    margin-left: 95px
}

.ml_100 {
    margin-left: 100px
}

.pt_5 {
    padding-top: 5px
}

.pt_10 {
    padding-top: 10px
}

.pt_15 {
    padding-top: 15px
}

.pt_20 {
    padding-top: 20px
}

.pt_25 {
    padding-top: 25px
}

.pt_30 {
    padding-top: 30px
}

.pt_35 {
    padding-top: 35px
}

.pt_40 {
    padding-top: 40px
}

.pt_45 {
    padding-top: 45px
}

.pt_50 {
    padding-top: 50px
}

.pt_55 {
    padding-top: 55px
}

.pt_60 {
    padding-top: 60px
}

.pt_65 {
    padding-top: 65px
}

.pt_70 {
    padding-top: 70px
}

.pt_75 {
    padding-top: 75px
}

.pt_80 {
    padding-top: 80px
}

.pt_85 {
    padding-top: 85px
}

.pt_90 {
    padding-top: 90px
}

.pt_95 {
    padding-top: 95px
}

.pt_100 {
    padding-top: 100px
}

.pb_5 {
    padding-bottom: 5px
}

.pb_10 {
    padding-bottom: 10px
}

.pb_15 {
    padding-bottom: 15px
}

.pb_20 {
    padding-bottom: 20px
}

.pb_25 {
    padding-bottom: 25px
}

.pb_30 {
    padding-bottom: 30px
}

.pb_35 {
    padding-bottom: 35px
}

.pb_40 {
    padding-bottom: 40px
}

.pb_45 {
    padding-bottom: 45px
}

.pb_50 {
    padding-bottom: 50px
}

.pb_55 {
    padding-bottom: 55px
}

.pb_60 {
    padding-bottom: 60px
}

.pb_65 {
    padding-bottom: 65px
}

.pb_70 {
    padding-bottom: 70px
}

.pb_75 {
    padding-bottom: 75px
}

.pb_80 {
    padding-bottom: 80px
}

.pb_85 {
    padding-bottom: 85px
}

.pb_90 {
    padding-bottom: 90px
}

.pb_95 {
    padding-bottom: 95px
}

.pb_100 {
    padding-bottom: 100px
}

.pr_5 {
    padding-right: 5px
}

.pr_10 {
    padding-right: 10px
}

.pr_15 {
    padding-right: 15px
}

.pr_20 {
    padding-right: 20px
}

.pr_25 {
    padding-right: 25px
}

.pr_30 {
    padding-right: 30px
}

.pr_35 {
    padding-right: 35px
}

.pr_40 {
    padding-right: 40px
}

.pr_45 {
    padding-right: 45px
}

.pr_50 {
    padding-right: 50px
}

.pr_55 {
    padding-right: 55px
}

.pr_60 {
    padding-right: 60px
}

.pr_65 {
    padding-right: 65px
}

.pr_70 {
    padding-right: 70px
}

.pr_75 {
    padding-right: 75px
}

.pr_80 {
    padding-right: 80px
}

.pr_85 {
    padding-right: 85px
}

.pr_90 {
    padding-right: 90px
}

.pr_95 {
    padding-right: 95px
}

.pr_100 {
    padding-right: 100px
}

.pl_5 {
    padding-left: 5px
}

.pl_10 {
    padding-left: 10px
}

.pl_15 {
    padding-left: 15px
}

.pl_20 {
    padding-left: 20px
}

.pl_25 {
    padding-left: 25px
}

.pl_30 {
    padding-left: 30px
}

.pl_35 {
    padding-left: 35px
}

.pl_40 {
    padding-left: 40px
}

.pl_45 {
    padding-left: 45px
}

.pl_50 {
    padding-left: 50px
}

.pl_55 {
    padding-left: 55px
}

.pl_60 {
    padding-left: 60px
}

.pl_65 {
    padding-left: 65px
}

.pl_70 {
    padding-left: 70px
}

.pl_75 {
    padding-left: 75px
}

.pl_80 {
    padding-left: 80px
}

.pl_85 {
    padding-left: 85px
}

.pl_90 {
    padding-left: 90px
}

.pl_95 {
    padding-left: 95px
}

.pl_100 {
    padding-left: 100px
}

.pt_130 {
    padding-top: 130px;
}

.pt_150 {
    padding-top: 150px;
}

.pb_150 {
    padding-bottom: 150px;
}

.pt_120 {
    padding-top: 120px;
}

.pb_120 {
    padding-bottom: 120px;
}

/*======================
01. Google fonts
========================*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');
@font-face {
    font-family: 'ChopinScript';
    src: url('/v3/webfonts/ChopinScript.eot');
    src: url('/v3/webfonts/ChopinScript.eot?#iefix') format('embedded-opentype'), url('/v3/webfonts/ChopinScript.woff2') format('woff2'), url('/v3/webfonts/ChopinScript.woff') format('woff'), url('/v3/webfonts/ChopinScript.ttf') format('truetype'), url('/v3/webfonts/ChopinScript.svg#ChopinScript') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


/*======================
02. Basic css
========================*/

:root {
    --theme-color: #1A8FE3;
}

:root {
    --neutral-100: #181D20;
    --shadow-1: 3px 10px 40px rgba(24, 29, 32, .05);
    --shadow-2: 3px 1px 32px rgba(24, 29, 32, .05);
}


html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
strong,
i,
ol,
ul,
li,
form,
label,
footer,
header,
menu,
nav,
section {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Poppins', sans-serif;
    background-color: #fff;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.005em;
    color: #707375;
    font-weight: 400;
    overflow-x: hidden;
}

ol,
ul {
    list-style: none;
}

a:hover {
    text-decoration: none;
}

button:focus,
a:focus,
input:focus,
textarea:focus {
    outline: none;
}

a,
button {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


/* page loader  */

#preloader {
    position: fixed;
    background: #fff;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    height: 100vh;
    width: 100vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.loader3 {
    width: 50px;
    height: 50px;
    display: inline-block;
    padding: 0;
    text-align: left;
}

.loader3 span {
    position: absolute;
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: var(--blue);
    -webkit-animation: loader3 1.5s linear infinite;
    animation: loader3 1.5s linear infinite;
}

.loader3 span:last-child {
    animation-delay: -0.9s;
    -webkit-animation-delay: -0.9s;
}

@keyframes loader3 {
    0% {
        -webkit-transform: scale(0, 0);
        transform: scale(0, 0);
        opacity: 0.8;
    }
    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 0;
    }
}

@-webkit-keyframes loader3 {
    0% {
        -webkit-transform: scale(0, 0);
        opacity: 0.8;
    }
    100% {
        -webkit-transform: scale(1, 1);
        opacity: 0;
    }
}

#spinner {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    height: 100vh;
    width: 100vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.spinner-bg {
    position: fixed;
    background: #181D20;
    opacity: 0.4;
    height: 100vh;
    width: 100vw;
}

.spinner-wrapper {
    position: fixed;
    max-width: 100%;
    z-index: 10001;
    /* width: 162px;
    height: 114px; */
    background-color: #fff;
    overflow: hidden;
    box-shadow: 3px 1px 32px rgba(24, 29, 32, 0.05);
    border-radius: 8px;
    padding: 24px;
    flex-direction: column;
    align-items: center;
}

.spinner-text {
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 0.005em;
    color: #181D20;
    margin-top: 1rem;
}

#spinner .spinner-border {
    width: 4.6rem;
    height: 4.6rem;
}


/*Hamburger-menu START CSS*/

.hamburger-menu {
    cursor: pointer;
    display: none;
    z-index: 999;
    margin-left: auto;
    width: 24px;
    height: 24px;
    position: relative;
    overflow: visible;
}

.hamburger-menu span {
    background: #525658;
    width: 17px;
    height: 1.5px;
    display: block;
    margin: 3.5px auto;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 5px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.hamburger-menu .line-top.current {
    -webkit-transform: translateX(-50%) translateY(240%) rotate(135deg);
    -ms-transform: translateX(-50%) translateY(240%) rotate(135deg);
    transform: translateX(-50%) translateY(240%) rotate(135deg);
}

.hamburger-menu .line-center.current {
    opacity: 0;
}

.hamburger-menu .line-bottom.current {
    -webkit-transform: translateX(-50%) translateY(-350%) rotate(-135deg);
    -ms-transform: translateX(-50%) translateY(-350%) rotate(-135deg);
    transform: translateX(-50%) translateY(-350%) rotate(-135deg);
    margin-top: -1px;
}

header {
    background-color: #fff;
    padding: 16px 0;
}

header.has-search {
}

header.has-search .header-tools {
    margin-left: -55px;
}

@media (max-width: 1199px) {
    header.has-search .header-tools {
        margin-left: -40px;
        margin-right: 6px;
    }
}

@media (max-width: 992px) {
    header.has-search .header-tools {
        margin-left: 0;
    }
}


/*sticky START CSS*/

header.sticky {
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .1);
}

main {
    position: relative;
}

#menu {
    text-align: center;
}

#menu > li {
    display: inline-block;
    padding: 0 18px;
}

#menu > li > a {
    padding: 0;
    font-size: 14px;
    line-height: 1.5;
    color: #828586;
    position: relative;
}

#menu > li > a::before {
    position: absolute;
    content: '';
    width: 0;
    height: 2px;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: var(--theme-color);
    border-radius: 99px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

#menu > li > a.active,
#menu > li > a:hover {
    color: var(--theme-color);
}

#menu > li > a.active:before,
#menu > li > a:hover:before {
    width: 8px;
}

#menu > li > a.active {
    font-weight: 500;
}

.social_icon {
    text-align: right;
}

.social_icon a {
    background: #F6FBFE;
    color: var(--theme-color);
    width: 28px;
    height: 28px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    font-size: 13px;
    line-height: 28px;
}

.social_icon a:hover {
    background-color: var(--theme-color);
    color: #fff;
}

.social_icon a:not(:last-child) {
    margin-right: 11px;
}

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

.index .row {
    margin-right: -24px;
    margin-left: -24px;
}

.w-33 {
    width: 33.33333% !important;
}

.index .container,
.index .container-fluid,
.index .container-lg,
.index .container-md,
.index .container-sm,
.index .container-xl {
    padding-left: 24px;
    padding-right: 24px;
}

.gray {
    color: #707375 !important;
}

.mt_8 {
    margin-top: 8px;
}

.mt_24 {
    margin-top: 24px;
}

.mt_32 {
    margin-top: 32px;
}

.mt_40 {
    margin-top: 40px;
}

.pt_40 {
    padding-top: 40px;
}

.pt_156 {
    padding-top: 156px;
}

.pb_8 {
    padding-bottom: 8px;
}

.pb_195 {
    padding-bottom: 195px;
}

.pl_16 {
    padding-left: 16px !important;
}

.pr_24 {
    padding-right: 24px;
}

.v_1 {
    background-color: #FCE9ED;
    color: #E54F6D;
}

.v_2 {
    background-color: #EEE9FC;
    color: #764FE5;
}

.v_3 {
    background-color: #FFE5EA;
    color: #FF3D62;
}

.v_4 {
    background-color: #FDEFE7;
    color: #F0874C;
}

.v_5 {
    background-color: #EBE7FD;
    color: #7961F2;
}

.v_6 {
    background-color: #F6FCE9;
    color: #93CA1C;
}

.v_7 {
    background-color: #FCF4E9;
    color: #E54F6D;
}

.v_8 {
    background-color: #FCF4E9;
    color: #E8AA54;
}

.v_9 {
    background-color: #F3FCE9;
    color: #6ECA1C;
}

.v_10 {
    background-color: #1A8FE3;
}

.v_11 {
    background-color: #764FE5;
}

.v_12 {
    background-color: #E54F6D;
}

.v_13 {
    background-color: #6ECA1C;
}

.v_14 {
    background-color: #F0874C;
}

.v_15 {
    background-color: #1A8FE3;
}

.b-b {
    border-bottom: 1px solid #E3E3E4;
}

.color-green {
    color: #3FA796;
}

.color-violet {
    color: #6F56EC;
}

.icon_arrow.v1 {
    color: #E24841;
    background-color: transparent;
}

.icon_arrow.v2 {
    color: #E2C740;
    background-color: transparent;
}

.icon_arrow.v3 {
    color: #FF7919;
    background-color: transparent;
}

.icon_arrow.v4 {
    color: #10D0D5;
    background-color: transparent;
}

.icon_arrow.v5 {
    color: #624BD8;
    background-color: transparent;
}

.icon_arrow.v6 {
    color: #3D99F5;
    background-color: transparent;
}

.icon_arrow.v7 {
    color: #79DC47;
    background-color: transparent;
}

.icon_arrow.v8 {
    color: #FF5975;
    background-color: transparent;
}

.icon_arrow.v9 {
    color: #E54F6D;
    background-color: transparent;
}

.icon_arrow.v10 {
    color: #764FE5;
    background-color: transparent;
}

.icon_arrow.v11 {
    color: #F0874C;
    background-color: transparent;
}

.icon_arrow.v21,
.icon_arrow.v20,
.icon_arrow.v22 {
    color: #FFF;
    background-color: transparent;
}


/*home area*/

.home_content {
    max-width: 508px;
}

.home_area {
    padding: 10px 0 40px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.home_area h1 {
    font-weight: bold;
    font-size: 56px;
    line-height: 140%;
    color: #181D20;
}

.home_area h1 span {
    color: var(--theme-color);
}

.home_area p {
    font-size: 18px;
    margin-top: 30px;
}

.button {
    display: inline-block;
    border-radius: 7px;
    border: none;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    background-color: var(--theme-color);
    padding: 13px 40px;
    text-align: center;
}

.button:hover {
    background-color: #126daf;
    color: #fff;
}

.button-outline {
    background-color: transparent;
    border: 1px solid #1A8FE3;
    color: #1A8FE3;
    padding-top: 12px;
    padding-bottom: 12px;
}

.button-grey {
    background-color: #F6F6F6;
    border: 1px solid #F6F6F6;
    color: #707375;
}

.button-grey:hover {
    background-color: #F6F6F6;
    border-color: #707375;
    color: #707375;
}

.button-outline--grey {
    background-color: transparent;
    border: 1px solid #707375;
    color: #707375;
}

.button-outline--grey:hover {
    background-color: #F6F6F6;
    border-color: #707375;
    color: #707375;
}

.animate-text {
    position: relative;
    width: 312px;
    height: 65px;
    text-align: center;
    overflow: hidden;
    display: inline-block;
    top: 18px;
}

.animate-text__cont {
    position: relative;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.animate-text__item {
    white-space: nowrap;
    height: 65px;
    opacity: 0;
    line-height: 1;
}

.home_area--first .home_content {
    max-width: 100%;
    position: relative;
    text-align: center;
}

.home_area--first .home_content::after {
    position: absolute;
    content: '';
    width: 215px;
    height: 260px;
    top: -40px;
    left: 0;
    background-image: url('/v3/img/decorate/d-1.svg');
    background-repeat: no-repeat;
    background-size: contain;
}

.home_area--first .home_content::before {
    position: absolute;
    content: '';
    width: 159px;
    height: 212px;
    top: -27px;
    right: -21px;
    background-image: url('/v3/img/decorate/d-2.svg');
    background-repeat: no-repeat;
    background-size: contain;
}

.home_area--first .mt_24 {
    margin-top: 24px;
}

.tools__content {
    padding: 16px;
    cursor: pointer;
    display: block;
    border-radius: 12px 12px 0 0;
}

.tools__circle {
    border-radius: 99px;
    width: 48px;
    height: 48px;
}

.tools__icons img {
    width: 24px;
    height: 24px;
    position: absolute;
    left: 12px;
    top: 12px;
}

.tools__name {
    color: #ffffff;
    font-weight: 600;
    font-size: 20px;
    margin-top: 0 !important;
    text-align: left;
}

.tools__descr {
    font-weight: 400;
    font-size: 12px;
    color: #ffffff;
}

.tools__tag {
    display: inline-block;
    position: relative;
    border-radius: 99px;
    padding: 1px 8px;
}

.tools__tag span {
    font-weight: 400;
    font-size: 12px;
    line-height: 1.4;
    letter-spacing: 0.005em;
    color: #FFFFFF;
}

.tools__footer {
    border-radius: 0 0 12px 12px;
    padding: 10px 16px 16px 16px;
    background-color: #fff;
}

.tools__footer > div {
    border-radius: 8px;
    padding: 10px;
}

.search_group--search {
    max-width: 600px;
    width: 100%;
    display: inline-flex;
    justify-content: center;
    position: relative;
}

.decorate {
    position: absolute;
}

.home_area--first {
    position: relative;
    padding-top: 40px;
    padding-bottom: 150px;
}

.tools__item {
    min-width: 232px;
    border-radius: 12px;
}

.tools::before {
    position: absolute;
    content: '';
    background-image: url('/v3/img/decorate/d-3.svg');
    background-repeat: no-repeat;
    width: 40px;
    height: 41px;
    bottom: -17px;
    left: -7px;
    z-index: 10;
}

.tools .slick-slide {
    margin-left: 10px;
    margin-right: 10px;
}

.tools .slick-list {
    margin-left: -10px;
    margin-right: -10px;
}

.d-4 {
    position: absolute;
    width: 40px;
    height: 41px;
    bottom: -54px;
    left: calc(720px - 436px);
}

.tools::after {
    position: absolute;
    content: '';
    background-image: url('/v3/img/decorate/d-5.svg');
    background-repeat: no-repeat;
    width: 40px;
    height: 41px;
    top: -25px;
    right: 52px;
    z-index: 10;
}

.tools__span {
    font-size: 10px;
    line-height: 15px;
    color: #707375;
    white-space: nowrap;
}

.tools__upcoming {
    font-weight: 600;
    font-size: 10px;
    line-height: 15px;
    white-space: nowrap;
}

.filter {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 12px 6px;
    display: inline-flex;
    box-shadow: 3px 10px 40px rgba(24, 29, 32, 0.05);
}

.filter__category {
    display: flex;
    align-items: center;
    border-radius: 99px;
    padding: 12px;
    cursor: pointer;
    margin-left: 6px;
    margin-right: 6px;
    white-space: nowrap;
    color: #525658;
}

.filter__category.is-active {
    background-color: #1A8FE3;
    color: #FFFFFF;
}

.filter__name {
    font-weight: bold;
    font-size: 14px;
    line-height: 1.5;
    margin-left: 8px;
}

.statistic {
    margin-top: 80px;
    background-color: #EFF7FD;
    border-radius: 10px;
    padding: 24px 40px;
}

.statistic__item {
    position: relative;
    align-items: center;
    justify-content: space-between;
}

.statistic__item:not(:last-of-type)::after {
    content: '';
    border-right: 1px solid #C8C9CA;
    height: 20px;
    padding-left: 80px;
}

.statistic__num {
    font-weight: 600;
    font-size: 48px;
    color: #1A8FE3;
    margin-right: 24px;
}

.statistic__text {
    font-size: 16px;
    color: #525658;
    font-size: 16px;
    display: flex;
    flex-direction: column;
}

.filter-container {
    margin-left: auto;
    margin-right: auto;
}

.tools {
    position: relative;
}

.tools_box h4 {
    font-weight: 600;
    font-size: 20px;
    color: #181D20;
    margin-top: 16px;
    margin-bottom: 8px;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

.index .tools_box h4 {
    margin-top: 0;
}

.check-tools {
    border-radius: 40px;
}

.check-tools .title {
    line-height: 1.25;
    padding: 0;
}

.catalog-box .icon_box {
    width: 48px;
    height: 48px;
    margin-right: 10px;
}

.catalog-box h4 {
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0.005em;
    margin-bottom: 2px;
    margin-top: 0;
}

.catalog-box__tag {
    font-weight: 400;
    font-size: 12px;
    line-height: 1.4;
    letter-spacing: 0.005em;
}

.catalog-box .tools_box {
    position: relative;
    padding-right: 44px;
}

.check-tools__actions .button {
    color: #1A8FE3;
    background-color: transparent;
    border: 1.5px solid #1A8FE3;
}

.support-area {
    /*background: linear-gradient(87.56deg, #1A8FE3 1.79%, rgba(26, 143, 227, 0) 383.1%);*/
    background: linear-gradient(304deg, #0B51A9 1.79%, rgba(26, 143, 227, 1.0) 100%);
}

.support-area__content .title {
    color: #FFFFFF;
    width: 588px;
}

.support-area__content .descr {
    color: #EFEFEF;
    /*max-width: 459px;*/
}

.support-area__actions .button {
    color: #1A8FE3;
    background-color: #ffffff;
}

.present_area {
    overflow: hidden;
}

.present-card {
    background-color: #FFFFFF;
    box-shadow: 3px 10px 40px rgba(24, 29, 32, 0.05);
    border-radius: 12px;
    padding: 10px 10px 20px 10px;
    max-width: 392px;
    min-width: 392px;
    margin-left: 16px;
    margin-right: 16px;
}

.present-card__bg {
    background-color: #d8e6ef;
    border-radius: 12px;
    height: 304px;
    position: relative;
    overflow: hidden;
}

.bg-violet {
    background-color: #dee5f1;
}

.bg-peach {
    background-color: #f2e0d8;
}

.bg-pink {
    background-color: #f6defa;
}

.present-card__bg img {
    top: 24px;
    left: 24px;
    border-radius: 8px;
    object-fit: contain;
    object-position: left bottom;
    position: absolute;
    width: 478px;
    height: 300px;
}

.present-card__bg--doble img {
    object-fit: contain;
    width: 372px;
    height: 304px;
    object-position: center top;
    top: 0;
    left: 0;
}

.present__box {
    margin-left: -16px;
}

.present-cart__content {
    padding-left: 10px;
    padding-right: 10px;
}

.present__button {
    background: #FFFFFF;
    border: 1px solid #E3E3E4;
    width: 56px;
    height: 56px;
    border-radius: 50%;
}

.present__button--right {
    margin-left: 20px;
}

.present__button path {
    stroke: #828586;
}

.present__button.is-active {
    background-color: #1A8FE3;
    box-shadow: 0 10px 32px rgba(26, 143, 227, 0.24);
    border-color: #1A8FE3;
}

.present__button.is-active path {
    stroke: #fff;
}

.present-card__name {
    margin-top: 16px;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #181D20;
}

.present-card__descr {
    margin-top: 4px;
    font-size: 14px;
    letter-spacing: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    box-orient: vertical;
}

.present-cart__actions {
    margin-top: 16px;
}

.present-cart__link {
    position: relative;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #1A8FE3;
}

.present-cart__link:after {
    position: absolute;
    content: '';
    background-image: url('/v3/img/arrow-right.svg');
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    top: 1.5px;
    right: -23px;
}

.container-present {
    margin-right: 0;
    width: 100%;
    max-width: 100% !important;
    margin-left: calc((100vw - 1259px) / 2);
    padding-bottom: 82px;
}

.container-present .slick-list {
    padding: 0 27% 0 0;
    height: 535px;
}

.container-present .slick-track {
    margin-left: -16px;
    margin-right: -16px;
}

.catalog-box .check-tools__actions {
    padding: 0 !important;
}

.cnt {
    position: relative;
    height: 1px;
    width: 100%;
}

.dashed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, transparent 50%, #C8C9CA 50%);
    background-size: 10px 100%;
}

.subname {
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.005em;
    color: #181D20;
}

.line {
    border-top: 1px solid #E3E3E4;
}

.btn-action {
    padding: 14px;
    font-weight: 400;
    font-size: 14px;
    color: #707375;
    border: 1px solid #E3E3E4;
    border-radius: 8px;
    background: #FFFFFF;
    width: 100%;
    display: block;
    text-align: center;
    cursor: pointer;
}

.btn-action--blue {
    color: #fff;
    border: 1px solid var(--theme-color);
    border-radius: 8px;
    background-color: var(--theme-color);
}

.btn-action--light-blue {
    color: var(--theme-color);
    border: 1px solid var(--theme-color);
    background-color: #F6FBFE;
    margin-right: 16px;
}

.btn-action--primary {
    color: var(--theme-color);
    border: 1.5px solid var(--theme-color);
    background-color: #FFF;
    font-weight: 600;
    font-size: 14px;
}

.btn-action--primary:hover {
    color: #FFF;
    border-color: var(--theme-color);
    background-color: var(--theme-color);
}

.btn-action--gray {
    border: 1px solid #E3E3E4;
    background: #EFEFEF;
    color: #A7A9AA;
}

.btn-action--gray:hover {
    border-color: #A7A9AA;
}

#subscribeModal .modal-dialog-centered {
    justify-content: center;
}

#subscribeModal {
    padding-left: 17px !important;
    padding-right: 17px !important;
}

.btn-action--blue:hover {
    color: #fff;
}

.btn-action--white {
    color: var(--theme-color);
    border: 1px solid var(--theme-color);
    border-radius: 8px;
    background-color: #ffffff;
}

.btn-action--white:hover {
    color: var(--theme-color);
}

.is-disabled .btn-submit {
    color: #A7A9AA;
    background: #EFEFEF;
    border: 1px solid #E3E3E4;
}

.is-disabled .outline-wrap {
    background: #F6F6F6;
}


/* .button-switch-mode */

.button-switch-mode {
    display: inline-block;
    width: 24px;
    height: 24px;
    overflow: hidden;
    margin-left: 10px;
    vertical-align: middle;
    cursor: pointer;
    color: #525658;
}

.button-switch-mode:hover {
    color: #828586;
}

.switch-mode-icon,
.switch-mode svg {
    width: 100%;
    height: 100%;
    max-width: 100%;
}

.switch-mode-icon_sun {
    display: none;
}

.switch-mode-icon_moon {
    display: block;
}

.menu2 ~ .sticky-top-group .button-switch-mode {
    display: none;
}

header a .img-fluid.logo-dark {
    display: none;
}

footer a .img-fluid.logo-dark {
    display: none;
}


/* .header-tools */

.header-tools {
    display: inline-flex;
    vertical-align: middle;
    align-items: center;
    margin-right: 10px;
    margin-left: 10px;
    padding-left: 10px;
    padding-right: 12px;
    border-right: 1px solid #E3E3E4;
}

.header-tools .button {
    border-radius: 50%;
    border: 1px solid #E3E3E4;
    width: 40px;
    height: 40px;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    padding: 0;
}

.header-tools .button img {
    width: 20px;
    height: 20px;
}

.header-tools .button:hover {
    color: #828586;
    background: none;
}

.header-tools .button svg {
    width: 100%;
    height: 100%;
}

.button-share {
    margin-left: 10px;
}

.button-files {
    padding: 0;
}

.button-files img {
    margin-right: 4px;
}


/* btn-support */

.btn-support {
    color: var(--theme-color);
    display: inline-block;
    border-radius: 10px;
    border: 1.2px solid var(--theme-color);
    font-weight: 500;
    font-size: 14px;
    background-color: transparent;
    padding: 11px 21px;
    text-align: center;
    line-height: 1.42;
    margin-left: 0;
}

.btn-support:hover {
    color: var(--theme-color);
}

@media (max-width: 1248px) {
    .btn-support {
        margin-left: -60px;
    }
}

.button.button-sign-in {
    padding: 9px 36px;
    border: 1.2px solid var(--theme-color);
    font-weight: 600;
    font-size: 14px;
}

.nav-link[aria-expanded='true'] {
    color: var(--theme-color) !important;
}

.nav-link[aria-expanded='true']:after {
    transform: rotate(225deg);
    top: 12px;
}

.menu2 li a {
    font-size: 16px;
    font-weight: 500;
    color: #525658;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
}

.menu2 > li {
    padding: 4px 6px;
    border-radius: 8px;
    transition: 0.3s;
    margin-left: 15px;
    margin-right: 15px;
}

.menu2 {
    margin-left: -15px;
    margin-right: -15px;
}

.drop_menu.is-opened > a::after {
    transform: rotate(225deg);
    margin-top: 4px;
}

.drop_menu.is-opened {
    background-color: #E3F1FB;
    transition: 0.3s;
}

.logo-icon {
    margin-right: 8px;
}

.category-tools {
    flex-direction: column;
    align-items: flex-start;
    padding-right: 24px;
}

.menu2 li .main-item {
    border-radius: 8px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    height: 320px;
}

.menu2 li .category-tools__item {
    padding: 8px;
    border-radius: 8px;
    margin-top: 8px;
}

.menu2 li .category-tools__item:hover {
    background-color: #F6F6F6;
}

.expand_menu-tools--text li .category-tools__item {
    padding: 5px 0;
    margin: 0;
}

.expand_menu-tools--text li .category-tools__item:hover {
    background-color: #ffffff;
}

.search_group {
    position: relative;
    margin-top: 40px;
}

.search_group input {
    background: #FFFFFF;
    border-radius: 14px;
    border: none;
    font-size: 14px;
    line-height: 1.5;
    color: #525658;
    height: 64px;
    width: 100%;
    padding: 0 56px;
    background-image: url(/v3/img/search.svg);
    background-position: 22px center;
    background-size: 19px;
    background-repeat: no-repeat;
    -webkit-box-shadow: 0 5px 10px rgba(26, 143, 227, 0.1);
    box-shadow: 0 5px 10px rgba(26, 143, 227, 0.1);
}

.search_group .button {
    position: absolute;
    right: 8px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-box-shadow: 0 5px 10px rgba(26, 143, 227, 0.1);
    box-shadow: 0 5px 10px rgba(26, 143, 227, 0.1);
}

.search_group--search input {
    background: #FFFFFF;
    box-shadow: 3px 10px 40px rgba(24, 29, 32, 0.05);
    border-radius: 99px;
    padding-left: 68px;
}

.search_group--search .button {
    border-radius: 99px;
    right: 9.5px;
    padding: 12px 26.5px;
    font-weight: 500;
    font-size: 14px;
}

.search {
    position: absolute;
    top: 19px;
    left: 24px;
    width: 25px;
    height: 25px;
}

.tag_box {
    padding-top: 14px;
}

.tag_box a {
    background: #C8E4F8;
    border-radius: 6px;
    display: inline-block;
    padding: 6px 12px;
    color: var(--theme-color);
    font-size: 12px;
    line-height: 1.5;
    margin-left: 6px;
    margin-top: 10px;
}

.tag_box a:hover {
    background-color: var(--theme-color);
    color: #fff;
}

.tag_box span {
    display: inline-block;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5;
    color: #181D20;
    margin-top: 10px;
}

.sub_title {
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    color: var(--theme-color);
}

.title {
    font-weight: bold;
    font-size: 48px;
    line-height: 130%;
    color: #181D20;
    padding-top: 8px;
}

.title_icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    box-shadow: 3px 10px 40px rgba(24, 29, 32, 0.05);
    border-radius: 99px;
    margin-left: 28px;
    position: relative;
}

.title_icon::before {
    content: "";
    width: 1px;
    height: 20px;
    background-color: #E3E3E4;
    position: absolute;
    left: -14px;
    top: 50%;
    transform: translateY(-50%);
}

.title_icon .elect {
    background-color: #FFFFFF;
    position: static;
}

@media (max-width: 992px) {
    .title_icon {
        display: none;
    }
}

.step_box h4 {
    font-weight: 600;
    font-size: 24px;
    line-height: 130%;
    color: #181D20;
}

.step_box p {
    max-width: 347px;
}

.blue {
    color: var(--theme-color);
}

.tools_box {
    background: #FFFFFF;
    border-radius: 12px;
    padding: 24px;
    overflow: hidden;
    height: 100%;
}

.icon_box {
    width: 56px;
    height: 56px;
    border-radius: 8px;
    display: -webkit-inline-box;
    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;
    padding: 5px;
    flex-shrink: 0;
}

.tools_box p {
    font-size: 14px;
}

.icon_box.v1,
.v1 {
    background: #FBE6E5;
}

.icon_box.v2,
.v2 {
    background: #FEF9E2;
}

.icon_box.v3,
.v3 {
    background: #FFEDE0;
}

.icon_box.v4,
.v4 {
    background: #E3FCFD;
}

.icon_box.v5,
.v5 {
    background: #E9E6F9;
}

.icon_box.v6,
.v6 {
    background: #E2F0FE;
}

.icon_box.v7,
.v7 {
    background: #ECFAE5;
}

.icon_box.v8,
.v8 {
    background: #FFE0E6;
}

.icon_box.v9,
.v9 {
    background: #FFE6E0;
}

.icon_box.v10,
.v10 {
    background: #E2F6FD;
}

.icon_box.v11,
.v11 {
    background: #E7E3FD;
}

.icon_box.v12,
.v12 {
    background: #FBE5FB;
}

.icon_box.v13,
.v13 {
    background: #FBE5E4;
}

.icon_box.v14,
.v14 {
    background: #E2F0FD;
}

.icon_box.v15,
.v15 {
    background: #FFF5E0;
}

.icon_box.v16,
.v16 {
    background: #E2E3FE;
}

.icon_box.v17,
.v17 {
    background: #E2FEE6;
}

.icon_box.v18,
.v18 {
    background: #FAE2FE;
}

.icon_box.v19,
.v19 {
    background: #FEF8E2;
}

.icon_box.v20,
.v20 {
    background: #FEEBE2;
}

.icon_box.v21,
.v21 {
    background: #E2EDFE;
}

.icon_box.v22,
.v22 {
    background: #E1FDE5;
}

.icon_box.v23,
.v23 {
    background: #E2FEFC;
}

.icon_box.v24,
.v24 {
    background: #FEE2E2;
}

.icon_box.v25,
.v25 {
    background: #E2F7FE;
}

.icon_box.v26,
.v26 {
    background: #FEF3E2;
}

.icon_box.v1 {
    color: #E24841;
}

.icon_box.v2 {
    color: #E2C740;
}

.icon_box.v3 {
    color: #FF7919;
}

.icon_box.v4 {
    color: #10D0D5;
}

.icon_box.v5 {
    color: #624BD8;
}

.icon_box.v6 {
    color: #3D99F5;
}

.icon_box.v7 {
    color: #79DC47;
}

.icon_box.v8 {
    color: #FF5975;
}

.icon_box.v21,
.icon_box.v20,
.icon_box.v22 {
    color: #FFF;
}

.small_gutter {
    margin-left: -10px;
    margin-right: -10px;
}

.small_gutter > div {
    padding-right: 10px;
    padding-left: 10px;
}

.tools_area .button {
    padding: 17px 48px;
    -webkit-box-shadow: 0 5px 10px rgba(26, 143, 227, 0.1);
    box-shadow: 0 5px 10px rgba(26, 143, 227, 0.1);
}

.page_shadow {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: -1;
}


/* .price_box */
.pricing_group {
    padding-left: 100px;
    padding-right: 100px;
}

.price_box {
    background: #FFFFFF;
    border-radius: 12px;
    padding: 16px;
    max-width: 387px;
    height: 100%;
    box-shadow: 3px 10px 40px rgba(24, 29, 32, 0.05);
}

.price_box-header {
    border-bottom: 1px solid #E3E3E4;
    padding-bottom: 16px;
    margin-bottom: 16px;
}

.price_box-header p {
    font-size: 10px;
    color: #525658;
}

.price_box-note {
    color: #707375;
    font-size: 12px;
}

.price_box-date {
    color: #525658;
}

.price_box-value {
    color: #1A8FE3;
}

.price_box h4 {
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
    color: #181D20;
    margin-bottom: 4px;
}

.price_box h3 {
    font-weight: bold;
    font-size: 32px;
    line-height: 44px;
    color: #1A8FE3;
    margin-top: 10px;
}

.price_box h3 sub {
    font-size: 14px;
    line-height: 20px;
    color: #828586;
    font-weight: 400;
    padding-left: 8px;
}

.price_box-subtitle {
    color: #181D20;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.08px;
}

.price_box ul {
}

.price_box ul li {
    color: #828586;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.07px;
    margin-top: 12px;
}

.price_box-icon {
    width: 16px;
    height: 16px;
    background-color: #707375;
    color: #fff;
    border-radius: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
}

.price_box-icon svg {
    width: 12px;
    height: 12px;
}

.price_box .button {
    border-radius: 8px;
    padding: 8px 20px;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 20px;
    font-size: 12px;
    border: 1px solid #1A8FE3;
    background-color: #FFF;
    color: #1A8FE3;
}

.price_box .button.default {
    background-color: #EFEFEF;
    border: 1px solid #E3E3E4;
    color: #A7A9AA;
    pointer-events: none;
}

.price_box .button.default:hover {
    background-color: #F6F6F6;
    color: #828586;
}

.price_box.active {
    background-color: #1A8FE3;
    color: #fff;
}

.price_box.active .price_box-header {
    border-bottom-color: #E3E3E4;
}

.price_box.active .price_box-icon {
    background-color: #FFF;
    color: #1A8FE3;
}

.price_box.active h4,
.price_box.active h3,
.price_box.active h3 sub,
.price_box.active .price_box-subtitle,
.dark-mode .price_box .price_box-subtitle,
.price_box.active .price_box-header p,
.price_box.active .price_box-note,
.price_box.active ul li {
    color: #fff;
}

.price_box_button-icon {
    width: 20px;
    height: 20px;
    color: #57B286;
    display: inline-block;
    vertical-align: middle;
    margin-left: 4px;
    margin-top: -6px;
}

.price_box_button-icon svg {
    width: 100%;
    height: 100%;
}

.price_box.active .button:hover .price_box_button-icon {
    color: #08c332;
}

.price_box .button-link {
    background: none;
    color: #D0726C;
    font-weight: 500;
    font-size: 10px;
    text-decoration: underline;
    text-transform: none;
    padding: 0;
}

.price_box .button-link:hover {
    text-decoration: none;
}

.price_box--short {
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.price_box--short .price_box-group {
    flex-grow: 1;
}

.price_box--short .price_box-header {
    border: none;
    padding-bottom: 0;
    margin-bottom: 12px;
}

.price_box--short h4 {
    font-weight: 600;
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 2px;
}

.price_box--short h3 {
    font-size: 24px;
    line-height: 1.2;
}

.price_box--short h3 sub {
    font-size: 10px;
    line-height: 15px;
    padding-left: 4px;
}

.price_box--short .button {
    width: auto;
    font-size: 10px;
    text-transform: uppercase;
    padding: 10px 12px;
}

.price_box-decor {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    border: 3px solid #fff;
    flex-shrink: 0;
}

.ai-tools__catalog {
    margin-top: 8px;
}

.ai-tools {
    width: 295px;
    padding-top: 16px;
    padding-bottom: 26px;
    border-right: 1px solid #E3E3E4;
    flex-shrink: 0;
}

.ai-all {
    padding: 16px 0 16px 20px;
    width: 100%;
}

.ai-all__item .main-item {
    position: relative;
    overflow: hidden;
}

.ai-featured .d-flex {
    align-items: flex-start;
}

.menu2 li a .ai-all__image {
    width: 295px;
    height: 222px;
    object-fit: cover;
    border-radius: 8px;
    transform: rotate(-10deg);
    position: absolute;
    top: 18px;
    right: -34px;
    margin-right: 0;
}

.menu2 li a:hover .ai-all__image {
    filter: none;
}

.menu2 .ai-tools h4,
.menu2 .ai-all h4 {
    margin-left: 0;
    padding-left: 0;
}

.ai-featured__box {
    margin-top: 8px;
    padding-bottom: 16px;
}

.ai-featured__box > div {
    margin-left: -10px;
    margin-right: -10px;
}

.ai-featured__content {
    margin-top: 16px;
    display: flex;
    align-items: center;
    width: 100%;
}

.ai-other {
    padding-top: 16px;
}

.ai-all__item,
.ai-all__item .mega_menu {
    margin-top: 0 !important;
}

.ai-other > div {
    margin-left: -10px;
}

.image-box-arrow {
    margin-left: auto;
}

.menu2 .ai-all__item .main-item {
    height: 160px;
    margin: 0;
}

.menu2 .expand_menu--image .category-tools__item {
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 0;
}

.menu2 .expand_menu--image .category-tools__item:hover {
    background-color: #ffffff;
}

.menu2 .expand_menu--image .category-tools__item--big.is-active:hover {
    background-color: #f6f6f6;
}

.nav-link[aria-expanded='true']:after .menu2 .expand_menu--image .ai-all__item {
    padding-left: 10px;
    padding-right: 10px;
    display: block !important;
    flex-shrink: 0;
}

.category-tools__item--big {
    padding-bottom: 16px !important;
    padding-right: 42px !important;
}

.subscribe-modal {
    padding: 24px;
    background: #FFFFFF;
    box-shadow: 3px 1px 32px rgba(24, 29, 32, 0.05);
    border-radius: 12px;
    display: flex;
    align-items: center;
    flex-direction: column;
    max-width: 448px;
}

.subscribe-modal__icon {
    background-color: var(--theme-color);
    border-radius: 99px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 96px;
    height: 96px;
}

.subscribe-modal__title {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.33;
    color: #181D20;
    margin-top: 24px;
}

.subscribe-modal__descr {
    margin-top: 10px;
    line-height: 1.5;
    text-align: center;
}

.subscribe-modal__field {
    margin-top: 24px;
}

.subscribe-modal__field .form-control-field {
    height: 56px;
}

.subscribe-modal__actions {
    display: flex;
}

.subscribe-modal .modal-footer,
.subscribe-modal .modal-header {
    border: 0;
}

.subscribe-modal .form-control-field {
    font-size: 14px;
}

.subscribe-modal__close {
    position: absolute;
    top: 22px;
    right: 22px;
    padding: 0 !important;
    margin: 0 !important;
}

@media (max-width: 1025px) {
    .pricing_group {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (min-width: 992px) {
    .price_box {
        position: relative;
    }

    .price_box .button {
        /*position: absolute;
        left: 24px;
        right: 24px;
        bottom: 24px;
        width: auto;*/
    }

    .price_box-header p {
        font-size: 14px;
    }

    .price_box--short h4 {
        font-size: 20px;
    }

    .price_box--short {
        padding-bottom: 24px;
    }

    .price_box--short .button {
        position: static;
        font-size: 14px;
    }

    .price_box-decor {
        width: 32px;
        height: 32px;
        border: 5px solid #fff;
    }

    .price_box .button-link {
        font-size: 14px;
    }
}

@media (max-width: 575.98px) {
    .price_box.price_box--short h4 {
        font-size: 14px;
    }

    .details-popup--catalog .qr {
        width: 100%;
        height: auto;
    }

    .details-popup--catalog .details-popup__btn {
        height: 40px;
        width: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1.5px solid #1A8FE3;
        color: #1A8FE3;
    }

    .details-popup--catalog.details-popup .btn-action--blue {
        height: 40px;
        font-size: 12px;
    }

    .subscribe-modal {
        padding: 16px;
    }

    .subscribe-modal__icon {
        width: 72px;
        height: 72px;
    }

    .subscribe-modal__icon svg {
        width: 27px;
        height: 23px;
    }

    .subscribe-modal__icon img {
        width: 32px;
        height: 32px;
    }

    .subscribe-modal__title {
        font-size: 20px;
    }

    .subscribe-modal__descr {
        font-size: 12px;
    }

    .subscribe-modal__field .form-control-field {
        height: 48px;
    }

    .subscribe-modal__close {
        top: 16px;
        right: 16px;
    }
}


/*contact area*/

.contact_area input,
.contact_area textarea {
    background: #FFFFFF;
    border: 1px solid #E3E3E4;
    border-radius: 10px;
    width: 100%;
    height: 48px;
    padding: 0 16px;
    font-size: 14px;
    margin-top: 15px;
    -webkit-box-shadow: 0 5px 10px rgba(26, 143, 227, 0.1);
    box-shadow: 0 5px 10px rgba(26, 143, 227, 0.1);
}

.contact_area label {
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: #525658;
}

.contact_area input::-webkit-input-placeholder,
.contact_area textarea::-webkit-input-placeholder {
    color: #C8C9CA;
    opacity: 1;
}

.contact_area input::-moz-placeholder,
.contact_area textarea::-moz-placeholder {
    color: #C8C9CA;
    opacity: 1;
}

.contact_area input:-ms-input-placeholder,
.contact_area textarea:-ms-input-placeholder {
    color: #C8C9CA;
    opacity: 1;
}

.contact_area input::-ms-input-placeholder,
.contact_area textarea::-ms-input-placeholder {
    color: #C8C9CA;
    opacity: 1;
}

.contact_area input::placeholder,
.contact_area textarea::placeholder {
    color: #C8C9CA;
    opacity: 1;
}

.contact_area textarea {
    height: 137px;
    resize: none;
    padding-top: 14px;
    padding-bottom: 14px;
}

.contact_area .button {
    -webkit-box-shadow: 0 5px 10px rgba(26, 143, 227, 0.1);
    box-shadow: 0 5px 10px rgba(26, 143, 227, 0.1);
    border-radius: 14px;
}

.contact_area--section {
    padding-top: 50px;
    padding-bottom: 100px;
}

@media (min-width: 960px) {

    .contact_area--section {
        padding-top: 75px;
        padding-bottom: 150px;
    }
}

.title_md {
    font-weight: bold;
    font-size: 32px;
    line-height: 1.5;
    color: #181D20;
    margin-top: 40px;
}

.privacy_area p a {
    color: inherit;
}

.privacy_area p a:hover,
.privacy_area p a.active {
    color: var(--blue);
}


/*compress area*/

.title_lg {
    font-weight: bold;
    font-size: 40px;
    line-height: 140%;
    color: #181D20;
}

.rating_box {
    display: -webkit-box;
    display: -ms-flexbox;
}


/* tools-menu */

.tools-menu {
    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;
    background: #FFFFFF;
    border-radius: 12px;
    padding: 6px 24px 16px 24px;
    max-width: 480px;
    margin-top: 55px;
    -webkit-box-shadow: 0 8px 16px rgba(24, 29, 32, 0.03);
    box-shadow: 0 8px 16px rgba(24, 29, 32, 0.03);
}

.rating_box {
    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;
    background: #FFFFFF;
    border-radius: 12px;
    padding: 6px 24px 16px 24px;
    max-width: 480px;
    margin-top: 55px;
    -webkit-box-shadow: 0 8px 16px rgba(24, 29, 32, 0.03);
    box-shadow: 0 8px 16px rgba(24, 29, 32, 0.03);
}

.rating_box h5 {
    font-weight: 600;
    font-size: 18px;
    color: #707375;
}

.rating_box h6 {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #1A8FE3;
    border-left: 1px solid #E3E3E4;
    padding-left: 8px;
}

.rating_box h6 span {
    font-size: 12px;
    color: #828586;
    font-weight: 400;
}

.rating_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.star-rating {
    direction: rtl;
    display: inline-block;
    padding: 0 20px;
}

.star-rating input[type=radio] {
    display: none
}

.star-rating label {
    cursor: pointer;
}

.star-rating label svg path {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.star-rating label:hover svg path,
.star-rating label:hover ~ label svg path,
.star-rating input[type=radio]:checked ~ label svg path {
    stroke: #f2b600;
    fill: #f2b600;
}

.file-drop-area {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    border-radius: 12px;
    padding: 2rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 4.5rem;
    height: 366px;
    background: #FFFFFF;
    border: 1px solid #EFEFEF;
}

.file-drop-area.is-active {
    background-color: rgba(255, 255, 255, 0.05);
}

.file-msg {
    font-size: small;
    font-weight: 300;
    line-height: 1.4;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.file-input {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
    opacity: 0;
}

.file-input:focus {
    outline: none;
}

.file-drop-area .social_icon {
    position: relative;
    z-index: 1;
}

.file-drop-area .social_icon a {
    height: 32px;
    width: 32px;
    line-height: 32px;
}

.file-drop-area .button {
    border-radius: 14px;
    display: -webkit-inline-box;
    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;
    font-weight: 500;
    padding: 16px 24px;
}

.file-drop-area .button img {
    margin-right: 8px;
}

p.drag {
    font-size: 16px;
    line-height: 140%;
    color: #707375;
}

.tools_area.v2 .tools_box {
    padding: 32px;
}

.tools_area.v2 .icon_box {
    width: 72px;
    height: 72px;
}

.tools_area.v2 .tools_box p {
    font-size: 16px;
}

.step_item {
    position: relative;
    padding-left: 40px;
}

.step_item h4 {
    font-weight: 600;
    font-size: 18px;
    color: #181D20;
}

.step_item::after {
    position: absolute;
    content: '';
    left: 5px;
    height: 14px;
    width: 14px;
    top: 4px;
    border-radius: 50%;
    background-color: var(--blue);
    -webkit-box-shadow: 0 0 0 4px #FFFFFF, 0 0 0 6px var(--blue);
    box-shadow: 0 0 0 4px #FFFFFF, 0 0 0 6px var(--blue);
}

.step_item::before {
    position: absolute;
    content: '';
    top: 0;
    left: 11.5px;
    height: calc(100% + 30px);
    border-left: 2px dashed #71BAEE;
}

.step_item:last-child::before {
    display: none;
}


/*footer area*/

footer {
    font-size: 14px;
    line-height: 140%;
    color: #828586;
    background-color: #fff;
    padding-top: 10px;
}

footer ul li {
    padding-top: 14px;
}

footer a {
    color: inherit;
}

footer a:hover,
footer a.active {
    color: var(--blue);
}

footer h4 {
    font-weight: bold;
    font-size: 18px;
    line-height: 150%;
    color: #525658;
}

.footer_bottom {
    background: #EFF7FD;
    padding: 14px 0 24px;
    font-weight: 500;
    margin-top: 80px;
}

.copy_right {
    color: #707375;
}

.footer_bottom p span {
    color: var(--blue);
}

.footer_bottom p img {
    max-width: 114px;
    margin-right: 24px;
}


/*return-to-top START CSS*/

.back-to-top {
    font-size: 24px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    display: none;
    position: fixed;
    bottom: 30px;
    right: 20px;
    border-radius: 50%;
    background: var(--blue);
    z-index: 1000;
}

.back-to-top i {
    color: #fff;
}

.menu2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.menu2 > li {
    padding: 0 11px;
}

.menu2 li a {
    font-size: 16px;
    line-height: 140%;
    color: #525658;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
}

.menu2 li a:hover {
    color: var(--blue);
}

.menu2 li a img {
    width: 20px;
    height: 20px;
    margin-right: 8px;
}

.menu2 li a:hover img {
    -webkit-filter: invert(48%) sepia(99%) saturate(5326%) hue-rotate(200deg) brightness(103%) contrast(107%);
    filter: invert(48%) sepia(99%) saturate(5326%) hue-rotate(200deg) brightness(103%) contrast(107%);
}

.drop_menu {
    position: relative;
}

.menu2 > li > ul {
    background: #FFFFFF;
    border-radius: 10px 0 0 10px;
    padding: 8px 0 8px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 250px;
    -webkit-box-shadow: 0 8px 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.menu2 > li:hover > ul {
    opacity: 1;
    visibility: visible;
}

.menu2 > li > ul > li {
    padding: 8px 16px;
}

.drop_menu > a::after {
    content: '';
    width: 7px;
    height: 7px;
    margin-left: 7px;
    margin-top: -4px;
    border-right: 1px solid #707375;
    border-bottom: 1px solid #707375;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.multilavel {
    position: relative;
}

.multilavel > a {
    position: relative;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.multilavel > a::after {
    position: absolute;
    content: '';
    width: 7px;
    height: 7px;
    margin-left: 7px;
    border-right: 1px solid #707375;
    border-bottom: 1px solid #707375;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 0;
    top: 5px;
}

.multilavel > ul {
    top: 0;
    left: 100%;
    position: absolute;
    -webkit-box-shadow: 0 8px 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.1);
    border-radius: 0 10px 10px 0;
    padding: 8px 0 8px;
    background-color: #fff;
    width: 250px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.multilavel > ul > li {
    padding: 8px 16px;
}

.multilavel:hover > ul {
    visibility: visible;
    opacity: 1;
}

@media (min-width: 1025px) {
    .menu2 > li {
        display: flex;
        align-items: center;
    }
}


/*****new*****/

.mobile_menu .menu2 {
    margin-left: 0;
}

.sticky-top-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.button-share-box {
    text-align: right;
    display: inline-block;
}

.menu2 ~ .sticky-top-group .button-share-box {
    display: none;
}

.sticky-top-group .button {
    font-size: 12px;
    padding: 5px 16px;
    vertical-align: middle;
}

.sticky-top-group .button-files {
    padding-top: 6px;
    padding-bottom: 6px;
}

.sticky-top-group .button-share img {
    width: 12px;
    height: 12px;
    margin-right: 6px;
}

.sticky-top-group .header-search {
    display: none;
}

.header-tools + .hamburger-menu {
    margin-left: 10px;
}


/* logo */

.logo {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #1A8FE3;
    white-space: nowrap;
}

.logo span {
    color: #181D20;
}


/* header-search */

.header-search {
    display: inline-flex;
    vertical-align: middle;
    width: 217px;
    position: relative;
    height: 44px;
    margin-right: 8px;
}

.header-search .header-search_button {
    display: none;
    background: none;
}

.header-search_group {
    width: inherit;
    height: inherit;
}

.header-search_form {
    height: inherit;
}

.header-search .form-control {
    padding-left: 42px;
    background: #F6F6F6;
    border-radius: 10px;
    border: none;
    height: inherit;
    font-weight: 400;
    font-size: 10px;
}

.header-search_form .button {
    padding: 11px 6px 10px 12px;
    background: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 38px;
    height: inherit;
}

.header-search .button img {
    width: 100%;
    height: 100%;
    display: block;
}

.header-search .button:hover {
    background: none;
}

.header-search_results {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    box-shadow: 3px 15px 40px rgba(24, 29, 32, 0.05);
    border-radius: 7px;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #fff;
    margin-top: 8px;
    text-align: left;
}

.header-search_results-list {
    color: #828586;
    font-size: 12px;
}

.header-search_results-list li {
    border-bottom: 1px solid #E3E3E4;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 2px;
}

.header-search_results-list a {
    color: inherit;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 100%;
    display: block;
}

.header-search_results-list img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.header-search_results-list strong {
    font-weight: 500;
    color: #181D20;
}

.header-search_results-all a {
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    padding-top: 8px;
    padding-bottom: 8px;
    display: block;
    text-align: center;
    color: #1A8FE3;
}

.header-search_form .header-search_back,
.header-search_form .header-search_clear,
.header-search_popular,
.header-search_example {
    display: none;
}

.header-search .tools_box {
    display: block;
}

.tags-box {
    display: flex;
    align-items: center;
}

.tags-box span {
    font-weight: 500;
    font-size: 14px;
    color: #181D20;
    margin-right: 8px;
    white-space: nowrap;
}

.tag-item {
    color: var(--theme-color);
    font-weight: 500;
    font-size: 14px;
    padding: 8px 10px;
    border: 1px solid var(--theme-color);
    border-radius: 10px;
    display: inline-block;
    margin-left: 16px;
    white-space: nowrap;
}

.tags-box--tools {
    margin-bottom: 48px;
}

.tags-box--tools span {
    margin-left: 6px;
    margin-right: 10px !important;
    font-size: 16px;
}

.tags-box__wrapper {
    margin: -6px;
    align-items: center;
}

.tags-box--tools .tag-item {
    padding-top: 6px;
    padding-bottom: 6px;
    background-color: #E3F1FB;
    line-height: 1.3;
    margin: 6px;
}

@media (max-width: 1199px) {
    .header-search {
        width: 150px;
    }
}

@media (max-width: 992px) {
    .header-search {
        height: auto;
    }

    .header-search_group {
        position: relative;
        z-index: 5;
    }

    .header-search_results {
        position: fixed;
        top: 170px;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 4;
        box-shadow: none;
        border-radius: 0;
        padding-top: 0;
        padding-left: 0;
        padding-right: 0;
        background-color: #fff;
    }

    .header-search_results-box {
        overflow-y: auto;
        height: 100%;
    }

    .header-search_results .tools_box {
        display: flex;
        align-items: center;
        margin-top: 16px;
        padding: 0 !important;
        width: 100%;
        border-radius: 0;
    }

    .header-search_results .tools_box .icon_box {
        width: 40px;
        height: 40px;
        flex-shrink: 0;
        margin-right: 10px;
        margin-bottom: 0;
    }

    .header-search_results .tools_box svg {
        width: 20px;
        height: 20px;
    }

    .header-search_results .tools_box h4 {
        color: #A7A9AA;
        margin-bottom: 0;
        font-size: 12px;
        margin-top: 0;
        line-height: 1.2;
    }

    .header-search_results .tools_box h4 strong {
        color: #181D20;
        font-weight: 600;
    }

    .header-search_results .catalog-box__tag {
        color: #707375;
    }

    .header-search_other {
        margin-top: 18px;
    }

    .header-search_other-title {
        text-align: center;
        text-transform: uppercase;
        font-weight: 500;
        font-size: 10px;
        line-height: 16px;
        position: relative;
    }

    .header-search_other-title:before {
        content: "";
        display: block;
        border-top: 1px solid #C8C9CA;
        position: absolute;
        left: 0;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        z-index: -1;
    }

    .header-search_other-title span {
        display: inline-block;
        background-color: #fff;
        padding-left: 8px;
        padding-right: 8px;
    }
}


/* header-user */

.header-user {
    margin-left: 8px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.header-user:hover .header-user_menu {
    display: block;
}

.header-user_avatar {
    width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 100%;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #9747FF;
}

.header-user_menu {
    position: absolute;
    top: 100%;
    right: 0;
    width: 224px;
    padding-top: 17px;
    margin-left: 5px;
    text-align: left;
    display: none;
}

.header-user_menu::before {
    content: "";
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 10px solid #FFF;
    position: absolute;
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
}

.header-user_menu-box {
    box-shadow: 3px 10px 40px rgba(24, 29, 32, 0.05);
    border-radius: 12px;
    background: #FFF;
    padding: 16px;
}

.header-user_menu-list {
    margin-top: 16px;
}

.header-user_menu-list li {
    border-bottom: 1px solid #E3E3E4;
    display: flex;
    justify-content: space-between;
}

.header-user_menu-list li:first-child {
    border-top: 1px solid #E3E3E4;
}

.header-user_menu-list a {
    padding-top: 12px;
    padding-bottom: 12px;
    color: #525658;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    display: block;
}

.header-user_menu .switch-mode-tool {
    display: inline-flex;
    padding: 0;
    margin-top: 0;
    border: none;
}

.header-user_menu .switch-mode-tool .form-check-input {
    width: 48px;
}

.header-user_menu .switch-mode-tool .form-check-input::after {
    left: 2px;
    top: 2px;
    width: 20px;
    height: 20px;
}

.header-user_menu-actions {
    margin-top: 16px;
}

.header-user_menu-actions .btn {
    width: 100%;
    padding-top: 7px;
    padding-bottom: 7px;
    border-radius: 4px;
    font-weight: 500;
    font-size: 12px;
}

.header-user_menu-actions .btn-support {
}

.header-user_menu-actions .btn-logout {
    border: 1px solid #E2464C;
    color: #E2464C;
    margin-top: 8px;
}


/* tools-menu */

.tools-menu {
    display: flex;
    align-items: center;
    color: #525658;
    padding-right: 10px;
    margin-right: 4px;
    position: relative;
}

.tools-menu.current {
    color: #1A8FE3;
}

.tools-menu.current .tools-menu_icon-arrow {
    transform: rotate(180deg);
}

.tools-menu::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 12px;
    background-color: #E3E3E4;
}

.tools-menu_icon-grid {
    width: 20px;
    height: 20px;
    transition: color .2s linear;
}

.tools-menu_icon-arrow {
    width: 12px;
    height: 12px;
    margin-left: 6px;
    transition: transform, color .2s linear;
}

.tools-menu svg {
    width: 100%;
    height: 100%;
    vertical-align: top;
}

@media (min-width: 767px) {
    .tools-menu {
        margin-right: 12px;
    }
}

@media (min-width: 992px) {
    .tools-menu {
        display: none;
    }

    .sticky-top-group .button-switch-mode {
        margin: 0 0 0 20px;
    }

    .sticky-top-group .header-search {
        display: inline-block;
        width: auto;
        height: auto;
    }

    .header-search .form-control {
        padding: 16.5px 16.5px 16px 46px;
        font-size: 10px;
        background-color: #F6F6F6;
        border-radius: 8px;
        border: none;
        outline: none;
        color: #707375;
    }

    .header-search_form .button {
        padding: 0 10px;
        top: 0;
        left: 3px;
    }

    .sticky-top-group .hamburger-menu {
        margin-left: 12px;
    }

    .modal-share .modal-title {
        font-size: 20px;
    }

    .modal-share .modal-header-text {
        font-size: 14px;
    }

    /* modal-choose-options */
    .modal-choose-options .modal-dialog {
        max-width: 616px;
    }

    .choose-options_label {
        min-height: 114px;
    }
}


/* .faq_item_box */

.faq_item_box {
}

.faq_item_box .card {
    margin-top: 24px;
    border: none;
    border-radius: 12px;
    width: 100%;
}

.faq_item_box .card-body {
    padding: 0;
}

.faq_item_box .card-title {
    color: #707375;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
    min-height: 20px;
    -webkit-transition: color .2s linear;
    -o-transition: color .2s linear;
    transition: color .2s linear;
    cursor: pointer;
    position: relative;
    padding: 24px 64px 24px 24px
}

.faq_item_box .card-action {
    position: absolute;
    top: 50%;
    margin-top: -12px;
    right: 24px;
    width: 24px;
    height: 24px;
    overflow: hidden;
    display: block;
}

.faq_item_box .card-action img {
    max-width: 100%;
}

.faq_item_box .card-action-plus {
}

.faq_item_box .card-action-minus {
    display: none;
}

.faq_item_box .card-content {
    padding: 0 24px 24px;
    display: none;
}

.faq_item_box .card-text {
    color: #828586;
    font-size: 16px;
    font-weight: 400;
}

.faq_item_box .card-title.is-active + .card-content {
    display: block;
}

.faq_item_box .card-title.is-active {
    color: #1A8FE3;
}

.faq_item_box .card-title.is-active .card-action-plus {
    display: none;
}

.faq_item_box .card-title.is-active .card-action-minus {
    display: block;
}

.modal-share {
}

.modal-share .modal-content {
    border-radius: 12px;
}

.modal-share .modal-header {
    border: none;
    padding: 40px 40px 0;
    display: block;
}

.modal-share.ctrl-modal .modal-header {
    text-align: left;
}

.modal-share .modal-title {
    color: #181D20;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 8px;
}

.modal-share .modal-header-text {
    color: #828586;
    font-size: 16px;
}

.modal-share .modal-header .close {
    position: absolute;
    top: 24px;
    right: -8px;
}

.modal-share .modal-body {
    padding: 8px 40px 40px;
}

.modal-share .social_icon {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px;
}

.modal-share .social_icon a {
    width: 48px;
    height: 48px;
    background-color: #fff;
    border: 1px solid #E3E3E4;
    line-height: 46px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 8px;
    margin-right: 8px;
    margin-top: 16px;
}

.modal-share .input-group {
    margin-top: 40px;
}

.modal-share .form-control {
    padding: 13px 6px 11px 16px;
    font-size: 14px;
    border-radius: 8px 0 0 8px;
    border-color: #E3E3E4;
    border-right-width: 0;
    height: 44px;
}

.modal-share .form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.modal-share .input-group-append .btn {
    padding: 13px 8px 10px 6px;
    font-size: 12px;
    color: #1A8FE3;
    font-weight: 600;
    border-radius: 0 8px 8px 0;
    border-color: #E3E3E4;
    border-left-width: 0;
}

.modal-share .input-group-append .btn:hover {
    background: none;
}


/* modal-files */

.modal-files .modal-dialog {
    max-width: 723px;
}

.modal-files .modal-header {
    border: none;
    padding: 40px 40px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.modal-files .modal-title {
    color: #181D20;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 8px;
}

.modal-files .modal-header-text {
    color: #828586;
    font-size: 16px;
}

.modal-files .button-delete-all {
    background-color: #D0726C;
    border-radius: 10px;
    padding: 10px 24px;
}

.modal-files .modal-body {
    padding: 8px 40px 40px;
}


/* files */

.files {
}

.files_group {
    border-top: 1px solid #E3E3E4;
    padding-top: 16px;
    padding-bottom: 16px;
}

.files_group:first-child {
    border: none;
}

.files_item {
    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;
}

.files_name {
    border: 1px solid #EFEFEF;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    width: 158px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 16px;
    font-size: 14px;
    font-weight: 400;
    white-space: nowrap;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.files_name svg {
    margin-right: 4px;
    vertical-align: -5px;
    width: 20px;
    height: 21px;
    color: #1A8FE3;
    flex-shrink: 0;
}

.files_tools {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.files_tools-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.files_note {
    font-size: 12px;
    color: #A7A9AA;
    margin-right: 16px;
}

.files_note-colored {
    color: #DDBE22;
}

.button-tool {
    width: 40px;
    height: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    line-height: 40px;
    padding: 0;
    background: #fff;
    font-size: 0;
}

.button-tool_menu {
    display: none;
    background-color: #EFF7FD;
    width: 32px;
    height: 32px;
    line-height: 32px;
}

.button-tool_menu:hover {
    background-color: #EFF7FD;
}

.button-tool_download {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.button-tool_icon {
    width: 24px;
    height: 24px;
    fill: none;
    transition: fill .2s linear;
}

.button-tool_delete {
    color: #D0726C;
}

.button-tool_delete:hover {
    background-color: #F9EEED;
    color: #D0726C;
}

.button-tool_delete:hover .button-tool_icon {
    fill: #D0726C;
}

.button-tool_download {
    color: #1A8FE3;
}

.button-tool_download:hover {
    background-color: rgb(26 143 227 / 10%);
    color: #1A8FE3;
}

.button-tool_menu {
    background: none;
}

.button-tool_menu .button-tool_icon {
    width: 16px;
    height: 16px;
}

.button-tool_menu {
    color: #1A8FE3;
}

.button-tool_menu:hover {
    color: #1A8FE3;
}

.button-select {
    margin-left: 8px;
    font-size: 14px;
    padding: 9px 24px;
    border-radius: 10px;
}

.files_tree {
    position: relative;
}

.files_tree:before {
    content: "";
    display: block;
    height: calc(100% - 22px);
    background-color: #E3E3E4;
    position: absolute;
    top: -4px;
    left: 14.4px;
    width: 1px;
}

.files_tree .files_item {
    padding-left: 40px;
    margin-top: 12px;
}

.files_tree .files_item:before {
    content: "";
    display: block;
    width: 14px;
    height: 28px;
    background-image: url("/v3/img/arrow-tree.svg");
    background-repeat: no-repeat;
    background-position: 0 0;
    position: absolute;
    top: 0;
    left: 14px;
}

.files_tree .files_name {
    width: 117px;
}


/* modal-choose-options */

.modal-choose-options .modal-dialog {
    max-width: 892px;
}

.modal-choose-options .modal-content {
    border-radius: 12px;
}

.modal-choose-options .modal-header {
    border: none;
    padding: 40px 40px 0;
    display: block;
}

.modal-choose-options .modal-title {
    color: #181D20;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 8px;
}

.modal-choose-options .modal-header-text {
    color: #828586;
    font-size: 16px;
}

.modal-choose-options .button-delete-all {
    background-color: #D0726C;
    border-radius: 10px;
    padding: 10px 24px;
}

.modal-choose-options .modal-body {
    padding: 8px 40px 40px;
}


/* choose-options */

.choose-options {
}

.choose-options_group {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    margin-left: -7px;
    margin-right: -7px;
}

.choose-options_item {
    position: relative;
    overflow: hidden;
    width: 260px;
    min-height: 114px;
    margin-left: 7px;
    margin-right: 7px;
    margin-top: 16px;
}

.choose-options_input {
    position: absolute;
    bottom: 100%;
    right: 100%;
}

.choose-options_input:checked ~ .choose-options_label {
    border-color: #1A8FE3;
    background-color: #F6FBFE;
}

.choose-options_label {
    border: 1px solid #EFEFEF;
    box-sizing: border-box;
    border-radius: 10px;
    display: block;
    width: inherit;
    height: 100%;
    padding: 12px;
    cursor: pointer;
}

.choose-options_name {
    color: #181D20;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    margin-bottom: 8px;
}

.choose-options_text {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.005em;
    color: #707375;
}

.choose-options_note {
    font-style: italic;
    font-size: 12px;
    line-height: 18px;
    color: #525658;
    text-align: center;
    margin-top: 32px;
}

.choose-options_note a {
    color: #D0726C;
    text-decoration: none;
}

.choose-options_note a:hover {
    text-decoration: underline;
}

.choose-options_button {
    display: block;
    width: 100%;
    margin-top: 16px;
    border-radius: 14px;
    padding-top: 16px;
    padding-bottom: 16px;
}

.choose-options_button:disabled {
    background: #C8C9CA;
}

.counter {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.005em;
    color: #A7A9AA;
    margin-left: 7px;
    cursor: context-menu;
    margin-bottom: 8px;
}

@media (max-width: 1199px) {
    .header-tools {
        margin-right: 6px;
        margin-left: 6px;
        padding-left: 6px;
        padding-right: 6px;
        min-width: 96px;
    }

    .header-tools .button {
        width: 22px;
        height: 22px;
    }

    .btn-support {
        margin-left: -55px;
    }

    .button-switch-mode {
        /*margin-left: -57px;
margin-right: 56px;*/
    }

    .btn-support {
        font-size: 12px;
    }

    .button-sign-in {
        font-size: 12px;
        padding: 5px 18px 4px;
    }

    .menu2 li a {
        padding-top: 7px;
    }
}

@media (max-width: 992px) {
    .sticky-top-group .button-share-box {
        display: none;
    }

    .sticky-top-group .button {
        font-size: 12px;
        padding: 5px 16px;
        vertical-align: middle;
    }

    .sticky-top-group .button-files {
        padding-top: 7px;
        padding-bottom: 7px;
    }

    .sticky-top-group .button-share img {
        width: 12px;
        height: 12px;
        margin-right: 6px;
    }

    .menu2 ~ .sticky-top-group .button-share-box {
        display: block;
    }

    .menu2 .sticky-top-group .button-switch-mode {
        display: none;
    }

    .sticky-top-group .button-share {
        display: none;
    }

    .sticky-top-group .button-switch-mode {
        margin: 0 0 0 20px;
    }

    .sticky-top-group .header-search {
        display: inline-block;
        width: auto;
        height: auto;
    }

    .header-search .form-control {
        padding: 16.5px 16.5px 16px 46px;
        font-size: 10px;
        background-color: #F6F6F6;
        border-radius: 8px;
        border: none;
        outline: none;
        color: #707375;
    }

    .header-search_form .button {
        padding: 14px 10px 10px;
        top: 0;
        left: 6px;
    }

    .sticky-top-group .hamburger-menu {
        margin-left: 12px;
    }

    .modal-share.ctrl-modal .modal-header {
        text-align: left;
    }

    .modal-share .modal-title {
        font-size: 20px;
    }

    .modal-share .modal-header-text {
        font-size: 14px;
    }

    /* modal-choose-options */
    .modal-choose-options .modal-dialog {
        max-width: 616px;
    }

    .choose-options_label {
        min-height: 114px;
    }
}

@media (max-width: 767px) {
    .modal-share .modal-header,
    .modal-choose-options .modal-header {
        padding: 24px 24px 0;
    }

    .modal-share .modal-body,
    .modal-choose-options .modal-body {
        padding: 8px 24px 24px;
    }

    .modal-share.ctrl-modal .modal-body {
        padding-left: 16px;
        padding-right: 16px;
    }

    .modal-share .social_icon {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-left: 0;
        margin-right: 0;
    }

    .modal-share .modal-title,
    .modal-choose-options .modal-title {
        font-size: 18px;
    }

    .modal-share .modal-header-text,
    .modal-choose-options .modal-header-text {
        font-size: 12px;
    }

    .modal-share .input-group {
        margin-top: 24px;
    }

    .modal-share .form-control {
        height: 40px;
    }

    .modal-share .input-group-append .btn {
        padding: 10px 8px 10px 6px;
    }

    .faq_item_box .card {
        margin-top: 16px;
    }

    .faq_item_box .card-title {
        font-size: 12px;
        padding: 16px 40px 16px 12px;
    }

    .faq_item_box .card-action {
        width: 18px;
        height: 18px;
        margin-top: -9px;
        right: 12px;
    }

    .faq_item_box .card-text {
        font-size: 10px;
    }

    .faq_item_box .card-content {
        padding: 0 12px 16px 12px;
    }

    .sticky-top-group .button-files {
        font-size: 0;
        padding-left: 6px;
        padding-right: 6px;
        padding-top: 4px;
        padding-bottom: 4px;
    }

    .button-files img {
        margin-right: 0;
    }

    .sticky-top-group .button-share {
        margin-left: 4px;
    }

    .sticky-top-group .header-search_group {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #fff;
        padding-left: 0;
        padding-right: 0;
        display: none;
        z-index: 1000;
    }

    .header-search_group.is-active {
        display: block;
    }

    .sticky-top-group .header-search_form {
        height: 69px;
        position: relative;
    }

    .sticky-top-group .header-search .form-control {
        border: none;
        padding-top: 18px;
        padding-bottom: 18px;
        border-radius: 0;
        border-bottom: 1px solid #E3E3E4;
        padding-left: 61px;
        padding-right: 50px;
        font-size: 14px;
    }

    .sticky-top-group .header-search .form-control:focus {
        outline: none;
        box-shadow: none;
    }

    .header-search_results {
        display: none;
    }

    .sticky-top-group .header-search_results--mobile {
        position: absolute;
        top: 70px;
        height: calc(100vh - 70px);
        overflow-y: auto;
        box-shadow: none;
        padding-left: 24px;
        padding-right: 24px;
        padding-bottom: 16px;
        margin-top: 0;
    }

    .sticky-top-group .header-search_form .header-search_back,
    .sticky-top-group .header-search_form .header-search_clear {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        padding: 10px;
        width: 41px;
        height: 41px;
        display: block;
    }

    .sticky-top-group .header-search_submit {
        display: none;
    }

    .sticky-top-group .header-search_form .header-search_back {
        left: 14px;
    }

    .sticky-top-group .header-search_form .header-search_clear {
        transform: translateY(-50%) rotate(45deg);
        right: 14px;
        left: auto;
        width: 35px;
        height: 35px;
    }

    .sticky-top-group .header-search_example {
        display: flex;
        max-width: 100%;
        overflow-x: auto;
        margin-left: 24px;
        margin-right: 12px;
        margin-top: 16px;
        padding-bottom: 14px;
    }

    .sticky-top-group .header-search .tools_box {
        border: 1px solid #E3E3E4;
        padding: 8px;
        flex-shrink: 0;
        min-width: fit-content;
        border-radius: 6px;
        height: auto;
    }

    .header-search_example .tools_box {
        margin-right: 12px;
    }

    .header-search_example .tools_box .icon_box {
        width: 24px;
        height: 24px;
        margin-right: 8px;
    }

    .header-search_example .tools_box h4 {
        color: #707375;
        font-weight: 500;
        font-size: 12px;
        line-height: 18px;
        margin-top: 3px;
    }

    .header-search_popular {
        margin-top: 10px;
        padding-left: 24px;
        padding-right: 24px;
        height: calc(100vh - 150px);
        overflow-y: auto;
        padding-bottom: 16px;
        display: block;
    }

    .header-search_popular h6 {
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
        color: #181D20;
    }

    .header-search_popular .tools_box,
    .header-search_results .tools_box {
        margin-top: 16px;
    }

    .header-search_results .tools_box h4 {
        color: #828586;
        font-weight: 500;
    }

    .header-search_results .tools_box h4 span {
        color: #181D20;
        font-weight: 600;
    }

    /* .modal-choose-options */
    .choose-options_group {
        display: block;
        margin-left: 0;
        margin-right: 0;
    }

    .choose-options_item {
        width: auto;
        margin-left: 0;
        margin-right: 0;
    }

    .choose-options_note {
        margin-top: 24px;
        max-width: 250px;
        margin-left: auto;
        margin-right: auto;
    }

    .choose-options_button {
        padding-top: 10px;
        padding-bottom: 10px;
        border-radius: 12px;
        margin-top: 8px;
    }

    /* .modal-files*/
    .modal-files .modal-header {
        padding: 24px 24px 0;
        display: block;
    }

    .modal-files .modal-title {
        font-size: 18px;
    }

    .modal-files .modal-header-text {
        font-size: 12px;
    }

    .modal-files .button-delete-all {
        padding: 10px 24px;
        display: block;
        margin-top: 16px;
    }

    .modal-files .modal-body {
        padding: 14px 24px 24px;
    }

    .button-tool_menu {
        display: block;
    }

    .files_tools-group.is-active {
        display: block;
    }

    .files_tools-group {
        display: none;
        position: absolute;
        bottom: 100%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 150px;
        background: #FFF;
        -webkit-box-shadow: 0 10px 40px rgba(24, 29, 32, 0.05);
        box-shadow: 0 10px 40px rgba(24, 29, 32, 0.05);
        border-radius: 10px;
        padding-left: 8px;
        padding-right: 8px;
    }

    .files_tree .files_item {
        padding-left: 36px;
    }

    .files_name {
        width: 140px;
        font-size: 12px;
    }

    .files_tree .files_name {
        width: 105px;
    }

    .files_note {
        margin-right: 0;
        font-size: 10px;
        padding-top: 8px;
        padding-bottom: 8px;
        line-height: 1.5;
    }

    .button-select {
        padding: 7px 16px;
        font-size: 12px;
    }

    .button-tool_download,
    .button-tool_delete {
        display: block;
        background: none;
        font-weight: 500;
        font-size: 10px;
        width: auto;
        height: auto;
        padding-top: 8px;
        padding-bottom: 8px;
        border-top: 1px solid #EFEFEF;
        text-align: left;
        line-height: 1.2;
        border-radius: 0;
    }

    .button.button-tool_download,
    .button.button-tool_delete {
        font-size: 10px;
    }

    .button-tool_download {
        color: #1A8FE3;
    }

    .button-tool_delete {
        color: #D0726C;
    }

    .button-tool_download:hover,
    .button-tool_delete:hover {
        background: none;
    }

    .button-tool_download:hover {
        color: #1A8FE3;
    }

    .button-tool_delete:hover {
        color: #D0726C;
    }

    .button-tool_download .button-tool_icon,
    .button-tool_delete .button-tool_icon {
        margin-right: 4px;
        vertical-align: -3px;
        width: 16px;
        height: 16px;
    }
}

@media (max-width: 375px) {
    .sticky-top-group .button-share {
        padding-left: 13px;
        padding-right: 13px;
    }

    .sticky-top-group .button-switch-mode {
        margin-left: 12px;
    }

    .sticky-top-group .hamburger-menu {
        margin-left: 12px;
    }

    .modal-files .modal-body {
        padding-left: 10px;
        padding-right: 10px;
    }

    .modal-files .modal-header {
        padding-left: 10px;
        padding-right: 10px;
    }
}


/****** dark-mode ******/

.dark-mode {
    color: #EFEFEF;
    background-color: #1F2A33;
}

.dark-mode main {
    background-color: #1F2A33;
}

.dark-mode header {
    background-color: #1A252E;
}

.dark-mode .logo {
    display: flex;
    align-items: center;
}

.dark-mode header .img-fluid.logo-normal {
    display: none;
}

.dark-mode header .img-fluid.logo-dark {
    display: block;
}

.dark-mode .logo span {
    color: #EFEFEF;
}

.dark-mode .menu2 li a {
    color: #fff;
}

.dark-mode .drop_menu > a::after {
    border-right-color: #fff;
    border-bottom-color: #fff;
}

.dark-mode .menu2 > li > ul {
    background-color: #223544;
    border-radius: 10px;
}

.dark-mode .multilavel > ul {
    background-color: #223544;
}

.dark-mode .header-tools .button {
    background: #223544;
    border-color: #828586;
}

.dark-mode .header-tools .button img {
    -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(775%) hue-rotate(165deg) brightness(119%) contrast(87%);
    filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(775%) hue-rotate(165deg) brightness(119%) contrast(87%);
}

.dark-mode .button-files {
    border: none;
}

.dark-mode .switch-mode-icon_sun {
    display: block;
}

.dark-mode .switch-mode-icon_moon {
    display: none;
}

.dark-mode .header-search .form-control {
    background-color: #223544;
    color: #fff;
}

.dark-mode .header-search .form-control::placeholder {
    color: #EFEFEF;
}

.dark-mode .header-search .button img {
    -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(775%) hue-rotate(165deg) brightness(119%) contrast(87%);
    filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(775%) hue-rotate(165deg) brightness(119%) contrast(87%);
}

.dark-mode .header-search_results {
    background-color: #1A252E;
}

.dark-mode .header-search_results-list a {
    color: #EFEFEF;
}

.dark-mode .header-search_results-list a img {
    -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(775%) hue-rotate(165deg) brightness(119%) contrast(87%);
    filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(775%) hue-rotate(165deg) brightness(119%) contrast(87%);
}

.dark-mode .header-search_results-list li {
    border-bottom-color: #828586;
}

.dark-mode .header-user_menu-box {
    background-color: #1A252E;
}

.dark-mode .header-user_menu::before {
    border-bottom-color: #1A252E;
}

.dark-mode .user-bar_name {
    color: #fff;
}

.dark-mode .user-bar_plan {
    color: #EFEFEF;
}

.dark-mode .header-user_menu-list li {
    border-bottom-color: #828586;
}

.dark-mode .header-user_menu-list li:first-child {
    border-top-color: #828586;
}

.dark-mode .header-user_menu-list a {
    color: #fff;
}

.dark-mode .expand_menu-box {
    background-color: #1A262F;
}

.dark-mode .switch-mode-tool .form-check-input {
    background: #273744;
}

.dark-mode .switch-mode-tool .form-check-input::after {
    background-color: #7a8289;
}

.dark-mode .expand_menu-box .category-tools__item h4,
.dark-mode .expand_menu-box .category-tools__item a {
    color: #fff;
}

.dark-mode .expand_menu-box .category-tools__descr,
.dark-mode .expand_menu-name-categiry,
.dark-mode .expand_menu .mega_menu li a {
    color: #EFEFEF;
}

.dark-mode .expand_menu .gray {
    color: #EFEFEF !important;
}

.dark-mode .drop_menu.is-opened,
.dark-mode .menu2 li .category-tools__item:hover {
    background-color: #223544;
}

.dark-mode .tags-box--tools span {
    color: #fff;
}

.dark-mode .tags-box--tools .tag-item {
    background-color: #223544;
}

.dark-mode .home_area h1 {
    color: #fff;
}

.dark-mode .home_area {
    background: #1A252E;
}

.dark-mode .home_area .gray,
.dark-mode .present_area .gray {
    color: #EFEFEF !important;
}

.dark-mode .search_group input {
    background-color: #223544;
    color: #EFEFEF;
}

.dark-mode .search_group input::-webkit-input-placeholder {
    color: #EFEFEF;
}

.dark-mode .search_group input::-moz-placeholder {
    color: #EFEFEF;
}

.dark-mode .search_group input:-ms-input-placeholder {
    color: #EFEFEF;
}

.dark-mode .search_group input::-ms-input-placeholder {
    color: #EFEFEF;
}

.dark-mode .search_group input::placeholder {
    color: #EFEFEF;
}

.dark-mode .tools__span {
    color: #EFEFEF;
}

.dark-mode .tools__footer {
    background-color: #223544;
}

.dark-mode .tag_box a {
    background-color: #1F2A33;
    color: #1A8FE3;
}

.dark-mode .title,
.dark-mode .step_box h4 {
    color: #fff;
}

.dark-mode .tools_box {
    background-color: #1A252E;
}

.dark-mode .elect {
    background-color: #525658;
    color: #828586;
}

.dark-mode .tools_box .icon_box {
    background-color: #415461;
}

.dark-mode .tools__item.color-violet .tools__footer > div {
    background-color: #423D5C;
}

.dark-mode .color-violet {
    color: #B1A3F5;
}

.dark-mode .tools__item.color-orange .tools__footer > div {
    background-color: #5C483D;
}

.dark-mode .color-orange {
    color: #F99058;
}

.dark-mode .tools__item.color-purple .tools__footer > div {
    background-color: #65434C;
}

.dark-mode .color-purple {
    color: #EB6689;
}

.dark-mode .tools__item.color-blue .tools__footer > div {
    background-color: #3D4A5C;
}

.dark-mode .color-blue {
    color: #66A0EA;
}

.dark-mode .tools__item.color-green .tools__footer > div {
    background-color: #3D595C;
}

.dark-mode .color-green {
    color: #77D0D9;
}

.dark-mode .tools_box h4 {
    color: #fff;
}

.dark-mode .icon_box.v_1 {
    color: #EF94A7;
}

.dark-mode .icon_box.v_2 {
    color: #AC94EF;
}

.dark-mode .icon_box.v_3 {
    color: #FF8FA4;
}

.dark-mode .icon_box.v_4 {
    color: #F6BA97;
}

.dark-mode .icon_box.v_5 {
    color: #B7AAF8;
}

.dark-mode .icon_box.v_6 {
    color: #B7E750;
}

.dark-mode .icon_box.v_8 {
    color: #F2CE9C;
}

.dark-mode .icon_box.v_9 {
    color: #98E750;
}

.dark-mode .icon_box.v1 {
    background-color: #45515E;
}

.dark-mode .icon_box.v2 {
    background-color: #46545F;
}

.dark-mode .icon_box.v3 {
    background-color: #46525D;
}

.dark-mode .icon_box.v4 {
    background-color: #415461;
}

.dark-mode .icon_box.v5 {
    background-color: #425161;
}

.dark-mode .icon_box.v6 {
    background-color: #415262;
}

.dark-mode .icon_box.v7 {
    background-color: #43545E;
}

.dark-mode .icon_box.v8 {
    background-color: #46505E;
}

.dark-mode .icon_box.v9 {
    background-color: #46515D;
}

.dark-mode .icon_box.v10 {
    background-color: #46515D;
}

.dark-mode .icon_box.v11 {
    background-color: #46505E;
}

.dark-mode .icon_box.v12 {
    background-color: #425161;
}

.dark-mode .icon_box.v13 {
    background-color: #43545E;
}

.dark-mode .icon_box.v14 {
    background-color: #415261;
}

.dark-mode .icon_box.v15 {
    background-color: #46535D;
}

.dark-mode .icon_box.v5 img {
    -webkit-filter: brightness(0) saturate(100%) invert(79%) sepia(45%) saturate(7123%) hue-rotate(212deg) brightness(102%) contrast(104%);
    filter: brightness(0) saturate(100%) invert(79%) sepia(45%) saturate(7123%) hue-rotate(212deg) brightness(102%) contrast(104%);
}

.dark-mode .tools_area .button {
    -webkit-box-shadow: 0 16px 18px rgb(26 143 227 / 10%);
    box-shadow: 0 16px 18px rgb(26 143 227 / 10%);
}

.dark-mode .statistic {
    background-color: #273744;
}

.dark-mode .statistic__text {
    color: #F6F6F6;
}

.dark-mode .tools_area.check-tools {
    background-color: #273744;
}

.dark-mode .check-tools .gray {
    color: #EFEFEF !important;
}

.dark-mode .filter {
    background-color: #212D36;
    box-shadow: 3px 10px 40px rgba(24, 29, 32, 0.05);
}

.dark-mode .filter__category {
    color: #F6F6F6;
}

.dark-mode .present__button {
    background: #223544;
    border-color: #828586;
}

.dark-mode .present__button path {
    stroke: #EFEFEF;
}

.dark-mode .present__button.is-active {
    background: #1A8FE3;
    border-color: #1A8FE3;
}

.dark-mode .present-card {
    background-color: #223544;
}

.dark-mode .present-card__name {
    color: #FFFFFF;
}

.dark-mode .present-card__bg {
    /*background-color: #496B83;*/
}

.dark-mode .price_box {
    background-color: #223544;
    border-color: #707375;
}

.dark-mode .price_box h4 {
    color: #E3E3E4;
}

.dark-mode .price_box h3 span {
    color: #E3E3E4;
}

.dark-mode .price_box ul li {
    color: #EFEFEF;
}

.dark-mode .price_box ul li::before {
    background-image: url(/v3/img/check-dark.svg);
}

.dark-mode .price_box .button.default {
    background-color: #404A54;
}

.dark-mode .contact_area {
    position: relative;
}

.dark-mode .contact_area label {
    color: #F6F6F6;
}

.dark-mode .contact_area input,
.dark-mode .contact_area textarea {
    background-color: #223749;
    border: 1px solid #828586;
    color: #C8C9CA;
}

.dark-mode .contact_area:before {
    content: "";
    width: 1200px;
    height: 1200px;
    position: absolute;
    bottom: -230px;
    right: -360px;
    opacity: .3;
    border-radius: 100%;
    background: -o-radial-gradient(circle, rgba(26, 143, 227, 1) 0%, rgba(26, 143, 227, 1) 0%, rgba(255, 255, 255, 0) 70%);
    background: radial-gradient(circle, rgba(26, 143, 227, 1) 0%, rgba(26, 143, 227, 1) 0%, rgba(255, 255, 255, 0) 70%);
}

.dark-mode .contact_area input::-webkit-input-placeholder,
.dark-mode .contact_area textarea::-webkit-input-placeholder {
    color: #C8C9CA;
}

.dark-mode .contact_area input::-moz-placeholder,
.dark-mode .contact_area textarea::-moz-placeholder {
    color: #C8C9CA;
}

.dark-mode .contact_area input:-ms-input-placeholder,
.dark-mode .contact_area textarea:-ms-input-placeholder {
    color: #C8C9CA;
}

.dark-mode .contact_area input::-ms-input-placeholder,
.dark-mode .contact_area textarea::-ms-input-placeholder {
    color: #C8C9CA;
}

.dark-mode .contact_area input::placeholder,
.dark-mode .contact_area textarea::placeholder {
    color: #C8C9CA;
}

.dark-mode .support-area {
    background: linear-gradient(87.56deg, #273744 1.79%, rgba(26, 143, 227, 0) 383.1%);
}

.dark-mode footer {
    background-color: #1A2630;
    color: #E3E3E4;
}

.dark-mode footer a .img-fluid {
    display: none;
}

.dark-mode footer a .img-fluid.logo-dark,
.dark-mode footer a .img-fluid.logo-icon {
    display: inline-block;
    vertical-align: middle;
}

.dark-mode footer h4 {
    color: #E3E3E4;
}

.dark-mode footer {
}

.dark-mode .footer_bottom {
    background-color: #1A2630;
    color: #E3E3E4;
    padding: 0;
}

.dark-mode .footer_bottom .container {
    padding: 14px 0 24px;
    border-top: 1px solid #828586;
}

.dark-mode .footer_bottom p span {
    color: #1A8FE3;
}

.dark-mode .social_icon a {
    background-color: #364C5E;
}

.dark-mode footer a.active {
    color: #71BAEE;
}

.dark-mode .copy_right {
    color: #EFEFEF;
}

.dark-mode .footer_bottom p img {
    -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(97%) saturate(12%) hue-rotate(188deg) brightness(102%) contrast(105%);
    filter: brightness(0) saturate(100%) invert(100%) sepia(97%) saturate(12%) hue-rotate(188deg) brightness(102%) contrast(105%);
}

.dark-mode .compress_area,
.dark-mode .compress_area .container {
    position: relative;
}

.dark-mode .compress_area:before {
    content: "";
    width: 1200px;
    height: 1200px;
    position: absolute;
    top: 40px;
    right: -260px;
    opacity: .3;
    border-radius: 100%;
    background: -o-radial-gradient(circle, rgba(26, 143, 227, 1) 0%, rgba(26, 143, 227, 1) 0%, rgba(255, 255, 255, 0) 70%);
    background: radial-gradient(circle, rgba(26, 143, 227, 1) 0%, rgba(26, 143, 227, 1) 0%, rgba(255, 255, 255, 0) 70%);
}

.dark-mode .title_lg {
    color: #FFFFFF;
}

.dark-mode .rating_box {
    background-color: #223544;
}

.dark-mode .rating_box h5 {
    color: #EFEFEF;
}

.dark-mode .star-rating svg {
    stroke: #C8C9CA;
}

.dark-mode .rating_box h6 span {
    color: #E3E3E4;
}

.dark-mode .file-drop-area {
    background-color: #223544;
    border-color: #707375;
}

.dark-mode .file-drop-area .social_icon a {
    background-color: #1F2A33;
}

.dark-mode .file-drop-area p.drag {
    color: #C8C9CA;
}

.dark-mode .step_item h4 {
    color: #fff;
}

.dark-mode .step_item::after {
    -webkit-box-shadow: 0 0 0 4px #1B2D3A, 0 0 0 6px var(--blue);
    box-shadow: 0 0 0 4px #1B2D3A, 0 0 0 6px var(--blue);
}

.dark-mode .faq_item_box .card {
    background-color: #223544;
    color: #EFEFEF;
}

.dark-mode .faq_item_box .card-action img {
    -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(97%) saturate(12%) hue-rotate(188deg) brightness(102%) contrast(105%);
    filter: brightness(0) saturate(100%) invert(100%) sepia(97%) saturate(12%) hue-rotate(188deg) brightness(102%) contrast(105%);
}

.dark-mode .faq_item_box .card-title,
.dark-mode .faq_item_box .card-text {
    color: #EFEFEF;
}

.dark-mode .faq_item_box .card-title.is-active {
    color: #1A8FE3;
}

.dark-mode .modal-content {
    background-color: #1A252F;
}

.dark-mode .modal-title {
    color: #fff;
}

.dark-mode .modal-header-text {
    color: #E3E3E4;
}

.dark-mode .modal-share .social_icon a {
    border-color: #828586;
}

.dark-mode .modal-share .form-control {
    background-color: #1A252F;
    border-color: #828586;
    color: #C8C9CA;
}

.dark-mode .modal-share .form-control::-webkit-input-placeholder {
    color: #C8C9CA;
}

.dark-mode .modal-share .form-control::-moz-placeholder {
    color: #C8C9CA;
}

.dark-mode .modal-share .form-control:-ms-input-placeholder {
    color: #C8C9CA;
}

.dark-mode .modal-share .form-control::-ms-input-placeholder {
    color: #C8C9CA;
}

.dark-mode .modal-share .form-control::placeholder {
    color: #C8C9CA;
}

.dark-mode .modal-share .input-group-append .btn {
    border-color: #828586;
}

.dark-mode .modal-files .modal-title {
    color: #fff;
}

.dark-mode .modal-files .modal-header-text {
    color: #E3E3E4;
}

.dark-mode .button-tool {
    background-color: #1A252F;
}

.dark-mode .mobile_menu {
    background-color: #1A252F;
}

.dark-mode .mobile_menu .menu2 > li > a {
    background-color: #223544;
    border-color: #1A2833;
}

.dark-mode .pricing_area {
    position: relative;
}

.dark-mode .pricing_area:before {
    content: "";
    width: 1200px;
    height: 1200px;
    position: absolute;
    top: -90px;
    right: -260px;
    opacity: .3;
    border-radius: 100%;
    background: -o-radial-gradient(circle, rgba(26, 143, 227, 1) 0%, rgba(26, 143, 227, 1) 0%, rgba(255, 255, 255, 0) 70%);
    background: radial-gradient(circle, rgba(26, 143, 227, 1) 0%, rgba(26, 143, 227, 1) 0%, rgba(255, 255, 255, 0) 70%);
}

.dark-mode .title_md {
    color: #fff;
}

.dark-mode .choose-options_name {
    color: #fff;
}

.dark-mode .choose-options_text {
    color: #E3E3E4;
}

.dark-mode .choose-options_note {
    color: #E3E3E4;
}

.dark-mode .choose-options_input:checked ~ .choose-options_label {
    background-color: #223544;
    border-color: #707375;
}

.dark-mode .billing_box {
    background-color: #223544;
    color: #E3E3E4;
}

.dark-mode .cards-list_item {
    border-bottom-color: #707375;
}

.dark-mode .cards-list_text {
    color: #E3E3E4;
}

.dark-mode .cards-list_text span {
    color: #fff;
}

.dark-mode .title-section span {
    background-color: #1F2A33;
    color: #E3E3E4;
}

.dark-mode .billing-history_message {
    color: #E3E3E4;
    border-color: #707375;
}

.dark-mode .billing-history .table tbody th,
.dark-mode .billing-history .table td {
    color: #E3E3E4;
}

.dark-mode .billing-history .table .thead-light th {
    background-color: #2d465a;
    color: #E3E3E4;
}

.dark-mode .billing-history .table th,
.dark-mode .billing-history .table td {
    border-color: #707375;
}

.dark-mode .billing_box .btn-outline-secondary {
    color: #E3E3E4;
    border-color: #707375;
}

.dark-mode .billing-history {
    border-radius: 3px 3px 0 0;
}

.dark-mode .price_box-header p,
.dark-mode .price_box-note {
    color: #E3E3E4;
}

.dark-mode .price_box-date {
    color: #cbcbcb;
}

.dark-mode .price_box.active {
    background-color: #1A8FE3;
}

.dark-mode .chart-creators_box,
.dark-mode .collage-maker_box,
.dark-mode .splitter-image_box,
.dark-mode .compress-result {
    background-color: #223544;
    border-color: #707375;
}

.dark-mode .chart-creators_tabs .list-group {
    background-color: #1F2A33;
    color: #C8C9CA;
}

.dark-mode .tab-content .form-group > .form-control,
.dark-mode .tab-content .dropdown .btn-secondary {
    background-color: #1A252E;
    border-color: #828586;
    color: #C8C9CA;
}

.dark-mode .tab-content .form-group > .form-control::placeholder {
    color: #C8C9CA;
}

.dark-mode .tab-content .dropdown-menu {
    background-color: #1A252E;
}

.dark-mode .tab-content .dropdown-item {
    color: #C8C9CA;
}

.dark-mode .tab-content .form-group > label,
.dark-mode .chart-creators_tabs .list-group-item,
.dark-mode .compress-result_file,
.dark-mode .share h3 {
    color: #fff;
}

.dark-mode .tab-content .dropdown-item:focus,
.dark-mode .tab-content .dropdown-item:hover {
    background-color: #1a8fe3;
}

.dark-mode .tools-button {
    background-color: #1A252E;
    color: #C8C9CA;
}

.dark-mode .chart-creators_table .table .thead-light th,
.dark-mode .chart-creators_table .table th,
.dark-mode .pick-color .form-control,
.dark-mode .collage-maker_border .input-group .form-control,
.dark-mode .chart-creators_tabs .pick-color .form-control {
    background-color: #1A252E;
    color: #C8C9CA;
}

.dark-mode .collage-maker_border p {
    color: #fff;
}

.dark-mode .collage-grid_item {
    background-color: #1A252E;
    border-color: #707375;
}

.dark-mode .collage-grid {
    border-color: #707375;
}

.dark-mode .splitter-image_bar-item p,
.dark-mode .compress-result .get-update h3 {
    color: #fff;
}

.dark-mode .splitter-image_bar .button,
.dark-mode .splitter-image .form-control {
    background-color: #1A252E;
    color: #C8C9CA;
    border-color: #707375;
}

.dark-mode .compress-result_file-icon--pdf,
.dark-mode .compress-result_file-icon--image {
    background-color: #1A252E;
}

.dark-mode .compress-result .get-update {
    background-color: transparent;
    color: #fff;
    border-color: #E3E3E4;
}

.dark-mode .builder-container,
.dark-mode .builder-box {
    background-color: #1A252E;
}

.dark-mode .builder-container h2 {
    color: #EFEFEF;
}

.dark-mode .blog-builder_area .rating_box h5 {
    color: #EFEFEF;
}

.dark-mode .page-with-buider-step,
.dark-mode .page-with-buider-step .builder-wrapper {
    background: #1F2A33;
}

.dark-mode .builder-wrapper__title,
.dark-mode .steps__name,
.dark-mode .builder-title,
.dark-mode .outlines__body p,
.dark-mode .heading-titles__item,
.dark-mode .article-item__text p {
    color: #EFEFEF;
}

.dark-mode .article-item__head {
    background: transparent;
}

@media (max-width: 992px) {
    .dark-mode .mobile_menu .menu2 > li > a {
        background-color: #223544;
    }

    .dark-mode .mobile_menu li a::after {
        border-right-color: #fff;
        border-bottom-color: #fff;
    }

    /* .dark-mode .menu2 .mega_menu>li>a,
    .dark-mode .menu2 .mega_menu>li.multilavel ul,
    .dark-mode .menu2 .mega_menu>li.multilavel a {
        background-color: #2A4255;
        color: #fff;
    } */
    .dark-mode .header-search {
        background-color: #1A252E;
    }

    .dark-mode .mobile_menu .menu2 > li > a {
        background: #1A252E;
        color: #fff;
    }

    .dark-mode .category-tools__item h4 {
        color: #fff;
    }

    .dark-mode .expand_menu .mega_menu li .expand_menu__link-all,
    .dark-mode .nav-link[aria-expanded='true']:after {
        color: #1A8FE3;
    }

    .dark-mode .category-tools__item--big.is-active,
    .dark-mode .menu2 .expand_menu--image .category-tools__item--big.is-active:hover {
        background-color: #1A252E;
    }

    .dark-mode .menu2 li .category-tools__item:hover {
        background-color: #1A252E;
    }

    .dark-mode .menu2 .icon_box,
    .dark-mode .main-item {
        background-color: #415461;
    }

    .dark-mode .mobile_menu__actions {
        background-color: #1A252E;
    }

    .dark-mode .ai-all__item .v_12 {
        background: #524884;
    }

    .dark-mode .ai-all__item .v_11 {
        background: #847948;
    }

    .dark-mode .ai-all__item .v_14 {
        background: #846148;
    }

    .dark-mode .hamburger-menu span {
        background-color: #F6F6F6;
    }
}


/*new css*/

.convert_header {
    background-color: #fff;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.convert_wrapper {
    background: #FAFAFA;
}

.top_header {
    padding: 10px 0;
    border-bottom: 1px solid #EFEFEF;
}

.top_header h4,
.top_header h4 input {
    font-weight: 500;
    font-size: 16px;
    color: #181D20;
    line-height: 1.2;
}

.top_header .button {
    font-size: 14px;
    line-height: 1.4;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px 16px;
}

.top_header .button img {
    margin-right: 5px;
}

.top_header .dropdown-toggle {
    width: 40px;
    height: 40px;
    border: 1px solid #E3E3E4;
    border-radius: 10px;
    display: -webkit-inline-box;
    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;
}

.convert_header .dropdown-toggle::after {
    display: none;
}

.top_header .button-switch-mode {
    margin-right: 15px;
}

.convert_header .dropdown-menu {
    border-radius: 10px;
    min-width: 120px;
    padding: 8px 0;
    margin-top: 0;
}

.convert_header .dropdown-menu a.dropdown-item {
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0.005em;
    color: #828586;
    padding: 8px 16px;
}

.convert_header .dropdown-menu a img {
    margin-right: 5px;
}

.menu_wrap .dropdown-menu {
    left: 50% !important;
    -webkit-transform: translateX(-50%) !important;
    -ms-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important;
    top: 100% !important;
}

.menu_wrap .sign_menu {
    min-width: 200px;
    padding: 16px;
}

.menu_wrap .sign_menu .button {
    font-size: 12px;
    font-weight: 500;
    padding: 7px 12px;
    width: 100%;
}


/*range  css*/

.slider-box {
    background: #ffffff;
    padding: 11px 12px;
    border-radius: 12px;
    border: 1px solid #E3E3E4;
    width: 100%;
    max-width: 228px;
}

.slider-box button {
    background-color: transparent;
    padding: 0;
    border: none;
}

.range_box {
    width: 100%;
    margin-left: 12px;
    margin-right: 12px;
    position: relative;
}

.range_box .range {
    width: 100%;
    height: 1px;
    background-color: #C8C9CA;
}

.slider-box h4 {
    font-weight: 500;
    font-size: 12px;
    line-height: 1.2;
    color: #707375;
}

.handle {
    height: 7px;
    width: 7px;
    border-radius: 50%;
    border: 1px solid #C8C9CA;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 70%;
    background-color: #fff;
    cursor: pointer;
}


/*.menu*/

.bottom_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-right: 15px;
}

.menu_wrap > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.menu_wrap > ul > li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.2;
    color: #707375;
    height: 72px;
    width: 72px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.menu_wrap > ul > li > a:hover,
.menu_wrap > ul li a.active {
    color: #fff;
    background-color: var(--theme-color);
}

.menu_wrap > ul > li > a img {
    margin-bottom: 2px;
}

.menu_wrap > ul > li > a:hover img,
.menu_wrap > ul > li > a.active img {
    -webkit-filter: brightness(200%);
    filter: brightness(200%);
}

.button.outline_btn {
    font-size: 14px;
    line-height: 1.1;
    padding: 13px 16px;
    background-color: transparent;
    border: 1px solid var(--theme-color);
    color: var(--theme-color);
    font-weight: 500;
}

.button.outline_btn:hover {
    background-color: var(--theme-color);
    color: #fff;
}

.divider {
    width: 100%;
    height: 1px;
    background-color: #EFEFEF;
    margin-top: 8px;
    margin-bottom: 8px;
}

.delete {
    position: absolute;
    right: 8px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
}

.tooltip .tooltip-inner {
    background: rgba(24, 29, 32, 0.72);
    font-size: 12px;
    font-weight: 500;
    line-height: 1.2;
    padding: 10px 16px;
}

.tooltip .arrow::before {
    border-bottom-color: rgba(24, 29, 32, 0.72);
}

.sidebar {
    position: fixed;
    top: 132px;
    left: 0;
    width: 258px;
    background: #FFFFFF;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    height: calc(100vh - 132px);
    overflow: auto;
    padding: 16px 24px;
    overflow-x: hidden;
    z-index: 2;
}

.sidebar.small_width {
    width: 72px;
    overflow: hidden;
}

.sidebar.small_width ul,
.sidebar.small_width .pager,
.sidebar.small_width .add_wrap {
    display: none !important;
}

.add_wrap {
    border-top: 1px solid #E3E3E4;
    margin-top: 15px;
    padding-top: 15px;
    text-align: center;
}

.add_wrap a {
    border: 1.5px solid #1A8FE3;
    height: 20px;
    width: 20px;
    border-radius: 4px;
    color: #1A8FE3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 17px;
}

.add_wrap a:hover {
    background-color: #1A8FE3;
    color: #fff;
}

.pdf_content {
    padding-left: 288px;
    padding-top: 12px;
    padding-bottom: 20px;
    padding-right: calc((100% - 1130px) / 2 + 15px);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.pdf_content.lg_content {
    padding-left: 152px;
}

.toggle_btn {
    width: 24px;
    height: 24px;
    border: 1px solid #E3E3E4;
    border-radius: 4px;
    padding: 4px;
    cursor: pointer;
    display: -webkit-inline-box;
    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;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.toggle_btn img {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.toggle_btn:hover {
    background-color: #e6e6e6;
}

.toggle_btn.rotate img {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.pager h4 {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5;
    color: #181D20;
}

.pager span.active {
    width: 46px;
    height: 24px;
    border: 1px solid #E3E3E4;
    border-radius: 4px;
    display: -webkit-inline-box;
    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;
    font-size: 14px;
    line-height: 1;
    color: #707375;
    font-weight: 400;
    margin-right: 10px;
}

.page_count {
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    color: #707375;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.page_number {
    display: inline-block;
    margin-left: 5px;
}

.sidebar ul.nav-pills {
    border-bottom: none;
}

.sidebar ul li {
    margin-top: 24px;
    text-align: center;
    width: 100%;
}

.sidebar ul li span {
    font-weight: 500;
    font-size: 12px;
    line-height: 1.3;
    color: #707375;
}

.sidebar ul li a {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2;
    color: #707375;
    padding: 0;
    border: none !important;
    border-radius: 0;
}

.sidebar ul > li > a > canvas {
    border: 1px solid #E3E3E4;
    margin-bottom: 12px;
}

.sidebar ul li a.nav-link.active {
    color: var(--theme-color) !important;
    background-color: transparent;
}

.sidebar ul li a.nav-link.active + div span {
    color: var(--theme-color) !important;
}

.sidebar ul li a.active canvas {
    border-color: var(--theme-color);
}

.pdf_content .page {
    border: 1px solid #E3E3E4;
    margin-top: 20px;
}

#signature .modal-content,
#switch .modal-content {
    border-radius: 12px;
    border: none;
}

#signature .modal-content .modal-body {
    padding: 40px;
}

#signature .modal-content .modal-body h4,
#switch .modal-content .modal-body h4 {
    font-weight: bold;
    font-size: 24px;
    line-height: 140%;
    letter-spacing: 0.005em;
    color: #181D20;
}

.modal_sub {
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.005em;
    color: #828586;
    margin-top: 8px;
}

#signature .modal-content .modal-body ul li {
    width: 33.33%;
}

#signature .modal-content .modal-body ul li a {
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.005em;
    color: #828586;
    text-align: center;
    padding: 0 5px 8px;
    border-bottom: 2px solid #F6F6F6;
    border-radius: 0;
    background-color: transparent;
}

#signature .modal-content .modal-body ul li a.active {
    border-color: var(--theme-color);
    color: var(--theme-color);
}

.input_box {
    height: 40px;
    border: 1px solid #EFEFEF;
    border-radius: 10px;
    font-size: 12px;
    padding: 0 16px;
    width: 100%;
    color: #707375;
}

.input_box::-webkit-input-placeholder {
    color: #A7A9AA;
    opacity: 1;
}

.input_box::-moz-placeholder {
    color: #A7A9AA;
    opacity: 1;
}

.input_box:-ms-input-placeholder {
    color: #A7A9AA;
    opacity: 1;
}

.input_box::-ms-input-placeholder {
    color: #A7A9AA;
    opacity: 1;
}

.input_box::placeholder {
    color: #A7A9AA;
    opacity: 1;
}

.signature_text {
    font-weight: 500;
    font-size: 64px;
    line-height: 1.1;
    color: #181D20;
    font-family: 'ChopinScript';
    text-align: center;
    margin: 53px 0;
}

.signature_text.default {
    color: #A7A9AA;
}

#signature .button {
    line-height: 140%;
    padding: 17px 20px;
    border-radius: 14px;
}

#signature .button.disabled {
    background: #C8C9CA;
    pointer-events: none;
}

.label_text {
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #707375;
    display: inline-block;
}

.clear_btn {
    background: #D0726C;
    border-radius: 8px;
    font-weight: 600;
    font-size: 10px;
    line-height: 1.2;
    color: #FFFFFF;
    padding: 5px 16px;
    border: none;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.clear_btn:hover {
    -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.3) inset;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.3) inset;
}

textarea.input_box {
    resize: none;
    height: 163px;
    padding: 10px 16px;
}

.more_text {
    font-size: 12px;
    line-height: 1.3;
    letter-spacing: 0.005em;
    color: #525658;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 15px;
}

.more_text a {
    color: #D0726C;
    font-weight: 500;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.more_text a:hover {
    text-decoration: underline;
}


/*image upload width preview*/

.avatar-upload {
    border: 1px solid #EFEFEF;
    border-radius: 10px;
    height: 163px;
    width: 100%;
    margin-top: 15px;
    overflow: hidden;
    position: relative;
}

.avatar-upload .avatar-edit {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
}

.avatar-upload .avatar-edit input {
    display: none;
}

.avatar-upload .avatar-edit input + label {
    padding: 12px 24px;
    border: 1px solid #83C2F0;
    border-radius: 10px;
    font-weight: 600;
    font-size: 12px;
    line-height: 1.3;
    text-align: center;
    letter-spacing: 0.005em;
    color: #71BAEE;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.avatar-upload .avatar-edit input + label:hover {
    background-color: #71BAEE;
    color: #fff;
}

.avatar-upload .avatar-preview {
    width: 100%;
    height: 100%;
    position: relative;
}

.avatar-upload .avatar-preview > div {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


/*switch modal*/

#switch .modal-body {
    padding: 40px;
}

#switch .modal-dialog {
    max-width: 892px;
    margin: 1.75rem auto;
}

#switch .row {
    margin-right: -8px;
    margin-left: -8px;
}

#switch .row > div {
    padding-left: 8px;
    padding-right: 8px;
}

.switch_radio_box {
    margin-top: 24px;
}

.switch_radio_box input {
    display: none;
}

.switch_radio_box label {
    background: #FFFFFF;
    border: 1px solid #EFEFEF;
    border-radius: 10px;
    padding: 12px;
    cursor: pointer;
    width: 100%;
}

.switch_radio_box label .span1 {
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: 0.005em;
    color: #181D20;
    display: block;
}

.switch_radio_box label .span2 {
    font-size: 12px;
    letter-spacing: 0.005em;
    color: #707375;
    padding-top: 8px;
    display: inline-block;
}

.switch_radio_box input:checked + label {
    background-color: #F6FBFE;
    border-color: #1A8FE3;
}

.switch_btn p {
    font-size: 12px;
    line-height: 1.4;
    letter-spacing: 0.005em;
    color: #525658;
    text-align: center;
    margin-top: 32px;
    font-style: italic;
}

.switch_btn p a {
    color: #D0726C;
}

.switch_btn button {
    width: 100%;
    border: none;
    background: #1A8FE3;
    border-radius: 14px;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    letter-spacing: 0.005em;
    color: #FFFFFF;
    padding: 17px;
    margin-top: 16px;
}

.range_right_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}


/*color area satrt*/

.color_wrapper {
    padding-top: 40px;
    padding-bottom: 70px;
}

.color_main_wrapper {
    background-color: #FFFFFF;
    -webkit-box-shadow: 3px 15px 35px rgba(45, 42, 60, 0.03);
    box-shadow: 3px 15px 35px rgba(45, 42, 60, 0.03);
    border-radius: 12px;
    padding: 24px;
}

.color_box_wrapper {
    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;
    padding-top: 16px;
}

.color_heading h4 {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.2;
    color: #2D2A3C;
}

.color_box {
    height: 40px;
    width: 40px;
    border-radius: 50%;
}

.color_box1 {
    background-color: #F25E4C;
}

.color_box2 {
    background-color: #4C3F91;
}

.color_box3 {
    background-color: #7F2CCB;
}

.color_box4 {
    background-color: #CE8147;
}

.color_box5 {
    background-color: #414361;
}

.color_box6 {
    background-color: #36494E;
}

.color_box7 {
    background-color: #606D5D;
}

.color_box8 {
    background-color: #70695A;
}

.color_box9 {
    background-color: #5F5566;
}

.color_box10 {
    background-color: #4C3549;
}

.color_box11 {
    background-color: #895B1E;
}

.color_box12 {
    background-color: #994636;
}

.color_box13 {
    background-color: #333333;
}

.color_box14 {
    background-color: #80A1D4;
}

.color_box15 {
    background-color: #468189;
}

.color_box16 {
    background: -o-radial-gradient(50% 50%, 50% 50%, rgba(198, 255, 221, 0.44) 44.27%, #FBD786 70.31%, #F25E4C 94.27%), #767522;
    background: radial-gradient(50% 50% at 50% 50%, rgba(198, 255, 221, 0.44) 44.27%, #FBD786 70.31%, #F25E4C 94.27%), #767522;
}

.color_box17 {
    background: -o-radial-gradient(50% 50%, 50% 50%, #F25F5C 0%, #FFE066 50.52%, #247BA0 100%), #9BC4CB;
    background: radial-gradient(50% 50% at 50% 50%, #F25F5C 0%, #FFE066 50.52%, #247BA0 100%), #9BC4CB;
}

.color_box18 {
    background-color: #7D387D;
}

.color_box19 {
    background: conic-gradient(from 180deg at 50% 50%, #F8F991 -54.38deg, rgba(61, 49, 91, 0.924948) 33.75deg, #444B6E 118.12deg, #708B75 178.12deg, #F8F991 305.62deg, rgba(61, 49, 91, 0.924948) 393.75deg), #C4C4C4;
}

.color_box20 {
    background: conic-gradient(from 180deg at 50% 50%, #0000FD -54.38deg, rgba(128, 21, 232, 0.924948) 33.75deg, #28E4FF 118.12deg, rgba(221, 17, 86, 0.44) 178.12deg, #0000FD 305.62deg, rgba(128, 21, 232, 0.924948) 393.75deg), #C4C4C4;
}

.color_box21 {
    background: -o-linear-gradient(315deg, #12C2E9 -7%, #C471ED 55.66%, #F7797D 82.23%), #C4C4C4;
    background: linear-gradient(135deg, #12C2E9 -7%, #C471ED 55.66%, #F7797D 82.23%), #C4C4C4;
}

.color_box22 {
    background: -webkit-gradient(linear, left top, left bottom, from(#EF2F88), to(#8843F2)), #C4C4C4;
    background: -o-linear-gradient(top, #EF2F88 0%, #8843F2 100%), #C4C4C4;
    background: linear-gradient(180deg, #EF2F88 0%, #8843F2 100%), #C4C4C4;
}

.color_box23 {
    background: -webkit-gradient(linear, left top, left bottom, from(#B92B27), to(#1565C0)), #C4C4C4;
    background: -o-linear-gradient(top, #B92B27 0%, #1565C0 100%), #C4C4C4;
    background: linear-gradient(180deg, #B92B27 0%, #1565C0 100%), #C4C4C4;
}

.color_box24 {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-45.13%, #8360C3), color-stop(131.53%, #2EBF91)), #C4C4C4;
    background: -o-linear-gradient(top, #8360C3 -45.13%, #2EBF91 131.53%), #C4C4C4;
    background: linear-gradient(180deg, #8360C3 -45.13%, #2EBF91 131.53%), #C4C4C4;
}

.color_box25 {
    background: -o-linear-gradient(225deg, #2980B9 -18.81%, #6DD5FA 43.55%, #FFFFFF 109.63%), #C4C4C4;
    background: linear-gradient(225deg, #2980B9 -18.81%, #6DD5FA 43.55%, #FFFFFF 109.63%), #C4C4C4;
}

.color_box26 {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(13.87%, #FF0099), color-stop(160.27%, #493240)), #C4C4C4;
    background: -o-linear-gradient(bottom, #FF0099 13.87%, #493240 160.27%), #C4C4C4;
    background: linear-gradient(360deg, #FF0099 13.87%, #493240 160.27%), #C4C4C4;
}

.color_box27 {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-45.13%, #FFD452), color-stop(131.53%, #2EBF91)), -webkit-gradient(linear, left bottom, left top, color-stop(13.87%, #FF0099), color-stop(160.27%, #493240)), #C4C4C4;
    background: -o-linear-gradient(top, #FFD452 -45.13%, #2EBF91 131.53%), -o-linear-gradient(bottom, #FF0099 13.87%, #493240 160.27%), #C4C4C4;
    background: linear-gradient(180deg, #FFD452 -45.13%, #2EBF91 131.53%), linear-gradient(360deg, #FF0099 13.87%, #493240 160.27%), #C4C4C4;
}

.color_box28 {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-45.13%, #654EA3), color-stop(131.53%, #EAAFC8)), -webkit-gradient(linear, left bottom, left top, from(#EF744D), to(#EF744D)), #C4C4C4;
    background: -o-linear-gradient(top, #654EA3 -45.13%, #EAAFC8 131.53%), -o-linear-gradient(bottom, #EF744D, #EF744D), #C4C4C4;
    background: linear-gradient(180deg, #654EA3 -45.13%, #EAAFC8 131.53%), linear-gradient(0deg, #EF744D, #EF744D), #C4C4C4;
}

.color_box29 {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(4.32%, #00B4DB), color-stop(121.46%, #0083B0)), #C4C4C4;
    background: -o-linear-gradient(top, #00B4DB 4.32%, #0083B0 121.46%), #C4C4C4;
    background: linear-gradient(180deg, #00B4DB 4.32%, #0083B0 121.46%), #C4C4C4;
}

.color_box30 {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-45.13%, #FFFDE4), color-stop(131.53%, #005AA7)), #C4C4C4;
    background: -o-linear-gradient(top, #FFFDE4 -45.13%, #005AA7 131.53%), #C4C4C4;
    background: linear-gradient(180deg, #FFFDE4 -45.13%, #005AA7 131.53%), #C4C4C4;
}

.color_box31 {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-45.13%, #A8C0FF), color-stop(131.53%, #2EBF91)), #C4C4C4;
    background: -o-linear-gradient(top, #A8C0FF -45.13%, #2EBF91 131.53%), #C4C4C4;
    background: linear-gradient(180deg, #A8C0FF -45.13%, #2EBF91 131.53%), #C4C4C4;
}

.color_box32 {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-45.13%, #A8C0FF), color-stop(131.53%, #3F2B96)), #C4C4C4;
    background: -o-linear-gradient(top, #A8C0FF -45.13%, #3F2B96 131.53%), #C4C4C4;
    background: linear-gradient(180deg, #A8C0FF -45.13%, #3F2B96 131.53%), #C4C4C4;
}

.color_box33 {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-45.13%, #FF5858), color-stop(131.53%, #FFC8C8)), #C4C4C4;
    background: -o-linear-gradient(top, #FF5858 -45.13%, #FFC8C8 131.53%), #C4C4C4;
    background: linear-gradient(180deg, #FF5858 -45.13%, #FFC8C8 131.53%), #C4C4C4;
}

.color_box34 {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-45.13%, #F187FB), color-stop(131.53%, #439CFB)), #C4C4C4;
    background: -o-linear-gradient(top, #F187FB -45.13%, #439CFB 131.53%), #C4C4C4;
    background: linear-gradient(180deg, #F187FB -45.13%, #439CFB 131.53%), #C4C4C4;
}

.color_box35 {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-45.13%, #6E78FF), color-stop(47.8%, #95F9C3), color-stop(131.53%, #61F4DE)), #C4C4C4;
    background: -o-linear-gradient(top, #6E78FF -45.13%, #95F9C3 47.8%, #61F4DE 131.53%), #C4C4C4;
    background: linear-gradient(180deg, #6E78FF -45.13%, #95F9C3 47.8%, #61F4DE 131.53%), #C4C4C4;
}

.color_box36 {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-45.13%, #40E0D0), color-stop(45.96%, #FF8C00), color-stop(131.53%, #FF0080)), -webkit-gradient(linear, left top, left bottom, color-stop(-45.13%, #A8C0FF), color-stop(131.53%, #2EBF91)), #C4C4C4;
    background: -o-linear-gradient(top, #40E0D0 -45.13%, #FF8C00 45.96%, #FF0080 131.53%), -o-linear-gradient(top, #A8C0FF -45.13%, #2EBF91 131.53%), #C4C4C4;
    background: linear-gradient(180deg, #40E0D0 -45.13%, #FF8C00 45.96%, #FF0080 131.53%), linear-gradient(180deg, #A8C0FF -45.13%, #2EBF91 131.53%), #C4C4C4;
}

.color_box37 {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-12.51%, #108DC7), color-stop(108.76%, #EF8E38)), -webkit-gradient(linear, left top, left bottom, color-stop(-45.13%, #A8C0FF), color-stop(131.53%, #3F2B96)), #C4C4C4;
    background: -o-linear-gradient(top, #108DC7 -12.51%, #EF8E38 108.76%), -o-linear-gradient(top, #A8C0FF -45.13%, #3F2B96 131.53%), #C4C4C4;
    background: linear-gradient(180deg, #108DC7 -12.51%, #EF8E38 108.76%), linear-gradient(180deg, #A8C0FF -45.13%, #3F2B96 131.53%), #C4C4C4;
}

.color_box38 {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-45.13%, #00B09B), color-stop(131.53%, #96C93D));
    background: -o-linear-gradient(top, #00B09B -45.13%, #96C93D 131.53%);
    background: linear-gradient(180deg, #00B09B -45.13%, #96C93D 131.53%);
}

.color_box39 {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-45.13%, #F6C4ED), color-stop(131.53%, #F1E1C2));
    background: -o-linear-gradient(top, #F6C4ED -45.13%, #F1E1C2 131.53%);
    background: linear-gradient(180deg, #F6C4ED -45.13%, #F1E1C2 131.53%);
}

.color_box40 {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-45.13%, #ED71AD), color-stop(131.53%, #7277F1));
    background: -o-linear-gradient(top, #ED71AD -45.13%, #7277F1 131.53%);
    background: linear-gradient(180deg, #ED71AD -45.13%, #7277F1 131.53%);
}

.color_box41 {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-12.51%, #00C3FF), color-stop(108.76%, #FFFF1C));
    background: -o-linear-gradient(top, #00C3FF -12.51%, #FFFF1C 108.76%);
    background: linear-gradient(180deg, #00C3FF -12.51%, #FFFF1C 108.76%);
}

.color_box42 {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-12.51%, #BE93C5), color-stop(108.76%, #7BC6CC));
    background: -o-linear-gradient(top, #BE93C5 -12.51%, #7BC6CC 108.76%);
    background: linear-gradient(180deg, #BE93C5 -12.51%, #7BC6CC 108.76%);
}

.color_box43 {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-45.13%, #FFD89B), color-stop(131.53%, #19547B));
    background: -o-linear-gradient(top, #FFD89B -45.13%, #19547B 131.53%);
    background: linear-gradient(180deg, #FFD89B -45.13%, #19547B 131.53%);
}

.color_box44 {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-45.13%, #FCEABB), color-stop(131.52%, #F8B500), color-stop(131.53%, #F1E1C2));
    background: -o-linear-gradient(top, #FCEABB -45.13%, #F8B500 131.52%, #F1E1C2 131.53%);
    background: linear-gradient(180deg, #FCEABB -45.13%, #F8B500 131.52%, #F1E1C2 131.53%);
}

.color_box45 {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-45.13%, #000428), color-stop(131.53%, #004E92));
    background: -o-linear-gradient(top, #000428 -45.13%, #004E92 131.53%);
    background: linear-gradient(180deg, #000428 -45.13%, #004E92 131.53%);
}

.color_box46 {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-12.51%, #FF5F6D), color-stop(108.76%, #FFC371));
    background: -o-linear-gradient(top, #FF5F6D -12.51%, #FFC371 108.76%);
    background: linear-gradient(180deg, #FF5F6D -12.51%, #FFC371 108.76%);
}

.color_box47 {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-12.51%, #E0EAFC), color-stop(108.76%, #CFDEF3));
    background: -o-linear-gradient(top, #E0EAFC -12.51%, #CFDEF3 108.76%);
    background: linear-gradient(180deg, #E0EAFC -12.51%, #CFDEF3 108.76%);
}

.color_box48 {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-45.13%, #4CA1AF), color-stop(131.53%, #C4E0E5));
    background: -o-linear-gradient(top, #4CA1AF -45.13%, #C4E0E5 131.53%);
    background: linear-gradient(180deg, #4CA1AF -45.13%, #C4E0E5 131.53%);
}

.color_box49 {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-45.13%, #403A3E), color-stop(131.53%, #BE5869));
    background: -o-linear-gradient(top, #403A3E -45.13%, #BE5869 131.53%);
    background: linear-gradient(180deg, #403A3E -45.13%, #BE5869 131.53%);
}

.color_box50 {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-45.13%, #5A3F37), color-stop(131.53%, #2C7744));
    background: -o-linear-gradient(top, #5A3F37 -45.13%, #2C7744 131.53%);
    background: linear-gradient(180deg, #5A3F37 -45.13%, #2C7744 131.53%);
}

.color_box51 {
    background-color: #5A7403;
}

.color_box52 {
    background-color: #474689;
}

.color_box53 {
    background-color: #1C69FF;
}

.color_box54 {
    background-color: #FBF20C;
}

.color_box55 {
    background-color: #C00475;
}

.color_btn {
    padding-top: 24px;
    margin-top: 24px;
    border-top: 1px solid #B9B8BC;
}

.color_btn a {
    display: inline-block;
    padding: 18px;
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#FC7E81), to(#FC696D));
    background: -o-linear-gradient(top, #FC7E81 0%, #FC696D 100%);
    background: linear-gradient(180deg, #FC7E81 0%, #FC696D 100%);
    border-radius: 12px;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.2;
    color: #FFFFFF;
}

.color_img_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.color_img1 {
    margin-top: 0;
}

.color_img {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%;
    margin-top: 24px;
    text-align: center;
}

.color_img img {
    height: 160px;
    width: 160px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
}

.tools_area {
    background-color: #EFF7FD;
    padding-top: 60px;
    padding-bottom: 60px;
}

.tools_box {
    padding: 16px;
}

.tools_box .icon_box {
    float: left;
    margin-right: 12px;
    margin-bottom: 12px;
}

.tools_box p {
    clear: both;
}

@media (min-width: 992px) {
    .tools_area {
        padding-top: 100px;
        padding-bottom: 80px;
    }

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

.tools_box__small {
    padding: 8px;
}

.tools_box__small .icon_box {
    margin-right: 12px;
    margin-bottom: 0;
    width: 48px;
    height: 48px;
    padding: 12px;
}

.tools_box__small h4 {
    font-size: 16px;
}

.icon_box.v16 {
    background: #E24841;
}

.icon_box.v17 {
    background: #F8D32B;
}

.icon_box.v18 {
    background: #79DC47;
}

.icon_box.v19 {
    background: #624BD8;
}

.icon_box.v20 {
    background: #3295F1;
}

.icon_box.v21 {
    background: #FF7919;
}

.icon_box.v22 {
    background: #FF244E;
}

.tools_editor {
    background: #FFF;
    border-radius: 14px;
    padding: 40px 24px 32px 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    height: 100%;
}

.tools_editor_group {
    max-width: 316px;
}

.tools_editor h3 {
    color: #181D20;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 8px;
}

.tools_editor p {
    font-size: 12px;
}

.tools_editor_buttons {
}

.tools_editor .button {
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    color: #1A8FE3;
    box-shadow: none;
    margin-top: 24px;
}

.tools_editor .button-create {
    background-color: #F6FBFE;
    border: 1px solid #1A8FE3;
    border-radius: 10px;
    padding: 15px 16px;
}

.tools_editor .button-upload {
    padding: 0;
    background-color: transparent;
    text-decoration: underline;
    margin-left: 16px;
}

.tools_editor_image {
    flex-shrink: 0;
    margin-top: 20px;
}

.tools_editor__image .tools_editor_image {
    filter: blur(2px);
}

.tools_editor__image .tools_editor_group {
    filter: blur(2px);
}

@media (min-width: 768px) {
    .tools_editor {
        flex-direction: row;
    }

    .tools_editor_image {
        width: 235px;
        margin-left: 10px;
    }

    .tools_editor_image {
        margin-top: -16px;
    }

    .tools_editor__image .tools_editor_image {
        margin-top: -20px;
        margin-right: -14px;
        margin-bottom: -10px;
    }
}

@media (min-width: 992px) {
    .tools_editor_image {
        width: 180px;
    }
}

@media (min-width: 1200px) {
    .tools_editor_image {
        width: 235px;
    }
}

.dark-mode .tools_area {
    background-color: inherit;
}

.dark-mode .tools_editor {
    background-color: #223544;
}

.dark-mode .tools_editor .button-create {
    background-color: #404A54;
    border-color: #50677A;
    color: #71BAEE;
}

.dark-mode .tools_editor .button {
    box-shadow: none;
}

.dark-mode .tools_editor h3 {
    color: #fff;
}

.button-gray {
    border: 1px solid #707375;
    border-radius: 14px;
    background-color: #fff;
    color: #707375;
}

.button-gray:hover {
    background-color: #f3f7f9;
    color: #707375;
}

.file-drop-area .button-gray {
    position: relative;
    z-index: 5;
    cursor: pointer;
}

.file-drop-area_note {
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    color: #D0726C;
}


/* modal-browse-templates */

.modal-browse-templates .modal-dialog {
    margin: 0;
}

.modal-browse-templates .modal-dialog-centered {
    align-items: flex-end;
    min-height: calc(100%);
}

.modal-browse-templates .modal-content {
    border-radius: 12px 12px 0 0;
}

.modal-browse-templates .modal-header {
    border: none;
    padding: 36px 16px 0;
    display: block;
}

.modal-browse-templates .modal-title {
    color: #181D20;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 8px;
}

.modal-browse-templates .modal-header-text {
    color: #828586;
    font-size: 12px;
}

.modal-browse-templates .modal-body {
    padding: 8px 16px 0;
}

@media (min-width: 768px) {
    .modal-browse-templates .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }

    .modal-browse-templates .modal-title {
        font-size: 24px;
    }

    .modal-browse-templates .modal-header-text {
        font-size: 16px;
    }

    .modal-browse-templates .modal-header {
        padding: 40px 40px 0;
    }

    .modal-browse-templates .modal-body {
        padding: 8px 40px 40px;
    }

    .modal-browse-templates .modal-content {
        border-radius: 12px;
    }

    .modal-browse-templates .modal-dialog {
        max-width: 610px;
        margin: 1.75rem auto;
    }

    .modal-browse-templates .modal-dialog-centered {
        align-items: center;
        justify-content: center;
    }
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
    .modal-browse-templates .modal-dialog {
        max-width: 1128px;
    }
}

.tools-button {
    background: #FFFFFF;
    border: 1px solid #E3E3E4;
    border-radius: 8px;
    color: #707375;
    padding-left: 9px;
    padding-right: 9px;
    padding-top: 9px;
    padding-bottom: 8px;
    margin-left: 8px;
    height: auto;
    width: auto;
}

.tools-button:hover {
    color: #007bff;
    border-color: #007bff;
    background: #FFFFFF;
}

.tools-button.dropdown-toggle::after {
    display: none;
}

.tools-button--add {
    color: #57B286;
    border-color: #57B286;
}

.tools-button--delete {
    color: #D0726C;
    border-color: #D0726C;
}


/* text-settings */

.text-settings {
    position: relative;
}

.modal-text-settings {
}

.modal-text-settings .modal-dialog {
    box-shadow: 3px 15px 40px rgba(24, 29, 32, 0.05);
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
}

.modal-text-settings .modal-dialog-centered {
    align-items: flex-end;
    min-height: calc(100%);
}

.modal-text-settings .modal-content {
    border-radius: 16px 16px 0 0;
    border: none;
}

.modal-text-settings .modal-header {
    border: none;
    padding-bottom: 0;
}

.modal-text-settings .modal-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #181D20;
}

@media (min-width: 768px) {
    .modal-text-settings {
        position: absolute;
        top: 0;
        left: -287px;
        width: 360px;
        overflow: visible;
        box-sizing: border-box;
        min-height: 400px;
    }

    .modal-open .modal-text-settings {
        overflow: visible;
    }

    .modal-text-settings .modal-header {
        display: none;
    }

    .memes-edit_form .form-control {
        padding: 14px;
        font-size: 14px;
        height: 48px;
    }

    .modal-text-settings .modal-dialog {
        width: 100%;
        margin-top: 60px;
        box-shadow: 3px 15px 40px rgba(24, 29, 32, 0.05);
    }

    .modal-text-settings .modal-dialog-centered {
        align-items: flex-start;
        min-height: auto;
    }

    .modal-text-settings .modal-content {
        border-radius: 12px;
    }

    .is-show-text-setting {
        overflow-y: auto;
        padding-right: 0 !important;
    }

    .is-show-text-setting .modal-backdrop {
        display: none;
    }

    .tools-button {
        padding-left: 13px;
        padding-right: 13px;
        padding-top: 12px;
        padding-bottom: 11px;
    }

    /*.memes-edit_tools .dropdown-menu {
position: absolute !important;
left: auto !important;
right: 0;
bottom: auto;
margin-top: 8px;
margin-right: 7px;
padding: 16px;
border-radius: 12px;
width: 360px;
}*/
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
}


/* .memes-edit_tools-form */

.memes-edit_tools-form .mcfontpicker {
    border: 1px solid #E3E3E4;
    border-radius: 8px;
    height: 36px;
    position: relative;
}

.memes-edit_tools-form .mcfontpicker:before {
    content: "";
    position: absolute;
    top: 14px;
    right: 14px;
    width: 6px;
    height: 6px;
    border-right: 1px solid #707375;
    border-bottom: 1px solid #707375;
    transform: rotate(45deg);
    z-index: 3;
}

.memes-edit_tools-form .mcfontpicker__search {
    height: 34px;
    border: none;
    border-radius: 8px;
    font-size: 12px;
    padding: 9px;
    padding-right: 30px;
    color: #707375;
    font-family: inherit;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.memes-edit_tools-form .mcfontpicker__search:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}

.memes-edit_tools-form label {
    font-weight: 500;
    font-size: 12px;
    color: #707375;
    display: block;
    margin-bottom: 12px;
}

.memes-edit_tools-form .form-control {
    height: 36px;
    border-color: #E3E3E4;
    border-radius: 8px;
    font-size: 12px;
    padding: 9px;
}

.memes-edit_tools-form .memes-edit_tools {
    margin-left: 0;
}

.memes-edit_tools {
    margin-left: -10px;
    display: flex;
}

.memes-edit_tools-form .memes-edit_tools {
    margin-left: 0;
}

.memes-edit_tools-form .tools-button {
    border-color: transparent;
    padding: 6px;
    margin-left: 1px;
}

.memes-edit_tools-form .tools-button:hover,
.memes-edit_tools-form .tools-button.is-active {
    border-color: #1A8FE3;
    color: #1A8FE3;
    background-color: #F6FBFE;
}

.memes-edit_tools-form .memes-edit_button {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
    min-width: inherit;
    display: block;
    font-weight: 500;
    height: 40px;
}


/* before-after */

.before-after {
}

.before-after_note {
    max-width: 280px;
}

.before-after_comparison {
    max-width: 806px;
    margin-left: auto;
    margin-right: auto;
}

.before-after_comparison img {
    border-radius: 10px;
}

.before-after_comparison .ba-slider {
    overflow: visible;
}

.before-after_comparison .handle {
    width: 1px;
    margin-left: -.5px;
    background: #E3E3E4;
    height: 100%;
    transform: none;
    border: none;
}

.before-after_comparison .handle::after {
    content: "";
    background-image: url(/v3/img/handle-before-after.svg);
    background-repeat: no-repeat;
    background-size: 80% auto;
    background-position: 50%;
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px;
    background-color: #FFF;
    border: none;
    box-shadow: 3px 15px 40px rgba(24, 29, 32, 0.05);
}

.before-after_tool {
    margin-top: 32px;
}

.before-after_item {
    flex-grow: 1;
    padding: 16px;
    background: #FFFFFF;
    box-shadow: 3px 15px 40px rgba(24, 29, 32, 0.05);
    border-radius: 12px;
    box-sizing: border-box;
    margin-bottom: 24px;
}

.before-after_item--before {
}

.before-after_item-header {
    margin-bottom: 16px;
    text-align: left;
}

.before-after_item-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 130%;
    color: #57B286;
}

.before-after_item--before .before-after_item-title {
    color: #D0726C;
}

.before-after_item-note {
    margin-top: 8px;
    font-size: 12px;
}

.before-after_item-patterns {
    box-shadow: 3px 15px 40px rgba(24, 29, 32, 0.05);
    background-color: #fff;
    border-radius: 12px;
    padding: 11px;
    box-sizing: border-box;
    max-width: 414px;
    display: flex;
    flex-wrap: wrap;
}

.before-after_item-patterns img {
    border-radius: 100%;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    width: 60px;
}

.before-after_item-group {
}

.before-after_advantage {
    display: flex;
    align-items: center;
    box-shadow: 3px 15px 40px rgba(24, 29, 32, 0.05);
    border-radius: 12px;
    padding: 10px;
    margin-top: 16px;
    background-color: #fff;
}

.before-after_advantage:first-child {
}

.before-after_advantage img {
    border-radius: 100%;
    flex-shrink: 0;
    width: 32px;
    height: 32px;
}

.before-after_advantage span {
    margin-left: 8px;
    font-weight: 500;
    font-size: 12px;
    color: #181D20;
}

.dark-mode .before-after_item {
    background-color: #223544;
}

.dark-mode .before-after_item-patterns,
.dark-mode .before-after_advantage {
    background-color: #1F2A33;
}

.dark-mode .before-after_advantage span {
    color: #EFEFEF;
}

.dark-mode .subscribe-modal__title {
    color: #EFEFEF;
}

.dark-mode .subscribe-modal__descr {
    color: #fff !important;
}

.dark-mode .btn-action--light-blue {
    background-color: transparent;
}

.dark-mode .switch-mode-tool--green .switch-name.is-selected {
    color: #FFFFFF;
}

.dark-mode .switch-mode-tool .form-check-input {
    background-color: #1CAB48;
}

.dark-mode .switch-mode-tool .form-check-input::after {
    background-color: #ffffff;
}

@media (min-width: 768px) {
    .before-after {
        text-align: center;
    }

    .before-after_note {
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }

    .before-after_comparison img {
        border-radius: 12px;
    }

    .before-after_comparison .handle::after {
        width: 56px;
        height: 56px;
        margin: -28px 0 0 -28px;
    }

    .before-after_tool {
        display: flex;
        justify-content: center;
    }

    .before-after_item {
        flex-grow: 1;
        margin-left: 12px;
        margin-right: 12px;
        max-width: 545px;
        margin-bottom: 0;
    }

    .before-after_item--before {
        max-width: 376px;
    }

    .before-after_tool {
        margin-top: 40px;
    }

    .before-after_item {
        padding: 24px;
    }

    .before-after_item-header {
        margin-bottom: 24px;
    }

    .before-after_item-title {
        font-size: 20px;
    }

    .before-after_item-note {
        font-size: 16px;
    }

    .before-after_item-patterns {
        padding: 5px;
    }

    .before-after_advantage {
        margin-top: 24px;
        padding: 16px;
    }

    .before-after_advantage img {
        width: 48px;
        height: 48px;
    }

    .before-after_advantage span {
        margin-left: 10px;
        font-size: 16px;
    }
}

@media (min-width: 992px) {
    .before-after_item-group {
        display: flex;
        justify-content: space-between;
    }

    .before-after_advantage {
        margin-left: 24px;
    }

    .before-after_advantage:first-child {
        margin-left: 0;
    }

    .before-after_item-patterns img {
        width: 88px;
    }

    .before-after_item-title {
        font-size: 24px;
    }
}


/* .get update */

.get-update {
    background: #1A8FE3;
    border-radius: 14px;
    padding: 42px 32px;
    background-image: url(/v3/img/bg-get-update.svg);
    background-repeat: no-repeat;
    background-position: 100% 100%;
    box-shadow: 0 20px 20px rgb(26 143 227 / 32%);
    color: #fff;
    height: 100%;
}

.get-update h3 {
    font-weight: 700;
    font-size: 24px;
}

.get-update p {
    margin-top: 12px;
    font-size: 12px;
    max-width: 390px;
}

.get-update_form {
}

.get-update .form-control {
    border-radius: 6px;
    height: 40px;
    width: 100%;
}

.get-update .form-control::placeholder {
    color: #C8C9CA;
}

.get-update .button {
    background: #FFFFFF;
    border-radius: 6px;
    font-size: 12px;
    color: #181D20;
    padding: 9px 20px;
    height: 40px;
}


/* .compress-result */

.compress-result {
    background: #FFFFFF;
    border: 1px solid #EFEFEF;
    box-sizing: border-box;
    border-radius: 12px;
    padding: 24px;
    text-align: center;
}

.compress-result_title {
    font-size: 24px;
    font-weight: 600;
    padding-top: 0;
}

.compress-result_action {
    margin-top: 16px;
    border-bottom: 1px solid #E3E3E4;
    padding-bottom: 56px;
}

.compress-result_action-group {
}

.compress-result_file {
    border: 1px solid #E3E3E4;
    box-sizing: border-box;
    border-radius: 8px;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 500;
    font-size: 14px;
    color: #181D20;
}

.compress-result_file-icon {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    margin-right: 8px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    vertical-align: middle;
}

.compress-result_file-icon--pdf {
    background: #FEF6F6;
}

.compress-result_file-icon--image {
    background: #F5FFFA;
}

.compress-result_link {
    margin-top: 8px;
}

.compress-result_link .form-control {
    resize: none;
    background: #F6F6F6;
    border-color: #E3E3E4;
    border-radius: 8px;
    padding: 10px;
    font-weight: 500;
    font-size: 14px;
    color: #707375;
    min-height: 114px;
}

.compress-result_tools {
}

.compress-result_tools-item {
    position: relative;
}

.compress-result_tools {
    padding-top: 24px;
}

.compress-result_tools .button {
    margin-top: 8px;
    width: 100%;
    font-weight: 500;
    border-radius: 6px;
}

.compress-result_button-download::after {
    content: '';
    width: 8px;
    height: 8px;
    margin-left: 10px;
    margin-top: -4px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    display: inline-block;
    vertical-align: middle;
}

.compress-result_button-send {
    background-color: #FFF;
    border: 1px solid #1A8FE3;
    color: #1A8FE3;
}

.compress-result_list-tools {
}

.compress-result_list-tools li {
    border-top: 1px solid #E3E3E4;
}

.compress-result_list-tools li:first-child {
    border-top-width: 0;
}

.compress-result_list-tools .item,
.compress-result_list-tools a {
    display: flex;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #707375;
    font-size: 16px;
    cursor: pointer;
}

.compress-result_list-tools .icon {
    margin-right: 10px;
    width: 32px;
    height: 32px;
    background-color: #F5FBFA;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1a8fe3;
}

.compress-result_list-tools .icon svg {
    width: 16px;
    height: 16px;
}

.compress-result_list-tools .icon_box {
    width: 32px;
    height: 32px;
    margin-right: 10px;
    border-radius: 6px;
}

.compress-result_button-link {
    font-weight: 500;
    font-size: 16px;
    text-decoration-line: underline;
    color: #707375;
    display: inline-block;
    margin-top: 16px;
    background: none;
    width: auto;
    padding: 0;
}

.compress-result_button-link:hover {
    text-decoration: none;
    background: none;
    color: #707375;
}

.compress-result .get-update {
    background: #F6F6F6;
    border: 1px solid #E3E3E4;
    border-radius: 8px;
    box-shadow: none;
    color: #707375;
    padding: 12px;
    text-align: left;
}

.compress-result .get-update h3 {
    color: #181D20;
    font-weight: 600;
    font-size: 20px;
}

.compress-result .get-update p {
    margin-top: 4px;
}

.compress-result .get-update .form-control {
    height: 48px;
    font-size: 12px;
}

.compress-result .get-update .button {
    height: 48px;
    min-width: 48px;
    background: #1A8FE3;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 12px;
    padding: 10px;
    margin-left: -10px;
}

.compress-result .get-update .button span {
    display: none;
}


/* .share */

.share {
    border: 1px solid #E3E3E4;
    border-radius: 8px;
    padding: 12px;
    height: 100%;
    box-sizing: border-box;
    text-align: left;
}

.share h3 {
    color: #181D20;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 4px;
}

.share p {
    font-size: 12px;
}

.share .social_icon {
    text-align: left;
    margin-right: -16px;
    margin-top: 8px;
}

.share .social_icon a {
    width: 40px;
    height: 40px;
    border: 1px solid #E3E3E4;
    line-height: 38px;
    background-color: #fff;
    margin-right: 12px;
    margin-top: 8px;
}

.modal-result-tools {
}

.modal-result-tools .modal-dialog {
    box-shadow: 3px 15px 40px rgba(24, 29, 32, 0.05);
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
}

.modal-result-tools .modal-dialog-centered {
    align-items: flex-end;
    min-height: calc(100%);
    margin: auto;
}

.modal-result-tools .modal-content {
    border-radius: 16px 16px 0 0;
    border: none;
}

.modal-result-tools .modal-header {
    border: none;
    padding-bottom: 0;
}

.modal-result-tools .close {
    position: absolute;
    top: -5px;
    left: 0;
    right: 0;
    font-size: 0;
    margin: 0;
    text-align: center;
}

.modal-result-tools .close::before {
    content: "";
    background: #E3E3E4;
    border-radius: 99px;
    width: 32px;
    height: 4px;
    display: inline-block;
}

.modal-result-tools .modal-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #181D20;
}

@media (min-width: 768px) {
    .compress-result {
        padding: 24px;
    }

    .compress-result_action-group {
        width: 272px;
        margin-left: auto;
        margin-right: auto;
    }

    .compress-result .get-update {
        padding: 24px;
    }

    .compress-result .get-update .button {
        margin-left: 0;
        width: 100%;
    }

    .compress-result .get-update .button span {
        display: block;
    }

    .compress-result .get-update .button img {
        display: none;
    }

    .share {
        padding: 24px;
    }

    .share .social_icon a {
        width: 48px;
        height: 48px;
        line-height: 46px;
    }

    .compress-result_list-tools {
        margin-left: -4px;
        margin-right: -4px;
        margin-top: -13px;
        margin-bottom: -13px;
    }

    .modal-result-tools {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        overflow: visible;
        box-sizing: content-box;
        min-height: 400px;
    }

    .modal-open .modal-result-tools {
        overflow: visible;
    }

    .modal-result-tools .modal-header {
        display: none;
    }

    .modal-result-tools .modal-dialog {
        width: 100%;
        margin-top: 60px;
        box-shadow: 3px 15px 40px rgba(24, 29, 32, 0.05);
    }

    .modal-result-tools .modal-dialog-centered {
        align-items: flex-start;
        min-height: auto;
    }

    .modal-result-tools .modal-content {
        border-radius: 12px;
    }

    .is-show-result-tools {
        overflow-y: auto;
        padding-right: 0 !important;
    }

    .is-show-result-tools .modal-backdrop {
        display: none;
    }
}

@media (min-width: 1025px) {
    .share .social_icon a {
        margin-right: 15px;
    }
}


/* .expand_menu */

.expand_menu-box {
    padding-top: 24px;
    padding-bottom: 20px;
    background: #FFF;
    box-shadow: inset 3px 15px 40px rgba(24, 29, 32, .05), 3px 15px 40px rgba(24, 29, 32, .05);
    border-radius: 0 0 10px 10px;
}

.expand_menu-tools {
    margin-bottom: 16px;
}

.expand_menu .tools_box {
    flex-basis: calc(100% / 5);
    flex-shrink: 0;
    margin: 10px 16px;
    border: 1px solid #E3E3E4;
    border-radius: 5px;
    padding: 8px;
}

.expand_menu .tools_box .icon_box {
    width: 32px;
    height: 32px;
    margin-bottom: 0;
    margin-right: 10px;
    padding: 8px;
}

.expand_menu .tools_box h4 {
    font-weight: 600;
    font-size: 14px;
    padding-bottom: 0;
    margin-top: 9px;
    margin-bottom: 0;
}

.expand_menu_title {
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    color: #181D20;
    min-height: 22px;
    margin-left: 16px;
    margin-right: 16px;
}

.expand_menu .mega_menu {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    margin-bottom: 8px;
}

.expand_menu .mega_menu-colums {
    display: flex;
    flex-wrap: wrap;
}

.expand_menu .mega_menu-colums li {
    width: 50%;
}

.expand_menu .mega_menu li {
    padding-top: 1px;
    padding-bottom: 1px;
}

.expand_menu .mega_menu img {
    -webkit-filter: brightness(0) saturate(100%) invert(37%) sepia(99%) saturate(433%) hue-rotate(160deg) brightness(110%) contrast(99%);
    filter: brightness(0) saturate(100%) invert(37%) sepia(99%) saturate(433%) hue-rotate(160deg) brightness(110%) contrast(99%);
}

.expand_menu .mega_menu li a {
    padding-top: 5px;
    padding-bottom: 5px;
    align-items: flex-start;
}

@media (min-width: 1200px) {
    .expand_menu {
        top: 46px;
    }
}

/*@media (min-width: 1023px) {*/
.expand_menu {
    position: fixed;
    top: 40px;
    left: 0;
    width: 100%;
    padding-top: 24px;
    display: none;
}

.expand_menu .mega_menu {
    margin-bottom: 0;
    margin-top: 8px;
    margin-left: 0;
    margin-right: 0;
}

.menu2 > li:hover .expand_menu {
    display: block;
}

.expand_menu-tools {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 16px;
}

.expand_menu .tools_box {
    flex-grow: 1;
    margin: 10px;
}

.expand_menu_title {
    color: #181D20;
    font-weight: 600;
    margin-left: 0;
    margin-right: 0;
}

.expand_menu .mega_menu li a {
    padding-top: 6px;
    padding-bottom: 6px;
}

/*}*/


/* .switch-mode-tool */

.switch-mode-tool {
    border-top: 1px solid #E3E3E4;
    padding-top: 16px;
    padding-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 16px;
}

.switch-mode-tool_text {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #525658;
    display: flex;
    align-items: center;
}

.switch-mode-tool_icon {
    width: 24px;
    height: 24px;
    margin-right: 8px;
    color: #1A8FE3;
    flex-shrink: 0;
}

.switch-mode-tool_icon svg {
    width: 100%;
    height: 100%;
}

.switch-mode-tool .form-switch {
    padding-left: 2.5em;
}

.switch-mode-tool .form-check-input {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 24px;
    margin: 0;
    vertical-align: top;
    background: #E3E3E4;
    border-radius: 99px;
    outline: none;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: background .3s linear;
}

.switch-mode-tool .form-check-input::after {
    content: "";
    display: inline-block;
    position: absolute;
    left: 5px;
    top: 5px;
    width: 14px;
    height: 14px;
    background-color: #fff;
    border-radius: 50%;
    transform: translateX(0);
    transition: background, transform .3s linear;
}

.switch-mode-tool .form-check-input:checked::after {
    transform: translateX(calc(100% + 5px));
    background-color: #fff;
}

.switch-mode-tool .form-check-input:checked {
    background-color: #1A8FE3;
}


/* user-bar */

.user-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.user-bar_info {
    display: flex;
    align-items: center;
}

.user-bar_avatar {
    background-color: #FB5F7F;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 100%;
    position: relative;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    flex-shrink: 0;
}

.user-bar_avatar-default {
    background-color: #EFEFEF;
    color: #828586;
}

.user-bar_avatar svg {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
}

.user-bar_avatar-default svg {
    display: block;
}

.user-bar_avatar img {
    position: relative;
    z-index: 1;
}

.user-bar_text {
    margin-left: 10px;
    flex-shrink: 1;
}

.user-bar_text .user-bar_name,
.user-bar_text .user-bar_plan {
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    width: inherit;
    max-width: 135px;
    white-space: nowrap;
}

.user-bar_name {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #181D20;
    display: block;
}

.user-bar_plan {
    font-size: 12px;
    line-height: 18px;
    color: #828586;
}

.user-bar .button {
    font-size: 10px;
    padding: 5px 16px;
    border-radius: 5px;
}

.user-bar .button-upgrade {
    background-color: #F65E55;
}

.user-bar .button-info {
    background: none;
    color: #1A8FE3;
    border: 1px solid #1A8FE3;
}


/* .mobile_menu .button-files */

.mobile_menu .button-files {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #E3E3E4;
    padding-top: 16px;
    padding-bottom: 16px;
    background: none;
}

.mobile_menu .button-files_text {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #525658;
    display: flex;
    align-items: center;
}

.mobile_menu .button-files_icon-folder {
    width: 24px;
    height: 24px;
    margin-right: 8px;
    color: #1A8FE3;
    flex-shrink: 0;
}

.mobile_menu .button-files_icon-arrow {
    width: 16px;
    height: 16px;
    color: #A7A9AA;
    transform: rotate(-90deg);
}


/* .mobile_menu .share */

.mobile_menu .share {
    margin-top: 8px;
}

.mobile_menu .share h3 {
    font-size: 16px;
}

.mobile_menu .share .input-group {
    margin-top: 16px;
}

.mobile_menu .share .form-control {
    padding: 13px 6px 11px 16px;
    font-size: 14px;
    border-radius: 8px 0 0 8px;
    border-color: #E3E3E4;
    border-right-width: 0;
    height: 44px;
}

.mobile_menu .share .form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.mobile_menu .share .input-group-append .btn {
    padding: 13px 8px 10px 6px;
    font-size: 12px;
    color: #1A8FE3;
    font-weight: 600;
    border-radius: 0 8px 8px 0;
    border-color: #E3E3E4;
    border-left-width: 0;
}

.mobile_menu .share .input-group-append .btn:hover {
    background: none;
}


/* .mobile_menu .button-logout */

.mobile_menu .button-logout {
    background: #fff;
    font-weight: 400;
    font-size: 16px;
    color: #D0726C;
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 24px 15px;
    text-align: left;
    margin-left: -15px;
    z-index: 2;
}

.mobile_menu .button-logout svg {
    width: 24px;
    height: 24px;
    margin-right: 8px;
    margin-top: -4px;
}


/* billing */

.billing_box {
    padding: 12px;
    background-color: #fff;
    box-shadow: 3px 10px 40px rgba(24, 29, 32, 0.05);
    border-radius: 12px;
    color: #181D20;
    margin-top: 20px;
}

.billing_box-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

.billing_box h5 {
    font-weight: 600;
    font-size: 14px;
}

.billing_box .btn-outline-secondary {
    /*color: #828586;
border-color: #828586;*/
    border-radius: 5px;
    font-size: 10px;
}

.billing_box .btn-outline-secondary svg {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}

.cards-list {
    margin-top: 4px;
    margin-bottom: 24px;
}

.cards-list_item {
    padding-top: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #E3E3E4;
}

.cards-list_item .form-check {
    display: flex;
    align-items: center;
}

.cards-list_icon {
    display: inline-block;
    vertical-align: middle;
    width: 71px;
    height: 32px;
    padding-left: 10px;
}

.cards-list_item .form-check-input {
    margin-top: 0;
}

.cards-list_item .form-check-label {
    display: flex;
    align-items: center;
}

.cards-list_text {
    color: #525658;
    padding-left: 10px;
    font-size: 12px;
}

.cards-list_text span {
    font-weight: 600;
    color: #181D20;
}

.cards-list_action {
    padding-left: 20px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
}

.cards-list_action .btn {
    font-weight: 500;
    font-size: 10px;
    color: #707375;
}

.cards-list_action .btn-outline-primary {
    color: #1A8FE3;
    border-color: transparent;
    padding: 12px;
    border-radius: 8px;
    font-weight: 600;
}

.cards-list_action .btn-outline-primary:hover {
    color: #fff;
    background-color: #1A8FE3;
}

@media (min-width: 768px) {
    .billing_box {
        padding: 20px;
        margin-top: 30px;
    }

    .billing_box h5 {
        font-size: 20px;
    }

    .billing_box .btn-outline-secondary {
        font-size: 14px;
    }

    .cards-list {
    }

    .cards-list_item {
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .billing_box .btn-outline-secondary svg {
        width: 21px;
        height: 21px;
    }

    .cards-list_icon {
        width: 90px;
        height: 40px;
    }

    .cards-list_text {
        font-size: 16px;
    }

    .cards-list_action {
        text-align: right;
        padding-left: 0;
        flex-direction: row;
    }

    .cards-list_action .btn {
        font-size: 14px;
    }

    .cards-list_action .btn-outline-primary {
        border-color: #1A8FE3;
        padding: 12px 40px;
    }
}


/* .order-summary */

.order-summary {
}

.order-summary_list {
    padding-bottom: 16px;
}

.order-summary_item {
    display: flex;
    justify-content: space-between;
    margin-top: 12px;
    font-size: 12px;
}

.order-summary_name {
    font-weight: 400;
}

.order-summary_price {
    font-weight: 600;
}

.order-summary_price--colored {
    color: #1A8FE3;
}

.order-summary_action {
}

.order-summary_action .button {
    width: 100%;
    font-size: 12px;
}

.order-summary_action .button:disabled {
    background-color: #C8C9CA;
}

@media (min-width: 768px) {
    .order-summary_item {
        font-size: 14px;
    }

    .order-summary_action .button {
        font-size: 16px;
    }
}


/* title-section */

.title-section {
    position: relative;
    font-weight: 500;
    font-size: 12px;
    color: #ADADAD;
    text-transform: uppercase;
    text-align: center;
    margin-top: 32px;
    margin-bottom: 12px;
}

.title-section::before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #ADADAD;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.title-section span {
    display: inline-block;
    background-color: #fff;
    padding-left: 8px;
    padding-right: 8px;
    position: relative;
}

@media (min-width: 768px) {
    .title-section {
        font-size: 16px;
        line-height: 20px;
        margin-top: 56px;
        margin-bottom: 56px;
    }
}


/* billing-history */

.billing-history {
    border-radius: 4px 4px 0 0;
    overflow-x: auto;
}

.billing-history_message {
    text-align: center;
    border-width: 0 1px 1px 1px;
    border-style: solid;
    border-color: #E3E3E4;
    padding: 28px 12px;
    color: #707375;
    min-width: 480px;
    font-size: 12px;
}

.billing-history .table {
    margin-bottom: 0;
    min-width: 480px
}

.billing-history .table .thead-light th {
    background-color: #EFEFEF;
}

.billing-history .table th {
    color: #707375;
    font-weight: 500;
    font-size: 10px;
    border: 1px solid #E3E3E4;
    padding: 10px 40px 10px 12px;
    vertical-align: middle;
    position: relative;
}

.billing-history .table th:first-child {
    width: 375px;
}

.billing-history .table th:nth-child(2) {
    width: 286px;
}

.billing-history .table th:nth-child(3) {
    width: 272px;
}

.billing-history .table td {
    font-weight: 400;
    font-size: 12px;
    color: #707375;
    border: 1px solid #E3E3E4;
    padding: 10px 12px;
    vertical-align: middle;
}

.billing-history .table tbody th {
    font-weight: 600;
    color: #181D20;
}

.billing-history .badge {
    font-weight: 500;
    font-size: 10px;
    text-transform: uppercase;
    padding: 6px 10px;
}

.billing-history .badge-success {
    background-color: #EAF5F0;
    color: #57B286;
}

.billing-history .badge-danger {
    background-color: #F9EEED;
    color: #D0726C;
}

.billing-history .badge-warning {
    background-color: #FBF7E6;
    color: #DDBE22;
}

.table_sort {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    padding: 0 6px;
    color: #707375;
}

.table_sort svg {
    width: 12px;
    height: 12px;
}

@media (min-width: 768px) {
    .billing-history {
        overflow: hidden;
    }

    .billing-history_message {
        font-size: 16px;
    }

    .billing-history .table {
    }

    .billing-history .table th {
        font-size: 14px;
        padding: 19px 40px 19px 12px;
    }

    .billing-history .table td {
        font-size: 16px;
        padding: 20px 12px;
    }

    .billing-history .badge {
        font-size: 16px;
        line-height: 24px;
        padding: 8px 16px;
    }

    .table_sort {
        right: 10px;
    }

    .table_sort svg {
        width: 17px;
        height: 17px;
    }
}


/* modal-add-card */

.modal-add-card {
}

.modal-add-card .modal-dialog {
    box-shadow: 3px 15px 40px rgba(24, 29, 32, 0.05);
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
}

.modal-add-card .modal-dialog-centered {
    /*align-items: flex-end;*/
    min-height: calc(100%);
    margin: auto;
}

.modal-add-card .modal-content {
    border-radius: 16px;
    border: none;
}

.modal-add-card .modal-header {
    border: none;
    padding-top: 36px;
    padding-bottom: 0;
}

.modal-add-card .close {
    position: absolute;
    top: -5px;
    left: 0;
    right: 0;
    font-size: 0;
    margin: 0;
    text-align: center;
}

.modal-add-card .close::before {
    content: "";
    background: #E3E3E4;
    border-radius: 99px;
    width: 32px;
    height: 4px;
    display: inline-block;
}

.modal-add-card .close svg {
    display: none;
}

.modal-add-card .modal-title {
    font-weight: 700;
    color: #181D20;
    font-size: 18px;
}

.modal-add-card .modal-body {
    padding-top: 0;
}

.modal-add-card .form-control {
    height: 35px;
}

.modal-add-card label {
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #707375;
    padding-bottom: 10px;
}

.modal-add-card .modal-body .button {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}

.modal-add-card .is-invalid label {
    color: #D0726C;
}

.modal-add-card .is-invalid .form-control {
    border-color: #D0726C;
}

.modal-add-card .is-invalid .invalid-feedback {
    color: #D0726C;
    display: block;
}

@media (min-width: 768px) {
    .modal-add-card {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        overflow: visible;
        box-sizing: content-box;
        min-height: 400px;
    }

    .modal-open .modal-add-card {
        overflow: visible;
    }

    .modal-add-card .modal-dialog {
        max-width: 668px;
    }

    .modal-add-card .modal-header {
        padding: 24px 24px 0;
    }

    .modal-add-card .modal-title {
        font-weight: 700;
        font-size: 24px;
        line-height: 24px;
    }

    .modal-add-card .close {
        font-size: 20px;
        left: auto;
        top: 6px;
    }

    .modal-add-card .close svg {
        width: 24px;
        height: 24px;
        display: block;
    }

    .modal-add-card .close::before {
        display: none;
    }

    .modal-add-card .modal-dialog {
        width: 100%;
        box-shadow: none;
    }

    .modal-add-card .modal-dialog-centered {
        align-items: center;
    }

    .modal-add-card .modal-body {
        padding: 24px;
    }

    .modal-add-card .modal-content {
        border-radius: 12px;
        box-shadow: 3px 15px 40px rgba(24, 29, 32, 0.05);
    }

    .modal-add-card .form-control {
        height: 49px;
    }

    .modal-add-card .modal-body .button {
        padding-top: 17px;
        padding-bottom: 17px;
    }
}


/* modal-remove-card */

.modal-remove-card {
}

.modal-remove-card .modal-content {
    border-radius: 12px;
}

.modal-remove-card .modal-header {
    border: none;
    text-align: center;
    justify-content: center;
}

.modal-remove-card .modal-title {
    font-weight: 700;
    color: #181D20;
}

.modal-remove-card .modal-body {
    padding-top: 0;
}

.modal-remove-card .modal-body p {
    text-align: center;
    font-size: 14px;
    color: #525658;
    padding-left: 20px;
    padding-right: 20px;
}

.modal-remove-card .modal-body .button {
    width: 100%;
    font-weight: 500;
    padding-top: 11px;
    padding-bottom: 11px;
    font-size: 12px;
}

.modal-remove-card .modal-body .btn-outline-secondary {
    width: 100%;
    color: #A7A9AA;
    border-color: #E3E3E4;
    font-weight: 400;
    font-size: 12px;
    padding-top: 9px;
    padding-bottom: 9px;
}

.modal-remove-card .modal-body .btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

@media (min-width: 768px) {
    .modal-remove-card .modal-dialog {
        max-width: 338px;
    }

    .modal-remove-card .modal-body {
        padding-left: 24px;
        padding-right: 24px;
    }

    .modal-remove-card .modal-title {
        font-weight: 700;
        font-size: 24px;
        line-height: 140%;
    }

    .modal-remove-card .modal-header {
        padding-left: 24px;
        padding-right: 24px;
        padding-top: 24px;
    }

    .modal-remove-card .modal-body .button {
        padding-top: 17px;
        padding-bottom: 17px;
    }

    .modal-remove-card .modal-body .btn-outline-secondary {
        font-size: 16px;
        padding-top: 15px;
        padding-bottom: 15px;
    }
}


/* modal-sign-in */

.modal-sign-in {
}

.modal-sign-in .modal-content {
    border-radius: 10px;
    border: none;
    box-shadow: 3px 15px 40px rgba(24, 29, 32, 0.05);
}

.modal-sign-in .modal-header {
    border: none;
    padding-top: 24px;
    padding-bottom: 0;
    flex-direction: column;
    align-items: center;
}

.modal-sign-in .modal-header_image {
    width: 40px;
    height: 40px;
    margin-bottom: 12px;
}

.modal-sign-in .modal-title {
    font-weight: 700;
    color: #181D20;
    font-size: 20px;
}

.modal-sign-in .modal-body {
    padding: 10px 24px 24px;
}

.modal-sign-in .form-control {
    height: 40px;
    border-radius: 10px;
    font-size: 10px;
}

.modal-sign-in label {
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #525658;
    padding-bottom: 12px;
}

.modal-sign-in .modal-body .button {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
    box-shadow: 0 20px 20px rgb(26 143 227 / 20%);
}

.modal-sign-in .is-invalid label {
    color: #D0726C;
}

.modal-sign-in .is-invalid .form-control {
    border-color: #D0726C;
}

.modal-sign-in .is-invalid .invalid-feedback {
    color: #D0726C;
    display: block;
}

.modal-sign-in .input-group .form-control,
.modal-sign-in .input-group .form-control:not(:last-child) {
    border-radius: 10px;
    padding-right: 48px;
}

.modal-sign-in .input-group .form-control.is-invalid + .btn-form-control {
    right: 24px;
}

.modal-sign-in .btn-form-control {
    position: absolute;
    top: 0;
    right: 0;
    width: 18px;
    height: 18px;
    padding: 10px;
    box-sizing: content-box;
    color: #A7A9AA;
    z-index: 5;
}

.modal-sign-in .btn-form-control:focus {
    outline: none;
    box-shadow: none;
}

.modal-sign-in .btn-form-control svg {
    width: 100%;
    height: 100%;
}

.modal-sign-in .form-check-input {
    border-color: #828586;
}

.modal-sign-in .form-check-label {
    color: #828586;
    font-weight: 400;
    font-size: 10px;
}

.modal-sign-in .btn-link {
    color: #1A8FE3;
    font-weight: 400;
    font-size: 10px;
    line-height: 18px;
    text-decoration: none;
    padding: 0;
}

.modal-sign-in .form-note {
    color: #707375;
    font-size: 12px;
}

.modal-sign-in .form-note .btn-link {
    font-size: 12px;
}

@media (min-width: 768px) {
    .modal-sign-in .modal-dialog {
        max-width: 464px;
    }

    .modal-sign-in .modal-header {
        padding: 24px 24px 0;
    }

    .modal-sign-in .modal-header_image {
        width: 48px;
        height: 48px;
        margin-bottom: 16px;
    }

    .modal-sign-in .modal-title {
        font-weight: 700;
        font-size: 24px;
        line-height: 24px;
    }

    .modal-sign-in .modal-dialog {
        width: 100%;
        box-shadow: none;
    }

    .modal-sign-in .modal-dialog-centered {
        align-items: center;
    }

    .modal-sign-in .modal-content {
        border-radius: 14px;
        box-shadow: 3px 10px 40px rgba(24, 29, 32, 0.05);
    }

    .modal-sign-in .form-control {
        height: 48px;
        font-size: 14px;
    }

    .modal-sign-in .modal-body .button {
        padding-top: 17px;
        padding-bottom: 17px;
        font-size: 16px;
    }

    .modal-sign-in .btn-form-control {
        width: 20px;
        height: 20px;
        padding: 11px;
    }

    .modal-sign-in .btn-form-control:hover {
        color: #525658;
    }

    .modal-sign-in .form-check-label {
        font-size: 12px;
    }

    .modal-sign-in .btn-link {
        font-size: 12px;
    }

    .modal-sign-in .form-note {
        font-size: 14px;
    }

    .modal-sign-in .form-note .btn-link {
        font-size: 14px;
    }
}


/* splitter-image */

.splitter-image {
}

.splitter-image_box {
    border: 1px solid #EFEFEF;
    background-color: #fff;
    border-radius: 12px;
    padding: 40px;
}

.splitter-image_bar {
    box-shadow: 3px 10px 40px rgba(24, 29, 32, 0.05);
    border-radius: 8px;
    padding: 24px;
    text-align: right;
}

.splitter-image .title {
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
    padding-top: 0;
    text-align: left;
}

.splitter-image_bar-item {
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
    padding-left: 24px;
    margin-left: 24px;
    border-left: 1px solid #E3E3E4;
}

.splitter-image_bar-item:first-child {
    padding-left: 0;
    margin-left: 0;
    border: none;
}

.splitter-image_bar-item p {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #181D20;
    margin-right: 16px;
}

.splitter-image .form-control {
    text-align: center;
    width: 115px;
    height: 40px;
    margin-left: 8px;
    margin-right: 8px;
}

.splitter-image_bar .button {
    background-color: #fff;
    color: #707375;
    border: 1px solid #E3E3E4;
    border-radius: 5px;
    padding: 7px;
}

.splitter-image_bar .button svg {
    width: 24px;
    height: 24px;
}

.splitter-image_buttons {
    text-align: right;
}

.splitter-image_buttons .button {
    padding-left: 24px;
    padding-right: 24px;
    margin-left: 16px;
}

@media (max-width: 1024px) {
    .splitter-image_box {
        padding: 30px;
    }
}

@media (max-width: 992px) {
    .splitter-image_box {
        padding: 16px;
    }

    .splitter-image_bar {
        padding: 10px;
    }

    .splitter-image .title {
        display: none;
    }

    .splitter-image_bar {
        text-align: left;
    }

    .splitter-image_bar-item {
        margin-top: 10px;
        padding-left: 0;
        margin-left: 0;
        border: none;
        flex-wrap: wrap;
        width: 100%;
    }

    .splitter-image_bar-item:first-child {
        margin-top: 0;
    }

    .splitter-image_bar-item p {
        width: 100%;
        margin-bottom: 4px;
    }

    .splitter-image .form-control {
        flex-grow: 1;
    }

    .splitter-image_bar .button {
        flex-shrink: 0;
    }
}


/* collage-maker */

.collage-maker {
}

.collage-maker_box {
    border: 1px solid #EFEFEF;
    background-color: #fff;
    border-radius: 12px;
    padding: 40px;
}

.collage-maker_bar {
    box-shadow: 3px 10px 40px rgba(24, 29, 32, 0.05);
    border-radius: 8px;
    padding: 14px 24px 24px;
}

.collage-maker_border {
    display: inline-flex;
    vertical-align: middle;
    align-items: center;
    margin-left: 12px;
}

.collage-maker_border:before {
    content: "";
    display: block;
    width: 1px;
    height: 32px;
    background-color: #E3E3E4;
    margin-right: 12px;
}

.collage-maker_border p {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #181D20;
    margin-right: 12px;
}

.collage-maker_border .form-group {
    margin-bottom: 0;
    border: 1px solid #E3E3E4;
    border-radius: 4px;
    width: 175px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 15px;
    padding-bottom: 15px;
    display: inline-block;
    vertical-align: middle;
}


/* pick-color */

.pick-color,
.collage-maker_border .input-group {
    display: flex;
    border: 1px solid #E3E3E4;
    border-radius: 4px;
    padding: 7px 8px;
}

.collage-maker_border .input-group {
    display: inline-flex;
    vertical-align: middle;
    width: 135px;
}

.pick-color .form-control,
.collage-maker_border .input-group .form-control {
    border: none;
    height: 32px;
    font-size: 12px;
    color: #181D20;
}

.pick-color .form-control:focus,
.collage-maker_border .input-group .form-control:focus {
    outline: none;
    box-shadow: none;
    background-color: transparent;
}

.pick-color .input-group-prepend,
.collage-maker_border .input-group-prepend {
    flex-shrink: 0;
}

.pick-color .input-group-prepend .btn,
.collage-maker_border .input-group-prepend .btn {
    width: 32px;
    height: 32px;
    border-radius: 4px;
}

.collage-maker .button {
    padding-left: 24px;
    padding-right: 24px;
    font-size: 14px;
}

.collage-maker_buttons {
    text-align: right;
}

.collage-maker_buttons .button {
    margin-left: 12px;
}

@media (max-width: 1024px) {
    .collage-maker_box {
        padding: 30px;
    }
}

@media (max-width: 992px) {
    .collage-maker_box {
        padding: 16px;
    }

    .collage-maker_bar {
        padding: 0 10px 10px;
    }
}

@media (max-width: 767px) {
    .collage-maker_border {
        display: block;
        margin-left: 0;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .collage-maker_border:before {
        display: none;
    }

    .collage-maker_border .form-group {
        margin-top: 10px;
        width: 164px;
    }

    .collage-maker_border .input-group {
        margin-top: 10px;
        width: 123px;
    }
}


/* .collage-grid  */

.collage-grid {
    display: grid;
    grid-column-gap: 0;
    grid-row-gap: 0;
    border: 1px solid #E3E3E4;
    padding: 4px;
    height: 487px;
    grid-template-columns: [col1-start] 50% [col2-start] 50% [col2-end];
    grid-template-rows: [row1-start] 50% [row2-start] auto [row2-end];
}

.collage-grid--type-1 {
}

.collage-grid--type-1 .collage-grid_item--1 {
    grid-column: col1-start;
    grid-row: row1-start;
}

.collage-grid--type-1 .collage-grid_item--2 {
    grid-column: col2-start;
    grid-row: row1-start;
}

.collage-grid--type-1 .collage-grid_item--3 {
    grid-column: col1-start;
    grid-row: row2-start;
}

.collage-grid--type-1 .collage-grid_item--4 {
    grid-column: col2-start;
    grid-row: row2-start / row2-end;
}

.collage-grid--type-2 {
}

.collage-grid--type-2 .collage-grid_item--1 {
    grid-column: col1-start / col2-start;
    grid-row: row1-start;
}

.collage-grid--type-2 .collage-grid_item--2 {
    grid-column: col2-start;
    grid-row: row1-start / row2-end;
}

.collage-grid--type-2 .collage-grid_item--3 {
    grid-column: col1-start;
    grid-row: row2-start;
}

.collage-grid--type-3 {
}

.collage-grid--type-3 .collage-grid_item--1 {
    grid-column: col1-start / row2-end;
    grid-row: row1-start;
}

.collage-grid--type-3 .collage-grid_item--2 {
    grid-column: col2-start;
    grid-row: row2-start;
}

.collage-grid--type-3 .collage-grid_item--3 {
    grid-column: col1-start;
    grid-row: row2-start / row2-end;
}

.collage-grid--type-4 {
}

.collage-grid--type-4 .collage-grid_item--1 {
    grid-column: col1-start / col2-start;
    grid-row: row1-start / row2-end;
}

.collage-grid--type-4 .collage-grid_item--2 {
    grid-column: col2-start;
    grid-row: row1-start;
}

.collage-grid--type-4 .collage-grid_item--3 {
    grid-column: col2-start;
    grid-row: row2-start / row2-end;
}

.collage-grid--type-5 {
}

.collage-grid--type-5 .collage-grid_item--1 {
    grid-column: col1-start;
    grid-row: row1-start;
}

.collage-grid--type-5 .collage-grid_item--2 {
    grid-column: col2-start;
    grid-row: row1-start;
}

.collage-grid--type-5 .collage-grid_item--3 {
    grid-column: col1-start / col2-end;
    grid-row: row2-start / row2-end;
}

.collage-grid_item {
    margin: 4px;
    background: #EFEFEF;
    border: 2px solid transparent;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
}

.collage-grid_item--1 {
}

.collage-grid_item--2 {
}

.collage-grid_item--3 {
}

.collage-grid_item--4 {
}

.collage-grid_item .file-input {
    z-index: 1;
}

.collage-grid_item img {
    position: relative;
    z-index: 5;
}

.collage-grid_item svg {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #707375;
}


/* .modal-upload */

.modal-upload .modal-header {
    border: none;
    padding: 24px 24px 0;
    display: block;
}

.modal-upload .modal-title {
    color: #181D20;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 2px;
}

.modal-upload .modal-header-text {
    color: #828586;
    font-size: 16px;
}

.modal-header .close svg {
    width: 24px;
    height: 24px;
}

.modal-upload .close {
    position: absolute;
    top: 29px;
    right: 24px;
}

.modal-upload .modal-dialog {
    max-width: 719px;
}

.modal-upload .modal-content {
    border-radius: 12px;
}

.modal-upload .file-drop-area {
    margin-top: 29px;
    margin-bottom: 29px;
    border: none;
    height: auto;
}


/* .modal-templates */

.modal-templates .modal-header {
    border: none;
    padding: 24px 24px 0;
    display: block;
}

.modal-templates .modal-title {
    color: #181D20;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 2px;
}

.modal-templates .modal-header-text {
    color: #828586;
    font-size: 16px;
}

.modal-templates .close {
    position: absolute;
    top: 29px;
    right: 24px;
}

.modal-templates .modal-dialog {
    max-width: 812px;
}

.modal-templates .modal-content {
    border-radius: 12px;
}

.modal-templates .modal-body {
    padding: 24px;
    display: block;
}


/* collage-choose */

.collage-choose {
    display: flex;
    position: relative;
}

.collage-choose .form-check {
    overflow: hidden;
    margin-right: 12px;
}

.collage-choose .form-check:last-child {
    margin-right: 0;
}

.collage-choose .form-check-input {
    position: absolute;
    opacity: 0;
    visibility: hidden;
}

.collage-choose .form-check-input:checked + .form-check-label {
    color: #1A8FE3;
    border-color: #1A8FE3;
}

.collage-choose .form-check-label {
    padding: 8px 16px;
    border: 1px solid #E3E3E4;
    border-radius: 4px;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #707375;
    cursor: pointer;
    transition: color, border-color .2s linear;
}

.collage-choose_size {
}

.collage-choose_template {
    margin-top: 16px;
}

.collage-choose_template .form-check {
    margin-right: 16px;
}

.collage-choose_template .form-check:last-of-type {
    margin-right: 0;
}

.collage-choose_template .form-check-label {
    border-radius: 0;
    padding: 0;
    border-color: transparent;
}

.collage-choose_button {
    width: 40px;
    height: 40px;
    background: #FFFFFF;
    box-shadow: 3px 10px 40px rgba(24, 29, 32, 0.05);
    padding: 0;
    border-radius: 100%;
    position: absolute;
    right: -8px;
    top: 50%;
    transform: translateY(-50%);
    color: #707375;
}

.collage-choose_button svg {
    width: 20px;
    height: 20px;
    transform: rotate(-90deg);
}


/* chart-creators */

.chart-creators {
}

.chart-creators_box {
    border: 1px solid #EFEFEF;
    background-color: #fff;
    border-radius: 12px;
    padding: 40px;
}

.chart-creators_bar {
    display: flex;
    justify-content: center;
    box-shadow: 3px 10px 40px rgba(24, 29, 32, 0.05);
    border-radius: 12px;
    padding: 24px;
}

.chart-creators_bar .form-check {
    overflow: hidden;
    margin-left: 8px;
    margin-right: 8px;
}

.chart-creators_bar .form-check-input {
    position: absolute;
    opacity: 0;
    visibility: hidden;
}

.chart-creators_bar .form-check-input:checked + .form-check-label {
    color: #fff;
    background-color: #1A8FE3;
}

.chart-creators_bar .form-check-label {
    padding: 8px 16px;
    border: 1px solid #1A8FE3;
    border-radius: 10px;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #1A8FE3;
    cursor: pointer;
    transition: color, border-color .2s linear;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 104px;
}

.chart-creators_bar .form-check-label svg {
    width: 40px;
    height: 40px;
    margin-bottom: 2px;
}

.chart-creators_bar .form-check-label span {
    font-weight: 500;
    font-size: 14px;
    width: 54px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.chart-creators_bar .form-check:first-child span {
    width: auto;
}

.chart-creators_tabs {
    padding: 24px;
    box-shadow: 3px 10px 40px rgba(24, 29, 32, 0.05);
    border-radius: 12px;
}

.chart-creators_tabs-header {
    text-align: center;
}

.chart-creators_tabs .list-group {
    display: inline-flex;
    flex-direction: row;
    background: #F6FBFE;
    border-radius: 8px;
    padding-top: 4px;
    padding-bottom: 4px;
}

.chart-creators_tabs .list-group-item {
    padding: 12px 24px;
    white-space: nowrap;
    background-color: transparent;
    border: none;
    border-radius: 6px;
    margin-left: 4px;
    margin-right: 4px;
    color: #707375;
    font-weight: 500;
    font-size: 16px;
}

.chart-creators_tabs .list-group-item.active {
    background-color: #1A8FE3;
    color: #fff;
}

.tab-content .form-group {
    position: relative;
}

.tab-content .form-group > label {
    font-weight: 500;
    font-size: 16px;
    color: #525658;
    padding-bottom: 10px;
}

.tab-content .form-group > .form-control {
    border-radius: 6px;
    height: 48px;
    border-color: #E3E3E4;
    font-size: 14px;
}

.tab-content .text-settings {
    position: absolute;
    bottom: 8px;
    right: 8px;
}

.tab-content .tools-button {
    padding: 4px 6px;
}

.tab-content .tools-button svg {
    width: 18px;
    height: 18px;
}

.tab-content .dropdown {
}

.tab-content .dropdown .btn-secondary {
    width: 100%;
    padding-top: 11px;
    padding-bottom: 11px;
    background-color: transparent;
    border-color: #E3E3E4;
    color: #707375;
    text-align: left;
    font-weight: 400;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tab-content .dropdown .btn-secondary:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}

.tab-content .dropdown .btn-secondary:active {
    background-color: transparent;
    border-color: #E3E3E4;
    color: #707375;
}

.tab-content .dropdown-toggle::after {
    content: "";
    width: 6px;
    height: 6px;
    border-right: 1px solid #707375;
    border-bottom: 1px solid #707375;
    border-top: none;
    border-left: none;
    transform: rotate(45deg);
    z-index: 3;
}

.tab-content .dropdown-menu {
    width: 100%;
    box-shadow: 3px 10px 40px rgba(24, 29, 32, 0.05);
    border-radius: 6px;
    padding: 7px;
    border: none;
    margin-top: 8px;
}

.tab-content .dropdown-item {
    padding: 5px;
    font-size: 14px;
    line-height: 21px;
    color: #707375;
    margin-top: 11px;
}

.tab-content .dropdown-item:first-child {
    margin-top: 0;
}

.chart-creators_buttons {
    text-align: right;
}


/* chart-creators_import */

.chart-creators_import {
}

.chart-creators_import-box {
    overflow: hidden;
    display: inline-block;
    position: relative;
    cursor: pointer;
}


/* chart-creators_table */

.chart-creators_table {
    overflow: auto;
    max-height: 440px;
    border: 1px solid #EFEFEF;
}

.chart-creators_table .table {
    /*table-layout: fixed;*/
    width: max-content;
    margin-bottom: 0;
}

.chart-creators_table .table .thead-light th,
.chart-creators_table .table th {
    background-color: #F6F6F6;
    border-color: #EFEFEF;
    border-left: 1px solid #EFEFEF;
    color: #707375;
    padding: 7px;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
}

.chart-creators_table .table .thead-light th {
    border-top: none;
}

.chart-creators_table .table .thead-light th:first-child,
.chart-creators_table .table th:first-child {
    width: 40px;
    border-left: none;
}

.chart-creators_table .table td {
    border-color: #EFEFEF;
    border-left: 1px solid #EFEFEF;
    width: 100px;
    padding: 7px;
}

.chart-creators_tabs .pick-color .form-control {
    color: #707375;
    font-size: 14px;
}

.separator {
    display: flex;
    align-items: center;
    margin-top: 16px;
}

.separator__span {
    font-weight: 500;
    font-size: 12px;
    color: #707375;
    padding: 0 10px;
}

.separator__line {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #E3E3E4;
}

.outline-wrap {
    font-size: 14px;
    padding: 16px;
    color: #181D20;
    border: 1px solid #E3E3E4;
    border-radius: 8px;
}

.form-control-field {
    background-color: #FFFFFF;
    border: 1px solid #E3E3E4;
    border-radius: 8px;
    display: block;
    font-weight: 400;
    font-size: 12px;
    padding: 15px;
    letter-spacing: 0.005em;
    height: 48px;
    width: 100%;
    color: #707375;
}

.form-control-field::placeholder {
    color: #A7A9AA;
}

.link-blue {
    color: #1A8FE3;
    text-decoration: underline;
}

@media (max-width: 992px) {
    .chart-creators_box {
        padding: 24px;
    }

    .chart-creators_bar,
    .chart-creators_tabs {
        padding: 12px;
    }

    .chart-creators_bar .form-check-label {
        padding: 8px;
        width: 100px;
    }
}

@media (max-width: 767px) {
    .chart-creators_box {
        padding: 16px;
    }

    .chart-creators_bar,
    .chart-creators_tabs {
        padding: 10px;
    }

    .chart-creators_bar {
        flex-wrap: wrap;
        padding-top: 4px;
    }

    .chart-creators_bar .form-check {
        margin-left: 3px;
        margin-right: 3px;
        margin-top: 6px;
    }

    .chart-creators_bar .form-check-label {
        width: 87px;
    }

    .chart-creators_tabs .list-group {
        padding-left: 4px;
        padding-right: 4px;
        display: flex;
    }

    .chart-creators_tabs .list-group-item {
        padding: 10px 11px;
        font-size: 12px;
        margin-left: 0;
        margin-right: 0;
    }

    .tab-content .form-group {
        margin-bottom: 0;
    }

    .tab-content .text-settings {
        bottom: 3px;
        right: 3px;
    }

    .tab-content .form-group > label {
        font-size: 12px;
        padding-bottom: 8px;
    }

    .tab-content .form-group > .form-control {
        height: 35px;
        font-size: 10px;
    }

    .tab-content .dropdown .btn-secondary {
        font-size: 10px;
        padding-top: 9px;
        padding-bottom: 9px;
    }

    .tab-content .dropdown-item {
        font-size: 10px;
        margin-top: 2px;
    }

    .chart-creators_buttons .button {
        width: 100%;
        padding-top: 8px;
        padding-bottom: 8px;
        font-size: 12px;
    }

    .chart-creators_import {
        text-align: center;
    }

    .chart-creators_import .button {
        width: 100%;
        padding-top: 8px;
        padding-bottom: 8px;
        font-size: 12px;
    }

    .chart-creators_import p {
        margin-top: 5px;
        font-size: 10px;
    }
}

/* ctrl-tool */
.ctrl-tool {
    --color: 211, 211, 211;
    display: inline-block;
    vertical-align: middle;
    padding: 12px;
    border-radius: 12px;
    background-color: #fff;
    box-shadow: 3px 1px 32px rgba(24, 29, 32, var(--shadow-opacity, .05));
    transition-property: box-shadow;
    transition-timing-function: ease-in-out;
    transition-duration: .125s;
}

.ctrl-tool__icon-box {
    display: block;
    width: 40px;
    height: 40px;
    padding: 11px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 8px;
    color: #fff;
    background-color: rgba(var(--color), 1);
    box-shadow: 0 8px 32px rgba(var(--color), 0.24);
}

.ctrl-tool__icon {
    display: block;
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
}

.ctrl-tool__name {
    font-weight: 600;
    font-size: 14px;
    line-height: calc(20 / 14);
    color: #181D20;
}

.ctrl-tool__description {
    margin-top: 2px;
    font-size: 10px;
    line-height: calc(12 / 10);
    color: #707375;
}

.ctrl-tool--color-1 {
    --color: 118, 79, 229;
}

.ctrl-tool--color-2 {
    --color: 229, 79, 109;
}

.ctrl-tool--color-3 {
    --color: 110, 202, 28;
}

.ctrl-tool--color-4 {
    --color: 229, 133, 79;
}

.ctrl-tool:hover {
    --shadow-opacity: .1;
}

@media (min-width: 1200px) {
    .ctrl-tool {
        padding: 16px;
    }

    .ctrl-tool__icon-box {
        width: 56px;
        height: 56px;
        padding: 15px;
        margin-bottom: 16px;
    }

    .ctrl-tool__icon {
        width: 26px;
        height: 26px;
    }

    .ctrl-tool__name {
        font-size: 20px;
        line-height: calc(30 / 20);
    }

    .ctrl-tool__description {
        font-size: 14px;
        line-height: calc(20 / 14);
    }
}

.dark-mode .ctrl-tool {
    background-color: #273744;
}

.dark-mode .ctrl-tool__name,
.dark-mode .ctrl-tool__description {
    color: #fff;
}

/* end ctrl-tool */

/* faq-item */
.faq-item {
    border-radius: 10px;
    box-shadow: 3px 10px 40px rgba(24, 29, 32, .05);
    color: #525658;
    background-color: #fff;
    overflow: hidden;
}

.faq-item__toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 12px;
    font-weight: 500;
    font-size: 12px;
    line-height: calc(18 / 12);
    border-width: 0;
    outline: none;
    text-align: left;
    color: var(--question-color, inherit);
    background-color: transparent;
}

.faq-item__question {
    flex-grow: 1;
}

.faq-item__icon {
    position: relative;
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    margin-left: 18px;
}

.faq-item__icon::before,
.faq-item__icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(10.5 * 100% / 18);
    height: calc(1.5 * 100% / 18);
    background-color: #1A8FE3;
    border-radius: 2px;
    transition-property: transform;
    transition-timing-function: ease-in-out;
    transition-duration: .125s;
}

.faq-item__icon::before {
    transform: translate(-50%, -50%) rotate(var(--h-rotate, 0));
}

.faq-item__icon::after {
    transform: translate(-50%, -50%) rotate(var(--v-rotate, 90deg));
}

.faq-item__answer {
    padding: 8px 12px;
    font-weight: 400;
    font-size: 10px;
    line-height: calc(16 / 10);
    letter-spacing: .005em;
    display: var(--answer, none);
}

.faq-item.is-active {
    --answer: block;
    --question-color: #181D20;
    --h-rotate: 180deg;
    --v-rotate: 180deg;
}

.dark-mode .faq-item {
    --question-color: #fff;
    color: #fff;
    background-color: #273744;
}

/* end faq-item */

/* faq */
.faq {
    padding-top: 100px;
    padding-bottom: 50px;
}

.faq__header {
    margin-bottom: 24px;
}

.faq__title {
    padding-top: 0;
    margin-bottom: 8px;
}

.faq__body {
    margin-bottom: calc(24px - 10px);
}

.faq__group {
}

.faq__item {
    margin-bottom: 10px;
}

@media (min-width: 960px) {
    .faq {
        padding-top: 150px;
        margin-bottom: 75px;
    }

    .faq__header {
        margin-bottom: 40px;
    }

    .faq__title {
        margin-bottom: 16px;
    }

    .faq__body {
        margin-bottom: calc(80px - 24px);
    }

    .faq__item {
        margin-bottom: 24px;
    }

    .faq-item__toggle {
        padding: 16px;
        font-size: 18px;
    }

    .faq-item__icon {
        width: 24px;
        height: 24px;
    }

    .faq-item__answer {
        padding-right: 16px;
        padding-left: 16px;
        font-size: 16px;
        line-height: calc(24 / 16);
    }
}

/* end faq */

/* quote-section */
.quote-section {
}

.quote-section__container {
    padding: 24px;
    border-radius: 12px;
    background-color: #EFF7FD;
}

.quote-section__title {
    max-width: 10em;
    font-weight: 700;
    font-size: 24px;
    line-height: calc(32 / 24);
    color: #181D20;
}

.quote-section__text {
    width: 25em;
    margin-top: 8px;
    font-size: 12px;
    line-height: calc(18 / 12);
    letter-spacing: .005em;
}

.quote-section__logo {
    margin-top: 24px;
    width: 145px;
}

.quote-section__logo-image {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
}

@media (min-width: 650px) {
    .quote-section__container {
        padding: 50px;
    }
}

@media (min-width: 768px) {
    .quote-section__container {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .quote-section__body {
        flex-grow: 1;
    }

    .quote-section__logo {
        margin-top: 0;
        margin-left: 50px;
        width: 200px;
        flex-shrink: 0;
    }
}

@media (min-width: 992px) {
    .quote-section__container {
        padding: 80px;
    }

    .quote-section__title {
        font-size: 40px;
        line-height: calc(48 / 40);
    }

    .quote-section__text {
        margin-top: 16px;
        font-size: 18px;
        line-height: calc(26 / 18);
    }

    .quote-section__logo {
        width: 280px;
    }
}

@media (min-width: 1200px) {

    .quote-section__text {
        width: 30em;
    }

    .quote-section__logo {
        width: 375px;
    }
}

.dark-mode .quote-section__container {
    background-color: #273744;
}

.dark-mode .quote-section__title,
.dark-mode .quote-section__description {
    color: #fff;
}

/* end quote-section */

/* .how-work */
.how-work {
    padding-top: 100px;
    padding-bottom: 100px;
}

.how-work__header {
    text-align: center;
    padding-top: 0;
    padding-bottom: 0;
    background-color: transparent;
}

.how-work__title {
    font-weight: 700;
    font-size: 24px;
    line-height: calc(32 / 24);
    color: #181D20;
}

.how-work__description {
    margin-top: 8px;
    font-size: 12px;
    line-height: calc(18 / 12);
    letter-spacing: .005em;
    color: #707375;
}

.how-work__body {
    margin-top: 24px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 138px);
    gap: 9px;
}

@media (min-width: 991px) {

    .how-work {
        padding-top: 150px;
        padding-bottom: 150px;
    }

    .how-work__title {
        font-size: 40px;
        line-height: calc(48 / 40);
    }

    .how-work__description {
        margin-top: 16px;
        font-size: 16px;
        line-height: calc(24 / 16);
    }

    .how-work__body {
        margin-top: 40px;
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: 138px;
        gap: 16px;
    }
}

@media (min-width: 1200px) {
    .how-work__body {
        grid-template-rows: 176px;
    }
}

.dark-mode .how-work__header {
    background-color: transparent;
}

.dark-mode .how-work__title,
.dark-mode .how-work__description {
    color: #fff;
}

/* end .how-work */

/* ctrl-article-preview */
.ctrl-article-preview {
    position: relative;
    background-color: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 3px 1px 32px rgba(24, 29, 32, var(--shadow-opacity, 0));
    transition-property: box-shadow;
    transition-timing-function: ease-in-out;
    transition-duration: .125s;
}

.ctrl-article-preview__image {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    aspect-ratio: 295 / 180;
}

.ctrl-article-preview__info {
    padding: 8px 8px 10px;
}

.ctrl-article-preview__name {
    font-weight: 600;
    font-size: 12px;
    line-height: calc(18 / 12);
    letter-spacing: .005em;
    color: #181D20;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.ctrl-article-preview__date {
    display: block;
    margin-top: 2px;
    font-size: 10px;
    line-height: calc(16 / 10);
    letter-spacing: .005em;
    color: #707375;
}

.ctrl-article-preview__link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.ctrl-article-preview:hover {
    --shadow-opacity: .05;
}

@media (min-width: 991px) {
    .ctrl-article-preview__info {
        padding: 10px 10px 16px;
    }

    .ctrl-article-preview__name {
        font-size: 16px;
        line-height: calc(24 / 16);
    }

    .ctrl-article-preview__date {
        margin-top: 5px;
        font-size: 14px;
        line-height: calc(20 / 14);
    }
}

.dark-mode .ctrl-article-preview {
    background-color: #1F2A33;
}

.dark-mode .ctrl-article-preview__name,
.dark-mode .ctrl-article-preview__date {
    color: #fff;
}

/* end ctrl-article-preview */

/* article-examples */
.article-examples {
    padding-top: 56px;
    padding-bottom: 56px;
    border-radius: 32px;
    background-color: #EFF7FD;
}

.article-examples__header {
    text-align: center;
    padding-top: 0;
    padding-bottom: 0;
    background-color: transparent;
}

.article-examples__title {
    font-weight: 700;
    font-size: 24px;
    line-height: calc(32 / 24);
    color: #181D20;
}

.article-examples__description {
    margin-top: 8px;
    font-size: 12px;
    line-height: calc(18 / 12);
    letter-spacing: .005em;
    color: #707375;
}

.article-examples__body {
    margin-top: 24px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 9px;
}

.article-examples__footer {
    width: 250px;
    margin-top: 24px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0;
    background-color: transparent;
    text-align: center;
    font-size: 14px;
    line-height: calc(20 / 14);
}

.article-examples__footer a {
    text-decoration-line: underline;
    color: #181D20;
}

@media (min-width: 991px) {

    .article-examples {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .article-examples__title {
        font-size: 40px;
        line-height: calc(48 / 40);
    }

    .article-examples__description {
        margin-top: 16px;
        font-size: 16px;
        line-height: calc(24 / 16);
    }

    .article-examples__body {
        margin-top: 40px;
        grid-template-columns: repeat(4, 1fr);
        gap: 16px;
    }

    .article-examples__footer {
        width: auto;
        background-color: transparent;
        text-align: center;
        font-size: 16px;
        line-height: calc(24 / 16);
    }
}

.dark-mode .article-examples {
    background-color: #273744;
}

.dark-mode .article-examples__title,
.dark-mode .article-examples__description,
.dark-mode .article-examples__footer a {
    color: #fff;
}

.dark-mode .article-examples__header,
.dark-mode .article-examples__footer {
    background-color: transparent;
}

/* end article-examples */

/* .wall */
.wall {
    padding-top: 64px;
    padding-bottom: 100px;
    text-align: center;
    background-image: url(/v3/img/bg-elements/bg-elements-1.svg);
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: 400px auto;
}

.wall__title {
    width: 190px;
    margin-right: auto;
    margin-left: auto;
    font-weight: 700;
    font-size: 34px;
    line-height: calc(46 / 34);
    color: #181D20;
}

.wall__description {
    width: 260px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 8px;
    font-size: 12px;
    line-height: calc(18 / 12);
    text-align: center;
    color: #707375;
}

.wall__actions {
    margin-top: 24px;
}

.wall__actions-video {
    margin-top: 8px;
}

.wall__button-video {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border-width: 0;
    font-size: 12px;
    line-height: calc(18 / 12);
    letter-spacing: .005em;
    color: #181D20;
    background-color: transparent;
}

.wall__button-video-icon {
    width: 24px;
    height: 24px;
    padding: 6px;
    margin-right: 8px;
    border-radius: 50%;
    fill: #1A8FE3;
    background-color: #fff;
}

@media (min-width: 991px) {
    .wall {
        padding-top: 80px;
        padding-bottom: 154px;
        background-image: url(/v3/img/bg-elements/bg-elements-2.svg);
        background-size: 1440px auto;
    }

    .wall__title {
        width: auto;
        font-size: 56px;
        line-height: calc(68 / 56);
    }

    .wall__description {
        margin-top: 24px;
        width: 460px;
        font-size: 18px;
        line-height: calc(26 / 18);
    }

    .wall__actions {
        margin-top: 40px;
    }

    .wall__actions-video {
        margin-top: 16px;
    }

    .wall__button-video {
        font-size: 16px;
        line-height: calc(24 / 16);
    }

    .wall__button-video-icon {
        width: 32px;
        height: 32px;
        padding: 8px;
        margin-right: 12px;
    }
}

.dark-mode .wall__title,
.dark-mode .wall__description,
.dark-mode .wall__button-video {
    color: #fff;
}

/* end .wall */

/* modal-article-preview */
.modal-article-preview {
}

.modal-article-preview .modal-content {
    border-width: 0;
    border-radius: 8px;
    box-shadow: 3px 1px 32px rgba(24, 29, 32, .05);
}

.modal-article-preview .modal-header {
    padding: 16px;
    border-bottom-width: 0;
}

.modal-article-preview .modal-title {
    font-weight: 700;
    font-size: 18px;
    line-height: calc(26 / 18);
    color: #181D20;
}

.modal-article-preview .modal-body {
    padding: 0 16px 16px 16px;
}

@media (min-width: 991px) {
    .modal-article-preview .modal-dialog {
        max-width: 960px;
    }

    .modal-article-preview .modal-header {
        padding: 24px;
    }

    .modal-article-preview .modal-body {
        padding-right: 24px;
        padding-bottom: 24px;
        padding-left: 24px;
    }
}

.dark-mode .modal-article-preview .modal-title {
    color: #fff;
}

/* end modal-article-preview */

/* modal-article */
.modal-article {
    padding: 16px;
    border-width: 1px;
    border-style: solid;
    border-color: #E3E3E4;
    border-radius: 8px;
}

.modal-article__header {
    padding-top: 0;
    padding-bottom: 0;
    background-color: transparent;
}

.modal-article__title {
    font-weight: 700;
    font-size: 16px;
    line-height: calc(24 / 16);
    color: #181D20;
}

.modal-article__date {
    margin-top: 4px;
    font-size: 12px;
    line-height: calc(18 / 12);
    letter-spacing: .005em;
    color: #707375;
}

.modal-article__image {
    display: block;
    width: 100%;
    height: 250px;
    margin-top: 16px;
    border-radius: 8px;
    object-fit: cover;
    object-position: center;
}

.modal-article__body {
    margin-top: 16px;
    color: #181D20;
}

.modal-article__body > * {
    margin-top: 10px;
    margin-bottom: 10px;
}

.modal-article__body > p,
.modal-article__body > h2 {
    font-size: 12px;
    line-height: calc(24 / 12);
    letter-spacing: .005em;
}

.modal-article__body > h2 {
    font-weight: 700;
    margin-top: 16px;
    margin-bottom: 0;
}

.modal-article__body > h2 + p {
    margin-top: 0;
}

.modal-article__body > *:first-child {
    margin-top: 0;
}

.modal-article__body > *:last-child {
    margin-bottom: 0;
}

@media (min-width: 991px) {
    .modal-article {
        padding: 24px;
    }

    .modal-article__title {
        font-size: 20px;
        line-height: calc(28 / 20);
    }

    .modal-article__date {
        font-size: 14px;
        line-height: calc(20 / 14);
    }

    .modal-article__image {
        height: 540px;
        margin-top: 24px;
        border-radius: 12px;
    }

    .modal-article__body {
        margin-top: 24px;
    }

    .modal-article__body > * {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .modal-article__body > p,
    .modal-article__body > h2 {
        font-size: 14px;
        line-height: calc(26 / 14);
    }

    .modal-article__body > h2 {
        margin-top: 24px;
    }
}

.dark-mode .modal-article {
    border-color: #1F2A33;
}

.dark-mode .modal-article__title,
.dark-mode .modal-article__date,
.dark-mode .modal-article__body {
    color: #fff;
}

/* end modal-article */

.expand_menu.position-absolute {
    top: 100%;
    padding-top: 12px;
}

.expand_menu {
    left: 0;
    top: 50px;
    padding: 0;
    box-shadow: 3px 10px 40px rgba(24, 29, 32, 0.05)
}

.expand_menu-box .category-tools__item h4,
.expand_menu-box .category-tools__item a {
    margin-left: 0;
}

.expand_menu-box {
    box-shadow: 3px 10px 40px rgba(24, 29, 32, 0.05);
    border-radius: 12px;
    padding: 0;
}

.expand_menu-tools--text {
    padding-bottom: 8px;
    border-bottom: 1px solid #E3E3E4;
}

.expand_menu--text .expand_menu-box h4,
.expand_menu--text .expand_menu-box a {
    margin-left: 0;
}

.expand_menu--text .category-tools {
    padding-right: 0;
}

.expand_menu--text .expand_menu-box .col-6 {
    /* padding-left: 28px; */
    width: 225px;
}

.category-tools__other {
    margin-top: 16px;
}

.menu2 a.category-tools__item--small {
    display: flex;
}

.category-tools__item--small .icon_box {
    border-radius: 4px;
    width: 40px;
    height: 40px;
}

.menu2 .category-tools__item--small h4 {
    font-weight: 500;
    font-size: 14px;
}

.expand_menu-tools--text .category-tools__item {
    width: 295px;
    margin: 2px 10px;
}

.expand_menu .mega_menu li a {
    font-weight: 500;
    line-height: 1.5;
    color: #181D20;
    padding-top: 8px;
    padding-bottom: 8px;
    align-items: center;
}

.expand_menu .mega_menu li .expand_menu__link-all {
    color: #1A8FE3;
}

.category-menu > .row > .col-6 {
    padding-left: 8px;
}


/* .expand_menu-box .col-6 {
    padding-left: 16px;
    padding-right: 0;
} */

.expand_menu--text .expand_menu-more-text {
    padding-left: 0;
}

.expand_menu-more-text .row .col-12 {
    margin-left: 40px;
    margin-right: 20px;
    padding: 0;
}

.expand_menu-tools--text.col-12 {
    padding: 0 0 8px;
    margin-left: 20px;
}

.expand_menu--image:before,
.expand_menu--text:before {
    content: '';
    background: transparent;
    position: absolute;
    width: 100%;
    height: 30px;
    bottom: 100%;
    display: block;
}

.expand_menu--pdf {
    width: 581px;
}

.expand_menu--tools {
    width: 676px;
}

.menu2 li .expand_menu--tools .category-tools__item {
    width: 322px;
    margin-top: 0;
}

.expand_menu-tools {
    margin-right: 0;
    margin-bottom: 0;
}

.category-tools__content {
    margin-left: 10px;
}

.category-menu {
    border-left: 1px solid #E3E3E4;
    padding-right: 16px;
}

.expand_menu-box .category-tools,
.expand_menu-box .category-menu {
    padding-top: 16px;
    padding-bottom: 16px;
}

.expand_menu-box h4,
.expand_menu-box a {
    margin-left: 8px;
}

.expand_menu-box .category-menu .row {
    margin: 0;
}

.expand_menu-name-categiry {
    font-weight: 600;
    font-size: 12px;
    color: #828586;
    padding-left: 8px;
    margin-bottom: 8px;
}

.category-tools__descr {
    font-weight: 400;
    font-size: 12px;
    margin-top: 2px;
    color: #FFFFFF;
}

.category-tools__other li a {
    width: 295px;
}

.main-item h4 {
    color: #FFFFFF;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.5;
    margin-left: 0;
}

.category-tools__item h4 {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5;
    color: #181D20;
    white-space: nowrap;
}

.expand_menu--tools .category-tools {
    padding: 16px 8px;
}

.expand_menu--text .expand_menu-name-categiry {
    padding-left: 0;
}

.main-item--arrow {
    position: relative;
}

.main-item--arrow svg {
    position: absolute;
    right: 16px;
    bottom: 30px;
}

.index .title {
    line-height: 1.25;
    padding: 0;
}

.index .descr {
    margin-top: 24px;
    font-size: 16px;
}

.index-actions {
    margin-top: 40px;
}

.index-btn {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    padding: 16px 24px;
    border-radius: 10px;
}

.js-tools-slider {
    position: relative;
    display: flex;
}

.tools__item {
    box-shadow: 20px 20px 72px rgb(24 29 32 / 10%);
}

.tools__item.color-violet .tools__content {
    background-color: #6F56EC;
    color: #ffffff;
}

.tools__item.color-violet .tools__footer > div {
    background-color: #EFEDFD;
}

.tools__item.color-violet .tools__circle,
.tools__item.color-violet .tools__tag {
    background-color: #9d8cf2;
}

.color-orange {
    color: #F66213;
}

.tools__item.color-orange .tools__content {
    background-color: #F66213;
    color: #ffffff;
}

.tools__item.color-orange .tools__footer > div {
    background-color: #FEF2EB;
}

.tools__item.color-orange .tools__circle,
.tools__item.color-orange .tools__tag {
    background-color: #f8935f;
}

.color-purple {
    color: #D61C4E;
}

.tools__item.color-purple .tools__content {
    background-color: #D61C4E;
    color: #ffffff;
}

.tools__item.color-purple .tools__footer > div {
    background-color: #FDEDF1;
}

.tools__item.color-purple .tools__circle,
.tools__item.color-purple .tools__tag {
    background-color: #e36587;
}

.color-blue {
    color: #1C67CA;
}

.tools__item.color-blue .tools__content {
    background-color: #1C67CA;
    color: #ffffff;
}

.tools__item.color-blue .tools__footer > div {
    background-color: #EDF4FD;
}

.tools__item.color-blue .tools__circle,
.tools__item.color-blue .tools__tag {
    background-color: #6598db;
}

.color-green {
    color: #247881;
}

.tools__item.color-green .tools__content {
    background-color: #247881;
    color: #ffffff;
}

.tools__item.color-green .tools__footer > div {
    background-color: #EFF9FB;
}

.tools__item.color-green .tools__circle,
.tools__item.color-green .tools__tag {
    background-color: #6aa3aa;
}

.mt_196 {
    margin-top: 196px;
}

.mt_16 {
    margin-top: 16px;
}

.elect {
    position: absolute;
    right: 12px;
    top: 12px;
    cursor: pointer;
    color: #E3E3E4;
    background-color: #F6F6F6;
    border-radius: 50%;
}

.elect.is-active {
    color: #D61C4E;
}


/* details-popup */

.details-popup.modal.show {
}

.details-popup p {
    font-size: 14px;
    line-height: 1.5;
    color: #525658;
}

.details-popup__descr {
    padding-left: 20px;
    padding-right: 0;
}

.details-popup__content {
    padding: 24px;
}

.details-popup .container {
    background-color: #fff;
    border-radius: 12px;
    /* top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%); */
}

.details-popup .modal-dialog {
    max-width: 1240px;
}

.details-popup.modal.show {
    padding: 0 24px !important;
}

.details-popup .container .row {
    margin-right: 0;
    margin-left: 0;
}

.details-popup__title {
    font-weight: 700;
    font-size: 24px;
    color: #181D20;
}

.details-popup__img {
    width: 100%;
    border-radius: 12px;
    margin-right: 20px;
}

.details-popup_close {
    position: absolute;
    width: 24px;
    height: 24px;
    top: 29px;
    right: 24px;
}

.details-popup .line {
    margin-top: 10px;
    margin-bottom: 10px;
}

.details-popup .btn-action {
    margin-top: 10px;
}

.qr {
    margin-top: 10px;
    max-width: 295px;
    width: 100%;
    max-height: 295px;
}

.qr img {
    width: 100%;
}

.details-popup__more {
    margin: 6px -4px -4px -4px;
}

.details-popup__more-img {
    margin: 4px;
    width: calc(100% / 8 - 8px);
    height: auto;
    cursor: pointer;
}

.details-popup__more-img img {
    border: 1px solid #E3E3E4;
    border-radius: 8px;
    width: 100%;
}

.details-popup__more-img.is-active img {
    border-color: #1A8FE3;
}

.btn-action--color {
    color: #1A8FE3;
    border-color: #1A8FE3;
}

.details-popup--catalog .qr {
    width: 247px;
    height: auto;
}

.details-popup--catalog .btn-action {
    padding: 12px;
}

.banner-wrapper {
    background-color: var(--theme-color);
    color: #FFFFFF;
    padding-top: 10px;
    padding-bottom: 10px;
    letter-spacing: 0;
}

.banner-wrapper a {
    color: #ffffff;
    text-decoration: underline;
    font-weight: 600;
    white-space: nowrap;
}

.banner-border-link {
    display: inline-flex;
    font-size: 10px;
    padding: 6px 10px;
    border: 1px solid #FFFFFF;
    border-radius: 99px;
    line-height: 1.6;
    background-color: transparent;
    vertical-align: baseline;
}

a.banner-border-link,
button.banner-border-link {
    text-decoration: none;
    margin-left: 16px;
    letter-spacing: 0.005em;
}


/* switch */

.switch-mode-tool--green {
    border: none;
    justify-content: center;
}

.switch-mode-tool--green {
    margin-top: 14px;
    margin-bottom: 50px;
}

.switch-mode-tool--green .form-check-input {
    width: 64px;
    height: 34px;
    background-color: #1CAB48;
    margin-left: 10px;
    margin-right: 10px;
}

.switch-mode-tool--green .form-check-input:checked {
    background-color: #1CAB48;
}

.switch-mode-tool--green .switch-name {
    font-weight: 400;
    font-size: 16px;
    color: #707375;
    white-space: nowrap;
}

.switch-mode-tool--green .switch-name.is-selected {
    color: #181D20;
    font-weight: 500;
}

.switch-mode-tool--green .switch-name > span {
    font-weight: 500;
    font-size: 12px;
    background: #FBE8E9;
    border-radius: 99px;
    color: #E2464C;
    padding: 3px 5px;
    margin-left: 5px;
}

.switch-mode-tool--green .form-switch {
    display: flex;
    align-items: center;
    padding: 0;
}

.switch-name--first {
    order: -1;
}

.switch-mode-tool--green .form-check-input::after {
    width: 26px;
    height: 26px;
    left: 4px;
    top: 4px;
}

@media (min-width: 1200px) {
    .index .container {
        max-width: 1288px;
    }

    .support-area__image-box img {
        width: 100%;
    }

    .catalog-box > div {
        padding: 10px !important;
    }

    .row.catalog-box {
        margin: 30px -10px -10px -10px;
    }

    .check-tools {
        padding-top: 150px;
        padding-bottom: 150px;
    }

    .container-tools {
        max-width: 1288px;
        width: 100%;
        padding-right: 48px;
        padding-left: 48px;
        margin-right: auto;
        margin-left: auto;
    }

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

@media (max-width: 1199px) {
    .animate-text {
        top: 22px;
    }
}

@media (max-width: 767px) {
    .filter-container {
        margin-right: 24px;
        overflow-x: scroll;
        -ms-overflow-style: none;
        scrollbar-width: none;
        height: 61px;
        border-radius: 99px;
        box-shadow: 3px 10px 40px rgba(24, 29, 32, 0.05);
    }

    .filter-container::-webkit-scrollbar {
        display: none;
    }

    .statistic {
        padding: 16px;
    }

    .statistic__num {
        font-size: 24px;
        margin: 0;
    }

    .statistic__item:last-child {
        order: 1;
    }

    .statistic__item:first-child {
        order: 1;
    }

    .statistic__text {
        font-size: 10px;
        margin-top: 2px;
        line-height: 1.5;
    }

    .statistic__item {
        flex-direction: column;
        align-items: flex-start;
    }

    .statistic__item:not(:last-of-type)::after {
        content: none;
    }

    .d-4 {
        display: none;
    }

    .tools::before,
    .tools::after {
        content: none;
    }

    .details-popup__more {
        margin: 5px -4.5px -3px -4.5px;
    }

    .details-popup__more-img {
        margin: 3px 4.5px;
        width: calc(100% / 6 - 9px);
        height: auto;
    }

    .tags-box--tools {
        display: none;
    }
}

.home_area--pdf {
    padding-top: 120px;
    padding-bottom: 40px;
}

.tools_area--pdf {
    background-color: #ffffff;
}

.tools_area--pdf {
    padding-top: 10px;
}

.page_shadow--index {
    z-index: 0;
}

@media (max-width: 992px) {
    body.index {
        line-height: 1.5;
    }

    .mt_32 {
        margin-top: 16px;
    }

    .mt_40 {
        margin-top: 24px;
    }

    .m-mt_8 {
        margin-top: 8px;
    }

    .index .descr {
        margin-top: 8px;
        font-size: 12px;
        line-height: 1.5;
    }

    .index .container {
        padding-left: 24px;
        padding-right: 24px;
    }

    .index .row {
        margin-left: -24px;
        margin-right: -24px;
    }

    .index-actions {
        margin-top: 24px;
    }

    .index-btn {
        font-size: 12px;
        line-height: 18px;
        padding: 12px 20px !important;
    }

    .support-area {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .support-area__content .title {
        width: 100%;
    }

    .animate-text {
        width: 190px;
        height: 38px;
        top: 8px;
    }

    .animate-text__item {
        height: 36px;
    }

    .statistic__num {
        font-size: 30px;
    }

    .statistic__text {
        font-size: 12px;
    }

    .d-4 {
        width: 9px;
    }

    .home_area--first .home_content::after {
        background-image: url('/v3/img/decorate/d-6.svg');
        width: 25px;
        height: 330px;
        left: -15px;
        top: -25px;
    }

    .home_area--first .home_content::before {
        background-image: url('/v3/img/decorate/d-7.svg');
        top: -9px;
        right: -90px;
    }

    .present {
        padding-top: 100px;
    }

    .present-card {
        padding: 10px 10px 16px 10px;
        min-width: 255px;
        max-width: 255px;
        margin-left: 8px;
        margin-right: 8px;
    }

    .present-card__bg {
        height: 161px;
    }

    .present-card__bg img {
        width: 269px;
        height: 169px;
    }

    .present-card__name {
        margin-top: 10px;
        font-size: 14px;
    }

    .present-card__descr {
        font-size: 10px;
    }

    .present-cart__actions {
        margin-top: 12px;
    }

    .present-cart__link {
        font-size: 12px;
    }

    .container-present .slick-list {
        height: 382px;
    }

    .container-present .slick-track {
        margin-left: -8px;
        margin-right: -8px;
    }

    .container-present {
        margin-left: calc((100vw - 690px) / 2);
    }

    .menu2 li a .ai-all__image {
        width: 156px;
        height: 118px;
        top: 10px;
        right: -14px;
    }

    .tags-box--tools {
        display: flex;
        flex-wrap: wrap;
    }

    .tags-box__wrapper {
        flex-wrap: wrap;
    }

    .tags-box--tools span {
        width: 100%;
        text-align: left;
    }

    .home_area--pdf {
        padding-top: 64px;
    }

    .tools_area--pdf {
        padding-top: 0;
        padding-bottom: 100px;
    }
}

@media (max-width: 768px) {
    .popup-content {
        padding: 16px;
    }

    .popup-content h2 {
        font-size: 18px;
    }

    .popup-content__action {
        margin-top: 16px;
    }

    .popup-content .separator {
        margin-top: 16px;
    }

    .popup-content .separator__span {
        font-size: 12px;
    }

    .outline-wrap {
        padding: 12px;
        font-size: 12px;
    }

    .popup-content .btn-action {
        font-size: 12px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .container-present {
        margin-left: calc((100vw - 509px) / 2);
    }

    .details-popup__content {
        padding: 16px;
    }

    .details-popup p {
        font-size: 12px;
    }

    .subname.mt_24 {
        margin-top: 16px;
    }

    .details-popup__actions {
        flex-direction: column;
    }

    .details-popup__actions .subname {
        margin-top: 10px;
    }

    .details-popup__actions .ml_10 {
        margin-left: 0;
    }

    .qr {
        margin-left: auto;
        margin-right: auto;
    }

    .banner-wrapper {
        font-size: 12px;
    }

    .banner-wrapper a {
        text-decoration: none;
    }

    a.banner-border-link,
    button.banner-border-link {
        font-size: 8px;
        margin-left: 3px;
        padding: 6px 8px 4px 8px;
    }

    .spinner-wrapper {
        padding: 16px;
    }

    #spinner .spinner-border {
        width: 3.4rem;
        height: 3.4rem;
    }

    .switch-mode-tool--green {
        margin-bottom: 0;
    }

    .switch-mode-tool--green .switch-name {
        font-size: 14px;
    }

    .switch-mode-tool--green .switch-name > span {
        font-size: 10px;
    }

    .switch-mode-tool--green .form-check-input {
        width: 44px;
        height: 24px;
    }

    .switch-mode-tool--green .form-check-input::after {
        width: 16px;
        height: 16px;
    }
}

@media (max-width: 575px) {
    .container-present {
        margin-left: 24px;
        padding: 0;
    }

    .animate-text {
        width: 145px;
        height: 30px;
        top: 8px;
    }

    .animate-text__item {
        height: 30px;
    }
}

@media (max-width: 1400px) {
    .statistic__item:not(:last-of-type)::after {
        padding-left: 30px;
    }

    .tools {
        box-shadow: 20px 20px 72px rgb(24 29 32 / 10%);
        position: relative;
    }

    .container-present {
        box-shadow: 3em 0 8.4em #eaeaea;
    }
}

@media (min-width: 1400px) {
    .js-tools-slider {
        display: flex;
        margin-left: -10px;
        margin-right: -10px;
    }

    .tools__item {
        margin-left: 10px;
        margin-right: 10px;
    }
}

button.btn-download {
    background-color: #fff;
    color: #181D20;
}


/* summarizer */

.summarizer {
    margin-top: 56px;
    max-width: 996px;
    margin-left: auto;
    margin-right: auto;
}

.summarizer--equal-columns .col-xl-4,
.summarizer--equal-columns .col-xl-8 {
    flex: 0 0 50%;
    max-width: 50%;
}

.summarizer--equal-columns .summarizer_action-item {
    min-width: auto;
}

.summarizer--equal-columns {
}

.summarizer_item {
    background: #FFFFFF;
    box-shadow: 3px 10px 40px rgba(24, 29, 32, 0.05);
    border-radius: 12px;
    padding: 24px;
    height: 100%;
}

.summarizer .title {
    font-weight: 600;
    font-size: 24px;
    padding-top: 0;
}

.summarizer_item p {
    font-size: 14px;
    color: #707375;
}

.summarizer_item .form-group {
    margin-top: 16px;
    margin-bottom: 24px;
}

.summarizer_item label {
    font-size: 14px;
    margin-bottom: 8px;
    color: #181D20;
}

.summarizer_item label span {
    color: #A7A9AA;
    white-space: nowrap;
}

.summarizer_item .form-group + .form-group {
    margin-top: 16px;
}

.summarizer_item .form-control {
    resize: none;
    border: 1px solid #E3E3E4;
    border-radius: 8px;
    padding: 16px;
}

.summarizer_action {
    display: flex;
    justify-content: space-between;
}

.summarizer_action-item {
    position: relative;
    flex-grow: 1;
    min-width: 256px;
}

.summarizer_action-item--rate {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 11px 17px;
    border: 1px solid #707375;
    border-radius: 8px;
    cursor: pointer;
    margin-left: 16px;
    color: #707375;
    transition: .2s;
    font-weight: 500;
    font-size: 14px;
}

.summarizer_action-item--rate.is-like {
    background-color: #E3F4E9;
    border-color: #E3F4E9;
}

.summarizer_action-item--rate.is-like .like {
    color: #1CAB48;
}

.summarizer_action-item--rate.is-dislike .dislike {
    color: #E2464C;
}

.summarizer_action-item--rate.is-dislike {
    background-color: #FBE8E9;
    border-color: #FBE8E9;
}

.summarizer_action-item--rate.liked {
    border-color: #1CAB48;
    background-color: #E3F4E9;
}

.summarizer_action-item--rate.liked p {
    color: #1CAB48;
}

.summarizer_action-item--rate .like-click {
    display: none;
}

.summarizer_action-item--rate.liked .like-click {
    display: block;
}

.summarizer_action-item--rate.disliked {
    border-color: #E2464C;
    background-color: #FBE8E9;
}

.summarizer_action-item--rate.disliked p {
    color: #E2464C;
}

.summarizer_action-item--rate .dislike-click {
    display: none;
}

.summarizer_action-item--rate.disliked .dislike-click {
    display: block;
}

.summarizer_item-header {
    display: flex;
    justify-content: space-between;
}

.summarizer_form-box {
    padding-left: 4px;
    padding-right: 4px;
    margin-left: -4px;
    overflow-y: auto;
    overflow-x: hidden;
}

.summarizer--one .summarizer_item .title,
.summarizer--one .summarizer_item p {
    text-align: center;
}

.summarizer--one .summarizer_action {
    justify-content: center;
}

.summarizer--one .summarizer_action .button {
    width: 240px;
    flex-grow: 0;
}

.summarizer--agreement .summarizer_item .form-group {
    margin-top: 0;
    margin-bottom: 1rem;
}

.summarizer--agreement .summarizer_item > p {
    margin-bottom: 24px;
}

.summarizer--equal-columns.summarizer--agreement .custom-form_agreement [class*="col-"] {
    flex-basis: 100%;
    max-width: 100%;
}

.rate-options {
    display: flex;
}

.history-popup {
    padding: 24px 12px 24px 24px;
    background: #FFFFFF;
    box-shadow: 3px 1px 32px rgba(24, 29, 32, 0.05);
    border-radius: 12px;
}

.history-popup__title {
    font-weight: 700;
    font-size: 24px;
    color: #000000;
}

.history-popup_close {
    position: absolute;
    display: inline-block;
    right: 24px;
    top: 28px;
}

.history-dropdown {
    width: 100%;
}

.history-dropdown .dropdown-toggle {
    width: 100%;
    padding: 16px 30px 16px 16px;
    border: 1px solid #E3E3E4;
    border-radius: 12px;
    background-color: #ffffff;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    color: #525658;
}

.history-dropdown .dropdown-menu {
    width: 100%;
    padding: 4px;
    border-color: transparent;
    box-shadow: 3px 1px 32px rgba(24, 29, 32, 0.05);
    border-radius: 6px;
    max-height: 300px;
    background: #ffffff;
    overflow-y: auto;
}

.history-dropdown .dropdown-item {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.43;
    color: #525658;
    padding: 8px;
    border-radius: 6px;
}

.history-dropdown .dropdown-item:hover {
    background: #F6F6F6;
}

.history-summarizer_item {
    padding: 0;
    box-shadow: none;
}

.history-summarizer_item h5 {
    font-size: 16px;
    font-weight: 600;
}

.history__date {
    font-size: 12px;
}

.history-summarizer_item .form-control {
    font-size: 12px;
    letter-spacing: 0.005em;
    color: #525658;
    padding: 12px;
}

.history-summarizer_item .form-group {
    margin-top: 0;
    margin-bottom: 16px;
}

.history-summarizer_item .is-disabled .form-control {
    background: #F6F6F6;
}

.history-popup .dropdown-toggle::after {
    content: none;
}

.history-popup .dropdown-toggle::before {
    content: '';
    width: 7px;
    height: 7px;
    border-right: 1px solid #707375;
    border-bottom: 1px solid #707375;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 18px;
    top: 23px;
    margin-left: 7px;
    display: inline-block;
    vertical-align: middle;
}

#modal_history .modal-dialog {
    max-width: 600px;
}

.history-summarizer__content-wrapper {
    max-height: 845px;
    height: auto;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 10px;
}

.rate-btn button {
    background-color: transparent;
    border: none;
    padding: 0;
    width: 15px;
    height: 15px;
    color: #707375;
}

.rate-btn button:not(:first-child) {
    margin-left: 6px;
}

.popover {
    background-color: transparent;
    border: none;
}

.bs-popover-auto[x-placement^=top] > .arrow::after,
.bs-popover-top > .arrow::after {
    border-top-color: #464a4d;
}

.popover-body {
    background: #464a4d;
    border-radius: 8px;
    padding: 8px 16px;
    border: 1px solid #464a4d;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.43;
    color: #FFFFFF;
}

.popover {
    top: -5px !important;
}

.summarizer_action-item .button {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}

.summarizer_action .button {
    flex-grow: 1;
    font-size: 14px;
}

.summarizer_action .dropdown {
    margin-left: 16px;
}

.summarizer_action .dropdown-toggle::after {
    display: none;
}

.summarizer_action .dropdown-menu {
    width: 100%;
}

.summarizer_action .button-copy {
    margin-left: 16px;
    max-width: 48px;
    width: 48px;
    flex-shrink: 0;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 0;
    padding-right: 0;
}

.summarizer_action .button-update {
    margin-left: 16px;
    max-width: 48px;
    width: 48px;
    flex-shrink: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 6px;
    padding-bottom: 6px;
}

.summarizer_action .button svg {
    width: 20px;
    height: 20px;
}

.summarizer_item.is-disabled .form-control {
    background: #F6F6F6;
    pointer-events: none;
}

.summarizer_item.is-disabled .button {
    pointer-events: none;
    background: #EFEFEF;
    color: #A7A9AA;
}

.summarizer_item.is-disabled .button-outline {
    background: #fff;
    border-color: #E3E3E4;
}


/* .ideas */

.ideas {
    height: 409px;
    background: #F6F6F6;
    border: 1px solid #E3E3E4;
    border-radius: 8px;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 8px;
    margin-top: 16px;
    margin-bottom: 24px;
}

.ideas_box {
    height: 100%;
    overflow-y: auto;
    padding-right: 8px;
}

.ideas_box::-webkit-scrollbar {
    width: 3px;
}

.ideas_box::-webkit-scrollbar-track {
    background: transparent;
}

.ideas_box::-webkit-scrollbar-thumb {
    background-color: #E3E3E4;
    border-radius: 20px;
    border: none;
}

.ideas_item {
    position: relative;
    border-radius: 8px;
    background: #FFF;
    padding-left: 10px;
    padding-right: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 12px;
}

.ideas_item:first-child {
    margin-top: 0;
}

.ideas_name {
    font-weight: 500;
    font-size: 14px;
    color: #707375;
    text-overflow: ellipsis;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    display: block;
}

.ideas_item .button {
    padding: 10px;
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    border: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity .2s linear;
}

.ideas_item:hover .button {
    opacity: 1;
    visibility: visible;
}

.ideas_item .button svg {
    width: 20px;
    height: 20px;
}

.ideas_item + .ideas_placeholder {
    display: none;
}

.ideas_placeholder {
    color: #A7A9AA;
    font-size: 14px;
}

.recommendation {
    padding-bottom: 66px;
}

.recommendation .tools_box {
    padding: 16px 12px 18px 16px;
    box-shadow: 3px 10px 40px rgba(24, 29, 32, 0.05);
    height: auto;
}

.recommendation .icon_box {
    margin-bottom: 0;
    margin-right: 10px;
}

.recommendation__send-box {
    background: #FFFFFF;
    border: 1px solid #E3E3E4;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    margin-left: auto;
    flex-shrink: 0;
    color: #707375 !important;
}

.recommendation h4 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 110px;
}

.button-history {
    padding: 12px 17px;
    font-size: 14px;
    border-radius: 8px;
    border-width: 1.5px;
}

.button-history svg {
    margin-right: 8px;
}

.custom-scroll {
    padding-right: 12px;
    overflow-y: auto;
}

.custom-scroll::-webkit-scrollbar {
    width: 3px;
}

.custom-scroll::-webkit-scrollbar-track {
    background: transparent;
}

.custom-scroll::-webkit-scrollbar-thumb {
    background-color: #E3E3E4;
    border-radius: 20px;
    border: none;
}

.dark-mode .custom-scroll::-webkit-scrollbar-thumb {
    background-color: #223544
}

@media (max-width: 992px) {
    .summarizer_item {
        margin-bottom: 20px;
        height: auto;
    }

    .summarizer_item-header {
        flex-direction: column;
    }

    .button-history {
        margin-top: 27px;
        width: 100%;
        font-size: 12px;
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .summarizer--equal-columns .col-xl-4,
    .summarizer--equal-columns .col-xl-8 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .summarizer_action {
        flex-wrap: wrap;
    }

    .summarizer_action-item {
        margin-top: 8px;
    }

    .summarizer_action-item:first-child {
        margin-top: 0;
    }

    .summarizer_action-item--rate {
        margin-left: 0;
    }

    .summarizer_action-item--rate p {
        font-size: 12px;
    }

    .summarizer_action .dropdown {
        margin-left: 0;
        min-width: 247px;
    }

    .summarizer_action .button-copy,
    .summarizer_action .button-update {
        margin-left: 8px;
    }

    .summarizer_action .button-copy {
        margin-top: 8px;
    }
}


/* .select2 */

.select2-container--default .select2-selection--multiple {
    height: 163px;
    background: #FFF;
    border: 1px solid #E3E3E4;
    border-radius: 8px;
    padding-top: 3px;
    padding-left: 3px;
    padding-bottom: 8px;
    padding-right: 8px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    font-family: inherit;
    background: #F6F6F6;
    border-radius: 8px;
    border: none;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    padding-right: 24px;
    color: #525658;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    left: auto;
    right: 0;
    bottom: 0;
    border: none;
    font-size: 0;
    width: 22px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:before,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:after {
    content: "";
    border-top: 1px solid #828586;
    width: 8px;
    position: absolute;
    left: 6px;
    top: 18px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:before {
    transform: rotate(45deg);
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:after {
    transform: rotate(-45deg);
}

.select2-container--default .select2-search--inline .select2-search__field {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    padding-right: 8px;
    color: #525658;
    font-family: inherit;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    height: 36px;
    min-width: 50px;
}

.select2-dropdown {
    background: #FFF;
    box-shadow: 3px 1px 32px rgba(24, 29, 32, 0.05);
    border-radius: 6px;
    border: none;
    padding: 4px;
    margin-top: 4px;
}

.select2-results__option {
    font-family: inherit;
    color: #525658;
    font-weight: 500;
    font-size: 14px;
    border-radius: 6px;
    transition: background .2s linear;
}

.select2-container--default .select2-results__option--selected {
    background: #F6F6F6;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background: #1A8FE3;
}

/* edit-profile */
.edit-profile_area {
}

.edit-profile {
    box-shadow: 3px 10px 40px rgb(24 29 32 / 5%);
    border-radius: 12px;
    padding: 24px;
    margin-top: 2.5em;
    background-color: #FFF;
}

.edit-profile_form {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.edit-profile .form-group {
    display: flex;
    align-items: center;
}

.edit-profile .form-group label {
    flex-shrink: 0;
    margin-right: 30px;
    width: 180px;
}

.form-control-field {
    flex-grow: 1;
}

.edit-profile .form-group .btn-action {
    margin-left: 210px;
}

@media (max-width: 767px) {

    .edit-profile .form-group {
        display: block;
    }

    .edit-profile .form-group label {
        margin-right: 0;
        margin-bottom: 6px;
        width: auto;
    }

    .edit-profile .form-group .btn-action {
        margin-left: 0;
    }
}

/* try-pro */
.try-pro {
    background: #FFF7E1;
    border-radius: 12px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #181D20;
}

.try-pro__title {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
}

.try-pro__button {
    padding: 11px 16px;
    background: #FFC205;
    border-radius: 8px;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.005em;
    color: #FFF;
    margin-left: 24px;
}

@media (max-width: 767px) {
    .try-pro__title {
        font-size: 18px;
    }
}

/* modal-try-pro */
.modal-try-pro {
}

.modal-try-pro .modal-dialog {
    max-width: 996px;
}

.modal-try-pro .modal-content {
    flex-direction: row;
    padding: 24px;
}

.modal-try-pro .modal-content_item {
    width: 50%;
    flex-grow: 1;
    margin-left: 24px;
}

.modal-try-pro .modal-content_item:first-child {
    margin-left: 0;
}

.modal-try-pro .modal-content_item--image {
}

.modal-try-pro_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
}

.modal-try-pro_header h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #000000;
}

.modal-try-pro_image {
    min-height: 460px;
    background: #E3F1FB;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: flex-end;
    height: 100%;
}

@media (max-width: 767px) {
    .modal-try-pro .modal-content_item--image,
    .modal-try-pro_image {
        display: none;
    }
}

.modal-try-pro_title {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 8px;
    color: #181D20;
}

.modal-try-pro_title span {
    color: #E2464C;
}

.modal-try-pro_text {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.005em;
    color: #525658;
}

.modal-try-pro_text a {
    font-weight: 700;
    text-decoration: none;
    color: inherit;
}

.modal-try-pro_action {
    margin-top: 40px;
    display: flex;
    align-items: center;
}

.modal-try-pro_action .price {
    flex-shrink: 0;
    width: 70px;
}

.modal-try-pro_action .btn-action {
    flex-grow: 1;
    margin-left: 16px;
}

.modal-try-pro_hello {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(4px);
    border-radius: 12px;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 32px;
    text-align: center;
    position: absolute;
    left: 8px;
    right: 8px;
    bottom: 8px;
}

.modal-try-pro_sign {
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.005em;
    color: #181D20;
    font-style: italic;
    margin-top: 8px;
}

.dark-mode .modal-try-pro_header h3,
.dark-mode .modal-try-pro_title,
.dark-mode .modal-try-pro_text {
    color: #fff;
}

/* pro-benefits */
.pro-benefits {
    margin-top: 24px;
}

.pro-benefits_item {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;
    margin-top: 16px;
    color: #181D20;
}

.pro-benefits_icon {
    flex-shrink: 0;
    border: 1.5px solid #1CAB48;
    color: #1CAB48;
    width: 18px;
    height: 18px;
    box-sizing: border-box;
    border-radius: 100%;
    margin-right: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pro-benefits_icon svg {
    width: 12px;
    height: 12px;
}

.dark-mode .pro-benefits_item {
    color: #fff;
}

/* .price */
.price {
    color: #181D20;
}

.price_title {
    font-weight: 500;
    font-size: 10px;
    line-height: 16px;
}

.price_value {
    display: flex;
    align-items: center;
}

.price_value sup,
.price_value sub {
    font-size: 12px;
    line-height: 18px;
}

.price_value sup {
    color: #1A8FE3;
    margin-top: -5px;
}

.price_value span {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
}

.price_value sub {
    color: #A7A9AA;
    margin-bottom: -5px;
}

.dark-mode .price {
    color: #fff;
}

/* modal-video-converter */
.modal-video-converter {
}

.modal-video-converter .modal-dialog {
    max-width: 624px;
}

.modal-video-converter .modal-content {
    border-radius: 12px;
}

.modal-video-converter .modal-header {
    border: none;
    padding: 24px 24px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.modal-video-converter .modal-header .close {
    margin: 0;
    padding: 0;
}

.modal-video-converter .modal-title {
    color: #181D20;
    font-weight: bold;
    font-size: 24px;
}

.modal-video-converter .modal-body {
    padding: 24px;
}

.convert-settings {
    margin-bottom: 16px;
}

.convert-settings_title {
    font-weight: 600;
    font-size: 16px;
    color: #181D20;
    margin-bottom: 16px;
}

.convert-settings_item {
}

.convert-settings_label {
    display: flex;
    align-items: center;
}

.convert-settings label {
    font-weight: 500;
    font-size: 12px;
    color: #707375;
    line-height: 1.2;
}

.convert-settings_info {
    position: relative;
    margin-left: 8px;
}

.convert-settings_info:hover .convert-settings_info-text {
    display: block;
}

.convert-settings_info svg {
    width: 14px;
    height: 14px;
    margin-bottom: 2px;
}

.convert-settings_info-text {
    position: absolute;
    left: 100%;
    bottom: 0;
    margin-bottom: 10px;
    margin-left: 10px;
    background: #FFF;
    box-shadow: 3px 10px 40px rgba(24, 29, 32, 0.05);
    border-radius: 5px;
    padding: 10px;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #707375;
    min-width: 213px;
    z-index: 1;
    display: none;
}

.convert-settings .form-control {
    width: 100%;
    padding-top: 11px;
    padding-bottom: 11px;
    margin-top: 10px;
    background-color: transparent;
    border-color: #E3E3E4;
    color: #A7A9AA;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    height: 45px;
}

.convert-settings .form-control::placeholder {
    color: #A7A9AA;
}

.convert-settings .dropdown .btn-secondary {
    width: 100%;
    padding-top: 11px;
    padding-bottom: 11px;
    margin-top: 10px;
    background-color: transparent;
    border-color: #E3E3E4;
    color: #A7A9AA;
    text-align: left;
    font-weight: 400;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.convert-settings .dropdown .btn-secondary:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}

.convert-settings .dropdown .btn-secondary:active {
    background-color: transparent;
    border-color: #E3E3E4;
    color: #707375;
}

.convert-settings .dropdown-toggle::after {
    content: "";
    width: 9px;
    height: 9px;
    border-right: 1px solid #A7A9AA;
    border-bottom: 1px solid #A7A9AA;
    border-top: none;
    border-left: none;
    transform: rotate(45deg);
    border-radius: 0 0 2px 0;
    z-index: 3;
}

.convert-settings .dropdown-menu {
    width: 100%;
    box-shadow: 3px 10px 40px rgba(24, 29, 32, 0.05);
    border-radius: 6px;
    padding: 7px;
    border: none;
    margin-top: 8px;
}

.convert-settings .dropdown-item {
    padding: 5px;
    font-size: 14px;
    line-height: 21px;
    color: #707375;
    margin-top: 11px;
}

.convert-settings .dropdown-item:first-child {
    margin-top: 0;
}

.convert-settings_buttons {
}

.convert-settings_buttons .btn {
    border-radius: 8px;
    height: 56px;
    width: 100%;
    font-weight: 500;
    font-size: 16px;
}

.convert-settings_buttons .btn-secondary {
    background-color: #C8C9CA;
    border-color: #C8C9CA;
}

.convert-settings_buttons .btn-primary {
    background-color: #1A8FE3;
    border-color: #1A8FE3;
}

@media (max-width: 767px) {

    .convert-settings_buttons .btn {
        margin-top: 10px;
    }

}

/* modal-thanks-signing */
.modal-thanks-signing {
}

.modal-thanks-signing .modal-dialog {
    max-width: 758px;
}

.modal-thanks-signing .modal-content {
    border-radius: 14px;
}

.modal-thanks-signing .modal-header {
    border: none;
    padding: 24px 24px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.modal-thanks-signing .modal-header .close {
    margin: 0 29px 0 0;
    padding: 0;
}

.modal-thanks-signing .modal-title {
    color: #181D20;
    font-weight: bold;
    font-size: 24px;
    flex-grow: 1;
    text-align: center;
}

.modal-thanks-signing .modal-body {
    padding: 24px;
}

.thanks-signing {
}

.thanks-signing_item {
    padding: 16px;
    border-radius: 12px;
    background: #F6F6F6;
    height: 100%;
    color: #181D20;
}

.thanks-signing_item--support {
    background: #EFF7FD;
}

.thanks-signing_title {
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 8px;
    color: #181D20;
}

.thanks-signing_item p {
    font-size: 14px;
    line-height: 20px;
    color: #525658;
}

.thanks-signing_item strong {
    color: #181D20;
    font-weight: 600;
}

.thanks-signing_action {
    margin-top: 24px;
    display: flex;
    margin-left: -8px;
}

.thanks-signing_action .button {
    margin-left: 8px;
    width: 50%;
    font-size: 12px;
    padding: 8px;
    text-align: center;
    box-shadow: 0 10px 32px rgba(26, 143, 227, .24);
}

.thanks-signing_action .button-outline {
    box-shadow: none;
}

.thanks-signing_list {
    margin-top: 17px;
}

.thanks-signing_list li {
    display: flex;
    align-items: flex-start;
    margin-top: 19px;
    font-size: 14px;
    line-height: 20px;
}

.thanks-signing_list li:first-child {
    margin-top: 0;
}

.thanks-signing_icon {
    width: 16px;
    height: 16px;
    background-color: #1A8FE3;
    border-radius: 50%;
    margin-right: 9px;
    margin-top: 2px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.thanks-signing_icon svg {
    width: 10px;
    height: 100%;
}

@media (max-width: 767px) {

    .modal-thanks-signing .modal-header .close {
        margin: 0;
    }

    .modal-thanks-signing .modal-header {
        padding: 16px 16px 0;
    }

    .modal-thanks-signing .modal-body {
        padding: 16px;
    }

    .modal-thanks-signing .modal-title {
        font-size: 16px;
    }

    .thanks-signing_item--support {
        margin-top: 16px;
    }

    .thanks-signing_item {
        height: auto;
    }

    .thanks-signing_title {
        font-size: 14px;
    }

    .thanks-signing_item p,
    .thanks-signing_list li {
        font-size: 12px;
    }

    .thanks-signing_list li {
        margin-top: 17px;
    }

    .thanks-signing_icon {
        width: 13px;
        height: 13px;
        margin-top: 3px;
    }

    .thanks-signing_action {
        display: block;
        margin-left: 0;
    }

    .thanks-signing_action .button {
        width: 100%;
        margin-left: 0;
        margin-top: 8px;
        padding: 11px;
    }
}

/* chage-background */
.chage-background {
}

.chage-background_area {
}

.chage-background_share,
.save-share {
    display: none;
}

.chage-background .title {
    font-size: 40px;
}

.chage-background .sub_title {
    font-size: 18px;
    text-align: left;
    color: #181D20;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.chage-background .sub_title a {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #1A8FE3;
    text-decoration: underline;
}

.chage-background .sub_title a:hover {
    text-decoration: none;
}

.chage-background_item {
    background: #FFFFFF;
    box-shadow: 3px 10px 40px rgba(24, 29, 32, 0.05);
    border-radius: 12px;
    padding: 24px;
    height: 100%;
}

.chage-background_item--colors {
    max-width: 320px;
    margin-left: auto;
}

.chage-background_tool {
}

.chage-background_tool--bg {
    margin-top: 16px;
    padding-top: 24px;
    border-top: 1px solid #E3E3E4;
}

.chage-background_group-bg {
    display: flex;
    flex-wrap: wrap;
    margin: -4px;
}

.chage-background_tool .color_box {
    flex-basis: calc(100% / 6);
    flex-grow: 1;
    flex-shrink: 0;
    margin: 4px;
    max-width: 48px;
    height: 48px;
    border: 1px solid #E3E3E4;
    box-sizing: border-box;
    cursor: pointer;
    background-size: cover;
    background-position: 50%;
    border-radius: 8px;
    transition: border-color .2s linear;
}

.chage-background_tool .color_box:hover,
.chage-background_tool .color_box.is-active {
    border-color: #1A8FE3;
}

.chage-background_pick {
    position: relative;
    margin-top: 16px;
}

.chage-background_pick .form-group {
    margin-bottom: 0;
}

.chage-background_pick .color_box {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 34px;
    height: 34px;
    margin: 0;
    border-radius: 8px;
}

.chage-background_pick .form-control-field {
    padding-left: 47px;
    color: #000;
    font-size: 12px;
    height: 44px;
    border: 1px solid #E3E3E4;
    border-radius: 8px;
}

.chage-background_tool-action {
    margin-top: 24px;
}

.chage-background_tool-action .button {
    width: 100%;
    background: #F6FBFE;
    color: #1A8FE3;
    font-size: 14px;
}

.chage-background_tool-action .button svg {
    margin-right: 4px;
    display: inline-block;
    vertical-align: -2px;
}

.chage-background_preview {
    width: 440px;
    height: 440px;
    margin-top: 82px;
    margin-bottom: 92px;
    margin-left: auto;
    margin-right: auto;
}

.chage-background_preview-action {
    margin-left: -24px;
    margin-right: -24px;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 24px;
    border-top: 1px solid #E3E3E4;
    text-align: right;
}

.chage-background_preview-action .button {
    margin-left: 4px;
    font-size: 14px;
    border-radius: 8px;
    height: 50px;
}

.chage-background_preview-action .button--cancel {
    background: #EFEFEF;
    border: 1px solid #E3E3E4;
    color: #A7A9AA;
}

@media (max-width: 992px) {

    .chage-background {
        padding-top: 50px;
    }

    .chage-background_share,
    .save-share {
        display: flex;
        justify-content: center;
        margin-bottom: 8px;
    }

    .chage-background_share .button,
    .save-share .button {
        padding: 6px 6px 5px;
        border: 1px solid #E3E3E4;
        border-radius: 6px;
        background: #fff;
        color: #828586;
        font-weight: 500;
        font-size: 14px;
        margin-left: 4px;
        margin-right: 4px;
    }

    .chage-background_share .button svg,
    .save-share .button svg {
        margin-right: 6px;
    }

    .chage-background_item {
        margin-bottom: 20px;
        height: auto;
    }

    .chage-background_item--colors {
        max-width: 100%;
    }

    .chage-background_preview {
        margin-top: 52px;
        margin-bottom: 72px;
    }
}

@media (max-width: 767px) {

    .chage-background {
        padding-top: 20px;
    }

    .chage-background .title {
        font-size: 28px;
        padding-top: 0;
    }

    .chage-background .title_icon {
        display: none;
    }

    .chage-background .title + p {
        margin-top: 4px;
    }

    .chage-background_area {
        padding-top: 40px;
    }

    .chage-background_item {
        padding: 16px;
    }

    .chage-background .sub_title {
        font-size: 16px;
    }

    .chage-background_group-bg {
        margin: -5px;
    }

    .chage-background_tool .color_box {
        max-width: 53px;
        height: 53px;
        margin: 5px;
    }

    .chage-background_pick .color_box {
        width: 34px;
        height: 34px;
        margin: 0;
    }

    .chage-background .sub_title a {
        font-size: 10px;
    }

    .chage-background_tool-action .button {
        font-size: 12px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .chage-background_preview {
        width: auto;
        height: auto;
        margin-bottom: 64px;
    }

    .chage-background_preview-action {
        margin-left: -16px;
        margin-right: -16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
        text-align: center;
    }

    .chage-background_preview-action .button {
        width: calc(50% - 6px);
        font-size: 12px;
        padding-top: 11px;
        padding-bottom: 11px;
        height: 40px;
    }
}

.dark-mode .chage-background_item {
    background: #223544;
}

.dark-mode .chage-background .sub_title {
    color: #fff;
}

.dark-mode .chage-background_pick .form-control-field {
    background-color: #1A252E;
    color: #fff;
    border-color: #828586;
}

.dark-mode .chage-background_preview-action {
    border-color: #828586;
}

.dark-mode .chage-background_preview-action .button--cancel {
    background-color: #2e3b46;
    color: #687d8d;
    border-color: #5d5d66;
}

.dark-mode .chage-background_tool-action .button {
    background: #1A252E;
    color: #fff;
}

/* modal-browse-background */
.modal-browse-background {
}

.modal-browse-background .modal-dialog {
    max-width: 900px;
}

.modal-browse-background .modal-content {
    border-radius: 12px;
}

.modal-browse-background .modal-header {
    border: none;
    padding: 24px 24px 0;
}

.modal-browse-background .modal-header .close {
}

.modal-browse-background .modal-title {
    color: #181D20;
    font-weight: bold;
    font-size: 24px;
    flex-grow: 1;
}

.modal-browse-background .modal-body {
    padding: 24px;
}

.browse-background {
}

.browse-background .search_group--search {
    max-width: 100%;
    margin-top: 0;
}

.browse-background .search_group--search input {
    box-shadow: 3px 10px 40px rgba(24, 29, 32, 0.05);
    height: 56px;
    font-size: 10px;
    color: #707375;
}

.browse-background .search {
    top: 15px;
    left: 22px;
}

.browse-background .search_group--search .button {
    font-size: 12px;
}

.browse-background .filter {
    background: none;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.browse-background .filter::before {
    content: "";
    position: absolute;
    width: 162px;
    height: 44px;
    right: 0;
    top: 0;
    z-index: 5;
    background: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 140.83%);
}

.browse-background .filter_slide {
    position: absolute;
    right: 8px;
    top: 5px;
    z-index: 6;
}

.browse-background .filter_button {
    background: #FFFFFF;
    box-shadow: 2px 8px 32px rgba(24, 29, 32, 0.08);
    border-radius: 99px;
    color: #1F1F1F;
    width: 32px;
    height: 32px;
    padding: 0;
}

.browse-background .filter_button svg {
    width: 18px;
    height: 18px;
    transform: rotate(-90deg);
}

.browse-background .filter__category {
    max-width: fit-content;
    color: #707375;
    padding: 8px;
    border: 1px solid #E3E3E4;
    border-radius: 8px;
    min-width: 48px;
    text-align: center;
}

.browse-background .filter__category.is-active,
.browse-background .filter__category:hover {
    background-color: #fff;
    border-color: #1A8FE3;
    color: #1A8FE3;
}

.browse-background .filter .slick-track {
}

.browse-background .filter .slick-list {

}

.browse-background .filter__image {
    width: 24px;
    height: 24px;
    border-radius: 8px;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    margin-right: 4px;
}

.browse-background .filter__name {
    font-size: 16px;
    margin-left: 0;
}

.browse-background_preview {
    margin-top: 24px;
    height: 477px;
    overflow-y: auto;
}

.browse-background_preview-group {
    display: flex;
    flex-wrap: wrap;
    margin: -8px;
}

.browse-background_preview .color_box {
    max-width: 201px;
    height: 201px;
    flex-basis: calc(100% / 5);
    flex-grow: 1;
    flex-shrink: 0;
    margin: 8px;
    border: 1px solid #E3E3E4;
    border-radius: 8px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    overflow: hidden;
}

.browse-background_preview .color_box:hover,
.browse-background_preview .color_box.is-active {
    border-color: #1A8FE3;
}

@media (max-width: 992px) {

    .browse-background_preview .color_box {
        height: 161px;
    }
}

@media (max-width: 767px) {

    .modal-browse-background .modal-title {
        font-size: 16px;
    }

    .modal-browse-background .modal-header {
        padding: 16px 16px 0;
    }

    .modal-browse-background .modal-body {
        padding: 16px;
    }

    .browse-background .filter__category {
        min-height: 34px;
        padding: 4px;
    }

    .browse-background .filter__name {
        font-size: 12px;
        line-height: 24px;
    }

    .browse-background .filter__image {
        vertical-align: -8px;
    }

    .browse-background .filter::before {
        width: 72px;
        height: 34px;
    }

    .browse-background .filter_slide {
        display: none;
    }

    .browse-background_preview-group {
        margin: -5px;
    }

    .browse-background_preview .color_box {
        flex-basis: calc(100% / 4);
        max-width: 91px;
        height: 91px;
        margin: 5px;
    }

    .browse-background_preview {
        height: 380px;
        margin-top: 16px;
    }
}

.dark-mode .modal-browse-background .modal-title {
    color: #fff;
}

.dark-mode .browse-background .filter__category {
    color: #fff;
    border-color: #5d5d66;
}

.dark-mode .browse-background .filter__category.is-active,
.dark-mode .browse-background .filter__category:hover {
    background-color: #495258;
}

.dark-mode .browse-background .filter::before {
    background: linear-gradient(270deg, #1A252F 0%, rgba(26, 37, 47, 0) 140.83%);
}

.dark-mode .browse-background .filter_button {
    background-color: #223544;
    color: #EFEFEF;
}

/* modal-continue-writing */
.modal-continue-writing {
}

.modal-continue-writing .modal-dialog {
    max-width: 784px;
}

.modal-continue-writing .modal-content {
    border-radius: 12px;
}

.modal-continue-writing .modal-header {
    border: none;
    padding: 24px 24px 0;
}

.modal-continue-writing .modal-header .close {
    margin: 0;
    padding: 0;
}

.modal-continue-writing .modal-title {
    color: #181D20;
    font-weight: bold;
    font-size: 24px;
    flex-grow: 1;
}

.modal-continue-writing .modal-body {
    padding: 24px;
}

.chart-creators_bar .form-check {
    overflow: hidden;
    margin-left: 8px;
    margin-right: 8px;
}

.continue-writing {
    color: #181D20;
}

.continue-writing__item {
    margin-top: 16px;
}

.continue-writing__item:first-child {
    margin-top: 0;
}

.continue-writing__item--action {
    margin-top: 24px;
}

.continue-writing__item p {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
}

.continue-writing__group {
    margin-top: 10px;
    display: flex;
    align-items: center;
    margin-left: -8px;
}

.continue-writing .form-check {
    padding: 0;
    flex-basis: calc(100% / 4);
    flex-grow: 1;
    flex-shrink: 0;
    max-width: 240px;
    margin-left: 8px;
}

.continue-writing .form-check-input {
    position: absolute;
    opacity: 0;
    visibility: hidden;
}

.continue-writing .form-check-input:checked + .form-check-label {
    color: #1A8FE3;
    background-color: #F6FBFE;
    border-color: #1A8FE3;
}

.continue-writing .form-check-label {
    padding: 16px 24px;
    border: 1px solid #E3E3E4;
    border-radius: 8px;
    font-size: 16px;
    line-height: 24px;
    color: #707375;
    cursor: pointer;
    transition: color, border-color .2s linear;
    white-space: nowrap;
    width: 100%;
    box-sizing: border-box;
}

.continue-writing .button {
    flex-basis: calc(100% / 3);
    flex-grow: 1;
    flex-shrink: 0;
    margin-left: 8px;
    padding-top: 16px;
    padding-bottom: 16px;
    border-radius: 8px;
}

.continue-writing .btn-secondary {
    background: #EFEFEF;
    border: 1px solid #E3E3E4;
    color: #A7A9AA;
}

.continue-writing .btn-secondary:focus {
    box-shadow: none;
}

.dark-mode .close,
.dark-mode .modal-continue-writing .modal-title,
.dark-mode .continue-writing {
    color: #fff;
}

.dark-mode .continue-writing .form-check-label {
    color: #fff;
}

.dark-mode .continue-writing .form-check-input:checked + .form-check-label {
    background-color: #223544;
}

.dark-mode .continue-writing .btn-secondary {
    background-color: #40474c;
    color: #bfc1c3;
}

@media (max-width: 767px) {

    .modal-continue-writing .modal-title {
        font-size: 16px;
    }

    .modal-continue-writing .modal-body {
        padding-top: 16px;
    }

    .continue-writing__group {
        margin-top: 2px;
        flex-direction: column;
        margin-left: 0;
    }

    .continue-writing__item--action {
        margin-top: 8px;
    }

    .continue-writing__item p {
        font-weight: 500;
        font-size: 14px;
        line-height: 20px;
    }

    .continue-writing .form-check {
        margin-left: 0;
        margin-top: 8px;
        max-width: 100%;
        width: 100%;
        text-align: center;
    }

    .continue-writing .form-check-label {
        font-size: 12px;
        line-height: 18px;
    }

    .continue-writing .button {
        margin-left: 0;
        margin-top: 8px;
        width: 100%;
        font-size: 12px;
        line-height: 18px;
        padding-top: 11px;
        padding-bottom: 11px;
    }
}

/* uploader-container */
.uploader-container {
    background: #FFFFFF;
    box-shadow: 3px 10px 40px rgba(24, 29, 32, 0.05);
    border-radius: 12px;
    margin-top: 2.5rem;
    padding: 24px;
    border: none;
}

.uploader-container__box {
    box-shadow: 3px 10px 40px rgba(24, 29, 32, 0.05);
    border-radius: 12px;
    padding: 24px;
    color: #707375;
    font-size: 14px;
    margin-top: 16px;
}

.uploader-container__box:first-child {
    margin-top: 0;
}

.uploader-tools__text-size {
}

.uploader-tools strong {
    color: #181D20;
    font-weight: 600;
}

.uploader-tools__item {
    margin-top: 16px;
    display: flex;
    align-items: center;
}

.uploader-tools hr {
    border-color: #E3E3E4;
}

.uploader-tools .input-group-text {
    color: #707375;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    border: 1px solid #E3E3E4;
    border-radius: 4px 0 0 4px;
    background-color: #F6F6F6;
    padding: 13px 15px 12px 16px;
    height: 48px;
}

.uploader-tools .form-control {
    border-color: #E3E3E4;
    border-radius: 0 4px 4px 0;
    color: #181D20;
    font-size: 16px;
    padding: 12px 16px;
    height: 48px;
    font-weight: 500;
}

.uploader-tools .form-check {
    overflow: hidden;
    margin-left: 12px;
    margin-right: 10px;
}

.uploader-tools .form-check-input {
    position: absolute;
    opacity: 0;
    visibility: hidden;
}

.uploader-tools .form-check-input:checked + .form-check-label {
    color: #fff;
    background-color: #1A8FE3;
}

.uploader-tools .form-check-input:checked + .form-check-label::before {
    border-color: #fff;
}

.uploader-tools .form-check-label {
    padding: 16px 16px 8px;
    border: 1px solid #1A8FE3;
    border-radius: 10px;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #1A8FE3;
    cursor: pointer;
    transition: color, border-color .2s linear;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 94px;
}

.uploader-tools .form-check-label::before {
    content: "";
    border: 1px solid #1A8FE3;
    width: 36px;
    height: 24px;
    margin-bottom: 10px;
}

.uploader-tools .form-check-label span {
    font-weight: 500;
    font-size: 14px;
    width: 54px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.uploader-zoom .button {
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    padding-left: 18px;
    padding-right: 17px;
    padding-top: 11px;
    padding-bottom: 11px;
    height: 40px;
    margin-left: 6px;
}

.uploader-zoom .button-outline {
    margin-left: 0;
}

.uploader-zoom__box {
    display: flex;
    align-items: center;
}

.uploader-zoom__text {
    color: #525658;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    flex-shrink: 0;
}

.uploader-zoom .form-control {
    border: none;
    width: 40px;
    height: 18px;
    padding: 0;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #1A8FE3;
    flex-shrink: 0;
}

.twitter-navigation__zoom-icon {
    display: none;
}

.twitter-navigation {
    flex-grow: 1;
    margin-left: 10px;
    margin-right: 10px;
}

.twitter-navigation__wrapper {
    width: 100%;
    height: 20px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    border-radius: 5px;
    cursor: pointer;
}

.twitter-navigation__line-wrapper {
    width: 100%;
    height: 20px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    border-radius: 5px;
    cursor: pointer;
}

.twitter-navigation__line {
    background: #EFEFEF;
    height: 6px;
    width: 100%;
    border-radius: 10px;
    display: flex;
    position: relative;
    align-items: center;
}

.twitter-navigation__fill {
    background: #1A8FE3;
    align-self: stretch;
    flex-basis: auto;
    flex-direction: column;
    flex-shrink: 0;
    border-radius: 10px;
}

.twitter-navigation__circle {
    width: 30px;
    height: 30px;
    margin-left: -15px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    transition-duration: 0.2s;
    transition-property: background-color, box-shadow;
    background-color: transparent;
}

.twitter-navigation__inner-circle {
    width: 9px;
    height: 12px;
    border-radius: 50%;
    background-color: #1A8FE3;
    transform: scale(1);
    transition-duration: 0.1s;
    transition-property: transform;
    box-shadow: none;
}

@media (max-width: 1240px) {

    .uploader-tools .form-check-label {
        width: 89px;
    }

    .uploader-zoom .button {
        padding-left: 16px;
        padding-right: 15px;
    }
}

@media (max-width: 992px) {

    .uploader-tools__item--scroll {
        flex-wrap: nowrap;
        overflow-x: auto;
        margin-right: 0;
    }

    .uploader-tools .form-check {
        flex-shrink: 0;
    }
}

@media (max-width: 767px) {

    .uploader-container {
        padding: 8px;
    }

    .uploader-container__box {
        padding: 8px;
    }

    .uploader-tools__text-size {
        display: none;
    }

    .uploader-tools__item {
        margin-top: 8px;
    }

    .uploader-tools__item:first-of-type {
        margin-top: -8px;
    }

    .uploader-tools hr {
        display: none;
    }

    .uploader-tools .input-group-text {
        height: 32px;
        width: 57px;
        padding-left: 8px;
        font-size: 12px;
    }

    .uploader-tools .form-control {
        height: 32px;
    }

    .uploader-tools__item--scroll {
        margin-left: -4px;
    }

    .uploader-tools .form-check {
        margin-left: 4px;
        margin-right: 4px;
    }

    .uploader-tools .form-check-label {
        width: 44px;
        padding-right: 16px;
        font-size: 10px;
        border-radius: 4px;
    }

    .uploader-tools .form-check-label::before {
        width: 21px;
        height: 12px;
    }

    .uploader-zoom .button {
        width: calc(50% - 10px);
        margin-top: 10px;
    }
}

.uploader-container label {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #181D20;
    padding-bottom: 8px;
}

.uploader-container .card-body {
    padding: 0;
}

.uploader-container .card-footer {
    padding: 0;
    background: none;
    border: none;
}

.button--card-footer {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
}

.uploader-container .button-outline--grey {
}

.uploader-container .dropdown .btn-secondary {
    width: 100%;
    padding-top: 11px;
    padding-bottom: 11px;
    margin-top: 10px;
    background-color: transparent;
    border-color: #E3E3E4;
    border-radius: 8px;
    color: #A7A9AA;
    text-align: left;
    font-weight: 400;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.uploader-container .dropdown .btn-secondary:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}

.uploader-container .dropdown .btn-secondary:active {
    background-color: transparent;
    border-color: #E3E3E4;
    color: #707375;
}

.uploader-container .btn-secondary.dropdown-toggle::after {
    content: "";
    width: 9px;
    height: 9px;
    border-right: 1px solid #A7A9AA;
    border-bottom: 1px solid #A7A9AA;
    border-top: none;
    border-left: none;
    transform: rotate(45deg);
    border-radius: 0 0 2px 0;
    z-index: 3;
}

.uploader-container .btn-secondary + .dropdown-menu {
    width: 100%;
    box-shadow: 3px 10px 40px rgba(24, 29, 32, 0.05);
    border-radius: 6px;
    padding: 7px;
    border: none;
    margin-top: 8px;
}

.uploader-container .dropdown-item {
    padding: 5px;
    font-size: 14px;
    line-height: 21px;
    color: #707375;
    margin-top: 11px;
}

.uploader-container .dropdown-item:first-child {
    margin-top: 0;
}

.uploader-container .btn-group > .button {
    padding: 11px 4px 11px 16px;
    border-radius: 8px 0 0 8px;
}

.uploader-container .btn-group > .button-outline {
    border-right: none;
}

.uploader-container .btn-group .button.dropdown-toggle {
    padding: 0 16px 0 4px;
    border-radius: 0 8px 8px 0;
}

.uploader-container .button-outline.dropdown-toggle {
    border-left: none;
    border-right: 1px solid #1A8FE3;
}

.uploader-container .dropup .dropdown-toggle::after {
    width: 8px;
    height: 8px;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    border-top: none;
    border-left: none;
    transform: rotate(45deg);
    border-radius: 0 0 3px 0;
    vertical-align: 0;
}

.uploader-container .dropup.show .dropdown-toggle::after {
    transform: rotate(-135deg);
    vertical-align: -2px;
}

.uploader-container .dropup .button-outline.dropdown-toggle::after {
    border-right-color: #1A8FE3;
    border-bottom-color: #1A8FE3;
}

.uploader-container .dropup .button-outline.dropdown-toggle:hover::after {
    border-right-color: #fff;
    border-bottom-color: #fff;
}

.uploader-container .chage-background_pick {
    margin-top: 0;
}

/* Add Page Numbers to a PDF */
.uploader-container--add-numbers .card-body {
    margin-top: 40px;
}

.uploader-container--add-numbers .card-title h3 {
    color: #181D20;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
}

.uploader-container--add-numbers .chage-background_pick .form-control-field {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 39px;
    height: 38px;
    font-size: 10px;
    line-height: 16px;
    letter-spacing: 0.005em;
    color: #181D20;
}

.uploader-container--add-numbers .chage-background_pick .color_box {
    width: 30px;
    height: 30px;
    border: none;
    top: 4px;
    left: 4px;
}

.uploader-container--add-numbers .dropdown .btn-secondary {
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 400;
    font-size: 10px;
    line-height: 16px;
    margin-top: 0;
    color: #181D20;
}

.uploader-container--add-numbers hr {
    display: none;
}

.font-picker {
    position: relative;
    display: inline-block;
    box-shadow: unset;
    width: 100%;
}

div[id^="font-picker"] button {
    border: 0;
    color: inherit;
}

.font-control .font-picker .dropdown-button {
    padding: 11px 12px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    border: 1px solid #E3E3E4;
    border-radius: 8px;
    font-weight: 400;
    font-size: 10px;
    line-height: 16px;
    font-family: 'Poppins', sans-serif;
    color: #181D20;
    height: 38px;
}

div[id^="font-picker"] .dropdown-button .dropdown-font-name {
    overflow: hidden;
    white-space: nowrap;
}

div[id^="font-picker"] .dropdown-icon {
    margin-left: 10px;
}

div[id^="font-picker"] .dropdown-icon.finished:before {
    content: '';
    display: block;
    width: 9px;
    height: 9px;
    border-right: 1px solid #A7A9AA;
    border-bottom: 1px solid #A7A9AA;
    border-top: none;
    border-left: none;
    transform: rotate(45deg);
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    border-radius: 0 0 2px 0;
    margin: -2px 0 0 0;
}

div[id^="font-picker"] ul li button {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0 10px;
    white-space: nowrap;
    border: none;
}

div[id^="font-picker"] ul li {
    height: 35px;
    list-style: none;
}

div[id^="font-picker"] ul {
    position: absolute;
    z-index: 1;
    max-height: 0;
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    margin: 0;
    padding: 0;
    background: #EAEAEA;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    transition: 0.3s;
}

.number-preview {
    background: #F6F6F6;
    border-radius: 8px;
    padding: 16px;
    width: 160px;
    height: 240px;
}

.number-preview p {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    letter-spacing: 0.005em;
    color: #181D20;
}

.number-preview .numbers-style-block__wrapper {
    display: flex;
    height: 190px;
    align-items: center;
    justify-content: center;
    font-weight: 500;
}

.page-actions-panel_box {
    margin-left: 40px;
    padding-left: 40px;
    border-left: 1px solid #E3E3E4;
}

.page-actions-panel_box p {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.005em;
    color: #181D20;
}

.page-actions-panel {
    height: 214px;
    padding: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    overflow: hidden;
    color: #acacac;
    text-align: left;
    font-size: 16px;
    line-height: 1.5;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    -webkit-transition: width 1s;
    -o-transition: width 1s;
    transition: width 1s;
    border: 1px solid #E3E3E4;
    border-radius: 8px;
    margin-top: 8px;
}

.page-actions-panel .panel-inner {
    position: relative;
    height: inherit;
    margin: 0;
}

.page-actions-panel .panel-inner .numbers-panel {
    color: #acacac;
    text-align: left;
    font-size: 16px;
    line-height: 1.5;
    height: inherit;
}

.page-actions-panel_wrapper {
    padding-top: 9px;
    margin: 0;
    height: inherit;
}

.page-actions-panel_wrapper-block {
    display: flex;
    padding: 0 9px 20px;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    height: inherit;
}

.page-actions-panel_wrapper-subblock {
    position: relative;
    display: flex;
    height: inherit;
    width: 100%;
}

.page-actions-panel_wrapper-subblock_inputs {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.page-actions-panel_wrapper-subblock_inputs .radio-block-inputs {
    display: flex;
    padding: 8px 0;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.page-actions-panel_wrapper-subblock_inputs .radio-block-inputs label {
    position: relative;
    overflow: hidden;
    background-color: white;
    cursor: pointer;
    display: flex;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #A7A9AA;
}

.page-actions-panel_wrapper-subblock_inputs .radio-block-inputs label svg {
    position: absolute;
    top: -1px;
    left: -1px;
    fill: transparent;
}

.page-actions-panel_wrapper-subblock_inputs .radio-block-inputs label.active svg {
    position: absolute;
    top: -2px;
    left: -2px;
    fill: #1CAB48;
    width: 20px;
    height: 20px;
}

.page-actions-panel_wrapper-subblock_inputs .radio-block-inputs label.active {
    border: none;
}

.page-actions-panel_wrapper-subblock_inputs .radio-block-inputs label input {
    visibility: hidden;
    box-sizing: border-box;
    padding: 0;
    overflow: visible;
}

.page-actions-panel_wrapper-block img {
    max-width: 83px;
    margin-left: auto;
    margin-right: auto;
}

.page-actions-panel__view {
    color: #1A8FE3;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}

.page-actions-panel__view span {
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    padding-top: 4px;
}


@media (max-width: 767px) {

    .uploader-container--add-numbers {
        padding-top: 24px;
        padding-bottom: 24px;
    }

    .page-actions-panel_box {
        margin-left: 0;
        padding-left: 0;
        border: none;
    }

    .uploader-container--add-numbers .card-title h3 {
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
    }

    .uploader-container--add-numbers .card-body {
        margin-top: 16px;
    }

    .uploader-container--add-numbers hr {
        display: block;
        margin-top: 24px;
        margin-bottom: 24px;
    }

    .button--card-footer {
        width: 100%;
    }
}

.dark-mode .uploader-container {
    background-color: #1A252E;
}

.dark-mode .uploader-container--add-numbers .card-title h3,
.dark-mode .uploader-container--add-numbers .dropdown .btn-secondary,
.dark-mode .uploader-container--add-numbers .chage-background_pick .form-control-field,
.dark-mode .page-actions-panel_box p,
.dark-mode .number-preview p {
    color: #fff;
}

.dark-mode .font-control .font-picker .dropdown-button {
    background: transparent;
    color: #fff;
}

.dark-mode .font-control .font-picker .dropdown-button,
.dark-mode .uploader-container--add-numbers .dropdown .btn-secondary,
.dark-mode .page-actions-panel_box,
.dark-mode .page-actions-panel {
    border-color: #828586;
}

.dark-mode .number-preview,
.dark-mode .page-actions-panel_wrapper-subblock_inputs .radio-block-inputs label {
    background: #131b20;
}

/* Extract Images from PDF */
.uploader-container--images .uploader-container__box {
    padding-top: 8px;
    padding-bottom: 8px;
}

.uploader-container__box .button {
    padding-left: 14px;
    padding-right: 14px;
    margin-left: 4px;
    font-size: 12px;
    line-height: 18px;
    padding-top: 11px;
    padding-bottom: 11px;
}

.uploader-container__box .button:first-child {
    margin-left: 0;
}

.uploader-container__box .button-outline {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 12px;
    padding-right: 12px;
}

.uploader-container .btn-group > .button-outline {
    padding: 10px 4px 9px 16px;
}

.uploader-container__box .button-outline--grey {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 10px;
    padding-bottom: 9px;
}

.uploader-container--images .card-body {
    height: 420px;
    overflow-x: hidden;
    padding-right: 12px;
    margin-right: -12px;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 40px;
}

.uploader-container--images .images-preview {
    margin-left: -8px;
    margin-right: -8px;
}

.images-preview .item {
    display: inline-flex;
    width: 225px;
    height: 225px;
    align-items: center;
    position: relative;
    padding: 0;
    border: 1px solid #E3E3E4;
    border-radius: 8px;
    margin-left: 8px;
    margin-right: 8px;
    margin-top: 12px;
    margin-bottom: 40px;
    flex: 0 0 23.3%;
    transition: background-color .2s linear;
}

.images-preview .item:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(24, 29, 32, 0.16);
    opacity: 0;
    border-radius: inherit;
    z-index: 1;
    transition: opacity .2s linear;
}

.images-preview .item:hover:before {
    opacity: 1;
}

.uploader-container--images .preview-page {
    width: 100%;
    border-radius: inherit;
    display: flex;
    justify-content: center;
}

.uploader-container--images .preview-page .buttons {
    display: none;
}

.images-preview .item img {
    width: 100%;
    max-height: 100%;
    border-radius: inherit;
}

.images-preview .item .btn-download {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    cursor: pointer;
}

.uploader-container .item:hover .buttons {
    opacity: 1;
}

.uploader-container .buttons {
    background: #FFFFFF;
    box-shadow: 3px 1px 32px rgba(24, 29, 32, 0.05);
    border-radius: 8px;
    padding: 8px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    display: flex;
    opacity: 0;
    transition: opacity .2s ease-in;
    z-index: 2;
}

.uploader-container .buttons .button-outline {
    padding: 4px;
    margin-left: 4px;
    border: none;
    min-height: 28px;
}

.uploader-container .buttons .button-outline:first-child {
    margin-left: 0;
}

.uploader-container .buttons .button-outline:hover {
    background-color: #e1e1e1;
}

.uploader-container .buttons .button {
    border-radius: 4px;
}

.uploader-container .buttons .button-view {
    color: #707375;
}

.uploader-container .buttons .button-download {
    color: #1A8FE3;
}

.uploader-container .buttons .button-delete {
    color: #E2464C;
}

.uploader-container .buttons .button-rotate {
    color: #707375;
}

.images-preview .buttons .btn-group {
    position: relative;
    margin-left: 8px;
}

.images-preview .buttons .btn-group:first-child {
    margin-left: 0;
}

.images-preview .buttons .btn-group:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -5px;
    transform: translateY(-50%);
    height: 10px;
    width: 1px;
    background-color: #E3E3E4;
}

.images-preview .buttons .btn-group:first-child:before {
    display: none;
}

.images-preview__number {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    text-align: center;
    margin-top: 8px;
    font-weight: 500;
    font-size: 14px;
    color: #181D20;
    line-height: 20px;
}

@media (max-width: 1200px) {
    .images-preview .item {
        flex: 0 0 23%;
        height: 215px;
        margin-bottom: 85px;
    }

    .uploader-container--pdf .item {
        margin-bottom: 52px;
    }

    .uploader-container .buttons {
        opacity: 1;
        transform: translate(-50%, 0);
        top: 100%;
        margin-top: 34px;
        background-color: transparent;
        box-shadow: none;
    }

    .uploader-container--pdf .buttons {
        margin-top: 4px;
    }

    .uploader-container--pdf .button-view,
    .uploader-container .btn-group .button-view {
        display: none;
    }

    .uploader-container .buttons .button-outline {
        border: 1px solid #E3E3E4;
        border-radius: 4px;
    }

    .uploader-container .buttons .button:first-child:before {
        right: -5px;
    }

    .uploader-container--images .preview-page {
        position: relative;
    }

    .uploader-container--images .preview-page .buttons {
        margin-top: 0;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .images-preview .item:hover .preview-page .buttons {
        display: flex;
    }

    .uploader-container--images .preview-page .button-view {
        margin-right: 0;
        border: none;
        background: #FFFFFF;
        box-shadow: 3px 1px 32px rgba(24, 29, 32, 0.05);
        border-radius: 6px;
        display: block;
    }

    .uploader-container--images .preview-page .button-view:before {
        display: none;
    }
}

@media (max-width: 992px) {
    .images-preview .item {
        flex: 0 0 22%;
        height: 150px;
    }
}

@media (max-width: 767px) {
    .images-preview .item {
        flex: 0 0 45%;
        max-width: 45%;
    }

    .uploader-container .dropup .dropdown-toggle::after {
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
        vertical-align: 1px;
    }
}

/* Split PDF File */
.uploader-container__box .nav {
    margin-left: -10px;
    border: 1px solid #E3E3E4;
    border-radius: 8px;
    padding: 1px 8px;
    align-items: center;
    position: relative;
    margin-right: 16px;
}

.uploader-container__box .nav::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -8px;
    transform: translateY(-50%);
    height: 16px;
    width: 1px;
    background-color: #E3E3E4;
}

.uploader-container__box .nav .btn-link {
    color: #707375;
    padding: 2px;
}

.uploader-container__box .nav .form-control {
    border: none;
    padding: 0;
    margin-left: 4px;
    margin-right: 4px;
    max-width: 34px;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #707375;
    text-align: center;
}

.uploader-container__box .form-group > .form-control {
    border-color: #E3E3E4;
    border-radius: 8px;
    font-size: 12px;
    line-height: 18px;
    color: #707375;
    font-weight: 500;
    height: 39px;
}

.uploader-container__box .form-group > .form-control::placeholder {
    color: #A7A9AA;
    font-weight: 400;
}

@media (max-width: 767px) {
    .uploader-container__box .nav {
        display: none;
    }

    .uploader-container__box .form-inline {
        width: 100%;
        display: block;
    }

    .button-box .button {
        width: calc(50% - 4px);
    }
}

/* Edit PDF */
.uploader-container .file-drop-area {
    margin-top: 0;
    padding: 0;
    border: none;
}

.uploader-container .file-drop-area > .row {
    width: 100%;
}

.file-drop-area__buttons {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    max-width: 426px;
    margin-left: auto;
    margin-right: auto;
}

.uploader-container .file-drop-area .button {
    border-radius: 8px;
    font-weight: 600;
    font-size: 16px;
}

.file-drop-area .button svg {
    margin-right: 8px;
}

.file-drop-area .button.file-uploads {
    padding-top: 17px;
    padding-bottom: 17px;
    margin-right: 8px;
    flex-grow: 1;
}

.file-uploads {
    overflow: hidden;
    position: relative;
    text-align: center;
    display: inline-block;
}

.file-uploads.file-uploads-html4 input, .file-uploads.file-uploads-html5 label {
    background: #fff;
    opacity: 0;
    font-size: 20em;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}

.file-uploads.file-uploads-html5 input {
    background: rgba(255, 255, 255, 0);
    overflow: hidden;
    position: fixed;
    width: 1px;
    height: 1px;
    z-index: -1;
    opacity: 0;
}

.button-file-create {
    margin-top: 12px;
    color: #1A8FE3;
    background: #F6FBFE;
    flex-grow: 1;
    margin-right: 8px;
}

.file-drop-area__buttons .button-files {
    margin-top: 12px;
    margin-right: 8px;
}

@media (max-width: 767px) {

    .uploader-container .file-drop-area {
        padding-top: 112px;
        padding-bottom: 100px;
        padding-left: 34px;
        padding-right: 34px;
        height: auto;
    }

    .uploader-container .file-drop-area .button {
        width: 100%;
        font-size: 12px;
        line-height: 18px;
        margin-right: 0;
        padding-top: 9px;
        padding-bottom: 9px;
    }

    .file-drop-area .button.file-uploads {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .uploader-container .file-drop-area .button-files {
        margin-top: 12px;
    }

    .uploader-container .button.button-file-create {
        padding-top: 11px;
        padding-bottom: 11px;
    }

    p.drag {
        font-size: 12px;
    }
}

/* ctrl-icon */
.ctrl-icon {
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
}

.ctrl-icon--fill {
    fill: currentColor;
    stroke: none;
}

.ctrl-icon--stroke {
    fill: none;
    stroke: currentColor;
}

/* end ctrl-icon */

/* ctrl-btn */
.ctrl-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 14px;
    line-height: calc(20 / 14);
    color: var(--color, #1A8FE3);
    border-color: var(--border-color, #1A8FE3);;
}

.ctrl-btn__icon {
    width: 20px;
    height: 20px;
    margin-right: 8px;

}

.ctrl-btn__text {

}

.ctrl-btn--view-stroke {

}

.ctrl-btn--view-link {
    padding: 0;
    border-width: 0;
    background-color: transparent;
}

/* end ctrl-btn */

/* ctrl-btn-icon */
.ctrl-btn-rounded {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 7px 16px;
    border-width: 1px;
    border-style: solid;
    color: var(--color, #707375);
    border-color: var(--border-color, #E3E3E4);
    border-radius: 18px;
    background-color: #fff;
    font-size: 12px;
    line-height: calc(16 / 12);
}

.ctrl-btn-rounded__icon {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}

.ctrl-btn-rounded__text {
}

.ctrl-btn-rounded:hover {
    --color: #1A8FE3;
    --border-color: #1A8FE3;
}

/* end ctrl-btn-icon */

/* ctrl-btn-icon */
.ctrl-btn-icon {
    padding: 0;
    width: 24px;
    height: 24px;
    border-width: 0;
    border-radius: 4px;
    color: inherit;
    background-color: transparent;
}

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

.ctrl-btn-icon__text {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

.ctrl-btn-icon--size-xs {
    width: 16px;
    height: 16px;
}

.ctrl-btn-icon--size-xl {
    width: 40px;
    height: 40px;
    padding: 8px;
}

/* end ctrl-btn-icon */

/* ctrl-range */
.ctrl-range {
    width: 100%;
    height: 16px;
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.ctrl-range:focus {
    outline: 0
}

.ctrl-range::-moz-focus-outer {
    border: 0;
}

.ctrl-range::-webkit-slider-thumb {
    width: 16px;
    height: 16px;
    margin-top: -7px;
    background-color: #fff;
    border-width: 2px;
    border-style: solid;
    border-color: #4097F4;
    border-radius: 50%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.ctrl-range::-moz-range-thumb {
    width: 16px;
    height: 16px;
    margin-top: -7px;
    background-color: #fff;
    border-width: 2px;
    border-style: solid;
    border-color: #4097F4;
    border-radius: 50%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.ctrl-range::-webkit-slider-thumb:active {
}

.ctrl-range::-moz-range-thumb:active {
}

.ctrl-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 2px;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 2px;
}

.ctrl-range::-moz-range-track {
    width: 100%;
    height: 2px;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 2px;
}

/*.ctrl-range:disabled::-webkit-slider-thumb{background-color:#adb5bd}*/
/*.ctrl-range:disabled::-webkit-slider-runnable-track{cursor:default}*/
/*.ctrl-range:disabled::-moz-range-thumb{background-color:#adb5bd}*/
/*.ctrl-range:disabled::-moz-range-track{cursor:default}*/
/* end ctrl-range */

/* ctrl-text-styles */
.ctrl-text-styles {
    display: flex;
}

.ctrl-text-styles__button {
    margin-right: 8px;
    width: 36px;
    height: 36px;
    padding: 6px;
}

.ctrl-text-styles__button:last-child {
    margin-right: 0;
}

.ctrl-text-styles__button.is-active {
    background-color: #F6F6F6;
    border-radius: 8px;
}

/* end ctrl-text-styles */

/* ctrl-check-style */
.ctrl-check-style {
    display: flex;
}

.ctrl-check-style__item {
    position: relative;
    flex-basis: 25%;
    flex-grow: 1;
    flex-shrink: 0;
    margin-right: 12px;
    cursor: pointer;
}

.ctrl-check-style__label {
    display: block;
    padding: 16px;
    border-width: 1px;
    border-style: solid;
    border-color: #E3E3E4;
    border-radius: 8px;
    font-size: 14px;
    line-height: calc(20 / 14);
    text-align: center;
    color: #181D20;
    background-color: #fff;
    transition-property: border-color, color;
    transition-duration: .125s;
    transition-timing-function: ease-in-out;
}

.ctrl-check-style__field {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.ctrl-check-style__field:checked + .ctrl-check-style__label {
    color: #1A8FE3;
    border-color: #1A8FE3;
}

.ctrl-check-style__item:last-child {
    margin-right: 0;
}

/* end ctrl-check-style */

/* ctrl-preset-style */
.ctrl-preset-style {
    display: block;
    width: 200px;
    padding: 0;
    border-width: 1px;
    border-style: solid;
    border-color: #E3E3E4;
    border-radius: 8px;
    font-weight: 400;
    font-size: 14px;
    line-height: calc(20 / 14);
    text-align: left;
    background-color: #fff;
    overflow: hidden;
}

.ctrl-preset-style__box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 120px;
    padding: 20px;
    color: #fff;
    background-image: linear-gradient(
            180deg,
            #181D20 0%,
            rgba(24, 29, 32, 0) 195%
    );
}

.ctrl-preset-style__preview {
    margin-bottom: 2px;
    padding: 3px;
    text-align: center;
}

.ctrl-preset-style__preview:last-child {
    margin-bottom: 0;
}

.ctrl-preset-style__text {
    display: block;
    padding: 10px 10px 16px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #E3E3E4;
    color: var(--color, #707375);
}

.ctrl-preset-style.is-active {
    --color: #1A8FE3;
}

.ctrl-preset-style--default {
}

.ctrl-preset-style--default .ctrl-preset-style__preview {
    background-color: rgba(24, 29, 32, .56);
    border-radius: 4px;
}

/* end ctrl-preset-style */

/* light-scroll */
.light-scroll {
}

.light-scroll::-webkit-scrollbar {
    width: 3px;
    height: 3px;
}

.light-scroll::-webkit-scrollbar-track {
    background: transparent;
}

.light-scroll::-webkit-scrollbar-thumb {
    background-color: var(--scroll-color, transparent);
    border-radius: 10px;
    border-width: 0;
    border-color: transparent;
}

.light-scroll:hover {
    --scroll-color: #E3E3E4;
}

.dark-mode .light-scroll:hover {
    --scroll-color: #223544
}

/* end light-scroll */

/* ctrl-generate */
.ctrl-generate {
    text-align: left;
}

.ctrl-generate__header {
}

.ctrl-generate__label {
}

.ctrl-generate__body {
    position: relative;
}

.ctrl-generate__field {
    display: block;
    width: 100%;
    padding: 14px;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    border-radius: 100px;
    font-size: 12px;
    line-height: calc(18 / 12);
    letter-spacing: .005em;
    color: #525658;
    background-color: #fff;
    box-shadow: 3px 1px 32px rgba(24, 29, 32, var(--field-shadow-opacity, .05));
    text-overflow: ellipsis;
}

.ctrl-generate__field::-webkit-input-placeholder {
    color: #A7A9AA;
}

.ctrl-generate__field:focus {
    --field-shadow-opacity: .1;
}

.ctrl-generate__button-go {
    position: absolute;
    top: 4px;
    right: 4px;
    padding: 11px;
    font-size: 12px !important;
    line-height: calc(18 / 12);
    border-radius: 100px;
}

.ctrl-generate--label-is-hidden {
}

.ctrl-generate--label-is-hidden .ctrl-generate__label {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

.ctrl-generate--with-button-generate {
}

.ctrl-generate--with-button-generate .ctrl-generate__field {
    padding-right: 88px;
}

.dark-mode .ctrl-generate__field {
    color: #fff;
    background-color: #223544;
}

.dark-mode .ctrl-generate__field::-webkit-input-placeholder {
    color: #bbb;
}

@media (min-width: 992px) {

    .ctrl-generate__field {
        padding: 17px;
        border-radius: 100px;
        font-size: 14px;
        line-height: calc(20 / 14);
        letter-spacing: normal;
    }

    .ctrl-generate__button-go {
        position: absolute;
        top: 8px;
        right: 8px;
        padding-right: 16px;
        padding-left: 16px;
    }

    .ctrl-generate--with-button-generate .ctrl-generate__field {
        padding-right: 108px;
    }
}

/* end ctrl-generate */

/* block-try */
.block-try {
    padding: 12px;
    border-radius: 12px;
    background-color: #fff;
}

.block-try__icon-box {
    display: block;
    width: 40px;
    height: 40px;
    padding: 10px;
    border-radius: 8px;
    color: #1A8FE3;
    background-color: #EFF7FD;
}

.block-try__icon {
    display: block;
    width: 100%;
    height: 100%;
}

.block-try__name {
    margin-top: 8px;
    font-weight: 600;
    font-size: 14px;
    line-height: calc(20 / 14);
    color: #181D20;
}

.block-try__description {
    margin-top: 2px;
    font-size: 12px;
    line-height: calc(18 / 12);
    letter-spacing: .005em;
    color: #707375;
}

.block-try__actions {
    margin-top: 12px;
}

.block-try__button {
    width: 100%;
}

.dark-mode .block-try {
    background-color: #223544;
}

.dark-mode .block-try__name {
    color: #fff;
}

.dark-mode .block-try__description {
    color: #bbb;
}

.dark-mode .block-try__icon-box {
    background-color: #1f2a33;
}

@media (min-width: 992px) {
    .block-try {
        padding: 24px;
        display: flex;
        flex-direction: column;
    }

    .block-try__icon-box {
        width: 56px;
        height: 56px;
        padding: 15px;
    }

    .block-try__name {
        margin-top: 16px;
        font-size: 20px;
        line-height: calc(30 / 20);
        color: #181D20;
    }

    .block-try__description {
        margin-bottom: auto;
        font-size: 14px;
        line-height: calc(20 / 14);
        letter-spacing: normal;
    }

    .block-try__actions {
        margin-top: 24px;
    }
}

/* end block-try */

/* list-try */
.list-try {
}

.list-try__item {
    margin-bottom: 12px;
}

.list-try__item:last-child {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .list-try {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 12px;
    }

    .list-try__item {
        margin-bottom: 0;
    }
}

@media (min-width: 992px) {
    .list-try {
        gap: 16px;
    }
}

/* end list-try */

/* block-article-preview */
.block-article-preview {
    position: relative;
    border-width: 1px;
    border-style: solid;
    border-color: #E3E3E4;
    border-radius: 12px;
    background-color: #fff;
    overflow: hidden;
}

.block-article-preview__image {
    display: block;
    width: 100%;
    height: 230px;
    object-fit: cover;
    object-position: center;
}

.block-article-preview__body {
    padding: 10px 10px 16px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #E3E3E4;
}

.block-article-preview__name {
    font-weight: 500;
    font-size: 14px;
    line-height: calc(20 / 14);
    color: #181D20;
}

.block-article-preview__date {
    margin-top: 2px;
    font-weight: 400;
    font-size: 12px;
    line-height: calc(18 / 12);
    letter-spacing: .005em;
    color: #707375;
}

.block-article-preview__link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.dark-mode .block-article-preview {
    border-color: #314453;
    background-color: #223544;
}

.dark-mode .block-article-preview__body {
    border-top-color: #314453;
}

.dark-mode .block-article-preview__name {
    color: #fff;
}

.dark-mode .block-article-preview__date {
    color: #bbb;
}

@media (min-width: 992px) {
    .block-article-preview__image {
        height: 165px;
    }
}

/* end block-article-preview */

/* list-articles-preview */
.list-articles-preview {
}

.list-articles-preview__item {
    margin-bottom: 16px;
}

.list-articles-preview__item:last-child {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .list-articles-preview {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }

    .list-articles-preview__item {
        margin-bottom: 0;
    }
}

@media (min-width: 992px) {
    .list-articles-preview {
        grid-template-columns: repeat(4, 1fr);
    }
}

/* end list-articles-preview */

/* loading-box */
@keyframes gradient {
    0% {
        background-position: 0 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0 50%;
    }
}

.loading-box {
    display: flex;
    align-items: center;
}

.loading-box__item {
    display: block;
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    border-radius: 6px;
    background-image: linear-gradient(90deg, #F1EFEF, #F9F8F8, #E7E5E5);
    background-size: 300% 300%;
    animation-name: gradient;
    animation-duration: 5s;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
}

.loading-box__item--button {
    width: 40px;
    height: 40px;
}

.loading-box__item--image {
    width: 48px;
    height: 48px;
}

.dark-mode .loading-box__item {
    background-image: linear-gradient(90deg, #536676, #395061, #335069);
}

/* end loading-box */

/* table-ap */
.table-ap-box {
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 8px;
}

.table-ap {
    table-layout: fixed;
    min-width: 100%;
    background-color: #fff;
    border-spacing: 0;
    border-collapse: separate;
    border-radius: 12px;
    border-width: 1px;
    border-style: solid;
    border-color: #E3E3E4;
}

.table-ap thead .table-ap__row:first-child .table-ap__cell:first-child {
    border-top-left-radius: 12px;
}

.table-ap thead .table-ap__row:first-child .table-ap__cell:last-child {
    border-top-right-radius: 12px;
}

.table-ap tbody .table-ap__row:last-child .table-ap__cell::before {
    content: none;
}

.table-ap__row {
}

.table-ap__cell {
    box-sizing: content-box;
    padding-top: 10px;
    padding-bottom: 10px;
    vertical-align: middle;
}

.table-ap__cell:first-child {
    padding-left: 10px;
}

.table-ap__cell:last-child {
    padding-right: 10px;
}

.table-ap__cell--th {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #E3E3E4;
    font-weight: 400;
    font-size: 12px;
    line-height: calc(18 / 12);
    letter-spacing: .005em;
    color: #707375;
    background-color: #F6F6F6;
    white-space: nowrap;
}

.table-ap__cell--td {
    position: relative;
    padding-top: 12px;
    padding-bottom: 12px;
    font-weight: 500;
    font-size: 14px;
    line-height: calc(20 / 14);
    color: #181D20;
}

.table-ap__cell--td::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 1px;
    background-color: #E3E3E4;
}

.table-ap__cell--td:first-child::before {
    left: 10px;
}

.table-ap__cell--td:last-child::before {
    right: 10px;
}

.table-ap__cell--title {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.table-ap__image {
    width: 48px;
    height: 48px;
    margin-right: 10px;
    border-radius: 12px;
    object-fit: cover;
    object-position: center;
}

.table-ap__button {
    display: inline-block;
    width: 40px;
    height: 40px;
    padding: 10px;
    border-width: 1px;
    border-style: solid;
    color: #707375;
    border-color: #E3E3E4;
    border-radius: 8px;
    background-color: #fff;
}

.table-ap__cell--hidden > span {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

.dark-mode .table-ap {
    background-color: #223544;
    border-color: #314453;
}

.dark-mode .table-ap__cell--th {
    border-bottom-color: #314453;
    color: #bbb;
    background-color: #1F2A33;
}

.dark-mode .table-ap__cell--td {
    color: #fff;
}

.dark-mode .table-ap__cell--td::before {
    background-color: #314453;
}

.dark-mode .table-ap__button {
    border-color: #314453;
    color: #fff;
    background-color: #1F2A33;
}

@media (min-width: 992px) {

    .table-ap__cell--th {
        font-size: 14px;
        line-height: calc(20 / 14);
        letter-spacing: normal;
    }

    .table-ap__cell {
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .table-ap__cell:first-child {
        padding-left: 24px;
    }

    .table-ap__cell:last-child {
        padding-right: 24px;
    }

    .table-ap__cell--td:first-child::before {
        left: 24px;
    }

    .table-ap__cell--td:last-child::before {
        right: 24px;
    }
}

/* table-ap--articles */
.table-ap--articles {
}

.table-ap--articles .table-ap__cell--number {
    width: 20px;
    padding-right: 10px;
}

.table-ap--articles .table-ap__cell--title {
    max-width: 500px;
}

.table-ap--articles .table-ap__cell--date {
    width: 110px;
    padding-left: 10px;
}

.table-ap--articles .table-ap__cell--actions {
    width: 40px;
    padding-left: 10px;
    text-align: right;
}

/* end table-ap--articles */

/* table-ap--5-articles */
.table-ap--5-articles {
}

.table-ap--5-articles .table-ap__cell--number {
    width: 20px;
    padding-right: 10px;
}

.table-ap--5-articles .table-ap__cell--title {
    max-width: 500px;
}

.table-ap--5-articles .table-ap__cell--title .loading-box__item--image {
    margin-right: 10px;
}

.table-ap--5-articles .table-ap__cell--title .loading-box__item--text {
    flex-grow: 1;
}

.table-ap--5-articles .table-ap__cell--actions {
    width: 40px;
    padding-left: 10px;
    text-align: right;
}

.table-ap--5-articles .table-ap__cell--actions .loading-box {
    justify-content: flex-end;
}

/* end table-ap--5-articles */

@media (min-width: 768px) {
    /*.table-ap--5-articles .table-ap__cell--title {*/
    /*    width: auto;*/
    /*}*/
}

@media (min-width: 992px) {

}

/* end table-ap */

/* ctrl-view */
.ctrl-view {
    display: flex;
    align-items: center;
}

.ctrl-view__body {
    display: flex;
    align-items: center;
    padding: 4px;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 3px 1px 32px rgba(24, 29, 32, .05);
}

.ctrl-view__item {
    margin-right: 3px;
    width: 24px;
    height: 24px;
    padding: 6px;
    border-radius: 6px;
    background-color: #fff;
}

.ctrl-view__item.is-active {
    color: #fff;
    background-color: #1A8FE3 !important;
    box-shadow: 0 10px 32px rgba(26, 143, 227, .24);
}

.ctrl-view__item:last-child {
    margin-right: 0;
}

.ctrl-view__links {
    position: relative;
    margin-left: 10px;
    padding-left: 10px;
}

.ctrl-view__links::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 8px;
    background-color: #E3E3E4;
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
}

.dark-mode .ctrl-view__body {
    background-color: #223544;
}

.dark-mode .ctrl-view__item {
    background-color: #223544;
}

/* end ctrl-view */

/* articles-preview */
.articles-preview {
}

.articles-preview__header {
    display: flex;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    background-color: transparent;
}

.articles-preview__title {
    font-weight: 700;
    font-size: 20px;
    line-height: calc(28 / 20);
    color: #181D20;
}

.articles-preview__actions {
    margin-left: auto;
}

.articles-preview__body {
    margin-top: 16px;
}

.dark-mode .articles-preview__header {
    background-color: transparent;
}

.dark-mode .articles-preview__title {
    color: #fff;
}

@media (min-width: 992px) {
    .articles-preview__title {
        font-size: 32px;
        line-height: calc(44 / 32);
    }

    .articles-preview__body {
        margin-top: 24px;
    }
}

/* end articles-preview */

/* g-articles-list */
.g-articles-list {

}

.g-articles-list__preview {
    margin-top: 56px;
}

@media (min-width: 992px) {
    .g-articles-list__preview {
        margin-top: 80px;
    }
}

/* end g-articles-list */

/* el-attention */
.el-attention {
    display: flex;
    align-items: center;
    width: fit-content;
    padding: 8px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: var(--shadow-2);
}

.el-attention__icon {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    color: var(--attention-icon-color);
}

.el-attention__text {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: .06px;
    color: var(--neutral-100);
}

.el-attention_type_warning {
    --attention-icon-color: #FFC205;
}

@media (min-width: 992px) {

    .el-attention__icon {
        width: 24px;
        height: 24px;
    }

    .el-attention__text {
        font-size: 16px;
        line-height: calc(24 / 16);
        letter-spacing: normal;
    }
}

/* end el-attention */

/* mega-box */
.mega-box {
    padding-top: 64px;
    padding-bottom: 100px;
}

.mega-box__header {
    padding-top: 0;
    padding-bottom: 0;
    background-color: transparent;
    text-align: center;
}

.mega-box__alert {
    margin-top: -20px;
    margin-bottom: 32px;
}

.mega-box__title {
    font-weight: 700;
    font-size: 28px;
    line-height: calc(42 / 28);
    color: #181D20;
}

.mega-box__description {
    margin-top: 4px;
    font-size: 12px;
    line-height: calc(18 / 12);
    letter-spacing: .005em;
    color: #707375;
}

.mega-box__form {
    margin-top: 16px;
    max-width: 506px;
    margin-right: auto;
    margin-left: auto;
}

.mega-box__body {
    margin-top: 40px;
}

.dark-mode .mega-box__header {
    background-color: transparent;
}

.dark-mode .mega-box__title {
    color: #fff;
}

.dark-mode .mega-box__description {
    color: #bbb;
}

@media (min-width: 992px) {
    .mega-box {
        padding-top: 80px;
        padding-bottom: 150px;
    }

    .mega-box__alert {
        margin-bottom: 40px;
    }

    .mega-box__title {
        font-size: 40px;
        line-height: calc(52 / 40);
    }

    .mega-box__description {
        margin-top: 10px;
        font-size: 16px;
        line-height: calc(24 / 16);
        letter-spacing: normal;
    }

    .mega-box__form {
        margin-top: 24px;
    }

    .mega-box__body {
        margin-top: 56px;
    }
}

/* end mega-box */

/* ctrl-btn-sidebar */
.ctrl-btn-sidebar {
    display: inline-flex;
    align-items: center;
    padding: 8px;
    border-width: 0;
    border-radius: 8px;
    font-size: 14px;
    line-height: calc(20 / 14);
    color: #707375;
    background-color: transparent;
}

.ctrl-btn-sidebar__icon {
    width: 20px;
    height: 20px;
    margin-right: 12px;
    flex-shrink: 0;
}

.ctrl-btn-sidebar__text {

}

.ctrl-btn-sidebar__icon-check {
    width: 12px;
    height: 12px;
    margin-left: auto;
    color: #1CAB48;
}

.ctrl-btn-sidebar--is-active {
    color: #1A8FE3;
    background-color: #F6FBFE;
}

.dark-mode .ctrl-btn-sidebar {
    color: #bbb;
}

.dark-mode .ctrl-btn-sidebar--is-active {
    color: #1A8FE3;
    background-color: #1F2A33;
}

/* end ctrl-btn-sidebar*/

/* sticky-sidebar */
.sticky-sidebar {
    padding: 16px;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 3px 1px 32px rgba(24, 29, 32, .05);
}

.sticky-sidebar__title {
    font-weight: 600;
    font-size: 16px;
    line-height: calc(24 / 16);
    color: #181D20;
}

.sticky-sidebar__body {
    margin-top: 16px;
}

.sticky-sidebar__section {
    margin-bottom: 16px;
}

.sticky-sidebar__section:last-child {
    margin-bottom: 0;
}

.sticky-sidebar__subtitle {
    font-weight: 400;
    font-size: 12px;
    line-height: calc(18 / 12);
    color: #707375;
}

.sticky-sidebar__group {
    margin-top: 16px;
}

.sticky-sidebar__item {
    width: 100%;
    white-space: nowrap;
}

.sticky-sidebar__item--show-xs {
    display: none;
}

.dark-mode .sticky-sidebar {
    background-color: #223544;
}

.dark-mode .sticky-sidebar__title {
    color: #fff;
}

.dark-mode .sticky-sidebar__subtitle {
    color: #bbb;
}


@media (max-width: 991px) {

    .sticky-sidebar {
        border-radius: 0;
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .sticky-sidebar__title {
        display: none;
    }

    .sticky-sidebar__body {
        margin-top: 0;
        display: flex;
        justify-content: space-between;
        width: 690px;
        margin-right: auto;
        margin-left: auto;
    }

    .sticky-sidebar__section {
        margin-bottom: 0;
    }

    .sticky-sidebar__subtitle {
        display: none;
    }

    .sticky-sidebar__group {
        margin-top: 0;
    }

    .sticky-sidebar__item--show-xs {
        display: inline-flex;
    }

    .sticky-sidebar__item--view-werewolf {
    }

    .sticky-sidebar__item--view-werewolf .ctrl-btn-sidebar__text {
        clip: rect(0 0 0 0);
        clip-path: inset(50%);
        height: 1px;
        overflow: hidden;
        position: absolute;
        white-space: nowrap;
        width: 1px;
    }

    .sticky-sidebar__item--view-werewolf .ctrl-btn-sidebar__icon {
        margin-right: 0;
    }

    .sticky-sidebar__item--view-werewolf.ctrl-btn-sidebar--is-active {
        position: relative;
        background-color: transparent;
    }

    .sticky-sidebar__item--view-werewolf.ctrl-btn-sidebar--is-active::before {
        content: "";
        position: absolute;
        top: -12px;
        left: 50%;
        width: 24px;
        height: 1px;
        background-color: #1A8FE3;
        transform: translateX(-50%);
    }

    .sticky-sidebar__section--view-sometimes {
        position: relative;
    }

    .sticky-sidebar__section--view-sometimes .sticky-sidebar__group {
        position: absolute;
        bottom: 100%;
        left: 50%;
        min-width: 168px;
        padding: 5px;
        border-radius: 8px;
        background-color: #fff;
        box-shadow: 3px 1px 32px rgba(24, 29, 32, .05);
        transform: translateX(-50%);
    }

    .sticky-sidebar__section--view-sometimes .sticky-sidebar__group--to-right {
        left: 0;
        transform: none;
    }

    .sticky-sidebar__section--view-sometimes .sticky-sidebar__group--to-left {
        left: auto;
        right: 0;
        transform: none;
    }

    .sticky-sidebar__section--view-sometimes .sticky-sidebar__group--is-hidden {
        display: none;
    }

    .sticky-sidebar__section--view-always .sticky-sidebar__group {
        display: flex;
    }

    .dark-mode .sticky-sidebar__section--view-sometimes .sticky-sidebar__group {
        background-color: #223544;
    }
}

@media (max-width: 767px) {

    .sticky-sidebar__body {
        width: 510px;
    }
}

@media (max-width: 575px) {

    .sticky-sidebar__body {
        width: auto;
    }
}

/* end sticky-sidebar */

/* grid-default */
.grid-default {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

/* end grid-default */

/* grid-with-sidebar */
.grid-with-sidebar {
    width: 100%;
    padding: 64px 15px 100px;
    margin-right: auto;
    margin-left: auto;
}

.grid-with-sidebar__body {
}

.grid-with-sidebar__body > .mega-box {
    padding-top: 0;
    padding-bottom: 0;
    max-width: 960px;
    margin-right: auto;
    margin-left: auto;
}

.grid-with-sidebar__sidebar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}

.grid-with-sidebar--wide .grid-with-sidebar__body > .mega-box {
    max-width: 1140px;
}

@media (min-width: 576px) {

    .grid-with-sidebar {
        max-width: 540px;
    }
}

@media (min-width: 768px) {

    .grid-with-sidebar {
        max-width: 720px;
    }
}

@media (min-width: 992px) {

    .grid-with-sidebar {
        display: grid;
        grid-template-columns: 240px 1fr;
        gap: 16px;
        max-width: none;
        padding-top: 80px;
        padding-bottom: 150px;
    }

    .grid-with-sidebar__sidebar {
        order: -1;
        position: static;
    }

    .grid-with-sidebar__sidebar > .sticky-sidebar {
        position: sticky;
        top: 16px;
    }

    .grid-with-sidebar__body {
        min-width: 0;
    }
}

/* divider-more */
.divider-more {
    text-align: center;
    color: #707375;
    overflow: hidden;
}

.divider-more__text {
    position: relative;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 12px;
    line-height: calc(18 / 12);
    letter-spacing: .005em;
    text-transform: uppercase;
}

.divider-more__text::before,
.divider-more__text::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 100vw;
    height: 1px;
    background-color: #E3E3E4;
    transform: translateY(-50%);
}

.divider-more__text::before {
    right: 100%;
}

.divider-more__text::after {
    left: 100%;
}

.dark-mode .divider-more {
    color: #bbb;
}

.dark-mode .divider-more__text::before,
.dark-mode .divider-more__text::after {
    background-color: #bbb;
}


/* end divider-more */


/* ctrl-choice */
.ctrl-choice {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    line-height: calc(18 / 12);
    letter-spacing: .005em;
    cursor: pointer;
}

.ctrl-choice__box {
    display: flex;
    align-items: center;
    padding: 4px;
    border-width: 1px;
    border-style: solid;
    border-color: #fff;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 3px 1px 32px rgba(24, 29, 32, .05);
    transition-property: color, border-color;
    transition-timing-function: ease-in-out;
    transition-duration: .125s;
}

.ctrl-choice__icon {
    width: 24px;
    height: 24px;
    padding: 5px;
    margin-right: 5px;
    flex-shrink: 0;
    border-radius: 8px;
    color: #1A8FE3;
    background-color: #F6FBFE;
}

.ctrl-choice__label {
    white-space: nowrap;
    flex-shrink: 0;
}

.ctrl-choice__field {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.ctrl-choice:hover .ctrl-choice__field:not(:checked) ~ .ctrl-choice__box {
    color: #1A8FE3;
}

.ctrl-choice__field:checked ~ .ctrl-choice__box {
    color: #1A8FE3;
    border-color: #1A8FE3;
}

.dark-mode .ctrl-choice__box {
    background-color: #1F2A33;
    border-color: #1F2A33;
    color: #fff;
}

.dark-mode .ctrl-choice__icon {
    background-color: #1a252e;
}

@media (min-width: 992px) {

    .ctrl-choice {
        font-size: 14px;
        line-height: calc(20 / 14);
    }

    .ctrl-choice__icon {
        width: 32px;
        height: 32px;
        padding: 8px;
        margin-right: 8px;
    }

    .ctrl-choice__box {
        padding: 8px;
    }
}

/* end ctrl-choice */

/* block-choice */
.block-choice {
}

.block-choice__group {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: -5px;
}

.block-choice__item {
    margin: 5px;
}

@media (min-width: 992px) {
    .block-choice__group {
        margin: -8px;
    }

    .block-choice__item {
        margin: 8px;
    }
}

/* end block-choice*/

/* custom-form */
.custom-form {
}

.custom-form .row {
    margin-right: -8px;
    margin-left: -8px;
}

.custom-form [class*="col-"] {
    padding-right: 8px;
    padding-left: 8px;
}

.custom-form .form-group label {
    margin-bottom: 8px;
    font-size: 12px;
    line-height: calc(18 / 12);
    letter-spacing: .005em;
    color: #181D20;
}

.custom-form .form-control {
    height: auto;
    padding: 11px;
    font-weight: 400;
    font-size: 10px;
    line-height: calc(16 / 10);
    letter-spacing: .005em;
}

.custom-form .form-text,
.custom-form .invalid-feedback,
.custom-form .valid-feedback {
    font-size: 12px;
    line-height: calc(16 / 12);
}

.custom-form .form-text a {
    text-decoration: underline;
}

.custom-form .form-text a:hover {
    text-decoration: none;
}

.dark-mode .custom-form label {
    color: #fff;
}

.dark-mode .custom-form .form-control {
    color: #fff;
    border-color: #314453;
    background-color: #223544;
}

.dark-mode .custom-form .form-control::placeholder {
    color: #bbb;
}

@media (min-width: 992px) {
    .custom-form .form-control {
        padding: 11px;
        font-size: 12px;
        line-height: calc(18 / 12);
        letter-spacing: normal;
    }
}

/* end custom-form */

/* .ctrl-form-line */
.ctrl-form-line {
}

.ctrl-form-line__body {
    margin-top: 8px;
}

.ctrl-form-line__label {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 14px;
    line-height: calc(20 / 14);
    color: #181D20;
}

.ctrl-form-line__description {
    display: block;
    font-size: 12px;
    line-height: calc(18 / 12);
    letter-spacing: .005em;
    color: #707375;
}

.dark-mode .ctrl-form-line__label {
    color: #fff;
}

.dark-mode .ctrl-form-line__description {
    color: #bbb;
}

@media (min-width: 992px) {

    .ctrl-form-line__label {
        font-size: 16px;
        line-height: calc(24 / 16);
    }

    .ctrl-form-line__description {
        font-size: 14px;
        line-height: calc(20 / 14);
    }
}

@media (min-width: 1200px) {

    .ctrl-form-line {
        display: flex;
    }

    .ctrl-form-line__header {
        width: 300px;
        padding-right: 24px;
        flex-shrink: 0;
    }

    .ctrl-form-line__body {
        margin-top: 0;
        flex-grow: 1;
    }
}

/* end .ctrl-form-line */

/* ctrl-check-group */
.ctrl-check-group {
}

.ctrl-check-group__item {
    position: relative;
    display: block;
    margin-bottom: 8px;
    cursor: pointer;
}

.ctrl-check-group__item:last-child {
    margin-bottom: 0;
}

.ctrl-check-group__field {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.ctrl-check-group__box {
    display: flex;
    padding: 11px;
    border-width: 1px;
    border-style: solid;
    border-color: #E3E3E4;
    border-radius: 8px;
}

.ctrl-check-group__visual {
    position: relative;
    width: 16px;
    height: 16px;
    margin-right: 8px;
    color: #E3E3E4;
    border-width: 1px;
    border-style: solid;
    border-color: currentColor;
    border-radius: 50%;
}

.ctrl-check-group__visual::before {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: transparent;
}

.ctrl-check-group__label {
    font-size: 10px;
    line-height: 16px;
    letter-spacing: .005em;
    color: #A7A9AA;
}

.ctrl-check-group__field:checked ~ .ctrl-check-group__box {
    border-color: #1A8FE3;
}

.ctrl-check-group__field:checked ~ .ctrl-check-group__box .ctrl-check-group__visual {
    color: #1A8FE3;
}

.ctrl-check-group__field:checked ~ .ctrl-check-group__box .ctrl-check-group__visual::before {
    background-color: #1A8FE3;
}

.ctrl-check-group__field:checked ~ .ctrl-check-group__box .ctrl-check-group__label {
    color: #1A8FE3;
}

.dark-mode .ctrl-check-group__box {
    border-color: #314453;
}

.dark-mode .ctrl-check-group__label {
    color: #fff;
}

.dark-mode .ctrl-check-group__visual {
    color: #fff;
}

/* end ctrl-check-group */

/* form-settings */
.form-settings {
}

.form-settings__item {
    padding-top: 16px;
    margin-top: 16px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #E3E3E4;
}

.form-settings__item--actions,
.form-settings__item:first-child {
    padding-top: 0;
    margin-top: 0;
    border-top-width: 0;
}

.form-settings__item--actions {
    margin-top: 24px;
    display: flex;
}

.form-settings__button {
    margin-right: 8px;
    flex-shrink: 0;
    flex-grow: 1;
    flex-basis: 30%;
    padding-right: 10px;
    padding-left: 10px;
}

.form-settings__button:last-child {
    margin-right: 0;
}

.dark-mode .form-settings__item {
    border-top-color: #314453;
}

@media (min-width: 992px) {

    .form-settings__item {
        margin-top: 24px;
        padding-top: 24px;
    }

    .form-settings__item--actions {
        padding-top: 0;
        justify-content: flex-end;
    }

    .form-settings__button {
        margin-right: 8px;
        flex-shrink: 0;
        flex-grow: 0;
        flex-basis: auto;
        padding-right: 24px;
        padding-left: 24px;
    }
}

/* end form-settings */

/* wizard-item */
.wizard-item {
    background-color: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 3px 10px 40px rgba(24, 29, 32, .05);
}

.wizard-item__viewport {
    display: flex;
    width: 200%;
    transition-property: margin-left;
    transition-timing-function: ease-in-out;
    transition-duration: .125s;
}

.wizard-item__viewport--is-active {
    margin-left: -100%;
}

.wizard-item__header {
    width: 50%;
    padding: 16px;
}

.wizard-item__panel {
    display: flex;
    align-items: center;
    padding-bottom: 16px;
}

.wizard-item__button-back {
    flex-shrink: 0;
    margin-right: 8px;
    width: 20px;
    height: 20px;
}

.wizard-item__title {
    flex-grow: 1;
    margin-right: 8px;
    font-weight: 600;
    font-size: 16px;
    line-height: calc(24 / 16);
    color: #181D20;
}

.wizard-item__icon {
    flex-shrink: 0;
    margin-left: auto;
    color: #1A8FE3;
}

.wizard-item__nav-button {
    width: 100%;
    margin-bottom: 16px;
}

.wizard-item__nav-button:last-child {
    margin-bottom: 0;
}

.wizard-item__body {
    width: 50%;
    padding: 16px;
}

.dark-mode .wizard-item {
    background-color: #223544;
}

.dark-mode .wizard-item__title {
    color: #fff;
}

.dark-mode .wizard-item__body {
    border-left-color: #314453;
}

@media (min-width: 768px) {

    .wizard-item__viewport {
        width: 100%;
    }

    .wizard-item__header {
        width: 280px;
    }

    .wizard-item__body {
        flex-grow: 1;
        border-left-width: 1px;
        border-left-style: solid;
        border-left-color: #E3E3E4;
    }

    .wizard-item__button-back,
    .wizard-item__icon {
        display: none;
    }

    .wizard-item__panel {
        padding-bottom: 24px;
    }

    .wizard-item__title {
        font-size: 24px;
        line-height: calc(32 / 24);
    }

    .wizard-item__viewport--is-active {
        margin-left: 0 !important;
    }
}

@media (min-width: 992px) {

    .wizard-item__header,
    .wizard-item__body {
        padding: 24px;
    }

    .wizard-item__nav-button {
        font-size: 18px;
        line-height: calc(26 / 18);
    }

    .wizard-item__nav-button .ctrl-btn-sidebar__icon {
        width: 24px;
        height: 24px;
    }
}

/* end wizard-item */

/* article-example */
.article-example {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding: 12px;
    border-width: 1px;
    border-style: solid;
    border-color: #E3E3E4;
    border-radius: 8px;
    font-weight: 500;
    font-size: 14px;
    line-height: calc(20 / 14);
    color: #181D20;
    background-color: #fff;
    cursor: pointer;
    user-select: none;
}

.article-example__field {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.article-example__icon-box {
    position: relative;
    width: 20px;
    height: 20px;
}

.article-example__icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition-property: opacity;
    transition-timing-function: ease-in-out;
    transition-duration: .125s;
}

.article-example__icon--no-checked {
    color: #A7A9AA;
    opacity: 1;
}

.article-example__icon--checked {
    color: green;
    opacity: 0;
}

.article-example__field:checked ~ .article-example__icon-box .article-example__icon--no-checked {
    opacity: 0;
}

.article-example__field:checked ~ .article-example__icon-box .article-example__icon--checked {
    opacity: 1;
}

.article-example__number {
    margin-left: 8px;
    margin-top: 1px;
}

.article-example__label {
    width: 100%;
    margin-top: 8px;
}

.dark-mode .article-example {
    color: #fff;
    border-color: #314453;
    background-color: #223544;
}

.dark-mode .article-example__icon--no-checked {
    color: #bbb;
}

@media (min-width: 992px) {
    .article-example {
        padding: 16px 24px;
        flex-wrap: nowrap;
        align-items: center;
        border-width: 0;
        border-radius: 0;
    }

    .article-example__icon-box {
        order: 99;
        flex-shrink: 0;
        margin-left: 30px;
    }

    .article-example__number {
        box-sizing: border-box;
        flex-shrink: 0;
        width: 44px;
        padding-right: 10px;
        margin-top: 0;
        margin-left: 0;
    }

    .article-example__label {
        margin-top: 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

/* end article-example */

/* table-examples */
.table-examples {
}

.table-examples__title {
    margin-top: 24px;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    line-height: calc(20 / 14);
    color: #181D20;
}

.table-examples__group {
    margin-top: 16px;
}

.table-examples__head {
    display: none;
}

.table-examples__item {
    margin-top: 10px;
}

.dark-mode .table-examples__title {
    color: #fff;
}

@media (min-width: 992px) {

    .table-examples__title {
        font-size: 16px;
        line-height: calc(24 / 16);
    }

    .table-examples__group {
        margin-top: 24px;
        border-width: 1px;
        border-style: solid;
        border-color: #E3E3E4;
        border-radius: 8px;
        overflow: hidden;
    }

    .table-examples__head {
        display: flex;
        align-items: center;
        width: 100%;
        font-size: 14px;
        line-height: calc(20 / 14);
        color: #707375;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #E3E3E4;
        background-color: #F6F6F6;
    }

    .table-examples__head-item {
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .table-examples__head-item--number {
        width: calc(24px + 34px + 10px);
        padding-right: 10px;
        padding-left: 24px;
        flex-shrink: 0;
    }

    .table-examples__head-item--name {
        flex-grow: 1;
    }

    .table-examples__head-item--actions {
        width: calc(24px + 50px);
        padding-right: 24px;
        padding-left: 10px;
        flex-shrink: 0;
    }

    .table-examples__item {
        margin-top: 0;
    }

    .table-examples__item::before {
        content: "";
        position: absolute;
        bottom: 0;
        right: 24px;
        left: 24px;
        height: 1px;
        background-color: #E3E3E4;
    }

    .table-examples__item:last-child::before {
        content: none;
    }

    .dark-mode .table-examples__group {
        border-color: #314453;
        background-color: #223544;
    }

    .dark-mode .table-examples__head {
        color: #bbb;
        border-bottom-color: #314453;
        background-color: #1A252E;
    }

    .dark-mode .table-examples__item::before {
        background-color: #314453;
    }
}

/* end table-examples */

/* wizard-step */
.wizard-step {
    padding: 16px;
    background-color: #fff;
    border-radius: 12px;
}

.wizard-step__header {
    padding-top: 0;
    padding-bottom: 0;
    background-color: transparent;
    text-align: center;
}

.wizard-step__title {
    font-weight: 600;
    font-size: 16px;
    line-height: calc(24 / 16);
    color: #181D20;
}

.wizard-step__description {
    margin-top: 4px;
    font-size: 12px;
    line-height: calc(18 / 12);
    letter-spacing: .005em;
    color: #707375;
}

.wizard-step__body {
    margin-top: 16px;
}

.wizard-step__body > *:first-child {
    margin-top: 0;
}

.wizard-step__choice {
}

.wizard-step__divider {
    margin-top: 24px;
}

.wizard-step__form {
    margin-top: 24px;
}

.wizard-step__footer {
    padding-top: 0;
    display: flex;
    align-items: center;
    margin-top: 24px;
    background-color: transparent;
}

.wizard-step__footer-button {
    margin-right: 5px;
    flex-shrink: 0;
    flex-grow: 1;
    flex-basis: 30%;
}

.wizard-step__footer-button:last-child {
    margin-right: 0;
}

.dark-mode .wizard-step {
    background-color: #1A252E;
}

.dark-mode .wizard-step__title {
    color: #fff;
}

.dark-mode .wizard-step__description {
    color: #bbb;
}

@media (min-width: 992px) {
    .wizard-step {
        padding: 80px;
    }

    .wizard-step__title {
        font-size: 24px;
        line-height: calc(32 / 24);
    }

    .wizard-step__description {
        font-size: 14px;
        line-height: calc(20 / 14);
        letter-spacing: normal;
    }

    .wizard-step__body {
        margin-top: 56px;
    }

    .wizard-step__footer {
        margin-top: 40px;
        justify-content: center;
    }

    .wizard-step__footer-button {
        margin-right: 24px;
        flex-grow: 0;
        flex-basis: 200px;
    }
}

/* end wizard-step */

/* generate-article */
.generate-article {
}

.generate-article__image {
    width: 100%;
    height: 250px;
    border-radius: 8px;
    object-fit: cover;
    object-position: center;
}

.generate-article__title {
    margin-top: 16px;
    font-weight: 700;
    font-size: 16px;
    line-height: calc(24 / 16);
    color: #181D20;
}

.generate-article__actions {
    margin-top: 24px;
    display: flex;
    align-items: center;
    padding: 8px;
    border-width: 1px;
    border-style: solid;
    border-color: #E3E3E4;
    border-radius: 8px;
    background-color: #F6F6F6;
}

.generate-article__actions-text {
    margin-right: 20px;
    flex-grow: 1;
    font-weight: 500;
    font-size: 12px;
    line-height: calc(18 / 12);
    letter-spacing: .005em;
    color: #181D20;
}

.button.generate-article__actions-button {
    flex-shrink: 0;
    padding: 8px;
    font-size: 10px;
    line-height: calc(16 / 10);
    margin-left: auto;
}

@media (min-width: 992px) {

    .generate-article__image {
        height: 320px;
        border-radius: 12px;
    }

    .generate-article__title {
        margin-top: 24px;
        font-size: 20px;
        line-height: calc(28 / 20);
    }

    .generate-article__actions {
        padding: 16px;
    }

    .generate-article__actions-text {
        font-size: 16px;
        line-height: calc(24 / 16);
        letter-spacing: normal;
    }

    .button.generate-article__actions-button {
        padding: 11px 16px;
        font-size: 12px;
        line-height: calc(18 / 12);
    }
}

/* end generate-article */


/* modal-generate-article */
.modal-generate-article {
}

.modal-generate-article .modal-dialog {
    max-width: 560px;
}

.modal-generate-article .modal-content {
    border-width: 0;
    border-radius: 8px;
    box-shadow: 3px 1px 32px rgba(24, 29, 32, .05);
}

.modal-generate-article .modal-header {
    padding: 16px;
    border-bottom-width: 0;
}

.modal-generate-article .modal-title {
    font-weight: 700;
    font-size: 18px;
    line-height: calc(26 / 18);
    color: #181D20;
}

.modal-generate-article .modal-body {
    padding: 0 16px 16px 16px;
}

@media (min-width: 991px) {

    .modal-generate-article .modal-header {
        padding: 24px;
    }

    .modal-generate-article .modal-body {
        padding-right: 24px;
        padding-bottom: 24px;
        padding-left: 24px;
    }
}

.dark-mode .modal-generate-article .modal-title {
    color: #fff;
}

/* end modal-generate-article */

/* ctrl-check-image */
.ctrl-check-image {
}

.ctrl-check-image__group {
    display: flex;
    flex-wrap: wrap;
    margin: -3px;
}

.ctrl-check-image__item {
    position: relative;
    width: calc(100% / 2 - 3px * 2);
    padding-top: calc(100% / 2 - 3px * 2);
    margin: 3px;
    cursor: pointer;
    overflow: hidden;
    border-radius: 8px;
}

.ctrl-check-image__field {
    position: absolute;
    top: 0;
    left: 0;
}

.ctrl-check-image__box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ctrl-check-image__box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-width: 2px;
    border-style: solid;
    border-color: #1CAB48;
    border-radius: 8px;
    opacity: 0;
    transition-property: opacity;
    transition-timing-function: ease-in-out;
    transition-duration: .125s;
}

.ctrl-check-image__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.ctrl-check-image__field:checked ~ .ctrl-check-image__box::before {
    opacity: 1;
}

@media (min-width: 576px) {

    .ctrl-check-image__item {
        width: calc(100% / 4 - 3px * 2);
        padding-top: calc(100% / 4 - 3px * 2);
    }
}

/* end ctrl-check-image */

/* settings-image */
.settings-image {
}

.settings-image__title {
    font-weight: 600;
    font-size: 14px;
    line-height: calc(20 / 14);
    color: #181D20;
}

.settings-image__description {
    font-weight: 400;
    font-size: 12px;
    line-height: calc(18 / 12);
    letter-spacing: .005em;
    color: #707375;
}

.settings-image__preview {
    display: none;
}

.settings-image__check {
    margin-top: 8px;
}

.settings-image__actions {
    margin-top: 24px;
    display: flex;
}

.settings-image__button {
    margin-right: 8px;
    flex-shrink: 0;
    flex-grow: 1;
    flex-basis: 30%;
    padding-right: 10px;
    padding-left: 10px;
}

.settings-image__button:last-child {
    margin-right: 0;
}

.dark-mode .settings-image__title {
    color: #fff;
}

.dark-mode .settings-image__description {
    color: #bbb;
}

@media (min-width: 992px) {

    .settings-image__title {
        font-size: 16px;
        line-height: calc(24 / 16);
    }

    .settings-image__description {
        font-size: 14px;
        line-height: calc(20 / 14);
    }

    .settings-image__check {
        margin-top: 24px;
    }

    .settings-image__actions {
        padding-top: 0;
        justify-content: flex-end;
    }

    .settings-image__button {
        margin-right: 8px;
        flex-shrink: 0;
        flex-grow: 0;
        flex-basis: auto;
        padding-right: 24px;
        padding-left: 24px;
    }
}


@media (min-width: 1200px) {

    .settings-image {
        display: grid;
        grid-template-areas:
            "header check"
            "preview check"
            "preview actions";
        grid-template-columns: 230px 1fr;
        grid-column-gap: 30px;
    }

    .settings-image__header {
        grid-area: header;
    }

    .settings-image__preview {
        margin-top: 16px;
        display: block;
        grid-area: preview;
        border-width: 1px;
        border-style: solid;
        border-color: #E3E3E4;
        border-radius: 8px;
        overflow: hidden;
    }

    .settings-image__preview-header {
        padding: 8px;
        font-weight: 400;
        font-size: 12px;
        line-height: calc(18 / 12);
        letter-spacing: .005em;
        text-align: center;
        text-transform: uppercase;
        color: #707375;
        background-color: #F6F6F6;
        border-bottom-width: inherit;
        border-bottom-style: inherit;
        border-bottom-color: inherit;
    }

    .settings-image__preview-body {
        height: 228px;
        padding: 8px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .settings-image__preview-text {
        width: 216px;
        font-size: 12px;
        line-height: calc(18 / 12);
        text-align: center;
        letter-spacing: .005em;
        color: #707375;
    }

    .settings-image__preview-image {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        border-radius: 8px;
    }

    .settings-image__check {
        grid-area: check;
        margin-top: 0;
    }

    .settings-image__actions {
        grid-area: actions;
    }

    .dark-mode .settings-image__preview-header {
        background-color: #1F2A33;
        color: #bbb;
    }

    .dark-mode .settings-image__preview {
        border-color: #314453;
    }

    .dark-mode .settings-image__preview-text {
        color: #bbb;
    }
}

@media (min-width: 1400px) {
    .settings-image {
        grid-template-columns: 280px 1fr;
        grid-column-gap: 70px;
    }

    .settings-image__preview-body {
        height: 278px;
    }
}

/* end settings-image */

.ctrl-button {
    display: inline-flex;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
    padding: var(--padding-v) var(--padding-h);
    border-width: 1px;
    border-style: solid;
    border-color: var(--border-color);
    border-radius: 8px;
    font-weight: 600;
    font-size: var(--font-size);
    line-height: var(--line-height);
    color: var(--color);
    background-color: var(--bg);
}

.ctrl-button__text {
}

.ctrl-button__icon {
    width: var(--icon-size);
    height: var(--icon-size);
    margin-right: 8px;
}

.ctrl-button:hover {
    color: var(--hover-color);
    border-color: var(--hover-border-color);
    background-color: var(--hover-bg);
}

.ctrl-button:focus-visible {
    color: var(--focus-color);
    border-color: var(--focus-border-color);
    background-color: var(--focus-bg);
    box-shadow: var(--focus-shadow);
}

.ctrl-button:active {
    color: var(--active-color);
    border-color: var(--active-border-color);
    background-color: var(--active-bg);
}

.ctrl-button:disabled {
    color: #A7A9AA;
    border-color: #E3E3E4;
    background-color: #EFEFEF;
}

.ctrl-button_iconly {
}

.ctrl-button_iconly .ctrl-button__text {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

.ctrl-button_iconly .ctrl-button__icon {
    width: var(--iconly-size);
    height: var(--iconly-size);
    margin-right: calc((var(--iconly-size) - (var(--padding-v) * 2 + var(--line-height) - var(--padding-h) * 2)) / -2);
    margin-left: calc((var(--iconly-size) - (var(--padding-v) * 2 + var(--line-height) - var(--padding-h) * 2)) / -2);
}

.ctrl-button_size_s {
    --padding-v: 10px;
    --padding-h: 15px;
    --icon-size: 14px;
    --iconly-size: 18px;
    --font-size: 12px;
    --line-height: 18px;
}

.ctrl-button_size_m {
    --padding-v: 13px;
    --padding-h: 19px;
    --icon-size: 16px;
    --iconly-size: 20px;
    --font-size: 14px;
    --line-height: 20px;
}

.ctrl-button_size_l {
    --padding-v: 15px;
    --padding-h: 23px;
    --icon-size: 20px;
    --iconly-size: 24px;
    --font-size: 16px;
    --line-height: 24px;
}

.ctrl-button_color_primary {
}

.ctrl-button_color_primary.ctrl-button_view_fill {
    --color: #fff;
    --bg: #1A8FE3;
    --border-color: #1A8FE3;

    --hover-color: #fff;
    --hover-bg: #1677BD;
    --hover-border-color: #1677BD;

    --focus-color: #fff;
    --focus-bg: #1677BD;
    --focus-border-color: #1677BD;
    --focus-shadow: 0 0 0 3px #D1E9F9;

    --active-color: #fff;
    --active-bg: #0D4771;
    --active-border-color: #0D4771;
}

.ctrl-button_color_primary.ctrl-button_view_ghost {
    --color: #1A8FE3;
    --bg: #F6FBFE;
    --border-color: #F6FBFE;

    --hover-color: #1677BD;
    --hover-bg: #F6FBFE;
    --hover-border-color: #F6FBFE;

    --focus-color: #1677BD;
    --focus-bg: #F6FBFE;
    --focus-border-color: #F6FBFE;
    --focus-shadow: 0 0 0 3px #D1E9F9;

    --active-color: #003A78;
    --active-bg: #F6FBFE;
    --active-border-color: #F6FBFE;
}

.ctrl-button_color_primary.ctrl-button_view_stroke {
    --color: #1A8FE3;
    --bg: #fff;
    --border-color: #1A8FE3;

    --hover-color: #1A8FE3;
    --hover-bg: #F6FBFE;
    --hover-border-color: #1A8FE3;

    --focus-color: #1A8FE3;
    --focus-bg: #F6FBFE;
    --focus-border-color: #1A8FE3;
    --focus-shadow: 0 0 0 3px #D1E9F9;

    --active-color: #1A8FE3;
    --active-bg: #EFF7FD;
    --active-border-color: #C8E4F8;
}

.ctrl-button_color_primary.ctrl-button_view_link {
    --color: #1A8FE3;
    --bg: transparent;
    --border-color: transparent;

    --hover-color: #1677BD;
    --hover-bg: transparent;
    --hover-border-color: transparent;

    --focus-color: #1677BD;
    --focus-bg: transparent;
    --focus-border-color: transparent;
    --focus-shadow: 0 0 0 3px #D1E9F9;

    --active-color: #003A78;
    --active-bg: transparent;
    --active-border-color: transparent;
}

.ctrl-button_color_error.ctrl-button_view_fill {
    --color: #fff;
    --bg: #E2464C;
    --border-color: #E2464C;

    --hover-color: #fff;
    --hover-bg: #BC3A3F;
    --hover-border-color: #BC3A3F;

    --focus-color: #fff;
    --focus-bg: #BC3A3F;
    --focus-border-color: #BC3A3F;
    --focus-shadow: 0 0 0 3px #D1E9F9;

    --active-color: #fff;
    --active-bg: #712326;
    --active-border-color: #712326;
}

.ctrl-button_color_warning.ctrl-button_view_link {
    --color: #FFC205;
    --bg: transparent;
    --border-color: transparent;

    --hover-color: #D4A204;
    --hover-bg: transparent;
    --hover-border-color: transparent;

    --focus-color: #D4A204;
    --focus-bg: transparent;
    --focus-border-color: transparent;
    --focus-shadow: 0 0 0 3px #D1E9F9;

    --active-color: #806102;
    --active-bg: transparent;
    --active-border-color: transparent;
}

.ctrl-button_color_white.ctrl-button_view_stroke {
    --color: #fff;
    --bg: transparent;
    --border-color: #fff;

    --hover-color: #EFEFEF;
    --hover-bg: transparent;
    --hover-border-color: #EFEFEF;

    --focus-color: #EFEFEF;
    --focus-bg: transparent;
    --focus-border-color: #EFEFEF;
    --focus-shadow: 0 0 0 3px #D1E9F9;

    --active-color: #C8C9CA;
    --active-bg: transparent;
    --active-border-color: #C8C9CA;
}

.ctrl-button_color_white.ctrl-button_view_link {
    --color: #fff;
    --bg: transparent;
    --border-color: transparent;

    --hover-color: #EFEFEF;
    --hover-bg: transparent;
    --hover-border-color: transparent;

    --focus-color: #EFEFEF;
    --focus-bg: transparent;
    --focus-border-color: transparent;
    --focus-shadow: 0 0 0 3px #D1E9F9;

    --active-color: #C8C9CA;
    --active-bg: transparent;
    --active-border-color: transparent;
}

.ctrl-button_color_secondary.ctrl-button_view_fill {
    --color: #A7A9AA;
    --bg: #F6F6F6;
    --border-color: #F6F6F6;

    --hover-color: #A7A9AA;
    --hover-bg: #EFEFEF;
    --hover-border-color: #EFEFEF;

    --focus-color: #A7A9AA;
    --focus-bg: #EFEFEF;
    --focus-border-color: #EFEFEF;
    --focus-shadow: 0 0 0 3px #D1E9F9;

    --active-color: #A7A9AA;
    --active-bg: #E3E3E4;
    --active-border-color: #E3E3E4;
}

.ctrl-upload-file {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
}

.ctrl-upload-file:focus-within {
    border-radius: 8px;
    box-shadow: 0 0 0 3px #D1E9F9;
}

.ctrl-upload-file__field {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
}

.ctrl-upload-file__label {
    position: relative;
    width: 100%;
    cursor: pointer;
}

.user-avatar-default {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    font-weight: 500;
    font-size: 24px;
    line-height: calc(36 / 24);
    color: #fff;
    background-color: #9747FF;
}

.user-avatar {
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
}

.user-avatar_size_m {
    width: 40px;
    height: 40px;
}

.user-avatar__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-fit: ;
}

.ctrl-link {
    padding: 0;
    border-width: 0;
    font-weight: 500;
    font-size: 12px;
    line-height: calc(21 / 12);
    text-decoration-line: underline;
    color: #707375;
    background-color: transparent;
}

.user-avatar-default__name,
.user-avatar-default__name[title] /* bootstrap fix */
{
    margin: auto;
    cursor: default;
    text-decoration: none;
}

.tab-navs {
    display: flex;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #E3E3E4;
}

.tab-navs__item {
    position: relative;
    padding: 8px 0;
    margin-right: 40px;
    margin-bottom: -2px;
    border-width: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: calc(20 / 14);
    color: var(--color, #A7A9AA);
    background-color: transparent;
}

.tab-navs__item::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: currentColor;
    opacity: 0;
}

.tab-navs__item_is-active {
    font-weight: 500;
    --color: #1A8FE3;
}

.tab-navs__item_is-active::before {
    opacity: 1;
}

.tab-navs__item:last-child {
    margin-right: 0;
}

@media (min-width: 1200px) {
    .tab-navs__item {
        position: relative;
        padding: 8px 0;
        margin-right: 80px;
        font-size: 16px;
        line-height: calc(24 / 16);
    }
}

.plan-card {
    display: flex;
    flex-direction: column;
    padding: 12px;
    border-radius: 10px;
    color: var(--color, #181D20);
    background-color: var(--bg, #fff);
    box-shadow: var(--shadow, 3px 10px 40px rgba(24, 29, 32, .05));
}

.plan-card__type {
    display: flex;
    margin-bottom: 8px;
    font-size: 10px;
    line-height: calc(12 / 10);
    text-transform: uppercase;
    color: var(--color-second, #525658);
}

.plan-card__type-item {
    padding: 6px 10px;
    margin-right: 5px;
    border-radius: 99px;
    background-color: rgba(255, 255, 255, .4);
}

.plan-card__title {
    font-weight: 600;
    font-size: 14px;
    line-height: calc(20 / 14);
}

.plan-card__description {
    margin-top: 2px;
    margin-bottom: 8px;
    font-size: 10px;
    line-height: calc(16 / 10);
    letter-spacing: .005em;
    color: var(--color-second, #525658);
}

.plan-card__price {
    margin-top: auto;
    font-weight: 700;
    font-size: 16px;
    line-height: calc(24 / 16);
}

.plan-card__price small {
    margin-left: 4px;
    font-size: 8px;
    line-height: calc(12 / 8);
    color: var(--color-second, #707375);
    vertical-align: bottom;
}

.plan-card__actions {
    margin-top: 16px;
}

.plan-card_is-active {
    --color: #fff;
    --color-second: #fff;
    --bg: #1A8FE3;
    --shadow: 0 10px 32px rgba(26, 143, 227, .24);
}

@media (min-width: 992px) and (max-width: 1199px) {
    .plan-card__actions .ctrl-button {
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .plan-card {
        padding: 16px;
    }

    .plan-card__type {
        margin-bottom: 10px;
    }

    .plan-card__title {
        font-size: 16px;
        line-height: calc(24 / 16);
    }

    .plan-card__description {
        font-size: 12px;
        line-height: calc(18 / 12);
    }
}

.plan-cards {
}

.plan-cards__group {
}

.plan-cards__item {
    margin-bottom: 12px;
}

.plan-cards__item:last-child {
    margin-bottom: 0;
}

@media (min-width: 992px) {
    .plan-cards__group {
        display: flex;
        margin: -5px
    }

    .plan-cards__item {
        margin: 5px;
        flex-grow: 1;
        flex-basis: 20%;
    }

    .plan-cards__item:last-child {
        margin-bottom: 5px;
    }
}

.user-card {
    display: grid;
    grid-column-gap: 10px;
    grid-row-gap: 8px;
    grid-template-columns: auto 1fr;
}

.user-card__logo {
    width: 71px;
    border-radius: 8px;
}

.user-card__end {
    font-weight: 400;
    font-size: 12px;
    line-height: calc(16 / 12);
    color: #525658;
    align-self: center;
}

.user-card__end > b {
    font-weight: 600;
    color: #181D20;
}

.user-card__default {
    grid-column: span 2;
    font-weight: 500;
    font-style: italic;
    font-size: 12px;
    line-height: calc(16 / 12);
    color: #181D20;
}

.user-card__actions {
    grid-column: span 2;
    display: flex;
    align-items: center;
}

.user-card__button {
    margin-right: 8px;
}

.user-card__button:last-child {
    margin-right: 0;
}

@media (min-width: 992px) {
    .user-card {
        display: flex;
        grid-column-gap: unset;
        grid-row-gap: unset;
    }

    .user-card__end {
        flex-grow: 1;
        margin-right: 10px;
        margin-left: 10px;
    }
}

@media (min-width: 1200px) {
    .user-card__logo {
        width: 90px;
    }

    .user-card__end {
        font-size: 14px;
        line-height: calc(21 / 14);
    }

    .user-card__default {
        font-size: 12px;
        line-height: calc(21 / 12);
    }
}

.user-cards {
    padding: 12px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 3px 10px 40px rgba(24, 29, 32, .05);
}

.user-cards__title {
    margin-bottom: 16px;
    font-weight: 600;
    font-size: 14px;
    line-height: calc(20 / 14);
    color: #181D20;
}

.user-cards__group {
}

.user-cards__item {
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #E3E3E4;
}

.user-cards__actions {
}

@media (min-width: 1200px) {
    .user-cards {
        padding: 16px;
    }

    .user-cards__title {
        font-size: 16px;
        line-height: calc(24 / 16);
    }
}

.el-divider {
    font-weight: 500;
    font-size: 12px;
    line-height: calc(18 / 12);
    letter-spacing: .005em;
    color: #ADADAD;
    text-align: center;
    text-transform: uppercase;
    overflow: hidden;
}

.el-divider__text {
    position: relative;
    padding-right: 8px;
    padding-left: 8px;
}

.el-divider__text::before,
.el-divider__text::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 100vw;
    height: 1px;
    background-color: currentcolor;
    transform: translateY(-50%);
}

.el-divider__text::before {
    right: 100%;
}

.el-divider__text::after {
    left: 100%;
}

@media (min-width: 1200px) {
    .el-divider {
        font-size: 16px;
        line-height: calc(20 / 16);
        letter-spacing: 0;
    }

    .el-divider__text {
        padding-right: 10px;
        padding-left: 10px;
    }
}

.billing-table {
    min-width: 100%;
}

.billing-table__row {
}

.billing-table__cell {
    padding: 22px 16px 22px 12px;
    border-width: 1px;
    border-style: solid;
    border-color: #E3E3E4;
    font-size: 10px;
    line-height: calc(16 / 10);
    letter-spacing: .005em;
    color: #707375;
    white-space: nowrap;
}

.billing-table__cell_th {
    font-weight: 400;
    background-color: #EFEFEF;
}

.billing-table__cell_empty-text {
    text-align: center;
}

.billing-table__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.billing-table__head-text {
}

.billing-table__head-sort {
    width: 12px;
    height: 12px;
    margin-left: 10px;
}

.billing-table__head-sort_is-active {
    transform: scaleY(-1);
}

.billing-table__number {
    font-weight: 600;
}

.billing-table__status {
    padding: 8px 16px;
    border-radius: 99px;
    font-weight: 500;
    color: var(--color, currentColor);
    background-color: var(--bg, lightgray);
}

.billing-table__status_success {
    --color: #1CAB48;
    --bg: #E3F4E9;
}

.billing-table__status_failed {
    --color: #E2464C;
    --bg: #FBE8E9;
}

.billing-table__status_pending {
    --color: #FFC205;
    --bg: #FFF7E1;
}

@media (min-width: 1200px) {
    .billing-table__cell {
        font-size: 14px;
        line-height: calc(21 / 14);
        letter-spacing: 0;
    }

    .billing-table__head-sort {
        width: 16px;
        height: 16px;
    }
}

.user-billing {
    padding: 12px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 3px 10px 40px rgba(24, 29, 32, .05);
}

.user-billing__header {
    display: flex;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    background-color: transparent;
}

.user-billing__title {
    margin-right: 10px;
    font-weight: 600;
    font-size: 14px;
    line-height: calc(20 / 14);
    color: #181D20;
}

.user-billing__header-actions {
    margin-left: auto;
}

.user-billing__body {
    margin-top: 16px;
    overflow-x: auto;
    overflow-y: hidden;
}

@media (min-width: 1200px) {
    .user-billing {
        padding: 16px;
    }

    .user-billing__title {
        font-size: 16px;
        line-height: calc(24 / 16);
    }
}

.user-summary {
    padding: 16px;
    border-radius: 12px;
    background-color: #fff;
    box-shadow: 3px 10px 40px rgba(24, 29, 32, .05);
}

.user-summary__header {
    padding: 0;
    text-align: center;
}

.user-summary__avatar {
    margin-right: auto;
    margin-left: auto;
}

.user-summary__name {
    margin-top: 16px;
    font-weight: 500;
    font-size: 20px;
    line-height: calc(28 / 20);
    color: #181D20;
    overflow: hidden;
    text-overflow: ellipsis;
}

.user-summary__email {
    margin-top: 2px;
    font-weight: 400;
    font-size: 14px;
    line-height: calc(20 / 14);
    color: #707375;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.user-summary__header-actions {
    margin-top: 12px;
}

.user-summary__header-button {
    width: 100%;
}

.user-summary__body {
    margin-top: 24px;
    padding-top: 24px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #E3E3E4;
}

.user-summary__item {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 16px;
    font-size: 14px;
    line-height: calc(20 / 14);
    color: #525658;
}

.user-summary__label {
    flex-shrink: 0;
}

.user-summary__value {
    margin-left: 20px;
    flex-grow: 1;
    font-weight: 500;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #181D20;
}

.user-summary__body-actions {
    margin-top: 24px;
    display: flex;
}

.user-summary__body-button {
    flex-grow: 1;
    margin-right: 5px;
}

.user-summary__body-button:last-child {
    margin-right: 0;
}


@media (min-width: 1200px) {
    .user-summary {
        padding: 24px;
    }
}

.user-settings {
    padding: 16px;
    border-radius: 12px;
    background-color: #fff;
    box-shadow: 3px 10px 40px rgba(24, 29, 32, .05);
}

.user-settings__header {
    padding: 0;
}

.user-settings__title {
    font-weight: 600;
    font-size: 20px;
    line-height: calc(28 / 20);
    color: #181D20;
}

.user-settings__nav {
    margin-top: 8px;
}

.user-settings__body {
    margin-top: 24px;
}

.user-settings__subtitle {
    font-weight: 600;
    font-size: 20px;
    line-height: calc(30 / 20);
    color: #181D20;
}

.user-settings__group {
    margin-top: 12px;
}

.user-settings__part {
    margin-bottom: 20px;
}

.user-settings__part:last-child {
    margin-bottom: 0;
}

.user-settings__item {
    margin-bottom: 20px;
}

.user-settings__item:last-child {
    margin-bottom: 0;
}

@media (min-width: 1200px) {
    .user-settings {
        padding: 24px;
    }

    .user-settings__title {
        font-size: 24px;
        line-height: calc(32 / 24);
    }

    .user-settings__nav {
        margin-top: 16px;
    }

    .user-settings__group {
        margin-top: 16px;
    }
}

.ctrl-utility {
    position: relative;
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto 1fr;
    padding: 12px;
    border-radius: 12px;
    background-color: #fff;
    box-shadow: 3px 10px 40px rgba(24, 29, 32, .05);
    overflow: hidden;
}

.ctrl-utility__icon-box {
    grid-row: span 2;
    width: 40px;
    height: 40px;
    padding: 12px;
    margin-right: 10px;
    color: var(--ic, #717375);
    background-color: var(--ibgc, lightgray);
    border-radius: 8px;
}

.ctrl-utility__icon-box_color_1 {
    --ic: #E24841;
    --ibgc: #FBE6E5;
}

.ctrl-utility__icon-box_color_2 {
    --ic: #E2C740;
    --ibgc: #FEF9E2;
}

.ctrl-utility__icon-box_color_3 {
    --ic: #FF7919;
    --ibgc: #FFEDE0;
}

.ctrl-utility__icon-box_color_4 {
    --ic: #10D0D5;
    --ibgc: #E3FCFD;
}

.ctrl-utility__icon-box_color_5 {
    --ic: #624BD8;
    --ibgc: #E9E6F9;
}

.ctrl-utility__icon-box_color_6 {
    --ic: #3D99F5;
    --ibgc: #E2F0FE;
}

.ctrl-utility__icon-box_color_7 {
    --ic: #79DC47;
    --ibgc: #ECFAE5;
}

.ctrl-utility__icon-box_color_8 {
    --ic: #FF5975;
    --ibgc: #FFE0E6;
}

.ctrl-utility__icon-box_color_9 {
    --ibgc: #FFE6E0;
}

.ctrl-utility__icon-box_color_10 {
    --ibgc: #E2F6FD;
}

.ctrl-utility__icon-box_color_11 {
    --ibgc: #E7E3FD;
}

.ctrl-utility__icon-box_color_12 {
    --ibgc: #FBE5FB;
}

.ctrl-utility__icon-box_color_13 {
    --ibgc: #FBE5E4;
}

.ctrl-utility__icon-box_color_14 {
    --ibgc: #E2F0FD;
}

.ctrl-utility__icon-box_color_15 {
    --ibgc: #FFF5E0;
}

.ctrl-utility__icon-box_color_16 {
    --ibgc: #E2E3FE;
}

.ctrl-utility__icon-box_color_17 {
    --ibgc: #E2FEE6;
}

.ctrl-utility__icon-box_color_18 {
    --ibgc: #FAE2FE;
}

.ctrl-utility__icon-box_color_19 {
    --ibgc: #FEF8E2;
}

.ctrl-utility__icon-box_color_20 {
    --ic: #FFF;
    --ibgc: #FEEBE2;
}

.ctrl-utility__icon-box_color_21 {
    --ic: #FFF;
    --ibgc: #E2EDFE;
}

.ctrl-utility__icon-box_color_22 {
    --ic: #FFF;
    --ibgc: #E1FDE5;
}

.ctrl-utility__icon-box_color_23 {
    --ibgc: #E2FEFC;
}

.ctrl-utility__icon-box_color_24 {
    --ibgc: #FEE2E2;
}

.ctrl-utility__icon-box_color_25 {
    --ibgc: #E2F7FE;
}

.ctrl-utility__icon-box_color_26 {
    --ibgc: #FEF3E2;
}

.ctrl-utility__icon {
    display: block;
    width: 100%;
    height: 100%;
}

.ctrl-utility__name {
    font-weight: 600;
    font-size: 14px;
    line-height: calc(20 / 14);
    color: #181D20;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ctrl-utility__category {
    margin-top: 2px;
    font-size: 10px;
    line-height: calc(16 / 10);
    letter-spacing: 0.005em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: var(--catcolor, gray);
}

.ctrl-utility__category_color_orange {
    --catcolor: #F66213;
}

.ctrl-utility__category_color_purple {
    --catcolor: #D61C4E;
}

.ctrl-utility__category_color_blue {
    --catcolor: #1C67CA;
}

.ctrl-utility__category_color_green {
    --catcolor: #247881;
}

.ctrl-utility__description {
    grid-column: span 2;
    margin-top: 8px;
    font-size: 10px;
    line-height: calc(16 / 10);
    letter-spacing: .005em;
    color: #707375;
}

.ctrl-utility__button-open {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.ctrl-utility__button-feature {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 24px;
    height: 24px;
    padding: 5px;
    border-radius: 50%;
    color: #E2464C;
    background-color: #FCE9EA;
}

.ctrl-utility_with_button {
}

.ctrl-utility_with_button .ctrl-utility__name,
.ctrl-utility_with_button .ctrl-utility__category {
    margin-right: 28px;
}

@media (min-width: 1200px) {
    .ctrl-utility__icon-box {
        width: 48px;
        height: 48px;
    }

    .ctrl-utility__name {
        margin-top: 3px;
        font-size: 16px;
        line-height: calc(22 / 16);
    }

    .ctrl-utility__category,
    .ctrl-utility__description {
        font-size: 12px;
        line-height: calc(18 / 12);
    }

    .ctrl-utility__description {
        margin-top: 12px;
    }
}

.user-favorite {
}

.user-favorite__group {
}

.user-favorite__item,
.user-favorite .element-tools {
    margin-bottom: 12px;
}

.user-favorite__item:last-child,
.user-favorite .element-tools:last-child {
    margin-bottom: 0;
}

@media (min-width: 576px) {
    .user-favorite__group {
        display: flex;
        flex-wrap: wrap;
        margin: -5px
    }

    .user-favorite__item,
    .user-favorite .element-tools {
        margin: 5px;
        width: calc(100% / 2 - 5px * 2);
    }

    .user-favorite__item:last-child {
        margin: 5px;
    }
}

@media (min-width: 1025px) {
    .user-favorite__item,
    .user-favorite .element-tools {
        width: calc(100% / 3 - 5px * 2);
    }
}

.user-favorite .element-tools {
    border-radius: 12px;
    background-color: #fff;
    box-shadow: 3px 10px 40px rgba(24, 29, 32, .05);
}

.user-favorite .element-tools .icon_box {
    width: 40px;
    height: 40px;
    padding: 12px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.user-favorite .element-tools .tools_box h4 {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 14px;
    line-height: calc(20 / 14);
    color: #181D20;
}

.user-favorite .element-tools .catalog-box__tag {
    font-weight: 400;
    font-size: 10px;
    line-height: calc(16 / 10);
    letter-spacing: .005em;
}

.user-favorite .element-tools .tools_box p {
    font-size: 10px;
    line-height: calc(16 / 10);
    letter-spacing: .005em;
    color: #707375;
}

@media (min-width: 1200px) {
    .user-favorite .element-tools .icon_box {
        width: 48px;
        height: 48px;
    }

    .user-favorite .element-tools .tools_box h4 {
        font-size: 16px;
        line-height: calc(22 / 16);
    }

    .user-favorite .element-tools .catalog-box__tag {
        font-size: 12px;
        line-height: calc(17 / 12);
    }

    .user-favorite .element-tools .tools_box p {
        font-size: 12px;
        line-height: calc(17 / 12);
    }
}


.grid-user {
    padding-top: 64px;
    padding-bottom: 80px;
}

.grid-user__summary {
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .grid-user {
        display: grid;
        grid-template-columns: auto 1fr;
        grid-column-gap: 20px;
        align-items: self-start;
    }

    .grid-user__summary {
        position: sticky;
        top: 20px;
        width: 260px;
        margin-bottom: 0;
    }

    .grid-user__settings {
        min-width: 0;
    }
}

@media (min-width: 1200px) {
    .grid-user {
        padding-top: 48px;
        padding-bottom: 150px;
    }

    .grid-user__summary {
        width: 295px;
    }
}

.ctrl-switcher-type {
    position: relative;
    display: inline-flex;
    align-items: center;
    font-weight: 400;
    color: #707375;
}

.ctrl-switcher-type__field {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}

.ctrl-switcher-type__visual {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 24px;
    margin-right: 8px;
    margin-left: 8px;
    border-radius: 99px;
    background-color: #1CAB48;
    cursor: pointer;
    user-select: none;
}

.ctrl-switcher-type__visual::before {
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #fff;
    transition-property: left;
    transition-duration: .125s;
    transition-timing-function: ease-in-out;
}

.ctrl-switcher-type__label {
    cursor: pointer;
    user-select: none;
}

.ctrl-switcher-type__label_default {
    order: -1;
    color: #181D20;
    font-weight: 500;
}

.ctrl-switcher-type__label_checked {
}

.ctrl-switcher-type__field:checked ~ .ctrl-switcher-type__visual::before {
    left: 20px;
}

.ctrl-switcher-type__field:checked ~ .ctrl-switcher-type__label_default {
    font-weight: 400;
    color: #707375;
}

.ctrl-switcher-type__field:checked ~ .ctrl-switcher-type__label_checked {
    font-weight: 500;
    color: #181D20;
}

.subscription-type {
    display: inline-flex;
    align-items: center;
}

.subscription-type__switcher {
    flex-shrink: 0;
}

.subscription-type__sale {
    flex-shrink: 0;
    padding: 5px;
    border-radius: 99px;
    font-weight: 500;
    font-size: 80%;
    line-height: 1;
    text-transform: uppercase;
    color: #E2464C;
    background-color: #FBE8E9;
    margin-left: 10px;
}

.subscription-summary {
}

.subscription-summary__group {
}

.subscription-summary__item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 12px;
    line-height: calc(18 / 12);
    letter-spacing: .005em;
    color: #181D20;
}

.subscription-summary__item:not(:last-child) {
    margin-bottom: 16px;
}

.subscription-summary__label {
    margin-right: 10px;
    flex-grow: 1;
}

.subscription-summary__label_main {
    font-weight: 600;
    font-size: 14px;
    line-height: calc(20 / 14);
}

.subscription-summary__value {
    margin-left: auto;
    font-weight: 600;
}

.subscription-summary__value_total {
    color: #1A8FE3;
}

.subscription-summary__value_switcher {
    width: 100%;
    margin-top: 8px;
}

@media (min-width: 768px) {
    .subscription-summary__item {
        font-size: 14px;
        line-height: calc(20 / 14);
        letter-spacing: normal;
    }

    .subscription-summary__label_main {
        font-size: 16px;
        line-height: calc(24 / 16);
    }

    .subscription-summary__value_switcher {
        width: auto;
        margin-top: auto;
    }
}

.user-settings-upload {
}

.user-settings-upload__avatar-default {
    margin-left: auto;
    margin-right: auto;
}

.user-settings-upload__actions {
    margin-top: 16px;
    display: flex;
    justify-content: center;
}

.user-settings-upload__button {
    min-width: 120px;
    margin-right: 8px;
}

.user-settings-upload__button:last-child {
    margin-right: 0;
}

.ctrl-check-card {
    position: relative;
    display: inlin-flex;
    align-items: center;
    cursor: pointer;
}

.ctrl-check-card__field {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.ctrl-check-card__visual {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    border-width: 1px;
    border-style: solid;
    border-color: #E3E3E4;
    border-radius: 50%;
}

.ctrl-check-card__field:checked ~ .ctrl-check-card__visual {
    border-width: 5px;
    border-color: #1A8FE3;
}

.card-dropdown {
}

.card-dropdown__toggle {
    display: flex;
    align-items: center;
    padding: 8px;
    width: 100%;
    border-radius: 8px;
    border-width: 1px;
    border-style: solid;
    border-color: #E3E3E4;
    text-align: left;
    background-color: #fff;
}

.card-dropdown__toggle::after {
    content: none;
}

.card-dropdown__toggle-card {
    margin-right: auto;
}

.card-dropdown__toggle-text {
    display: none;
    margin-right: 5px;
    font-weight: 500;
    font-size: 14px;
    line-height: calc(20 / 14);
    color: #1A8FE3;
}

.card-dropdown__icon-dropdown {
    width: 12px;
    height: 12px;
    color: #1A8FE3;
    transform: var(--icon-transform);
}

.card-dropdown .dropdown-menu {
    width: 100%;
    padding: 8px;
    border-width: 0;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: var(--shadow-1);
}

label.ctrl-check-card.card-dropdown__item {
    display: flex;
    margin-bottom: 16px;
}

label.ctrl-check-card.card-dropdown__item:last-child {
    margin-bottom: 0;
}

.card-dropdown.show {
    --icon-transform: rotate(180deg);
}

@media (min-width: 1200px) {
    .card-dropdown__toggle-text {
        display: block;
    }
}

.custom-modal {
}

.custom-modal .modal-content {
    border-width: 0;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 3px 10px 40px rgba(24, 29, 32, .05);
}

.custom-modal .modal-header {
    padding: 16px;
    border-bottom-width: 0;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.custom-modal .modal-title {
    font-weight: 700;
    font-size: 16px;
    line-height: calc(24 / 16);
    color: #181D20;
}

.custom-modal .modal-body {
    padding: 0 16px;
}

.custom-modal .modal-footer {
    padding: 16px;
    border-top-width: 0;
}

.custom-modal .modal-footer__note {
    width: 100%;
    font-style: italic;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: .005em;
    color: #181D20;
    text-align: center;
    margin-bottom: 8px;
}

.custom-modal .modal-footer_buttons_2 {
}

.custom-modal .modal-footer_buttons_2 .ctrl-button {
    flex-grow: 1;
    flex-basis: 30%;
}

@media (min-width: 768px) {
    .custom-modal .modal-dialog {
        max-width: 668px;
    }

    .custom-modal .modal-header {
        padding: 24px;
    }

    .custom-modal .modal-title {
        font-size: 24px;
        line-height: calc(34 / 24);
    }

    .custom-modal .modal-body {
        padding-right: 24px;
        padding-left: 24px;
    }

    .custom-modal .modal-footer {
        padding: 24px;
    }

    .custom-modal .modal-footer__note {
        width: auto;
        flex-grow: 1;
        text-align: left;
    }

    .custom-modal .modal-footer_buttons_2 .ctrl-button {
        flex-grow: 0;
        flex-basis: 152px;
    }
}

.custom-confirmation {
}

.custom-confirmation .modal-content {
    max-width: 400px;
    margin: auto;
}

.custom-confirmation .modal-header {
    padding-bottom: 0;
    display: block;
    text-align: center;
}

.custom-confirmation .modal-header__icon-box {
    width: 80px;
    height: 80px;
    padding: 20px;
    margin-right: auto;
    margin-bottom: 24px;
    margin-left: auto;
    border-radius: 50%;
    color: #fff;
    background-color: #E2464C;
}

.custom-confirmation .modal-header__icon {
    display: block;
    width: 100%;
    height: 100%;
}

.custom-confirmation .modal-body {
    color: #828586;
    text-align: center;
}

.custom-confirmation .modal-footer_buttons_2 .ctrl-button {
    flex-grow: 1;
}

@media (min-width: 768px) {

}

.modal-add-new-card .custom-form {
    margin-bottom: -16px;
}

.modal-order-summary .subscription-summary {
    padding-top: 16px;
    margin-top: 16px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #E3E3E4;
}

.modal-edit-profile .user-settings-upload {
    margin-bottom: 24px;
}

/* custom-datepicker */
.custom-datepicker {
}

.custom-datepicker .form-control.is-valid {
    background-image: none;
}

.custom-datepicker .b-form-datepicker {
    border-width: 0;
    padding: 0;
}

.custom-datepicker .b-form-datepicker > .btn[aria-haspopup="dialog"] {
    position: absolute;
    top: 0;
    left: 0;
    border: 0;
    height: 100% !important;
    color: #707375;
    outline: none;
    box-shadow: none;
}

.custom-datepicker .b-form-datepicker > .btn[aria-haspopup="dialog"] > svg {
    margin-top: -2px;
}

.custom-datepicker .b-form-datepicker > .form-control {
    padding-left: 38px;
}

.custom-datepicker .dropdown-menu {
    padding-top: 4px;
    padding-bottom: 0;
}

.custom-datepicker .b-calendar-inner {
    width: auto !important;
}

.custom-datepicker .b-calendar-nav {
    padding-right: 4px;
    padding-left: 4px;
}

.custom-datepicker .b-calendar-grid-caption {
    padding: 4px;
}

.custom-datepicker .b-calendar-grid {
    margin: 4px;
    width: calc(32px * 7 + 2px);
    border-radius: 4px;
    padding: 0;
    overflow: hidden;
}

.custom-datepicker .b-calendar-grid .row {
    margin-right: 0;
    margin-left: 0;
}

.custom-datepicker .b-calendar-grid .btn {
    font-size: 12px;
    padding: 0;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* modal-upgrade */
.modal-upgrade {
    background: #fff;
}

.modal-upgrade .modal-dialog {
    max-width: 100%;
    height: 100%;
    margin: -1px 0 0;
}

.modal-upgrade .modal-content {
    border-radius: 0;
    height: inherit;
    border: none;
}

.modal-upgrade .modal-header {
    border: none;
    padding: 104px 24px 0;
    display: block;
}

.modal-upgrade .modal-header .close {
    margin: 0;
    padding: 7px 8px;
    border-radius: 8px;
    border: 1px solid #E3E3E5;
    opacity: 1;
    position: absolute;
    top: 24px;
    right: 100px;
}

.modal-upgrade .modal-title {
    color: #181D20;
    font-weight: bold;
    font-size: 40px;
    flex-grow: 1;
    text-align: center;
    margin-bottom: 12px;
}

.modal-upgrade .modal-header p {
    color: #525658;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.modal-upgrade .modal-body {
    padding: 0 24px 60px;
}

.dark-mode .modal-upgrade .modal-title,
.dark-mode .our-plans_title,
.dark-mode .our-plans .btn-secondary,
.dark-mode .our-plans .show > .btn-secondary.dropdown-toggle {
    color: #fff;
}

.dark-mode .modal-upgrade .modal-header p,
.dark-mode .our-plans_price-note {
    color: #c9cacb;
}

.dark-mode .upgrade-tools .tools_box {
    background-color: #273744;
}

.dark-mode .our-plans .form-check-label {
    background-color: #273744;
    color: #fff;
}

.dark-mode .our-plans .dropdown-toggle::after {
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

.our-plans {
    margin-top: 56px;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
}

.our-plans_title {
    color: #181D20;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
}

.our-plans_group {
}

.our-plans .form-check {
    margin-top: 16px;
    margin-right: 0;
    display: block;
}

.our-plans .form-check-label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #181D20;
    cursor: pointer;
    background: #FFF;
    box-shadow: 3px 10px 40px 0px rgba(24, 29, 32, 0.05);
    border: 1px solid transparent;
    transition: border-color .2s linear;
    padding: 24px;
    border-radius: 8px;
}

.our-plans .form-check-input:checked + .form-check-label {
    border-color: #1A8FE3;
}

.our-plans .form-check-input:checked + .form-check-label .our-plans_check {
    border-color: #1A8FE3;
    background-color: #1A8FE3;
}

.our-plans .form-check-input:checked + .form-check-label .our-plans_check svg {
    opacity: 1;
}

.our-plans_name {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    max-width: 50%;
}

.our-plans_check {
    margin-right: 16px;
    width: 24px;
    height: 24px;
    border: 1px solid #E3E3E4;
    color: #fff;
    border-radius: 100%;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: border-color, background-color .2s linear;
}

.our-plans_check svg {
    width: 14px;
    height: 14px;
    opacity: 0;
    transition: opacity .2s linear;
}

.our-plans .form-check-input {
    position: absolute;
    opacity: 0;
    visibility: hidden;
}

.our-plans .form-group {
    margin: 0;
}

.our-plans .btn-secondary {
    padding: 0;
    background-color: transparent;
    border: none;
    color: #181D20;
    text-align: left;
    font-weight: 600;
    font-size: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.our-plans .dropdown .btn-secondary:focus {
    border: none;
    outline: 0;
    box-shadow: none;
}

.our-plans .dropdown .btn-secondary:active {
    background-color: transparent;
    border: none;
    color: #181D20;
    box-shadow: none;
}

.our-plans .show > .btn-secondary.dropdown-toggle {
    background-color: transparent;
    color: #181D20;
}

.our-plans .show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: none;
}

.our-plans .dropdown-toggle::after {
    content: "";
    width: 9px;
    height: 9px;
    border-right: 2px solid #181D20;
    border-bottom: 2px solid #181D20;
    border-top: none;
    border-left: none;
    transform: rotate(45deg);
    z-index: 3;
    margin-left: 8px;
    border-radius: 0 0 3px 0;
}

.our-plans .dropdown-menu {
    width: 100%;
    box-shadow: 3px 10px 40px rgba(24, 29, 32, 0.05);
    border-radius: 6px;
    padding: 7px;
    border: none;
    margin-top: 8px;
}

.our-plans .dropdown-item {
    padding: 5px;
    font-size: 14px;
    line-height: 21px;
    color: #707375;
    margin-top: 11px;
}

.our-plans .dropdown-item:first-child {
    margin-top: 0;
}

.our-plans_price {
    text-align: right;
}

.our-plans_price-number {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
}

.our-plans_price-note {
    display: block;
    color: #707375;
    font-size: 12px;
    letter-spacing: 0.06px;
}

.our-plans .button {
    display: block;
    margin-top: 16px;
}

.upgrade-tools {
    margin-top: 56px;
    padding: 0;
    background-color: transparent;
}

.upgrade-tools .tools_box {
    border-radius: 8px;
    box-shadow: 3px 10px 40px 0px rgba(24, 29, 32, 0.05);
}

.upgrade-tools .tools_box .icon_box {
    float: none;
    margin-bottom: 10px;
}

.catalog-box .icon_box {
    width: 40px;
    height: 40px;
    border-radius: 8px;
}

.upgrade-tools .tools_box h4 {
    font-size: 18px;
}

.upgrade-tools .tools_box p {
    color: #707375;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.06px;
}

@media (max-width: 767px) {

    .modal-upgrade .modal-header {
        padding-left: 40px;
        padding-right: 40px;
    }

    .modal-upgrade .modal-title {
        font-size: 28px;
        margin-bottom: 4px;
    }

    .modal-upgrade .modal-header p {
        font-size: 12px;
    }

    .modal-upgrade .modal-header .close {
        top: 24px;
        right: 24px;
    }

    .our-plans {
        margin-top: 40px;
    }

    .our-plans_title {
        font-size: 16px;
    }

    .our-plans .btn-secondary {
        font-size: 14px;
    }

    .our-plans .dropdown-toggle::after {
        margin-top: -4px;
        width: 8px;
        height: 8px;
    }

    .our-plans_price-number {
        font-size: 18px;
        line-height: 26px;
    }

    .our-plans_price-note {
        font-size: 10px;
    }

    .upgrade-tools {
        margin-left: -15px;
        margin-right: -15px;
        margin-top: 40px;
    }

    .upgrade-tools .tools_box h4 {
        font-size: 16pz;
    }

}

@media (max-width: 1199px) {
    .upgrade-tools .catalog-box .tools_box p {
        display: block;
    }
}


/* modal-out-of-content */
.modal-out-of-content {
}

.modal-out-of-content .modal-dialog {
    max-width: 410px;
}

.modal-out-of-content .modal-content {
    border-radius: 14px;
}

.modal-out-of-content .modal-icon {
    width: 64px;
    height: 64px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 24px;
    background-color: #FBE8E9;
    border-radius: 50%;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-out-of-content .modal-header {
    border: none;
    padding: 24px 24px 0;
    display: block;
    text-align: center;
}

.modal-out-of-content .modal-header strong {
    font-weight: 500;
    color: #181D20;
}

.modal-out-of-content .modal-title {
    color: #181D20;
    font-weight: 700;
    font-size: 24px;
    flex-grow: 1;
    margin-bottom: 16px;
}

.modal-header p {
    color: #707375;
}

.modal-out-of-content .modal-body {
    padding: 24px;
}

.modal-out-of-content .modal-actions {
    justify-content: center;
}

.modal-out-of-content .modal-actions .btn-action {
    max-width: 120px;
    margin-left: 4px;
    margin-right: 4px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px;
}

@media (max-width: 767px) {

    .modal-out-of-content .modal-icon {
        width: 56px;
        height: 56px;
        font-size: 24px;
        margin-bottom: 8px;
    }

    .modal-out-of-content .modal-title {
        font-size: 18px;
    }

    .modal-header p {
        font-size: 12px;
    }

    .modal-out-of-content .modal-actions .btn-action {
        max-width: inherit;
    }
}

.dark-mode .modal-out-of-content .modal-title {
    color: #fff;
}

.dark-mode .modal-header p {
    color: #c9cacb;
}

.dark-mode .modal-out-of-content .modal-header strong {
    color: #fff;
}

/* .credits-remaining */
.credits-remaining {
    border-radius: 4px;
    background: #FDF7E2;
    padding: 8px;
    color: #181D20;
    margin-bottom: 16px;
}

.credits-remaining__group {
    display: flex;
    align-items: center;
}

.credits-remaining__icon {
    color: #EFBE1F;
    flex-shrink: 0;
}

.credits-remaining__info {
    margin-left: 6px;
    flex-grow: 1;
    line-height: 1.2;
}

.credits-remaining__text {
    font-size: 12px;
    letter-spacing: 0.06px;
    font-weight: 500;
}

.credits-remaining__text--note {
    color: #707375;
    font-weight: 400;
    display: block;
}

.credits-remaining__button {
    border-radius: 8px;
    background-color: #EFBE1F;
    box-shadow: 8px 8px 32px 0px rgba(239, 190, 31, 0.24);
    border: none;
    padding: 8px;
    color: #FFF;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.06px;
}

.credits-remaining__button:hover {
    background-color: #d7a709;
    color: #FFF;
}

.credits-remaining__button--link {
    background-color: transparent;
    box-shadow: none;
    padding: 0;
    text-decoration: underline;
    color: #EFBE1F;
    border-radius: 0;
}

.credits-remaining__button--link:hover {
    background-color: transparent;
    color: #EFBE1F;
    text-decoration: none;
}

.credits-remaining--big {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
    padding: 12px;
}

.credits-remaining--big .credits-remaining__info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 8px;
}

.credits-remaining--big .credits-remaining__text {
    font-size: 14px;
}

.credits-remaining--big .credits-remaining__icon {
    width: 24px;
    height: 24px;
}

@media (max-width: 960px) {

    .sticky-sidebar .credits-remaining {
        display: none;
    }
}

@media (max-width: 767px) {

    .credits-remaining--big .credits-remaining__text {
        font-size: 12px;
    }

    .credits-remaining__button {
        font-size: 10px;
    }
}

/* .toast */
.toast {
    opacity: 1;
    border-radius: 8px;
    background: #E3F1FB;
    padding: 12px 48px 12px 12px;
    max-width: 565px;
    margin-left: auto;
    margin-right: auto;
    border: none;
    box-shadow: none;
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    color: #181D20;
    position: relative;
}

.toast-body {
    padding: 0;
}

.toast-body__icon {
    padding-right: 8px;
}

.toast-body a {
    text-decoration: underline;
    color: #1A8FE3;
}

.toast-body a:hover {
    text-decoration: none;
}

.toast .close {
    color: #181D20;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
}

.toast--sticky {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    max-width: 100%;
    margin-bottom: 0;
    background: #1A8FE3;
    box-shadow: 0px -5px 40px 0px rgba(26, 143, 227, 0.16);
    border-radius: 0;
    padding-left: 48px;
    padding-top: 16px;
    padding-bottom: 16px;
    text-align: center;
    color: #fff;
    font-size: 16px;
}

.toast__button {
    padding: 8px 16px;
    border-radius: 8px;
    background: #FFF;
    font-size: 12px;
    color: #1A8FE3;
    margin-left: 16px;
}

.toast--sticky .close {
    color: #fff;
    right: 16px;
}

.toast:not(:last-child) {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .toast--sticky {
        font-size: 14px;
    }

    .toast__button {
        display: block;
        margin-top: 8px;
        margin-left: auto;
        margin-right: auto;
    }
}

/* .ctrl-modal */
.ctrl-modal {
}

.ctrl-modal .modal-content {
    border-radius: 12px;
}

.ctrl-modal .modal-header {
    border: none;
    padding: 24px 24px 0;
    display: block;
    text-align: center;
}

.ctrl-modal .modal-title {
    color: #181D20;
    font-weight: 700;
    font-size: 24px;
    flex-grow: 1;
    margin-bottom: 8px;
}

.ctrl-modal .modal-header .close {
    margin: 0 29px 0 0;
    padding: 0;
}

.ctrl-modal p {
    color: #707375;
}

.ctrl-modal .modal-body {
    padding: 24px;
}

.dark-mode .ctrl-modal .modal-title {
    color: #fff;
}

.dark-mode .ctrl-modal .modal-header p {
    color: #c9cacb;
}

.dark-mode .ctrl-modal .modal-header strong {
    color: #fff;
}

@media (max-width: 767px) {

    .ctrl-modal .modal-title {
        font-size: 18px;
    }

    .ctrl-modal .modal-header p {
        font-size: 12px;
    }

    .ctrl-modal .modal-actions .btn-action {
        max-width: inherit;
    }
}


/* .modal-content-machine */
.modal-content-machine {
}

.modal-content-machine .modal-dialog {
    max-width: 488px;
}

.modal-content-machine .modal-header {
    padding-left: 84px;
    padding-right: 84px;
}

.modal-content-machine .modal-body {
    padding: 16px 24px 24px 24px;
}

.modal-content-machine .btn-action {
    margin-top: 8px;
    font-size: 16px;
    font-weight: 600;
}

.modal-content-machine .btn-action--gray {
    color: #1A8FE3;
    border: none;
    background-color: #F6FBFE;
}

.content-machine {
    border-radius: 8px;
    background: #F6F6F6;
    padding-top: 16px;
    padding-left: 16px;
    padding-right: 16px;
    margin-bottom: 24px;
}

.content-machine img {
    box-shadow: 1.22892px 4.09639px 16.38554px 0px rgba(24, 29, 32, 0.05);
}

@media (max-width: 767px) {
    .modal-content-machine .modal-header {
        padding-left: 24px;
        padding-right: 24px;
    }
}

/* .chat-bot */
.chat-bot {
    border-radius: 12px;
    background-color: #FFF;
    box-shadow: 3px 10px 40px 0px rgba(24, 29, 32, 0.05);
    color: #181D20;
}

.chat-bot__box {
    display: flex;
    min-height: 504px;
}

.chat-bot__sidebar {
    border-right: 1px solid #E3E3E4;
    padding: 16px;
    width: 240px;
    flex-shrink: 0;
    box-sizing: border-box;
}

.chat-bot__sidebar-button {
    width: 100%;
    font-size: 14px;
}

.chat-bot__sidebar-button svg {
    margin-right: 6px;
}

.chat-bot__recent {
    margin-top: 16px;
    height: calc(100% - 65px);
}

.chat-bot__recent-title {
    font-size: 16px;
    font-weight: 500;
}

.chat-bot__recent-button {
    display: none;
}

.chat-bot__recent-button .icon-arrow {
    transform: rotate(-90deg);
}

.chat-bot__recent-button .icon-cross {
    display: none;
}

.chat-bot__recent-content {
    margin-left: -8px;
    margin-right: -10px;
    padding-right: 6px;
    height: 388px;
    /*height: calc(100% - 25px);*/
}

.chat-bot__recent-item {
    display: flex;
    align-items: center;
    font-size: 12px;
    padding: 8px;
    margin-top: 6px;
    border-radius: 8px;
    cursor: pointer;
}

.chat-bot__recent-item:hover {
    background-color: #F6F6F6;
}

.chat-bot__recent-item svg {
    flex-shrink: 0;
}

.chat-bot__recent-item span {
    margin-left: 10px;
    flex-grow: 1;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.chat-bot__body {
    padding: 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
    color: #181D20;
}

.chat-bot__content {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
}

.chat-bot__content.custom-scroll {
    margin-right: -9px;
    padding-right: 8px;
    align-items: flex-start;
    max-height: 500px;
}

.chat-bot__content.custom-scroll .dialog {
    height: auto;
}

.chat-bot__action {
    display: flex;
    margin-top: 16px;
}

.chat-bot__action--simple {
    width: 100%;
    margin-top: 24px;
}

.chat-bot__action--multiple {
    align-items: center;
}

.chat-bot__action--multiple .chat-bot__send {
    flex-wrap: wrap;
}

.chat-bot__action--multiple .form-control {
    max-width: 96.5%;
}

.chat-bot__action--multiple .chat-bot__upload {
    align-self: flex-end;
    margin-bottom: 4px;
}

.chat-bot__send {
    border-radius: 8px;
    border: 1px solid #E3E3E4;
    background: #FFF;
    padding: 8px 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.chat-bot__action .chat-bot__send {
    flex-grow: 1;
}

.chat-bot__send .form-control {
    border: none;
    font-size: 14px;
    padding: 0;
}

.chat-bot__send .form-control:focus {
    box-shadow: none;
}

.chat-bot__send .form-control::placeholder {
    color: #A7A9AA;
}

.chat-bot__button {
    color: #C8C9CA;
    margin-left: 8px;
    flex-shrink: 0;
    border-radius: 8px;
    border: none;
}

.chat-bot__button:hover {
    color: #1A8FE3;
}

.chat-bot__button--send {
    flex-shrink: 0;
    border-radius: 12px;
    background: #1A8FE3;
    padding: 16px;
    margin-left: 8px;
    color: #fff;
    border: none;
}

.chat-bot__button--send:hover {
    color: #fff;
}

.chat-bot__title {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 4px;
}

.chat-bot__title-descr {
    color: #707375;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.chat-bot__title-descr strong {
    color: #181D20;
    font-weight: 500;
}

.chat-options {
    width: 100%;
}

.chat-options__group {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 8px;
    margin-left: -4px;
    margin-right: -4px;
}

.chat-options__item {
    border-radius: 8px;
    background-color: #fff;
    border: 1px solid #E3E3E4;
    padding: 8px 32px 8px 8px;
    position: relative;
    width: calc(50% - 8px);
    margin-top: 8px;
    margin-left: 4px;
    margin-right: 4px;
    cursor: pointer;
}

.chat-options__item--small {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 12px;
}

.chat-options__title {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}

.chat-options__item--small .chat-options__title {
    font-weight: 400;
}

.chat-options__title-descr {
    color: #525658;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.06px;
    margin-top: 2px;
}

.chat-options__icon {
    position: absolute;
    top: 50%;
    right: 8px;
    color: #1A8FE3;
    transform: translateY(-50%) rotate(-90deg);
}

.chat-options .file-drop-area {
    margin-top: 16px;
    margin-left: auto;
    margin-right: auto;
    border: none;
    max-width: 560px;
    border-radius: 12px;
    box-shadow: 3px 10px 40px 0px rgba(24, 29, 32, 0.05);
    height: 252px;
}

.chat-options .file-drop-area .button,
.chat-options p.drag {
    font-size: 14px;
}

.chat-options .uploader-zoom {
    margin-top: 16px;
    margin-left: auto;
    margin-right: auto;
    border: none;
    max-width: 560px;
    border-radius: 12px;
    box-shadow: 3px 10px 40px 0px rgba(24, 29, 32, 0.05);
    padding: 24px;
}

.chat-options .form-group {
    margin-top: 16px;
    margin-bottom: 16px;
}

.chat-options .form-control-field {
    height: 40px;
}

.uploader-zoom .chat-options__group {
    justify-content: flex-start;
}

.chat-options .form-check {
}

.chat-options .form-check--radio {
    margin-left: 4px;
    margin-right: 8px;
}

.chat-options .dropdown {
    margin-top: 16px;
    width: 100%;
}

.chat-options .dropdown .ctrl-button {
    background-color: #FFFFFF;
    border: 1px solid #E3E3E4;
    border-radius: 8px;
    width: 100%;
    padding: 8px;
    font-size: 12px;
}

.chat-options .dropdown-menu {
    width: 100%;
}

.chat-options .dropdown-toggle::after {
    margin-left: 6px;
}

.chat-options .dropdown-item {
    font-size: 12px;
}

.chat-options .twitter-navigation {
    margin-left: 0;
}

.chat-options .uploader-container__box .button {
    margin-left: 0;
    width: 100%;
    margin-top: 22px;
    font-size: 12px;
}

.chat-options .uploader-container {
    margin-top: 0;
    border-radius: 12px;
    padding: 16px;
    box-shadow: 3px 10px 40px 0px rgba(24, 29, 32, 0.05);
}

.chat-options .compress-result {
    padding: 0;
    border: none;
}

.chat-options .compress-result_info {
    border-radius: 8px;
    background: #F6FBFE;
    margin-bottom: 16px;
    padding-top: 53px;
    position: relative;
}

.chat-options .compress-result_info::after {
    content: "";
    border-bottom: 1px solid #E3E3E4;
    position: absolute;
    bottom: -16px;
    left: 0;
    right: 0;
}

.chat-options .compress-result_action {
    border: none;
}

.chat-options .compress-result_action-group {
    width: auto;
}

.chat-options .compress-result_tools {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 0;
}

.chat-options .compress-result_tools-item {
    width: 200px;
    margin-left: 5px;
    margin-right: 5px;
}

.chat-options .compress-result_button-link {
    text-decoration: none;
    margin-top: 16px;
}

.chat-options .scan-qr {
    border-radius: 8px;
    border: 1px solid #E3E3E4;
    background: #FFF;
    padding: 24px;
    height: 100%;
    box-sizing: border-box;
    text-align: center;
}

.chat-options .scan-qr h3 {
    font-size: 20px;
    font-weight: 600;
}

.chat-options .scan-qr p {
    color: #707375;
    font-size: 12px;
    font-weight: 400;
}

.chat-options .scan-qr_code {
    margin-top: 16px;
}

.chat-options .compress-result .get-update {
    height: auto;
}

.chat-options .compress-result .share {
    height: auto;
    margin-top: 16px;
}

.chat-bot__error {
    text-align: center;
    margin-top: 8px;
    margin-bottom: 16px;
}

.chat-bot__error-box {
    border-radius: 8px;
    background: #FDF2F2;
    padding: 16px;
    color: #E2464C;
    font-size: 16px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
}

.chat-bot__error-icon {
    margin-right: 8px;
}

.chat-bot__reccomend {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

@media (max-width: 960px) {

    .chat-bot__box {
        flex-direction: column;
        position: relative;
        overflow: hidden;
    }

    .chat-bot__sidebar {
        width: 100%;
        border: none;
    }

    .chat-bot__recent-header {
        display: flex;
        justify-content: space-between;
        padding-bottom: 8px;
        border-bottom: 1px solid #E3E3E4;
        cursor: pointer;
    }

    .chat-bot__recent-content {
        display: none;
        position: absolute;
        background-color: #fff;
        z-index: 10;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin-left: 8px;
        margin-right: 8px;
        border-radius: 12px;
        margin-top: 120px;
        height: auto;
    }

    .chat-bot__recent-button {
        display: block;
    }

    .chat-bot__recent.is-active .chat-bot__recent-content {
        display: block;
    }

    .chat-bot__recent.is-active .chat-bot__recent-button .icon-arrow {
        display: none;
    }

    .chat-bot__recent.is-active .chat-bot__recent-button .icon-cross {
        display: block;
    }
}

.chat-bot__welcome {
    border-radius: 12px;
    background-color: #F6FBFE;
    height: 100%;
    width: 100%;
    padding: 16px;
    display: flex;
    align-items: center;
}

.chat-bot__welcome .chat-bot__title {
    font-size: 40px;
    font-weight: 600;
    text-align: left;
}

.chat-bot__welcome .chat-bot__title-descr {
    font-size: 18px;
    text-align: left;
}

.chat-bot__welcome .chat-options__group {
    margin-left: -8px;
    margin-right: -8px;
}

.chat-bot__welcome .chat-options__item {
    border: none;
    box-shadow: 3px 10px 40px 0px rgba(24, 29, 32, 0.05);
    margin-top: 16px;
    margin-left: 8px;
    margin-right: 8px;
    width: calc(50% - 16px);
}

.chat-bot__upload {
    color: #A7A9AA;
    position: relative;
    margin-left: 8px;
    overflow: hidden;
    cursor: pointer;
}

.chat-bot__upload input[type="file"] {
    opacity: 0;
    position: absolute;
    font-size: 50px;
    left: 0;
    top: 0;
}

.chat-bot__send-icon {
    color: #1A8FE3;
    margin-right: 8px;
}

.chat-bot__send-icon .ctrl-icon {
    width: 18px;
    height: 18px;
}

@media (max-width: 767px) {

    .chat-bot__error-box {
        font-size: 12px;
    }

    .chat-options__item,
    .chat-bot__welcome .chat-options__item {
        width: 100%;
    }

    .chat-bot__welcome .chat-options__item {
        margin-left: 0;
        margin-right: 0;
    }

    .chat-options__title {
        font-size: 14px;
    }
}

.dialog {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    background: #F6FBFE;
    padding: 0 16px 16px;
    box-sizing: border-box;
}

.dialog__item {
    display: flex;
    margin-top: 16px;
}

.dialog__avatar {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    border: 1px solid #F6F6F6;
    background: #fff;
    border-radius: 50%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #A7A9AA;
}

.dialog__avatar svg,
.dialog__avatar img {
    width: 16px;
    height: 16px;
}

.dialog__content {
    flex-grow: 1;
    margin-left: 12px;
}

.dialog__name {
    color: #181D20;
    font-size: 14px;
    font-weight: 500;
}

.dialog__bubble {
    margin-top: 4px;
    border-radius: 0px 12px 12px 12px;
    background-color: #FFF;
    box-shadow: 3px 10px 40px 0px rgba(24, 29, 32, 0.05);
    padding: 16px;
    font-size: 14px;
}

.dialog__bubble--blue {
    background: #1A8FE3;
    box-shadow: 0px 10px 32px 0px rgba(26, 143, 227, 0.24);
    color: #fff;
}

.dialog__bubble .chat-options__title {
    color: #181D20;
}

.dialog__bubble .chat-options__item {
    width: calc(100% / 3 - 8px);
}

.dialog__action {
    margin-top: 16px;
    text-align: right;
}

.dialog__button {
    border-radius: 20px;
    background-color: #FFF;
    box-shadow: 8px 8px 24px 0px rgba(22, 29, 28, 0.05);
    padding: 4px 8px;
    color: #878787;
    font-size: 12px;
    font-weight: 400;
}

.dialog__bubble--blue .dialog__button {
    background: rgba(255, 255, 255, 0.24);
    color: #fff;
}

.dialog__button .ctrl-icon {
    width: 10px;
    height: 10px;
    margin-right: 4px;
}

.dialog__processing {
    color: #FFF;
    font-size: 14px;
    font-style: italic;
}

.dialog__processing .chat-bot__spinner {
    margin-right: 8px;
    display: inline-block;
    vertical-align: middle;
}

.chat-bot__spinner .spinner-grow {
    width: 10px;
    height: 10px;
    vertical-align: baseline;
}

.chat-bot__button--loading {
    min-width: 56px;
    min-height: 53px;
}

.chat-bot__button--loading .spinner-grow {
    width: 2px;
    height: 2px;
    background-color: #181D20;
    margin-left: -1px;
    margin-right: -1px;
    vertical-align: text-bottom;
}

.chat-bot__spinner .spinner-grow {
    animation-duration: 1.8s;
}

.chat-bot__spinner .spinner-grow:nth-child(1) {
    animation-delay: .2s;
}

.chat-bot__spinner .spinner-grow:nth-child(2) {
    animation-delay: .5s;
}

.chat-bot__spinner .spinner-grow:nth-child(3) {
    animation-delay: .7s;
}

.chat-bot__files {
    border-radius: 12px;
    box-shadow: 3px 10px 40px 0px rgba(24, 29, 32, 0.05);
    margin-top: 16px;
    background: #FFF;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 72px;
    padding: 16px;
    box-sizing: border-box;
}

.chat-bot__files--end {
    justify-content: flex-end;
}

.chat-bot__files-select {
    width: 100%;
    padding-left: 70px;
    padding-right: 70px;
    padding-top: 24px;
    padding-bottom: 24px;
    color: #181D20;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.06px;
    border-radius: 12px;
    background: #FFF;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

.chat-bot__files-select:hover {
    background-color: #F6FBFE;
    color: #181D20;
}

.chat-bot__files-icon {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #F6FBFE;
    color: #1A8FE3;
    display: inline-flex;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
}

.chat-bot__files-icon .ctrl-icon {
    width: 16px;
    height: 16px;
}

.chat-bot__files-buttons {
    position: relative;
    flex-shrink: 0;
}

.chat-bot__files-buttons .button {
    padding: 13px 20px;
    font-size: 14px;
    margin-left: 12px;
}

.chat-bot__files-cancel {
    background: none;
    color: #707375;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.06px;
    text-decoration-line: underline;
    padding: 8px 0;
    border: none;
}

.chat-bot__files-cancel:hover {
    background: none;
    text-decoration: none;
    color: #707375;
}

.chat-bot__files-cancel .ctrl-icon {
    display: none;
}

.files-uploaded {
    display: flex;
    flex-grow: 1;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-top: -8px;
    max-width: 740px;
}

.dialog__bubble p + .files-uploaded {
    margin-top: 10px;
}

.files-uploaded__item {
    margin-left: 8px;
    margin-top: 8px;
    display: inline-flex;
    align-items: center;
}

.files-uploaded__item .tools_box {
    border-radius: 8px;
    padding: 8px 12px 8px 8px;
    border: 1px solid #E3E3E4;
    width: 100%;
    display: flex;
}

.files-uploaded__item .icon_box {
    width: 40px;
    height: 40px;
    margin-right: 8px;
    margin-bottom: 0;
}

.dialog__bubble--blue .icon_box {
    background-color: #F6F6F6;
    color: #707375;
}

.files-uploaded__item .tools_box h4 {
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.06px;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 150px;
}

.files-uploaded__item .catalog-box__tag {
    color: #707375;
    font-size: 12px;
    font-weight: 400;
}

.files-uploaded__item .ctrl-button_iconly {
    border: none;
    margin-left: 8px;
    color: #707375;
}

.files-uploaded__download {
    margin-left: 16px;
}

.files-uploaded__download .ctrl-button__icon {
    width: 20px;
    height: 20px;
    color: #1A8FE3;
}

.files-cases {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.files-cases__item {
    margin-left: 10px;
}

.files-cases__item:first-child {
    margin-left: 0;
}

.files-cases__item::before {
    content: "";
    width: 4px;
    height: 4px;
    background-color: #fff;
    opacity: 0.16;
    border-radius: 50%;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}

.files-cases__item:first-child::before {
    display: none;
}

.files-cases__link {
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    text-decoration-line: underline;
}

.files-cases__link:hover {
    color: #FFF;
    text-decoration: none;
}

@media (max-width: 1190px) {
    .chat-bot__action--multiple .chat-bot__send {
        justify-content: flex-start;
    }

    .chat-bot__action--multiple .form-control {
        max-width: 90%;
    }
}

@media (max-width: 767px) {

    .chat-bot__content {
        padding: 8px;
    }

    .dialog {
        margin-top: -8px;
    }

    .dialog__name {
        font-size: 12px;
    }

    .chat-bot__action {
        border: 1px solid #E3E3E4;
        border-radius: 8px;
        position: relative;
    }

    .chat-bot__send {
        padding-left: 8px;
        padding-right: 8px;
    }

    .chat-bot__send::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 0;
        width: 1px;
        height: 8px;
        background-color: #E3E3E4;
        display: block;
        transform: translateY(-50%);
    }

    .chat-bot__action .chat-bot__send {
        border: none;
        position: relative;
    }

    .chat-bot__button--loading {
        min-width: 20px;
        background-color: #fff;
        margin-right: 8px;
    }

    .chat-bot__button--loading .spinner-grow {
        vertical-align: baseline;
    }

    .chat-bot__upload {
        padding: 2px;
    }

    .chat-bot__upload .ctrl-btn-icon {
        width: 16px;
        height: 16px;
    }

    .chat-bot__send .form-control {
        font-size: 12px;
    }

    .dialog__bubble {
        padding: 12px;
    }

    .dialog__bubble,
    .dialog__processing,
    .dialog__button.button {
        font-size: 12px;
    }

    .chat-bot__files-cancel.button {
        font-size: 0;
        line-height: 0;
    }

    .chat-bot__files-cancel .ctrl-icon {
        display: block;
        width: 18px;
        height: 18px;
    }

    .files-uploaded {
        flex-direction: column;
        margin-top: -8px;
    }

    .files-uploaded__item {
        margin-top: 8px;
    }

    .files-uploaded__item .tools_box {
        position: relative;
        padding-right: 40px;
    }

    .files-uploaded__item .ctrl-button_iconly {
        position: absolute;
        top: 50%;
        right: 12px;
        transform: translateY(-50%);
    }

    .files-uploaded__item .tools_box h4,
    .files-uploaded__item .catalog-box__tag {
        font-size: 10px;
    }

    .files-uploaded__item .icon_box {
        width: 32px;
        height: 32px;
    }

    .files-cases__link {
        font-size: 12px;
    }

    .files-cases__item {
        margin-left: 5px;
    }

    .files-cases__item::before {
        margin-right: 3px;
    }

    .chat-bot__action--multiple .form-control {
        max-width: 54%;
    }

    .chat-bot__action--multiple .chat-bot__upload {
        position: absolute;
        top: 11px;
        right: 42px;
    }

    .chat-bot__action--multiple .chat-bot__button--send {
        position: absolute;
        right: 8px;
        top: 12px;
        padding: 0;
        background-color: transparent;
        color: #1A8FE3;
    }

    .chat-bot__action--multiple .chat-bot__send::after {
        top: 24px;
        right: 38px;
    }

    .chat-bot__action--multiple .files-uploaded {
        flex-direction: row;
    }

    .chat-bot__action--multiple .files-uploaded {
        max-width: 300px;
    }

    .dialog__bubble .chat-options__item {
        width: 100%;
    }

    .dialog__content {
        max-width: 91%;
    }
}

/* modal-save */
.modal-save .modal-dialog {
    max-width: 416px;
}

.modal-save .save-qr {
    border-radius: 8px;
    border: 1px solid #E3E3E4;
    background: #FFF;
    padding: 24px;
    margin-bottom: 16px;
}

/* modal-get-updates */
.modal-get-updates .modal-dialog {
    max-width: 640px;
}

.modal-get-updates .modal-icon {
    width: 56px;
    height: 56px;
    border-radius: 8px;
    background: #F6F6F6;
    color: #707375;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-get-updates .modal-header {
    text-align: left;
}

.modal-get-updates .modal-title {
    margin-bottom: 4px;
}

.modal-get-updates .modal-header .close {
    position: absolute;
    top: 24px;
    right: -8px;
}

.modal-get-updates .modal-body {
    padding-top: 0;
}

.modal-get-updates .get-update {
    background: none;
    padding: 0;
    box-shadow: none
}

.modal-get-updates .get-update .button {
    border-radius: 8px;
    background: #1A8FE3;
    color: #fff;
    width: 100%;
    font-size: 14px;
}

.modal-get-updates .get-update .form-control {
    color: #A7A9AA;
    font-size: 12px;
    letter-spacing: 0.06px;
}

/*Extra large devices (large desktops, 1200px and up)*/

@media (min-width: 1200px) and (max-width: 1399.98px) {
    .menu2 > li > ul {
        width: 200px;
    }

    .multilavel > ul {
        width: 160px;
    }

    .menu_wrap > ul > li > a {
        width: 65px;
    }
}

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

    .index .container {
        max-width: 1288px;
    }

    .support-area__image-box img {
        width: 100%;
    }

    .catalog-box > div {
        padding: 10px !important;
    }

    .row.catalog-box {
        margin: 30px -10px -10px -10px;
    }

    .check-tools {
        padding-top: 150px;
        padding-bottom: 150px;
    }

    .home_area--pdf {
        padding-top: 120px;
        padding-bottom: 40px;
    }

    .tools_area--pdf {
        padding-top: 10px;
    }

    .container-tools {
        max-width: 1288px;
        width: 100%;
        padding-right: 48px;
        padding-left: 48px;
        margin-right: auto;
        margin-left: auto;
    }

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

@media (min-width: 1400px) {
    .js-tools-slider {
        display: flex;
        margin-left: -10px;
        margin-right: -10px;
    }

    .tools__item {
        margin-left: 10px;
        margin-right: 10px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .slider-box {
        padding: 7px 12px;
        border-radius: 6px;
        max-width: 182px;
    }

    .range_right_content .button.outline_btn {
        padding: 10px 15px;
    }

    .pdf_content {
        padding-left: 273px;
        padding-top: 0px;
        padding-right: 15px;
    }

    .pdf_content.lg_content {
        padding-left: 90px;
    }

    .container {
        max-width: 992px;
    }

    .home_area h1 {
        font-size: 50px;
    }

    .title {
        font-size: 40px;
    }

    .header-tools {
        margin-right: 55px;
    }

    .menu2 li a {
        font-size: 12px;
    }

    .menu2 li a img {
        width: 15px;
        height: 15px;
        margin-right: 5px;
    }

    .menu2 > li {
        margin-left: 5px;
        margin-right: 5px;
    }

    .menu2 > li {
        padding: 0 10px;
    }

    .menu2 > li > ul {
        width: 170px;
    }

    .menu2 > li > ul > li {
        padding: 5px 16px;
    }

    .multilavel > ul {
        width: 140px;
    }

    .menu_wrap > ul > li > a {
        font-size: 9px;
        height: 66px;
        width: 50px;
    }

    .menu_wrap > ul > li > a img {
        max-width: 23px;
    }

    .sidebar {
        top: 123px;
    }

    .color_box {
        height: 30px;
        width: 30px;
    }

    .color_img img {
        height: 130px;
        width: 130px;
    }
}

@media (max-width: 1199px) {
    .home_area {
        padding-top: 40px;
        padding-bottom: 100px;
    }

    .home_area--first .search_group input {
        height: 56px;
        padding-left: 52px;
    }

    .search_group--homepage .button {
        padding: 7px 24px;
        font-size: 12px;
        right: 12px;
    }

    .search {
        width: 18px;
        height: 18px;
    }

    .tools__content {
        padding: 12px;
    }

    .support-area__image-box img {
        width: 100%;
    }

    .tools__circle {
        width: 40px;
        height: 40px;
    }

    .tools__circle svg {
        width: 14px;
        height: 14px;
    }

    .tools__content span {
        font-size: 10px;
    }

    p.tools__name {
        font-size: 14px;
    }

    .tools__footer {
        padding: 10px 12px 16px;
    }

    .tools__footer > div {
        padding: 8px;
    }

    .tools__footer span {
        font-size: 8px;
    }

    .tools__item {
        min-width: 192px;
    }

    .tools .slick-slide {
        margin-left: 8px;
        margin-right: 8px;
    }

    .tools .slick-list {
        padding: 0 23% 0;
        margin-left: -8px;
        margin-right: -8px;
    }

    .catalog-box > div {
        padding: 4.5px !important;
    }

    .row.catalog-box {
        margin: 21.5px -4.5px -4.5px -4.5px !important;
    }

    .catalog-box .tools_box p {
        display: none;
    }

    .catalog-box .icon_box {
        width: 32px;
        height: 32px;
        margin-right: 0;
        margin-bottom: 8px;
    }

    .recommendation .catalog-box .icon_box {
        margin-right: 8px;
        margin-bottom: 0;
    }

    .recommendation .catalog-box h4 {
        width: 100px;
    }

    .catalog-box img {
        width: 15px;
        height: 15px;
    }

    .catalog-box h4 {
        width: 100%;
        font-size: 12px;
    }

    .catalog-box__tag {
        font-size: 10px;
    }

    .elect {
        width: 20px;
        height: 20px;
    }

    .check-tools .tools_box {
        padding: 12px;
    }

    .check-tools {
        padding-top: 56px;
        padding-bottom: 56px;
        border-radius: 32px;
    }

    .tools_area--pdf {
        padding-top: 0;
        padding-bottom: 100px;
    }

    .index .title {
        line-height: 1.38;
        font-size: 32px;
    }

    .filter {
        padding: 8px 2px;
    }

    .filter__category svg {
        width: 16px;
        height: 16px;
    }

    .filter__name {
        font-size: 12px;
    }

    .present__buttons {
        display: none;
    }

    .container-present {
        padding-bottom: 14px;
        margin-left: calc((100vw - 965px) / 2);
    }

    .present-card {
        box-shadow: 24px 24px 72px rgba(24, 29, 32, 0.1);
    }
}

@media (max-width: 991.98px) {
    .expand_menu {
        box-shadow: none;
        top: 0;
        margin-top: 12px;
    }

    .menu2 li .category-tools__item {
        margin-top: 0;
        width: 100%;
    }

    header .menu2 {
        display: none;
    }

    #menu {
        position: fixed;
        left: -100%;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: #fff;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        padding-top: 100px;
        text-align: center;
        z-index: -1;
    }

    #menu.current {
        left: 0;
    }

    #menu li {
        display: block;
        margin-top: 20px;
    }

    .hamburger-menu {
        display: block;
    }

    .home_area {
        text-align: center;
        padding: 84px 0 80px 0;
    }

    .home_area--pdf {
        padding-top: 64px;
        padding-bottom: 35px;
    }

    .home_content {
        margin-left: auto;
        margin-right: auto;
    }

    .title {
        font-size: 32px;
    }

    .pt_150 {
        padding-top: 80px;
    }

    .pb_150 {
        padding-bottom: 80px;
    }

    .pt_120 {
        padding-top: 80px;
    }

    .pb_120 {
        padding-bottom: 80px;
    }

    .mt_100 {
        margin-top: 60px;
    }

    .mt_md_0 {
        margin-top: 0px;
    }

    .row_menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: -10px;
        margin-right: -10px;
    }

    .row_menu li {
        max-width: 50%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        padding-left: 10px;
        padding-right: 10px;
    }

    .footer_bottom p img {
        max-width: 74px;
        margin-right: 12px;
    }

    .footer_bottom {
        font-size: 12px;
    }

    .pt_md_10 {
        padding-top: 10px;
    }

    .title_md {
        font-size: 26px;
    }

    .mobile_menu {
        position: fixed;
        top: 0;
        left: -100%;
        z-index: 1019;
        height: 100dvh;
        width: 100%;
        background-color: #fff;
        overflow-y: auto;
        overflow-x: hidden;
        -webkit-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s;
    }

    .mobile_menu.current {
        left: 0;
    }

    .mobile_menu .menu2 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-bottom: -16px;
    }

    .mobile_menu .menu2 > li {
        width: 100%;
    }

    .mobile_menu .menu2 > li > a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        color: #181D20;
    }

    .mobile_menu .menu2 > li:first-child > a {
        border-radius: 10px 10px 0 0;
    }

    .mobile_menu .menu2 > li:last-child > a {
        border-radius: 0 0 10px 10px;
        border-bottom: none;
    }

    .mobile_menu li a {
        position: relative;
        padding: 17px 16px;
    }

    .mobile_menu li a::after {
        position: absolute;
        right: 0;
        top: 9px;
        color: #707375;
    }

    .menu2 > li > ul {
        position: relative;
        width: 100%;
        -webkit-box-shadow: none;
        box-shadow: none;
        opacity: 1;
        visibility: visible;
        padding: 0;
        border-radius: 0;
    }

    .multilavel > ul {
        top: 0px;
        left: 0px;
        position: relative;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 0px;
        padding: 0;
        background-color: #fafbfb;
        width: 100%;
        visibility: visible;
        opacity: 1;
        display: none;
        -webkit-transition: unset;
        -o-transition: unset;
        transition: unset;
    }

    .menu2 > li > ul > li {
        padding: 0px;
    }

    .multilavel > ul > li {
        padding: 0;
    }

    .mobile_menu .search_group input {
        -webkit-box-shadow: 0 5px 10px rgba(116, 116, 116, 0.10);
        box-shadow: 0 5px 10px rgba(116, 116, 116, 0.10);
    }

    .title_lg {
        font-size: 32px;
    }

    .bottom_menu {
        flex-direction: column;
    }

    .menu_wrap {
        overflow: auto;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .menu_wrap::-webkit-scrollbar {
        height: 0;
        width: 0;
    }

    .menu_wrap > ul {
        min-width: 500px;
        width: 100%;
    }

    .pdf_content {
        padding-left: 48px;
        padding-top: 24px;
        padding-right: calc((100% - 720px) / 2 + 15px);
    }

    .range_wrapper {
        justify-content: space-between !important;
        padding: 12px 15px;
        max-width: 720px;
        margin-left: auto;
        margin-right: auto;
    }

    .range_left_content {
        display: flex;
        align-items: center;
    }

    .range_left_content .pager {
        margin-left: 16px;
    }

    .range_left_content .pager h4 {
        padding-right: 24px;
    }

    .range_right_content {
        display: flex;
        align-items: center;
        width: 100%;
        justify-content: flex-end;
    }

    .sidebar {
        top: 0;
        height: 100%;
        left: -100%;
        z-index: 1024;
    }

    .sidebar.current {
        left: 0;
    }

    .pdf_content.lg_content {
        padding-left: 48px;
    }

    .overlay {
        position: fixed;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        z-index: 1023;
        background-color: rgba(24, 29, 32, 0.4);
        -webkit-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s;
        pointer-events: none;
        opacity: 0;
    }

    .overlay.current {
        opacity: 1;
        pointer-events: all;
    }

    #switch .modal-dialog {
        max-width: 616px;
    }

    .toggle_btn img {
        transform: rotate(180deg);
    }

    .sidebar.small_width {
        width: 258px;
        overflow: auto;
    }

    .sidebar.small_width ul,
    .sidebar.small_width .pager {
        display: flex !important;
    }

    .sidebar.small_width .add_wrap {
        display: block !important;
    }

    .color_img img {
        height: 120px;
        width: 120px;
    }

    body.index {
        line-height: 1.5;
    }

    .mt_32 {
        margin-top: 16px;
    }

    .mt_40 {
        margin-top: 24px;
    }

    .m-mt_8 {
        margin-top: 8px;
    }

    .index .descr {
        margin-top: 8px;
        font-size: 12px;
        line-height: 1.5;
    }

    .index .container {
        padding-left: 24px;
        padding-right: 24px;
    }

    .index .row {
        margin-left: -24px;
        margin-right: -24px;
    }

    .index-actions {
        margin-top: 24px;
    }

    .index-btn {
        font-size: 12px;
        line-height: 18px;
        padding: 12px 20px !important;
    }

    /* nav */
    header {
        padding: 18px 0;
    }

    .logo-icon {
        width: 24px;
    }

    .logo-normal,
    .logo-dark {
        width: 67px;
    }

    .tools-menu::after {
        content: none;
    }

    /* .header-search */
    .header-search--pannel {
        position: static;
        left: 0;
        right: 0;
        top: 0;
        width: 100%;
        background-color: #ffffff;
        padding-top: 24px;
        padding-bottom: 12px;
        z-index: 100;
    }

    .header-search_form {
        position: relative;
    }

    .header-search .header-search_button {
        display: inline-block;
        vertical-align: middle;
        width: 20px;
        height: 20px;
        box-sizing: content-box;
        padding: 0 0 2px 0;
    }

    .header-search_button svg {
        width: 100%;
        height: 100%;
    }

    /* .mobile_menu */
    .mobile_menu {
        padding-top: 60px;
        box-shadow: 3px 10px 40px rgba(24, 29, 32, 0.05);
    }

    .mobile_menu .container {
        padding-top: 0;
    }

    .menu2 .mobile_menu-full-elements {
        margin: 0;
        padding: 16px 0;
    }

    .menu2 .nav-link {
        padding: 0;
    }

    .drop_menu.is-opened {
        background-color: #FFFFFF;
    }

    .menu2 {
        margin-right: 0;
    }

    .menu2 li a {
        font-size: 16px;
    }

    .mobile_menu-tools .header-tools {
        border-right: none;
        margin-bottom: 24px;
    }

    .header-tools .button {
        width: 40px;
        height: 40px;
    }

    .btn-support,
    .button-sign-in {
        width: 100%;
    }

    .btn-support {
        margin-left: 0;
        margin-bottom: 8px;
    }

    .menu2 li .category-tools__item:hover {
        background-color: #ffffff;
    }

    .icon_box {
        width: 48px;
        height: 48px;
    }

    .category-tools {
        padding-bottom: 8px;
    }

    .category-tools__item h4 {
        font-size: 14px;
        line-height: 1.42;
    }

    .category-tools__descr {
        font-size: 10px;
    }

    .category-menu {
        border-left: none;
        border-top: 1px solid #E3E3E4;
        padding-top: 16px;
    }

    .expand_menu .mega_menu li a {
        font-size: 12px;
    }

    .expand_menu-box {
        box-shadow: none;
    }

    .category-tools__item--big {
        border: none;
    }

    .menu2 .expand_menu--image .category-tools__item {
        padding: 8px 0 8px 8px !important;
        width: 100%;
    }

    .menu2 .expand_menu--image .category-tools__item--big {
        margin-left: -8px;
        padding-right: 8px !important;
        box-sizing: content-box;
    }

    .category-tools__item--big.is-active {
        background-color: #F6F6F6;
    }

    .mobile_menu__actions.shadow {
        box-shadow: 0px 10px 40px rgba(24, 29, 32, 0.05) !important;
    }

    .header-search--pannel.shadow {
        box-shadow: 3px 10px 40px rgba(24, 29, 32, 0.05) !important;
    }

    .mobile_menu__actions {
        position: sticky;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 24px;
        background-color: #ffffff;
        box-sizing: border-box;
        margin-left: -24px;
        margin-right: -24px;
    }

    .ai-tools {
        border-right: 0;
        width: 100%;
    }

    .ai-tools__catalog {
        padding-left: 8px;
    }

    .ai-all {
        padding-left: 8px;
    }

    .ai-featured__box > div {
        margin: -4px -4.5px;
    }

    .menu2 .expand_menu--image .category-tools__item.pl-0 {
        padding-left: 0 !important;
    }

    .expand_menu .mega_menu li a {
        padding-left: 8px;
        padding-right: 8px;
    }

    .expand_menu-box .category-tools,
    .expand_menu-box .category-menu {
        padding-bottom: 8px;
    }

    .menu2 .ai-featured__box .category-tools__item {
        padding: 4px 4.5px !important;
        display: block;
    }

    .menu2 .ai-all__item .main-item {
        height: 90px;
    }

    .ai-featured__content {
        margin-top: 8px;
    }

    .image-box-arrow {
        display: none;
    }

    .menu2 li .main-item {
        height: 172px;
        padding: 12px;
    }

    .main-item h4 {
        font-size: 16px;
    }

    .category-tools__other li a {
        width: 100%;
    }

    .ai-tools .category-tools__item--big:after {
        content: '\f107';
        font-family: FontAwesome;
        color: #707375;
        position: absolute;
        top: calc(100% / 2 - 11px);
        right: 11px;
        font-size: 115%;
        font-weight: 400;
    }

    .mobile_menu__login .btn-support {
        padding: 8px 27px;
        background-color: #1A8FE3;
        color: #ffffff;
        font-size: 10px;
        letter-spacing: 0.005em;
        margin-bottom: 0;
        width: auto;
        white-space: nowrap;
        margin-left: 10px;
    }

    .main-item--arrow svg {
        right: 12px;
        bottom: 22px;
    }

    /* end .mobile_menu */
    .support-area {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .support-area__content .title {
        width: 100%;
    }

    .home_area h1 {
        font-size: 34px;
        text-align: left;
    }

    .statistic__num {
        font-size: 30px;
    }

    .statistic__text {
        font-size: 12px;
    }

    .home_area--first .descr {
        text-align: left;
    }

    .present {
        padding-top: 100px;
    }

    .present-card {
        padding: 10px 10px 16px 10px;
        min-width: 255px;
        max-width: 255px;
        margin-left: 8px;
        margin-right: 8px;
    }

    .present-card__bg {
        height: 161px;
    }

    .present-card__bg img {
        width: 269px;
        height: 169px;
    }

    .present-card__name {
        margin-top: 10px;
        font-size: 14px;
    }

    .present-card__descr {
        font-size: 10px;
    }

    .present-cart__actions {
        margin-top: 12px;
    }

    .present-cart__link {
        font-size: 12px;
    }

    .container-present .slick-list {
        height: 382px;
    }

    .container-present .slick-track {
        margin-left: -8px;
        margin-right: -8px;
    }

    .container-present {
        margin-left: calc((100vw - 690px) / 2);
    }

    .chart-creators_box {
        padding: 24px;
    }

    .chart-creators_bar,
    .chart-creators_tabs {
        padding: 12px;
    }

    .chart-creators_bar .form-check-label {
        padding: 8px;
        width: 100px;
    }

    .recommendation .tools_box {
        flex-wrap: wrap;
    }

    .recommendation__text {
        width: 100%;
        margin-top: 8px;
    }

    .recommendation__send-box {
        position: absolute;
        top: 12px;
        right: 12px;
        width: 20px;
        height: 20px;
    }
}


/*Medium devices (tablets, 767px and down)*/

@media (max-width: 767.98px) {
    .footer_bottom {
        text-align: center;
    }

    .title_lg {
        font-size: 26px;
    }

    .recommendation .title_lg {
        font-size: 28px;
    }

    .recommendation p {
        font-size: 12px;
        margin-top: 4px !important;
    }

    .recommendation {
        padding-bottom: 56px;
        padding-top: 56px !important;
    }

    .recommendation .catalog-box h4 {
        width: 100%;
    }

    .recommendation .catalog-box > div:nth-of-type(n+5) {
        display: none;
    }

    .rating_box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .star-rating {
        padding-left: 0;
    }

    .menu_wrap {
        overflow: auto;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .mobile_menu_wrapper {
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 5;
        width: 100%;
        background-color: #fff;
    }

    .range_left_content .pager {
        display: none !important;
    }

    .range_wrapper {
        max-width: 540px;
        margin-left: auto;
        margin-right: auto;
    }

    .range_right_content .slider-box {
        display: none !important;
    }

    .pdf_mb {
        white-space: nowrap;
        padding-left: 16px;
    }

    .pdf_content {
        /*max-width: 540px;*/
        padding-left: 15px;
        padding-right: 15px;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 90px;
    }

    .pdf_content.lg_content {
        padding-left: 15px;
    }

    #switch .modal-dialog {
        max-width: 327px;
    }

    #switch .modal-body {
        padding: 24px;
    }

    #signature .modal-content .modal-body h4,
    #switch .modal-content .modal-body h4 {
        font-size: 18px;
    }

    .modal_sub {
        font-size: 12px;
    }

    .switch_radio_box {
        margin-top: 16px;
    }

    .switch_btn p {
        font-size: 10px;
        margin-top: 24px;
        max-width: 197px;
        margin-left: auto;
        margin-right: auto;
    }

    .switch_btn button {
        font-size: 12px;
        padding: 11px;
        margin-top: 16px;
    }

    .color_img img {
        height: 88px;
        width: 88px;
    }

    .menu_wrap .dropdown-toggle::after {
        display: none;
    }

    .container-present {
        margin-left: calc((100vw - 509px) / 2);
    }

    .filter-container {
        margin-right: 10px;
        overflow-x: scroll;
        -ms-overflow-style: none;
        scrollbar-width: none;
        height: auto;
        border-radius: 10px;
        box-shadow: 3px 10px 40px rgba(24, 29, 32, 0.05);
    }

    .filter-container::-webkit-scrollbar {
        display: none;
    }

    .statistic {
        padding: 16px;
    }

    .statistic__num {
        font-size: 24px;
        margin: 0;
    }

    .statistic__item:last-child {
        order: 1;
    }

    .statistic__item:first-child {
        order: 1;
    }

    .statistic__text {
        font-size: 10px;
        margin-top: 2px;
        line-height: 1.5;
    }

    .statistic__item {
        flex-direction: column;
        align-items: flex-start;
    }

    .statistic__item:not(:last-of-type)::after {
        content: none;
    }

    .d-4 {
        display: none;
    }

    .chart-creators_box {
        padding: 16px;
    }

    .chart-creators_bar,
    .chart-creators_tabs {
        padding: 10px;
    }

    .chart-creators_bar {
        flex-wrap: wrap;
        padding-top: 4px;
    }

    .chart-creators_bar .form-check {
        margin-left: 3px;
        margin-right: 3px;
        margin-top: 6px;
    }

    .chart-creators_bar .form-check-label {
        width: 87px;
    }

    .chart-creators_tabs .list-group {
        padding-left: 4px;
        padding-right: 4px;
        display: flex;
    }

    .chart-creators_tabs .list-group-item {
        padding: 10px 11px;
        font-size: 12px;
        margin-left: 0;
        margin-right: 0;
    }

    .tab-content .form-group {
        margin-bottom: 0;
    }

    .tab-content .text-settings {
        bottom: 3px;
        right: 3px;
    }

    .tab-content .form-group > label {
        font-size: 12px;
        padding-bottom: 8px;
    }

    .tab-content .form-group > .form-control {
        height: 35px;
        font-size: 10px;
    }

    .tab-content .dropdown .btn-secondary {
        font-size: 10px;
        padding-top: 9px;
        padding-bottom: 9px;
    }

    .tab-content .dropdown-item {
        font-size: 10px;
        margin-top: 2px;
    }

    .chart-creators_buttons .button {
        width: 100%;
        padding-top: 8px;
        padding-bottom: 8px;
        font-size: 12px;
    }

    .chart-creators_import {
        text-align: center;
    }

    .chart-creators_import .button {
        width: 100%;
        padding-top: 8px;
        padding-bottom: 8px;
        font-size: 12px;
    }

    .chart-creators_import p {
        margin-top: 5px;
        font-size: 10px;
    }

    .tags {
        display: none;
    }

    .custom-scroll {
        padding-right: 8px;
    }

    .history-popup {
        padding: 16px 8px 16px 16px;
    }

    .history-popup__title {
        font-size: 18px;
    }

    .history-dropdown .dropdown-toggle {
        padding: 11px 35px 11px 16px;
        font-size: 14px;
    }

    .history-summarizer_item h5 {
        font-size: 14px;
    }

    .summarizer_item p {
        font-size: 10px;
    }

    .history-summarizer_item .form-control {
        font-size: 12px;
    }

    .history-summarizer_item .compress-result_button-download {
        font-size: 12px;
        padding-top: 11px;
        padding-bottom: 11px;
    }

    .history-summarizer_item .summarizer_action .button-copy {
        margin-top: 0;
    }

    .history-popup_close {
        top: 16px;
        right: 18px;
    }
}


/*Small devices (landscape phones, 575px and down)*/

@media (max-width: 575.98px) {
    .bottom_menu {
        padding-right: 0px;
    }

    .home_area h1 {
        font-size: 26px;
        line-height: 130%;
    }

    .home_area p {
        font-size: 13px;
        margin-top: 12px;
    }

    .search_group input {
        font-size: 12px;
        height: 50px;
    }

    .search_group {
        margin-top: 24px;
    }

    .search_group .button {
        font-size: 12px;
        padding: 7px 24px;
    }

    .tag_box a {
        padding: 5px 10px;
        font-size: 10px;
        margin-left: 2px;
    }

    body {
        font-size: 14px;
    }

    .title {
        font-size: 26px;
    }

    .sub_title {
        font-size: 12px;
    }

    br {
        display: none;
    }

    .price_box {
        padding: 12px;
    }

    .price_box ul li {
        font-size: 16px;
    }

    .button {
        font-size: 14px;
    }

    .price_box h4 {
        font-size: 20px;
    }

    .price_box h3 {
        font-size: 16px;
    }

    .footer_bottom p img {
        max-width: 70px;
        margin-right: 5px;
    }

    .footer_bottom {
        font-size: 10px;
        margin-top: 25px;
    }

    footer {
        font-size: 12px;
    }

    footer h4 {
        font-size: 14px;
    }

    .title_md {
        font-size: 20px;
    }

    .tools_area.v2 .tools_box {
        padding: 24px;
    }

    .tools_area.v2 .tools_box p {
        font-size: 14px;
    }

    .tools_area.v2 .icon_box {
        width: 56px;
        height: 56px;
        padding: 12px;
    }

    .pdf_mb {
        font-size: 14px;
    }

    .serach_img {
        margin-right: 0;
    }

    .serach_img img {
        max-width: 14px;
    }

    .button.outline_btn {
        font-size: 10px;
        padding: 7px 10px;
    }

    .top_header .button {
        font-size: 10px;
        padding: 7px 10px;
    }

    .top_header .dropdown-toggle {
        width: 30px;
        height: 30px;
    }

    .switch-mode {
        width: 13px;
        height: 13px;
    }

    .logo_con img {
        max-width: 123px;
    }

    .color_img {
        flex-basis: 33.33%;
        max-width: 33.33%;
    }

    .color_wrapper {
        padding-top: 20px;
        padding-bottom: 50px;
    }

    .container-present {
        margin-left: 24px;
        padding: 0;
    }
}

@media (max-width: 1400px) {
    .statistic__item:not(:last-of-type)::after {
        padding-left: 30px;
    }

    .tools {
        box-shadow: 20px 20px 72px rgb(24 29 32 / 10%);
        position: relative;
    }

    .container-present {
        box-shadow: 3em 0 8.4em #eaeaea;
    }
}


/* Slider */
.slick-slider {
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;

    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;

    height: auto;

    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}


.menu2 li a > svg {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    flex-shrink: 0;
}

.drop_menu a > svg, .menu2 li a > svg {
    color: #1A8FE3;
}

.drop_menu a:hover > svg, .menu2 li a:hover > svg {
    color: var(--blue);
}

.expand_menu .tools_box {
    display: block;
}

.video-js button.vjs-big-play-button {
    top: calc(50% - 25px);
    left: calc(50% - 45px);
}

.icon_box.v1 {
    color: #E24841;
}

.icon_box.v2 {
    color: #E2C740;
}

.icon_box.v3 {
    color: #FF7919;
}

.icon_box.v4 {
    color: #10D0D5;
}

.icon_box.v5 {
    color: #624BD8;
}

.icon_box.v6 {
    color: #3D99F5;
}

.icon_box.v7 {
    color: #79DC47;
}

.icon_box.v8 {
    color: #FF5975;
}

.no-border {
    border: 0;
    box-shadow: none;
}

.files_name, .files_tree .files_name {
    display: flex;
    flex-shrink: 1;
    width: auto;
    padding-right: 16px;
    margin-right: 10px;
}

.background-chess {
    background-image: linear-gradient(45deg, #808080 25%, transparent 25%), linear-gradient(-45deg, #808080 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #808080 75%), linear-gradient(-45deg, transparent 75%, #808080 75%);
    background-size: 20px 20px;
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .menu2 li a svg {
        width: 15px;
        height: 15px;
        margin-right: 5px;
    }
}

form .is-invalid {
    border-color: #a52219;
}

.uploader-container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    border-radius: 12px;
    padding: 24px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 4.5rem;
    /*height: 366px;*/
    min-height: 366px;
    background: #FFFFFF;
}

.compress-result {
    background: none;
    border: none;
    padding: 0;
}

.file-uploader--wrapper, .component--wrapper, .component-sended--wrapper {
    width: 100%;
}

.component--wrapper .card-footer {
    background-color: unset;
}

.file-drop-area {
    margin-top: unset;
    border: none;
    border-radius: unset;
}

.file-drop-area.hidden-area {
    width: 100%;
    height: 100%;
    padding: 0;
}

.file-drop-area.hidden-area .file-uploads.button {
    width: 100%;
    height: 100%;
}

.file-drop-area.hidden-area .file-uploads.button label {
    cursor: pointer;
}

.extra-large-modal .modal-dialog {
    max-width: 90%;
}

.extra-large-modal .modal-dialog img {
    max-width: 95%;
}

.centered-modal .modal-body {
    text-align: center;
}

.extra-large-modal.page-width-pdf .modal-dialog {
    max-width: 1080px;
}

div[class^="text-tr-transform__s"] {
    display: none;
}

.tr-transform--active, .text-tr-transform--active {
    position: absolute;
    z-index: 5;
}

.text-tr-transform__content {
/ / min-width: 100 px;
    max-width: 700px;
}

.tr-transform__content, .text-tr-transform__content {
    user-select: none;
}

.tr-transform__content input, .text-tr-transform__content input {
    width: 100%;
    height: 50px;
    font-size: 24px;
    background-color: rgba(0, 0, 0, 0.2);
    border: none;
    font-family: Dancing Script, Source Sans Pro, Helvetica, Arial, sans-serif;
}

.tr-transform__content img {
    width: 100% !important;
    background-color: rgba(0, 0, 0, 0.2);
}

.tr-transform__content div.full-transform-block {
    width: 100%;
    height: 100%;
    /*font-size: 24px;*/
    background-color: rgba(0, 0, 0, 0.2);
    border: none;
    /*font-family: Dancing Script, Source Sans Pro, Helvetica, Arial, sans-serif;*/
    color: #000000;
    line-height: 1.2;
}

.tr-transform__rotator, .text-tr-transform__rotator {
    top: -45px;
    left: calc(50% - 7px);
}

.tr-transform__rotator,
.text-tr-transform__rotator {
    background: unset !important;
    border: unset !important;
}

.tr-transform__rotator,
.tr-transform__scale-point,
.text-tr-transform__rotator,
.text-tr-transform__scale-point {
    background: #fff;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    position: absolute;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.tr-transform__rotator:hover,
.tr-transform__scale-point:hover,
.text-tr-transform__rotator:hover,
.text-tr-transform__scale-point:hover {
    background: #F1F5F8;
}

.tr-transform__rotator:active,
.tr-transform__scale-point:active,
.text-tr-transform__rotator:active,
.text-tr-transform__scale-point:active {
    background: #DAE1E7;
}

.tr-transform__scale-point {

}

.tr-transform__scale-point--tl,
.text-tr-transform__scale-point--tl {
    top: -7px;
    left: -7px;
}

.tr-transform__scale-point--ml,
.text-tr-transform__scale-point--ml {
    top: calc(50% - 7px);
    left: -7px;
}

.tr-transform__scale-point--tr,
.text-tr-transform__scale-point--tr {
    left: calc(100% - 7px);
    top: -7px;
}

.tr-transform__scale-point--tm,
.text-tr-transform__scale-point--tm {
    left: calc(50% - 7px);
    top: -7px;
}

.tr-transform__scale-point--mr,
.text-tr-transform__scale-point--mr {
    left: calc(100% - 7px);
    top: calc(50% - 7px);
}

.tr-transform__scale-point--bl,
.text-tr-transform__scale-point--bl {
    left: -7px;
    top: calc(100% - 7px);
}

.tr-transform__scale-point--bm,
.text-tr-transform__scale-point--bm {
    left: calc(50% - 7px);
    top: calc(100% - 7px);
}

.tr-transform__scale-point--br,
.text-tr-transform__scale-point--br {
    left: calc(100% - 7px);
    top: calc(100% - 7px);
}

.del-icon-block {
    opacity: 1;
    position: absolute;
    top: -3px;
    left: -6px;
    cursor: pointer;
    z-index: 5;
}

.del-icon-block_wrapper, .del-icon-block_item,
.del-icon-block_item svg, .del-icon-block_item svg path {
    z-index: 4;
}

.del-icon-block .del-icon-block_wrapper {
    border-radius: 50%;
    color: #fff;
    background-color: #262626;
    height: 24px;
    width: 24px;
    padding: 6px;
    line-height: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.del-icon-block .del-icon-block_item {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.video-player-box .video-js {
    margin: 0 auto;
}

.compress_area {
    min-height: 830px;
}

.btn-primary {
    background-color: #1A8FE3;
    border-radius: 10px;
}

.btn-primary:hover, .btn-primary:not(:disabled):not(.disabled):active {
    background-color: #126daf;
    color: #fff;
}

.show > .btn-primary.dropdown-toggle {
    background-color: #126daf;
    color: #fff;
}

.btn-outline-primary {
    color: #71BAEE;
    border: 1px solid #83C2F0;
    border-radius: 10px;
}

.btn-outline-primary:hover, .btn-outline-primary:not(:disabled):not(.disabled):active {
    background-color: #71BAEE;
    border-color: #71BAEE;
    color: #fff;
}

.show > .btn-outline-primary.dropdown-toggle {
    background-color: #71BAEE;
    border-color: #71BAEE;
    color: #fff;
}

.sign-image-upload:not(.dropdown-toggle) {
    font-weight: 600;
    font-size: 12px;
    line-height: 1.3;
    padding: 12px 24px;
}

/* --- Spin button styles from bootstrap vue --- */
.b-form-spinbutton {
    text-align: center;
    overflow: hidden;
    background-image: none;
    padding: 0;
}

[dir="rtl"] .b-form-spinbutton:not(.flex-column),
.b-form-spinbutton[dir="rtl"]:not(.flex-column) {
    flex-direction: row-reverse;
}

.b-form-spinbutton output {
    font-size: inherit;
    outline: 0;
    border: 0;
    background-color: transparent;
    width: auto;
    margin: 0;
    padding: 0 0.25rem;
}

.b-form-spinbutton output > div,
.b-form-spinbutton output > bdi {
    display: block;
    min-width: 2.25em;
    height: 1.5em;
}

.b-form-spinbutton.flex-column {
    height: auto;
    width: auto;
}

.b-form-spinbutton.flex-column output {
    margin: 0 0.25rem;
    padding: 0.25rem 0;
}

.b-form-spinbutton:not(.d-inline-flex):not(.flex-column) {
    output-width: 100%;
}

.b-form-spinbutton.d-inline-flex:not(.flex-column) {
    width: auto;
}

.b-form-spinbutton .btn {
    line-height: 1;
    box-shadow: none !important;
}

.b-form-spinbutton .btn:disabled {
    pointer-events: none;
}

.b-form-spinbutton .btn:hover:not(:disabled) > div > .b-icon {
    transform: scale(1.25);
}

.b-form-spinbutton.disabled,
.b-form-spinbutton.readonly {
    background-color: #e9ecef;
}

.b-form-spinbutton.disabled {
    pointer-events: none;
}

.element-tools a {
    color: #707375;
}

label[for=file] {
    cursor: pointer;
}

.cancel-btn_tool {
    margin-top: 50px;
}

.compress_area {
    min-height: 730px;
}

.uploader-container {
    margin-top: 2.5rem;
}

img.w-100 {
    height: auto;
}

.home_area {
    padding: unset;
}

.pt_150-imp {
    padding-top: 150px !important;
}

.rating_box {
    min-height: 57px;
}

.form-control.default-background[readonly] {
    background-color: #fff;
}

@media (max-width: 767.98px) {
    .rating_box {
        min-height: 88px;
    }
}

[contenteditable]:focus {
    outline: 0px solid transparent;
}

.table-block {
    display: table;
}

.table-block .table-element {
    display: table-cell;
}

.files_group .files_item + .files_item {
    margin-top: 10px;
}

.font-control .font-picker .dropdown-button {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
    height: 55px;
}

.upload-block_tool {
    padding-top: 50px;
    width: 100%;
    padding-bottom: 20px;
}

.flex-block-paginated {
    align-content: flex-start;
    justify-content: space-between;
    display: flex;
}

.flex-block-paginated .flex-block-paginated_element {
    min-width: 100px;
    max-width: 200px;
    height: 200px;
    font-size: 8px;
}

.free-line-wrapper {
    background: #E9E9E9;
    padding: 10px 0;
    font-size: 14px;
    line-height: 20px;
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
}

.free-line-wrapper span {
    color: #707375;
}

/* start simple color picker for charts */
.modal-chart-color-picker .modal-dialog {
    box-shadow: 3px 15px 40px rgba(24, 29, 32, 0.05);
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
}

.modal-chart-color-picker .modal-dialog-centered {
    align-items: flex-end;
    min-height: calc(100%);
}

.modal-chart-color-picker .modal-content {
    border-radius: 16px 16px 0 0;
    border: none;
}

.modal-chart-color-picker .modal-header {
    border: none;
    padding-bottom: 0;
}

.modal-chart-color-picker .modal-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #181D20;
}

.modal-chart-color-picker .color_apply_button {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
    min-width: inherit;
    display: block;
    font-weight: 500;
    height: 40px;
}

@media (min-width: 768px) {

    .modal-chart-color-picker {
        position: absolute;
        top: 80px;
        left: 0;
        width: 320px;
        overflow: visible;
        box-sizing: border-box;
        min-height: 350px;
    }

    .modal-open .modal-chart-color-picker {
        overflow: visible;
    }

    .modal-chart-color-picker .modal-header {
        display: none;
    }

    .modal-chart-color-picker .modal-dialog {
        width: 100%;
        margin-top: 0;
        box-shadow: 3px 15px 40px rgba(24, 29, 32, 0.05);
        border-radius: 6px;
    }

    .modal-chart-color-picker .modal-body {
        padding: 10px;
    }

    .modal-chart-color-picker .modal-dialog-centered {
        align-items: flex-start;
        min-height: auto;
    }

    .modal-chart-color-picker .modal-content {
        border-radius: 12px;
    }
}

.new-download-compact .dropdown-toggle::after {
    transform: none;
}

.new-download-compact .btn-primary {
    border-radius: 7px;
    font-weight: 600;
    font-size: 16px;
}

.new-download-compact .btn-group > .btn-primary {
    padding: 11px 14px 11px 38px;
}

.new-download-compact .btn-group .dropup .btn-primary {
    padding: 11px 14px;
}

.chart-creators_table .table {
    table-layout: auto;
}

.chart-creators_table td.disabled {
    background: #dedede;
}

.collage-grid_item {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.collage-grid_item .image-progress {
    width: 100%;
    height: 32px;
    top: calc(50% - 16px);
    position: absolute;
    z-index: 7;
}

.collage-grid_item .image-progress .container-progress {
    width: 60%;
    margin: 0 auto;
}

/* end simple color picker for charts */

/*Dark Mode*/

/*.dark-mode .tools_area {*/
/*    background: #273744 url(/v2/img/wave.svg) 0 20% no-repeat !important;*/
/*    background-size: 100% auto !important;*/
/*}*/
.dark-mode .tools_area {
    background: #1F2A33 url(/v2/img/wave.svg) 0 20% no-repeat !important;
    background-size: 100% auto !important;
}

.dark-mode .home_area {
    /*background: unset !important;*/
    /*background-size: unset !important;*/
}

.dark-mode .modal-upload .modal-title,
.dark-mode .modal-templates .modal-title {
    color: #fff;
}

.dark-mode .modal-header .close {
    color: #fff;
}

.dark-mode .uploader-container {
    background-color: #223544;
    border-color: #707375;
}

.dark-mode .b-form-spinbutton {
    background-color: #223544;
    border-color: #707375;
    color: #fff;
}

.dark-mode .b-form-spinbutton svg {
    color: #fff;
}

.dark-mode input, .dark-mode select,
.dark-mode .pdf-preview .item:hover,
.dark-mode .images-preview .item:hover,
.dark-mode .images-preview .item:hover .buttons,
.dark-mode .ace-chrome {
    background-color: #1F2A33 !important;
    color: #EFEFEF !important;
    border-color: #707375 !important;
}

.dark-mode .free-line-wrapper {
    background: #223544;
}

.dark-mode .free-line-wrapper span {
    color: #fff;
}

.dark-mode .vacp-color-picker {
    background: #1A252F;
}

.dark-mode .color_main_wrapper {
    background-color: #223544;
}

.dark-mode .color_heading h4 {
    color: #fff;
}

.dark-mode .font-picker .dropdown-button {
    background: #314659;
    color: #EFEFEF;
}

.dark-mode .font-picker .dropdown-button:hover,
.dark-mode .font-picker .dropdown-button.expanded,
.dark-mode .font-picker .dropdown-button.active,
.dark-mode .font-picker .dropdown-button:focus {
    background-color: #252f39;
}

.dark-mode .font-picker .dropdown-button:disabled {
    background-color: #45627d;
}

.dark-mode .font-picker .dropdown-icon.finished:before {
    border-top: 6px solid #EFEFEF;
}

.dark-mode .font-picker ul {
    background-color: #404A54;
}

.dark-mode .font-picker ul li button.active-font {
    background-color: #252f39;
}

.dark-mode .font-picker ul li button:hover,
.dark-mode .font-picker ul li button:focus {
    background-color: #2d3946;
}

.dark-mode .menu2 > li .expand_menu-box {
    /*background-color: #223544;*/
}

.dark-mode .share h3 {
    color: #fff;
}

.dark-mode .compress-result .get-update {
    color: #EFEFEF;
    background: none;
    background-image: none;
}

.dark-mode .compress-result .get-update h3 {
    color: #fff;
}

.dark-mode .splitter-image_bar-item p {
    color: #fff;
}

.dark-mode .splitter-image_bar .button {
    background-color: #1F2A33 !important;
    color: #EFEFEF !important;
    border-color: #707375 !important;
}

@media (min-width: 1023px) {
    .dark-mode .expand_menu_title {
        color: #828586;
    }
}

.dark-mode .memes-edit_tools-form .mcfontpicker__preview {
    filter: invert(1);
    pointer-events: none;
}

.dark-mode .memes-edit_tools-form .mcfontpicker__search:focus + .mcfontpicker__preview {
    filter: none;
}

.dark-mode .chart-creators_table .table td {
    color: #ffffff;
}

.dark-mode .chart-creators_table td.disabled {
    background: #3c5769;
}

/* pdf editor*/
.dark-mode .editor-container .top_header {
    background-color: #1A252E;
    border-color: #707375;
}

.editor-container a .img-fluid.logo-dark {
    display: none;
}

.dark-mode .editor-container a .img-fluid.logo-normal {
    display: none;
}

.dark-mode .editor-container a .img-fluid.logo-dark {
    display: block;
}

.dark-mode .editor-container .top_header .header-filename h4 span {
    color: #EFEFEF;
}

.dark-mode .editor-container .dropdown-menu {
    color: #EFEFEF;
    background-color: #404A54;
}

.dark-mode .editor-container .dropdown-menu a.dropdown-item {
    color: #EFEFEF;
}

.dark-mode .editor-container .dropdown-menu a.dropdown-item:hover {
    background-color: #2d3946;
}

.dark-mode .editor-container .bottom_menu,
.dark-mode .editor-container .mobile_menu_wrapper {
    color: #EFEFEF;
    background-color: #1F2A33;
    border-color: #707375;
}

.dark-mode .editor-container .bottom_menu .slider-box {
    background: none;
}

.dark-mode .editor-container .main_wrapper .sidebar {
    color: #EFEFEF;
    background-color: #1F2A33;
    border-color: #707375;
}

.dark-mode .editor-container .main_wrapper .sidebar .toggle_btn {
    color: #6c757d;
    border-color: #6c757d;
}

.dark-mode .editor-container .main_wrapper .sidebar .toggle_btn:hover {
    color: #fff;
    background-color: #e6e6e6;
}

.dark-mode .editor-container .main_wrapper .sidebar .add_wrap {
    border-color: #707375;
}

.dark-mode .editor-container .main_wrapper {
    color: #EFEFEF;
    background-color: #223544;
    border-color: #707375;
}

.dark-mode .editor-container .menu_wrap > ul > li > a {
    color: #EFEFEF;
}

.dark-mode .pager h4 {
    color: #EFEFEF;
}

/* end pdf editor */

.main-link {
    cursor: pointer;
}

.upload-block-flex {
    display: flex;
    justify-content: space-between;
}

.custom-control.custom-control__w-l {
    padding-left: unset;
    margin-left: unset;
}

.modal-backdrop:not(.show):not(.fade) {
    opacity: .5;
}

@media (max-width: 768px) {
    .images-preview .item.col-3, .images-preview .item {
        flex: unset;
        max-width: 100%;
    }

    .btn-lg.btn-lg-responsive {
        font-size: 1rem;
    }

    .m-xsm-2 {
        margin: 0.5rem !important;
    }
}

.p-u {
    padding: unset;
}

.m-u {
    margin: unset;
}

.checkered {
    background: -webkit-linear-gradient(45deg, rgba(0, 0, 0, 0.0980392) 25%, transparent 25%, transparent 75%, rgba(0, 0, 0, 0.0980392) 75%, rgba(0, 0, 0, 0.0980392) 0), -webkit-linear-gradient(45deg, rgba(0, 0, 0, 0.0980392) 25%, transparent 25%, transparent 75%, rgba(0, 0, 0, 0.0980392) 75%, rgba(0, 0, 0, 0.0980392) 0), white;
    background: -moz-linear-gradient(45deg, rgba(0, 0, 0, 0.0980392) 25%, transparent 25%, transparent 75%, rgba(0, 0, 0, 0.0980392) 75%, rgba(0, 0, 0, 0.0980392) 0), -moz-linear-gradient(45deg, rgba(0, 0, 0, 0.0980392) 25%, transparent 25%, transparent 75%, rgba(0, 0, 0, 0.0980392) 75%, rgba(0, 0, 0, 0.0980392) 0), white;
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.0980392) 25%, transparent 25%, transparent 75%, rgba(0, 0, 0, 0.0980392) 75%, rgba(0, 0, 0, 0.0980392) 0), linear-gradient(45deg, rgba(0, 0, 0, 0.0980392) 25%, transparent 25%, transparent 75%, rgba(0, 0, 0, 0.0980392) 75%, rgba(0, 0, 0, 0.0980392) 0), white;
    background-repeat: repeat, repeat;
    background-position: 0px 0, 10px 10px;
    -webkit-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    -webkit-background-origin: padding-box, padding-box;
    background-origin: padding-box, padding-box;
    -webkit-background-clip: border-box, border-box;
    background-clip: border-box, border-box;
    -webkit-background-size: 20px 20px, 20px 20px;
    background-size: 20px 20px, 20px 20px;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-transform: scaleX(1) scaleY(1) scaleZ(1);
    transform: scaleX(1) scaleY(1) scaleZ(1);
}

.js-pdf-editor__fullscreen {
    overflow: hidden;
}

.convert_wrapper .dropdown-menu {
    z-index: 1040;
}

.bgc-transparent {
    background-color: transparent !important;
    position: absolute !important;
    top: -100000px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.bgc-transparent-50 {
    background-color: rgb(0 0 0 / 16%) !important;
}
a.cat-icon{
    color: unset!important;
}
.pointer-disable {
    pointer-events: none;
}

#file {
    display: none;
    /*position:fixed;*/
    /*top:-100000px;*/
}

.f-s-1 {
    font-size: 1em;
}

.image-block__small {
    max-width: 400px;
    width: 100%;
    aspect-ratio: auto;
    height: auto;
}

.btn-group-lg > .btn, .btn-lg {

}

.modal-fullscreen .modal-body {
    padding: unset;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-fullscreen .modal-content {
    height: 100%;
    overflow: auto;
}

.modal-fullscreen .modal-dialog {
    max-width: 100%;
    margin: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100vh;
    display: flex;
    position: fixed;
    z-index: 100000;
}

.modal-fullscreen.no-scroll .modal-content {
    overflow: hidden;
}

@media (max-width: 768px) {
    .text-md-center {
        text-align: center;
    }
}

.tools-button img {
    background: #FFFFFF;
    color: #707375;
}

.tools-button img:hover {
    color: #007bff;
    border-color: #007bff;
    background: #FFFFFF;
}


.tools-button--add img {
    color: #57B286;
    border-color: #57B286;
}

.tools-button--delete img {
    color: #D0726C;
    border-color: #D0726C;
}

@media (min-width: 768px) {
    .modal-text-settings {
        top: 60px;
    }

    .modal-text-settings .modal-dialog {
        margin-top: unset;
    }
}

.meta-info-column {
    max-height: 400px;
    overflow-y: auto;
}

.img-fluid--white {
    /*color: #fff;*/
}

.form-inline_fullwidth {
    justify-content: space-between;
}

/*.tools_box a{*/
/*    color: #707375;*/
/*}*/
/*.tools_box.tools_box--popular a{*/
/*    color: black;*/
/*    font-weight: bold;*/
/*}*/
/*.tools_box a.strong{*/
/*    color: black;*/
/*}*/

.hide-element {
    display: none;
}

#preloader {
    opacity: 0.7;
}

.full-width {
    width: 100%;
}

.drop_menu-element {
    cursor: pointer;
    text-align: center;
    font-size: larger;
    padding: 10px;
}

.tools_area-whitespaces {
    padding-top: 0px;
    padding-bottom: 20px;
}

#stripe-add-card {
    /*border: 1px #707375;*/
    /*border-style: double;*/
    padding: 15px;
    border-radius: 4px;
}

.is-show-add-card-modal .modal-backdrop.show {
    opacity: unset;
}

.is-show-add-card-modal .modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: hsla(0, 0%, 8%, .64);
    backdrop-filter: blur(6px);
}

#modal-add-card .modal-content {
    background-color: #e6e3e3;
}

#stripe-add-card {
    background-color: #fff;
}

.modal#recaptchaForm {
    z-index: 1051;
}

.subimage-block {
    position: absolute
}

/* .combine-grid  */
.combine-grid {
    display: grid;
    grid-column-gap: 0;
    grid-row-gap: 0;
    border: 1px solid #E3E3E4;
    padding: 4px;
    height: 487px;
    grid-template-columns: [col1-start] 50%  [col2-start] 50% [col2-end];
}

.combine-grid-side-by-side {
    grid-template-columns: [col1-start] 50%  [col2-start] 50% [col2-end];
}

.combine-grid-side-by-side .collage-grid_item--1 {
    border-right: none !important;
}

.combine-grid-vertically {
    grid-template-columns: [col1-start] 100% !important;
    grid-template-rows: [row1-start] 50% [row2-start] auto [row2-end];
}

.combine-grid-vertically .collage-grid_item--1 {
    border-bottom: none !important;
}

.input-button--small {
    width: 30px;
}

.language-switcher__action.is-active {
    color: black;
}

.window-modal__content {
    font-size: 50px;
    padding: 40px;
    line-height: 1;
}

.window-modal {
    text-align: center;
}

.fullscreen-modal .modal-dialog {
    max-width: 100%;
    height: 100%;
    margin: 0;
}

.fullscreen-modal .modal-content {
    border: 0;
    border-radius: 0;
    min-height: 100%;
    height: auto;
}

.fullscreen-modal .modal-header, .fullscreen-modal .modal-footer {
    z-index: 10;
}

.fullscreen-modal {
    overflow: hidden !important;
    padding: 0px !important;
}

.custom-backdrop {
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0.5;
    z-index: 1;
}

.header-modal-block-fw {
    width: 100%;
}

#bv-modal-fullpages .modal-body {
    z-index: 20;
}

.multiple-columns p {
    margin-bottom: 1rem;
}

.v_8 {
    background-color: #FCF4E9;
}

@media (max-width: 1024px) {
    .sticky-top-group .header-search {
        height: unset;
        width: unset;
    }

    .mobile_menu .header-search {
        height: unset;
    }
}

@media (max-width: 767px) {
    .button-box .btn-group .button {
        width: auto;
    }
}

.modal-article__body > h3 {
    font-size: 12px;
    line-height: calc(24 / 12);
    letter-spacing: .005em;
    font-weight: 700;
    margin-bottom: 0;
}

.modal-article__body > h2 {
    font-size: 16px;
    line-height: calc(24 / 16);
    letter-spacing: .005em;
}

@media (min-width: 991px) {
    .modal-article__body > h3 {
        font-size: 16px;
        line-height: calc(26 / 16);
    }

    .modal-article__body > h2 {
        font-size: 22px;
        line-height: calc(26 / 22);
    }

    .wall__description {
        width: 545px;
    }
}

.article-item__content h2,
.file-content-block h2 {
    font-size: 22px;
}

.article-item__content h3,
.file-content-block h3 {
    font-size: 18px;
}

.home_area {
    padding: 10px 0 40px;
}

.menu2 li a {
    font-size: 18px;
}

.menu2 > li {
    margin-left: 10px;
    margin-right: 10px;
}

#flip {
    height: 75px;
    overflow: hidden;
}

#flip > div > div {
    color: #fff;
    padding: 4px 12px;
    margin-bottom: 15px;
    display: inline-block;
}

#flip div:first-child {
    animation: show-home-title 10s linear infinite;
}

#flip div div {
    background: #D61C4E;
}

#flip div:first-child div {
    background: #247881;
}

#flip div:nth-child(3n) div {
    background: #F66213;
}

#flip div:last-child div {
    background: #1C67CA;
}

.summarizer .form-control {
    font-size: 0.9rem;
}

.summarizer_item select.form-control {
    padding: 4px 16px;
}

.summarizer .select2-selection__rendered,
.select2-container .select2-results__option {
    font-size: 0.9rem;
}

.recommendation .catalog-box h4 {
    font-size: 14px;
}

.modal-video-converter .modal-header {
    border-radius: 12px;
}

@media (min-width: 1024px) {
    .recommendation .catalog-box h4 {
        width: 130px;
    }
}

.scan-qr_code {
    position: relative;
}

.logo-qr-code {
    position: absolute;
    left: calc(50% - 13px);
    top: calc(50% - 13px);
    width: 26px;
    height: 26px;
}

.qr img.logo-qr-code {
    width: 26px;
}

@keyframes show-home-title {
    0% {
        margin-top: -300px;
    }
    5% {
        margin-top: -260px;
    }

    25% {
        margin-top: -260px;
    }
    30% {
        margin-top: -173px;
    }

    55% {
        margin-top: -173px;
    }
    60% {
        margin-top: -86px;
    }

    85% {
        margin-top: -86px;
    }
    90% {
        margin-top: 1px;
    }

    99.99% {
        margin-top: 1px;
    }
    100% {
        margin-top: -300px;
    }
}

@keyframes show-home-title-992 {
    0% {
        margin-top: -300px;
    }
    5% {
        margin-top: -250px;
    }

    25% {
        margin-top: -250px;
    }
    30% {
        margin-top: -165px;
    }

    55% {
        margin-top: -165px;
    }
    60% {
        margin-top: -80px;
    }

    85% {
        margin-top: -80px;
    }
    90% {
        margin-top: 1px;
    }

    99.99% {
        margin-top: 1px;
    }
    100% {
        margin-top: -290px;
    }
}

@keyframes show-home-title-575 {
    0% {
        margin-top: -300px;
    }
    5% {
        margin-top: -235px;
    }

    25% {
        margin-top: -235px;
    }
    30% {
        margin-top: -155px;
    }

    55% {
        margin-top: -155px;
    }
    60% {
        margin-top: -80px;
    }

    85% {
        margin-top: -80px;
    }
    90% {
        margin-top: 1px;
    }

    99.99% {
        margin-top: 1px;
    }
    100% {
        margin-top: -290px;
    }
}

.animate-text {
    width: 330px;
}

.outlines--common {
    position: relative;
}

.outlines--common .spinner-border {
    position: absolute;
    top: calc(50% - 1rem);
    left: calc(50% - 1rem);
}

@media (min-width: 992px) {
    .outlines--common {
        width: 50%;
    }

    .outlines__content {
        min-height: 450px;
    }
}

@media (max-width: 1199px) {
    .animate-text {
        top: 22px;
    }

    .support-area__image-box img {
        width: 100%;
        height: auto;
    }
}

@media (max-width: 992px) {
    #flip {
        height: 45px;
    }

    .animate-text {
        width: 210px;
        /*height: 38px;*/
        top: 12px;
    }

    .animate-text__item {
        height: 65px;
    }

    #flip div:first-child {
        animation: show-home-title-992 10s linear infinite;
    }


}

@media (max-width: 575px) {
    #flip {
        height: 35px;
    }

    .animate-text {
        width: 165px;
        /*height: 30px;*/
        top: 8px;
    }

    #flip div:first-child {
        animation: show-home-title-575 10s linear infinite;
    }

    .details-popup--catalog.details-popup .btn-action--blue {
        line-height: 140%;
    }
}

header.has-search .header-tools {
    margin-left: -57px;
}

.js-blog-post-generator__fullscreen {
    overflow: hidden;
}

.dark-mode .summarizer_item {
    background-color: #223544;
    border-color: #707375;
}

.dark-mode .scan-qr h3 {
    color: #fff;
}

.expand_menu--pdf {
    width: 781px;
}

.dark-mode header .img-fluid.logo-dark {
    display: inline;
}

.dark-mode .summarizer textarea {
    background-color: #223749;
    border: 1px solid #828586;
    color: #C8C9CA;
}

.dark-mode .summarizer .is-disabled textarea {
    background-color: #1b2c3a;
    border: 1px solid #828586;
    color: #C8C9CA;
}

.dark-mode .summarizer .select2-container--default .select2-selection--single {
    background-color: #223749;
    border: 1px solid #828586;
    color: #C8C9CA;
}

.dark-mode .summarizer .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #C8C9CA;
}

.dark-mode .summarizer label {
    color: #F6F6F6;
}

.dark-mode .select2-dropdown {
    background-color: #223749;
    border: 1px solid #828586;
    color: #C8C9CA;
}

.dark-mode .select2-results__option {
    color: #C8C9CA;
}

.dark-mode .select2-container--default .select2-results__option--selected {
    color: #C8C9CA;
    background-color: #1b2c3a;
}

#bv-modal-fullpages .modal-body.wz-modal-body {
    z-index: unset;
}

.banner-wrapper-full {
    height: 50px;
}

.middle-width-modal {
    max-width: 448px;
}

/*Maybe unset for all modals! https://stackoverflow.com/questions/32862394/bootstrap-modals-keep-adding-padding-right-to-body-after-closed*/
.modal-subscribe {
    padding-right: unset !important;
}

/* Maybe add for all NON-botstrap modals in the future */
#modal_history .modal-header .close {
    padding: 0;
    margin: 0;
}

#modal_history .summarizer_item {
    height: unset;
}

#modal_history .modal-header_history, #modal_history .modal-body_history {
    padding: 0;
    border-bottom: none;
}

#modal_history .summarizer_item {
    height: unset;
}

.summarizer_item.is-disabled .summarizer_action-item--rate p,
.summarizer_item.is-disabled .summarizer_action-item--rate button, .summarizer_item.is-disabled .summarizer_action-item--rate {
    pointer-events: none;
    background: #EFEFEF;
    color: #A7A9AA;
    border: none;
}

.summarizer_item.is-disabled .button.button-history {
    pointer-events: unset;
    padding: 12px 17px;
    font-size: 14px;
    border-radius: 8px;
    border-width: 1.5px;
    background-color: transparent;
    border: 1px solid #1A8FE3;
    color: #1A8FE3;

}

.summarizer_item.is-disabled .button.button-history:hover {
    background-color: #126daf;
    color: #fff;
}

.rounded-cursor {
    display: none;
    width: 30px;
    height: 30px;
    background-color: #df4b26;
    border-radius: 50%;
    opacity: 0.5;
}

.stripe-3ds-modal {
    max-width: 700px !important;
}

#modal-subscribe-3ds {
    z-index: 100000;
}

#modal-subscribe-3ds .modal-body {
    text-align: center;
}

.large-modal .modal-dialog {
    max-width: 70%;
}

.konvajs-content {
    margin: auto !important;
}

.bg-gallery__content-preloader {
    position: relative !important;
    border-radius: 5px !important;
    opacity: 0.4 !important;
    width: 100% !important;
    height: 100% !important;
}

.bg-gallery__item-active .bg-gallery__back {
    opacity: 1;
    transition: .3s;
}

button.upload-only-btn {
    border-radius: 10px;
    background-color: #1A8FE3;
    color: #fff;
}

button.upload-only-btn:hover {
    background-color: #126daf;
    color: #fff;
}

.title_md_clear {
    font-size: unset;
}

.full-width-block {
    width: 100%;
}

.modal-show-picker {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.browse-background_preview .color_box {
    border-width: 3px;
}

.justify-content-space-btw {
    justify-content: space-between;
}

.subtitle-write-prompt {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px;
}

.is-invalid .invalid-text {
    color: #dc3545;
}

.compress-result_button-download__compact {
    padding: 13px 20px;
}

.summarizer_action__compact .summarizer_action-item {
    min-width: unset;
}

@media (max-width: 1024px) {
    .summarizer_action__compact .summarizer_action-item {
        min-width: 256px;
    }
}

.spinner-before-modal {
    z-index: 1040 !important;
}

#datatableLogTokens_wrapper {
    margin: 20px;
}

.vue-slider.vue-slider-ltr {
    margin-bottom: 30px;
    margin-top: 30px;
}

.color-picker_body .cpw_container {
    margin: 0 auto;
}

.font-picker-picker_body .font-picker .dropdown-button {
    height: unset;
    padding: unset;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.font-picker-picker_body .font-picker {
    box-shadow: unset;
}

/*Generate subtitles*/

.slick-next.g-sub-styles__button,
.slick-prev.g-sub-styles__button {
    position: absolute;
    top: calc(50% - 16px);
    width: 32px;
    height: 32px;
    padding: 6px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 3px 1px 32px rgba(24, 29, 32, 0.05);
    color: rgb(112, 115, 117);
}

.g-sub-styles__button.slick-next::before,
.g-sub-styles__button.slick-prev::before {
    content: unset;
}

.g-sub-styles__button--next.slick-next {
    right: -16px;
}

.g-sub-styles__button--prev.slick-prev {
    left: -16px;
    z-index: 10;
}

.g-sub-styles__button--prev.slick-prev:hover, .g-sub-styles__button--prev.slick-prev:focus,
.g-sub-styles__button--next.slick-next:hover, .g-sub-styles__button--next.slick-next:focus {
    color: rgb(112, 115, 117);
    outline: none;
    background-color: #fff;
}

.font-picker--generate-subtitles .font-picker {
    position: relative !important;
    display: inline-block !important;
    box-shadow: unset !important;
    width: 100% !important;
}

.font-control.font-picker--generate-subtitles .font-picker .dropdown-button {
    padding: 11px 12px;
    font-size: 10px;
    line-height: 16px;
    border-radius: 8px;
    height: 38px;
}

.user-favorite__group .tools_box {
    position: relative;
}

.user-summary__value {
    max-width: 70%;
}

.validation-notify .invalid-feedback {
    display: block;
}

a.toast__button {
    text-decoration: none;
}

.badge.circle {
    border-radius: 100%;
    width: 10px;
    height: 10px;
}

td .badge.circle {
    top: 3px;
    position: relative;
}

.js-switcher-subscribe-plan:disabled + .ctrl-switcher-type__visual {
    background-color: #A7A9AA;
}

.our-plans .dropdown-toggle.disable-content::after {
    content: none;
}

.credits-remaining__nowrap {
    white-space: nowrap;
}

.our-plans_name.w-100 {
    max-width: 100%;
}

.custom-form .main-feedback {
    font-size: 12px;
    line-height: calc(16 / 12);
    color: #1A8FE3;
    display: block;
}

.popup-content__action-sm {
    width: 100%;
    padding: 5px;
    margin-bottom: 20px;
    margin-top: 20px
}

.ctrl-choice__box-standard {
    display: inline;
}

.ctrl-choice__field-standard {
    opacity: unset;
    position: relative;

}

#frequencyTime-popover-body.popover-body {
    background-color: #f7f7f7;
    border: none !important;
}

.credits-remaining.automation-wizard-infoblock {
    background-color: #d4ffce
}

.credits-remaining__button--link.automation-wizard-infoblock__button--link {
    color: #3a77be;
}

.our-plans .button.ctrl-generate__button-go__wm {
    margin-top: unset;
}

.text-block__strikethrough {
    text-decoration: line-through;
}

.chat-bot__message-buttons {
    align-self: flex-end;
    cursor: pointer;
}

section.api-cost--block .flex-table--row {
    display: flex;
}

section.api-cost--block .flex-table--col {
    flex: 1;
    padding: 10px;
}

section.api-cost--block .flex-table--row-header {
    background-color: #EFF7FD;
    border-radius: 10px;
    padding: 24px 40px;
}

section.api-cost--block .flex-table--col-2 {
    flex: 2;
}

section.api-cost--block .flex-table--col-1 {
    flex: 1;
}

.api-cost--block {
    text-align: center;
}

.flex-table--body {
    background: #fff;
}

.support-area__image-box img {
    margin-top: 40px;
}

.features {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    color: #fff;
}

.feature {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
}

.icon-circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #5090d7;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-circle img {
    width: 20px;
    height: 20px;
}

/*Support updates*/
.support-area__content .descr {
    color: #fff;
    max-width: 550px;
}

.support-area {
    padding-top: 40px;
    padding-bottom: 40px;
}

@media (min-width: 992px) {
    .support-area__content .title {
        font-size: 32px;
    }
}

@media (max-width: 991.98px) {
    .support-area__content .title {
        font-size: 29px;
    }
}

.mt-10 {
    margin: 2.5rem;
}

/*Tailwind*/
.is-checked [data-state="unchecked"] {
    display: none !important;
}

.is-checked [data-state="checked"] {
    display: block !important;
}

.is-not-checked [data-state="unchecked"] {
    display: block !important;
}

.is-not-checked [data-state="checked"] {
    display: none !important;
}

.banner-wrapper-gradient {
    background: linear-gradient(304deg, #0B51A9 1.79%, rgba(26, 143, 227, 1.0) 100%);
}

.multiple-columns p {
    margin-bottom: 1rem;
}

.summarizer_item-result {
    display: flex;
    flex-direction: column;
}

.summarizer_item-result .form-group {
    flex-grow: 1
}

.summarizer_item-result .summernote-container,
.summarizer_item-result .note-editor,
.summarizer_item-result .note-editing-area {
    height: 100%
}

.summarizer_item-result .note-editable,
.summarizer_item-result textarea {
    height: 100% !important;
    max-height: 100% !important;
    min-height: 300px;
}

.summarizer_item-result .ideas {
    height: calc(100% - 24px);
    min-height: 300px;
}

.summarizer_item .select2-container--default {
    resize: none;
    padding: 4px 16px;
    font-size: 0.9rem;
    border: 1px solid #E3E3E4;
    border-radius: 8px;
}

.summarizer_item .select2-selection {
    border: none !important;
}

.fs-sticky-footer {
    z-index: 1000 !important;
}

.mt-custom-rem {
    margin-top: 2.5rem;
}

.stripe-input {
    background: #FFFFFF;
    border: 1px solid #E3E3E4;
    border-radius: 5px;
    width: 100%;
    height: 48px;
    padding: 0 16px;
    font-size: 14px;
}

.stripe-input-embedded {
    text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    font-size: 14.88px !important;
    font-weight: 400 !important;
    color: #30313d !important;
}

.popover {
    z-index: 11;
}

.popover .arrow {
    display: none;
}

.popover-body {
    background: transparent !important;
    border-radius: 0 !important;
    padding: 0 !important;
    border: none !important;
    font-weight: normal !important;
    font-size: inherit !important;
    line-height: inherit !important;
    color: inherit !important;
}

.super-tool__main-container .grid-user {
    padding-top: 2rem;
    padding-bottom: 40px;
}

.super-tool__main-container .uploader-container {
    margin-top: 2rem;
    margin-bottom: 40px;
}

@media (min-height: 800px) {
    .super-tool__main-container .uploader-container .file-drop-area {
        min-height: 600px;
    }
}

.super-tool__main-container .tools_area--pdf {
    padding-top: 0;
    padding-bottom: 40px;
}

.super-tool__main-container .tools_area,
.super-tool__main-container .tools_area--pdf {
    background: none;
}

.super-tool__main-container .page_shadow--index {
    z-index: -1;
}

.js-select2-write .select2-selection.select2-selection--single {
    border: none !important;
}

.js-select2-write .select2-selection__rendered {
    display: block;
    width: 100%;
    height: calc(1.5em + 1rem + 2px);
    padding: .375rem .75rem;
    font-weight: 400;
    color: #495057;
    background-color: #fbfaff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
}

.js-select2-write .select2-selection__rendered:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    --tw-ring-offset-width: 2px !important;
    --tw-ring-color: hsl(var(--ring)) !important;
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
}

.select2-container--open .select2-dropdown {
    top: calc(100% + 8px) !important;
}

.js-select2-write .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 8px !important;
}

.js-select2-write .select2-container .select2-selection--single {
    height: 38px !important;
}

#signUpForm button[disabled] {
    cursor: auto;
    background-color: #126daf;
    color: #fff;
}

#preloader-stripe {
    opacity: 0.7;
    position: fixed;
    background: #fff;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    height: 100vh;
    width: 100vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

