﻿/*!
 * Bootstrap v4.5.3 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 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", 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", 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 {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

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
}

.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") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%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") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
}

.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
}

.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") no-repeat right .75rem center/8px 10px, 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") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
}

.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: #f8f9fa
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #6c757d;
    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(:last-child),
.input-group > .form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group > .custom-select:not(:first-child),
.input-group > .form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group > .custom-file {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group > .custom-file:not(:first-child) .custom-file-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group-append,
.input-group-prepend {
    display: -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 > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child),
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child),
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.custom-control {
    position: relative;
    z-index: 1;
    display: block;
    min-height: 1.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: no-repeat 50%/50% 50%
}

.custom-checkbox .custom-control-label::before {
    border-radius: .25rem
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
    border-color: #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") no-repeat right .75rem center/8px 10px;
    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;
    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;
    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-item {
    margin-bottom: -1px
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #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: no-repeat center center;
    background-size: 100% 100%
}

@media (max-width:575.98px) {

    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid,
    .navbar-expand-sm > .container-lg,
    .navbar-expand-sm > .container-md,
    .navbar-expand-sm > .container-sm,
    .navbar-expand-sm > .container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:576px) {
    .navbar-expand-sm {
        -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-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-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-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-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-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 {
    display: -ms-flexbox;
    display: flex
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: .5rem
}

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    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: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite
}

@media (prefers-reduced-motion:reduce) {
    .progress-bar-animated {
        -webkit-animation: none;
        animation: none
    }
}

.media {
    display: -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", 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", 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: no-repeat 50%/100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -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: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite
}

.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: spinner-grow .75s linear infinite;
    animation: spinner-grow .75s linear infinite
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem
}

.align-baseline {
    vertical-align: baseline !important
}

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.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;
    -ms-user-select: all !important;
    user-select: all !important
}

.user-select-auto {
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    -ms-user-select: auto !important;
    user-select: auto !important
}

.user-select-none {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.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
    }
}

:root {
    --bg-gray-light: rgba(0, 0, 0, 0.015)
}

html {
    -ms-overflow-style: -ms-autohiding-scrollbar
}

body {
    font-size: .875rem;
    font-weight: normal;
    font-style: normal;
    color: #222 !important;
    font-family: var(--vr-font-main);
    oveflow-x: hidden !important
}

a {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    color: #222;
    outline: none !important
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none !important
}

button {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    outline: none !important
}

.lazyload,
.lazyloading {
    opacity: 0
}

.lazyloaded {
    opacity: 1;
    transition: opacity 300ms
}

img.lazyload:not([src]) {
    visibility: hidden
}

.btn {
    font-size: .875rem;
    color: #222
}

.dropdown-menu {
    font-size: .875rem
}

.dropdown-item {
    color: #222
}

.btn-group .dropdown-menu .dropdown-item {
    padding: .4rem 1.5rem
}

.ratio {
    position: relative;
    width: 100%
}

.ratio::before {
    display: block;
    padding-top: var(--bs-aspect-ratio);
    content: ""
}

.ratio > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.ratio-1x1 {
    --bs-aspect-ratio: 100%
}

.ratio-4x3 {
    --bs-aspect-ratio: 75%
}

.ratio-16x9 {
    --bs-aspect-ratio: 56.25%
}

.ratio-21x9 {
    --bs-aspect-ratio: 42.8571428571%
}

.ratio-image-product-details {
    --bs-aspect-ratio: 92%
}

.ratio-product-box {
    --bs-aspect-ratio: 106%;
    overflow: hidden
}

img {
    text-indent: -9999px;
    color: transparent
}

.font-size-13 {
    font-size: 13px !important
}

.row-10 {
    margin-right: -10px;
    margin-left: -10px
}

.col-10 {
    padding-right: 10px;
    padding-left: 10px
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: none !important;
    outline: none !important;
    border-radius: 2px;
    padding: .4rem .8rem
}

.btn i {
    margin-right: 5px
}

.btn-sm {
    padding: 6px 14px;
    font-size: .8125rem;
    line-height: 20px
}

.btn-md {
    padding: .5rem 1.375rem;
    line-height: 1.375rem
}

.btn-lg {
    padding: 11px 24px;
    line-height: 20px
}

.btn-custom {
    color: #fff !important;
    font-weight: 400;
    outline: 0 !important
}

.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active {
    opacity: .9
}

.btn-slider {
    padding: 12px 24px;
    line-height: 20px;
    border-radius: 2px;
    font-weight: 400;
    outline: 0 !important;
    color: #fff;
    background-color: #222
}

.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active {
    color: #fff !important
}

.btn-custom .disabled,
.btn-custom:disabled {
    color: #fff !important
}

.btn-custom .disabled,
.btn-custom:disabled {
    opacity: .9
}

.btn-red {
    background-color: #d9534f;
    border-color: #d9534f;
    color: #fff !important;
    border-radius: 0;
    font-weight: 400;
    outline: 0 !important
}

.btn-red:hover,
.btn-red:focus,
.btn-red:active {
    background-color: #c9302c !important;
    border-color: #c9302c !important;
    color: #fff !important
}

.btn-gray {
    color: #333 !important;
    font-weight: 400;
    outline: 0 !important;
    background-color: #e6e6e6
}

.btn-gray:hover,
.btn-gray:focus,
.btn-gray:active {
    background-color: #d1d1d1 !important;
    border-color: #d1d1d1 !important;
    color: #222 !important
}

.btn-block {
    padding: .625rem 1.5rem;
    line-height: 1.5rem;
    border-radius: 2px;
    color: #fff !important
}

.btn-block:hover {
    opacity: .9
}

.btn-light {
    display: inline-flex;
    align-items: center;
    color: #434658 !important;
    background-color: #f3f4f6;
    border: 1px solid #ebecee !important
}

.btn-light:hover {
    background-color: #e9eaec
}

.btn-block-table {
    display: block;
    width: 100%;
    color: #fff !important
}

.btn-outline {
    background-color: transparent !important;
    font-size: 13px;
    border-radius: 0;
    font-weight: 400;
    outline: 0 !important;
    border-color: #999
}

.btn-outline:hover {
    color: #fff !important
}

.button-link {
    padding: 0;
    margin: 0;
    border: 0;
    box-shadow: none !important;
    background-color: transparent !important;
    outline: none !important;
    text-decoration: none !important
}

.btn-contact-seller {
    padding: .5rem 1.1rem;
    border-radius: 2px;
    border: 1px solid #e4e4e4;
    background-color: transparent !important;
    font-size: 12px;
    font-weight: 600;
    float: right
}

.btn-contact-seller:hover {
    border-color: #bcbcbc !important
}

.btn-contact-seller i {
    color: #666;
    margin-right: 4px
}

.btn-outline-gray {
    background-color: transparent !important;
    font-size: 13px;
    font-weight: 400;
    outline: 0 !important;
    border: 1px solid #e4e4e4;
    color: #444 !important
}

.btn-outline-gray i {
    color: #666
}

.btn-outline-gray:hover {
    border-color: #bcbcbc !important
}

.btn-outline-red {
    background-color: transparent !important;
    border: 1px solid #E84D3B;
    color: #E84D3B;
    font-size: 13px;
    border-radius: 0;
    font-weight: 400;
    outline: 0 !important;
    text-transform: uppercase
}

.btn-outline-red:hover {
    background-color: #E84D3B !important;
    color: #fff !important
}

.color-white {
    color: #fff !important
}

.color-link {
    color: #2d65fe !important
}

.link-oce {
    color: #09b1ba !important
}

.badge {
    display: inline-flex;
    align-items: center;
    padding: .32rem .64rem;
    font-weight: 400;
    font-size: 11px
}

.badge-primary-light {
    background-color: #eef7fc !important;
    color: #0097f0 !important
}

.badge-success-light {
    background-color: #e5faf0;
    color: #31ae6a
}

.badge-secondary-light {
    background-color: #F6F6F6;
    color: #212B46
}

.badge-danger-light {
    background-color: #fcf2f5;
    color: #ee3e69
}

.badge-warning-light {
    background-color: #fbf6db;
    color: #ebb300
}

.badge-info-light {
    background-color: #eef7fc !important;
    color: #15a0b6
}

.btn-variation {
    color: #fff !important;
    padding: .3rem .6rem
}

.alert {
    display: flex;
    align-items: center;
    border: 0;
    border-radius: 0;
    padding: 16px 20px
}

.alert-dismissible .close {
    padding: 10px 20px
}

.modal-close-rounded {
    position: absolute;
    background-color: #fff !important;
    padding: 10px !important;
    opacity: 1 !important;
    margin: 0 !important;
    border: 0 !important;
    font-size: 18px;
    color: #a4a4a4 !important;
    border-radius: 50%;
    top: -14px;
    right: -11px;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, .15)
}

.modal-close-rounded:hover {
    color: #555 !important
}

.alert-danger {
    background-color: #f8d7da;
    border-color: #b02a37;
    color: #b02a37
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #82a9af
}

.alert ul {
    padding-left: 10px !important;
    margin: 0 !important
}

.alert ul li {
    margin-bottom: 0
}

.alert svg {
    flex-shrink: 0 !important;
    margin-right: 10px
}

.badge-lg {
    padding: .3rem .6rem
}

.text-gray {
    color: #888
}

.form-input {
    border: 1px solid #eaebf1;
    outline: none !important;
    color: #494949;
    height: 46px;
    font-size: .875rem;
    line-height: 24px;
    padding: 10px 20px;
    box-shadow: none;
    border-radius: 2px
}

.custom-select {
    height: 42px;
    font-size: 14px !important;
    border-radius: 0;
    box-shadow: none !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 10px 10px !important
}

.select2 {
    outline: none !important
}

.select2-container--default .select2-selection--single,
.select2-selection .select2-selection--single {
    border: 1px solid #d2d6de;
    border-radius: 0 !important;
    padding: 10px 16px !important;
    height: 46px !important;
    outline: none !important
}

.select2-container .select2-selection--single .select2-selection__rendered {
    margin-top: -2px !important
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 3px !important
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-left: -8px !important;
    margin-top: 4px !important
}

.select2-results__message {
    color: #97A0A8 !important
}

.select2-container {
    display: block !important
}

.select2-container--default .select2-selection--single,
.select2-selection .select2-selection--single {
    border: 1px solid #dfe0e6 !important
}

.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default .select2-search--dropdown .select2-search__field {
    outline: none !important
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #F0F1F2 !important;
    color: #393A3B !important
}

.select2-container--default .select2-results__option--selected {
    background-color: #F0F1F2 !important
}

.select2-selection.error {
    border: 1px solid rgba(220, 53, 69, 0.40) !important
}

.form-textarea {
    min-height: 120px;
    border-radius: 2px;
    padding: 12px 15px;
    resize: vertical
}

.form-control {
    font-size: .875rem
}

.form-control:focus {
    color: #495057;
    outline: 0;
    box-shadow: none !important
}

.form-group {
    display: block;
    width: 100%;
    position: relative;
    float: left;
    max-width: 100%
}

.form-group .control-label {
    font-weight: 600
}

.form-group .control-label-small {
    font-weight: 400;
    font-size: 14px
}

.form-inline {
    display: inline-block
}

.row-align-items-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
}

.row-custom {
    display: block;
    width: 100%;
    max-width: 100%;
    float: left;
    position: relative
}

.hidden {
    display: none !important
}

.visibility-hidden {
    visibility: hidden !important
}

.visibility-visible {
    visibility: visible !important
}

.no-wrap {
    white-space: nowrap !important
}

.table thead th {
    vertical-align: middle;
    border-bottom: 1px solid #dee2e6;
    font-size: 13px;
    padding: .8rem
}

.table td {
    vertical-align: middle;
    padding: .8rem
}

.table-custom {
    padding: 15px 20px;
    border: 1px solid #F2F2F5
}

.table-custom .table-title {
    font-size: 16px;
    font-weight: 700
}

.table-custom tr {
    border-bottom: 1px solid #F2F2F5
}

.table-custom thead th {
    border: 0 !important;
    font-weight: 700;
    font-size: 14px
}

.table-custom td {
    border: 0 !important;
    vertical-align: middle !important;
    padding: 1rem
}

.nav-breadcrumb {
    padding-bottom: 25px
}

.breadcrumb {
    background-color: transparent;
    font-size: 13px;
    padding: 0;
    margin: 0;
    min-height: 18px;
    line-height: 18px
}

.breadcrumb li {
    word-break: break-all
}

.breadcrumb a {
    color: #5A5A5A
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: 4px;
    color: #5A5A5A
}

.breadcrumb-item + .breadcrumb-item::before {
    padding-right: 4px;
    color: #5A5A5A
}

.breadcrumb .active {
    color: #222
}

.breadcrumb-products li:last-child a {
    color: #222
}

.display-block {
    display: block !important
}

.display-inline-block {
    display: inline-block !important
}

.display-flex {
    display: flex !important
}

.display-inline-flex {
    display: inline-flex !important
}

.flex-shrink-0 {
    flex-shrink: 0 !important
}

.p-0 {
    padding: 0 !important
}

.m-0 {
    margin: 0 !important
}

.m-t-0 {
    margin-top: 0 !important
}

.m-t-5 {
    margin-top: 5px !important
}

.m-t-10 {
    margin-top: 10px !important
}

.m-t-15 {
    margin-top: 15px !important
}

.m-t-20 {
    margin-top: 20px !important
}

.m-t-30 {
    margin-top: 30px !important
}

.m-t-45 {
    margin-top: 45px !important
}

.m-t-60 {
    margin-top: 60px !important
}

.m-t-30- {
    margin-top: -30px !important
}

.m-b-0 {
    margin-bottom: 0 !important
}

.m-b-5 {
    margin-bottom: 5px !important
}

.m-b-10 {
    margin-bottom: 10px !important
}

.m-b-15 {
    margin-bottom: 15px !important
}

.m-b-20 {
    margin-bottom: 20px !important
}

.m-b-30 {
    margin-bottom: 30px !important
}

.m-b-45 {
    margin-bottom: 45px !important
}

.m-r-3 {
    margin-right: 3px
}

.m-r-5 {
    margin-right: 5px
}

.m-r-10 {
    margin-right: 10px
}

.m-r-1 {
    margin-right: 1px
}

.m-r-2 {
    margin-right: 2px !important
}

.m-l-5 {
    margin-left: 5px
}

.m-l-15 {
    margin-left: 15px
}

.m-r-0 {
    margin-right: 0 !important
}

.p-r-0 {
    padding-right: 0 !important
}

.font-600 {
    font-weight: 600 !important
}

.font-700 {
    font-weight: 700 !important
}

.rating {
    float: left
}

.rating i {
    float: left;
    display: inline-block;
    color: #fbc12a;
    font-size: 18px;
    line-height: 18px;
    margin-right: 2px
}

.rating .icon-star-o {
    color: #ddd
}

.rating .icon-star {
    color: #fbc12a
}

.error-message {
    margin-left: 15px
}

.error-message p {
    position: relative;
    color: #d43f3a;
    margin-bottom: 5px;
    font-size: .875rem;
    text-align: left;
    display: list-item !important;
    list-style: disc !important
}

.error-reset-password {
    color: #d43f3a;
    text-align: center
}

.success-message p {
    position: relative;
    color: #28a745;
    margin-bottom: 5px
}

.custom-checkbox input:invalid .custom-checkbox label {
    color: #0f74a8
}

.link-underlined {
    text-decoration: underline !important
}

.link-underlined:hover {
    color: #222
}

.link-terms {
    color: #222 !important;
    font-weight: 600 !important
}

.link-terms strong {
    color: #222 !important;
    font-weight: 600 !important;
    text-decoration: underline
}

.button-link-style {
    border: 0 !important;
    background-color: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
    outline: none !important
}

.force-select {
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    -ms-user-select: auto !important;
    user-select: auto !important
}

.product-item-horizontal .col-mds-5 {
    max-width: 20% !important;
    min-width: 254px !important
}

@media(min-width:992px) {
    .col-mds-5 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
}

@media(min-width:1200px) {
    .container {
        max-width: 1270px
    }
}

.a-hover-underline:hover {
    text-decoration: underline !important
}

@media(min-width:992px) {
    .sticky-lg-top {
        position: sticky;
        top: 0;
        height: 100vh
    }
}

.hidden-scrollbar {
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.hidden-scrollbar::-webkit-scrollbar {
    width: 0
}

#header {
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.06);
    position: relative;
    z-index: 100;
    max-width: 100%
}

.top-bar {
    display: block;
    width: 100%;
    border-bottom: 1px solid #ebebeb;
    position: relative;
    background-color: #fff
}

.top-bar .navbar-nav {
    display: block;
    padding: 8px 0
}

.top-bar .navbar-nav .nav-item {
    display: flex;
    align-items: center;
    float: left;
    margin-right: 15px
}

.top-bar .navbar-nav .nav-item .nav-link {
    float: left;
    line-height: 26px;
    font-size: 14px;
    padding: 0;
    position: relative;
    color: #666
}

.top-bar .navbar-nav .nav-item .nav-link i {
    color: #888;
    margin-right: 5px
}

.top-bar .navbar-nav .nav-item .auth-sep {
    float: left;
    line-height: 20px;
    color: #333e48;
    font-size: 13px;
    margin: 0 8px
}

.top-bar .col-right .navbar-nav .nav-item {
    min-height: 22px;
    float: left;
    margin-right: 10px;
    padding-right: 10px
}

.top-bar .col-right .navbar-nav .nav-item:last-child {
    margin-right: 0;
    border-right: 0
}

.top-bar .mds-svg-icon {
    width: 1.1em;
    height: 1.1em;
    fill: #888
}

.top-bar .btn-modal-location {
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 250px;
    white-space: nowrap
}

.top-bar .btn-modal-location .mds-svg-icon {
    margin-right: 0
}

.btn-reset-location {
    display: inline-flex;
    align-items: center;
    padding: 3px 8px;
    font-size: 12px;
    border: 0 !important;
    box-shadow: none !important;
    background-color: #e3e3e7;
    color: #515660
}

.btn-reset-location:hover {
    background-color: #d5d5d9;
    color: #222
}

.location-modal-description {
    margin-bottom: 20px;
    margin-top: -15px;
    color: #999;
    text-align: center;
    text-align: center
}

.select-location {
    margin-bottom: 20px
}

.profile-dropdown .dropdown-menu {
    border: 1px solid #e6e6e6;
    min-width: 180px;
    padding: 0;
    left: -20px !important;
    z-index: 999999
}

.profile-dropdown .dropdown-menu li {
    margin: 0 !important
}

.profile-dropdown .dropdown-menu li:last-child {
    border-top: 1px solid #e6e6e6;
    margin-top: 0 !important
}

.profile-dropdown .dropdown-menu li a {
    display: flex;
    align-items: center;
    margin: 2px 4px;
    padding: 4px 15px;
    color: #606060 !important;
    white-space: nowrap;
    min-height: 32px
}

.profile-dropdown .dropdown-menu li a:hover {
    background-color: #f5f5f5
}

.profile-dropdown .dropdown-menu li a .icon,
.profile-dropdown .dropdown-menu li button .icon {
    width: 20px;
    margin-right: 6px
}

.profile-dropdown .dropdown-menu li a i {
    display: inline-block;
    width: 22px
}

.profile-dropdown .dropdown-menu .isvg {
    width: 22px
}

.profile-dropdown .dropdown-menu li a .icon-admin {
    font-size: .9375rem
}

.profile-dropdown .a-profile {
    position: relative
}

.profile-dropdown .a-profile img {
    float: left;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    margin-right: 8px;
    position: relative
}

.top-bar .navbar-nav .nav-item .dropdown-toggle::after {
    display: none
}

.message-notification {
    position: absolute;
    left: 15px;
    top: -5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    background-color: #28a745;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    color: #fff
}

.message-notification-mobile {
    width: 20px;
    height: 20px;
    line-height: 20px;
    top: 5px !important;
    font-size: 11px;
    left: 32px !important
}

.profile-dropdown .a-profile::after {
    display: none
}

.profile-dropdown .username {
    display: inline-block;
    position: relative;
    line-height: 22px;
    top: 2px
}

.currency-dropdown .dropdown-menu {
    min-width: 112px
}

.currency-dropdown form {
    display: block;
    width: 100%
}

.currency-dropdown ul {
    padding-top: 4px !important;
    padding-bottom: 0 !important
}

.currency-dropdown ul li {
    padding: 4px !important;
    padding-top: 0 !important
}

.currency-dropdown ul li button {
    box-shadow: none !important;
    border: 0 !important;
    background-color: transparent;
    display: block;
    width: 100%;
    margin-right: 0 !important;
    margin-bottom: 0;
    padding: 4px 20px;
    line-height: 24px;
    color: #777 !important;
    text-align: left
}

.currency-dropdown ul li button:hover {
    background-color: #f5f5f5 !important
}

.top-menu-dropdown .dropdown-menu {
    border: 1px solid #e6e6e6;
    min-width: 108px;
    padding: 0;
    left: -20px !important;
    padding-top: 4px
}

.top-menu-dropdown .dropdown-menu li {
    padding: 4px !important;
    padding-top: 0 !important
}

.top-menu-dropdown .dropdown-menu li button,
.top-menu-dropdown .dropdown-menu li a {
    box-shadow: none !important;
    border: 0 !important;
    background-color: transparent;
    display: block;
    width: 100%;
    margin-right: 0 !important;
    margin-bottom: 0;
    padding: 4px 20px;
    line-height: 24px;
    color: #777 !important;
    text-align: left
}

.top-menu-dropdown .dropdown-menu li button:hover,
.top-menu-dropdown .dropdown-menu li a:hover {
    background-color: #f5f5f5 !important
}

.top-menu-dropdown > a > i {
    margin: 0 !important
}

.top-menu-dropdown > a::after {
    display: none
}

.top-menu-dropdown .flag {
    width: 18px;
    height: auto;
    max-height: 14px;
    margin-right: 5px;
    display: inline-block;
    margin-top: -1px
}

.top-menu-dropdown .dropdown-menu-lang {
    min-width: 130px
}

.nav-top {
    width: 100%;
    display: block;
    position: relative;
    float: left;
    padding: 15px 0;
    background-color: #fff
}

.nav-top .nav-top-left .logo {
    position: relative;
    float: left;
    margin-right: 15px;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
}

.nav-top .nav-top-left .logo a {
    width: 100%;
    height: auto;
    display: block
}

.nav-top .nav-top-left .logo a img {
    display: block
}

.top-search-bar {
    width: calc(100% - 180px);
    display: table;
    float: left;
    position: relative;
    border: 1px solid #f6f6f6 !important;
    border-radius: 4px;
    background-color: #f6f6f6
}

.top-search-bar .input-search {
    background-color: #f6f6f6;
    border: 0 !important;
    box-shadow: none !important;
    outline: none !important;
    color: #7b808a;
    padding: 8px;
    padding-right: 40px;
    padding-left: 20px;
    box-shadow: none;
    border-radius: 0;
    line-height: 21px;
    height: 46px
}

.top-search-bar .was-validated .form-control:invalid {
    border: 1px solid #e6e6e6 !important;
    -moz-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3) !important;
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3) !important;
    box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3) !important
}

.top-search-bar .btn-search {
    position: absolute;
    top: 0;
    right: 0;
    height: 46px;
    padding: 0 20px;
    background-color: transparent !important;
    border: 0 !important;
    color: #7b808a;
    font-size: 18px;
    line-height: 26px
}

.top-search-bar .btn-search i {
    margin: 0 !important;
    color: #7b808a !important
}

.search-results-ajax {
    position: absolute;
    width: 100%;
    background-color: #fff;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    z-index: 9999;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    border-radius: 0
}

.search-results-ajax .search-results {
    max-height: 400px;
    padding: 0 10px
}

.search-results-ajax ul {
    padding: 0;
    margin: 10px 0
}

.search-results-ajax ul li {
    list-style: none
}

.search-results-ajax ul li a {
    display: block;
    padding: 10px
}

.search-results-ajax ul li a:hover {
    background-color: #f7f7f7
}

.search-results-ajax ul li .search-item-right span {
    font-size: 11px;
    color: #999
}

.nav-top .nav-top-right .nav {
    float: right
}

.nav-top .nav-top-right .nav li {
    margin-right: 8px;
    float: left
}

.nav-top .nav-top-right .nav > li > a {
    padding: 8px;
    display: block;
    color: #606060;
    float: left
}

.nav-top .nav-top-right .nav > li > a:hover {
    color: #666 !important
}

.nav-top .nav-top-right .nav > li > .btn-sell-now {
    padding: .5rem 1.375rem;
    line-height: 1.375rem;
    border-radius: .125rem;
    margin: 0 8px;
    color: #fff !important
}

.nav-top .nav-top-right .nav > li > .btn-sell-now:hover {
    color: #fff !important
}

.nav-main {
    width: 100%;
    display: block;
    position: relative;
    float: left;
    background-color: #fff;
    padding: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05)
}

.nav-main .navbar {
    background-color: #fff;
    padding: 0;
    margin: 0
}

.nav-main .navbar ul .nav-item:first-child {
    padding-left: 0
}

.nav-main .navbar ul .nav-item:last-child {
    padding-right: 0
}

.nav-main .navbar ul .nav-item .nav-link {
    color: #222;
    font-weight: 500;
    padding: 14px 10px;
    margin-right: 8px;
    font-size: 14px;
    position: relative
}

.nav-main .navbar > .navbar-nav > .nav-item:hover .nav-link:before {
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    bottom: -1px
}

.nav-item-cart a .notification {
    position: absolute !important;
    top: 0;
    left: 29px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    background-color: #fe2e3e;
    border-radius: 50%;
    height: 18px;
    width: 18px;
    line-height: 18px;
    text-align: center;
    color: #fff
}

.label-nav-icon {
    position: relative;
    top: 2px
}

.nav-item-cart a .lbl-cart {
    display: block;
    width: 100%;
    font-size: 12px;
    color: #555;
    position: relative;
    left: 2px;
    text-align: center
}

.span-message-4652 {
    display: inline-block;
    height: 18px;
    width: 18px;
    text-align: center;
    line-height: 18px;
    border-radius: 100%;
    background-color: #fe2e3e;
    color: #fff;
    font-size: 12px;
    margin-left: 5px;
    font-weight: 600;
    margin-right: 18px
}

.li-main-nav-right a {
    color: #555;
    line-height: 26px;
    position: relative
}

.li-main-nav-right a i {
    float: left;
    margin-right: 5px;
    font-size: 1.825rem;
    position: relative;
    color: #666
}

.mega-menu {
    padding: 0 !important
}

.mega-menu .col-category-links {
    -ms-flex: 0 0 63.666667%;
    flex: 0 0 63.666667%;
    max-width: 63.666667%
}

.mega-menu .col-category-images {
    -ms-flex: 0 0 36.333333%;
    flex: 0 0 36.333333%;
    max-width: 36.333333%;
    padding-left: 0
}

.mega-menu .dropdown-toggle::after {
    display: none !important
}

.mega-menu .nav-item {
    position: inherit
}

.mega-menu .menu-li-more {
    position: relative
}

.mega-menu .menu-li-more:hover > .dropdown-menu {
    display: block
}

.mega-menu .dropdown .dropdown-menu {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    width: 100%;
    max-width: 100%;
    display: none;
    overflow: hidden;
    border-radius: 0 !important;
    margin: 0;
    border: 0;
    padding: 30px 30px 22px 30px;
    border-radius: 0 !important;
    border-top: 1px solid rgba(0, 0, 0, .10);
    -moz-box-shadow: 0 4px 6px rgba(0, 0, 0, .12) !important;
    -webkit-box-shadow: 0 4x 6px rgba(0, 0, 0, .12) !important;
    box-shadow: 0 4px 6px rgba(0, 0, 0, .12) !important
}

.mega-menu .dropdown-menu-more-items {
    position: absolute;
    width: auto !important;
    max-width: none !important;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem !important;
    padding: .5rem 0 !important;
    margin: .125rem 0 0 !important;
    border: 1px solid #e6e6e6;
    border-radius: 0 !important;
    margin-top: 0 !important;
    border-top: 0;
    max-height: 400px !important;
    overflow-y: auto !important;
    right: 0;
    left: auto
}

.mega-menu .dropdown-menu-more-items a {
    width: auto;
    display: block;
    margin: 4px;
    padding: 4px 15px;
    line-height: 24px
}

.mega-menu .dropdown-menu-more-items a:hover,
.mega-menu .dropdown-menu-more-items a:focus,
.mega-menu .dropdown-menu-more-items a:active {
    background-color: #f5f5f5 !important;
    color: #222 !important
}

.mega-menu .menu-subcategories {
    text-align: left;
    min-height: 262px
}

.mega-menu .subcategory-item {
    width: 25%;
    float: left
}

.mega-menu .col-level-two {
    margin-bottom: 10px
}

.mega-menu .menu-subcategories .second-category {
    font-size: 14px;
    line-height: 24px;
    color: #222;
    font-weight: 600;
    border-bottom: .09375rem solid transparent;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    white-space: pre-wrap
}

.mega-menu .menu-subcategories .second-category:hover {
    border-color: #666
}

.mega-menu .menu-subcategories .card-columns .card {
    border: 0 !important
}

.mega-menu .menu-subcategories ul {
    padding: 0;
    margin: 0;
    margin-top: 5px
}

.mega-menu .menu-subcategories ul li {
    list-style: none;
    margin-bottom: 4px
}

.mega-menu .menu-subcategories ul li a {
    font-size: 14px;
    line-height: 22px;
    color: #4e4e4e;
    border-bottom: .0625rem solid transparent
}

.mega-menu .menu-subcategories ul li a:hover {
    border-color: #4e4e4e
}

.mega-menu .nav-category-image {
    position: relative;
    width: 194px;
    height: 120px;
    overflow: hidden;
    float: left;
    margin-bottom: 11px
}

.mega-menu .nav-category-image:nth-child(odd) {
    margin-right: 11px
}

.mega-menu .nav-category-image img {
    display: block;
    width: 100%;
    position: relative;
    transform: translateY(-10%)
}

.mega-menu .nav-category-image a span {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    z-index: 999;
    padding: 5px 10px
}

.mega-menu .nav-category-image a::after {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.30) 50%, rgba(0, 0, 0, 0.60) 100%);
    bottom: 0;
    content: "";
    height: 50%;
    opacity: .6;
    position: absolute;
    transition: all .3s ease-in 0s;
    width: 100%;
    will-change: opacity;
    display: block
}

.mega-menu .link-view-all {
    font-size: 12px !important
}

#menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    z-index: 99;
    opacity: .3;
    background-color: #222
}

.navbar .mega-menu .dropdown-menu-large {
    padding: 0
}

.navbar .mega-menu .dropdown-menu-large .left {
    border-right: 1px solid #eee;
    padding: 15px 0 30px 15px;
    -ms-flex: 0 0 28%;
    flex: 0 0 28%;
    max-width: 28%
}

.dropdown-menu-large .left .large-menu-item {
    width: 100%;
    display: block;
    float: left;
    font-size: 14px;
    line-height: 24px;
    color: #222
}

.dropdown-menu-large .left .active a {
    background-color: #f2f2f2;
    color: #222
}

.dropdown-menu-large .left .large-menu-item a {
    display: block;
    width: 100%;
    position: relative;
    padding: 8px 20px
}

.dropdown-menu-large .left .large-menu-item a:hover {
    background-color: #f2f2f2;
    color: #222
}

.dropdown-menu-large .left .large-menu-item a i {
    width: 10px;
    height: 26px;
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto
}

.dropdown-menu-large .right {
    -ms-flex: 0 0 72%;
    flex: 0 0 72%;
    max-width: 72%;
    padding: 15px 15px 30px 20px
}

.dropdown-menu-large .right .large-menu-content {
    display: none;
    width: 100%
}

.dropdown-menu-large .right .active {
    display: block
}

.dropdown-menu-large .right .large-menu-content .item-large-menu-content {
    padding-left: 15px;
    padding-right: 15px;
    line-height: 22px;
    padding-bottom: 5px;
    border: 0 !important
}

.dropdown-menu-large .right .large-menu-content .item-large-menu-content > a {
    line-height: 22px;
    border-bottom: .0625rem solid transparent;
    font-weight: 500
}

.dropdown-menu-large .right .large-menu-content .item-large-menu-content > a:hover {
    border-color: #666
}

.dropdown-menu-large .right .large-menu-content .item-large-menu-content ul {
    padding: 0;
    margin: 0
}

.dropdown-menu-large .right .large-menu-content .item-large-menu-content ul li {
    list-style: none !important
}

.mega-menu-content-no-image .col-category-images {
    display: none !important
}

.mega-menu-content-no-image .col-category-links {
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important
}

.mega-menu-content-no-image .card-columns {
    -webkit-column-count: 5;
    -moz-column-count: 5;
    column-count: 5
}

.overlay-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    display: none;
    overflow: hidden;
    background-color: rgba(0, 0, 0, .6);
    top: 0;
    left: 0;
    z-index: 99;
    animation-name: fadeIn
}

.mobile-nav-container {
    display: none;
    width: 100%;
    position: relative;
    min-height: 66px;
    z-index: 10010
}

.nav-mobile-header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 900;
    display: none;
    background-color: #fff;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.08);
    padding: 4px
}

.nav-mobile-header-container {
    width: 100%;
    position: relative;
    overflow: hidden
}

.nav-mobile-header-container .flex-item {
    display: flex;
    align-items: center;
    width: 33.33%;
    height: 58px
}

.nav-mobile-header-container .item-menu-icon a,
.nav-mobile-header-container .item-menu-icon button {
    position: relative;
    display: inline-block;
    font-size: 24px;
    line-height: 24px;
    padding: 12px !important;
    color: #222 !important
}

.nav-mobile-header-container .mobile-logo {
    display: block;
    width: 100%;
    text-align: center
}

.nav-mobile-header-container .mobile-logo .logo {
    display: block
}

.nav-mobile-header-container .mobile-logo .logo img {
    max-width: 150px;
    max-height: 52px
}

.nav-mobile-header-container .a-search-icon {
    position: relative;
    display: inline-block;
    font-size: 22px !important;
    line-height: 24px;
    padding: 12px;
    color: #222 !important;
    cursor: pointer
}

.nav-mobile-header-container .icon-close {
    font-size: 24px !important
}

.nav-mobile-header-container .a-mobile-cart {
    position: relative;
    display: inline-block;
    font-size: 24px !important;
    line-height: 24px;
    padding: 12px 10px;
    color: #222 !important;
    margin-right: 5px
}

.nav-mobile-header-container .a-mobile-cart .notification {
    position: absolute !important;
    display: inline-block;
    font-size: 12px;
    background-color: #fe2e3e;
    border-radius: 50%;
    top: 4px;
    right: 0;
    height: 18px;
    width: 18px;
    line-height: 18px;
    text-align: center;
    color: #fff;
    font-weight: 600
}

.nav-mobile {
    width: 0;
    height: 100%;
    position: fixed;
    z-index: 9999;
    top: 60px;
    left: 0;
    text-align: center;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
    background-color: #fff;
    overflow-x: hidden
}

.nav-mobile .nav-mobile-sc {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden
}

.nav-mobile .nav-mobile-inner {
    display: block;
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 130px;
    padding: 20px;
    padding-bottom: 100px
}

#navbar_mobile_categories {
    padding-bottom: 0 !important;
    border-bottom: 1px solid rgba(0, 0, 0, .05)
}

.nav-mobile .nav-tabs-mobile-menu {
    border: 0 !important
}

.nav-mobile .nav-tabs-mobile-menu .nav-link {
    border: 0;
    border-radius: 0;
    width: 50%;
    font-size: 15px;
    font-weight: 600;
    padding: .6rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #222 !important
}

.nav-mobile .nav-tabs-mobile-menu .nav-link {
    flex-shrink: 0
}

.nav-mobile .nav-tabs-mobile-menu .nav-link {
    background-color: #fff
}

.nav-mobile .nav-tabs-mobile-menu .active {
    background-color: #f6f7f8;
    color: #111
}

.nav-mobile .tab-content-mobile-menu {
    padding-top: 20px
}

.nav-mobile .mobile-flex-dropdowns,
.nav-mobile .mobile-flex-dropdowns .dropdown {
    border: 0 !important
}

.nav-mobile .mobile-flex-dropdowns .dropdown-menu {
    left: -15px !important
}

.mobile-nav-buttons {
    width: 310px;
    display: block;
    position: relative;
    margin-top: 5px;
    margin-bottom: 15px
}

.mobile-nav-buttons .btn-mobile-nav {
    display: inline-block;
    width: 133px;
    padding: 10px 12px;
    font-size: 15px;
    border-radius: 0
}

.mobile-nav-buttons .btn-mobile-nav i {
    margin-right: 8px;
    opacity: .9
}

.mobile-nav-buttons .btn-mobile-nav-add {
    width: 100%
}

.nav-mobile .navbar-nav {
    float: none !important;
    padding: 0;
    margin: 0;
    display: block;
    position: relative;
    width: 270px;
    padding-bottom: 80px
}

.nav-mobile .navbar-nav .nav-item {
    width: 100%;
    display: block;
    position: relative;
    margin-left: 0 !important;
    margin-right: 0 !important;
    text-align: left;
    word-break: break-word;
    border-bottom: 1px solid rgba(0, 0, 0, .05)
}

.nav-mobile .navbar-nav .nav-item-hidden {
    display: none
}

.nav-mobile .navbar-nav .nav-item:last-child {
    border-bottom: 0 !important
}

.nav-mobile .navbar-nav .nav-item .nav-link {
    font-size: 15px;
    line-height: 20px;
    padding: 12px 0 !important;
    text-transform: none;
    font-weight: 600;
    display: block;
    width: 100%;
    color: #434343;
    background-color: transparent !important;
    text-align: left
}

.nav-mobile .navbar-nav .nav-item .nav-link i {
    font-size: 16px;
    line-height: 20px !important;
    color: #555
}

.nav-mobile .navbar-nav .nav-item .nav-link .icon-map-marker {
    color: #777 !important;
    position: relative;
    top: -2px
}

.nav-mobile .navbar-nav .open .dropdown-menu > li {
    display: block;
    width: 100% !important;
    position: relative;
    border: 0 !important
}

.nav-mobile .navbar-nav .open .dropdown-menu > li > a {
    color: #222;
    line-height: 22px !important;
    font-size: 15px !important;
    padding: 8px 15px !important;
    max-width: 100%;
    width: 100% !important;
    word-break: break-word !important;
    white-space: normal !important
}

#navbar_mobile_back_button i {
    margin-right: 6px
}

.nav-mobile .navbar-mobile-categories .nav-link i {
    float: right
}

.nav-mobile .navbar-nav > .nav-item > .dropdown-menu {
    position: relative !important;
    width: 100%;
    transform: none !important;
    background-color: transparent !important;
    border: 0 !important;
    padding-top: 0;
    margin-left: 0;
    padding-left: 0
}

.nav-mobile .navbar-nav > .nav-item > .dropdown-menu > .dropdown-item {
    color: #222;
    background-color: transparent !important;
    font-size: 15px;
    line-height: 24px
}

.nav-mobile .navbar-nav .dropdown-toggle::after {
    display: none !important
}

.nav-mobile .profile-dropdown {
    display: block;
    width: 100%;
    text-align: left
}

.nav-mobile .profile-dropdown .image-profile-drop {
    display: inline-block;
    font-weight: 600;
    font-size: 16px;
    color: #222 !important;
    position: relative
}

.nav-mobile .profile-dropdown .image-profile-drop img {
    display: inline-block;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    margin-right: 8px
}

.nav-mobile .profile-dropdown .dropdown-menu {
    background-color: transparent !important;
    position: relative !important;
    box-shadow: none !important;
    border: 0 !important;
    left: 34px !important;
    top: -15px !important
}

.nav-mobile .profile-dropdown .dropdown-menu > li {
    border: 0 !important
}

.nav-mobile .profile-dropdown .dropdown-menu > li > a {
    color: #222 !important;
    font-size: 14px !important;
    background-color: transparent !important;
    padding: 8px 15px;
    border: 0 !important
}

.nav-mobile .profile-dropdown .dropdown-menu > li > a > i {
    font-size: 16px !important;
    width: 24px
}

.nav-mobile-open {
    width: 310px
}

.nav-mobile-open .nav-mobile-inner {
    width: 310px
}

.mobile-search-form {
    display: none;
    position: relative !important;
    width: 100%;
    background-color: #fff;
    padding: 5px;
    float: none !important
}

.mobile-search-form .btn-search {
    width: 48px;
    height: 48px;
    top: -2px
}

.btn-search-single-vendor-mobile {
    top: 0 !important
}

#navbar_mobile_back_button {
    width: 100%;
    display: block;
    position: relative;
    margin-left: 0 !important;
    margin-right: 0 !important;
    text-align: left;
    word-break: break-word
}

#navbar_mobile_back_button .nav-link {
    font-size: 15px;
    line-height: 15px;
    padding: 13px 0 !important;
    text-transform: none;
    font-weight: normal;
    display: block;
    width: 100%;
    color: #434343;
    background-color: transparent !important;
    text-align: left;
    border-bottom: 1px solid rgba(0, 0, 0, .05) !important
}

#navbar_mobile_back_button .nav-link strong {
    font-weight: 600;
    position: relative
}

#wrapper {
    width: 100%;
    display: block;
    position: relative;
    min-height: 600px;
    padding-top: 30px
}

#content {
    width: 100%;
    display: block;
    position: relative;
    float: left
}

.index-title {
    visibility: hidden;
    height: 0 !important;
    margin: 0 !important;
    color: transparent !important
}

.section {
    width: 100%;
    display: block;
    position: relative;
    margin-bottom: 30px
}

.section .section-header {
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 15px
}

.section .title {
    display: block;
    font-size: 21px;
    font-weight: 700;
    text-align: left;
    margin-bottom: 0
}

.section .title-exp {
    text-align: left;
    margin-bottom: 15px;
    color: #969696;
    font-size: 14px
}

.section .section-header-slider {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.section .section-header-slider .section-slider-nav {
    display: flex
}

.section .section-slider-nav button {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: transparent !important;
    border: 1px solid #ebebeb;
    color: #777;
    font-size: 18px;
    margin-left: 4px
}

.section .section-slider-nav button:hover {
    background-color: var(--vr-color-main) !important;
    color: #fff
}

.page-text-content {
    font-size: 15px;
    line-height: 28px
}

.page-text-content img {
    display: block;
    max-width: 100% !important;
    height: auto !important
}

.section-promoted {
    margin-bottom: 30px
}

.section-latest-products {
    margin-bottom: 30px
}

.section-blog {
    margin-top: 30px !important;
    max-width: 100%;
    overflow: hidden !important
}

.section-blog .blog-item {
    width: 100%;
    max-width: 100%;
    display: block;
    float: left;
    outline: none !important
}

.section-blog .blog-post-meta .icon-folder {
    margin-left: 1px
}

.row-product {
    margin-right: -10px;
    margin-left: -10px
}

.col-product {
    padding-right: 10px;
    padding-left: 10px;
    outline: none !important
}

.section-slider {
    width: 100%;
    display: block;
    position: relative
}

.slider-container {
    width: 100%;
    height: 600px;
    display: block;
    position: relative;
    overflow: hidden
}

.main-slider .item {
    position: relative;
    height: 600px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden
}

.main-slider .item .row-slider-caption {
    height: 600px
}

.main-slider .item .caption {
    width: 600px;
    max-width: 100%;
    height: auto;
    text-align: left
}

.main-slider .item .caption .title {
    font-size: 3rem;
    font-weight: 600;
    text-align: left;
    margin-bottom: 1rem;
    word-break: break-word
}

.main-slider .item .caption .description {
    font-size: 18px;
    margin-bottom: 2rem
}

.main-slider-nav {
    position: absolute;
    height: 2.75rem;
    width: 100%;
    max-width: 100%;
    top: 0;
    bottom: 0;
    margin: auto;
    pointer-events: none;
    z-index: 2;
    opacity: 0;
    -webkit-transition: all .24s ease-in-out;
    -moz-transition: all .24s ease-in-out;
    -ms-transition: all .24s ease-in-out;
    -o-transition: all .24s ease-in-out;
    transition: all .24s ease-in-out
}

.section-slider:hover .main-slider-nav {
    opacity: 1
}

.main-slider-nav .prev,
.main-slider-nav .next {
    position: relative;
    height: 2.75rem;
    width: 2.75rem;
    line-height: 2.75rem;
    background-color: #fff;
    font-size: 1.125rem;
    text-align: center;
    opacity: .5;
    z-index: 2;
    border: none !important;
    box-shadow: none !important;
    padding: 0;
    pointer-events: auto;
    border-radius: 2px;
    -webkit-transition: all .24s ease-in-out;
    -moz-transition: all .24s ease-in-out;
    -ms-transition: all .24s ease-in-out;
    -o-transition: all .24s ease-in-out;
    transition: all .24s ease-in-out
}

.main-slider-nav .prev {
    float: left;
    margin-left: 5rem
}

.main-slider-nav .next {
    float: right;
    margin-right: 5rem
}

.main-slider-nav .prev i:before,
.main-slider-nav .next i:before {
    display: block;
    width: 100% !important;
    height: 2.125rem !important;
    line-height: 2.125rem !important
}

.main-slider-nav .prev:hover,
.main-slider-nav .next:hover {
    font-size: 1.5rem;
    opacity: .7
}

.container-boxed-slider {
    margin-top: 30px
}

.container-boxed-slider .slider-container {
    height: 400px;
    display: block;
    overflow: hidden
}

.container-boxed-slider .main-slider {
    padding: 0 15px
}

.container-boxed-slider .main-slider .item {
    height: 400px
}

.container-boxed-slider .main-slider .item .row-slider-caption {
    height: 400px
}

.container-boxed-slider .main-slider .item .caption {
    width: 500px;
    margin-left: 90px
}

.container-boxed-slider .main-slider .item .caption .title {
    font-size: 38px
}

.container-boxed-slider .main-slider .item .caption .description {
    font-size: 16px
}

.container-boxed-slider .main-slider-nav .prev {
    margin-left: 2.8125rem
}

.container-boxed-slider .main-slider-nav .next {
    margin-right: 2.8125rem
}

.index-mobile-slider {
    display: none
}

.featured-categories .card-columns {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px
}

.featured-categories .card-columns .card {
    position: relative;
    background-color: #fafafa;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    border-radius: 0 !important;
    height: 200px;
    border: 0 !important;
    margin-bottom: 15px
}

.featured-categories .card-columns .card a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

.featured-categories .card-columns .card:nth-child(6n-5) {
    height: 380px
}

.featured-categories .card-columns .card:nth-child(6n-4) {
    height: 190px
}

.featured-categories .card-columns .card:nth-child(6n-3) {
    height: 285px
}

.featured-categories .card-columns .card:nth-child(6n-2) {
    height: 285px
}

.featured-categories .card-columns .card:nth-child(6n-1) {
    height: 200px
}

.featured-categories .card-columns .card:nth-child(6n) {
    height: 370px
}

.featured-categories .card .caption {
    width: auto;
    padding: 8px 20px;
    position: absolute;
    bottom: 0;
    background-color: rgba(17, 17, 17, .5)
}

.featured-categories .card .caption span {
    cursor: pointer;
    color: #fff !important;
    font-size: 15px;
    letter-spacing: .01rem
}

.link-see-more {
    line-height: 24px;
    font-weight: 600
}

.link-see-more i {
    display: inline-block;
    position: relative;
    bottom: -1px
}

.featured-categories .item-category-round {
    display: block;
    width: 100%;
    margin-bottom: 30px
}

.featured-categories .item-category-round .category-image {
    border-radius: 50%;
    overflow: hidden;
    background-color: #fafafa
}

.featured-categories .item-category-round .category-name {
    width: 100%;
    text-align: center;
    padding-top: 15px
}

.featured-categories .item-category-round .category-name a {
    font-size: .938rem;
    font-weight: 600
}

.featured-categories .item-category-round .category-image img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 50%;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .30s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.featured-categories .item-category-round .category-image:hover img {
    transform: scale(1.2)
}

.featured-categories .item-category-round .category-image .overlay {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 2;
    pointer-events: none !important;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .30s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.featured-categories .item-category-round .category-image .overlay .text-shop-now {
    color: #fff;
    font-weight: 600
}

.featured-categories .item-category-round .category-image:hover .overlay {
    opacity: 1
}

.section-index-bn .row {
    margin-right: -10px;
    margin-left: -10px
}

.section-index-bn .col-index-bn {
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 30px
}

.section-index-bn a {
    display: block
}

.section-index-bn .col-index-bn a img {
    width: 100%;
    height: auto
}

.section-category-products .slider-container {
    height: 408px !important;
    display: block;
    width: 100%;
    max-width: 100%;
    position: relative;
    float: left
}

.product-item {
    display: block;
    width: 100%;
    max-width: 100%;
    float: left;
    position: relative;
    margin-bottom: 30px
}

.product-item .img-product {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 100%;
    object-fit: cover;
    transition: opacity .3s ease-in-out
}

.product-item .item-details {
    padding: 0;
    padding-top: 10px;
    display: block;
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden
}

.product-item-rating {
    float: left;
    display: block;
    width: 100%;
    position: relative
}

.product-item-rating .rating {
    float: left
}

.product-item-rating .item-wishlist {
    float: right;
    font-weight: 400;
    font-size: .875rem;
    line-height: 24px;
    color: #9a9a9a
}

.product-item-rating .item-wishlist i {
    margin-right: 5px
}

.product-item-horizontal .item-wishlist {
    float: left;
    font-weight: 400;
    font-size: .875rem;
    line-height: 24px;
    color: #9a9a9a;
    margin-left: 15px
}

.product-item .rating i {
    display: inline-block;
    font-size: 15px;
    line-height: 22px
}

.product-item .item-details .product-title {
    display: block;
    width: 100%;
    float: left;
    position: relative;
    font-size: .875rem;
    line-height: 24px;
    margin: 0
}

.product-item .item-details .product-title a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.product-item-horizontal .item-details .product-title a {
    display: block;
    overflow: hidden;
    text-overflow: initial !important;
    white-space: normal !important
}

.product-item-horizontal .btn-profile-option {
    float: left;
    margin-bottom: 5px;
    margin-right: 5px
}

.product-item .item-details .product-user {
    width: 100%;
    margin: 0
}

.product-item .item-details .product-user a {
    color: #5A5A5A;
    line-height: 24px;
    padding: 5px 0
}

.product-item .item-meta,
.product-item-horizontal .item-meta {
    display: block;
    width: 100%;
    float: left;
    position: relative;
    margin-top: 2px
}

.product-item .item-meta .price,
.product-item-horizontal .item-meta .price {
    display: inline-block;
    width: auto;
    position: relative;
    font-size: 16px;
    font-weight: 700
}

.discount-original-price {
    font-size: 15px;
    font-weight: 700;
    color: #5A5A5A;
    position: relative
}

.product-item .item-meta .price-free {
    display: inline-block;
    width: auto;
    float: left;
    position: relative;
    font-weight: 700;
    line-height: 1.5rem
}

.product-item .item-meta .price-free,
.product-item .item-meta .a-meta-request-quote {
    font-size: 14px
}

.product-item .item-meta .a-meta-request-quote {
    line-height: 1.5rem;
    font-weight: 700;
    float: left
}

.product-item .product-item-options {
    width: auto;
    height: auto;
    position: absolute;
    top: 10px;
    right: 10px;
    text-align: center;
    z-index: 10
}

.product-item-options .item-option {
    display: flex;
    position: relative;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: rgba(255, 255, 255, .7);
    color: #222;
    border-radius: 100%;
    font-size: 20px;
    margin-bottom: 10px;
    opacity: 0;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .1);
    border: none !important;
    padding: 0
}

.product-item-options .item-option .icon-heart {
    color: #fe2e3e !important
}

.btn-wishlist .icon-heart {
    color: #fe2e3e !important
}

.tooltip {
    font-size: 11px !important;
    color: #222
}

.tooltip-inner {
    background-color: #f9f9f9 !important;
    color: #222
}

.tooltip.bs-tooltip-right .arrow:before {
    border-right-color: #f9f9f9 !important
}

.tooltip.bs-tooltip-left .arrow:before {
    border-left-color: #f9f9f9 !important
}

.tooltip.bs-tooltip-bottom .arrow:before {
    border-bottom-color: #f9f9f9 !important
}

.tooltip.bs-tooltip-top .arrow:before {
    border-top-color: #f9f9f9 !important
}

.btn-item-add-to-cart svg {
    width: 28px;
    height: 28px;
    color: #fff
}

.btn-product-cart:disabled {
    opacity: .65 !important
}

.btn-product-cart .btn-cart-icon {
    width: 20px;
    margin-right: 5px;
    display: inline-block;
    text-align: left
}

.btn-product-cart .btn-cart-icon i {
    margin: 0 !important
}

.spinner-border-add-cart {
    width: 1.1rem;
    height: 1.1rem;
    border-width: .14em;
    position: relative
}

.spinner-border-add-cart-list {
    width: 1.4rem;
    height: 1.4rem;
    border-width: .08em;
    position: relative;
    top: -2px
}

.product-item-horizontal {
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    margin-top: 20px;
    margin-bottom: 0
}

.product-item-horizontal:first-child {
    margin-top: 0
}

.product-item-horizontal:last-child {
    border-bottom: 0
}

.product-item-horizontal .item-image {
    position: relative;
    display: block
}

.product-item-horizontal .item-details .product-title {
    margin-bottom: 5px
}

.product-item-horizontal .item-details .product-title a {
    display: inline-block
}

.product-item-horizontal .item-details .product-user {
    margin-top: 5px;
    margin-bottom: 5px
}

.product-item-horizontal .item-meta {
    margin-top: 15px
}

.product-item-horizontal .item-meta .item-favorites {
    float: left
}

.product-item-horizontal .item-meta .price-product-item-horizontal {
    float: left;
    margin-right: 15px
}

.product-item-horizontal .item-meta .item-comments {
    float: left;
    margin-left: 30px
}

.product-item .badge-promoted {
    position: absolute;
    left: 8px;
    top: 8px;
    font-size: 11px;
    border-radius: 2px;
    padding: .48em .88em;
    background-color: #31ae6a
}

.product-item-horizontal .badge-promoted {
    position: relative;
    font-size: 12px;
    font-weight: 400;
    border-radius: .10rem;
    padding: .4em .8em;
    background-color: #31ae6a;
    margin-top: 5px 0;
    top: 0;
    left: 0
}

.product-item-horizontal .item-purchase-code {
    font-weight: 600
}

.product-item-horizontal .item-purchase-code span {
    float: left;
    margin-right: 5px
}

.item-in-wishlist {
    color: #1b6d85 !important
}

.item-in-wishlist i {
    background-color: #00a65a
}

.product-item .badge-discount {
    position: absolute;
    width: 42px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 2px;
    top: 10px;
    left: 10px;
    font-weight: 600;
    font-size: 12px;
    background-color: #fe2e3e;
    color: #fff;
    z-index: 10
}

.product-details-container {
    display: block;
    position: relative;
    min-height: 580px;
    margin-bottom: 30px
}

.product-details-container-digital {
    min-height: 440px
}

.product-slider-container {
    width: 100%;
    max-width: 100%;
    position: relative;
    display: table;
    table-layout: fixed;
    float: left;
    overflow: hidden;
    max-height: 550px
}

.product-slider-container .left {
    display: table-cell;
    vertical-align: top;
    position: relative;
    width: 76px
}

.product-slider-container .product-slider-content {
    overflow: hidden;
    position: relative;
    height: 525px
}

.product-slider-content {
    direction: ltr !important
}

.product-slider-container .right {
    display: table-cell;
    vertical-align: top;
    position: relative
}

.product-slider {
    position: relative
}

.product-thumbnails-slider .item {
    position: relative;
    width: 72px !important;
    height: 72px !important;
    outline: none !important;
    overflow: hidden;
    cursor: pointer;
    opacity: .7;
    margin-bottom: .22rem;
    border: 1px solid #dbdbdb !important
}

.product-thumbnails-slider .item-inner {
    width: 100%;
    height: 100%;
    position: relative;
    outline: none !important;
    overflow: hidden;
    cursor: pointer;
    border-radius: 0
}

.product-thumbnails-slider .item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.product-thumbnails-slider .slick-current {
    opacity: 1
}

.product-thumbnails-slider .slick-current {
    border: 1px solid #222 !important
}

.product-slider .img-bg {
    position: relative;
    width: 100%;
    height: auto;
    max-width: 100%;
    display: block
}

.product-slider .item a {
    position: relative;
    display: block
}

.product-slider .img-product-slider {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.product-slider-nav {
    position: absolute;
    height: 36px;
    width: 100%;
    max-width: 100%;
    top: 0;
    bottom: 0;
    margin: auto;
    pointer-events: none;
    z-index: 10;
    -webkit-transition: all .24s ease-in-out;
    -moz-transition: all .24s ease-in-out;
    -ms-transition: all .24s ease-in-out;
    -o-transition: all .24s ease-in-out;
    transition: all .24s ease-in-out
}

.product-slider-nav .prev,
.product-slider-nav .next {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 36px;
    width: 36px;
    background-color: #fff;
    font-size: 22px;
    z-index: 10;
    border: none !important;
    padding: 0;
    opacity: .75;
    pointer-events: auto;
    border-radius: 100%;
    color: #6e6e6e;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    -ms-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    -webkit-transition: all .24s ease-in-out;
    -moz-transition: all .24s ease-in-out;
    -ms-transition: all .24s ease-in-out;
    -o-transition: all .24s ease-in-out;
    transition: all .24s ease-in-out
}

.product-slider-nav .prev {
    float: left;
    margin-left: .9375rem
}

.product-slider-nav .next {
    float: right;
    margin-right: .9375rem
}

.product-slider-nav .prev i:before,
.product-slider-nav .next i:before {
    display: block;
    width: 100% !important;
    height: 2.125rem !important;
    line-height: 2.125rem !important
}

.product-slider-nav .prev:hover,
.product-slider-nav .next:hover {
    opacity: 1
}

.product-thumbnails-slider-nav {
    opacity: 0
}

.product-thumbnails-slider-nav .prev,
.product-thumbnails-slider-nav .next {
    position: relative;
    height: 24px;
    width: 24px;
    line-height: 22px;
    font-size: 22px;
    text-align: center;
    background-color: transparent;
    z-index: 10;
    border: none !important;
    padding: 0;
    pointer-events: auto;
    color: #fff;
    -webkit-transition: all .24s ease-in-out;
    -moz-transition: all .24s ease-in-out;
    -ms-transition: all .24s ease-in-out;
    -o-transition: all .24s ease-in-out;
    transition: all .24s ease-in-out
}

.product-thumbnails-slider-nav .prev {
    position: absolute;
    top: 10px;
    right: 0;
    left: 0;
    margin: auto
}

.product-thumbnails-slider-nav .next {
    position: absolute;
    bottom: 20px;
    right: 0;
    left: 0;
    margin: auto
}

.product-slider-container .left:hover .product-thumbnails-slider-nav {
    opacity: 1
}

#baguetteBox-overlay {
    background-color: rgba(0, 0, 0, 0.6) !important
}

.baguetteBox-button {
    background-color: transparent !important
}

.btn-video-preview {
    display: inline-block;
    border-radius: 0;
    padding: .540rem;
    font-weight: 600;
    margin-bottom: 10px;
    margin: 0 15px
}

.btn-video-preview i {
    display: inline-block;
    font-size: 16px;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    margin-right: 10px;
    color: #555;
    background-color: #f9f9f9;
    border-radius: 50%
}

.modal-product-video .close {
    position: absolute;
    top: -40px;
    right: -6px;
    color: #fff;
    font-size: 30px;
    width: auto !important
}

.modal-product-video {
    width: auto !important;
    min-width: 0 !important
}

.modal-product-video .modal-content {
    background-color: transparent !important
}

.modal-product-video .product-audio-preview {
    padding: 0 !important;
    margin: 0 !important;
    width: auto !important
}

.modal-product-video #single-song-player {
    padding: 0 !important;
    margin: 0 !important
}

.badge-instant-download {
    display: inline-flex;
    align-items: center;
    line-height: 14px;
    padding: .48rem .7rem;
    border: 1px solid #e9f2f7
}

.product-image-preview {
    width: 100%;
    position: relative;
    float: left;
    display: block;
    margin-bottom: 30px;
    text-align: center
}

.product-video-preview {
    width: 100%;
    background-color: #0b0b0b;
    position: relative;
    float: left;
    display: block;
    margin-bottom: 30px;
    opacity: 0
}

.plyr__control--overlaid {
    background: rgba(0, 0, 0, .6) !important
}

.plyr--video .plyr__control.plyr__tab-focus,
.plyr--video .plyr__control:hover,
.plyr--video .plyr__control[aria-expanded="true"] {
    background: rgba(0, 0, 0, .9) !important
}

.plyr--full-ui input[type="range"] {
    color: #a19fa4 !important
}

.plyr__progress__buffer {
    outline: none !important;
    box-shadow: none !important;
    background-color: #0b0b0b !important
}

.plyr__progress__buffer::-moz-progress-bar {
    outline: none !important;
    box-shadow: none !important;
    background-color: #0b0b0b !important
}

.plyr__progress__buffer::-webkit-progress-value {
    outline: none !important;
    box-shadow: none !important;
    background-color: #0b0b0b !important
}

.plyr__menu {
    visibility: hidden !important
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: pointer !important
}

.product-audio-preview {
    width: 100%;
    position: relative;
    float: left;
    display: block;
    padding-bottom: 30px;
    margin-bottom: 30px;
    opacity: 0
}

#single-song-player {
    max-width: 100% !important;
    margin-top: 0 !important;
    position: relative;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2) !important;
    min-height: 300px
}

#single-song-player img {
    border-radius: .1875rem !important;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.player-control-container {
    width: 100%;
    display: block;
    position: relative;
    text-align: center;
    margin-top: 10px
}

.player-control-container button {
    color: #eee;
    margin-bottom: 5px
}

#single-song-player .control-container .amplitude-play-pause {
    margin: 0 !important
}

#single-song-player progress.amplitude-song-played-progress {
    height: 24px;
    border-radius: 0 0 .1875rem .1875rem !important;
    background-color: #313250 !important
}

#single-song-player progress[value]::-moz-progress-bar {
    background-image: linear-gradient(to right, #02AAB0 0, #00CDAC 51%, #02AAB0 100%)
}

#single-song-player progress[value]::-webkit-progress-value {
    background-image: linear-gradient(to right, #02AAB0 0, #00CDAC 51%, #02AAB0 100%)
}

#single-song-player .bottom-container {
    position: absolute;
    bottom: 0;
    width: 100%;
    border-radius: 0 0 .1875rem .1875rem !important;
    overflow: hidden
}

#single-song-player .time-container {
    position: absolute;
    bottom: 0;
    height: 24px;
    line-height: 24px;
    width: 100%;
    pointer-events: none
}

#single-song-player .time-container span {
    font-size: 14px;
    font-weight: 600
}

.product-delivery-est {
    display: block;
    margin-top: 15px;
    margin-bottom: 30px;
    font-size: 14px;
    color: #545454
}

.product-delivery-est .item {
    display: flex;
    align-items: flex-start;
    min-height: 24px;
    line-height: 24px;
    margin-top: 10px
}

.product-delivery-est .title {
    display: flex;
    align-items: center;
    flex-shrink: 0 !important
}

.product-delivery-est svg {
    flex-shrink: 0 !important
}

.product-delivery-est .item button {
    color: #545454
}

.product-delivery-est .item strong {
    font-weight: 600;
    flex-shrink: 0 !important
}

.product-delivery-est .item .result-delivery {
    margin-right: 8px;
    font-size: 13px
}

.product-share {
    position: relative
}

.product-share ul {
    width: auto;
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 0;
    float: left;
    text-align: left
}

.product-share ul li {
    list-style: none;
    display: inline-block;
    margin-right: 12px
}

.product-share ul li a,
.product-share ul li button {
    text-align: center;
    display: block;
    color: #7c818b !important;
    font-size: 15px
}

.product-share label {
    float: left;
    margin-right: 20px;
    margin-bottom: 0
}

.product-variations {
    margin-bottom: 15px
}

.product-variations .form-group {
    margin-bottom: 5px
}

.product-variations .form-group .control-label,
.label-product-variation {
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 13px
}

.product-variations .form-group .form-input {
    height: 40px;
    font-size: 14px;
    line-height: 18px;
    padding: 4px 10px;
    border-radius: 0;
    border-color: #e4e4e4
}

.custom-control-variation {
    display: inline-block;
    float: left;
    padding: 0;
    margin: 0 10px 15px 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.custom-control-variation .custom-control-label {
    border: 2px solid #efefef;
    color: #444 !important;
    border-radius: 2px;
    padding: .44rem .72rem;
    display: inline-block;
    float: left;
    min-width: 20px;
    min-height: 20px;
    line-height: 18px;
    text-align: center;
    position: relative
}

.custom-control-variation .custom-control-label-image {
    overflow: hidden;
    border: 2px solid #e4e4e4;
    padding: 3px
}

.custom-control-variation .custom-control-label-image .img-cnt {
    display: block;
    width: 56px;
    height: 56px;
    overflow: hidden
}

.custom-control-variation .label-variation-color {
    display: block;
    position: relative;
    padding: 2px !important
}

.custom-control-variation .label-variation-color span {
    display: block;
    width: 31px;
    height: 31px;
    border: 1px solid #eee
}

.custom-control-variation .option-out-of-stock {
    opacity: .7 !important;
    color: #919191 !important;
    text-decoration: line-through
}

.product-variation-checkbox .option-out-of-stock {
    pointer-events: none !important
}

.custom-control-variation .custom-control-label-image .img-variation-option {
    display: block;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    max-width: 120%;
    max-height: 120%;
    object-fit: cover;
    margin-left: 50%;
    transform: translateX(-50%)
}

.custom-control-variation .custom-control-label:before,
.custom-control-variation .custom-control-label:after {
    display: none
}

.row-product-variation {
    margin-right: -5px;
    margin-left: -5px
}

.col-product-variation {
    padding-right: 5px;
    padding-left: 5px
}

.form-control.is-valid,
.was-validated .form-control:valid {
    background-image: none !important
}

.product-description {
    width: 100%;
    position: relative;
    display: block;
    float: left;
    margin-bottom: 90px;
    min-height: 300px
}

.nav-tabs-horizontal {
    border-bottom: 1px solid #e9e9e9 !important
}

.nav-tabs-horizontal .nav-item .nav-link {
    position: relative;
    padding: .86rem 2rem;
    background-color: transparent !important;
    margin-right: 5px;
    border: 0 !important;
    border-bottom: 2px solid transparent !important;
    font-weight: 600;
    transition: .1s !important;
    font-size: 14px
}

.nav-tabs-horizontal .nav-item .active {
    border-bottom: 2px solid #222 !important;
    color: #222 !important
}

.nav-tabs-horizontal .nav-item .nav-link:hover {
    border-bottom: 2px solid #222 !important
}

.product-description .tab-content .card-header {
    width: 100%;
    display: block;
    padding: 0;
    border-radius: 0;
    background-color: #f9f9f9
}

.product-description .tab-content .card {
    width: 100%;
    float: left;
    border: 0 !important
}

.product-description .tab-content .card .card-header {
    width: 100%;
    float: left;
    margin-bottom: 15px;
    display: none
}

.product-description .tab-content .card-header .card-link {
    display: block;
    width: 100%;
    padding: .7rem 1rem
}

.product-description .tab-content .card-header .card-link i {
    float: right;
    font-size: 18px;
    color: #777
}

.product-description .tab-content .card-header .card-link .icon-arrow-down {
    display: none
}

.product-description .tab-content .card-header .card-link .icon-arrow-up {
    display: block
}

.product-description .tab-content .card-header .collapsed .icon-arrow-up {
    display: none
}

.product-description .tab-content .card-header .collapsed .icon-arrow-down {
    display: block
}

.product-description .tab-content {
    width: 100%;
    position: relative;
    float: left
}

.product-description .tab-content .tab-pane {
    width: 100%;
    position: relative;
    float: left;
    padding-top: 30px;
    min-height: 240px
}

.product-description .description {
    width: 100%;
    position: relative;
    display: block;
    float: left;
    overflow-wrap: break-word;
    font-size: 14px;
    line-height: 26px;
    padding-bottom: 30px
}

.product-description .description img {
    max-width: 100% !important;
    height: auto !important
}

.product-description .description p {
    overflow-wrap: break-word
}

.table-product-specification td,
.table-product-specification th {
    border: 0 !important;
    padding-left: 20px
}

.table-product-specification .td-left {
    width: 40%;
    font-weight: 600
}

.table-product-specification .td-right {
    width: 60%
}

.table-product-shipping td,
.table-product-shipping th {
    border: 1px solid rgba(0, 0, 0, .04);
    padding-left: 20px
}

.table-product-shipping .td-left {
    width: 30%;
    font-weight: 600;
    background-color: rgba(0, 0, 0, .02)
}

.table-product-shipping .td-right {
    width: 70%
}

.product-shipping-methods {
    display: block;
    float: left
}

.product-shipping-methods p {
    margin-bottom: 10px;
    min-height: 22px
}

.product-shipping-methods p strong {
    font-weight: 600
}

.product-shipping-methods p .method-name {
    display: inline-block;
    min-width: 100px
}

.product-shipping-loader {
    display: none;
    min-height: 22px;
    margin-bottom: 10px
}

.product-shipping-loader .spinner {
    float: left;
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 0;
    padding-bottom: 0
}

.product-shipping-loader .spinner > div {
    background-color: #aaa
}

.product-location-map {
    width: 100%;
    height: 380px;
    display: block;
    position: relative;
    margin-top: 30px
}

.product-location-map iframe {
    width: 100%;
    height: 380px !important;
    display: block;
    position: relative
}

.reviews-container {
    display: block;
    width: 100%;
    position: relative
}

.reviews-container .list-reviews .media {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06)
}

.reviews-container .list-reviews .media .rating {
    margin-bottom: 5px
}

.reviews-container .list-reviews .media .rating i {
    font-size: 16px;
    line-height: 16px
}

.reviews-container .list-reviews .media img {
    margin-right: 20px
}

.reviews-container .list-reviews .username {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px
}

.reviews-container .list-reviews .review {
    color: #555;
    line-height: 24px;
    margin-bottom: 2px
}

.reviews-container .list-reviews .media .date {
    font-size: 12px;
    color: #999
}

.reviews-container .list-reviews a {
    display: inline-block
}

.reviews-container .list-reviews .media:last-child {
    border: 0 !important
}

.reviews-container .list-reviews .media img {
    width: 58px;
    height: 58px;
    border-radius: 50%
}

.reviews-container .review-total {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 30px;
    height: 34px
}

.reviews-container .review-total .label-review {
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 0
}

.reviews-container .review-total .rating {
    margin-left: 10px
}

.rate-product {
    border: 0;
    display: block;
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 10px
}

.rate-product span {
    float: left;
    margin-right: 15px;
    line-height: 30px
}

.rate-product .p-rate-product {
    float: left;
    display: block;
    width: 100%;
    margin-bottom: 0;
    font-weight: 600
}

.rate-product .rating-stars {
    width: 136px;
    float: left;
    height: 30px;
    line-height: 30px;
    white-space: nowrap
}

.rate-product input {
    display: none
}

.rate-product label {
    color: #ddd;
    float: right;
    margin-bottom: 0 !important;
    font-size: 22px;
    cursor: pointer
}

.rate-product label i {
    margin-right: 4px
}

.rate-product .icon-star {
    color: #fbc12a
}

.rate-product input:checked ~ label,
.rate-product:not(:checked) label:hover,
.rate-product:not(:checked) label:hover ~ label {
    color: #fbc12a
}

.rate-product input:checked + label:hover,
.rate-product input:checked ~ label:hover,
.rate-product label:hover ~ input:checked ~ label,
.rate-product input:checked ~ label:hover ~ label {
    color: #FFD700
}

.reviews-container .invalid-rating label {
    color: #dc3545
}

.comments {
    float: left;
    display: block;
    width: 100%
}

.row-comments-tab-title {
    display: flex;
    height: 34px;
    align-items: center
}

.form-add-comment {
    float: left;
    display: block;
    width: 100%;
    max-width: 100%;
    margin-top: 100px;
    padding: 30px;
    border-top: 3px solid #f2f2f2
}

.form-add-comment .form-textarea {
    min-height: 80px;
    resize: none
}

.form-add-comment input[name="comment_name"],
.row-sub-comment input[name="comment_name"] {
    display: none !important
}

.comments .comment-list {
    padding: 0;
    margin: 0;
    float: left;
    display: block;
    width: 100%
}

.comments .comment-list-subcomments {
    max-height: 600px;
    overflow-y: scroll
}

.comments .comment-list li {
    width: 100%;
    list-style: none;
    display: table;
    padding-top: 35px;
    margin-bottom: 10px;
    border-top: 1px solid rgba(0, 0, 0, 0.06)
}

.comments .comment-list li:first-child {
    padding-top: 0;
    border-top: 0
}

.comments .comment-list li .left {
    display: table-cell;
    width: 65px;
    height: auto;
    vertical-align: top;
    text-align: left
}

.comments .comment-list li .left img {
    width: 50px;
    height: 50px;
    border-radius: 50%
}

.comments .comment-list li .right {
    display: table-cell;
    vertical-align: top
}

.comments .comment-list li .right .row-custom {
    margin-bottom: 5px
}

.comments .comment-list li .right .username {
    font-weight: 600;
    float: left;
    display: block;
    margin-bottom: 0 !important
}

.comments .comment-list li .right .username a {
    font-size: .875rem !important
}

.comments .comment-list li .right .comment {
    color: #555;
    line-height: 24px
}

.comments .comment-list li .right .button-link {
    font-size: 12px;
    margin-left: 10px;
    color: #999 !important
}

.comments .comment-list li .right .date {
    font-size: 12px;
    color: #999
}

.comments-container .label-comment {
    font-size: 15px;
    font-weight: 600;
    display: block;
    float: left;
    margin-right: 10px;
    margin-bottom: 0;
    line-height: 25px
}

.row-sub-comment {
    margin: 0 !important;
    padding: 0 !important;
    margin-top: 10px !important
}

.row-sub-comment form {
    width: 800px;
    max-width: 100%;
    margin-bottom: 15px
}

.sub-comment-form {
    margin-top: 15px;
    padding: 15px;
    border-radius: 0
}

.row-sub-comment .form-group {
    margin-bottom: 10px
}

.row-sub-comment .form-textarea {
    min-height: 60px
}

.row-sub-comment .comment-list li {
    margin-bottom: 15px !important
}

.no-comments-found {
    color: #888
}

.modal-send-message .modal-header {
    padding-bottom: 0;
    border: 0 !important
}

.modal-send-message .modal-footer {
    border: 0 !important;
    padding-top: 0
}

.modal-send-message .modal-content {
    padding: 10px
}

.modal-send-message .modal-header .title {
    width: 100%;
    display: block;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 10px
}

.modal-send-message .modal-header .close {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 20px
}

.modal-send-message .modal-content .form-textarea {
    min-height: 100px;
    resize: none;
    padding: 12px 15px
}

.modal-send-message .user-contact-modal {
    display: table
}

.modal-send-message .left {
    display: table-cell;
    vertical-align: top;
    padding-right: 10px
}

.modal-send-message .user-contact-modal .right {
    display: table-cell;
    vertical-align: top
}

.modal-send-message .user-contact-modal img {
    width: 80px;
    height: 80px;
    border-radius: 4px;
    float: left
}

.modal-send-message .user-contact-modal .right strong {
    float: left;
    display: block;
    width: 100%;
    margin-bottom: 10px
}

.modal-send-message .user-contact-modal .right p {
    float: left;
    display: block;
    width: 100%;
    color: #555;
    margin-bottom: 5px
}

.modal-send-message .user-contact-modal .right .info a,
.modal-send-message .user-contact-modal .right button {
    color: #555 !important
}

.modal-send-message .user-contact-modal .right .info i {
    margin-right: 8px !important
}

.modal-send-message .success-message,
.modal-send-message .error-message {
    text-align: center
}

.error-reviewed {
    display: none;
    margin-top: 10px;
    color: #d43f3a
}

.error-own-product {
    display: none;
    margin-top: 10px;
    color: #d43f3a
}

.product-content-details {
    width: 100%;
    height: 100%;
    display: block;
    float: left;
    position: relative
}

.product-content-details .product-title {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    overflow-wrap: break-word
}

.product-content-details .badge-product-status {
    padding: .6em 1.2em;
    font-size: 12px;
    color: #fff;
    font-weight: 600;
    border-radius: .1875rem
}

.product-content-details .meta {
    margin-bottom: 15px
}

.product-content-details .meta .product-details-user {
    float: left;
    font-size: .875rem;
    line-height: 18px
}

.product-content-details .meta .product-details-user a {
    font-size: .875rem;
    line-height: 18px;
    color: #4f4f4f;
    font-weight: 600
}

.product-content-details .meta span i {
    margin-right: 5px
}

.product-content-details .product-analytics {
    float: right
}

.product-content-details .product-analytics span {
    font-size: 13px;
    line-height: 18px;
    color: #9a9a9a;
    float: left;
    margin-left: 15px
}

.product-content-details .meta span .icon-comment {
    font-size: 12px
}

.product-content-details .product-details-review {
    display: inline-flex;
    align-items: center;
    margin-left: 30px
}

.product-content-details .product-details-review .rating {
    height: 20px;
    line-height: 20px;
    float: left
}

.product-content-details .product-details-review .review-text {
    margin-left: 5px;
    color: #555
}

.product-content-details .product-details-review .rating i {
    font-size: 16px;
    line-height: 16px
}

.product-content-details .price {
    margin-bottom: 15px;
    min-height: 36px;
    align-items: center
}

.product-content-details .price .lbl-price {
    position: relative;
    display: block;
    float: left;
    font-size: 28px;
    line-height: 28px
}

.product-content-details .price .price-line {
    display: block;
    height: 1px;
    width: 100%;
    background-color: #9a9a9a;
    position: absolute;
    top: 2px;
    bottom: 0;
    left: 0;
    margin: auto
}

.product-content-details .price .discount-original-price {
    display: inline-block;
    font-size: 22px;
    line-height: 22px;
    font-weight: 700
}

.product-content-details .price .discount-rate {
    display: block;
    float: left;
    width: auto;
    height: auto;
    color: #fff;
    font-size: 13px;
    line-height: 13px;
    font-weight: 400;
    background-color: #fe2e3e;
    padding: 7px 10px;
    margin-left: 10px;
    border-radius: 2px
}

.product-content-details .lbl-sold {
    position: relative;
    display: block;
    float: left;
    font-size: 24px;
    line-height: 30px;
    margin-right: 10px
}

.product-content-details .lbl-price-sold {
    position: relative;
    display: block;
    float: left;
    font-size: 24px;
    line-height: 30px;
    color: #919191;
    margin-right: 10px;
    font-weight: 600
}

.product-content-details .lbl-free {
    color: #444;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px
}

.product-content-details .details {
    margin-bottom: 12px
}

.product-content-details .details .item-details {
    width: 100%;
    display: table;
    float: left;
    margin-bottom: 8px
}

.product-content-details .details .item-details .left {
    display: table-cell;
    vertical-align: top;
    width: 120px;
    text-align: left
}

.product-content-details .details .item-details .right {
    display: table-cell;
    vertical-align: top;
    text-align: left
}

.product-content-details .details label {
    float: left;
    min-width: 120px;
    margin-bottom: 0
}

.product-content-details .details span {
    float: left
}

.number-spinner-container {
    width: 122px;
    margin-right: 15px;
    float: left;
    position: relative
}

.product-add-to-cart-container .number-spinner {
    width: 122px;
    float: left;
    position: relative;
    margin-right: 15px;
    margin-bottom: 10px
}

.product-add-to-cart-container .button-container {
    min-width: 218px;
    margin-right: 15px;
    float: left;
    position: relative;
    line-height: 44px;
    margin-bottom: 10px
}

.product-add-to-cart-container .button-container .btn-product-cart {
    width: 100%;
    float: left;
    padding: .688rem 1.375rem;
    height: 46px
}

.product-add-to-cart-container .button-container-wishlist {
    width: auto !important;
    min-width: 0 !important
}

.btn-wishlist {
    display: inline-block;
    text-align: left;
    color: #4e4e4e;
    border-radius: 0;
    line-height: 44px !important
}

.btn-wishlist i {
    color: #4e4e4e;
    font-size: 26px;
    margin-right: 8px
}

.btn-wishlist span {
    position: relative;
    display: inline-block;
    top: -5px
}

.product-add-to-cart-container .button-container:last-child {
    margin-right: 0
}

.btn-live-preview {
    padding: .656rem 1.5rem;
    border-radius: 0;
    width: 100%;
    border: 1px solid #e4e4e4;
    background-color: transparent !important
}

.product-already-purchased {
    display: flex;
    align-items: center;
    color: #7fb13d !important
}

.product-already-purchased button,
.product-already-purchased a {
    font-weight: bold;
    color: #7fb13d !important;
    background-color: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    margin: 0 !important;
    padding-left: 0 !important
}

.product-already-purchased button:hover,
.product-already-purchased button:focus,
.product-already-purchased button:active,
.product-already-purchased a:hover,
.product-already-purchased a:focus,
.product-already-purchased a:active {
    color: #4D7F0B !important
}

.product-already-purchased svg {
    flex-shrink: 0 !important
}

.number-spinner {
    width: 122px;
    height: 46px;
    border: 1px solid #e0e0e0;
    border-radius: 2px
}

.number-spinner input {
    height: 44px;
    line-height: 18px;
    padding: 12px 8px !important;
    border: 0 !important
}

.number-spinner button {
    width: 40px;
    height: 44px;
    font-size: 18px;
    border-radius: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center
}

.number-spinner .btn-spinner-minus {
    border-right: 1px solid #e0e0e0
}

.number-spinner .btn-spinner-plus {
    border-left: 1px solid #e0e0e0
}

.section-related-products {
    margin-bottom: 60px !important
}

.section-related-products .title {
    font-size: 20px;
    margin-bottom: 20px;
    text-align: left
}

.product-details-message {
    margin: 0 !important
}

.product-details-message p {
    font-size: 13px;
    list-style: none !important;
    margin: 0 !important
}

.start-selling-description {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 40px
}

.membership-plans-container {
    max-height: 400px;
    overflow-y: auto
}

.membership-plans-container .feature {
    position: relative
}

.membership-plans-container .feature .btn-danger {
    font-size: 10px;
    padding: 1px 4px
}

.input-group .input-group-addon {
    display: flex;
    width: 46px;
    height: 46px;
    align-items: center;
    justify-content: center;
    border-radius: 2px 0 0 2px;
    background-color: #eee;
    border-color: #d2d6de;
    font-weight: 600;
    font-size: 15px
}

.modal-pricing-table .modal-dialog {
    width: 720px !important
}

.modal-pricing-table .modal-header {
    padding: 15px;
    border: 0 !important
}

.modal-pricing-table .modal-header .modal-title {
    font-weight: 500;
    font-size: 20px;
    text-align: center
}

.modal-pricing-table .modal-content {
    background-color: #F8F9FA !important;
    padding: 20px
}

.price-box-container {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    float: left;
    text-align: center;
    margin-bottom: 100px;
    margin-top: 30px;
    justify-content: center
}

.price-box-container .price-box {
    -ms-flex: 0 0 340px;
    flex: 0 0 340px;
    max-width: 100%;
    width: 340px;
    padding: 40px 30px;
    background-color: #fff;
    box-shadow: 0 5px 14px 0 #e9eef1;
    border: 1px solid #f0f0f0;
    border-radius: 0;
    border-top: 3px solid transparent;
    margin-left: 20px;
    margin-bottom: 20px;
    position: relative
}

.modal-pricing-table .price-box {
    width: 100%
}

.modal-pricing-table .selected-plan {
    border-top: 3px solid #e45267
}

.price-box .pricing-name .name {
    font-size: 24px;
    font-weight: 500
}

.price-box .plan-price {
    margin: 45px 0
}

.price-box .plan-price .price {
    font-size: 40px;
    color: #f6576e
}

.price-box .plan-price .time {
    font-size: 14px
}

.price-features {
    padding-bottom: 90px;
    min-height: 130px
}

.price-features p {
    font-size: 14px;
    line-height: 22px;
    text-align: center
}

.price-features p svg {
    font-size: 22px;
    position: relative;
    top: 5px;
    right: -2px;
    color: #414456
}

.btn-plan-pricing-container {
    position: absolute;
    bottom: 45px;
    left: 0;
    right: 0;
    margin: 0 auto
}

.ribbon {
    width: 115px;
    height: 115px;
    overflow: hidden;
    position: absolute
}

.ribbon::before,
.ribbon::after {
    position: absolute;
    z-index: -1;
    content: '';
    display: block;
    border: 5px solid #19bb9b
}

.ribbon span {
    position: absolute;
    display: block;
    width: 190px;
    padding: 6px 0;
    background-color: #19bb9b;
    color: #fff;
    text-align: center;
    font-size: 13px;
    font-weight: 600
}

.ribbon-top-right {
    top: -3px;
    right: 0
}

.ribbon-top-right::before,
.ribbon-top-right::after {
    border-top-color: transparent;
    border-right-color: transparent
}

.ribbon-top-right::before {
    top: 0;
    left: 0
}

.ribbon-top-right::after {
    bottom: 0;
    right: 0
}

.ribbon-top-right span {
    left: -20px;
    top: 25px;
    transform: rotate(45deg)
}

.btn-pricing-table-disabled {
    opacity: .5 !important
}

.container-pricing-plan {
    display: none;
    text-align: right;
    font-size: 14px;
    margin-top: 20px
}

.container-pricing-plan label {
    width: 100%;
    display: block;
    text-align: right;
    min-height: 24px
}

.container-pricing-plan .price-input {
    width: 300px;
    display: inline-block
}

.warning-pricing-table-plan {
    display: block;
    width: 100%;
    padding: 0 30px;
    min-height: 40px;
    font-size: 11px;
    line-height: 14px;
    position: absolute;
    bottom: -45px;
    text-align: center
}

.title-start-selling-box {
    font-size: 16px !important
}

.input-group-text {
    border-radius: 0 !important
}

.calculated-price {
    line-height: 32px;
    margin: 0
}

.calculated-price strong {
    font-weight: 600 !important;
    display: inline-block;
    min-width: 150px
}

.calculated-price i {
    font-weight: 700 !important
}

.earned-price {
    font-style: normal !important
}

.shipping-cost-container {
    display: none
}

.col-option {
    margin-bottom: 15px
}

.category-select-first {
    margin-top: 0 !important
}

.locationpicker_map {
    width: 870px;
    height: 400px;
    margin-top: 15px
}

.map-container iframe {
    width: 100%;
    max-width: 100%;
    display: block;
    height: 350px
}

.img-profile-cover {
    display: block;
    position: relative;
    width: 100%;
    height: 400px;
    object-fit: cover
}

.profile-page-top {
    width: 100%;
    display: block;
    position: relative;
    float: left;
    margin-bottom: 45px
}

.profile-details {
    width: 100%;
    display: table;
    position: relative;
    float: left
}

.profile-details .left {
    display: table-cell;
    vertical-align: top;
    text-align: left;
    width: 180px;
    padding-right: 30px
}

.profile-details .right {
    display: table-cell;
    vertical-align: top
}

.profile-details .img-profile {
    width: 180px;
    height: 180px;
    border-radius: .1875rem
}

.profile-details .p-last-seen {
    margin: 0;
    text-align: left;
    margin-bottom: 10px;
    color: #888
}

.edit-profile-cover {
    display: block;
    width: 100%;
    height: 240px;
    position: relative;
    margin-bottom: 45px;
    background-size: cover;
    background-position: center center;
    background-color: #fbfbfb;
    border: 1px solid #ebebeb
}

.edit-profile-cover .edit-avatar {
    position: absolute;
    bottom: -40px;
    left: 15px;
    border-radius: 50%
}

.edit-profile-cover .edit-avatar img {
    border-radius: 50%;
    width: 180px;
    height: 180px;
    object-fit: cover
}

.edit-profile-cover .btn-container {
    position: absolute;
    top: 10px;
    right: 10px
}

.edit-profile-cover .btn-edit-cover {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
    margin: 0 !important;
    margin-bottom: 5px !important;
    border-radius: 50%
}

.edit-profile-cover .edit-avatar .btn {
    border-radius: 50%;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    right: 15px;
    padding: 0 !important;
    margin: 0 !important
}

.edit-profile-cover .btn:hover {
    opacity: 1 !important
}

.last-seen {
    font-size: 12px;
    color: #888
}

.last-seen i {
    width: 10px;
    height: 10px;
    margin-right: 5px;
    color: #CFCFCF
}

.last-seen-online i {
    color: #85cc84
}

.row-profile-username {
    line-height: 23px;
    margin-bottom: 5px
}

.profile-details .username {
    font-size: 26px;
    line-height: 26px;
    font-weight: 600;
    margin: 0 !important;
    width: auto;
    float: left;
    word-break: break-word
}

.icon-verified-member {
    float: left;
    color: #09b1ba;
    font-size: 24px;
    line-height: 26px;
    margin-left: 5px
}

.profile-number-sales {
    float: left;
    color: #333
}

.profile-rating {
    float: left;
    height: 20px;
    line-height: 20px;
    margin-right: 20px
}

.profile-rating .rating {
    float: left;
    position: relative
}

.profile-rating span {
    line-height: 20px;
    color: #333;
    position: relative
}

.profile-details .description {
    line-height: 24px;
    margin-bottom: 10px
}

.profile-details .user-contact {
    margin-bottom: 10px
}

.profile-details .user-contact .info {
    color: #6A6A6A;
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid #E1E3DF
}

.profile-details .user-contact a {
    color: #6A6A6A
}

.profile-details .user-contact .info:last-child {
    border: 0
}

.profile-details .user-contact .info i {
    margin-right: 10px
}

#confirmation-result-profile div {
    margin: 0 !important
}

.report-seller-sidebar {
    display: block
}

.report-seller-sidebar-mobile {
    display: none
}

.modal-product-cart {
    z-index: 99999
}

.modal-product-cart .modal-dialog {
    width: 780px;
    max-width: 94%
}

.modal-product-cart .modal-header {
    padding: 30px;
    padding-bottom: 0;
    border: 0 !important
}

.modal-product-cart .modal-body {
    padding: 30px
}

.modal-product-cart .modal-body .col-left {
    padding-right: 20px
}

.modal-product-cart .modal-body .col-right {
    border-left: 1px solid #eee;
    padding-left: 20px;
    font-size: 15px
}

.modal-product-cart .col-left .img-product-container {
    width: 130px;
    height: 150px
}

.modal-product-cart .col-left .img-product-container .img-product {
    display: block;
    height: 150px;
    width: auto;
    margin: 0 auto;
    object-fit: cover
}

.modal-product-cart .details {
    padding-left: 15px
}

.modal-product-cart .details .title {
    font-size: 15px;
    font-weight: 600;
    line-height: 22px;
    word-break: break-word
}

.modal-product-cart .details .price {
    font-size: 20px;
    font-weight: bold
}

.modal-product-cart .btn-custom {
    padding: .75rem 1.5rem;
    font-weight: 600;
    opacity: 1 !important;
    border-radius: 2px
}

.modal-product-cart .cart-related-products {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #eee
}

.modal-product-cart .cart-related-products .title {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: bold
}

.modal-product-cart .cart-related-products .product-item {
    margin-bottom: 0
}

.modal-product-cart .cart-related-products .img-product-container {
    height: 180px
}

.modal-product-cart .cart-related-products .img-product {
    height: 180px
}

.modal-product-cart .cart-related-products .product-item .product-user {
    display: none
}

.shipping-address-box {
    width: 100%;
    height: 100%;
    border: 1px solid #efefef;
    border-radius: 0;
    padding: 20px;
    position: relative
}

.shipping-address-box .badge-shipping-address {
    display: inline-flex;
    align-items: center;
    border-radius: 0;
    padding: .24rem .56rem;
    font-size: 11px;
    font-weight: 400
}

.shipping-address-box strong {
    display: block;
    margin-bottom: 10px
}

.shipping-address-box p {
    margin-bottom: 5px
}

.shipping-address-box-cart p {
    font-size: 13px
}

.shipping-address-box p a {
    float: right
}

.shipping-address-box p .btn-edit {
    margin-right: 5px
}

.shipping-address-box .add-new {
    text-align: center
}

.shipping-address-box .add-new i {
    display: block
}

.shipping-address-box-cart .custom-control-label {
    display: block;
    width: 100%;
    padding-left: 5px;
    position: relative
}

.link-add-new-shipping-option,
.link-add-new-shipping-option:hover {
    color: #28a745 !important
}

.msg-no-delivery {
    font-weight: bold;
    margin-top: 15px
}

.profile-actions-shipping {
    display: flex;
    position: relative;
    bottom: 0;
    margin-top: 15px;
    margin-left: -5px;
    margin-right: -5px
}

.profile-actions-shipping-cart {
    position: relative;
    margin-top: 0;
    display: flex;
    justify-content: flex-end
}

.profile-actions-shipping a {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    padding: 5px
}

.profile-actions-shipping a:hover {
    color: var(--vr-color-main) !important
}

.text-shipping-address {
    font-weight: 600;
    font-size: 15px;
    line-height: 22px
}

.p-cart-shop {
    margin-bottom: 10px
}

.p-cart-shop svg {
    color: #888;
    position: relative;
    top: -2px;
    width: 20px;
    height: 20px
}

.cart-shipping-loader {
    text-align: left;
    margin-top: 45px;
    margin-bottom: 45px;
    float: left;
    display: none
}

.cart-shipping-loader .spinner {
    float: left
}

.cart-shipping-loader .spinner > div {
    background-color: #aaa
}

.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:hover,
.dropdown-item:focus {
    text-decoration: none;
    background-color: #f5f5f5 !important
}

.profile-buttons {
    margin-top: 10px;
    text-align: right;
    line-height: 34px
}

.profile-buttons .buttons {
    float: left;
    margin-right: 30px
}

.profile-buttons .buttons button {
    margin: 0;
    margin-right: 10px
}

.profile-buttons .social {
    float: left
}

.profile-buttons .social label {
    float: left;
    margin: 0;
    margin-right: 10px;
    font-weight: bold
}

.profile-buttons .social ul {
    float: left;
    margin: 0;
    padding: 0
}

.profile-buttons .social ul li {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px
}

.profile-buttons .social ul li:first-child {
    margin-left: 0
}

.profile-buttons .social ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    color: #777;
    font-size: 16px;
    border: 1px solid #d8d8d8;
    border-radius: 100%
}

.profile-buttons .social ul li a:hover {
    color: #fff
}

.sidebar-tabs {
    margin-bottom: 30px
}

.sidebar-tabs .nav .nav-item {
    width: 100%;
    text-align: left;
    margin-bottom: 2px
}

.sidebar-tabs .nav .nav-item .nav-link {
    display: flex;
    align-items: center;
    padding: 12px 15px;
    border-radius: 2px;
    color: #222
}

.sidebar-tabs .nav .nav-item .nav-link i {
    margin-right: 8px
}

.sidebar-tabs .nav .nav-item .nav-link .count {
    float: right
}

.sidebar-tabs .nav .nav-link:hover {
    background-color: #f3f4f6
}

.sidebar-tabs .nav .active .nav-link {
    background-color: #f3f4f6
}

.sidebar-tabs .nav .nav-link .icon {
    display: inline-block;
    min-width: 36px
}

.nav-tabs-profile {
    margin-bottom: 30px
}

.link-abuse-report {
    font-size: 13px;
    text-decoration: underline !important
}

.link-abuse-report:hover {
    color: #222 !important
}

.link-abuse-report-button {
    text-decoration: none !important
}

.modal-report-abuse .modal-title {
    color: #222 !important
}

.modal-report-abuse .form-group label {
    color: #222 !important;
    font-weight: 600 !important
}

.modal-report-abuse textarea {
    box-shadow: none !important
}

.sidebar-tabs-content {
    min-height: 340px
}

.sidebar-tabs-content .select2 .select2-selection {
    padding: 10px 16px !important;
    height: 46px !important
}

.sidebar-tabs-content .select2 .select2-selection__rendered {
    padding-left: 4px !important
}

.edit-profile-cover-image {
    display: block;
    width: 100%;
    height: 180px;
    background: #f9f9f9;
    margin-bottom: 15px;
    border-radius: 0
}

.edit-profile-cover-image .icon-image {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 54px;
    height: 54px;
    text-align: center;
    color: #dcdcdc;
    font-size: 52px;
    line-height: 52px
}

.btn-resend-email {
    padding: 0;
    margin: 0;
    background-color: transparent
}

.follower-item {
    display: block;
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 30px
}

.follower-item .img-profile {
    display: block;
    width: 100%;
    float: left;
    position: relative;
    border-radius: 100%
}

.follower-item .username {
    display: block;
    width: 100%;
    float: left;
    position: relative;
    text-align: center;
    font-weight: 600;
    margin-top: 5px;
    word-wrap: break-word
}

.form-avatar {
    width: 180px;
    height: 180px;
    border-radius: .1875rem
}

.digital-download-dropdown-menu {
    border-radius: 2px;
    margin-top: 5px;
    width: 100%
}

.digital-download-dropdown-menu .dropdown-item {
    padding: .4rem 1.5rem
}

.filter-profile-categories .active {
    font-weight: 600 !important
}

.sidebar-tabs-content .filter-reset-tag-container {
    display: inline-block !important;
    width: auto !important
}

.chat {
    width: 100%;
    color: #273244;
    transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    border-radius: 7px;
    box-shadow: rgba(145, 158, 171, 0.3) 0 0 2px 0, rgba(145, 158, 171, 0.12) 0 12px 24px -4px;
    overflow: hidden;
    margin: 0 !important;
    margin-bottom: 100px !important
}

.chat-left {
    flex: 0 0 auto;
    width: 320px;
    padding: 0 !important
}

.chat-right {
    -moz-box-flex: 1;
    flex-grow: 1;
    padding: 0 !important
}

.chat-left-inner {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    color: #273244;
    transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    top: 0;
    outline: 0;
    left: 0;
    border-right: 1px solid #e5eaef;
    border-color: #e5eaef
}

.chat .chat-user {
    display: flex;
    -moz-box-align: center;
    align-items: center;
    padding: 24px
}

.chat .chat-user .flex-item {
    position: relative;
    font-size: 14px;
    font-weight: 600
}

.chat .chat-user .user-img {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    margin-right: 10px
}

.chat .chat-user .user-img img {
    width: 54px;
    height: 54px;
    border-radius: 50%
}

.chat .chat-badge-online {
    display: block;
    width: 12px;
    height: 12px;
    background-color: #85cc84;
    border-radius: 50%
}

.chat .chat-user .chat-badge-online {
    position: absolute;
    right: 10px;
    bottom: 5px
}

.chat-left .chat-search {
    padding: 8px 24px;
    border-radius: 7px;
    position: relative
}

.chat-left .chat-search input {
    padding: 8px 14px;
    border-radius: 6px;
    height: 38px;
    color: #273244;
    border-color: #dee4ee
}

.chat-left .chat-search i {
    position: absolute;
    right: 10px;
    top: 8px;
    color: #273244;
    pointer-events: none
}

.chat-left .text-recent-chats {
    padding: 8px 24px;
    font-size: 13px
}

.chat-left .chat-contacts-container {
    position: relative;
    height: 500px;
    overflow-x: hidden
}

.chat-left .chat-contacts {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.chat-left .chat-contacts .item {
    max-width: 100%;
    overflow: hidden
}

.chat-left .chat-contacts .item .chat-contact {
    padding: 8px 24px;
    display: flex;
    user-select: none;
    justify-content: flex-start;
    align-items: start;
    cursor: pointer;
    margin-bottom: 4px
}

.chat-left .chat-contacts .item .chat-contact:hover {
    background-color: #F4F7FA
}

.chat-left .chat-contacts .item .chat-contact.active {
    background-color: #F4F7FA
}

.chat-left .chat-contacts .item .flex-item {
    position: relative;
    flex-shrink: 0
}

.chat-left .chat-contacts .item .flex-item-center {
    flex: 1 1 auto;
    min-width: 0
}

.chat-left .chat-contacts .item .item-img {
    width: 48px;
    height: 48px;
    margin-right: 15px;
    overflow: hidden
}

.chat-left .chat-contacts .item img {
    width: 48px;
    height: 48px;
    border-radius: 50%
}

.chat-left .chat-contacts .item .username {
    font-size: 14px;
    color: #273244;
    margin-bottom: 5px;
    font-weight: 600
}

.chat-left .chat-contacts .item .subject {
    font-size: 12px;
    color: #273244;
    margin-bottom: 0;
    font-weight: 400;
    letter-spacing: 0rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.chat-left .chat-contacts .item .time {
    color: #758092;
    font-size: 10px;
    letter-spacing: 0rem
}

.chat-left .chat-contacts .item .badge {
    padding: .4em .6em;
    margin-bottom: 0;
    min-width: 22px;
    min-height: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%
}

.chat-left .chat-contacts .item .active .badge {
    display: none
}

.chat-right .chat-header {
    display: block;
    padding: 24px;
    border-bottom: 1px solid #e5eaef
}

.chat-right .chat-header .chat-user {
    align-items: center;
    padding: 0
}

.chat-right .chat-header .chat-user .flex-item-center {
    flex: 1 1 auto;
    min-width: 0
}

.chat-right .chat-header .chat-user .p-last-seen {
    margin-bottom: 0
}

.chat-right .chat-header .chat-user .p-last-seen .last-seen {
    color: #273244;
    font-weight: 400
}

.chat-right .chat-header .chat-user .p-last-seen .last-seen i {
    font-size: 11px;
    margin-right: 2px
}

.chat-right .chat-header .chat-user .btn-chat-delete {
    background-color: #F4F7FA;
    border-radius: 6px
}

.chat-header .topic {
    display: flex;
    align-items: center;
    margin-bottom: 0 !important;
    margin-left: 64px
}

.chat-header .topic a:hover {
    text-decoration: underline
}

.chat .chat-content {
    display: flex;
    position: relative;
    width: 100%;
    height: 600px;
    padding-bottom: 94px
}

.chat .chat-content .messages {
    display: flex;
    width: 100%;
    height: 100%;
    padding: 15px 0
}

.chat .chat-content .messages-inner {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 24px;
    overflow-x: hidden
}

.chat .chat-content .messages .message {
    display: flex;
    justify-content: start;
    margin-bottom: 20px
}

.chat .chat-content .messages .message .item-user {
    width: 55px;
    flex-shrink: 0 !important
}

.chat .chat-content .messages .message .user-img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden
}

.chat .chat-content .messages .message .user-img img {
    width: 40px;
    height: 40px;
    border-radius: 50%
}

.chat .chat-content .messages .message .message-text {
    padding: 10px;
    max-width: 400px;
    border-radius: 6px 6px 6px 0;
    font-size: 14px;
    font-weight: 400;
    background-color: #F0F4F8
}

.chat .chat-content .messages .message .time {
    height: 22px;
    min-width: 50px;
    position: relative
}

.chat .chat-content .messages .message .time span {
    position: absolute;
    white-space: nowrap;
    bottom: 0;
    left: 0;
    color: #758092;
    font-size: 12px;
    letter-spacing: 0rem
}

.chat .chat-content .messages .message-right {
    justify-content: end;
    text-align: right
}

.chat .chat-content .messages .message-right .message-text {
    background-color: #4361ee;
    color: #fff;
    border-radius: 6px 6px 0 6px;
    text-align: left
}

.chat .chat-content .messages .message-right .item-user {
    display: flex;
    justify-content: end
}

.chat .chat-content .messages .message-right .time span {
    left: auto;
    right: 0
}

.chat .chat-content .chat-input {
    width: 100%;
    height: 94px;
    padding: 24px;
    position: absolute;
    bottom: 0;
    border-top: 1px solid #e5eaef
}

.chat .chat-content .chat-input input {
    border-radius: 20px;
    padding: 10px 48px 10px 24px;
    height: 46px;
    background-color: #F4F7FA;
    border: 0 !important;
    background-image: none !important
}

.chat .chat-content .chat-input .btn {
    background-color: transparent !important;
    box-shadow: none !important;
    border: 0 !important;
    padding: 10px 12px;
    position: absolute;
    right: 30px;
    top: 25px
}

.chat-empty .chat-header {
    min-height: 124px;
    border-bottom: 0
}

.select-chat-container {
    display: block;
    position: absolute;
    width: 100%;
    text-align: center;
    padding-top: 60px
}

.select-chat-container label {
    padding: 18px 40px;
    font-size: 16px;
    font-weight: 400;
    border-radius: 30px;
    background-color: #F4F7FA;
    color: #545F71
}

.btn-open-chat-contacts {
    background-color: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    padding: 5px;
    display: flex;
    align-items: center;
    position: absolute;
    left: 0;
    display: none
}

.btn-open-chat-contacts svg {
    width: 28px;
    height: 28px
}

.chat input::placeholder {
    color: #a5a9b1 !important
}

.chat input::-webkit-input-placeholder {
    color: #a5a9b1 !important
}

.chat input::-moz-placeholder {
    color: #a5a9b1 !important
}

.chat input:-ms-input-placeholder {
    color: #a5a9b1 !important
}

.brand-slider-container {
    display: block;
    height: 150px;
    overflow: hidden
}

.brand-slider {
    display: flex;
    border: 1px solid #eee
}

.brand-slider .brand-item {
    display: flex !important;
    align-items: center;
    justify-content: center;
    height: 100px;
    padding: 24px;
    cursor: pointer;
    border-right: 1px solid #eee
}

.brand-slider .brand-item .item {
    display: flex;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.brand-slider .brand-item img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    height: auto;
    object-fit: contain
}

.blog-post-title {
    display: block;
    width: 100%;
    float: left;
    position: relative;
    font-size: 18px;
    line-height: 26px;
    text-align: left;
    font-weight: 600;
    margin-top: 25px;
    margin-bottom: 10px;
    overflow-wrap: break-word
}

.blog-item-small .blog-post-title {
    display: block;
    width: 100%;
    float: left;
    position: relative;
    font-size: 15px;
    line-height: 24px;
    text-align: left;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 5px
}

.blog-post-meta {
    display: block;
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 10px
}

.blog-post-meta span,
.blog-post-meta a {
    font-size: 12px;
    line-height: 24px;
    color: #5A5A5A;
    margin-right: 10px;
    display: inline-block !important
}

.blog-post-meta span i,
.blog-post-meta a i {
    margin-right: 8px
}

.blog-post-description {
    display: block;
    width: 100%;
    float: left;
    position: relative;
    line-height: 24px;
    color: #5A5A5A;
    overflow-wrap: break-word
}

.blog-slider-container {
    width: 100%;
    max-width: 100%;
    min-height: 424px;
    display: block;
    float: left;
    position: relative;
    overflow: hidden
}

.blog-slider-container .blog-slider {
    opacity: 0;
    margin-right: -7.5px;
    margin-left: -7.5px
}

.blog-slider-container .slick-initialized {
    opacity: 1 !important
}

.blog-slider-container .blog-slider .blog-item {
    outline: none !important;
    padding: 10px;
    padding-top: 0 !important
}

.blog-content {
    width: 100%;
    display: block;
    float: left;
    position: relative
}

.blog-content .blog-item {
    display: block;
    float: left;
    position: relative;
    width: 100%;
    margin-bottom: 60px
}

.blog-content .blog-item-small {
    margin-bottom: 15px
}

.blog-item .blog-item-img a {
    display: block
}

.blog-content .blog-item-small .blog-item-img a img {
    width: 100%
}

.blog-content .blog-item a {
    display: block;
    overflow-wrap: break-word
}

.blog-sidebar {
    width: 100%;
    display: block;
    float: left;
    position: relative
}

.blog-sidebar .blog-sidebar-widget {
    width: 100%;
    display: block;
    float: left;
    position: relative;
    margin-bottom: 45px
}

.blog-sidebar .blog-sidebar-widget .title {
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    position: relative;
    border-bottom: 2px solid #222;
    display: block;
    padding-bottom: 15px
}

.blog-content .blog-categories {
    margin: 0;
    padding: 0;
    margin-top: 15px;
    float: left;
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 30px
}

.blog-content .blog-categories li {
    list-style: none;
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 15px
}

.blog-content .blog-categories li a {
    display: inline-block;
    padding: 8px 14px;
    color: #898989;
    background-color: #f3f3f3;
    border-radius: 0
}

.blog-content .blog-categories .active a {
    color: #fff
}

.blog-content .post-content {
    width: 100%;
    display: block;
    float: left;
    position: relative
}

.blog-content .post-content .title {
    font-size: 32px;
    line-height: 42px;
    font-weight: 600;
    margin-bottom: 15px;
    overflow-wrap: break-word
}

.blog-content .post-content .blog-post-meta {
    margin-bottom: 0
}

.blog-content .post-content .post-image {
    text-align: center;
    margin: 15px 0
}

.blog-content .post-content .post-text {
    line-height: 28px;
    font-size: 15px;
    overflow-wrap: break-word
}

.blog-content .post-content .post-text img {
    display: block;
    max-width: 100% !important;
    height: auto !important
}

.post-content .post-share {
    width: 100%;
    float: left;
    margin-top: 20px;
    margin-bottom: 20px
}

.post-content .post-share .title {
    display: inline-block;
    font-size: 16px;
    line-height: 40px;
    font-weight: 600;
    margin-bottom: 15px;
    text-align: left;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 10px;
    margin-right: 15px;
    float: left
}

.post-content .post-share .btn-share {
    color: #fff;
    border-radius: 0;
    font-size: 13px;
    margin-right: 5px;
    margin-bottom: 7px
}

.post-content .post-share .btn-share i {
    font-size: .875rem;
    margin-right: 10px
}

.post-content .post-share .facebook {
    background-color: #3b5998
}

.post-content .post-share .gplus {
    background-color: #dd4b39
}

.post-content .post-share .twitter {
    background-color: #000
}

.post-content .post-share .pinterest {
    background-color: #cc2127
}

.post-content .post-share .linkedin {
    background-color: #0077b5
}

.post-content .post-share .whatsapp {
    background: #2CB742
}

.post-content .related-posts {
    margin-bottom: 30px
}

.blog-section-title {
    font-size: 15px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 25px;
    text-align: left;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 10px
}

.blog-section-title::after {
    background: #222;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 80px
}

.blog-content .post-content .related-posts .blog-post-meta {
    text-align: left;
    margin-bottom: 10px
}

.blog-content .latest-posts {
    width: 100%;
    display: block;
    float: left;
    margin-bottom: 45px
}

.blog-content .blog-tags {
    width: 100%;
    display: block;
    float: left
}

.blog-content .blog-tags ul {
    margin: 0;
    padding: 0
}

.blog-content .blog-tags ul li {
    list-style: none;
    float: left;
    margin-right: 8px;
    margin-bottom: 8px
}

.blog-content .blog-tags ul li a {
    padding: 6px 12px;
    background-color: #f2f2f2;
    border-radius: 0;
    color: #999;
    display: block
}

.blog-content .blog-tags ul li a:hover {
    background-color: #e3e3e3
}

.blog-content .post-tags ul {
    float: left;
    margin: 0;
    padding: 0
}

.blog-content .post-tags ul li {
    list-style: none;
    float: left;
    margin-right: 8px;
    margin-bottom: 8px
}

.blog-content .post-tags ul li a {
    padding: 6px 12px;
    background-color: #f2f2f2;
    border-radius: 0;
    color: #999;
    display: block
}

.blog-comments-section {
    display: block;
    width: 100%;
    position: relative;
    float: left
}

.blog-comments-section .nav-tabs {
    border-bottom: 2px solid #dee2e6
}

.blog-comments-section .nav-tabs .nav-item .nav-link {
    border: 0;
    line-height: 24px;
    font-weight: 600;
    text-align: left;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 10px;
    border-bottom: 2px solid transparent;
    padding: 10px 30px
}

.blog-comments-section .nav-tabs .nav-item .show .nav-link,
.blog-comments-section .nav-tabs .nav-link.active {
    border: 0;
    border-bottom: 2px solid #222
}

.blog-comments-section .tab-content .tab-pane {
    padding: 30px 0
}

.blog-comments {
    padding: 0;
    margin: 0;
    margin-top: 30px
}

.blog-comments li {
    width: 100%;
    list-style: none;
    display: table;
    margin-bottom: 30px
}

.blog-comments li .left {
    display: table-cell;
    width: 65px;
    height: auto;
    vertical-align: top;
    text-align: left
}

.blog-comments li .left img {
    width: 50px;
    height: 50px;
    border-radius: 100%
}

.blog-comments li .right {
    display: table-cell;
    vertical-align: top
}

.blog-comments li .right p {
    margin-bottom: 5px
}

.blog-comments li .right .username {
    font-weight: 600
}

.blog-comments li .right .comment {
    color: #555
}

.blog-comments li .right .date {
    font-size: 12px;
    color: #999
}

.blog-comments li .right .button-link {
    font-size: 12px;
    margin-left: 10px;
    color: #999 !important
}

.blog-comments-section .form-textarea {
    min-height: 80px
}

.page-title {
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 30px;
    margin-top: 0;
    display: block;
    font-weight: 600
}

.page-title-product {
    font-weight: 600;
    text-align: center
}

.btn-load-more {
    background: #fff;
    border: 1px solid #e5e5e5;
    display: block;
    line-height: 20px;
    margin: 0 auto;
    padding: 14px 10px;
    text-align: center;
    transition: all .25s ease 0s;
    color: #222;
    border-radius: 0;
    width: 100%;
    max-width: 100%;
    font-weight: 600;
    cursor: pointer;
    margin-bottom: 15px
}

.btn-load-more-product {
    width: 300px;
    max-width: 100%;
    margin-top: 5px
}

.page-contact {
    min-height: 550px
}

.page-contact .contact-text {
    line-height: 24px
}

.page-contact .contact-item {
    display: block;
    margin-bottom: 10px
}

.page-contact .contact-item i {
    color: #777;
    display: inline-block;
    text-align: left;
    width: 40px
}

.page-contact .ctd {
    display: none !important
}

.contact-social {
    margin-top: 45px
}

.contact-social ul {
    margin: 0;
    padding: 0
}

.contact-social ul li {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px
}

.contact-social ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    color: #777;
    font-size: 16px;
    border: 1px solid #d8d8d8;
    border-radius: 100%
}

.contact-social ul li a:hover {
    color: #fff
}

.support {
    min-height: 800px
}

.support .page-title {
    font-weight: 600;
    text-align: center;
    margin-bottom: 40px
}

.support .main-title {
    font-size: 32px
}

.support .page-title strong {
    font-weight: 600
}

.a-box-support {
    display: block;
    text-align: center
}

.box-support {
    width: 100%;
    padding: 30px;
    border: 1px solid #e0e0e0;
    text-align: center;
    margin-bottom: 30px;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out
}

.box-support .title {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 5px
}

.box-support span {
    display: block;
    width: 100%;
    font-size: 14px;
    color: #aaa
}

.box-support:hover {
    box-shadow: 0 .2rem 1rem rgba(0, 0, 0, .1) !important
}

.support .need-more-help {
    margin-top: 150px;
    text-align: center
}

.support .need-more-help .title {
    display: block;
    font-size: 22px;
    font-weight: bold
}

.support .need-more-help span {
    display: block;
    font-size: 14px
}

.support .need-more-help a {
    margin-top: 30px
}

.support .title-category {
    font-size: 26px;
    margin-bottom: 30px;
    font-weight: 600
}

.ul-support-articles {
    padding: 0 !important;
    margin: 0 !important;
    border-right: 1px solid #eee;
    padding-right: 10px !important
}

.ul-support-articles li {
    list-style: none;
    display: block;
    margin-bottom: 5px
}

.ul-support-articles li a {
    display: block;
    font-size: 14px;
    border-bottom: 2px solid transparent;
    padding: 10px 15px
}

.ul-support-articles .active a {
    background-color: #222;
    color: #fff;
    border-radius: 0
}

.support .article-title {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 30px;
    font-weight: 600
}

.support .article-content {
    font-size: 15px;
    line-height: 30px
}

.support .article-content img {
    max-width: 100%;
    height: auto
}

.all-help-topics {
    display: block;
    width: 100%;
    margin-bottom: 15px
}

.all-help-topics i {
    margin-right: 3px
}

.help-center-collapse {
    display: none;
    margin-bottom: 30px;
    border: 0 !important
}

.help-center-collapse .collapse-title {
    display: block;
    width: 100%;
    padding: 15px;
    border: 1px solid rgba(0, 0, 0, 0.08)
}

.help-center-collapse .ul-support-articles {
    padding: 0 !important;
    border: 0 !important
}

.help-center-collapse .ul-support-articles li a {
    margin-top: 8px;
    border-radius: 0
}

.need-more-help-article {
    text-align: left !important;
    border-top: 1px solid #eee;
    padding: 60px 0
}

.submit-ticket-title {
    text-align: left;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px
}

.ticket-container {
    background-color: #fff;
    padding: 30px;
    border: 1px solid #f9f9f9
}

.ticket-container .ticket-header {
    margin-bottom: 60px
}

.ticket-container .ticket-header p {
    margin-bottom: 4px;
    font-size: 15px;
    line-height: 24px
}

.row-ticket-details {
    margin-top: 15px;
    padding-bottom: 15px;
    border-bottom: 2px solid #eee
}

.row-ticket-details strong {
    display: block;
    width: 100%;
    margin-bottom: 5px
}

.ticket-content {
    padding-top: 0
}

.ticket-content .media {
    position: relative;
    margin-top: 60px
}

.ticket-content .media .media-body {
    border: 1px solid #f1f2f2;
    padding: 15px;
    position: relative;
    border-radius: 0;
    background-color: #f9fbfc !important
}

.ticket-content .media .refund-media-body {
    border: none !important;
    padding: 0 !important;
    border-radius: 0 !important;
    background-color: transparent !important
}

.ticket-content .media .media-body .title {
    font-weight: 700
}

.ticket-content-reset .media .media-body * {
    background-color: #f9fbfc !important
}

.ticket-content .media .media-body .message {
    font-size: 14px;
    line-height: 26px;
    font-family: 'Open Sans', sans-serif
}

.ticket-content .media .media-body .message p {
    line-height: 26px !important
}

.ticket-content .media .img-profile {
    width: 48px;
    height: 48px;
    margin-right: 15px;
    border-radius: 50%
}

.ticket-content .media .title {
    font-size: 14px !important
}

.ticket-content .media .date {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 12px
}

.ticket-content .ticket-body p {
    margin-bottom: 0 !important
}

.new-ticket-content-reply {
    padding-bottom: 0 !important
}

.reply-editor {
    margin-top: 30px;
    padding-bottom: 30px
}

.btn-file-upload {
    position: relative;
    color: #fff !important;
    font-size: 13px !important;
    padding: 4px 16px !important;
    overflow: hidden !important
}

.btn-file-upload input {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    filter: alpha(opacity=0);
    -ms-filter: "alpha(opacity=0)";
    opacity: 0;
    background-color: transparent;
    color: transparent;
    cursor: pointer
}

.support .search-container {
    margin-bottom: 120px
}

.support .search {
    width: 800px;
    max-width: 100%;
    margin: 0 auto;
    position: relative
}

.support .search input {
    border-radius: 30px;
    min-height: 50px
}

.support .search button {
    position: absolute;
    right: 14px;
    top: 10px;
    font-size: 18px;
    background-color: transparent !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #777
}

.form-group-avatar img {
    width: 160px;
    height: 160px;
    border-radius: 3px
}

.support .page-title-ticket {
    float: left;
    display: inline-block;
    margin-bottom: 0 !important
}

.support .dm-btn-select-files {
    position: absolute !important;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.support .btn-file-upload {
    position: relative;
    color: #fff !important;
    font-size: 13px !important;
    padding: 4px 16px !important;
    overflow: hidden !important
}

.support .dm-uploader input[type="file"] {
    position: absolute !important;
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important
}

.support .dm-btn-select-files input {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    filter: alpha(opacity=0);
    -ms-filter: "alpha(opacity=0)";
    opacity: 0;
    background-color: transparent;
    color: transparent;
    cursor: pointer
}

.support .dm-upload-text {
    color: #555 !important;
    font-size: 14px;
    margin-bottom: 0 !important
}

.support .dm-uploader {
    border: 1px dashed #d8d9db
}

.support .dm-uploaded-files {
    display: block;
    position: relative;
    float: left;
    padding: 0;
    margin: 0;
    padding-bottom: 15px;
    width: 100%
}

.support .dm-uploaded-files .media {
    height: 20px !important;
    width: 100% !important
}

.support .uploaded-files .item {
    display: block;
    width: 100%;
    margin-bottom: 4px
}

.support .uploaded-files .item .item-inner {
    display: inline-block;
    background-color: #f0f0f0;
    padding: 4px 12px;
    line-height: 20px;
    border-radius: 3px
}

.support .uploaded-files .item .item-inner a {
    font-weight: 500 !important;
    position: relative;
    color: #999 !important;
    margin-left: 10px
}

.support .uploaded-files .item .item-inner a:hover i {
    color: #333 !important
}

.support .uploaded-files .item .item-inner a i {
    position: relative
}

.support .dm-uploaded-files li .media-body .progress {
    height: 4px;
    margin-bottom: 0 !important;
    background-color: transparent;
    font-weight: 600;
    font-size: 11px !important;
    border-radius: 0 !important;
    color: transparent !important
}

.support .dm-progress-waiting {
    display: none
}

.support .dm-uploaded-files li .media-body .progress .progress-bar {
    color: transparent !important
}

.support .ticket-content .ticket-attachments {
    display: block;
    float: left;
    width: 100%;
    margin-top: 30px
}

.support .ticket-content .ticket-attachments p {
    margin-bottom: 5px !important
}

.support .ticket-content .ticket-attachments p button {
    color: #107ef4;
    border: 0 !important;
    background-color: transparent !important;
    box-shadow: none !important;
    padding: 0 !important
}

.support .ticket-content .ticket-attachments p button:hover span {
    text-decoration: underline
}

.support-search-results {
    display: block;
    padding: 0;
    margin: 0
}

.support-search-results li {
    list-style: none;
    border-bottom: 1px solid #eee;
    padding: 30px 0
}

.support-search-results li .title {
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 600
}

.support-search-results li .category a {
    font-weight: 600;
    font-size: 13px;
    color: #6c757d !important
}

.support .number-of-results {
    display: block;
    margin-top: 5px;
    font-weight: normal !important;
    font-size: 13px;
    color: #888
}

.container-products-page {
    margin-bottom: 180px
}

.container-products-page .load-more-spinner {
    position: absolute;
    bottom: -70px
}

.category-description {
    color: #4B4B4B;
    margin: 15px 0;
    line-height: 1.8em
}

.product-list-header {
    vertical-align: middle;
    padding-bottom: 20px
}

.product-list-title {
    font-weight: 600;
    font-size: 22px;
    display: inline-block;
    margin: 0;
    vertical-align: middle
}

.container-filter-products {
    display: block
}

.container-filter-products-mobile {
    display: none
}

.container-filter-products-mobile .btn-filter-products-mobile {
    display: flex;
    align-items: center;
    float: left;
    width: 50%
}

.container-filter-products-mobile .btn-filter-products-mobile .btn {
    display: block;
    width: 100%;
    height: 44px;
    float: left;
    border-radius: 0;
    color: #222 !important;
    border: 1px solid #ededed;
    border-right: 0;
    padding: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left
}

.container-filter-products-mobile .product-sort-by {
    width: 50%;
    min-width: 0;
    position: relative;
    float: left
}

.container-filter-products-mobile .product-sort-by .dropdown .btn {
    display: block;
    width: 100%;
    border-radius: 0;
    height: 44px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 10px;
    text-align: left
}

.container-filter-products-mobile .product-sort-by .dropdown .btn svg {
    position: relative;
    top: -1px
}

.container-filter-products-mobile .btn-filter-products-mobile .btn svg {
    position: relative;
    top: -2px
}

.product-sort-by {
    float: right;
    text-align: right
}

.product-sort-by .dropdown .btn {
    border: 1px solid #e4e4e4
}

.product-sort-by .dropdown .dropdown-menu {
    width: 100%;
    min-width: 130px;
    border-radius: 2px;
    margin-top: 5px;
    border: 1px solid #e4e4e4
}

.product-sort-by .dropdown .dropdown-menu .dropdown-item {
    padding: .48rem 1.5rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #222 !important
}

.product-sort-by .dropdown .btn:after {
    display: none
}

.product-filters {
    display: block;
    float: left;
    width: 100%;
    position: relative;
    max-width: 100%;
    overflow: hidden
}

.product-filters .filter-item {
    display: block;
    float: left;
    width: 100%;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ebecf2
}

.product-filters .filter-item-categories {
    padding-top: 15px
}

.product-filters .filter-item-categories .filter-custom-scrollbar {
    max-height: 230px !important
}

.product-filters .filter-item:last-child {
    border-bottom: 0
}

.product-filters .filter-item .title {
    margin-bottom: 15px;
    font-size: .875rem;
    font-weight: 600;
    float: left;
    width: 100%
}

.product-filters .filter-item .collapse-title {
    display: block;
    float: left;
    width: 100%
}

.product-filters .filter-item .collapse-title .btn {
    display: block;
    width: 100%;
    font-size: .875rem;
    font-weight: 600;
    float: left;
    padding: 0;
    position: relative;
    text-align: left
}

.product-filters .filter-item .collapse-title .btn::after {
    position: absolute;
    right: 0;
    top: 2px;
    flex-shrink: 0;
    width: .875rem;
    height: .875rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: .875rem;
    transition: transform .2s ease-in-out
}

.product-filters .filter-item .collapse-title .btn:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23052c65' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
    transform: rotate(-180deg)
}

.product-filters .filter-item .filter-list-container {
    position: relative;
    float: left;
    width: 100%;
    transition: transform .05s
}

.product-filters .filter-item .filter-search-input {
    display: block;
    width: 100%;
    height: 36px;
    float: left;
    padding: 5px 10px;
    border-radius: 0;
    font-size: 12px;
    border: 1px solid #ebecf2;
    margin-top: 15px
}

.product-filters .filter-item .filter-list {
    padding: 0;
    margin: 0;
    float: left;
    width: 100%;
    max-height: 280px;
    padding-bottom: 10px;
    margin-top: 15px
}

.product-filters .filter-item .filter-list-categories {
    margin-top: 0
}

.product-filters .filter-item .filter-list-subcategories {
    padding-left: 21px;
    margin-top: 0
}

.product-filters .filter-item .filter-list-categories-parent {
    display: block;
    float: left;
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px
}

.product-filters .filter-item .filter-list-categories-parent svg {
    font-size: 18px;
    width: 18px;
    height: 18px;
    position: relative;
    top: -1px
}

.product-filters .filter-item .filter-list li {
    list-style: none;
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 4px
}

.product-filters .filter-item .filter-list li a {
    display: block;
    float: left;
    width: 100%
}

.product-filters .filter-item .filter-list li a:hover {
    text-decoration: underline
}

.product-filters .filter-item .filter-list-categories li,
.product-filters .filter-item .filter-list-subcategories li {
    margin-bottom: 10px
}

.product-filters .filter-item .filter-list-categories li a,
.product-filters .filter-item .filter-list-subcategories li a {
    font-size: 14px;
    line-height: 20px
}

.product-filters .filter-item .filter-list-subcategories li a:hover {
    text-decoration: underline
}

.product-filters .filter-item .filter-list-subcategories li .active {
    font-weight: 600
}

.product-filters .filter-item .filter-list li a label {
    cursor: pointer;
    margin: 0 !important
}

.product-filters .filter-item .filter-list li a .custom-checkbox label {
    font-size: 13px
}

.product-filters .filter-item .filter-list li a .checkbox-list-item-label {
    line-height: 26px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none
}

.product-filters .filter-item .filter-custom-scrollbar {
    max-height: 222px;
    overflow: hidden
}

.product-filters .filter-item .subcategory-link {
    display: block;
    position: relative;
    margin-bottom: 10px;
    float: left
}

.product-filters .row-price-inputs {
    margin-right: -5px;
    margin-left: -5px
}

.product-filters .row-price-inputs .col-5 {
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%
}

.product-filters .row-price-inputs .col-2 {
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%
}

.product-filters .row-price-inputs .col-price-inputs {
    padding-right: 5px;
    padding-left: 5px;
    text-align: center
}

.filter-item .btn-filter-product {
    display: block;
    width: 100%;
    background-color: #f0f0f4;
    color: #333 !important;
    margin-top: 15px
}

.product-list-content {
    display: block;
    float: left;
    width: 100%;
    position: relative;
    min-height: 420px
}

.filter-item .form-input {
    padding: 6px 12px;
    height: 40px
}

.filter-item .range-price .form-input {
    padding: 6px 6px 6px 12px
}

.filter-item .inputs-filter-price {
    display: flex;
    gap: 10px;
    align-items: center
}

.filter-item .inputs-filter-price .is-invalid {
    background-image: none !important
}

.filter-reset-tag-container {
    display: block;
    width: 100%;
    position: relative;
    float: left
}

.filter-reset-tag {
    display: table;
    border-radius: 16px;
    float: left;
    margin-right: 10px;
    margin-bottom: 15px;
    background-color: #eee;
    min-height: 38px
}

.filter-reset-tag .right {
    display: table-cell;
    padding: 5px 12px;
    padding-left: 0;
    vertical-align: middle;
    max-width: 250px;
    min-width: 60px
}

.filter-reset-tag .right span {
    display: block;
    width: 100%;
    font-size: 12px;
    line-height: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.filter-reset-tag .right .reset-tag-title {
    color: #777;
    margin-bottom: 2px
}

.filter-reset-tag .left {
    display: table-cell;
    position: relative;
    font-size: .875rem;
    vertical-align: middle
}

.filter-reset-tag .left a {
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    display: block;
    position: relative;
    border-radius: 100%;
    padding: 0 !important;
    color: #222;
    float: left;
    background-color: #fff !important;
    border: 0 !important;
    margin: 0 6px
}

.filter-reset-tag .left a i {
    margin: 0 !important
}

.filter-reset-tag .left a:hover {
    color: #000 !important
}

.link-reset-filters {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    line-height: 35px;
    white-space: nowrap
}

.product-filters .page-downloads .product-title {
    font-weight: 600
}

.btn-show-previous-products {
    color: #333;
    background-color: #f0f0f4;
    border-radius: 40px;
    margin-bottom: 15px
}

.btn-show-previous-products:hover {
    background-color: #dfdfe3
}

.member-list-item {
    display: table;
    width: 100%;
    margin-bottom: 60px
}

.member-list-item .left {
    display: table-cell;
    width: 120px;
    text-align: left;
    vertical-align: top
}

.member-list-item .left img {
    width: 100px;
    height: 100px;
    border-radius: 100%
}

.member-list-item .right {
    display: table-cell;
    text-align: left;
    vertical-align: top
}

.member-list-item .right p {
    margin-bottom: 5px
}

.member-list-item .right .username {
    display: block;
    width: 100%;
    font-weight: 600
}

.shops-search-container {
    width: 300px;
    max-width: 100%;
    float: right
}

.shops-search-container .search button {
    position: absolute;
    right: 25px;
    top: 8px;
    font-size: 18px;
    background-color: transparent !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #777
}

.coupon-item {
    width: 100%;
    border-radius: 0;
    padding: 15px;
    position: relative;
    margin-bottom: 30px;
    border: 1px dashed #e3e3e3
}

.coupon-item .coupon-inner {
    display: flex;
    justify-content: space-between;
    padding: 5px 0;
    margin-bottom: 10px
}

.coupon-item .coupon-img {
    width: 130px;
    min-height: 110px;
    padding-right: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 3px dotted #c1c1c1
}

.coupon-item .coupon-img img {
    width: 92px;
    height: 92px;
    border-radius: 50%
}

.coupon-item .content {
    min-height: 110px;
    display: flex;
    align-items: center;
    flex-grow: 1;
    padding-left: 24px
}

.coupon-item .content .shop-name {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase
}

.coupon-item .content .discount {
    font-size: 26px;
    font-weight: bold;
    display: block;
    margin-top: 2px;
    margin-bottom: 5px
}

.coupon-item .content .discount span {
    font-size: 18px;
    font-weight: 600
}

.coupon-item .content .date {
    display: flex;
    align-items: center;
    font-size: 12px;
    margin-bottom: 8px;
    color: #28a745
}

.coupon-item .content .date-expired {
    color: #dc3545 !important
}

.copy-code-container {
    display: flex;
    align-items: center;
    width: 100%
}

.copy-code-container .code {
    display: block;
    border: 1px dashed #BFBFBF;
    padding: 10px 20px;
    flex-grow: 1
}

.copy-code-container button {
    height: 38px;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 13px;
    border-radius: 0
}

.coupon-item .coupon-link {
    display: block;
    height: 21px
}

.coupon-item .coupon-link a {
    font-size: 13px;
    font-weight: 600
}

.coupon-item .coupon-link a:hover {
    border-bottom: 1px solid #222;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out
}

.coupon-item .copy-code-container .code,
.coupon-item .copy-code-container button {
    display: flex;
    align-items: center;
    height: 42px !important
}

.auth-container {
    justify-content: center;
    padding-top: 30px;
    width: 100%;
    min-height: 720px
}

.auth-box {
    background: #fff;
    padding: 30px;
    width: 450px;
    max-width: 100%;
    border-radius: 0;
    margin: 0 auto;
    margin-top: 30px
}

.auth-box .form-group {
    margin-bottom: 8px
}

.auth-form-input {
    box-shadow: none !important;
    border: 0;
    outline: none !important;
    color: #494949;
    height: 46px;
    font-size: .875rem;
    line-height: 18px;
    padding: 10px 20px;
    box-shadow: none;
    border-radius: 2px;
    border: 1px solid #e6e6e6
}

.auth-box .title {
    font-size: 26px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px
}

.btn-social {
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
    font-size: .875rem;
    outline: 0 !important;
    box-shadow: none !important;
    padding: 10px 20px;
    border-radius: 2px;
    text-align: left;
    margin-bottom: 5px;
    color: #fff !important;
    font-weight: 600 !important;
    line-height: 1.5
}

.btn-social svg {
    margin-right: 15px
}

.btn-social-facebook {
    background-color: #1877f2
}

.btn-social-facebook:hover {
    background-color: #0665e0
}

.btn-social-google {
    background-color: transparent;
    color: #4A4A4A !important;
    border: 1px solid #dfdee2
}

.btn-social-google:hover {
    background-color: #f1f0f4
}

.btn-social-vk {
    background-color: #5c81b5
}

.btn-social-vk:hover {
    background-color: #39679b
}

.p-social-media {
    text-align: center;
    color: #777;
    margin-top: 10px;
    margin-bottom: 10px
}

.login-with-mail {
    margin-top: 15px;
    text-align: center;
    color: #666
}

.p-social-media a {
    color: #666
}

.modal-content {
    border-radius: 0 !important
}

.login-modal {
    max-width: 340px !important;
    margin: 0 auto
}

.location-modal {
    max-width: 500px !important
}

.location-modal .auth-box .title {
    font-size: 22px
}

.location-modal-estimated-delivery #get_cities_container_filter {
    display: none !important
}

.location-modal-estimated-delivery .location-modal-description {
    display: none !important
}

.login-modal .auth-box {
    width: auto;
    padding: 25px 30px;
    border: 0 !important;
    margin: 0 !important
}

.login-modal .auth-box .form-group {
    margin-bottom: 8px
}

.login-modal .close {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 20px
}

.login-modal .alert {
    flex-wrap: wrap !important
}

.login-modal .alert svg {
    display: none
}

.link-mobile-alert {
    display: block
}

.custom-select.is-valid,
.form-control.is-valid,
.was-validated .custom-select:valid,
.was-validated .form-control:valid {
    border-color: #d8dade
}

.recaptcha-cnt {
    min-height: 80px;
    margin-bottom: 20px;
    text-align: center;
    float: left;
    display: block;
    width: 100%;
    max-width: 100%
}

.recaptcha-cnt .g-recaptcha {
    height: 74px;
    margin: 0 auto;
    max-width: 100%;
    width: 300px
}

.section-affiliate {
    margin-bottom: 90px;
    line-height: 28px;
    font-size: 15px;
    font-weight: 400;
    min-height: 400px
}

.section-affiliate-main {
    padding: 60px 0;
    margin-bottom: 60px
}

.section-affiliate-colored {
    background-color: #f4f8fb;
    padding: 90px 0
}

.section-affiliate .btn-affiliate {
    padding: .9rem 3rem
}

.section-affiliate .main-title {
    width: 100%;
    font-size: 42px;
    line-height: 56px;
    font-weight: 600;
    color: #222;
    margin: 30px 0 20px 0;
    text-align: left
}

.section-affiliate .affiliate-description {
    color: #3C3744;
    margin-bottom: 30px;
    font-size: 16px;
    text-align: left
}

.section-affiliate .title {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 45px;
    margin-top: 0;
    display: block;
    font-weight: 600;
    text-align: center
}

.section-affiliate .affiliate-image {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    padding-left: 30px
}

.section-affiliate .affiliate-image img {
    border-radius: 10px
}

.section-affiliate .feature-box {
    display: block;
    text-align: center
}

.section-affiliate .feature-box .icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    border: 1px solid rgba(9, 177, 186, 0.3);
    border-radius: 50%
}

.section-affiliate .feature-box .icon svg {
    width: 42px;
    height: 42px
}

.section-affiliate .feature-box .title {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 15px
}

.modal-affiliate-link .affiliate-link-exp {
    font-size: 14px;
    line-height: 24px;
    color: #646464
}

.accordion-box {
    margin-bottom: 20px;
    border: 1px solid #EBEBEB;
    color: #353535
}

.accordion-box .btn {
    position: relative;
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 26px;
    color: #222;
    font-weight: 600;
    cursor: pointer;
    padding: 20px 30px;
    padding-right: 50px;
    text-align: left
}

.accordion-box .btn::after {
    position: absolute;
    right: 25px;
    top: 24px;
    flex-shrink: 0;
    width: 1rem;
    height: 1rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1rem;
    transition: transform .2s ease-in-out
}

.accordion-box .btn:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23052c65' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
    transform: rotate(-180deg)
}

.accordion-box .card {
    padding: 30px;
    padding-top: 0;
    position: relative;
    display: block;
    border: 0 !important;
    color: #5d5963
}

.shopping-cart {
    margin-top: 45px;
    min-height: 600px
}

.shopping-cart .left {
    border-bottom: 1px solid #e4e4e4;
    float: left;
    display: block;
    width: 100%
}

.shopping-cart .right {
    background-color: #f9f9f9;
    padding: 30px;
    margin-top: 30px;
    border-radius: 0
}

.shopping-cart .right .line-seperator {
    height: 1px;
    width: 100%;
    background-color: #999;
    margin: 1.5rem 0
}

.cart-section-title {
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
    border-bottom: 1px solid #e4e4e4;
    margin: 0;
    padding-bottom: 15px;
    margin-bottom: 30px
}

.shopping-cart .item {
    margin-bottom: 30px;
    display: table;
    width: 100%;
    float: left
}

.shopping-cart .item .cart-item-image {
    display: table-cell;
    vertical-align: top;
    width: 160px
}

.shopping-cart .item .cart-item-details {
    display: table-cell;
    vertical-align: top
}

.shopping-cart .item .cart-item-quantity {
    display: table-cell;
    vertical-align: top;
    width: 100px;
    padding-left: 10px
}

.shopping-cart .item .img-cart-product {
    width: 100px;
    height: 100px;
    float: left;
    margin: 0 30px;
    overflow: hidden
}

.shopping-cart .item .img-cart-product img {
    display: block;
    height: 100px;
    width: auto;
    margin: 0 auto;
    max-width: none;
    object-fit: cover;
    margin-left: 50%;
    transform: translateX(-50%)
}

.shopping-cart .item .list-item {
    margin-bottom: 5px;
    word-break: break-word
}

.shopping-cart .item .list-item label {
    min-width: 125px;
    margin: 0;
    margin-right: 5px
}

.lbl-enough-quantity {
    color: #ff795c !important;
    font-size: 12px;
    line-height: 14px;
    display: block
}

.shopping-cart .item .seller {
    color: #5d5d5d;
    margin-top: 5px
}

.shopping-cart .item .seller a {
    color: #5d5d5d;
    font-weight: 600
}

.shopping-cart .btn-cart-remove {
    position: relative;
    margin-top: 10px
}

.shopping-cart-shipping .left {
    border-bottom: 0;
    display: block;
    float: left;
    position: relative;
    width: 100%
}

.shopping-cart-shipping .right {
    margin-top: 0;
    float: left;
    display: block;
    width: 100%
}

.cart-form-billing-address {
    display: none;
    margin-top: 10px
}

.cart-order-details {
    float: left;
    display: block;
    width: 100%
}

.cart-order-details .item {
    display: table;
    width: 100%
}

.cart-order-details .item .item-left {
    display: table-cell;
    vertical-align: top;
    width: 80px
}

.cart-order-details .item .item-left .img-cart-product {
    margin: 0;
    width: 60px;
    height: 60px
}

.cart-order-details .item .item-left .img-cart-product img {
    height: 60px
}

.cart-order-details .item .item-right {
    display: table-cell;
    vertical-align: top
}

.cart-order-details .item .item-right .list-item a {
    font-weight: 600
}

.cart-shipping-method .custom-control-label {
    display: inline-block
}

.cart-shipping-method .custom-control-label .method-name {
    display: inline-block;
    min-width: 200px;
    font-weight: 400
}

.cart-shipping-method .custom-control-label .exp-free-shipping {
    font-weight: 400
}

.shipping-methods-container {
    display: block;
    width: 100%;
    position: relative
}

.order-address-box {
    padding: 30px;
    border-radius: 0;
    line-height: 26px;
    background-color: var(--bg-gray-light)
}

.order-address-box .block-title {
    margin-bottom: 15px
}

.shopping-cart-empty {
    width: 100%;
    text-align: center;
    padding: 60px 0
}

.shopping-cart-empty p {
    font-size: 16px
}

.tab-checkout {
    display: block;
    float: left;
    position: relative;
    width: 100%
}

.tab-checkout .title {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 30px;
    font-weight: bold
}

.tab-checkout-open {
    margin-top: 30px;
    margin-bottom: 45px;
    padding: 0 15px
}

.tab-checkout-closed {
    background-color: #f9f9f9;
    padding: 0 20px;
    border-radius: 0;
    margin-bottom: 5px
}

.tab-checkout-closed a {
    display: inline-block
}

.tab-checkout-closed .title {
    margin-right: 20px;
    margin-bottom: 0;
    height: 80px;
    line-height: 80px
}

.tab-checkout-closed .edit-link {
    display: inline-block
}

.tab-checkout-closed-bordered {
    padding: 35px 20px;
    border-bottom: 1px solid #e4e4e4;
    border-top: 1px solid #e4e4e4
}

.tab-checkout-closed-bordered .title {
    margin: 0
}

.cart-seller-shipping-options {
    margin-bottom: 30px
}

.cart-discount-coupon {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    font-size: 13px;
    position: relative;
    display: flex;
    align-items: center
}

.cart-discount-coupon input {
    height: 40px
}

.cart-discount-coupon .btn {
    min-height: 38px;
    white-space: nowrap
}

.cart-coupon-error {
    margin-top: 10px
}

.cart-coupon-error .form-group p {
    list-style: none !important
}

.page-confirm {
    width: 450px;
    height: auto;
    margin: 0 auto;
    text-align: center;
    padding-top: 120px;
    max-width: 100%
}

.page-confirm .p-order-number {
    font-weight: bold;
    font-size: 18px
}

.page-confirm .p-complete-payment {
    margin-top: 60px;
    text-align: center
}

.page-confirm .bank-account-container {
    text-align: center
}

.page-confirm .title {
    font-size: 18px;
    line-height: 24px
}

.payment-options-list {
    padding: 0;
    margin: 0
}

.payment-options-list li {
    list-style: none;
    display: block;
    width: 100%;
    min-height: 40px;
    margin-bottom: 15px
}

.payment-options-list li .option-payment {
    list-style: none;
    display: table;
    width: 100%
}

.payment-options-list li .list-left {
    display: table-cell;
    vertical-align: middle;
    width: 150px
}

.payment-options-list li .list-right {
    display: table-cell;
    vertical-align: middle
}

.payment-options-list li label {
    cursor: pointer;
    margin: 0 !important
}

.payment-options-list li label img {
    height: 22px;
    width: auto;
    max-width: 100%;
    margin-right: 7px;
    margin-bottom: 5px;
    float: left
}

.p-transaction-number {
    text-align: center;
    font-weight: bold;
    margin-bottom: 30px;
    margin-top: 30px
}

.p-transaction-number span {
    padding: 15px 25px;
    border: 1px solid #e4e4e4
}

.p-complete-payment {
    font-size: 14px
}

.payment-button-cnt {
    text-align: center;
    width: 620px !important;
    max-width: 100% !important;
    margin: 0 auto
}

#payment-button-container {
    text-align: center;
    visibility: hidden;
    padding-top: 30px
}

.bank-account-container {
    text-align: left
}

.link-return-cart {
    line-height: 40px
}

.stripe-checkout input {
    position: relative;
    width: 100%;
    height: 46px;
    padding: 4px 12px !important;
    line-height: 1.5;
    border: 0;
    background: #fff;
    border: 1px solid #e0e6ec !important;
    color: #32325d !important
}

.stripe-checkout .input-card-element {
    height: 46px;
    padding: 4px 12px !important;
    border: 1px solid #e0e6ec !important
}

.stripe-checkout .btn {
    display: block;
    background: #666ee8;
    color: #fff;
    box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
    border-radius: 2px;
    border: 0;
    font-weight: 600;
    width: 100%;
    outline: 0;
    cursor: pointer;
    transition: all .15s ease;
    padding: 11px;
    height: 46px
}

.stripe-checkout .payment-icons img {
    margin-right: 8px
}

.stripe-checkout .btn .spinner-border {
    display: none;
    position: relative;
    top: -1px
}

.stripe-checkout input::placeholder {
    color: #9191a8 !important
}

.stripe-checkout input::-webkit-input-placeholder {
    color: #9191a8 !important
}

.stripe-checkout input::-moz-placeholder {
    color: #9191a8 !important
}

.stripe-checkout input:-ms-input-placeholder {
    color: #9191a8 !important
}

.card-element-invalid {
    border: .1rem solid rgba(220, 53, 69, 0.40) !important
}

.custom-stripe-button {
    background-image: -webkit-linear-gradient(#28a0e5, #0670ad) !important;
    background-image: -moz-linear-gradient(#28a0e5, #0670ad) !important;
    background-image: -ms-linear-gradient(#28a0e5, #0670ad) !important;
    background-image: -o-linear-gradient(#28a0e5, #0670ad) !important;
    background-image: -webkit-linear-gradient(#28a0e5, #0670ad) !important;
    background-image: -moz-linear-gradient(#28a0e5, #0670ad) !important;
    background-image: -ms-linear-gradient(#28a0e5, #0670ad) !important;
    background-image: -o-linear-gradient(#28a0e5, #0670ad) !important;
    background-image: linear-gradient(#28a0e5, #0670ad) !important;
    -webkit-font-smoothing: antialiased;
    border: 0;
    text-decoration: none;
    border-radius: 0;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    cursor: pointer;
    color: #fff !important;
    font-weight: 600;
    padding: .64rem 2.8rem;
    min-width: 200px;
    max-width: 100% !important
}

.payment-icons-container {
    margin-bottom: 10px;
    text-align: center
}

.payment-icons-container .payment-icons img {
    margin-right: 15px;
    margin-bottom: 5px
}

.btn-payment {
    padding: 15px 40px;
    width: 430px;
    max-width: 100%;
    border-radius: 0;
    color: #fff !important;
    font-weight: 600;
    font-size: 15px
}

.btn-flutterwave {
    color: #fff;
    background-color: #f5a623;
    border-color: #f5a623
}

.btn-midtrans {
    color: #fff;
    background-color: #054fbf;
    border-color: #054fbf
}

.btn-paystack {
    color: #fff;
    background-color: #70c487;
    border-color: #70c487
}

.btn-razorpay {
    color: #fff;
    background-color: #528ff0;
    border-color: #528ff0
}

.btn-paytabs {
    color: #fff;
    background-color: #61b1f7;
    border-color: #61b1f7
}

.order-list-item {
    padding: 20px;
    border-radius: 6px;
    margin-bottom: 15px;
    border: 1px solid #e9eaec
}

.order-list-item .product .ratio-product-box {
    width: 100px
}

.order-list-item .product .flex-item {
    margin-right: 15px
}

.order-list-item .product .flex-item .ratio-product-box img {
    display: block;
    position: relative;
    width: auto;
    height: 100%;
    margin: 0 auto;
    object-fit: cover
}

.order-list-item .product .flex-item .title {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400
}

.order-list-item .product .flex-item .user a {
    color: #888 !important;
    font-weight: 600
}

.order-list-item .col-buttons .btn {
    width: 100%;
    justify-content: center
}

.span-product-dtl-table {
    display: block;
    min-width: 110px;
    float: left
}

.order-details-container .order-head {
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 10px;
    margin-bottom: 30px
}

.order-details-container .order-head .row-title {
    margin-bottom: 0 !important
}

.order-details-container .order-head .title {
    font-weight: 600;
    font-size: 22px;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 10px;
    margin-bottom: 30px
}

.order-details-container .order-row-item {
    margin-bottom: 10px
}

.order-details-container .order-total {
    width: 460px;
    max-width: 100%;
    background-color: var(--bg-gray-light);
    float: right;
    padding: 20px
}

.order-details-container .row {
    margin-bottom: 15px
}

.order-details-container .row-seperator {
    border-top: 1px solid #dee2e6
}

.order-details-container .order-total .col-left {
    font-weight: 600
}

.order-details-container .order-total .col-right {
    text-align: right
}

.order-details-container .shipping-container {
    margin-top: 30px
}

.order-details-container .block-title {
    font-size: 18px;
    line-height: 18px;
    font-weight: 600;
    margin-bottom: 15px
}

.order-details-container .shipping-container .shipping-row-item {
    font-size: 13px;
    margin-bottom: 3px
}

.order-details-container .tr-shipping td {
    padding-top: 15px !important;
    padding-bottom: 15px !important
}

.order-details-container .table-orders-products tr {
    border-bottom: 0
}

.order-details-container .table-orders-products td {
    vertical-align: top !important
}

.btn-sale-options {
    display: block;
    width: 100%;
    color: #fff !important;
    white-space: nowrap;
    padding: .3rem .5rem
}

.btn-view-invoice {
    display: inline-block;
    width: auto;
    position: absolute;
    right: 15px;
    top: 0;
    padding: .3rem .8rem
}

.tracking-number-container {
    margin-top: 25px
}

.tracking-number-container .title {
    text-align: center;
    width: 100%;
    display: block;
    margin-top: 10px;
    font-weight: 600;
    font-size: 20px
}

.tr-shipping {
    background-color: var(--bg-gray-light);
    font-size: 13px;
    border: 0 !important
}

.tr-shipping td {
    border: 0 !important
}

.order-details-container .table-orders-products .tr-shipping-seperator td {
    padding: 30px 0
}

.order-details-container .table-orders-products .tr-shipping-seperator .row-seperator {
    border-color: #F2F2F5 !important
}

.order-shipping-tracking-number p {
    margin-bottom: 4px
}

.order-shipping-tracking-number strong {
    margin-bottom: 5px
}

.earnings-boxes .earnings-box {
    width: 100%;
    background-color: #f8f8f8;
    border: 2px solid #f1f1f1;
    border-radius: 0;
    padding: 30px
}

.earnings-boxes .earnings-box .price {
    text-align: center;
    font-size: 34px;
    line-height: 34px;
    font-weight: bold
}

.earnings-boxes .earnings-box .title {
    text-align: center;
    font-weight: 600;
    margin-bottom: 10px
}

.earnings-boxes .earnings-box .description {
    text-align: center;
    margin: 0;
    font-size: 13px
}

.table-earnings-container {
    margin-top: 60px
}

.text-confirm-order {
    color: #777;
    margin-top: 60px
}

.text-confirm-order-table {
    display: block;
    width: 100%;
    color: #777;
    max-width: 160px;
    margin-top: 5px
}

.modal-custom {
    border-radius: 0
}

.modal-custom .modal-header {
    display: block;
    width: 100%;
    float: left;
    border-bottom: 0;
    border-top-left-radius: .1875rem;
    border-top-right-radius: .1875rem;
    padding: 30px;
    padding-bottom: 0
}

.modal-custom .modal-header .modal-title {
    display: block;
    width: 100%;
    margin: 0;
    font-size: 22px;
    font-weight: 600;
    text-align: center
}

.modal-custom .modal-header .modal-title-exp {
    display: block;
    width: 100%;
    margin: 0;
    font-weight: 400;
    font-size: 13px
}

.modal-custom .modal-header .close {
    position: absolute;
    right: 15px;
    top: 15px;
    color: #A0A0A0;
    opacity: 1;
    font-size: 20px
}

.modal-custom .modal-header .close:hover {
    color: #333 !important;
    opacity: 1 !important
}

.modal-custom .modal-body {
    padding-bottom: 0;
    display: block;
    width: 100%;
    float: left;
    padding: 30px
}

.modal-custom .modal-footer {
    border-top: 0;
    padding: 15px 30px 30px 30px;
    padding-top: 0;
    display: block;
    width: 100%;
    float: left
}

.modal-custom textarea {
    resize: none !important;
    min-height: 120px;
    padding: 15px;
    border-radius: 2px
}

.modal-refund textarea {
    resize: vertical !important;
    min-height: 140px;
    border-radius: 2px !important
}

.dropdown-order-options {
    position: relative;
    min-width: 130px
}

.dropdown-order-options .dropdown {
    position: absolute;
    left: 0;
    top: 0
}

.dropdown-order-options .dropdown .dropdown-item {
    padding: .4rem 1.5rem;
    font-weight: 400
}

.dropdown-order-options .dropdown .dropdown-item:focus,
.dropdown-order-options .dropdown .dropdown-item:hover {
    color: #212529 !important;
    background-color: #f8f9fa !important
}

.dropdown-order-options .dropdown .active,
.dropdown-order-options .dropdown .dropdown-item:active {
    color: #212529 !important;
    background-color: #f8f9fa !important
}

.table-custom-modal tr th {
    padding: 5px !important;
    font-weight: 600 !important
}

.table-custom-modal tr td {
    padding: 5px !important;
    vertical-align: center
}

.table-custom-modal tr td .btn-option {
    padding: 2px 5px;
    font-weight: 300;
    font-size: 12px
}

.table-item-product {
    display: table
}

.table-item-product .left {
    display: table-cell;
    vertical-align: top
}

.table-item-product .left .img-table {
    height: 70px;
    width: 70px;
    overflow: hidden !important
}

.table-item-product .right {
    display: table-cell;
    vertical-align: top;
    padding-left: 15px
}

.table-item-product .left img {
    display: block;
    height: 70px;
    width: auto;
    margin: 0 auto;
    max-width: none;
    object-fit: cover;
    margin-left: 50%;
    transform: translateX(-50%);
    float: left
}

.table-item-product p {
    margin-bottom: 5px
}

.table-product-title {
    margin: 0 !important;
    font-size: 14px;
    line-height: 20px;
    display: inline-block
}

.table-striped tbody tr:nth-of-type(2n+1) {
    background-color: rgba(0, 0, 0, .02)
}

.table-striped-reverse tbody tr:nth-of-type(2n) {
    background-color: rgba(0, 0, 0, .02)
}

.table-striped-reverse td,
.table-striped-reverse th {
    border-top: 1px solid #f2f6f6
}

.table-striped td,
.table-striped th {
    border-top: 1px solid #f2f6f6
}

.btn-table-option {
    width: 100%;
    display: block;
    color: #fff !important;
    margin-bottom: 5px;
    white-space: nowrap
}

.number-of-entries {
    float: left;
    margin: 20px 0;
    line-height: 32px
}

.table-pagination {
    float: right;
    margin: 18px 0 10px 0
}

.wallet-container {
    border: 1px solid #F2F2F5;
    padding: 30px
}

.wallet-container-table {
    padding: 20px 30px 20px 30px
}

.wallet-container .table-custom {
    border: 0;
    padding: 0
}

.wallet-container .alert {
    margin-bottom: 30px
}

.nav-tabs-wallet {
    display: flex;
    justify-content: center;
    margin-bottom: 60px;
    border: 0
}

.nav-tabs-wallet .nav-item {
    margin-bottom: 5px
}

.nav-tabs-wallet .nav-item .nav-link {
    line-height: 1.25rem;
    padding: .625rem 1.125rem;
    background-color: #f9f9f9;
    margin-right: 10px;
    border: 1px solid rgba(0, 0, 0, .06) !important;
    border-radius: .125rem;
    font-weight: 400
}

.nav-tabs-wallet .nav-item .active {
    background-color: #222;
    color: #fff
}

.card-wallet-balance {
    position: relative;
    border: 1px solid #F2F2F5;
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.032);
    text-align: center
}

.card-wallet-balance .card-body {
    padding: 2rem
}

.card-wallet-balance .total {
    font-size: 36px
}

.card-wallet-balance .btn-add-funds {
    position: absolute;
    right: 15px;
    top: 15px;
    padding: 2px 8px;
    font-size: 12px;
    font-weight: 600
}

.table-title {
    font-size: 22px;
    font-weight: 600
}

.new-payout-request .input-group-text {
    padding: .375rem 1rem;
    font-weight: 600
}

.minimum-payout-container {
    padding: 30px;
    margin-top: 15px;
    background-color: var(--bg-gray-light);
    border: 0 !important;
    box-shadow: none !important
}

.minimum-payout-container .balance {
    font-size: 16px
}

.nav-payout-accounts {
    margin-bottom: 15px;
    border: 0 !important;
    padding: 0 !important
}

.nav-payout-accounts a {
    display: inline-block;
    line-height: 1.25rem;
    padding: .625rem 1.75rem;
    background-color: #f3f4f6;
    margin-right: 10px;
    margin-bottom: 10px;
    color: #434658;
    box-shadow: none;
    font-weight: 600
}

.nav-payout-accounts .active {
    background-color: var(--vr-color-main) !important;
    color: #fff !important
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff !important;
    background-color: #73b943
}

.form-checkout .input-group-text {
    border-radius: 0 !important
}

.form-checkout label {
    font-weight: 600
}

.form-input-checkout {
    border: 1px solid #dfe0e6;
    outline: none !important;
    color: #494949;
    height: 40px;
    font-size: .875rem;
    line-height: 18px;
    padding: 10px 20px;
    box-shadow: none;
    border-radius: 0
}

.card-input-logos {
    position: relative
}

.card-input-logos img {
    position: relative;
    height: 20px;
    width: auto;
    margin-right: 3px
}

.card-input-logos img:last-child {
    margin: 0
}

.cvv-code-container {
    display: none;
    position: absolute;
    right: 15px;
    margin-top: 2px;
    z-index: 10
}

.cvv-code-container img {
    width: 80px
}

.icon-cvv {
    position: absolute;
    right: 27px;
    top: 6px;
    font-size: 18px;
    color: #999
}

.payment-icons {
    text-align: center
}

.payment-icons img {
    height: 26px;
    max-width: 100%;
    margin-right: 6px
}

.mercadopago-button {
    padding: 12px 40px !important;
    width: 340px;
    max-width: 100%;
    border-radius: 0 !important;
    color: #fff !important;
    font-weight: 600 !important;
    font-size: .875rem !important;
    line-height: 1.5 !important
}

#footer {
    width: 100%;
    display: block;
    position: relative;
    margin-top: 100px;
    color: #5B5B5B;
    background-color: #fafafc
}

#footer .footer-top {
    width: 100%;
    display: block;
    position: relative;
    float: left;
    min-height: 60px;
    padding: 60px 0
}

#footer .footer-bottom {
    width: 100%;
    display: block;
    position: relative;
    float: left;
    padding: 30px 0;
    border-top: 1px solid #eee
}

#footer .footer-bottom .copyright {
    text-align: left;
    color: #5B5B5B
}

#footer .footer-payment-icons {
    display: block;
    margin-top: 30px
}

#footer .footer-payment-icons img {
    height: 24px;
    width: auto;
    margin-right: 10px
}

#footer .footer-payment-icons img:last-child {
    margin: 0
}

#footer .footer-logo {
    display: block;
    margin-bottom: 15px
}

#footer .footer-logo a {
    display: block
}

#footer .footer-logo img {
    display: block;
    position: relative
}

#footer .footer-about {
    line-height: 24px;
    margin-bottom: 20px
}

#footer .footer-social-links {
    width: 100%;
    display: block;
    position: relative;
    float: left
}

#footer .footer-social-links ul {
    padding: 0;
    margin: 0
}

#footer .footer-social-links ul li {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    list-style: none
}

#footer .footer-social-links ul li a {
    display: flex;
    width: 38px;
    height: 38px;
    align-items: center;
    justify-content: center;
    border: 1px solid #C0C0C0;
    border-radius: 50%;
    color: #7E7E7E;
    font-size: 16px
}

#footer .footer-social-links ul li a:hover {
    color: #262a31 !important;
    border-color: #262a31 !important
}

#footer .footer-title {
    color: #222;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 24px;
    margin-bottom: 15px;
    position: relative
}

#footer .nav-footer ul {
    padding: 0;
    margin: 0
}

#footer .nav-footer ul li {
    display: block;
    width: 100%;
    position: relative;
    margin-bottom: 10px
}

#footer .nav-footer ul li a {
    color: #333;
    line-height: 26px;
    position: relative;
    border-bottom: .0625rem solid transparent
}

#footer .nav-footer ul li a:hover {
    border-color: #333
}

#footer .nav-footer-bottom {
    padding: 0;
    margin: 0;
    display: block;
    width: 100%;
    text-align: right
}

#footer .nav-footer-bottom li {
    list-style: none;
    display: inline-block;
    margin-left: 10px
}

#footer .nav-footer-bottom li a {
    color: #333;
    border-bottom: .0625rem solid transparent
}

#footer .nav-footer-bottom li a:hover {
    border-color: #333
}

.newsletter-footer {
    display: block
}

.form-newsletter-footer {
    width: 100%;
    display: block
}

.form-newsletter-footer .title {
    color: #242424;
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    margin: 0;
    margin-bottom: 15px
}

.newsletter-footer .title-desc {
    line-height: 26px
}

.form-newsletter-footer input {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, .1)
}

.form-newsletter-footer input:focus {
    border-color: rgba(0, 0, 0, .3)
}

.form-newsletter-footer .btn-custom {
    height: 46px;
    padding: .375rem 1.2rem;
    width: 100%;
    margin-top: 10px
}

.form-newsletter-footer input[name='url'],
.modal-newsletter input[name='url'] {
    display: none !important
}

.modal-newsletter .modal-dialog {
    max-width: 740px
}

.modal-newsletter .modal-body {
    padding: 0
}

.modal-newsletter .modal-body .close {
    top: -14px;
    right: 4px
}

.modal-newsletter .modal-title {
    text-align: center;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 2px;
    margin: 0 0 15px
}

.modal-newsletter .modal-desc {
    line-height: 26px;
    text-align: center;
    margin-bottom: 20px;
    color: #6c757d
}

.modal-newsletter .newsletter-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.modal-newsletter .newsletter-form-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%
}

.modal-newsletter .newsletter-form {
    display: block;
    position: relative;
    overflow: hidden;
    padding: 15px 30px 15px 0;
    min-height: 250px
}

.modal-newsletter .form-input {
    height: 46px;
    line-height: 46px;
    border-radius: 0 !important
}

.modal-newsletter .has-error {
    border: 1px solid rgba(220, 53, 69, 0.40) !important
}

.modal-newsletter .form-input:focus {
    border-color: #cfcfcf
}

.modal-newsletter .btn {
    padding: 12px 30px !important;
    display: block;
    width: 100%;
    line-height: 22px;
    border-radius: 0 !important;
    color: #fff !important;
    border: 0 !important;
    white-space: nowrap;
    margin-top: 10px
}

.modal-newsletter .btn:hover {
    opacity: .9
}

.modal-newsletter .modal-newsletter-inputs {
    position: relative
}

.modal-newsletter .text-close {
    background-color: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    margin: 0 !important;
    padding: 0 !important;
    text-decoration: underline;
    color: #6c757d
}

.modal-newsletter .text-close:hover {
    color: #555
}

.modal-newsletter .modal-content {
    border-radius: 0
}

.modal-newsletter .icon-newsletter {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 56px
}

.modal-newsletter .newsletter-title {
    font-size: 24px;
    line-height: 34px;
    text-align: center
}

.modal-newsletter .modal-newsletter-response {
    min-height: 25px
}

.modal-newsletter .modal-newsletter-response p {
    margin-bottom: 0 !important
}

.form-logout {
    display: block;
    margin: 4px
}

.btn-logout {
    display: flex;
    align-items: center;
    width: 100%;
    background-color: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    padding: 4px 15px;
    color: #606060 !important;
    white-space: nowrap
}

.btn-logout:hover {
    background-color: #f5f5f5 !important
}

::placeholder {
    color: #9AA2AA !important
}

:-ms-input-placeholder {
    color: #9AA2AA !important
}

::-ms-input-placeholder {
    color: #9AA2AA !important
}

::placeholder {
    color: #9AA2AA !important
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #9AA2AA !important
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: #9AA2AA !important
}

.pagination {
    width: 100%;
    display: block;
    position: relative;
    float: left;
    text-align: center
}

.pagination li {
    display: inline-block
}

.pagination li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    min-width: 40px;
    border: 1px solid #eaeaf1;
    color: #63636a;
    text-align: center;
    -moz-transition: all .2s ease-in-out 0s;
    -webkit-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s;
    width: auto;
    border-radius: 0 !important;
    margin-bottom: 3px
}

.pagination .active a {
    color: #fff !important
}

.pagination .prev a {
    line-height: 34px
}

.pagination .next a {
    line-height: 34px
}

.pagination .page-first a {
    line-height: 34px
}

.pagination .page-last a {
    line-height: 34px
}

.pagination li a:hover,
.pagination li a:focus,
.pagination li a:active {
    color: #fff
}

.cursor-pointer {
    cursor: pointer
}

.no-records-found {
    text-align: center;
    padding: 20px 0;
    color: #888
}

.contact-map-container {
    display: block;
    float: left;
    width: 100%;
    margin-top: 30px
}

.contact-map-container iframe {
    display: block;
    float: left;
    width: 100%;
    height: 380px
}

.rss-item {
    display: table;
    width: 100%
}

.rss-item .left {
    display: table-cell;
    width: 250px
}

.rss-item .right {
    display: table-cell
}

.rss-item .right p {
    word-break: break-all
}

.input-file-label {
    color: #fff !important;
    border-radius: 0 !important;
    padding: .4em .6em !important;
    font-size: 12px !important
}

.swal-modal {
    max-width: 450px
}

.swal-button {
    border-radius: 2px !important;
    padding: 8px 22px !important
}

.swal-button:focus {
    box-shadow: none !important
}

.swal-text {
    font-size: 14px !important;
    line-height: 22px
}

.swal-button--confirm {
    background-color: var(--vr-color-main) !important;
    border-color: var(--vr-color-main) !important
}

.btn-file-upload {
    position: relative;
    color: #fff !important;
    font-size: 13px !important;
    padding: 4px 16px !important;
    overflow: hidden !important;
    margin-right: 15px
}

.btn-file-upload-cover {
    margin-right: 5px !important
}

.btn-file-upload input {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    filter: alpha(opacity=0);
    -ms-filter: "alpha(opacity=0)";
    opacity: 0;
    background-color: transparent;
    color: transparent;
    cursor: pointer
}

.btn-file-upload-start-selling {
    padding: 7px 20px !important
}

.bn-container {
    display: flex;
    width: 100%;
    justify-content: center
}

.bn-container-mb {
    display: none
}

.scrollup {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 15px;
    z-index: 999999;
    box-shadow: none !important;
    border: 0 !important;
    background-color: transparent !important;
    z-index: 999999
}

.scrollup i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: block;
    text-align: center;
    background-color: #222;
    color: #fff !important;
    border-radius: 2px
}

.error-404 {
    min-height: 600px;
    width: 100%;
    text-align: center;
    padding-top: 130px
}

.error-404 h1 {
    font-size: 64px;
    margin-bottom: 10px;
    font-weight: 700
}

.error-404 h2 {
    margin-top: 10px;
    font-size: 24px;
    font-weight: 600
}

.error-404 p {
    color: #888
}

.error-404 .btn {
    margin-top: 30px
}

.cookies-warning {
    position: fixed;
    left: 20px;
    bottom: 20px;
    width: 375px;
    max-width: 100%;
    padding: 35px 25px;
    background-color: #fff;
    border-radius: 0;
    box-shadow: 0 0 12px rgb(0 0 0 / 14%);
    z-index: 9999999
}

.cookies-warning .text {
    width: 100%;
    margin-bottom: 20px;
    line-height: 26px;
    color: #333
}

.cookies-warning .close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 18px
}

.cookies-warning p {
    margin-bottom: 0
}

.load-more-spinner {
    display: none
}

.spinner {
    margin: 0 auto;
    width: 70px;
    text-align: center;
    padding: 10px 0;
    margin-bottom: 15px;
    margin-top: 15px
}

.spinner > div {
    width: 14px;
    height: 14px;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both
}

.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s
}

.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s
}

@-webkit-keyframes sk-bouncedelay {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bouncedelay {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0)
    }
}

::selection {
    color: #fff
}

::-moz-selection {
    color: #fff
}

.is-invalid {
    border: 1px solid rgba(220, 53, 69, 0.40) !important
}

.is-recaptcha-invalid > div {
    border: 1px solid rgba(220, 53, 69, 0.40) !important
}

.custom-select.is-invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.was-validated .form-control:invalid {
    border: 1px solid rgba(220, 53, 69, 0.40) !important
}

.product-variations .is-invalid {
    border: 2px solid rgba(220, 53, 69, 0.40) !important
}

.product-variations .is-recaptcha-invalid > div {
    border: .1rem solid rgba(220, 53, 69, 0.40) !important
}

.product-variations .custom-select.is-invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.was-validated .form-control:invalid {
    border: .1rem solid rgba(220, 53, 69, 0.40) !important
}

.was-validated .form-control:valid,
.form-control.is-valid {
    background-image: none !important
}

.input-small {
    position: absolute;
    color: #888
}

form label.error {
    color: #d43f3a;
    display: none !important
}

form input.error {
    border: 1px solid rgba(220, 53, 69, 0.40) !important
}

form textarea.error {
    border: 1px solid rgba(220, 53, 69, 0.40) !important
}

form select.error {
    border: 1px solid rgba(220, 53, 69, 0.40) !important
}

.select2.error {
    border: 1px solid rgba(220, 53, 69, 0.40) !important
}

.display-none {
    display: none
}

.pretty.p-default input:checked ~ .state label::after {
    background-color: #555 !important
}

.custom-control .custom-control-label {
    cursor: pointer !important;
    outline: none !important;
    box-shadow: none !important
}

.custom-control-label::before,
.custom-control-label::after {
    width: 22px !important;
    height: 22px !important;
    top: .1rem;
    cursor: pointer !important;
    outline: none !important;
    box-shadow: none !important
}

.custom-radio {
    padding-left: 30px !important
}

.custom-radio .custom-control-label::before,
.custom-radio .custom-control-label::after {
    width: 22px !important;
    height: 22px !important;
    top: .1rem;
    left: -30px !important
}

.custom-checkbox {
    padding-left: 30px !important;
    line-height: 24px
}

.custom-checkbox .custom-control-label::before {
    border: .063rem solid #d7dbdf;
    border-radius: .125rem !important;
    left: -30px !important
}

.custom-checkbox .custom-control-label::after {
    left: -30px !important;
    background-size: 10px 10px
}

.custom-checkbox-with-label .custom-control-label::before,
.custom-checkbox-with-label .custom-control-label::after {
    top: 2px !important
}

.custom-radio .custom-control-label::before {
    border: .09375rem solid #d6d6d6
}

.custom-file-input:focus ~ .custom-file-label {
    border-color: transparent !important;
    box-shadow: none !important
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #d7dbdf !important
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    background-color: #dee2e6 !important;
    border-color: #d7dbdf !important
}

.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='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-control-validate-error .custom-control-label::before {
    border-width: .09375rem;
    border-color: rgba(220, 53, 69, 0.60) !important
}

.custom-control-validate-error .custom-control-input:focus ~ .custom-control-label::before {
    border-width: .09375rem;
    border-color: rgba(220, 53, 69, 0.60) !important
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
    background-image: none !important
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
    background-color: transparent;
    border-color: #d7dbdf
}

.mfp-counter {
    display: none !important
}

.slide-in-150s {
    animation-duration: .15s;
    animation-name: slidein
}

.circle-loader {
    margin-bottom: 3.5em;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-left-color: #5cb85c;
    animation: loader-spin 1.2s infinite linear;
    position: relative;
    display: inline-block;
    vertical-align: top;
    border-radius: 50%;
    width: 7em;
    height: 7em
}

.load-complete {
    -webkit-animation: none;
    animation: none;
    border-color: #5cb85c;
    transition: border 500ms ease-out
}

.checkmark {
    display: none
}

.checkmark.draw:after {
    animation-duration: 800ms;
    animation-timing-function: ease;
    animation-name: checkmark;
    transform: scaleX(-1) rotate(135deg)
}

.checkmark:after {
    opacity: 1;
    height: 3.5em;
    width: 1.75em;
    transform-origin: left top;
    border-right: 3px solid #5cb85c;
    border-top: 3px solid #5cb85c;
    content: '';
    left: 1.75em;
    top: 3.5em;
    position: absolute
}

.link-blue {
    color: #4286f4 !important
}

.tox-tinymce {
    border-radius: 0 !important
}

.tab-content > .tab-pane {
    transition: none !important
}

@keyframes loader-spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes checkmark {
    0% {
        height: 0;
        width: 0;
        opacity: 1
    }

    20% {
        height: 0;
        width: 1.75em;
        opacity: 1
    }

    40% {
        height: 3.5em;
        width: 1.75em;
        opacity: 1
    }

    100% {
        height: 3.5em;
        width: 1.75em;
        opacity: 1
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.rotate {
    animation: rotate 1s linear infinite
}

.error-circle {
    margin-bottom: 3.5em;
    border: 1px solid #dc3545;
    position: relative;
    display: inline-block;
    vertical-align: top;
    border-radius: 50%;
    width: 7em;
    height: 7em;
    line-height: 7em;
    color: #dc3545
}

.error-circle i {
    font-size: 30px
}

@keyframes slidein {
    from {
        margin-left: 100%;
        width: 300%
    }

    to {
        margin-left: 0;
        width: 100%
    }
}

.tox-promotion {
    display: none
}

a:active,
a:focus,
a:hover {
    color: var(--vr-color-main)
}

.btn-custom,
.modal-newsletter .btn {
    background-color: var(--vr-color-main);
    border-color: var(--vr-color-main)
}

.btn-custom-outline,
.btn-custom-outline:hover,
.btn-custom-outline:active,
.btn-custom-outline:focus {
    background-color: transparent !important;
    color: #222 !important
}

.btn-block {
    background-color: var(--vr-color-main)
}

.btn-outline {
    border: 1px solidvar(--vr-color-main);
    color: var(--vr-color-main)
}

.btn-outline:hover {
    background-color: var(--vr-color-main) !important
}

.form-control:focus {
    border-color: var(--vr-color-main)
}

.link {
    color: var(--vr-color-main) !important
}

.link-color {
    color: var(--vr-color-main)
}

.top-search-bar .btn-search {
    background-color: var(--vr-color-main)
}

.nav-top .nav-top-right .nav li a:active,
.nav-top .nav-top-right .nav li a:focus,
.nav-top .nav-top-right .nav li a:hover {
    color: var(--vr-color-main)
}

.nav-top .nav-top-right .nav li .btn-sell-now {
    background-color: var(--vr-color-main) !important
}

.nav-main .navbar > .navbar-nav > .nav-item:hover .nav-link:before {
    background-color: var(--vr-color-main)
}

.li-favorites a i {
    color: var(--vr-color-main)
}

.product-share ul li a:hover {
    color: var(--vr-color-main)
}

.pricing-card:after {
    background-color: var(--vr-color-main)
}

.selected-card {
    -webkit-box-shadow: 0 3px 0 0 var(--vr-color-main);
    box-shadow: 0 3px 0 0 var(--vr-color-main)
}

.selected-card .btn-pricing-button {
    background-color: var(--vr-color-main)
}

.profile-buttons .social ul li a:hover {
    background-color: var(--vr-color-main);
    border-color: var(--vr-color-main)
}

.btn-product-promote {
    background-color: var(--vr-color-main)
}

.contact-social ul li a:hover {
    background-color: var(--vr-color-main);
    border-color: var(--vr-color-main)
}

.price-slider .ui-slider-horizontal .ui-slider-handle {
    background: var(--vr-color-main)
}

.price-slider .ui-slider-range {
    background: var(--vr-color-main)
}

.p-social-media a:hover {
    color: var(--vr-color-main)
}

.blog-content .blog-categories .active a {
    background-color: var(--vr-color-main)
}

.pagination .active a {
    border: 1px solid var(--vr-color-main) !important;
    background-color: var(--vr-color-main) !important
}

.pagination li a:active,
.pagination li a:focus,
.pagination li a:hover {
    background-color: var(--vr-color-main);
    border: 1px solidvar(--vr-color-main)
}

.spinner > div {
    background-color: var(--vr-color-main)
}

::selection {
    background: var(--vr-color-main) !important
}

::-moz-selection {
    background: var(--vr-color-main) !important
}

.cookies-warning a {
    color: var(--vr-color-main)
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: var(--vr-color-main)
}

.custom-control-input:checked ~ .custom-control-label::before {
    border-color: var(--vr-color-main);
    background-color: var(--vr-color-main)
}

.custom-control-variation .custom-control-input:checked ~ .custom-control-label {
    border-color: var(--vr-color-main) !important
}

.btn-wishlist .icon-heart {
    color: var(--vr-color-main)
}

.product-item-options .item-option .icon-heart {
    color: var(--vr-color-main)
}

.mega-menu .menu-subcategories ul li .link-view-all:hover {
    border-color: var(--vr-color-main) !important
}

.custom-select:focus {
    border-color: var(--vr-color-main)
}

.all-help-topics a {
    color: var(--vr-color-main)
}

.mds-scrollbar {
    overflow-y: scroll;
    scrollbar-color: #b2b8c2 #fff;
    scrollbar-width: thin
}

.mds-scrollbar::-webkit-scrollbar {
    width: 4px
}

.mds-scrollbar::-webkit-scrollbar-track {
    background: #fff
}

.mds-scrollbar::-webkit-scrollbar-thumb {
    background: #b2b8c2;
    border-radius: 0
}

.mds-scrollbar::-webkit-scrollbar-thumb:hover {
    background: #b2b8c2
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #fcfcfc
}

@media(min-width:1400px) {
    .container {
        max-width: 1320px
    }
}

@media(min-width:1260px) {
    .blog-item-img {
        width: 100%;
        display: block;
        float: left;
        background-color: #f8f8f8
    }

    .col-image-input {
        -ms-flex: 0 0 20% !important;
        flex: 0 0 20% !important;
        max-width: 20% !important
    }

    .image-input-boxes .image-input-box .top {
        width: 182px;
        height: 182px
    }

    .image-input-boxes .image-input-box .input-uploaded-image {
        width: 182px;
        height: 182px
    }
}

/*@media(min-width:992px) {
    .nav-mobile {
        display: none !important
    }

    .overlay-bg {
        display: none !important
    }

    .product-item:hover .product-item-options .item-option {
        opacity: 1
    }

    .col-sidebar-products {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .col-content-products {
        -ms-flex: 0 0 80%;
        flex: 0 0 80%;
        max-width: 80%
    }

    .row-follower .col-sm-2 {
        -ms-flex: 0 0 10%;
        flex: 0 0 10%;
        max-width: 10%
    }

    .product-video-preview {
        width: 100%;
        height: 430px;
        background-color: transparent !important;
        position: relative;
        float: left;
        display: block;
        margin-bottom: 30px;
        opacity: 0;
        overflow: hidden
    }

    .product-video-preview #player {
        padding: 33.4px 0 !important
    }

    .col-product-details-left {
        -ms-flex: 0 0 51.2%;
        flex: 0 0 51.2%;
        max-width: 51.2%
    }

    .col-product-details-right {
        -ms-flex: 0 0 48.8%;
        flex: 0 0 48.8%;
        max-width: 48.8%
    }
}*/

@media(min-width:769px) {
    .product-description .tab-content > .show .collapse {
        display: block !important
    }

    .modal-product-video {
        min-width: 500px !important
    }

    .modal-dialog-shipping-address {
        min-width: 650px
    }
}

@media(min-width:576px) {
    .modal-dialog {
        max-width: 600px
    }
}

@media(max-width:1900px) {
    .slider-container {
        height: 500px
    }

    .main-slider .item {
        height: 500px
    }

    .main-slider .item .caption {
        margin-left: 90px
    }

    .main-slider .item .row-slider-caption {
        height: 500px
    }
}

@media(max-width:1900px) and (min-width:768px) {
    .slider-container {
        height: 460px
    }

    .main-slider .item {
        height: 460px
    }

    .main-slider .item .row-slider-caption {
        height: 460px
    }
}

@media(max-width:1400px) {
    .img-profile-cover {
        height: 320px
    }
}

@media(max-width:1399px) {
    .product-slider-container .product-slider-content {
        height: 500px
    }

    .product-thumbnails-slider .item {
        width: 68px !important;
        height: 68px !important;
        margin-bottom: 4px
    }

    .product-slider-container .left {
        width: 72px
    }
}

@media(max-width:1300px) {
    .mega-menu .nav-category-image {
        width: 180.6px
    }

    .product-slider-container .product-slider-content {
        height: 472px
    }
}

@media(max-width:1260px) {
    .container {
        max-width: 100% !important
    }

    .nav-main .navbar ul .nav-item .nav-link {
        padding: 15px 12px
    }
}

@media(max-width:1200px) {
    .product-slider-container .left {
        display: none !important
    }

    .product-thumbnails-slider {
        display: none !important
    }

    .product-slider-container .product-slider-content {
        height: auto !important;
        margin-bottom: 30px
    }

    .mega-menu .nav-category-image {
        width: 170.6px
    }

    .newsletter-footer {
        text-align: center
    }

    .newsletter-footer .title-desc {
        margin-bottom: 15px
    }
}

@media(max-width:1100px) {
    .nav-main .navbar ul .nav-item .nav-link {
        padding: 15px 7px
    }

    .mega-menu .nav-category-image {
        width: 154.6px
    }
}

@media(max-width:992px) {
    .m-b-15-mobile {
        margin-bottom: 15px
    }

    .m-t-15-mobile {
        margin-top: 15px
    }

    .container {
        max-width: 100%
    }

    .top-search-bar {
        border: 0 !important;
        background-color: #f6f6f6 !important;
        border-radius: 0 !important;
        padding: 2px 0 !important;
        margin: 4px !important
    }

    .top-search-bar .right {
        padding-right: 10px
    }

    .top-search-bar .input-search {
        border-radius: 0;
        font-size: .875rem
    }

    .top-search-bar .btn-search {
        font-size: 18px;
        line-height: 28px;
        padding: 10px !important
    }

    #header .top-bar {
        display: none
    }

    #header .main-menu {
        display: none
    }

    .mobile-nav-container {
        display: block
    }

    .nav-mobile-header {
        display: block
    }

    .section {
        margin-bottom: 20px
    }

    #header {
        box-shadow: none !important
    }

    .main-slider .item .caption {
        width: 400px;
        margin: 0 auto;
        text-align: center
    }

    .main-slider .item .caption .title {
        font-size: 42px;
        text-align: center
    }

    .main-slider .item .caption .description {
        font-size: 16px
    }

    .container-boxed-slider .main-slider {
        padding: 0 !important
    }

    .container-boxed-slider .main-slider-nav .prev {
        margin-left: .9375rem
    }

    .container-boxed-slider .main-slider-nav .next {
        margin-right: .9375rem
    }

    .container-boxed-slider {
        margin-top: 0 !important
    }

    .container-boxed-slider .main-slider .item .caption {
        margin-left: auto
    }

    .page-title {
        margin-bottom: 25px
    }

    .g-recaptcha {
        transform: scale(0.77) !important;
        transform-origin: 0 0 !important
    }

    .recaptcha-cnt .g-recaptcha {
        height: 74px;
        margin: 0 auto;
        max-width: 100%;
        width: 224px
    }

    .product-content-details {
        height: auto !important;
        margin-bottom: 20px;
        min-height: 0 !important
    }

    .profile-details {
        width: 100%;
        display: block
    }

    .profile-details .left {
        width: 100%;
        display: block;
        float: left;
        padding: 0
    }

    .profile-details .right {
        width: 100%;
        display: block;
        float: left
    }

    .row-profile-username {
        margin-top: 15px
    }

    .rss-item {
        display: block;
        width: 100%
    }

    .rss-item .left {
        display: block;
        width: 100%
    }

    .rss-item .right {
        display: block;
        width: 100%
    }

    .shopping-cart .right {
        margin-top: 30px
    }

    .btn-video-preview {
        margin-top: -15px;
        margin-bottom: 15px
    }

    .img-profile-cover {
        height: 280px
    }

    .hide-mobile {
        display: none !important
    }

    .support .article-title {
        font-size: 24px;
        line-height: 36px;
        margin-bottom: 15px
    }

    .support .need-more-help {
        margin-top: 50px
    }

    .ticket-container {
        padding: 15px
    }

    .help-center-collapse {
        display: block !important
    }

    .bn-container-mb {
        display: flex
    }

    .bn-container-ds {
        display: none
    }

    .chat .chat-left {
        width: 100% !important;
        padding-bottom: 22px !important
    }

    .chat .chat-right {
        display: none
    }

    .chat .chat-right .chat-header {
        padding: 15px
    }

    .chat-left .chat-contacts-container {
        height: 470px
    }

    .chat .chat-left .chat-user {
        display: none
    }

    .chat .chat-left .chat-search {
        padding: 24px 24px
    }

    .chat-mobile-open .chat-left {
        display: none
    }

    .chat-mobile-open .chat-right {
        display: block
    }

    .chat .chat-content {
        height: 490px
    }

    .chat .chat-content .messages-inner {
        padding: 0 15px
    }

    .chat .chat-content .messages {
        padding: 10px 0
    }

    .chat .chat-content .messages .message .item-user {
        width: 50px
    }

    .chat .chat-content .messages .message .message-text {
        font-size: 13px
    }

    .chat .chat-user .user-img {
        width: 42px;
        height: 42px;
        margin-right: 10px
    }

    .chat .chat-user .user-img img {
        width: 42px;
        height: 42px
    }

    .chat-left .text-recent-chats {
        padding-top: 0
    }

    .chat-right .chat-header .chat-user {
        padding-left: 23px
    }

    .chat-header .topic {
        margin-left: 0;
        margin-top: 10px
    }

    .btn-open-chat-contacts {
        display: block
    }

    .auth-box {
        margin-top: 0;
        padding: 30px 15px;
        padding-top: 0
    }

    .auth-container {
        padding-top: 15px
    }

    .modal-newsletter .text-close {
        display: none
    }

    .modal-product-cart .cart-related-products {
        display: none
    }

    .order-list-item .badge {
        white-space: normal !important
    }

    .section-affiliate-main {
        padding: 0
    }

    .section-affiliate {
        margin-bottom: 60px
    }

    .section-affiliate .main-title {
        margin: 0;
        text-align: center;
        font-size: 28px;
        line-height: 42px;
        margin-bottom: 15px
    }

    .section-affiliate .affiliate-image {
        padding: 0
    }

    .section-affiliate .title {
        font-size: 26px;
        line-height: 36px;
        margin-bottom: 30px
    }

    .section-affiliate .accordion-box .btn {
        font-size: 14px;
        line-height: 20px;
        padding: 20px;
        padding-right: 35px
    }

    .section-affiliate .accordion-box .btn:after {
        right: 15px
    }

    .section-affiliate .feature-box {
        margin-bottom: 30px
    }

    .newsletter-footer {
        margin-top: 30px
    }

    .footer-social-links {
        margin-bottom: 15px
    }

    #footer .footer-bottom .copyright {
        width: 100%;
        text-align: center;
        margin-bottom: 15px
    }

    #footer .nav-footer-bottom {
        text-align: center
    }

    #footer .nav-footer-bottom li {
        margin-bottom: 5px
    }
}

@media(max-width:768px) {
    #wrapper {
        padding-top: 20px
    }

    .m-b-sm-15 {
        margin-bottom: 15px
    }

    .m-b-sm-0 {
        margin-bottom: 0
    }

    .index-main-slider {
        display: none !important
    }

    .index-mobile-slider {
        display: block !important
    }

    .index-mobile-slider .slider-container {
        height: 400px !important
    }

    .index-mobile-slider .item {
        height: 400px !important
    }

    .index-mobile-slider .row-slider-caption {
        height: 400px !important
    }

    .main-slider-nav .prev {
        margin-left: .9375rem
    }

    .main-slider-nav .next {
        margin-right: .9375rem
    }

    .main-slider .item .caption .title {
        font-size: 36px
    }

    .main-slider .item .caption .description {
        font-size: 15px
    }

    .section .title-exp {
        margin-bottom: 25px
    }

    .product-item {
        margin-bottom: 25px
    }

    #footer .footer-top {
        padding: 30px 0
    }

    #footer .nav-footer {
        padding-left: 0
    }

    .footer-widget {
        margin-bottom: 15px
    }

    .image-upload-box .uploaded-image {
        width: 120px;
        height: 120px
    }

    .image-upload-box {
        margin-bottom: 5px
    }

    .container-filter-products {
        display: none
    }

    .container-filter-products-mobile {
        display: block
    }

    .product-list-title {
        display: block;
        margin-bottom: 15px
    }

    .product-filters {
        display: none
    }

    .nav-tabs-profile {
        margin-bottom: 30px !important
    }

    .col-sidebar-products .collapsing {
        display: block !important
    }

    .col-sidebar-products .show {
        display: block !important
    }

    .profile-details .user-contact .info {
        display: block;
        width: 100%;
        text-align: left;
        border: 0;
        margin-right: 0;
        margin-bottom: 10px
    }

    .profile-buttons .buttons {
        float: left;
        display: block;
        width: 100%;
        margin-bottom: 10px;
        text-align: left
    }

    .profile-buttons .social {
        float: left;
        display: block;
        width: 100%;
        margin-top: 10px;
        text-align: left
    }

    .login-model .auth-box {
        padding: 15px
    }

    .contact-right {
        margin-bottom: 30px
    }

    .page-contact .contact-item {
        padding: 0
    }

    .contact-social {
        padding: 0
    }

    .contact-social ul li {
        margin-bottom: 8px
    }

    .contact-map-container iframe {
        height: 400px
    }

    .blog-content .blog-categories li {
        margin-right: 10px;
        margin-bottom: 10px
    }

    .blog-content .blog-categories li a {
        padding: 8px;
        font-size: 13px
    }

    .blog-content .blog-item {
        margin-bottom: 30px
    }

    .blog-content .post-content .title {
        font-size: 26px;
        line-height: 34px;
        margin-bottom: 15px
    }

    .post-content .post-share .title {
        display: block;
        width: 100%
    }

    .order-summary-container {
        margin-top: 60px
    }

    .shopping-cart {
        margin-top: 15px
    }

    .shopping-cart .right {
        padding: 20px
    }

    .tab-checkout-closed .title {
        margin-right: 0
    }

    .payment-options-list li label img {
        height: auto !important;
        max-height: 26px
    }

    .order-details-container {
        margin-top: 30px
    }

    .earnings-boxes {
        margin-top: 30px
    }

    .earnings-boxes .earnings-box {
        padding: 20px
    }

    .calculated-price {
        line-height: 20px
    }

    .product-content-details .product-title {
        font-size: 20px;
        line-height: 24px
    }

    .shopping-cart .item .cart-item-image {
        padding-right: 10px
    }

    .shopping-cart .item .cart-item-details {
        width: 100%
    }

    .product-item-horizontal .item-details {
        margin-top: 10px
    }

    .card-input-logos {
        display: none
    }

    .cvv-code-container {
        margin-left: -100px
    }

    .payment-options-list li .list-left {
        display: block;
        width: 100%;
        margin-bottom: 12px
    }

    .payment-options-list li .list-right {
        display: block;
        width: 100%
    }

    .table-item-product .left {
        min-width: 200px
    }

    .table-item-product .left {
        display: block
    }

    .table-item-product .right {
        display: block;
        width: 100%;
        padding: 0;
        padding-top: 10px
    }

    .span-product-dtl-table {
        min-width: 0;
        display: inline-block
    }

    .product-item .badge-promoted {
        font-size: 12px !important
    }

    .cookies-warning {
        width: 90%
    }

    #single-song-player {
        min-height: 0 !important
    }

    .variation-options-container ul li strong {
        min-width: 0
    }

    .product-content-details .product-details-review {
        margin-left: 15px
    }

    .product-content-details .meta span {
        margin-left: 5px
    }

    .product-description .nav-tabs {
        display: none !important
    }

    .product-description .tab-content > .tab-pane {
        display: block !important;
        opacity: 1 !important;
        padding: 0 !important
    }

    .col-comments-inner {
        padding: 0 !important;
        border: 0 !important;
        margin-top: 30px
    }

    .product-description .tab-content .card .card-header {
        display: block !important
    }

    .product-item-options .item-option {
        opacity: 1 !important
    }

    .img-profile-cover {
        height: 240px
    }

    .profile-image-table .left {
        display: block
    }

    .profile-image-table .left {
        width: 180px;
        display: block;
        padding-right: 0
    }

    .profile-image-table .right {
        width: 100%;
        display: block
    }

    .btn-submit-request {
        display: block;
        width: 100%;
        padding: .5rem .75rem;
        margin-top: 30px
    }

    .modal-newsletter .col-left {
        display: none
    }

    .modal-newsletter .col-right {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .modal-newsletter .newsletter-form {
        padding: 30px !important;
        padding-top: 45px;
        min-height: 0 !important
    }

    .modal-newsletter .modal-title {
        font-size: 20px
    }

    .modal-newsletter .modal-newsletter-inputs {
        display: block
    }

    .modal-newsletter .modal-newsletter-inputs input {
        display: block;
        width: 100%
    }

    .modal-newsletter .modal-newsletter-inputs button {
        display: block;
        width: 100%;
        margin-top: 10px
    }

    .nav-breadcrumb {
        padding-bottom: 20px
    }

    .breadcrumb {
        font-size: 12px;
        height: auto
    }

    .product-already-purchased {
        align-items: start
    }

    .featured-categories .row-fa-cat-round {
        margin-right: -7.5px;
        margin-left: -7.5px
    }

    .featured-categories .col-fa-cat-round {
        padding-right: 7.5px;
        padding-left: 7.5px
    }

    .product-description .tab-content .tab-pane {
        min-height: 0
    }

    .nav-tabs-horizontal .nav-item .nav-link:hover {
        border: 1px solid rgba(0, 0, 0, 0.06) !important
    }

    .nav-tabs-wallet .nav-item {
        width: 100%
    }

    .report-seller-sidebar {
        display: none
    }

    .report-seller-sidebar-mobile {
        display: block;
        margin-top: 15px
    }

    .profile-page-top {
        margin-bottom: 15px
    }

    .form-add-comment {
        padding: 30px 0
    }

    .collapse-description-content {
        padding-bottom: 30px
    }
}

@media(max-width:767px) {
    .shopping-cart .item .img-cart-product {
        width: 60px;
        height: 60px;
        margin: 0
    }

    .shopping-cart .item .img-cart-product img {
        height: 60px
    }

    .shopping-cart .btn-cart-remove {
        position: relative;
        right: 0;
        top: 5px
    }

    .row-product {
        margin-right: -7.5px;
        margin-left: -7.5px
    }

    .col-product {
        padding-right: 7.5px;
        padding-left: 7.5px;
        outline: none !important
    }

    .featured-categories .card-columns {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 15px;
        -moz-column-gap: 15px;
        column-gap: 15px
    }

    .featured-categories .card-columns .card {
        height: 280px !important
    }

    .featured-categories .card .caption span {
        font-size: 14px
    }

    .featured-categories .card .caption {
        padding: 5px 10px;
        width: 100%
    }

    .modal-product-cart .row-cart-product-modal {
        display: block
    }

    .modal-product-cart .modal-body .col-left {
        display: block;
        width: 100%;
        max-width: 100%
    }

    .modal-product-cart .modal-body .col-right {
        display: block;
        width: 100%;
        max-width: 100%;
        padding-left: 15px;
        border: 0 !important;
        margin-top: 30px
    }

    .modal-product-cart .modal-body .col-right .mb-5 {
        margin-bottom: 20px !important
    }

    .modal-product-cart .col-left .img-product-container {
        width: 110px;
        height: 124px
    }

    .modal-product-cart .col-left .img-product-container .img-product {
        height: 124px
    }
}

@media(max-width:600px) {
    .product-add-to-cart-container .button-container {
        min-width: 0 !important;
        width: 100% !important;
        height: auto !important
    }

    .section-index-bn .col-index-bn {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media(max-width:576px) {
    .index-mobile-slider .slider-container {
        height: 320px !important
    }

    .index-mobile-slider .item {
        height: 320px !important
    }

    .index-mobile-slider .row-slider-caption {
        height: 320px !important
    }

    .main-slider .item .caption .title {
        font-size: 26px;
        margin-bottom: .7rem
    }

    .main-slider .item .caption .description {
        margin-bottom: 1.2rem
    }

    .container-boxed-slider .main-slider .item .caption .title {
        font-size: 24px
    }

    .container-boxed-slider .main-slider .item .caption .description {
        font-size: 15px
    }

    .modal {
        padding-right: 15px !important;
        padding-left: 15px !important
    }

    #footer {
        margin-top: 45px
    }

    .copyright {
        margin-bottom: 10px
    }

    .product-item-horizontal .item-purchase-code span {
        display: block;
        width: 100%;
        font-size: 13px
    }

    .featured-categories .card-columns .card {
        height: 240px !important
    }

    .nav-tabs-profile .nav-item {
        width: 100%;
        margin-bottom: 5px
    }

    .nav-tabs-profile {
        border-bottom: 0 !important
    }

    .nav-tabs-profile .nav-item .nav-link {
        border: 1px solid rgba(0, 0, 0, 0.06) !important;
        margin-right: 0 !important
    }

    .blog-content .blog-item-small .blog-item-img {
        height: auto
    }

    .blog-content .blog-item-small .blog-item-img img {
        width: 100%;
        height: auto
    }

    .section .title {
        font-size: 18px
    }
}

@media(max-width:480px) {
    .index-mobile-slider .slider-container {
        height: 280px !important
    }

    .index-mobile-slider .item {
        height: 280px !important
    }

    .index-mobile-slider .row-slider-caption {
        height: 280px !important
    }

    .contact-map-container iframe {
        height: 260px
    }

    .featured-categories .card-columns .card {
        height: 165px !important
    }

    #product_details_price_container {
        float: left;
        width: 100%;
        margin-bottom: 15px
    }

    .product-content-details .btn-contact-seller {
        float: left
    }

    .product-content-details .product-analytics {
        float: left;
        width: 100%;
        margin-top: 5px
    }

    .product-content-details .product-analytics span {
        margin-left: 0;
        margin-right: 15px
    }
}

@media(max-width:410px) {
    .product-item .item-meta .a-meta-request-quote {
        width: 100%
    }
}

.os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
    background: #d0d0d0 !important
}

.os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle,
.os-theme-light > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle,
.os-theme-dark > .os-scrollbar > .os-scrollbar-track,
.os-theme-light > .os-scrollbar > .os-scrollbar-track {
    border-radius: 0
}

.os-theme-dark > .os-scrollbar-vertical,
.os-theme-light > .os-scrollbar-vertical {
    width: 8px !important
}

.glightbox-container .gslide {
    animation-duration: .3s
}

.glightbox-container .gslide .ginner-container {
    animation-duration: .3s
}

#toolbarContainer {
    display: none
}

@font-face {
    font-family: 'mds-icons';
    font-weight: normal;
    font-style: normal;
    src: url('data:application/octet-stream;base64,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') format('woff2'), url('data:application/font-woff;base64,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') format('woff')
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: "mds-icons";
    font-style: normal;
    font-weight: normal;
    speak: never;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    width: auto;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-admin:before {
    content: '\e800'
}

.icon-angle-down:before {
    content: '\e801'
}

.icon-angle-left:before {
    content: '\e802'
}

.icon-angle-right:before {
    content: '\e803'
}

.icon-angle-up:before {
    content: '\e804'
}

.icon-arrow-down:before {
    content: '\e805'
}

.icon-arrow-left:before {
    content: '\e806'
}

.icon-arrow-right:before {
    content: '\e807'
}

.icon-arrow-slider-left:before {
    content: '\e808'
}

.icon-arrow-slider-right:before {
    content: '\e809'
}

.icon-arrow-up:before {
    content: '\e80a'
}

.icon-backward:before {
    content: '\e80b'
}

.icon-bank:before {
    content: '\e80c'
}

.icon-calendar:before {
    content: '\e80d'
}

.icon-cart-solid:before {
    content: '\e80e'
}

.icon-cart:before {
    content: '\e80f'
}

.icon-check-thin:before {
    content: '\e810'
}

.icon-check:before {
    content: '\e811'
}

.icon-circle:before {
    content: '\e812'
}

.icon-clock:before {
    content: '\e813'
}

.icon-close-thin:before {
    content: '\e814'
}

.icon-close:before {
    content: '\e815'
}

.icon-comment:before {
    content: '\e816'
}

.icon-credit-card:before {
    content: '\e817'
}

.icon-dashboard:before {
    content: '\e818'
}

.icon-discord:before {
    content: '\e819'
}

.icon-download-solid:before {
    content: '\e81a'
}

.icon-download:before {
    content: '\e81b'
}

.icon-edit:before {
    content: '\e81c'
}

.icon-envelope:before {
    content: '\e81d'
}

.icon-exclamation-circle:before {
    content: '\e81e'
}

.icon-eye:before {
    content: '\e81f'
}

.icon-facebook:before {
    content: '\e820'
}

.icon-file-archive:before {
    content: '\e821'
}

.icon-filter:before {
    content: '\e822'
}

.icon-folder:before {
    content: '\e823'
}

.icon-forward:before {
    content: '\e824'
}

.icon-globe:before {
    content: '\e825'
}

.icon-heart-o:before {
    content: '\e826'
}

.icon-heart:before {
    content: '\e827'
}

.icon-image:before {
    content: '\e828'
}

.icon-inbox:before {
    content: '\e829'
}

.icon-instagram:before {
    content: '\e82a'
}

.icon-language:before {
    content: '\e82b'
}

.icon-linkedin:before {
    content: '\e82c'
}

.icon-logout:before {
    content: '\e82d'
}

.icon-mail:before {
    content: '\e82e'
}

.icon-map-marker:before {
    content: '\e82f'
}

.icon-menu:before {
    content: '\e830'
}

.icon-music:before {
    content: '\e831'
}

.icon-pause:before {
    content: '\e832'
}

.icon-phone:before {
    content: '\e833'
}

.icon-pinterest:before {
    content: '\e834'
}

.icon-play:before {
    content: '\e835'
}

.icon-plus:before {
    content: '\e836'
}

.icon-preview:before {
    content: '\e837'
}

.icon-price-tag-o:before {
    content: '\e838'
}

.icon-price-tag:before {
    content: '\e839'
}

.icon-print:before {
    content: '\e83a'
}

.icon-question-circle:before {
    content: '\e83b'
}

.icon-reply:before {
    content: '\e83c'
}

.icon-rss:before {
    content: '\e83d'
}

.icon-search:before {
    content: '\e83e'
}

.icon-send:before {
    content: '\e83f'
}

.icon-settings:before {
    content: '\e840'
}

.icon-shopping-bag:before {
    content: '\e841'
}

.icon-shopping-basket:before {
    content: '\e842'
}

.icon-star-o:before {
    content: '\e843'
}

.icon-star:before {
    content: '\e844'
}

.icon-tag:before {
    content: '\e845'
}

.icon-telegram:before {
    content: '\e846'
}

.icon-text-o:before {
    content: '\e847'
}

.icon-text:before {
    content: '\e848'
}

.icon-tiktok:before {
    content: '\e849'
}

.icon-times-thin:before {
    content: '\e84a'
}

.icon-times:before {
    content: '\e84b'
}

.icon-trash:before {
    content: '\e84c'
}

.icon-twitch:before {
    content: '\e84d'
}

.icon-twitter:before {
    content: '\e84e'
}

.icon-upload-solid:before {
    content: '\e84f'
}

.icon-upload:before {
    content: '\e850'
}

.icon-user-minus:before {
    content: '\e851'
}

.icon-user-plus:before {
    content: '\e852'
}

.icon-user:before {
    content: '\e853'
}

.icon-verified:before {
    content: '\e854'
}

.icon-vk:before {
    content: '\e855'
}

.icon-wallet:before {
    content: '\e856'
}

.icon-whatsapp:before {
    content: '\e857'
}

.icon-youtube:before {
    content: '\e858'
}



/*--------0. MODIFICACIONES HEADER-------------------------*/

/*.overlay-bg {
  background-color: color-mix(in srgb, var(--vr-color-main), transparent 66%);
}*/

.nav-mobile-header-container .item-menu-icon button {
  color: var(--vr-color-main) !important;
}

.nav-top .item-menu-icon a {
  color: var(--vr-color-main);
}
.nav-top .item-menu-icon .icon-menu:hover {
  opacity:.8 !important;
}

#header .logo {
   margin-top: auto;
  margin-bottom: auto;
}

#header .logo img {
  width: 100px;
  height: auto;
}

.top-search-bar .btn-search {
  height: 40px!important;
}

.top-search-bar .input-search {
  height: 40px!important;
}

.topdecor {
background-color: var(--vr-color-main);
height: 3px !important;
}
.nav-mobile-header {
  position: sticky !important;
}

.nav-top .nav-top-right .nav > li > .btn-sell-now {
  border-radius: 25px !important;
  background-color: var(--vr-color-main) !important;
  transition-property: all;
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  transition-duration: .15s;
  width: 100%;
}

.nav-top .nav-top-right .nav li {
 width: 100% !important;
}

.btn.btn-md.btn-custom.btn-sell-now.m-r-0:hover {
  opacity: .9px !important;
}

.btn{
  border-radius: 25px !important;
  background-color: var(--vr-color-main) !important;
  transition-property: all;
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  transition-duration: .15s;
  border: 0 !important;
}

.btn:hover {
  opacity: .9;
}


#header {
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px !important;
}

.header-login {
  padding-left: 0 !important;
  -ms-flex: 0 0 5%;
  flex: 0 0 5%;
  max-width: 5%;
}

.header-login .btn.btn-md.btn-custom.btn-sell-now.m-r-0 {
  width: 100%;
  border-radius: 0px !important;
}

.header-login img {
  float: left;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 8px;
  position: relative;
border: 1px solid #C4C4C4;
}

.header-login .col-6.col-right {
  max-width: 100% !important;
}


.container .align-items-center {
width: 100% !important;
}


.profile-dropdown .dropdown-menu {
  transform: translate3d(-175px, 12px, 0px) !important;
}


.profile-dropdown .a-profile img {
  float: left;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  top: -4px;
}

#header {
  position: sticky;
  top: 0;
}


.nav-top {
  padding: 10px 0 10px 0 !important;
}

.nav-top .nav-top-left .logo a img {
  max-width: 150px;
  width: auto !important;
}

.nav-top .nav-top-left .logo {
width: 150px;
margin-right: auto;
}

.nav-mobile-header-container .mobile-logo .logo {
max-width: 150px;
}

.top-search-bar {
  margin-left: auto;
}

.nav-mobile-header-container .mobile-logo {
  width: auto;
}

.nav-mobile {
    top: 0;
}

.top-bar {
    border-bottom: none;
    display:none;
}
.top-bar .navbar-nav .nav-item .auth-sep {
}
.top-bar .navbar-nav {
  display: block;
  padding: 5px 0;
}

.top-bar .navbar-nav .nav-item .nav-link {
}

/*
.top-bar .container {
  max-width: 1500px !important;
}*/

@media (max-width: 992px) {
  .top-bar  {
    display:none !important;
  }
}

.top-search-bar .input-search {
    background-color: 	transparent !important;
    font-weight: 400;
}

@media (max-width: 992px) {
  .top-search-bar {
    border-radius: 0px !important;
  }
}

.top-search-bar {
  border: none !important;
  border-radius: 25px;
  border: 1px solid color-mix(in srgb, var(--vr-color-main), transparent 66%) !important;
  background-color: transparent;
  width: 100%;
}

.top-search-bar:hover {
  border: 1px solid var(--vr-color-main) !important
}

.top-search-bar:focus-within {
  border: 2px solid var(--vr-color-main) !important;
  border-radius: 25px;

}


.top-search-bar .left {
    display: none ;
}

.top-search-bar .right {
  width: 3000px;
}

.nav-item.li-main-nav-right {
  display: none;
}

.nav-main {
    border-bottom: none !important;
    display: none !important;
}

.nav-main .navbar {
        width: 1500px;
}

.nav-main .navbar ul .nav-item .nav-link {
}

.nav-top .nav-top-left {
  padding-right: 5px;
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
  max-width: 80%;
}

.nav-top .nav-top-right {
  padding-left: 0 !important;
  -ms-flex: 0 0 15%;
  flex: 0 0 15%;
  max-width: 15%;
}

/*INICIO MOBILE ICON DESKTOP*/
@media(min-width:992px) {
.nav-top .item-menu-icon a {
  font-size: 24px;
  line-height: 24px;
}

.nav-main .container {
  display: flex;
}

.justify-content-start {
  padding: 19px 10px 14px 0;
}

.main-menu .container {
  display: flex;
}

.flex-item.item-menu-icon.justify-content-start {
  max-width: max-content;
  margin-right: 10px;
  margin-left: 30px;
}
}
@media(min-width:992px) {
.overlay-bg {
  z-index: 100;
}
.nav-mobile {
  top: 0;
}
}
/*INICIO MOBILE ICON DESKTOP NAVMAIN*/
@media(min-width:992px) {
.nav-main .item-menu-icon a {
  font-size: 24px;
  line-height: 24px;
}
}


/*FIN MOBILE ICON DESKTOP*/

.nav-top .nav-top-right .nav > li > .btn-sell-now:hover {
background-color: var(--vr-color-main) !important;
opacity: .9;
}


/*--------1. PAGINA HOME-------------------------*/

/*Categoria destacadas*/

.featured-categories .item-category-round .category-image img {
  border: 2px solid var(--vr-color-main);
}

/*--------2. TARJETA PRODUCTO-------------------------*/

.product-item {
  padding: 10px;
  border: 1px solid var(--vr-color-main);
}

.product-item:hover {
scale: 1.03;
  transition: ease-in-out 0.1s;
  transform: translateY(-10px);
  border: 1px solid var(--vr-color-main);

}

.product-item-options .item-option {
  opacity: 1;
}


/*--------2. PAGINA PRODUCTOS-------------------------*/

.product-sort-by .dropdown .btn {
  color: #fff;
}

.filter-item .btn-filter-product {
  color: #fff !important;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.filter-item .form-input {
  border: 1px solid var(--vr-color-main);
}

.filter-item .form-input:hover {
  border: 2px solid var(--vr-color-main);
}

.product-filters .filter-item {
  border-bottom: 1px solid color-mix(in srgb, var(--vr-color-main), transparent 66%);
}

/*--------2. PAGINA PRODUCTO UNICO-------------------------*/
.nav-tabs-horizontal {
  border-bottom: 1px solid color-mix(in srgb, var(--vr-color-main), transparent 66%) !important;
}

.nav-tabs-horizontal .nav-item .active {
  border-bottom: 2px solid var(--vr-color-main) !important;
}

.nav-tabs-horizontal .nav-item .nav-link:hover {
  border-bottom: 2px solid var(--vr-color-main) !important;
}

.container-filter-products-mobile .btn-filter-products-mobile .btn {
  color: #fff !important;
}



/*--------2. PAGINA TIENDA USUARIO-------------------------*/
.card-header {
  border-bottom: 1px solid var(--vr-color-main);
}

.profile-buttons .buttons button {
  color: #fff !important;
}

.btn-outline-gray i {
  color: #fff !important;
}

.btn-outline-gray:hover {
  border-color: transparent !important;
}

.profile-details .img-profile {
  border-radius: 50%;
}

.filter-item .form-input {
  border-radius: 25px;
}

.product-sort-by .dropdown .btn {
  border: 0 !important;
}

/*--------3. FOOTER-------------------------*/

#footer {
  color: #71706c !important;
  background-color: #f5f5f5;
}

#footer .footer-title {
  color: #27251f;
  font-weight: 800;
  font-size: 12px;
}

#footer .nav-footer ul li a {
  color: #71706c !important;
  line-height: 0;
}

#footer .footer-bottom .copyright {
  color: #000;
}




.form-newsletter-footer input {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 0px;
}

#footer .footer-payment-icons {
  display: none;
}

#footer .footer-bottom {
  padding: 10px 0;
  background-color: var(--vr-color-main);
  font-weight: 600;
}

#footer .footer-bottom .copyright {
  color: #fff;
  text-align: center !important;
}

.form-newsletter-footer .btn-custom {
  background-color: #71706c !important;
  border-color: #71706c;
  opacity: 1;
  margin-top: 0px;
  width: auto;
  border-radius: 0px !important;
}

.form-newsletter-footer {
  display: flex;
border: 1px solid #71706c;
}


.form-newsletter-footer .btn-custom:hover {
border-radius:0px !important;
}

#footer .footer-social-links {
  margin-top: 20px;
}

#footer .col-12 .col-lg-8 {
  margin-left: auto;
  margin-right: auto;
}

#footer .footer-logo img {
  width: 160px;
  height: auto;
}


/*----------- TOGLE MENU MOBILE ------------*/

.nav-mobile .nav-tabs-mobile-menu .active {
  background-color: #000 !important;
  color: #fff !important;
}

.nav-mobile .nav-tabs-mobile-menu .nav-link {
  background-color: #dddddd;
  color: #000;
}


#nav-profile-tab {
  border-radius: 0 25px 25px 0 !important;
}

button.nav-link:nth-child(1) {
  border-radius: 25px 0 0 25px !important;
}

button.nav-link:nth-child(1):hover {
  border-radius: 10px 0 0 10px !important;
  opacity: .8;
}

#nav-profile-tab:hover {
  border-radius: 0 10px 10px 0 !important;
    opacity: .8;
}

/*----------- PAGINA TIENDAS ------------*/

.form-control {
  font-size: .875rem;
  border-radius: 25px;
  border: 1px solid color-mix(in srgb, var(--vr-color-main), transparent 66%) !important;
}

.form-control:hover {
  border: 1px solid var(--vr-color-main) !important;
}

.form-control:focus-within {
  border: 2px solid var(--vr-color-main) !important;
}

.member-list-item .btn-outline {
  color: white !important;
}